]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
[gnu-emacs] / lisp / ChangeLog
1 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
4
5 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
6
7 Fix problems found while writing a test suite.
8
9 * net/tramp-compat.el (tramp-compat-load): New defun.
10 * net/tramp.el (tramp-handle-load): Use it.
11
12 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
13 "(numberp ok-if-already-exists)" correctly.
14
15 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
16
17 * international/characters.el (glyphless-char-display-control):
18 Add usage note.
19
20 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
21
22 * progmodes/python.el (python-mode):
23 * progmodes/scheme.el (scheme-mode):
24 * progmodes/prolog.el (prolog-mode):
25 * progmodes/ruby-mode.el (ruby-mode):
26 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
27 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
28
29 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * rect.el (rectangle--highlight-for-redisplay):
32 * emacs-lisp/smie.el (smie--next-indent-change):
33 Use buffer-chars-modified-tick.
34
35 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
36
37 * electric.el (electric-indent-post-self-insert-function):
38 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
39
40 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
41
42 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
43
44 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
45
46 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
47 (bug#15786).
48
49 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
52
53 * progmodes/python.el: Fix up last change.
54 (python-shell--save-temp-file): New function.
55 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
56 `string' comes from the current buffer.
57 (python-shell-send-string-no-output): Remove `msg' arg.
58 (python--use-fake-loc): New var.
59 (python-shell-buffer-substring): Obey it. Try to compensate for the
60 extra coding line added by python-shell--save-temp-file.
61 (python-shell-send-region): Use python-shell--save-temp-file and
62 python-shell-send-file directly. Add `nomain' argument.
63 (python-shell-send-buffer): Use python-shell-send-region.
64 (python-electric-pair-string-delimiter): New function.
65 (python-mode): Use it.
66
67 2013-11-04 Eli Zaretskii <eliz@gnu.org>
68
69 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
70 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
71 environment and decoding all of the default-directory's to here
72 from command-line.
73 (command-line): Decode also argv[0].
74
75 * loadup.el: Error out if default-directory is a multibyte string
76 when we are dumping.
77
78 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
79
80 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
81
82 * emacs-lisp/package.el (package-menu-mode)
83 (package-menu--print-info, package-menu--archive-predicate):
84 Add Archive column to package list.
85
86 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
87
88 Fix problems found while writing a test suite.
89
90 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
91 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
92 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
93 to nil when running original file name handler. Otherwise,
94 there are problems with constructs like "$$FOO".
95
96 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
97 for `localname'.
98
99 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
100
101 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
102
103 * subr.el (version<, version<=, version=):
104 Update docstrings with information for snapshot versions.
105
106 * helpers.el: New library for misc helper functions.
107 (hash-table-keys): New function returning a list of hash keys.
108 (hash-table-values): New function returning a list of hash values.
109
110 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
111
112 * progmodes/ruby-mode.el (ruby-smie--forward-token)
113 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
114
115 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
116
117 * textmodes/fill.el (fill-single-char-nobreak-p): New function
118 checking whether point is after a 1-letter word.
119
120 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
121
122 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
123 Don't infloop when expanding region over `multiline' syntax-type that
124 begins a line (bug#15778).
125
126 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
129 Make it into a proper minor mode.
130 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
131 (rectangle-mark-mode-map): New keymap.
132 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
133
134 2013-11-04 Glenn Morris <rgm@gnu.org>
135
136 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
137
138 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
141 (ruby-smie-rules): Use smie-rule-parent instead.
142
143 * emacs-lisp/smie.el (smie-rule-parent): Always call
144 smie-indent-virtual rather than only for hanging tokens.
145 (smie--next-indent-change): New helper command.
146
147 2013-11-03 Glenn Morris <rgm@gnu.org>
148
149 * Makefile.in (abs_srcdir): Remove.
150 (emacs): Unset EMACSLOADPATH.
151
152 2013-11-02 Glenn Morris <rgm@gnu.org>
153
154 * Makefile.in (EMACS): Use a relative filename.
155 (abs_top_builddir): Remove.
156 (custom-deps, finder-data, autoloads): Use --chdir.
157
158 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
159
160 Use relative filenames in TAGS files.
161 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
162 (lisptagsfiles4, TAGS): Use relative file names.
163 (TAGS-LISP): Remove.
164 (maintainer-clean): No more TAGS-LISP file.
165
166 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
167 (lisptagsfiles4): Use absolute filenames again.
168 (TAGS, TAGS-LISP): Not everything needs to run in one line.
169 Remove all *loaddefs files, not just the first. Remove esh-groups.
170 (maintainer-clean): Delete TAGS, TAGS-LISP.
171
172 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
173
174 * emacs-lisp/package.el (package-version-join):
175 Recognize snapshot versions.
176
177 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
178
179 * subr.el (version-regexp-alist): Add support for snapshot versions.
180
181 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
182
183 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
184 New function, replacement for `smie-rule-parent' for when we want to
185 skip over our direct parent if it's an assignment token..
186 (ruby-smie-rules): Use it.
187
188 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
189
190 * progmodes/ruby-mode.el Use `syntax-propertize-function'
191 unconditionally. Remove now unnecessary forward declarations.
192 Remove XEmacs-specific setup.
193 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
194 (ruby-font-lock-syntactic-keywords)
195 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
196 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
197 (ruby-here-doc-end-syntax): Remove.
198 (ruby-mode): Don't check whether `syntax-propertize-rules' is
199 defined as function.
200
201 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
202
203 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
204
205 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
206
207 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
208 table and abbrev table, `define-derived-mode' does that for us
209 anyway.
210
211 2013-11-01 Glenn Morris <rgm@gnu.org>
212
213 * Makefile.in: Remove manual mh-e dependencies (writing .elc
214 files is atomic for some time, so no parallel compilation issues).
215
216 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
217
218 * faces.el (face-x-resources): Add :distant-foreground.
219 (region): Use :distant-foreground for gtk and ns.
220
221 2013-11-01 Tassilo Horn <tsdh@gnu.org>
222
223 Allow multiple bibliographies when BibLaTeX is used rather than
224 BibTeX.
225 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
226 (reftex-locate-bibliography-files): Us it.
227
228 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
229
230 * image.el (image-type-header-regexps): Fix the 'pbm' part to
231 allow comments in pbm files.
232
233 * term/w32-win.el (dynamic-library-alist): Support newer versions
234 of libjpeg starting with v7: look only for the DLL from the
235 version against which Emacs was built.
236 Support versions of libpng beyond 1.4.x.
237 Support libtiff v4.x.
238
239 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
240
241 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
242 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
243 Add property :safe.
244 (ruby-deep-arglist): Add property :type.
245
246 2013-10-31 Glenn Morris <rgm@gnu.org>
247
248 * Makefile.in (custom-deps, finder-data): No need to setq the target
249 variables, we are in the right directory and the defaults work fine.
250
251 2013-10-30 Glenn Morris <rgm@gnu.org>
252
253 * Makefile.in (autoloads): Do not use abs_lisp.
254
255 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
256 `newline' does not respect `standard-output', so use `princ'.
257
258 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
259
260 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
261 * buff-menu.el (Buffer-menu--unmark): New function.
262 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
263
264 2013-10-30 Glenn Morris <rgm@gnu.org>
265
266 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
267
268 * emacs-lisp/package.el (lm-homepage): Declare.
269
270 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
271 Fix doc typos.
272
273 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
274
275 * Makefile.in (finder-data, autoloads, update-subdirs)
276 (compile-main, compile-clean, compile-always, bootstrap-clean):
277 Check return value of cd.
278 (compile-calc): Remove.
279
280 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
281
282 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
283
284 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
285 (byte-compile-and-folded): New function.
286 (=, <, >, <=, >=): Use it.
287
288 * dos-w32.el (minibuffer-history-case-insensitive-variables)
289 (path-separator, null-device, buffer-file-coding-system)
290 (lpr-headers-switches): Check system-type before modifying them.
291 (find-buffer-file-type-coding-system): Mark obsolete.
292 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
293 find-file-not-found-set-buffer-file-coding-system.
294 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
295 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
296 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
297 (w32-direct-print-region-helper, w32-direct-print-region-function)
298 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
299 * startup.el (normal-top-level-add-subdirs-to-load-path):
300 * ps-print.el (ps-print-region-function):
301 * lpr.el (print-region-function): Use new name.
302
303 * subr.el (custom-declare-variable-early): Remove function.
304 (custom-declare-variable-list): Remove var.
305 (error, user-error): Remove `while' loop.
306 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
307 (user-emacs-directory-warning, locate-user-emacs-file):
308 Move to files.el.
309 * simple.el (read-quoted-char-radix, read-quoted-char):
310 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
311 Move from subr.el.
312 * custom.el (custom-declare-variable-list): Don't process
313 custom-declare-variable-list.
314
315 * progmodes/python.el (python-shell-get-buffer): New function.
316 (python-shell-get-process): Use it.
317 (python-shell-send-string): Always use utf-8 and add a cookie to tell
318 Python which encoding was used. Don't split-string since we only care
319 about the first line. Return the temp-file, if applicable.
320 (python-shell-send-region): Tell compile.el how to turn locations in
321 the temp-file into locations in the source buffer.
322
323 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * subr.el (undefined): Add missing behavior from the C code for
326 unbound keys.
327
328 * rect.el: Use lexical-binding. Add new rectangular region support.
329 (rectangle-mark): New command.
330 (rectangle--region): New var.
331 (deactivate-mark-hook): Reset rectangle--region.
332 (rectangle--extract-region, rectangle--insert-for-yank)
333 (rectangle--highlight-for-redisplay)
334 (rectangle--unhighlight-for-redisplay): New functions.
335 (region-extract-function, redisplay-unhighlight-region-function)
336 (redisplay-highlight-region-function): Use them to handle
337 rectangular region.
338 * simple.el (region-extract-function): New var.
339 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
340 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
341 (kill-region): Replace obsolete `yank-handler' arg with `region'.
342 (copy-region-as-kill, kill-ring-save): Add `region' argument.
343 (redisplay-unhighlight-region-function)
344 (redisplay-highlight-region-function): New vars.
345 (redisplay--update-region-highlight): New function.
346 (pre-redisplay-function): Use it.
347 (exchange-point-and-mark): Don't deactivate the mark before
348 reactivate-it anyway.
349 * comint.el (comint-kill-region): Remove yank-handler argument.
350 * delsel.el (delete-backward-char, backward-delete-char-untabify)
351 (delete-char): Remove property, since it's now part of their
352 default behavior.
353 (self-insert-iso): Remove property since this command doesn't exist.
354
355 * emacs-lisp/package.el (package--download-one-archive)
356 (describe-package-1): Don't query the user about final newline.
357
358 2013-10-29 Daniel Colascione <dancol@dancol.org>
359
360 * net/tramp.el (tramp-methods): Document new functionality.
361 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
362 tramp-hostname-checker if method provides one instead of scanning
363 argument list for "%h" to decide hostname acceptability.
364
365 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
366
367 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
368 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
369 Handle COPY-CONTENTS. (Bug#15737)
370
371 2013-10-28 Daiki Ueno <ueno@gnu.org>
372
373 * epa-file.el
374 (epa-file-cache-passphrase-for-symmetric-encryption):
375 Document that this option has no effect with GnuPG 2.0 (bug#15552).
376
377 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
378
379 * image.el (defimage):
380 (image-load-path): Doc fixes.
381
382 2013-10-27 Alan Mackenzie <acm@muc.de>
383
384 Indent statements in macros following "##" correctly.
385 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
386 Modify the "#" arm of a cond form to handle "#" and "##" operators.
387
388 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
389
390 * linum.el (linum-update-window): Fix boundary test (bug#13446).
391
392 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
393
394 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
395 after `=' is probably a new expression.
396
397 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
398
399 * man.el (man-imenu-title): New option.
400 (Man-mode-map): Add menu. (Bug#15722)
401 (Man-mode): Add imenu to menu.
402
403 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
404
405 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
406 specific in what the first arg can be: a non-keyword word,
407 string/regexp/percent literal opener, opening paren, or unary
408 operator followed directly by word.
409
410 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
411
412 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
413 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
414 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
415 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
416 Remove vars, they do not apply any more.
417 (prolog-mode-abbrev-table): Remove redundant declaration.
418 (prolog-upper-case-string, prolog-lower-case-string): Remove.
419 (prolog-use-smie): Remove.
420 (prolog-smie-rules): Add indentation rule for the if-then-else layout
421 supported by prolog-electric-if-then-else-flag.
422 (prolog-mode-variables, prolog-menu): Use setq-local.
423 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
424 Remove binding to `Backspace' since this key doesn't exist anyway.
425 Remove bindings for electric self-inserting keys.
426 (prog-mode): Assume it's defined.
427 (prolog-post-self-insert): New function.
428 (prolog-mode): Use it.
429 (prolog-indent-line, prolog-indent-level)
430 (prolog-find-indent-of-matching-paren)
431 (prolog-indentation-level-of-line, prolog-goto-comment-column)
432 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
433 (prolog-goto-next-paren, prolog-in-string-or-comment)
434 (prolog-tokenize, prolog-inside-mline-comment)
435 (prolog-find-start-of-mline-comment): Remove functions.
436 (prolog-find-unmatched-paren, prolog-clause-end)
437 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
438 (prolog-electric--if-then-else): Rename from
439 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
440 (prolog-tokenize-searchkey): Remove const.
441 (prolog-clause-info): Use forward-sexp.
442 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
443 (prolog-electric-if-then-else): Remove commands.
444 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
445 for use in post-self-insert-hook.
446 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
447 for use in post-self-insert-hook.
448 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
449 for use in post-self-insert-hook.
450 (prolog-electric--underscore): Rename from prolog-electric--underscore;
451 adapt it for use in post-self-insert-hook.
452
453 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
454
455 * emacs-lisp/ert.el (ert-run-tests-interactively):
456 Use `completing-read'. (Bug#9756)
457
458 2013-10-25 Eli Zaretskii <eliz@gnu.org>
459
460 * simple.el (line-move): Call line-move-1 instead of
461 line-move-visual when the current window hscroll is zero, but
462 temporary-goal-column indicates we will need to hscroll as result
463 of the movement. (Bug#15712)
464
465 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
466
467 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
468 capitalization. Use :visible instead of :active.
469 Fix `ruby-indent-exp' reference. Add menu items for the generic
470 commands that are used with SMIE.
471 (ruby-do-end-to-brace): Insert space after `{'.
472
473 2013-10-25 John Anthony <john@jo.hnanthony.com>
474
475 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
476
477 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
478
479 2013-10-25 Glenn Morris <rgm@gnu.org>
480
481 * vc/vc.el (vc-print-log): Don't use a working revision unless
482 one was explicitly specified. (Bug#15322)
483
484 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * subr.el (add-to-list): Preserve return value in compiler-macro
487 (bug#15692).
488
489 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
490
491 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
492 result. Ask user to retry using '-all' flag. (Bug#15701)
493
494 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
495
496 * emacs-lisp/smie.el: New smie-config system.
497 (smie-config): New defcustom.
498 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
499 (smie-config-guess, smie-config-save): New commands.
500 (smie-config--mode-local, smie-config--buffer-local)
501 (smie-config--trace, smie-config--modefuns): New vars.
502 (smie-config--advice, smie-config--mode-hook)
503 (smie-config--setter, smie-config-local, smie-config--get-trace)
504 (smie-config--guess-value, smie-config--guess): New functions.
505 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
506 text properties. Treat "string fence" syntax like string syntax.
507
508 * progmodes/sh-script.el (sh-use-smie): Change default.
509 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
510 (sh-var-value): Simplify by CSE.
511 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
512 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
513 is used.
514 (sh-guess-basic-offset): Use cl-incf.
515 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
516
517 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
518
519 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
520 (bug#15699).
521
522 2013-10-24 Glenn Morris <rgm@gnu.org>
523
524 * Makefile.in (abs_top_srcdir): Remove.
525 (update-subdirs): Use relative path to update-subdirs.
526
527 2013-10-24 Eli Zaretskii <eliz@gnu.org>
528
529 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
530 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
531 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
532 Call unmsys--file-name before expand-file-name, not after it.
533
534 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
535
536 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
537 (ert-test-skipped): New error.
538 (ert-skip, ert-stats-skipped): New defuns.
539 (ert--skip-unless): New macro.
540 (ert-test-skipped): New struct.
541 (ert--run-test-debugger, ert-test-result-type-p)
542 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
543 (ert--stats-set-test-and-result, ert-char-for-test-result)
544 (ert-string-for-test-result, ert-run-tests-batch)
545 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
546 Handle skipped tests. (Bug#9803)
547
548 2013-10-24 Glenn Morris <rgm@gnu.org>
549
550 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
551
552 * Makefile.in (abs_top_srcdir): New, set by configure.
553 (update-subdirs): Correct build-aux location.
554
555 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
556
557 * vc/vc.el (vc-print-root-log): Always set `default-directory'
558 value, whether we could auto-deduce `backend', or not.
559
560 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
561 with parameters" example. Simplify the "is it block or is it
562 hash" check, but also make it more thorough.
563
564 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
565
566 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
567
568 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
569
570 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
571 { if it is hanging.
572
573 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
574 :before ";".
575
576 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
577
578 * progmodes/compile.el (compilation-directory-matcher)
579 (compilation-page-delimiter):
580 Support GNU Make-4.0 directory quoting. (Bug#15678)
581
582 2013-10-23 Leo Liu <sdl.web@gmail.com>
583
584 * ido.el (ido-tidy): Handle read-only text.
585
586 2013-10-23 Glenn Morris <rgm@gnu.org>
587
588 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
589 (emacs, compile, compile-always):
590 Quote entities that might contain whitespace.
591 (custom-deps, finder-data, autoloads): Use abs_lisp.
592 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
593 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
594 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
595
596 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
597
598 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
599 Use `following-char'.
600
601 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
604 * progmodes/ruby-mode.el (ruby-smie-rules):
605 Remove corresponding workaround. Fix indentation rule of ";" so it
606 also applies when ";" is the parent.
607
608 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
609
610 * frame.el (display-screens, display-pixel-height)
611 (display-pixel-width, display-mm-width, display-backing-store)
612 (display-save-under, display-planes, display-color-cells)
613 (display-visual-class, display-monitor-attributes-list):
614 Mention the optional ‘display’ argument in doc strings.
615
616 2013-10-22 Michael Gauland <mikelygee@amuri.net>
617
618 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
619 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
620
621 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
622
623 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
624 TODO. Add "." after " @ ".
625 (ruby-smie--at-dot-call): New function. Checks if point at method
626 call with explicit target.
627 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
628 to the method name tokens when it precedes them.
629 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
630 (ruby-smie-rules): Add rule for indentation before and after "."
631 token.
632
633 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
634
635 * textmodes/remember.el (remember-diary-extract-entries):
636 Avoid add-to-list.
637
638 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
639 an instruction.
640
641 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
642
643 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
644 (ruby-smie--implicit-semi-p): Add new operator chars.
645
646 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
647 `smie-down-list'.
648 (ruby-smie--args-separator-p): Check that there's no newline
649 between method call and its arguments.
650
651 2013-10-20 Alan Mackenzie <acm@muc.de>
652
653 Allow comma separated lists after Java "implements".
654
655 * progmodes/cc-engine.el (c-backward-over-enum-header):
656 Parse commas.
657 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
658 from a "disallowed" list in enum fontification.
659
660 2013-10-20 Johan Bockgård <bojohan@gnu.org>
661
662 * startup.el (default-frame-background-mode): Remove unused defvar.
663
664 * progmodes/verilog-mode.el (verilog-mode): Don't set
665 comment-indent-function globally.
666
667 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
668
669 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
670 Move Info menu item creation to ns-win.el.
671
672 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
673 in menu bar.
674
675 * menu-bar.el: Move GNUStep specific menus...
676
677 * term/ns-win.el (ns-initialize-window-system): ... to here.
678
679 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * simple.el (newline): Only run post-self-insert-hook when
682 called interactively.
683
684 2013-10-19 Johan Bockgård <bojohan@gnu.org>
685
686 * icomplete.el (icomplete-with-completion-tables): Add :version.
687
688 2013-10-19 Alan Mackenzie <acm@muc.de>
689
690 Fix fontification bugs with constructors and const.
691
692 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
693 CASE 2) Remove the check for the absence of a suffix construct
694 after a function declaration with only types (no identifiers) in
695 the parentheses. Also, accept a function declaration with just a
696 type inside the parentheses, if this type can be positively
697 recognised as such, or if a prefix keyword like "explicit" nails
698 down the construct as a declaration.
699
700 2013-10-19 Eli Zaretskii <eliz@gnu.org>
701
702 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
703 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
704 the problem whereby selecting a menu item that leads to a
705 minibuffer prompt moves the cursor out of the minibuffer window,
706 making it hard to type at the prompt. Suggested by Stefan Monnier
707 <monnier@iro.umontreal.ca>.
708
709 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
710
711 * menu-bar.el: Don't make Services menu.
712
713 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
714
715 * ffap.el: Handle "/usr/include/c++/<version>" directories.
716 (ffap-alist): Use ffap-c++-mode for c++-mode.
717 (ffap-c++-path): New variable.
718 (ffap-c++-mode): New function.
719
720 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
721
722 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
723
724 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
725
726 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
727 introduced on 2013-09-08, which results in an infinite loop
728 requesting a password.
729
730 2013-10-18 Glenn Morris <rgm@gnu.org>
731
732 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
733
734 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
735
736 Sync with upstream verilog-mode revision 1a6ecec7.
737 * progmodes/verilog-mode.el (verilog-mode-version): Update.
738 (verilog-mode-release-date): Remove.
739 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
740 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
741 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
742 (verilog-auto-tieoff-ignore-regexp)
743 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
744 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
745 (verilog-signals-with, verilog-dir-cache-preserving)
746 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
747 Doc fixes.
748 (verilog-case-fold): New option, to control case folding in
749 regexp searches, bug597.
750 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
751 (verilog-string-match-fold, verilog-in-paren-count)
752 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
753 (verilog-at-close-struct-p): New functions.
754 (verilog-beg-block-re-ordered, verilog-extended-case-re)
755 (verilog-forward-sexp, verilog-set-auto-endcomments):
756 (verilog-leap-to-case-head): Handle "unique0" case.
757 (verilog-in-constraint-re): New constant.
758 (verilog-keywords, verilog-type-font-keywords):
759 Add some SystemVerilog 1800-2012 keywords.
760 (verilog-label-be): Remove unimplemented argument, bug669.
761 (verilog-batch-execute-func): When batch expanding clear
762 create-lockfiles to prevent spurious user locks when a file ends
763 up not changing.
764 (verilog-calculate-indent, verilog-calc-1)
765 (verilog-at-close-constraint-p, verilog-at-constraint-p)
766 (verilog-do-indent): Fix indentation of nested constraints
767 and structures.
768 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
769 (verilog-auto-inst-param): Use verilog-string-match-fold.
770 (verilog-read-inst-module-matcher):
771 Fix AUTOINST on gate primitives with #1.
772 (verilog-read-decls): Fix double-declaring user-defined typed signals.
773 Reads all user-defined typed variables.
774 (verilog-read-defines): Fix reading definitions inside comments, bug647.
775 (verilog-signals-matching-regexp)
776 (verilog-signals-not-matching-regexp, verilog-auto):
777 Respect verilog-case-fold.
778 (verilog-diff-report): Fix line count.
779 (verilog-auto-assign-modport): Remove unused local `modi'.
780 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
781 better handle multidimensional arrays.
782 Fix packed array ports misadding bit index in AUTOINST, bug637.
783 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
784 to not double-declare existing outputs and inputs, respectively.
785 (verilog-template-map): Bind U to verilog-sk-uvm-component.
786 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
787 (verilog-sk-uvm-component): New skeleton.
788 (verilog-submit-bug-report): Add verilog-case-fold,
789 remove verilog-mode-release-date.
790
791 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
792
793 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
794 as before.
795
796 2013-10-18 Reuben Thomas <rrt@sc3d.org>
797
798 * textmodes/remember.el (remember): set buffer-offer-save in
799 remember buffers (bug#13566).
800
801 2013-10-18 Daniel Colascione <dancol@dancol.org>
802
803 When evaluating forms in ielm, direct standard output to ielm
804 buffer. Add new ielm-return-for-effect command. Remove trailing
805 whitespace throughout.
806
807 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
808 (ielm-return-for-effect): New command.
809 (ielm-send-input): Accept optional `for-effect' parameter.
810 (ielm-eval-input): Accept optional `for-effect' parameter.
811 Bind `standard-output' to stream we create using
812 `ielm-standard-output-impl'. Suppress printing result when
813 `for-effect'.
814 (ielm-standard-output-impl): New function.
815 (inferior-emacs-lisp-mode): Explain new features in documentation.
816
817 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
818
819 Code cleanup.
820
821 * net/tramp.el (tramp-debug-message): Do not check for connection
822 buffer.
823 (tramp-message): Use "vector" connection property.
824
825 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
826 (tramp-equal-remote, tramp-eshell-directory-change)
827 * net/tramp-adb.el (tramp-adb-handle-copy-file)
828 (tramp-adb-handle-rename-file)
829 * net/tramp-cmds.el (tramp-list-remote-buffers)
830 (tramp-cleanup-connection, tramp-cleanup-this-connection)
831 * net/tramp-compat.el (tramp-compat-process-running-p)
832 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
833 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
834 (tramp-gvfs-handle-rename-file)
835 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
836 (tramp-set-file-uid-gid)
837 * net/tramp-smb.el (tramp-smb-handle-copy-file)
838 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
839 of `file-remote-p'.
840
841 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
842 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
843 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
844 (tramp-gw-open-network-stream): Suppress unrelated traces.
845
846 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
847 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
848 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
849 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
850 connection property.
851
852 * net/tramp-cache.el (top): Suppress traces when reading
853 persistency file.
854
855 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
856 Refactor common code. Improve debug message.
857 (tramp-maybe-open-connection)
858 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
859 connection buffer too early.
860
861 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
862 from `tramp-smb-actions-with-acl'.
863 (tramp-smb-actions-set-acl): New defconst.
864 (tramp-smb-handle-copy-directory)
865 (tramp-smb-action-get-acl): New defun, renamed from
866 `tramp-smb-action-with-acl'.
867 (tramp-smb-action-set-acl): New defun.
868 (tramp-smb-handle-set-file-acl): Rewrite.
869
870 2013-10-17 Glenn Morris <rgm@gnu.org>
871
872 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
873
874 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
875
876 * skeleton.el (skeleton-newline): Remove.
877 (skeleton-internal-1): Use (insert "\n") instead.
878
879 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
880 let-bindings.
881
882 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
883 forward-sexp-function while we redo its job (bug#15613).
884
885 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
886
887 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
888 represented by lists.
889
890 2013-10-16 Glenn Morris <rgm@gnu.org>
891
892 * tmm.el (tmm--history): New dynamic variable.
893 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
894
895 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
896
897 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
898 (tramp-smb-errors): Add error messages.
899 (tramp-smb-actions-with-acl): New defconst.
900 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
901 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
902 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
903 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
904 (tramp-smb-get-stat-capability): Fix tests.
905
906 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
907
908 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
909 (bug#15580).
910
911 2013-10-16 Glenn Morris <rgm@gnu.org>
912
913 * ansi-color.el (ansi-color-drop-regexp):
914 Add 1J, 1K, 2K. (Bug#15617)
915
916 * files.el (hack-local-variables--warned-lexical): New.
917 (hack-local-variables):
918 Warn about misplaced lexical-binding. (Bug#15616)
919
920 * net/eww.el (eww-render): Always set eww-current-url,
921 and update header line. (Bug#15622)
922 (eww-display-html): ... Rather than just doing it here.
923
924 2013-10-15 Eli Zaretskii <eliz@gnu.org>
925
926 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
927 menu navigations commands.
928
929 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
930
931 * progmodes/subword.el (subword-capitalize): Be careful when
932 the search for [[:alpha:]] fails (bug#15580).
933
934 2013-10-14 Eli Zaretskii <eliz@gnu.org>
935
936 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
937 to commands that scroll the menu.
938
939 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
940
941 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
942 Handle methods ending with `?' and `!'.
943
944 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
945
946 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
947 `japanese-cp932' to `cp932' to fix the problem where saving a
948 source file written in Shift_JIS twice would end up having
949 `coding: japanese-cp932' which Ruby could not recognize.
950 (ruby-mode-set-encoding): Add support for encodings mapped to nil
951 in `ruby-encoding-map'.
952 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
953 doesn't need to be explicitly declared in magic comment.
954 (ruby-encoding-map): Add type declaration for better customize UI.
955
956 2013-10-13 Glenn Morris <rgm@gnu.org>
957
958 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
959 Occur buffers are read-only. http://bugs.debian.org/720775
960
961 * emacs-lisp/authors.el (authors-fixed-entries):
962 Comment out old alpha stuff.
963
964 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
965
966 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
967 to `after-save-hook' instead of `before-save-hook'.
968 (ruby-mode-set-encoding): Use the value of coding system used to
969 write the file. Call `basic-save-buffer-1' after modifying the
970 buffer.
971
972 2013-10-13 Alan Mackenzie <acm@muc.de>
973
974 Fix indentation/fontification of Java enum with
975 "implements"/generic.
976
977 * progmodes/cc-engine.el (c-backward-over-enum-header):
978 Extracted from the three other places and enhanced to handle generics.
979 (c-inside-bracelist-p): Uses new function above.
980 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
981 function above.
982 (c-font-lock-enum-tail): Uses new function above.
983
984 2013-10-13 Kenichi Handa <handa@gnu.org>
985
986 * international/mule-cmds.el (select-safe-coding-system): Remove a
987 superfluous condition in chekcing whether a coding system is safe
988 or not.
989
990 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
991
992 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
993
994 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
995
996 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
997
998 2013-10-13 Glenn Morris <rgm@gnu.org>
999
1000 * menu-bar.el (menu-bar-update-buffers):
1001 Unify Buffers menu prompt string. (Bug#15576)
1002
1003 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
1004
1005 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
1006 Add some entries.
1007 (authors-fixed-entries): Use accented form of name.
1008
1009 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1010
1011 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
1012 method calls (bug#15594).
1013 (ruby-smie--args-separator-p): New function.
1014 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
1015 recognize paren-free method calls.
1016
1017 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
1018 internals of universal-argument.
1019
1020 2013-10-11 Eli Zaretskii <eliz@gnu.org>
1021
1022 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
1023 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
1024 dropped menu on second mouse click on the menu bar.
1025
1026 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1027
1028 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
1029 (explicit-shell-file-name): Declare.
1030 (sh--vars-before-point, sh--cmd-completion-table): New functions.
1031 (sh-completion-at-point-function): New function.
1032 (sh-mode): Use it.
1033 (sh-smie--keyword-p): Remove unused argument.
1034 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
1035 vars.
1036 (sh-set-shell): Always setup SMIE, even if we use the
1037 old indentation code.
1038
1039 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1040
1041 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
1042 cases of ? and =.
1043 (ruby-smie-rules): Simplify the "do" rule. The cases when the
1044 predicate would return nil are almost non-existent.
1045 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
1046
1047 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
1048 cache also after commands that modify the buffer but don't move
1049 point.
1050
1051 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1052
1053 * env.el (substitute-env-in-file-name): New function.
1054 (substitute-env-vars): Extend the meaning of the optional arg.
1055
1056 2013-10-10 Eli Zaretskii <eliz@gnu.org>
1057
1058 * term/w32-win.el (dynamic-library-alist): Define separate lists
1059 of GIF DLLs for versions before and after 5.0.0 of giflib.
1060 (Bug#15531)
1061
1062 2013-10-10 João Távora <joaotavora@gmail.com>
1063
1064 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
1065 not locked, use last revision and current source as
1066 defaults. (Bug#15569)
1067
1068 2013-10-10 Masatake YAMATO <yamato@redhat.com>
1069
1070 * menu-bar.el (menu-bar-open): Don't use popup-menu if
1071 menu-bar is hidden.
1072
1073 2013-10-10 Martin Rudalics <rudalics@gmx.at>
1074
1075 * window.el (pop-to-buffer-same-window): Fix doc-string.
1076 (Bug#15492)
1077
1078 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1079
1080 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
1081
1082 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
1083
1084 * calendar/icalendar.el (icalendar-import-file):
1085 Fix interactive spec. (Bug#15482)
1086
1087 2013-10-10 Glenn Morris <rgm@gnu.org>
1088
1089 * desktop.el (desktop-save): Default to saving in .emacs.d,
1090 since PWD is no longer in desktop-path by default. (Bug#15319)
1091
1092 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
1093 now that text mode has a menu with the same entry.
1094 (menu-bar-text-mode-auto-fill): Remove now unused func.
1095 * textmodes/text-mode.el (text-mode-map):
1096 Use auto-fill help text from menu-bar.el.
1097
1098 2013-10-10 John Anthony <john@jo.hnanthony.com>
1099
1100 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
1101
1102 2013-10-09 Juri Linkov <juri@jurta.org>
1103
1104 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
1105 instead of this-command-keys. Add universal-argument-more and
1106 universal-argument-minus to the list of prefix commands. (Bug#15568)
1107
1108 2013-10-09 Glenn Morris <rgm@gnu.org>
1109
1110 * vc/vc-svn.el (vc-svn-create-repo):
1111 Expand paths in file://... url. (Bug#15446)
1112
1113 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1114 Add some entries.
1115 (authors): Remove unused local variables.
1116
1117 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * profiler.el: Create a more coherent calltree from partial backtraces.
1120 (profiler-format): Hide the tail with `invisible' so that C-s can still
1121 find the hidden elements.
1122 (profiler-calltree-depth): Don't recurse so enthusiastically.
1123 (profiler-function-equal): New hash-table-test.
1124 (profiler-calltree-build-unified): New function.
1125 (profiler-calltree-build): Use it.
1126 (profiler-report-make-name-part): Indent the calltree less.
1127 (profiler-report-mode): Add visibility specs for profiler-format.
1128 (profiler-report-expand-entry, profiler-report-toggle-entry):
1129 Expand the whole subtree when provided with a prefix arg.
1130
1131 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
1132
1133 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
1134 iuwu-mod token.
1135 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
1136 hanging iuwu-mod token.
1137 (ruby-smie--forward-token): Do not include a dot after a token in
1138 that token.
1139 (ruby-smie--backward-token): Likewise.
1140
1141 2013-10-08 Juri Linkov <juri@jurta.org>
1142
1143 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
1144 to isearch-other-control-char.
1145 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
1146 and isearch-post-command-hook to post-command-hook.
1147 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
1148 and isearch-post-command-hook from post-command-hook.
1149 (isearch-unread-key-sequence)
1150 (isearch-reread-key-sequence-naturally)
1151 (isearch-lookup-scroll-key, isearch-other-control-char)
1152 (isearch-other-meta-char): Remove functions.
1153 (isearch-pre-command-hook, isearch-post-command-hook):
1154 New functions based on isearch-other-meta-char rewritten
1155 relying on the new behavior of overriding-terminal-local-map
1156 that does not replace the local keymaps any more. (Bug#15200)
1157
1158 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1159
1160 Support menus on text-mode terminals.
1161 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
1162 functionality.
1163
1164 * tooltip.el (tooltip-mode): Don't error out on TTYs.
1165
1166 * menu-bar.el (popup-menu, popup-menu-normalize-position):
1167 Move here from mouse.el.
1168 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
1169 and arrow keys.
1170 (tty-menu-navigation-map): New map for TTY menu navigation.
1171
1172 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
1173
1174 * frame.el (display-mouse-p): Report text-mode mouse as available
1175 on w32.
1176 (display-popup-menus-p): Report availability if mouse is
1177 available; don't condition on window-system.
1178
1179 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
1180 (tty-menu-selected-face): New faces.
1181
1182 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1183
1184 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
1185 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
1186 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
1187 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
1188 New constants.
1189 (lisp-mode-variables): New `elisp' argument.
1190 (emacs-lisp-mode): Use it.
1191 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
1192 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
1193
1194 * indent.el: Use lexical-binding.
1195 (indent-region): Add progress reporter.
1196 (tab-stop-list): Make it implicitly extend to infinity by repeating the
1197 last step.
1198 (indent--next-tab-stop): New function to implement this behavior.
1199 (tab-to-tab-stop, move-to-tab-stop): Use it.
1200
1201 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
1202
1203 * indent.el (indent-rigidly--current-indentation): New function.
1204 (indent-rigidly-map): New var.
1205 (indent-rigidly): Use it to provide interactive mode (bug#8196).
1206
1207 2013-10-08 Bastien Guerry <bzg@gnu.org>
1208
1209 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
1210
1211 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1212
1213 * progmodes/perl-mode.el: Use lexical-binding.
1214 Remove redundant :group args.
1215 (perl-nochange): Change default to be closer to other major modes's
1216 standard behavior.
1217 (perl-indent-line): Don't consider text on current line as a
1218 valid beginning of function from which to indent.
1219
1220 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
1221 with more than one argument (bug#15538).
1222
1223 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
1224
1225 * vc/pcvs.el: Use lexical-binding.
1226 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
1227 environment of `eval'.
1228 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
1229 than a list of expressions. Adjust callers.
1230 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
1231
1232 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
1233
1234 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
1235 case of the dot in a chained method call being on the following line.
1236
1237 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1238
1239 * electric.el (electric-indent-inhibit): New var.
1240 (electric-indent-post-self-insert-function): Use it.
1241 * progmodes/python.el (python-mode): Set it.
1242
1243 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
1244 open braces.
1245
1246 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
1247
1248 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
1249 (css-mode): Use electric-indent-chars.
1250
1251 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
1252 (font-lock-beg, font-lock-end): Move before first use.
1253 (nxml-mode): Use syntax-propertize-function.
1254 (nxml-after-change, nxml-after-change1): Adjust accordingly.
1255 (nxml-extend-after-change-region): Remove.
1256 * nxml/xmltok.el: Use lexical-binding.
1257 (xmltok-save): Use `declare'.
1258 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
1259 * nxml/nxml-util.el: Use lexical-binding.
1260 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
1261 Use `declare'.
1262 * nxml/nxml-ns.el: Use lexical-binding.
1263 (nxml-ns-save): Use `declare'.
1264 (nxml-ns-prefixes-for): Avoid add-to-list.
1265 * nxml/rng-match.el: Use lexical-binding.
1266 (rng--ipattern): Use cl-defstruct.
1267 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
1268 (rng-cons-group-after, rng-subst-group-after)
1269 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
1270 Use closures instead of `(lambda...).
1271
1272 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
1273
1274 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
1275 of BEG and END.
1276
1277 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1278 Use `tramp-handle-insert-file-contents'.
1279 (tramp-gvfs-handle-insert-file-contents): Remove function.
1280
1281 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1282 Use `save-restriction' in order to keep markers.
1283
1284 * net/trampver.el: Update release number.
1285
1286 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1287
1288 * progmodes/compile.el (compilation-parse-errors):
1289 Use compilation--put-prop.
1290 (compilation--ensure-parse): Check compilation-multiline.
1291
1292 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
1293
1294 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
1295 lexical-binding.
1296
1297 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
1298
1299 * progmodes/ruby-mode.el: Fix recently added tests.
1300 (ruby-smie-grammar): Add - and +.
1301 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
1302 (ruby-smie--backward-id): New functions.
1303 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
1304 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
1305 any more.
1306
1307 2013-10-07 Leo Liu <sdl.web@gmail.com>
1308
1309 * register.el (register-preview-delay)
1310 (register-preview-functions): New variables.
1311 (register-read-with-preview, register-preview)
1312 (register-describe-oneline): New functions.
1313 (point-to-register, window-configuration-to-register)
1314 (frame-configuration-to-register, jump-to-register)
1315 (number-to-register, view-register, insert-register)
1316 (copy-to-register, append-to-register, prepend-to-register)
1317 (copy-rectangle-to-register): Use register-read-with-preview to
1318 read register. (Bug#15525)
1319
1320 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
1321
1322 * net/network-stream.el (network-stream-open-starttls): Don't add
1323 --insecure if it's already present, because that gnutls-cli
1324 rejects getting that parameter twice.
1325
1326 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
1327
1328 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
1329 keyword, too.
1330
1331 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
1332
1333 * newcomment.el (comment-use-global-state): Change default value
1334 to t, mark obsolete (Bug#15251).
1335 (comment-beginning): In addition to `comment-to-syntax', check the
1336 value of `comment-use-global-state'.
1337
1338 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1339
1340 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
1341 (ruby-comment-column): Follow the global default, by default.
1342 (ruby-smie-grammar): Add assignment syntax.
1343 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
1344 open-paren, a comma, or a \.
1345 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
1346 and line continuations.
1347 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
1348 followed by implicit semi-colons. Add rule for string concatenation
1349 and for indentation at BOB.
1350 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
1351
1352 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
1353 calling next-sexp, since next-token may have skipped chars which
1354 next-sexp doesn't know should be skipped!
1355
1356 2013-10-05 Leo Liu <sdl.web@gmail.com>
1357
1358 * progmodes/octave.el (octave-send-region):
1359 Call compilation-forget-errors.
1360
1361 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1362
1363 * vc/vc-svn.el (vc-svn-find-admin-dir):
1364 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
1365 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
1366 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
1367 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
1368
1369 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1370
1371 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
1372
1373 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1374
1375 * subr.el (read-passwd): Hide chars even when called within a context
1376 where after-change-functions is disabled (bug#15501).
1377 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
1378 until we removed ourself from overriding-terminal-local-map.
1379
1380 2013-10-04 Leo Liu <sdl.web@gmail.com>
1381
1382 * progmodes/octave.el (inferior-octave-mode):
1383 Call compilation-forget-errors.
1384
1385 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1386
1387 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
1388
1389 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
1390
1391 * net/secrets.el (secrets-create-collection): Add optional
1392 argument ALIAS. Use proper Label keyword. Append ALIAS as
1393 dbus-call-method argument. (Bug#15516)
1394
1395 2013-10-04 Leo Liu <sdl.web@gmail.com>
1396
1397 * progmodes/octave.el (inferior-octave-error-regexp-alist)
1398 (inferior-octave-compilation-font-lock-keywords): New variables.
1399 (compilation-error-regexp-alist)
1400 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
1401 (inferior-octave-mode): Use compilation-shell-minor-mode.
1402
1403 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
1404
1405 * minibuffer.el (completion--replace): Be careful that `end' might be
1406 a marker.
1407
1408 2013-10-03 Daiki Ueno <ueno@gnu.org>
1409
1410 Add support for package signature checking.
1411 * emacs-lisp/package.el (url-http-file-exists-p)
1412 (epg-make-context, epg-context-set-home-directory)
1413 (epg-verify-string, epg-context-result-for)
1414 (epg-signature-status, epg-signature-to-string)
1415 (epg-check-configuration, epg-configuration)
1416 (epg-import-keys-from-file): Declare.
1417 (package-check-signature): New user option.
1418 (package-unsigned-archives): New user option.
1419 (package-desc): Add `signed' field.
1420 (package-load-descriptor): Set `signed' field if .signed file exists.
1421 (package--archive-file-exists-p): New function.
1422 (package--check-signature): New function.
1423 (package-install-from-archive): Check package signature.
1424 (package--download-one-archive): Check archive signature.
1425 (package-delete): Remove .signed file.
1426 (package-import-keyring): New command.
1427 (package-refresh-contents): Import default keyring.
1428 (package-desc-status): Add "unsigned" status.
1429 (describe-package-1, package-menu--print-info)
1430 (package-menu-mark-delete, package-menu--find-upgrades)
1431 (package-menu--status-predicate): Support "unsigned" status.
1432
1433 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1434
1435 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
1436 the new compilation scheme using the new byte-codes.
1437
1438 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
1439 (byte-pophandler): New byte codes.
1440 (byte-goto-ops): Adjust accordingly.
1441 (byte-compile--use-old-handlers): New var.
1442 (byte-compile-catch): Use new byte codes depending on
1443 byte-compile--use-old-handlers.
1444 (byte-compile-condition-case--old): Rename from
1445 byte-compile-condition-case.
1446 (byte-compile-condition-case--new): New function.
1447 (byte-compile-condition-case): New function that dispatches depending
1448 on byte-compile--use-old-handlers.
1449 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
1450 when we can.
1451
1452 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1453 Optimize under `condition-case' and `catch' if
1454 byte-compile--use-old-handlers is nil.
1455 (disassemble-offset): Handle new bytecodes.
1456
1457 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1458
1459 * subr.el (error): Use `declare'.
1460 (decode-char, encode-char): Use advertised-calling-convention instead
1461 of the docstring to discourage use of the `restriction' arg.
1462
1463 2013-10-03 Daiki Ueno <ueno@gnu.org>
1464
1465 * epg.el (epg-verify-file): Add a comment saying that it does not
1466 notify verification error as a return value nor a signal.
1467 (epg-verify-string): Ditto.
1468
1469 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1470
1471 * progmodes/compile.el (compilation-start): Try globbing the arg to
1472 `cd' (bug#15417).
1473
1474 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
1475
1476 Sync with Tramp 2.2.8.
1477
1478 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1479 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
1480 * net/trampver.el: Update release number.
1481
1482 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
1483
1484 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1485 and default-process-coding-system for darwin only.
1486
1487 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
1490
1491 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
1492
1493 * vc/vc-git.el (vc-git-grep): Disable pager.
1494
1495 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
1496
1497 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
1498 Use :url instead of :homepage, as per
1499 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
1500
1501 * newcomment.el (comment-beginning): When `comment-use-syntax' is
1502 non-nil, use `syntax-ppss' (Bug#15251).
1503
1504 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1505
1506 * progmodes/octave.el (inferior-octave-startup-file):
1507 Prefer ~/.emacs.d/init_octave.m.
1508
1509 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
1510
1511 * emacs-lisp/package.el (package-desc-from-define):
1512 Accept additional arguments as plist, convert them to an alist and store
1513 them in the `extras' slot.
1514 (package-generate-description-file): Convert extras alist back to
1515 plist and append to the `define-package' form arguments.
1516 (package--alist-to-plist): New function.
1517 (package--ac-desc): Add `extras' slot.
1518 (package--add-to-archive-contents): Check if the archive-contents
1519 vector is long enough, and if it is, pass its `extras' slot value
1520 to `package-desc-create'.
1521 (package-buffer-info): Call `lm-homepage', pass the returned value
1522 to `package-desc-from-define'.
1523 (describe-package-1): Render the homepage button (Bug#13291).
1524
1525 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1526 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
1527
1528 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
1529
1530 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1531 and default-process-coding-system to utf-8-unix (Bug#15402).
1532
1533 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1534
1535 * subr.el (looking-back): Do not recommend using looking-back.
1536
1537 2013-09-28 Alan Mackenzie <acm@muc.de>
1538
1539 Fix indentation/fontification of Java enum with "implements".
1540
1541 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
1542 regexp which matches "implements", etc., in Java.
1543 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
1544 specifier clauses coming after "enum".
1545 * progmodes/cc-fonts.el (c-font-lock-declarations)
1546 (c-font-lock-enum-tail): Check for extra specifier clauses coming
1547 after "enum".
1548
1549 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
1550
1551 * faces.el (region): Change ns_selection_color to
1552 ns_selection_fg_color, add ns_selection_bg_color.
1553
1554 2013-09-28 Leo Liu <sdl.web@gmail.com>
1555
1556 * progmodes/octave.el (inferior-octave-completion-table)
1557 (inferior-octave-completion-at-point): Minor tweaks.
1558
1559 * textmodes/ispell.el (ispell-lookup-words): Rename from
1560 lookup-words. (Bug#15460)
1561 (lookup-words): Obsolete.
1562 (ispell-complete-word, ispell-command-loop): All uses changed.
1563
1564 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1565
1566 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
1567 (octave-mode-menu): Add octave-send-buffer.
1568 (octave-send-buffer): New function.
1569
1570 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1571
1572 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
1573 octave-lookfor.
1574 (octave-mode-menu): Add octave-lookfor.
1575 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
1576 octave-lookfor.
1577 (octave-lookfor): New function.
1578
1579 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1580
1581 * emacs-lisp/cl-macs.el:
1582 (cl--loop-destr-temps): Remove.
1583 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
1584 its convention.
1585 (cl--loop-set-iterator-function): New function.
1586 (cl-loop): Adjust accordingly, so as not to use cl-subst.
1587 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
1588 Bind `it' with `let' instead of substituting it with `cl-subst'.
1589 (cl--unused-var-p): New function.
1590 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
1591 Eliminate some unused variable warnings (bug#15326).
1592
1593 2013-09-27 Tassilo Horn <tsdh@gnu.org>
1594
1595 * doc-view.el (doc-view-scale-reset): Rename from
1596 `doc-view-reset-zoom-level'.
1597 (doc-view-scale-adjust): New command.
1598 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
1599 `doc-view-scale-adjust'.
1600
1601 2013-09-26 Tassilo Horn <tsdh@gnu.org>
1602
1603 * doc-view.el (doc-view-reset-zoom-level): New command.
1604 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
1605 zoom commands (bug#15466).
1606
1607 2013-09-26 Kenichi Handa <handa@gnu.org>
1608
1609 * international/quail.el (quail-help): Make it not a command.
1610
1611 2013-09-26 Leo Liu <sdl.web@gmail.com>
1612
1613 * minibuffer.el (completion-all-sorted-completions): Make args
1614 optional as they are.
1615
1616 2013-09-25 Daniel Colascione <dancol@dancol.org>
1617
1618 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
1619 specs are and that they're not evaluated.
1620
1621 2013-09-24 Sam Steingold <sds@gnu.org>
1622
1623 * midnight.el (clean-buffer-list-kill-regexps)
1624 (clean-buffer-list-kill-buffer-names): Update for the new Man
1625 buffer naming which includes the object name.
1626
1627 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1628
1629 * eshell/esh-cmd.el (eshell--sep-terms): New var.
1630 (eshell-parse-command, eshell-parse-pipeline): Use it since
1631 eshell-separate-commands requires a dynamic scoped var.
1632 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
1633
1634 2013-09-23 Leo Liu <sdl.web@gmail.com>
1635
1636 * autoinsert.el (auto-insert-alist): Make the value of
1637 lexical-binding match its file setting.
1638
1639 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
1640
1641 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
1642
1643 * autoarg.el (autoarg-kp-digit-argument):
1644 * electric.el (Electric-command-loop):
1645 * kmacro.el (kmacro-step-edit-insert):
1646 Do not set universal-argument-num-events.
1647
1648 2013-09-22 Leo Liu <sdl.web@gmail.com>
1649
1650 * files.el (interpreter-mode-alist): Add octave.
1651
1652 2013-09-21 Alan Mackenzie <acm@muc.de>
1653
1654 C++: fontify identifier in declaration following "public:" correctly.
1655 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
1656 to match "public", etc.
1657 (c-decl-prefix-re): Add ":" into the C++ value.
1658 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
1659 bit. Add a check for a ":" preceded by "public", etc.
1660
1661 2013-09-21 Eli Zaretskii <eliz@gnu.org>
1662
1663 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
1664 recognized by GDB 7.5 and later.
1665
1666 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1667
1668 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
1669
1670 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1671
1672 * subr.el (internal--call-interactively): New const.
1673 (called-interactively-p): Use it (bug#3984).
1674
1675 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
1676
1677 * vc/pcvs.el (cvs-mode-ignore):
1678 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
1679 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
1680
1681 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
1684 (eshell-ls-orig-insert-directory): Remove.
1685 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
1686 (eshell-ls-use-in-dired): Use advice-add/remove.
1687 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
1688 Add `orig-fun' arg for use in :around advice.
1689 Make it check (redundantly) eshell-ls-use-in-dired.
1690
1691 2013-09-19 Glenn Morris <rgm@gnu.org>
1692
1693 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
1694
1695 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
1696
1697 * emacs-lisp/eieio.el (class-parent): Undo previous change.
1698
1699 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
1700
1701 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
1702 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
1703 (tramp-get-remote-python): New defuns.
1704 (tramp-get-remote-uid-with-perl)
1705 (tramp-get-remote-gid-with-perl): New defuns. Perl code
1706 contributed by yary <not.com@gmail.com> (tiny change).
1707 (tramp-get-remote-uid-with-python)
1708 (tramp-get-remote-gid-with-python): New defuns. Python code
1709 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
1710 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
1711
1712 2013-09-19 Glenn Morris <rgm@gnu.org>
1713
1714 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
1715
1716 * eshell/em-unix.el (eshell-remove-entries):
1717 Rename argument to avoid name-clash with global `top-level'.
1718
1719 * eshell/esh-proc.el (eshell-kill-process-function):
1720 Remove eshell-reset-after-proc from eshell-kill-hook if present.
1721 (eshell-reset-after-proc): Remove unused arg `proc'.
1722
1723 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
1724 (directory-files-and-attributes): Mark unused arg.
1725
1726 * eshell/em-unix.el (eshell-remove-entries):
1727 Remove unused arg `path'. Update callers.
1728
1729 * eshell/em-hist.el (eshell-hist-parse-arguments):
1730 Remove unused arg `silent'. Update callers.
1731
1732 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
1733 Fix (f)boundp mix-up.
1734
1735 * eshell/em-smart.el (eshell-smart-scroll-window)
1736 (eshell-disable-after-change):
1737 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
1738
1739 2013-09-18 Alan Mackenzie <acm@muc.de>
1740
1741 Fix fontification of type when followed by "const".
1742 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
1743 "known" types from fontification.
1744
1745 2013-09-18 Glenn Morris <rgm@gnu.org>
1746
1747 * emacs-lisp/chart.el (x-display-color-cells): Declare.
1748 (chart-face-list): Drop Emacsen without display-color-p.
1749
1750 * net/eww.el (libxml-parse-html-region): Declare.
1751 (eww-display-html): Explicit error if no libxml2 support.
1752
1753 * doc-view.el (doc-view-mode): Silence --without-x compilation.
1754
1755 * image.el (image-type-from-buffer, image-multi-frame-p):
1756 Remove --without-x warning/error.
1757
1758 * mouse.el (mouse-yank-primary):
1759 * term.el (term-mouse-paste):
1760 Reorder to silence --without-x compilation.
1761
1762 * mpc.el (doc-view-mode): Silence --without-x compilation.
1763
1764 * mail/rmailmm.el (rmail-mime-set-bulk-data):
1765 Silence --without-x compilation.
1766
1767 * progmodes/gud.el (gud-find-file, gud-mode):
1768 Silence --without-x compilation.
1769 (tooltip-mode): Declare.
1770
1771 * wdired.el (dired-backup-overwrite): Remove declaration.
1772 (wdired-mode-map): Add doc string.
1773
1774 * custom.el (x-get-resource): Declare.
1775
1776 * eshell/em-glob.el (ange-cache):
1777 * eshell/em-unix.el (ange-cache): Declare.
1778
1779 * faces.el (x-display-list, x-open-connection, x-get-resource):
1780 Declare.
1781
1782 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
1783 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
1784 Declare.
1785
1786 * frame.el (x-display-grayscale-p, x-display-name): Declare.
1787
1788 * net/gnutls.el (gnutls-log-level): Declare.
1789
1790 * net/shr.el (image-size, image-animate): Declare.
1791
1792 * simple.el (font-info): Declare.
1793
1794 * subr.el (x-popup-dialog): Declare.
1795
1796 * term/common-win.el (x-select-enable-primary)
1797 (x-last-selected-text-primary, x-last-selected-text-clipboard):
1798 Declare.
1799
1800 * term/ns-win.el (x-handle-args): Declare.
1801
1802 * term/x-win.el (x-select-enable-clipboard): Declare.
1803
1804 * term/w32-win.el (create-default-fontset): Declare.
1805
1806 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
1807 Declare.
1808
1809 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
1810 (fit-frame-to-buffer): Explicit error if --without-x.
1811 (mouse-autoselect-window-select): Silence compiler.
1812
1813 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
1814
1815 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
1816 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
1817 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
1818 * eshell/esh-util.el (eshell-sublist):
1819 Remove unused local variables.
1820
1821 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
1822
1823 * textmodes/two-column.el: Make 2C-split work for --without-x.
1824 (scroll-bar-columns): Autoload.
1825 (top-level): Require fringe when compiling.
1826
1827 2013-09-18 Leo Liu <sdl.web@gmail.com>
1828
1829 * subr.el (add-hook): Robustify to handle closure as well.
1830
1831 2013-09-17 Glenn Morris <rgm@gnu.org>
1832
1833 * simple.el (messages-buffer-mode-map): Unbind "g".
1834
1835 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1836
1837 * help-mode.el (help-mode-finish): Use derived-mode-p.
1838 Remove obsolete highlighting.
1839
1840 * play/life.el (life-mode): Use define-derived-mode. Derive from
1841 special-mode.
1842 (life): Let-bind inhibit-read-only.
1843 (life-setup): Avoid `setq'. Use `life-mode'.
1844
1845 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
1846 which should not be needed any more.
1847 (package-menu-refresh, package-menu-describe-package): Use user-error.
1848
1849 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
1850 (eshell-post-rewrite-command-hook): Make obsolete.
1851 (eshell-parse-command): Simplify.
1852 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
1853 (eshell--cmd): Declare.
1854 (eshell-parse-pipeline): Remove unused var `final-p'.
1855 Pass a dynvar to eshell-post-rewrite-command-hook.
1856 Implement the new eshell-post-rewrite-command-function.
1857 (eshell-invoke-directly): Remove unused arg `input'.
1858 * eshell/esh-io.el (eshell-io-initialize):
1859 Use eshell-post-rewrite-command-function (bug#15399).
1860 (eshell--apply-redirections): Rename from eshell-apply-redirections;
1861 adjust to new calling convention.
1862 (eshell-create-handles): Rename args to avoid clashing with dynvar
1863 `standard-output'.
1864
1865 2013-09-17 Glenn Morris <rgm@gnu.org>
1866
1867 * simple.el (messages-buffer-mode): New major mode.
1868 (messages-buffer): New function.
1869 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
1870 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
1871 (ert-run-test): Use `messages-buffer' function.
1872 (ert--force-message-log-buffer-truncation): Ignore read-only.
1873 * help.el (view-echo-area-messages): Use `messages-buffer' function.
1874 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
1875
1876 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
1879
1880 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
1881
1882 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1883
1884 * icomplete.el (icomplete-in-buffer): New var.
1885 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
1886 vars and replace them with functions.
1887 (icomplete-minibuffer-setup): Adjust accordingly.
1888 (icomplete--completion-table, icomplete--completion-predicate)
1889 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
1890 New functions.
1891 (icomplete-forward-completions, icomplete-backward-completions)
1892 (icomplete-simple-completing-p, icomplete-exhibit)
1893 (icomplete-completions): Use them.
1894 (icomplete--in-region-buffer): New var.
1895 (icomplete--in-region-setup): New function.
1896 (icomplete-mode): Use it.
1897
1898 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
1899 (bug#15379).
1900 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
1901 return args and options.
1902 (eshell-eval-using-options): Use the new return value of
1903 eshell--do-opts to set the options's vars in their scope.
1904 (eshell--set-option): Rename from eshell-set-option.
1905 Add arg `opt-vals'.
1906 (eshell--process-option): Rename from eshell-process-option.
1907 Add arg `opt-vals'.
1908 (eshell--process-args): Use an `opt-vals' alist to store the options's
1909 values during their processing and return them additionally to the
1910 remaining args.
1911
1912 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
1913
1914 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
1915 continuation character an operator, as far as indentation is
1916 concerned (Bug#15369).
1917
1918 2013-09-15 Martin Rudalics <rudalics@gmx.at>
1919
1920 * window.el (window--state-put-2): Don't process buffer state
1921 when buffer doesn't exist any more (Bug#15382).
1922
1923 2013-09-15 Glenn Morris <rgm@gnu.org>
1924
1925 * eshell/em-unix.el (eshell/rm):
1926 Make -f ignore missing files. (Bug#15373)
1927
1928 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
1929 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
1930 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
1931
1932 2013-09-14 Glenn Morris <rgm@gnu.org>
1933
1934 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
1935
1936 2013-09-13 Glenn Morris <rgm@gnu.org>
1937
1938 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
1939 (dired-guess-default): Make `file' available in the env. (Bug#15363)
1940
1941 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
1942
1943 * frame.el (x-focus-frame): Mark as declared in frame.c.
1944
1945 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1946
1947 * ls-lisp.el: Use advice-add.
1948 (original-insert-directory): Remove.
1949 (ls-lisp--insert-directory): Rename from insert-directory; add
1950 `orig-fun' argument.
1951 (insert-directory): Advise.
1952
1953 2013-09-13 Eli Zaretskii <eliz@gnu.org>
1954
1955 * term.el (term-emulate-terminal): Decode the command string
1956 before passing it to term-command-hook. (Bug#15337)
1957
1958 2013-09-13 Glenn Morris <rgm@gnu.org>
1959
1960 * eshell/esh-util.el (ange-cache): Move declaration earlier.
1961
1962 * eshell/esh-ext.el (eshell-search-path): Declare.
1963
1964 * eshell/em-prompt.el (eshell/pwd): Autoload it.
1965 Otherwise an error occurs if eshell-dirs module not loaded.
1966
1967 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
1968
1969 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
1970
1971 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
1972 `tramp-check-proper-host'. Check for a valid method name.
1973
1974 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1975 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1976 * net/tramp-sh.el (tramp-maybe-open-connection):
1977 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
1978
1979 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
1980 also for hash values.
1981
1982 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1983
1984 * term/ns-win.el (parameters): Don't declare as dynamic.
1985 (before-make-frame-hook): Don't add ineffective function.
1986
1987 * eshell/*.el: Use lexical-binding (bug#15231).
1988
1989 2013-09-12 Kenichi Handa <handa@gnu.org>
1990
1991 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
1992
1993 2013-09-12 Glenn Morris <rgm@gnu.org>
1994
1995 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
1996 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
1997
1998 * subr.el (do-after-load-evaluation): Also give compiler warnings
1999 when obsolete files are used (except by obsolete files).
2000
2001 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
2002 in the status output, assume `filename' is the first. (Bug#15322)
2003
2004 * vc/vc.el (vc-deduce-fileset): Doc fix.
2005
2006 * calc/calc-help.el (Info-goto-node):
2007 * progmodes/cperl-mode.el (Info-find-node):
2008 * vc/ediff.el (Info-goto-node): Update declarations.
2009
2010 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
2011
2012 * vc/vc-bzr.el (vc-compilation-mode): Declare.
2013 (vc-bzr-pull): Require vc-dispatcher.
2014 * vc/vc-git.el (vc-compilation-mode): Declare.
2015 (vc-git-pull): Require vc-dispatcher.
2016
2017 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
2018
2019 * progmodes/octave.el (help-button-action): Declare.
2020
2021 * shell.el (shell-directory-tracker): Output error as a message
2022 rather than just returning it as a string.
2023 (shell-process-pushd): Remove useless use of message.
2024
2025 * dframe.el (dframe-timer-fn):
2026 * files.el (dir-locals-read-from-file):
2027 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
2028 (mpc-format):
2029 * reveal.el (reveal-post-command):
2030 * saveplace.el (load-save-place-alist-from-file):
2031 * shell.el (shell-resync-dirs):
2032 * w32-common-fns.el (x-get-selection-value):
2033 * emacs-lisp/copyright.el (copyright-find-copyright):
2034 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2035 * emulation/tpu-edt.el (tpu-copy-keyfile):
2036 * play/bubbles.el (bubbles--mark-neighbourhood):
2037 * progmodes/executable.el
2038 (executable-make-buffer-file-executable-if-script-p):
2039 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2040
2041 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2042
2043 Cleanup Eshell to rely less on dynamic scoping.
2044 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
2045 last-value, and ext-command here. Bind `args' closer to `body'.
2046 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
2047 (eshell--args): Declare new dynamic var.
2048 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
2049 last-value, and ext-command. Pass `args' to `body'.
2050 (eshell-process-args): Bind eshell--args.
2051 (eshell-set-option): Use eshell--args.
2052 * eshell/eshell.el (eshell): Use derived-mode-p.
2053 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
2054 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
2055 (eshell-glob-function): Declare.
2056 * eshell/esh-util.el: Require cl-lib.
2057 (eshell-read-hosts-file): Avoid add-to-list.
2058 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
2059 `err'.
2060 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
2061 Declare.
2062 (eshell/diff): Remove unused var `err'.
2063 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
2064 `killflag'.
2065 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
2066 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
2067 first use.
2068 * eshell/em-glob.el (eshell-glob-matches, message-shown):
2069 Move declaration before first use.
2070 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
2071 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
2072 rely on cl-return.
2073
2074 2013-09-12 Glenn Morris <rgm@gnu.org>
2075
2076 * term/ns-win.el (global-map): Remove binding for ispell-next,
2077 deleted 1999-05-29. (Bug#15357)
2078
2079 2013-09-11 Glenn Morris <rgm@gnu.org>
2080
2081 * echistory.el (electric-command-history): Remove call to deleted func.
2082
2083 * play/landmark.el (landmark-mode): Fix typos.
2084
2085 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
2086 Check cvs-sort-ignore-file is bound.
2087
2088 * savehist.el: No need for cl when compiling on Emacs.
2089
2090 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2091
2092 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
2093 (bug#15338).
2094 (eshell-self-insert-command, eshell-send-invisible):
2095 Remove unused argument.
2096 (eshell-handle-control-codes): Remove unused var `orig'.
2097 Avoid delete-backward-char.
2098
2099 * files.el (set-auto-mode): Simplify a bit further.
2100
2101 2013-09-11 Glenn Morris <rgm@gnu.org>
2102
2103 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
2104 (set-auto-mode): Don't regexp-quote elements.
2105 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
2106 * progmodes/cc-mode.el (interpreter-mode-alist):
2107 * progmodes/ruby-mode.el (interpreter-mode-alist):
2108 Revert previous change.
2109
2110 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2111
2112 * play/snake.el (snake-mode):
2113 * play/mpuz.el (mpuz-mode):
2114 * play/landmark.el (lm-mode):
2115 * play/blackbox.el (blackbox-mode):
2116 * play/5x5.el (5x5-mode):
2117 * obsolete/options.el (Edit-options-mode):
2118 * net/quickurl.el (quickurl-list-mode):
2119 * net/newst-treeview.el (newsticker-treeview-mode):
2120 * mail/rmailsum.el (rmail-summary-mode):
2121 * mail/mspools.el (mspools-mode):
2122 * locate.el (locate-mode):
2123 * ibuffer.el (ibuffer-mode):
2124 * emulation/ws-mode.el (wordstar-mode):
2125 * emacs-lisp/debug.el (debugger-mode):
2126 * array.el (array-mode):
2127 * net/eudc.el (eudc-mode): Use define-derived-mode.
2128 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
2129 Move initialization into declaration.
2130 (mairix-searches-mode): Use define-derived-mode.
2131 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
2132 (eudc-edit-hotlist): Use dolist.
2133 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
2134 (Man-mode): Use define-derived-mode.
2135 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
2136 (Info-edit-mode): Use define-derived-mode.
2137 (Info-cease-edit): Use Info-mode.
2138 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
2139 into declaration.
2140 (eshell-mode): Use define-derived-mode.
2141 * chistory.el (command-history-mode-map): Rename from
2142 command-history-map.
2143 (command-history-mode): Use define-derived-mode.
2144 (Command-history-setup): Remove function.
2145 * calc/calc.el (calc-trail-mode-map): New var.
2146 (calc-trail-mode): Use define-derived-mode.
2147 (calc-trail-buffer): Set calc-main-buffer manually.
2148 * bookmark.el (bookmark-insert-annotation): New function.
2149 (bookmark-edit-annotation): Use it.
2150 (bookmark-edit-annotation-mode): Make it a proper major mode.
2151 (bookmark-send-edited-annotation): Use derived-mode-p.
2152 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
2153 closer to its ideal place. Use \' to match EOS.
2154
2155 * profiler.el (profiler-calltree-find): Use function-equal.
2156
2157 2013-09-10 Glenn Morris <rgm@gnu.org>
2158
2159 * files.el (interpreter-mode-alist): Convert to regexps.
2160 (set-auto-mode): Adapt for this. (Bug#15306)
2161 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
2162 Comment out unused variable.
2163 * progmodes/cc-mode.el (interpreter-mode-alist):
2164 * progmodes/python.el (interpreter-mode-alist):
2165 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
2166 * progmodes/sh-script.el (sh-set-shell):
2167 No longer use interpreter-mode-alist to get list of shells.
2168
2169 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
2170
2171 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2172
2173 * simple.el: Use set-temporary-overlay-map for universal-argument.
2174 (universal-argument-map): Don't use default-bindings (bug#15317).
2175 Bind switch-frame explicitly. Replace universal-argument-minus with
2176 a conditional binding.
2177 (universal-argument-num-events, saved-overriding-map): Remove.
2178 (restore-overriding-map): Remove.
2179 (universal-argument--mode): Rename from save&set-overriding-map,
2180 and rewrite.
2181 (universal-argument, universal-argument-more, negative-argument)
2182 (digit-argument): Adjust accordingly.
2183 (universal-argument-minus): Remove.
2184 (universal-argument-other-key): Remove.
2185
2186 * subr.el (with-demoted-errors): Add `format' argument.
2187
2188 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
2189
2190 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
2191 `tramp-cleanup-connection'.
2192
2193 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
2194 parameters KEEP-DEBUG and KEEP-PASSWORD.
2195
2196 * net/tramp.el (tramp-file-name-handler):
2197 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2198 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2199 (tramp-maybe-open-connection):
2200 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2201 Use `tramp-cleanup-connection'.
2202
2203 * net/tramp-sh.el (tramp-maybe-open-connection):
2204 Catch 'uname-changed inside the progress reporter.
2205
2206 2013-09-10 Glenn Morris <rgm@gnu.org>
2207
2208 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
2209
2210 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
2211 returns "alternate access method" in mode (eg "-rw-r--r--.").
2212
2213 2013-09-08 Glenn Morris <rgm@gnu.org>
2214
2215 * saveplace.el (load-save-place-alist-from-file):
2216 Demote errors. (Bug#15305)
2217
2218 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
2219
2220 Improve compatibility with older Emacsen, and XEmacs.
2221
2222 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
2223 only if it is bound. It isn't for XEmacs.
2224 (with-tramp-progress-reporter): Do not let-bind `result'.
2225 This yields to scoping errors in XEmacs.
2226 (tramp-handle-make-auto-save-file-name): New function, moved from
2227 tramp-sh.el.
2228
2229 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
2230 for `make-auto-save-file-name'.
2231 (tramp-adb--gnu-switches-to-ash):
2232 Use `tramp-compat-replace-regexp-in-string'.
2233
2234 * net/tramp-cache.el (tramp-cache-print): Call
2235 `substring-no-properties' only if it is bound. It isn't for XEmacs.
2236
2237 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
2238 bound. It isn't for XEmacs.
2239
2240 * net/tramp-compat.el (tramp-compat-copy-file):
2241 Catch `wrong-number-of-arguments' error.
2242 (tramp-compat-replace-regexp-in-string): New defun.
2243
2244 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
2245 for `make-auto-save-file-name'.
2246 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
2247 `copy-file'.
2248 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
2249 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
2250 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
2251
2252 * net/tramp-gw.el (tramp-gw-open-network-stream):
2253 Use `tramp-compat-replace-regexp-in-string'.
2254
2255 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2256 Call `tramp-handle-make-auto-save-file-name'.
2257 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
2258 (tramp-sh-file-gvfs-monitor-dir-process-filter)
2259 (tramp-sh-file-inotifywait-process-filter):
2260 Use `tramp-compat-replace-regexp-in-string'.
2261 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
2262
2263 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
2264 for `make-auto-save-file-name'.
2265 (tramp-smb-handle-copy-directory):
2266 Call `tramp-compat-replace-regexp-in-string'.
2267 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
2268 (tramp-smb-handle-copy-file): Improve error message.
2269 (tramp-smb-handle-rename-file): Rename directly only in case
2270 `newname' does not exist yet. This is a restriction of smbclient.
2271 (tramp-smb-maybe-open-connection): Rerun the function only when
2272 `auth-sources' is non-nil.
2273
2274 2013-09-08 Kenichi Handa <handa@gnu.org>
2275
2276 * international/characters.el: Set category "^" (Combining) for
2277 more characters.
2278
2279 2013-09-07 Alan Mackenzie <acm@muc.de>
2280
2281 Correctly fontify Java class constructors.
2282 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
2283 in Java Mode.
2284 (c-recognize-typeless-decls): Set the Java value to t.
2285 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
2286 While handling a "(", add a check for, effectively, Java, and handle a
2287 "typeless" declaration there.
2288
2289 2013-09-07 Roland Winkler <winkler@gnu.org>
2290
2291 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
2292 field subtitle for entry type book.
2293
2294 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * minibuffer.el: Make minibuffer-complete call completion-in-region
2297 rather than other way around.
2298 (completion--some, completion-pcm--find-all-completions):
2299 Don't delay signals when debugging.
2300 (minibuffer-completion-contents): Beware fields within the
2301 minibuffer contents.
2302 (completion-all-sorted-completions): Use defvar-local.
2303 (completion--do-completion, completion--cache-all-sorted-completions)
2304 (completion-all-sorted-completions, minibuffer-force-complete):
2305 Add args `beg' and `end'.
2306 (completion--in-region-1): New fun, extracted from minibuffer-complete.
2307 (minibuffer-complete): Use completion-in-region.
2308 (completion-complete-and-exit): New fun, extracted from
2309 minibuffer-complete-and-exit.
2310 (minibuffer-complete-and-exit): Use it.
2311 (completion--complete-and-exit): Rename from
2312 minibuffer--complete-and-exit.
2313 (completion-in-region--single-word): New function, extracted from
2314 minibuffer-complete-word.
2315 (minibuffer-complete-word): Use it.
2316 (display-completion-list): Make `common-substring' argument obsolete.
2317 (completion--in-region): Call completion--in-region-1 instead of
2318 minibuffer-complete.
2319 (completion-help-at-point): Pass boundaries to
2320 minibuffer-completion-help as args rather than via an overlay.
2321 (completion-pcm--string->pattern): Use `any-delim'.
2322 (completion-pcm--optimize-pattern): New function.
2323 (completion-pcm--pattern->regex): Handle `any-delim'.
2324 * icomplete.el (icomplete-forward-completions)
2325 (icomplete-backward-completions, icomplete-completions):
2326 Adjust calls to completion-all-sorted-completions and
2327 completion--cache-all-sorted-completions.
2328 (icomplete-with-completion-tables): Default to t.
2329 * emacs-lisp/crm.el (crm--current-element): Rename from
2330 crm--select-current-element. Don't put an overlay but return the
2331 boundaries instead.
2332 (crm--completion-command): Take two new args to bind to the boundaries.
2333 (crm-completion-help): Adjust accordingly.
2334 (crm-complete): Use completion-in-region.
2335 (crm-complete-word): Use completion-in-region--single-word.
2336 (crm-complete-and-exit): Use completion-complete-and-exit.
2337
2338 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2339
2340 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
2341 than dynamically.
2342
2343 2013-09-06 Juri Linkov <juri@jurta.org>
2344
2345 * info.el (Info-display-images-node): When image file doesn't exist
2346 display text version of the image if it's provided in the Info file.
2347 Otherwise, display the location of missing image from SRC attribute.
2348 Add help-echo text property from ALT attribute. (Bug#15279)
2349
2350 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2351
2352 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
2353 (edit-abbrevs-mode): Use define-derived-mode.
2354
2355 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
2356 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
2357 that it's defined.
2358 (epa-key-list-mode, epa-key-mode, epa-info-mode):
2359 Use define-derived-mode.
2360
2361 * epg.el (epg-start-encrypt): Minor CSE simplification.
2362
2363 2013-09-06 William Xu <william.xwl@gmail.com>
2364
2365 * arc-mode.el: Add support for 7za (bug#15264).
2366 (archive-7z-program): New var.
2367 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
2368 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
2369 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
2370
2371 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
2372
2373 Remove URL syntax.
2374
2375 * net/tramp.el (tramp-syntax, tramp-prefix-format)
2376 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
2377 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
2378 (tramp-postfix-host-format, tramp-file-name-regexp)
2379 (tramp-completion-file-name-regexp)
2380 (tramp-completion-dissect-file-name)
2381 (tramp-handle-substitute-in-file-name): Remove 'url case.
2382 (tramp-file-name-regexp-url)
2383 (tramp-completion-file-name-regexp-url): Remove constants.
2384
2385 2013-09-06 Glenn Morris <rgm@gnu.org>
2386
2387 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
2388
2389 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
2390
2391 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
2392 keywords" below "here-doc beginnings" (Bug#15270).
2393
2394 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2395
2396 * subr.el (pop): Use `car-safe'.
2397 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
2398 to detect unused `pop' return value.
2399
2400 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
2401 var `block-regexp'.
2402 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
2403 (python-fill-string): Remove unused var `marker'.
2404 (python-skeleton-add-menu-items): Remove unused var `items'.
2405
2406 * international/mule-cmds.el: Require CL.
2407 (find-coding-systems-for-charsets): Avoid add-to-list.
2408 (sanitize-coding-system-list): New function, extracted from
2409 select-safe-coding-system-interactively.
2410 (select-safe-coding-system-interactively): Use it.
2411 (read-input-method-name): Accept symbols for `default'.
2412
2413 * emacs-lisp/advice.el (defadvice): Add indent rule.
2414
2415 2013-09-05 Daniel Hackney <dan@haxney.org>
2416
2417 * dired-x.el:
2418 * net/ange-ftp.el:
2419 * net/browse-url.el:
2420 * net/dbus.el:
2421 * net/eudc.el:
2422 * net/eudcb-ldap.el:
2423 * net/eww.el:
2424 * net/imap.el:
2425 * printing.el:
2426 * vc/ediff-diff.el:
2427 * vc/ediff-init.el:
2428 * vc/ediff-merg.el:
2429 * vc/ediff-mult.el:
2430 * vc/ediff-util.el:
2431 * vc/ediff-wind.el:
2432 * vc/ediff.el:
2433 * vc/emerge.el:
2434 * vc/pcvs.el:
2435 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
2436 byte compiler. Remove some unused let-bound variables.
2437
2438 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2439
2440 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
2441 a "ref-cell", since it gets better optimized (bug#14883).
2442
2443 2013-09-05 Glenn Morris <rgm@gnu.org>
2444
2445 * progmodes/cc-awk.el (c-forward-sws): Declare.
2446
2447 2013-09-04 Glenn Morris <rgm@gnu.org>
2448
2449 * generic-x.el [rul-generic-mode]: Require cc-mode.
2450 (c++-mode-syntax-table): Declare.
2451 (rul-generic-mode-syntax-table): Init in the defvar.
2452
2453 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2454
2455 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
2456 (vc-do-command, vc-set-async-update):
2457 * vc/vc-mtn.el (vc-mtn-dir-status):
2458 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
2459 (vc-hg-pull, vc-hg-merge-branch):
2460 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
2461 (vc-git-merge-branch):
2462 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
2463 (vc-cvs-dir-status-files):
2464 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
2465 (vc-bzr-dir-status-files):
2466 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
2467 * vc/vc-annotate.el: Use lexical-binding.
2468 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
2469 (vc-sentinel-movepoint): Declare.
2470 (vc-annotate): Don't use `goto-line'.
2471 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
2472 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
2473 (vc-sentinel-movepoint): Declare.
2474 * vc/vc-svn.el: Use lexical-binding.
2475 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
2476 * vc/vc-sccs.el:
2477 * vc/vc-rcs.el: Use lexical-binding.
2478
2479 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
2480 `deleted'. Don't drop errors silently.
2481
2482 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
2483
2484 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
2485
2486 * vc/vc.el (vc-ignore): Rewrite.
2487 (vc-default-ignore): New function.
2488 (vc-default-ignore-completion-table): Use find-ignore-file.
2489
2490 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
2491 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
2492 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
2493 Remove. Most code moved to vc.el.
2494
2495 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2496
2497 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
2498 * net/tramp-smb.el (tramp-smb-get-file-entries):
2499 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
2500 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
2501
2502 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
2503 Update call to it.
2504 (eww-change-select): Remove unused var `properties'.
2505 (eww-make-unique-file-name): Remove unused var `base'.
2506
2507 * finder.el (finder-compile-keywords): Don't mess with windows.
2508
2509 * calculator.el (calculator-funcall): Fix typo in last change.
2510
2511 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
2512
2513 * emacs-lisp/package.el (package-activate-1): Don't let a missing
2514 <pkg>-autoloads.el file stop us.
2515
2516 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
2517 warnings, and factor out common code.
2518
2519 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
2520
2521 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
2522 two-character operators and whether the character preceding them
2523 changes their meaning (Bug#15208).
2524
2525 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2526
2527 Format code sent to Python shell for robustness.
2528 * progmodes/python.el (python-shell-buffer-substring):
2529 New function.
2530 (python-shell-send-region, python-shell-send-buffer): Use it.
2531
2532 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
2533
2534 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
2535 * net/tramp.el (tramp-user-error): ... here.
2536 (tramp-find-method, tramp-check-proper-host)
2537 (tramp-dissect-file-name, tramp-debug-message)
2538 (tramp-handle-shell-command):
2539 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2540 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
2541
2542 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
2543
2544 2013-09-02 Martin Rudalics <rudalics@gmx.at>
2545
2546 * avoid.el (mouse-avoidance-point-position)
2547 (mouse-avoidance-too-close-p): Handle case where posn-at-point
2548 returns nil.
2549
2550 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2551
2552 * progmodes/python.el (python-shell-completion-get-completions):
2553 Drop use of deleted `comint-last-prompt-overlay'.
2554 (python-nav-if-name-main): New command.
2555
2556 2013-09-01 Glenn Morris <rgm@gnu.org>
2557
2558 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2559 Avoid leading space in $wins. Otherwise the sed command used by
2560 eg compile-main ends up containing "/*.el". (Bug#15170)
2561
2562 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
2563
2564 2013-08-30 Glenn Morris <rgm@gnu.org>
2565
2566 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2567 Fix is-this-a-directory logic. (Bug#15220)
2568
2569 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2570
2571 * textmodes/css-mode.el: Use SMIE.
2572 (css-smie-grammar): New var.
2573 (css-smie--forward-token, css-smie--backward-token)
2574 (css-smie-rules): New functions.
2575 (css-mode): Use them.
2576 (css-navigation-syntax-table): Remove var.
2577 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
2578 (css-indent-calculate, css-indent-line): Remove functions.
2579
2580 Misc changes to reduce use of `(lambda...); and other cleanups.
2581 * cus-edit.el: Use lexical-binding.
2582 (customize-push-and-save, customize-apropos)
2583 (custom-buffer-create-internal): Use closures.
2584 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
2585 * progmodes/ada-xref.el: Use setq.
2586 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
2587 * dframe.el: Use lexical-binding.
2588 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
2589 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
2590 * descr-text.el: Use lexical-binding.
2591 (describe-text-widget, describe-text-sexp, describe-property-list):
2592 Use closures.
2593 * comint.el (comint-history-isearch-push-state): Use a closure.
2594 * calculator.el: Use lexical-binding.
2595 (calculator-number-to-string): Make it work with lexical-binding.
2596 (calculator-funcall): Same and use cl-letf.
2597
2598 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
2599 (lisp--company-doc-string, lisp--company-location): New functions.
2600 (lisp-completion-at-point): Use them to improve Company support.
2601
2602 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
2603 params of lambda expressions.
2604 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
2605 (ruby-smie--opening-pipe-p): New function.
2606 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
2607 symbols and matched |...| for formal params.
2608 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
2609 from being treated as hanging. Handle "rescue".
2610
2611 2013-08-29 Glenn Morris <rgm@gnu.org>
2612
2613 * progmodes/cc-engine.el (c-pull-open-brace):
2614 Move definition before use.
2615
2616 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2617
2618 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
2619 are immutable. Don't use `unsafe' any more.
2620 (cl--defsubst-expand): Don't substitute at the same time as keeping
2621 a residual unused let-binding. Don't use `unsafe' any more.
2622
2623 2013-08-29 Glenn Morris <rgm@gnu.org>
2624
2625 * calendar/cal-china.el (calendar-chinese-year-cache):
2626 Recenter on 2015.
2627
2628 * nxml/nxml-util.el (nxml-debug-clear-inside):
2629 Use cl-loop rather than loop.
2630
2631 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
2632
2633 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
2634
2635 2013-08-28 Glenn Morris <rgm@gnu.org>
2636
2637 * progmodes/antlr-mode.el: No need to require cc-mode twice.
2638
2639 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
2640
2641 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
2642
2643 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2644
2645 * simple.el (repeat-complex-command--called-interactively-skip):
2646 New function.
2647 (repeat-complex-command): Use it (bug#14136).
2648
2649 * progmodes/cc-mode.el: Minor cleanup of var declarations.
2650 (c-define-abbrev-table): Add `doc' argument.
2651 (c-mode-abbrev-table, c++-mode-abbrev-table)
2652 (objc-mode-abbrev-table, java-mode-abbrev-table)
2653 (idl-mode-abbrev-table, pike-mode-abbrev-table)
2654 (awk-mode-abbrev-table): Use it.
2655 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
2656 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
2657 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
2658 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
2659 Move initialization into the declaration; and remove any
2660 autoload cookie.
2661
2662 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
2663 and dynamic let binding.
2664
2665 * vc/smerge-mode.el: Remove redundant :group args.
2666
2667 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
2668 to load-path.
2669
2670 2013-08-28 Juri Linkov <juri@jurta.org>
2671
2672 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
2673 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
2674 (isearch-other-meta-char): Handle an undefined shifted printing
2675 character by downshifting it. (Bug#15200)
2676
2677 2013-08-28 Juri Linkov <juri@jurta.org>
2678
2679 * isearch.el (isearch-search): Change regexp error message for
2680 non-regexp searches. (Bug#15166)
2681
2682 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2683
2684 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
2685 for portability to hosts where /bin/sh has problems.
2686
2687 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2688
2689 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
2690
2691 2013-08-27 Juri Linkov <juri@jurta.org>
2692
2693 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
2694 in the keyboard macro. (Bug#15126)
2695
2696 2013-08-27 Juri Linkov <juri@jurta.org>
2697
2698 * isearch.el (isearch-quote-char): Comment out converting unibyte
2699 to multibyte, thus syncing with its `quoted-insert' counterpart.
2700 (Bug#15166)
2701
2702 2013-08-27 Martin Rudalics <rudalics@gmx.at>
2703
2704 * window.el (display-buffer-use-some-window): Add missing
2705 argument in call of get-largest-window (Bug#15185).
2706 Reported by Stephen Leake.
2707
2708 2013-08-27 Glenn Morris <rgm@gnu.org>
2709
2710 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
2711
2712 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2713
2714 * progmodes/python.el (python-font-lock-keywords): Don't return nil
2715 from a matcher-function unless there's no more matches (bug#15161).
2716
2717 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
2718
2719 * minibuffer.el: Revert change from 2013-08-20.
2720
2721 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
2722 with text property `tramp-default', if appropriate.
2723 (tramp-check-proper-host): New defun.
2724 (tramp-dissect-file-name): Do not check hostname. Revert change
2725 of 2013-03-18.
2726 (tramp-backtrace): Make VEC-OR-PROC optional.
2727
2728 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2729 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2730 * net/tramp-sh.el (tramp-maybe-open-connection):
2731 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2732 Apply `tramp-check-proper-host'.
2733
2734 2013-08-26 Tassilo Horn <tsdh@gnu.org>
2735
2736 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
2737 lambda expression in order to have `describe-variable' display it.
2738
2739 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
2740
2741 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
2742 BUF can be optional. (Bug#15186)
2743
2744 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
2745
2746 * progmodes/flymake.el (flymake-get-real-file-name-function):
2747 Fix broken customization. (Bug#15184)
2748
2749 2013-08-25 Alan Mackenzie <acm@muc.de>
2750
2751 Improve indentation of bracelists defined by macros (without "=").
2752
2753 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
2754 expansion begins with "{", regard it as bracelist when it doesn't
2755 contain a ";".
2756
2757 Parse C++ inher-intro when there's a template split over 2 lines.
2758
2759 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
2760 rigorously the search for "class" etc. followed by ":".
2761
2762 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
2763 random languages a regexp which never matches rather than nil.
2764
2765 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
2766
2767 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
2768 (c-awk-regexp-one-line-possibly-open-char-list-re)
2769 (c-awk-one-line-possibly-open-regexp-re)
2770 (c-awk-one-line-non-syn-ws*-re): Remove.
2771 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
2772 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
2773 (c-awk-space*-unclosed-regexp-/-re): New constants.
2774 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
2775 aren't regexp delimiters.
2776
2777 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
2778 handling for a rare situation in AWK Mode involving unterminated
2779 strings/regexps.
2780
2781 2013-08-23 Glenn Morris <rgm@gnu.org>
2782
2783 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
2784
2785 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
2786
2787 * files.el (create-file-buffer): If the result would begin with
2788 spaces, prepend a "|" instead of removing them. (Bug#15162)
2789
2790 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
2793 text-properties (bug#15155).
2794
2795 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
2796 exist any more.
2797 (calc-keypad-redraw): Remove unused var `pad'.
2798 (calc-keypad-press): Remove unused var `menu'.
2799
2800 2013-08-23 Martin Rudalics <rudalics@gmx.at>
2801
2802 * window.el (display-buffer-pop-up-frame):
2803 Call pop-up-frame-function with BUFFER current so `make-frame' will
2804 use it as the new frame's buffer (Bug#15133).
2805
2806 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2807
2808 * calendar/timeclock.el: Minor cleanups.
2809 (timeclock-ask-before-exiting, timeclock-use-display-time):
2810 Use `symbol'.
2811 (timeclock-modeline-display): Define as alias before the
2812 actual definition.
2813 (timeclock-mode-line-display): Use define-minor-mode.
2814 (timeclock-day-list-template): Make it a function, add an argument.
2815 (timeclock-day-list-required, timeclock-day-list-length)
2816 (timeclock-day-list-debt, timeclock-day-list-span)
2817 (timeclock-day-list-break): Adjust calls accordingly.
2818
2819 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2820
2821 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
2822 Use read--expression so that completion works again.
2823
2824 2013-08-21 Sam Steingold <sds@gnu.org>
2825
2826 Add rudimentary inferior shell interaction
2827 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
2828 (sh-set-shell): Reset it.
2829 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
2830 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
2831
2832 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2833
2834 * align.el: Use lexical-binding.
2835 (align-region): Simplify accordingly.
2836
2837 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
2838
2839 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
2840
2841 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
2842 `non-essential' up.
2843
2844 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
2845
2846 * net/tramp.el:
2847 * net/tramp-adb.el:
2848 * net/tramp-cmds.el:
2849 * net/tramp-ftp.el:
2850 * net/tramp-gvfs.el:
2851 * net/tramp-gw.el:
2852 * net/tramp-sh.el: Don't wrap external variable declarations by
2853 `eval-when-compile'.
2854
2855 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2856
2857 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
2858 now that Emacs supports ImageMagick animations.
2859
2860 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
2861
2862 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
2863 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
2864
2865 2013-08-16 Martin Rudalics <rudalics@gmx.at>
2866
2867 * window.el (mouse-autoselect-window-select): Do autoselect when
2868 mouse pointer is on margin.
2869
2870 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
2871
2872 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
2873
2874 2013-08-16 Glenn Morris <rgm@gnu.org>
2875
2876 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
2877 Handle "Remote Directory" response of some clients. (Bug#15058)
2878
2879 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
2880 Tweak warning. (Bug#14926)
2881
2882 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
2883 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
2884
2885 * image-mode.el (image-mode-map): Add menu items to reverse,
2886 increase, decrease, reset animation speed.
2887 (image--set-speed, image-increase-speed, image-decrease-speed)
2888 (image-reverse-speed, image-reset-speed): New functions.
2889 (image-mode-map): Add bindings for speed commands.
2890
2891 * image.el (image-animate-get-speed, image-animate-set-speed):
2892 New functions.
2893 (image-animate-timeout): Respect image :speed property.
2894
2895 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2896
2897 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
2898 previous line (bug#15101).
2899 (debugger-eval-expression, debugger-record-expression):
2900 Use read--expression (bug#15102).
2901
2902 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
2903
2904 Remove byte compiler warnings, visible when compiling with
2905 `byte-compile-force-lexical-warnings' set to t.
2906
2907 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
2908 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
2909 (tramp-handle-unhandled-file-name-directory)
2910 (tramp-handle-file-notify-add-watch, tramp-action-login)
2911 (tramp-action-succeed, tramp-action-permission-denied)
2912 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
2913 arguments with "_".
2914
2915 * net/tramp-adb.el (tramp-adb-parse-device-names)
2916 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
2917 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
2918 (tramp-adb-handle-file-truename): Remove unused arguments.
2919
2920 * net/tramp-cache.el (tramp-flush-directory-property)
2921 (tramp-flush-connection-property, tramp-list-connections)
2922 (tramp-parse-connection-properties): Prefix unused arguments with "_".
2923
2924 * net/tramp-compat.el (tramp-compat-make-temp-file):
2925 Rename FILENAME to F.
2926
2927 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2928 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
2929 (tramp-zeroconf-parse-workstation-device-names)
2930 (tramp-zeroconf-parse-webdav-device-names)
2931 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
2932
2933 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2934 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
2935
2936 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
2937 arguments.
2938 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
2939 (tramp-sh-handle-insert-file-contents-literally)
2940 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
2941 with "_".
2942 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
2943 Remove unused variables.
2944
2945 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2946 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
2947 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
2948
2949 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
2950 Make them a defconst.
2951 (tramp-uuencode-region): Remove unused variable.
2952
2953 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
2954
2955 * frameset.el (frameset--prop-setter): New function.
2956 (frameset-prop): Add gv-setter declaration.
2957 (frameset-filter-minibuffer): Deal with the case that the minibuffer
2958 parameter was already set in FILTERED. Doc fix.
2959 (frameset--record-minibuffer-relationships): Allow saving a
2960 minibufferless frame without its corresponding minibuffer frame.
2961 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
2962 frame, if the frame id matches.
2963 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
2964 frames before orphaned ones.
2965 (frameset-restore): Warn about orphaned windows, instead of error out.
2966
2967 2013-08-14 Martin Rudalics <rudalics@gmx.at>
2968
2969 * window.el (window-make-atom): Don't overwrite parameter
2970 already present.
2971 (display-buffer-in-atom-window): Handle special case where we
2972 split an already atomic window.
2973 (window--major-non-side-window, display-buffer-in-side-window)
2974 (window--side-check): Ignore minibuffer window when walking
2975 window tree.
2976 (window-deletable-p): Return 'frame only if no other frame uses
2977 our minibuffer window.
2978 (record-window-buffer): Run buffer-list-update-hook.
2979 (split-window): Make sure window--check-frame won't destroy an
2980 existing atomic window in case the new window gets nested
2981 inside.
2982 (display-buffer-at-bottom): Ignore minibuffer window when
2983 walking window tree. Don't split a side window.
2984 (pop-to-buffer): Don't set-buffer here, the select-window call
2985 should do that.
2986 (mouse-autoselect-window-select): Autoselect only if we are in the
2987 text portion of the window.
2988
2989 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2990
2991 * net/shr.el (shr-parse-image-data): New function to grab both the
2992 data itself and the Content-Type.
2993 (shr-put-image): Use it.
2994
2995 * net/eww.el (eww-display-image): Ditto.
2996
2997 * image.el (image-content-type-suffixes): New variable.
2998
2999 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3000
3001 * progmodes/python.el (python-imenu--build-tree)
3002 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
3003
3004 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
3005
3006 * simple.el (backward-word): Mention the optional argument.
3007
3008 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3009
3010 * frameset.el (frameset--make): Rename constructor from make-frameset.
3011 (frameset-p, frameset-valid-p): Don't autoload.
3012 (frameset-valid-p): Use normal accessors.
3013
3014 2013-08-13 Glenn Morris <rgm@gnu.org>
3015
3016 * progmodes/compile.el (compile-command): Tweak example in doc.
3017 * obsolete/scribe.el (scribe-mode):
3018 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
3019
3020 * mail/feedmail.el (feedmail-confirm-outgoing)
3021 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
3022
3023 * cus-start.el (truncate-partial-width-windows): Fix type.
3024
3025 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
3026
3027 * net/shr.el (shr-table-horizontal-line): Fix custom type.
3028
3029 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3030
3031 * emacs-lisp/timer.el (timer--time-setter): New function.
3032 (timer--time): Use it as gv-setter.
3033
3034 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
3035 setter is not a symbol.
3036
3037 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
3038
3039 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
3040 if sending fails. This makes debugging easier.
3041
3042 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
3043
3044 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
3045 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
3046 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
3047
3048 2013-08-12 Eli Zaretskii <eliz@gnu.org>
3049
3050 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
3051
3052 2013-08-12 Glenn Morris <rgm@gnu.org>
3053
3054 * format.el (format-annotate-function):
3055 Handle read-only text properties in the source. (Bug#14887)
3056
3057 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3058
3059 * net/eww.el (eww-display-html): Ignore coding system errors.
3060 One web site uses "utf-8lias" as the coding system.
3061
3062 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
3063
3064 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
3065
3066 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
3067
3068 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
3069 (tutorial--detailed-help): Remove unused local variables.
3070 (tutorial--save-tutorial-to): Use ignore-errors.
3071 (help-with-tutorial): Use looking-at-p.
3072
3073 * view.el (view-buffer-other-window, view-buffer-other-frame):
3074 Mark unused arguments.
3075
3076 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
3077 (woman-select-symbol-fonts, woman, woman-find-file)
3078 (woman-insert-file-contents, woman-non-underline-faces):
3079 Use string-match-p.
3080 (woman1-unquote): Move declaration.
3081
3082 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
3083 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
3084 argument. Remove unused local variable.
3085 (xml-parse-elem-type): Use string-match-p.
3086 (xml-substitute-numeric-entities): Use ignore-errors.
3087
3088 * calculator.el (calculator): Mark unused argument.
3089 (calculator-paste, calculator-quit, calculator-integer-p):
3090 Use ignore-errors.
3091 (calculator-string-to-number, calculator-decimal, calculator-exp)
3092 (calculator-op-or-exp): Use string-match-p.
3093
3094 * dired.el (dired-buffer-more-recently-used-p): Declare.
3095 (dired-insert-set-properties, dired-insert-old-subdirs):
3096 Use ignore-errors.
3097
3098 * dired-aux.el (dired-compress): Use ignore-errors.
3099 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
3100 (dired-do-async-shell-command, dired-do-shell-command)
3101 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
3102 (dired-insert-subdir-validate): Use string-match-p.
3103 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
3104 (dired-add-entry): Use string-match-p, looking-at-p.
3105 (dired-insert-subdir-newpos): Remove unused local variable.
3106
3107 * filenotify.el (file-notify-callback): Remove unused local variable.
3108
3109 * filesets.el (filesets-error): Mark unused argument.
3110 (filesets-which-command-p, filesets-filter-dir-names)
3111 (filesets-directory-files, filesets-get-external-viewer)
3112 (filesets-ingroup-get-data): Use string-match-p.
3113
3114 * find-file.el (ff-other-file-name, ff-other-file-name)
3115 (ff-find-the-other-file, ff-cc-hh-converter):
3116 Remove unused local variables.
3117 (ff-get-file-name): Use string-match-p.
3118 (ff-all-dirs-under): Use ignore-errors.
3119
3120 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
3121 (follow-select-if-visible): Remove unused local variable.
3122
3123 * forms.el (read-file-filter): Move declaration.
3124 (forms--make-format, forms--make-parser, forms-insert-record):
3125 Quote function with #'.
3126 (forms--update): Use string-match-p. Quote function with #'.
3127
3128 * help-mode.el (help-dir-local-var-def): Mark unused argument.
3129 (help-make-xrefs): Use looking-at-p.
3130 (help-xref-on-pp): Use looking-at-p, ignore-errors.
3131
3132 * ibuffer.el (ibuffer-ext-visible-p): Declare.
3133 (ibuffer-confirm-operation-on): Use string-match-p.
3134
3135 * msb.el (msb-item-handler, msb-dired-item-handler):
3136 Mark unused arguments.
3137
3138 * ses.el (ses-decode-cell-symbol)
3139 (ses-kill-override): Remove unused local variable.
3140 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
3141 (ses-load): Use ignore-errors, looking-at-p.
3142 (ses-jump-safe): Use ignore-errors.
3143 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
3144
3145 * tabify.el (untabify, tabify): Mark unused arguments.
3146
3147 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
3148 Mark unused argument.
3149 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
3150 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
3151
3152 * emacs-lisp/timer.el (timer--time): Define setter with
3153 gv-define-setter to avoid deprecation warning.
3154
3155 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
3156 (*record-cmpl-statistics-p*): Remove (was commented out).
3157 (cmpl-statistics-block): Remove (body was commented out).
3158 All callers changed.
3159 (add-completions-from-buffer, load-completions-from-file):
3160 Remove unused variables.
3161
3162 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
3163
3164 * filecache.el (file-cache-delete-file-list):
3165 Print message only when told so.
3166 (file-cache-files-matching): Use #' in mapconcat argument.
3167
3168 * ffap.el (ffap-url-at-point): Fix reference to variable
3169 thing-at-point-default-mail-uri-scheme.
3170
3171 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3172
3173 * subr.el (define-error): New function.
3174 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
3175 error-file-not-found and define with define-error.
3176 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
3177 and define with define-error.
3178 * userlock.el (file-locked, file-supersession):
3179 * simple.el (mark-inactive):
3180 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
3181 * progmodes/ada-mode.el (ada-mode-errors):
3182 * play/life.el (life-extinct):
3183 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
3184 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
3185 * nxml/rng-util.el (rng-error):
3186 * nxml/rng-uri.el (rng-uri-error):
3187 * nxml/rng-match.el (rng-compile-error):
3188 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
3189 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
3190 * nxml/nxml-rap.el (nxml-scan-error):
3191 * nxml/nxml-outln.el (nxml-outline-error):
3192 * net/soap-client.el (soap-error):
3193 * net/gnutls.el (gnutls-error):
3194 * net/ange-ftp.el (ftp-error):
3195 * mpc.el (mpc-proc-error):
3196 * json.el (json-error, json-readtable-error, json-unknown-keyword)
3197 (json-number-format, json-string-escape, json-string-format)
3198 (json-key-format, json-object-format):
3199 * jka-compr.el (compression-error):
3200 * international/quail.el (quail-error):
3201 * international/kkc.el (kkc-error):
3202 * emacs-lisp/ert.el (ert-test-failed):
3203 * calc/calc.el (calc-error, inexact-result, math-overflow)
3204 (math-underflow):
3205 * bookmark.el (bookmark-error-no-filename):
3206 * epg.el (epg-error): Define with define-error.
3207
3208 * time.el (display-time-event-handler)
3209 (display-time-next-load-average): Don't call sit-for since it seems
3210 unnecessary (bug#15045).
3211
3212 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
3213 Use #' instead of ' to quote functions.
3214 (checkdoc-output-mode): Use setq-local.
3215 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
3216 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
3217 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
3218 (checkdoc-ispell, checkdoc-ispell-current-buffer)
3219 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
3220 (checkdoc-ispell-message-text, checkdoc-ispell-start)
3221 (checkdoc-ispell-continue, checkdoc-ispell-comments)
3222 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
3223
3224 * ido.el (ido-completion-help): Fix up compiler warning.
3225
3226 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
3227
3228 * frameset.el (frameset-p): Add autoload cookie.
3229 (frameset--jump-to-register): New function, based on code moved from
3230 register.el.
3231 (frameset-to-register): Move from register.el. Adapt to `registerv'.
3232
3233 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
3234 (frameset-restore, frameset-save, frameset-session-filter-alist):
3235 Remove declarations.
3236 (register-alist): Doc fix.
3237 (frameset-to-register): Move to frameset.el.
3238 (jump-to-register, describe-register-1): Remove frameset-specific code.
3239
3240 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3241
3242 * allout-widgets.el (allout-widgets-pre-command-business)
3243 (allout-widgets-post-command-business)
3244 (allout-widgets-after-change-handler)
3245 (allout-decorate-item-and-context, allout-set-boundary-marker)
3246 (allout-body-modification-handler)
3247 (allout-graphics-modification-handler): Mark ignored arguments.
3248 (allout-widgets-post-command-business)
3249 (allout-widgets-exposure-change-processor)
3250 (allout-widgets-exposure-undo-processor)
3251 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
3252 (allout-parse-item-at-point, allout-decorate-item-guides)
3253 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
3254 * allout.el (epa-passphrase-callback-function): Declare.
3255 (allout-overlay-insert-in-front-handler)
3256 (allout-overlay-interior-modification-handler)
3257 (allout-isearch-end-handler, allout-chart-siblings)
3258 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
3259 (allout-yank-processing, allout-process-exposed)
3260 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
3261 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
3262 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
3263 (lisp-indent-defform): Mark ignored arguments.
3264 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
3265 (calculate-lisp-indent): Remove unused variables.
3266 * international/characters.el (indian-2-column, arabic-2-column)
3267 (tibetan): Mark ignored arguments.
3268 (use-cjk-char-width-table): Mark ignored arguments.
3269 Remove unused variables.
3270 * international/fontset.el (build-default-fontset-data)
3271 (x-compose-font-name, create-fontset-from-fontset-spec):
3272 Mark ignored arguments.
3273 (fontset-plain-name): Remove unused variables.
3274 * international/mule.el (charset-id, charset-bytes, generic-char-p)
3275 (keyboard-coding-system): Mark ignored arguments.
3276 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
3277 * help.el (resize-temp-buffer-window):
3278 * window.el (display-buffer-in-major-side-window)
3279 (display-buffer-in-side-window, display-buffer-in-previous-window):
3280 Remove unused variables.
3281 * isearch.el (isearch-forward-symbol):
3282 * version.el (emacs-bzr-version-bzr):
3283 * international/mule-cmds.el (current-language-environment):
3284 * term/common-win.el (x-handle-iconic, x-handle-geometry)
3285 (x-handle-display):
3286 * term/pc-win.el (x-list-fonts, x-display-planes)
3287 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
3288 (x-server-version, x-display-screens, x-display-mm-height)
3289 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
3290 (x-selection-owner-p, x-own-selection-internal)
3291 (x-disown-selection-internal, x-get-selection-internal)
3292 (msdos-initialize-window-system):
3293 * term/tty-colors.el (tty-color-alist, tty-color-clear):
3294 * term/x-win.el (x-handle-no-bitmap-icon):
3295 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
3296 (vc-default-find-file-hook, vc-default-extra-menu):
3297 Mark ignored arguments.
3298
3299 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3300
3301 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
3302 break-condition in the context of the debugged code (bug#12685).
3303
3304 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
3305
3306 * comint.el:
3307 Do not use an overlay to highlight the last prompt. (Bug#14744)
3308 (comint-mode): Make comint-last-prompt buffer local.
3309 (comint-last-prompt): New variable.
3310 (comint-last-prompt-overlay): Remove. Superseded by
3311 comint-last-prompt.
3312 (comint-snapshot-last-prompt, comint-output-filter):
3313 Use comint-last-prompt.
3314
3315 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3316
3317 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
3318 (frameset-save): Check validity of the resulting frameset.
3319
3320 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
3321
3322 * ido.el (ido-record-command): Add doc string.
3323
3324 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3325
3326 * frameset.el (frameset): Do not disable creation of the default
3327 frameset-p predicate. Doc fix.
3328 (frameset-valid-p): New function, copied from the old predicate-p.
3329 Add additional checks.
3330 (frameset-restore): Check with frameset-valid-p.
3331 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
3332 (frameset-name, frameset-description, frameset-properties)
3333 (frameset-states): Add docstring.
3334 (frameset-session-filter-alist, frameset-persistent-filter-alist)
3335 (frameset-filter-alist): Doc fixes.
3336
3337 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3338
3339 * frameset.el (frameset-p, frameset-prop): Doc fixes.
3340
3341 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
3344 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
3345 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
3346 (byte-compile-normal-call): Remove obsolescence check.
3347
3348 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3349
3350 * frameset.el (frameset-restore): Doc fix.
3351
3352 * register.el (frameset-frame-id, frameset-frame-with-id)
3353 (frameset-p, frameset-restore, frameset-save): Declare.
3354 (register-alist): Document framesets.
3355 (frameset-session-filter-alist): Declare.
3356 (frameset-to-register): New function.
3357 (jump-to-register): Implement jumping to framesets. Doc fix.
3358 (describe-register-1): Describe framesets.
3359
3360 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
3361
3362 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
3363
3364 * desktop.el (desktop-save-frameset): Use new frameset-save args.
3365 Use lexical-binding.
3366
3367 * frameset.el (frameset): Use type vector, not list (incompatible
3368 change). Do not declare a new constructor, use the default one.
3369 Upgrade suggested properties `app', `name' and `desc' to slots `app',
3370 `name' and `description', respectively, and add read-only slot
3371 `timestamp'. Doc fixes.
3372 (frameset-copy, frameset-persistent-filter-alist)
3373 (frameset-filter-alist, frameset-switch-to-gui-p)
3374 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
3375 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
3376 (frameset-filter-iconified, frameset-keep-original-display-p):
3377 Doc fixes.
3378 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
3379 Rename from frameset-filter-(save|restore)-param. All callers changed.
3380 Doc fix.
3381 (frameset-p): Adapt to change to vector and be more thorough.
3382 Change arg name to OBJECT. Doc fix.
3383 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
3384 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
3385 All callers changed.
3386 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
3387 All callers changed.
3388 (frameset--record-minibuffer-relationships): Rename from
3389 frameset--process-minibuffer-frames. All callers changed.
3390 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
3391 Use new default constructor (again). Doc fix.
3392 (frameset--find-frame-if): Rename from `frameset--find-frame.
3393 All callers changed.
3394 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
3395 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
3396 Doc fix.
3397 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
3398 PARAMETERS and WINDOW-STATE, respectively.
3399 (frameset-restore): Add new keyword argument PREDICATE.
3400 Reset frameset--target-display to nil. Doc fix.
3401
3402 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3403
3404 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
3405 (bat-mode): Use it.
3406 (bat-mode-syntax-table): Mark \n as end-of-comment.
3407 (bat-font-lock-keywords): Remove comment rule.
3408
3409 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
3410 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
3411
3412 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
3413 (byte-compile-callargs-warn): Use `push'.
3414 (byte-compile-arglist-warn): Ignore higher-order "calls".
3415 (byte-compile-file-form-autoload): Use `pcase'.
3416 (byte-compile-function-form): If quoting a symbol, check that it exists.
3417
3418 2013-08-07 Eli Zaretskii <eliz@gnu.org>
3419
3420 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
3421 and add a few popular commands found in batch files.
3422 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
3423 (dos-mode): Doc fixes.
3424
3425 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3426
3427 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
3428 (dos-mode): Use setq-local. Add space after "rem".
3429 (dos-mode-syntax-table): Don't use "w" for symbol chars.
3430 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
3431
3432 2013-08-07 Arni Magnusson <arnima@hafro.is>
3433
3434 * progmodes/dos.el: New file.
3435 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
3436 dos-mode.
3437
3438 2013-08-06 Glenn Morris <rgm@gnu.org>
3439
3440 * calendar/calendar.el: Add new faces, and day-header-array.
3441 (calendar-weekday-header, calendar-weekend-header)
3442 (calendar-month-header): New faces.
3443 (calendar-day-header-construct): New function.
3444 (calendar-day-header-width): Also :set calendar-day-header-array.
3445 (calendar-american-month-header, calendar-european-month-header)
3446 (calendar-iso-month-header): Use calendar- faces.
3447 (calendar-generate-month):
3448 Use calendar-day-header-array for day headers; apply faces to them.
3449 (calendar-mode): Check calendar-font-lock-keywords non-nil.
3450 (calendar-abbrev-construct): Add optional maxlen argument.
3451 (calendar-day-name-array): Doc fix.
3452 (calendar-day-name-array, calendar-abbrev-length)
3453 (calendar-day-abbrev-array):
3454 Also :set calendar-day-header-array, and maybe redraw.
3455 (calendar-day-header-array): New option. (Bug#15007)
3456 (calendar-font-lock-keywords): Set to nil and make obsolete.
3457 (calendar-day-name): Add option to use header array.
3458
3459 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3460
3461 * net/shr.el (shr-render-td): Remove debugging.
3462 (shr-render-td): Make width computation consistent by defaulting
3463 all zero-width columns to 10 characters. This may not be optimal,
3464 but it's at least consistent.
3465 (shr-make-table-1): Redo last change to fix the real problem in
3466 colspan handling.
3467
3468 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3469
3470 * files.el (cache-long-line-scans):
3471 Make obsolete alias to `cache-long-scans'.
3472
3473 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3474
3475 * frameset.el (frameset, frameset-filter-alist)
3476 (frameset-filter-params, frameset-save, frameset--reuse-frame)
3477 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
3478 (frameset-compute-pos): Rename from frameset--compute-pos,
3479 and add docstring.
3480 (frameset-move-onscreen): Use frameset-compute-pos.
3481 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3482
3483 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
3484 Fix typos in docstrings.
3485
3486 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3487
3488 * frame.el (get-other-frame): Tiny cleanup.
3489
3490 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3491
3492 * vc/vc.el (vc-default-ignore-completion-table):
3493 Silence byte-compiler warning.
3494
3495 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
3496 slot , which can indeed be nil.
3497 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3498 Move entry for `left' from persistent to live filter alist.
3499 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
3500 Doc fixes.
3501 (frameset-filter-params): When restoring a frame, copy items added to
3502 `filtered', to avoid unwittingly modifying the original parameters.
3503 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
3504 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
3505
3506 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
3507 to use looking-at-p instead of looking-at. (Bug#15028)
3508
3509 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
3510
3511 Revert introduction of isearch-filter-predicates (bug#14714).
3512 Rely on add-function instead.
3513 * isearch.el (isearch-filter-predicates): Rename it back to
3514 isearch-filter-predicate.
3515 (isearch-message-prefix): Use advice-function-mapc and advice
3516 properties to get the isearch-message-prefix.
3517 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
3518 instead of run-hook-with-args-until-failure.
3519 (isearch-filter-visible): Not obsolete any more.
3520 * loadup.el: Preload nadvice.
3521 * replace.el (perform-replace): Revert to funcall
3522 instead of run-hook-with-args-until-failure.
3523 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
3524 * dired-aux.el (dired-isearch-filenames-mode): Rename from
3525 dired-isearch-filenames-toggle; make it into a proper minor mode.
3526 Use add/remove-function.
3527 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
3528 Call the minor-mode rather than add/remove-hook.
3529 (dired-isearch-filter-filenames):
3530 Remove isearch-message-prefix property.
3531 * info.el (Info--search-loop): New function, extracted from Info-search.
3532 Funcall isearch-filter-predicate instead of
3533 run-hook-with-args-until-failure isearch-filter-predicates.
3534 (Info-search): Use it.
3535 (Info-mode): Use isearch-filter-predicate instead of
3536 isearch-filter-predicates.
3537
3538 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3539
3540 Do not call to `selected-window' where it is assumed by default.
3541 Affected functions are `window-minibuffer-p', `window-dedicated-p',
3542 `window-hscroll', `window-width', `window-height', `window-buffer',
3543 `window-frame', `window-start', `window-point', `next-window'
3544 and `window-display-table'.
3545 * abbrev.el (abbrev--default-expand):
3546 * bs.el (bs--show-with-configuration):
3547 * buff-menu.el (Buffer-menu-mouse-select):
3548 * calc/calc.el (calc):
3549 * calendar/calendar.el (calendar-generate-window):
3550 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
3551 (diary-make-entry):
3552 * comint.el (send-invisible, comint-dynamic-complete-filename)
3553 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
3554 * completion.el (complete):
3555 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
3556 * disp-table.el (describe-current-display-table):
3557 * doc-view.el (doc-view-insert-image):
3558 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
3559 * ehelp.el (with-electric-help):
3560 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3561 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
3562 * emacs-lisp/helper.el (Helper-help-scroller):
3563 * emulation/cua-base.el (cua--post-command-handler-1):
3564 * eshell/esh-mode.el (eshell-output-filter):
3565 * ffap.el (ffap-gnus-wrapper):
3566 * help-macro.el (make-help-screen):
3567 * hilit-chg.el (highlight-compare-buffers):
3568 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
3569 * hl-line.el (global-hl-line-highlight):
3570 * icomplete.el (icomplete-simple-completing-p):
3571 * isearch.el (isearch-done):
3572 * jit-lock.el (jit-lock-stealth-fontify):
3573 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
3574 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
3575 * mpc.el (mpc-tagbrowser, mpc):
3576 * net/rcirc.el (rcirc-any-buffer):
3577 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
3578 * play/landmark.el (landmark-max-width, landmark-max-height):
3579 * play/zone.el (zone):
3580 * progmodes/compile.el (compilation-goto-locus):
3581 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
3582 * progmodes/etags.el (find-tag-other-window):
3583 * progmodes/fortran.el (fortran-column-ruler):
3584 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3585 * progmodes/verilog-mode.el (verilog-point-text):
3586 * reposition.el (reposition-window):
3587 * rot13.el (toggle-rot13-mode):
3588 * server.el (server-switch-buffer):
3589 * shell.el (shell-dynamic-complete-command)
3590 (shell-dynamic-complete-environment-variable):
3591 * simple.el (insert-buffer, set-selective-display)
3592 (delete-completion-window):
3593 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
3594 (speedbar-recenter):
3595 * startup.el (fancy-splash-head):
3596 * textmodes/ispell.el (ispell-command-loop):
3597 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
3598 * tutorial.el (help-with-tutorial):
3599 * vc/add-log.el (add-change-log-entry):
3600 * vc/compare-w.el (compare-windows):
3601 * vc/ediff-help.el (ediff-indent-help-message):
3602 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
3603 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
3604 (ediff-setup-control-frame):
3605 * vc/emerge.el (emerge-position-region):
3606 * vc/pcvs-util.el (cvs-bury-buffer):
3607 * window.el (walk-windows, mouse-autoselect-window-select):
3608 * winner.el (winner-set-conf, winner-undo): Related users changed.
3609
3610 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
3611
3612 * frameset.el (frameset--set-id): Doc fix.
3613 (frameset-frame-id, frameset-frame-id-equal-p)
3614 (frameset-locate-frame-id): New functions.
3615 (frameset--process-minibuffer-frames, frameset--reuse-frame)
3616 (frameset-restore): Use them.
3617
3618 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3619
3620 Do not call to `selected-frame' where it is assumed by default.
3621 Affected functions are `raise-frame', `redraw-frame',
3622 `frame-first-window', `frame-terminal' and `delete-frame'.
3623 * calendar/appt.el (appt-disp-window):
3624 * epg.el (epg-wait-for-completion):
3625 * follow.el (follow-delete-other-windows-and-split)
3626 (follow-avoid-tail-recenter):
3627 * international/mule.el (set-terminal-coding-system):
3628 * mail/rmail.el (rmail-mail-return):
3629 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3630 * progmodes/f90.el (f90-add-imenu-menu):
3631 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
3632 * server.el (server-switch-buffer):
3633 * simple.el (delete-completion-window):
3634 * talk.el (talk):
3635 * term/xterm.el (terminal-init-xterm-modify-other-keys)
3636 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
3637 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
3638 * vc/ediff.el (ediff-documentation): Related users changed.
3639 * frame.el (selected-terminal): Remove the leftover.
3640
3641 2013-08-05 Glenn Morris <rgm@gnu.org>
3642
3643 * calendar/calendar.el (calendar-generate-month):
3644 Fix for calendar-column-width != 1 + calendar-day-digit-width.
3645 (calendar-generate-month, calendar-font-lock-keywords):
3646 Fix for calendar-day-header-width > length of any day name.
3647
3648 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
3649
3650 * desktop.el (desktop-clear): Use new name of sort predicate.
3651
3652 * frameset.el (frameset): Add docstring. Move :version property to its
3653 own `version' slot.
3654 (frameset-copy): Rename from copy-frameset.
3655 (frameset-p): Check more thoroughly.
3656 (frameset-prop): Do not check for :version, which is no longer a prop.
3657 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3658 Use new :never value instead of t.
3659 (frameset-filter-alist): Expand and clarify docstring.
3660 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
3661 (frameset-filter-minibuffer, frameset-filter-save-param)
3662 (frameset-filter-restore-param, frameset-filter-iconified):
3663 Add pointer to docstring of frameset-filter-alist.
3664 (frameset-filter-params): Rename filter values to be more meaningful:
3665 :never instead of t, and reverse the meanings of :save and :restore.
3666 (frameset--process-minibuffer-frames): Clarify error message.
3667 (frameset-save): Avoid unnecessary and confusing call to framep.
3668 Use new BOA constructor for framesets.
3669 (frameset--reuse-list): Doc fix.
3670 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
3671 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
3672 (frameset-minibufferless-first-p): Doc fix.
3673 Rename from frameset-sort-frames-for-deletion.
3674 (frameset-restore): Doc fixes. Use new function names.
3675 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3676
3677 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
3678
3679 * desktop.el (desktop-restore-forces-onscreen)
3680 (desktop-restore-reuses-frames): Document :keyword constant values.
3681 (desktop-filter-parameters-alist): Remove, now identical to
3682 frameset-filter-alist.
3683 (desktop--filter-tty*): Remove, moved to frameset.el.
3684 (desktop-save-frameset, desktop-restore-frameset):
3685 Do not pass :filters argument.
3686
3687 * frameset.el (frameset-live-filter-alist)
3688 (frameset-persistent-filter-alist): New variables.
3689 (frameset-filter-alist): Use them. Add autoload cookie.
3690 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
3691 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
3692 `frameset--id' (it's supposed to be internal to frameset.el).
3693 (frameset--process-minibuffer-frames): Ditto. Doc fix.
3694 (frameset--initial-params): New function.
3695 (frameset--get-frame): Use it. Doc fix.
3696 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
3697 Accept :all, not 'all.
3698 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
3699 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
3700 with fbound symbols. Fix frame id matching, and remove matching ids if
3701 the frame being restored is deleted. Obey :delete.
3702
3703 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3704
3705 * subr.el (macrop): New function.
3706 (text-clone--maintaining): New var.
3707 (text-clone--maintain): Rename from text-clone-maintain. Use it
3708 instead of inhibit-modification-hooks.
3709
3710 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
3711 a proxy, so as handle autoloads and redefinitions of the target.
3712 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
3713
3714 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
3715 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
3716 (pcase--mutually-exclusive-p): New function.
3717 (pcase--split-consp): Use it.
3718 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
3719 mutually exclusive with the current predicate.
3720
3721 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
3722 (edebug-macrop): Remove. Use `macrop' instead.
3723 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
3724 (ad-macro-p):
3725 * eshell/esh-cmd.el (eshell-macrop):
3726 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
3727
3728 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
3731 (advice-mapc): New function, using it.
3732 (advice-function-member-p): New function.
3733 (advice--normalize): Store the cdr in advice--saved-rewrite since
3734 that's the part that will be changed.
3735 (advice--symbol-function): New function.
3736 (advice-remove): Handle removal before the function is defined.
3737 Adjust to new advice--saved-rewrite.
3738 (advice-member-p): Use advice-function-member-p and
3739 advice--symbol-function.
3740
3741 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
3742
3743 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
3744 (frameset-filter-minibuffer): Doc fix.
3745 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
3746 (frameset--set-id, frameset--process-minibuffer-frames)
3747 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
3748 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
3749
3750 * desktop.el (desktop-clear): Only delete frames when called
3751 interactively and desktop-restore-frames is non-nil. Doc fix.
3752 (desktop-read): Set desktop-saved-frameset to nil.
3753
3754 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
3755
3756 * vc/vc.el (vc-ignore): Rewrite.
3757 (vc-default-ignore-completion-table):
3758 (vc--read-lines):
3759 (vc--add-line, vc--remove-regexp): New functions.
3760
3761 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
3762 (vc-svn-ignore-completion-table): New function.
3763
3764 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
3765 (vc-hg-ignore-completion-table):
3766 (vc-hg-find-ignore-file): New functions.
3767
3768 * vc/vc-git.el (vc-git-ignore): Rewrite.
3769 (vc-git-ignore-completion-table):
3770 (vc-git-find-ignore-file): New functions.
3771
3772 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
3773
3774 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
3775 (vc-bzr-ignore-completion-table):
3776 (vc-bzr-find-ignore-file): New functions.
3777
3778 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
3779
3780 * frameset.el (frameset-prop): New function and setter.
3781 (frameset-save): Do not modify frame list passed by the caller.
3782
3783 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3784
3785 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
3786
3787 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3788
3789 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
3790 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
3791
3792 * custom.el (custom-initialize-default, custom-initialize-set)
3793 (custom-initialize-reset, custom-initialize-changed): Affect the
3794 toplevel-default-value (bug#6275, bug#14586).
3795 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
3796 for bug#6275.
3797
3798 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
3799
3800 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3801 Add cl-def* expressions.
3802
3803 * frameset.el (frameset-filter-params): Fix order of arguments.
3804
3805 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
3806
3807 Move code related to saving frames to frameset.el.
3808 * desktop.el: Require frameset.
3809 (desktop-restore-frames): Doc fix.
3810 (desktop-restore-reuses-frames): Rename from
3811 desktop-restoring-reuses-frames.
3812 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
3813 (desktop-clear): Clear frames too.
3814 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
3815 (desktop--filter-tty*, desktop-save, desktop-read):
3816 Use frameset functions.
3817 (desktop-before-saving-frames-functions, desktop--filter-*-color)
3818 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3819 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
3820 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
3821 (desktop--process-minibuffer-frames, desktop-save-frames)
3822 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
3823 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
3824 (desktop--sort-states, desktop-restoring-frames-p)
3825 (desktop-restore-frames): Remove. Most code moved to frameset.el.
3826 (desktop-restoring-frameset-p, desktop-restore-frameset)
3827 (desktop--check-dont-save, desktop-save-frameset): New functions.
3828 (desktop--app-id): New constant.
3829 (desktop-first-buffer, desktop-buffer-ok-count)
3830 (desktop-buffer-fail-count): Move before first use.
3831 * frameset.el: New file.
3832
3833 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3834
3835 * files.el: Use lexical-binding.
3836 (dir-locals-read-from-file): Remove unused `err' variable.
3837 (hack-dir-local-variables--warned-coding): New var.
3838 (hack-dir-local-variables): Use it to avoid repeated warnings.
3839 (make-backup-file-name--default-function): New function.
3840 (make-backup-file-name-function): Use it as default.
3841 (buffer-stale--default-function): New function.
3842 (buffer-stale-function): Use it as default.
3843 (revert-buffer-insert-file-contents--default-function): New function.
3844 (revert-buffer-insert-file-contents-function): Use it as default.
3845 (insert-directory): Avoid add-to-list.
3846
3847 * autorevert.el (auto-revert-handler): Simplify.
3848 Use buffer-stale--default-function.
3849
3850 2013-08-01 Tassilo Horn <tsdh@gnu.org>
3851
3852 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
3853
3854 * whitespace.el (whitespace-ensure-local-variables): New function.
3855 (whitespace-cleanup-region): Call it.
3856 (whitespace-turn-on): Call it.
3857
3858 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
3859
3860 Complete file name handlers.
3861
3862 * net/tramp.el (tramp-handle-set-visited-file-modtime)
3863 (tramp-handle-verify-visited-file-modtime)
3864 (tramp-handle-file-notify-rm-watch): New functions.
3865 (tramp-call-process): Do not bind `default-directory'.
3866
3867 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3868 Order alphabetically.
3869 [access-file, add-name-to-file, dired-call-process]:
3870 [dired-compress-file, file-acl, file-notify-rm-watch]:
3871 [file-ownership-preserved-p, file-selinux-context]:
3872 [make-directory-internal, make-symbolic-link, set-file-acl]:
3873 [set-file-selinux-context, set-visited-file-modtime]:
3874 [verify-visited-file-modtime]: Add handler.
3875 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
3876
3877 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3878 [file-notify-add-watch, file-notify-rm-watch]:
3879 [set-file-times, set-visited-file-modtime]:
3880 [verify-visited-file-modtime]: Add handler.
3881 (with-tramp-gvfs-error-message)
3882 (tramp-gvfs-handle-set-visited-file-modtime)
3883 (tramp-gvfs-fuse-file-name): Remove.
3884 (tramp-gvfs-handle-file-notify-add-watch)
3885 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
3886 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
3887
3888 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3889 Order alphabetically.
3890 [file-notify-rm-watch ]: Use default Tramp handler.
3891 [executable-find]: Remove private handler.
3892 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
3893 `default-directory'.
3894 (tramp-sh-handle-executable-find)
3895 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
3896 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3897 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
3898 Do not use `format' in `tramp-message'.
3899
3900 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
3901 [file-notify-rm-watch, set-visited-file-modtime]:
3902 [verify-visited-file-modtime]: Add handler.
3903 (tramp-smb-call-winexe): Do not bind `default-directory'.
3904
3905 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
3906
3907 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
3908
3909 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
3910
3911 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
3912 use it.
3913 (log-view-diff-changeset): Same.
3914 (log-view-diff-common): Call backend command `previous-revision'
3915 to find out the previous revision, in both cases. Swap the
3916 variables `to' and `fr', so that `fr' usually refers to the
3917 earlier revision (Bug#14989).
3918
3919 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
3920
3921 * ibuf-ext.el (ibuffer-filter-by-filename):
3922 Make it work with dired buffers too.
3923
3924 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3925
3926 * emacs-lisp/re-builder.el (reb-color-display-p):
3927 * files.el (save-buffers-kill-terminal):
3928 * net/browse-url.el (browse-url):
3929 * server.el (server-save-buffers-kill-terminal):
3930 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
3931 Prefer nil to selected-frame for the first arg of frame-parameter.
3932
3933 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
3934
3935 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
3936
3937 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
3938
3939 * minibuffer.el (completion--twq-all): Try and preserve each
3940 completion's case choice (bug#14907).
3941
3942 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3943
3944 * net/network-stream.el (open-network-stream): Mention the new
3945 :nogreeting parameter.
3946 (network-stream-open-starttls): Use the :nogreeting parameter
3947 (bug#14938).
3948
3949 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
3950
3951 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
3952 more natural than popping.
3953
3954 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
3955 (shr-urlify): Highlight under mouse.
3956
3957 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
3958
3959 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
3960
3961 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
3962
3963 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
3964 buffer for output.
3965
3966 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
3967 point-min==1. Fix search string. Fix parentheses missing.
3968
3969 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3970 assume point-min==1. Fix search string. Fix parentheses missing.
3971
3972 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
3973
3974 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
3975 buffer for output.
3976
3977 2013-07-29 Eli Zaretskii <eliz@gnu.org>
3978
3979 * frame.el (frame-notice-user-settings): Avoid inflooping when the
3980 initial frame is minibuffer-less. (Bug#14841)
3981
3982 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
3983
3984 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
3985 option.
3986
3987 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3988 (tramp-maybe-open-connection): Use it.
3989
3990 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
3991
3992 * desktop.el (desktop--make-frame): Include `minibuffer' in the
3993 minimal set of parameters passed when creating a frame, because
3994 the minibuffer status of a frame cannot be changed later.
3995
3996 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
3997
3998 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
3999 replace-regexp-in-string and inadvertent omissions in previous change.
4000 (todo-filter-items): Ensure only file names are comma-separated in
4001 name of filtered items buffer.
4002
4003 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4004
4005 * desktop.el: Optionally force offscreen frames back onscreen.
4006 (desktop-restoring-reuses-frames): New option.
4007 (desktop--compute-pos, desktop--move-onscreen): New functions.
4008 (desktop--make-frame): Use desktop--move-onscreen.
4009
4010 2013-07-27 Alan Mackenzie <acm@muc.de>
4011
4012 Fontify a Java generic method as a function.
4013 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
4014 value to t.
4015
4016 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
4017
4018 * calendar/todo-mode.el: Add command to rename todo files.
4019 (todo-rename-file): New command.
4020 (todo-key-bindings-t): Add key binding for it. Change the
4021 bindings of todo-filter-regexp-items(-multifile) to use `x'
4022 instead of `r', since the latter is better suited to the new
4023 renaming command.
4024
4025 2013-07-27 Alan Mackenzie <acm@muc.de>
4026
4027 Make Java try-with-resources statement parse properly.
4028 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
4029 (c-block-stmt-1-2-key): New language constants/variables.
4030 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4031 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
4032 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
4033 with c-block-stmt-1-2-key.
4034
4035 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
4036
4037 * desktop.el (desktop--make-frame): Apply most frame parameters after
4038 creating the frame to force (partially or totally) offscreen frames to
4039 be restored as such.
4040
4041 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
4042
4043 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
4044 (Bug#14948)
4045
4046 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4047
4048 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
4049 `base' arg of backtrace-frame.
4050
4051 2013-07-26 Eli Zaretskii <eliz@gnu.org>
4052
4053 * simple.el (list-processes): Doc fix.
4054
4055 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4056
4057 * desktop.el (desktop--select-frame):
4058 Try harder to reuse existing frames.
4059
4060 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4061
4062 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
4063 (edebug-eval): Use backtrace-eval.
4064 (edebug--display, edebug--recursive-edit): Don't let-bind the
4065 edebug-outer-* vars that keep track of variables we locally let-bind.
4066 (edebug-outside-excursion): Don't restore outside values of locally
4067 let-bound vars.
4068 (edebug--display): Use user-error.
4069 (cl-lexical-debug, cl-debug-env): Remove.
4070
4071 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4072
4073 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
4074 are restored to be sure that they are visible before deleting any
4075 remaining ones.
4076
4077 2013-07-26 Matthias Meulien <orontee@gmail.com>
4078
4079 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
4080 vc-print-root-log. (Bug#14948)
4081
4082 2013-07-26 Richard Stallman <rms@gnu.org>
4083
4084 Add aliases for encrypting mail.
4085 * epa.el (epa-mail-aliases): New option.
4086 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
4087 Bind inhibit-read-only so read-only text doesn't ruin everything.
4088 (epa-mail-default-recipients): New subroutine broken out.
4089 Handle epa-mail-aliases.
4090
4091 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4092
4093 Add support for lexical variables to the debugger's `e' command.
4094 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
4095 vars, except for debugger-outer-match-data.
4096 (debugger-frame-number): Move check for "on a function call" from
4097 callers into it. Add `skip-base' argument.
4098 (debugger-frame, debugger-frame-clear): Simplify accordingly.
4099 (debugger-env-macro): Only reset the state stored in non-variables,
4100 i.e. current-buffer and match-data.
4101 (debugger-eval-expression): Rewrite using backtrace-eval.
4102 * subr.el (internal--called-interactively-p--get-frame): Remove.
4103 (called-interactively-p):
4104 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
4105 `base' arg of backtrace-frame instead.
4106
4107 2013-07-26 Glenn Morris <rgm@gnu.org>
4108
4109 * align.el (align-regexp): Doc fix. (Bug#14857)
4110 (align-region): Explicit error if subexpression missing/does not match.
4111
4112 * simple.el (global-visual-line-mode):
4113 Do not duplicate the mode lighter. (Bug#14858)
4114
4115 2013-07-25 Martin Rudalics <rudalics@gmx.at>
4116
4117 * window.el (display-buffer): In display-buffer bind
4118 split-window-keep-point to t, bug#14829.
4119
4120 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4121
4122 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
4123 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
4124 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
4125 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4126 Change accordingly.
4127 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4128 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
4129
4130 2013-07-25 Glenn Morris <rgm@gnu.org>
4131
4132 * dired-x.el (dired-mark-extension): Convert comment to doc string.
4133
4134 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4135
4136 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
4137 parameter to modify-frame-parameters if the value has not changed;
4138 this is a workaround for bug#14949.
4139 (desktop--make-frame): On cl-delete-if call, check parameter name,
4140 not full parameter.
4141
4142 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4143
4144 * vc/vc.el (vc-ignore): New function.
4145
4146 * vc/vc-svn.el (vc-svn-ignore): New function.
4147
4148 * vc/vc-hg.el (vc-hg-ignore): New function.
4149
4150 * vc/vc-git.el (vc-git-ignore): New function.
4151
4152 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
4153 (vc-dir-ignore): New function.
4154
4155 * vc/vc-cvs.el (vc-cvs-ignore): New function.
4156 (cvs-append-to-ignore): Move here from pcvs.el.
4157
4158 * vc/vc-bzr.el (vc-bzr-ignore): New function.
4159
4160 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
4161
4162 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
4163
4164 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
4165 (desktop-restore-frames): Warn when deleting an existing frame failed.
4166
4167 2013-07-24 Glenn Morris <rgm@gnu.org>
4168
4169 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
4170
4171 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
4172
4173 * filenotify.el (file-notify-supported-p):
4174 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4175 Remove functions.
4176
4177 * autorevert.el (auto-revert-use-notify):
4178 (auto-revert-notify-add-watch):
4179 * net/tramp.el (tramp-file-name-for-operation):
4180 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4181 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4182 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4183 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4184 Remove `file-notify-supported-p' entry.
4185
4186 2013-07-24 Glenn Morris <rgm@gnu.org>
4187
4188 * printing.el: Replace all uses of deleted ps-windows-system,
4189 ps-lp-system, ps-flatten-list with lpr- versions.
4190
4191 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4192
4193 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
4194 checked with memq (bug#14935).
4195
4196 * files.el (revert-buffer-function): Use a non-nil default.
4197 (revert-buffer-preserve-modes): Declare var to
4198 provide access to the `preserve-modes' argument.
4199 (revert-buffer): Let-bind it.
4200 (revert-buffer--default): New function, extracted from revert-buffer.
4201
4202 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4203
4204 * lpr.el: Signal print errors more prominently.
4205 (print-region-function): Don't default to nil.
4206 (lpr-print-region): New function, extracted from print-region-1.
4207 Check lpr's return value and signal an error in case of problem.
4208 (print-region-1): Use it.
4209 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
4210 versions instead.
4211 (ps-printer-name): Default to nil.
4212 (ps-printer-name-option): Default to lpr-printer-switch.
4213 (ps-print-region-function): Don't default to nil.
4214 (ps-postscript-code-directory): Simplify default.
4215 (ps-do-despool): Use lpr-print-region to properly check the outcome.
4216 (ps-string-list, ps-eval-switch, ps-flatten-list)
4217 (ps-flatten-list-1): Remove.
4218 (ps-multibyte-buffer): Avoid setq.
4219 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
4220 (print-region-function, ps-print-region-function): Don't set them here.
4221
4222 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
4223
4224 * ido.el (ido-fractionp):
4225 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
4226 (ido-max-file-prompt-width, ido-unc-hosts-cache)
4227 (ido-max-directory-size, ido-max-dir-file-cache)
4228 (ido-decorations): Doc fix.
4229
4230 * ansi-color.el: Fix old URL.
4231
4232 2013-07-23 Michael R. Mauger <michael@mauger.com>
4233
4234 * progmodes/sql.el: Version 3.3
4235 (sql-product-alist): Improve oracle :prompt-cont-regexp.
4236 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
4237 (sql-interactive-remove-continuation-prompt): Rewrite, use
4238 functions above. Fix continuation prompt and complete output line
4239 handling.
4240 (sql-redirect-one, sql-execute): Use `read-only-mode' on
4241 redirected output buffer.
4242 (sql-mode): Restore deleted code (Bug#13591).
4243
4244 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
4245
4246 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
4247
4248 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
4249
4250 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
4251
4252 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4253 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4254 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
4255
4256 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
4257
4258 * desktop.el (desktop-clear): Simplify; remove useless checks
4259 against invalid buffer names.
4260 (desktop-list*): Use cl-list*.
4261 (desktop-buffer-info, desktop-create-buffer): Simplify.
4262
4263 2013-07-23 Leo Liu <sdl.web@gmail.com>
4264
4265 * bookmark.el (bookmark-make-record): Restore NAME as a default
4266 value. (Bug#14933)
4267
4268 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4269
4270 * emacs-lisp/autoload.el (autoload--setup-output): New function,
4271 extracted from autoload--insert-text.
4272 (autoload--insert-text): Remove.
4273 (autoload--print-cookie-text): New function, extracted from
4274 autoload--insert-cookie-text.
4275 (autoload--insert-cookie-text): Remove.
4276 (autoload-generate-file-autoloads): Adjust calls accordingly.
4277
4278 * winner.el (winner-hook-installed-p): Remove.
4279 (winner-mode): Simplify accordingly.
4280
4281 * subr.el (add-to-list): Fix compiler-macro when `append' is
4282 not constant. Don't use `cl-member' for the base case.
4283
4284 * progmodes/subword.el: Fix boundary case (bug#13758).
4285 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
4286 own group.
4287 (subword-backward-regexp): Make it a constant.
4288 (subword-forward-internal): Don't treat a trailing capital as the
4289 beginning of a word.
4290
4291 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4292
4293 * emacs-lisp/package.el (package-menu-mode): Don't modify the
4294 global value of tabulated-list-revert-hook (bug#14930).
4295
4296 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
4297
4298 * desktop.el: Require 'cl-lib.
4299 (desktop-before-saving-frames-functions): New hook.
4300 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
4301 for frames being saved. Rename from desktop--save-minibuffer-frames.
4302 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
4303 Do not save frames with non-nil `desktop-dont-save' parameter.
4304 Filter out deleted frames.
4305 (desktop--find-frame): Use cl-find-if.
4306 (desktop--select-frame): Use cl-(first|second|third) to access values
4307 of desktop-mini.
4308 (desktop--make-frame): Use cl-delete-if.
4309 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
4310 (desktop-restore-frames): Use cl-(first|second|third) to access values
4311 of desktop-mini. Look for visible frame at the end, not while
4312 restoring frames.
4313
4314 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
4315 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
4316 Use string-match-p, looking-at-p (bug#14927).
4317
4318 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
4319
4320 * desktop.el (desktop-saved-frame-states):
4321 Rename from desktop--saved-states; all users changed.
4322 (desktop-save-frames): Rename from desktop--save-frames.
4323 Do not save state to desktop file.
4324 (desktop-save): Save desktop-saved-frame-states to desktop file
4325 and reset to nil.
4326 (desktop-restoring-frames-p): New function.
4327 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
4328 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
4329 buffer-lists when restoring frames. Suggested by Martin Rudalics.
4330
4331 * desktop.el: Correctly restore iconified frames.
4332 (desktop--filter-iconified-position): New function.
4333 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
4334
4335 2013-07-20 Glenn Morris <rgm@gnu.org>
4336
4337 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
4338 Let `message' do the formatting.
4339 (def-gdb-preempt-display-buffer): Add explicit format.
4340
4341 * image-dired.el (image-dired-track-original-file):
4342 Use with-current-buffer.
4343 (image-dired-track-thumbnail): Use with-current-buffer.
4344 Avoid changing point of wrong window.
4345
4346 * image-dired.el (image-dired-track-original-file):
4347 Avoid changing point of wrong window. (Bug#14909)
4348
4349 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
4350
4351 * progmodes/gdb-mi.el (gdb-done-or-error):
4352 Guard against "%" in gdb output. (Bug#14127)
4353
4354 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
4355
4356 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
4357 (Bug#14826)
4358
4359 * international/mule.el (coding-system-iso-2022-flags): Fix last
4360 change.
4361
4362 2013-07-20 Kenichi Handa <handa@gnu.org>
4363
4364 * international/mule.el (coding-system-iso-2022-flags):
4365 Add `8-bit-level-4'. (Bug#8522)
4366
4367 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4368
4369 * net/shr.el (shr-mouse-browse-url): New command and keystroke
4370 (bug#14815).
4371
4372 * net/eww.el (eww-process-text-input): Allow inputting when the
4373 point is at the start of the line, as the properties aren't
4374 front-sticky.
4375
4376 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
4377 degenerate widths.
4378
4379 2013-07-19 Richard Stallman <rms@gnu.org>
4380
4381 * epa.el (epa-popup-info-window): Doc fix.
4382
4383 * subr.el (split-string): New arg TRIM.
4384
4385 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
4386
4387 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
4388 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
4389
4390 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
4391
4392 * filenotify.el (file-notify--library): Rename from
4393 `file-notify-support'. Do not autoload. Adapt all uses.
4394 (file-notify-supported-p): New defun.
4395
4396 * autorevert.el (auto-revert-use-notify):
4397 Use `file-notify-supported-p' instead of `file-notify-support'.
4398 Adapt docstring.
4399 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
4400
4401 * net/tramp.el (tramp-file-name-for-operation):
4402 Add `file-notify-supported-p'.
4403
4404 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4405 New defun.
4406 (tramp-sh-file-name-handler-alist): Add it as handler for
4407 `file-notify-supported-p '.
4408
4409 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4410 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4411 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4412 Add `ignore' as handler for `file-notify-*' functions.
4413
4414 2013-07-17 Eli Zaretskii <eliz@gnu.org>
4415
4416 * simple.el (line-move-partial, line-move): Don't start vscroll or
4417 scroll-up if the current line is not taller than the window.
4418 (Bug#14881)
4419
4420 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
4421
4422 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
4423 highlight question marks in the method names as strings.
4424 (ruby-block-beg-keywords): Inline.
4425 (ruby-font-lock-keyword-beg-re): Extract from
4426 `ruby-font-lock-keywords'.
4427
4428 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
4429
4430 * frame.el (blink-cursor-blinks): New defcustom.
4431 (blink-cursor-blinks-done): New defvar.
4432 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
4433 (blink-cursor-timer-function): Check if number of blinks has been
4434 done on X and NS.
4435 (blink-cursor-suspend, blink-cursor-check): New defuns.
4436
4437 2013-07-15 Glenn Morris <rgm@gnu.org>
4438
4439 * edmacro.el (edmacro-format-keys): Fix previous change.
4440
4441 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
4442
4443 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
4444 The hack didn't work outside English locales anyway.
4445
4446 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
4447
4448 * simple.el (define-alternatives): Rename from alternatives-define,
4449 per RMS' suggestion.
4450
4451 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
4452
4453 * desktop.el (desktop-restore-frames): Change default to t.
4454 (desktop-restore-in-current-display): Now offer more options.
4455 (desktop-restoring-reuses-frames): New customization option.
4456 (desktop--saved-states): Doc fix.
4457 (desktop-filter-parameters-alist): New variable, renamed and expanded
4458 from desktop--excluded-frame-parameters.
4459 (desktop--target-display): New variable.
4460 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
4461 (desktop--filter-tty*, desktop--filter-*-color)
4462 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4463 (desktop--filter-save-desktop-parm)
4464 (desktop-restore-in-original-display-p): New functions.
4465 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
4466 (desktop--save-minibuffer-frames): New function, inspired by a similar
4467 function from Martin Rudalics.
4468 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
4469 (desktop--restore-in-this-display-p): Remove.
4470 (desktop--find-frame): Rename from desktop--find-frame-in-display
4471 and add predicate argument.
4472 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
4473 (desktop--reuse-list): New variable.
4474 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
4475 New functions.
4476 (desktop--restore-frames): Add support for "minibuffer-special" frames.
4477
4478 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
4479
4480 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
4481
4482 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
4483
4484 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4485 Highlight conversion methods on Kernel.
4486
4487 2013-07-13 Alan Mackenzie <acm@muc.de>
4488
4489 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
4490 and comment it out. This out-commenting enables certain C++
4491 declarations to be parsed correctly.
4492
4493 2013-07-13 Eli Zaretskii <eliz@gnu.org>
4494
4495 * international/mule.el (define-coding-system): Doc fix.
4496
4497 * simple.el (default-font-height): Don't call font-info if the
4498 frame's default font didn't change since the frame was created.
4499 (Bug#14838)
4500
4501 2013-07-13 Leo Liu <sdl.web@gmail.com>
4502
4503 * ido.el (ido-read-file-name): Guard against non-symbol value.
4504
4505 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4506
4507 * progmodes/python.el (python-imenu--build-tree): Fix corner case
4508 in nested defuns.
4509
4510 2013-07-13 Leo Liu <sdl.web@gmail.com>
4511
4512 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
4513 ido-set-matches call. (Bug#6852)
4514
4515 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
4516
4517 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
4518 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
4519 Ruby 2.0.
4520 (ruby-font-lock-keywords): Distinguish calls to functions with
4521 module-like names from module references. Highlight character
4522 literals.
4523
4524 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4525
4526 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
4527 (gdb-send): Handle continued commands. (Bug#14847)
4528
4529 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
4530
4531 * desktop.el (desktop--v2s): Remove unused local variable.
4532 (desktop-save-buffer): Make defvar-local; adjust docstring.
4533 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
4534 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
4535
4536 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
4537
4538 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
4539
4540 2013-07-12 Eli Zaretskii <eliz@gnu.org>
4541
4542 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
4543 (Bug#14842)
4544
4545 2013-07-12 Glenn Morris <rgm@gnu.org>
4546
4547 * doc-view.el: Require cl-lib at runtime too.
4548 (doc-view-remove-if): Remove.
4549 (doc-view-search-next-match, doc-view-search-previous-match):
4550 Use cl-remove-if.
4551
4552 * edmacro.el: Require cl-lib at runtime too.
4553 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
4554 (edmacro-mismatch, edmacro-subseq): Remove.
4555
4556 * shadowfile.el: Require cl-lib.
4557 (shadow-remove-if): Remove.
4558 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
4559 Use cl-remove-if.
4560
4561 * wid-edit.el: Require cl-lib.
4562 (widget-choose): Use cl-remove-if.
4563 (widget-remove-if): Remove.
4564
4565 * progmodes/ebrowse.el: Require cl-lib at runtime too.
4566 (ebrowse-delete-if-not): Remove.
4567 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
4568 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
4569 Use cl-delete-if-not.
4570
4571 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
4572
4573 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
4574 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
4575
4576 2013-07-12 Leo Liu <sdl.web@gmail.com>
4577
4578 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
4579
4580 2013-07-11 Glenn Morris <rgm@gnu.org>
4581
4582 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
4583 (edebug-gensym-index, edebug-gensym):
4584 Remove reimplementation of cl-gensym.
4585 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
4586
4587 * thumbs.el: Require cl-lib at run-time too.
4588 (thumbs-gensym-counter, thumbs-gensym):
4589 Remove reimplementation of cl-gensym.
4590 (thumbs-temp-file): Use cl-gensym.
4591
4592 * emacs-lisp/ert.el: Require cl-lib at runtime too.
4593 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
4594 (ert--intersection, ert--set-difference, ert--set-difference-eq)
4595 (ert--union, ert--gensym-counter, ert--gensym-counter)
4596 (ert--coerce-to-vector, ert--remove*, ert--string-position)
4597 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
4598 (ert-make-test-unbound, ert--expand-should-1)
4599 (ert--expand-should, ert--should-error-handle-error)
4600 (should-error, ert--explain-equal-rec)
4601 (ert--plist-difference-explanation, ert-select-tests)
4602 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
4603 Use cl-lib functions rather than reimplementations.
4604
4605 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
4606
4607 * net/tramp.el (tramp-methods): Extend docstring.
4608 (tramp-connection-timeout): New defcustom.
4609 (tramp-error-with-buffer): Reset timestamp only when appropriate.
4610 (with-tramp-progress-reporter): Simplify.
4611 (tramp-process-actions): Improve messages.
4612
4613 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4614 * net/tramp-sh.el (tramp-maybe-open-connection):
4615 Use `tramp-connection-timeout'.
4616 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
4617 (Bug#14808)
4618
4619 2013-07-11 Leo Liu <sdl.web@gmail.com>
4620
4621 * ido.el (ido-read-file-name): Conform to the requirements of
4622 read-file-name. (Bug#11861)
4623 (ido-read-directory-name): Conform to the requirements of
4624 read-directory-name.
4625
4626 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
4627
4628 * subr.el (delay-warning): New function.
4629
4630 2013-07-10 Eli Zaretskii <eliz@gnu.org>
4631
4632 * simple.el (default-line-height): New function.
4633 (line-move-partial, line-move): Use it instead of computing the
4634 line height inline.
4635 (line-move-partial): Always compute ROWH. If the last line is
4636 partially-visible, but its text is completely visible, allow
4637 cursor to enter such a partially-visible line.
4638
4639 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
4640
4641 Improve error messages. (Bug#14808)
4642
4643 * net/tramp.el (tramp-current-connection): New defvar, moved from
4644 tramp-sh.el.
4645 (tramp-message-show-progress-reporter-message): Remove, not
4646 needed anymore.
4647 (tramp-error-with-buffer): Show message in minibuffer.
4648 Discard input before waiting. Reset connection timestamp.
4649 (with-tramp-progress-reporter): Improve messages.
4650 (tramp-process-actions): Use progress reporter. Delete process in
4651 case of error. Improve messages.
4652
4653 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
4654 Call `tramp-error-with-buffer' with vector and buffer.
4655 (tramp-current-connection): Remove.
4656 (tramp-maybe-open-connection): The car of
4657 `tramp-current-connection' are the first 3 slots of the vector.
4658
4659 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
4660
4661 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
4662 inside continued strings.
4663
4664 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
4665
4666 Timestamp fixes for undo (Bug#14824).
4667 * files.el (clear-visited-file-modtime): Move here from fileio.c.
4668
4669 2013-07-10 Leo Liu <sdl.web@gmail.com>
4670
4671 * files.el (require-final-newline): Allow safe local value.
4672 (Bug#14834)
4673
4674 2013-07-09 Leo Liu <sdl.web@gmail.com>
4675
4676 * ido.el (ido-read-directory-name): Handle fallback.
4677 (ido-read-file-name): Update DIR to ido-current-directory.
4678 (Bug#1516)
4679 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
4680
4681 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
4682
4683 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
4684 "autoload". Remove "warn lower camel case" section, previously
4685 commented out. Highlight negation char. Do not highlight the
4686 target in singleton method definitions.
4687
4688 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4689
4690 * faces.el (tty-setup-hook): Declare the hook.
4691
4692 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
4693 and detect when a guard/pred depends on local vars (bug#14773).
4694 (pcase--u1): Adjust caller.
4695
4696 2013-07-08 Eli Zaretskii <eliz@gnu.org>
4697
4698 * simple.el (line-move-partial, line-move): Account for
4699 line-spacing.
4700 (line-move-partial): Avoid setting vscroll when the last
4701 partially-visible line in window is of default height.
4702
4703 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4704
4705 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
4706 been used a while.
4707
4708 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
4709
4710 * subr.el (read-quoted-char): Remove unused local variable `char'.
4711
4712 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
4713
4714 * ediff.el (ediff-version): Version update.
4715 (ediff-files-command, ediff3-files-command, ediff-merge-command)
4716 (ediff-merge-with-ancestor-command, ediff-directories-command)
4717 (ediff-directories3-command, ediff-merge-directories-command)
4718 (ediff-merge-directories-with-ancestor-command): New functions.
4719 All are command-line interfaces to ediff: to facilitate calling
4720 Emacs with the appropriate ediff functions invoked.
4721
4722 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
4723 (viper-save-kill-buffer): Check if buffer is modified.
4724
4725 * viper.el (viper-version): Version update.
4726 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
4727
4728 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
4731 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
4732 (viper-intercept-ESC-key): Simplify.
4733 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
4734 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
4735 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
4736 (viper-setup-ESC-to-escape): New functions.
4737 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
4738 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
4739
4740 2013-07-07 Eli Zaretskii <eliz@gnu.org>
4741
4742 * simple.el (default-font-height, window-screen-lines):
4743 New functions.
4744 (line-move, line-move-partial): Use them instead of
4745 frame-char-height and window-text-height. This makes scrolling
4746 text smoother when the buffer's default face uses a font that is
4747 different from the frame's default font.
4748
4749 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
4750
4751 * files.el (write-file): Do not display confirm dialog for NS,
4752 it does its own dialog, which can't be cancelled (Bug#14578).
4753
4754 2013-07-06 Eli Zaretskii <eliz@gnu.org>
4755
4756 * simple.el (line-move-partial): Adjust the row returned by
4757 posn-at-point for the current window-vscroll. (Bug#14567)
4758
4759 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
4760
4761 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
4762 (tramp-sh-file-inotifywait-process-filter): Handle file names with
4763 spaces.
4764
4765 2013-07-06 Martin Rudalics <rudalics@gmx.at>
4766
4767 * window.el (window-state-put-stale-windows): New variable.
4768 (window--state-put-2): Save list of windows without matching buffer.
4769 (window-state-put): Remove "bufferless" windows if possible.
4770
4771 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
4772
4773 * simple.el (alternatives-define): Remove leftover :group keyword.
4774 Tweak docstring.
4775
4776 2013-07-06 Leo Liu <sdl.web@gmail.com>
4777
4778 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
4779 (ido-enable-virtual-buffers): New variable.
4780 (ido-buffer-internal, ido-toggle-virtual-buffers)
4781 (ido-make-buffer-list): Use it.
4782 (ido-exhibit): Support turning on and off virtual buffers
4783 automatically.
4784
4785 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
4786
4787 * simple.el (alternatives-define): New macro.
4788
4789 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
4790
4791 * subr.el (read-quoted-char): Use read-key.
4792 (sit-for): Let read-event decode tty input (bug#14782).
4793
4794 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
4795
4796 * calendar/todo-mode.el: Add handling of file deletion, both by
4797 mode command and externally. Fix various related bugs.
4798 Clarify Commentary and improve some documentation strings and code.
4799 (todo-delete-file): New command.
4800 (todo-check-file): New function.
4801 (todo-show): Handle external deletion of the file we're trying to
4802 show (bug#14688). Replace called-interactively-p by an optional
4803 prefix argument to avoid problematic interaction with catch form
4804 when byte compiled (bug#14702).
4805 (todo-quit): Handle external deletion of the archive's todo file.
4806 Make sure the buffer that was visiting the archive file is still
4807 live before trying to bury it.
4808 (todo-category-completions): Handle external deletion of any
4809 category completion files.
4810 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
4811 of todo files, in case of external deletion.
4812 (todo-add-file): Replace unnecessary setq by let-binding.
4813 (todo-find-archive): Check whether there are any archives.
4814 Replace unnecessary setq by let-binding.
4815 (todo-archive-done-item): Use find-file-noselect to get the
4816 archive buffer whether or not the archive already exists.
4817 Remove superfluous code. Use file size instead of buffer-file-name to
4818 check if the archive is new; if it is, update list of archives.
4819 (todo-default-todo-file): Allow nil to be a valid value for when
4820 there are no todo files.
4821 (todo-reevaluate-default-file-defcustom): Use corrected definition
4822 of todo-default-todo-file.
4823 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
4824 (todo-delete-category, todo-show-categories-table)
4825 (todo-category-number): Clarify comment.
4826 (todo-filter-items): Clarify documentation string.
4827 (todo-show-current-file, todo-display-as-todo-file)
4828 (todo-reset-and-enable-done-separator): Tweak documentation string.
4829 (todo-done-separator): Make separator length window-width, since
4830 bug#2749 is now fixed.
4831
4832 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
4833
4834 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4835 Support both "gvfs-monitor-dir" and "inotifywait".
4836 (tramp-sh-file-inotifywait-process-filter): Rename from
4837 `tramp-sh-file-notify-process-filter'.
4838 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4839 (tramp-get-remote-gvfs-monitor-dir): New defuns.
4840
4841 2013-07-05 Leo Liu <sdl.web@gmail.com>
4842
4843 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
4844
4845 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4846
4847 * frame.el (display-pixel-height, display-pixel-width)
4848 (display-mm-height, display-mm-width): Mention behavior on
4849 multi-monitor setups in docstrings.
4850 (w32-display-monitor-attributes-list): Declare function.
4851 (display-monitor-attributes-list): Use it.
4852
4853 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
4854
4855 * filenotify.el: New package.
4856
4857 * autorevert.el (top): Require filenotify.el.
4858 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
4859 instead.
4860 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4861 (auto-revert-notify-handler): Use `file-notify-*' functions.
4862
4863 * subr.el (file-notify-handle-event): Move function to filenotify.el.
4864
4865 * net/tramp.el (tramp-file-name-for-operation):
4866 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
4867
4868 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4869 for `file-notify-add-watch' and `file-notify-rm-watch'.
4870 (tramp-process-sentinel): Improve trace.
4871 (tramp-sh-handle-file-notify-add-watch)
4872 (tramp-sh-file-notify-process-filter)
4873 (tramp-sh-handle-file-notify-rm-watch)
4874 (tramp-get-remote-inotifywait): New defuns.
4875
4876 2013-07-03 Juri Linkov <juri@jurta.org>
4877
4878 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
4879 call of `occur-read-primary-args' to interactive spec.
4880
4881 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
4882 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
4883
4884 2013-07-03 Matthias Meulien <orontee@gmail.com>
4885
4886 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
4887 `Buffer-menu-multi-occur'. Add it to the menu.
4888 (Buffer-menu-mode): Document it in docstring.
4889 (Buffer-menu-multi-occur): New command. (Bug#14673)
4890
4891 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
4892
4893 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
4894 keywords and built-ins.
4895
4896 2013-07-03 Glenn Morris <rgm@gnu.org>
4897
4898 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
4899
4900 Make info-xref checks case-sensitive by default
4901 * info.el (Info-find-node, Info-find-in-tag-table)
4902 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
4903 Add option for exact case matching of nodes.
4904 * info-xref.el (info-xref): New custom group.
4905 (info-xref-case-fold): New option.
4906 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
4907
4908 2013-07-03 Leo Liu <sdl.web@gmail.com>
4909
4910 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
4911
4912 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
4913
4914 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
4915 middle of block statement initially, lower the depth. Remove
4916 FIXME comment, not longer valid. Remove middle of block statement
4917 detection, no need to do that anymore since we've been using
4918 `ruby-parse-region' here.
4919
4920 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
4921
4922 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
4923
4924 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4925
4926 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
4927
4928 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
4929
4930 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
4931 (desktop-restore-in-current-display): New customization option.
4932 (desktop--excluded-frame-parameters): Add `font'.
4933 (desktop--save-frames): Rename from desktop--save-windows.
4934 (desktop--restore-in-this-display-p): New function.
4935 (desktop--make-full-frame): Remove unwanted width/height from
4936 full(width|height) frames.
4937 (desktop--restore-frames): Rename from desktop--restore-windows.
4938 Obey desktop-restore-current-display. Do not delete old frames or
4939 select a new frame unless we were able to restore at least one frame.
4940
4941 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
4942
4943 * files.el (find-file-noselect): Simplify conditional expression.
4944
4945 * remember.el (remember-append-to-file):
4946 Don't mix `find-buffer-visiting' and `get-file-buffer'.
4947
4948 Add `remember-notes' function to store random notes across Emacs
4949 restarts.
4950 * remember.el (remember-data-file): Add :set callback to affect
4951 notes buffer (if any).
4952 (remember-notes): New command.
4953 (remember-notes-buffer-name, bury-remember-notes-on-kill):
4954 New defcustoms for the `remember-notes' function.
4955 (remember-notes-save-and-bury-buffer): New command.
4956 (remember-notes-mode-map): New variable.
4957 (remember-mode): New minor mode.
4958 (remember-notes--kill-buffer-query): New function.
4959 * startup.el (initial-buffer-choice): Add notes to custom type.
4960
4961 2013-06-30 Eli Zaretskii <eliz@gnu.org>
4962
4963 * bindings.el (right-char, left-char): Don't call sit-for, this is
4964 no longer needed. Use arithmetic comparison only for numerical
4965 arguments.
4966
4967 * international/mule-cmds.el (select-safe-coding-system):
4968 Handle the case of FROM being a string correctly. (Bug#14755)
4969
4970 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4971
4972 * net/shr.el (shr-make-table-1): Add a sanity check that allows
4973 progression on degenerate tables.
4974 (shr-rescale-image): ImageMagick animated images currently don't work.
4975
4976 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
4977
4978 Some fixes and improvements for desktop frame restoration.
4979 It is still experimental and disabled by default.
4980 * desktop.el (desktop--save-windows): Put the selected frame at
4981 the head of the list.
4982 (desktop--make-full-frame): New function.
4983 (desktop--restore-windows): Try to re-select the frame that was
4984 selected upon saving. Do not abort if some frames fail to restore,
4985 just show an error message and continue. Set up maximized frames
4986 so they have default non-maximized dimensions.
4987
4988 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
4989
4990 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4991 Don't start heredoc inside a string or comment.
4992
4993 2013-06-29 Eli Zaretskii <eliz@gnu.org>
4994
4995 * bindings.el (visual-order-cursor-movement): New defcustom.
4996 (right-char, left-char): Provide visual-order cursor motion by
4997 calling move-point-visually. Update the doc strings.
4998
4999 2013-06-28 Kenichi Handa <handa@gnu.org>
5000
5001 * international/mule.el (define-coding-system): New coding system
5002 properties :inhibit-null-byte-detection,
5003 :inhibit-iso-escape-detection, and :prefer-utf-8.
5004 (set-buffer-file-coding-system): If :charset-list property of
5005 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
5006 appropriate for setting.
5007
5008 * international/mule-cmds.el (select-safe-coding-system):
5009 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
5010 multibyte characters, return utf-8 (or one of its siblings).
5011
5012 * international/mule-conf.el (prefer-utf-8): New coding system.
5013 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
5014 files.
5015
5016 2013-06-28 Ivan Kanis <ivan@kanis.fr>
5017
5018 * net/shr.el (shr-render-region): New function.
5019
5020 * net/eww.el: Autoload `eww-browse-url'.
5021
5022 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
5023
5024 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5025 Adapt to `package-desc-version' being a list.
5026 Use `package--ac-desc-version' to retrieve version from a package
5027 archive element.
5028
5029 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
5030
5031 New experimental feature to save&restore window and frame setup.
5032 * desktop.el (desktop-save-windows): New defcustom.
5033 (desktop--saved-states): New var.
5034 (desktop--excluded-frame-parameters): New defconst.
5035 (desktop--filter-frame-parms, desktop--find-frame-in-display)
5036 (desktop--restore-windows, desktop--save-windows): New functions.
5037 (desktop-save): Call `desktop--save-windows'.
5038 (desktop-read): Call `desktop--restore-windows'.
5039
5040 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5041
5042 * net/shr.el (add-face-text-property): Remove compat definition.
5043
5044 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5045
5046 * info.el (Info-try-follow-nearest-node): Move search for footnote
5047 above search for node name to prevent missing a footnote (bug#14717).
5048
5049 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5050
5051 * obsolete/otodo-mode.el: Add obsolescence info to file header.
5052
5053 2013-06-27 Leo Liu <sdl.web@gmail.com>
5054
5055 * net/eww.el (eww-read-bookmarks): Check file size.
5056
5057 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5058
5059 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
5060 advice--pending if newdef is nil or an autoload (bug#13820).
5061 (advice-mapc): New function.
5062
5063 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5064
5065 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
5066 probably.
5067 (eww-mode-map): Add a menu bar.
5068 (eww-add-bookmark): New command.
5069 (eww-bookmark-mode): New mode and commands.
5070 (eww-add-bookmark): Remove newlines from the title.
5071 (eww-bookmark-browse): Don't bug out if it's the only window.
5072
5073 2013-06-26 Glenn Morris <rgm@gnu.org>
5074
5075 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
5076 (hfy-size): Handle ttys. (Bug#14668)
5077
5078 * info-xref.el: Update for Texinfo 5 change in *note format.
5079 (info-xref-node-re, info-xref-note-re): New constants.
5080 (info-xref-check-buffer): Use info-xref-note-re.
5081
5082 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5083
5084 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
5085
5086 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
5087 nil terminate the loop (bug#14718).
5088
5089 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5090
5091 * net/eww.el: Rework history traversal. When going forward/back,
5092 put these actions into the history, too, so that they can be
5093 replayed.
5094 (eww-render): Move the history reset to the correct buffer.
5095
5096 2013-06-25 Juri Linkov <juri@jurta.org>
5097
5098 * files-x.el (modify-dir-local-variable): Change the header comment
5099 in the file with directory local variables. (Bug#14692)
5100
5101 * files-x.el (read-file-local-variable-value): Add `default'.
5102 (Bug#14710)
5103
5104 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5105
5106 * net/eww.el (eww-make-unique-file-name): Create a unique file
5107 name before saving to entering `y' accidentally asynchronously.
5108
5109 2013-06-25 Ivan Kanis <ivan@kanis.fr>
5110
5111 * net/eww.el (eww-download): New command and keystroke.
5112
5113 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5114
5115 * net/eww.el (eww-copy-page-url): Change name of command.
5116
5117 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
5118 be more consistent with Info and dired.
5119
5120 * net/eww.el (eww-mode-map): Ditto.
5121
5122 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5123
5124 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
5125 packages from archives.
5126 (package-archive-contents): Change format; include obsolete packages.
5127 (package-desc): Use `dir' to mark builtin packages.
5128 (package--from-builtin): Set the `dir' field to `builtin'.
5129 (generated-autoload-file, version-control): Declare.
5130 (package-compute-transaction): Change first arg and return value to be
5131 lists of package-descs. Adjust to new package-archive-contents format.
5132 (package--add-to-archive-contents): Adjust to new
5133 package-archive-contents format.
5134 (package-download-transaction): Arg is now a list of package-descs.
5135 (package-install): If `pkg' is a package name, pass it as
5136 a requirement, so it is subject to the usual (e.g. disabled) checks.
5137 (describe-package): Accept package-desc as well.
5138 (describe-package-1): Describe a specific package-desc. Add links to
5139 other package-descs for the same package name.
5140 (package-menu-describe-package): Pass the actual package-desc.
5141 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
5142 works correctly.
5143 (package-desc-status): New function.
5144 (package-menu--refresh): New function, extracted
5145 from package-menu--generate.
5146 (package-menu--generate): Use it.
5147 (package-delete): Update package-alist.
5148 (package-menu-execute): Don't call package-initialize.
5149
5150 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
5151 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
5152 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
5153 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
5154 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
5155 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
5156
5157 2013-06-25 Martin Rudalics <rudalics@gmx.at>
5158
5159 * window.el (window--state-get-1): Workaround for bug#14527.
5160 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
5161
5162 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5163
5164 * net/eww.el (eww-back-url): Implement the history by stashing all
5165 the data into a list.
5166 (eww-forward-url): Allow going forward in the history, too.
5167
5168 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5169
5170 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
5171 for values and use read--expression for expressions (bug#14710).
5172 (read-file-local-variable): Avoid setq.
5173 (read-file-local-variable-mode): Use minor-mode-list.
5174
5175 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5176
5177 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
5178 for DOI URLs.
5179
5180 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5181
5182 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
5183 Update imenu-support when dialect changes.
5184
5185 2013-06-25 Leo Liu <sdl.web@gmail.com>
5186
5187 * ido.el (ido-read-internal): Allow forward slash on windows.
5188
5189 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5190
5191 * net/eww.el (eww): Start of strings is \\`, not ^.
5192
5193 2013-06-24 Ivan Kanis <ivan@kanis.fr>
5194
5195 * net/shr.el (shr-browse-url): Fix interactive spec.
5196
5197 * net/eww.el (eww): Add a trailing slash to domain names.
5198
5199 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
5200
5201 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
5202
5203 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5204
5205 * net/shr.el (shr-browse-url): Use an external browser if given a
5206 prefix.
5207
5208 * net/eww.el (eww-external-browser): Move to shr.
5209
5210 2013-06-24 Ivan Kanis <ivan@kanis.fr>
5211
5212 * net/eww.el (eww): Work more correctly for file: URLs.
5213 (eww-detect-charset): Allow quoted charsets.
5214 (eww-yank-page-url): New command and keystroke.
5215
5216 2013-06-24 Daiki Ueno <ueno@gnu.org>
5217
5218 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
5219 file name of gpg executable.
5220 (epg-context-program): New function.
5221 (epg-context-home-directory): New function.
5222 (epg-context-set-program): New function.
5223 (epg-context-set-home-directory): New function.
5224 (epg--start): Use `epg-context-program' instead of
5225 'epg-gpg-program'.
5226 (epg--list-keys-1): Likewise.
5227
5228 2013-06-24 Leo Liu <sdl.web@gmail.com>
5229
5230 * ido.el (ido-read-internal): Fix bug#14620.
5231
5232 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
5233
5234 * faces.el (face-documentation): Simplify.
5235 (read-face-attribute, tty-find-type, x-resolve-font-name):
5236 Use `string-match-p'.
5237 (list-faces-display): Use `string-match-p'. Simplify.
5238 (face-spec-recalc): Check face to avoid face alias loops.
5239 (read-color): Use `string-match-p' and non-capturing parenthesis.
5240
5241 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5242
5243 * net/shr.el (shr-rescale-image): Use the new
5244 :max-width/:max-height functionality.
5245
5246 2013-06-23 Ivan Kanis <ivan@kanis.fr>
5247
5248 * net/eww.el (eww-search-prefix): New variable.
5249 (eww): Use it.
5250 (eww-external-browser): New variable.
5251 (eww-mode-map): New keystroke.
5252 (eww-browse-with-external-browser): New command.
5253
5254 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
5255
5256 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
5257
5258 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5259 Don't skip aligning the next header field when padding is 0;
5260 otherwise, field width is not respected unless the title is as
5261 wide as the field.
5262
5263 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5264
5265 * emacs-lisp/package.el (package-el-version): Remove.
5266 (package-process-define-package): Fix inf-loop.
5267 (package-install): Allow symbols as arguments again.
5268
5269 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5270
5271 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
5272 add some more keyword-like methods.
5273 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
5274
5275 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
5276
5277 * bs.el (bs-buffer-show-mark): Make defvar-local.
5278 (bs-mode): Use setq-local.
5279
5280 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
5281 (emacs-lock--try-unlocking): Make defvar-local.
5282
5283 2013-06-22 Glenn Morris <rgm@gnu.org>
5284
5285 * play/cookie1.el (cookie-apropos): Minor simplification.
5286
5287 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
5288
5289 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5290
5291 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
5292 `regexp-opt', it breaks the build during dumping.
5293
5294 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
5295
5296 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5297 Highlight keyword-like methods on Kernel and Module with
5298 font-lock-builtin-face.
5299 (auto-mode-alist): Consolidate different entries into one regexp
5300 and add more *file-s.
5301
5302 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
5303
5304 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
5305
5306 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
5307 (diary-entry): Use it in the action of this button type instead of
5308 diary-goto-entry.
5309
5310 * calendar/todo-mode.el: New version.
5311 (todo-add-category): Append new category to end of file and give
5312 it the highest number, instead of putting it at the beginning and
5313 giving it 0. Incorporate noninteractive functionality.
5314 (todo-forward-category): Adapt to 1-based category numbering.
5315 Allow skipping over archived categories.
5316 (todo-backward-category): Derive from todo-forward-category.
5317 (todo-backward-item, todo-forward-item): Make noninteractive and
5318 delegate interactive part to new commands. Make sensitive to done items.
5319 (todo-categories): Make value an alist of category names and
5320 vectors of item counts.
5321 (todo-category-beg): Make a defconst.
5322 (todo-category-number): Use 1 instead of 0 as initial value.
5323 (todo-category-select): Make sensitive to overlays, optional item
5324 highlighting and done items.
5325 (todo-delete-item): Make sensitive to overlays and marked and done items.
5326 (todo-edit-item): Make sensitive to overlays and editing of
5327 date/time header optional. Add format checks.
5328 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
5329 no-op if point is not on an item. Advertise using todo-edit-quit.
5330 (todo-edit-mode): Make sensitive to new format, font-locking, and
5331 multiple todo files.
5332 (todo-insert-item, todo-insert-item-here): Derive from
5333 todo-basic-insert-item and extend functionality.
5334 (todo-item-end, todo-item-start): Make sensitive to done items.
5335 (todo-item-string): Don't return text properties. Restore point.
5336 (todo-jump-to-category): Make sensitive to multiple todo files and
5337 todo archives. Use extended category completion.
5338 (todo-lower-item, todo-raise-item): Rename to *-priority and
5339 derive from todo-set-item-priority.
5340 (todo-mode): Derive from special-mode. Make sensitive to new
5341 format, font-locking and multiple todo files. Make read-only.
5342 (todo-mode-map): Don't suppress digit keys, so they can supply
5343 prefix arguments. Add many new key bindings.
5344 (todo-prefix): Insert as an overlay instead of file text.
5345 Change semantics from diary date expression to purely visual mark.
5346 (todo-print): Rename to todo-print-buffer. Make buffer display
5347 features printable. Remove option to restrict number of items
5348 printed. Add option to print to file.
5349 (todo-print-function): Rename to todo-print-buffer-function.
5350 (todo-quit): Extend to handle exiting new todo modes.
5351 (todo-remove-item): Make sensitive to overlays.
5352 (todo-save): Extend to buffers of filtered items.
5353 (todo-show): Make sensitive to done items, multiple todo files and
5354 new todo modes. Offer to convert legacy todo file before creating
5355 first new todo file.
5356 (todo-show-priorities): Rename to todo-top-priorities.
5357 Change semantics of value 0.
5358 (todo-top-priorities): Rename to todo-filter-top-priorities,
5359 derive from todo-filter-items and extend functionality.
5360 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
5361 and extend functionality to other types of filtered items.
5362 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
5363 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
5364 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
5365 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
5366 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
5367 (todo-edit-mode-hook, todo-entry-prefix-function)
5368 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
5369 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
5370 (todo-initials, todo-insert-threshold, todo-item-string-start)
5371 (todo-line-string, todo-menu, todo-mode-hook)
5372 (todo-more-important-p, todo-previous-answer, todo-previous-line)
5373 (todo-print-priorities, todo-remove-separator)
5374 (todo-save-top-priorities-too, todo-string-count-lines)
5375 (todo-string-multiline-p, todo-time-string-format)
5376 (todo-tmp-buffer-name): Remove.
5377 (todo-add-file, todo-archive-done-item, todo-choose-archive)
5378 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
5379 (todo-edit-category-diary-inclusion)
5380 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
5381 (todo-edit-file, todo-edit-item-date-day)
5382 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
5383 (todo-edit-item-date-month, todo-edit-item-date-to-today)
5384 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
5385 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
5386 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
5387 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
5388 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
5389 (todo-filter-top-priorities-multifile, todo-find-archive)
5390 (todo-find-filtered-items-file, todo-go-to-source-item)
5391 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
5392 (todo-jump-to-archive-category, todo-lower-category)
5393 (todo-mark-category, todo-marked-item-p, todo-merge-category)
5394 (todo-move-category, todo-move-item, todo-next-button)
5395 (todo-next-item, todo-padded-string, todo-powerset)
5396 (todo-previous-button, todo-previous-item)
5397 (todo-print-buffer-to-file, todo-raise-category)
5398 (todo-rename-category, todo-repair-categories-sexp, todo-search)
5399 (todo-set-category-number, todo-set-item-priority)
5400 (todo-set-top-priorities-in-category)
5401 (todo-set-top-priorities-in-file, todo-show-categories-table)
5402 (todo-sort-categories-alphabetically-or-numerically)
5403 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
5404 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
5405 (todo-toggle-item-header, todo-toggle-item-highlighting)
5406 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
5407 (todo-toggle-view-done-items, todo-toggle-view-done-only)
5408 (todo-unarchive-items, todo-unmark-category): New commands.
5409 (todo-absolute-file-name, todo-add-to-buffer-list)
5410 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
5411 (todo-basic-insert-item, todo-category-completions)
5412 (todo-category-number, todo-category-string-matcher-1)
5413 (todo-category-string-matcher-2, todo-check-filtered-items-file)
5414 (todo-check-format, todo-clear-matches)
5415 (todo-comment-string-matcher, todo-convert-legacy-date-time)
5416 (todo-current-category, todo-date-string-matcher)
5417 (todo-define-insertion-command, todo-diary-expired-matcher)
5418 (todo-diary-goto-entry, todo-diary-item-p)
5419 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
5420 (todo-display-categories, todo-display-sorted, todo-done-item-p)
5421 (todo-done-item-section-p, todo-done-separator)
5422 (todo-done-string-matcher, todo-files, todo-filter-items)
5423 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
5424 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
5425 (todo-insert-category-line, todo-insert-item-from-calendar)
5426 (todo-insert-sort-button, todo-insert-with-overlays)
5427 (todo-insertion-command-name, todo-insertion-key-bindings)
5428 (todo-label-to-key, todo-longest-category-name-length)
5429 (todo-make-categories-list, todo-mode-external-set)
5430 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
5431 (todo-modes-set-3, todo-multiple-filter-files)
5432 (todo-nondiary-marker-matcher, todo-prefix-overlays)
5433 (todo-read-category, todo-read-date, todo-read-dayname)
5434 (todo-read-file-name, todo-read-time)
5435 (todo-reevaluate-category-completions-files-defcustom)
5436 (todo-reevaluate-default-file-defcustom)
5437 (todo-reevaluate-filelist-defcustoms)
5438 (todo-reevaluate-filter-files-defcustom)
5439 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
5440 (todo-reset-done-separator, todo-reset-done-separator-string)
5441 (todo-reset-done-string, todo-reset-global-current-todo-file)
5442 (todo-reset-highlight-item, todo-reset-nondiary-marker)
5443 (todo-reset-prefix, todo-set-categories)
5444 (todo-set-date-from-calendar, todo-set-show-current-file)
5445 (todo-set-top-priorities, todo-short-file-name)
5446 (todo-show-current-file, todo-sort, todo-time-string-matcher)
5447 (todo-total-item-counts, todo-update-buffer-list)
5448 (todo-update-categories-display, todo-update-categories-sexp)
5449 (todo-update-count, todo-validate-name, todo-y-or-n-p):
5450 New functions.
5451 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
5452 New major modes.
5453 (todo-categories, todo-display, todo-edit, todo-faces)
5454 (todo-filtered): New defgroups.
5455 (todo-archived-only, todo-button, todo-category-string, todo-date)
5456 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
5457 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
5458 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
5459 (todo-add-item-if-new-category, todo-always-add-time-string)
5460 (todo-categories-align, todo-categories-archived-label)
5461 (todo-categories-category-label, todo-categories-diary-label)
5462 (todo-categories-done-label, todo-categories-number-separator)
5463 (todo-categories-todo-label, todo-categories-totals-label)
5464 (todo-category-completions-files, todo-completion-ignore-case)
5465 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
5466 (todo-done-separator-string, todo-done-string)
5467 (todo-files-function, todo-filter-done-items, todo-filter-files)
5468 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
5469 (todo-initial-category, todo-initial-file, todo-item-mark)
5470 (todo-legacy-date-time-regexp, todo-mode-line-function)
5471 (todo-nondiary-marker, todo-number-prefix)
5472 (todo-print-buffer-function, todo-show-current-file)
5473 (todo-show-done-only, todo-show-first, todo-show-with-done)
5474 (todo-skip-archived-categories, todo-top-priorities-overrides)
5475 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
5476 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
5477 New defcustoms.
5478 (todo-category-done, todo-date-pattern, todo-date-string-start)
5479 (todo-diary-items-buffer, todo-done-string-start)
5480 (todo-filtered-items-buffer, todo-item-start)
5481 (todo-month-abbrev-array, todo-month-name-array)
5482 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
5483 (todo-top-priorities-buffer): New defconsts.
5484 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
5485 (todo-categories-with-marks, todo-category-string-face)
5486 (todo-comment-face, todo-comment-string, todo-current-todo-file)
5487 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
5488 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
5489 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
5490 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
5491 (todo-font-lock-keywords, todo-global-current-todo-file)
5492 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
5493 (todo-insertion-commands-args)
5494 (todo-insertion-commands-args-genlist)
5495 (todo-insertion-commands-names, todo-insertion-map)
5496 (todo-key-bindings-t, todo-key-bindings-t+a)
5497 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
5498 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
5499 (todo-nondiary-face, todo-print-buffer, todo-time-face)
5500 (todo-visited): New variables.
5501
5502 2013-06-21 Glenn Morris <rgm@gnu.org>
5503
5504 * play/cookie1.el (cookie-apropos): Add optional display argument.
5505 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
5506 (psychoanalyze-pinhead): Use cookie-doctor.
5507
5508 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5509
5510 * emacs-lisp/package.el (tar-get-file-descriptor)
5511 (tar--extract): Declare.
5512
5513 2013-06-21 Eduard Wiebe <usenet@pusto.de>
5514
5515 Extend flymake's warning predicate to be a function (bug#14217).
5516 * progmodes/flymake.el (flymake-warning-predicate): New.
5517 (flymake-parse-line): Use it.
5518 (flymake-warning-re): Make obsolete alias to
5519 `flymake-warning-predicate'.
5520
5521 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5522
5523 * emacs-lisp/package.el (package-alist): Include obsolete packages.
5524 (package-obsolete-list): Remove.
5525 (package-activate): Remove min-version argument. Add `force' argument.
5526 Adjust to new package-alist format.
5527 (package-mark-obsolete): Remove.
5528 (package-unpack): Force reload of the package's autoloads.
5529 (package-installed-p): Check builtins if the installed package is not
5530 recent enough.
5531 (package-initialize): Don't reset package-obsolete-list.
5532 Don't specify which package version to activate.
5533 (package-process-define-package, describe-package-1)
5534 (package-menu--generate): Adjust to new package-alist format.
5535
5536 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5537
5538 * allout-widgets.el (allout-widgets-mode-off)
5539 (allout-widgets-mode-on, allout-widgets-pre-command-business)
5540 (allout-widgets-post-command-business)
5541 (allout-widgets-after-copy-or-kill-function)
5542 (allout-widgets-after-undo-function, allout-test-range-overlaps)
5543 (allout-decorate-item-and-context)
5544 (allout-graphics-modification-handler): Fix typos in docstrings.
5545 (allout-get-or-create-parent-widget): Use `looking-at-p'.
5546
5547 * cmuscheme.el (scheme-start-file): Doc fix.
5548 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
5549 (scheme-input-filter): Use `string-match-p'.
5550
5551 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
5552
5553 * dired-x.el: Use Dired consistently in docstrings.
5554
5555 * dired.el: Use Dired consistently in docstrings.
5556 (dired-readin, dired-mode): Use `setq-local'.
5557 (dired-switches-alist): Make defvar-local.
5558 (dired-buffers-for-dir): Use `zerop'.
5559 (dired-safe-switches-p, dired-switches-escape-p)
5560 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
5561 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
5562 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
5563 (dired-goto-next-nontrivial-file): Use `string-match-p'.
5564 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
5565 (dired-toggle-marks, dired-mark-files-containing-regexp)
5566 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
5567 (dired-flag-auto-save-files, dired-flag-backup-files):
5568 Use `looking-at-p'.
5569 (dired-mark-files-regexp, dired-build-subdir-alist):
5570 Use `string-match-p', `looking-at-p'.
5571
5572 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
5573 (direct-print-region-helper): Use `string-match-p'.
5574
5575 2013-06-21 Leo Liu <sdl.web@gmail.com>
5576
5577 * comint.el (comint-redirect-results-list-from-process):
5578 Fix infinite loop.
5579
5580 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5581
5582 * net/eww.el (eww-update-header-line-format): Quote % characters.
5583
5584 2013-06-21 Glenn Morris <rgm@gnu.org>
5585
5586 * play/cookie1.el (cookie): New custom group.
5587 (cookie-file): New option.
5588 (cookie-check-file): New function.
5589 (cookie): Make it interactive. Make start and end messages optional.
5590 Interactively, display the result. Default to cookie-file.
5591 (cookie-insert): Default to cookie-file.
5592 (cookie-snarf): Make start and end messages optional.
5593 Default to cookie-file. Use with-temp-buffer.
5594 (cookie-read): Rename from read-cookie.
5595 Make start and end messages optional. Default to cookie-file.
5596 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
5597 Do not autoload it.
5598 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
5599 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
5600
5601 2013-06-21 Leo Liu <sdl.web@gmail.com>
5602
5603 * progmodes/octave.el (octave-mode): Backward compatibility fix.
5604
5605 2013-06-21 Glenn Morris <rgm@gnu.org>
5606
5607 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
5608
5609 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5610 Daniel Hackney <dan@haxney.org>
5611
5612 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
5613 Consolidate the single-file vs tarball code.
5614 (package-desc-suffix): New function.
5615 (package-desc-full-name): Don't bother inlining it.
5616 (package-load-descriptor): Return the new package-desc.
5617 (package-mark-obsolete): Remove unused arg `package'.
5618 (package-unpack): Make it work for single files as well.
5619 Make it update package-alist.
5620 (package--make-autoloads-and-stuff): Rename from
5621 package--make-autoloads-and-compile. Don't compile any more.
5622 (package--compile): New function.
5623 (package-generate-description-file): New function, extracted from
5624 package-unpack-single.
5625 (package-unpack-single): Remove.
5626 (package--with-work-buffer): Add indentation and debugging info.
5627 (package-download-single): Remove.
5628 (package-install-from-archive): Rename from package-download-tar, make
5629 it take a pkg-desc, and make it work for single files as well.
5630 (package-download-transaction): Simplify.
5631 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
5632 external tar program.
5633 (package-install-from-buffer): Remove `pkg-desc' argument.
5634 Use package-tar-file-info for tar-mode buffers.
5635 (package-install-file): Simplify accordingly.
5636 (package-archive-base): Change to take a pkg-desc.
5637 * tar-mode.el (tar--check-descriptor): New function, extracted from
5638 tar-get-descriptor.
5639 (tar-get-descriptor): Use it.
5640 (tar-get-file-descriptor): New function.
5641 (tar--extract): New function, extracted from tar-extract.
5642 (tar--extract): Use it.
5643 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
5644 case the summary uses non-ascii. Adjust to new calling convention of
5645 package-tar-file-info.
5646
5647 2013-06-21 Leo Liu <sdl.web@gmail.com>
5648
5649 * comint.el (comint-redirect-results-list-from-process):
5650 Fix random delay. (Bug#14681)
5651
5652 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5653
5654 * profiler.el (profiler-format-number): Use log, not log10.
5655
5656 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
5657
5658 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
5659
5660 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5661
5662 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
5663 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
5664 yet available.
5665 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
5666 (AUTOGENEL): ... here.
5667 * emacs-lisp/cl-macs.el (cl--sublis): New function.
5668 (cl--defsubst-expand): Use it.
5669
5670 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
5671
5672 * subr.el (log10): Move here from C code, and declare as obsolete.
5673 All uses of (log10 X) replaced with (log X 10).
5674
5675 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
5676
5677 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
5678 Declare with `defvar-local'.
5679 (tabulated-list-use-header-line, tabulated-list-entries)
5680 (tabulated-list-padding, tabulated-list-printer)
5681 (tabulated-list-sort-key): Declare with `defvar-local'.
5682 (tabulated-list-init-header, tabulated-list-print-fake-header):
5683 Use `setq-local'.
5684
5685 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
5686
5687 * arc-mode.el (archive-mode): Add `archive-write-file' to
5688 `write-contents-functions' also for remote files. (Bug#14652)
5689
5690 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
5691
5692 * cus-edit.el (custom-commands): Fix typos.
5693 (custom-display): Fix tooltip text.
5694 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
5695 Fix typos in docstrings.
5696 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
5697 (custom-unlispify-menu-entry, custom-magic-value-create)
5698 (custom-add-see-also, custom-group-value-create): Use ?\s.
5699 (custom-guess-type, customize-apropos, editable-field)
5700 (custom-face-value-create): Use `string-match-p'.
5701 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
5702
5703 * custom.el (custom-load-symbol): Use `string-match-p'.
5704
5705 * ansi-color.el: Convert to lexical binding.
5706 (ansi-colors): Fix URL.
5707 (ansi-color-context, ansi-color-context-region): Use defvar-local.
5708 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
5709 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
5710
5711 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5712
5713 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
5714
5715 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
5716
5717 2013-06-19 Tom Tromey <tromey@redhat.com>
5718
5719 * net/eww.el (eww-top-url): Remove.
5720 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
5721 (eww-render): Set new variables. Don't set eww-top-url.
5722 (eww-handle-link): Handle "prev", "home", and "contents".
5723 Downcase the rel text.
5724 (eww-top-url): Choose best top URL.
5725
5726 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5727
5728 * net/eww.el: Rewrite to implement form elements "by hand" instead of
5729 relying in widget.el. Using widget.el leads to too many
5730 user interface inconsistencies.
5731 (eww-self-insert): Implement entering commands in text fields.
5732 (eww-process-text-input): New function to make text input field editing
5733 work.
5734 (eww-submit): Rewrite to use the new-style form methods.
5735 (eww-select-display): Display the correct selected item.
5736 (eww-change-select): Implement changing the select value.
5737 (eww-toggle-checkbox): Implement radio/checkboxes.
5738 (eww-update-field): Fix compilation error.
5739 (eww-tag-textarea): Implement <textarea>.
5740
5741 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
5742 we don't shadow mode-specific bindings.
5743
5744 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
5745 nothing to push.
5746
5747 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
5748
5749 2013-06-19 Glenn Morris <rgm@gnu.org>
5750
5751 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
5752
5753 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
5754
5755 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
5756 not needed.
5757
5758 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
5759
5760 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5761
5762 * net/browse-url.el (browse-url-browser-function):
5763 `eww-browse-url' has the right calling signature, `eww' does not.
5764
5765 2013-06-19 Glenn Morris <rgm@gnu.org>
5766
5767 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
5768 Only eval autoloaded macros.
5769 (byte-compile-autoload): Only give the macro warning for macros.
5770
5771 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
5772 (ps-underlined-faces): Declare.
5773
5774 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
5775 (speedbar-add-supported-extension): Declare.
5776
5777 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
5778 Don't include a date stamp in the header of the generated file;
5779 it leads to needless differences between output files.
5780
5781 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
5782
5783 * net/secrets.el (secrets-struct-secret-content-type):
5784 Replace check of introspection data by a test call of "CreateItem".
5785 Some servers do not offer introspection.
5786
5787 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * electric.el (electric-pair-mode): Improve interaction with
5790 electric-layout-mode.
5791 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
5792 (electric-pair-syntax): Use text-mode-syntax-table in comments
5793 and strings.
5794 (electric-pair--insert): New function.
5795 (electric-pair-post-self-insert-function): Use it and
5796 electric--after-char-pos.
5797
5798 2013-06-19 Leo Liu <sdl.web@gmail.com>
5799
5800 * progmodes/octave.el (octave-help): Fix regexp.
5801
5802 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5803
5804 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
5805 (shr-table-horizontal-line): Allow nil as a value, and change the
5806 default.
5807 (shr-insert-table-ruler): Respect the nil value.
5808
5809 2013-06-18 Tom Tromey <tromey@barimba>
5810
5811 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5812 New defvars.
5813 (eww-open-file): New defun.
5814 (eww-render): Initialize new variables.
5815 (eww-display-html): Handle "link" and "a".
5816 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
5817 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
5818 (eww-back-url): Rename from eww-previous-url.
5819 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5820 New defuns.
5821
5822 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
5823
5824 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
5825 Distinguish ternary operator tokens from slash symbol and slash
5826 char literal.
5827
5828 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
5829
5830 Convert symbol prettification into minor mode and global minor mode.
5831
5832 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
5833 `prog-prettify-symbols', and make a local defvar instead of defcustom.
5834 (prettify-symbols--keywords): Rename from
5835 `prog-prettify-symbols-alist' and make a local defvar.
5836 (prettify-symbols--compose-symbol): Rename from
5837 `prog--prettify-font-lock-compose-symbol'.
5838 (prettify-symbols--make-keywords): Rename from
5839 `prog-prettify-font-lock-symbols-keywords' and simplify.
5840 (prog-prettify-install): Remove.
5841 (prettify-symbols-mode): New minor mode, based on
5842 `prog-prettify-install'.
5843 (turn-on-prettify-symbols-mode): New function.
5844 (global-prettify-symbols-mode): New globalized minor mode.
5845
5846 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5847 * progmodes/cfengine.el (cfengine3-mode):
5848 * progmodes/perl-mode.el (perl-mode): Don't call
5849 `prog-prettify-install'; set `prettify-symbols-alist' instead.
5850
5851 2013-06-18 Juri Linkov <juri@jurta.org>
5852
5853 * files-x.el (modify-file-local-variable-message): New function.
5854 (modify-file-local-variable)
5855 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
5856 and call `modify-file-local-variable-message' when it's non-nil.
5857 (add-file-local-variable, delete-file-local-variable)
5858 (add-file-local-variable-prop-line)
5859 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
5860 and use it. (Bug#9820)
5861
5862 2013-06-18 Juri Linkov <juri@jurta.org>
5863
5864 * emulation/vi.el (vi-shell-op):
5865 * emulation/vip.el (vip-execute-com, ex-command):
5866 * emulation/viper-cmd.el (viper-exec-bang):
5867 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
5868 the call of `shell-command-on-region'. (Bug#14637)
5869
5870 * simple.el (shell-command-on-region): Doc fix.
5871
5872 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5873
5874 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
5875 (bug#14633).
5876
5877 2013-06-18 Glenn Morris <rgm@gnu.org>
5878
5879 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
5880
5881 * newcomment.el (comment-search-forward, comment-search-backward):
5882 Doc fix. (Bug#14376)
5883
5884 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
5885
5886 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
5887 (buffer-face-mode-invoke): Doc fix.
5888
5889 2013-06-18 Matthias Meulien <orontee@gmail.com>
5890
5891 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
5892 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
5893
5894 2013-06-18 Glenn Morris <rgm@gnu.org>
5895
5896 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
5897 Replace obsolete function generic-make-keywords with its expansion.
5898
5899 * progmodes/python.el (ffap-alist): Declare.
5900
5901 * textmodes/reftex.el (bibtex-mode-map): Declare.
5902
5903 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5904
5905 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
5906 (package-unpack, package-unpack-single): Return the pkg-dir.
5907 (package-download-transaction): Use it to update package-alist.
5908
5909 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5910
5911 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
5912 possible choice.
5913
5914 2013-06-17 Juri Linkov <juri@jurta.org>
5915
5916 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
5917
5918 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
5919
5920 * emacs-lisp/package.el (package-load-descriptor):
5921 Remove `with-syntax-table' call, `read' doesn't need it.
5922 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
5923
5924 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
5925
5926 * startup.el (command-line): Expand package name returned by
5927 `package--description-file' (bug#14639).
5928
5929 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
5930
5931 * emacs-lisp/package.el (package-load-descriptor): Do not call
5932 `emacs-lisp-mode', just use its syntax table.
5933
5934 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
5935
5936 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
5937 `font-lock-extra-managed-props' if any prettifying keyword is added.
5938 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
5939 (prog-mode): Use `setq-local'.
5940
5941 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5942
5943 * international/characters.el (standard-case-table): Set syntax of ?»
5944 and ?« to punctuation.
5945
5946 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
5947
5948 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
5949 Save relevant match data before calling `syntax-ppss' (bug#14595).
5950
5951 2013-06-15 Juri Linkov <juri@jurta.org>
5952
5953 * files-x.el (modify-file-local-variable-prop-line): Add local
5954 variables to the end of the existing comment on the first line.
5955 Use `file-auto-mode-skip' to skip interpreter magic line,
5956 and also skip XML declaration.
5957
5958 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5959
5960 * startup.el (package--builtin-versions): New var.
5961 (package-subdirectory-regexp): Remove.
5962 (package--description-file): Hard code its value instead.
5963
5964 * emacs-lisp/package.el: Don't activate packages older than builtin.
5965 (package-obsolete-list): Rename from package-obsolete-alist, and make
5966 it into a simple list of package-desc.
5967 (package-strip-version): Remove.
5968 (package-built-in-p): Use package--builtin-versions.
5969 (package-mark-obsolete): Simplify.
5970 (package-process-define-package): Mark it obsolete if older than the
5971 builtin version.
5972 (package-handle-response): Use line-end-position.
5973 (package-read-archive-contents, package--download-one-archive):
5974 Simplify.
5975 (package--add-to-archive-contents): Skip if older than the builtin or
5976 installed version.
5977 (package-menu-describe-package): Fix last change.
5978 (package-list-unversioned): New var.
5979 (package-menu--generate): Use it.
5980
5981 * emacs-lisp/autoload.el: Manage package--builtin-versions.
5982 (autoload--insert-text, autoload--insert-cookie-text): New functions.
5983 (autoload-builtin-package-versions): New variable.
5984 (autoload-generate-file-autoloads): Use them.
5985 Remove the list of autoloaded functions/macros from the
5986 (autoload...) comments.
5987
5988 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
5989
5990 2013-06-15 Eli Zaretskii <eliz@gnu.org>
5991
5992 * simple.el (line-move-partial): Don't jump to the next screen
5993 line as soon as it becomes visible. Instead, continue enlarging
5994 the vscroll until the portion of a tall screen line that's left on
5995 display is about the height of the frame's default font.
5996 (Bug#14567)
5997
5998 2013-06-15 Glenn Morris <rgm@gnu.org>
5999
6000 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
6001 compilation-error-regexp-alist void, or local while let-bound.
6002
6003 * progmodes/make-mode.el (makefile-mode-syntax-table):
6004 Treat "=" as punctuation. (Bug#14614)
6005
6006 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
6007
6008 * help-fns.el (describe-variable):
6009 Add extra line for permanent-local variables.
6010
6011 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
6012
6013 * progmodes/scheme.el (scheme-font-lock-keywords-2):
6014 Add export, import, library. (Bug#9164)
6015 (library): Set indent function.
6016
6017 2013-06-14 Glenn Morris <rgm@gnu.org>
6018
6019 * term/xterm.el (xterm--query):
6020 Stop after first matching handler. (Bug#14615)
6021
6022 2013-06-14 Ivan Kanis <ivan@kanis.fr>
6023
6024 Add support for dired in saveplace.
6025 * dired.el (dired-initial-position-hook): New variable.
6026 (dired-initial-position): Call hook to place cursor position.
6027 * saveplace.el (save-place-to-alist): Add dired position.
6028 (save-place-dired-hook): New function.
6029
6030 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6031
6032 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
6033 through a symbol rather than letrec.
6034
6035 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
6036 (package-desc): Add `dir' field.
6037 (package-desc-full-name): New function.
6038 (package-load-descriptor): Combine the two arguments. Don't use `load'.
6039 (package-maybe-load-descriptor): Remove.
6040 (package-load-all-descriptors): Just call package-load-descriptor.
6041 (package--disabled-p): New function.
6042 (package-desc-vers, package-desc-doc): Remove aliases.
6043 (package--dir): Remove function.
6044 (package-activate): Check if a package is disabled.
6045 (package-process-define-package): New function, extracted from
6046 define-package.
6047 (define-package): Turn into a place holder.
6048 (package-unpack-single, package-tar-file-info):
6049 Use package--description-file.
6050 (package-compute-transaction): Use package--disabled-p.
6051 (package-download-transaction): Don't call
6052 package-maybe-load-descriptor since they're all loaded anyway.
6053 (package-install): Change argument to be a pkg-desc.
6054 (package-delete): Use a single pkg-desc argument.
6055 (describe-package-1): Use package-desc-dir instead of package--dir.
6056 Use package-desc property instead of package-symbol.
6057 (package-install-button-action): Adjust accordingly.
6058 (package--push): Rewrite.
6059 (package-menu--print-info): Adjust accordingly. Change the ID format
6060 to be a pkg-desc.
6061 (package-menu-describe-package, package-menu-get-status)
6062 (package-menu--find-upgrades, package-menu-mark-upgrades)
6063 (package-menu-execute, package-menu--name-predicate):
6064 Adjust accordingly.
6065 * startup.el (package--description-file): New function.
6066 (command-line): Use it.
6067 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6068 Use package-desc-version.
6069
6070 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
6071 (byte-compile-preprocess): Use it.
6072 (byte-compile-file-form-defalias): Try a bit harder to use macros we
6073 can't quite recognize.
6074 (byte-compile-add-to-list): Remove.
6075 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
6076 (cconv-closure-convert): Add assertion.
6077
6078 * emacs-lisp/map-ynp.el: Use lexical-binding.
6079 (map-y-or-n-p): Remove unused vars `tail' and `object'.
6080 Factor out some repeated code.
6081
6082 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6083
6084 * subr.el (with-eval-after-load): New macro.
6085 (eval-after-load): Allow form to be a function.
6086 take advantage of lexical-binding.
6087 (do-after-load-evaluation): Use dolist and adjust to new format.
6088 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
6089
6090 2013-06-13 Juri Linkov <juri@jurta.org>
6091
6092 * replace.el (perform-replace): Display "symbol " and other search
6093 modes from `isearch-message-prefix' in the *Help* buffer.
6094
6095 * isearch.el (isearch-query-replace): Add " symbol" and other
6096 possible search modes from `isearch-message-prefix' to the prompt.
6097 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
6098 when reading a regexp to collect.
6099
6100 2013-06-13 Juri Linkov <juri@jurta.org>
6101
6102 * isearch.el (word-search-regexp): Match whitespace if the search
6103 string begins or ends in whitespace. The LAX arg is applied to
6104 both ends of the search string. Use `regexp-quote' and explicit
6105 \< and \> instead of \b. Use \` and \' instead of ^ and $.
6106 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
6107 boundaries are replaced with symbol boundaries, and characters
6108 between symbols match non-word non-symbol syntax. (Bug#14602)
6109
6110 2013-06-13 Juri Linkov <juri@jurta.org>
6111
6112 * isearch.el (isearch-del-char): Don't exceed the length of
6113 `isearch-string' by the prefix arg. (Bug#14563)
6114
6115 2013-06-13 Juri Linkov <juri@jurta.org>
6116
6117 * isearch.el (isearch-yank-word, isearch-yank-line)
6118 (isearch-char-by-name, isearch-quote-char)
6119 (isearch-printing-char, isearch-process-search-char):
6120 Add optional count prefix arg. (Bug#14563)
6121
6122 * international/isearch-x.el
6123 (isearch-process-search-multibyte-characters):
6124 Add optional count prefix arg.
6125
6126 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6127
6128 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
6129 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
6130 lexical-binding.
6131
6132 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
6133
6134 * subr.el (set-temporary-overlay-map): Add on-exit argument.
6135
6136 2013-06-13 Glenn Morris <rgm@gnu.org>
6137
6138 * startup.el (tty-handle-args):
6139 Don't just discard "--" and anything after. (Bug#14608)
6140
6141 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
6142
6143 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
6144
6145 Implement changes in Secret Service API. Make it backward compatible.
6146 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
6147 (secrets-create-item): Use it. Prefix properties with interface.
6148
6149 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
6150
6151 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
6152 (term-emulate-terminal): Respect term-suppress-hard-newline.
6153
6154 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
6155
6156 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6157 Only remove a `thumb-file' overlay. (Bug#14548)
6158
6159 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
6160
6161 * mail/reporter.el (reporter-submit-bug-report):
6162 Handle missing package-name. (Bug#14600)
6163
6164 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6165
6166 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
6167 (reftex-citation-prompt, reftex-default-bibliography)
6168 (reftex-bib-or-thebib, reftex-get-bibfile-list)
6169 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6170 (reftex-bib-sort-author, reftex-bib-sort-year)
6171 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
6172 (reftex-extract-bib-entries-from-thebibliography)
6173 (reftex-get-bibkey-default, reftex-get-bib-names)
6174 (reftex-parse-bibtex-entry, reftex-get-bib-field)
6175 (reftex-format-bib-entry, reftex-parse-bibitem)
6176 (reftex-format-bibitem, reftex-do-citation)
6177 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
6178 (reftex-restrict-bib-matches, reftex-extract-bib-file)
6179 (reftex-insert-bib-matches, reftex-format-citation)
6180 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
6181 (reftex-create-bibtex-file): Add docstrings, mostly by converting
6182 existing comments into docstrings.
6183
6184 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6185
6186 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
6187
6188 2013-06-12 Andreas Schwab <schwab@suse.de>
6189
6190 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
6191 for auto-save files.
6192
6193 2013-06-12 Glenn Morris <rgm@gnu.org>
6194
6195 * ido.el (ido-delete-ignored-files): Remove.
6196 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
6197 Go back to calling ido-ignore-item-p directly.
6198
6199 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
6200
6201 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
6202
6203 * ido.el (ido-delete-ignored-files): New function,
6204 split from ido-make-file-list-1.
6205 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
6206 (ido-make-file-list-1): Use ido-delete-ignored-files.
6207
6208 2013-06-12 Leo Liu <sdl.web@gmail.com>
6209
6210 * progmodes/octave.el (inferior-octave-startup)
6211 (inferior-octave-completion-table)
6212 (inferior-octave-track-window-width-change)
6213 (octave-eldoc-function-signatures, octave-help)
6214 (octave-find-definition): Use single quoted strings.
6215 (inferior-octave-startup-args): Change default value.
6216 (inferior-octave-startup): Do not hard code "-i" and
6217 "--no-line-editing".
6218 (inferior-octave-resync-dirs): Add optional arg NOERROR.
6219 (inferior-octave-directory-tracker): Use it.
6220 (octave-goto-function-definition): Robustify.
6221 (octave-help): Support highlighting operators in 'See also'.
6222 (octave-find-definition): Find subfunctions only in Octave mode.
6223
6224 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6225
6226 * help-fns.el (help-fns--compiler-macro): If the handler function is
6227 named, then put a link to it.
6228 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
6229 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
6230 (cl-typep): Use it.
6231 (cl-eval-when): Simplify debug spec.
6232 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
6233 compiler-macro function instead of setting `compiler-macro-file'.
6234
6235 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6236
6237 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
6238 * vc/vc-hooks.el (vc-stay-local): Doc fix.
6239
6240 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6241 Daniel Hackney <dan@haxney.org>
6242
6243 First part of Daniel Hackney's patch to package.el.
6244 * emacs-lisp/package.el: Use defstruct.
6245 (package-desc): New, main struct.
6246 (package--bi-desc, package--ac-desc): New structs, used to describe the
6247 format in external files.
6248 (package-desc-vers): Replace with package-desc-version accessor.
6249 (package-desc-doc): Replace with package-desc-summary accessor.
6250 (package-activate-1): Remove `package' arg since the pkg-vec now
6251 includes the name.
6252 (define-package): Use package-desc-from-define.
6253 (package-unpack-single): Change file-name arg to be a symbol.
6254 (package--add-to-archive-contents): Use package-desc-create and new
6255 accessor functions to package--ac-desc.
6256 (package-buffer-info, package-tar-file-info): Return a package-desc.
6257 (package-install-from-buffer): Remove `type' argument. Change pkg-info
6258 arg to be a package-desc.
6259 (package-install-file): Adjust accordingly. Use \' to match EOS.
6260 (package--from-builtin): New function.
6261 (describe-package-1, package-menu--generate): Use it.
6262 (package--make-autoloads-and-compile): Change name arg to be a symbol.
6263 (package-generate-autoloads): Idem and return the name of the file.
6264 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6265 Change pkg-info arg to be a package-desc.
6266 Use package-make-ac-desc.
6267 (package-upload-file): Use \' to match EOS.
6268 * finder.el (finder-compile-keywords): Use package-make-builtin.
6269
6270 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6271
6272 * vc/vc.el (vc-deduce-fileset): Change error message.
6273 (vc-read-backend): New function.
6274 (vc-next-action): Use it.
6275
6276 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
6277
6278 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
6279 (prolog-font-lock-keywords): Use regexp-opt instead.
6280 Don't manually highlight strings.
6281 (prolog-mode-variables): Simplify comment-start-skip.
6282 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
6283
6284 * emacs-lisp/generic.el (generic--normalise-comments)
6285 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
6286 (generic-mode-set-comments): Use them.
6287 (generic-bracket-support): Use setq-local.
6288 (generic-make-keywords-list): Declare obsolete.
6289
6290 2013-06-11 Glenn Morris <rgm@gnu.org>
6291
6292 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6293 Prettify after setting font-lock-defaults. (Bug#14574)
6294
6295 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
6296
6297 * replace.el (query-replace, occur-read-regexp-defaults-function)
6298 (replace-search):
6299 * subr.el (declare-function, number-sequence, local-set-key)
6300 (substitute-key-definition, locate-user-emacs-file)
6301 (with-silent-modifications, split-string, eval-after-load):
6302 Fix typos, remove unneeded backslashes and reflow some docstrings.
6303
6304 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6305
6306 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
6307 default for Elisp files.
6308
6309 2013-06-11 Glenn Morris <rgm@gnu.org>
6310
6311 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
6312 although define-derived-mode was doing this anyway. (Bug#14583)
6313
6314 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
6315
6316 * allout.el (allout-encryption-plaintext-sanitization-regexps):
6317 Fix make-variable-buffer-local call to refer to the correct variable.
6318
6319 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
6320
6321 * eshell/em-term.el (eshell-visual-commands)
6322 (eshell-visual-subcommands, eshell-visual-options):
6323 Add summary line to docstrings. Add cross-references.
6324
6325 2013-06-10 Glenn Morris <rgm@gnu.org>
6326
6327 * epa.el (epa-read-file-name): New function. (Bug#14510)
6328 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
6329
6330 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
6331
6332 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
6333 output redirection to be ignored with visual commands.
6334
6335 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
6336
6337 * eshell/em-term.el (eshell-visual-command-p): New function.
6338 (eshell-term-initialize): Move long lambda to separate function
6339 eshell-visual-command-p.
6340 * eshell/em-dirs.el (eshell-dirs-initialise):
6341 * eshell/em-script.el (eshell-script-initialize):
6342 Add missing #' to lambda.
6343
6344 2013-06-08 Leo Liu <sdl.web@gmail.com>
6345
6346 * progmodes/octave.el (octave-add-log-current-defun): New function.
6347 (octave-mode): Set add-log-current-defun-function.
6348 (octave-goto-function-definition): Do not move point if not found.
6349 (octave-find-definition): Enhance to try subfunctions first.
6350
6351 2013-06-08 Glenn Morris <rgm@gnu.org>
6352
6353 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6354 (byte-compile-backward-char, byte-compile-backward-word):
6355 Improve previous change, to handle non-explicit nil.
6356
6357 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6358
6359 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
6360 (smie--opener/closer-at-point): New function.
6361 (smie--matching-block-data): Use it. Don't match from right after an
6362 opener or right before a closer. Obey smie-blink-matching-inners.
6363 Don't signal a mismatch for repeated inners like "switch..case..case".
6364
6365 2013-06-07 Leo Liu <sdl.web@gmail.com>
6366
6367 * progmodes/octave.el (octave-mode): Set comment-use-global-state
6368 to t. (Bug#14303)
6369 (octave-function-header-regexp): Fix. (Bug#14570)
6370 (octave-help-mode-finish-hook, octave-help-mode-finish):
6371 Remove. Just use temp-buffer-show-hook.
6372
6373 * newcomment.el (comment-search-backward): Revert last change.
6374 (Bug#14434)
6375
6376 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
6377
6378 2013-06-07 Eli Zaretskii <eliz@gnu.org>
6379
6380 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
6381 through xargs, to avoid failure due to MS-Windows limitations on
6382 command-line length.
6383
6384 2013-06-06 Glenn Morris <rgm@gnu.org>
6385
6386 * font-lock.el (lisp-font-lock-keywords-2):
6387 Treat user-error like error.
6388
6389 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6390 (byte-compile-backward-char, byte-compile-backward-word):
6391 Handle explicit nil arguments. (Bug#14565)
6392
6393 2013-06-05 Alan Mackenzie <acm@muc.de>
6394
6395 * isearch.el (isearch-allow-prefix): New user option.
6396 (isearch-other-meta-char): Don't exit isearch when a prefix
6397 argument is typed whilst `isearch-allow-prefix' is non-nil.
6398 (Bug#9706)
6399
6400 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 * autorevert.el (auto-revert-notify-handler): Use memq.
6403 Hide assertion failure.
6404
6405 * skeleton.el: Use cl-lib.
6406 (skeleton-further-elements): Use defvar-local.
6407 (skeleton-insert): Use cl-progv.
6408
6409 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6410
6411 * progmodes/prog-mode.el (prog-prettify-symbols)
6412 (prog-prettify-install): Update docstrings.
6413
6414 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6415
6416 * simple.el: Move all the prog-mode code to prog-mode.el.
6417 * progmodes/prog-mode.el: New file.
6418 * loadup.el: Add prog-mode.el.
6419
6420 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6421
6422 * simple.el (prog-prettify-symbols): Add version.
6423 (prog-prettify-install): Add convenience function to prettify symbols.
6424
6425 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
6426 (perl--augmented-font-lock-keywords-1)
6427 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
6428 variables and use it.
6429
6430 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6431 (cfengine3-mode): Remove unneeded variable and use it.
6432
6433 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6434 (lisp--augmented-font-lock-keywords-1)
6435 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
6436 Remove unneeded variables and use it.
6437
6438 2013-06-05 João Távora <joaotavora@gmail.com>
6439
6440 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
6441 to point when opening the connection. (Bug#14380)
6442
6443 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6444
6445 * subr.el (load-history-regexp, load-history-filename-element)
6446 (eval-after-load, after-load-functions, do-after-load-evaluation)
6447 (eval-next-after-load, display-delayed-warnings)
6448 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
6449 definition of save-match-data.
6450 (overriding-local-map): Remove accidental obsolescence declaration.
6451
6452 * emacs-lisp/edebug.el (edebug-result): Move before first use.
6453
6454 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6455
6456 Generalize symbol prettify support to prog-mode and implement it
6457 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
6458 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
6459 (prog--prettify-font-lock-compose-symbol)
6460 (prog-prettify-font-lock-symbols-keywords): New variables and
6461 functions to support symbol prettification.
6462 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6463 (lisp--augmented-font-lock-keywords-1)
6464 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
6465 (lisp--prettify-symbols-alist): Implement prettify of lambda.
6466 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6467 (cfengine3--prettify-symbols-alist, cfengine3-mode):
6468 Implement prettify of -> => :: strings.
6469 * progmodes/perl-mode.el (perl-prettify-symbols)
6470 (perl--font-lock-compose-symbol)
6471 (perl--font-lock-symbols-keywords): Move to prog-mode.
6472 (perl--prettify-symbols-alist): Prettify -> => :: strings.
6473 (perl-font-lock-keywords-1)
6474 (perl-font-lock-keywords-2): Remove explicit prettify support.
6475 (perl--augmented-font-lock-keywords)
6476 (perl--augmented-font-lock-keywords-1)
6477 (perl--augmented-font-lock-keywords-2, perl-mode):
6478 Implement prettify support.
6479
6480 2013-06-05 Leo Liu <sdl.web@gmail.com>
6481
6482 Re-implement smie matching block highlight using
6483 show-paren-data-function. (Bug#14395)
6484 * emacs-lisp/smie.el (smie-matching-block-highlight)
6485 (smie--highlight-matching-block-overlay)
6486 (smie--highlight-matching-block-lastpos)
6487 (smie-highlight-matching-block)
6488 (smie-highlight-matching-block-mode): Remove.
6489 (smie--matching-block-data-cache): New variable.
6490 (smie--matching-block-data): New function.
6491 (smie-setup): Use smie--matching-block-data for
6492 show-paren-data-function.
6493
6494 * progmodes/octave.el (octave-mode-menu): Fix.
6495 (octave-find-definition): Skip garbage lines.
6496
6497 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6498
6499 Fix compilation error with simultaneous dynamic+lexical scoping.
6500 Add warning when a defvar appears after the first let-binding.
6501 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
6502 (byte-compile-close-variables): Initialize it.
6503 (byte-compile--declare-var): New function.
6504 (byte-compile-file-form-defvar)
6505 (byte-compile-file-form-define-abbrev-table)
6506 (byte-compile-file-form-custom-declare-variable): Use it.
6507 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
6508 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
6509 (byte-compile-bind): Handle dynamic bindings that shadow
6510 lexical bindings.
6511 (byte-compile-unbind): Make arg non-optional.
6512 (byte-compile-let): Simplify.
6513 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
6514 (cconv--analyse-function, cconv-analyse-form): Populate it.
6515 Protect byte-compile-bound-variables to limit the scope of defvars.
6516 (cconv-analyse-form): Add missing rule for (defvar <foo>).
6517 Remove unneeded rule for `declare'.
6518
6519 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
6520 so as to avoid depending on cl-adjoin at run-time.
6521 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
6522
6523 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
6524 (macroexp--warn-and-return): Use it.
6525
6526 2013-06-05 Leo Liu <sdl.web@gmail.com>
6527
6528 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
6529
6530 2013-06-04 Leo Liu <sdl.web@gmail.com>
6531
6532 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
6533 (compilation-auto-jump): Suppress the "Mark set" message to give
6534 way to exit message.
6535
6536 2013-06-04 Alan Mackenzie <acm@muc.de>
6537
6538 Remove faulty optimisation from indentation calculation.
6539 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
6540 search limit based on 2000 characters back from indent-point.
6541
6542 2013-06-03 Tassilo Horn <tsdh@gnu.org>
6543
6544 * eshell/em-term.el (cl-lib): Require `cl-lib'.
6545
6546 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6547
6548 * emacs-lisp/lisp.el: Use lexical-binding.
6549 (lisp--local-variables-1, lisp--local-variables): New functions.
6550 (lisp--local-variables-completion-table): New var.
6551 (lisp-completion-at-point): Use it complete let-bound vars.
6552
6553 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
6554 eagerly (bug#14422).
6555
6556 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
6557
6558 * autorevert.el (auto-revert-notify-enabled)
6559 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6560 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
6561 (auto-revert-notify-handler): Handle also gfilenotify.
6562
6563 * subr.el (file-notify-handle-event): New defun. Replacing ...
6564 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
6565 Remove.
6566
6567 2013-06-03 Juri Linkov <juri@jurta.org>
6568
6569 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
6570 `M-s h .'. (Bug#14427)
6571
6572 * hi-lock.el (highlight-symbol-at-point): New alias for the new
6573 command `hi-lock-face-symbol-at-point'.
6574 (hi-lock-face-symbol-at-point): New command.
6575 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
6576 (hi-lock-menu): Add `highlight-symbol-at-point'.
6577 (hi-lock-mode): Doc fix.
6578
6579 * isearch.el (isearch-forward-symbol-at-point): New command.
6580 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
6581 (isearch-highlight-regexp): Add a regexp which matches
6582 words/symbols for word/symbol mode.
6583
6584 * subr.el (find-tag-default-bounds): New function with the body
6585 mostly moved from `find-tag-default'.
6586 (find-tag-default): Move most code to `find-tag-default-bounds',
6587 call it and apply `buffer-substring-no-properties' afterwards.
6588
6589 2013-06-03 Tassilo Horn <tsdh@gnu.org>
6590
6591 * eshell/em-term.el (eshell-term-initialize):
6592 Use `cl-intersection' rather than `intersection'.
6593
6594 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
6595
6596 * vc/log-view.el: Doc fix.
6597 (log-view-mode-map): Copy keymap from `special-mode-map'.
6598
6599 2013-06-02 Eric Ludlam <zappo@gnu.org>
6600
6601 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
6602 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
6603 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
6604 (eieio-unbound, eieio-default-superclass)
6605 (eieio--define-field-accessors, method-static, method-before)
6606 (method-primary, method-after, method-num-lists)
6607 (method-generic-before, method-generic-primary)
6608 (method-generic-after, method-num-slots)
6609 (eieio-specialized-key-to-generic-key)
6610 (eieio--check-type, class-v, class-p)
6611 (eieio-class-name, define-obsolete-function-alias)
6612 (eieio-class-parents-fast, eieio-class-children-fast)
6613 (same-class-fast-p, class-constructor, generic-p)
6614 (generic-primary-only-p, generic-primary-only-one-p)
6615 (class-option-assoc, class-option, eieio-object-p)
6616 (class-abstract-p, class-method-invocation-order)
6617 (eieio-defclass-autoload-map, eieio-defclass-autoload)
6618 (eieio-class-un-autoload, eieio-defclass)
6619 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
6620 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
6621 (eieio--defgeneric-init-form, eieio-defgeneric-form)
6622 (eieio-defgeneric-reset-generic-form)
6623 (eieio-defgeneric-form-primary-only)
6624 (eieio-defgeneric-reset-generic-form-primary-only)
6625 (eieio-defgeneric-form-primary-only-one)
6626 (eieio-defgeneric-reset-generic-form-primary-only-one)
6627 (eieio-unbind-method-implementations)
6628 (eieio--defmethod, eieio--typep)
6629 (eieio-perform-slot-validation, eieio-validate-slot-value)
6630 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
6631 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
6632 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
6633 (eieio-slot-name-index, eieio-class-slot-name-index)
6634 (eieio-set-defaults, eieio-initarg-to-attribute)
6635 (eieio-attribute-to-initarg, eieio-c3-candidate)
6636 (eieio-c3-merge-lists, eieio-class-precedence-c3)
6637 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
6638 (eieio-class-precedence-list, eieio-generic-call-methodname)
6639 (eieio-generic-call-arglst, eieio-generic-call-key)
6640 (eieio-generic-call-next-method-list)
6641 (eieio-pre-method-execution-functions, eieio-generic-call)
6642 (eieio-generic-call-primary-only, eieiomt-method-list)
6643 (eieiomt-optimizing-obarray, eieiomt-install)
6644 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
6645 (eieio-generic-form, eieio-defmethod, make-obsolete)
6646 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
6647 (defclass): Remove `eval-and-compile' from macro.
6648 (call-next-method, shared-initialize): Instead of using
6649 `scoped-class' variable, use new eieio--scoped-class, and
6650 eieio--with-scoped-class.
6651 (initialize-instance): Rename local variable 'scoped-class' to
6652 'this-class' to remove ambiguitity from old global.
6653
6654 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
6655 eieio.el.
6656 (eieio--scoped-class-stack): New variable.
6657 (eieio--scoped-class): New fcn.
6658 (eieio--with-scoped-class): New scoping macro.
6659 (eieio-defclass): Use pushnew instead of add-to-list.
6660 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
6661 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
6662 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
6663 `scoped-class' variable, use new eieio--scoped-class, and
6664 eieio--with-scoped-class.
6665
6666 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
6667
6668 2013-06-02 Tassilo Horn <tsdh@gnu.org>
6669
6670 * eshell/esh-ext.el (eshell-external-command): Pass args to
6671 `eshell-find-interpreter'.
6672 (eshell-find-interpreter): Add new second parameter ARGS.
6673
6674 * eshell/em-script.el (eshell-script-initialize): Add second arg
6675 to the function added as MATCH to `eshell-interpreter-alist'.
6676
6677 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
6678 the function added as MATCH to `eshell-interpreter-alist'.
6679
6680 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
6681 (eshell-visual-options): New defcustom.
6682 (eshell-escape-control-x): Adapt docstring.
6683 (eshell-term-initialize): Test `eshell-visual-subcommands' and
6684 `eshell-visual-options' in addition to `eshell-visual-commands'.
6685 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
6686
6687 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
6688
6689 * progmodes/python.el (python-indent-block-enders): Add break,
6690 continue and raise keywords.
6691
6692 2013-06-01 Glenn Morris <rgm@gnu.org>
6693
6694 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
6695
6696 Plain (f)boundp silences compilation warnings since Emacs 22.1.
6697 * progmodes/cc-cmds.el (delete-forward-p):
6698 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
6699 * progmodes/cc-engine.el (buffer-syntactic-context):
6700 * progmodes/cc-fonts.el (face-property-instance):
6701 * progmodes/cc-mode.el (set-keymap-parents):
6702 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
6703 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
6704 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
6705 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
6706 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
6707
6708 * progmodes/cc-vars.el (other): Emacs has this widget since
6709 at least 21.1, so don't (re)define it.
6710
6711 * eshell/em-cmpl.el (eshell-cmpl-initialize):
6712 Replace the obsolete alias pcomplete-arg-quote-list.
6713
6714 2013-06-01 Leo Liu <sdl.web@gmail.com>
6715
6716 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
6717 punctuation syntax.
6718 (inferior-octave-minimal-columns)
6719 (inferior-octave-last-column-width): New variables.
6720 (inferior-octave-track-window-width-change): New function.
6721 (inferior-octave-mode): Adjust column width so that Octave output,
6722 for example from 'ls', can fit into the window nicely.
6723
6724 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
6725
6726 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6727 Highlight expansions inside regexp literals.
6728
6729 2013-05-31 Glenn Morris <rgm@gnu.org>
6730
6731 * obsolete/sym-comp.el (symbol-complete):
6732 Replace obsolete completion-annotate-function.
6733
6734 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
6735
6736 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
6737
6738 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6739 New function, checks if point is inside a literal that allows
6740 expression expansion.
6741 (ruby-syntax-propertize-expansion): Use it.
6742 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
6743 around the body.
6744
6745 2013-05-30 Juri Linkov <juri@jurta.org>
6746
6747 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
6748 to "\M-si".
6749 (isearch-invisible): New variable.
6750 (isearch-forward): Doc fix.
6751 (isearch-mode): Set `isearch-invisible'
6752 to the value of `search-invisible'.
6753 (isearch-toggle-case-fold): Doc fix.
6754 (isearch-toggle-invisible): New command.
6755 (isearch-query-replace): Let-bind `search-invisible'
6756 to the value of `isearch-invisible'.
6757 (isearch-search): Use `isearch-invisible' instead of
6758 `search-invisible'. Let-bind `search-invisible'
6759 to the value of `isearch-invisible'. (Bug#11378)
6760
6761 2013-05-30 Juri Linkov <juri@jurta.org>
6762
6763 * replace.el (perform-replace): Avoid `isearch-range-invisible'
6764 call when `query-flag' is nil and `search-invisible' is non-nil.
6765 (Bug#11746)
6766
6767 2013-05-30 Glenn Morris <rgm@gnu.org>
6768
6769 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
6770
6771 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
6772 (cc-require): Suppress spurious "noruntime" warnings.
6773 (cc-require-when-compile): Use fboundp, for sake of compiler.
6774
6775 * progmodes/cc-mode.el: Move load of cc-vars before that of
6776 cc-langs (which in turn loads cc-vars), to quieten compiler.
6777
6778 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6779
6780 * paren.el: Simplify the code.
6781 (show-paren-mode): Always start the timer.
6782 (show-paren--idle-timer): Rename from show-paren-idle-timer.
6783 (show-paren--overlay, show-paren--overlay-1): Rename from
6784 show-paren-overlay and show-paren-overlay-1, and initialize to an
6785 overlay rather than to nil.
6786 (show-paren-function): Misc cleanup and simplifications.
6787
6788 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * paren.el (show-paren-data-function): New hook.
6791 (show-paren--default): New function, extracted from show-paren-function.
6792 (show-paren-function): Use show-paren-data-function.
6793
6794 2013-05-30 Glenn Morris <rgm@gnu.org>
6795
6796 * ielm.el (ielm-map, ielm-complete-symbol):
6797 Use completion-at-point rather than obsolete functions.
6798 (inferior-emacs-lisp-mode): Doc fix.
6799 Set completion-at-point-functions, rather than
6800 comint-dynamic-complete-functions.
6801
6802 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
6803 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
6804 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
6805
6806 * image.el (image-animated-p): Tweak definition.
6807
6808 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
6809 (rlogin-process-connection-type): Tweak default. Add set-after.
6810 (rlogin-host): Doc fix.
6811 (rlogin): Tweak prompt.
6812 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
6813
6814 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
6815 * progmodes/tcl.el (inferior-tcl-mode-map):
6816 Use completion-at-point rather than obsolete alias.
6817
6818 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
6819
6820 * minibuffer.el (read-file-name-completion-ignore-case):
6821 Move before completion--in-region, for eager macro expansion.
6822
6823 2013-05-29 Juri Linkov <juri@jurta.org>
6824
6825 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
6826 for total count of matching lines. Add `global-matches' for total
6827 count of matches. Rename `matches' to `lines' for count of
6828 matching lines. Add `matches' for count of matches.
6829 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
6830 to `prev-line' for line number of prev match endpt.
6831 Increment `matches' for every match. Print the number of
6832 matching lines in the header.
6833 (occur-context-lines): Rename `lines' to `curr-line'.
6834 Rename `prev-lines' to `prev-line'. (Bug#14017)
6835
6836 2013-05-29 Juri Linkov <juri@jurta.org>
6837
6838 * replace.el (perform-replace): Add `skip-read-only-count',
6839 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
6840 Increment them for corresponding conditions and report the number
6841 of skipped occurrences in the final message. (Bug#11746)
6842 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6843 (replace-string, replace-regexp): Doc fix.
6844
6845 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6846
6847 * emacs-lisp/trace.el (trace--read-args): Provide a default.
6848
6849 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
6850 prog-mode-map (bug#14504).
6851
6852 2013-05-29 Leo Liu <sdl.web@gmail.com>
6853
6854 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
6855 (octave-help): Small simplification.
6856
6857 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
6858 off the highlight first.
6859
6860 2013-05-29 Glenn Morris <rgm@gnu.org>
6861
6862 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
6863 Handle idlwave-last-system-routine-info-cons-cell being nil.
6864
6865 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6866 (idlwave-write-paths): Simplify via with-temp-buffer.
6867
6868 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
6869 * emulation/cua-rect.el: Also load cua-base at run time.
6870
6871 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
6872 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
6873 (cperl-imenu-on-info): Require imenu.
6874
6875 2013-05-28 Alan Mackenzie <acm@muc.de>
6876
6877 Handle "capitalised keywords" correctly.
6878 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
6879
6880 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
6881
6882 * eshell/em-unix.el: Add -r option to cp.
6883
6884 2013-05-28 Glenn Morris <rgm@gnu.org>
6885
6886 * vc/vc-arch.el (vc-exec-after): Declare.
6887 (vc-switches): Autoload.
6888 * vc/vc-bzr.el: No need to require vc when compiling.
6889 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
6890 (vc-resynch-buffer, vc-dir-refresh): Declare.
6891 (vc-setup-buffer, vc-switches): Autoload.
6892 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
6893 (vc-resynch-buffer): Declare.
6894 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
6895 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
6896 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
6897 (grep-read-regexp, grep-read-files, grep-expand-template)
6898 (vc-dir-refresh): Declare.
6899 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
6900 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
6901 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
6902 * vc/vc-mtn.el (vc-exec-after): Declare.
6903 (vc-switches): Autoload.
6904 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
6905 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
6906 (vc-file-tree-walk): Declare.
6907 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
6908 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
6909 (vc-tag-precondition, vc-rename-master): Autoload.
6910 * vc/vc-svn.el (vc-exec-after): Declare.
6911 (vc-switches, vc-setup-buffer): Autoload.
6912 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
6913 Autoload.
6914 (vc-resynch-buffer): Declare.
6915
6916 * obsolete/fast-lock.el (byte-compile-warnings):
6917 Don't warn about obsolete features in this obsolete file.
6918
6919 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
6920 Move definition before use.
6921
6922 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
6923 (dun-unix-verbs): Remove dun-zippy.
6924 (dun-zippy): Remove function.
6925
6926 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
6927
6928 2013-05-27 Juri Linkov <juri@jurta.org>
6929
6930 * replace.el (replace-search): New function with code moved out
6931 from `perform-replace'.
6932 (replace-highlight, replace-dehighlight): Move function definitions
6933 up closer to `replace-search'. (Bug#11746)
6934
6935 2013-05-27 Juri Linkov <juri@jurta.org>
6936
6937 * replace.el (perform-replace): Ignore invisible matches.
6938 In addition to checking `query-replace-skip-read-only', also
6939 filter out matches by calling `run-hook-with-args-until-failure'
6940 on `isearch-filter-predicates', and also check `search-invisible'
6941 for t or call `isearch-range-invisible'.
6942 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
6943
6944 2013-05-27 Juri Linkov <juri@jurta.org>
6945
6946 * isearch.el (isearch-filter-predicates): Rename from
6947 `isearch-filter-predicate'. Doc fix. (Bug#11378)
6948 (isearch-message-prefix): Display text from the property
6949 `isearch-message-prefix' of the currently active filters.
6950 (isearch-search): Don't compare `isearch-filter-predicate' with
6951 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
6952 on `isearch-filter-predicates'. Also check `search-invisible' for t
6953 or call `isearch-range-invisible'.
6954 (isearch-filter-visible): Make obsolete.
6955 (isearch-lazy-highlight-search):
6956 Call `run-hook-with-args-until-failure' on
6957 `isearch-filter-predicates' and use `isearch-range-invisible'.
6958
6959 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
6960 `isearch-filter-predicates' instead of `funcall'ing
6961 `isearch-filter-predicate'.
6962 (Info-mode): Set `Info-isearch-filter' to
6963 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
6964
6965 * dired-aux.el (dired-isearch-filter-predicate-orig):
6966 Remove variable.
6967 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
6968 (dired-isearch-filenames-end): Add and remove
6969 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
6970 instead of changing the value of `isearch-filter-predicate'.
6971 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
6972 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
6973 Put property `isearch-message-prefix' to "filename " on
6974 `dired-isearch-filter-filenames'.
6975
6976 * wdired.el (wdired-change-to-wdired-mode):
6977 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
6978 locally instead of changing `isearch-filter-predicate'.
6979 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
6980
6981 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
6982
6983 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
6984 return the commit hash (Bug#14459). Also set the
6985 `vc-git-detached' property.
6986 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
6987 (vc-git-mode-line-string): Use the same help-echo format whether
6988 in detached mode or not, because we know the actual revision now.
6989 When in detached mode, shorten the revision to 7 chars.
6990
6991 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6992
6993 * emacs-lisp/easy-mmode.el (define-minor-mode):
6994 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
6995 mode hook and provide a docstring.
6996
6997 2013-05-27 Alan Mackenzie <acm@muc.de>
6998
6999 Remove spurious syntax-table text properties inserted by C-y.
7000 * progmodes/cc-mode.el (c-after-change): Also clear hard
7001 syntax-table property with value nil.
7002
7003 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
7004
7005 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
7006 when reading the events; the buffer layout shall not be changed.
7007
7008 2013-05-27 Leo Liu <sdl.web@gmail.com>
7009
7010 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
7011 New variable.
7012 (inferior-octave-directory-tracker): Automatically re-sync
7013 default-directory.
7014 (octave-help): Improve handling of 'See also'.
7015
7016 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7017
7018 * doc-view.el: Minor naming convention tweaks.
7019 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
7020
7021 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
7022 even if there's no `display' property yet (bug#14435).
7023
7024 2013-05-25 Eli Zaretskii <eliz@gnu.org>
7025
7026 * subr.el (unmsys--file-name): Rename from reveal-filename.
7027
7028 * Makefile.in (custom-deps, finder-data, autoloads)
7029 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7030 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7031 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
7032
7033 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7034
7035 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
7036 error-completion on the first 2 args of condition-case (bug#14446).
7037 Don't burp at EOB.
7038
7039 2013-05-25 Leo Liu <sdl.web@gmail.com>
7040
7041 * comint.el (comint-previous-matching-input): Do not flood the
7042 *Messages* buffer with trivial messages.
7043
7044 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7045
7046 * progmodes/flymake.el (flymake-nop): Don't return a string.
7047 (flymake-set-at): Fix typo.
7048
7049 * simple.el (read--expression): New function, extracted from
7050 eval-expression. Set completion-at-point-functions (bug#14465).
7051 (eval-expression, eval-minibuffer): Use it.
7052
7053 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
7054
7055 * progmodes/flymake.el (flymake-save-buffer-in-file)
7056 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
7057 (flymake-selected-frame, flymake-log, flymake-ins-after)
7058 (flymake-set-at, flymake-get-buildfile-from-cache)
7059 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
7060 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
7061 Refine the doc string.
7062 (flymake-get-file-name-mode-and-masks): Reformat.
7063 (flymake-get-real-file-name-function): Fix a minor bug.
7064
7065 2013-05-24 Juri Linkov <juri@jurta.org>
7066
7067 * progmodes/grep.el (grep-mode-font-lock-keywords):
7068 Support =linenumber= format used by git-grep for lines with
7069 function names. (Bug#13549)
7070
7071 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7072
7073 * progmodes/octave.el (octave-smie-rules): Return nil rather than
7074 0 after a semi-colon; it works better for smie-auto-fill.
7075 (octave--indent-new-comment-line): New function.
7076 (octave-indent-new-comment-line): Use it (indirectly).
7077 (octave-mode): Don't disable smie-auto-fill. Use add-function to
7078 modify comment-line-break-function.
7079
7080 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
7081 (smie-setup): Use add-function to set it.
7082
7083 2013-05-24 Sam Steingold <sds@gnu.org>
7084
7085 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
7086 argument (before the `interactive' argument).
7087
7088 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7089
7090 * image-mode.el (image-mode-winprops): Add winprops to
7091 image-mode-winprops-alist before running
7092 image-mode-new-window-functions.
7093 * doc-view.el (doc-view-new-window-function): Don't delay
7094 doc-view-goto-page via timers (bug#14435).
7095
7096 2013-05-24 Tassilo Horn <tsdh@gnu.org>
7097
7098 * doc-view.el: Integrate with desktop.el. (Bug#14435)
7099 (doc-view-desktop-save-buffer): New function.
7100 (doc-view-restore-desktop-buffer): New function.
7101 (desktop-buffer-mode-handlers):
7102 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
7103 handler.
7104 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
7105 `desktop-save-buffer' function.
7106
7107 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
7108
7109 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
7110 (tramp-gvfs-file-name-handler): Raise a user error when
7111 `tramp-gvfs-enabled' is nil.
7112 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
7113 Do not raise a user error when loading package. (Bug#14447)
7114
7115 * net/xesam.el: Move to obsolete/.
7116
7117 2013-05-24 Glenn Morris <rgm@gnu.org>
7118
7119 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
7120
7121 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
7122
7123 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
7124 (Info-find-node, Man-getpage-in-background): Declare.
7125
7126 * mail/unrmail.el (unrmail):
7127 Replace obsolete detect-coding-with-priority.
7128
7129 * net/socks.el (socks-split-string): Use this rather than split-string.
7130 (socks-nslookup-host): Update for above change.
7131 (dynamic-choice, s5-dynamic-choice-match)
7132 (s5-dynamic-choice-match-inline, s5-widget-value-create):
7133 Comment out unused code.
7134
7135 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
7136 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
7137 (gud-tooltip-echo-area): Make obsolete.
7138 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
7139
7140 * progmodes/js.el (js--optimize-arglist): Declare.
7141
7142 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
7143
7144 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
7145 (ediff-window-C): Declare.
7146
7147 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
7148 Tweak requires to silence compiler.
7149
7150 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
7151 (he-search-string, he-tried-table, he-expand-list)
7152 (he-init-string, he-string-member, he-substitute-string)
7153 (he-reset-string): Declare.
7154
7155 * obsolete/options.el (list-options): Use custom-variable-p,
7156 rather than obsolete alias.
7157
7158 2013-05-23 Sam Steingold <sds@gnu.org>
7159
7160 * simple.el (shell-command-on-region): Pass the `replace' argument
7161 down to `call-process-region' to comply with the doc as reported on
7162 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
7163
7164 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7165
7166 * emacs-lisp/smie.el (smie-indent-forward-token)
7167 (smie-indent-backward-token): Handle string tokens (bug#14381).
7168
7169 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7170
7171 * ielm.el (ielm-menu): New menu.
7172 (inferior-emacs-lisp-mode): Set comment-start.
7173
7174 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7175
7176 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
7177 Fix deactivate action.
7178
7179 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
7180 Add cleveref macros.
7181
7182 * lisp/textmodes/reftex-parse.el
7183 (reftex-locate-bibliography-files): Accept options for
7184 bibliography commands.
7185 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
7186 Add addbibresource. Basic Biblatex support.
7187
7188 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
7189
7190 * net/tramp-gvfs.el (top):
7191 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
7192 when loading package. (Bug#14447)
7193
7194 2013-05-23 Glenn Morris <rgm@gnu.org>
7195
7196 * progmodes/js.el: No need to load comint when compiling.
7197 (ring-insert, comint-send-string, comint-send-input)
7198 (comint-last-input-end, ido-chop): Declare.
7199
7200 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
7201 * vc/ediff-mult.el: Adjust requires.
7202 (ediff-directories-internal, ediff-directory-revisions-internal)
7203 (ediff-patch-file-internal): Declare.
7204 * vc/ediff-ptch.el: Adjust requires.
7205 (ediff-use-last-dir, ediff-buffers-internal): Declare.
7206 (ediff-find-file): Autoload.
7207 * vc/ediff-util.el: No need to load ediff when compiling.
7208 (ediff-regions-internal): Declare.
7209 * vc/ediff-wind.el: Adjust requires.
7210 (ediff-compute-toolbar-width): Define when compiling.
7211 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
7212 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
7213 (dired-get-filename, dired-get-marked-files)
7214 (ediff-last-dir-patch, ediff-patch-default-directory)
7215 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
7216 (ediff-patch-buffer-internal): Declare.
7217
7218 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
7219 (ispell-process, ispell-buffer-local-words, lm-summary)
7220 (lm-section-start, lm-section-end): Declare.
7221 (checkdoc-ispell-init): Simplify.
7222
7223 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
7224 (he-string-member, he-reset-string, he-substitute-string): Declare.
7225
7226 * eshell/em-ls.el: Adjust requires.
7227 (eshell-glob-regexp): Declare.
7228 * eshell/em-tramp.el: Adjust requires.
7229 (eshell-parse-command): Autoload.
7230 * eshell/em-xtra.el: Adjust requires.
7231 (eshell-parse-command): Autoload.
7232 * eshell/esh-ext.el: Adjust requires.
7233 (eshell-parse-command, eshell-close-handles): Autoload.
7234 * eshell/esh-io.el: Adjust requires.
7235 (eshell-output-filter): Autoload.
7236 * eshell/esh-util.el: No need to load tramp when compiling.
7237 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
7238 Declare.
7239 (eshell-parse-ange-ls): Require ange-ftp and tramp.
7240 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7241 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
7242 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
7243 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
7244 * eshell/esh-opt.el, eshell/esh-proc.el:
7245 * eshell/esh-var.el: Adjust requires.
7246 * eshell/eshell.el: Do not require esh-util twice.
7247 (eshell-add-input-to-history): Declare.
7248 (eshell-command): Check history module is active before using it.
7249
7250 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
7251
7252 2013-05-22 Leo Liu <sdl.web@gmail.com>
7253
7254 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
7255
7256 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
7257
7258 * autorevert.el (auto-revert-notify-add-watch)
7259 (auto-revert-notify-handler): Add `attrib' for the inotify case,
7260 it indicates changes in file modification time.
7261
7262 2013-05-22 Glenn Morris <rgm@gnu.org>
7263
7264 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7265 Always delete the autoloaded function from the noruntime and
7266 unresolved functions lists.
7267
7268 * allout.el: No need to load epa, epg, overlay when compiling.
7269 (epg-context-set-passphrase-callback, epg-list-keys)
7270 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
7271 (epg-key-user-id-list): Declare.
7272
7273 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7274 (viper-set-parsing-style-toggling-macro)
7275 (viper-set-emacs-state-searchstyle-macros):
7276 Use called-interactively-p on Emacs.
7277 (viper-looking-back): Make it an obsolete alias. Update callers.
7278 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
7279 Use looking-back rather than viper-looking-back.
7280 (viper-tmp-insert-at-eob, viper-enlarge-region)
7281 (viper-read-string-with-history, viper-register-to-point)
7282 (viper-append-to-register, viper-change-state-to-vi)
7283 (viper-backward-char-carefully, viper-forward-char-carefully)
7284 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
7285 (viper-change-state-to-emacs): Declare.
7286 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
7287 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
7288 * emulation/viper-mous.el: Do not load viper-cmd.
7289 (viper-backward-char-carefully, viper-forward-char-carefully)
7290 (viper-forward-word, viper-adjust-window): Declare.
7291
7292 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
7293
7294 * progmodes/idlw-help.el (idlwave-help-fontify):
7295 Use called-interactively-p.
7296
7297 * term/w32console.el (w32-get-console-codepage)
7298 (w32-get-console-output-codepage): Declare.
7299
7300 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
7301 Remove unnecessary declarations.
7302 (dframe-message): Doc fix.
7303
7304 * info.el (dframe-select-attached-frame, dframe-current-frame):
7305 Declare.
7306
7307 * speedbar.el (speedbar-message): Make it an obsolete alias.
7308 Update all callers.
7309 (speedbar-with-attached-buffer)
7310 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
7311 (speedbar-with-writable): Use backquote.
7312 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
7313 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7314 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
7315 rather than speedbar- aliases.
7316 * mail/rmail.el: Load dframe rather than speedbar when compiling.
7317 (speedbar-make-specialized-keymap, speedbar-insert-button)
7318 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
7319 (speedbar-do-function-pointer): Declare.
7320 (rmail-speedbar-button, rmail-speedbar-find-file)
7321 (rmail-speedbar-move-message):
7322 Use dframe-with-attached-buffer rather than speedbar- alias.
7323 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
7324 (dframe-message, speedbar-make-specialized-keymap)
7325 (speedbar-add-expansion-list, speedbar-mode-functions-list)
7326 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
7327 (speedbar-insert-button, dframe-select-attached-frame)
7328 (dframe-maybee-jump-to-attached-frame)
7329 (speedbar-change-initial-expansion-list)
7330 (speedbar-previously-used-expansion-list-name): Declare.
7331 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
7332 Use dframe-message, dframe-with-attached-buffer rather than
7333 speedbar- aliases.
7334 (gud-sentinel): Silence compiler.
7335 * progmodes/vhdl-mode.el (speedbar-refresh)
7336 (speedbar-do-function-pointer, speedbar-add-supported-extension)
7337 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
7338 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
7339 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
7340 (speedbar-file-lists, speedbar-make-tag-line)
7341 (speedbar-line-directory, speedbar-goto-this-file)
7342 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
7343 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
7344 (speedbar-make-button, speedbar-reset-scanners)
7345 (speedbar-files-item-info, speedbar-line-text)
7346 (speedbar-find-file-in-frame, speedbar-set-timer)
7347 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
7348 (speedbar-with-writable): Do not (re)define it.
7349 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
7350 rather than speedbar- alias.
7351
7352 2013-05-21 Leo Liu <sdl.web@gmail.com>
7353
7354 * progmodes/octave.el (octave-mode-menu): Update and re-organize
7355 menu items.
7356 (octave-mode): Tweak fill-nobreak-predicate.
7357 (inferior-octave-startup): Check process to avoid infinite loop.
7358 (inferior-octave): Pop to buffer first to show abornmal process
7359 exit information.
7360
7361 2013-05-21 Glenn Morris <rgm@gnu.org>
7362
7363 * printing.el (pr-menu-bar): Define when compiling.
7364
7365 2013-05-21 Leo Liu <sdl.web@gmail.com>
7366
7367 * progmodes/octave.el (octave-auto-fill): Remove.
7368 (octave-indent-new-comment-line): Improve.
7369 (octave-mode): Use auto fill mode through
7370 comment-line-break-function and fill-nobreak-predicate.
7371 (octave-goto-function-definition): Support DEFUN_DLD.
7372 (octave-beginning-of-defun): Small tweak.
7373 (octave-help): Show parent directory.
7374
7375 2013-05-21 Glenn Morris <rgm@gnu.org>
7376
7377 * files.el (dired-unmark):
7378 * progmodes/gud.el (gdb-input): Update declarations.
7379
7380 * calculator.el (electric, ehelp): No need to load when compiling.
7381 (Electric-command-loop, electric-describe-mode): Declare.
7382
7383 * doc-view.el (doc-view-current-converter-processes): Move before use.
7384
7385 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7386 Move MODE-set-explicitly definition before use.
7387
7388 * international/mule-diag.el (mule-diag):
7389 Don't use obsolete window-system-version.
7390
7391 * mail/feedmail.el (smtpmail): No need to load when compiling.
7392 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
7393
7394 * mail/mail-utils.el (rfc822): No need to load when compiling.
7395 (rfc822-addresses): Autoload it.
7396 (mail-strip-quoted-names): Trivial simplification.
7397
7398 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
7399 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
7400
7401 * net/snmp-mode.el (tempo): Don't duplicate requires.
7402
7403 * progmodes/prolog.el (info): No need to load when compiling.
7404 (comint): Require before shell requires it.
7405 (Info-goto-node): Autoload it.
7406 (Info-follow-nearest-node): Declare.
7407 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
7408
7409 * textmodes/artist.el (picture-mode-exit): Declare.
7410
7411 * textmodes/reftex-parse.el (reftex-parse-from-file):
7412 Trivial rewrite so the compiler can parse it better.
7413
7414 2013-05-20 Leo Liu <sdl.web@gmail.com>
7415
7416 * progmodes/octave.el (octave-help-mode-map)
7417 (octave-help-mode-finish-hook): New variables.
7418 (octave-help-mode, octave-help-mode-finish): New functions.
7419 (octave-help): Use octave-help-mode.
7420
7421 2013-05-20 Glenn Morris <rgm@gnu.org>
7422
7423 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
7424
7425 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
7426
7427 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
7428 start at point, so that expansion starting right after opening
7429 slash in a regexp is recognized.
7430 (ruby-syntax-before-regexp-re): New defvar, extracted from
7431 ruby-syntax-propertize-function. Since the value of this regexp
7432 is looked up at runtime now, we should be able to turn
7433 `ruby-syntax-methods-before-regexp' into a defcustom later.
7434 (ruby-syntax-propertize-function): Split regexp matching into two
7435 parts, for opening and closing slashes. That allows us to skip
7436 over string interpolations and support multiline regexps.
7437 Don't call `ruby-syntax-propertize-expansions', instead use another rule
7438 for them, which calls `ruby-syntax-propertize-expansion'.
7439 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
7440 call to `ruby-syntax-propertize-function'.
7441 (ruby-syntax-propertize-expansion): Extracted from
7442 `ruby-syntax-propertize-expansions'. Handles one expansion.
7443 (ruby-syntax-propertize-percent-literal): Leave point right after
7444 the percent symbol, so that the expression expansion rule can
7445 propertize the contents.
7446 (ruby-syntax-propertize-heredoc): Leave point at bol following the
7447 heredoc openers.
7448 (ruby-syntax-propertize-expansions): Remove.
7449
7450 2013-05-18 Juri Linkov <juri@jurta.org>
7451
7452 * man.el (Man-default-man-entry): Remove `-' from the end
7453 of the default value. (Bug#14400)
7454
7455 2013-05-18 Glenn Morris <rgm@gnu.org>
7456
7457 * comint.el (comint-password-prompt-regexp):
7458 Allow "password for XXX" where XXX contains colons (eg https://...).
7459
7460 2013-05-18 Leo Liu <sdl.web@gmail.com>
7461
7462 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
7463 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
7464 (octave-source-directories): Don't check process.
7465 (octave-source-directories, octave-find-definition): Doc fix.
7466
7467 2013-05-18 Glenn Morris <rgm@gnu.org>
7468
7469 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
7470 Remove backspace/delete bindings. (Bug#14392)
7471
7472 * cus-dep.el (custom-make-dependencies): Sort the output.
7473 (custom-versions-load-alist): Convert comment to doc.
7474
7475 2013-05-17 Leo Liu <sdl.web@gmail.com>
7476
7477 * newcomment.el (comment-search-backward): Stricter in finding
7478 comment start. (Bug#14303)
7479
7480 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
7481 (octave-comment-start-skip): Properly anchored.
7482
7483 2013-05-17 Leo Liu <sdl.web@gmail.com>
7484
7485 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
7486 Clean up when turned off. (Bug#14395)
7487 (smie--highlight-matching-block-overlay): No longer buffer-local.
7488 (smie-highlight-matching-block): Adjust.
7489
7490 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
7491
7492 Doc string fix for "nanoseconds" (Bug#14406).
7493 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
7494 Fix doc string typo that had "nanoseconds" instead of "microseconds".
7495
7496 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
7497
7498 * calc/calc-units.el (math-extract-units): Preserve powers
7499 of units.
7500
7501 2013-05-17 Leo Liu <sdl.web@gmail.com>
7502
7503 * subr.el (delete-consecutive-dups): New function.
7504 * ido.el (ido-set-matches-1): Use it.
7505 * progmodes/octave.el (inferior-octave-completion-table): Use it.
7506 * ido.el (ido-remove-consecutive-dups): Remove.
7507
7508 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7509
7510 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7511 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
7512 regexp-opt's `words'.
7513
7514 2013-05-16 Leo Liu <sdl.web@gmail.com>
7515
7516 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
7517 (smie--highlight-matching-block-overlay)
7518 (smie--highlight-matching-block-lastpos)
7519 (smie--highlight-matching-block-timer): New variables.
7520 (smie-highlight-matching-block): New function.
7521 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
7522 (smie-setup): Conditionally enable smie-blink-matching-open.
7523
7524 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
7525
7526 Sync with upstream verilog-mode r840.
7527 * progmodes/verilog-mode.el (verilog-mode-version)
7528 (verilog-mode-release-date): Update.
7529 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
7530 (verilog-sig-tieoff): Fix string error on
7531 AUTORESET with colon define, bug594. Reported by Andrew Hou.
7532 (verilog-read-decls): Fix parameters confusing
7533 AUTOINST interfaces, bug565. Reported by Leith Johnson.
7534
7535 2013-05-16 Eli Zaretskii <eliz@gnu.org>
7536
7537 * subr.el (reveal-filename): New function.
7538
7539 * loadup.el: Compute Emacs executable versions on MS-Windows,
7540 where executables have the .exe extension. Add a hard link
7541 emacs-XX.YY.ZZ.exe on MS-Windows.
7542
7543 * Makefile.in (XARGS_LIMIT): New variable.
7544 (custom-deps, finder-data, autoloads)
7545 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7546 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7547 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
7548 (compile-main): Limit xargs according to $(XARGS_LIMIT).
7549
7550 2013-05-16 Leo Liu <sdl.web@gmail.com>
7551
7552 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
7553 (octave-mode-menu, octave-mode-map): Remove its uses.
7554
7555 2013-05-16 Reto Zimmermann <reto@gnu.org>
7556
7557 Sync with upstream vhdl mode v3.34.2.
7558 * progmodes/vhdl-mode.el: Use `push' throughout.
7559 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
7560 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
7561 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
7562 (vhdl-actual-generic-name): New option to derive actual generic name.
7563 (vhdl-port-paste-signals): Replace formal by actual generics.
7564 (vhdl-beautify): New name for old group vhdl-align. Update users.
7565 (vhdl-beautify-options): New option.
7566 (vhdl-last-input-event): New compat alias. Use throughout.
7567 (vhdl-goto-line): Replace user level function `goto-line'.
7568 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
7569 vhdl-fix-statement-buffer.
7570 (vhdl-create-mode-menu): Add some entries.
7571 (vhdl-align-region-groups): Respect vhdl-beautify-options.
7572 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
7573 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
7574 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
7575 to force statements on one line.
7576 (vhdl-remove-trailing-spaces-region):
7577 New, split from vhdl-remove-trailing-spaces.
7578 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
7579 Respect vhdl-beautify-options.
7580 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
7581 (vhdl-update-sensitivity-list): Not add with index if exists without.
7582 Not include array index with signal. Ignore keywords in comments.
7583 (vhdl-get-visible-signals): Regexp tweaks.
7584 (vhdl-template-component-inst): Handle empty library.
7585 (vhdl-template-type): Add template for 'enum' type.
7586 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
7587 Use vhdl-replace-string.
7588 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
7589 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
7590 (vhdl-speedbar-initialize): Update for above name change.
7591 (vhdl-compose-wire-components): Fix in handling of constants.
7592 (vhdl-error-regexp-emacs-alist): New variable.
7593 (vhdl-error-regexp-add-emacs): New function;
7594 adds support for new compile.el (Emacs 22+)
7595 (vhdl-generate-makefile-1): Change target order for single lib. units.
7596 Allow use of absolute file names.
7597
7598 2013-05-16 Leo Liu <sdl.web@gmail.com>
7599
7600 * simple.el (prog-indent-sexp): Indent enclosing defun.
7601
7602 2013-05-15 Glenn Morris <rgm@gnu.org>
7603
7604 * cus-start.el (show-trailing-whitespace): Move to editing basics.
7605 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
7606 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
7607 (whitespace-highlight): Move to whitespace group.
7608
7609 * comint.el (comint-source):
7610 * pcmpl-linux.el (pcmpl-linux):
7611 * shell.el (shell-faces):
7612 * eshell/esh-opt.el (eshell-opt):
7613 * international/ccl.el (ccl): Remove empty custom groups.
7614
7615 * completion.el (dynamic-completion-mode):
7616 * jit-lock.el (jit-lock-debug-mode):
7617 * minibuffer.el (completion-in-region-mode):
7618 * type-break.el (type-break-mode-line-message-mode)
7619 (type-break-query-mode):
7620 * emulation/tpu-edt.el (tpu-edt-mode):
7621 * progmodes/subword.el (global-subword-mode, global-superword-mode):
7622 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7623 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
7624
7625 * term/xterm.el (xterm): Change parent group to terminals.
7626
7627 * master.el (master): Remove empty custom group.
7628 (master-mode): Remove unused :group argument.
7629 * textmodes/refill.el (refill): Remove empty custom group.
7630 (refill-mode): Remove unused :group argument.
7631
7632 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
7633
7634 * cus-dep.el: Provide a feature.
7635 (custom-make-dependencies): Ignore dotfiles (dir-locals).
7636 Don't mistakenly ignore files whose basenames match a basename
7637 from preloaded-file-list (eg cedet/ede/simple.el).
7638 Add a fallback method for getting :group.
7639
7640 2013-05-15 Juri Linkov <juri@jurta.org>
7641
7642 * isearch.el (isearch-char-by-name): Rename from
7643 `isearch-insert-char-by-name'. Doc fix.
7644 (isearch-forward): Mention `isearch-char-by-name' in
7645 the docstring. (Bug#13348)
7646
7647 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
7648 `exit-minibuffer' instead of
7649 `isearch-nonincremental-exit-minibuffer'.
7650 (isearch-edit-string): Remove mention of
7651 `isearch-nonincremental-exit-minibuffer' from docstring.
7652 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
7653 (isearch-forward-exit-minibuffer)
7654 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
7655
7656 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7657
7658 * loadup.el: Just use unversioned DOC.
7659
7660 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
7661 literals as extending to EOB.
7662 (nxml-last-fontify-end): Remove unused variable.
7663 (nxml-after-change1): Use with-silent-modifications.
7664 (nxml-extend-after-change-region): Simplify.
7665 (nxml-extend-after-change-region1): Remove function.
7666 (nxml-after-change1): Don't adjust for dependent regions.
7667 (nxml-fontify-matcher): Simplify.
7668 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
7669 (xmltok-add-dependent): Remove function.
7670 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
7671 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
7672 (xmltok-scan-prolog-after-processing-instruction-open): Treat
7673 unclosed <[[, <?, comment, and other literals as extending to EOB.
7674 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
7675 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
7676 Remove functions.
7677 (rng-do-some-validation-1): Don't mark dependent regions.
7678 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
7679 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
7680 (nxml-clear-dependent-regions): Remove functions.
7681 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
7682 (nxml-ensure-scan-up-to-date):
7683 Don't clear&mark dependent regions.
7684
7685 2013-05-15 Leo Liu <sdl.web@gmail.com>
7686
7687 * progmodes/octave.el (octave-goto-function-definition):
7688 Improve and fix callers.
7689
7690 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7691
7692 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
7693 the setter (bug#14387).
7694
7695 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
7696 surrounding group (bug#14402).
7697
7698 2013-05-14 Juri Linkov <juri@jurta.org>
7699
7700 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
7701 (Bug#14390)
7702
7703 2013-05-14 Glenn Morris <rgm@gnu.org>
7704
7705 * progmodes/f90.el (f90-imenu-generic-expression):
7706 Fix typo in 2013-05-08 change. (Bug#14402)
7707
7708 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7709
7710 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
7711 Remove signals for which replies are never received.
7712
7713 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7714
7715 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
7716 (gdb-handler-alist, gdb-handler-number): Remove variables.
7717 (gdb-handler-list): New variable.
7718 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
7719 (gdb-pending-handler-p, gdb-handle-reply)
7720 (gdb-remove-all-pending-triggers): New functions.
7721 (gdb-discard-unordered-replies): New defcustom.
7722 (gdb-handler): New defstruct.
7723 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
7724 instead of gdb-pending-triggers. Update docstring.
7725 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
7726 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
7727 (gdb-var-update-handler, def-gdb-auto-update-trigger)
7728 (def-gdb-auto-update-handler, gdb-get-changed-registers)
7729 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
7730 (gdb-frame-handler): Pending triggers are now automatically managed.
7731 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
7732 Remove argument.
7733 (gdb-input): Automatically handles pending triggers. Update docstring.
7734 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
7735 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
7736 Update comments.
7737 (gdb-done-or-error): Now use gdb-handle-reply.
7738
7739 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7740
7741 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
7742 gdb-debug-log.
7743
7744 2013-05-14 Glenn Morris <rgm@gnu.org>
7745
7746 * subr.el (user-emacs-directory-warning): New option.
7747 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
7748
7749 2013-05-14 Leo Liu <sdl.web@gmail.com>
7750
7751 * progmodes/octave.el (octave-font-lock-keywords): Fix error
7752 during redisplay.
7753 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
7754 (octave-font-lock-texinfo-comment): Fix invalid search bound
7755 error: wrong side of point.
7756
7757 2013-05-14 Glenn Morris <rgm@gnu.org>
7758
7759 * progmodes/flymake.el (flymake-xml-program): New option.
7760 (flymake-xml-init): Use it.
7761
7762 * term/xterm.el: Provide a feature.
7763
7764 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
7765
7766 2013-05-13 Glenn Morris <rgm@gnu.org>
7767
7768 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
7769 Add compat aliases as a hack workaround. (Bug#14384)
7770
7771 2013-05-13 Leo Liu <sdl.web@gmail.com>
7772
7773 * progmodes/octave.el (octave-indent-comment): Fix indentation for
7774 ###, and %!.
7775 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
7776 C-M-q.
7777 (octave-comment-start-skip): Include %!.
7778 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
7779
7780 2013-05-12 Leo Liu <sdl.web@gmail.com>
7781
7782 * progmodes/octave.el (inferior-octave-startup): Store the value
7783 of __octave_srcdir__ for octave-source-directories.
7784 (inferior-octave-check-process): New function refactored out of
7785 inferior-octave-send-list-and-digest.
7786 (octave-source-directories)
7787 (octave-find-definition-filename-function): New variables.
7788 (octave-source-directories)
7789 (octave-find-definition-default-filename): New functions.
7790 (octave-find-definition): Improve to find functions implemented in C++.
7791
7792 2013-05-12 Glenn Morris <rgm@gnu.org>
7793
7794 * calendar/diary-lib.el (diary-outlook-format-1):
7795 Don't include dayname in the output. (Bug#14349)
7796
7797 2013-05-11 Glenn Morris <rgm@gnu.org>
7798
7799 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
7800
7801 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
7802 Treat cc-provide like provide.
7803
7804 2013-05-11 Kevin Ryde <user42@zip.com.au>
7805
7806 * cus-dep.el (custom-make-dependencies):
7807 Use generated-autoload-load-name for the sake of files such
7808 such cedet/semantic/bovine/c.el, where the base file name
7809 is not in load-path. (Bug#5277)
7810
7811 2013-05-11 Glenn Morris <rgm@gnu.org>
7812
7813 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
7814 Provide features.
7815
7816 2013-05-11 Leo Liu <sdl.web@gmail.com>
7817
7818 * progmodes/octave.el (octave-indent-comment): Improve.
7819 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
7820 (octave-eldoc-function-signatures, octave-eldoc-function):
7821 New functions.
7822 (octave-mode, inferior-octave-mode): Add eldoc support.
7823
7824 2013-05-11 Richard Stallman <rms@gnu.org>
7825
7826 * epa.el (epa-decrypt-file): Take output file name as argument
7827 and read it using `interactive'.
7828
7829 2013-05-11 Leo Liu <sdl.web@gmail.com>
7830
7831 * progmodes/octave.el (octave-beginning-of-line)
7832 (octave-end-of-line): Check before using up-list because it jumps
7833 out of more syntactic contructs since moving to smie.
7834 (octave-indent-comment): New function.
7835 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
7836 (octave-begin-keywords, octave-end-keywords)
7837 (octave-reserved-words, octave-smie-bnf-table)
7838 (octave-smie-rules): Add new keywords from Octave 3.6.4.
7839
7840 2013-05-11 Glenn Morris <rgm@gnu.org>
7841
7842 * faces.el (internal-face-x-get-resource):
7843 * frame.el (ns-display-monitor-attributes-list):
7844 * calc/calc-aent.el (math-to-radians-2):
7845 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
7846 Fix declarations.
7847
7848 * calc/calc-menu.el: Make it loadable in isolation.
7849
7850 * net/eudcb-bbdb.el: Make it loadable without bbdb.
7851 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
7852 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
7853 (eudc-bbdb-query-internal): Require 'bbdb.
7854
7855 * lpr.el (lpr-headers-switches):
7856 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
7857
7858 * progmodes/sql.el (sql-login-params): Fix and improve :type.
7859
7860 * emulation/edt-mapper.el: In batch mode, error rather than hang.
7861
7862 * term.el (term-set-escape-char): Make it idempotent.
7863
7864 2013-05-10 Leo Liu <sdl.web@gmail.com>
7865
7866 * progmodes/octave.el (inferior-octave-completion-table):
7867 No longer a function and all uses changed. Use cache to speed up
7868 completion due to bug#11906.
7869 (octave-beginning-of-defun): Re-write to be more general.
7870
7871 2013-05-10 Glenn Morris <rgm@gnu.org>
7872
7873 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
7874
7875 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * comint.el (comint-redirect-send-command-to-process): Use :around
7878 rather than :override for comint-redirect-filter.
7879 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
7880 Call it instead of comint-redirect-original-filter-function (which
7881 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
7882
7883 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
7884
7885 * frame.el (display-monitor-attributes-list): Add NS case.
7886 (ns-display-monitor-attributes-list): Declare.
7887
7888 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
7889
7890 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
7891
7892 2013-05-09 Glenn Morris <rgm@gnu.org>
7893
7894 * international/fontset.el (vertical-centering-font-regexp):
7895 Set standard-value.
7896
7897 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
7898
7899 * bookmark.el (bookmark-search-delay):
7900 * cus-start.el (vertical-centering-font-regexp):
7901 * ps-mule.el (ps-mule-font-info-database-default):
7902 * ps-print.el (ps-default-fg, ps-default-bg):
7903 * type-break.el (type-break-good-break-interval):
7904 * whitespace.el (whitespace-indentation-regexp)
7905 (whitespace-space-after-tab-regexp):
7906 * emacs-lisp/testcover.el (testcover-1value-functions)
7907 (testcover-noreturn-functions, testcover-progn-functions)
7908 (testcover-prog1-functions):
7909 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7910 * eshell/em-glob.el (eshell-glob-translate-alist):
7911 * play/tetris.el (tetris-tty-colors):
7912 * progmodes/cpp.el (cpp-face-default-list):
7913 * progmodes/flymake.el (flymake-allowed-file-name-masks):
7914 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
7915 (idlwave-help-browser-generic-args):
7916 * progmodes/make-mode.el (makefile-special-targets-list):
7917 * progmodes/python.el (python-shell-virtualenv-path):
7918 * progmodes/verilog-mode.el (verilog-active-low-regexp)
7919 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
7920 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
7921 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
7922 * textmodes/reftex-vars.el (reftex-format-label-function):
7923 * textmodes/remember.el (remember-diary-file): Fix custom types.
7924
7925 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
7926 Add :version.
7927
7928 2013-05-09 Leo Liu <sdl.web@gmail.com>
7929
7930 * progmodes/octave.el (inferior-octave-completion-at-point):
7931 Restore file completion. (Bug#14300)
7932 (inferior-octave-startup): Fix incorrect highlighting for the
7933 first prompt.
7934
7935 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7936
7937 * progmodes/ruby-mode.el: First cut at SMIE support.
7938 (ruby-use-smie): New var.
7939 (ruby-smie-grammar): New constant.
7940 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
7941 (ruby-smie--forward-token, ruby-smie--backward-token)
7942 (ruby-smie-rules): New functions.
7943 (ruby-mode-variables): Setup SMIE if applicable.
7944
7945 2013-05-08 Eli Zaretskii <eliz@gnu.org>
7946
7947 * simple.el (line-move-visual): Signal beginning/end of buffer
7948 only if vertical-motion moved less than it was requested. Avoids
7949 silly incorrect error messages when there are display strings with
7950 multiple newlines at EOL.
7951
7952 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7953
7954 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
7955 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
7956 (prolog-char-quote-workaround):
7957 * progmodes/cperl-mode.el (cperl-under-as-char):
7958 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
7959 Mark as obsolete.
7960 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
7961 their declaration.
7962 (vhdl-mode-syntax-table-init): Remove.
7963
7964 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
7965 last change.
7966
7967 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
7968 syntax for "_".
7969 (ld-script-font-lock-keywords):
7970 Change regexps to use things like \_< and \_>.
7971
7972 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
7973 Change all regexps to use things like \_< and \_>.
7974
7975 * progmodes/autoconf.el (autoconf-definition-regexp)
7976 (autoconf-font-lock-keywords, autoconf-current-defun-function):
7977 Handle a _ with symbol syntax.
7978 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
7979
7980 * progmodes/ada-mode.el (ada-mode-abbrev-table):
7981 Consolidate declaration.
7982 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
7983 the declaration.
7984 (ada-create-syntax-table): Remove.
7985 (ada-capitalize-word): Don't mess with the syntax of "_" since it
7986 already has the right syntax nowadays.
7987 (ada-goto-next-word): Don't change the syntax of "_".
7988
7989 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
7990 with-wrapper-hook.
7991
7992 2013-05-08 Sam Steingold <sds@gnu.org>
7993
7994 * thingatpt.el (thing-at-point): Accept optional second argument
7995 NO-PROPERTIES to strip the text properties from the return value.
7996 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
7997 to `thing-at-point' instead of stripping the properties ourselves.
7998 Also, when `thing-at-point' fails to find a url, prepend "http://"
7999 to the filename at point on the assumption that the user is
8000 pointing at something like gnu.org/gnu.
8001
8002 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
8003
8004 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8005 * faces.el (crm-separator):
8006 Silence byte-compiler.
8007
8008 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
8009 (tool-bar-map): Remove unneeded defvars.
8010
8011 2013-05-08 Leo Liu <sdl.web@gmail.com>
8012
8013 Re-work a fix for bug#10994 based on Le Wang's patch.
8014 * ido.el (ido-remove-consecutive-dups): New helper.
8015 (ido-completing-read): Use it.
8016 (ido-chop): Revert fix for bug#10994.
8017
8018 2013-05-08 Adam Spiers <emacs@adamspiers.org>
8019
8020 * cus-edit.el (custom-save-variables):
8021 Pretty-print long values. (Bug#14187)
8022
8023 2013-05-08 Glenn Morris <rgm@gnu.org>
8024
8025 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
8026 (m4-mode-syntax-table): Init in the defvar.
8027 (m4-mode-abbrev-table): Let define-derived-mode define it.
8028
8029 2013-05-08 Tom Tromey <tromey@redhat.com>
8030
8031 * progmodes/m4-mode.el (m4-mode-syntax-table):
8032 Do not treat "_" as word constituent. (Bug#14167)
8033
8034 2013-05-07 Glenn Morris <rgm@gnu.org>
8035
8036 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
8037 Remove explicit eshell-isearch-cancel-map.
8038
8039 * progmodes/f90.el (f90-smart-end-names): New option.
8040 (f90-smart-end): Doc fix.
8041 (f90-end-block-optional-name): New constant.
8042 (f90-block-match): Respect f90-smart-end-names.
8043
8044 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8045
8046 * progmodes/octave.el (octave-smie-forward-token): Be more careful
8047 about implicit semi-colons (bug#14218).
8048
8049 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8050
8051 * frame.el (display-monitor-attributes-list)
8052 (frame-monitor-attributes): New functions.
8053
8054 2013-05-06 Leo Liu <sdl.web@gmail.com>
8055
8056 * progmodes/octave.el (octave-syntax-propertize-function): Change
8057 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
8058 (octave-font-lock-keywords): Use octave-operator-regexp.
8059 (octave-completion-at-point): Rename from
8060 octave-completion-at-point-function.
8061 (inferior-octave-directory-tracker): Robustify.
8062 (octave-text-functions): Remove and fix its uses. No such things
8063 any more.
8064
8065 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8066
8067 * emacs-lisp/trace.el (trace--display-buffer): New function.
8068 (trace-make-advice): Use it.
8069
8070 2013-05-06 Juri Linkov <juri@jurta.org>
8071
8072 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
8073 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
8074 Doc fix.
8075 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
8076 in the help string. (Bug#12985)
8077
8078 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
8079
8080 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
8081
8082 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8083
8084 * progmodes/perl-mode.el: Add support for here documents.
8085 (perl-syntax-propertize-function): Match here-doc markers.
8086 (perl-syntax-propertize-special-constructs): Find their end.
8087 (perl-imenu-generic-expression): Use [:alnum:].
8088
8089 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
8090 (advice--add-function): Refresh the advice if already present
8091 (bug#14317).
8092
8093 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
8094
8095 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
8096
8097 2013-05-06 Glenn Morris <rgm@gnu.org>
8098
8099 * w32-fns.el (w32-charset-info-alist): Declare.
8100
8101 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
8102 of its defcustom properties.
8103 (eshell-cmpl-initialize): No need to load pcomplete.
8104
8105 * generic-x.el: No need to require comint when compiling.
8106
8107 * net/eudc-export.el: Make it loadable without bbdb.
8108 (top-level): Use require rather than load-library.
8109 (eudc-create-bbdb-record, eudc-bbdbify-phone)
8110 (eudc-batch-export-records-to-bbdb)
8111 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
8112 Require bbdb.
8113
8114 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
8117 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
8118 some tweaks, instead.
8119
8120 2013-05-05 Leo Liu <sdl.web@gmail.com>
8121
8122 * progmodes/octave.el (octave-font-lock-keywords)
8123 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
8124 (inferior-octave-send-list-and-digest): Improve error message.
8125 (octave-mode, inferior-octave-mode): Use setq-local.
8126 (octave-help): Set info-lookup-mode.
8127
8128 2013-05-05 Richard Stallman <rms@gnu.org>
8129
8130 * vc/compare-w.el (compare-windows-whitespace):
8131 Treat no-break space as whitespace.
8132
8133 * mail/rmailsum.el (rmail-summary-rmail-update):
8134 Detect empty summary and don't change selected message.
8135 (rmail-summary-goto-msg): Likewise.
8136
8137 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
8138 Doc fixes, rename args.
8139
8140 2013-05-05 Alan Mackenzie <acm@muc.de>
8141
8142 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
8143
8144 2013-05-05 Juri Linkov <juri@jurta.org>
8145
8146 * info.el (Info-read-subfile): Use (point-min) instead of (point)
8147 to not add the length of the summary segment to the return value.
8148 (Bug#14125)
8149
8150 2013-05-05 Leo Liu <sdl.web@gmail.com>
8151
8152 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
8153 (inferior-octave-output-filter): Remove.
8154 (octave-send-region, inferior-octave-startup): Fix callers.
8155 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
8156 (octave-binary-file-extensions): New user variable.
8157 (octave-find-definition): Confirm if opening binary files.
8158 (octave-help-file): Use octave-find-definition to get the binary
8159 confirmation.
8160 (octave-help): Adjust for octave-help-file change.
8161
8162 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8163
8164 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
8165 Merge the two entries that handle function definitions.
8166 (pascal--syntax-propertize): New const.
8167 (pascal-mode): Use it. Use setq-local.
8168
8169 2013-05-04 Glenn Morris <rgm@gnu.org>
8170
8171 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
8172 (diary-from-outlook): Respect diary-from-outlook-function.
8173
8174 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8175
8176 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
8177 Move the declaration from C.
8178 (read-minibuffer, eval-minibuffer): Move from C.
8179 (completion-setup-function): Avoid minibuffer-completion-contents.
8180
8181 2013-05-03 Leo Liu <sdl.web@gmail.com>
8182
8183 * progmodes/octave.el (octave-font-lock-keywords): Do not
8184 dehighlight 'end' in comments or strings.
8185 (octave-completing-read, octave-goto-function-definition):
8186 New helpers.
8187 (octave-help-buffer): New user variable.
8188 (octave-help-file, octave-help-function): New button types.
8189 (octave-help): New command and bind it to C-h ;.
8190 (octave-find-definition): New command and bind it to M-.
8191 (user-error): Alias to error if not defined.
8192
8193 2013-05-02 Leo Liu <sdl.web@gmail.com>
8194
8195 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
8196 for \. (bug#14332)
8197 (octave-font-lock-keywords): Include [ and {.
8198
8199 2013-05-02 Leo Liu <sdl.web@gmail.com>
8200
8201 * progmodes/octave.el (inferior-octave-startup-file): Change default.
8202 (inferior-octave): Remove calling comint-mode and return the buffer.
8203 (inferior-octave-startup): Cosmetic changes.
8204
8205 2013-05-02 Leo Liu <sdl.web@gmail.com>
8206
8207 * progmodes/octave.el (octave-syntax-propertize-function):
8208 Include the case when ' is at line beginning. (Bug#14336)
8209
8210 2013-05-02 Glenn Morris <rgm@gnu.org>
8211
8212 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
8213 * desktop.el (vc-dir-mode): Just autoload it here.
8214
8215 2013-05-02 Alan Mackenzie <acm@muc.de>
8216
8217 Eliminate variable c-standard-font-lock-fontify-region-function.
8218 * progmodes/cc-mode.el
8219 (c-standard-font-lock-fontify-region-function): Remove.
8220 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
8221
8222 2013-05-01 Leo Liu <sdl.web@gmail.com>
8223
8224 * progmodes/octave.el: Compatible with older emacs-24 releases.
8225 (inferior-octave-has-built-in-variables): Remove. Built-in
8226 variables were removed from Octave in 2007.
8227 (inferior-octave-startup): Fix uses.
8228 (comint-line-beginning-position): Remove compatibility code for
8229 emacs 21.
8230
8231 2013-05-01 Juri Linkov <juri@jurta.org>
8232
8233 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
8234
8235 2013-05-01 Juri Linkov <juri@jurta.org>
8236
8237 * comint.el (comint-previous-matching-input): Don't print message
8238 "History item: %d" when `isearch-mode' is active.
8239 (comint-history-isearch-message): Print message "History item: %d"
8240 when `comint-input-ring-index' is not empty and this function is
8241 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
8242
8243 2013-05-01 Leo Liu <sdl.web@gmail.com>
8244
8245 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
8246 definitions. Use completion-at-point to insert keywords.
8247 (octave-abbrev-start): Remove.
8248 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
8249
8250 2013-04-30 Leo Liu <sdl.web@gmail.com>
8251
8252 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
8253 change.
8254
8255 2013-04-30 Alan Mackenzie <acm@muc.de>
8256
8257 Handle arbitrarily long C++ member initialisation lists.
8258 * progmodes/cc-engine.el (c-back-over-member-initializers):
8259 new function.
8260 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
8261 (most) member init lists.
8262
8263 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8264
8265 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
8266 variable.
8267
8268 2013-04-30 Leo Liu <sdl.web@gmail.com>
8269
8270 * progmodes/octave.el (octave-variables): Remove. No builtin
8271 variables any more. All converted to functions.
8272 (octave-font-lock-keywords, octave-completion-at-point-function):
8273 Fix uses.
8274 (octave-font-lock-texinfo-comment): New user variable.
8275 (octave-texinfo-font-lock-keywords): New variable for texinfo
8276 comment block.
8277 (octave-function-comment-block): New face.
8278 (octave-font-lock-texinfo-comment): New function.
8279 (octave-mode): Font lock texinfo comment block.
8280
8281 2013-04-29 Leo Liu <sdl.web@gmail.com>
8282
8283 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
8284 indexing expression.
8285 (octave-continuation-string): Do not use \.
8286 (inferior-octave-complete-impossible): Remove.
8287 (inferior-octave-completion-table)
8288 (inferior-octave-completion-at-point): Remove its uses.
8289 (inferior-octave-startup): completion_matches was introduced to
8290 Octave in 1996 so safe to assume it.
8291 (octave-function-file-comment): Improve to follow how Octave does it.
8292 (octave-update-function-file-comment): Tweak.
8293
8294 2013-04-29 Leo Liu <sdl.web@gmail.com>
8295
8296 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
8297 (inferior-octave-startup): Remove inferior-octave-startup-hook.
8298 (octave-function-file-comment): Fix typo.
8299 (octave-sync-function-file-names): Use read-char-choice.
8300
8301 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
8302
8303 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
8304 to t for the less important warnings.
8305
8306 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
8307
8308 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
8309
8310 2013-04-27 Glenn Morris <rgm@gnu.org>
8311
8312 * vc/log-view.el (log-view-current-entry):
8313 Treat "---" separator lines as part of the following rev. (Bug#14169)
8314
8315 2013-04-27 Juri Linkov <juri@jurta.org>
8316
8317 * subr.el (read-number): Doc fix about using it by interactive
8318 code letter `n'. (Bug#14254)
8319
8320 2013-04-27 Juri Linkov <juri@jurta.org>
8321
8322 * desktop.el (desktop-auto-save-timeout): New option.
8323 (desktop-file-checksum): New variable.
8324 (desktop-save): Add optional arg `auto-save' and don't auto-save
8325 if nothing changed.
8326 (desktop-auto-save-timer): New variable.
8327 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
8328 (after-init-hook): Call `desktop-auto-save-set-timer'.
8329 Suggested by Reuben Thomas <rrt@sc3d.org> in
8330 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
8331
8332 2013-04-27 Leo Liu <sdl.web@gmail.com>
8333
8334 * progmodes/octave.el (octave-function-file-p)
8335 (octave-skip-comment-forward, octave-function-file-comment)
8336 (octave-update-function-file-comment): New functions.
8337 (octave-mode-map): Bind C-c ; to
8338 octave-update-function-file-comment.
8339 (octave-mode-menu): Add octave-update-function-file-comment.
8340 (octave-mode, inferior-octave-mode): Fix doc-string.
8341 (octave-insert-defun): Conform to Octave's coding convention.
8342 (Bug#14285)
8343
8344 * files.el (basic-save-buffer): Don't let errors in
8345 before-save-hook prevent saving buffer.
8346
8347 2013-04-20 Roland Winkler <winkler@gnu.org>
8348
8349 * faces.el (read-face-name): Use completing-read if arg multiple
8350 is nil.
8351
8352 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
8353
8354 * ls-lisp.el (ls-lisp-insert-directory): If no files are
8355 displayed, move point to after the totals line.
8356 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
8357 for the details.
8358
8359 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8360
8361 * emacs-lisp/package.el (package-autoload-ensure-default-file):
8362 Add current dir to the load-path.
8363 (package-generate-autoloads): Don't rely on
8364 autoload-ensure-default-file.
8365
8366 2013-04-26 Reuben Thomas <rrt@sc3d.org>
8367
8368 * textmodes/remember.el (remember-store-in-files): Document that
8369 the file name format is passed to `format-time-string'.
8370
8371 2013-04-26 Leo Liu <sdl.web@gmail.com>
8372
8373 * progmodes/octave.el (octave-sync-function-file-names): New function.
8374 (octave-mode): Use it in before-save-hook.
8375
8376 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8377
8378 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
8379 (bug#14274).
8380
8381 * progmodes/octave.el (octave-smie-forward-token): Properly skip
8382 \n and comment, even if it's not an implicit ; (bug#14218).
8383
8384 2013-04-26 Glenn Morris <rgm@gnu.org>
8385
8386 * subr.el (read-number): Once more use `read' rather than
8387 `string-to-number', to trap non-numeric input. (Bug#14254)
8388
8389 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
8390
8391 * emacs-lisp/syntax.el (syntax-propertize-multiline):
8392 Use `syntax-multiline' text property consistently instead of
8393 `font-lock-multiline'. (Bug#14237)
8394
8395 2013-04-26 Glenn Morris <rgm@gnu.org>
8396
8397 * emacs-lisp/shadow.el (list-load-path-shadows):
8398 No longer necessary to check for duplicate simple.el, since
8399 2012-07-07 change to init_lread to not include installation lisp
8400 directories in load-path when running uninstalled. (Bug#14270)
8401
8402 2013-04-26 Leo Liu <sdl.web@gmail.com>
8403
8404 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
8405 (octave-mode, inferior-octave-mode): Use setq-local.
8406 (octave-not-in-string-or-comment-p): Rename to
8407 octave-in-string-or-comment-p.
8408 (octave-in-comment-p, octave-in-string-p)
8409 (octave-in-string-or-comment-p): Replace defsubst with defun.
8410
8411 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
8412
8413 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
8414
8415 2013-04-25 Bastien Guerry <bzg@gnu.org>
8416
8417 * textmodes/remember.el (remember-data-directory)
8418 (remember-directory-file-name-format): Fix custom types.
8419
8420 2013-04-25 Leo Liu <sdl.web@gmail.com>
8421
8422 * progmodes/octave.el (octave-completion-at-point-function):
8423 Make use of inferior octave process.
8424 (octave-initialize-completions): Remove.
8425 (inferior-octave-completion-table): New function.
8426 (inferior-octave-completion-at-point): Use it.
8427 (octave-completion-alist): Remove.
8428
8429 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8430
8431 * progmodes/opascal.el: Use font-lock and syntax-propertize.
8432 (opascal-mode-syntax-table): New var.
8433 (opascal-literal-kind, opascal-is-literal-end)
8434 (opascal-literal-token-at): Rewrite.
8435 (opascal--literal-start-re, opascal-font-lock-keywords)
8436 (opascal--syntax-propertize): New constants.
8437 (opascal-font-lock-defaults): Adjust.
8438 (opascal-mode): Use them. Set comment-<foo> variables as well.
8439 (delphi-comment-face, opascal-comment-face, delphi-string-face)
8440 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
8441 (delphi-other-face, opascal-other-face): Remove face variables.
8442 (opascal-save-state): Remove macro.
8443 (opascal-fontifying-progress-step): Remove constant.
8444 (opascal--ignore-changes): Remove var.
8445 (opascal-set-token-property, opascal-parse-next-literal)
8446 (opascal-is-stable-literal, opascal-complete-literal)
8447 (opascal-is-literal-start, opascal-face-of)
8448 (opascal-parse-region, opascal-parse-region-until-stable)
8449 (opascal-fontify-region, opascal-after-change)
8450 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
8451 (opascal-debug-parse-region, opascal-debug-parse-window)
8452 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
8453 (opascal-debug-fontify-buffer): Remove.
8454 (opascal-debug-mode-map): Adjust accordingly.
8455
8456 2013-04-25 Leo Liu <sdl.web@gmail.com>
8457
8458 Merge octave-mod.el and octave-inf.el into octave.el with some
8459 cleanups.
8460 * progmodes/octave.el: New file renamed from octave-mod.el.
8461 * progmodes/octave-inf.el: Merged into octave.el.
8462 * progmodes/octave-mod.el: Renamed to octave.el.
8463
8464 2013-04-25 Tassilo Horn <tsdh@gnu.org>
8465
8466 * textmodes/reftex-vars.el
8467 (reftex-label-ignored-macros-and-environments): New defcustom.
8468
8469 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
8470
8471 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8472
8473 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
8474 (smie-indent-keyword): Improve the check to ensure that the next
8475 comment is really on the same line.
8476 (smie-indent-comment): Don't align with a subsequent closer (or eob).
8477
8478 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
8479 semi-colons if the line is not otherwise empty (bug#14218).
8480
8481 2013-04-25 Glenn Morris <rgm@gnu.org>
8482
8483 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
8484
8485 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8486
8487 * progmodes/opascal.el (opascal-set-token-property): Rename from
8488 opascal-set-text-properties and only set `token' (bug#14134).
8489 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
8490 (opascal-literal-text-properties): Remove.
8491 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
8492 Adjust callers.
8493
8494 2013-04-24 Reuben Thomas <rrt@sc3d.org>
8495
8496 * textmodes/remember.el (remember-handler-functions): Add an
8497 option for a new handler `remember-store-in-files'.
8498 (remember-data-directory, remember-directory-file-name-format):
8499 New options.
8500 (remember-store-in-files): New function to store remember notes
8501 as separate files within a directory.
8502
8503 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
8504
8505 * progmodes/compile.el (compilation-next-error-function):
8506 Pass "formats" to compilation-find-file (bug#11777).
8507
8508 2013-04-24 Glenn Morris <rgm@gnu.org>
8509
8510 * vc/vc-bzr.el (vc-bzr-print-log):
8511 * vc/vc-hg.el (vc-hg-print-log):
8512 * vc/vc-svn.el (vc-svn-print-log):
8513 Fix START-REVISION with LIMIT != 1. (Bug#14168)
8514
8515 * vc/vc-bzr.el (vc-bzr-print-log):
8516 * vc/vc-cvs.el (vc-cvs-print-log):
8517 * vc/vc-git.el (vc-git-print-log):
8518 * vc/vc-hg.el (vc-hg-print-log):
8519 * vc/vc-mtn.el (vc-mtn-print-log):
8520 * vc/vc-rcs.el (vc-rcs-print-log):
8521 * vc/vc-sccs.el (vc-sccs-print-log):
8522 * vc/vc-svn.el (vc-svn-print-log):
8523 * vc/vc.el (vc-print-log-internal): Doc fixes.
8524
8525 2013-04-23 Glenn Morris <rgm@gnu.org>
8526
8527 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
8528 Remove venerable code attempting to avoid substitute-command-keys.
8529
8530 2013-04-23 Tassilo Horn <tsdh@gnu.org>
8531
8532 * textmodes/reftex-vars.el (reftex-label-regexps):
8533 Call `reftex-compile-variables' after changes to this variable.
8534
8535 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8536
8537 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
8538 Use lexical-binding.
8539 (jit-lock-force-redisplay): Use markers, check buffer's continued
8540 existence and beware narrowed buffers.
8541 (jit-lock-fontify-now): Adjust call accordingly.
8542
8543 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
8546 to avoid misleading the user.
8547
8548 2013-04-22 Leo Liu <sdl.web@gmail.com>
8549
8550 * info-look.el: Prefer latex2e.info. (Bug#14240)
8551
8552 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
8553
8554 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
8555
8556 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
8557 * net/tramp.el (tramp-call-process): ... here.
8558 (tramp-set-completion-function, tramp-parse-putty):
8559 * net/tramp-adb.el (tramp-adb-execute-adb-command):
8560 * net/tramp-gvfs.el (tramp-gvfs-send-command):
8561 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
8562 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
8563 (tramp-call-local-coding-command): Use `tramp-call-process'
8564 instead of `tramp-compat-call-process'.
8565
8566 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
8567 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
8568 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
8569 (tramp-find-inline-compress): Improve traces.
8570 (tramp-maybe-send-script): Check for Perl binary.
8571 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
8572
8573 2013-04-22 Daiki Ueno <ueno@gnu.org>
8574
8575 * epg.el (epg-context-pinentry-mode): New function.
8576 (epg-context-set-pinentry-mode): New function.
8577 (epg--start): Pass --pinentry-mode option to gpg command.
8578
8579 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
8580
8581 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
8582 `comint-dynamic-complete' is obsolete since 24.1, replaced by
8583 `completion-at-point'. (Bug#13774)
8584
8585 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
8586 default key binding for `describe-distribution' has been moved to
8587 `C-h C-o'. (Bug#13970)
8588
8589 2013-04-21 Glenn Morris <rgm@gnu.org>
8590
8591 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
8592 Add doc strings.
8593 (vc-print-log): Clarify interactive prompt.
8594
8595 2013-04-20 Glenn Morris <rgm@gnu.org>
8596
8597 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8598 No longer include timestamp etc information.
8599
8600 2013-04-20 Roland Winkler <winkler@gnu.org>
8601
8602 * faces.el (read-face-name): Bug fix, return just one face if arg
8603 multiple is nil. (Bug#14209)
8604
8605 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8606
8607 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
8608 (remove-function): Autoload.
8609
8610 * comint.el (comint-redirect-original-filter-function): Remove.
8611 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
8612 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
8613 (vc-cvs-annotate-command):
8614 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
8615 * progmodes/prolog.el (prolog-consult-compile):
8616 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
8617 Use add/remove-function instead.
8618 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
8619 (gud-tooltip-process-output, gud-tooltip-tips):
8620 Use add/remove-function instead.
8621 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
8622 (scheme-interaction-mode, exit-scheme-interaction-mode):
8623 Use add/remove-function instead.
8624
8625 * vc/vc-dispatcher.el: Use lexical-binding.
8626 (vc--process-sentinel): Rename from vc-process-sentinel.
8627 Change last arg to be the code to run. Don't use vc-previous-sentinel
8628 and vc-sentinel-commands any more.
8629 (vc-exec-after): Allow code to be a function. Use add/remove-function.
8630 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
8631
8632 2013-04-19 Masatake YAMATO <yamato@redhat.com>
8633
8634 * progmodes/sh-script.el (sh-imenu-generic-expression):
8635 Handle function names with a single character. (Bug#14111)
8636
8637 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
8638
8639 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
8640 for subroutines defined in an eval (bug#14182).
8641
8642 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8643
8644 * bookmark.el (bookmark-completing-read): Improve handling of empty
8645 string (bug#14176).
8646
8647 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8648
8649 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
8650
8651 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
8652
8653 New faster Imenu implementation (bug#14058).
8654 * progmodes/python.el:
8655 (python-imenu-prev-index-position):
8656 (python-imenu-format-item-label-function)
8657 (python-imenu-format-parent-item-label-function)
8658 (python-imenu-format-parent-item-jump-label-function):
8659 New vars.
8660 (python-imenu-format-item-label)
8661 (python-imenu-format-parent-item-label)
8662 (python-imenu-format-parent-item-jump-label)
8663 (python-imenu--put-parent, python-imenu--build-tree)
8664 (python-imenu-create-index, python-imenu-create-flat-index)
8665 (python-util-popn): New functions.
8666 (python-mode): Set imenu-create-index-function to
8667 python-imenu-create-index.
8668
8669 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8670
8671 * winner.el (winner-active-region): Use region-active-p, activate-mark
8672 and deactivate-mark (bug#14225).
8673
8674 * simple.el (deactivate-mark): Don't inline it.
8675
8676 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
8677
8678 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
8679
8680 2013-04-18 Tassilo Horn <tsdh@gnu.org>
8681
8682 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
8683 file extensions from the archive-mode entry in order to prefer
8684 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
8685
8686 2013-04-18 Leo Liu <sdl.web@gmail.com>
8687
8688 * bindings.el (help-event-list): Add ?\?.
8689
8690 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8691
8692 * subr.el (with-wrapper-hook): Declare obsolete.
8693 * simple.el (filter-buffer-substring-function): New hook.
8694 (filter-buffer-substring): Use it.
8695 (filter-buffer-substring-functions): Mark obsolete.
8696 * minibuffer.el (completion-in-region-function): New hook.
8697 (completion-in-region): Use it.
8698 (completion-in-region-functions): Mark obsolete.
8699 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
8700 * abbrev.el (abbrev-expand-function): New hook.
8701 (expand-abbrev): Use it.
8702 (abbrev-expand-functions): Mark obsolete.
8703 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
8704 and :filter-return.
8705
8706 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8707
8708 * progmodes/python.el (python-nav--syntactically): Fix cornercases
8709 and do not care about match data.
8710
8711 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8712
8713 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
8714 completion tables when completing error conditions and
8715 `declare' arguments.
8716 (lisp-complete-symbol, field-complete): Mark as obsolete.
8717 (check-parens): Unmatched parens are user errors.
8718 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
8719
8720 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
8721
8722 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
8723 command changed buffer (ie. `flyspell-pre-buffer' is not current
8724 buffer), which prevents making decisions based on invalid value of
8725 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
8726 cause an error when `flyspell-pre-point' was nil after switching
8727 buffers.
8728 (flyspell-post-command-hook): No longer needs to change buffers when
8729 checking pre-word. While at it remove unnecessary progn.
8730
8731 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
8732
8733 * textmodes/ispell.el (ispell-add-per-file-word-list):
8734 Fix `flyspell-correct-word-before-point' error when accepting
8735 words and `coment-padding' is an integer by using
8736 `comment-normalize-vars' (Bug #14214).
8737
8738 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8739
8740 New defun movement commands.
8741 * progmodes/python.el (python-nav--syntactically)
8742 (python-nav--forward-defun, python-nav-backward-defun)
8743 (python-nav-forward-defun): New functions.
8744
8745 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8746
8747 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
8748 (python-syntax-context): Use named compiler-macro for backwards
8749 compatibility with Emacs 24.x.
8750
8751 2013-04-17 Leo Liu <sdl.web@gmail.com>
8752
8753 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
8754 octave-hide-process-buffer.
8755
8756 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8757
8758 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
8759 (bug#14216).
8760
8761 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
8762
8763 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
8764 Fix adjustment of offset when receiving incomplete responses from GDB
8765 (bug#14129).
8766
8767 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8768
8769 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
8770 python-mode-abbrev-table.
8771 (python-skeleton-define): Adjust accordingly.
8772 (python-mode-abbrev-table): New table that inherits from it so that
8773 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
8774
8775 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
8776 (abbrev-symbol): Use it.
8777 (abbrev--before-point): Use it since we already handle inheritance.
8778
8779 2013-04-16 Leo Liu <sdl.web@gmail.com>
8780
8781 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
8782 binding to info-lookup-symbol.
8783
8784 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
8785
8786 * minibuffer.el (completion--twq-all):
8787 * term/ns-win.el (ns-initialize-window-system):
8788 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
8789
8790 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8791
8792 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
8793 global bindings.
8794
8795 * doc-view.el (doc-view-start-process): Handle url-handler directories.
8796
8797 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
8798
8799 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
8800 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
8801 to nil.
8802 (ruby-end-of-defun): Remove the unused arg, change the docstring
8803 to reflect that this function is only used as the value of
8804 `end-of-defun-function'.
8805 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
8806 to reflect an earlier change that beginning/end-of-defun functions
8807 jump between methods in a class definition, as well as top-level
8808 functions.
8809
8810 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8811
8812 * minibuffer.el (minibuffer-complete): Don't just scroll
8813 a *Completions* that's been iconified.
8814 (minibuffer-force-complete): Make sure repetitions do cycle when going
8815 through completion-in-region -> minibuffer-complete.
8816
8817 2013-04-15 Alan Mackenzie <acm@muc.de>
8818
8819 Correct the placement of c-cpp-delimiters when there're #s not at
8820 col 0.
8821
8822 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
8823 place a submatch around the #.
8824 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
8825 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
8826 on the #, not BOL.
8827
8828 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8829
8830 * emacs-lisp/nadvice.el: Properly test names when adding advice.
8831 (advice--member-p): New arg `name'.
8832 (advice--add-function, advice-member-p): Use it (bug#14202).
8833
8834 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
8835
8836 Reformulate java imenu-generic-expression.
8837 The old expression contained ill formed regexps.
8838
8839 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
8840 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
8841 (cc-imenu-java-method-arg-regexp): New defconsts.
8842 (cc-imenu-java-build-type-args-regex): New defun.
8843 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
8844 handling of spaces in the regexp.
8845
8846 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8847
8848 * textmodes/ispell.el (ispell-command-loop): Remove
8849 flyspell highlight of a word when ispell accepts it (bug #14178).
8850
8851 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
8852
8853 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
8854 uses code from the previous `ange-ftp-run-real-handler'.
8855 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
8856 only in case that function exist. This is needed for proper
8857 unloading of Tramp.
8858
8859 2013-04-15 Tassilo Horn <tsdh@gnu.org>
8860
8861 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
8862
8863 * textmodes/reftex.el (reftex-compile-variables): Use it.
8864
8865 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * files.el (normal-mode): Only use default major-mode if no other mode
8868 was specified.
8869
8870 * emacs-lisp/trace.el (trace-values): New function.
8871
8872 * files.el: Allow : in local variables (bug#14089).
8873 (hack-local-variable-regexp): New var.
8874 (hack-local-variables-prop-line, hack-local-variables): Use it.
8875
8876 2013-04-13 Roland Winkler <winkler@gnu.org>
8877
8878 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
8879 data before it gets modified by bibtex-beginning-of-entry.
8880
8881 2013-04-13 Roland Winkler <winkler@gnu.org>
8882
8883 * textmodes/bibtex.el (bibtex-url): Doc fix.
8884
8885 2013-04-13 Roland Winkler <winkler@gnu.org>
8886
8887 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
8888 does not visit a BibTeX file, exclude it from the list of buffers
8889 returned by bibtex-initialize.
8890
8891 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
8892
8893 * window.el (split-window): Remove interactive form, since as a
8894 command this function is a special case of split-window-below.
8895 Correct doc string.
8896
8897 2013-04-12 Roland Winkler <winkler@gnu.org>
8898
8899 * faces.el (read-face-name): Do not override value of arg default.
8900 Allow single faces and strings as default values. Remove those
8901 elements from return value that are not faces.
8902 (describe-face): Simplify.
8903 (face-at-point): New optional args thing and multiple so that this
8904 function can provide the same functionality previously provided by
8905 read-face-name.
8906 (make-face-bold, make-face-unbold, make-face-italic)
8907 (make-face-unitalic, make-face-bold-italic, invert-face)
8908 (modify-face, read-face-and-attribute): Use face-at-point.
8909
8910 * cus-edit.el (customize-face, customize-face-other-window)
8911 * cus-theme.el (custom-theme-add-face)
8912 * face-remap.el (buffer-face-set)
8913 * facemenu.el (facemenu-set-face): Use face-at-point.
8914
8915 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
8916
8917 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
8918
8919 2013-04-10 Tassilo Horn <tsdh@gnu.org>
8920
8921 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
8922 off leading { and trailing } from field values.
8923
8924 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8925
8926 * emacs-lisp/timer.el (timer--check): New function.
8927 (timer--time, timer-set-function, timer-event-handler): Use it.
8928 (timer-set-idle-time): Simplify.
8929 (timer--activate): CSE.
8930 (timer-event-handler): Give more info in error message.
8931 (internal-timer-start-idle): New function, moved from C.
8932
8933 * mpc.el (mpc-proc): Add `restart' argument.
8934 (mpc-proc-cmd): Use it.
8935 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
8936 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
8937 less often.
8938
8939 2013-04-10 Masatake YAMATO <yamato@redhat.com>
8940
8941 * progmodes/sh-script.el: Implement `sh-mode' own
8942 `add-log-current-defun-function' (bug#14112).
8943 (sh-current-defun-name): New function.
8944 (sh-mode): Use the function.
8945
8946 2013-04-09 Bastien Guerry <bzg@gnu.org>
8947
8948 * simple.el (choose-completion-string): Fix docstring (bug#14163).
8949
8950 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8951
8952 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
8953
8954 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
8955 timer (bug#14156).
8956
8957 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
8958
8959 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
8960 declaration.
8961
8962 2013-04-07 Leo Liu <sdl.web@gmail.com>
8963
8964 * pcmpl-x.el: New file.
8965
8966 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
8967
8968 Do not set x-display-name until X connection is established.
8969 This is needed to prevent from weird situation described at
8970 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
8971 * frame.el (make-frame): Set x-display-name after call to
8972 window system initialization function, not before.
8973 * term/x-win.el (x-initialize-window-system): Add optional
8974 display argument and use it.
8975 * term/w32-win.el (w32-initialize-window-system):
8976 * term/ns-win.el (ns-initialize-window-system):
8977 * term/pc-win.el (msdos-initialize-window-system):
8978 Add compatible optional display argument.
8979
8980 2013-04-06 Eli Zaretskii <eliz@gnu.org>
8981
8982 * files.el (normal-backup-enable-predicate): On MS-Windows and
8983 MS-DOS compare truenames of temporary-file-directory and of the
8984 file, so that 8+3 aliases (usually found in $TEMP on Windows)
8985 don't fail comparison by compare-strings. Also, compare file
8986 names case-insensitively on MS-Windows and MS-DOS.
8987
8988 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8989
8990 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
8991 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
8992
8993 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
8994
8995 * whitespace.el (whitespace-color-on, whitespace-color-off):
8996 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
8997
8998 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
8999
9000 * ispell.el (ispell-set-spellchecker-params):
9001 Really set `ispell-args' for all equivs.
9002
9003 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9004
9005 * ido.el (ido-completions): Use extra elements of ido-decorations
9006 (bug#14143).
9007 (ido-decorations): Update docstring.
9008
9009 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
9010
9011 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9012 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
9013 nil during initialization, in order not to miss changes since the
9014 file was opened. (Bug#14140)
9015
9016 2013-04-05 Leo Liu <sdl.web@gmail.com>
9017
9018 * kmacro.el (kmacro-call-macro): Fix bug#14135.
9019
9020 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
9021
9022 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
9023
9024 2013-04-04 Glenn Morris <rgm@gnu.org>
9025
9026 * electric.el (electric-pair-inhibit-predicate): Add :version.
9027
9028 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9029
9030 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
9031 when a package is required several times (bug#14082).
9032
9033 2013-04-04 Roland Winkler <winkler@gnu.org>
9034
9035 * faces.el (read-face-name): Behave as promised by the docstring.
9036 Assume that arg default is a list of faces.
9037 (describe-face): Call read-face-name with list of default faces.
9038
9039 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9040
9041 * bookmark.el: Fix deletion of bookmarks (bug#13972).
9042 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
9043 (bookmark-bmenu-execute-deletions): Only skip first line if it's
9044 the header.
9045 (bookmark-exit-hook-internal): Save even if list is empty.
9046
9047 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
9048
9049 * emacs-lisp/package.el (package-pinned-packages): New var.
9050 (package--add-to-archive-contents): Obey it (bug#14118).
9051
9052 2013-04-03 Alan Mackenzie <acm@muc.de>
9053
9054 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
9055 Also adapt to the new values of element 7 of a parse state.
9056
9057 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
9058 parameter `not-in-delimiter'. Handle being inside comment opener.
9059 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
9060 character in case we're typing a '*' after a '/'.
9061 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
9062 instead by passing the parameter to c-state-pp-to-literal.
9063
9064 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
9065 for elt. 7 of a parse state.
9066
9067 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
9068
9069 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
9070 * international/latin1-disp.el, international/mule-util.el:
9071 * language/cyril-util.el, language/european.el, language/ind-util.el:
9072 * language/lao-util.el, language/thai.el, language/tibet-util.el:
9073 * language/tibetan.el, language/viet-util.el:
9074 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
9075
9076 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9077
9078 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
9079 (electric-pair-post-self-insert-function): Use it.
9080 (electric-pair-default-inhibit): New function, extracted from
9081 electric-pair-post-self-insert-function.
9082
9083 2013-03-31 Roland Winkler <winkler@gnu.org>
9084
9085 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
9086
9087 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9088
9089 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
9090
9091 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
9092
9093 Un-indent after "pass" and "return" statements (Bug#13888)
9094 * progmodes/python.el (python-indent-block-enders): New var.
9095 (python-indent-calculate-indentation): Use it.
9096
9097 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
9098
9099 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
9100 defun. Defining it as defalias could introduce too eager
9101 byte-compiler optimization. (Bug#14030)
9102
9103 2013-03-30 Chong Yidong <cyd@gnu.org>
9104
9105 * iswitchb.el (iswitchb-read-buffer): Fix typo.
9106
9107 2013-03-30 Leo Liu <sdl.web@gmail.com>
9108
9109 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
9110 (kmacro-execute-from-register): Pass the keyboard macro to
9111 kmacro-call-macro or repeating won't work correctly.
9112
9113 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
9114
9115 * progmodes/subword.el: Back to using `forward-symbol'.
9116
9117 * subr.el (forward-whitespace, forward-symbol)
9118 (forward-same-syntax): Move from thingatpt.el.
9119
9120 2013-03-29 Leo Liu <sdl.web@gmail.com>
9121
9122 * kmacro.el (kmacro-to-register): New command.
9123 (kmacro-execute-from-register): New function.
9124 (kmacro-keymap): Bind to 'x'. (Bug#14071)
9125
9126 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9127
9128 * mpc.el: Use defvar-local and setq-local.
9129 (mpc--proc-connect): Connection failures are not bugs.
9130 (mpc-mode-map): `follow-link' only applies to the buffer's content.
9131 (mpc-volume-map): Bind to the up-events.
9132
9133 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9134
9135 * progmodes/subword.el (superword-mode): Use `forward-sexp'
9136 instead of `forward-symbol'.
9137
9138 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9139
9140 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
9141 (edebug--recursive-edit): Use it.
9142 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
9143 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
9144
9145 2013-03-28 Leo Liu <sdl.web@gmail.com>
9146
9147 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
9148
9149 2013-03-27 Eli Zaretskii <eliz@gnu.org>
9150
9151 * facemenu.el (list-colors-callback): New defvar.
9152 (list-colors-redisplay): New function.
9153 (list-colors-display): Install list-colors-redisplay as the
9154 revert-buffer-function. (Bug#14063)
9155
9156 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9157
9158 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
9159 and suffixes don't overlap (bug#14061).
9160
9161 * case-table.el: Use lexical-binding.
9162 (case-table-get-table): New function.
9163 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
9164
9165 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9166
9167 * progmodes/subword.el: Add `superword-mode' to do word motion
9168 over symbol_words (parallels and leverages `subword-mode' which
9169 does word motion inside MixedCaseWords).
9170
9171 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
9172
9173 * eshell/em-unix.el: Move su and sudo to...
9174 * eshell/em-tramp.el: ...Eshell tramp module.
9175
9176 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9177
9178 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
9179 Change return value to be a sexp. Delay `get-buffer' to after
9180 restoring the desktop (bug#13951).
9181
9182 2013-03-26 Leo Liu <sdl.web@gmail.com>
9183
9184 * register.el: Move semantic tag handling back to
9185 cedet/semantic/senator.el. (Bug#14052)
9186
9187 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9188
9189 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
9190 into the prompt either (bug#13963).
9191
9192 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9193
9194 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
9195 part of "(error-foo)".
9196
9197 2013-03-24 Juri Linkov <juri@jurta.org>
9198
9199 * replace.el (list-matching-lines-prefix-face): New defcustom.
9200 (occur-1): Pass `list-matching-lines-prefix-face' to the function
9201 `occur-engine' if `face-differs-from-default-p' returns t.
9202 (occur-engine): Add `,' inside backquote construct to evaluate
9203 `prefix-face'. Propertize the prefix with the `prefix-face' face.
9204 Pass `prefix-face' to the functions `occur-context-lines' and
9205 `occur-engine-add-prefix'.
9206 (occur-engine-add-prefix, occur-context-lines): Add optional arg
9207 `prefix-face' and propertize the prefix with `prefix-face'.
9208 (Bug#14017)
9209
9210 2013-03-24 Leo Liu <sdl.web@gmail.com>
9211
9212 * nxml/rng-valid.el (rng-validate-while-idle)
9213 (rng-validate-quick-while-idle): Guard against deleted buffer.
9214 (Bug#13999)
9215
9216 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
9217 is the last entry in kill-buffer-hook.
9218
9219 * files.el (kill-buffer-hook): Doc fix.
9220
9221 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
9222
9223 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
9224 Make it safe-local.
9225
9226 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
9227
9228 2013-03-23 Leo Liu <sdl.web@gmail.com>
9229
9230 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
9231 Remove.
9232
9233 * nxml/rng-valid.el (rng-validate-mode)
9234 (rng-after-change-function, rng-do-some-validation):
9235 * nxml/rng-maint.el (rng-validate-buffer):
9236 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
9237 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
9238 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
9239 (nxml-extend-after-change-region): Use with-silent-modifications.
9240
9241 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
9242 timer-idle-list.
9243
9244 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
9245 (rng-next-error-1, rng-previous-error-1): Do not let-bind
9246 timer-idle-list. (Bug#13999)
9247
9248 2013-03-23 Juri Linkov <juri@jurta.org>
9249
9250 * info.el (info-index-match): New face.
9251 (Info-index, Info-apropos-matches): Add a nested subgroup to the
9252 main pattern and add text properties with the new face to matches
9253 in index entries relative to the beginning of the index entry.
9254 (Bug#14015)
9255
9256 2013-03-21 Eric Ludlam <zappo@gnu.org>
9257
9258 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
9259 Inhibit read only while inserting objects.
9260
9261 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
9262
9263 * progmodes/cfengine.el: Update docs to mention
9264 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
9265 symbol motion. Remove "_" from the word syntax.
9266
9267 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
9268
9269 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
9270 syntax for both `cfengine2-mode' and `cfengine3-mode'.
9271
9272 2013-03-20 Juri Linkov <juri@jurta.org>
9273
9274 * info.el (Info-next-reference-or-link)
9275 (Info-prev-reference-or-link): New functions.
9276 (Info-next-reference, Info-prev-reference): Use them.
9277 (Info-try-follow-nearest-node): Handle footnote navigation.
9278 (Info-fontify-node): Fontify footnotes. (Bug#13989)
9279
9280 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9281
9282 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
9283 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
9284
9285 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
9286
9287 Suppress unnecessary non-ASCII chatter during build process.
9288 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
9289 (batch-skkdic-convert): Suppress most of the chatter.
9290 It's not needed so much now that machines are faster,
9291 and its non-ASCII component was confusing; see Dmitry Gutov in
9292 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
9293
9294 2013-03-20 Leo Liu <sdl.web@gmail.com>
9295
9296 * ido.el (ido-chop): Fix bug#10994.
9297
9298 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9299
9300 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
9301 Remove vars.
9302 (whitespace-color-on, whitespace-color-off):
9303 Use `font-lock-fontify-buffer' (Bug#13817).
9304
9305 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9306
9307 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
9308 remapping in mode-line.
9309 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
9310
9311 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9312
9313 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
9314 value for `whitespace-line' face (Bug#13875).
9315 (whitespace-font-lock-keywords): Change description.
9316 (whitespace-color-on): Don't save `font-lock-keywords' value, save
9317 the constructed keywords instead.
9318 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
9319
9320 2013-03-19 Leo Liu <sdl.web@gmail.com>
9321
9322 * progmodes/compile.el (compilation-display-error): New command.
9323 (compilation-mode-map, compilation-minor-mode-map): Bind it to
9324 C-o. (Bug#13992)
9325
9326 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9327
9328 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
9329
9330 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
9331
9332 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
9333
9334 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
9335
9336 * net/tramp-compat.el (tramp-compat-user-error): New defun.
9337
9338 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9339 * net/tramp-gvfs.el (top):
9340 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
9341 (tramp-handle-shell-command): Use it.
9342 (tramp-dissect-file-name): Raise an error when hostname is a
9343 method name, and neither method nor user is specified.
9344
9345 * net/trampver.el: Update release number.
9346
9347 2013-03-18 Leo Liu <sdl.web@gmail.com>
9348
9349 Make sure eldoc can be turned off properly.
9350 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
9351 eldoc-mode.
9352 (eldoc-display-message-p): Revert last change.
9353 (eldoc-display-message-no-interference-p)
9354 (eldoc-print-current-symbol-info): Tweak.
9355
9356 2013-03-18 Tassilo Horn <tsdh@gnu.org>
9357
9358 * doc-view.el (doc-view-new-window-function): Check the new window
9359 overlay's display property instead the char property of the
9360 buffer's first char. Use `with-selected-window' instead of
9361 `save-window-excursion' with `select-window'.
9362 (doc-view-document->bitmap): Check the current doc-view overlay's
9363 display property instead the char property of the buffer's first char.
9364
9365 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9366
9367 Automate the build of ja-dic.el (Bug#13984).
9368 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
9369 from the input, rather than assume that it's been done for us by the
9370 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
9371 the current date into a ja-dic.el comment, as that complicates
9372 regression testing.
9373
9374 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9375
9376 * whitespace.el: Fix double evaluation.
9377 (whitespace-space, whitespace-hspace, whitespace-tab)
9378 (whitespace-newline, whitespace-trailing, whitespace-line)
9379 (whitespace-space-before-tab, whitespace-indentation)
9380 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
9381 obsolete defvars.
9382 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
9383 (whitespace-color-on): Use a single font-lock-add-keywords call.
9384 Fix double-evaluation of face variables.
9385
9386 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
9387
9388 * net/tramp-adb.el (tramp-adb-parse-device-names):
9389 Use `start-process' instead of `call-process'. Otherwise, the
9390 function might be blocked under MS Windows. (Bug#13299)
9391
9392 2013-03-17 Leo Liu <sdl.web@gmail.com>
9393
9394 Extend eldoc to display info in the mode-line. (Bug#13978)
9395 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
9396 (eldoc-mode-line-string): New variable.
9397 (eldoc-minibuffer-message): New function.
9398 (eldoc-message-function): New variable.
9399 (eldoc-message): Use it.
9400 (eldoc-display-message-p)
9401 (eldoc-display-message-no-interference-p):
9402 Support eldoc-post-insert-mode.
9403
9404 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
9405 (eval-expression): Run it.
9406
9407 2013-03-17 Roland Winkler <winkler@gnu.org>
9408
9409 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
9410 strings in the list of return values.
9411
9412 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9413
9414 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
9415 radix before checking for HMS forms.
9416
9417 2013-03-16 Leo Liu <sdl.web@gmail.com>
9418
9419 * progmodes/scheme.el: Add indentation and font-locking for λ.
9420 (Bug#13975)
9421
9422 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
9423
9424 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
9425 token before point (bug#13942).
9426
9427 2013-03-16 Leo Liu <sdl.web@gmail.com>
9428
9429 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
9430
9431 2013-03-16 Eli Zaretskii <eliz@gnu.org>
9432
9433 * startup.el (command-line-normalize-file-name): Fix handling of
9434 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
9435 <xfq.free@gmail.com> in
9436 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
9437
9438 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
9439
9440 Sync with Tramp 2.2.7.
9441
9442 * net/trampver.el: Update release number.
9443
9444 2013-03-14 Tassilo Horn <tsdh@gnu.org>
9445
9446 * doc-view.el: Fix bug#13887.
9447 (doc-view-insert-image): Don't modify overlay associated to
9448 non-live windows, and implement horizontal centering of image in
9449 case it's smaller than the window.
9450 (doc-view-new-window-function): Force redisplay of new windows on
9451 doc-view buffers.
9452
9453 2013-03-13 Karl Fogel <kfogel@red-bean.com>
9454
9455 * saveplace.el (save-place-alist-to-file): Don't sort
9456 `save-place-alist', just pretty-print it (bug#13882).
9457
9458 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
9459
9460 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9461 Check whether `default-file-name-coding-system' is bound.
9462 It isn't in XEmacs.
9463
9464 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9465
9466 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
9467 backquotes for `obsolete' (bug#13929).
9468
9469 * international/mule.el (find-auto-coding): Include file name in
9470 obsolescence warning (bug#13922).
9471
9472 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9473
9474 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
9475 for CFEngine 3-specific indentation.
9476 (cfengine3-indent-line): Use it. Fix up category regex.
9477 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
9478
9479 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9480
9481 * type-break.el (type-break-file-name):
9482 * textmodes/remember.el (remember-data-file):
9483 * strokes.el (strokes-file):
9484 * shadowfile.el (shadow-initialize):
9485 * saveplace.el (save-place-file):
9486 * ps-bdf.el (bdf-cache-file):
9487 * progmodes/idlwave.el (idlwave-config-directory):
9488 * net/quickurl.el (quickurl-url-file):
9489 * international/kkc.el (kkc-init-file-name):
9490 * ido.el (ido-save-directory-list-file):
9491 * emulation/viper.el (viper-custom-file-name):
9492 * emulation/vip.el (vip-startup-file):
9493 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
9494 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
9495
9496 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
9497
9498 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
9499 * language/thai-word.el: Switch to UTF-8.
9500
9501 See ChangeLog.16 for earlier changes.
9502
9503 ;; Local Variables:
9504 ;; coding: utf-8
9505 ;; End:
9506
9507 Copyright (C) 2011-2013 Free Software Foundation, Inc.
9508
9509 This file is part of GNU Emacs.
9510
9511 GNU Emacs is free software: you can redistribute it and/or modify
9512 it under the terms of the GNU General Public License as published by
9513 the Free Software Foundation, either version 3 of the License, or
9514 (at your option) any later version.
9515
9516 GNU Emacs is distributed in the hope that it will be useful,
9517 but WITHOUT ANY WARRANTY; without even the implied warranty of
9518 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9519 GNU General Public License for more details.
9520
9521 You should have received a copy of the GNU General Public License
9522 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.