* lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
[bpt/emacs.git] / lisp / ChangeLog
1 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
2
3 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
4 Not after "||".
5 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
6 their parent.
7
8 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9
10 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
11 (ruby-font-lock-keywords): Use backquote.
12
13 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
14
15 * progmodes/ruby-mode.el (ruby-smie--forward-token)
16 (ruby-smie--backward-token): Only consider full-string matches.
17
18 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
19
20 * faces.el (describe-face): Add distant-foreground.
21
22 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
23
24 * progmodes/ruby-mode.el (ruby-mode-set-encoding):
25 Use `ruby-encoding-magic-comment-style' to control the
26 style of the auto-inserted encoding comment.
27
28 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
29
30 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
31 Use `smie-backward-sexp' with token argument.
32
33 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
34
35 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
36 Remove instrumentation code.
37
38 2013-11-08 Glenn Morris <rgm@gnu.org>
39
40 * progmodes/autoconf.el (autoconf-mode):
41 Tweak comment-start-skip. (Bug#15822)
42
43 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
44
45 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
46 at bobp (bug#15826).
47 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
48
49 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
50
51 * man.el (Man-start-calling): New macro, extracted from
52 Man-getpage-in-background.
53 (Man-getpage-in-background): Use it.
54 (Man-update-manpage): New command.
55 (Man-mode-map): Bind it.
56
57 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
58
59 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
60 of "and", "or", "&&" and "||".
61 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
62 argument. Prohibit opening curly brace because it could only be a
63 block opener in that position.
64 (ruby-smie--forward-token, ruby-smie--backward-token):
65 Separate "|" from "&" or "*" going after it. That can happen in block
66 arguments.
67 (ruby-smie--indent-to-stmt): New function, seeks the end of
68 previous statement or beginning of buffer.
69 (ruby-smie-rules): Use it.
70 (ruby-smie-rules): Check if there's a ":" before a curly block
71 opener candidate; if there is, it's a hash.
72
73 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
74
75 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
76 (cl--block-wrapper): Fix last accidental change.
77
78 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
79
80 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
81 Instrument, in order to hunt failure on hydra.
82
83 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
84
85 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
86 malformed bindings form (bug#15814).
87
88 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
89
90 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
91 "." compared to " @ ". This incidentally fixes some indentation
92 examples with "do".
93 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
94 (ruby-smie-grammar): New tokens: "and" and "or".
95 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
96 Exclude "and" and "or". Remove "do" in order to work around token
97 priorities.
98 (ruby-smie-rules): Add all infix tokens. Handle the case of
99 beginning-of-buffer.
100
101 2013-11-06 Glenn Morris <rgm@gnu.org>
102
103 * Makefile.in (setwins_almost, setwins_for_subdirs):
104 Avoid accidental matches.
105
106 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
107
108 * menu-bar.el (popup-menu): Use key-binding.
109
110 2013-11-06 Eli Zaretskii <eliz@gnu.org>
111
112 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
113 menus, support also the menus produced by minor modes.
114 (Bug#15817)
115
116 2013-11-06 Leo Liu <sdl.web@gmail.com>
117
118 * thingatpt.el (thing-at-point-looking-at): Add optional arg
119 DISTANCE to bound the search. All uses changed. (Bug#15808)
120
121 2013-11-06 Glenn Morris <rgm@gnu.org>
122
123 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
124 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
125 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
126
127 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * electric.el (electric-indent-just-newline): New command.
130 (electric-indent-mode-map): New keymap.
131 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
132 Re-add :group which weren't redundant.
133
134 * electric.el (electric-indent-local-mode): New minor mode.
135 (electric-indent-functions-without-reindent): New var.
136 (electric-indent-post-self-insert-function): Use it.
137 * emacs-lisp/gv.el (buffer-local-value): Add setter.
138
139 2013-11-05 Eli Zaretskii <eliz@gnu.org>
140
141 * international/quail.el (quail-help): Be more explicit about the
142 meaning of the labels shown on the keys. (Bug#15800)
143
144 * startup.el (normal-top-level): Load the subdirs.el files before
145 setting the locale environment. (Bug#15805)
146
147 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
148
149 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
150 via arguments so as to get the right ones (bug#15418).
151
152 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
153
154 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
155
156 Fix problems found while writing a test suite.
157
158 * net/tramp-compat.el (tramp-compat-load): New defun.
159 * net/tramp.el (tramp-handle-load): Use it.
160
161 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
162 "(numberp ok-if-already-exists)" correctly.
163
164 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
165
166 * international/characters.el (glyphless-char-display-control):
167 Add usage note.
168
169 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
170
171 * progmodes/python.el (python-mode):
172 * progmodes/scheme.el (scheme-mode):
173 * progmodes/prolog.el (prolog-mode):
174 * progmodes/ruby-mode.el (ruby-mode):
175 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
176 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
177
178 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
179
180 * rect.el (rectangle--highlight-for-redisplay):
181 * emacs-lisp/smie.el (smie--next-indent-change):
182 Use buffer-chars-modified-tick.
183
184 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
185
186 * electric.el (electric-indent-post-self-insert-function):
187 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
188
189 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
190
191 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
192
193 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
194
195 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
196 (bug#15786).
197
198 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
199
200 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
201
202 * progmodes/python.el: Fix up last change.
203 (python-shell--save-temp-file): New function.
204 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
205 `string' comes from the current buffer.
206 (python-shell-send-string-no-output): Remove `msg' arg.
207 (python--use-fake-loc): New var.
208 (python-shell-buffer-substring): Obey it. Try to compensate for the
209 extra coding line added by python-shell--save-temp-file.
210 (python-shell-send-region): Use python-shell--save-temp-file and
211 python-shell-send-file directly. Add `nomain' argument.
212 (python-shell-send-buffer): Use python-shell-send-region.
213 (python-electric-pair-string-delimiter): New function.
214 (python-mode): Use it.
215
216 2013-11-04 Eli Zaretskii <eliz@gnu.org>
217
218 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
219 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
220 environment and decoding all of the default-directory's to here
221 from command-line.
222 (command-line): Decode also argv[0].
223
224 * loadup.el: Error out if default-directory is a multibyte string
225 when we are dumping.
226
227 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
228
229 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
230
231 * emacs-lisp/package.el (package-menu-mode)
232 (package-menu--print-info, package-menu--archive-predicate):
233 Add Archive column to package list.
234
235 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
236
237 Fix problems found while writing a test suite.
238
239 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
240 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
241 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
242 to nil when running original file name handler. Otherwise,
243 there are problems with constructs like "$$FOO".
244
245 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
246 for `localname'.
247
248 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
249
250 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
251
252 * subr.el (version<, version<=, version=):
253 Update docstrings with information for snapshot versions.
254
255 * helpers.el: New library for misc helper functions.
256 (hash-table-keys): New function returning a list of hash keys.
257 (hash-table-values): New function returning a list of hash values.
258
259 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
260
261 * progmodes/ruby-mode.el (ruby-smie--forward-token)
262 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
263
264 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
265
266 * textmodes/fill.el (fill-single-char-nobreak-p): New function
267 checking whether point is after a 1-letter word.
268
269 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
270
271 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
272 Don't infloop when expanding region over `multiline' syntax-type that
273 begins a line (bug#15778).
274
275 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
276
277 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
278 Make it into a proper minor mode.
279 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
280 (rectangle-mark-mode-map): New keymap.
281 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
282
283 2013-11-04 Glenn Morris <rgm@gnu.org>
284
285 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
286
287 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
288
289 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
290 (ruby-smie-rules): Use smie-rule-parent instead.
291
292 * emacs-lisp/smie.el (smie-rule-parent): Always call
293 smie-indent-virtual rather than only for hanging tokens.
294 (smie--next-indent-change): New helper command.
295
296 2013-11-03 Glenn Morris <rgm@gnu.org>
297
298 * Makefile.in (abs_srcdir): Remove.
299 (emacs): Unset EMACSLOADPATH.
300
301 2013-11-02 Glenn Morris <rgm@gnu.org>
302
303 * Makefile.in (EMACS): Use a relative filename.
304 (abs_top_builddir): Remove.
305 (custom-deps, finder-data, autoloads): Use --chdir.
306
307 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
308
309 Use relative filenames in TAGS files.
310 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
311 (lisptagsfiles4, TAGS): Use relative file names.
312 (TAGS-LISP): Remove.
313 (maintainer-clean): No more TAGS-LISP file.
314
315 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
316 (lisptagsfiles4): Use absolute filenames again.
317 (TAGS, TAGS-LISP): Not everything needs to run in one line.
318 Remove all *loaddefs files, not just the first. Remove esh-groups.
319 (maintainer-clean): Delete TAGS, TAGS-LISP.
320
321 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
322
323 * emacs-lisp/package.el (package-version-join):
324 Recognize snapshot versions.
325
326 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
327
328 * subr.el (version-regexp-alist): Add support for snapshot versions.
329
330 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
331
332 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
333 New function, replacement for `smie-rule-parent' for when we want to
334 skip over our direct parent if it's an assignment token..
335 (ruby-smie-rules): Use it.
336
337 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
338
339 * progmodes/ruby-mode.el Use `syntax-propertize-function'
340 unconditionally. Remove now unnecessary forward declarations.
341 Remove XEmacs-specific setup.
342 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
343 (ruby-font-lock-syntactic-keywords)
344 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
345 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
346 (ruby-here-doc-end-syntax): Remove.
347 (ruby-mode): Don't check whether `syntax-propertize-rules' is
348 defined as function.
349
350 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
351
352 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
353
354 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
355
356 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
357 table and abbrev table, `define-derived-mode' does that for us
358 anyway.
359
360 2013-11-01 Glenn Morris <rgm@gnu.org>
361
362 * Makefile.in: Remove manual mh-e dependencies (writing .elc
363 files is atomic for some time, so no parallel compilation issues).
364
365 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
366
367 * faces.el (face-x-resources): Add :distant-foreground.
368 (region): Use :distant-foreground for gtk and ns.
369
370 2013-11-01 Tassilo Horn <tsdh@gnu.org>
371
372 Allow multiple bibliographies when BibLaTeX is used rather than
373 BibTeX.
374 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
375 (reftex-locate-bibliography-files): Us it.
376
377 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
378
379 * image.el (image-type-header-regexps): Fix the 'pbm' part to
380 allow comments in pbm files.
381
382 * term/w32-win.el (dynamic-library-alist): Support newer versions
383 of libjpeg starting with v7: look only for the DLL from the
384 version against which Emacs was built.
385 Support versions of libpng beyond 1.4.x.
386 Support libtiff v4.x.
387
388 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
389
390 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
391 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
392 Add property :safe.
393 (ruby-deep-arglist): Add property :type.
394
395 2013-10-31 Glenn Morris <rgm@gnu.org>
396
397 * Makefile.in (custom-deps, finder-data): No need to setq the target
398 variables, we are in the right directory and the defaults work fine.
399
400 2013-10-30 Glenn Morris <rgm@gnu.org>
401
402 * Makefile.in (autoloads): Do not use abs_lisp.
403
404 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
405 `newline' does not respect `standard-output', so use `princ'.
406
407 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
408
409 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
410 * buff-menu.el (Buffer-menu--unmark): New function.
411 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
412
413 2013-10-30 Glenn Morris <rgm@gnu.org>
414
415 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
416
417 * emacs-lisp/package.el (lm-homepage): Declare.
418
419 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
420 Fix doc typos.
421
422 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
423
424 * Makefile.in (finder-data, autoloads, update-subdirs)
425 (compile-main, compile-clean, compile-always, bootstrap-clean):
426 Check return value of cd.
427 (compile-calc): Remove.
428
429 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
430
431 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
432
433 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
434 (byte-compile-and-folded): New function.
435 (=, <, >, <=, >=): Use it.
436
437 * dos-w32.el (minibuffer-history-case-insensitive-variables)
438 (path-separator, null-device, buffer-file-coding-system)
439 (lpr-headers-switches): Check system-type before modifying them.
440 (find-buffer-file-type-coding-system): Mark obsolete.
441 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
442 find-file-not-found-set-buffer-file-coding-system.
443 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
444 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
445 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
446 (w32-direct-print-region-helper, w32-direct-print-region-function)
447 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
448 * startup.el (normal-top-level-add-subdirs-to-load-path):
449 * ps-print.el (ps-print-region-function):
450 * lpr.el (print-region-function): Use new name.
451
452 * subr.el (custom-declare-variable-early): Remove function.
453 (custom-declare-variable-list): Remove var.
454 (error, user-error): Remove `while' loop.
455 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
456 (user-emacs-directory-warning, locate-user-emacs-file):
457 Move to files.el.
458 * simple.el (read-quoted-char-radix, read-quoted-char):
459 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
460 Move from subr.el.
461 * custom.el (custom-declare-variable-list): Don't process
462 custom-declare-variable-list.
463
464 * progmodes/python.el (python-shell-get-buffer): New function.
465 (python-shell-get-process): Use it.
466 (python-shell-send-string): Always use utf-8 and add a cookie to tell
467 Python which encoding was used. Don't split-string since we only care
468 about the first line. Return the temp-file, if applicable.
469 (python-shell-send-region): Tell compile.el how to turn locations in
470 the temp-file into locations in the source buffer.
471
472 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * subr.el (undefined): Add missing behavior from the C code for
475 unbound keys.
476
477 * rect.el: Use lexical-binding. Add new rectangular region support.
478 (rectangle-mark): New command.
479 (rectangle--region): New var.
480 (deactivate-mark-hook): Reset rectangle--region.
481 (rectangle--extract-region, rectangle--insert-for-yank)
482 (rectangle--highlight-for-redisplay)
483 (rectangle--unhighlight-for-redisplay): New functions.
484 (region-extract-function, redisplay-unhighlight-region-function)
485 (redisplay-highlight-region-function): Use them to handle
486 rectangular region.
487 * simple.el (region-extract-function): New var.
488 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
489 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
490 (kill-region): Replace obsolete `yank-handler' arg with `region'.
491 (copy-region-as-kill, kill-ring-save): Add `region' argument.
492 (redisplay-unhighlight-region-function)
493 (redisplay-highlight-region-function): New vars.
494 (redisplay--update-region-highlight): New function.
495 (pre-redisplay-function): Use it.
496 (exchange-point-and-mark): Don't deactivate the mark before
497 reactivate-it anyway.
498 * comint.el (comint-kill-region): Remove yank-handler argument.
499 * delsel.el (delete-backward-char, backward-delete-char-untabify)
500 (delete-char): Remove property, since it's now part of their
501 default behavior.
502 (self-insert-iso): Remove property since this command doesn't exist.
503
504 * emacs-lisp/package.el (package--download-one-archive)
505 (describe-package-1): Don't query the user about final newline.
506
507 2013-10-29 Daniel Colascione <dancol@dancol.org>
508
509 * net/tramp.el (tramp-methods): Document new functionality.
510 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
511 tramp-hostname-checker if method provides one instead of scanning
512 argument list for "%h" to decide hostname acceptability.
513
514 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
515
516 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
517 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
518 Handle COPY-CONTENTS. (Bug#15737)
519
520 2013-10-28 Daiki Ueno <ueno@gnu.org>
521
522 * epa-file.el
523 (epa-file-cache-passphrase-for-symmetric-encryption):
524 Document that this option has no effect with GnuPG 2.0 (bug#15552).
525
526 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
527
528 * image.el (defimage):
529 (image-load-path): Doc fixes.
530
531 2013-10-27 Alan Mackenzie <acm@muc.de>
532
533 Indent statements in macros following "##" correctly.
534 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
535 Modify the "#" arm of a cond form to handle "#" and "##" operators.
536
537 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
538
539 * linum.el (linum-update-window): Fix boundary test (bug#13446).
540
541 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
542
543 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
544 after `=' is probably a new expression.
545
546 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
547
548 * man.el (man-imenu-title): New option.
549 (Man-mode-map): Add menu. (Bug#15722)
550 (Man-mode): Add imenu to menu.
551
552 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
553
554 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
555 specific in what the first arg can be: a non-keyword word,
556 string/regexp/percent literal opener, opening paren, or unary
557 operator followed directly by word.
558
559 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
562 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
563 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
564 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
565 Remove vars, they do not apply any more.
566 (prolog-mode-abbrev-table): Remove redundant declaration.
567 (prolog-upper-case-string, prolog-lower-case-string): Remove.
568 (prolog-use-smie): Remove.
569 (prolog-smie-rules): Add indentation rule for the if-then-else layout
570 supported by prolog-electric-if-then-else-flag.
571 (prolog-mode-variables, prolog-menu): Use setq-local.
572 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
573 Remove binding to `Backspace' since this key doesn't exist anyway.
574 Remove bindings for electric self-inserting keys.
575 (prog-mode): Assume it's defined.
576 (prolog-post-self-insert): New function.
577 (prolog-mode): Use it.
578 (prolog-indent-line, prolog-indent-level)
579 (prolog-find-indent-of-matching-paren)
580 (prolog-indentation-level-of-line, prolog-goto-comment-column)
581 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
582 (prolog-goto-next-paren, prolog-in-string-or-comment)
583 (prolog-tokenize, prolog-inside-mline-comment)
584 (prolog-find-start-of-mline-comment): Remove functions.
585 (prolog-find-unmatched-paren, prolog-clause-end)
586 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
587 (prolog-electric--if-then-else): Rename from
588 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
589 (prolog-tokenize-searchkey): Remove const.
590 (prolog-clause-info): Use forward-sexp.
591 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
592 (prolog-electric-if-then-else): Remove commands.
593 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
594 for use in post-self-insert-hook.
595 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
596 for use in post-self-insert-hook.
597 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
598 for use in post-self-insert-hook.
599 (prolog-electric--underscore): Rename from prolog-electric--underscore;
600 adapt it for use in post-self-insert-hook.
601
602 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
603
604 * emacs-lisp/ert.el (ert-run-tests-interactively):
605 Use `completing-read'. (Bug#9756)
606
607 2013-10-25 Eli Zaretskii <eliz@gnu.org>
608
609 * simple.el (line-move): Call line-move-1 instead of
610 line-move-visual when the current window hscroll is zero, but
611 temporary-goal-column indicates we will need to hscroll as result
612 of the movement. (Bug#15712)
613
614 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
615
616 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
617 capitalization. Use :visible instead of :active.
618 Fix `ruby-indent-exp' reference. Add menu items for the generic
619 commands that are used with SMIE.
620 (ruby-do-end-to-brace): Insert space after `{'.
621
622 2013-10-25 John Anthony <john@jo.hnanthony.com>
623
624 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
625
626 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
627
628 2013-10-25 Glenn Morris <rgm@gnu.org>
629
630 * vc/vc.el (vc-print-log): Don't use a working revision unless
631 one was explicitly specified. (Bug#15322)
632
633 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
634
635 * subr.el (add-to-list): Preserve return value in compiler-macro
636 (bug#15692).
637
638 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
639
640 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
641 result. Ask user to retry using '-all' flag. (Bug#15701)
642
643 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * emacs-lisp/smie.el: New smie-config system.
646 (smie-config): New defcustom.
647 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
648 (smie-config-guess, smie-config-save): New commands.
649 (smie-config--mode-local, smie-config--buffer-local)
650 (smie-config--trace, smie-config--modefuns): New vars.
651 (smie-config--advice, smie-config--mode-hook)
652 (smie-config--setter, smie-config-local, smie-config--get-trace)
653 (smie-config--guess-value, smie-config--guess): New functions.
654 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
655 text properties. Treat "string fence" syntax like string syntax.
656
657 * progmodes/sh-script.el (sh-use-smie): Change default.
658 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
659 (sh-var-value): Simplify by CSE.
660 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
661 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
662 is used.
663 (sh-guess-basic-offset): Use cl-incf.
664 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
665
666 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
667
668 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
669 (bug#15699).
670
671 2013-10-24 Glenn Morris <rgm@gnu.org>
672
673 * Makefile.in (abs_top_srcdir): Remove.
674 (update-subdirs): Use relative path to update-subdirs.
675
676 2013-10-24 Eli Zaretskii <eliz@gnu.org>
677
678 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
679 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
680 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
681 Call unmsys--file-name before expand-file-name, not after it.
682
683 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
684
685 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
686 (ert-test-skipped): New error.
687 (ert-skip, ert-stats-skipped): New defuns.
688 (ert--skip-unless): New macro.
689 (ert-test-skipped): New struct.
690 (ert--run-test-debugger, ert-test-result-type-p)
691 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
692 (ert--stats-set-test-and-result, ert-char-for-test-result)
693 (ert-string-for-test-result, ert-run-tests-batch)
694 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
695 Handle skipped tests. (Bug#9803)
696
697 2013-10-24 Glenn Morris <rgm@gnu.org>
698
699 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
700
701 * Makefile.in (abs_top_srcdir): New, set by configure.
702 (update-subdirs): Correct build-aux location.
703
704 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
705
706 * vc/vc.el (vc-print-root-log): Always set `default-directory'
707 value, whether we could auto-deduce `backend', or not.
708
709 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
710 with parameters" example. Simplify the "is it block or is it
711 hash" check, but also make it more thorough.
712
713 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
714
715 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
716
717 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
718
719 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
720 { if it is hanging.
721
722 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
723 :before ";".
724
725 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
726
727 * progmodes/compile.el (compilation-directory-matcher)
728 (compilation-page-delimiter):
729 Support GNU Make-4.0 directory quoting. (Bug#15678)
730
731 2013-10-23 Leo Liu <sdl.web@gmail.com>
732
733 * ido.el (ido-tidy): Handle read-only text.
734
735 2013-10-23 Glenn Morris <rgm@gnu.org>
736
737 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
738 (emacs, compile, compile-always):
739 Quote entities that might contain whitespace.
740 (custom-deps, finder-data, autoloads): Use abs_lisp.
741 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
742 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
743 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
744
745 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
746
747 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
748 Use `following-char'.
749
750 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
751
752 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
753 * progmodes/ruby-mode.el (ruby-smie-rules):
754 Remove corresponding workaround. Fix indentation rule of ";" so it
755 also applies when ";" is the parent.
756
757 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
758
759 * frame.el (display-screens, display-pixel-height)
760 (display-pixel-width, display-mm-width, display-backing-store)
761 (display-save-under, display-planes, display-color-cells)
762 (display-visual-class, display-monitor-attributes-list):
763 Mention the optional ‘display’ argument in doc strings.
764
765 2013-10-22 Michael Gauland <mikelygee@amuri.net>
766
767 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
768 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
769
770 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
771
772 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
773 TODO. Add "." after " @ ".
774 (ruby-smie--at-dot-call): New function. Checks if point at method
775 call with explicit target.
776 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
777 to the method name tokens when it precedes them.
778 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
779 (ruby-smie-rules): Add rule for indentation before and after "."
780 token.
781
782 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
783
784 * textmodes/remember.el (remember-diary-extract-entries):
785 Avoid add-to-list.
786
787 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
788 an instruction.
789
790 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
791
792 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
793 (ruby-smie--implicit-semi-p): Add new operator chars.
794
795 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
796 `smie-down-list'.
797 (ruby-smie--args-separator-p): Check that there's no newline
798 between method call and its arguments.
799
800 2013-10-20 Alan Mackenzie <acm@muc.de>
801
802 Allow comma separated lists after Java "implements".
803
804 * progmodes/cc-engine.el (c-backward-over-enum-header):
805 Parse commas.
806 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
807 from a "disallowed" list in enum fontification.
808
809 2013-10-20 Johan Bockgård <bojohan@gnu.org>
810
811 * startup.el (default-frame-background-mode): Remove unused defvar.
812
813 * progmodes/verilog-mode.el (verilog-mode): Don't set
814 comment-indent-function globally.
815
816 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
817
818 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
819 Move Info menu item creation to ns-win.el.
820
821 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
822 in menu bar.
823
824 * menu-bar.el: Move GNUStep specific menus...
825
826 * term/ns-win.el (ns-initialize-window-system): ... to here.
827
828 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
829
830 * simple.el (newline): Only run post-self-insert-hook when
831 called interactively.
832
833 2013-10-19 Johan Bockgård <bojohan@gnu.org>
834
835 * icomplete.el (icomplete-with-completion-tables): Add :version.
836
837 2013-10-19 Alan Mackenzie <acm@muc.de>
838
839 Fix fontification bugs with constructors and const.
840
841 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
842 CASE 2) Remove the check for the absence of a suffix construct
843 after a function declaration with only types (no identifiers) in
844 the parentheses. Also, accept a function declaration with just a
845 type inside the parentheses, if this type can be positively
846 recognised as such, or if a prefix keyword like "explicit" nails
847 down the construct as a declaration.
848
849 2013-10-19 Eli Zaretskii <eliz@gnu.org>
850
851 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
852 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
853 the problem whereby selecting a menu item that leads to a
854 minibuffer prompt moves the cursor out of the minibuffer window,
855 making it hard to type at the prompt. Suggested by Stefan Monnier
856 <monnier@iro.umontreal.ca>.
857
858 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
859
860 * menu-bar.el: Don't make Services menu.
861
862 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
863
864 * ffap.el: Handle "/usr/include/c++/<version>" directories.
865 (ffap-alist): Use ffap-c++-mode for c++-mode.
866 (ffap-c++-path): New variable.
867 (ffap-c++-mode): New function.
868
869 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
870
871 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
872
873 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
874
875 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
876 introduced on 2013-09-08, which results in an infinite loop
877 requesting a password.
878
879 2013-10-18 Glenn Morris <rgm@gnu.org>
880
881 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
882
883 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
884
885 Sync with upstream verilog-mode revision 1a6ecec7.
886 * progmodes/verilog-mode.el (verilog-mode-version): Update.
887 (verilog-mode-release-date): Remove.
888 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
889 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
890 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
891 (verilog-auto-tieoff-ignore-regexp)
892 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
893 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
894 (verilog-signals-with, verilog-dir-cache-preserving)
895 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
896 Doc fixes.
897 (verilog-case-fold): New option, to control case folding in
898 regexp searches, bug597.
899 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
900 (verilog-string-match-fold, verilog-in-paren-count)
901 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
902 (verilog-at-close-struct-p): New functions.
903 (verilog-beg-block-re-ordered, verilog-extended-case-re)
904 (verilog-forward-sexp, verilog-set-auto-endcomments):
905 (verilog-leap-to-case-head): Handle "unique0" case.
906 (verilog-in-constraint-re): New constant.
907 (verilog-keywords, verilog-type-font-keywords):
908 Add some SystemVerilog 1800-2012 keywords.
909 (verilog-label-be): Remove unimplemented argument, bug669.
910 (verilog-batch-execute-func): When batch expanding clear
911 create-lockfiles to prevent spurious user locks when a file ends
912 up not changing.
913 (verilog-calculate-indent, verilog-calc-1)
914 (verilog-at-close-constraint-p, verilog-at-constraint-p)
915 (verilog-do-indent): Fix indentation of nested constraints
916 and structures.
917 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
918 (verilog-auto-inst-param): Use verilog-string-match-fold.
919 (verilog-read-inst-module-matcher):
920 Fix AUTOINST on gate primitives with #1.
921 (verilog-read-decls): Fix double-declaring user-defined typed signals.
922 Reads all user-defined typed variables.
923 (verilog-read-defines): Fix reading definitions inside comments, bug647.
924 (verilog-signals-matching-regexp)
925 (verilog-signals-not-matching-regexp, verilog-auto):
926 Respect verilog-case-fold.
927 (verilog-diff-report): Fix line count.
928 (verilog-auto-assign-modport): Remove unused local `modi'.
929 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
930 better handle multidimensional arrays.
931 Fix packed array ports misadding bit index in AUTOINST, bug637.
932 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
933 to not double-declare existing outputs and inputs, respectively.
934 (verilog-template-map): Bind U to verilog-sk-uvm-component.
935 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
936 (verilog-sk-uvm-component): New skeleton.
937 (verilog-submit-bug-report): Add verilog-case-fold,
938 remove verilog-mode-release-date.
939
940 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
941
942 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
943 as before.
944
945 2013-10-18 Reuben Thomas <rrt@sc3d.org>
946
947 * textmodes/remember.el (remember): set buffer-offer-save in
948 remember buffers (bug#13566).
949
950 2013-10-18 Daniel Colascione <dancol@dancol.org>
951
952 When evaluating forms in ielm, direct standard output to ielm
953 buffer. Add new ielm-return-for-effect command. Remove trailing
954 whitespace throughout.
955
956 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
957 (ielm-return-for-effect): New command.
958 (ielm-send-input): Accept optional `for-effect' parameter.
959 (ielm-eval-input): Accept optional `for-effect' parameter.
960 Bind `standard-output' to stream we create using
961 `ielm-standard-output-impl'. Suppress printing result when
962 `for-effect'.
963 (ielm-standard-output-impl): New function.
964 (inferior-emacs-lisp-mode): Explain new features in documentation.
965
966 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
967
968 Code cleanup.
969
970 * net/tramp.el (tramp-debug-message): Do not check for connection
971 buffer.
972 (tramp-message): Use "vector" connection property.
973
974 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
975 (tramp-equal-remote, tramp-eshell-directory-change)
976 * net/tramp-adb.el (tramp-adb-handle-copy-file)
977 (tramp-adb-handle-rename-file)
978 * net/tramp-cmds.el (tramp-list-remote-buffers)
979 (tramp-cleanup-connection, tramp-cleanup-this-connection)
980 * net/tramp-compat.el (tramp-compat-process-running-p)
981 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
982 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
983 (tramp-gvfs-handle-rename-file)
984 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
985 (tramp-set-file-uid-gid)
986 * net/tramp-smb.el (tramp-smb-handle-copy-file)
987 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
988 of `file-remote-p'.
989
990 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
991 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
992 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
993 (tramp-gw-open-network-stream): Suppress unrelated traces.
994
995 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
996 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
997 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
998 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
999 connection property.
1000
1001 * net/tramp-cache.el (top): Suppress traces when reading
1002 persistency file.
1003
1004 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1005 Refactor common code. Improve debug message.
1006 (tramp-maybe-open-connection)
1007 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
1008 connection buffer too early.
1009
1010 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
1011 from `tramp-smb-actions-with-acl'.
1012 (tramp-smb-actions-set-acl): New defconst.
1013 (tramp-smb-handle-copy-directory)
1014 (tramp-smb-action-get-acl): New defun, renamed from
1015 `tramp-smb-action-with-acl'.
1016 (tramp-smb-action-set-acl): New defun.
1017 (tramp-smb-handle-set-file-acl): Rewrite.
1018
1019 2013-10-17 Glenn Morris <rgm@gnu.org>
1020
1021 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
1022
1023 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * skeleton.el (skeleton-newline): Remove.
1026 (skeleton-internal-1): Use (insert "\n") instead.
1027
1028 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
1029 let-bindings.
1030
1031 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
1032 forward-sexp-function while we redo its job (bug#15613).
1033
1034 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
1035
1036 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
1037 represented by lists.
1038
1039 2013-10-16 Glenn Morris <rgm@gnu.org>
1040
1041 * tmm.el (tmm--history): New dynamic variable.
1042 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
1043
1044 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
1045
1046 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
1047 (tramp-smb-errors): Add error messages.
1048 (tramp-smb-actions-with-acl): New defconst.
1049 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
1050 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
1051 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
1052 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
1053 (tramp-smb-get-stat-capability): Fix tests.
1054
1055 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
1056
1057 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
1058 (bug#15580).
1059
1060 2013-10-16 Glenn Morris <rgm@gnu.org>
1061
1062 * ansi-color.el (ansi-color-drop-regexp):
1063 Add 1J, 1K, 2K. (Bug#15617)
1064
1065 * files.el (hack-local-variables--warned-lexical): New.
1066 (hack-local-variables):
1067 Warn about misplaced lexical-binding. (Bug#15616)
1068
1069 * net/eww.el (eww-render): Always set eww-current-url,
1070 and update header line. (Bug#15622)
1071 (eww-display-html): ... Rather than just doing it here.
1072
1073 2013-10-15 Eli Zaretskii <eliz@gnu.org>
1074
1075 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
1076 menu navigations commands.
1077
1078 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
1079
1080 * progmodes/subword.el (subword-capitalize): Be careful when
1081 the search for [[:alpha:]] fails (bug#15580).
1082
1083 2013-10-14 Eli Zaretskii <eliz@gnu.org>
1084
1085 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
1086 to commands that scroll the menu.
1087
1088 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
1089
1090 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
1091 Handle methods ending with `?' and `!'.
1092
1093 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
1094
1095 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
1096 `japanese-cp932' to `cp932' to fix the problem where saving a
1097 source file written in Shift_JIS twice would end up having
1098 `coding: japanese-cp932' which Ruby could not recognize.
1099 (ruby-mode-set-encoding): Add support for encodings mapped to nil
1100 in `ruby-encoding-map'.
1101 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
1102 doesn't need to be explicitly declared in magic comment.
1103 (ruby-encoding-map): Add type declaration for better customize UI.
1104
1105 2013-10-13 Glenn Morris <rgm@gnu.org>
1106
1107 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
1108 Occur buffers are read-only. http://bugs.debian.org/720775
1109
1110 * emacs-lisp/authors.el (authors-fixed-entries):
1111 Comment out old alpha stuff.
1112
1113 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
1114
1115 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
1116 to `after-save-hook' instead of `before-save-hook'.
1117 (ruby-mode-set-encoding): Use the value of coding system used to
1118 write the file. Call `basic-save-buffer-1' after modifying the
1119 buffer.
1120
1121 2013-10-13 Alan Mackenzie <acm@muc.de>
1122
1123 Fix indentation/fontification of Java enum with
1124 "implements"/generic.
1125
1126 * progmodes/cc-engine.el (c-backward-over-enum-header):
1127 Extracted from the three other places and enhanced to handle generics.
1128 (c-inside-bracelist-p): Uses new function above.
1129 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
1130 function above.
1131 (c-font-lock-enum-tail): Uses new function above.
1132
1133 2013-10-13 Kenichi Handa <handa@gnu.org>
1134
1135 * international/mule-cmds.el (select-safe-coding-system): Remove a
1136 superfluous condition in chekcing whether a coding system is safe
1137 or not.
1138
1139 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
1140
1141 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
1142
1143 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
1144
1145 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
1146
1147 2013-10-13 Glenn Morris <rgm@gnu.org>
1148
1149 * menu-bar.el (menu-bar-update-buffers):
1150 Unify Buffers menu prompt string. (Bug#15576)
1151
1152 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
1153
1154 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
1155 Add some entries.
1156 (authors-fixed-entries): Use accented form of name.
1157
1158 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
1161 method calls (bug#15594).
1162 (ruby-smie--args-separator-p): New function.
1163 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
1164 recognize paren-free method calls.
1165
1166 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
1167 internals of universal-argument.
1168
1169 2013-10-11 Eli Zaretskii <eliz@gnu.org>
1170
1171 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
1172 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
1173 dropped menu on second mouse click on the menu bar.
1174
1175 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1176
1177 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
1178 (explicit-shell-file-name): Declare.
1179 (sh--vars-before-point, sh--cmd-completion-table): New functions.
1180 (sh-completion-at-point-function): New function.
1181 (sh-mode): Use it.
1182 (sh-smie--keyword-p): Remove unused argument.
1183 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
1184 vars.
1185 (sh-set-shell): Always setup SMIE, even if we use the
1186 old indentation code.
1187
1188 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1189
1190 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
1191 cases of ? and =.
1192 (ruby-smie-rules): Simplify the "do" rule. The cases when the
1193 predicate would return nil are almost non-existent.
1194 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
1195
1196 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
1197 cache also after commands that modify the buffer but don't move
1198 point.
1199
1200 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * env.el (substitute-env-in-file-name): New function.
1203 (substitute-env-vars): Extend the meaning of the optional arg.
1204
1205 2013-10-10 Eli Zaretskii <eliz@gnu.org>
1206
1207 * term/w32-win.el (dynamic-library-alist): Define separate lists
1208 of GIF DLLs for versions before and after 5.0.0 of giflib.
1209 (Bug#15531)
1210
1211 2013-10-10 João Távora <joaotavora@gmail.com>
1212
1213 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
1214 not locked, use last revision and current source as
1215 defaults. (Bug#15569)
1216
1217 2013-10-10 Masatake YAMATO <yamato@redhat.com>
1218
1219 * menu-bar.el (menu-bar-open): Don't use popup-menu if
1220 menu-bar is hidden.
1221
1222 2013-10-10 Martin Rudalics <rudalics@gmx.at>
1223
1224 * window.el (pop-to-buffer-same-window): Fix doc-string.
1225 (Bug#15492)
1226
1227 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1228
1229 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
1230
1231 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
1232
1233 * calendar/icalendar.el (icalendar-import-file):
1234 Fix interactive spec. (Bug#15482)
1235
1236 2013-10-10 Glenn Morris <rgm@gnu.org>
1237
1238 * desktop.el (desktop-save): Default to saving in .emacs.d,
1239 since PWD is no longer in desktop-path by default. (Bug#15319)
1240
1241 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
1242 now that text mode has a menu with the same entry.
1243 (menu-bar-text-mode-auto-fill): Remove now unused func.
1244 * textmodes/text-mode.el (text-mode-map):
1245 Use auto-fill help text from menu-bar.el.
1246
1247 2013-10-10 John Anthony <john@jo.hnanthony.com>
1248
1249 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
1250
1251 2013-10-09 Juri Linkov <juri@jurta.org>
1252
1253 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
1254 instead of this-command-keys. Add universal-argument-more and
1255 universal-argument-minus to the list of prefix commands. (Bug#15568)
1256
1257 2013-10-09 Glenn Morris <rgm@gnu.org>
1258
1259 * vc/vc-svn.el (vc-svn-create-repo):
1260 Expand paths in file://... url. (Bug#15446)
1261
1262 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1263 Add some entries.
1264 (authors): Remove unused local variables.
1265
1266 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1267
1268 * profiler.el: Create a more coherent calltree from partial backtraces.
1269 (profiler-format): Hide the tail with `invisible' so that C-s can still
1270 find the hidden elements.
1271 (profiler-calltree-depth): Don't recurse so enthusiastically.
1272 (profiler-function-equal): New hash-table-test.
1273 (profiler-calltree-build-unified): New function.
1274 (profiler-calltree-build): Use it.
1275 (profiler-report-make-name-part): Indent the calltree less.
1276 (profiler-report-mode): Add visibility specs for profiler-format.
1277 (profiler-report-expand-entry, profiler-report-toggle-entry):
1278 Expand the whole subtree when provided with a prefix arg.
1279
1280 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
1281
1282 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
1283 iuwu-mod token.
1284 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
1285 hanging iuwu-mod token.
1286 (ruby-smie--forward-token): Do not include a dot after a token in
1287 that token.
1288 (ruby-smie--backward-token): Likewise.
1289
1290 2013-10-08 Juri Linkov <juri@jurta.org>
1291
1292 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
1293 to isearch-other-control-char.
1294 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
1295 and isearch-post-command-hook to post-command-hook.
1296 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
1297 and isearch-post-command-hook from post-command-hook.
1298 (isearch-unread-key-sequence)
1299 (isearch-reread-key-sequence-naturally)
1300 (isearch-lookup-scroll-key, isearch-other-control-char)
1301 (isearch-other-meta-char): Remove functions.
1302 (isearch-pre-command-hook, isearch-post-command-hook):
1303 New functions based on isearch-other-meta-char rewritten
1304 relying on the new behavior of overriding-terminal-local-map
1305 that does not replace the local keymaps any more. (Bug#15200)
1306
1307 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1308
1309 Support menus on text-mode terminals.
1310 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
1311 functionality.
1312
1313 * tooltip.el (tooltip-mode): Don't error out on TTYs.
1314
1315 * menu-bar.el (popup-menu, popup-menu-normalize-position):
1316 Move here from mouse.el.
1317 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
1318 and arrow keys.
1319 (tty-menu-navigation-map): New map for TTY menu navigation.
1320
1321 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
1322
1323 * frame.el (display-mouse-p): Report text-mode mouse as available
1324 on w32.
1325 (display-popup-menus-p): Report availability if mouse is
1326 available; don't condition on window-system.
1327
1328 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
1329 (tty-menu-selected-face): New faces.
1330
1331 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1332
1333 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
1334 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
1335 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
1336 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
1337 New constants.
1338 (lisp-mode-variables): New `elisp' argument.
1339 (emacs-lisp-mode): Use it.
1340 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
1341 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
1342
1343 * indent.el: Use lexical-binding.
1344 (indent-region): Add progress reporter.
1345 (tab-stop-list): Make it implicitly extend to infinity by repeating the
1346 last step.
1347 (indent--next-tab-stop): New function to implement this behavior.
1348 (tab-to-tab-stop, move-to-tab-stop): Use it.
1349
1350 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
1351
1352 * indent.el (indent-rigidly--current-indentation): New function.
1353 (indent-rigidly-map): New var.
1354 (indent-rigidly): Use it to provide interactive mode (bug#8196).
1355
1356 2013-10-08 Bastien Guerry <bzg@gnu.org>
1357
1358 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
1359
1360 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1361
1362 * progmodes/perl-mode.el: Use lexical-binding.
1363 Remove redundant :group args.
1364 (perl-nochange): Change default to be closer to other major modes's
1365 standard behavior.
1366 (perl-indent-line): Don't consider text on current line as a
1367 valid beginning of function from which to indent.
1368
1369 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
1370 with more than one argument (bug#15538).
1371
1372 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
1373
1374 * vc/pcvs.el: Use lexical-binding.
1375 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
1376 environment of `eval'.
1377 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
1378 than a list of expressions. Adjust callers.
1379 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
1380
1381 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
1382
1383 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
1384 case of the dot in a chained method call being on the following line.
1385
1386 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1387
1388 * electric.el (electric-indent-inhibit): New var.
1389 (electric-indent-post-self-insert-function): Use it.
1390 * progmodes/python.el (python-mode): Set it.
1391
1392 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
1393 open braces.
1394
1395 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
1396
1397 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
1398 (css-mode): Use electric-indent-chars.
1399
1400 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
1401 (font-lock-beg, font-lock-end): Move before first use.
1402 (nxml-mode): Use syntax-propertize-function.
1403 (nxml-after-change, nxml-after-change1): Adjust accordingly.
1404 (nxml-extend-after-change-region): Remove.
1405 * nxml/xmltok.el: Use lexical-binding.
1406 (xmltok-save): Use `declare'.
1407 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
1408 * nxml/nxml-util.el: Use lexical-binding.
1409 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
1410 Use `declare'.
1411 * nxml/nxml-ns.el: Use lexical-binding.
1412 (nxml-ns-save): Use `declare'.
1413 (nxml-ns-prefixes-for): Avoid add-to-list.
1414 * nxml/rng-match.el: Use lexical-binding.
1415 (rng--ipattern): Use cl-defstruct.
1416 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
1417 (rng-cons-group-after, rng-subst-group-after)
1418 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
1419 Use closures instead of `(lambda...).
1420
1421 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
1422
1423 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
1424 of BEG and END.
1425
1426 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1427 Use `tramp-handle-insert-file-contents'.
1428 (tramp-gvfs-handle-insert-file-contents): Remove function.
1429
1430 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1431 Use `save-restriction' in order to keep markers.
1432
1433 * net/trampver.el: Update release number.
1434
1435 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1436
1437 * progmodes/compile.el (compilation-parse-errors):
1438 Use compilation--put-prop.
1439 (compilation--ensure-parse): Check compilation-multiline.
1440
1441 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
1442
1443 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
1444 lexical-binding.
1445
1446 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
1447
1448 * progmodes/ruby-mode.el: Fix recently added tests.
1449 (ruby-smie-grammar): Add - and +.
1450 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
1451 (ruby-smie--backward-id): New functions.
1452 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
1453 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
1454 any more.
1455
1456 2013-10-07 Leo Liu <sdl.web@gmail.com>
1457
1458 * register.el (register-preview-delay)
1459 (register-preview-functions): New variables.
1460 (register-read-with-preview, register-preview)
1461 (register-describe-oneline): New functions.
1462 (point-to-register, window-configuration-to-register)
1463 (frame-configuration-to-register, jump-to-register)
1464 (number-to-register, view-register, insert-register)
1465 (copy-to-register, append-to-register, prepend-to-register)
1466 (copy-rectangle-to-register): Use register-read-with-preview to
1467 read register. (Bug#15525)
1468
1469 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
1470
1471 * net/network-stream.el (network-stream-open-starttls): Don't add
1472 --insecure if it's already present, because that gnutls-cli
1473 rejects getting that parameter twice.
1474
1475 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
1476
1477 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
1478 keyword, too.
1479
1480 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
1481
1482 * newcomment.el (comment-use-global-state): Change default value
1483 to t, mark obsolete (Bug#15251).
1484 (comment-beginning): In addition to `comment-to-syntax', check the
1485 value of `comment-use-global-state'.
1486
1487 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
1490 (ruby-comment-column): Follow the global default, by default.
1491 (ruby-smie-grammar): Add assignment syntax.
1492 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
1493 open-paren, a comma, or a \.
1494 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
1495 and line continuations.
1496 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
1497 followed by implicit semi-colons. Add rule for string concatenation
1498 and for indentation at BOB.
1499 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
1500
1501 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
1502 calling next-sexp, since next-token may have skipped chars which
1503 next-sexp doesn't know should be skipped!
1504
1505 2013-10-05 Leo Liu <sdl.web@gmail.com>
1506
1507 * progmodes/octave.el (octave-send-region):
1508 Call compilation-forget-errors.
1509
1510 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1511
1512 * vc/vc-svn.el (vc-svn-find-admin-dir):
1513 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
1514 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
1515 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
1516 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
1517
1518 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1519
1520 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
1521
1522 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1523
1524 * subr.el (read-passwd): Hide chars even when called within a context
1525 where after-change-functions is disabled (bug#15501).
1526 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
1527 until we removed ourself from overriding-terminal-local-map.
1528
1529 2013-10-04 Leo Liu <sdl.web@gmail.com>
1530
1531 * progmodes/octave.el (inferior-octave-mode):
1532 Call compilation-forget-errors.
1533
1534 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1535
1536 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
1537
1538 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
1539
1540 * net/secrets.el (secrets-create-collection): Add optional
1541 argument ALIAS. Use proper Label keyword. Append ALIAS as
1542 dbus-call-method argument. (Bug#15516)
1543
1544 2013-10-04 Leo Liu <sdl.web@gmail.com>
1545
1546 * progmodes/octave.el (inferior-octave-error-regexp-alist)
1547 (inferior-octave-compilation-font-lock-keywords): New variables.
1548 (compilation-error-regexp-alist)
1549 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
1550 (inferior-octave-mode): Use compilation-shell-minor-mode.
1551
1552 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
1553
1554 * minibuffer.el (completion--replace): Be careful that `end' might be
1555 a marker.
1556
1557 2013-10-03 Daiki Ueno <ueno@gnu.org>
1558
1559 Add support for package signature checking.
1560 * emacs-lisp/package.el (url-http-file-exists-p)
1561 (epg-make-context, epg-context-set-home-directory)
1562 (epg-verify-string, epg-context-result-for)
1563 (epg-signature-status, epg-signature-to-string)
1564 (epg-check-configuration, epg-configuration)
1565 (epg-import-keys-from-file): Declare.
1566 (package-check-signature): New user option.
1567 (package-unsigned-archives): New user option.
1568 (package-desc): Add `signed' field.
1569 (package-load-descriptor): Set `signed' field if .signed file exists.
1570 (package--archive-file-exists-p): New function.
1571 (package--check-signature): New function.
1572 (package-install-from-archive): Check package signature.
1573 (package--download-one-archive): Check archive signature.
1574 (package-delete): Remove .signed file.
1575 (package-import-keyring): New command.
1576 (package-refresh-contents): Import default keyring.
1577 (package-desc-status): Add "unsigned" status.
1578 (describe-package-1, package-menu--print-info)
1579 (package-menu-mark-delete, package-menu--find-upgrades)
1580 (package-menu--status-predicate): Support "unsigned" status.
1581
1582 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1583
1584 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
1585 the new compilation scheme using the new byte-codes.
1586
1587 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
1588 (byte-pophandler): New byte codes.
1589 (byte-goto-ops): Adjust accordingly.
1590 (byte-compile--use-old-handlers): New var.
1591 (byte-compile-catch): Use new byte codes depending on
1592 byte-compile--use-old-handlers.
1593 (byte-compile-condition-case--old): Rename from
1594 byte-compile-condition-case.
1595 (byte-compile-condition-case--new): New function.
1596 (byte-compile-condition-case): New function that dispatches depending
1597 on byte-compile--use-old-handlers.
1598 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
1599 when we can.
1600
1601 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1602 Optimize under `condition-case' and `catch' if
1603 byte-compile--use-old-handlers is nil.
1604 (disassemble-offset): Handle new bytecodes.
1605
1606 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 * subr.el (error): Use `declare'.
1609 (decode-char, encode-char): Use advertised-calling-convention instead
1610 of the docstring to discourage use of the `restriction' arg.
1611
1612 2013-10-03 Daiki Ueno <ueno@gnu.org>
1613
1614 * epg.el (epg-verify-file): Add a comment saying that it does not
1615 notify verification error as a return value nor a signal.
1616 (epg-verify-string): Ditto.
1617
1618 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1619
1620 * progmodes/compile.el (compilation-start): Try globbing the arg to
1621 `cd' (bug#15417).
1622
1623 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
1624
1625 Sync with Tramp 2.2.8.
1626
1627 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1628 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
1629 * net/trampver.el: Update release number.
1630
1631 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
1632
1633 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1634 and default-process-coding-system for darwin only.
1635
1636 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1637
1638 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
1639
1640 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
1641
1642 * vc/vc-git.el (vc-git-grep): Disable pager.
1643
1644 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
1645
1646 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
1647 Use :url instead of :homepage, as per
1648 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
1649
1650 * newcomment.el (comment-beginning): When `comment-use-syntax' is
1651 non-nil, use `syntax-ppss' (Bug#15251).
1652
1653 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1654
1655 * progmodes/octave.el (inferior-octave-startup-file):
1656 Prefer ~/.emacs.d/init_octave.m.
1657
1658 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
1659
1660 * emacs-lisp/package.el (package-desc-from-define):
1661 Accept additional arguments as plist, convert them to an alist and store
1662 them in the `extras' slot.
1663 (package-generate-description-file): Convert extras alist back to
1664 plist and append to the `define-package' form arguments.
1665 (package--alist-to-plist): New function.
1666 (package--ac-desc): Add `extras' slot.
1667 (package--add-to-archive-contents): Check if the archive-contents
1668 vector is long enough, and if it is, pass its `extras' slot value
1669 to `package-desc-create'.
1670 (package-buffer-info): Call `lm-homepage', pass the returned value
1671 to `package-desc-from-define'.
1672 (describe-package-1): Render the homepage button (Bug#13291).
1673
1674 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1675 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
1676
1677 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
1678
1679 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1680 and default-process-coding-system to utf-8-unix (Bug#15402).
1681
1682 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1683
1684 * subr.el (looking-back): Do not recommend using looking-back.
1685
1686 2013-09-28 Alan Mackenzie <acm@muc.de>
1687
1688 Fix indentation/fontification of Java enum with "implements".
1689
1690 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
1691 regexp which matches "implements", etc., in Java.
1692 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
1693 specifier clauses coming after "enum".
1694 * progmodes/cc-fonts.el (c-font-lock-declarations)
1695 (c-font-lock-enum-tail): Check for extra specifier clauses coming
1696 after "enum".
1697
1698 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
1699
1700 * faces.el (region): Change ns_selection_color to
1701 ns_selection_fg_color, add ns_selection_bg_color.
1702
1703 2013-09-28 Leo Liu <sdl.web@gmail.com>
1704
1705 * progmodes/octave.el (inferior-octave-completion-table)
1706 (inferior-octave-completion-at-point): Minor tweaks.
1707
1708 * textmodes/ispell.el (ispell-lookup-words): Rename from
1709 lookup-words. (Bug#15460)
1710 (lookup-words): Obsolete.
1711 (ispell-complete-word, ispell-command-loop): All uses changed.
1712
1713 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1714
1715 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
1716 (octave-mode-menu): Add octave-send-buffer.
1717 (octave-send-buffer): New function.
1718
1719 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1720
1721 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
1722 octave-lookfor.
1723 (octave-mode-menu): Add octave-lookfor.
1724 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
1725 octave-lookfor.
1726 (octave-lookfor): New function.
1727
1728 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1729
1730 * emacs-lisp/cl-macs.el:
1731 (cl--loop-destr-temps): Remove.
1732 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
1733 its convention.
1734 (cl--loop-set-iterator-function): New function.
1735 (cl-loop): Adjust accordingly, so as not to use cl-subst.
1736 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
1737 Bind `it' with `let' instead of substituting it with `cl-subst'.
1738 (cl--unused-var-p): New function.
1739 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
1740 Eliminate some unused variable warnings (bug#15326).
1741
1742 2013-09-27 Tassilo Horn <tsdh@gnu.org>
1743
1744 * doc-view.el (doc-view-scale-reset): Rename from
1745 `doc-view-reset-zoom-level'.
1746 (doc-view-scale-adjust): New command.
1747 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
1748 `doc-view-scale-adjust'.
1749
1750 2013-09-26 Tassilo Horn <tsdh@gnu.org>
1751
1752 * doc-view.el (doc-view-reset-zoom-level): New command.
1753 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
1754 zoom commands (bug#15466).
1755
1756 2013-09-26 Kenichi Handa <handa@gnu.org>
1757
1758 * international/quail.el (quail-help): Make it not a command.
1759
1760 2013-09-26 Leo Liu <sdl.web@gmail.com>
1761
1762 * minibuffer.el (completion-all-sorted-completions): Make args
1763 optional as they are.
1764
1765 2013-09-25 Daniel Colascione <dancol@dancol.org>
1766
1767 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
1768 specs are and that they're not evaluated.
1769
1770 2013-09-24 Sam Steingold <sds@gnu.org>
1771
1772 * midnight.el (clean-buffer-list-kill-regexps)
1773 (clean-buffer-list-kill-buffer-names): Update for the new Man
1774 buffer naming which includes the object name.
1775
1776 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1777
1778 * eshell/esh-cmd.el (eshell--sep-terms): New var.
1779 (eshell-parse-command, eshell-parse-pipeline): Use it since
1780 eshell-separate-commands requires a dynamic scoped var.
1781 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
1782
1783 2013-09-23 Leo Liu <sdl.web@gmail.com>
1784
1785 * autoinsert.el (auto-insert-alist): Make the value of
1786 lexical-binding match its file setting.
1787
1788 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
1789
1790 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
1791
1792 * autoarg.el (autoarg-kp-digit-argument):
1793 * electric.el (Electric-command-loop):
1794 * kmacro.el (kmacro-step-edit-insert):
1795 Do not set universal-argument-num-events.
1796
1797 2013-09-22 Leo Liu <sdl.web@gmail.com>
1798
1799 * files.el (interpreter-mode-alist): Add octave.
1800
1801 2013-09-21 Alan Mackenzie <acm@muc.de>
1802
1803 C++: fontify identifier in declaration following "public:" correctly.
1804 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
1805 to match "public", etc.
1806 (c-decl-prefix-re): Add ":" into the C++ value.
1807 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
1808 bit. Add a check for a ":" preceded by "public", etc.
1809
1810 2013-09-21 Eli Zaretskii <eliz@gnu.org>
1811
1812 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
1813 recognized by GDB 7.5 and later.
1814
1815 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1816
1817 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
1818
1819 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * subr.el (internal--call-interactively): New const.
1822 (called-interactively-p): Use it (bug#3984).
1823
1824 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
1825
1826 * vc/pcvs.el (cvs-mode-ignore):
1827 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
1828 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
1829
1830 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1831
1832 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
1833 (eshell-ls-orig-insert-directory): Remove.
1834 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
1835 (eshell-ls-use-in-dired): Use advice-add/remove.
1836 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
1837 Add `orig-fun' arg for use in :around advice.
1838 Make it check (redundantly) eshell-ls-use-in-dired.
1839
1840 2013-09-19 Glenn Morris <rgm@gnu.org>
1841
1842 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
1843
1844 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
1845
1846 * emacs-lisp/eieio.el (class-parent): Undo previous change.
1847
1848 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
1849
1850 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
1851 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
1852 (tramp-get-remote-python): New defuns.
1853 (tramp-get-remote-uid-with-perl)
1854 (tramp-get-remote-gid-with-perl): New defuns. Perl code
1855 contributed by yary <not.com@gmail.com> (tiny change).
1856 (tramp-get-remote-uid-with-python)
1857 (tramp-get-remote-gid-with-python): New defuns. Python code
1858 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
1859 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
1860
1861 2013-09-19 Glenn Morris <rgm@gnu.org>
1862
1863 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
1864
1865 * eshell/em-unix.el (eshell-remove-entries):
1866 Rename argument to avoid name-clash with global `top-level'.
1867
1868 * eshell/esh-proc.el (eshell-kill-process-function):
1869 Remove eshell-reset-after-proc from eshell-kill-hook if present.
1870 (eshell-reset-after-proc): Remove unused arg `proc'.
1871
1872 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
1873 (directory-files-and-attributes): Mark unused arg.
1874
1875 * eshell/em-unix.el (eshell-remove-entries):
1876 Remove unused arg `path'. Update callers.
1877
1878 * eshell/em-hist.el (eshell-hist-parse-arguments):
1879 Remove unused arg `silent'. Update callers.
1880
1881 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
1882 Fix (f)boundp mix-up.
1883
1884 * eshell/em-smart.el (eshell-smart-scroll-window)
1885 (eshell-disable-after-change):
1886 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
1887
1888 2013-09-18 Alan Mackenzie <acm@muc.de>
1889
1890 Fix fontification of type when followed by "const".
1891 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
1892 "known" types from fontification.
1893
1894 2013-09-18 Glenn Morris <rgm@gnu.org>
1895
1896 * emacs-lisp/chart.el (x-display-color-cells): Declare.
1897 (chart-face-list): Drop Emacsen without display-color-p.
1898
1899 * net/eww.el (libxml-parse-html-region): Declare.
1900 (eww-display-html): Explicit error if no libxml2 support.
1901
1902 * doc-view.el (doc-view-mode): Silence --without-x compilation.
1903
1904 * image.el (image-type-from-buffer, image-multi-frame-p):
1905 Remove --without-x warning/error.
1906
1907 * mouse.el (mouse-yank-primary):
1908 * term.el (term-mouse-paste):
1909 Reorder to silence --without-x compilation.
1910
1911 * mpc.el (doc-view-mode): Silence --without-x compilation.
1912
1913 * mail/rmailmm.el (rmail-mime-set-bulk-data):
1914 Silence --without-x compilation.
1915
1916 * progmodes/gud.el (gud-find-file, gud-mode):
1917 Silence --without-x compilation.
1918 (tooltip-mode): Declare.
1919
1920 * wdired.el (dired-backup-overwrite): Remove declaration.
1921 (wdired-mode-map): Add doc string.
1922
1923 * custom.el (x-get-resource): Declare.
1924
1925 * eshell/em-glob.el (ange-cache):
1926 * eshell/em-unix.el (ange-cache): Declare.
1927
1928 * faces.el (x-display-list, x-open-connection, x-get-resource):
1929 Declare.
1930
1931 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
1932 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
1933 Declare.
1934
1935 * frame.el (x-display-grayscale-p, x-display-name): Declare.
1936
1937 * net/gnutls.el (gnutls-log-level): Declare.
1938
1939 * net/shr.el (image-size, image-animate): Declare.
1940
1941 * simple.el (font-info): Declare.
1942
1943 * subr.el (x-popup-dialog): Declare.
1944
1945 * term/common-win.el (x-select-enable-primary)
1946 (x-last-selected-text-primary, x-last-selected-text-clipboard):
1947 Declare.
1948
1949 * term/ns-win.el (x-handle-args): Declare.
1950
1951 * term/x-win.el (x-select-enable-clipboard): Declare.
1952
1953 * term/w32-win.el (create-default-fontset): Declare.
1954
1955 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
1956 Declare.
1957
1958 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
1959 (fit-frame-to-buffer): Explicit error if --without-x.
1960 (mouse-autoselect-window-select): Silence compiler.
1961
1962 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
1963
1964 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
1965 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
1966 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
1967 * eshell/esh-util.el (eshell-sublist):
1968 Remove unused local variables.
1969
1970 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
1971
1972 * textmodes/two-column.el: Make 2C-split work for --without-x.
1973 (scroll-bar-columns): Autoload.
1974 (top-level): Require fringe when compiling.
1975
1976 2013-09-18 Leo Liu <sdl.web@gmail.com>
1977
1978 * subr.el (add-hook): Robustify to handle closure as well.
1979
1980 2013-09-17 Glenn Morris <rgm@gnu.org>
1981
1982 * simple.el (messages-buffer-mode-map): Unbind "g".
1983
1984 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * help-mode.el (help-mode-finish): Use derived-mode-p.
1987 Remove obsolete highlighting.
1988
1989 * play/life.el (life-mode): Use define-derived-mode. Derive from
1990 special-mode.
1991 (life): Let-bind inhibit-read-only.
1992 (life-setup): Avoid `setq'. Use `life-mode'.
1993
1994 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
1995 which should not be needed any more.
1996 (package-menu-refresh, package-menu-describe-package): Use user-error.
1997
1998 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
1999 (eshell-post-rewrite-command-hook): Make obsolete.
2000 (eshell-parse-command): Simplify.
2001 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
2002 (eshell--cmd): Declare.
2003 (eshell-parse-pipeline): Remove unused var `final-p'.
2004 Pass a dynvar to eshell-post-rewrite-command-hook.
2005 Implement the new eshell-post-rewrite-command-function.
2006 (eshell-invoke-directly): Remove unused arg `input'.
2007 * eshell/esh-io.el (eshell-io-initialize):
2008 Use eshell-post-rewrite-command-function (bug#15399).
2009 (eshell--apply-redirections): Rename from eshell-apply-redirections;
2010 adjust to new calling convention.
2011 (eshell-create-handles): Rename args to avoid clashing with dynvar
2012 `standard-output'.
2013
2014 2013-09-17 Glenn Morris <rgm@gnu.org>
2015
2016 * simple.el (messages-buffer-mode): New major mode.
2017 (messages-buffer): New function.
2018 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
2019 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
2020 (ert-run-test): Use `messages-buffer' function.
2021 (ert--force-message-log-buffer-truncation): Ignore read-only.
2022 * help.el (view-echo-area-messages): Use `messages-buffer' function.
2023 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
2024
2025 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2026
2027 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
2028
2029 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
2030
2031 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2032
2033 * icomplete.el (icomplete-in-buffer): New var.
2034 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
2035 vars and replace them with functions.
2036 (icomplete-minibuffer-setup): Adjust accordingly.
2037 (icomplete--completion-table, icomplete--completion-predicate)
2038 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
2039 New functions.
2040 (icomplete-forward-completions, icomplete-backward-completions)
2041 (icomplete-simple-completing-p, icomplete-exhibit)
2042 (icomplete-completions): Use them.
2043 (icomplete--in-region-buffer): New var.
2044 (icomplete--in-region-setup): New function.
2045 (icomplete-mode): Use it.
2046
2047 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
2048 (bug#15379).
2049 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
2050 return args and options.
2051 (eshell-eval-using-options): Use the new return value of
2052 eshell--do-opts to set the options's vars in their scope.
2053 (eshell--set-option): Rename from eshell-set-option.
2054 Add arg `opt-vals'.
2055 (eshell--process-option): Rename from eshell-process-option.
2056 Add arg `opt-vals'.
2057 (eshell--process-args): Use an `opt-vals' alist to store the options's
2058 values during their processing and return them additionally to the
2059 remaining args.
2060
2061 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
2062
2063 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
2064 continuation character an operator, as far as indentation is
2065 concerned (Bug#15369).
2066
2067 2013-09-15 Martin Rudalics <rudalics@gmx.at>
2068
2069 * window.el (window--state-put-2): Don't process buffer state
2070 when buffer doesn't exist any more (Bug#15382).
2071
2072 2013-09-15 Glenn Morris <rgm@gnu.org>
2073
2074 * eshell/em-unix.el (eshell/rm):
2075 Make -f ignore missing files. (Bug#15373)
2076
2077 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
2078 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
2079 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
2080
2081 2013-09-14 Glenn Morris <rgm@gnu.org>
2082
2083 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
2084
2085 2013-09-13 Glenn Morris <rgm@gnu.org>
2086
2087 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
2088 (dired-guess-default): Make `file' available in the env. (Bug#15363)
2089
2090 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
2091
2092 * frame.el (x-focus-frame): Mark as declared in frame.c.
2093
2094 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2095
2096 * ls-lisp.el: Use advice-add.
2097 (original-insert-directory): Remove.
2098 (ls-lisp--insert-directory): Rename from insert-directory; add
2099 `orig-fun' argument.
2100 (insert-directory): Advise.
2101
2102 2013-09-13 Eli Zaretskii <eliz@gnu.org>
2103
2104 * term.el (term-emulate-terminal): Decode the command string
2105 before passing it to term-command-hook. (Bug#15337)
2106
2107 2013-09-13 Glenn Morris <rgm@gnu.org>
2108
2109 * eshell/esh-util.el (ange-cache): Move declaration earlier.
2110
2111 * eshell/esh-ext.el (eshell-search-path): Declare.
2112
2113 * eshell/em-prompt.el (eshell/pwd): Autoload it.
2114 Otherwise an error occurs if eshell-dirs module not loaded.
2115
2116 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2117
2118 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
2119
2120 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
2121 `tramp-check-proper-host'. Check for a valid method name.
2122
2123 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2124 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2125 * net/tramp-sh.el (tramp-maybe-open-connection):
2126 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
2127
2128 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
2129 also for hash values.
2130
2131 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2132
2133 * term/ns-win.el (parameters): Don't declare as dynamic.
2134 (before-make-frame-hook): Don't add ineffective function.
2135
2136 * eshell/*.el: Use lexical-binding (bug#15231).
2137
2138 2013-09-12 Kenichi Handa <handa@gnu.org>
2139
2140 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
2141
2142 2013-09-12 Glenn Morris <rgm@gnu.org>
2143
2144 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
2145 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
2146
2147 * subr.el (do-after-load-evaluation): Also give compiler warnings
2148 when obsolete files are used (except by obsolete files).
2149
2150 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
2151 in the status output, assume `filename' is the first. (Bug#15322)
2152
2153 * vc/vc.el (vc-deduce-fileset): Doc fix.
2154
2155 * calc/calc-help.el (Info-goto-node):
2156 * progmodes/cperl-mode.el (Info-find-node):
2157 * vc/ediff.el (Info-goto-node): Update declarations.
2158
2159 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
2160
2161 * vc/vc-bzr.el (vc-compilation-mode): Declare.
2162 (vc-bzr-pull): Require vc-dispatcher.
2163 * vc/vc-git.el (vc-compilation-mode): Declare.
2164 (vc-git-pull): Require vc-dispatcher.
2165
2166 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
2167
2168 * progmodes/octave.el (help-button-action): Declare.
2169
2170 * shell.el (shell-directory-tracker): Output error as a message
2171 rather than just returning it as a string.
2172 (shell-process-pushd): Remove useless use of message.
2173
2174 * dframe.el (dframe-timer-fn):
2175 * files.el (dir-locals-read-from-file):
2176 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
2177 (mpc-format):
2178 * reveal.el (reveal-post-command):
2179 * saveplace.el (load-save-place-alist-from-file):
2180 * shell.el (shell-resync-dirs):
2181 * w32-common-fns.el (x-get-selection-value):
2182 * emacs-lisp/copyright.el (copyright-find-copyright):
2183 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2184 * emulation/tpu-edt.el (tpu-copy-keyfile):
2185 * play/bubbles.el (bubbles--mark-neighbourhood):
2186 * progmodes/executable.el
2187 (executable-make-buffer-file-executable-if-script-p):
2188 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2189
2190 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 Cleanup Eshell to rely less on dynamic scoping.
2193 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
2194 last-value, and ext-command here. Bind `args' closer to `body'.
2195 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
2196 (eshell--args): Declare new dynamic var.
2197 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
2198 last-value, and ext-command. Pass `args' to `body'.
2199 (eshell-process-args): Bind eshell--args.
2200 (eshell-set-option): Use eshell--args.
2201 * eshell/eshell.el (eshell): Use derived-mode-p.
2202 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
2203 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
2204 (eshell-glob-function): Declare.
2205 * eshell/esh-util.el: Require cl-lib.
2206 (eshell-read-hosts-file): Avoid add-to-list.
2207 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
2208 `err'.
2209 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
2210 Declare.
2211 (eshell/diff): Remove unused var `err'.
2212 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
2213 `killflag'.
2214 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
2215 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
2216 first use.
2217 * eshell/em-glob.el (eshell-glob-matches, message-shown):
2218 Move declaration before first use.
2219 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
2220 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
2221 rely on cl-return.
2222
2223 2013-09-12 Glenn Morris <rgm@gnu.org>
2224
2225 * term/ns-win.el (global-map): Remove binding for ispell-next,
2226 deleted 1999-05-29. (Bug#15357)
2227
2228 2013-09-11 Glenn Morris <rgm@gnu.org>
2229
2230 * echistory.el (electric-command-history): Remove call to deleted func.
2231
2232 * play/landmark.el (landmark-mode): Fix typos.
2233
2234 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
2235 Check cvs-sort-ignore-file is bound.
2236
2237 * savehist.el: No need for cl when compiling on Emacs.
2238
2239 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
2242 (bug#15338).
2243 (eshell-self-insert-command, eshell-send-invisible):
2244 Remove unused argument.
2245 (eshell-handle-control-codes): Remove unused var `orig'.
2246 Avoid delete-backward-char.
2247
2248 * files.el (set-auto-mode): Simplify a bit further.
2249
2250 2013-09-11 Glenn Morris <rgm@gnu.org>
2251
2252 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
2253 (set-auto-mode): Don't regexp-quote elements.
2254 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
2255 * progmodes/cc-mode.el (interpreter-mode-alist):
2256 * progmodes/ruby-mode.el (interpreter-mode-alist):
2257 Revert previous change.
2258
2259 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2260
2261 * play/snake.el (snake-mode):
2262 * play/mpuz.el (mpuz-mode):
2263 * play/landmark.el (lm-mode):
2264 * play/blackbox.el (blackbox-mode):
2265 * play/5x5.el (5x5-mode):
2266 * obsolete/options.el (Edit-options-mode):
2267 * net/quickurl.el (quickurl-list-mode):
2268 * net/newst-treeview.el (newsticker-treeview-mode):
2269 * mail/rmailsum.el (rmail-summary-mode):
2270 * mail/mspools.el (mspools-mode):
2271 * locate.el (locate-mode):
2272 * ibuffer.el (ibuffer-mode):
2273 * emulation/ws-mode.el (wordstar-mode):
2274 * emacs-lisp/debug.el (debugger-mode):
2275 * array.el (array-mode):
2276 * net/eudc.el (eudc-mode): Use define-derived-mode.
2277 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
2278 Move initialization into declaration.
2279 (mairix-searches-mode): Use define-derived-mode.
2280 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
2281 (eudc-edit-hotlist): Use dolist.
2282 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
2283 (Man-mode): Use define-derived-mode.
2284 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
2285 (Info-edit-mode): Use define-derived-mode.
2286 (Info-cease-edit): Use Info-mode.
2287 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
2288 into declaration.
2289 (eshell-mode): Use define-derived-mode.
2290 * chistory.el (command-history-mode-map): Rename from
2291 command-history-map.
2292 (command-history-mode): Use define-derived-mode.
2293 (Command-history-setup): Remove function.
2294 * calc/calc.el (calc-trail-mode-map): New var.
2295 (calc-trail-mode): Use define-derived-mode.
2296 (calc-trail-buffer): Set calc-main-buffer manually.
2297 * bookmark.el (bookmark-insert-annotation): New function.
2298 (bookmark-edit-annotation): Use it.
2299 (bookmark-edit-annotation-mode): Make it a proper major mode.
2300 (bookmark-send-edited-annotation): Use derived-mode-p.
2301 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
2302 closer to its ideal place. Use \' to match EOS.
2303
2304 * profiler.el (profiler-calltree-find): Use function-equal.
2305
2306 2013-09-10 Glenn Morris <rgm@gnu.org>
2307
2308 * files.el (interpreter-mode-alist): Convert to regexps.
2309 (set-auto-mode): Adapt for this. (Bug#15306)
2310 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
2311 Comment out unused variable.
2312 * progmodes/cc-mode.el (interpreter-mode-alist):
2313 * progmodes/python.el (interpreter-mode-alist):
2314 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
2315 * progmodes/sh-script.el (sh-set-shell):
2316 No longer use interpreter-mode-alist to get list of shells.
2317
2318 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
2319
2320 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2321
2322 * simple.el: Use set-temporary-overlay-map for universal-argument.
2323 (universal-argument-map): Don't use default-bindings (bug#15317).
2324 Bind switch-frame explicitly. Replace universal-argument-minus with
2325 a conditional binding.
2326 (universal-argument-num-events, saved-overriding-map): Remove.
2327 (restore-overriding-map): Remove.
2328 (universal-argument--mode): Rename from save&set-overriding-map,
2329 and rewrite.
2330 (universal-argument, universal-argument-more, negative-argument)
2331 (digit-argument): Adjust accordingly.
2332 (universal-argument-minus): Remove.
2333 (universal-argument-other-key): Remove.
2334
2335 * subr.el (with-demoted-errors): Add `format' argument.
2336
2337 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
2338
2339 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
2340 `tramp-cleanup-connection'.
2341
2342 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
2343 parameters KEEP-DEBUG and KEEP-PASSWORD.
2344
2345 * net/tramp.el (tramp-file-name-handler):
2346 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2347 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2348 (tramp-maybe-open-connection):
2349 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2350 Use `tramp-cleanup-connection'.
2351
2352 * net/tramp-sh.el (tramp-maybe-open-connection):
2353 Catch 'uname-changed inside the progress reporter.
2354
2355 2013-09-10 Glenn Morris <rgm@gnu.org>
2356
2357 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
2358
2359 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
2360 returns "alternate access method" in mode (eg "-rw-r--r--.").
2361
2362 2013-09-08 Glenn Morris <rgm@gnu.org>
2363
2364 * saveplace.el (load-save-place-alist-from-file):
2365 Demote errors. (Bug#15305)
2366
2367 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
2368
2369 Improve compatibility with older Emacsen, and XEmacs.
2370
2371 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
2372 only if it is bound. It isn't for XEmacs.
2373 (with-tramp-progress-reporter): Do not let-bind `result'.
2374 This yields to scoping errors in XEmacs.
2375 (tramp-handle-make-auto-save-file-name): New function, moved from
2376 tramp-sh.el.
2377
2378 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
2379 for `make-auto-save-file-name'.
2380 (tramp-adb--gnu-switches-to-ash):
2381 Use `tramp-compat-replace-regexp-in-string'.
2382
2383 * net/tramp-cache.el (tramp-cache-print): Call
2384 `substring-no-properties' only if it is bound. It isn't for XEmacs.
2385
2386 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
2387 bound. It isn't for XEmacs.
2388
2389 * net/tramp-compat.el (tramp-compat-copy-file):
2390 Catch `wrong-number-of-arguments' error.
2391 (tramp-compat-replace-regexp-in-string): New defun.
2392
2393 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
2394 for `make-auto-save-file-name'.
2395 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
2396 `copy-file'.
2397 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
2398 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
2399 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
2400
2401 * net/tramp-gw.el (tramp-gw-open-network-stream):
2402 Use `tramp-compat-replace-regexp-in-string'.
2403
2404 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2405 Call `tramp-handle-make-auto-save-file-name'.
2406 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
2407 (tramp-sh-file-gvfs-monitor-dir-process-filter)
2408 (tramp-sh-file-inotifywait-process-filter):
2409 Use `tramp-compat-replace-regexp-in-string'.
2410 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
2411
2412 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
2413 for `make-auto-save-file-name'.
2414 (tramp-smb-handle-copy-directory):
2415 Call `tramp-compat-replace-regexp-in-string'.
2416 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
2417 (tramp-smb-handle-copy-file): Improve error message.
2418 (tramp-smb-handle-rename-file): Rename directly only in case
2419 `newname' does not exist yet. This is a restriction of smbclient.
2420 (tramp-smb-maybe-open-connection): Rerun the function only when
2421 `auth-sources' is non-nil.
2422
2423 2013-09-08 Kenichi Handa <handa@gnu.org>
2424
2425 * international/characters.el: Set category "^" (Combining) for
2426 more characters.
2427
2428 2013-09-07 Alan Mackenzie <acm@muc.de>
2429
2430 Correctly fontify Java class constructors.
2431 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
2432 in Java Mode.
2433 (c-recognize-typeless-decls): Set the Java value to t.
2434 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
2435 While handling a "(", add a check for, effectively, Java, and handle a
2436 "typeless" declaration there.
2437
2438 2013-09-07 Roland Winkler <winkler@gnu.org>
2439
2440 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
2441 field subtitle for entry type book.
2442
2443 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2444
2445 * minibuffer.el: Make minibuffer-complete call completion-in-region
2446 rather than other way around.
2447 (completion--some, completion-pcm--find-all-completions):
2448 Don't delay signals when debugging.
2449 (minibuffer-completion-contents): Beware fields within the
2450 minibuffer contents.
2451 (completion-all-sorted-completions): Use defvar-local.
2452 (completion--do-completion, completion--cache-all-sorted-completions)
2453 (completion-all-sorted-completions, minibuffer-force-complete):
2454 Add args `beg' and `end'.
2455 (completion--in-region-1): New fun, extracted from minibuffer-complete.
2456 (minibuffer-complete): Use completion-in-region.
2457 (completion-complete-and-exit): New fun, extracted from
2458 minibuffer-complete-and-exit.
2459 (minibuffer-complete-and-exit): Use it.
2460 (completion--complete-and-exit): Rename from
2461 minibuffer--complete-and-exit.
2462 (completion-in-region--single-word): New function, extracted from
2463 minibuffer-complete-word.
2464 (minibuffer-complete-word): Use it.
2465 (display-completion-list): Make `common-substring' argument obsolete.
2466 (completion--in-region): Call completion--in-region-1 instead of
2467 minibuffer-complete.
2468 (completion-help-at-point): Pass boundaries to
2469 minibuffer-completion-help as args rather than via an overlay.
2470 (completion-pcm--string->pattern): Use `any-delim'.
2471 (completion-pcm--optimize-pattern): New function.
2472 (completion-pcm--pattern->regex): Handle `any-delim'.
2473 * icomplete.el (icomplete-forward-completions)
2474 (icomplete-backward-completions, icomplete-completions):
2475 Adjust calls to completion-all-sorted-completions and
2476 completion--cache-all-sorted-completions.
2477 (icomplete-with-completion-tables): Default to t.
2478 * emacs-lisp/crm.el (crm--current-element): Rename from
2479 crm--select-current-element. Don't put an overlay but return the
2480 boundaries instead.
2481 (crm--completion-command): Take two new args to bind to the boundaries.
2482 (crm-completion-help): Adjust accordingly.
2483 (crm-complete): Use completion-in-region.
2484 (crm-complete-word): Use completion-in-region--single-word.
2485 (crm-complete-and-exit): Use completion-complete-and-exit.
2486
2487 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
2490 than dynamically.
2491
2492 2013-09-06 Juri Linkov <juri@jurta.org>
2493
2494 * info.el (Info-display-images-node): When image file doesn't exist
2495 display text version of the image if it's provided in the Info file.
2496 Otherwise, display the location of missing image from SRC attribute.
2497 Add help-echo text property from ALT attribute. (Bug#15279)
2498
2499 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2500
2501 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
2502 (edit-abbrevs-mode): Use define-derived-mode.
2503
2504 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
2505 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
2506 that it's defined.
2507 (epa-key-list-mode, epa-key-mode, epa-info-mode):
2508 Use define-derived-mode.
2509
2510 * epg.el (epg-start-encrypt): Minor CSE simplification.
2511
2512 2013-09-06 William Xu <william.xwl@gmail.com>
2513
2514 * arc-mode.el: Add support for 7za (bug#15264).
2515 (archive-7z-program): New var.
2516 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
2517 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
2518 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
2519
2520 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
2521
2522 Remove URL syntax.
2523
2524 * net/tramp.el (tramp-syntax, tramp-prefix-format)
2525 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
2526 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
2527 (tramp-postfix-host-format, tramp-file-name-regexp)
2528 (tramp-completion-file-name-regexp)
2529 (tramp-completion-dissect-file-name)
2530 (tramp-handle-substitute-in-file-name): Remove 'url case.
2531 (tramp-file-name-regexp-url)
2532 (tramp-completion-file-name-regexp-url): Remove constants.
2533
2534 2013-09-06 Glenn Morris <rgm@gnu.org>
2535
2536 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
2537
2538 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
2539
2540 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
2541 keywords" below "here-doc beginnings" (Bug#15270).
2542
2543 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2544
2545 * subr.el (pop): Use `car-safe'.
2546 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
2547 to detect unused `pop' return value.
2548
2549 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
2550 var `block-regexp'.
2551 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
2552 (python-fill-string): Remove unused var `marker'.
2553 (python-skeleton-add-menu-items): Remove unused var `items'.
2554
2555 * international/mule-cmds.el: Require CL.
2556 (find-coding-systems-for-charsets): Avoid add-to-list.
2557 (sanitize-coding-system-list): New function, extracted from
2558 select-safe-coding-system-interactively.
2559 (select-safe-coding-system-interactively): Use it.
2560 (read-input-method-name): Accept symbols for `default'.
2561
2562 * emacs-lisp/advice.el (defadvice): Add indent rule.
2563
2564 2013-09-05 Daniel Hackney <dan@haxney.org>
2565
2566 * dired-x.el:
2567 * net/ange-ftp.el:
2568 * net/browse-url.el:
2569 * net/dbus.el:
2570 * net/eudc.el:
2571 * net/eudcb-ldap.el:
2572 * net/eww.el:
2573 * net/imap.el:
2574 * printing.el:
2575 * vc/ediff-diff.el:
2576 * vc/ediff-init.el:
2577 * vc/ediff-merg.el:
2578 * vc/ediff-mult.el:
2579 * vc/ediff-util.el:
2580 * vc/ediff-wind.el:
2581 * vc/ediff.el:
2582 * vc/emerge.el:
2583 * vc/pcvs.el:
2584 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
2585 byte compiler. Remove some unused let-bound variables.
2586
2587 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2588
2589 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
2590 a "ref-cell", since it gets better optimized (bug#14883).
2591
2592 2013-09-05 Glenn Morris <rgm@gnu.org>
2593
2594 * progmodes/cc-awk.el (c-forward-sws): Declare.
2595
2596 2013-09-04 Glenn Morris <rgm@gnu.org>
2597
2598 * generic-x.el [rul-generic-mode]: Require cc-mode.
2599 (c++-mode-syntax-table): Declare.
2600 (rul-generic-mode-syntax-table): Init in the defvar.
2601
2602 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2603
2604 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
2605 (vc-do-command, vc-set-async-update):
2606 * vc/vc-mtn.el (vc-mtn-dir-status):
2607 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
2608 (vc-hg-pull, vc-hg-merge-branch):
2609 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
2610 (vc-git-merge-branch):
2611 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
2612 (vc-cvs-dir-status-files):
2613 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
2614 (vc-bzr-dir-status-files):
2615 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
2616 * vc/vc-annotate.el: Use lexical-binding.
2617 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
2618 (vc-sentinel-movepoint): Declare.
2619 (vc-annotate): Don't use `goto-line'.
2620 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
2621 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
2622 (vc-sentinel-movepoint): Declare.
2623 * vc/vc-svn.el: Use lexical-binding.
2624 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
2625 * vc/vc-sccs.el:
2626 * vc/vc-rcs.el: Use lexical-binding.
2627
2628 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
2629 `deleted'. Don't drop errors silently.
2630
2631 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
2632
2633 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
2634
2635 * vc/vc.el (vc-ignore): Rewrite.
2636 (vc-default-ignore): New function.
2637 (vc-default-ignore-completion-table): Use find-ignore-file.
2638
2639 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
2640 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
2641 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
2642 Remove. Most code moved to vc.el.
2643
2644 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2645
2646 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
2647 * net/tramp-smb.el (tramp-smb-get-file-entries):
2648 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
2649 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
2650
2651 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
2652 Update call to it.
2653 (eww-change-select): Remove unused var `properties'.
2654 (eww-make-unique-file-name): Remove unused var `base'.
2655
2656 * finder.el (finder-compile-keywords): Don't mess with windows.
2657
2658 * calculator.el (calculator-funcall): Fix typo in last change.
2659
2660 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
2661
2662 * emacs-lisp/package.el (package-activate-1): Don't let a missing
2663 <pkg>-autoloads.el file stop us.
2664
2665 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
2666 warnings, and factor out common code.
2667
2668 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
2669
2670 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
2671 two-character operators and whether the character preceding them
2672 changes their meaning (Bug#15208).
2673
2674 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2675
2676 Format code sent to Python shell for robustness.
2677 * progmodes/python.el (python-shell-buffer-substring):
2678 New function.
2679 (python-shell-send-region, python-shell-send-buffer): Use it.
2680
2681 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
2682
2683 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
2684 * net/tramp.el (tramp-user-error): ... here.
2685 (tramp-find-method, tramp-check-proper-host)
2686 (tramp-dissect-file-name, tramp-debug-message)
2687 (tramp-handle-shell-command):
2688 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2689 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
2690
2691 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
2692
2693 2013-09-02 Martin Rudalics <rudalics@gmx.at>
2694
2695 * avoid.el (mouse-avoidance-point-position)
2696 (mouse-avoidance-too-close-p): Handle case where posn-at-point
2697 returns nil.
2698
2699 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2700
2701 * progmodes/python.el (python-shell-completion-get-completions):
2702 Drop use of deleted `comint-last-prompt-overlay'.
2703 (python-nav-if-name-main): New command.
2704
2705 2013-09-01 Glenn Morris <rgm@gnu.org>
2706
2707 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2708 Avoid leading space in $wins. Otherwise the sed command used by
2709 eg compile-main ends up containing "/*.el". (Bug#15170)
2710
2711 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
2712
2713 2013-08-30 Glenn Morris <rgm@gnu.org>
2714
2715 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2716 Fix is-this-a-directory logic. (Bug#15220)
2717
2718 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2719
2720 * textmodes/css-mode.el: Use SMIE.
2721 (css-smie-grammar): New var.
2722 (css-smie--forward-token, css-smie--backward-token)
2723 (css-smie-rules): New functions.
2724 (css-mode): Use them.
2725 (css-navigation-syntax-table): Remove var.
2726 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
2727 (css-indent-calculate, css-indent-line): Remove functions.
2728
2729 Misc changes to reduce use of `(lambda...); and other cleanups.
2730 * cus-edit.el: Use lexical-binding.
2731 (customize-push-and-save, customize-apropos)
2732 (custom-buffer-create-internal): Use closures.
2733 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
2734 * progmodes/ada-xref.el: Use setq.
2735 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
2736 * dframe.el: Use lexical-binding.
2737 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
2738 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
2739 * descr-text.el: Use lexical-binding.
2740 (describe-text-widget, describe-text-sexp, describe-property-list):
2741 Use closures.
2742 * comint.el (comint-history-isearch-push-state): Use a closure.
2743 * calculator.el: Use lexical-binding.
2744 (calculator-number-to-string): Make it work with lexical-binding.
2745 (calculator-funcall): Same and use cl-letf.
2746
2747 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
2748 (lisp--company-doc-string, lisp--company-location): New functions.
2749 (lisp-completion-at-point): Use them to improve Company support.
2750
2751 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
2752 params of lambda expressions.
2753 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
2754 (ruby-smie--opening-pipe-p): New function.
2755 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
2756 symbols and matched |...| for formal params.
2757 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
2758 from being treated as hanging. Handle "rescue".
2759
2760 2013-08-29 Glenn Morris <rgm@gnu.org>
2761
2762 * progmodes/cc-engine.el (c-pull-open-brace):
2763 Move definition before use.
2764
2765 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2766
2767 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
2768 are immutable. Don't use `unsafe' any more.
2769 (cl--defsubst-expand): Don't substitute at the same time as keeping
2770 a residual unused let-binding. Don't use `unsafe' any more.
2771
2772 2013-08-29 Glenn Morris <rgm@gnu.org>
2773
2774 * calendar/cal-china.el (calendar-chinese-year-cache):
2775 Recenter on 2015.
2776
2777 * nxml/nxml-util.el (nxml-debug-clear-inside):
2778 Use cl-loop rather than loop.
2779
2780 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
2781
2782 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
2783
2784 2013-08-28 Glenn Morris <rgm@gnu.org>
2785
2786 * progmodes/antlr-mode.el: No need to require cc-mode twice.
2787
2788 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
2789
2790 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
2791
2792 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2793
2794 * simple.el (repeat-complex-command--called-interactively-skip):
2795 New function.
2796 (repeat-complex-command): Use it (bug#14136).
2797
2798 * progmodes/cc-mode.el: Minor cleanup of var declarations.
2799 (c-define-abbrev-table): Add `doc' argument.
2800 (c-mode-abbrev-table, c++-mode-abbrev-table)
2801 (objc-mode-abbrev-table, java-mode-abbrev-table)
2802 (idl-mode-abbrev-table, pike-mode-abbrev-table)
2803 (awk-mode-abbrev-table): Use it.
2804 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
2805 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
2806 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
2807 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
2808 Move initialization into the declaration; and remove any
2809 autoload cookie.
2810
2811 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
2812 and dynamic let binding.
2813
2814 * vc/smerge-mode.el: Remove redundant :group args.
2815
2816 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
2817 to load-path.
2818
2819 2013-08-28 Juri Linkov <juri@jurta.org>
2820
2821 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
2822 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
2823 (isearch-other-meta-char): Handle an undefined shifted printing
2824 character by downshifting it. (Bug#15200)
2825
2826 2013-08-28 Juri Linkov <juri@jurta.org>
2827
2828 * isearch.el (isearch-search): Change regexp error message for
2829 non-regexp searches. (Bug#15166)
2830
2831 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2832
2833 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
2834 for portability to hosts where /bin/sh has problems.
2835
2836 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2837
2838 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
2839
2840 2013-08-27 Juri Linkov <juri@jurta.org>
2841
2842 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
2843 in the keyboard macro. (Bug#15126)
2844
2845 2013-08-27 Juri Linkov <juri@jurta.org>
2846
2847 * isearch.el (isearch-quote-char): Comment out converting unibyte
2848 to multibyte, thus syncing with its `quoted-insert' counterpart.
2849 (Bug#15166)
2850
2851 2013-08-27 Martin Rudalics <rudalics@gmx.at>
2852
2853 * window.el (display-buffer-use-some-window): Add missing
2854 argument in call of get-largest-window (Bug#15185).
2855 Reported by Stephen Leake.
2856
2857 2013-08-27 Glenn Morris <rgm@gnu.org>
2858
2859 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
2860
2861 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2862
2863 * progmodes/python.el (python-font-lock-keywords): Don't return nil
2864 from a matcher-function unless there's no more matches (bug#15161).
2865
2866 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
2867
2868 * minibuffer.el: Revert change from 2013-08-20.
2869
2870 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
2871 with text property `tramp-default', if appropriate.
2872 (tramp-check-proper-host): New defun.
2873 (tramp-dissect-file-name): Do not check hostname. Revert change
2874 of 2013-03-18.
2875 (tramp-backtrace): Make VEC-OR-PROC optional.
2876
2877 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2878 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2879 * net/tramp-sh.el (tramp-maybe-open-connection):
2880 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2881 Apply `tramp-check-proper-host'.
2882
2883 2013-08-26 Tassilo Horn <tsdh@gnu.org>
2884
2885 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
2886 lambda expression in order to have `describe-variable' display it.
2887
2888 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
2889
2890 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
2891 BUF can be optional. (Bug#15186)
2892
2893 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
2894
2895 * progmodes/flymake.el (flymake-get-real-file-name-function):
2896 Fix broken customization. (Bug#15184)
2897
2898 2013-08-25 Alan Mackenzie <acm@muc.de>
2899
2900 Improve indentation of bracelists defined by macros (without "=").
2901
2902 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
2903 expansion begins with "{", regard it as bracelist when it doesn't
2904 contain a ";".
2905
2906 Parse C++ inher-intro when there's a template split over 2 lines.
2907
2908 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
2909 rigorously the search for "class" etc. followed by ":".
2910
2911 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
2912 random languages a regexp which never matches rather than nil.
2913
2914 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
2915
2916 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
2917 (c-awk-regexp-one-line-possibly-open-char-list-re)
2918 (c-awk-one-line-possibly-open-regexp-re)
2919 (c-awk-one-line-non-syn-ws*-re): Remove.
2920 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
2921 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
2922 (c-awk-space*-unclosed-regexp-/-re): New constants.
2923 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
2924 aren't regexp delimiters.
2925
2926 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
2927 handling for a rare situation in AWK Mode involving unterminated
2928 strings/regexps.
2929
2930 2013-08-23 Glenn Morris <rgm@gnu.org>
2931
2932 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
2933
2934 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
2935
2936 * files.el (create-file-buffer): If the result would begin with
2937 spaces, prepend a "|" instead of removing them. (Bug#15162)
2938
2939 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2940
2941 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
2942 text-properties (bug#15155).
2943
2944 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
2945 exist any more.
2946 (calc-keypad-redraw): Remove unused var `pad'.
2947 (calc-keypad-press): Remove unused var `menu'.
2948
2949 2013-08-23 Martin Rudalics <rudalics@gmx.at>
2950
2951 * window.el (display-buffer-pop-up-frame):
2952 Call pop-up-frame-function with BUFFER current so `make-frame' will
2953 use it as the new frame's buffer (Bug#15133).
2954
2955 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2956
2957 * calendar/timeclock.el: Minor cleanups.
2958 (timeclock-ask-before-exiting, timeclock-use-display-time):
2959 Use `symbol'.
2960 (timeclock-modeline-display): Define as alias before the
2961 actual definition.
2962 (timeclock-mode-line-display): Use define-minor-mode.
2963 (timeclock-day-list-template): Make it a function, add an argument.
2964 (timeclock-day-list-required, timeclock-day-list-length)
2965 (timeclock-day-list-debt, timeclock-day-list-span)
2966 (timeclock-day-list-break): Adjust calls accordingly.
2967
2968 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2969
2970 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
2971 Use read--expression so that completion works again.
2972
2973 2013-08-21 Sam Steingold <sds@gnu.org>
2974
2975 Add rudimentary inferior shell interaction
2976 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
2977 (sh-set-shell): Reset it.
2978 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
2979 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
2980
2981 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2982
2983 * align.el: Use lexical-binding.
2984 (align-region): Simplify accordingly.
2985
2986 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
2987
2988 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
2989
2990 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
2991 `non-essential' up.
2992
2993 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
2994
2995 * net/tramp.el:
2996 * net/tramp-adb.el:
2997 * net/tramp-cmds.el:
2998 * net/tramp-ftp.el:
2999 * net/tramp-gvfs.el:
3000 * net/tramp-gw.el:
3001 * net/tramp-sh.el: Don't wrap external variable declarations by
3002 `eval-when-compile'.
3003
3004 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3005
3006 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
3007 now that Emacs supports ImageMagick animations.
3008
3009 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
3010
3011 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
3012 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
3013
3014 2013-08-16 Martin Rudalics <rudalics@gmx.at>
3015
3016 * window.el (mouse-autoselect-window-select): Do autoselect when
3017 mouse pointer is on margin.
3018
3019 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
3020
3021 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
3022
3023 2013-08-16 Glenn Morris <rgm@gnu.org>
3024
3025 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
3026 Handle "Remote Directory" response of some clients. (Bug#15058)
3027
3028 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
3029 Tweak warning. (Bug#14926)
3030
3031 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
3032 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
3033
3034 * image-mode.el (image-mode-map): Add menu items to reverse,
3035 increase, decrease, reset animation speed.
3036 (image--set-speed, image-increase-speed, image-decrease-speed)
3037 (image-reverse-speed, image-reset-speed): New functions.
3038 (image-mode-map): Add bindings for speed commands.
3039
3040 * image.el (image-animate-get-speed, image-animate-set-speed):
3041 New functions.
3042 (image-animate-timeout): Respect image :speed property.
3043
3044 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3045
3046 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
3047 previous line (bug#15101).
3048 (debugger-eval-expression, debugger-record-expression):
3049 Use read--expression (bug#15102).
3050
3051 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
3052
3053 Remove byte compiler warnings, visible when compiling with
3054 `byte-compile-force-lexical-warnings' set to t.
3055
3056 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
3057 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
3058 (tramp-handle-unhandled-file-name-directory)
3059 (tramp-handle-file-notify-add-watch, tramp-action-login)
3060 (tramp-action-succeed, tramp-action-permission-denied)
3061 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
3062 arguments with "_".
3063
3064 * net/tramp-adb.el (tramp-adb-parse-device-names)
3065 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
3066 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
3067 (tramp-adb-handle-file-truename): Remove unused arguments.
3068
3069 * net/tramp-cache.el (tramp-flush-directory-property)
3070 (tramp-flush-connection-property, tramp-list-connections)
3071 (tramp-parse-connection-properties): Prefix unused arguments with "_".
3072
3073 * net/tramp-compat.el (tramp-compat-make-temp-file):
3074 Rename FILENAME to F.
3075
3076 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3077 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
3078 (tramp-zeroconf-parse-workstation-device-names)
3079 (tramp-zeroconf-parse-webdav-device-names)
3080 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
3081
3082 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3083 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
3084
3085 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
3086 arguments.
3087 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
3088 (tramp-sh-handle-insert-file-contents-literally)
3089 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
3090 with "_".
3091 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
3092 Remove unused variables.
3093
3094 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3095 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
3096 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
3097
3098 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
3099 Make them a defconst.
3100 (tramp-uuencode-region): Remove unused variable.
3101
3102 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
3103
3104 * frameset.el (frameset--prop-setter): New function.
3105 (frameset-prop): Add gv-setter declaration.
3106 (frameset-filter-minibuffer): Deal with the case that the minibuffer
3107 parameter was already set in FILTERED. Doc fix.
3108 (frameset--record-minibuffer-relationships): Allow saving a
3109 minibufferless frame without its corresponding minibuffer frame.
3110 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
3111 frame, if the frame id matches.
3112 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
3113 frames before orphaned ones.
3114 (frameset-restore): Warn about orphaned windows, instead of error out.
3115
3116 2013-08-14 Martin Rudalics <rudalics@gmx.at>
3117
3118 * window.el (window-make-atom): Don't overwrite parameter
3119 already present.
3120 (display-buffer-in-atom-window): Handle special case where we
3121 split an already atomic window.
3122 (window--major-non-side-window, display-buffer-in-side-window)
3123 (window--side-check): Ignore minibuffer window when walking
3124 window tree.
3125 (window-deletable-p): Return 'frame only if no other frame uses
3126 our minibuffer window.
3127 (record-window-buffer): Run buffer-list-update-hook.
3128 (split-window): Make sure window--check-frame won't destroy an
3129 existing atomic window in case the new window gets nested
3130 inside.
3131 (display-buffer-at-bottom): Ignore minibuffer window when
3132 walking window tree. Don't split a side window.
3133 (pop-to-buffer): Don't set-buffer here, the select-window call
3134 should do that.
3135 (mouse-autoselect-window-select): Autoselect only if we are in the
3136 text portion of the window.
3137
3138 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3139
3140 * net/shr.el (shr-parse-image-data): New function to grab both the
3141 data itself and the Content-Type.
3142 (shr-put-image): Use it.
3143
3144 * net/eww.el (eww-display-image): Ditto.
3145
3146 * image.el (image-content-type-suffixes): New variable.
3147
3148 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3149
3150 * progmodes/python.el (python-imenu--build-tree)
3151 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
3152
3153 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
3154
3155 * simple.el (backward-word): Mention the optional argument.
3156
3157 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3158
3159 * frameset.el (frameset--make): Rename constructor from make-frameset.
3160 (frameset-p, frameset-valid-p): Don't autoload.
3161 (frameset-valid-p): Use normal accessors.
3162
3163 2013-08-13 Glenn Morris <rgm@gnu.org>
3164
3165 * progmodes/compile.el (compile-command): Tweak example in doc.
3166 * obsolete/scribe.el (scribe-mode):
3167 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
3168
3169 * mail/feedmail.el (feedmail-confirm-outgoing)
3170 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
3171
3172 * cus-start.el (truncate-partial-width-windows): Fix type.
3173
3174 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
3175
3176 * net/shr.el (shr-table-horizontal-line): Fix custom type.
3177
3178 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3179
3180 * emacs-lisp/timer.el (timer--time-setter): New function.
3181 (timer--time): Use it as gv-setter.
3182
3183 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
3184 setter is not a symbol.
3185
3186 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
3187
3188 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
3189 if sending fails. This makes debugging easier.
3190
3191 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
3192
3193 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
3194 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
3195 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
3196
3197 2013-08-12 Eli Zaretskii <eliz@gnu.org>
3198
3199 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
3200
3201 2013-08-12 Glenn Morris <rgm@gnu.org>
3202
3203 * format.el (format-annotate-function):
3204 Handle read-only text properties in the source. (Bug#14887)
3205
3206 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3207
3208 * net/eww.el (eww-display-html): Ignore coding system errors.
3209 One web site uses "utf-8lias" as the coding system.
3210
3211 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
3212
3213 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
3214
3215 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
3216
3217 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
3218 (tutorial--detailed-help): Remove unused local variables.
3219 (tutorial--save-tutorial-to): Use ignore-errors.
3220 (help-with-tutorial): Use looking-at-p.
3221
3222 * view.el (view-buffer-other-window, view-buffer-other-frame):
3223 Mark unused arguments.
3224
3225 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
3226 (woman-select-symbol-fonts, woman, woman-find-file)
3227 (woman-insert-file-contents, woman-non-underline-faces):
3228 Use string-match-p.
3229 (woman1-unquote): Move declaration.
3230
3231 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
3232 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
3233 argument. Remove unused local variable.
3234 (xml-parse-elem-type): Use string-match-p.
3235 (xml-substitute-numeric-entities): Use ignore-errors.
3236
3237 * calculator.el (calculator): Mark unused argument.
3238 (calculator-paste, calculator-quit, calculator-integer-p):
3239 Use ignore-errors.
3240 (calculator-string-to-number, calculator-decimal, calculator-exp)
3241 (calculator-op-or-exp): Use string-match-p.
3242
3243 * dired.el (dired-buffer-more-recently-used-p): Declare.
3244 (dired-insert-set-properties, dired-insert-old-subdirs):
3245 Use ignore-errors.
3246
3247 * dired-aux.el (dired-compress): Use ignore-errors.
3248 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
3249 (dired-do-async-shell-command, dired-do-shell-command)
3250 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
3251 (dired-insert-subdir-validate): Use string-match-p.
3252 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
3253 (dired-add-entry): Use string-match-p, looking-at-p.
3254 (dired-insert-subdir-newpos): Remove unused local variable.
3255
3256 * filenotify.el (file-notify-callback): Remove unused local variable.
3257
3258 * filesets.el (filesets-error): Mark unused argument.
3259 (filesets-which-command-p, filesets-filter-dir-names)
3260 (filesets-directory-files, filesets-get-external-viewer)
3261 (filesets-ingroup-get-data): Use string-match-p.
3262
3263 * find-file.el (ff-other-file-name, ff-other-file-name)
3264 (ff-find-the-other-file, ff-cc-hh-converter):
3265 Remove unused local variables.
3266 (ff-get-file-name): Use string-match-p.
3267 (ff-all-dirs-under): Use ignore-errors.
3268
3269 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
3270 (follow-select-if-visible): Remove unused local variable.
3271
3272 * forms.el (read-file-filter): Move declaration.
3273 (forms--make-format, forms--make-parser, forms-insert-record):
3274 Quote function with #'.
3275 (forms--update): Use string-match-p. Quote function with #'.
3276
3277 * help-mode.el (help-dir-local-var-def): Mark unused argument.
3278 (help-make-xrefs): Use looking-at-p.
3279 (help-xref-on-pp): Use looking-at-p, ignore-errors.
3280
3281 * ibuffer.el (ibuffer-ext-visible-p): Declare.
3282 (ibuffer-confirm-operation-on): Use string-match-p.
3283
3284 * msb.el (msb-item-handler, msb-dired-item-handler):
3285 Mark unused arguments.
3286
3287 * ses.el (ses-decode-cell-symbol)
3288 (ses-kill-override): Remove unused local variable.
3289 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
3290 (ses-load): Use ignore-errors, looking-at-p.
3291 (ses-jump-safe): Use ignore-errors.
3292 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
3293
3294 * tabify.el (untabify, tabify): Mark unused arguments.
3295
3296 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
3297 Mark unused argument.
3298 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
3299 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
3300
3301 * emacs-lisp/timer.el (timer--time): Define setter with
3302 gv-define-setter to avoid deprecation warning.
3303
3304 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
3305 (*record-cmpl-statistics-p*): Remove (was commented out).
3306 (cmpl-statistics-block): Remove (body was commented out).
3307 All callers changed.
3308 (add-completions-from-buffer, load-completions-from-file):
3309 Remove unused variables.
3310
3311 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
3312
3313 * filecache.el (file-cache-delete-file-list):
3314 Print message only when told so.
3315 (file-cache-files-matching): Use #' in mapconcat argument.
3316
3317 * ffap.el (ffap-url-at-point): Fix reference to variable
3318 thing-at-point-default-mail-uri-scheme.
3319
3320 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3321
3322 * subr.el (define-error): New function.
3323 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
3324 error-file-not-found and define with define-error.
3325 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
3326 and define with define-error.
3327 * userlock.el (file-locked, file-supersession):
3328 * simple.el (mark-inactive):
3329 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
3330 * progmodes/ada-mode.el (ada-mode-errors):
3331 * play/life.el (life-extinct):
3332 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
3333 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
3334 * nxml/rng-util.el (rng-error):
3335 * nxml/rng-uri.el (rng-uri-error):
3336 * nxml/rng-match.el (rng-compile-error):
3337 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
3338 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
3339 * nxml/nxml-rap.el (nxml-scan-error):
3340 * nxml/nxml-outln.el (nxml-outline-error):
3341 * net/soap-client.el (soap-error):
3342 * net/gnutls.el (gnutls-error):
3343 * net/ange-ftp.el (ftp-error):
3344 * mpc.el (mpc-proc-error):
3345 * json.el (json-error, json-readtable-error, json-unknown-keyword)
3346 (json-number-format, json-string-escape, json-string-format)
3347 (json-key-format, json-object-format):
3348 * jka-compr.el (compression-error):
3349 * international/quail.el (quail-error):
3350 * international/kkc.el (kkc-error):
3351 * emacs-lisp/ert.el (ert-test-failed):
3352 * calc/calc.el (calc-error, inexact-result, math-overflow)
3353 (math-underflow):
3354 * bookmark.el (bookmark-error-no-filename):
3355 * epg.el (epg-error): Define with define-error.
3356
3357 * time.el (display-time-event-handler)
3358 (display-time-next-load-average): Don't call sit-for since it seems
3359 unnecessary (bug#15045).
3360
3361 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
3362 Use #' instead of ' to quote functions.
3363 (checkdoc-output-mode): Use setq-local.
3364 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
3365 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
3366 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
3367 (checkdoc-ispell, checkdoc-ispell-current-buffer)
3368 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
3369 (checkdoc-ispell-message-text, checkdoc-ispell-start)
3370 (checkdoc-ispell-continue, checkdoc-ispell-comments)
3371 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
3372
3373 * ido.el (ido-completion-help): Fix up compiler warning.
3374
3375 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
3376
3377 * frameset.el (frameset-p): Add autoload cookie.
3378 (frameset--jump-to-register): New function, based on code moved from
3379 register.el.
3380 (frameset-to-register): Move from register.el. Adapt to `registerv'.
3381
3382 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
3383 (frameset-restore, frameset-save, frameset-session-filter-alist):
3384 Remove declarations.
3385 (register-alist): Doc fix.
3386 (frameset-to-register): Move to frameset.el.
3387 (jump-to-register, describe-register-1): Remove frameset-specific code.
3388
3389 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3390
3391 * allout-widgets.el (allout-widgets-pre-command-business)
3392 (allout-widgets-post-command-business)
3393 (allout-widgets-after-change-handler)
3394 (allout-decorate-item-and-context, allout-set-boundary-marker)
3395 (allout-body-modification-handler)
3396 (allout-graphics-modification-handler): Mark ignored arguments.
3397 (allout-widgets-post-command-business)
3398 (allout-widgets-exposure-change-processor)
3399 (allout-widgets-exposure-undo-processor)
3400 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
3401 (allout-parse-item-at-point, allout-decorate-item-guides)
3402 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
3403 * allout.el (epa-passphrase-callback-function): Declare.
3404 (allout-overlay-insert-in-front-handler)
3405 (allout-overlay-interior-modification-handler)
3406 (allout-isearch-end-handler, allout-chart-siblings)
3407 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
3408 (allout-yank-processing, allout-process-exposed)
3409 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
3410 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
3411 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
3412 (lisp-indent-defform): Mark ignored arguments.
3413 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
3414 (calculate-lisp-indent): Remove unused variables.
3415 * international/characters.el (indian-2-column, arabic-2-column)
3416 (tibetan): Mark ignored arguments.
3417 (use-cjk-char-width-table): Mark ignored arguments.
3418 Remove unused variables.
3419 * international/fontset.el (build-default-fontset-data)
3420 (x-compose-font-name, create-fontset-from-fontset-spec):
3421 Mark ignored arguments.
3422 (fontset-plain-name): Remove unused variables.
3423 * international/mule.el (charset-id, charset-bytes, generic-char-p)
3424 (keyboard-coding-system): Mark ignored arguments.
3425 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
3426 * help.el (resize-temp-buffer-window):
3427 * window.el (display-buffer-in-major-side-window)
3428 (display-buffer-in-side-window, display-buffer-in-previous-window):
3429 Remove unused variables.
3430 * isearch.el (isearch-forward-symbol):
3431 * version.el (emacs-bzr-version-bzr):
3432 * international/mule-cmds.el (current-language-environment):
3433 * term/common-win.el (x-handle-iconic, x-handle-geometry)
3434 (x-handle-display):
3435 * term/pc-win.el (x-list-fonts, x-display-planes)
3436 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
3437 (x-server-version, x-display-screens, x-display-mm-height)
3438 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
3439 (x-selection-owner-p, x-own-selection-internal)
3440 (x-disown-selection-internal, x-get-selection-internal)
3441 (msdos-initialize-window-system):
3442 * term/tty-colors.el (tty-color-alist, tty-color-clear):
3443 * term/x-win.el (x-handle-no-bitmap-icon):
3444 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
3445 (vc-default-find-file-hook, vc-default-extra-menu):
3446 Mark ignored arguments.
3447
3448 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3449
3450 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
3451 break-condition in the context of the debugged code (bug#12685).
3452
3453 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
3454
3455 * comint.el:
3456 Do not use an overlay to highlight the last prompt. (Bug#14744)
3457 (comint-mode): Make comint-last-prompt buffer local.
3458 (comint-last-prompt): New variable.
3459 (comint-last-prompt-overlay): Remove. Superseded by
3460 comint-last-prompt.
3461 (comint-snapshot-last-prompt, comint-output-filter):
3462 Use comint-last-prompt.
3463
3464 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3465
3466 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
3467 (frameset-save): Check validity of the resulting frameset.
3468
3469 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
3470
3471 * ido.el (ido-record-command): Add doc string.
3472
3473 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3474
3475 * frameset.el (frameset): Do not disable creation of the default
3476 frameset-p predicate. Doc fix.
3477 (frameset-valid-p): New function, copied from the old predicate-p.
3478 Add additional checks.
3479 (frameset-restore): Check with frameset-valid-p.
3480 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
3481 (frameset-name, frameset-description, frameset-properties)
3482 (frameset-states): Add docstring.
3483 (frameset-session-filter-alist, frameset-persistent-filter-alist)
3484 (frameset-filter-alist): Doc fixes.
3485
3486 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3487
3488 * frameset.el (frameset-p, frameset-prop): Doc fixes.
3489
3490 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3491
3492 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
3493 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
3494 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
3495 (byte-compile-normal-call): Remove obsolescence check.
3496
3497 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3498
3499 * frameset.el (frameset-restore): Doc fix.
3500
3501 * register.el (frameset-frame-id, frameset-frame-with-id)
3502 (frameset-p, frameset-restore, frameset-save): Declare.
3503 (register-alist): Document framesets.
3504 (frameset-session-filter-alist): Declare.
3505 (frameset-to-register): New function.
3506 (jump-to-register): Implement jumping to framesets. Doc fix.
3507 (describe-register-1): Describe framesets.
3508
3509 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
3510
3511 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
3512
3513 * desktop.el (desktop-save-frameset): Use new frameset-save args.
3514 Use lexical-binding.
3515
3516 * frameset.el (frameset): Use type vector, not list (incompatible
3517 change). Do not declare a new constructor, use the default one.
3518 Upgrade suggested properties `app', `name' and `desc' to slots `app',
3519 `name' and `description', respectively, and add read-only slot
3520 `timestamp'. Doc fixes.
3521 (frameset-copy, frameset-persistent-filter-alist)
3522 (frameset-filter-alist, frameset-switch-to-gui-p)
3523 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
3524 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
3525 (frameset-filter-iconified, frameset-keep-original-display-p):
3526 Doc fixes.
3527 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
3528 Rename from frameset-filter-(save|restore)-param. All callers changed.
3529 Doc fix.
3530 (frameset-p): Adapt to change to vector and be more thorough.
3531 Change arg name to OBJECT. Doc fix.
3532 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
3533 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
3534 All callers changed.
3535 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
3536 All callers changed.
3537 (frameset--record-minibuffer-relationships): Rename from
3538 frameset--process-minibuffer-frames. All callers changed.
3539 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
3540 Use new default constructor (again). Doc fix.
3541 (frameset--find-frame-if): Rename from `frameset--find-frame.
3542 All callers changed.
3543 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
3544 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
3545 Doc fix.
3546 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
3547 PARAMETERS and WINDOW-STATE, respectively.
3548 (frameset-restore): Add new keyword argument PREDICATE.
3549 Reset frameset--target-display to nil. Doc fix.
3550
3551 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3552
3553 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
3554 (bat-mode): Use it.
3555 (bat-mode-syntax-table): Mark \n as end-of-comment.
3556 (bat-font-lock-keywords): Remove comment rule.
3557
3558 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
3559 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
3560
3561 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
3562 (byte-compile-callargs-warn): Use `push'.
3563 (byte-compile-arglist-warn): Ignore higher-order "calls".
3564 (byte-compile-file-form-autoload): Use `pcase'.
3565 (byte-compile-function-form): If quoting a symbol, check that it exists.
3566
3567 2013-08-07 Eli Zaretskii <eliz@gnu.org>
3568
3569 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
3570 and add a few popular commands found in batch files.
3571 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
3572 (dos-mode): Doc fixes.
3573
3574 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3575
3576 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
3577 (dos-mode): Use setq-local. Add space after "rem".
3578 (dos-mode-syntax-table): Don't use "w" for symbol chars.
3579 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
3580
3581 2013-08-07 Arni Magnusson <arnima@hafro.is>
3582
3583 * progmodes/dos.el: New file.
3584 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
3585 dos-mode.
3586
3587 2013-08-06 Glenn Morris <rgm@gnu.org>
3588
3589 * calendar/calendar.el: Add new faces, and day-header-array.
3590 (calendar-weekday-header, calendar-weekend-header)
3591 (calendar-month-header): New faces.
3592 (calendar-day-header-construct): New function.
3593 (calendar-day-header-width): Also :set calendar-day-header-array.
3594 (calendar-american-month-header, calendar-european-month-header)
3595 (calendar-iso-month-header): Use calendar- faces.
3596 (calendar-generate-month):
3597 Use calendar-day-header-array for day headers; apply faces to them.
3598 (calendar-mode): Check calendar-font-lock-keywords non-nil.
3599 (calendar-abbrev-construct): Add optional maxlen argument.
3600 (calendar-day-name-array): Doc fix.
3601 (calendar-day-name-array, calendar-abbrev-length)
3602 (calendar-day-abbrev-array):
3603 Also :set calendar-day-header-array, and maybe redraw.
3604 (calendar-day-header-array): New option. (Bug#15007)
3605 (calendar-font-lock-keywords): Set to nil and make obsolete.
3606 (calendar-day-name): Add option to use header array.
3607
3608 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3609
3610 * net/shr.el (shr-render-td): Remove debugging.
3611 (shr-render-td): Make width computation consistent by defaulting
3612 all zero-width columns to 10 characters. This may not be optimal,
3613 but it's at least consistent.
3614 (shr-make-table-1): Redo last change to fix the real problem in
3615 colspan handling.
3616
3617 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3618
3619 * files.el (cache-long-line-scans):
3620 Make obsolete alias to `cache-long-scans'.
3621
3622 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3623
3624 * frameset.el (frameset, frameset-filter-alist)
3625 (frameset-filter-params, frameset-save, frameset--reuse-frame)
3626 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
3627 (frameset-compute-pos): Rename from frameset--compute-pos,
3628 and add docstring.
3629 (frameset-move-onscreen): Use frameset-compute-pos.
3630 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3631
3632 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
3633 Fix typos in docstrings.
3634
3635 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3636
3637 * frame.el (get-other-frame): Tiny cleanup.
3638
3639 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3640
3641 * vc/vc.el (vc-default-ignore-completion-table):
3642 Silence byte-compiler warning.
3643
3644 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
3645 slot , which can indeed be nil.
3646 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3647 Move entry for `left' from persistent to live filter alist.
3648 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
3649 Doc fixes.
3650 (frameset-filter-params): When restoring a frame, copy items added to
3651 `filtered', to avoid unwittingly modifying the original parameters.
3652 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
3653 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
3654
3655 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
3656 to use looking-at-p instead of looking-at. (Bug#15028)
3657
3658 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 Revert introduction of isearch-filter-predicates (bug#14714).
3661 Rely on add-function instead.
3662 * isearch.el (isearch-filter-predicates): Rename it back to
3663 isearch-filter-predicate.
3664 (isearch-message-prefix): Use advice-function-mapc and advice
3665 properties to get the isearch-message-prefix.
3666 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
3667 instead of run-hook-with-args-until-failure.
3668 (isearch-filter-visible): Not obsolete any more.
3669 * loadup.el: Preload nadvice.
3670 * replace.el (perform-replace): Revert to funcall
3671 instead of run-hook-with-args-until-failure.
3672 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
3673 * dired-aux.el (dired-isearch-filenames-mode): Rename from
3674 dired-isearch-filenames-toggle; make it into a proper minor mode.
3675 Use add/remove-function.
3676 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
3677 Call the minor-mode rather than add/remove-hook.
3678 (dired-isearch-filter-filenames):
3679 Remove isearch-message-prefix property.
3680 * info.el (Info--search-loop): New function, extracted from Info-search.
3681 Funcall isearch-filter-predicate instead of
3682 run-hook-with-args-until-failure isearch-filter-predicates.
3683 (Info-search): Use it.
3684 (Info-mode): Use isearch-filter-predicate instead of
3685 isearch-filter-predicates.
3686
3687 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3688
3689 Do not call to `selected-window' where it is assumed by default.
3690 Affected functions are `window-minibuffer-p', `window-dedicated-p',
3691 `window-hscroll', `window-width', `window-height', `window-buffer',
3692 `window-frame', `window-start', `window-point', `next-window'
3693 and `window-display-table'.
3694 * abbrev.el (abbrev--default-expand):
3695 * bs.el (bs--show-with-configuration):
3696 * buff-menu.el (Buffer-menu-mouse-select):
3697 * calc/calc.el (calc):
3698 * calendar/calendar.el (calendar-generate-window):
3699 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
3700 (diary-make-entry):
3701 * comint.el (send-invisible, comint-dynamic-complete-filename)
3702 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
3703 * completion.el (complete):
3704 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
3705 * disp-table.el (describe-current-display-table):
3706 * doc-view.el (doc-view-insert-image):
3707 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
3708 * ehelp.el (with-electric-help):
3709 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3710 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
3711 * emacs-lisp/helper.el (Helper-help-scroller):
3712 * emulation/cua-base.el (cua--post-command-handler-1):
3713 * eshell/esh-mode.el (eshell-output-filter):
3714 * ffap.el (ffap-gnus-wrapper):
3715 * help-macro.el (make-help-screen):
3716 * hilit-chg.el (highlight-compare-buffers):
3717 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
3718 * hl-line.el (global-hl-line-highlight):
3719 * icomplete.el (icomplete-simple-completing-p):
3720 * isearch.el (isearch-done):
3721 * jit-lock.el (jit-lock-stealth-fontify):
3722 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
3723 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
3724 * mpc.el (mpc-tagbrowser, mpc):
3725 * net/rcirc.el (rcirc-any-buffer):
3726 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
3727 * play/landmark.el (landmark-max-width, landmark-max-height):
3728 * play/zone.el (zone):
3729 * progmodes/compile.el (compilation-goto-locus):
3730 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
3731 * progmodes/etags.el (find-tag-other-window):
3732 * progmodes/fortran.el (fortran-column-ruler):
3733 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3734 * progmodes/verilog-mode.el (verilog-point-text):
3735 * reposition.el (reposition-window):
3736 * rot13.el (toggle-rot13-mode):
3737 * server.el (server-switch-buffer):
3738 * shell.el (shell-dynamic-complete-command)
3739 (shell-dynamic-complete-environment-variable):
3740 * simple.el (insert-buffer, set-selective-display)
3741 (delete-completion-window):
3742 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
3743 (speedbar-recenter):
3744 * startup.el (fancy-splash-head):
3745 * textmodes/ispell.el (ispell-command-loop):
3746 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
3747 * tutorial.el (help-with-tutorial):
3748 * vc/add-log.el (add-change-log-entry):
3749 * vc/compare-w.el (compare-windows):
3750 * vc/ediff-help.el (ediff-indent-help-message):
3751 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
3752 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
3753 (ediff-setup-control-frame):
3754 * vc/emerge.el (emerge-position-region):
3755 * vc/pcvs-util.el (cvs-bury-buffer):
3756 * window.el (walk-windows, mouse-autoselect-window-select):
3757 * winner.el (winner-set-conf, winner-undo): Related users changed.
3758
3759 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
3760
3761 * frameset.el (frameset--set-id): Doc fix.
3762 (frameset-frame-id, frameset-frame-id-equal-p)
3763 (frameset-locate-frame-id): New functions.
3764 (frameset--process-minibuffer-frames, frameset--reuse-frame)
3765 (frameset-restore): Use them.
3766
3767 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3768
3769 Do not call to `selected-frame' where it is assumed by default.
3770 Affected functions are `raise-frame', `redraw-frame',
3771 `frame-first-window', `frame-terminal' and `delete-frame'.
3772 * calendar/appt.el (appt-disp-window):
3773 * epg.el (epg-wait-for-completion):
3774 * follow.el (follow-delete-other-windows-and-split)
3775 (follow-avoid-tail-recenter):
3776 * international/mule.el (set-terminal-coding-system):
3777 * mail/rmail.el (rmail-mail-return):
3778 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3779 * progmodes/f90.el (f90-add-imenu-menu):
3780 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
3781 * server.el (server-switch-buffer):
3782 * simple.el (delete-completion-window):
3783 * talk.el (talk):
3784 * term/xterm.el (terminal-init-xterm-modify-other-keys)
3785 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
3786 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
3787 * vc/ediff.el (ediff-documentation): Related users changed.
3788 * frame.el (selected-terminal): Remove the leftover.
3789
3790 2013-08-05 Glenn Morris <rgm@gnu.org>
3791
3792 * calendar/calendar.el (calendar-generate-month):
3793 Fix for calendar-column-width != 1 + calendar-day-digit-width.
3794 (calendar-generate-month, calendar-font-lock-keywords):
3795 Fix for calendar-day-header-width > length of any day name.
3796
3797 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
3798
3799 * desktop.el (desktop-clear): Use new name of sort predicate.
3800
3801 * frameset.el (frameset): Add docstring. Move :version property to its
3802 own `version' slot.
3803 (frameset-copy): Rename from copy-frameset.
3804 (frameset-p): Check more thoroughly.
3805 (frameset-prop): Do not check for :version, which is no longer a prop.
3806 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3807 Use new :never value instead of t.
3808 (frameset-filter-alist): Expand and clarify docstring.
3809 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
3810 (frameset-filter-minibuffer, frameset-filter-save-param)
3811 (frameset-filter-restore-param, frameset-filter-iconified):
3812 Add pointer to docstring of frameset-filter-alist.
3813 (frameset-filter-params): Rename filter values to be more meaningful:
3814 :never instead of t, and reverse the meanings of :save and :restore.
3815 (frameset--process-minibuffer-frames): Clarify error message.
3816 (frameset-save): Avoid unnecessary and confusing call to framep.
3817 Use new BOA constructor for framesets.
3818 (frameset--reuse-list): Doc fix.
3819 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
3820 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
3821 (frameset-minibufferless-first-p): Doc fix.
3822 Rename from frameset-sort-frames-for-deletion.
3823 (frameset-restore): Doc fixes. Use new function names.
3824 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3825
3826 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
3827
3828 * desktop.el (desktop-restore-forces-onscreen)
3829 (desktop-restore-reuses-frames): Document :keyword constant values.
3830 (desktop-filter-parameters-alist): Remove, now identical to
3831 frameset-filter-alist.
3832 (desktop--filter-tty*): Remove, moved to frameset.el.
3833 (desktop-save-frameset, desktop-restore-frameset):
3834 Do not pass :filters argument.
3835
3836 * frameset.el (frameset-live-filter-alist)
3837 (frameset-persistent-filter-alist): New variables.
3838 (frameset-filter-alist): Use them. Add autoload cookie.
3839 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
3840 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
3841 `frameset--id' (it's supposed to be internal to frameset.el).
3842 (frameset--process-minibuffer-frames): Ditto. Doc fix.
3843 (frameset--initial-params): New function.
3844 (frameset--get-frame): Use it. Doc fix.
3845 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
3846 Accept :all, not 'all.
3847 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
3848 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
3849 with fbound symbols. Fix frame id matching, and remove matching ids if
3850 the frame being restored is deleted. Obey :delete.
3851
3852 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3853
3854 * subr.el (macrop): New function.
3855 (text-clone--maintaining): New var.
3856 (text-clone--maintain): Rename from text-clone-maintain. Use it
3857 instead of inhibit-modification-hooks.
3858
3859 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
3860 a proxy, so as handle autoloads and redefinitions of the target.
3861 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
3862
3863 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
3864 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
3865 (pcase--mutually-exclusive-p): New function.
3866 (pcase--split-consp): Use it.
3867 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
3868 mutually exclusive with the current predicate.
3869
3870 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
3871 (edebug-macrop): Remove. Use `macrop' instead.
3872 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
3873 (ad-macro-p):
3874 * eshell/esh-cmd.el (eshell-macrop):
3875 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
3876
3877 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
3880 (advice-mapc): New function, using it.
3881 (advice-function-member-p): New function.
3882 (advice--normalize): Store the cdr in advice--saved-rewrite since
3883 that's the part that will be changed.
3884 (advice--symbol-function): New function.
3885 (advice-remove): Handle removal before the function is defined.
3886 Adjust to new advice--saved-rewrite.
3887 (advice-member-p): Use advice-function-member-p and
3888 advice--symbol-function.
3889
3890 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
3891
3892 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
3893 (frameset-filter-minibuffer): Doc fix.
3894 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
3895 (frameset--set-id, frameset--process-minibuffer-frames)
3896 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
3897 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
3898
3899 * desktop.el (desktop-clear): Only delete frames when called
3900 interactively and desktop-restore-frames is non-nil. Doc fix.
3901 (desktop-read): Set desktop-saved-frameset to nil.
3902
3903 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
3904
3905 * vc/vc.el (vc-ignore): Rewrite.
3906 (vc-default-ignore-completion-table):
3907 (vc--read-lines):
3908 (vc--add-line, vc--remove-regexp): New functions.
3909
3910 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
3911 (vc-svn-ignore-completion-table): New function.
3912
3913 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
3914 (vc-hg-ignore-completion-table):
3915 (vc-hg-find-ignore-file): New functions.
3916
3917 * vc/vc-git.el (vc-git-ignore): Rewrite.
3918 (vc-git-ignore-completion-table):
3919 (vc-git-find-ignore-file): New functions.
3920
3921 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
3922
3923 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
3924 (vc-bzr-ignore-completion-table):
3925 (vc-bzr-find-ignore-file): New functions.
3926
3927 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
3928
3929 * frameset.el (frameset-prop): New function and setter.
3930 (frameset-save): Do not modify frame list passed by the caller.
3931
3932 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3933
3934 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
3935
3936 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3937
3938 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
3939 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
3940
3941 * custom.el (custom-initialize-default, custom-initialize-set)
3942 (custom-initialize-reset, custom-initialize-changed): Affect the
3943 toplevel-default-value (bug#6275, bug#14586).
3944 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
3945 for bug#6275.
3946
3947 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
3948
3949 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3950 Add cl-def* expressions.
3951
3952 * frameset.el (frameset-filter-params): Fix order of arguments.
3953
3954 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
3955
3956 Move code related to saving frames to frameset.el.
3957 * desktop.el: Require frameset.
3958 (desktop-restore-frames): Doc fix.
3959 (desktop-restore-reuses-frames): Rename from
3960 desktop-restoring-reuses-frames.
3961 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
3962 (desktop-clear): Clear frames too.
3963 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
3964 (desktop--filter-tty*, desktop-save, desktop-read):
3965 Use frameset functions.
3966 (desktop-before-saving-frames-functions, desktop--filter-*-color)
3967 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3968 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
3969 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
3970 (desktop--process-minibuffer-frames, desktop-save-frames)
3971 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
3972 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
3973 (desktop--sort-states, desktop-restoring-frames-p)
3974 (desktop-restore-frames): Remove. Most code moved to frameset.el.
3975 (desktop-restoring-frameset-p, desktop-restore-frameset)
3976 (desktop--check-dont-save, desktop-save-frameset): New functions.
3977 (desktop--app-id): New constant.
3978 (desktop-first-buffer, desktop-buffer-ok-count)
3979 (desktop-buffer-fail-count): Move before first use.
3980 * frameset.el: New file.
3981
3982 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3983
3984 * files.el: Use lexical-binding.
3985 (dir-locals-read-from-file): Remove unused `err' variable.
3986 (hack-dir-local-variables--warned-coding): New var.
3987 (hack-dir-local-variables): Use it to avoid repeated warnings.
3988 (make-backup-file-name--default-function): New function.
3989 (make-backup-file-name-function): Use it as default.
3990 (buffer-stale--default-function): New function.
3991 (buffer-stale-function): Use it as default.
3992 (revert-buffer-insert-file-contents--default-function): New function.
3993 (revert-buffer-insert-file-contents-function): Use it as default.
3994 (insert-directory): Avoid add-to-list.
3995
3996 * autorevert.el (auto-revert-handler): Simplify.
3997 Use buffer-stale--default-function.
3998
3999 2013-08-01 Tassilo Horn <tsdh@gnu.org>
4000
4001 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
4002
4003 * whitespace.el (whitespace-ensure-local-variables): New function.
4004 (whitespace-cleanup-region): Call it.
4005 (whitespace-turn-on): Call it.
4006
4007 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
4008
4009 Complete file name handlers.
4010
4011 * net/tramp.el (tramp-handle-set-visited-file-modtime)
4012 (tramp-handle-verify-visited-file-modtime)
4013 (tramp-handle-file-notify-rm-watch): New functions.
4014 (tramp-call-process): Do not bind `default-directory'.
4015
4016 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4017 Order alphabetically.
4018 [access-file, add-name-to-file, dired-call-process]:
4019 [dired-compress-file, file-acl, file-notify-rm-watch]:
4020 [file-ownership-preserved-p, file-selinux-context]:
4021 [make-directory-internal, make-symbolic-link, set-file-acl]:
4022 [set-file-selinux-context, set-visited-file-modtime]:
4023 [verify-visited-file-modtime]: Add handler.
4024 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
4025
4026 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4027 [file-notify-add-watch, file-notify-rm-watch]:
4028 [set-file-times, set-visited-file-modtime]:
4029 [verify-visited-file-modtime]: Add handler.
4030 (with-tramp-gvfs-error-message)
4031 (tramp-gvfs-handle-set-visited-file-modtime)
4032 (tramp-gvfs-fuse-file-name): Remove.
4033 (tramp-gvfs-handle-file-notify-add-watch)
4034 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
4035 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
4036
4037 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4038 Order alphabetically.
4039 [file-notify-rm-watch ]: Use default Tramp handler.
4040 [executable-find]: Remove private handler.
4041 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
4042 `default-directory'.
4043 (tramp-sh-handle-executable-find)
4044 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
4045 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4046 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
4047 Do not use `format' in `tramp-message'.
4048
4049 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
4050 [file-notify-rm-watch, set-visited-file-modtime]:
4051 [verify-visited-file-modtime]: Add handler.
4052 (tramp-smb-call-winexe): Do not bind `default-directory'.
4053
4054 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
4055
4056 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
4057
4058 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
4059
4060 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
4061 use it.
4062 (log-view-diff-changeset): Same.
4063 (log-view-diff-common): Call backend command `previous-revision'
4064 to find out the previous revision, in both cases. Swap the
4065 variables `to' and `fr', so that `fr' usually refers to the
4066 earlier revision (Bug#14989).
4067
4068 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
4069
4070 * ibuf-ext.el (ibuffer-filter-by-filename):
4071 Make it work with dired buffers too.
4072
4073 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
4074
4075 * emacs-lisp/re-builder.el (reb-color-display-p):
4076 * files.el (save-buffers-kill-terminal):
4077 * net/browse-url.el (browse-url):
4078 * server.el (server-save-buffers-kill-terminal):
4079 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
4080 Prefer nil to selected-frame for the first arg of frame-parameter.
4081
4082 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
4083
4084 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
4085
4086 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
4087
4088 * minibuffer.el (completion--twq-all): Try and preserve each
4089 completion's case choice (bug#14907).
4090
4091 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4092
4093 * net/network-stream.el (open-network-stream): Mention the new
4094 :nogreeting parameter.
4095 (network-stream-open-starttls): Use the :nogreeting parameter
4096 (bug#14938).
4097
4098 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
4099
4100 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
4101 more natural than popping.
4102
4103 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
4104 (shr-urlify): Highlight under mouse.
4105
4106 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4107
4108 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
4109
4110 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
4111
4112 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
4113 buffer for output.
4114
4115 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
4116 point-min==1. Fix search string. Fix parentheses missing.
4117
4118 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
4119 assume point-min==1. Fix search string. Fix parentheses missing.
4120
4121 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
4122
4123 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
4124 buffer for output.
4125
4126 2013-07-29 Eli Zaretskii <eliz@gnu.org>
4127
4128 * frame.el (frame-notice-user-settings): Avoid inflooping when the
4129 initial frame is minibuffer-less. (Bug#14841)
4130
4131 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
4132
4133 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
4134 option.
4135
4136 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4137 (tramp-maybe-open-connection): Use it.
4138
4139 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4140
4141 * desktop.el (desktop--make-frame): Include `minibuffer' in the
4142 minimal set of parameters passed when creating a frame, because
4143 the minibuffer status of a frame cannot be changed later.
4144
4145 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
4146
4147 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
4148 replace-regexp-in-string and inadvertent omissions in previous change.
4149 (todo-filter-items): Ensure only file names are comma-separated in
4150 name of filtered items buffer.
4151
4152 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4153
4154 * desktop.el: Optionally force offscreen frames back onscreen.
4155 (desktop-restoring-reuses-frames): New option.
4156 (desktop--compute-pos, desktop--move-onscreen): New functions.
4157 (desktop--make-frame): Use desktop--move-onscreen.
4158
4159 2013-07-27 Alan Mackenzie <acm@muc.de>
4160
4161 Fontify a Java generic method as a function.
4162 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
4163 value to t.
4164
4165 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
4166
4167 * calendar/todo-mode.el: Add command to rename todo files.
4168 (todo-rename-file): New command.
4169 (todo-key-bindings-t): Add key binding for it. Change the
4170 bindings of todo-filter-regexp-items(-multifile) to use `x'
4171 instead of `r', since the latter is better suited to the new
4172 renaming command.
4173
4174 2013-07-27 Alan Mackenzie <acm@muc.de>
4175
4176 Make Java try-with-resources statement parse properly.
4177 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
4178 (c-block-stmt-1-2-key): New language constants/variables.
4179 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4180 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
4181 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
4182 with c-block-stmt-1-2-key.
4183
4184 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
4185
4186 * desktop.el (desktop--make-frame): Apply most frame parameters after
4187 creating the frame to force (partially or totally) offscreen frames to
4188 be restored as such.
4189
4190 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
4191
4192 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
4193 (Bug#14948)
4194
4195 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4196
4197 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
4198 `base' arg of backtrace-frame.
4199
4200 2013-07-26 Eli Zaretskii <eliz@gnu.org>
4201
4202 * simple.el (list-processes): Doc fix.
4203
4204 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4205
4206 * desktop.el (desktop--select-frame):
4207 Try harder to reuse existing frames.
4208
4209 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4210
4211 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
4212 (edebug-eval): Use backtrace-eval.
4213 (edebug--display, edebug--recursive-edit): Don't let-bind the
4214 edebug-outer-* vars that keep track of variables we locally let-bind.
4215 (edebug-outside-excursion): Don't restore outside values of locally
4216 let-bound vars.
4217 (edebug--display): Use user-error.
4218 (cl-lexical-debug, cl-debug-env): Remove.
4219
4220 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4221
4222 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
4223 are restored to be sure that they are visible before deleting any
4224 remaining ones.
4225
4226 2013-07-26 Matthias Meulien <orontee@gmail.com>
4227
4228 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
4229 vc-print-root-log. (Bug#14948)
4230
4231 2013-07-26 Richard Stallman <rms@gnu.org>
4232
4233 Add aliases for encrypting mail.
4234 * epa.el (epa-mail-aliases): New option.
4235 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
4236 Bind inhibit-read-only so read-only text doesn't ruin everything.
4237 (epa-mail-default-recipients): New subroutine broken out.
4238 Handle epa-mail-aliases.
4239
4240 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4241
4242 Add support for lexical variables to the debugger's `e' command.
4243 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
4244 vars, except for debugger-outer-match-data.
4245 (debugger-frame-number): Move check for "on a function call" from
4246 callers into it. Add `skip-base' argument.
4247 (debugger-frame, debugger-frame-clear): Simplify accordingly.
4248 (debugger-env-macro): Only reset the state stored in non-variables,
4249 i.e. current-buffer and match-data.
4250 (debugger-eval-expression): Rewrite using backtrace-eval.
4251 * subr.el (internal--called-interactively-p--get-frame): Remove.
4252 (called-interactively-p):
4253 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
4254 `base' arg of backtrace-frame instead.
4255
4256 2013-07-26 Glenn Morris <rgm@gnu.org>
4257
4258 * align.el (align-regexp): Doc fix. (Bug#14857)
4259 (align-region): Explicit error if subexpression missing/does not match.
4260
4261 * simple.el (global-visual-line-mode):
4262 Do not duplicate the mode lighter. (Bug#14858)
4263
4264 2013-07-25 Martin Rudalics <rudalics@gmx.at>
4265
4266 * window.el (display-buffer): In display-buffer bind
4267 split-window-keep-point to t, bug#14829.
4268
4269 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4270
4271 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
4272 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
4273 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
4274 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4275 Change accordingly.
4276 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4277 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
4278
4279 2013-07-25 Glenn Morris <rgm@gnu.org>
4280
4281 * dired-x.el (dired-mark-extension): Convert comment to doc string.
4282
4283 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4284
4285 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
4286 parameter to modify-frame-parameters if the value has not changed;
4287 this is a workaround for bug#14949.
4288 (desktop--make-frame): On cl-delete-if call, check parameter name,
4289 not full parameter.
4290
4291 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4292
4293 * vc/vc.el (vc-ignore): New function.
4294
4295 * vc/vc-svn.el (vc-svn-ignore): New function.
4296
4297 * vc/vc-hg.el (vc-hg-ignore): New function.
4298
4299 * vc/vc-git.el (vc-git-ignore): New function.
4300
4301 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
4302 (vc-dir-ignore): New function.
4303
4304 * vc/vc-cvs.el (vc-cvs-ignore): New function.
4305 (cvs-append-to-ignore): Move here from pcvs.el.
4306
4307 * vc/vc-bzr.el (vc-bzr-ignore): New function.
4308
4309 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
4310
4311 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
4312
4313 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
4314 (desktop-restore-frames): Warn when deleting an existing frame failed.
4315
4316 2013-07-24 Glenn Morris <rgm@gnu.org>
4317
4318 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
4319
4320 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
4321
4322 * filenotify.el (file-notify-supported-p):
4323 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4324 Remove functions.
4325
4326 * autorevert.el (auto-revert-use-notify):
4327 (auto-revert-notify-add-watch):
4328 * net/tramp.el (tramp-file-name-for-operation):
4329 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4330 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4331 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4332 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4333 Remove `file-notify-supported-p' entry.
4334
4335 2013-07-24 Glenn Morris <rgm@gnu.org>
4336
4337 * printing.el: Replace all uses of deleted ps-windows-system,
4338 ps-lp-system, ps-flatten-list with lpr- versions.
4339
4340 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4341
4342 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
4343 checked with memq (bug#14935).
4344
4345 * files.el (revert-buffer-function): Use a non-nil default.
4346 (revert-buffer-preserve-modes): Declare var to
4347 provide access to the `preserve-modes' argument.
4348 (revert-buffer): Let-bind it.
4349 (revert-buffer--default): New function, extracted from revert-buffer.
4350
4351 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * lpr.el: Signal print errors more prominently.
4354 (print-region-function): Don't default to nil.
4355 (lpr-print-region): New function, extracted from print-region-1.
4356 Check lpr's return value and signal an error in case of problem.
4357 (print-region-1): Use it.
4358 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
4359 versions instead.
4360 (ps-printer-name): Default to nil.
4361 (ps-printer-name-option): Default to lpr-printer-switch.
4362 (ps-print-region-function): Don't default to nil.
4363 (ps-postscript-code-directory): Simplify default.
4364 (ps-do-despool): Use lpr-print-region to properly check the outcome.
4365 (ps-string-list, ps-eval-switch, ps-flatten-list)
4366 (ps-flatten-list-1): Remove.
4367 (ps-multibyte-buffer): Avoid setq.
4368 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
4369 (print-region-function, ps-print-region-function): Don't set them here.
4370
4371 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
4372
4373 * ido.el (ido-fractionp):
4374 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
4375 (ido-max-file-prompt-width, ido-unc-hosts-cache)
4376 (ido-max-directory-size, ido-max-dir-file-cache)
4377 (ido-decorations): Doc fix.
4378
4379 * ansi-color.el: Fix old URL.
4380
4381 2013-07-23 Michael R. Mauger <michael@mauger.com>
4382
4383 * progmodes/sql.el: Version 3.3
4384 (sql-product-alist): Improve oracle :prompt-cont-regexp.
4385 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
4386 (sql-interactive-remove-continuation-prompt): Rewrite, use
4387 functions above. Fix continuation prompt and complete output line
4388 handling.
4389 (sql-redirect-one, sql-execute): Use `read-only-mode' on
4390 redirected output buffer.
4391 (sql-mode): Restore deleted code (Bug#13591).
4392
4393 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
4394
4395 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
4396
4397 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
4398
4399 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
4400
4401 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4402 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4403 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
4404
4405 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
4406
4407 * desktop.el (desktop-clear): Simplify; remove useless checks
4408 against invalid buffer names.
4409 (desktop-list*): Use cl-list*.
4410 (desktop-buffer-info, desktop-create-buffer): Simplify.
4411
4412 2013-07-23 Leo Liu <sdl.web@gmail.com>
4413
4414 * bookmark.el (bookmark-make-record): Restore NAME as a default
4415 value. (Bug#14933)
4416
4417 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4418
4419 * emacs-lisp/autoload.el (autoload--setup-output): New function,
4420 extracted from autoload--insert-text.
4421 (autoload--insert-text): Remove.
4422 (autoload--print-cookie-text): New function, extracted from
4423 autoload--insert-cookie-text.
4424 (autoload--insert-cookie-text): Remove.
4425 (autoload-generate-file-autoloads): Adjust calls accordingly.
4426
4427 * winner.el (winner-hook-installed-p): Remove.
4428 (winner-mode): Simplify accordingly.
4429
4430 * subr.el (add-to-list): Fix compiler-macro when `append' is
4431 not constant. Don't use `cl-member' for the base case.
4432
4433 * progmodes/subword.el: Fix boundary case (bug#13758).
4434 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
4435 own group.
4436 (subword-backward-regexp): Make it a constant.
4437 (subword-forward-internal): Don't treat a trailing capital as the
4438 beginning of a word.
4439
4440 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4441
4442 * emacs-lisp/package.el (package-menu-mode): Don't modify the
4443 global value of tabulated-list-revert-hook (bug#14930).
4444
4445 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
4446
4447 * desktop.el: Require 'cl-lib.
4448 (desktop-before-saving-frames-functions): New hook.
4449 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
4450 for frames being saved. Rename from desktop--save-minibuffer-frames.
4451 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
4452 Do not save frames with non-nil `desktop-dont-save' parameter.
4453 Filter out deleted frames.
4454 (desktop--find-frame): Use cl-find-if.
4455 (desktop--select-frame): Use cl-(first|second|third) to access values
4456 of desktop-mini.
4457 (desktop--make-frame): Use cl-delete-if.
4458 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
4459 (desktop-restore-frames): Use cl-(first|second|third) to access values
4460 of desktop-mini. Look for visible frame at the end, not while
4461 restoring frames.
4462
4463 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
4464 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
4465 Use string-match-p, looking-at-p (bug#14927).
4466
4467 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
4468
4469 * desktop.el (desktop-saved-frame-states):
4470 Rename from desktop--saved-states; all users changed.
4471 (desktop-save-frames): Rename from desktop--save-frames.
4472 Do not save state to desktop file.
4473 (desktop-save): Save desktop-saved-frame-states to desktop file
4474 and reset to nil.
4475 (desktop-restoring-frames-p): New function.
4476 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
4477 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
4478 buffer-lists when restoring frames. Suggested by Martin Rudalics.
4479
4480 * desktop.el: Correctly restore iconified frames.
4481 (desktop--filter-iconified-position): New function.
4482 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
4483
4484 2013-07-20 Glenn Morris <rgm@gnu.org>
4485
4486 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
4487 Let `message' do the formatting.
4488 (def-gdb-preempt-display-buffer): Add explicit format.
4489
4490 * image-dired.el (image-dired-track-original-file):
4491 Use with-current-buffer.
4492 (image-dired-track-thumbnail): Use with-current-buffer.
4493 Avoid changing point of wrong window.
4494
4495 * image-dired.el (image-dired-track-original-file):
4496 Avoid changing point of wrong window. (Bug#14909)
4497
4498 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
4499
4500 * progmodes/gdb-mi.el (gdb-done-or-error):
4501 Guard against "%" in gdb output. (Bug#14127)
4502
4503 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
4504
4505 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
4506 (Bug#14826)
4507
4508 * international/mule.el (coding-system-iso-2022-flags): Fix last
4509 change.
4510
4511 2013-07-20 Kenichi Handa <handa@gnu.org>
4512
4513 * international/mule.el (coding-system-iso-2022-flags):
4514 Add `8-bit-level-4'. (Bug#8522)
4515
4516 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4517
4518 * net/shr.el (shr-mouse-browse-url): New command and keystroke
4519 (bug#14815).
4520
4521 * net/eww.el (eww-process-text-input): Allow inputting when the
4522 point is at the start of the line, as the properties aren't
4523 front-sticky.
4524
4525 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
4526 degenerate widths.
4527
4528 2013-07-19 Richard Stallman <rms@gnu.org>
4529
4530 * epa.el (epa-popup-info-window): Doc fix.
4531
4532 * subr.el (split-string): New arg TRIM.
4533
4534 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
4535
4536 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
4537 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
4538
4539 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
4540
4541 * filenotify.el (file-notify--library): Rename from
4542 `file-notify-support'. Do not autoload. Adapt all uses.
4543 (file-notify-supported-p): New defun.
4544
4545 * autorevert.el (auto-revert-use-notify):
4546 Use `file-notify-supported-p' instead of `file-notify-support'.
4547 Adapt docstring.
4548 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
4549
4550 * net/tramp.el (tramp-file-name-for-operation):
4551 Add `file-notify-supported-p'.
4552
4553 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4554 New defun.
4555 (tramp-sh-file-name-handler-alist): Add it as handler for
4556 `file-notify-supported-p '.
4557
4558 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4559 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4560 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4561 Add `ignore' as handler for `file-notify-*' functions.
4562
4563 2013-07-17 Eli Zaretskii <eliz@gnu.org>
4564
4565 * simple.el (line-move-partial, line-move): Don't start vscroll or
4566 scroll-up if the current line is not taller than the window.
4567 (Bug#14881)
4568
4569 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
4570
4571 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
4572 highlight question marks in the method names as strings.
4573 (ruby-block-beg-keywords): Inline.
4574 (ruby-font-lock-keyword-beg-re): Extract from
4575 `ruby-font-lock-keywords'.
4576
4577 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
4578
4579 * frame.el (blink-cursor-blinks): New defcustom.
4580 (blink-cursor-blinks-done): New defvar.
4581 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
4582 (blink-cursor-timer-function): Check if number of blinks has been
4583 done on X and NS.
4584 (blink-cursor-suspend, blink-cursor-check): New defuns.
4585
4586 2013-07-15 Glenn Morris <rgm@gnu.org>
4587
4588 * edmacro.el (edmacro-format-keys): Fix previous change.
4589
4590 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
4591
4592 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
4593 The hack didn't work outside English locales anyway.
4594
4595 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
4596
4597 * simple.el (define-alternatives): Rename from alternatives-define,
4598 per RMS' suggestion.
4599
4600 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
4601
4602 * desktop.el (desktop-restore-frames): Change default to t.
4603 (desktop-restore-in-current-display): Now offer more options.
4604 (desktop-restoring-reuses-frames): New customization option.
4605 (desktop--saved-states): Doc fix.
4606 (desktop-filter-parameters-alist): New variable, renamed and expanded
4607 from desktop--excluded-frame-parameters.
4608 (desktop--target-display): New variable.
4609 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
4610 (desktop--filter-tty*, desktop--filter-*-color)
4611 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4612 (desktop--filter-save-desktop-parm)
4613 (desktop-restore-in-original-display-p): New functions.
4614 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
4615 (desktop--save-minibuffer-frames): New function, inspired by a similar
4616 function from Martin Rudalics.
4617 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
4618 (desktop--restore-in-this-display-p): Remove.
4619 (desktop--find-frame): Rename from desktop--find-frame-in-display
4620 and add predicate argument.
4621 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
4622 (desktop--reuse-list): New variable.
4623 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
4624 New functions.
4625 (desktop--restore-frames): Add support for "minibuffer-special" frames.
4626
4627 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
4628
4629 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
4630
4631 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
4632
4633 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4634 Highlight conversion methods on Kernel.
4635
4636 2013-07-13 Alan Mackenzie <acm@muc.de>
4637
4638 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
4639 and comment it out. This out-commenting enables certain C++
4640 declarations to be parsed correctly.
4641
4642 2013-07-13 Eli Zaretskii <eliz@gnu.org>
4643
4644 * international/mule.el (define-coding-system): Doc fix.
4645
4646 * simple.el (default-font-height): Don't call font-info if the
4647 frame's default font didn't change since the frame was created.
4648 (Bug#14838)
4649
4650 2013-07-13 Leo Liu <sdl.web@gmail.com>
4651
4652 * ido.el (ido-read-file-name): Guard against non-symbol value.
4653
4654 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4655
4656 * progmodes/python.el (python-imenu--build-tree): Fix corner case
4657 in nested defuns.
4658
4659 2013-07-13 Leo Liu <sdl.web@gmail.com>
4660
4661 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
4662 ido-set-matches call. (Bug#6852)
4663
4664 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
4665
4666 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
4667 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
4668 Ruby 2.0.
4669 (ruby-font-lock-keywords): Distinguish calls to functions with
4670 module-like names from module references. Highlight character
4671 literals.
4672
4673 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4674
4675 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
4676 (gdb-send): Handle continued commands. (Bug#14847)
4677
4678 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
4679
4680 * desktop.el (desktop--v2s): Remove unused local variable.
4681 (desktop-save-buffer): Make defvar-local; adjust docstring.
4682 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
4683 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
4684
4685 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
4686
4687 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
4688
4689 2013-07-12 Eli Zaretskii <eliz@gnu.org>
4690
4691 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
4692 (Bug#14842)
4693
4694 2013-07-12 Glenn Morris <rgm@gnu.org>
4695
4696 * doc-view.el: Require cl-lib at runtime too.
4697 (doc-view-remove-if): Remove.
4698 (doc-view-search-next-match, doc-view-search-previous-match):
4699 Use cl-remove-if.
4700
4701 * edmacro.el: Require cl-lib at runtime too.
4702 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
4703 (edmacro-mismatch, edmacro-subseq): Remove.
4704
4705 * shadowfile.el: Require cl-lib.
4706 (shadow-remove-if): Remove.
4707 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
4708 Use cl-remove-if.
4709
4710 * wid-edit.el: Require cl-lib.
4711 (widget-choose): Use cl-remove-if.
4712 (widget-remove-if): Remove.
4713
4714 * progmodes/ebrowse.el: Require cl-lib at runtime too.
4715 (ebrowse-delete-if-not): Remove.
4716 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
4717 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
4718 Use cl-delete-if-not.
4719
4720 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
4721
4722 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
4723 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
4724
4725 2013-07-12 Leo Liu <sdl.web@gmail.com>
4726
4727 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
4728
4729 2013-07-11 Glenn Morris <rgm@gnu.org>
4730
4731 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
4732 (edebug-gensym-index, edebug-gensym):
4733 Remove reimplementation of cl-gensym.
4734 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
4735
4736 * thumbs.el: Require cl-lib at run-time too.
4737 (thumbs-gensym-counter, thumbs-gensym):
4738 Remove reimplementation of cl-gensym.
4739 (thumbs-temp-file): Use cl-gensym.
4740
4741 * emacs-lisp/ert.el: Require cl-lib at runtime too.
4742 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
4743 (ert--intersection, ert--set-difference, ert--set-difference-eq)
4744 (ert--union, ert--gensym-counter, ert--gensym-counter)
4745 (ert--coerce-to-vector, ert--remove*, ert--string-position)
4746 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
4747 (ert-make-test-unbound, ert--expand-should-1)
4748 (ert--expand-should, ert--should-error-handle-error)
4749 (should-error, ert--explain-equal-rec)
4750 (ert--plist-difference-explanation, ert-select-tests)
4751 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
4752 Use cl-lib functions rather than reimplementations.
4753
4754 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
4755
4756 * net/tramp.el (tramp-methods): Extend docstring.
4757 (tramp-connection-timeout): New defcustom.
4758 (tramp-error-with-buffer): Reset timestamp only when appropriate.
4759 (with-tramp-progress-reporter): Simplify.
4760 (tramp-process-actions): Improve messages.
4761
4762 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4763 * net/tramp-sh.el (tramp-maybe-open-connection):
4764 Use `tramp-connection-timeout'.
4765 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
4766 (Bug#14808)
4767
4768 2013-07-11 Leo Liu <sdl.web@gmail.com>
4769
4770 * ido.el (ido-read-file-name): Conform to the requirements of
4771 read-file-name. (Bug#11861)
4772 (ido-read-directory-name): Conform to the requirements of
4773 read-directory-name.
4774
4775 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
4776
4777 * subr.el (delay-warning): New function.
4778
4779 2013-07-10 Eli Zaretskii <eliz@gnu.org>
4780
4781 * simple.el (default-line-height): New function.
4782 (line-move-partial, line-move): Use it instead of computing the
4783 line height inline.
4784 (line-move-partial): Always compute ROWH. If the last line is
4785 partially-visible, but its text is completely visible, allow
4786 cursor to enter such a partially-visible line.
4787
4788 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
4789
4790 Improve error messages. (Bug#14808)
4791
4792 * net/tramp.el (tramp-current-connection): New defvar, moved from
4793 tramp-sh.el.
4794 (tramp-message-show-progress-reporter-message): Remove, not
4795 needed anymore.
4796 (tramp-error-with-buffer): Show message in minibuffer.
4797 Discard input before waiting. Reset connection timestamp.
4798 (with-tramp-progress-reporter): Improve messages.
4799 (tramp-process-actions): Use progress reporter. Delete process in
4800 case of error. Improve messages.
4801
4802 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
4803 Call `tramp-error-with-buffer' with vector and buffer.
4804 (tramp-current-connection): Remove.
4805 (tramp-maybe-open-connection): The car of
4806 `tramp-current-connection' are the first 3 slots of the vector.
4807
4808 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
4809
4810 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
4811 inside continued strings.
4812
4813 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
4814
4815 Timestamp fixes for undo (Bug#14824).
4816 * files.el (clear-visited-file-modtime): Move here from fileio.c.
4817
4818 2013-07-10 Leo Liu <sdl.web@gmail.com>
4819
4820 * files.el (require-final-newline): Allow safe local value.
4821 (Bug#14834)
4822
4823 2013-07-09 Leo Liu <sdl.web@gmail.com>
4824
4825 * ido.el (ido-read-directory-name): Handle fallback.
4826 (ido-read-file-name): Update DIR to ido-current-directory.
4827 (Bug#1516)
4828 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
4829
4830 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
4831
4832 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
4833 "autoload". Remove "warn lower camel case" section, previously
4834 commented out. Highlight negation char. Do not highlight the
4835 target in singleton method definitions.
4836
4837 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4838
4839 * faces.el (tty-setup-hook): Declare the hook.
4840
4841 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
4842 and detect when a guard/pred depends on local vars (bug#14773).
4843 (pcase--u1): Adjust caller.
4844
4845 2013-07-08 Eli Zaretskii <eliz@gnu.org>
4846
4847 * simple.el (line-move-partial, line-move): Account for
4848 line-spacing.
4849 (line-move-partial): Avoid setting vscroll when the last
4850 partially-visible line in window is of default height.
4851
4852 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4853
4854 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
4855 been used a while.
4856
4857 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
4858
4859 * subr.el (read-quoted-char): Remove unused local variable `char'.
4860
4861 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
4862
4863 * ediff.el (ediff-version): Version update.
4864 (ediff-files-command, ediff3-files-command, ediff-merge-command)
4865 (ediff-merge-with-ancestor-command, ediff-directories-command)
4866 (ediff-directories3-command, ediff-merge-directories-command)
4867 (ediff-merge-directories-with-ancestor-command): New functions.
4868 All are command-line interfaces to ediff: to facilitate calling
4869 Emacs with the appropriate ediff functions invoked.
4870
4871 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
4872 (viper-save-kill-buffer): Check if buffer is modified.
4873
4874 * viper.el (viper-version): Version update.
4875 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
4876
4877 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4878
4879 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
4880 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
4881 (viper-intercept-ESC-key): Simplify.
4882 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
4883 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
4884 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
4885 (viper-setup-ESC-to-escape): New functions.
4886 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
4887 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
4888
4889 2013-07-07 Eli Zaretskii <eliz@gnu.org>
4890
4891 * simple.el (default-font-height, window-screen-lines):
4892 New functions.
4893 (line-move, line-move-partial): Use them instead of
4894 frame-char-height and window-text-height. This makes scrolling
4895 text smoother when the buffer's default face uses a font that is
4896 different from the frame's default font.
4897
4898 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
4899
4900 * files.el (write-file): Do not display confirm dialog for NS,
4901 it does its own dialog, which can't be cancelled (Bug#14578).
4902
4903 2013-07-06 Eli Zaretskii <eliz@gnu.org>
4904
4905 * simple.el (line-move-partial): Adjust the row returned by
4906 posn-at-point for the current window-vscroll. (Bug#14567)
4907
4908 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
4909
4910 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
4911 (tramp-sh-file-inotifywait-process-filter): Handle file names with
4912 spaces.
4913
4914 2013-07-06 Martin Rudalics <rudalics@gmx.at>
4915
4916 * window.el (window-state-put-stale-windows): New variable.
4917 (window--state-put-2): Save list of windows without matching buffer.
4918 (window-state-put): Remove "bufferless" windows if possible.
4919
4920 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
4921
4922 * simple.el (alternatives-define): Remove leftover :group keyword.
4923 Tweak docstring.
4924
4925 2013-07-06 Leo Liu <sdl.web@gmail.com>
4926
4927 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
4928 (ido-enable-virtual-buffers): New variable.
4929 (ido-buffer-internal, ido-toggle-virtual-buffers)
4930 (ido-make-buffer-list): Use it.
4931 (ido-exhibit): Support turning on and off virtual buffers
4932 automatically.
4933
4934 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
4935
4936 * simple.el (alternatives-define): New macro.
4937
4938 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
4939
4940 * subr.el (read-quoted-char): Use read-key.
4941 (sit-for): Let read-event decode tty input (bug#14782).
4942
4943 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
4944
4945 * calendar/todo-mode.el: Add handling of file deletion, both by
4946 mode command and externally. Fix various related bugs.
4947 Clarify Commentary and improve some documentation strings and code.
4948 (todo-delete-file): New command.
4949 (todo-check-file): New function.
4950 (todo-show): Handle external deletion of the file we're trying to
4951 show (bug#14688). Replace called-interactively-p by an optional
4952 prefix argument to avoid problematic interaction with catch form
4953 when byte compiled (bug#14702).
4954 (todo-quit): Handle external deletion of the archive's todo file.
4955 Make sure the buffer that was visiting the archive file is still
4956 live before trying to bury it.
4957 (todo-category-completions): Handle external deletion of any
4958 category completion files.
4959 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
4960 of todo files, in case of external deletion.
4961 (todo-add-file): Replace unnecessary setq by let-binding.
4962 (todo-find-archive): Check whether there are any archives.
4963 Replace unnecessary setq by let-binding.
4964 (todo-archive-done-item): Use find-file-noselect to get the
4965 archive buffer whether or not the archive already exists.
4966 Remove superfluous code. Use file size instead of buffer-file-name to
4967 check if the archive is new; if it is, update list of archives.
4968 (todo-default-todo-file): Allow nil to be a valid value for when
4969 there are no todo files.
4970 (todo-reevaluate-default-file-defcustom): Use corrected definition
4971 of todo-default-todo-file.
4972 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
4973 (todo-delete-category, todo-show-categories-table)
4974 (todo-category-number): Clarify comment.
4975 (todo-filter-items): Clarify documentation string.
4976 (todo-show-current-file, todo-display-as-todo-file)
4977 (todo-reset-and-enable-done-separator): Tweak documentation string.
4978 (todo-done-separator): Make separator length window-width, since
4979 bug#2749 is now fixed.
4980
4981 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
4982
4983 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4984 Support both "gvfs-monitor-dir" and "inotifywait".
4985 (tramp-sh-file-inotifywait-process-filter): Rename from
4986 `tramp-sh-file-notify-process-filter'.
4987 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4988 (tramp-get-remote-gvfs-monitor-dir): New defuns.
4989
4990 2013-07-05 Leo Liu <sdl.web@gmail.com>
4991
4992 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
4993
4994 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4995
4996 * frame.el (display-pixel-height, display-pixel-width)
4997 (display-mm-height, display-mm-width): Mention behavior on
4998 multi-monitor setups in docstrings.
4999 (w32-display-monitor-attributes-list): Declare function.
5000 (display-monitor-attributes-list): Use it.
5001
5002 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
5003
5004 * filenotify.el: New package.
5005
5006 * autorevert.el (top): Require filenotify.el.
5007 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
5008 instead.
5009 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5010 (auto-revert-notify-handler): Use `file-notify-*' functions.
5011
5012 * subr.el (file-notify-handle-event): Move function to filenotify.el.
5013
5014 * net/tramp.el (tramp-file-name-for-operation):
5015 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
5016
5017 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5018 for `file-notify-add-watch' and `file-notify-rm-watch'.
5019 (tramp-process-sentinel): Improve trace.
5020 (tramp-sh-handle-file-notify-add-watch)
5021 (tramp-sh-file-notify-process-filter)
5022 (tramp-sh-handle-file-notify-rm-watch)
5023 (tramp-get-remote-inotifywait): New defuns.
5024
5025 2013-07-03 Juri Linkov <juri@jurta.org>
5026
5027 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
5028 call of `occur-read-primary-args' to interactive spec.
5029
5030 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
5031 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
5032
5033 2013-07-03 Matthias Meulien <orontee@gmail.com>
5034
5035 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
5036 `Buffer-menu-multi-occur'. Add it to the menu.
5037 (Buffer-menu-mode): Document it in docstring.
5038 (Buffer-menu-multi-occur): New command. (Bug#14673)
5039
5040 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5041
5042 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
5043 keywords and built-ins.
5044
5045 2013-07-03 Glenn Morris <rgm@gnu.org>
5046
5047 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
5048
5049 Make info-xref checks case-sensitive by default
5050 * info.el (Info-find-node, Info-find-in-tag-table)
5051 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
5052 Add option for exact case matching of nodes.
5053 * info-xref.el (info-xref): New custom group.
5054 (info-xref-case-fold): New option.
5055 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
5056
5057 2013-07-03 Leo Liu <sdl.web@gmail.com>
5058
5059 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
5060
5061 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5062
5063 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
5064 middle of block statement initially, lower the depth. Remove
5065 FIXME comment, not longer valid. Remove middle of block statement
5066 detection, no need to do that anymore since we've been using
5067 `ruby-parse-region' here.
5068
5069 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
5070
5071 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
5072
5073 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
5074
5075 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
5076
5077 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
5078
5079 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
5080 (desktop-restore-in-current-display): New customization option.
5081 (desktop--excluded-frame-parameters): Add `font'.
5082 (desktop--save-frames): Rename from desktop--save-windows.
5083 (desktop--restore-in-this-display-p): New function.
5084 (desktop--make-full-frame): Remove unwanted width/height from
5085 full(width|height) frames.
5086 (desktop--restore-frames): Rename from desktop--restore-windows.
5087 Obey desktop-restore-current-display. Do not delete old frames or
5088 select a new frame unless we were able to restore at least one frame.
5089
5090 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
5091
5092 * files.el (find-file-noselect): Simplify conditional expression.
5093
5094 * remember.el (remember-append-to-file):
5095 Don't mix `find-buffer-visiting' and `get-file-buffer'.
5096
5097 Add `remember-notes' function to store random notes across Emacs
5098 restarts.
5099 * remember.el (remember-data-file): Add :set callback to affect
5100 notes buffer (if any).
5101 (remember-notes): New command.
5102 (remember-notes-buffer-name, bury-remember-notes-on-kill):
5103 New defcustoms for the `remember-notes' function.
5104 (remember-notes-save-and-bury-buffer): New command.
5105 (remember-notes-mode-map): New variable.
5106 (remember-mode): New minor mode.
5107 (remember-notes--kill-buffer-query): New function.
5108 * startup.el (initial-buffer-choice): Add notes to custom type.
5109
5110 2013-06-30 Eli Zaretskii <eliz@gnu.org>
5111
5112 * bindings.el (right-char, left-char): Don't call sit-for, this is
5113 no longer needed. Use arithmetic comparison only for numerical
5114 arguments.
5115
5116 * international/mule-cmds.el (select-safe-coding-system):
5117 Handle the case of FROM being a string correctly. (Bug#14755)
5118
5119 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5120
5121 * net/shr.el (shr-make-table-1): Add a sanity check that allows
5122 progression on degenerate tables.
5123 (shr-rescale-image): ImageMagick animated images currently don't work.
5124
5125 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
5126
5127 Some fixes and improvements for desktop frame restoration.
5128 It is still experimental and disabled by default.
5129 * desktop.el (desktop--save-windows): Put the selected frame at
5130 the head of the list.
5131 (desktop--make-full-frame): New function.
5132 (desktop--restore-windows): Try to re-select the frame that was
5133 selected upon saving. Do not abort if some frames fail to restore,
5134 just show an error message and continue. Set up maximized frames
5135 so they have default non-maximized dimensions.
5136
5137 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
5138
5139 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5140 Don't start heredoc inside a string or comment.
5141
5142 2013-06-29 Eli Zaretskii <eliz@gnu.org>
5143
5144 * bindings.el (visual-order-cursor-movement): New defcustom.
5145 (right-char, left-char): Provide visual-order cursor motion by
5146 calling move-point-visually. Update the doc strings.
5147
5148 2013-06-28 Kenichi Handa <handa@gnu.org>
5149
5150 * international/mule.el (define-coding-system): New coding system
5151 properties :inhibit-null-byte-detection,
5152 :inhibit-iso-escape-detection, and :prefer-utf-8.
5153 (set-buffer-file-coding-system): If :charset-list property of
5154 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
5155 appropriate for setting.
5156
5157 * international/mule-cmds.el (select-safe-coding-system):
5158 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
5159 multibyte characters, return utf-8 (or one of its siblings).
5160
5161 * international/mule-conf.el (prefer-utf-8): New coding system.
5162 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
5163 files.
5164
5165 2013-06-28 Ivan Kanis <ivan@kanis.fr>
5166
5167 * net/shr.el (shr-render-region): New function.
5168
5169 * net/eww.el: Autoload `eww-browse-url'.
5170
5171 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
5172
5173 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5174 Adapt to `package-desc-version' being a list.
5175 Use `package--ac-desc-version' to retrieve version from a package
5176 archive element.
5177
5178 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
5179
5180 New experimental feature to save&restore window and frame setup.
5181 * desktop.el (desktop-save-windows): New defcustom.
5182 (desktop--saved-states): New var.
5183 (desktop--excluded-frame-parameters): New defconst.
5184 (desktop--filter-frame-parms, desktop--find-frame-in-display)
5185 (desktop--restore-windows, desktop--save-windows): New functions.
5186 (desktop-save): Call `desktop--save-windows'.
5187 (desktop-read): Call `desktop--restore-windows'.
5188
5189 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5190
5191 * net/shr.el (add-face-text-property): Remove compat definition.
5192
5193 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5194
5195 * info.el (Info-try-follow-nearest-node): Move search for footnote
5196 above search for node name to prevent missing a footnote (bug#14717).
5197
5198 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5199
5200 * obsolete/otodo-mode.el: Add obsolescence info to file header.
5201
5202 2013-06-27 Leo Liu <sdl.web@gmail.com>
5203
5204 * net/eww.el (eww-read-bookmarks): Check file size.
5205
5206 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5207
5208 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
5209 advice--pending if newdef is nil or an autoload (bug#13820).
5210 (advice-mapc): New function.
5211
5212 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5213
5214 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
5215 probably.
5216 (eww-mode-map): Add a menu bar.
5217 (eww-add-bookmark): New command.
5218 (eww-bookmark-mode): New mode and commands.
5219 (eww-add-bookmark): Remove newlines from the title.
5220 (eww-bookmark-browse): Don't bug out if it's the only window.
5221
5222 2013-06-26 Glenn Morris <rgm@gnu.org>
5223
5224 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
5225 (hfy-size): Handle ttys. (Bug#14668)
5226
5227 * info-xref.el: Update for Texinfo 5 change in *note format.
5228 (info-xref-node-re, info-xref-note-re): New constants.
5229 (info-xref-check-buffer): Use info-xref-note-re.
5230
5231 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5232
5233 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
5234
5235 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
5236 nil terminate the loop (bug#14718).
5237
5238 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5239
5240 * net/eww.el: Rework history traversal. When going forward/back,
5241 put these actions into the history, too, so that they can be
5242 replayed.
5243 (eww-render): Move the history reset to the correct buffer.
5244
5245 2013-06-25 Juri Linkov <juri@jurta.org>
5246
5247 * files-x.el (modify-dir-local-variable): Change the header comment
5248 in the file with directory local variables. (Bug#14692)
5249
5250 * files-x.el (read-file-local-variable-value): Add `default'.
5251 (Bug#14710)
5252
5253 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5254
5255 * net/eww.el (eww-make-unique-file-name): Create a unique file
5256 name before saving to entering `y' accidentally asynchronously.
5257
5258 2013-06-25 Ivan Kanis <ivan@kanis.fr>
5259
5260 * net/eww.el (eww-download): New command and keystroke.
5261
5262 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5263
5264 * net/eww.el (eww-copy-page-url): Change name of command.
5265
5266 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
5267 be more consistent with Info and dired.
5268
5269 * net/eww.el (eww-mode-map): Ditto.
5270
5271 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5272
5273 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
5274 packages from archives.
5275 (package-archive-contents): Change format; include obsolete packages.
5276 (package-desc): Use `dir' to mark builtin packages.
5277 (package--from-builtin): Set the `dir' field to `builtin'.
5278 (generated-autoload-file, version-control): Declare.
5279 (package-compute-transaction): Change first arg and return value to be
5280 lists of package-descs. Adjust to new package-archive-contents format.
5281 (package--add-to-archive-contents): Adjust to new
5282 package-archive-contents format.
5283 (package-download-transaction): Arg is now a list of package-descs.
5284 (package-install): If `pkg' is a package name, pass it as
5285 a requirement, so it is subject to the usual (e.g. disabled) checks.
5286 (describe-package): Accept package-desc as well.
5287 (describe-package-1): Describe a specific package-desc. Add links to
5288 other package-descs for the same package name.
5289 (package-menu-describe-package): Pass the actual package-desc.
5290 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
5291 works correctly.
5292 (package-desc-status): New function.
5293 (package-menu--refresh): New function, extracted
5294 from package-menu--generate.
5295 (package-menu--generate): Use it.
5296 (package-delete): Update package-alist.
5297 (package-menu-execute): Don't call package-initialize.
5298
5299 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
5300 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
5301 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
5302 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
5303 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
5304 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
5305
5306 2013-06-25 Martin Rudalics <rudalics@gmx.at>
5307
5308 * window.el (window--state-get-1): Workaround for bug#14527.
5309 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
5310
5311 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5312
5313 * net/eww.el (eww-back-url): Implement the history by stashing all
5314 the data into a list.
5315 (eww-forward-url): Allow going forward in the history, too.
5316
5317 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5318
5319 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
5320 for values and use read--expression for expressions (bug#14710).
5321 (read-file-local-variable): Avoid setq.
5322 (read-file-local-variable-mode): Use minor-mode-list.
5323
5324 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5325
5326 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
5327 for DOI URLs.
5328
5329 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5330
5331 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
5332 Update imenu-support when dialect changes.
5333
5334 2013-06-25 Leo Liu <sdl.web@gmail.com>
5335
5336 * ido.el (ido-read-internal): Allow forward slash on windows.
5337
5338 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5339
5340 * net/eww.el (eww): Start of strings is \\`, not ^.
5341
5342 2013-06-24 Ivan Kanis <ivan@kanis.fr>
5343
5344 * net/shr.el (shr-browse-url): Fix interactive spec.
5345
5346 * net/eww.el (eww): Add a trailing slash to domain names.
5347
5348 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
5349
5350 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
5351
5352 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5353
5354 * net/shr.el (shr-browse-url): Use an external browser if given a
5355 prefix.
5356
5357 * net/eww.el (eww-external-browser): Move to shr.
5358
5359 2013-06-24 Ivan Kanis <ivan@kanis.fr>
5360
5361 * net/eww.el (eww): Work more correctly for file: URLs.
5362 (eww-detect-charset): Allow quoted charsets.
5363 (eww-yank-page-url): New command and keystroke.
5364
5365 2013-06-24 Daiki Ueno <ueno@gnu.org>
5366
5367 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
5368 file name of gpg executable.
5369 (epg-context-program): New function.
5370 (epg-context-home-directory): New function.
5371 (epg-context-set-program): New function.
5372 (epg-context-set-home-directory): New function.
5373 (epg--start): Use `epg-context-program' instead of
5374 'epg-gpg-program'.
5375 (epg--list-keys-1): Likewise.
5376
5377 2013-06-24 Leo Liu <sdl.web@gmail.com>
5378
5379 * ido.el (ido-read-internal): Fix bug#14620.
5380
5381 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
5382
5383 * faces.el (face-documentation): Simplify.
5384 (read-face-attribute, tty-find-type, x-resolve-font-name):
5385 Use `string-match-p'.
5386 (list-faces-display): Use `string-match-p'. Simplify.
5387 (face-spec-recalc): Check face to avoid face alias loops.
5388 (read-color): Use `string-match-p' and non-capturing parenthesis.
5389
5390 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5391
5392 * net/shr.el (shr-rescale-image): Use the new
5393 :max-width/:max-height functionality.
5394
5395 2013-06-23 Ivan Kanis <ivan@kanis.fr>
5396
5397 * net/eww.el (eww-search-prefix): New variable.
5398 (eww): Use it.
5399 (eww-external-browser): New variable.
5400 (eww-mode-map): New keystroke.
5401 (eww-browse-with-external-browser): New command.
5402
5403 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
5404
5405 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
5406
5407 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5408 Don't skip aligning the next header field when padding is 0;
5409 otherwise, field width is not respected unless the title is as
5410 wide as the field.
5411
5412 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5413
5414 * emacs-lisp/package.el (package-el-version): Remove.
5415 (package-process-define-package): Fix inf-loop.
5416 (package-install): Allow symbols as arguments again.
5417
5418 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5419
5420 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
5421 add some more keyword-like methods.
5422 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
5423
5424 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
5425
5426 * bs.el (bs-buffer-show-mark): Make defvar-local.
5427 (bs-mode): Use setq-local.
5428
5429 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
5430 (emacs-lock--try-unlocking): Make defvar-local.
5431
5432 2013-06-22 Glenn Morris <rgm@gnu.org>
5433
5434 * play/cookie1.el (cookie-apropos): Minor simplification.
5435
5436 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
5437
5438 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5439
5440 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
5441 `regexp-opt', it breaks the build during dumping.
5442
5443 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
5444
5445 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5446 Highlight keyword-like methods on Kernel and Module with
5447 font-lock-builtin-face.
5448 (auto-mode-alist): Consolidate different entries into one regexp
5449 and add more *file-s.
5450
5451 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
5452
5453 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
5454
5455 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
5456 (diary-entry): Use it in the action of this button type instead of
5457 diary-goto-entry.
5458
5459 * calendar/todo-mode.el: New version.
5460 (todo-add-category): Append new category to end of file and give
5461 it the highest number, instead of putting it at the beginning and
5462 giving it 0. Incorporate noninteractive functionality.
5463 (todo-forward-category): Adapt to 1-based category numbering.
5464 Allow skipping over archived categories.
5465 (todo-backward-category): Derive from todo-forward-category.
5466 (todo-backward-item, todo-forward-item): Make noninteractive and
5467 delegate interactive part to new commands. Make sensitive to done items.
5468 (todo-categories): Make value an alist of category names and
5469 vectors of item counts.
5470 (todo-category-beg): Make a defconst.
5471 (todo-category-number): Use 1 instead of 0 as initial value.
5472 (todo-category-select): Make sensitive to overlays, optional item
5473 highlighting and done items.
5474 (todo-delete-item): Make sensitive to overlays and marked and done items.
5475 (todo-edit-item): Make sensitive to overlays and editing of
5476 date/time header optional. Add format checks.
5477 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
5478 no-op if point is not on an item. Advertise using todo-edit-quit.
5479 (todo-edit-mode): Make sensitive to new format, font-locking, and
5480 multiple todo files.
5481 (todo-insert-item, todo-insert-item-here): Derive from
5482 todo-basic-insert-item and extend functionality.
5483 (todo-item-end, todo-item-start): Make sensitive to done items.
5484 (todo-item-string): Don't return text properties. Restore point.
5485 (todo-jump-to-category): Make sensitive to multiple todo files and
5486 todo archives. Use extended category completion.
5487 (todo-lower-item, todo-raise-item): Rename to *-priority and
5488 derive from todo-set-item-priority.
5489 (todo-mode): Derive from special-mode. Make sensitive to new
5490 format, font-locking and multiple todo files. Make read-only.
5491 (todo-mode-map): Don't suppress digit keys, so they can supply
5492 prefix arguments. Add many new key bindings.
5493 (todo-prefix): Insert as an overlay instead of file text.
5494 Change semantics from diary date expression to purely visual mark.
5495 (todo-print): Rename to todo-print-buffer. Make buffer display
5496 features printable. Remove option to restrict number of items
5497 printed. Add option to print to file.
5498 (todo-print-function): Rename to todo-print-buffer-function.
5499 (todo-quit): Extend to handle exiting new todo modes.
5500 (todo-remove-item): Make sensitive to overlays.
5501 (todo-save): Extend to buffers of filtered items.
5502 (todo-show): Make sensitive to done items, multiple todo files and
5503 new todo modes. Offer to convert legacy todo file before creating
5504 first new todo file.
5505 (todo-show-priorities): Rename to todo-top-priorities.
5506 Change semantics of value 0.
5507 (todo-top-priorities): Rename to todo-filter-top-priorities,
5508 derive from todo-filter-items and extend functionality.
5509 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
5510 and extend functionality to other types of filtered items.
5511 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
5512 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
5513 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
5514 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
5515 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
5516 (todo-edit-mode-hook, todo-entry-prefix-function)
5517 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
5518 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
5519 (todo-initials, todo-insert-threshold, todo-item-string-start)
5520 (todo-line-string, todo-menu, todo-mode-hook)
5521 (todo-more-important-p, todo-previous-answer, todo-previous-line)
5522 (todo-print-priorities, todo-remove-separator)
5523 (todo-save-top-priorities-too, todo-string-count-lines)
5524 (todo-string-multiline-p, todo-time-string-format)
5525 (todo-tmp-buffer-name): Remove.
5526 (todo-add-file, todo-archive-done-item, todo-choose-archive)
5527 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
5528 (todo-edit-category-diary-inclusion)
5529 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
5530 (todo-edit-file, todo-edit-item-date-day)
5531 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
5532 (todo-edit-item-date-month, todo-edit-item-date-to-today)
5533 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
5534 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
5535 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
5536 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
5537 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
5538 (todo-filter-top-priorities-multifile, todo-find-archive)
5539 (todo-find-filtered-items-file, todo-go-to-source-item)
5540 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
5541 (todo-jump-to-archive-category, todo-lower-category)
5542 (todo-mark-category, todo-marked-item-p, todo-merge-category)
5543 (todo-move-category, todo-move-item, todo-next-button)
5544 (todo-next-item, todo-padded-string, todo-powerset)
5545 (todo-previous-button, todo-previous-item)
5546 (todo-print-buffer-to-file, todo-raise-category)
5547 (todo-rename-category, todo-repair-categories-sexp, todo-search)
5548 (todo-set-category-number, todo-set-item-priority)
5549 (todo-set-top-priorities-in-category)
5550 (todo-set-top-priorities-in-file, todo-show-categories-table)
5551 (todo-sort-categories-alphabetically-or-numerically)
5552 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
5553 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
5554 (todo-toggle-item-header, todo-toggle-item-highlighting)
5555 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
5556 (todo-toggle-view-done-items, todo-toggle-view-done-only)
5557 (todo-unarchive-items, todo-unmark-category): New commands.
5558 (todo-absolute-file-name, todo-add-to-buffer-list)
5559 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
5560 (todo-basic-insert-item, todo-category-completions)
5561 (todo-category-number, todo-category-string-matcher-1)
5562 (todo-category-string-matcher-2, todo-check-filtered-items-file)
5563 (todo-check-format, todo-clear-matches)
5564 (todo-comment-string-matcher, todo-convert-legacy-date-time)
5565 (todo-current-category, todo-date-string-matcher)
5566 (todo-define-insertion-command, todo-diary-expired-matcher)
5567 (todo-diary-goto-entry, todo-diary-item-p)
5568 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
5569 (todo-display-categories, todo-display-sorted, todo-done-item-p)
5570 (todo-done-item-section-p, todo-done-separator)
5571 (todo-done-string-matcher, todo-files, todo-filter-items)
5572 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
5573 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
5574 (todo-insert-category-line, todo-insert-item-from-calendar)
5575 (todo-insert-sort-button, todo-insert-with-overlays)
5576 (todo-insertion-command-name, todo-insertion-key-bindings)
5577 (todo-label-to-key, todo-longest-category-name-length)
5578 (todo-make-categories-list, todo-mode-external-set)
5579 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
5580 (todo-modes-set-3, todo-multiple-filter-files)
5581 (todo-nondiary-marker-matcher, todo-prefix-overlays)
5582 (todo-read-category, todo-read-date, todo-read-dayname)
5583 (todo-read-file-name, todo-read-time)
5584 (todo-reevaluate-category-completions-files-defcustom)
5585 (todo-reevaluate-default-file-defcustom)
5586 (todo-reevaluate-filelist-defcustoms)
5587 (todo-reevaluate-filter-files-defcustom)
5588 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
5589 (todo-reset-done-separator, todo-reset-done-separator-string)
5590 (todo-reset-done-string, todo-reset-global-current-todo-file)
5591 (todo-reset-highlight-item, todo-reset-nondiary-marker)
5592 (todo-reset-prefix, todo-set-categories)
5593 (todo-set-date-from-calendar, todo-set-show-current-file)
5594 (todo-set-top-priorities, todo-short-file-name)
5595 (todo-show-current-file, todo-sort, todo-time-string-matcher)
5596 (todo-total-item-counts, todo-update-buffer-list)
5597 (todo-update-categories-display, todo-update-categories-sexp)
5598 (todo-update-count, todo-validate-name, todo-y-or-n-p):
5599 New functions.
5600 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
5601 New major modes.
5602 (todo-categories, todo-display, todo-edit, todo-faces)
5603 (todo-filtered): New defgroups.
5604 (todo-archived-only, todo-button, todo-category-string, todo-date)
5605 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
5606 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
5607 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
5608 (todo-add-item-if-new-category, todo-always-add-time-string)
5609 (todo-categories-align, todo-categories-archived-label)
5610 (todo-categories-category-label, todo-categories-diary-label)
5611 (todo-categories-done-label, todo-categories-number-separator)
5612 (todo-categories-todo-label, todo-categories-totals-label)
5613 (todo-category-completions-files, todo-completion-ignore-case)
5614 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
5615 (todo-done-separator-string, todo-done-string)
5616 (todo-files-function, todo-filter-done-items, todo-filter-files)
5617 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
5618 (todo-initial-category, todo-initial-file, todo-item-mark)
5619 (todo-legacy-date-time-regexp, todo-mode-line-function)
5620 (todo-nondiary-marker, todo-number-prefix)
5621 (todo-print-buffer-function, todo-show-current-file)
5622 (todo-show-done-only, todo-show-first, todo-show-with-done)
5623 (todo-skip-archived-categories, todo-top-priorities-overrides)
5624 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
5625 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
5626 New defcustoms.
5627 (todo-category-done, todo-date-pattern, todo-date-string-start)
5628 (todo-diary-items-buffer, todo-done-string-start)
5629 (todo-filtered-items-buffer, todo-item-start)
5630 (todo-month-abbrev-array, todo-month-name-array)
5631 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
5632 (todo-top-priorities-buffer): New defconsts.
5633 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
5634 (todo-categories-with-marks, todo-category-string-face)
5635 (todo-comment-face, todo-comment-string, todo-current-todo-file)
5636 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
5637 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
5638 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
5639 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
5640 (todo-font-lock-keywords, todo-global-current-todo-file)
5641 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
5642 (todo-insertion-commands-args)
5643 (todo-insertion-commands-args-genlist)
5644 (todo-insertion-commands-names, todo-insertion-map)
5645 (todo-key-bindings-t, todo-key-bindings-t+a)
5646 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
5647 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
5648 (todo-nondiary-face, todo-print-buffer, todo-time-face)
5649 (todo-visited): New variables.
5650
5651 2013-06-21 Glenn Morris <rgm@gnu.org>
5652
5653 * play/cookie1.el (cookie-apropos): Add optional display argument.
5654 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
5655 (psychoanalyze-pinhead): Use cookie-doctor.
5656
5657 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5658
5659 * emacs-lisp/package.el (tar-get-file-descriptor)
5660 (tar--extract): Declare.
5661
5662 2013-06-21 Eduard Wiebe <usenet@pusto.de>
5663
5664 Extend flymake's warning predicate to be a function (bug#14217).
5665 * progmodes/flymake.el (flymake-warning-predicate): New.
5666 (flymake-parse-line): Use it.
5667 (flymake-warning-re): Make obsolete alias to
5668 `flymake-warning-predicate'.
5669
5670 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5671
5672 * emacs-lisp/package.el (package-alist): Include obsolete packages.
5673 (package-obsolete-list): Remove.
5674 (package-activate): Remove min-version argument. Add `force' argument.
5675 Adjust to new package-alist format.
5676 (package-mark-obsolete): Remove.
5677 (package-unpack): Force reload of the package's autoloads.
5678 (package-installed-p): Check builtins if the installed package is not
5679 recent enough.
5680 (package-initialize): Don't reset package-obsolete-list.
5681 Don't specify which package version to activate.
5682 (package-process-define-package, describe-package-1)
5683 (package-menu--generate): Adjust to new package-alist format.
5684
5685 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5686
5687 * allout-widgets.el (allout-widgets-mode-off)
5688 (allout-widgets-mode-on, allout-widgets-pre-command-business)
5689 (allout-widgets-post-command-business)
5690 (allout-widgets-after-copy-or-kill-function)
5691 (allout-widgets-after-undo-function, allout-test-range-overlaps)
5692 (allout-decorate-item-and-context)
5693 (allout-graphics-modification-handler): Fix typos in docstrings.
5694 (allout-get-or-create-parent-widget): Use `looking-at-p'.
5695
5696 * cmuscheme.el (scheme-start-file): Doc fix.
5697 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
5698 (scheme-input-filter): Use `string-match-p'.
5699
5700 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
5701
5702 * dired-x.el: Use Dired consistently in docstrings.
5703
5704 * dired.el: Use Dired consistently in docstrings.
5705 (dired-readin, dired-mode): Use `setq-local'.
5706 (dired-switches-alist): Make defvar-local.
5707 (dired-buffers-for-dir): Use `zerop'.
5708 (dired-safe-switches-p, dired-switches-escape-p)
5709 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
5710 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
5711 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
5712 (dired-goto-next-nontrivial-file): Use `string-match-p'.
5713 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
5714 (dired-toggle-marks, dired-mark-files-containing-regexp)
5715 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
5716 (dired-flag-auto-save-files, dired-flag-backup-files):
5717 Use `looking-at-p'.
5718 (dired-mark-files-regexp, dired-build-subdir-alist):
5719 Use `string-match-p', `looking-at-p'.
5720
5721 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
5722 (direct-print-region-helper): Use `string-match-p'.
5723
5724 2013-06-21 Leo Liu <sdl.web@gmail.com>
5725
5726 * comint.el (comint-redirect-results-list-from-process):
5727 Fix infinite loop.
5728
5729 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5730
5731 * net/eww.el (eww-update-header-line-format): Quote % characters.
5732
5733 2013-06-21 Glenn Morris <rgm@gnu.org>
5734
5735 * play/cookie1.el (cookie): New custom group.
5736 (cookie-file): New option.
5737 (cookie-check-file): New function.
5738 (cookie): Make it interactive. Make start and end messages optional.
5739 Interactively, display the result. Default to cookie-file.
5740 (cookie-insert): Default to cookie-file.
5741 (cookie-snarf): Make start and end messages optional.
5742 Default to cookie-file. Use with-temp-buffer.
5743 (cookie-read): Rename from read-cookie.
5744 Make start and end messages optional. Default to cookie-file.
5745 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
5746 Do not autoload it.
5747 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
5748 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
5749
5750 2013-06-21 Leo Liu <sdl.web@gmail.com>
5751
5752 * progmodes/octave.el (octave-mode): Backward compatibility fix.
5753
5754 2013-06-21 Glenn Morris <rgm@gnu.org>
5755
5756 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
5757
5758 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5759 Daniel Hackney <dan@haxney.org>
5760
5761 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
5762 Consolidate the single-file vs tarball code.
5763 (package-desc-suffix): New function.
5764 (package-desc-full-name): Don't bother inlining it.
5765 (package-load-descriptor): Return the new package-desc.
5766 (package-mark-obsolete): Remove unused arg `package'.
5767 (package-unpack): Make it work for single files as well.
5768 Make it update package-alist.
5769 (package--make-autoloads-and-stuff): Rename from
5770 package--make-autoloads-and-compile. Don't compile any more.
5771 (package--compile): New function.
5772 (package-generate-description-file): New function, extracted from
5773 package-unpack-single.
5774 (package-unpack-single): Remove.
5775 (package--with-work-buffer): Add indentation and debugging info.
5776 (package-download-single): Remove.
5777 (package-install-from-archive): Rename from package-download-tar, make
5778 it take a pkg-desc, and make it work for single files as well.
5779 (package-download-transaction): Simplify.
5780 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
5781 external tar program.
5782 (package-install-from-buffer): Remove `pkg-desc' argument.
5783 Use package-tar-file-info for tar-mode buffers.
5784 (package-install-file): Simplify accordingly.
5785 (package-archive-base): Change to take a pkg-desc.
5786 * tar-mode.el (tar--check-descriptor): New function, extracted from
5787 tar-get-descriptor.
5788 (tar-get-descriptor): Use it.
5789 (tar-get-file-descriptor): New function.
5790 (tar--extract): New function, extracted from tar-extract.
5791 (tar--extract): Use it.
5792 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
5793 case the summary uses non-ascii. Adjust to new calling convention of
5794 package-tar-file-info.
5795
5796 2013-06-21 Leo Liu <sdl.web@gmail.com>
5797
5798 * comint.el (comint-redirect-results-list-from-process):
5799 Fix random delay. (Bug#14681)
5800
5801 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5802
5803 * profiler.el (profiler-format-number): Use log, not log10.
5804
5805 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
5806
5807 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
5808
5809 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5810
5811 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
5812 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
5813 yet available.
5814 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
5815 (AUTOGENEL): ... here.
5816 * emacs-lisp/cl-macs.el (cl--sublis): New function.
5817 (cl--defsubst-expand): Use it.
5818
5819 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
5820
5821 * subr.el (log10): Move here from C code, and declare as obsolete.
5822 All uses of (log10 X) replaced with (log X 10).
5823
5824 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
5825
5826 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
5827 Declare with `defvar-local'.
5828 (tabulated-list-use-header-line, tabulated-list-entries)
5829 (tabulated-list-padding, tabulated-list-printer)
5830 (tabulated-list-sort-key): Declare with `defvar-local'.
5831 (tabulated-list-init-header, tabulated-list-print-fake-header):
5832 Use `setq-local'.
5833
5834 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
5835
5836 * arc-mode.el (archive-mode): Add `archive-write-file' to
5837 `write-contents-functions' also for remote files. (Bug#14652)
5838
5839 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
5840
5841 * cus-edit.el (custom-commands): Fix typos.
5842 (custom-display): Fix tooltip text.
5843 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
5844 Fix typos in docstrings.
5845 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
5846 (custom-unlispify-menu-entry, custom-magic-value-create)
5847 (custom-add-see-also, custom-group-value-create): Use ?\s.
5848 (custom-guess-type, customize-apropos, editable-field)
5849 (custom-face-value-create): Use `string-match-p'.
5850 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
5851
5852 * custom.el (custom-load-symbol): Use `string-match-p'.
5853
5854 * ansi-color.el: Convert to lexical binding.
5855 (ansi-colors): Fix URL.
5856 (ansi-color-context, ansi-color-context-region): Use defvar-local.
5857 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
5858 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
5859
5860 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5861
5862 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
5863
5864 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
5865
5866 2013-06-19 Tom Tromey <tromey@redhat.com>
5867
5868 * net/eww.el (eww-top-url): Remove.
5869 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
5870 (eww-render): Set new variables. Don't set eww-top-url.
5871 (eww-handle-link): Handle "prev", "home", and "contents".
5872 Downcase the rel text.
5873 (eww-top-url): Choose best top URL.
5874
5875 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5876
5877 * net/eww.el: Rewrite to implement form elements "by hand" instead of
5878 relying in widget.el. Using widget.el leads to too many
5879 user interface inconsistencies.
5880 (eww-self-insert): Implement entering commands in text fields.
5881 (eww-process-text-input): New function to make text input field editing
5882 work.
5883 (eww-submit): Rewrite to use the new-style form methods.
5884 (eww-select-display): Display the correct selected item.
5885 (eww-change-select): Implement changing the select value.
5886 (eww-toggle-checkbox): Implement radio/checkboxes.
5887 (eww-update-field): Fix compilation error.
5888 (eww-tag-textarea): Implement <textarea>.
5889
5890 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
5891 we don't shadow mode-specific bindings.
5892
5893 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
5894 nothing to push.
5895
5896 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
5897
5898 2013-06-19 Glenn Morris <rgm@gnu.org>
5899
5900 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
5901
5902 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
5903
5904 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
5905 not needed.
5906
5907 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
5908
5909 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5910
5911 * net/browse-url.el (browse-url-browser-function):
5912 `eww-browse-url' has the right calling signature, `eww' does not.
5913
5914 2013-06-19 Glenn Morris <rgm@gnu.org>
5915
5916 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
5917 Only eval autoloaded macros.
5918 (byte-compile-autoload): Only give the macro warning for macros.
5919
5920 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
5921 (ps-underlined-faces): Declare.
5922
5923 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
5924 (speedbar-add-supported-extension): Declare.
5925
5926 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
5927 Don't include a date stamp in the header of the generated file;
5928 it leads to needless differences between output files.
5929
5930 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
5931
5932 * net/secrets.el (secrets-struct-secret-content-type):
5933 Replace check of introspection data by a test call of "CreateItem".
5934 Some servers do not offer introspection.
5935
5936 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
5937
5938 * electric.el (electric-pair-mode): Improve interaction with
5939 electric-layout-mode.
5940 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
5941 (electric-pair-syntax): Use text-mode-syntax-table in comments
5942 and strings.
5943 (electric-pair--insert): New function.
5944 (electric-pair-post-self-insert-function): Use it and
5945 electric--after-char-pos.
5946
5947 2013-06-19 Leo Liu <sdl.web@gmail.com>
5948
5949 * progmodes/octave.el (octave-help): Fix regexp.
5950
5951 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5952
5953 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
5954 (shr-table-horizontal-line): Allow nil as a value, and change the
5955 default.
5956 (shr-insert-table-ruler): Respect the nil value.
5957
5958 2013-06-18 Tom Tromey <tromey@barimba>
5959
5960 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5961 New defvars.
5962 (eww-open-file): New defun.
5963 (eww-render): Initialize new variables.
5964 (eww-display-html): Handle "link" and "a".
5965 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
5966 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
5967 (eww-back-url): Rename from eww-previous-url.
5968 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5969 New defuns.
5970
5971 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
5972
5973 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
5974 Distinguish ternary operator tokens from slash symbol and slash
5975 char literal.
5976
5977 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
5978
5979 Convert symbol prettification into minor mode and global minor mode.
5980
5981 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
5982 `prog-prettify-symbols', and make a local defvar instead of defcustom.
5983 (prettify-symbols--keywords): Rename from
5984 `prog-prettify-symbols-alist' and make a local defvar.
5985 (prettify-symbols--compose-symbol): Rename from
5986 `prog--prettify-font-lock-compose-symbol'.
5987 (prettify-symbols--make-keywords): Rename from
5988 `prog-prettify-font-lock-symbols-keywords' and simplify.
5989 (prog-prettify-install): Remove.
5990 (prettify-symbols-mode): New minor mode, based on
5991 `prog-prettify-install'.
5992 (turn-on-prettify-symbols-mode): New function.
5993 (global-prettify-symbols-mode): New globalized minor mode.
5994
5995 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5996 * progmodes/cfengine.el (cfengine3-mode):
5997 * progmodes/perl-mode.el (perl-mode): Don't call
5998 `prog-prettify-install'; set `prettify-symbols-alist' instead.
5999
6000 2013-06-18 Juri Linkov <juri@jurta.org>
6001
6002 * files-x.el (modify-file-local-variable-message): New function.
6003 (modify-file-local-variable)
6004 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
6005 and call `modify-file-local-variable-message' when it's non-nil.
6006 (add-file-local-variable, delete-file-local-variable)
6007 (add-file-local-variable-prop-line)
6008 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
6009 and use it. (Bug#9820)
6010
6011 2013-06-18 Juri Linkov <juri@jurta.org>
6012
6013 * emulation/vi.el (vi-shell-op):
6014 * emulation/vip.el (vip-execute-com, ex-command):
6015 * emulation/viper-cmd.el (viper-exec-bang):
6016 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
6017 the call of `shell-command-on-region'. (Bug#14637)
6018
6019 * simple.el (shell-command-on-region): Doc fix.
6020
6021 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6022
6023 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
6024 (bug#14633).
6025
6026 2013-06-18 Glenn Morris <rgm@gnu.org>
6027
6028 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
6029
6030 * newcomment.el (comment-search-forward, comment-search-backward):
6031 Doc fix. (Bug#14376)
6032
6033 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6034
6035 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
6036 (buffer-face-mode-invoke): Doc fix.
6037
6038 2013-06-18 Matthias Meulien <orontee@gmail.com>
6039
6040 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
6041 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
6042
6043 2013-06-18 Glenn Morris <rgm@gnu.org>
6044
6045 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
6046 Replace obsolete function generic-make-keywords with its expansion.
6047
6048 * progmodes/python.el (ffap-alist): Declare.
6049
6050 * textmodes/reftex.el (bibtex-mode-map): Declare.
6051
6052 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6053
6054 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
6055 (package-unpack, package-unpack-single): Return the pkg-dir.
6056 (package-download-transaction): Use it to update package-alist.
6057
6058 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6059
6060 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
6061 possible choice.
6062
6063 2013-06-17 Juri Linkov <juri@jurta.org>
6064
6065 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
6066
6067 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6068
6069 * emacs-lisp/package.el (package-load-descriptor):
6070 Remove `with-syntax-table' call, `read' doesn't need it.
6071 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
6072
6073 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6074
6075 * startup.el (command-line): Expand package name returned by
6076 `package--description-file' (bug#14639).
6077
6078 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6079
6080 * emacs-lisp/package.el (package-load-descriptor): Do not call
6081 `emacs-lisp-mode', just use its syntax table.
6082
6083 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6084
6085 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
6086 `font-lock-extra-managed-props' if any prettifying keyword is added.
6087 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
6088 (prog-mode): Use `setq-local'.
6089
6090 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6091
6092 * international/characters.el (standard-case-table): Set syntax of ?»
6093 and ?« to punctuation.
6094
6095 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
6096
6097 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
6098 Save relevant match data before calling `syntax-ppss' (bug#14595).
6099
6100 2013-06-15 Juri Linkov <juri@jurta.org>
6101
6102 * files-x.el (modify-file-local-variable-prop-line): Add local
6103 variables to the end of the existing comment on the first line.
6104 Use `file-auto-mode-skip' to skip interpreter magic line,
6105 and also skip XML declaration.
6106
6107 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6108
6109 * startup.el (package--builtin-versions): New var.
6110 (package-subdirectory-regexp): Remove.
6111 (package--description-file): Hard code its value instead.
6112
6113 * emacs-lisp/package.el: Don't activate packages older than builtin.
6114 (package-obsolete-list): Rename from package-obsolete-alist, and make
6115 it into a simple list of package-desc.
6116 (package-strip-version): Remove.
6117 (package-built-in-p): Use package--builtin-versions.
6118 (package-mark-obsolete): Simplify.
6119 (package-process-define-package): Mark it obsolete if older than the
6120 builtin version.
6121 (package-handle-response): Use line-end-position.
6122 (package-read-archive-contents, package--download-one-archive):
6123 Simplify.
6124 (package--add-to-archive-contents): Skip if older than the builtin or
6125 installed version.
6126 (package-menu-describe-package): Fix last change.
6127 (package-list-unversioned): New var.
6128 (package-menu--generate): Use it.
6129
6130 * emacs-lisp/autoload.el: Manage package--builtin-versions.
6131 (autoload--insert-text, autoload--insert-cookie-text): New functions.
6132 (autoload-builtin-package-versions): New variable.
6133 (autoload-generate-file-autoloads): Use them.
6134 Remove the list of autoloaded functions/macros from the
6135 (autoload...) comments.
6136
6137 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
6138
6139 2013-06-15 Eli Zaretskii <eliz@gnu.org>
6140
6141 * simple.el (line-move-partial): Don't jump to the next screen
6142 line as soon as it becomes visible. Instead, continue enlarging
6143 the vscroll until the portion of a tall screen line that's left on
6144 display is about the height of the frame's default font.
6145 (Bug#14567)
6146
6147 2013-06-15 Glenn Morris <rgm@gnu.org>
6148
6149 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
6150 compilation-error-regexp-alist void, or local while let-bound.
6151
6152 * progmodes/make-mode.el (makefile-mode-syntax-table):
6153 Treat "=" as punctuation. (Bug#14614)
6154
6155 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
6156
6157 * help-fns.el (describe-variable):
6158 Add extra line for permanent-local variables.
6159
6160 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
6161
6162 * progmodes/scheme.el (scheme-font-lock-keywords-2):
6163 Add export, import, library. (Bug#9164)
6164 (library): Set indent function.
6165
6166 2013-06-14 Glenn Morris <rgm@gnu.org>
6167
6168 * term/xterm.el (xterm--query):
6169 Stop after first matching handler. (Bug#14615)
6170
6171 2013-06-14 Ivan Kanis <ivan@kanis.fr>
6172
6173 Add support for dired in saveplace.
6174 * dired.el (dired-initial-position-hook): New variable.
6175 (dired-initial-position): Call hook to place cursor position.
6176 * saveplace.el (save-place-to-alist): Add dired position.
6177 (save-place-dired-hook): New function.
6178
6179 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6180
6181 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
6182 through a symbol rather than letrec.
6183
6184 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
6185 (package-desc): Add `dir' field.
6186 (package-desc-full-name): New function.
6187 (package-load-descriptor): Combine the two arguments. Don't use `load'.
6188 (package-maybe-load-descriptor): Remove.
6189 (package-load-all-descriptors): Just call package-load-descriptor.
6190 (package--disabled-p): New function.
6191 (package-desc-vers, package-desc-doc): Remove aliases.
6192 (package--dir): Remove function.
6193 (package-activate): Check if a package is disabled.
6194 (package-process-define-package): New function, extracted from
6195 define-package.
6196 (define-package): Turn into a place holder.
6197 (package-unpack-single, package-tar-file-info):
6198 Use package--description-file.
6199 (package-compute-transaction): Use package--disabled-p.
6200 (package-download-transaction): Don't call
6201 package-maybe-load-descriptor since they're all loaded anyway.
6202 (package-install): Change argument to be a pkg-desc.
6203 (package-delete): Use a single pkg-desc argument.
6204 (describe-package-1): Use package-desc-dir instead of package--dir.
6205 Use package-desc property instead of package-symbol.
6206 (package-install-button-action): Adjust accordingly.
6207 (package--push): Rewrite.
6208 (package-menu--print-info): Adjust accordingly. Change the ID format
6209 to be a pkg-desc.
6210 (package-menu-describe-package, package-menu-get-status)
6211 (package-menu--find-upgrades, package-menu-mark-upgrades)
6212 (package-menu-execute, package-menu--name-predicate):
6213 Adjust accordingly.
6214 * startup.el (package--description-file): New function.
6215 (command-line): Use it.
6216 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6217 Use package-desc-version.
6218
6219 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
6220 (byte-compile-preprocess): Use it.
6221 (byte-compile-file-form-defalias): Try a bit harder to use macros we
6222 can't quite recognize.
6223 (byte-compile-add-to-list): Remove.
6224 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
6225 (cconv-closure-convert): Add assertion.
6226
6227 * emacs-lisp/map-ynp.el: Use lexical-binding.
6228 (map-y-or-n-p): Remove unused vars `tail' and `object'.
6229 Factor out some repeated code.
6230
6231 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6232
6233 * subr.el (with-eval-after-load): New macro.
6234 (eval-after-load): Allow form to be a function.
6235 take advantage of lexical-binding.
6236 (do-after-load-evaluation): Use dolist and adjust to new format.
6237 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
6238
6239 2013-06-13 Juri Linkov <juri@jurta.org>
6240
6241 * replace.el (perform-replace): Display "symbol " and other search
6242 modes from `isearch-message-prefix' in the *Help* buffer.
6243
6244 * isearch.el (isearch-query-replace): Add " symbol" and other
6245 possible search modes from `isearch-message-prefix' to the prompt.
6246 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
6247 when reading a regexp to collect.
6248
6249 2013-06-13 Juri Linkov <juri@jurta.org>
6250
6251 * isearch.el (word-search-regexp): Match whitespace if the search
6252 string begins or ends in whitespace. The LAX arg is applied to
6253 both ends of the search string. Use `regexp-quote' and explicit
6254 \< and \> instead of \b. Use \` and \' instead of ^ and $.
6255 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
6256 boundaries are replaced with symbol boundaries, and characters
6257 between symbols match non-word non-symbol syntax. (Bug#14602)
6258
6259 2013-06-13 Juri Linkov <juri@jurta.org>
6260
6261 * isearch.el (isearch-del-char): Don't exceed the length of
6262 `isearch-string' by the prefix arg. (Bug#14563)
6263
6264 2013-06-13 Juri Linkov <juri@jurta.org>
6265
6266 * isearch.el (isearch-yank-word, isearch-yank-line)
6267 (isearch-char-by-name, isearch-quote-char)
6268 (isearch-printing-char, isearch-process-search-char):
6269 Add optional count prefix arg. (Bug#14563)
6270
6271 * international/isearch-x.el
6272 (isearch-process-search-multibyte-characters):
6273 Add optional count prefix arg.
6274
6275 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6276
6277 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
6278 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
6279 lexical-binding.
6280
6281 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
6282
6283 * subr.el (set-temporary-overlay-map): Add on-exit argument.
6284
6285 2013-06-13 Glenn Morris <rgm@gnu.org>
6286
6287 * startup.el (tty-handle-args):
6288 Don't just discard "--" and anything after. (Bug#14608)
6289
6290 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
6291
6292 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
6293
6294 Implement changes in Secret Service API. Make it backward compatible.
6295 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
6296 (secrets-create-item): Use it. Prefix properties with interface.
6297
6298 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
6299
6300 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
6301 (term-emulate-terminal): Respect term-suppress-hard-newline.
6302
6303 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
6304
6305 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6306 Only remove a `thumb-file' overlay. (Bug#14548)
6307
6308 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
6309
6310 * mail/reporter.el (reporter-submit-bug-report):
6311 Handle missing package-name. (Bug#14600)
6312
6313 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6314
6315 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
6316 (reftex-citation-prompt, reftex-default-bibliography)
6317 (reftex-bib-or-thebib, reftex-get-bibfile-list)
6318 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6319 (reftex-bib-sort-author, reftex-bib-sort-year)
6320 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
6321 (reftex-extract-bib-entries-from-thebibliography)
6322 (reftex-get-bibkey-default, reftex-get-bib-names)
6323 (reftex-parse-bibtex-entry, reftex-get-bib-field)
6324 (reftex-format-bib-entry, reftex-parse-bibitem)
6325 (reftex-format-bibitem, reftex-do-citation)
6326 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
6327 (reftex-restrict-bib-matches, reftex-extract-bib-file)
6328 (reftex-insert-bib-matches, reftex-format-citation)
6329 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
6330 (reftex-create-bibtex-file): Add docstrings, mostly by converting
6331 existing comments into docstrings.
6332
6333 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6334
6335 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
6336
6337 2013-06-12 Andreas Schwab <schwab@suse.de>
6338
6339 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
6340 for auto-save files.
6341
6342 2013-06-12 Glenn Morris <rgm@gnu.org>
6343
6344 * ido.el (ido-delete-ignored-files): Remove.
6345 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
6346 Go back to calling ido-ignore-item-p directly.
6347
6348 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
6349
6350 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
6351
6352 * ido.el (ido-delete-ignored-files): New function,
6353 split from ido-make-file-list-1.
6354 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
6355 (ido-make-file-list-1): Use ido-delete-ignored-files.
6356
6357 2013-06-12 Leo Liu <sdl.web@gmail.com>
6358
6359 * progmodes/octave.el (inferior-octave-startup)
6360 (inferior-octave-completion-table)
6361 (inferior-octave-track-window-width-change)
6362 (octave-eldoc-function-signatures, octave-help)
6363 (octave-find-definition): Use single quoted strings.
6364 (inferior-octave-startup-args): Change default value.
6365 (inferior-octave-startup): Do not hard code "-i" and
6366 "--no-line-editing".
6367 (inferior-octave-resync-dirs): Add optional arg NOERROR.
6368 (inferior-octave-directory-tracker): Use it.
6369 (octave-goto-function-definition): Robustify.
6370 (octave-help): Support highlighting operators in 'See also'.
6371 (octave-find-definition): Find subfunctions only in Octave mode.
6372
6373 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6374
6375 * help-fns.el (help-fns--compiler-macro): If the handler function is
6376 named, then put a link to it.
6377 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
6378 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
6379 (cl-typep): Use it.
6380 (cl-eval-when): Simplify debug spec.
6381 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
6382 compiler-macro function instead of setting `compiler-macro-file'.
6383
6384 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6385
6386 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
6387 * vc/vc-hooks.el (vc-stay-local): Doc fix.
6388
6389 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6390 Daniel Hackney <dan@haxney.org>
6391
6392 First part of Daniel Hackney's patch to package.el.
6393 * emacs-lisp/package.el: Use defstruct.
6394 (package-desc): New, main struct.
6395 (package--bi-desc, package--ac-desc): New structs, used to describe the
6396 format in external files.
6397 (package-desc-vers): Replace with package-desc-version accessor.
6398 (package-desc-doc): Replace with package-desc-summary accessor.
6399 (package-activate-1): Remove `package' arg since the pkg-vec now
6400 includes the name.
6401 (define-package): Use package-desc-from-define.
6402 (package-unpack-single): Change file-name arg to be a symbol.
6403 (package--add-to-archive-contents): Use package-desc-create and new
6404 accessor functions to package--ac-desc.
6405 (package-buffer-info, package-tar-file-info): Return a package-desc.
6406 (package-install-from-buffer): Remove `type' argument. Change pkg-info
6407 arg to be a package-desc.
6408 (package-install-file): Adjust accordingly. Use \' to match EOS.
6409 (package--from-builtin): New function.
6410 (describe-package-1, package-menu--generate): Use it.
6411 (package--make-autoloads-and-compile): Change name arg to be a symbol.
6412 (package-generate-autoloads): Idem and return the name of the file.
6413 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6414 Change pkg-info arg to be a package-desc.
6415 Use package-make-ac-desc.
6416 (package-upload-file): Use \' to match EOS.
6417 * finder.el (finder-compile-keywords): Use package-make-builtin.
6418
6419 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6420
6421 * vc/vc.el (vc-deduce-fileset): Change error message.
6422 (vc-read-backend): New function.
6423 (vc-next-action): Use it.
6424
6425 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
6426
6427 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
6428 (prolog-font-lock-keywords): Use regexp-opt instead.
6429 Don't manually highlight strings.
6430 (prolog-mode-variables): Simplify comment-start-skip.
6431 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
6432
6433 * emacs-lisp/generic.el (generic--normalise-comments)
6434 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
6435 (generic-mode-set-comments): Use them.
6436 (generic-bracket-support): Use setq-local.
6437 (generic-make-keywords-list): Declare obsolete.
6438
6439 2013-06-11 Glenn Morris <rgm@gnu.org>
6440
6441 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6442 Prettify after setting font-lock-defaults. (Bug#14574)
6443
6444 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
6445
6446 * replace.el (query-replace, occur-read-regexp-defaults-function)
6447 (replace-search):
6448 * subr.el (declare-function, number-sequence, local-set-key)
6449 (substitute-key-definition, locate-user-emacs-file)
6450 (with-silent-modifications, split-string, eval-after-load):
6451 Fix typos, remove unneeded backslashes and reflow some docstrings.
6452
6453 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6454
6455 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
6456 default for Elisp files.
6457
6458 2013-06-11 Glenn Morris <rgm@gnu.org>
6459
6460 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
6461 although define-derived-mode was doing this anyway. (Bug#14583)
6462
6463 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
6464
6465 * allout.el (allout-encryption-plaintext-sanitization-regexps):
6466 Fix make-variable-buffer-local call to refer to the correct variable.
6467
6468 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
6469
6470 * eshell/em-term.el (eshell-visual-commands)
6471 (eshell-visual-subcommands, eshell-visual-options):
6472 Add summary line to docstrings. Add cross-references.
6473
6474 2013-06-10 Glenn Morris <rgm@gnu.org>
6475
6476 * epa.el (epa-read-file-name): New function. (Bug#14510)
6477 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
6478
6479 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
6480
6481 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
6482 output redirection to be ignored with visual commands.
6483
6484 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
6485
6486 * eshell/em-term.el (eshell-visual-command-p): New function.
6487 (eshell-term-initialize): Move long lambda to separate function
6488 eshell-visual-command-p.
6489 * eshell/em-dirs.el (eshell-dirs-initialise):
6490 * eshell/em-script.el (eshell-script-initialize):
6491 Add missing #' to lambda.
6492
6493 2013-06-08 Leo Liu <sdl.web@gmail.com>
6494
6495 * progmodes/octave.el (octave-add-log-current-defun): New function.
6496 (octave-mode): Set add-log-current-defun-function.
6497 (octave-goto-function-definition): Do not move point if not found.
6498 (octave-find-definition): Enhance to try subfunctions first.
6499
6500 2013-06-08 Glenn Morris <rgm@gnu.org>
6501
6502 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6503 (byte-compile-backward-char, byte-compile-backward-word):
6504 Improve previous change, to handle non-explicit nil.
6505
6506 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6507
6508 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
6509 (smie--opener/closer-at-point): New function.
6510 (smie--matching-block-data): Use it. Don't match from right after an
6511 opener or right before a closer. Obey smie-blink-matching-inners.
6512 Don't signal a mismatch for repeated inners like "switch..case..case".
6513
6514 2013-06-07 Leo Liu <sdl.web@gmail.com>
6515
6516 * progmodes/octave.el (octave-mode): Set comment-use-global-state
6517 to t. (Bug#14303)
6518 (octave-function-header-regexp): Fix. (Bug#14570)
6519 (octave-help-mode-finish-hook, octave-help-mode-finish):
6520 Remove. Just use temp-buffer-show-hook.
6521
6522 * newcomment.el (comment-search-backward): Revert last change.
6523 (Bug#14434)
6524
6525 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
6526
6527 2013-06-07 Eli Zaretskii <eliz@gnu.org>
6528
6529 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
6530 through xargs, to avoid failure due to MS-Windows limitations on
6531 command-line length.
6532
6533 2013-06-06 Glenn Morris <rgm@gnu.org>
6534
6535 * font-lock.el (lisp-font-lock-keywords-2):
6536 Treat user-error like error.
6537
6538 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6539 (byte-compile-backward-char, byte-compile-backward-word):
6540 Handle explicit nil arguments. (Bug#14565)
6541
6542 2013-06-05 Alan Mackenzie <acm@muc.de>
6543
6544 * isearch.el (isearch-allow-prefix): New user option.
6545 (isearch-other-meta-char): Don't exit isearch when a prefix
6546 argument is typed whilst `isearch-allow-prefix' is non-nil.
6547 (Bug#9706)
6548
6549 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6550
6551 * autorevert.el (auto-revert-notify-handler): Use memq.
6552 Hide assertion failure.
6553
6554 * skeleton.el: Use cl-lib.
6555 (skeleton-further-elements): Use defvar-local.
6556 (skeleton-insert): Use cl-progv.
6557
6558 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6559
6560 * progmodes/prog-mode.el (prog-prettify-symbols)
6561 (prog-prettify-install): Update docstrings.
6562
6563 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6564
6565 * simple.el: Move all the prog-mode code to prog-mode.el.
6566 * progmodes/prog-mode.el: New file.
6567 * loadup.el: Add prog-mode.el.
6568
6569 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6570
6571 * simple.el (prog-prettify-symbols): Add version.
6572 (prog-prettify-install): Add convenience function to prettify symbols.
6573
6574 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
6575 (perl--augmented-font-lock-keywords-1)
6576 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
6577 variables and use it.
6578
6579 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6580 (cfengine3-mode): Remove unneeded variable and use it.
6581
6582 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6583 (lisp--augmented-font-lock-keywords-1)
6584 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
6585 Remove unneeded variables and use it.
6586
6587 2013-06-05 João Távora <joaotavora@gmail.com>
6588
6589 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
6590 to point when opening the connection. (Bug#14380)
6591
6592 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6593
6594 * subr.el (load-history-regexp, load-history-filename-element)
6595 (eval-after-load, after-load-functions, do-after-load-evaluation)
6596 (eval-next-after-load, display-delayed-warnings)
6597 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
6598 definition of save-match-data.
6599 (overriding-local-map): Remove accidental obsolescence declaration.
6600
6601 * emacs-lisp/edebug.el (edebug-result): Move before first use.
6602
6603 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6604
6605 Generalize symbol prettify support to prog-mode and implement it
6606 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
6607 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
6608 (prog--prettify-font-lock-compose-symbol)
6609 (prog-prettify-font-lock-symbols-keywords): New variables and
6610 functions to support symbol prettification.
6611 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6612 (lisp--augmented-font-lock-keywords-1)
6613 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
6614 (lisp--prettify-symbols-alist): Implement prettify of lambda.
6615 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6616 (cfengine3--prettify-symbols-alist, cfengine3-mode):
6617 Implement prettify of -> => :: strings.
6618 * progmodes/perl-mode.el (perl-prettify-symbols)
6619 (perl--font-lock-compose-symbol)
6620 (perl--font-lock-symbols-keywords): Move to prog-mode.
6621 (perl--prettify-symbols-alist): Prettify -> => :: strings.
6622 (perl-font-lock-keywords-1)
6623 (perl-font-lock-keywords-2): Remove explicit prettify support.
6624 (perl--augmented-font-lock-keywords)
6625 (perl--augmented-font-lock-keywords-1)
6626 (perl--augmented-font-lock-keywords-2, perl-mode):
6627 Implement prettify support.
6628
6629 2013-06-05 Leo Liu <sdl.web@gmail.com>
6630
6631 Re-implement smie matching block highlight using
6632 show-paren-data-function. (Bug#14395)
6633 * emacs-lisp/smie.el (smie-matching-block-highlight)
6634 (smie--highlight-matching-block-overlay)
6635 (smie--highlight-matching-block-lastpos)
6636 (smie-highlight-matching-block)
6637 (smie-highlight-matching-block-mode): Remove.
6638 (smie--matching-block-data-cache): New variable.
6639 (smie--matching-block-data): New function.
6640 (smie-setup): Use smie--matching-block-data for
6641 show-paren-data-function.
6642
6643 * progmodes/octave.el (octave-mode-menu): Fix.
6644 (octave-find-definition): Skip garbage lines.
6645
6646 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6647
6648 Fix compilation error with simultaneous dynamic+lexical scoping.
6649 Add warning when a defvar appears after the first let-binding.
6650 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
6651 (byte-compile-close-variables): Initialize it.
6652 (byte-compile--declare-var): New function.
6653 (byte-compile-file-form-defvar)
6654 (byte-compile-file-form-define-abbrev-table)
6655 (byte-compile-file-form-custom-declare-variable): Use it.
6656 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
6657 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
6658 (byte-compile-bind): Handle dynamic bindings that shadow
6659 lexical bindings.
6660 (byte-compile-unbind): Make arg non-optional.
6661 (byte-compile-let): Simplify.
6662 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
6663 (cconv--analyse-function, cconv-analyse-form): Populate it.
6664 Protect byte-compile-bound-variables to limit the scope of defvars.
6665 (cconv-analyse-form): Add missing rule for (defvar <foo>).
6666 Remove unneeded rule for `declare'.
6667
6668 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
6669 so as to avoid depending on cl-adjoin at run-time.
6670 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
6671
6672 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
6673 (macroexp--warn-and-return): Use it.
6674
6675 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6676
6677 * lisp/subr.el: Convert to lexical binding.
6678 (overriding-local-map): Make obsolete.
6679 (add-to-list): Doc fix. Add compiler macro.
6680 (read-key): Swap values of local maps.
6681
6682 2013-06-05 Leo Liu <sdl.web@gmail.com>
6683
6684 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
6685
6686 2013-06-04 Leo Liu <sdl.web@gmail.com>
6687
6688 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
6689 (compilation-auto-jump): Suppress the "Mark set" message to give
6690 way to exit message.
6691
6692 2013-06-04 Alan Mackenzie <acm@muc.de>
6693
6694 Remove faulty optimisation from indentation calculation.
6695 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
6696 search limit based on 2000 characters back from indent-point.
6697
6698 2013-06-03 Tassilo Horn <tsdh@gnu.org>
6699
6700 * eshell/em-term.el (cl-lib): Require `cl-lib'.
6701
6702 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 * emacs-lisp/lisp.el: Use lexical-binding.
6705 (lisp--local-variables-1, lisp--local-variables): New functions.
6706 (lisp--local-variables-completion-table): New var.
6707 (lisp-completion-at-point): Use it complete let-bound vars.
6708
6709 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
6710 eagerly (bug#14422).
6711
6712 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
6713
6714 * autorevert.el (auto-revert-notify-enabled)
6715 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6716 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
6717 (auto-revert-notify-handler): Handle also gfilenotify.
6718
6719 * subr.el (file-notify-handle-event): New defun. Replacing ...
6720 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
6721 Remove.
6722
6723 2013-06-03 Juri Linkov <juri@jurta.org>
6724
6725 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
6726 `M-s h .'. (Bug#14427)
6727
6728 * hi-lock.el (highlight-symbol-at-point): New alias for the new
6729 command `hi-lock-face-symbol-at-point'.
6730 (hi-lock-face-symbol-at-point): New command.
6731 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
6732 (hi-lock-menu): Add `highlight-symbol-at-point'.
6733 (hi-lock-mode): Doc fix.
6734
6735 * isearch.el (isearch-forward-symbol-at-point): New command.
6736 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
6737 (isearch-highlight-regexp): Add a regexp which matches
6738 words/symbols for word/symbol mode.
6739
6740 * subr.el (find-tag-default-bounds): New function with the body
6741 mostly moved from `find-tag-default'.
6742 (find-tag-default): Move most code to `find-tag-default-bounds',
6743 call it and apply `buffer-substring-no-properties' afterwards.
6744
6745 2013-06-03 Tassilo Horn <tsdh@gnu.org>
6746
6747 * eshell/em-term.el (eshell-term-initialize):
6748 Use `cl-intersection' rather than `intersection'.
6749
6750 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
6751
6752 * vc/log-view.el: Doc fix.
6753 (log-view-mode-map): Copy keymap from `special-mode-map'.
6754
6755 2013-06-02 Eric Ludlam <zappo@gnu.org>
6756
6757 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
6758 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
6759 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
6760 (eieio-unbound, eieio-default-superclass)
6761 (eieio--define-field-accessors, method-static, method-before)
6762 (method-primary, method-after, method-num-lists)
6763 (method-generic-before, method-generic-primary)
6764 (method-generic-after, method-num-slots)
6765 (eieio-specialized-key-to-generic-key)
6766 (eieio--check-type, class-v, class-p)
6767 (eieio-class-name, define-obsolete-function-alias)
6768 (eieio-class-parents-fast, eieio-class-children-fast)
6769 (same-class-fast-p, class-constructor, generic-p)
6770 (generic-primary-only-p, generic-primary-only-one-p)
6771 (class-option-assoc, class-option, eieio-object-p)
6772 (class-abstract-p, class-method-invocation-order)
6773 (eieio-defclass-autoload-map, eieio-defclass-autoload)
6774 (eieio-class-un-autoload, eieio-defclass)
6775 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
6776 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
6777 (eieio--defgeneric-init-form, eieio-defgeneric-form)
6778 (eieio-defgeneric-reset-generic-form)
6779 (eieio-defgeneric-form-primary-only)
6780 (eieio-defgeneric-reset-generic-form-primary-only)
6781 (eieio-defgeneric-form-primary-only-one)
6782 (eieio-defgeneric-reset-generic-form-primary-only-one)
6783 (eieio-unbind-method-implementations)
6784 (eieio--defmethod, eieio--typep)
6785 (eieio-perform-slot-validation, eieio-validate-slot-value)
6786 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
6787 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
6788 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
6789 (eieio-slot-name-index, eieio-class-slot-name-index)
6790 (eieio-set-defaults, eieio-initarg-to-attribute)
6791 (eieio-attribute-to-initarg, eieio-c3-candidate)
6792 (eieio-c3-merge-lists, eieio-class-precedence-c3)
6793 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
6794 (eieio-class-precedence-list, eieio-generic-call-methodname)
6795 (eieio-generic-call-arglst, eieio-generic-call-key)
6796 (eieio-generic-call-next-method-list)
6797 (eieio-pre-method-execution-functions, eieio-generic-call)
6798 (eieio-generic-call-primary-only, eieiomt-method-list)
6799 (eieiomt-optimizing-obarray, eieiomt-install)
6800 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
6801 (eieio-generic-form, eieio-defmethod, make-obsolete)
6802 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
6803 (defclass): Remove `eval-and-compile' from macro.
6804 (call-next-method, shared-initialize): Instead of using
6805 `scoped-class' variable, use new eieio--scoped-class, and
6806 eieio--with-scoped-class.
6807 (initialize-instance): Rename local variable 'scoped-class' to
6808 'this-class' to remove ambiguitity from old global.
6809
6810 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
6811 eieio.el.
6812 (eieio--scoped-class-stack): New variable.
6813 (eieio--scoped-class): New fcn.
6814 (eieio--with-scoped-class): New scoping macro.
6815 (eieio-defclass): Use pushnew instead of add-to-list.
6816 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
6817 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
6818 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
6819 `scoped-class' variable, use new eieio--scoped-class, and
6820 eieio--with-scoped-class.
6821
6822 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
6823
6824 2013-06-02 Tassilo Horn <tsdh@gnu.org>
6825
6826 * eshell/esh-ext.el (eshell-external-command): Pass args to
6827 `eshell-find-interpreter'.
6828 (eshell-find-interpreter): Add new second parameter ARGS.
6829
6830 * eshell/em-script.el (eshell-script-initialize): Add second arg
6831 to the function added as MATCH to `eshell-interpreter-alist'.
6832
6833 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
6834 the function added as MATCH to `eshell-interpreter-alist'.
6835
6836 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
6837 (eshell-visual-options): New defcustom.
6838 (eshell-escape-control-x): Adapt docstring.
6839 (eshell-term-initialize): Test `eshell-visual-subcommands' and
6840 `eshell-visual-options' in addition to `eshell-visual-commands'.
6841 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
6842
6843 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
6844
6845 * progmodes/python.el (python-indent-block-enders): Add break,
6846 continue and raise keywords.
6847
6848 2013-06-01 Glenn Morris <rgm@gnu.org>
6849
6850 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
6851
6852 Plain (f)boundp silences compilation warnings since Emacs 22.1.
6853 * progmodes/cc-cmds.el (delete-forward-p):
6854 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
6855 * progmodes/cc-engine.el (buffer-syntactic-context):
6856 * progmodes/cc-fonts.el (face-property-instance):
6857 * progmodes/cc-mode.el (set-keymap-parents):
6858 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
6859 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
6860 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
6861 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
6862 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
6863
6864 * progmodes/cc-vars.el (other): Emacs has this widget since
6865 at least 21.1, so don't (re)define it.
6866
6867 * eshell/em-cmpl.el (eshell-cmpl-initialize):
6868 Replace the obsolete alias pcomplete-arg-quote-list.
6869
6870 2013-06-01 Leo Liu <sdl.web@gmail.com>
6871
6872 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
6873 punctuation syntax.
6874 (inferior-octave-minimal-columns)
6875 (inferior-octave-last-column-width): New variables.
6876 (inferior-octave-track-window-width-change): New function.
6877 (inferior-octave-mode): Adjust column width so that Octave output,
6878 for example from 'ls', can fit into the window nicely.
6879
6880 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
6881
6882 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6883 Highlight expansions inside regexp literals.
6884
6885 2013-05-31 Glenn Morris <rgm@gnu.org>
6886
6887 * obsolete/sym-comp.el (symbol-complete):
6888 Replace obsolete completion-annotate-function.
6889
6890 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
6891
6892 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
6893
6894 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6895 New function, checks if point is inside a literal that allows
6896 expression expansion.
6897 (ruby-syntax-propertize-expansion): Use it.
6898 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
6899 around the body.
6900
6901 2013-05-30 Juri Linkov <juri@jurta.org>
6902
6903 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
6904 to "\M-si".
6905 (isearch-invisible): New variable.
6906 (isearch-forward): Doc fix.
6907 (isearch-mode): Set `isearch-invisible'
6908 to the value of `search-invisible'.
6909 (isearch-toggle-case-fold): Doc fix.
6910 (isearch-toggle-invisible): New command.
6911 (isearch-query-replace): Let-bind `search-invisible'
6912 to the value of `isearch-invisible'.
6913 (isearch-search): Use `isearch-invisible' instead of
6914 `search-invisible'. Let-bind `search-invisible'
6915 to the value of `isearch-invisible'. (Bug#11378)
6916
6917 2013-05-30 Juri Linkov <juri@jurta.org>
6918
6919 * replace.el (perform-replace): Avoid `isearch-range-invisible'
6920 call when `query-flag' is nil and `search-invisible' is non-nil.
6921 (Bug#11746)
6922
6923 2013-05-30 Glenn Morris <rgm@gnu.org>
6924
6925 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
6926
6927 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
6928 (cc-require): Suppress spurious "noruntime" warnings.
6929 (cc-require-when-compile): Use fboundp, for sake of compiler.
6930
6931 * progmodes/cc-mode.el: Move load of cc-vars before that of
6932 cc-langs (which in turn loads cc-vars), to quieten compiler.
6933
6934 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6935
6936 * paren.el: Simplify the code.
6937 (show-paren-mode): Always start the timer.
6938 (show-paren--idle-timer): Rename from show-paren-idle-timer.
6939 (show-paren--overlay, show-paren--overlay-1): Rename from
6940 show-paren-overlay and show-paren-overlay-1, and initialize to an
6941 overlay rather than to nil.
6942 (show-paren-function): Misc cleanup and simplifications.
6943
6944 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6945
6946 * paren.el (show-paren-data-function): New hook.
6947 (show-paren--default): New function, extracted from show-paren-function.
6948 (show-paren-function): Use show-paren-data-function.
6949
6950 2013-05-30 Glenn Morris <rgm@gnu.org>
6951
6952 * ielm.el (ielm-map, ielm-complete-symbol):
6953 Use completion-at-point rather than obsolete functions.
6954 (inferior-emacs-lisp-mode): Doc fix.
6955 Set completion-at-point-functions, rather than
6956 comint-dynamic-complete-functions.
6957
6958 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
6959 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
6960 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
6961
6962 * image.el (image-animated-p): Tweak definition.
6963
6964 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
6965 (rlogin-process-connection-type): Tweak default. Add set-after.
6966 (rlogin-host): Doc fix.
6967 (rlogin): Tweak prompt.
6968 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
6969
6970 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
6971 * progmodes/tcl.el (inferior-tcl-mode-map):
6972 Use completion-at-point rather than obsolete alias.
6973
6974 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
6975
6976 * minibuffer.el (read-file-name-completion-ignore-case):
6977 Move before completion--in-region, for eager macro expansion.
6978
6979 2013-05-29 Juri Linkov <juri@jurta.org>
6980
6981 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
6982 for total count of matching lines. Add `global-matches' for total
6983 count of matches. Rename `matches' to `lines' for count of
6984 matching lines. Add `matches' for count of matches.
6985 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
6986 to `prev-line' for line number of prev match endpt.
6987 Increment `matches' for every match. Print the number of
6988 matching lines in the header.
6989 (occur-context-lines): Rename `lines' to `curr-line'.
6990 Rename `prev-lines' to `prev-line'. (Bug#14017)
6991
6992 2013-05-29 Juri Linkov <juri@jurta.org>
6993
6994 * replace.el (perform-replace): Add `skip-read-only-count',
6995 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
6996 Increment them for corresponding conditions and report the number
6997 of skipped occurrences in the final message. (Bug#11746)
6998 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6999 (replace-string, replace-regexp): Doc fix.
7000
7001 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7002
7003 * emacs-lisp/trace.el (trace--read-args): Provide a default.
7004
7005 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
7006 prog-mode-map (bug#14504).
7007
7008 2013-05-29 Leo Liu <sdl.web@gmail.com>
7009
7010 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
7011 (octave-help): Small simplification.
7012
7013 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
7014 off the highlight first.
7015
7016 2013-05-29 Glenn Morris <rgm@gnu.org>
7017
7018 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
7019 Handle idlwave-last-system-routine-info-cons-cell being nil.
7020
7021 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7022 (idlwave-write-paths): Simplify via with-temp-buffer.
7023
7024 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
7025 * emulation/cua-rect.el: Also load cua-base at run time.
7026
7027 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
7028 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
7029 (cperl-imenu-on-info): Require imenu.
7030
7031 2013-05-28 Alan Mackenzie <acm@muc.de>
7032
7033 Handle "capitalised keywords" correctly.
7034 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
7035
7036 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
7037
7038 * eshell/em-unix.el: Add -r option to cp.
7039
7040 2013-05-28 Glenn Morris <rgm@gnu.org>
7041
7042 * vc/vc-arch.el (vc-exec-after): Declare.
7043 (vc-switches): Autoload.
7044 * vc/vc-bzr.el: No need to require vc when compiling.
7045 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
7046 (vc-resynch-buffer, vc-dir-refresh): Declare.
7047 (vc-setup-buffer, vc-switches): Autoload.
7048 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
7049 (vc-resynch-buffer): Declare.
7050 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
7051 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
7052 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
7053 (grep-read-regexp, grep-read-files, grep-expand-template)
7054 (vc-dir-refresh): Declare.
7055 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
7056 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
7057 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
7058 * vc/vc-mtn.el (vc-exec-after): Declare.
7059 (vc-switches): Autoload.
7060 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
7061 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
7062 (vc-file-tree-walk): Declare.
7063 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
7064 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
7065 (vc-tag-precondition, vc-rename-master): Autoload.
7066 * vc/vc-svn.el (vc-exec-after): Declare.
7067 (vc-switches, vc-setup-buffer): Autoload.
7068 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
7069 Autoload.
7070 (vc-resynch-buffer): Declare.
7071
7072 * obsolete/fast-lock.el (byte-compile-warnings):
7073 Don't warn about obsolete features in this obsolete file.
7074
7075 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
7076 Move definition before use.
7077
7078 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
7079 (dun-unix-verbs): Remove dun-zippy.
7080 (dun-zippy): Remove function.
7081
7082 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7083
7084 2013-05-27 Juri Linkov <juri@jurta.org>
7085
7086 * replace.el (replace-search): New function with code moved out
7087 from `perform-replace'.
7088 (replace-highlight, replace-dehighlight): Move function definitions
7089 up closer to `replace-search'. (Bug#11746)
7090
7091 2013-05-27 Juri Linkov <juri@jurta.org>
7092
7093 * replace.el (perform-replace): Ignore invisible matches.
7094 In addition to checking `query-replace-skip-read-only', also
7095 filter out matches by calling `run-hook-with-args-until-failure'
7096 on `isearch-filter-predicates', and also check `search-invisible'
7097 for t or call `isearch-range-invisible'.
7098 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
7099
7100 2013-05-27 Juri Linkov <juri@jurta.org>
7101
7102 * isearch.el (isearch-filter-predicates): Rename from
7103 `isearch-filter-predicate'. Doc fix. (Bug#11378)
7104 (isearch-message-prefix): Display text from the property
7105 `isearch-message-prefix' of the currently active filters.
7106 (isearch-search): Don't compare `isearch-filter-predicate' with
7107 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
7108 on `isearch-filter-predicates'. Also check `search-invisible' for t
7109 or call `isearch-range-invisible'.
7110 (isearch-filter-visible): Make obsolete.
7111 (isearch-lazy-highlight-search):
7112 Call `run-hook-with-args-until-failure' on
7113 `isearch-filter-predicates' and use `isearch-range-invisible'.
7114
7115 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
7116 `isearch-filter-predicates' instead of `funcall'ing
7117 `isearch-filter-predicate'.
7118 (Info-mode): Set `Info-isearch-filter' to
7119 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
7120
7121 * dired-aux.el (dired-isearch-filter-predicate-orig):
7122 Remove variable.
7123 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
7124 (dired-isearch-filenames-end): Add and remove
7125 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
7126 instead of changing the value of `isearch-filter-predicate'.
7127 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
7128 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
7129 Put property `isearch-message-prefix' to "filename " on
7130 `dired-isearch-filter-filenames'.
7131
7132 * wdired.el (wdired-change-to-wdired-mode):
7133 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
7134 locally instead of changing `isearch-filter-predicate'.
7135 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
7136
7137 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
7138
7139 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
7140 return the commit hash (Bug#14459). Also set the
7141 `vc-git-detached' property.
7142 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
7143 (vc-git-mode-line-string): Use the same help-echo format whether
7144 in detached mode or not, because we know the actual revision now.
7145 When in detached mode, shorten the revision to 7 chars.
7146
7147 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7148
7149 * emacs-lisp/easy-mmode.el (define-minor-mode):
7150 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
7151 mode hook and provide a docstring.
7152
7153 2013-05-27 Alan Mackenzie <acm@muc.de>
7154
7155 Remove spurious syntax-table text properties inserted by C-y.
7156 * progmodes/cc-mode.el (c-after-change): Also clear hard
7157 syntax-table property with value nil.
7158
7159 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
7160
7161 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
7162 when reading the events; the buffer layout shall not be changed.
7163
7164 2013-05-27 Leo Liu <sdl.web@gmail.com>
7165
7166 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
7167 New variable.
7168 (inferior-octave-directory-tracker): Automatically re-sync
7169 default-directory.
7170 (octave-help): Improve handling of 'See also'.
7171
7172 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7173
7174 * doc-view.el: Minor naming convention tweaks.
7175 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
7176
7177 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
7178 even if there's no `display' property yet (bug#14435).
7179
7180 2013-05-25 Eli Zaretskii <eliz@gnu.org>
7181
7182 * subr.el (unmsys--file-name): Rename from reveal-filename.
7183
7184 * Makefile.in (custom-deps, finder-data, autoloads)
7185 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7186 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7187 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
7188
7189 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7190
7191 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
7192 error-completion on the first 2 args of condition-case (bug#14446).
7193 Don't burp at EOB.
7194
7195 2013-05-25 Leo Liu <sdl.web@gmail.com>
7196
7197 * comint.el (comint-previous-matching-input): Do not flood the
7198 *Messages* buffer with trivial messages.
7199
7200 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7201
7202 * progmodes/flymake.el (flymake-nop): Don't return a string.
7203 (flymake-set-at): Fix typo.
7204
7205 * simple.el (read--expression): New function, extracted from
7206 eval-expression. Set completion-at-point-functions (bug#14465).
7207 (eval-expression, eval-minibuffer): Use it.
7208
7209 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
7210
7211 * progmodes/flymake.el (flymake-save-buffer-in-file)
7212 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
7213 (flymake-selected-frame, flymake-log, flymake-ins-after)
7214 (flymake-set-at, flymake-get-buildfile-from-cache)
7215 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
7216 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
7217 Refine the doc string.
7218 (flymake-get-file-name-mode-and-masks): Reformat.
7219 (flymake-get-real-file-name-function): Fix a minor bug.
7220
7221 2013-05-24 Juri Linkov <juri@jurta.org>
7222
7223 * progmodes/grep.el (grep-mode-font-lock-keywords):
7224 Support =linenumber= format used by git-grep for lines with
7225 function names. (Bug#13549)
7226
7227 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7228
7229 * progmodes/octave.el (octave-smie-rules): Return nil rather than
7230 0 after a semi-colon; it works better for smie-auto-fill.
7231 (octave--indent-new-comment-line): New function.
7232 (octave-indent-new-comment-line): Use it (indirectly).
7233 (octave-mode): Don't disable smie-auto-fill. Use add-function to
7234 modify comment-line-break-function.
7235
7236 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
7237 (smie-setup): Use add-function to set it.
7238
7239 2013-05-24 Sam Steingold <sds@gnu.org>
7240
7241 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
7242 argument (before the `interactive' argument).
7243
7244 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7245
7246 * image-mode.el (image-mode-winprops): Add winprops to
7247 image-mode-winprops-alist before running
7248 image-mode-new-window-functions.
7249 * doc-view.el (doc-view-new-window-function): Don't delay
7250 doc-view-goto-page via timers (bug#14435).
7251
7252 2013-05-24 Tassilo Horn <tsdh@gnu.org>
7253
7254 * doc-view.el: Integrate with desktop.el. (Bug#14435)
7255 (doc-view-desktop-save-buffer): New function.
7256 (doc-view-restore-desktop-buffer): New function.
7257 (desktop-buffer-mode-handlers):
7258 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
7259 handler.
7260 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
7261 `desktop-save-buffer' function.
7262
7263 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
7264
7265 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
7266 (tramp-gvfs-file-name-handler): Raise a user error when
7267 `tramp-gvfs-enabled' is nil.
7268 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
7269 Do not raise a user error when loading package. (Bug#14447)
7270
7271 * net/xesam.el: Move to obsolete/.
7272
7273 2013-05-24 Glenn Morris <rgm@gnu.org>
7274
7275 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
7276
7277 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
7278
7279 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
7280 (Info-find-node, Man-getpage-in-background): Declare.
7281
7282 * mail/unrmail.el (unrmail):
7283 Replace obsolete detect-coding-with-priority.
7284
7285 * net/socks.el (socks-split-string): Use this rather than split-string.
7286 (socks-nslookup-host): Update for above change.
7287 (dynamic-choice, s5-dynamic-choice-match)
7288 (s5-dynamic-choice-match-inline, s5-widget-value-create):
7289 Comment out unused code.
7290
7291 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
7292 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
7293 (gud-tooltip-echo-area): Make obsolete.
7294 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
7295
7296 * progmodes/js.el (js--optimize-arglist): Declare.
7297
7298 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
7299
7300 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
7301 (ediff-window-C): Declare.
7302
7303 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
7304 Tweak requires to silence compiler.
7305
7306 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
7307 (he-search-string, he-tried-table, he-expand-list)
7308 (he-init-string, he-string-member, he-substitute-string)
7309 (he-reset-string): Declare.
7310
7311 * obsolete/options.el (list-options): Use custom-variable-p,
7312 rather than obsolete alias.
7313
7314 2013-05-23 Sam Steingold <sds@gnu.org>
7315
7316 * simple.el (shell-command-on-region): Pass the `replace' argument
7317 down to `call-process-region' to comply with the doc as reported on
7318 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
7319
7320 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7321
7322 * emacs-lisp/smie.el (smie-indent-forward-token)
7323 (smie-indent-backward-token): Handle string tokens (bug#14381).
7324
7325 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7326
7327 * ielm.el (ielm-menu): New menu.
7328 (inferior-emacs-lisp-mode): Set comment-start.
7329
7330 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7331
7332 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
7333 Fix deactivate action.
7334
7335 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
7336 Add cleveref macros.
7337
7338 * lisp/textmodes/reftex-parse.el
7339 (reftex-locate-bibliography-files): Accept options for
7340 bibliography commands.
7341 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
7342 Add addbibresource. Basic Biblatex support.
7343
7344 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
7345
7346 * net/tramp-gvfs.el (top):
7347 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
7348 when loading package. (Bug#14447)
7349
7350 2013-05-23 Glenn Morris <rgm@gnu.org>
7351
7352 * progmodes/js.el: No need to load comint when compiling.
7353 (ring-insert, comint-send-string, comint-send-input)
7354 (comint-last-input-end, ido-chop): Declare.
7355
7356 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
7357 * vc/ediff-mult.el: Adjust requires.
7358 (ediff-directories-internal, ediff-directory-revisions-internal)
7359 (ediff-patch-file-internal): Declare.
7360 * vc/ediff-ptch.el: Adjust requires.
7361 (ediff-use-last-dir, ediff-buffers-internal): Declare.
7362 (ediff-find-file): Autoload.
7363 * vc/ediff-util.el: No need to load ediff when compiling.
7364 (ediff-regions-internal): Declare.
7365 * vc/ediff-wind.el: Adjust requires.
7366 (ediff-compute-toolbar-width): Define when compiling.
7367 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
7368 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
7369 (dired-get-filename, dired-get-marked-files)
7370 (ediff-last-dir-patch, ediff-patch-default-directory)
7371 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
7372 (ediff-patch-buffer-internal): Declare.
7373
7374 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
7375 (ispell-process, ispell-buffer-local-words, lm-summary)
7376 (lm-section-start, lm-section-end): Declare.
7377 (checkdoc-ispell-init): Simplify.
7378
7379 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
7380 (he-string-member, he-reset-string, he-substitute-string): Declare.
7381
7382 * eshell/em-ls.el: Adjust requires.
7383 (eshell-glob-regexp): Declare.
7384 * eshell/em-tramp.el: Adjust requires.
7385 (eshell-parse-command): Autoload.
7386 * eshell/em-xtra.el: Adjust requires.
7387 (eshell-parse-command): Autoload.
7388 * eshell/esh-ext.el: Adjust requires.
7389 (eshell-parse-command, eshell-close-handles): Autoload.
7390 * eshell/esh-io.el: Adjust requires.
7391 (eshell-output-filter): Autoload.
7392 * eshell/esh-util.el: No need to load tramp when compiling.
7393 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
7394 Declare.
7395 (eshell-parse-ange-ls): Require ange-ftp and tramp.
7396 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7397 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
7398 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
7399 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
7400 * eshell/esh-opt.el, eshell/esh-proc.el:
7401 * eshell/esh-var.el: Adjust requires.
7402 * eshell/eshell.el: Do not require esh-util twice.
7403 (eshell-add-input-to-history): Declare.
7404 (eshell-command): Check history module is active before using it.
7405
7406 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
7407
7408 2013-05-22 Leo Liu <sdl.web@gmail.com>
7409
7410 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
7411
7412 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
7413
7414 * autorevert.el (auto-revert-notify-add-watch)
7415 (auto-revert-notify-handler): Add `attrib' for the inotify case,
7416 it indicates changes in file modification time.
7417
7418 2013-05-22 Glenn Morris <rgm@gnu.org>
7419
7420 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7421 Always delete the autoloaded function from the noruntime and
7422 unresolved functions lists.
7423
7424 * allout.el: No need to load epa, epg, overlay when compiling.
7425 (epg-context-set-passphrase-callback, epg-list-keys)
7426 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
7427 (epg-key-user-id-list): Declare.
7428
7429 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7430 (viper-set-parsing-style-toggling-macro)
7431 (viper-set-emacs-state-searchstyle-macros):
7432 Use called-interactively-p on Emacs.
7433 (viper-looking-back): Make it an obsolete alias. Update callers.
7434 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
7435 Use looking-back rather than viper-looking-back.
7436 (viper-tmp-insert-at-eob, viper-enlarge-region)
7437 (viper-read-string-with-history, viper-register-to-point)
7438 (viper-append-to-register, viper-change-state-to-vi)
7439 (viper-backward-char-carefully, viper-forward-char-carefully)
7440 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
7441 (viper-change-state-to-emacs): Declare.
7442 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
7443 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
7444 * emulation/viper-mous.el: Do not load viper-cmd.
7445 (viper-backward-char-carefully, viper-forward-char-carefully)
7446 (viper-forward-word, viper-adjust-window): Declare.
7447
7448 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
7449
7450 * progmodes/idlw-help.el (idlwave-help-fontify):
7451 Use called-interactively-p.
7452
7453 * term/w32console.el (w32-get-console-codepage)
7454 (w32-get-console-output-codepage): Declare.
7455
7456 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
7457 Remove unnecessary declarations.
7458 (dframe-message): Doc fix.
7459
7460 * info.el (dframe-select-attached-frame, dframe-current-frame):
7461 Declare.
7462
7463 * speedbar.el (speedbar-message): Make it an obsolete alias.
7464 Update all callers.
7465 (speedbar-with-attached-buffer)
7466 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
7467 (speedbar-with-writable): Use backquote.
7468 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
7469 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7470 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
7471 rather than speedbar- aliases.
7472 * mail/rmail.el: Load dframe rather than speedbar when compiling.
7473 (speedbar-make-specialized-keymap, speedbar-insert-button)
7474 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
7475 (speedbar-do-function-pointer): Declare.
7476 (rmail-speedbar-button, rmail-speedbar-find-file)
7477 (rmail-speedbar-move-message):
7478 Use dframe-with-attached-buffer rather than speedbar- alias.
7479 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
7480 (dframe-message, speedbar-make-specialized-keymap)
7481 (speedbar-add-expansion-list, speedbar-mode-functions-list)
7482 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
7483 (speedbar-insert-button, dframe-select-attached-frame)
7484 (dframe-maybee-jump-to-attached-frame)
7485 (speedbar-change-initial-expansion-list)
7486 (speedbar-previously-used-expansion-list-name): Declare.
7487 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
7488 Use dframe-message, dframe-with-attached-buffer rather than
7489 speedbar- aliases.
7490 (gud-sentinel): Silence compiler.
7491 * progmodes/vhdl-mode.el (speedbar-refresh)
7492 (speedbar-do-function-pointer, speedbar-add-supported-extension)
7493 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
7494 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
7495 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
7496 (speedbar-file-lists, speedbar-make-tag-line)
7497 (speedbar-line-directory, speedbar-goto-this-file)
7498 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
7499 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
7500 (speedbar-make-button, speedbar-reset-scanners)
7501 (speedbar-files-item-info, speedbar-line-text)
7502 (speedbar-find-file-in-frame, speedbar-set-timer)
7503 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
7504 (speedbar-with-writable): Do not (re)define it.
7505 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
7506 rather than speedbar- alias.
7507
7508 2013-05-21 Leo Liu <sdl.web@gmail.com>
7509
7510 * progmodes/octave.el (octave-mode-menu): Update and re-organize
7511 menu items.
7512 (octave-mode): Tweak fill-nobreak-predicate.
7513 (inferior-octave-startup): Check process to avoid infinite loop.
7514 (inferior-octave): Pop to buffer first to show abornmal process
7515 exit information.
7516
7517 2013-05-21 Glenn Morris <rgm@gnu.org>
7518
7519 * printing.el (pr-menu-bar): Define when compiling.
7520
7521 2013-05-21 Leo Liu <sdl.web@gmail.com>
7522
7523 * progmodes/octave.el (octave-auto-fill): Remove.
7524 (octave-indent-new-comment-line): Improve.
7525 (octave-mode): Use auto fill mode through
7526 comment-line-break-function and fill-nobreak-predicate.
7527 (octave-goto-function-definition): Support DEFUN_DLD.
7528 (octave-beginning-of-defun): Small tweak.
7529 (octave-help): Show parent directory.
7530
7531 2013-05-21 Glenn Morris <rgm@gnu.org>
7532
7533 * files.el (dired-unmark):
7534 * progmodes/gud.el (gdb-input): Update declarations.
7535
7536 * calculator.el (electric, ehelp): No need to load when compiling.
7537 (Electric-command-loop, electric-describe-mode): Declare.
7538
7539 * doc-view.el (doc-view-current-converter-processes): Move before use.
7540
7541 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7542 Move MODE-set-explicitly definition before use.
7543
7544 * international/mule-diag.el (mule-diag):
7545 Don't use obsolete window-system-version.
7546
7547 * mail/feedmail.el (smtpmail): No need to load when compiling.
7548 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
7549
7550 * mail/mail-utils.el (rfc822): No need to load when compiling.
7551 (rfc822-addresses): Autoload it.
7552 (mail-strip-quoted-names): Trivial simplification.
7553
7554 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
7555 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
7556
7557 * net/snmp-mode.el (tempo): Don't duplicate requires.
7558
7559 * progmodes/prolog.el (info): No need to load when compiling.
7560 (comint): Require before shell requires it.
7561 (Info-goto-node): Autoload it.
7562 (Info-follow-nearest-node): Declare.
7563 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
7564
7565 * textmodes/artist.el (picture-mode-exit): Declare.
7566
7567 * textmodes/reftex-parse.el (reftex-parse-from-file):
7568 Trivial rewrite so the compiler can parse it better.
7569
7570 2013-05-20 Leo Liu <sdl.web@gmail.com>
7571
7572 * progmodes/octave.el (octave-help-mode-map)
7573 (octave-help-mode-finish-hook): New variables.
7574 (octave-help-mode, octave-help-mode-finish): New functions.
7575 (octave-help): Use octave-help-mode.
7576
7577 2013-05-20 Glenn Morris <rgm@gnu.org>
7578
7579 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
7580
7581 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
7582
7583 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
7584 start at point, so that expansion starting right after opening
7585 slash in a regexp is recognized.
7586 (ruby-syntax-before-regexp-re): New defvar, extracted from
7587 ruby-syntax-propertize-function. Since the value of this regexp
7588 is looked up at runtime now, we should be able to turn
7589 `ruby-syntax-methods-before-regexp' into a defcustom later.
7590 (ruby-syntax-propertize-function): Split regexp matching into two
7591 parts, for opening and closing slashes. That allows us to skip
7592 over string interpolations and support multiline regexps.
7593 Don't call `ruby-syntax-propertize-expansions', instead use another rule
7594 for them, which calls `ruby-syntax-propertize-expansion'.
7595 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
7596 call to `ruby-syntax-propertize-function'.
7597 (ruby-syntax-propertize-expansion): Extracted from
7598 `ruby-syntax-propertize-expansions'. Handles one expansion.
7599 (ruby-syntax-propertize-percent-literal): Leave point right after
7600 the percent symbol, so that the expression expansion rule can
7601 propertize the contents.
7602 (ruby-syntax-propertize-heredoc): Leave point at bol following the
7603 heredoc openers.
7604 (ruby-syntax-propertize-expansions): Remove.
7605
7606 2013-05-18 Juri Linkov <juri@jurta.org>
7607
7608 * man.el (Man-default-man-entry): Remove `-' from the end
7609 of the default value. (Bug#14400)
7610
7611 2013-05-18 Glenn Morris <rgm@gnu.org>
7612
7613 * comint.el (comint-password-prompt-regexp):
7614 Allow "password for XXX" where XXX contains colons (eg https://...).
7615
7616 2013-05-18 Leo Liu <sdl.web@gmail.com>
7617
7618 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
7619 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
7620 (octave-source-directories): Don't check process.
7621 (octave-source-directories, octave-find-definition): Doc fix.
7622
7623 2013-05-18 Glenn Morris <rgm@gnu.org>
7624
7625 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
7626 Remove backspace/delete bindings. (Bug#14392)
7627
7628 * cus-dep.el (custom-make-dependencies): Sort the output.
7629 (custom-versions-load-alist): Convert comment to doc.
7630
7631 2013-05-17 Leo Liu <sdl.web@gmail.com>
7632
7633 * newcomment.el (comment-search-backward): Stricter in finding
7634 comment start. (Bug#14303)
7635
7636 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
7637 (octave-comment-start-skip): Properly anchored.
7638
7639 2013-05-17 Leo Liu <sdl.web@gmail.com>
7640
7641 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
7642 Clean up when turned off. (Bug#14395)
7643 (smie--highlight-matching-block-overlay): No longer buffer-local.
7644 (smie-highlight-matching-block): Adjust.
7645
7646 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
7647
7648 Doc string fix for "nanoseconds" (Bug#14406).
7649 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
7650 Fix doc string typo that had "nanoseconds" instead of "microseconds".
7651
7652 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
7653
7654 * calc/calc-units.el (math-extract-units): Preserve powers
7655 of units.
7656
7657 2013-05-17 Leo Liu <sdl.web@gmail.com>
7658
7659 * subr.el (delete-consecutive-dups): New function.
7660 * ido.el (ido-set-matches-1): Use it.
7661 * progmodes/octave.el (inferior-octave-completion-table): Use it.
7662 * ido.el (ido-remove-consecutive-dups): Remove.
7663
7664 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7665
7666 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7667 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
7668 regexp-opt's `words'.
7669
7670 2013-05-16 Leo Liu <sdl.web@gmail.com>
7671
7672 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
7673 (smie--highlight-matching-block-overlay)
7674 (smie--highlight-matching-block-lastpos)
7675 (smie--highlight-matching-block-timer): New variables.
7676 (smie-highlight-matching-block): New function.
7677 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
7678 (smie-setup): Conditionally enable smie-blink-matching-open.
7679
7680 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
7681
7682 Sync with upstream verilog-mode r840.
7683 * progmodes/verilog-mode.el (verilog-mode-version)
7684 (verilog-mode-release-date): Update.
7685 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
7686 (verilog-sig-tieoff): Fix string error on
7687 AUTORESET with colon define, bug594. Reported by Andrew Hou.
7688 (verilog-read-decls): Fix parameters confusing
7689 AUTOINST interfaces, bug565. Reported by Leith Johnson.
7690
7691 2013-05-16 Eli Zaretskii <eliz@gnu.org>
7692
7693 * subr.el (reveal-filename): New function.
7694
7695 * loadup.el: Compute Emacs executable versions on MS-Windows,
7696 where executables have the .exe extension. Add a hard link
7697 emacs-XX.YY.ZZ.exe on MS-Windows.
7698
7699 * Makefile.in (XARGS_LIMIT): New variable.
7700 (custom-deps, finder-data, autoloads)
7701 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7702 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7703 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
7704 (compile-main): Limit xargs according to $(XARGS_LIMIT).
7705
7706 2013-05-16 Leo Liu <sdl.web@gmail.com>
7707
7708 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
7709 (octave-mode-menu, octave-mode-map): Remove its uses.
7710
7711 2013-05-16 Reto Zimmermann <reto@gnu.org>
7712
7713 Sync with upstream vhdl mode v3.34.2.
7714 * progmodes/vhdl-mode.el: Use `push' throughout.
7715 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
7716 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
7717 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
7718 (vhdl-actual-generic-name): New option to derive actual generic name.
7719 (vhdl-port-paste-signals): Replace formal by actual generics.
7720 (vhdl-beautify): New name for old group vhdl-align. Update users.
7721 (vhdl-beautify-options): New option.
7722 (vhdl-last-input-event): New compat alias. Use throughout.
7723 (vhdl-goto-line): Replace user level function `goto-line'.
7724 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
7725 vhdl-fix-statement-buffer.
7726 (vhdl-create-mode-menu): Add some entries.
7727 (vhdl-align-region-groups): Respect vhdl-beautify-options.
7728 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
7729 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
7730 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
7731 to force statements on one line.
7732 (vhdl-remove-trailing-spaces-region):
7733 New, split from vhdl-remove-trailing-spaces.
7734 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
7735 Respect vhdl-beautify-options.
7736 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
7737 (vhdl-update-sensitivity-list): Not add with index if exists without.
7738 Not include array index with signal. Ignore keywords in comments.
7739 (vhdl-get-visible-signals): Regexp tweaks.
7740 (vhdl-template-component-inst): Handle empty library.
7741 (vhdl-template-type): Add template for 'enum' type.
7742 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
7743 Use vhdl-replace-string.
7744 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
7745 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
7746 (vhdl-speedbar-initialize): Update for above name change.
7747 (vhdl-compose-wire-components): Fix in handling of constants.
7748 (vhdl-error-regexp-emacs-alist): New variable.
7749 (vhdl-error-regexp-add-emacs): New function;
7750 adds support for new compile.el (Emacs 22+)
7751 (vhdl-generate-makefile-1): Change target order for single lib. units.
7752 Allow use of absolute file names.
7753
7754 2013-05-16 Leo Liu <sdl.web@gmail.com>
7755
7756 * simple.el (prog-indent-sexp): Indent enclosing defun.
7757
7758 2013-05-15 Glenn Morris <rgm@gnu.org>
7759
7760 * cus-start.el (show-trailing-whitespace): Move to editing basics.
7761 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
7762 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
7763 (whitespace-highlight): Move to whitespace group.
7764
7765 * comint.el (comint-source):
7766 * pcmpl-linux.el (pcmpl-linux):
7767 * shell.el (shell-faces):
7768 * eshell/esh-opt.el (eshell-opt):
7769 * international/ccl.el (ccl): Remove empty custom groups.
7770
7771 * completion.el (dynamic-completion-mode):
7772 * jit-lock.el (jit-lock-debug-mode):
7773 * minibuffer.el (completion-in-region-mode):
7774 * type-break.el (type-break-mode-line-message-mode)
7775 (type-break-query-mode):
7776 * emulation/tpu-edt.el (tpu-edt-mode):
7777 * progmodes/subword.el (global-subword-mode, global-superword-mode):
7778 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7779 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
7780
7781 * term/xterm.el (xterm): Change parent group to terminals.
7782
7783 * master.el (master): Remove empty custom group.
7784 (master-mode): Remove unused :group argument.
7785 * textmodes/refill.el (refill): Remove empty custom group.
7786 (refill-mode): Remove unused :group argument.
7787
7788 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
7789
7790 * cus-dep.el: Provide a feature.
7791 (custom-make-dependencies): Ignore dotfiles (dir-locals).
7792 Don't mistakenly ignore files whose basenames match a basename
7793 from preloaded-file-list (eg cedet/ede/simple.el).
7794 Add a fallback method for getting :group.
7795
7796 2013-05-15 Juri Linkov <juri@jurta.org>
7797
7798 * isearch.el (isearch-char-by-name): Rename from
7799 `isearch-insert-char-by-name'. Doc fix.
7800 (isearch-forward): Mention `isearch-char-by-name' in
7801 the docstring. (Bug#13348)
7802
7803 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
7804 `exit-minibuffer' instead of
7805 `isearch-nonincremental-exit-minibuffer'.
7806 (isearch-edit-string): Remove mention of
7807 `isearch-nonincremental-exit-minibuffer' from docstring.
7808 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
7809 (isearch-forward-exit-minibuffer)
7810 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
7811
7812 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7813
7814 * loadup.el: Just use unversioned DOC.
7815
7816 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
7817 literals as extending to EOB.
7818 (nxml-last-fontify-end): Remove unused variable.
7819 (nxml-after-change1): Use with-silent-modifications.
7820 (nxml-extend-after-change-region): Simplify.
7821 (nxml-extend-after-change-region1): Remove function.
7822 (nxml-after-change1): Don't adjust for dependent regions.
7823 (nxml-fontify-matcher): Simplify.
7824 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
7825 (xmltok-add-dependent): Remove function.
7826 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
7827 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
7828 (xmltok-scan-prolog-after-processing-instruction-open): Treat
7829 unclosed <[[, <?, comment, and other literals as extending to EOB.
7830 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
7831 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
7832 Remove functions.
7833 (rng-do-some-validation-1): Don't mark dependent regions.
7834 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
7835 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
7836 (nxml-clear-dependent-regions): Remove functions.
7837 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
7838 (nxml-ensure-scan-up-to-date):
7839 Don't clear&mark dependent regions.
7840
7841 2013-05-15 Leo Liu <sdl.web@gmail.com>
7842
7843 * progmodes/octave.el (octave-goto-function-definition):
7844 Improve and fix callers.
7845
7846 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7847
7848 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
7849 the setter (bug#14387).
7850
7851 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
7852 surrounding group (bug#14402).
7853
7854 2013-05-14 Juri Linkov <juri@jurta.org>
7855
7856 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
7857 (Bug#14390)
7858
7859 2013-05-14 Glenn Morris <rgm@gnu.org>
7860
7861 * progmodes/f90.el (f90-imenu-generic-expression):
7862 Fix typo in 2013-05-08 change. (Bug#14402)
7863
7864 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7865
7866 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
7867 Remove signals for which replies are never received.
7868
7869 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7870
7871 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
7872 (gdb-handler-alist, gdb-handler-number): Remove variables.
7873 (gdb-handler-list): New variable.
7874 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
7875 (gdb-pending-handler-p, gdb-handle-reply)
7876 (gdb-remove-all-pending-triggers): New functions.
7877 (gdb-discard-unordered-replies): New defcustom.
7878 (gdb-handler): New defstruct.
7879 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
7880 instead of gdb-pending-triggers. Update docstring.
7881 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
7882 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
7883 (gdb-var-update-handler, def-gdb-auto-update-trigger)
7884 (def-gdb-auto-update-handler, gdb-get-changed-registers)
7885 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
7886 (gdb-frame-handler): Pending triggers are now automatically managed.
7887 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
7888 Remove argument.
7889 (gdb-input): Automatically handles pending triggers. Update docstring.
7890 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
7891 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
7892 Update comments.
7893 (gdb-done-or-error): Now use gdb-handle-reply.
7894
7895 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7896
7897 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
7898 gdb-debug-log.
7899
7900 2013-05-14 Glenn Morris <rgm@gnu.org>
7901
7902 * subr.el (user-emacs-directory-warning): New option.
7903 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
7904
7905 2013-05-14 Leo Liu <sdl.web@gmail.com>
7906
7907 * progmodes/octave.el (octave-font-lock-keywords): Fix error
7908 during redisplay.
7909 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
7910 (octave-font-lock-texinfo-comment): Fix invalid search bound
7911 error: wrong side of point.
7912
7913 2013-05-14 Glenn Morris <rgm@gnu.org>
7914
7915 * progmodes/flymake.el (flymake-xml-program): New option.
7916 (flymake-xml-init): Use it.
7917
7918 * term/xterm.el: Provide a feature.
7919
7920 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
7921
7922 2013-05-13 Glenn Morris <rgm@gnu.org>
7923
7924 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
7925 Add compat aliases as a hack workaround. (Bug#14384)
7926
7927 2013-05-13 Leo Liu <sdl.web@gmail.com>
7928
7929 * progmodes/octave.el (octave-indent-comment): Fix indentation for
7930 ###, and %!.
7931 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
7932 C-M-q.
7933 (octave-comment-start-skip): Include %!.
7934 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
7935
7936 2013-05-12 Leo Liu <sdl.web@gmail.com>
7937
7938 * progmodes/octave.el (inferior-octave-startup): Store the value
7939 of __octave_srcdir__ for octave-source-directories.
7940 (inferior-octave-check-process): New function refactored out of
7941 inferior-octave-send-list-and-digest.
7942 (octave-source-directories)
7943 (octave-find-definition-filename-function): New variables.
7944 (octave-source-directories)
7945 (octave-find-definition-default-filename): New functions.
7946 (octave-find-definition): Improve to find functions implemented in C++.
7947
7948 2013-05-12 Glenn Morris <rgm@gnu.org>
7949
7950 * calendar/diary-lib.el (diary-outlook-format-1):
7951 Don't include dayname in the output. (Bug#14349)
7952
7953 2013-05-11 Glenn Morris <rgm@gnu.org>
7954
7955 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
7956
7957 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
7958 Treat cc-provide like provide.
7959
7960 2013-05-11 Kevin Ryde <user42@zip.com.au>
7961
7962 * cus-dep.el (custom-make-dependencies):
7963 Use generated-autoload-load-name for the sake of files such
7964 such cedet/semantic/bovine/c.el, where the base file name
7965 is not in load-path. (Bug#5277)
7966
7967 2013-05-11 Glenn Morris <rgm@gnu.org>
7968
7969 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
7970 Provide features.
7971
7972 2013-05-11 Leo Liu <sdl.web@gmail.com>
7973
7974 * progmodes/octave.el (octave-indent-comment): Improve.
7975 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
7976 (octave-eldoc-function-signatures, octave-eldoc-function):
7977 New functions.
7978 (octave-mode, inferior-octave-mode): Add eldoc support.
7979
7980 2013-05-11 Richard Stallman <rms@gnu.org>
7981
7982 * epa.el (epa-decrypt-file): Take output file name as argument
7983 and read it using `interactive'.
7984
7985 2013-05-11 Leo Liu <sdl.web@gmail.com>
7986
7987 * progmodes/octave.el (octave-beginning-of-line)
7988 (octave-end-of-line): Check before using up-list because it jumps
7989 out of more syntactic contructs since moving to smie.
7990 (octave-indent-comment): New function.
7991 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
7992 (octave-begin-keywords, octave-end-keywords)
7993 (octave-reserved-words, octave-smie-bnf-table)
7994 (octave-smie-rules): Add new keywords from Octave 3.6.4.
7995
7996 2013-05-11 Glenn Morris <rgm@gnu.org>
7997
7998 * faces.el (internal-face-x-get-resource):
7999 * frame.el (ns-display-monitor-attributes-list):
8000 * calc/calc-aent.el (math-to-radians-2):
8001 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
8002 Fix declarations.
8003
8004 * calc/calc-menu.el: Make it loadable in isolation.
8005
8006 * net/eudcb-bbdb.el: Make it loadable without bbdb.
8007 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
8008 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
8009 (eudc-bbdb-query-internal): Require 'bbdb.
8010
8011 * lpr.el (lpr-headers-switches):
8012 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
8013
8014 * progmodes/sql.el (sql-login-params): Fix and improve :type.
8015
8016 * emulation/edt-mapper.el: In batch mode, error rather than hang.
8017
8018 * term.el (term-set-escape-char): Make it idempotent.
8019
8020 2013-05-10 Leo Liu <sdl.web@gmail.com>
8021
8022 * progmodes/octave.el (inferior-octave-completion-table):
8023 No longer a function and all uses changed. Use cache to speed up
8024 completion due to bug#11906.
8025 (octave-beginning-of-defun): Re-write to be more general.
8026
8027 2013-05-10 Glenn Morris <rgm@gnu.org>
8028
8029 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
8030
8031 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8032
8033 * comint.el (comint-redirect-send-command-to-process): Use :around
8034 rather than :override for comint-redirect-filter.
8035 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
8036 Call it instead of comint-redirect-original-filter-function (which
8037 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
8038
8039 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
8040
8041 * frame.el (display-monitor-attributes-list): Add NS case.
8042 (ns-display-monitor-attributes-list): Declare.
8043
8044 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
8045
8046 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
8047
8048 2013-05-09 Glenn Morris <rgm@gnu.org>
8049
8050 * international/fontset.el (vertical-centering-font-regexp):
8051 Set standard-value.
8052
8053 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
8054
8055 * bookmark.el (bookmark-search-delay):
8056 * cus-start.el (vertical-centering-font-regexp):
8057 * ps-mule.el (ps-mule-font-info-database-default):
8058 * ps-print.el (ps-default-fg, ps-default-bg):
8059 * type-break.el (type-break-good-break-interval):
8060 * whitespace.el (whitespace-indentation-regexp)
8061 (whitespace-space-after-tab-regexp):
8062 * emacs-lisp/testcover.el (testcover-1value-functions)
8063 (testcover-noreturn-functions, testcover-progn-functions)
8064 (testcover-prog1-functions):
8065 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8066 * eshell/em-glob.el (eshell-glob-translate-alist):
8067 * play/tetris.el (tetris-tty-colors):
8068 * progmodes/cpp.el (cpp-face-default-list):
8069 * progmodes/flymake.el (flymake-allowed-file-name-masks):
8070 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
8071 (idlwave-help-browser-generic-args):
8072 * progmodes/make-mode.el (makefile-special-targets-list):
8073 * progmodes/python.el (python-shell-virtualenv-path):
8074 * progmodes/verilog-mode.el (verilog-active-low-regexp)
8075 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
8076 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
8077 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8078 * textmodes/reftex-vars.el (reftex-format-label-function):
8079 * textmodes/remember.el (remember-diary-file): Fix custom types.
8080
8081 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
8082 Add :version.
8083
8084 2013-05-09 Leo Liu <sdl.web@gmail.com>
8085
8086 * progmodes/octave.el (inferior-octave-completion-at-point):
8087 Restore file completion. (Bug#14300)
8088 (inferior-octave-startup): Fix incorrect highlighting for the
8089 first prompt.
8090
8091 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8092
8093 * progmodes/ruby-mode.el: First cut at SMIE support.
8094 (ruby-use-smie): New var.
8095 (ruby-smie-grammar): New constant.
8096 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
8097 (ruby-smie--forward-token, ruby-smie--backward-token)
8098 (ruby-smie-rules): New functions.
8099 (ruby-mode-variables): Setup SMIE if applicable.
8100
8101 2013-05-08 Eli Zaretskii <eliz@gnu.org>
8102
8103 * simple.el (line-move-visual): Signal beginning/end of buffer
8104 only if vertical-motion moved less than it was requested. Avoids
8105 silly incorrect error messages when there are display strings with
8106 multiple newlines at EOL.
8107
8108 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
8111 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
8112 (prolog-char-quote-workaround):
8113 * progmodes/cperl-mode.el (cperl-under-as-char):
8114 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
8115 Mark as obsolete.
8116 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
8117 their declaration.
8118 (vhdl-mode-syntax-table-init): Remove.
8119
8120 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
8121 last change.
8122
8123 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
8124 syntax for "_".
8125 (ld-script-font-lock-keywords):
8126 Change regexps to use things like \_< and \_>.
8127
8128 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
8129 Change all regexps to use things like \_< and \_>.
8130
8131 * progmodes/autoconf.el (autoconf-definition-regexp)
8132 (autoconf-font-lock-keywords, autoconf-current-defun-function):
8133 Handle a _ with symbol syntax.
8134 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
8135
8136 * progmodes/ada-mode.el (ada-mode-abbrev-table):
8137 Consolidate declaration.
8138 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
8139 the declaration.
8140 (ada-create-syntax-table): Remove.
8141 (ada-capitalize-word): Don't mess with the syntax of "_" since it
8142 already has the right syntax nowadays.
8143 (ada-goto-next-word): Don't change the syntax of "_".
8144
8145 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
8146 with-wrapper-hook.
8147
8148 2013-05-08 Sam Steingold <sds@gnu.org>
8149
8150 * thingatpt.el (thing-at-point): Accept optional second argument
8151 NO-PROPERTIES to strip the text properties from the return value.
8152 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
8153 to `thing-at-point' instead of stripping the properties ourselves.
8154 Also, when `thing-at-point' fails to find a url, prepend "http://"
8155 to the filename at point on the assumption that the user is
8156 pointing at something like gnu.org/gnu.
8157
8158 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
8159
8160 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8161 * faces.el (crm-separator):
8162 Silence byte-compiler.
8163
8164 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
8165 (tool-bar-map): Remove unneeded defvars.
8166
8167 2013-05-08 Leo Liu <sdl.web@gmail.com>
8168
8169 Re-work a fix for bug#10994 based on Le Wang's patch.
8170 * ido.el (ido-remove-consecutive-dups): New helper.
8171 (ido-completing-read): Use it.
8172 (ido-chop): Revert fix for bug#10994.
8173
8174 2013-05-08 Adam Spiers <emacs@adamspiers.org>
8175
8176 * cus-edit.el (custom-save-variables):
8177 Pretty-print long values. (Bug#14187)
8178
8179 2013-05-08 Glenn Morris <rgm@gnu.org>
8180
8181 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
8182 (m4-mode-syntax-table): Init in the defvar.
8183 (m4-mode-abbrev-table): Let define-derived-mode define it.
8184
8185 2013-05-08 Tom Tromey <tromey@redhat.com>
8186
8187 * progmodes/m4-mode.el (m4-mode-syntax-table):
8188 Do not treat "_" as word constituent. (Bug#14167)
8189
8190 2013-05-07 Glenn Morris <rgm@gnu.org>
8191
8192 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
8193 Remove explicit eshell-isearch-cancel-map.
8194
8195 * progmodes/f90.el (f90-smart-end-names): New option.
8196 (f90-smart-end): Doc fix.
8197 (f90-end-block-optional-name): New constant.
8198 (f90-block-match): Respect f90-smart-end-names.
8199
8200 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8201
8202 * progmodes/octave.el (octave-smie-forward-token): Be more careful
8203 about implicit semi-colons (bug#14218).
8204
8205 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8206
8207 * frame.el (display-monitor-attributes-list)
8208 (frame-monitor-attributes): New functions.
8209
8210 2013-05-06 Leo Liu <sdl.web@gmail.com>
8211
8212 * progmodes/octave.el (octave-syntax-propertize-function): Change
8213 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
8214 (octave-font-lock-keywords): Use octave-operator-regexp.
8215 (octave-completion-at-point): Rename from
8216 octave-completion-at-point-function.
8217 (inferior-octave-directory-tracker): Robustify.
8218 (octave-text-functions): Remove and fix its uses. No such things
8219 any more.
8220
8221 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8222
8223 * emacs-lisp/trace.el (trace--display-buffer): New function.
8224 (trace-make-advice): Use it.
8225
8226 2013-05-06 Juri Linkov <juri@jurta.org>
8227
8228 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
8229 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
8230 Doc fix.
8231 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
8232 in the help string. (Bug#12985)
8233
8234 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
8235
8236 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
8237
8238 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8239
8240 * progmodes/perl-mode.el: Add support for here documents.
8241 (perl-syntax-propertize-function): Match here-doc markers.
8242 (perl-syntax-propertize-special-constructs): Find their end.
8243 (perl-imenu-generic-expression): Use [:alnum:].
8244
8245 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
8246 (advice--add-function): Refresh the advice if already present
8247 (bug#14317).
8248
8249 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
8250
8251 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
8252
8253 2013-05-06 Glenn Morris <rgm@gnu.org>
8254
8255 * w32-fns.el (w32-charset-info-alist): Declare.
8256
8257 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
8258 of its defcustom properties.
8259 (eshell-cmpl-initialize): No need to load pcomplete.
8260
8261 * generic-x.el: No need to require comint when compiling.
8262
8263 * net/eudc-export.el: Make it loadable without bbdb.
8264 (top-level): Use require rather than load-library.
8265 (eudc-create-bbdb-record, eudc-bbdbify-phone)
8266 (eudc-batch-export-records-to-bbdb)
8267 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
8268 Require bbdb.
8269
8270 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8271
8272 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
8273 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
8274 some tweaks, instead.
8275
8276 2013-05-05 Leo Liu <sdl.web@gmail.com>
8277
8278 * progmodes/octave.el (octave-font-lock-keywords)
8279 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
8280 (inferior-octave-send-list-and-digest): Improve error message.
8281 (octave-mode, inferior-octave-mode): Use setq-local.
8282 (octave-help): Set info-lookup-mode.
8283
8284 2013-05-05 Richard Stallman <rms@gnu.org>
8285
8286 * vc/compare-w.el (compare-windows-whitespace):
8287 Treat no-break space as whitespace.
8288
8289 * mail/rmailsum.el (rmail-summary-rmail-update):
8290 Detect empty summary and don't change selected message.
8291 (rmail-summary-goto-msg): Likewise.
8292
8293 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
8294 Doc fixes, rename args.
8295
8296 2013-05-05 Alan Mackenzie <acm@muc.de>
8297
8298 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
8299
8300 2013-05-05 Juri Linkov <juri@jurta.org>
8301
8302 * info.el (Info-read-subfile): Use (point-min) instead of (point)
8303 to not add the length of the summary segment to the return value.
8304 (Bug#14125)
8305
8306 2013-05-05 Leo Liu <sdl.web@gmail.com>
8307
8308 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
8309 (inferior-octave-output-filter): Remove.
8310 (octave-send-region, inferior-octave-startup): Fix callers.
8311 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
8312 (octave-binary-file-extensions): New user variable.
8313 (octave-find-definition): Confirm if opening binary files.
8314 (octave-help-file): Use octave-find-definition to get the binary
8315 confirmation.
8316 (octave-help): Adjust for octave-help-file change.
8317
8318 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8319
8320 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
8321 Merge the two entries that handle function definitions.
8322 (pascal--syntax-propertize): New const.
8323 (pascal-mode): Use it. Use setq-local.
8324
8325 2013-05-04 Glenn Morris <rgm@gnu.org>
8326
8327 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
8328 (diary-from-outlook): Respect diary-from-outlook-function.
8329
8330 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8331
8332 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
8333 Move the declaration from C.
8334 (read-minibuffer, eval-minibuffer): Move from C.
8335 (completion-setup-function): Avoid minibuffer-completion-contents.
8336
8337 2013-05-03 Leo Liu <sdl.web@gmail.com>
8338
8339 * progmodes/octave.el (octave-font-lock-keywords): Do not
8340 dehighlight 'end' in comments or strings.
8341 (octave-completing-read, octave-goto-function-definition):
8342 New helpers.
8343 (octave-help-buffer): New user variable.
8344 (octave-help-file, octave-help-function): New button types.
8345 (octave-help): New command and bind it to C-h ;.
8346 (octave-find-definition): New command and bind it to M-.
8347 (user-error): Alias to error if not defined.
8348
8349 2013-05-02 Leo Liu <sdl.web@gmail.com>
8350
8351 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
8352 for \. (bug#14332)
8353 (octave-font-lock-keywords): Include [ and {.
8354
8355 2013-05-02 Leo Liu <sdl.web@gmail.com>
8356
8357 * progmodes/octave.el (inferior-octave-startup-file): Change default.
8358 (inferior-octave): Remove calling comint-mode and return the buffer.
8359 (inferior-octave-startup): Cosmetic changes.
8360
8361 2013-05-02 Leo Liu <sdl.web@gmail.com>
8362
8363 * progmodes/octave.el (octave-syntax-propertize-function):
8364 Include the case when ' is at line beginning. (Bug#14336)
8365
8366 2013-05-02 Glenn Morris <rgm@gnu.org>
8367
8368 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
8369 * desktop.el (vc-dir-mode): Just autoload it here.
8370
8371 2013-05-02 Alan Mackenzie <acm@muc.de>
8372
8373 Eliminate variable c-standard-font-lock-fontify-region-function.
8374 * progmodes/cc-mode.el
8375 (c-standard-font-lock-fontify-region-function): Remove.
8376 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
8377
8378 2013-05-01 Leo Liu <sdl.web@gmail.com>
8379
8380 * progmodes/octave.el: Compatible with older emacs-24 releases.
8381 (inferior-octave-has-built-in-variables): Remove. Built-in
8382 variables were removed from Octave in 2007.
8383 (inferior-octave-startup): Fix uses.
8384 (comint-line-beginning-position): Remove compatibility code for
8385 emacs 21.
8386
8387 2013-05-01 Juri Linkov <juri@jurta.org>
8388
8389 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
8390
8391 2013-05-01 Juri Linkov <juri@jurta.org>
8392
8393 * comint.el (comint-previous-matching-input): Don't print message
8394 "History item: %d" when `isearch-mode' is active.
8395 (comint-history-isearch-message): Print message "History item: %d"
8396 when `comint-input-ring-index' is not empty and this function is
8397 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
8398
8399 2013-05-01 Leo Liu <sdl.web@gmail.com>
8400
8401 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
8402 definitions. Use completion-at-point to insert keywords.
8403 (octave-abbrev-start): Remove.
8404 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
8405
8406 2013-04-30 Leo Liu <sdl.web@gmail.com>
8407
8408 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
8409 change.
8410
8411 2013-04-30 Alan Mackenzie <acm@muc.de>
8412
8413 Handle arbitrarily long C++ member initialisation lists.
8414 * progmodes/cc-engine.el (c-back-over-member-initializers):
8415 new function.
8416 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
8417 (most) member init lists.
8418
8419 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8420
8421 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
8422 variable.
8423
8424 2013-04-30 Leo Liu <sdl.web@gmail.com>
8425
8426 * progmodes/octave.el (octave-variables): Remove. No builtin
8427 variables any more. All converted to functions.
8428 (octave-font-lock-keywords, octave-completion-at-point-function):
8429 Fix uses.
8430 (octave-font-lock-texinfo-comment): New user variable.
8431 (octave-texinfo-font-lock-keywords): New variable for texinfo
8432 comment block.
8433 (octave-function-comment-block): New face.
8434 (octave-font-lock-texinfo-comment): New function.
8435 (octave-mode): Font lock texinfo comment block.
8436
8437 2013-04-29 Leo Liu <sdl.web@gmail.com>
8438
8439 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
8440 indexing expression.
8441 (octave-continuation-string): Do not use \.
8442 (inferior-octave-complete-impossible): Remove.
8443 (inferior-octave-completion-table)
8444 (inferior-octave-completion-at-point): Remove its uses.
8445 (inferior-octave-startup): completion_matches was introduced to
8446 Octave in 1996 so safe to assume it.
8447 (octave-function-file-comment): Improve to follow how Octave does it.
8448 (octave-update-function-file-comment): Tweak.
8449
8450 2013-04-29 Leo Liu <sdl.web@gmail.com>
8451
8452 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
8453 (inferior-octave-startup): Remove inferior-octave-startup-hook.
8454 (octave-function-file-comment): Fix typo.
8455 (octave-sync-function-file-names): Use read-char-choice.
8456
8457 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
8458
8459 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
8460 to t for the less important warnings.
8461
8462 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
8463
8464 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
8465
8466 2013-04-27 Glenn Morris <rgm@gnu.org>
8467
8468 * vc/log-view.el (log-view-current-entry):
8469 Treat "---" separator lines as part of the following rev. (Bug#14169)
8470
8471 2013-04-27 Juri Linkov <juri@jurta.org>
8472
8473 * subr.el (read-number): Doc fix about using it by interactive
8474 code letter `n'. (Bug#14254)
8475
8476 2013-04-27 Juri Linkov <juri@jurta.org>
8477
8478 * desktop.el (desktop-auto-save-timeout): New option.
8479 (desktop-file-checksum): New variable.
8480 (desktop-save): Add optional arg `auto-save' and don't auto-save
8481 if nothing changed.
8482 (desktop-auto-save-timer): New variable.
8483 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
8484 (after-init-hook): Call `desktop-auto-save-set-timer'.
8485 Suggested by Reuben Thomas <rrt@sc3d.org> in
8486 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
8487
8488 2013-04-27 Leo Liu <sdl.web@gmail.com>
8489
8490 * progmodes/octave.el (octave-function-file-p)
8491 (octave-skip-comment-forward, octave-function-file-comment)
8492 (octave-update-function-file-comment): New functions.
8493 (octave-mode-map): Bind C-c ; to
8494 octave-update-function-file-comment.
8495 (octave-mode-menu): Add octave-update-function-file-comment.
8496 (octave-mode, inferior-octave-mode): Fix doc-string.
8497 (octave-insert-defun): Conform to Octave's coding convention.
8498 (Bug#14285)
8499
8500 * files.el (basic-save-buffer): Don't let errors in
8501 before-save-hook prevent saving buffer.
8502
8503 2013-04-20 Roland Winkler <winkler@gnu.org>
8504
8505 * faces.el (read-face-name): Use completing-read if arg multiple
8506 is nil.
8507
8508 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
8509
8510 * ls-lisp.el (ls-lisp-insert-directory): If no files are
8511 displayed, move point to after the totals line.
8512 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
8513 for the details.
8514
8515 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8516
8517 * emacs-lisp/package.el (package-autoload-ensure-default-file):
8518 Add current dir to the load-path.
8519 (package-generate-autoloads): Don't rely on
8520 autoload-ensure-default-file.
8521
8522 2013-04-26 Reuben Thomas <rrt@sc3d.org>
8523
8524 * textmodes/remember.el (remember-store-in-files): Document that
8525 the file name format is passed to `format-time-string'.
8526
8527 2013-04-26 Leo Liu <sdl.web@gmail.com>
8528
8529 * progmodes/octave.el (octave-sync-function-file-names): New function.
8530 (octave-mode): Use it in before-save-hook.
8531
8532 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8533
8534 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
8535 (bug#14274).
8536
8537 * progmodes/octave.el (octave-smie-forward-token): Properly skip
8538 \n and comment, even if it's not an implicit ; (bug#14218).
8539
8540 2013-04-26 Glenn Morris <rgm@gnu.org>
8541
8542 * subr.el (read-number): Once more use `read' rather than
8543 `string-to-number', to trap non-numeric input. (Bug#14254)
8544
8545 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
8546
8547 * emacs-lisp/syntax.el (syntax-propertize-multiline):
8548 Use `syntax-multiline' text property consistently instead of
8549 `font-lock-multiline'. (Bug#14237)
8550
8551 2013-04-26 Glenn Morris <rgm@gnu.org>
8552
8553 * emacs-lisp/shadow.el (list-load-path-shadows):
8554 No longer necessary to check for duplicate simple.el, since
8555 2012-07-07 change to init_lread to not include installation lisp
8556 directories in load-path when running uninstalled. (Bug#14270)
8557
8558 2013-04-26 Leo Liu <sdl.web@gmail.com>
8559
8560 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
8561 (octave-mode, inferior-octave-mode): Use setq-local.
8562 (octave-not-in-string-or-comment-p): Rename to
8563 octave-in-string-or-comment-p.
8564 (octave-in-comment-p, octave-in-string-p)
8565 (octave-in-string-or-comment-p): Replace defsubst with defun.
8566
8567 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
8568
8569 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
8570
8571 2013-04-25 Bastien Guerry <bzg@gnu.org>
8572
8573 * textmodes/remember.el (remember-data-directory)
8574 (remember-directory-file-name-format): Fix custom types.
8575
8576 2013-04-25 Leo Liu <sdl.web@gmail.com>
8577
8578 * progmodes/octave.el (octave-completion-at-point-function):
8579 Make use of inferior octave process.
8580 (octave-initialize-completions): Remove.
8581 (inferior-octave-completion-table): New function.
8582 (inferior-octave-completion-at-point): Use it.
8583 (octave-completion-alist): Remove.
8584
8585 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8586
8587 * progmodes/opascal.el: Use font-lock and syntax-propertize.
8588 (opascal-mode-syntax-table): New var.
8589 (opascal-literal-kind, opascal-is-literal-end)
8590 (opascal-literal-token-at): Rewrite.
8591 (opascal--literal-start-re, opascal-font-lock-keywords)
8592 (opascal--syntax-propertize): New constants.
8593 (opascal-font-lock-defaults): Adjust.
8594 (opascal-mode): Use them. Set comment-<foo> variables as well.
8595 (delphi-comment-face, opascal-comment-face, delphi-string-face)
8596 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
8597 (delphi-other-face, opascal-other-face): Remove face variables.
8598 (opascal-save-state): Remove macro.
8599 (opascal-fontifying-progress-step): Remove constant.
8600 (opascal--ignore-changes): Remove var.
8601 (opascal-set-token-property, opascal-parse-next-literal)
8602 (opascal-is-stable-literal, opascal-complete-literal)
8603 (opascal-is-literal-start, opascal-face-of)
8604 (opascal-parse-region, opascal-parse-region-until-stable)
8605 (opascal-fontify-region, opascal-after-change)
8606 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
8607 (opascal-debug-parse-region, opascal-debug-parse-window)
8608 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
8609 (opascal-debug-fontify-buffer): Remove.
8610 (opascal-debug-mode-map): Adjust accordingly.
8611
8612 2013-04-25 Leo Liu <sdl.web@gmail.com>
8613
8614 Merge octave-mod.el and octave-inf.el into octave.el with some
8615 cleanups.
8616 * progmodes/octave.el: New file renamed from octave-mod.el.
8617 * progmodes/octave-inf.el: Merged into octave.el.
8618 * progmodes/octave-mod.el: Renamed to octave.el.
8619
8620 2013-04-25 Tassilo Horn <tsdh@gnu.org>
8621
8622 * textmodes/reftex-vars.el
8623 (reftex-label-ignored-macros-and-environments): New defcustom.
8624
8625 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
8626
8627 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8628
8629 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
8630 (smie-indent-keyword): Improve the check to ensure that the next
8631 comment is really on the same line.
8632 (smie-indent-comment): Don't align with a subsequent closer (or eob).
8633
8634 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
8635 semi-colons if the line is not otherwise empty (bug#14218).
8636
8637 2013-04-25 Glenn Morris <rgm@gnu.org>
8638
8639 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
8640
8641 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8642
8643 * progmodes/opascal.el (opascal-set-token-property): Rename from
8644 opascal-set-text-properties and only set `token' (bug#14134).
8645 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
8646 (opascal-literal-text-properties): Remove.
8647 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
8648 Adjust callers.
8649
8650 2013-04-24 Reuben Thomas <rrt@sc3d.org>
8651
8652 * textmodes/remember.el (remember-handler-functions): Add an
8653 option for a new handler `remember-store-in-files'.
8654 (remember-data-directory, remember-directory-file-name-format):
8655 New options.
8656 (remember-store-in-files): New function to store remember notes
8657 as separate files within a directory.
8658
8659 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
8660
8661 * progmodes/compile.el (compilation-next-error-function):
8662 Pass "formats" to compilation-find-file (bug#11777).
8663
8664 2013-04-24 Glenn Morris <rgm@gnu.org>
8665
8666 * vc/vc-bzr.el (vc-bzr-print-log):
8667 * vc/vc-hg.el (vc-hg-print-log):
8668 * vc/vc-svn.el (vc-svn-print-log):
8669 Fix START-REVISION with LIMIT != 1. (Bug#14168)
8670
8671 * vc/vc-bzr.el (vc-bzr-print-log):
8672 * vc/vc-cvs.el (vc-cvs-print-log):
8673 * vc/vc-git.el (vc-git-print-log):
8674 * vc/vc-hg.el (vc-hg-print-log):
8675 * vc/vc-mtn.el (vc-mtn-print-log):
8676 * vc/vc-rcs.el (vc-rcs-print-log):
8677 * vc/vc-sccs.el (vc-sccs-print-log):
8678 * vc/vc-svn.el (vc-svn-print-log):
8679 * vc/vc.el (vc-print-log-internal): Doc fixes.
8680
8681 2013-04-23 Glenn Morris <rgm@gnu.org>
8682
8683 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
8684 Remove venerable code attempting to avoid substitute-command-keys.
8685
8686 2013-04-23 Tassilo Horn <tsdh@gnu.org>
8687
8688 * textmodes/reftex-vars.el (reftex-label-regexps):
8689 Call `reftex-compile-variables' after changes to this variable.
8690
8691 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8692
8693 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
8694 Use lexical-binding.
8695 (jit-lock-force-redisplay): Use markers, check buffer's continued
8696 existence and beware narrowed buffers.
8697 (jit-lock-fontify-now): Adjust call accordingly.
8698
8699 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
8700
8701 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
8702 to avoid misleading the user.
8703
8704 2013-04-22 Leo Liu <sdl.web@gmail.com>
8705
8706 * info-look.el: Prefer latex2e.info. (Bug#14240)
8707
8708 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
8709
8710 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
8711
8712 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
8713 * net/tramp.el (tramp-call-process): ... here.
8714 (tramp-set-completion-function, tramp-parse-putty):
8715 * net/tramp-adb.el (tramp-adb-execute-adb-command):
8716 * net/tramp-gvfs.el (tramp-gvfs-send-command):
8717 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
8718 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
8719 (tramp-call-local-coding-command): Use `tramp-call-process'
8720 instead of `tramp-compat-call-process'.
8721
8722 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
8723 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
8724 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
8725 (tramp-find-inline-compress): Improve traces.
8726 (tramp-maybe-send-script): Check for Perl binary.
8727 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
8728
8729 2013-04-22 Daiki Ueno <ueno@gnu.org>
8730
8731 * epg.el (epg-context-pinentry-mode): New function.
8732 (epg-context-set-pinentry-mode): New function.
8733 (epg--start): Pass --pinentry-mode option to gpg command.
8734
8735 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
8736
8737 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
8738 `comint-dynamic-complete' is obsolete since 24.1, replaced by
8739 `completion-at-point'. (Bug#13774)
8740
8741 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
8742 default key binding for `describe-distribution' has been moved to
8743 `C-h C-o'. (Bug#13970)
8744
8745 2013-04-21 Glenn Morris <rgm@gnu.org>
8746
8747 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
8748 Add doc strings.
8749 (vc-print-log): Clarify interactive prompt.
8750
8751 2013-04-20 Glenn Morris <rgm@gnu.org>
8752
8753 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8754 No longer include timestamp etc information.
8755
8756 2013-04-20 Roland Winkler <winkler@gnu.org>
8757
8758 * faces.el (read-face-name): Bug fix, return just one face if arg
8759 multiple is nil. (Bug#14209)
8760
8761 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8762
8763 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
8764 (remove-function): Autoload.
8765
8766 * comint.el (comint-redirect-original-filter-function): Remove.
8767 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
8768 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
8769 (vc-cvs-annotate-command):
8770 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
8771 * progmodes/prolog.el (prolog-consult-compile):
8772 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
8773 Use add/remove-function instead.
8774 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
8775 (gud-tooltip-process-output, gud-tooltip-tips):
8776 Use add/remove-function instead.
8777 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
8778 (scheme-interaction-mode, exit-scheme-interaction-mode):
8779 Use add/remove-function instead.
8780
8781 * vc/vc-dispatcher.el: Use lexical-binding.
8782 (vc--process-sentinel): Rename from vc-process-sentinel.
8783 Change last arg to be the code to run. Don't use vc-previous-sentinel
8784 and vc-sentinel-commands any more.
8785 (vc-exec-after): Allow code to be a function. Use add/remove-function.
8786 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
8787
8788 2013-04-19 Masatake YAMATO <yamato@redhat.com>
8789
8790 * progmodes/sh-script.el (sh-imenu-generic-expression):
8791 Handle function names with a single character. (Bug#14111)
8792
8793 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
8794
8795 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
8796 for subroutines defined in an eval (bug#14182).
8797
8798 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8799
8800 * bookmark.el (bookmark-completing-read): Improve handling of empty
8801 string (bug#14176).
8802
8803 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8804
8805 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
8806
8807 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
8808
8809 New faster Imenu implementation (bug#14058).
8810 * progmodes/python.el:
8811 (python-imenu-prev-index-position):
8812 (python-imenu-format-item-label-function)
8813 (python-imenu-format-parent-item-label-function)
8814 (python-imenu-format-parent-item-jump-label-function):
8815 New vars.
8816 (python-imenu-format-item-label)
8817 (python-imenu-format-parent-item-label)
8818 (python-imenu-format-parent-item-jump-label)
8819 (python-imenu--put-parent, python-imenu--build-tree)
8820 (python-imenu-create-index, python-imenu-create-flat-index)
8821 (python-util-popn): New functions.
8822 (python-mode): Set imenu-create-index-function to
8823 python-imenu-create-index.
8824
8825 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8826
8827 * winner.el (winner-active-region): Use region-active-p, activate-mark
8828 and deactivate-mark (bug#14225).
8829
8830 * simple.el (deactivate-mark): Don't inline it.
8831
8832 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
8833
8834 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
8835
8836 2013-04-18 Tassilo Horn <tsdh@gnu.org>
8837
8838 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
8839 file extensions from the archive-mode entry in order to prefer
8840 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
8841
8842 2013-04-18 Leo Liu <sdl.web@gmail.com>
8843
8844 * bindings.el (help-event-list): Add ?\?.
8845
8846 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8847
8848 * subr.el (with-wrapper-hook): Declare obsolete.
8849 * simple.el (filter-buffer-substring-function): New hook.
8850 (filter-buffer-substring): Use it.
8851 (filter-buffer-substring-functions): Mark obsolete.
8852 * minibuffer.el (completion-in-region-function): New hook.
8853 (completion-in-region): Use it.
8854 (completion-in-region-functions): Mark obsolete.
8855 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
8856 * abbrev.el (abbrev-expand-function): New hook.
8857 (expand-abbrev): Use it.
8858 (abbrev-expand-functions): Mark obsolete.
8859 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
8860 and :filter-return.
8861
8862 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8863
8864 * progmodes/python.el (python-nav--syntactically): Fix cornercases
8865 and do not care about match data.
8866
8867 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8868
8869 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
8870 completion tables when completing error conditions and
8871 `declare' arguments.
8872 (lisp-complete-symbol, field-complete): Mark as obsolete.
8873 (check-parens): Unmatched parens are user errors.
8874 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
8875
8876 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
8877
8878 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
8879 command changed buffer (ie. `flyspell-pre-buffer' is not current
8880 buffer), which prevents making decisions based on invalid value of
8881 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
8882 cause an error when `flyspell-pre-point' was nil after switching
8883 buffers.
8884 (flyspell-post-command-hook): No longer needs to change buffers when
8885 checking pre-word. While at it remove unnecessary progn.
8886
8887 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
8888
8889 * textmodes/ispell.el (ispell-add-per-file-word-list):
8890 Fix `flyspell-correct-word-before-point' error when accepting
8891 words and `coment-padding' is an integer by using
8892 `comment-normalize-vars' (Bug #14214).
8893
8894 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8895
8896 New defun movement commands.
8897 * progmodes/python.el (python-nav--syntactically)
8898 (python-nav--forward-defun, python-nav-backward-defun)
8899 (python-nav-forward-defun): New functions.
8900
8901 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8902
8903 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
8904 (python-syntax-context): Use named compiler-macro for backwards
8905 compatibility with Emacs 24.x.
8906
8907 2013-04-17 Leo Liu <sdl.web@gmail.com>
8908
8909 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
8910 octave-hide-process-buffer.
8911
8912 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8913
8914 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
8915 (bug#14216).
8916
8917 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
8918
8919 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
8920 Fix adjustment of offset when receiving incomplete responses from GDB
8921 (bug#14129).
8922
8923 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8924
8925 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
8926 python-mode-abbrev-table.
8927 (python-skeleton-define): Adjust accordingly.
8928 (python-mode-abbrev-table): New table that inherits from it so that
8929 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
8930
8931 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
8932 (abbrev-symbol): Use it.
8933 (abbrev--before-point): Use it since we already handle inheritance.
8934
8935 2013-04-16 Leo Liu <sdl.web@gmail.com>
8936
8937 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
8938 binding to info-lookup-symbol.
8939
8940 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
8941
8942 * minibuffer.el (completion--twq-all):
8943 * term/ns-win.el (ns-initialize-window-system):
8944 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
8945
8946 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8947
8948 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
8949 global bindings.
8950
8951 * doc-view.el (doc-view-start-process): Handle url-handler directories.
8952
8953 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
8954
8955 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
8956 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
8957 to nil.
8958 (ruby-end-of-defun): Remove the unused arg, change the docstring
8959 to reflect that this function is only used as the value of
8960 `end-of-defun-function'.
8961 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
8962 to reflect an earlier change that beginning/end-of-defun functions
8963 jump between methods in a class definition, as well as top-level
8964 functions.
8965
8966 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8967
8968 * minibuffer.el (minibuffer-complete): Don't just scroll
8969 a *Completions* that's been iconified.
8970 (minibuffer-force-complete): Make sure repetitions do cycle when going
8971 through completion-in-region -> minibuffer-complete.
8972
8973 2013-04-15 Alan Mackenzie <acm@muc.de>
8974
8975 Correct the placement of c-cpp-delimiters when there're #s not at
8976 col 0.
8977
8978 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
8979 place a submatch around the #.
8980 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
8981 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
8982 on the #, not BOL.
8983
8984 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8985
8986 * emacs-lisp/nadvice.el: Properly test names when adding advice.
8987 (advice--member-p): New arg `name'.
8988 (advice--add-function, advice-member-p): Use it (bug#14202).
8989
8990 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
8991
8992 Reformulate java imenu-generic-expression.
8993 The old expression contained ill formed regexps.
8994
8995 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
8996 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
8997 (cc-imenu-java-method-arg-regexp): New defconsts.
8998 (cc-imenu-java-build-type-args-regex): New defun.
8999 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
9000 handling of spaces in the regexp.
9001
9002 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9003
9004 * textmodes/ispell.el (ispell-command-loop): Remove
9005 flyspell highlight of a word when ispell accepts it (bug #14178).
9006
9007 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
9008
9009 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
9010 uses code from the previous `ange-ftp-run-real-handler'.
9011 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
9012 only in case that function exist. This is needed for proper
9013 unloading of Tramp.
9014
9015 2013-04-15 Tassilo Horn <tsdh@gnu.org>
9016
9017 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
9018
9019 * textmodes/reftex.el (reftex-compile-variables): Use it.
9020
9021 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9022
9023 * files.el (normal-mode): Only use default major-mode if no other mode
9024 was specified.
9025
9026 * emacs-lisp/trace.el (trace-values): New function.
9027
9028 * files.el: Allow : in local variables (bug#14089).
9029 (hack-local-variable-regexp): New var.
9030 (hack-local-variables-prop-line, hack-local-variables): Use it.
9031
9032 2013-04-13 Roland Winkler <winkler@gnu.org>
9033
9034 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
9035 data before it gets modified by bibtex-beginning-of-entry.
9036
9037 2013-04-13 Roland Winkler <winkler@gnu.org>
9038
9039 * textmodes/bibtex.el (bibtex-url): Doc fix.
9040
9041 2013-04-13 Roland Winkler <winkler@gnu.org>
9042
9043 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
9044 does not visit a BibTeX file, exclude it from the list of buffers
9045 returned by bibtex-initialize.
9046
9047 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
9048
9049 * window.el (split-window): Remove interactive form, since as a
9050 command this function is a special case of split-window-below.
9051 Correct doc string.
9052
9053 2013-04-12 Roland Winkler <winkler@gnu.org>
9054
9055 * faces.el (read-face-name): Do not override value of arg default.
9056 Allow single faces and strings as default values. Remove those
9057 elements from return value that are not faces.
9058 (describe-face): Simplify.
9059 (face-at-point): New optional args thing and multiple so that this
9060 function can provide the same functionality previously provided by
9061 read-face-name.
9062 (make-face-bold, make-face-unbold, make-face-italic)
9063 (make-face-unitalic, make-face-bold-italic, invert-face)
9064 (modify-face, read-face-and-attribute): Use face-at-point.
9065
9066 * cus-edit.el (customize-face, customize-face-other-window)
9067 * cus-theme.el (custom-theme-add-face)
9068 * face-remap.el (buffer-face-set)
9069 * facemenu.el (facemenu-set-face): Use face-at-point.
9070
9071 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
9072
9073 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
9074
9075 2013-04-10 Tassilo Horn <tsdh@gnu.org>
9076
9077 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
9078 off leading { and trailing } from field values.
9079
9080 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9081
9082 * emacs-lisp/timer.el (timer--check): New function.
9083 (timer--time, timer-set-function, timer-event-handler): Use it.
9084 (timer-set-idle-time): Simplify.
9085 (timer--activate): CSE.
9086 (timer-event-handler): Give more info in error message.
9087 (internal-timer-start-idle): New function, moved from C.
9088
9089 * mpc.el (mpc-proc): Add `restart' argument.
9090 (mpc-proc-cmd): Use it.
9091 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
9092 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
9093 less often.
9094
9095 2013-04-10 Masatake YAMATO <yamato@redhat.com>
9096
9097 * progmodes/sh-script.el: Implement `sh-mode' own
9098 `add-log-current-defun-function' (bug#14112).
9099 (sh-current-defun-name): New function.
9100 (sh-mode): Use the function.
9101
9102 2013-04-09 Bastien Guerry <bzg@gnu.org>
9103
9104 * simple.el (choose-completion-string): Fix docstring (bug#14163).
9105
9106 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9107
9108 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
9109
9110 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
9111 timer (bug#14156).
9112
9113 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
9114
9115 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
9116 declaration.
9117
9118 2013-04-07 Leo Liu <sdl.web@gmail.com>
9119
9120 * pcmpl-x.el: New file.
9121
9122 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
9123
9124 Do not set x-display-name until X connection is established.
9125 This is needed to prevent from weird situation described at
9126 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
9127 * frame.el (make-frame): Set x-display-name after call to
9128 window system initialization function, not before.
9129 * term/x-win.el (x-initialize-window-system): Add optional
9130 display argument and use it.
9131 * term/w32-win.el (w32-initialize-window-system):
9132 * term/ns-win.el (ns-initialize-window-system):
9133 * term/pc-win.el (msdos-initialize-window-system):
9134 Add compatible optional display argument.
9135
9136 2013-04-06 Eli Zaretskii <eliz@gnu.org>
9137
9138 * files.el (normal-backup-enable-predicate): On MS-Windows and
9139 MS-DOS compare truenames of temporary-file-directory and of the
9140 file, so that 8+3 aliases (usually found in $TEMP on Windows)
9141 don't fail comparison by compare-strings. Also, compare file
9142 names case-insensitively on MS-Windows and MS-DOS.
9143
9144 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9145
9146 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
9147 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
9148
9149 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
9150
9151 * whitespace.el (whitespace-color-on, whitespace-color-off):
9152 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
9153
9154 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
9155
9156 * ispell.el (ispell-set-spellchecker-params):
9157 Really set `ispell-args' for all equivs.
9158
9159 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9160
9161 * ido.el (ido-completions): Use extra elements of ido-decorations
9162 (bug#14143).
9163 (ido-decorations): Update docstring.
9164
9165 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
9166
9167 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9168 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
9169 nil during initialization, in order not to miss changes since the
9170 file was opened. (Bug#14140)
9171
9172 2013-04-05 Leo Liu <sdl.web@gmail.com>
9173
9174 * kmacro.el (kmacro-call-macro): Fix bug#14135.
9175
9176 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
9177
9178 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
9179
9180 2013-04-04 Glenn Morris <rgm@gnu.org>
9181
9182 * electric.el (electric-pair-inhibit-predicate): Add :version.
9183
9184 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9185
9186 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
9187 when a package is required several times (bug#14082).
9188
9189 2013-04-04 Roland Winkler <winkler@gnu.org>
9190
9191 * faces.el (read-face-name): Behave as promised by the docstring.
9192 Assume that arg default is a list of faces.
9193 (describe-face): Call read-face-name with list of default faces.
9194
9195 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9196
9197 * bookmark.el: Fix deletion of bookmarks (bug#13972).
9198 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
9199 (bookmark-bmenu-execute-deletions): Only skip first line if it's
9200 the header.
9201 (bookmark-exit-hook-internal): Save even if list is empty.
9202
9203 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
9204
9205 * emacs-lisp/package.el (package-pinned-packages): New var.
9206 (package--add-to-archive-contents): Obey it (bug#14118).
9207
9208 2013-04-03 Alan Mackenzie <acm@muc.de>
9209
9210 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
9211 Also adapt to the new values of element 7 of a parse state.
9212
9213 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
9214 parameter `not-in-delimiter'. Handle being inside comment opener.
9215 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
9216 character in case we're typing a '*' after a '/'.
9217 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
9218 instead by passing the parameter to c-state-pp-to-literal.
9219
9220 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
9221 for elt. 7 of a parse state.
9222
9223 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
9224
9225 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
9226 * international/latin1-disp.el, international/mule-util.el:
9227 * language/cyril-util.el, language/european.el, language/ind-util.el:
9228 * language/lao-util.el, language/thai.el, language/tibet-util.el:
9229 * language/tibetan.el, language/viet-util.el:
9230 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
9231
9232 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9233
9234 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
9235 (electric-pair-post-self-insert-function): Use it.
9236 (electric-pair-default-inhibit): New function, extracted from
9237 electric-pair-post-self-insert-function.
9238
9239 2013-03-31 Roland Winkler <winkler@gnu.org>
9240
9241 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
9242
9243 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9244
9245 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
9246
9247 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
9248
9249 Un-indent after "pass" and "return" statements (Bug#13888)
9250 * progmodes/python.el (python-indent-block-enders): New var.
9251 (python-indent-calculate-indentation): Use it.
9252
9253 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
9254
9255 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
9256 defun. Defining it as defalias could introduce too eager
9257 byte-compiler optimization. (Bug#14030)
9258
9259 2013-03-30 Chong Yidong <cyd@gnu.org>
9260
9261 * iswitchb.el (iswitchb-read-buffer): Fix typo.
9262
9263 2013-03-30 Leo Liu <sdl.web@gmail.com>
9264
9265 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
9266 (kmacro-execute-from-register): Pass the keyboard macro to
9267 kmacro-call-macro or repeating won't work correctly.
9268
9269 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
9270
9271 * progmodes/subword.el: Back to using `forward-symbol'.
9272
9273 * subr.el (forward-whitespace, forward-symbol)
9274 (forward-same-syntax): Move from thingatpt.el.
9275
9276 2013-03-29 Leo Liu <sdl.web@gmail.com>
9277
9278 * kmacro.el (kmacro-to-register): New command.
9279 (kmacro-execute-from-register): New function.
9280 (kmacro-keymap): Bind to 'x'. (Bug#14071)
9281
9282 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9283
9284 * mpc.el: Use defvar-local and setq-local.
9285 (mpc--proc-connect): Connection failures are not bugs.
9286 (mpc-mode-map): `follow-link' only applies to the buffer's content.
9287 (mpc-volume-map): Bind to the up-events.
9288
9289 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9290
9291 * progmodes/subword.el (superword-mode): Use `forward-sexp'
9292 instead of `forward-symbol'.
9293
9294 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
9297 (edebug--recursive-edit): Use it.
9298 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
9299 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
9300
9301 2013-03-28 Leo Liu <sdl.web@gmail.com>
9302
9303 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
9304
9305 2013-03-27 Eli Zaretskii <eliz@gnu.org>
9306
9307 * facemenu.el (list-colors-callback): New defvar.
9308 (list-colors-redisplay): New function.
9309 (list-colors-display): Install list-colors-redisplay as the
9310 revert-buffer-function. (Bug#14063)
9311
9312 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9313
9314 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
9315 and suffixes don't overlap (bug#14061).
9316
9317 * case-table.el: Use lexical-binding.
9318 (case-table-get-table): New function.
9319 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
9320
9321 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9322
9323 * progmodes/subword.el: Add `superword-mode' to do word motion
9324 over symbol_words (parallels and leverages `subword-mode' which
9325 does word motion inside MixedCaseWords).
9326
9327 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
9328
9329 * eshell/em-unix.el: Move su and sudo to...
9330 * eshell/em-tramp.el: ...Eshell tramp module.
9331
9332 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9333
9334 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
9335 Change return value to be a sexp. Delay `get-buffer' to after
9336 restoring the desktop (bug#13951).
9337
9338 2013-03-26 Leo Liu <sdl.web@gmail.com>
9339
9340 * register.el: Move semantic tag handling back to
9341 cedet/semantic/senator.el. (Bug#14052)
9342
9343 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9344
9345 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
9346 into the prompt either (bug#13963).
9347
9348 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9349
9350 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
9351 part of "(error-foo)".
9352
9353 2013-03-24 Juri Linkov <juri@jurta.org>
9354
9355 * replace.el (list-matching-lines-prefix-face): New defcustom.
9356 (occur-1): Pass `list-matching-lines-prefix-face' to the function
9357 `occur-engine' if `face-differs-from-default-p' returns t.
9358 (occur-engine): Add `,' inside backquote construct to evaluate
9359 `prefix-face'. Propertize the prefix with the `prefix-face' face.
9360 Pass `prefix-face' to the functions `occur-context-lines' and
9361 `occur-engine-add-prefix'.
9362 (occur-engine-add-prefix, occur-context-lines): Add optional arg
9363 `prefix-face' and propertize the prefix with `prefix-face'.
9364 (Bug#14017)
9365
9366 2013-03-24 Leo Liu <sdl.web@gmail.com>
9367
9368 * nxml/rng-valid.el (rng-validate-while-idle)
9369 (rng-validate-quick-while-idle): Guard against deleted buffer.
9370 (Bug#13999)
9371
9372 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
9373 is the last entry in kill-buffer-hook.
9374
9375 * files.el (kill-buffer-hook): Doc fix.
9376
9377 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
9378
9379 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
9380 Make it safe-local.
9381
9382 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
9383
9384 2013-03-23 Leo Liu <sdl.web@gmail.com>
9385
9386 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
9387 Remove.
9388
9389 * nxml/rng-valid.el (rng-validate-mode)
9390 (rng-after-change-function, rng-do-some-validation):
9391 * nxml/rng-maint.el (rng-validate-buffer):
9392 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
9393 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
9394 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
9395 (nxml-extend-after-change-region): Use with-silent-modifications.
9396
9397 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
9398 timer-idle-list.
9399
9400 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
9401 (rng-next-error-1, rng-previous-error-1): Do not let-bind
9402 timer-idle-list. (Bug#13999)
9403
9404 2013-03-23 Juri Linkov <juri@jurta.org>
9405
9406 * info.el (info-index-match): New face.
9407 (Info-index, Info-apropos-matches): Add a nested subgroup to the
9408 main pattern and add text properties with the new face to matches
9409 in index entries relative to the beginning of the index entry.
9410 (Bug#14015)
9411
9412 2013-03-21 Eric Ludlam <zappo@gnu.org>
9413
9414 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
9415 Inhibit read only while inserting objects.
9416
9417 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
9418
9419 * progmodes/cfengine.el: Update docs to mention
9420 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
9421 symbol motion. Remove "_" from the word syntax.
9422
9423 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
9424
9425 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
9426 syntax for both `cfengine2-mode' and `cfengine3-mode'.
9427
9428 2013-03-20 Juri Linkov <juri@jurta.org>
9429
9430 * info.el (Info-next-reference-or-link)
9431 (Info-prev-reference-or-link): New functions.
9432 (Info-next-reference, Info-prev-reference): Use them.
9433 (Info-try-follow-nearest-node): Handle footnote navigation.
9434 (Info-fontify-node): Fontify footnotes. (Bug#13989)
9435
9436 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9437
9438 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
9439 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
9440
9441 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
9442
9443 Suppress unnecessary non-ASCII chatter during build process.
9444 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
9445 (batch-skkdic-convert): Suppress most of the chatter.
9446 It's not needed so much now that machines are faster,
9447 and its non-ASCII component was confusing; see Dmitry Gutov in
9448 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
9449
9450 2013-03-20 Leo Liu <sdl.web@gmail.com>
9451
9452 * ido.el (ido-chop): Fix bug#10994.
9453
9454 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9455
9456 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
9457 Remove vars.
9458 (whitespace-color-on, whitespace-color-off):
9459 Use `font-lock-fontify-buffer' (Bug#13817).
9460
9461 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9462
9463 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
9464 remapping in mode-line.
9465 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
9466
9467 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9468
9469 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
9470 value for `whitespace-line' face (Bug#13875).
9471 (whitespace-font-lock-keywords): Change description.
9472 (whitespace-color-on): Don't save `font-lock-keywords' value, save
9473 the constructed keywords instead.
9474 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
9475
9476 2013-03-19 Leo Liu <sdl.web@gmail.com>
9477
9478 * progmodes/compile.el (compilation-display-error): New command.
9479 (compilation-mode-map, compilation-minor-mode-map): Bind it to
9480 C-o. (Bug#13992)
9481
9482 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9483
9484 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
9485
9486 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
9487
9488 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
9489
9490 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
9491
9492 * net/tramp-compat.el (tramp-compat-user-error): New defun.
9493
9494 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9495 * net/tramp-gvfs.el (top):
9496 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
9497 (tramp-handle-shell-command): Use it.
9498 (tramp-dissect-file-name): Raise an error when hostname is a
9499 method name, and neither method nor user is specified.
9500
9501 * net/trampver.el: Update release number.
9502
9503 2013-03-18 Leo Liu <sdl.web@gmail.com>
9504
9505 Make sure eldoc can be turned off properly.
9506 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
9507 eldoc-mode.
9508 (eldoc-display-message-p): Revert last change.
9509 (eldoc-display-message-no-interference-p)
9510 (eldoc-print-current-symbol-info): Tweak.
9511
9512 2013-03-18 Tassilo Horn <tsdh@gnu.org>
9513
9514 * doc-view.el (doc-view-new-window-function): Check the new window
9515 overlay's display property instead the char property of the
9516 buffer's first char. Use `with-selected-window' instead of
9517 `save-window-excursion' with `select-window'.
9518 (doc-view-document->bitmap): Check the current doc-view overlay's
9519 display property instead the char property of the buffer's first char.
9520
9521 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9522
9523 Automate the build of ja-dic.el (Bug#13984).
9524 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
9525 from the input, rather than assume that it's been done for us by the
9526 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
9527 the current date into a ja-dic.el comment, as that complicates
9528 regression testing.
9529
9530 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9531
9532 * whitespace.el: Fix double evaluation.
9533 (whitespace-space, whitespace-hspace, whitespace-tab)
9534 (whitespace-newline, whitespace-trailing, whitespace-line)
9535 (whitespace-space-before-tab, whitespace-indentation)
9536 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
9537 obsolete defvars.
9538 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
9539 (whitespace-color-on): Use a single font-lock-add-keywords call.
9540 Fix double-evaluation of face variables.
9541
9542 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
9543
9544 * net/tramp-adb.el (tramp-adb-parse-device-names):
9545 Use `start-process' instead of `call-process'. Otherwise, the
9546 function might be blocked under MS Windows. (Bug#13299)
9547
9548 2013-03-17 Leo Liu <sdl.web@gmail.com>
9549
9550 Extend eldoc to display info in the mode-line. (Bug#13978)
9551 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
9552 (eldoc-mode-line-string): New variable.
9553 (eldoc-minibuffer-message): New function.
9554 (eldoc-message-function): New variable.
9555 (eldoc-message): Use it.
9556 (eldoc-display-message-p)
9557 (eldoc-display-message-no-interference-p):
9558 Support eldoc-post-insert-mode.
9559
9560 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
9561 (eval-expression): Run it.
9562
9563 2013-03-17 Roland Winkler <winkler@gnu.org>
9564
9565 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
9566 strings in the list of return values.
9567
9568 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9569
9570 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
9571 radix before checking for HMS forms.
9572
9573 2013-03-16 Leo Liu <sdl.web@gmail.com>
9574
9575 * progmodes/scheme.el: Add indentation and font-locking for λ.
9576 (Bug#13975)
9577
9578 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
9579
9580 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
9581 token before point (bug#13942).
9582
9583 2013-03-16 Leo Liu <sdl.web@gmail.com>
9584
9585 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
9586
9587 2013-03-16 Eli Zaretskii <eliz@gnu.org>
9588
9589 * startup.el (command-line-normalize-file-name): Fix handling of
9590 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
9591 <xfq.free@gmail.com> in
9592 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
9593
9594 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
9595
9596 Sync with Tramp 2.2.7.
9597
9598 * net/trampver.el: Update release number.
9599
9600 2013-03-14 Tassilo Horn <tsdh@gnu.org>
9601
9602 * doc-view.el: Fix bug#13887.
9603 (doc-view-insert-image): Don't modify overlay associated to
9604 non-live windows, and implement horizontal centering of image in
9605 case it's smaller than the window.
9606 (doc-view-new-window-function): Force redisplay of new windows on
9607 doc-view buffers.
9608
9609 2013-03-13 Karl Fogel <kfogel@red-bean.com>
9610
9611 * saveplace.el (save-place-alist-to-file): Don't sort
9612 `save-place-alist', just pretty-print it (bug#13882).
9613
9614 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
9615
9616 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9617 Check whether `default-file-name-coding-system' is bound.
9618 It isn't in XEmacs.
9619
9620 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9621
9622 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
9623 backquotes for `obsolete' (bug#13929).
9624
9625 * international/mule.el (find-auto-coding): Include file name in
9626 obsolescence warning (bug#13922).
9627
9628 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9629
9630 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
9631 for CFEngine 3-specific indentation.
9632 (cfengine3-indent-line): Use it. Fix up category regex.
9633 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
9634
9635 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9636
9637 * type-break.el (type-break-file-name):
9638 * textmodes/remember.el (remember-data-file):
9639 * strokes.el (strokes-file):
9640 * shadowfile.el (shadow-initialize):
9641 * saveplace.el (save-place-file):
9642 * ps-bdf.el (bdf-cache-file):
9643 * progmodes/idlwave.el (idlwave-config-directory):
9644 * net/quickurl.el (quickurl-url-file):
9645 * international/kkc.el (kkc-init-file-name):
9646 * ido.el (ido-save-directory-list-file):
9647 * emulation/viper.el (viper-custom-file-name):
9648 * emulation/vip.el (vip-startup-file):
9649 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
9650 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
9651
9652 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
9653
9654 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
9655 * language/thai-word.el: Switch to UTF-8.
9656
9657 See ChangeLog.16 for earlier changes.
9658
9659 ;; Local Variables:
9660 ;; coding: utf-8
9661 ;; End:
9662
9663 Copyright (C) 2011-2013 Free Software Foundation, Inc.
9664
9665 This file is part of GNU Emacs.
9666
9667 GNU Emacs is free software: you can redistribute it and/or modify
9668 it under the terms of the GNU General Public License as published by
9669 the Free Software Foundation, either version 3 of the License, or
9670 (at your option) any later version.
9671
9672 GNU Emacs is distributed in the hope that it will be useful,
9673 but WITHOUT ANY WARRANTY; without even the implied warranty of
9674 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9675 GNU General Public License for more details.
9676
9677 You should have received a copy of the GNU General Public License
9678 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.