]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/simple.el (deactivate-mark, activate-mark): Force-mode-line-update.
[gnu-emacs] / lisp / ChangeLog
1 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
4 (bug#16382).
5 (activate-mark): Add `no-tmm' argument.
6 (set-mark, push-mark-command): Use it instead of running
7 activate-mark-hook by hand.
8
9 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
10
11 In preparation for the move to git, sanitize out some
12 Bazaar-specific names.
13
14 * version.el (emacs-bzr-version): Name changed to
15 emacs-repository-version. Obsolete-variable alias made.
16 * loadup.el: Follow through on this name change.
17 * lisp/mail/emacsbug.el (report-emacs-bug): Factor out any
18 assumption about the version control system in use.
19
20 2014-01-08 David Engster <deng@randomsample.de>
21
22 * help-fns.el (help-fns-describe-function-functions):
23 New variable to call functions for augmenting help buffers.
24 (describe-function-1): Remove explicit calls to
25 `help-fns--compiler-macro', `help-fns--parent-mode' and
26 `help-fns--obsolete'. Put them in above new variable instead, and
27 call them through `run-hook-with-args'.
28 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
29 `eieio-describe-class'. Not meant for interactive use anymore,
30 but to augment existing help buffers. Remove optional second
31 argument. Create proper button for file location.
32 Rewrite function to use `insert' instead of `princ' and `prin1' where
33 possible.
34 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
35 (eieio-method-def, eieio-class-def): Move further up.
36 (describe-method, describe-generic, eieio-describe-method):
37 Remove aliases.
38 (eieio-help-constructor, eieio-help-generic): Rename from
39 `eieio-describe-constructor' and `eieio-describe-generic', resp.
40 Rewrite to use `insert' in the current buffer and use proper help
41 buttons.
42 (eieio-help-find-method-definition)
43 (eieio-help-find-class-definition): Also accept symbols as
44 arguments.
45 (eieio-help-mode-augmentation-maybee): Remove.
46 (eieio-describe-class-sb): Use `describe-function'.
47 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
48 Add `eieio-help-generic' and `eieio-help-constructor'.
49
50 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
51
52 Spelling fixes.
53 * language/china-util.el (hz-ascii-designation):
54 Rename from hz-ascii-designnation.
55 (hz-ascii-designation): Rename from hz-ascii-designnation.
56 All uses changed.
57
58 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
61 package-alist.
62
63 2014-01-08 Bastien Guerry <bzg@gnu.org>
64
65 * emacs-lisp/package.el (package-delete):
66 Correctly delete the package from package-alist.
67
68 2014-01-08 Daiki Ueno <ueno@gnu.org>
69
70 * emacs-lisp/package.el (url-recreate-url): Declare.
71 (url-http-target-url): Declare.
72 (package-handle-response): Include requested URL in the error message.
73 (package--check-signature): Don't re-signal errors from
74 package--with-work-buffer. Suggested by Stefan Monnier.
75
76 2014-01-07 Bastien Guerry <bzg@gnu.org>
77
78 * minibuffer.el (completion--try-word-completion): When both a
79 hyphen and a space are possible candidates for the character
80 following a word, display both candidates. (Bug#15980)
81
82 2014-01-07 Martin Rudalics <rudalics@gmx.at>
83
84 * window.el (balance-windows-2): While rounding don't give a
85 window more than the remainder. Bug#16351, Bug#16383.
86
87 2014-01-07 Glenn Morris <rgm@gnu.org>
88
89 * menu-bar.el (menu-bar-help-extra-packages): Remove.
90 (menu-bar-help-menu): Use view-external-packages instead.
91
92 2014-01-07 Bastien Guerry <bzg@gnu.org>
93
94 * emacs-lisp/package.el (package-delete): Also delete the package
95 name from `package-alist', not its description only.
96
97 2014-01-07 Glenn Morris <rgm@gnu.org>
98
99 * help.el (view-external-packages):
100 * menu-bar.el (menu-bar-help-extra-packages):
101 Visit efaq.info rather than etc/MORE.STUFF.
102
103 2014-01-07 Juri Linkov <juri@jurta.org>
104
105 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
106 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
107
108 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
109 that shadows RET. (Bug#16342)
110
111 2014-01-07 Chong Yidong <cyd@gnu.org>
112
113 * isearch.el (isearch-yank-char, isearch-yank-word)
114 (isearch-yank-line): Doc fix.
115
116 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
119 * emacs-lisp/elint.el (elint-find-builtins):
120 * emacs-lisp/eldoc.el (eldoc-symbol-function):
121 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
122 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
123 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
124 * apropos.el (apropos-safe-documentation):
125 * subr.el (symbol-file): Remove redundant fboundp.
126 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
127
128 2014-01-06 Bastien Guerry <bzg@gnu.org>
129
130 * hl-line.el (global-hl-line-overlay): Make a local variable.
131 (global-hl-line-overlays): New variable to store all overlays.
132 (global-hl-line-mode): Don't delete overlays from the current
133 buffer when `global-hl-line-sticky-flag' is non-nil.
134 (global-hl-line-highlight): Add new overlays to
135 `global-hl-line-overlays'.
136 (global-hl-line-unhighlight-all): New function to delete all
137 overlays when turning off `global-hl-line-mode'.
138 This fixes Bug#16183.
139
140 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 * subr.el (set-transient-map): Fix nested case and docstring.
143
144 2014-01-06 Tassilo Horn <tsdh@gnu.org>
145
146 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
147 `Texinfo' entry.
148
149 2014-01-06 Daniel Colascione <dancol@dancol.org>
150
151 Fix defun navigation in vc log view.
152
153 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
154 like `beginning-of-defun'.
155 (log-view-end-of-defun,log-view-end-of-defun-1): Rename old
156 log-view-end-of-defun to log-view-end-of-defun-1. Replace
157 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
158 (log-view-extract-comment): Call `log-view-current-entry' directly
159 instead of relying on broken `log-view-beginning-of-defun' behavior.
160
161 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
162
163 Spelling fixes.
164 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
165 * emacs-lisp/debug.el (cancel-debug-on-entry):
166 * epg.el (epg-error-to-string):
167 * files.el (recover-file):
168 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
169 * mail/emacsbug.el (report-emacs-bug-hook):
170 * mail/sendmail.el (mail-recover):
171 * ses.el (ses-yank-resize):
172 * term/ns-win.el (ns-print-buffer):
173 Spelling fixes in diagnostics, mostly for "canceled" with one L.
174 * epg.el (epg-key-capability-alist): Rename from misspelled version.
175 All uses changed.
176 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
177
178 2014-01-06 Leo Liu <sdl.web@gmail.com>
179
180 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
181 to avoid shadowning global key. (Bug#16354)
182
183 2014-01-06 Daniel Colascione <dancol@dancol.org>
184
185 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
186 rst-mode.
187
188 2014-01-05 Martin Rudalics <rudalics@gmx.at>
189
190 * window.el (balance-windows): Add mising t to fix Bug#16351.
191
192 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
193
194 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
195 (bug#16285).
196 (shr-insert): If we have a word that's longer than `shr-width',
197 break after it anyway. Otherwise we'll do no breaking once we get
198 such a long word.
199
200 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
201
202 * net/eww.el (eww): Support single/double quote for search.
203 * net/eww.el (eww-list-histories,eww-history-browse): Fixup.
204 (eww-history-quit): Delete and use quit-window.
205 (eww-history-kill): Delete, because it doesn't work well and
206 not necessary.
207 (eww-history-mode-map): Delete some keys and add easy-menu.
208
209 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
210
211 Fix misspelling of 'chinese' in rx (Bug#16237).
212 * emacs-lisp/rx.el (rx-categories): Correct spelling of
213 chinese-two-byte.
214
215 Change subword regexps back to vars (Bug#16296).
216 * progmodes/subword.el (subword-forward-regexp)
217 (subword-backward-regexp): Change these back to variables.
218
219 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
220
221 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
222 syntax-begin-function (bug#16247).
223
224 2014-01-03 Chong Yidong <cyd@gnu.org>
225
226 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
227 (advice--docstring): Delete variable.
228 (advice--make-1): Leave the docstring empty.
229 (advice-add): Use function-documentation for advised docstring.
230
231 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
232 Ignore function-documentation property when getting documentation.
233 (ad-activate-advised-definition): Use function-documentation
234 generate the docstring.
235 (ad-make-advised-definition): Don't call
236 ad-make-advised-definition-docstring.
237 (ad-make-advised-definition-docstring, ad-advised-definition-p):
238 Delete functions.
239
240 * progmodes/sql.el (sql-help): Use function-documentation instead
241 of dynamic-docstring-function property. No need to autoload now.
242 (sql--help-docstring): New variable.
243 (sql--make-help-docstring): Use it.
244
245 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
246
247 * ielm.el (ielm-tab): Retarget.
248 (ielm-map): Use ielm-tab for tab.
249 (ielm-complete-filename): Use comint-filename-completion.
250 (ielm-complete-symbol): Remove.
251 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
252 remove ielm-tab from completion-at-point-functions (bug#16224).
253
254 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
255 Beware signals raised by predicates (bug#16201).
256
257 2014-01-02 Richard Stallman <rms@gnu.org>
258
259 * dired-aux.el (dired-do-print): Handle printer-name.
260
261 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
262 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
263 (rmail-epa-decrypt): Turn off mime processing.
264
265 * mail/rmail.el (rmail-make-in-reply-to-field):
266 Add parens in message-id.
267
268 * mail/rmail.el (rmail-get-coding-function): Variable.
269 (rmail-get-coding-system): Use it.
270
271 2013-12-31 Eli Zaretskii <eliz@gnu.org>
272
273 * international/mule-conf.el: Unify the charset indian-is13194.
274 (indian-is13194): Specify unify-map.
275
276 2013-12-31 Leo Liu <sdl.web@gmail.com>
277
278 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
279
280 2013-12-30 Daniel Colascione <dancol@dancol.org>
281
282 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
283 of printing a useless when we resume from sleep.
284
285 * progmodes/sh-script.el
286 (sh-smie-sh-forward-token,sh-smie-rc-forward-token): Fix infloop
287 in indentation code. (Bug#16233)
288
289 2013-12-28 João Távora <joaotavora@gmail.com>
290
291 * elec-pair.el (electric-pair-post-self-insert-function):
292 Don't open extra newlines at beginning of buffer. (Bug#16272)
293
294 2013-12-28 Eli Zaretskii <eliz@gnu.org>
295
296 * frame.el (window-system-for-display): Don't allow to create a
297 GUI frame from a -nw session on MS-Windows. (Bug#14739)
298
299 2013-12-28 Glenn Morris <rgm@gnu.org>
300
301 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
302 Update callers.
303
304 * apropos.el (apropos-match-face):
305 * calculator.el (calculator-displayer):
306 * dabbrev.el (dabbrev-search-these-buffers-only):
307 * face-remap.el (buffer-face-mode-face):
308 * simple.el (yank-handled-properties):
309 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
310 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
311 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
312 (hashcash-double-spend-database):
313 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
314 (ruby-deep-indent-paren-style):
315 * textmodes/flyspell.el (flyspell-auto-correct-binding):
316 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
317 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
318 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
319 Specify custom types.
320
321 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
322 * bookmark.el (bookmark-bmenu-use-header-line):
323 * doc-view.el (doc-view-scale-internally):
324 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
325 * register.el (register-preview-delay):
326 * net/shr.el (shr-bullet):
327 * progmodes/cfengine.el (cfengine-cf-promises)
328 (cfengine-parameters-indent):
329 * progmodes/octave.el (inferior-octave-error-regexp-alist):
330 * textmodes/reftex-vars.el (reftex-label-regexps):
331 * vc/log-edit.el (log-edit-setup-add-author): Add version.
332
333 * net/tls.el (tls-certtool-program): Fix default value.
334
335 * desktop.el (desktop-restore-in-current-display):
336 * newcomment.el (comment-empty-lines):
337 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
338 (idlwave-pad-keyword):
339 * progmodes/tcl.el (tcl-tab-always-indent):
340 * textmodes/reftex-vars.el (reftex-index-default-tag):
341 * elec-pair.el (electric-pair-skip-whitespace):
342 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
343
344 * emacs-lisp/authors.el (authors-ignored-files)
345 (authors-valid-file-names, authors-renamed-files-alist): Additions.
346
347 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
348
349 * shell.el (shell-dynamic-complete-command): Doc fix.
350 (shell--command-completion-data): Shell completion now matches
351 executable filenames from the current buffer's directory, on
352 systems in which this behavior is the default (windows-nt, ms-dos).
353
354 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
355
356 * net/shr.el (shr-insert): Don't infloop if the width is zero.
357
358 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
359
360 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
361 (bug#16251).
362
363 * electric.el: Move all electric-pair-* to elec-pair.el.
364 * elec-pair.el: New file, split from electric.el.
365
366 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
367
368 * net/shr.el (shr-find-fill-point): Don't try to fill if the
369 indentation level is larger than the width, because that will
370 infloop.
371 (shr-insert): Fill repeatedly long texts, so that Japanese is
372 formatted correctly (bug#16263).
373 (shr-find-fill-point): Off by one error in comparison with the
374 indentation.
375
376 2013-12-26 João Távora <joaotavora@gmail.com>
377
378 * electric.el (electric-pair-mode): More flexible engine for skip-
379 and inhibit predicates, new options for pairing-related functionality.
380 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
381 if that keeps or improves their balance in buffers.
382 (electric-pair-delete-adjacent-pairs): Delete the pair when
383 backspacing over adjacent matched delimiters.
384 (electric-pair-open-extra-newline): Open extra newline when
385 inserting newlines between adjacent matched delimiters.
386 (electric--sort-post-self-insertion-hook):
387 Sort post-self-insert-hook according to priority values when
388 minor-modes are activated.
389 * simple.el (newline-and-indent): Call newline with interactive
390 set to t.
391 (blink-paren-post-self-insert-function): Set priority to 100.
392 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
393 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
394 comments. Locally set electric-pair-skip-whitespace to 'chomp and
395 electric-pair-open-newline-between-pairs to nil.
396
397 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
398
399 * progmodes/python.el: Use lexical-binding.
400 (python-nav-beginning-of-defun): Stop searching ASAP.
401
402 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
403
404 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
405 Fix interactive spec. Doc fix. (Bug#15754)
406
407 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
408
409 * emacs-lisp/byte-run.el (eval-when-compile):
410 * progmodes/cc-defs.el (cc-eval-when-compile):
411 Fix edebug spec (bug#16184).
412
413 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
414
415 * net/shr.el (shr-visit-file): Remove debugging function.
416 (shr-insert): Don't infloop if we can't find a good place to break
417 the line (bug#16256).
418
419 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
420
421 * progmodes/python.el:
422 (python-nav--lisp-forward-sexp): New function.
423 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
424 python-nav-lisp-forward-sexp-safe.
425 (python-nav--forward-sexp): New argument SAFE allows switching
426 forward sexp movement behavior for parens.
427 (python-nav-forward-sexp): Throw errors on unterminated parens
428 (Bug#16191).
429 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
430 (python-nav-backward-sexp-safe): New functions.
431 (python-shell-buffer-substring):
432 Use `python-nav-forward-sexp-safe'.
433
434 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
435
436 * net/shr.el (shr-find-fill-point): Don't break lines before a
437 quotation mark.
438 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
439 (shr-find-fill-point): Remove the special checks for the quotation
440 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
441
442 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
443
444 * net/eww.el (eww-form-textarea): Use a different face for
445 textareas than text input since they have different keymaps
446 (bug#16142).
447
448 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
449
450 * progmodes/python.el (python-nav-beginning-of-statement):
451 Speed up (Bug#15295).
452
453 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
454
455 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
456 the window configuration.
457
458 2013-12-24 Eli Zaretskii <eliz@gnu.org>
459
460 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
461 we run on MS-Windows or MS-DOS.
462
463 2013-12-24 Martin Rudalics <rudalics@gmx.at>
464
465 * window.el (balance-windows-area): Call window-size instead of
466 window-height and window-width. Bug#16241.
467
468 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
469
470 * net/eww.el (eww-bookmark-quit): Remove.
471 (eww-bookmark-browse): Restore the window configuration when you
472 choose a bookmark (bug#16144).
473
474 2013-12-24 Daniel Colascione <dancol@dancol.org>
475
476 * icomplete.el: Remove redundant :group arguments to `defcustom'
477 throughout.
478 (icomplete-show-matches-on-no-input): New customizable variable.
479 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
480 we have something to show.
481 (icomplete-exhibit): Compute completions even if we have no user input.
482
483 2013-12-23 Daniel Colascione <dancol@dancol.org>
484
485 * icomplete.el: Move `provide' to end of file.
486
487 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
488
489 * net/gnutls.el (gnutls-verify-error): Add version tag.
490
491 2013-12-23 Chong Yidong <cyd@gnu.org>
492
493 * subr.el (set-transient-map): Rename from
494 set-temporary-overlay-map. Doc fix.
495
496 * face-remap.el (text-scale-adjust):
497 * indent.el (indent-rigidly):
498 * kmacro.el (kmacro-call-macro):
499 * minibuffer.el (minibuffer-force-complete):
500 * repeat.el (repeat):
501 * simple.el (universal-argument--mode):
502 * calendar/todo-mode.el (todo-insert-item--next-param):
503 * progmodes/f90.el (f90-abbrev-start): Callers changed.
504
505 * indent.el (indent-rigidly): Use substitute-command-keys.
506
507 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
508
509 * net/eww.el (eww-tag-select): Add text-property to jump to next
510 select field.
511 (eww): Add non-supported ftp error.
512
513 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
514
515 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
516 comments. Handle electric indent after typing `?' and `!'.
517
518 2013-12-22 Chong Yidong <cyd@gnu.org>
519
520 * faces.el (face-spec-recalc): If the theme specs are not
521 applicable to a frame, fall back on the defface spec.
522 This prevents themes from obliterating faces on low-color terminals.
523
524 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
525
526 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
527 after `{'. We need it after block openers, and it doesn't seem
528 to hurt after hash openers.
529
530 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
531
532 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
533 extracted from `ruby-smie-rules'.
534 (ruby--electric-indent-chars): New variable.
535 (ruby--electric-indent-p): New function.
536 (ruby-mode): Use `electric-indent-functions' instead of
537 `electric-indent-chars'.
538
539 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
540
541 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
542 docstring.
543 (ruby-smie-rules): Indent plus one level after `=>'.
544
545 2013-12-21 Richard Stallman <rms@gnu.org>
546
547 * simple.el (newline): Doc fix.
548
549 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
550
551 * net/eww.el (eww-list-histories, eww-list-histories)
552 (eww-history-browse, eww-history-quit, eww-history-kill)
553 (eww-history-mode-map, eww-history-mode): New command and
554 functions to list browser histories.
555 (eww-form-text): Support text form with disabled
556 and readonly attributes.
557 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
558
559 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
560
561 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
562 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
563 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
564 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
565 Use `user-error'.
566 (eww-bookmark-mode-map): Add menu.
567 (eww-render, eww-mode): Use `setq-local'.
568 (eww-tool-bar-map): New variable.
569 (eww-mode): Set `tool-bar-map'.
570 (eww-view-source): Check for `html-mode' with `fboundp'.
571
572 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
573
574 * net/shr.el (shr--extract-best-source): Don't bug out on audio
575 elements with text inside. Also remove debugging.
576
577 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
578
579 * cus-start.el (all): Add ns-use-srgb-colorspace.
580
581 2013-12-21 Chong Yidong <cyd@gnu.org>
582
583 * custom.el (custom-theme-recalc-face): Do nothing if the face is
584 undefined. Thus, theme settings for undefined faces do not take
585 effect until the faces are defined with defface, the same as with
586 theme variables.
587
588 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
589 (face-spec-reset-face): Don't assign extra properties in temacs.
590 (face-spec-recalc): Apply X resources too.
591
592 2013-12-21 Chong Yidong <cyd@gnu.org>
593
594 * faces.el (face-spec-set):
595 * cus-face.el (custom-theme-set-faces, custom-set-faces):
596 * custom.el (defface): Doc fixes (Bug#16203).
597
598 * indent.el (indent-rigidly-map): Add docstring, and move commands
599 into named functions.
600 (indent-rigidly-left, indent-rigidly-right)
601 (indent-rigidly-left-to-tab-stop)
602 (indent-rigidly-right-to-tab-stop): New functions. Decide on
603 indentation direction based on bidi direction, and accumulate
604 sequential commands in a single undo boundary.
605 (indent-rigidly--pop-undo): New utility function.
606
607 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
608
609 * faces.el (read-face-name): Require crm.el when using crm-separator.
610
611 2013-12-20 Daniel Colascione <dancol@dancol.org>
612
613 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
614 so that we don't reflow comments into the shebang line.
615
616 2013-12-20 Juri Linkov <juri@jurta.org>
617
618 * saveplace.el (save-place-to-alist): Add `dired-filename' as
619 a position when `dired-directory' is non-nil. Check integer
620 positions with `integerp'.
621 (toggle-save-place, save-places-to-alist): Add check for
622 `dired-directory'.
623 (save-place-find-file-hook): Check integer positions with
624 `integerp'.
625 (save-place-dired-hook): Use `dired-goto-file' when
626 `dired-filename' is found in the assoc list. Check integer
627 positions with `integerp'.
628 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
629
630 * dired.el (dired-initial-position-hook): Rename back from
631 `dired-initial-point-hook'.
632 (dired-initial-position): Rename `dired-initial-point-hook' to
633 `dired-initial-position-hook'.
634 (dired-file-name-at-point): Doc fix. (Bug#15329)
635
636 2013-12-20 Juri Linkov <juri@jurta.org>
637
638 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
639 (read-regexp-suggestions): New function.
640 (read-regexp): Use `read-regexp-defaults-function' to get default values.
641 Use `read-regexp-suggestions'. Add non-empty default to history
642 for empty input.
643 (occur-read-regexp-defaults-function): Remove function.
644 (occur-read-primary-args): Use `regexp-history-last' instead of
645 `occur-read-regexp-defaults-function'.
646
647 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
648 (hi-lock-line-face-buffer, hi-lock-face-buffer)
649 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
650 `hi-lock-read-regexp-defaults-function'. Doc fix.
651 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
652 with `find-tag-default-as-symbol-regexp'. Doc fix.
653 (hi-lock-read-regexp-defaults): Remove function.
654 (hi-lock-regexp-okay): Add check for null.
655
656 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
657 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
658
659 * subr.el (find-tag-default-as-symbol-regexp): New function.
660 (find-tag-default-as-regexp): Move symbol regexp formatting to
661 `find-tag-default-as-symbol-regexp'.
662
663 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
664
665 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
666 (Bug#14179)
667
668 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
669
670 * calendar/todo-mode.el: New implementation of item insertion
671 commands and key bindings.
672 (todo-key-prompt): New face.
673 (todo-insert-item): New command.
674 (todo-insert-item--parameters): New defconst, replacing defvar
675 todo-insertion-commands-args-genlist.
676 (todo-insert-item--param-key-alist): New defconst, replacing
677 defvar todo-insertion-commands-arg-key-list.
678 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
679 (todo-insert-item--argsleft, todo-insert-item--apply-args)
680 (todo-insert-item--next-param): New functions.
681 (todo-insert-item--args, todo-insert-item--argleft)
682 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
683 New variables.
684 (todo-key-bindings-t): Change binding of "i" from
685 todo-insertion-map to todo-insert-item.
686 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
687 (todo-insertion-command-name, todo-insertion-commands-names)
688 (todo-define-insertion-command, todo-insertion-commands)
689 (todo-insertion-key-bindings, todo-insertion-map): Remove.
690
691 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
692
693 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
694 (todo-toggle-item-highlighting): Use eval-and-compile instead of
695 eval-when-compile.
696 (todo-move-category): Allow choosing a non-existing todo file to
697 move the category to, and create that file.
698 (todo-default-priority): New user option.
699 (todo-set-item-priority): Use it.
700 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
701 (desktop-restore-file-buffer): Declare.
702 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
703 (todo-modes-set-2): Locally set desktop-save-buffer to
704 todo-desktop-save-buffer.
705 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
706 (auto-mode-alist): Add autoload cookie.
707
708 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
709
710 * emacs-lisp/subr-x.el: Renamed from helpers.el.
711 helpers.el was a poor choice of name.
712 (string-remove-prefix): New function.
713 (string-remove-suffix): New function.
714
715 2013-12-20 Martin Rudalics <rudalics@gmx.at>
716
717 Fix assignment for new window total sizes.
718 * window.el (window--pixel-to-size): Remove function.
719 (window--pixel-to-total-1, window--pixel-to-total):
720 Fix calculation of new total sizes.
721
722 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
723
724 * comint.el (comint-output-filter): Fix rear-nonsticky property
725 placement (Bug#16010).
726
727 2013-12-20 Chong Yidong <cyd@gnu.org>
728
729 * faces.el (read-color): Minor fix for completion function.
730
731 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
732
733 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
734 New option. (Bug#16182)
735 (ruby-smie--indent-to-stmt-p): Use it.
736 (ruby-smie-rules): Revert the logic in the handling of `when'.
737 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
738 (ruby-deep-arglist, ruby-deep-indent-paren)
739 (ruby-deep-indent-paren-style): Update docstrings to note that the
740 vars don't have any effect with SMIE.
741
742 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
743
744 * calc/calc.el (calc-enter, calc-pop): Use the variable
745 `calc-context-sensitive-enter'.
746
747 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
748
749 * net/shr.el (shr-insert): Protect against infloops in degenerate
750 tables.
751
752 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
753
754 * progmodes/octave.el (octave): Add link to manual and octave
755 homepage.
756 (octave-mode-menu): Link to octave-mode manual.
757
758 2013-12-20 Leo Liu <sdl.web@gmail.com>
759
760 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
761 insertion using skeleton-end-newline. (Bug#16138)
762
763 2013-12-20 Juri Linkov <juri@jurta.org>
764
765 * replace.el (occur-engine): Use `add-face-text-property'
766 to add the face property to matches and titles. (Bug#14645)
767
768 * hi-lock.el (hi-green): Use lighter color "light green" closer to
769 the palette of other hi-lock colors.
770 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
771
772 2013-12-19 Juri Linkov <juri@jurta.org>
773
774 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
775 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
776 (minibuffer-history-symbol): Move variable declaration closer to
777 its usage.
778
779 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
780 (Bug#14785)
781
782 2013-12-19 Juri Linkov <juri@jurta.org>
783
784 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
785 New function.
786 (log-edit-hook): Add it to :options. (Bug#16170)
787
788 2013-12-19 Juri Linkov <juri@jurta.org>
789
790 * simple.el (eval-expression-print-format): Don't check for
791 command names and the last command. Always display additional
792 formats of the integer result in the echo area, and insert them
793 to the current buffer only with a zero prefix arg.
794 Display character when char-displayable-p is non-nil.
795 (eval-expression): With a zero prefix arg, set `print-length' and
796 `print-level' to nil, and insert the integer values from
797 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
798
799 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
800 `eval-last-sexp-arg-internal'. Doc fix.
801 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
802 `eval-last-sexp-print-value'. Doc fix.
803 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
804 Set `print-length' and `print-level' to nil when arg is zero.
805 (eval-last-sexp): Doc fix.
806 (eval-defun-2): Print the integer values from
807 `eval-expression-print-format' at the end.
808
809 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
810 values from `eval-expression-print-format' at the end.
811
812 * ielm.el (ielm-eval-input): Print the integer
813 values from `eval-expression-print-format' at the end.
814
815 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
816
817 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
818 2013-12-11T19:01:44Z!tzz@lifelogs.com.
819
820 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
821
822 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
823 (hl-line-highlight, global-hl-line-highlight): Use it.
824 (hl-line-overlay): Use defvar-local.
825
826 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
827
828 * term/ns-win.el: Require dnd.
829 (global-map): Remove drag items.
830 (ns-insert-text, ns-set-foreground-at-mouse)
831 (ns-set-background-at-mouse):
832 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
833 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
834 New functions.
835
836 2013-12-19 Glenn Morris <rgm@gnu.org>
837
838 * emacs-lisp/ert.el (ert-select-tests):
839 Fix string/symbol mixup. (Bug#16121)
840
841 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
842
843 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
844 keywords to their parent.
845
846 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
847
848 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
849 first arg to be a string (fixed dead code), or an operator symbol.
850 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
851 operator symbols.
852 (ruby-smie-rules): Remove parent token check in the `.' clause, it
853 did nothing. Don't respond to `(:after ".")', it will be called
854 with :before anyway. Remove the ` @ ' rule, it didn't seem to
855 change anything. Only return indentation for binary operators
856 when they are hanging. De-dent opening paren when its parent is
857 `.', otherwise it looks bad when the dot is not at bol or eol
858 (bug#16182).
859
860 2013-12-19 Juri Linkov <juri@jurta.org>
861
862 * replace.el (query-replace-read-args): Split a non-negative arg
863 and a negative arg into separate elements.
864 (query-replace, query-replace-regexp, replace-string)
865 (replace-regexp): Add arg `backward'. Doc fix.
866 (replace-match-maybe-edit): When new arg `backward' is non-nil,
867 move point to the beginning of the match.
868 (replace-search, replace-highlight): Use new arg `backward'
869 to set the value of `isearch-forward'.
870 (perform-replace): Add arg `backward' and use it to perform
871 replacement backward. (Bug#14979)
872
873 * isearch.el (isearch-query-replace): Use a negative prefix arg
874 to call `perform-replace' with a non-nil arg `backward'.
875
876 2013-12-18 Juri Linkov <juri@jurta.org>
877
878 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
879 to the default list. Move `log-edit-show-files' to the end.
880 Add more available functions to options.
881 (log-edit): Move default specific settings to
882 `log-edit-insert-message-template'. Don't move point.
883 (log-edit-insert-message-template): New function.
884 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
885 (Bug#16170)
886
887 2013-12-18 Juri Linkov <juri@jurta.org>
888
889 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
890 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
891
892 2013-12-18 Leo Liu <sdl.web@gmail.com>
893
894 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
895 (Bug#16186)
896
897 2013-12-18 Eli Zaretskii <eliz@gnu.org>
898
899 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
900 formats for displaying file sizes when the -s switch is given.
901 Instead, compute a separate format for displaying the size in
902 blocks, which is displayed in addition to the "regular" size.
903 When -h is given in addition to -s, produce size in blocks in
904 human-readable form as well. (Bug#16179)
905
906 2013-12-18 Tassilo Horn <tsdh@gnu.org>
907
908 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
909 Reference tables with ~\ref{...} instead of only \ref{...}.
910
911 2013-12-18 Chong Yidong <cyd@gnu.org>
912
913 * cus-edit.el (custom-magic-alist): Fix "themed" description
914 (Bug#14348).
915
916 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
917 is non-nil, do not create a new entry in the symbol's theme-value
918 or theme-face property; update theme-settings only (Bug#14664).
919 (custom-available-themes): Doc fix.
920
921 * cus-theme.el (custom-new-theme-mode-map): Add bindings
922 (Bug#15674).
923
924 * replace.el (occur-engine): Avoid infloop (Bug#7593).
925
926 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
927
928 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
929 (Bug#13914).
930
931 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
932
933 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
934
935 2013-12-18 Glenn Morris <rgm@gnu.org>
936
937 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
938 * cus-start.el (load-prefer-newer): New option.
939
940 2013-12-18 Le Wang <l26wang@gmail.com>
941
942 * comint.el (comint-previous-matching-input-from-input):
943 Retain point (Bug#13404).
944
945 2013-12-18 Chong Yidong <cyd@gnu.org>
946
947 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
948
949 2013-12-18 Glenn Morris <rgm@gnu.org>
950
951 * mail/emacsbug.el (report-emacs-bug):
952 Only mention enable-multibyte-characters if non-standard.
953
954 2013-12-17 Juri Linkov <juri@jurta.org>
955
956 * arc-mode.el (archive-extract-by-file): Check if directory exists
957 before deletion to not show irrelevant errors if it doesn't exist.
958
959 2013-12-17 Juri Linkov <juri@jurta.org>
960
961 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
962 (Bug#14751)
963
964 * net/eww.el (browse-web): Add alias to `eww'.
965 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
966 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
967
968 * net/browse-url.el (browse-url-browser-function): Move `eww'
969 closer to similar functions.
970
971 * startup.el (fancy-startup-screen, fancy-about-screen):
972 Set browse-url-browser-function to eww-browse-url locally.
973 (Bug#14751)
974
975 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * window.el (window--pixel-to-total): Remove unused `mini' var.
978 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
979 (split-window): Remove unused `new' var.
980 (window--display-buffer): Remove unused `frame' and `delta' vars.
981 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
982 and display-width'.
983
984 2013-12-17 Martin Rudalics <rudalics@gmx.at>
985
986 * dired.el (dired-mark-pop-up):
987 * register.el (register-preview): Don't bind
988 split-height-threshold here since it's now done in
989 display-buffer-below-selected.
990
991 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
992
993 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
994 xterm-rgb-convert-to-16bit.
995 (rxvt-register-default-colors): Standardize with
996 xterm-register-default-colors (Bug#14078).
997
998 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
999
1000 * simple.el (kill-region): Pass mark first, then point, so that
1001 kill-append works right (Bug#12819).
1002 (copy-region-as-kill, kill-ring-save): Likewise.
1003
1004 2013-12-17 Leo Liu <sdl.web@gmail.com>
1005
1006 * net/rcirc.el (rcirc-add-face):
1007 * eshell/em-prompt.el (eshell-emit-prompt):
1008 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
1009 (Bug#16167)
1010
1011 2013-12-17 Chong Yidong <cyd@gnu.org>
1012
1013 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
1014 Suggested by Xue Fuqiao.
1015
1016 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
1017
1018 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
1019
1020 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1021
1022 * net/shr.el (shr-insert-document): Remove unused var
1023 `shr-preliminary-table-render'.
1024 (shr-rescale-image): Remove unused arg `force'.
1025 (shr-put-image): Update calls accordingly.
1026 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
1027
1028 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
1029
1030 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
1031 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
1032 :close-all, to see which indentation method to use (Bug#16116).
1033 (smie-rules-function): Document the method :close-all.
1034
1035 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1036
1037 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
1038
1039 * net/eww.el (eww-display-html): If we can't find the anchor we're
1040 looking for, then go to point-min.
1041
1042 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
1043
1044 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
1045 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
1046 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
1047 Expand dir too, in case it's relative.
1048
1049 2013-12-16 Juri Linkov <juri@jurta.org>
1050
1051 * desktop.el (desktop-auto-save-timeout): Change default to
1052 `auto-save-timeout'. Doc fix.
1053 (desktop-save): Skip the timestamp in desktop-saved-frameset
1054 when checking for auto-save changes.
1055 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
1056 `desktop-auto-save' is called repeatedly by the idle timer.
1057 (desktop-auto-save-set-timer): Replace `run-with-timer' with
1058 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
1059 (Bug#15331)
1060
1061 2013-12-16 Juri Linkov <juri@jurta.org>
1062
1063 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
1064 (Bug#16035)
1065 (isearch-pre-command-hook): Check `this-command' for symbolp.
1066
1067 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
1070
1071 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
1072
1073 * progmodes/cfengine.el (cfengine3--current-word): Remove.
1074 (cfengine3--current-function): Bring in the current-function
1075 functionality from `cfengine3--current-word'.
1076 (cfengine3-completion-function): Bring in the
1077 bounds-of-current-word functionality from
1078 `cfengine3--current-word'.
1079
1080 2013-12-16 Martin Rudalics <rudalics@gmx.at>
1081
1082 * window.el (display-buffer-below-selected):
1083 Bind split-height-threshold to 0 as suggested by Juri Linkov.
1084
1085 2013-12-16 Leo Liu <sdl.web@gmail.com>
1086
1087 * progmodes/compile.el (compile-goto-error): Do not push-mark.
1088 Remove NOMSG arg and all uses changed.
1089
1090 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
1093 (cua--deactivate-rectangle): Don't deactivate the mark.
1094 (cua-set-rectangle-mark): Don't set mark-active since
1095 cua--activate-rectangle already does it for us.
1096 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
1097 non-rectangular region.
1098
1099 * emulation/cua-base.el (cua-repeat-replace-region):
1100 Use with-current-buffer.
1101
1102 * net/gnutls.el: Use cl-lib.
1103 (gnutls-negotiate): `mapcan' -> cl-mapcan.
1104
1105 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1106
1107 * emacs-lisp/package.el (package-built-in-p): Support both
1108 built-in and the package.el converted package descriptions.
1109 (package-show-package-list): Allow keywords.
1110 (package-keyword-button-action): Use it instead of
1111 `finder-list-matches'.
1112 (package-menu-filter-interactive): Interactive filtering (by
1113 keyword) function.
1114 (package-menu--generate): Support keywords and change keymappings
1115 and headers when they are given.
1116 (package--has-keyword-p): Helper function.
1117 (package-menu--refresh): Use it.
1118 (package--mapc): Helper function.
1119 (package-all-keywords): Use it.
1120 (package-menu-mode-map): Set up menu items and keybindings to
1121 provide a filtering UI.
1122
1123 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1124
1125 * net/gnutls.el (gnutls-verify-error): New defcustom to control
1126 the behavior when a certificate fails validation. Defaults to
1127 old behavior: never abort, just warn.
1128 (gnutls-negotiate): Use it.
1129
1130 2013-12-14 Martin Rudalics <rudalics@gmx.at>
1131
1132 * window.el (display-buffer-below-selected): Never split window
1133 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
1134
1135 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
1136
1137 * emacs-lisp/package.el (package--prepare-dependencies): New function.
1138 (package-buffer-info): Use it (bug#15108).
1139
1140 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
1141
1142 * icomplete.el (icomplete-completions): Make sure the prefix is already
1143 displayed elsewhere before hiding it (bug#16219).
1144
1145 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
1146
1147 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
1148 open-paren tokens when preceded by a open-paren, too.
1149 (ruby-smie-rules): Handle virtual indentation after open-paren
1150 tokens specially. If there is code between it and eol, return the
1151 column where is starts (Bug#16118).
1152
1153 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
1154
1155 * progmodes/cfengine.el: Fix `add-hook' doc.
1156 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
1157 (cfengine3--current-word): Fix parameters.
1158 (cfengine3-make-syntax-cache): Simplify further.
1159 (cfengine3-completion-function, cfengine3--current-function):
1160 Use `assq' for symbols.
1161 (cfengine3--current-function): Fix `cfengine3--current-word' call.
1162
1163 2013-12-13 Glenn Morris <rgm@gnu.org>
1164
1165 * loadup.el (load-path): Warn if site-load or site-init changes it.
1166 No more need to reset it when bootstrapping.
1167
1168 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
1169
1170 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
1171 locations for cf-promises.
1172 (cfengine-mode-syntax-functions-regex): New caching variable.
1173 (cfengine3-fallback-syntax): Fallback syntax for cases where
1174 cf-promises doesn't run.
1175 (cfengine3--current-word): Reimplement using
1176 `cfengine-mode-syntax-functions-regex'.
1177 (cfengine3-completion-function, cfengine3--current-function):
1178 Use `cfengine3-make-syntax-cache' directly.
1179 (cfengine3-clear-syntax-cache): New function.
1180 (cfengine3-make-syntax-cache): Simplify and create
1181 `cfengine-mode-syntax-functions-regex' on demand.
1182 (cfengine3-format-function-docstring): Don't call
1183 `cfengine3-make-syntax-cache' explicitly.
1184
1185 2013-12-13 Martin Rudalics <rudalics@gmx.at>
1186
1187 Fix windmove-find-other-window broken after pixelwise resizing
1188 (Bug#16017).
1189 * windmove.el (windmove-other-window-loc): Revert change from
1190 2013-12-04.
1191 (windmove-find-other-window): Call window-in-direction.
1192 * window.el (window-in-direction): New arguments SIGN, WRAP and
1193 MINI to emulate original windmove-find-other-window behavior.
1194
1195 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
1196
1197 * simple.el (blink-matching--overlay): New variable.
1198 (blink-matching-open): Instead of moving point, highlight the
1199 matching paren with an overlay
1200 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
1201
1202 * faces.el (paren-showing-faces, show-paren-match)
1203 (show-paren-mismatch): Move from paren.el.
1204
1205 2013-12-13 Leo Liu <sdl.web@gmail.com>
1206
1207 * indent.el (indent-region): Disable progress reporter in
1208 minibuffer. (Bug#16108)
1209
1210 * bindings.el (visual-order-cursor-movement): Fix version.
1211
1212 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1213
1214 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
1215 Also match after beginning of line.
1216 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
1217 files. Thanks to Russell Sim. (Bug#15378)
1218
1219 2013-12-13 Juri Linkov <juri@jurta.org>
1220
1221 * simple.el <Keypad support>: Remove key bindings duplicated
1222 with bindings.el. (Bug#14397)
1223
1224 2013-12-13 Juri Linkov <juri@jurta.org>
1225
1226 * comint.el (comint-mode-map): Replace `delete-char' with
1227 `delete-forward-char'. (Bug#16109)
1228
1229 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1230
1231 * progmodes/python.el (python-indent-calculate-indentation):
1232 Fix de-denters cornercase. (Bug#15731)
1233
1234 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
1237 (advice--make): Pay attention to `depth'.
1238 (advice--make-1): Don't autoload commands eagerly.
1239 * emacs-lisp/elp.el (elp-instrument-function):
1240 * emacs-lisp/trace.el (trace-function-internal):
1241 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
1242
1243 * iswitchb.el (iswitchb-mode): Don't belittle ido.
1244
1245 2013-12-12 Eli Zaretskii <eliz@gnu.org>
1246
1247 * term/w32-win.el (w32-handle-dropped-file):
1248 * startup.el (normal-top-level):
1249 * net/browse-url.el (browse-url-file-url):
1250 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
1251 decode file names using 'utf-8' rather than
1252 file-name-coding-system.
1253
1254 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1255
1256 * progmodes/python.el (python-indent-context)
1257 (python-indent-calculate-indentation): Fix auto-identation
1258 behavior for comment blocks. (Bug#15916)
1259
1260 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1261
1262 * progmodes/python.el (python-indent-calculate-indentation):
1263 When determining indentation, don't treat "return", "pass", etc., as
1264 operators when they are just string constituents. (Bug#15812)
1265
1266 2013-12-12 Juri Linkov <juri@jurta.org>
1267
1268 * uniquify.el (uniquify-buffer-name-style): Change default to
1269 `post-forward-angle-brackets'.
1270
1271 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
1272 `uniquify'. Change default to `post-forward-angle-brackets'.
1273
1274 2013-12-11 Glenn Morris <rgm@gnu.org>
1275
1276 * emacs-lisp/package.el (finder-list-matches):
1277 Autoload rather than falsely declaring.
1278
1279 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
1280
1281 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
1282 (eww-mode-map): Use them.
1283
1284 2013-12-11 Martin Rudalics <rudalics@gmx.at>
1285
1286 * window.el (display-buffer-in-side-window): Fix doc-string
1287 (Bug#16115).
1288
1289 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
1290
1291 * vc/vc-git.el: Silence byte-compiler warnings.
1292 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
1293 (log-edit-set-header): Declare.
1294
1295 2013-12-11 Eli Zaretskii <eliz@gnu.org>
1296
1297 * Makefile.in (custom-deps, finder-data): Run output file names
1298 through unmsys--file-name. (Bug#16099)
1299
1300 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1301
1302 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
1303 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
1304
1305 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
1306 instead of deleting the selection "by hand" (bug#16098).
1307 Rely on insert-for-yank to yank rectangles.
1308 (cua-highlight-region-shift-only): Mark obsolete.
1309 (cua-mode): Don't enable/disable transient-mark-mode,
1310 shift-select-mode (cua-mode works both with and without them), and
1311 pc-selection-mode (obsolete).
1312 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
1313 (cua--deactivate-rectangle): Deactivate it.
1314
1315 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
1316 (delete-selection-helper): Make sure yank starts at the top of the
1317 deleted region.
1318 (minibuffer-keyboard-quit): Use region-active-p.
1319
1320 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
1321
1322 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
1323 to `delete' (bug#16109).
1324
1325 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1326
1327 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
1328 info manual and show keybindings and set `:group' keyword.
1329
1330 2013-12-11 Juri Linkov <juri@jurta.org>
1331
1332 * delsel.el (delete-active-region): Let-bind `this-command'
1333 to prevent `kill-region' from changing its original value.
1334 (delete-selection-helper): Handle `overwrite-mode' for the type
1335 `kill' exactly the same way as for the type `t'.
1336 (insert-char, quoted-insert, reindent-then-newline-and-indent):
1337 Support more commands. (Bug#13312)
1338
1339 2013-12-11 Juri Linkov <juri@jurta.org>
1340
1341 * bindings.el: Map kp keys to non-kp keys systematically
1342 with basic modifiers control, meta and shift. (Bug#14397)
1343
1344 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1345
1346 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
1347 "Close browser" menu items. Fix wrong function of "List
1348 bookmarks".
1349
1350 2013-12-11 Juri Linkov <juri@jurta.org>
1351
1352 * misearch.el (multi-isearch-buffers): Set the value of
1353 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
1354 arg of isearch-forward to t.
1355 (multi-isearch-buffers-regexp): Set the value of
1356 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
1357 arg of isearch-forward-regexp to t.
1358 (multi-isearch-files): Set the value of
1359 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
1360 arg of isearch-forward to t.
1361 (multi-isearch-files-regexp): Set the value of
1362 `multi-isearch-file-list globally. Set NO-RECURSIVE-EDIT
1363 arg of isearch-forward-regexp to t. (Bug#16035)
1364
1365 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
1366 arg of isearch-forward to t.
1367 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
1368 arg of isearch-forward-regexp to t.
1369 (dired-isearch-filter-filenames): Remove unnecessary check for
1370 `dired-isearch-filenames'.
1371
1372 * comint.el (comint-history-isearch-backward):
1373 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
1374 (comint-history-isearch-backward-regexp):
1375 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
1376
1377 2013-12-10 Eli Zaretskii <eliz@gnu.org>
1378
1379 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
1380 unmsys--file-name. (Bug#16099)
1381
1382 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
1383
1384 * emacs-lisp/package.el (package-keyword-button-action):
1385 Remove finder.el require dependency.
1386
1387 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
1388
1389 * emacs-lisp/package.el: Require finder.el.
1390 (describe-package-1): Add keyword buttons.
1391 (package-make-button): New convenience function.
1392 (package-keyword-button-action): Keyword button action using
1393 `finder-list-matches'.
1394
1395 2013-12-09 Eli Zaretskii <eliz@gnu.org>
1396
1397 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
1398 last commit.
1399
1400 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
1401
1402 * autorevert.el (auto-revert-notify-add-watch): Do not handle
1403 symlinked files.
1404
1405 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
1406
1407 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1408 after the end of a percent literal.
1409
1410 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
1411
1412 * progmodes/ruby-mode.el (ruby-forward-string): Document.
1413 Handle caret-delimited strings (Bug#16079).
1414
1415 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
1416
1417 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
1418 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
1419 `ruby-parse-partial' (Bug#16078).
1420
1421 2013-12-09 Leo Liu <sdl.web@gmail.com>
1422
1423 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
1424
1425 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
1426
1427 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
1428 (js-switch-indent-offset): New option.
1429 (js--proper-indentation): Use it. And handle the case when
1430 "default" is actually a key in an object literal.
1431 (js--same-line): New function.
1432 (js--multi-line-declaration-indentation): Use it.
1433 (js--indent-in-array-comp, js--array-comp-indentation):
1434 New functions.
1435 (js--proper-indentation): Use them, to handle array comprehension
1436 continuations.
1437
1438 2013-12-08 Leo Liu <sdl.web@gmail.com>
1439
1440 * progmodes/flymake.el (flymake-highlight-line): Re-write.
1441 (flymake-make-overlay): Remove arg MOUSE-FACE.
1442 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
1443
1444 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1445
1446 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
1447 New function.
1448 (redisplay-highlight-region-function): Use it.
1449
1450 * emulation/cua-base.el (cua--explicit-region-start)
1451 (cua--last-region-shifted): Remove.
1452 (cua--deactivate): Use deactivate-mark.
1453 (cua--pre-command-handler-1): Don't handle shift-selection.
1454 (cua--post-command-handler-1): Don't change transient-mark-mode.
1455 (cua--select-keymaps): Use region-active-p rather than
1456 cua--explicit-region-start or cua--last-region-shifted.
1457 (cua-mode): Enable shift-select-mode.
1458
1459 2013-12-08 Leo Liu <sdl.web@gmail.com>
1460
1461 * progmodes/flymake.el (flymake-popup-current-error-menu):
1462 Rename from flymake-display-err-menu-for-current-line. Reimplement.
1463 (flymake-posn-at-point-as-event, flymake-popup-menu)
1464 (flymake-make-emacs-menu): Remove. (Bug#16077)
1465
1466 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1467
1468 * rect.el (rectangle-mark-mode): Activate mark even if
1469 transient-mark-mode is off (bug#16066).
1470 (rectangle--highlight-for-redisplay): Fix boundary condition when point
1471 is > mark and at bolp.
1472
1473 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
1474 (region-extract-function): Use it.
1475 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
1476 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
1477 Delete functions.
1478 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
1479 kill-ring-save, kill-region, delete-char, delete-forward-char.
1480 Ignore self-insert-iso.
1481
1482 * emulation/cua-gmrk.el (cua--init-global-mark):
1483 Ignore `self-insert-iso'.
1484
1485 * emulation/cua-base.el (cua--prefix-copy-handler)
1486 (cua--prefix-cut-handler): Rely on region-extract-function rather than
1487 checking cua--rectangle.
1488 (cua-delete-region): Use region-extract-function.
1489 (cua-replace-region): Delete function.
1490 (cua-copy-region, cua-cut-region): Obey region-extract-function.
1491 (cua--pre-command-handler-1): Don't do the delete-selection thing.
1492 (cua--self-insert-char-p): Ignore `self-insert-iso'.
1493 (cua--init-keymaps): Don't remap delete-selection commands.
1494 (cua-mode): Use delete-selection-mode instead of rolling our own
1495 (bug#16085).
1496
1497 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
1498 Obey region-extract-function.
1499
1500 Make registers and delete-selection-mode work on rectangles.
1501 * register.el (describe-register-1): Don't modify the register's value.
1502 (copy-to-register): Obey region-extract-function.
1503 * delsel.el (delete-active-region): Obey region-extract-function.
1504
1505 2013-12-08 Leo Liu <sdl.web@gmail.com>
1506
1507 * progmodes/flymake.el (flymake, flymake-error-bitmap)
1508 (flymake-warning-bitmap, flymake-fringe-indicator-position)
1509 (flymake-compilation-prevents-syntax-check)
1510 (flymake-start-syntax-check-on-newline)
1511 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
1512 (flymake-start-syntax-check-on-find-file, flymake-log-level)
1513 (flymake-xml-program, flymake-master-file-dirs)
1514 (flymake-master-file-count-limit)
1515 (flymake-allowed-file-name-masks): Relocate.
1516 (flymake-makehash, flymake-float-time)
1517 (flymake-replace-regexp-in-string, flymake-split-string)
1518 (flymake-get-temp-dir): Remove.
1519 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
1520 (flymake-current-row, flymake-selected-frame)
1521 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
1522 related functions. (Bug#16077)
1523
1524 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
1525
1526 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
1527
1528 2013-12-07 Tassilo Horn <tsdh@gnu.org>
1529
1530 * help-fns.el (describe-function-1): Use new advice-* functions
1531 rather than old ad-* functions. Fix function type description and
1532 source links for advised functions and subrs.
1533
1534 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1535
1536 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
1537
1538 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
1539
1540 * progmodes/compile.el (compilation-start):
1541 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
1542
1543 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1544 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
1545
1546 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
1547
1548 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1549 Touch up the last change.
1550
1551 2013-12-06 Leo Liu <sdl.web@gmail.com>
1552
1553 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
1554 (inferior-octave-startup): Always use "octave> " for prompt.
1555 (octave-goto-function-definition)
1556 (octave-sync-function-file-names)
1557 (octave-find-definition-default-filename): Remove redundant backquotes.
1558
1559 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
1560
1561 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
1562 syntax for `?'.
1563 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
1564 where appropriate already.
1565 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
1566 end of method names (Bug#15874).
1567
1568 2013-12-06 Juri Linkov <juri@jurta.org>
1569
1570 * isearch.el (isearch--saved-overriding-local-map):
1571 New internal variable.
1572 (isearch-mode): Set it to the initial value of
1573 `overriding-terminal-local-map'.
1574 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
1575 with `isearch--saved-overriding-local-map'. (Bug#16035)
1576
1577 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
1578
1579 * progmodes/octave.el (inferior-octave-completion-table):
1580 Turn back into function, use `completion-table-with-cache'
1581 (Bug#11906). Update all references.
1582
1583 * minibuffer.el (completion-table-with-cache): New function.
1584
1585 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
1586
1587 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
1588
1589 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
1590
1591 * net/eww.el (eww-current-source): New variable to store page
1592 source.
1593 (eww-display-html, eww-mode, eww-save-history)
1594 (eww-restore-history): Use it.
1595 (eww-view-source): New command to view page source.
1596 Opportunistically uses `html-mode' to highlight the buffer.
1597 (eww-mode-map): Install it.
1598
1599 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
1600
1601 * net/dbus.el (dbus-unregister-service)
1602 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
1603 Fix docstring.
1604 (dbus-unregister-service): Skip :serial entries in
1605 `dbus-registered-objects-table'.
1606 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
1607
1608 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
1609
1610 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
1611 around keywords with extra `split-string' argument.
1612
1613 2013-12-04 Martin Rudalics <rudalics@gmx.at>
1614
1615 * windmove.el (windmove-other-window-loc): Handle navigation
1616 between windows (excluding the minibuffer window - Bug#16017).
1617
1618 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
1619
1620 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
1621 in D-Bus type syntax.
1622 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
1623 preserve unibyte strings. (Bug#16048)
1624
1625 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1626
1627 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1628 Call force-mode-line-update is the proper buffer (bug#16042).
1629
1630 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
1631
1632 * vc/log-edit.el (log-edit-add-new-comment): Rename to
1633 `log-edit-remember-comment', make argument optional. Adjust all
1634 callers.
1635 (log-edit-mode): Add `log-edit-remember-comment' to
1636 `kill-buffer-hook' locally.
1637 (log-edit-kill-buffer): Don't remember comment explicitly since
1638 the buffer is killed anyway.
1639
1640 2013-12-04 Juri Linkov <juri@jurta.org>
1641
1642 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
1643 add-hook and remove-hook for multi-buffer search. (Bug#16035)
1644
1645 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
1646
1647 * notifications.el (notifications-close-notification): Call the
1648 D-Bus method with ID being a `:uint32'. (Bug#16030)
1649
1650 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1651
1652 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
1653
1654 2013-12-03 Juri Linkov <juri@jurta.org>
1655
1656 * progmodes/compile.el (compilation-start): Rename window alist
1657 entry `no-display-ok' to `allow-no-window'.
1658
1659 * simple.el (shell-command): Add window alist entry
1660 `allow-no-window' to `display-buffer'.
1661 (async-shell-command): Doc fix.
1662
1663 * window.el (display-buffer-no-window): New action function.
1664 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
1665
1666 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
1667
1668 * vc/log-edit.el (log-edit-set-header): Extract from
1669 `log-edit-toggle-header'.
1670 (log-edit-extract-headers): Separate the summary, when extracted
1671 from header, from the rest of the message with an empty line.
1672
1673 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
1674 line, if present, to the Summary header.
1675
1676 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1677
1678 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
1679 in current-buffer (bug#16029).
1680
1681 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
1682
1683 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
1684 (debugger-mode-map): Bind it.
1685 (debugger--backtrace-base): New function.
1686 (debugger-eval-expression): Use it.
1687 (debugger-frame-number): Skip local vars when present.
1688 (debugger--locals-visible-p, debugger--insert-locals)
1689 (debugger--show-locals, debugger--hide-locals): New functions.
1690
1691 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
1692
1693 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
1694 "LC_ALL".
1695 (tramp-get-remote-locale): New defun.
1696 (tramp-open-connection-setup-interactive-shell): Use it.
1697
1698 2013-12-02 Leo Liu <sdl.web@gmail.com>
1699
1700 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
1701
1702 * progmodes/sh-script.el (sh-shell-process):
1703 * progmodes/octave.el (inferior-octave-process-live-p):
1704 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
1705 (gdb-inferior-io-sentinel):
1706 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
1707
1708 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
1709
1710 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
1711 `save-selected-window' to `log-edit-hide-buf'. This makes
1712 `log-edit-show-files' idempotent.
1713 (log-edit-show-files): Mark the new window as dedicated.
1714
1715 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
1716
1717 * vc/log-edit.el (log-edit-mode-map): Add binding for
1718 `log-edit-kill-biffer'.
1719 (log-edit-hide-buf): Add a FIXME comment.
1720 (log-edit-add-new-comment): New function, extracted from
1721 `log-edit-done'.
1722 (log-edit-done, log-edit-add-to-changelog): Use it.
1723 (log-edit-kill-buffer): New command.
1724
1725 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1726
1727 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
1728 instead of killing the buffer.
1729
1730 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1731
1732 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
1733
1734 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1735
1736 * net/eww.el (eww-form-checkbox-selected-symbol)
1737 (eww-form-checkbox-symbol): New customizable variable.
1738 (eww-form-checkbox, eww-toggle-checkbox):
1739 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
1740
1741 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
1742 (shr--get-media-pref, shr--extract-best-source): New function.
1743 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
1744 no :src tag was specified.
1745
1746 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
1747 (eww-render): Handle `eww-use-external-browser-for-content-type'.
1748 Use \\` to match beginning of string instead of ^.
1749 (eww-browse-with-external-browser): Provide optional URL parameter.
1750 (eww-render): Set `eww-current-title' back to "".
1751
1752 * net/shr.el (shr-tag-video): Display content for video if no
1753 poster is available.
1754 (shr-tag-audio): Add support for <audio> tag.
1755
1756 * net/eww.el (eww-text-input-types): New const.
1757 (eww-process-text-input): Treat input types in
1758 `eww-text-input-types' as text.
1759
1760 * net/shr.el (shr-tag-table): Fix comment typo.
1761
1762 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1763
1764 * net/eww.el (eww-follow-link): New command to avoid reloading
1765 pages when we follow #target links (bug#15243).
1766 (eww-quit): Special mode buffers shouldn't query before exiting.
1767
1768 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1769
1770 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
1771 forms.
1772
1773 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1774
1775 * net/eww.el (eww-restore-history): Update the window title after
1776 moving in the history.
1777 (eww-current-dom): New variable used to save the current DOM.
1778
1779 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
1780
1781 * vc/log-edit.el (log-edit-mode-map): Add binding for
1782 `log-edit-beginning-of-line'.
1783 (log-edit-setup-add-author): New user option.
1784 (log-edit-beginning-of-line): New command.
1785 (log-edit): Move major mode call above the contents setup so that
1786 the local variable values are already applied.
1787 (log-edit): Only insert "Author: " when
1788 `log-edit-setup-add-author' is non-nil.
1789 (log-edit): When SETUP is non-nil, position point after ": "
1790 instead of point-min.
1791
1792 2013-12-01 Glenn Morris <rgm@gnu.org>
1793
1794 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
1795
1796 2013-11-30 Eli Zaretskii <eliz@gnu.org>
1797
1798 * startup.el (fancy-splash-frame): On MS-Windows, trigger
1799 redisplay to make sure the initial frame gets a chance to become
1800 visible. (Bug#16014)
1801
1802 2013-11-30 Martin Rudalics <rudalics@gmx.at>
1803
1804 Support resizing frames and windows pixelwise.
1805 * cus-start.el (frame-resize-pixelwise)
1806 (window-resize-pixelwise): New entries.
1807 * emacs-lisp/debug.el (debug): Use window-total-height instead
1808 of window-total-size.
1809 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
1810 * help.el (describe-bindings-internal): Call help-buffer
1811 (temp-buffer-max-width): New option.
1812 (resize-temp-buffer-window, help-window-setup)
1813 (with-help-window): Rewrite.
1814 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
1815 dragging dividers.
1816 * window.el (frame-char-size, window-min-pixel-height)
1817 (window-safe-min-pixel-height, window-safe-min-pixel-width)
1818 (window-min-pixel-width, window-safe-min-pixel-size)
1819 (window-combination-p, window-safe-min-size)
1820 (window-resizable-p, window--size-to-pixel)
1821 (window--pixel-to-size, window--resize-apply-p): New functions.
1822 (window-safe-min-height): Fix doc-string.
1823 (window-size, window-min-size, window--min-size-1)
1824 (window-sizable, window-sizable-p, window--min-delta-1)
1825 (window-min-delta, window--max-delta-1, window-max-delta)
1826 (window--resizable, window--resizable-p, window-resizable)
1827 (window-full-height-p, window-full-width-p, window-at-side-p)
1828 (window--in-direction-2, window-in-direction)
1829 (window--resize-reset-1, window--resize-mini-window)
1830 (window-resize, window-resize-no-error)
1831 (window--resize-child-windows-normal)
1832 (window--resize-child-windows, window--resize-siblings)
1833 (window--resize-this-window, window--resize-root-window)
1834 (window--resize-root-window-vertically)
1835 (adjust-window-trailing-edge, enlarge-window, shrink-window)
1836 (maximize-window, minimize-window, delete-window)
1837 (quit-restore-window, window-split-min-size, split-window)
1838 (balance-windows-2, balance-windows)
1839 (balance-windows-area-adjust, balance-windows-area)
1840 (window--state-get-1, window-state-get, window--state-put-1)
1841 (window--state-put-2, window-state-put)
1842 (display-buffer-record-window, window--display-buffer):
1843 Make functions handle pixelwise sizing of windows.
1844 (display-buffer--action-function-custom-type)
1845 (display-buffer-fallback-action):
1846 Add display-buffer-in-previous-window.
1847 (display-buffer-use-some-window): Resize window to height it had
1848 before.
1849 (fit-window-to-buffer-horizontally): New option.
1850 (fit-frame-to-buffer): Describe new values.
1851 (fit-frame-to-buffer-bottom-margin): Replace with
1852 fit-frame-to-buffer-margins.
1853 (window--sanitize-margin): New function.
1854 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
1855 using window-text-pixel-size.
1856
1857 2013-11-30 Glenn Morris <rgm@gnu.org>
1858
1859 * emacs-lisp/bytecomp.el (byte-compile-form):
1860 Make the `interactive-only' warning like the `obsolete' one.
1861 * comint.el (comint-run):
1862 * files.el (insert-file-literally, insert-file):
1863 * replace.el (replace-string, replace-regexp):
1864 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
1865 (goto-line, insert-buffer, next-line, previous-line):
1866 Tweak `interactive-only' spec.
1867
1868 Stop keeping (most) generated cedet grammar files in the repository.
1869 * Makefile.in (semantic): New.
1870 (compile-main): Depend on semantic.
1871
1872 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1873
1874 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
1875 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
1876
1877 * uniquify.el (uniquify-buffer-name-style): Change default.
1878
1879 * loadup.el: Preload "uniquify".
1880
1881 * time.el (display-time-update): Update all mode lines (bug#15999).
1882
1883 * electric.el (electric-indent-mode): Enable by default.
1884 * loadup.el: Preload "electric".
1885
1886 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
1887
1888 * emacs-lisp/helpers.el (string-empty-p): New function.
1889 (string-blank-p): New function.
1890
1891 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
1892
1893 * imenu.el (imenu--index-alist): Add missing dot to the docstring
1894 (Bug#14029).
1895
1896 2013-11-29 Andreas Politz <politza@fh-trier.de>
1897 * imenu.el (imenu--subalist-p): Don't error on non-conses and
1898 allow non-lambda lists as functions.
1899 (imenu--in-alist): Don't recurse into non-subalists.
1900 (imenu): Don't pass function itself as an argument (Bug#14029).
1901
1902 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1903
1904 * progmodes/python.el (python-mode-map): Remove binding for ":".
1905 (python-indent-electric-colon): Remove command.
1906 (python-indent-post-self-insert-function): Integrate the previous code
1907 of python-indent-electric-colon. Make it conditional on
1908 electric-indent-mode.
1909 (python-mode): Add ?: to electric-indent-chars.
1910 Move python-indent-post-self-insert-function to the end of
1911 post-self-insert-hook.
1912
1913 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1914
1915 * doc-view.el (doc-view-goto-page): Update mode-line.
1916
1917 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
1918
1919 2013-11-27 Glenn Morris <rgm@gnu.org>
1920
1921 * international/charprop.el, international/uni-bidi.el:
1922 * international/uni-category.el, international/uni-combining.el:
1923 * international/uni-comment.el, international/uni-decimal.el:
1924 * international/uni-decomposition.el, international/uni-digit.el:
1925 * international/uni-lowercase.el, international/uni-mirrored.el:
1926 * international/uni-name.el, international/uni-numeric.el:
1927 * international/uni-old-name.el, international/uni-titlecase.el:
1928 * international/uni-uppercase.el:
1929 Remove generated files from VCS repository.
1930
1931 2013-11-27 Eli Zaretskii <eliz@gnu.org>
1932
1933 * filenotify.el (file-notify-add-watch): Don't special-case
1934 w32notify when computing the directory to watch.
1935
1936 2013-11-27 Glenn Morris <rgm@gnu.org>
1937
1938 Make bootstrap without generated uni-*.el files possible again.
1939 * loadup.el: Update command-line-args checking for unidata-gen.
1940 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
1941 * composite.el, international/characters.el:
1942 Handle unicode tables being undefined.
1943
1944 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
1945 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
1946 (compile-main): Depend on leim rule.
1947 (leim): New rule.
1948 * loadup.el: Move leim-list.el to leim/ subdirectory.
1949 * startup.el (normal-top-level): No more leim directory.
1950 * international/ja-dic-cnv.el (skkdic-convert):
1951 Disable version-control and autoloads in output files.
1952 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
1953 Disable version-control and autoloads in output files.
1954 * leim/quail: Move here from ../leim.
1955 * leim/quail/hangul.el (hangul-input-method-activate):
1956 Add autoload cookie.
1957 (generated-autoload-load-name): Set file-local value.
1958 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
1959 (generated-autoload-load-name): Set file-local value.
1960
1961 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
1962
1963 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
1964 (eww-add-bookmark): Ask confirmation when add to bookmarks.
1965 (eww-quit): Ask confirmation before quitting eww.
1966
1967 2013-11-26 Eli Zaretskii <eliz@gnu.org>
1968
1969 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
1970 reading output from Diff on MS-Windows and MS-DOS.
1971
1972 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
1973
1974 * emacs-lisp/helpers.el (string-reverse): New function.
1975
1976 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
1977
1978 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
1979 names on MS Windows, like "/[::1]:".
1980
1981 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
1982 SWITCHES.
1983
1984 2013-11-26 Glenn Morris <rgm@gnu.org>
1985
1986 * progmodes/python.el (python-indent-guess-indent-offset):
1987 Avoid corner-case error. (Bug#15975)
1988
1989 Preload leim-list.el. (Bug#4789)
1990 * loadup.el: Load leim-list.el when found.
1991 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
1992
1993 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
1994
1995 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
1996
1997 * emacs-lisp/helpers.el (string-join): New function.
1998
1999 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
2000
2001 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2002 Mark as obsolete and replace it with a symbol property.
2003 (byte-compile-form): Use new 'interactive-only property.
2004 * comint.el, files.el, replace.el, simple.el:
2005 Apply new 'interactive-only properly.
2006
2007 2013-11-25 Martin Rudalics <rudalics@gmx.at>
2008
2009 * window.el (display-buffer-at-bottom): Make sure that
2010 split-window-sensibly creates the new window on bottom
2011 (Bug#15961).
2012
2013 2013-11-23 David Kastrup <dak@gnu.org>
2014
2015 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
2016 on the conflict markers when available.
2017 (smerge--get-marker): New function.
2018 (smerge-end-re, smerge-base-re): Add subgroup.
2019
2020 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2021
2022 * frame.el (handle-focus-in, handle-focus-out): Add missing
2023 interactive spec.
2024
2025 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
2026
2027 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
2028 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
2029
2030 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2031
2032 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
2033 (gomoku--last-pos): New var.
2034 (gomoku--intangible-chars): New const.
2035 (gomoku--intangible): New function.
2036 (gomoku-mode): Use it. Derive from special-mode.
2037 (gomoku-move-up): Adjust line count.
2038 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
2039 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
2040 Simplify accordingly.
2041
2042 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
2043 Remove blink-cursor code.
2044 (blink-cursor-timer-function, blink-cursor-suspend):
2045 Don't special-case GUIs.
2046 (blink-cursor-mode): Use focus-in/out-hook.
2047
2048 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
2049
2050 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
2051 work when annotation is invisible (Bug#13886).
2052
2053 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
2054
2055 * json.el (json-alist-p): Only return non-nil if the alist has
2056 simple keys (Bug#13518).
2057
2058 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
2059
2060 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
2061 when control-statement is the first statement in a buffer (Bug#15956).
2062
2063 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
2064
2065 * imenu.el (imenu-generic-skip-comments-and-strings):
2066 New option (Bug#15560).
2067 (imenu--generic-function): Use it.
2068
2069 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
2070
2071 * minibuffer.el (completion--in-region-1): Scroll the correct window.
2072 (Bug#13898)
2073
2074 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
2075
2076 * emacs-lisp/helpers.el: Add some string helpers.
2077 (string-trim-left): Removes leading whitespace.
2078 (string-trim-right): Removes trailing whitespace.
2079 (string-trim): Removes leading and trailing whitespace.
2080
2081 * subr.el (string-suffix-p): New function.
2082
2083 2013-11-23 Glenn Morris <rgm@gnu.org>
2084
2085 * progmodes/python.el (python-shell-send-file):
2086 Add option to delete file when done. (Bug#15647)
2087 (python-shell-send-string, python-shell-send-region): Use it.
2088
2089 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
2090
2091 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
2092 to set buffer-read-only to t, never to nil. (Bug#15938)
2093
2094 * textmodes/tex-mode.el (latex-noindent-environments):
2095 Add safe-local-variable property. (Bug#15936)
2096
2097 2013-11-23 Glenn Morris <rgm@gnu.org>
2098
2099 * textmodes/enriched.el (enriched-mode): Doc fix.
2100 * emacs-lisp/authors.el (authors-renamed-files-alist):
2101 Add enriched.doc -> enriched.txt.
2102
2103 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
2104
2105 2013-11-22 Leo Liu <sdl.web@gmail.com>
2106
2107 * progmodes/octave.el (inferior-octave-startup): Spit out error
2108 message.
2109
2110 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
2111
2112 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
2113 Improve docstring.
2114 Add :version.
2115 (ruby-encoding-magic-comment-style): Add :version.
2116
2117 2013-11-22 Leo Liu <sdl.web@gmail.com>
2118
2119 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
2120 (Bug#15076)
2121 (octave-help-mode): Adapt to change to help-mode-finish to use
2122 derived-mode-p on 2013-09-17.
2123 (inferior-octave-prompt): Also match octave-gui.
2124 (octave-kill-process): Don't ask twice. (Bug#10564)
2125
2126 2013-11-22 Leo Liu <sdl.web@gmail.com>
2127
2128 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
2129 (inferior-octave-startup, inferior-octave-check-process)
2130 (inferior-octave-track-window-width-change)
2131 (octave-completion-at-point, octave-eldoc-function): Use it.
2132 (octave-kill-process): Provide confirmation. (Bug#10564)
2133
2134 2013-11-21 Leo Liu <sdl.web@gmail.com>
2135
2136 * progmodes/octave.el (octave-mode, inferior-octave-mode):
2137 Fix obsolete variable comment-use-global-state.
2138
2139 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2140
2141 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
2142 Add `octave-source-file'.
2143 (octave-source-file): New function. (Bug#15935)
2144
2145 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
2146
2147 * net/eww.el (eww-local-regex): New variable.
2148 (eww): Use it to detect localhost and similar.
2149
2150 2013-11-21 Leo Liu <sdl.web@gmail.com>
2151
2152 Add completion for command `ag'.
2153 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
2154 (pcomplete/ag): New function.
2155 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
2156
2157 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2158
2159 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
2160 (bug#14646).
2161 (make-obsolete): Remove interactive spec.
2162
2163 2013-11-21 Glenn Morris <rgm@gnu.org>
2164
2165 * startup.el (command-line-1): Use path-separator with -L.
2166
2167 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
2168
2169 * emacs-lisp/package.el (describe-package-1): Add package archive
2170 to shown fields.
2171
2172 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
2173
2174 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
2175 Change default to "# encoding: %s" to differentiate it from the
2176 default Ruby encoding comment template.
2177
2178 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
2179
2180 * ses.el (ses-mode): Doc fix. (Bug#14748)
2181
2182 2013-11-20 Leo Liu <sdl.web@gmail.com>
2183
2184 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
2185
2186 2013-11-19 Dan Nicolaescu <dann@gnu.org>
2187
2188 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
2189 when rebase or bisect are in progress.
2190
2191 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
2192
2193 * filenotify.el (file-notify-add-watch): Doc fix.
2194
2195 2013-11-19 Leo Liu <sdl.web@gmail.com>
2196
2197 * obsolete/rcompile.el: Mark obsolete.
2198
2199 * progmodes/compile.el (compilation-start)
2200 (compilation-goto-locus, compilation-find-file):
2201 Pass no-display-ok and handle nil value from display-buffer.
2202 (Bug#13594)
2203
2204 * window.el (display-buffer-alist, display-buffer): Document the
2205 new parameter no-display-ok. Return either a window or nil
2206 but never a non-window value.
2207
2208 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2209
2210 * electric.el (electric-indent-mode-map): Remove.
2211 (electric-indent-mode): Change the global-map instead (bug#15915).
2212
2213 * textmodes/text-mode.el (paragraph-indent-minor-mode):
2214 Use add-function.
2215
2216 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2217
2218 * emacs-lisp/nadvice.el (remove-function): Align with
2219 add-function's behavior.
2220
2221 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
2222 (gdb--string-regexp): New constant.
2223 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
2224 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
2225 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
2226 submatch 1.
2227 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
2228 Adjust use accordingly.
2229 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
2230
2231 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
2232
2233 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
2234 interpolation curlies (Bug#15914).
2235
2236 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
2237
2238 * calc/calc.el (calc-context-sensitive-enter): New variable.
2239 (calc-enter): Use `calc-context-sensitive-enter'.
2240
2241 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
2242
2243 * progmodes/cfengine.el: Version bump.
2244 (cfengine-cf-promises): New defcustom to locate cf-promises.
2245 (cfengine3-vartypes): Add new "data" type.
2246 (cfengine3--current-word): New function to get current name-like
2247 word or its bounds.
2248 (cfengine3--current-function): New function to look up a CFEngine
2249 function's definition.
2250 (cfengine3-format-function-docstring): New function.
2251 (cfengine3-make-syntax-cache): New function.
2252 (cfengine3-documentation-function): New function: ElDoc glue.
2253 (cfengine3-completion-function): New function: completion glue.
2254 (cfengine3-mode): Set `compile-command',
2255 `eldoc-documentation-function', and add to
2256 `completion-at-point-functions'.
2257
2258 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
2259
2260 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
2261 `tramp-current-connection'.
2262
2263 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
2264
2265 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
2266 nil/self/true/false with "end of symbol".
2267
2268 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
2269
2270 * subr.el (version-regexp-alist): Fix a typo.
2271
2272 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
2273
2274 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
2275 "en_US.utf8" and "LC_CTYPE" to "".
2276 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
2277 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
2278
2279 2013-11-15 Leo Liu <sdl.web@gmail.com>
2280
2281 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
2282
2283 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2284
2285 * progmodes/gud.el (ctl-x-map):
2286 Remove C-x SPC binding. (Bug#12342)
2287 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
2288
2289 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
2290
2291 * subr.el (version-regexp-alist):
2292 Recognize hg, svn and darcs versions as snapshot versions.
2293
2294 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
2295 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
2296 (ruby--encoding-comment-required-p): Extract from
2297 `ruby-mode-set-encoding'.
2298 (ruby-mode-set-encoding): Add the ability to always insert an
2299 utf-8 encoding comment. Fix and simplify coding comment update
2300 logic.
2301
2302 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
2303
2304 * net/tramp-gvfs.el (top): Run init code only when
2305 `tramp-gvfs-enabled' is not nil.
2306 (tramp-gvfs-enabled): Check also :system bus.
2307
2308 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2309
2310 Sync with upstream verilog-mode revision 78e66ba.
2311 * progmodes/verilog-mode.el (verilog-end-of-defun)
2312 (verilog-type-completion, verilog-get-list): Remove unused funcs.
2313 (verilog-get-end-of-defun): Remove unused argument.
2314 (verilog-comment-depth): Remove unused local `e'.
2315 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
2316 Don't pass arg to verilog-get-end-of-defun.
2317
2318 2013-11-14 Glenn Morris <rgm@gnu.org>
2319
2320 * obsolete/assoc.el (aget): Prefix dynamic variable.
2321
2322 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
2323
2324 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 * widget.el, hfy-cmap.el: Remove bogus package version number.
2327
2328 2013-11-13 Glenn Morris <rgm@gnu.org>
2329
2330 * replace.el (replace-eval-replacement):
2331 Try to give more helpful error message. (Bug#15836)
2332
2333 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2334 (archive-7z-update): Avoid custom type mismatches.
2335
2336 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
2337
2338 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
2339
2340 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
2341 address can be empty.
2342
2343 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
2344 Accept nil SWITCHES.
2345 (tramp-gvfs-handle-write-region): Implement APPEND.
2346
2347 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
2348
2349 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
2350 binary "|" operator and closing block args delimiter.
2351 Remove FIXME comment referring to Ruby 1.8-only syntax.
2352 (ruby-smie--implicit-semi-p): Not after "|" operator.
2353 (ruby-smie--closing-pipe-p): New function.
2354 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
2355 (ruby-smie-rules): Indent after "|".
2356
2357 2013-11-12 Glenn Morris <rgm@gnu.org>
2358
2359 * ps-print.el (ps-face-attribute-list):
2360 Handle anonymous faces. (Bug#15827)
2361
2362 2013-11-12 Martin Rudalics <rudalics@gmx.at>
2363
2364 * window.el (display-buffer-other-frame): Fix doc-string.
2365 (Bug#15868)
2366
2367 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2368
2369 * subr.el (force-mode-line-update): Delete, move to buffer.c.
2370
2371 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
2372
2373 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
2374 (tramp-sh-handle-file-local-copy): Don't write a message when
2375 saving temporary files.
2376
2377 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
2378 both directories are remote.
2379 (tramp-smb-handle-directory-files): Do not return double entries.
2380 Do not expand full file names.
2381 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
2382 (tramp-smb-handle-write-region): Implement APPEND.
2383 (tramp-smb-get-stat-capability): Fix a stupid bug.
2384
2385 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
2388
2389 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2390
2391 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
2392 throwing error over malformed let/let* (bug#15814).
2393
2394 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2395
2396 * iswitchb.el (iswitchb-mode): Mark obsolete.
2397
2398 2013-11-11 Glenn Morris <rgm@gnu.org>
2399
2400 * international/uni-bidi.el, international/uni-category.el:
2401 * international/uni-name.el, international/uni-numeric.el:
2402 Regenerate for Unicode 6.3.0.
2403
2404 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
2405
2406 * net/tramp.el (tramp-methods):
2407 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
2408 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
2409
2410 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
2411
2412 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2413 Force highlighting text after Summary keyword in doc face for rpm.
2414
2415 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
2416
2417 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
2418 available and the word has no wildcards, append one to the grep pattern.
2419 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
2420 (ispell-complete-word): Call `ispell-lookup-words' with the value
2421 independent of `ispell-look-p'.
2422
2423 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
2424
2425 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
2426 Not after "||".
2427 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
2428 their parent.
2429
2430 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2431
2432 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
2433 (ruby-font-lock-keywords): Use backquote.
2434
2435 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
2436
2437 * progmodes/ruby-mode.el (ruby-smie--forward-token)
2438 (ruby-smie--backward-token): Only consider full-string matches.
2439
2440 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
2441
2442 * faces.el (describe-face): Add distant-foreground.
2443
2444 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
2445
2446 * progmodes/ruby-mode.el: Improve encoding comment handling.
2447 (ruby-encoding-magic-comment-style): New option.
2448 (ruby-custom-encoding-magic-comment-template): New option.
2449 (ruby--insert-coding-comment, ruby--detect-encoding):
2450 New functions extracted from `ruby-mode-set-encoding'.
2451 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
2452 to control the style of the auto-inserted encoding comment.
2453
2454 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
2455
2456 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
2457 Use `smie-backward-sexp' with token argument.
2458
2459 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
2460
2461 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
2462 Remove instrumentation code.
2463
2464 2013-11-08 Glenn Morris <rgm@gnu.org>
2465
2466 * progmodes/autoconf.el (autoconf-mode):
2467 Tweak comment-start-skip. (Bug#15822)
2468
2469 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
2472 at bobp (bug#15826).
2473 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
2474
2475 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
2476
2477 * man.el (Man-start-calling): New macro, extracted from
2478 Man-getpage-in-background.
2479 (Man-getpage-in-background): Use it.
2480 (Man-update-manpage): New command.
2481 (Man-mode-map): Bind it.
2482
2483 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
2484
2485 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
2486 of "and", "or", "&&" and "||".
2487 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
2488 argument. Prohibit opening curly brace because it could only be a
2489 block opener in that position.
2490 (ruby-smie--forward-token, ruby-smie--backward-token):
2491 Separate "|" from "&" or "*" going after it. That can happen in block
2492 arguments.
2493 (ruby-smie--indent-to-stmt): New function, seeks the end of
2494 previous statement or beginning of buffer.
2495 (ruby-smie-rules): Use it.
2496 (ruby-smie-rules): Check if there's a ":" before a curly block
2497 opener candidate; if there is, it's a hash.
2498
2499 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2500
2501 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
2502 (cl--block-wrapper): Fix last accidental change.
2503
2504 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
2505
2506 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
2507 Instrument, in order to hunt failure on hydra.
2508
2509 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2510
2511 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
2512 malformed bindings form (bug#15814).
2513
2514 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
2515
2516 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
2517 "." compared to " @ ". This incidentally fixes some indentation
2518 examples with "do".
2519 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
2520 (ruby-smie-grammar): New tokens: "and" and "or".
2521 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
2522 Exclude "and" and "or". Remove "do" in order to work around token
2523 priorities.
2524 (ruby-smie-rules): Add all infix tokens. Handle the case of
2525 beginning-of-buffer.
2526
2527 2013-11-06 Glenn Morris <rgm@gnu.org>
2528
2529 * Makefile.in (setwins_almost, setwins_for_subdirs):
2530 Avoid accidental matches.
2531
2532 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * menu-bar.el (popup-menu): Use key-binding.
2535
2536 2013-11-06 Eli Zaretskii <eliz@gnu.org>
2537
2538 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
2539 menus, support also the menus produced by minor modes.
2540 (Bug#15817)
2541
2542 2013-11-06 Leo Liu <sdl.web@gmail.com>
2543
2544 * thingatpt.el (thing-at-point-looking-at): Add optional arg
2545 DISTANCE to bound the search. All uses changed. (Bug#15808)
2546
2547 2013-11-06 Glenn Morris <rgm@gnu.org>
2548
2549 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
2550 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
2551 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
2552
2553 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 * electric.el (electric-indent-just-newline): New command.
2556 (electric-indent-mode-map): New keymap.
2557 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
2558 Re-add :group which weren't redundant.
2559
2560 * electric.el (electric-indent-local-mode): New minor mode.
2561 (electric-indent-functions-without-reindent): New var.
2562 (electric-indent-post-self-insert-function): Use it.
2563 * emacs-lisp/gv.el (buffer-local-value): Add setter.
2564
2565 2013-11-05 Eli Zaretskii <eliz@gnu.org>
2566
2567 * international/quail.el (quail-help): Be more explicit about the
2568 meaning of the labels shown on the keys. (Bug#15800)
2569
2570 * startup.el (normal-top-level): Load the subdirs.el files before
2571 setting the locale environment. (Bug#15805)
2572
2573 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2574
2575 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
2576 via arguments so as to get the right ones (bug#15418).
2577
2578 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
2579
2580 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
2581
2582 Fix problems found while writing a test suite.
2583
2584 * net/tramp-compat.el (tramp-compat-load): New defun.
2585 * net/tramp.el (tramp-handle-load): Use it.
2586
2587 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
2588 "(numberp ok-if-already-exists)" correctly.
2589
2590 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
2591
2592 * international/characters.el (glyphless-char-display-control):
2593 Add usage note.
2594
2595 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
2596
2597 * progmodes/python.el (python-mode):
2598 * progmodes/scheme.el (scheme-mode):
2599 * progmodes/prolog.el (prolog-mode):
2600 * progmodes/ruby-mode.el (ruby-mode):
2601 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
2602 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
2603
2604 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2605
2606 * rect.el (rectangle--highlight-for-redisplay):
2607 * emacs-lisp/smie.el (smie--next-indent-change):
2608 Use buffer-chars-modified-tick.
2609
2610 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
2611
2612 * electric.el (electric-indent-post-self-insert-function):
2613 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
2614
2615 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
2616
2617 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
2618
2619 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2620
2621 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
2622 (bug#15786).
2623
2624 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
2627
2628 * progmodes/python.el: Fix up last change.
2629 (python-shell--save-temp-file): New function.
2630 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
2631 `string' comes from the current buffer.
2632 (python-shell-send-string-no-output): Remove `msg' arg.
2633 (python--use-fake-loc): New var.
2634 (python-shell-buffer-substring): Obey it. Try to compensate for the
2635 extra coding line added by python-shell--save-temp-file.
2636 (python-shell-send-region): Use python-shell--save-temp-file and
2637 python-shell-send-file directly. Add `nomain' argument.
2638 (python-shell-send-buffer): Use python-shell-send-region.
2639 (python-electric-pair-string-delimiter): New function.
2640 (python-mode): Use it.
2641
2642 2013-11-04 Eli Zaretskii <eliz@gnu.org>
2643
2644 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
2645 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
2646 environment and decoding all of the default-directory's to here
2647 from command-line.
2648 (command-line): Decode also argv[0].
2649
2650 * loadup.el: Error out if default-directory is a multibyte string
2651 when we are dumping.
2652
2653 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
2654
2655 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
2656
2657 * emacs-lisp/package.el (package-menu-mode)
2658 (package-menu--print-info, package-menu--archive-predicate):
2659 Add Archive column to package list.
2660
2661 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
2662
2663 Fix problems found while writing a test suite.
2664
2665 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
2666 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
2667 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
2668 to nil when running original file name handler. Otherwise,
2669 there are problems with constructs like "$$FOO".
2670
2671 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
2672 for `localname'.
2673
2674 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
2675
2676 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
2677
2678 * subr.el (version<, version<=, version=):
2679 Update docstrings with information for snapshot versions.
2680
2681 * helpers.el: New library for misc helper functions.
2682 (hash-table-keys): New function returning a list of hash keys.
2683 (hash-table-values): New function returning a list of hash values.
2684
2685 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
2686
2687 * progmodes/ruby-mode.el (ruby-smie--forward-token)
2688 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
2689
2690 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
2691
2692 * textmodes/fill.el (fill-single-char-nobreak-p): New function
2693 checking whether point is after a 1-letter word.
2694
2695 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2696
2697 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
2698 Don't infloop when expanding region over `multiline' syntax-type that
2699 begins a line (bug#15778).
2700
2701 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2702
2703 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
2704 Make it into a proper minor mode.
2705 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
2706 (rectangle-mark-mode-map): New keymap.
2707 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
2708
2709 2013-11-04 Glenn Morris <rgm@gnu.org>
2710
2711 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
2712
2713 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2714
2715 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
2716 (ruby-smie-rules): Use smie-rule-parent instead.
2717
2718 * emacs-lisp/smie.el (smie-rule-parent): Always call
2719 smie-indent-virtual rather than only for hanging tokens.
2720 (smie--next-indent-change): New helper command.
2721
2722 2013-11-03 Glenn Morris <rgm@gnu.org>
2723
2724 * Makefile.in (abs_srcdir): Remove.
2725 (emacs): Unset EMACSLOADPATH.
2726
2727 2013-11-02 Glenn Morris <rgm@gnu.org>
2728
2729 * Makefile.in (EMACS): Use a relative filename.
2730 (abs_top_builddir): Remove.
2731 (custom-deps, finder-data, autoloads): Use --chdir.
2732
2733 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
2734
2735 Use relative filenames in TAGS files.
2736 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2737 (lisptagsfiles4, TAGS): Use relative file names.
2738 (TAGS-LISP): Remove.
2739 (maintainer-clean): No more TAGS-LISP file.
2740
2741 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2742 (lisptagsfiles4): Use absolute filenames again.
2743 (TAGS, TAGS-LISP): Not everything needs to run in one line.
2744 Remove all *loaddefs files, not just the first. Remove esh-groups.
2745 (maintainer-clean): Delete TAGS, TAGS-LISP.
2746
2747 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
2748
2749 * emacs-lisp/package.el (package-version-join):
2750 Recognize snapshot versions.
2751
2752 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
2753
2754 * subr.el (version-regexp-alist): Add support for snapshot versions.
2755
2756 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
2757
2758 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
2759 New function, replacement for `smie-rule-parent' for when we want to
2760 skip over our direct parent if it's an assignment token..
2761 (ruby-smie-rules): Use it.
2762
2763 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
2764
2765 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
2766 unconditionally. Remove now unnecessary forward declarations.
2767 Remove XEmacs-specific setup.
2768 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
2769 (ruby-font-lock-syntactic-keywords)
2770 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
2771 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
2772 (ruby-here-doc-end-syntax): Remove.
2773 (ruby-mode): Don't check whether `syntax-propertize-rules' is
2774 defined as function.
2775
2776 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
2777
2778 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
2779
2780 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
2781
2782 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
2783 table and abbrev table, `define-derived-mode' does that for us
2784 anyway.
2785
2786 2013-11-01 Glenn Morris <rgm@gnu.org>
2787
2788 * Makefile.in: Remove manual mh-e dependencies (writing .elc
2789 files is atomic for some time, so no parallel compilation issues).
2790
2791 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
2792
2793 * faces.el (face-x-resources): Add :distant-foreground.
2794 (region): Use :distant-foreground for gtk and ns.
2795
2796 2013-11-01 Tassilo Horn <tsdh@gnu.org>
2797
2798 Allow multiple bibliographies when BibLaTeX is used rather than
2799 BibTeX.
2800 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
2801 (reftex-locate-bibliography-files): Us it.
2802
2803 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
2804
2805 * image.el (image-type-header-regexps): Fix the 'pbm' part to
2806 allow comments in pbm files.
2807
2808 * term/w32-win.el (dynamic-library-alist): Support newer versions
2809 of libjpeg starting with v7: look only for the DLL from the
2810 version against which Emacs was built.
2811 Support versions of libpng beyond 1.4.x.
2812 Support libtiff v4.x.
2813
2814 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
2815
2816 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
2817 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
2818 Add property :safe.
2819 (ruby-deep-arglist): Add property :type.
2820
2821 2013-10-31 Glenn Morris <rgm@gnu.org>
2822
2823 * Makefile.in (custom-deps, finder-data): No need to setq the target
2824 variables, we are in the right directory and the defaults work fine.
2825
2826 2013-10-30 Glenn Morris <rgm@gnu.org>
2827
2828 * Makefile.in (autoloads): Do not use abs_lisp.
2829
2830 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2831 `newline' does not respect `standard-output', so use `princ'.
2832
2833 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
2834
2835 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
2836 * buff-menu.el (Buffer-menu--unmark): New function.
2837 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
2838
2839 2013-10-30 Glenn Morris <rgm@gnu.org>
2840
2841 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
2842
2843 * emacs-lisp/package.el (lm-homepage): Declare.
2844
2845 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
2846 Fix doc typos.
2847
2848 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
2849
2850 * Makefile.in (finder-data, autoloads, update-subdirs)
2851 (compile-main, compile-clean, compile-always, bootstrap-clean):
2852 Check return value of cd.
2853 (compile-calc): Remove.
2854
2855 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
2858
2859 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
2860 (byte-compile-and-folded): New function.
2861 (=, <, >, <=, >=): Use it.
2862
2863 * dos-w32.el (minibuffer-history-case-insensitive-variables)
2864 (path-separator, null-device, buffer-file-coding-system)
2865 (lpr-headers-switches): Check system-type before modifying them.
2866 (find-buffer-file-type-coding-system): Mark obsolete.
2867 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
2868 find-file-not-found-set-buffer-file-coding-system.
2869 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
2870 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
2871 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
2872 (w32-direct-print-region-helper, w32-direct-print-region-function)
2873 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
2874 * startup.el (normal-top-level-add-subdirs-to-load-path):
2875 * ps-print.el (ps-print-region-function):
2876 * lpr.el (print-region-function): Use new name.
2877
2878 * subr.el (custom-declare-variable-early): Remove function.
2879 (custom-declare-variable-list): Remove var.
2880 (error, user-error): Remove `while' loop.
2881 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
2882 (user-emacs-directory-warning, locate-user-emacs-file):
2883 Move to files.el.
2884 * simple.el (read-quoted-char-radix, read-quoted-char):
2885 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
2886 Move from subr.el.
2887 * custom.el (custom-declare-variable-list): Don't process
2888 custom-declare-variable-list.
2889
2890 * progmodes/python.el (python-shell-get-buffer): New function.
2891 (python-shell-get-process): Use it.
2892 (python-shell-send-string): Always use utf-8 and add a cookie to tell
2893 Python which encoding was used. Don't split-string since we only care
2894 about the first line. Return the temp-file, if applicable.
2895 (python-shell-send-region): Tell compile.el how to turn locations in
2896 the temp-file into locations in the source buffer.
2897
2898 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2899
2900 * subr.el (undefined): Add missing behavior from the C code for
2901 unbound keys.
2902
2903 * rect.el: Use lexical-binding. Add new rectangular region support.
2904 (rectangle-mark): New command.
2905 (rectangle--region): New var.
2906 (deactivate-mark-hook): Reset rectangle--region.
2907 (rectangle--extract-region, rectangle--insert-for-yank)
2908 (rectangle--highlight-for-redisplay)
2909 (rectangle--unhighlight-for-redisplay): New functions.
2910 (region-extract-function, redisplay-unhighlight-region-function)
2911 (redisplay-highlight-region-function): Use them to handle
2912 rectangular region.
2913 * simple.el (region-extract-function): New var.
2914 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
2915 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
2916 (kill-region): Replace obsolete `yank-handler' arg with `region'.
2917 (copy-region-as-kill, kill-ring-save): Add `region' argument.
2918 (redisplay-unhighlight-region-function)
2919 (redisplay-highlight-region-function): New vars.
2920 (redisplay--update-region-highlight): New function.
2921 (pre-redisplay-function): Use it.
2922 (exchange-point-and-mark): Don't deactivate the mark before
2923 reactivate-it anyway.
2924 * comint.el (comint-kill-region): Remove yank-handler argument.
2925 * delsel.el (delete-backward-char, backward-delete-char-untabify)
2926 (delete-char): Remove property, since it's now part of their
2927 default behavior.
2928 (self-insert-iso): Remove property since this command doesn't exist.
2929
2930 * emacs-lisp/package.el (package--download-one-archive)
2931 (describe-package-1): Don't query the user about final newline.
2932
2933 2013-10-29 Daniel Colascione <dancol@dancol.org>
2934
2935 * net/tramp.el (tramp-methods): Document new functionality.
2936 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
2937 tramp-hostname-checker if method provides one instead of scanning
2938 argument list for "%h" to decide hostname acceptability.
2939
2940 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
2941
2942 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
2943 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2944 Handle COPY-CONTENTS. (Bug#15737)
2945
2946 2013-10-28 Daiki Ueno <ueno@gnu.org>
2947
2948 * epa-file.el
2949 (epa-file-cache-passphrase-for-symmetric-encryption):
2950 Document that this option has no effect with GnuPG 2.0 (bug#15552).
2951
2952 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
2953
2954 * image.el (defimage):
2955 (image-load-path): Doc fixes.
2956
2957 2013-10-27 Alan Mackenzie <acm@muc.de>
2958
2959 Indent statements in macros following "##" correctly.
2960 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2961 Modify the "#" arm of a cond form to handle "#" and "##" operators.
2962
2963 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2964
2965 * linum.el (linum-update-window): Fix boundary test (bug#13446).
2966
2967 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
2968
2969 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
2970 after `=' is probably a new expression.
2971
2972 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2973
2974 * man.el (man-imenu-title): New option.
2975 (Man-mode-map): Add menu. (Bug#15722)
2976 (Man-mode): Add imenu to menu.
2977
2978 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
2979
2980 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
2981 specific in what the first arg can be: a non-keyword word,
2982 string/regexp/percent literal opener, opening paren, or unary
2983 operator followed directly by word.
2984
2985 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2986
2987 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
2988 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
2989 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
2990 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
2991 Remove vars, they do not apply any more.
2992 (prolog-mode-abbrev-table): Remove redundant declaration.
2993 (prolog-upper-case-string, prolog-lower-case-string): Remove.
2994 (prolog-use-smie): Remove.
2995 (prolog-smie-rules): Add indentation rule for the if-then-else layout
2996 supported by prolog-electric-if-then-else-flag.
2997 (prolog-mode-variables, prolog-menu): Use setq-local.
2998 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
2999 Remove binding to `Backspace' since this key doesn't exist anyway.
3000 Remove bindings for electric self-inserting keys.
3001 (prog-mode): Assume it's defined.
3002 (prolog-post-self-insert): New function.
3003 (prolog-mode): Use it.
3004 (prolog-indent-line, prolog-indent-level)
3005 (prolog-find-indent-of-matching-paren)
3006 (prolog-indentation-level-of-line, prolog-goto-comment-column)
3007 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
3008 (prolog-goto-next-paren, prolog-in-string-or-comment)
3009 (prolog-tokenize, prolog-inside-mline-comment)
3010 (prolog-find-start-of-mline-comment): Remove functions.
3011 (prolog-find-unmatched-paren, prolog-clause-end)
3012 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
3013 (prolog-electric--if-then-else): Rename from
3014 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
3015 (prolog-tokenize-searchkey): Remove const.
3016 (prolog-clause-info): Use forward-sexp.
3017 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
3018 (prolog-electric-if-then-else): Remove commands.
3019 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
3020 for use in post-self-insert-hook.
3021 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
3022 for use in post-self-insert-hook.
3023 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
3024 for use in post-self-insert-hook.
3025 (prolog-electric--underscore): Rename from prolog-electric--underscore;
3026 adapt it for use in post-self-insert-hook.
3027
3028 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
3029
3030 * emacs-lisp/ert.el (ert-run-tests-interactively):
3031 Use `completing-read'. (Bug#9756)
3032
3033 2013-10-25 Eli Zaretskii <eliz@gnu.org>
3034
3035 * simple.el (line-move): Call line-move-1 instead of
3036 line-move-visual when the current window hscroll is zero, but
3037 temporary-goal-column indicates we will need to hscroll as result
3038 of the movement. (Bug#15712)
3039
3040 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
3041
3042 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
3043 capitalization. Use :visible instead of :active.
3044 Fix `ruby-indent-exp' reference. Add menu items for the generic
3045 commands that are used with SMIE.
3046 (ruby-do-end-to-brace): Insert space after `{'.
3047
3048 2013-10-25 John Anthony <john@jo.hnanthony.com>
3049
3050 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
3051
3052 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
3053
3054 2013-10-25 Glenn Morris <rgm@gnu.org>
3055
3056 * vc/vc.el (vc-print-log): Don't use a working revision unless
3057 one was explicitly specified. (Bug#15322)
3058
3059 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3060
3061 * subr.el (add-to-list): Preserve return value in compiler-macro
3062 (bug#15692).
3063
3064 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3065
3066 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
3067 result. Ask user to retry using '-all' flag. (Bug#15701)
3068
3069 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3070
3071 * emacs-lisp/smie.el: New smie-config system.
3072 (smie-config): New defcustom.
3073 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
3074 (smie-config-guess, smie-config-save): New commands.
3075 (smie-config--mode-local, smie-config--buffer-local)
3076 (smie-config--trace, smie-config--modefuns): New vars.
3077 (smie-config--advice, smie-config--mode-hook)
3078 (smie-config--setter, smie-config-local, smie-config--get-trace)
3079 (smie-config--guess-value, smie-config--guess): New functions.
3080 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
3081 text properties. Treat "string fence" syntax like string syntax.
3082
3083 * progmodes/sh-script.el (sh-use-smie): Change default.
3084 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
3085 (sh-var-value): Simplify by CSE.
3086 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
3087 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
3088 is used.
3089 (sh-guess-basic-offset): Use cl-incf.
3090 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
3091
3092 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
3093
3094 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
3095 (bug#15699).
3096
3097 2013-10-24 Glenn Morris <rgm@gnu.org>
3098
3099 * Makefile.in (abs_top_srcdir): Remove.
3100 (update-subdirs): Use relative path to update-subdirs.
3101
3102 2013-10-24 Eli Zaretskii <eliz@gnu.org>
3103
3104 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
3105 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
3106 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
3107 Call unmsys--file-name before expand-file-name, not after it.
3108
3109 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
3110
3111 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
3112 (ert-test-skipped): New error.
3113 (ert-skip, ert-stats-skipped): New defuns.
3114 (ert--skip-unless): New macro.
3115 (ert-test-skipped): New struct.
3116 (ert--run-test-debugger, ert-test-result-type-p)
3117 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
3118 (ert--stats-set-test-and-result, ert-char-for-test-result)
3119 (ert-string-for-test-result, ert-run-tests-batch)
3120 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
3121 Handle skipped tests. (Bug#9803)
3122
3123 2013-10-24 Glenn Morris <rgm@gnu.org>
3124
3125 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
3126
3127 * Makefile.in (abs_top_srcdir): New, set by configure.
3128 (update-subdirs): Correct build-aux location.
3129
3130 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
3131
3132 * vc/vc.el (vc-print-root-log): Always set `default-directory'
3133 value, whether we could auto-deduce `backend', or not.
3134
3135 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
3136 with parameters" example. Simplify the "is it block or is it
3137 hash" check, but also make it more thorough.
3138
3139 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
3140
3141 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
3142
3143 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3144
3145 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
3146 { if it is hanging.
3147
3148 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
3149 :before ";".
3150
3151 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
3152
3153 * progmodes/compile.el (compilation-directory-matcher)
3154 (compilation-page-delimiter):
3155 Support GNU Make-4.0 directory quoting. (Bug#15678)
3156
3157 2013-10-23 Leo Liu <sdl.web@gmail.com>
3158
3159 * ido.el (ido-tidy): Handle read-only text.
3160
3161 2013-10-23 Glenn Morris <rgm@gnu.org>
3162
3163 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
3164 (emacs, compile, compile-always):
3165 Quote entities that might contain whitespace.
3166 (custom-deps, finder-data, autoloads): Use abs_lisp.
3167 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
3168 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
3169 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
3170
3171 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
3172
3173 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
3174 Use `following-char'.
3175
3176 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3177
3178 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
3179 * progmodes/ruby-mode.el (ruby-smie-rules):
3180 Remove corresponding workaround. Fix indentation rule of ";" so it
3181 also applies when ";" is the parent.
3182
3183 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
3184
3185 * frame.el (display-screens, display-pixel-height)
3186 (display-pixel-width, display-mm-width, display-backing-store)
3187 (display-save-under, display-planes, display-color-cells)
3188 (display-visual-class, display-monitor-attributes-list):
3189 Mention the optional ‘display’ argument in doc strings.
3190
3191 2013-10-22 Michael Gauland <mikelygee@amuri.net>
3192
3193 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
3194 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
3195
3196 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
3197
3198 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
3199 TODO. Add "." after " @ ".
3200 (ruby-smie--at-dot-call): New function. Checks if point at method
3201 call with explicit target.
3202 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
3203 to the method name tokens when it precedes them.
3204 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
3205 (ruby-smie-rules): Add rule for indentation before and after "."
3206 token.
3207
3208 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * textmodes/remember.el (remember-diary-extract-entries):
3211 Avoid add-to-list.
3212
3213 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
3214 an instruction.
3215
3216 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
3217
3218 * progmodes/ruby-mode.el (ruby-smie-grammar):
3219 Add (almost) all infix operators.
3220 (ruby-smie--implicit-semi-p): Add new operator chars.
3221
3222 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3223 `smie-down-list'.
3224 (ruby-smie--args-separator-p): Check that there's no newline
3225 between method call and its arguments.
3226
3227 2013-10-20 Alan Mackenzie <acm@muc.de>
3228
3229 Allow comma separated lists after Java "implements".
3230
3231 * progmodes/cc-engine.el (c-backward-over-enum-header):
3232 Parse commas.
3233 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
3234 from a "disallowed" list in enum fontification.
3235
3236 2013-10-20 Johan Bockgård <bojohan@gnu.org>
3237
3238 * startup.el (default-frame-background-mode): Remove unused defvar.
3239
3240 * progmodes/verilog-mode.el (verilog-mode): Don't set
3241 comment-indent-function globally.
3242
3243 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
3244
3245 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
3246 Move Info menu item creation to ns-win.el.
3247
3248 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
3249 in menu bar.
3250
3251 * menu-bar.el: Move GNUStep specific menus...
3252
3253 * term/ns-win.el (ns-initialize-window-system): ... to here.
3254
3255 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3256
3257 * simple.el (newline): Only run post-self-insert-hook when
3258 called interactively.
3259
3260 2013-10-19 Johan Bockgård <bojohan@gnu.org>
3261
3262 * icomplete.el (icomplete-with-completion-tables): Add :version.
3263
3264 2013-10-19 Alan Mackenzie <acm@muc.de>
3265
3266 Fix fontification bugs with constructors and const.
3267
3268 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
3269 CASE 2) Remove the check for the absence of a suffix construct
3270 after a function declaration with only types (no identifiers) in
3271 the parentheses. Also, accept a function declaration with just a
3272 type inside the parentheses, if this type can be positively
3273 recognised as such, or if a prefix keyword like "explicit" nails
3274 down the construct as a declaration.
3275
3276 2013-10-19 Eli Zaretskii <eliz@gnu.org>
3277
3278 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
3279 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
3280 the problem whereby selecting a menu item that leads to a
3281 minibuffer prompt moves the cursor out of the minibuffer window,
3282 making it hard to type at the prompt. Suggested by Stefan Monnier
3283 <monnier@iro.umontreal.ca>.
3284
3285 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
3286
3287 * menu-bar.el: Don't make Services menu.
3288
3289 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3290
3291 * ffap.el: Handle "/usr/include/c++/<version>" directories.
3292 (ffap-alist): Use ffap-c++-mode for c++-mode.
3293 (ffap-c++-path): New variable.
3294 (ffap-c++-mode): New function.
3295
3296 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
3297
3298 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
3299
3300 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
3301
3302 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
3303 introduced on 2013-09-08, which results in an infinite loop
3304 requesting a password.
3305
3306 2013-10-18 Glenn Morris <rgm@gnu.org>
3307
3308 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
3309
3310 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
3311
3312 Sync with upstream verilog-mode revision 1a6ecec7.
3313 * progmodes/verilog-mode.el (verilog-mode-version): Update.
3314 (verilog-mode-release-date): Remove.
3315 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
3316 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
3317 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
3318 (verilog-auto-tieoff-ignore-regexp)
3319 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
3320 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
3321 (verilog-signals-with, verilog-dir-cache-preserving)
3322 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
3323 Doc fixes.
3324 (verilog-case-fold): New option, to control case folding in
3325 regexp searches, bug597.
3326 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
3327 (verilog-string-match-fold, verilog-in-paren-count)
3328 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
3329 (verilog-at-close-struct-p): New functions.
3330 (verilog-beg-block-re-ordered, verilog-extended-case-re)
3331 (verilog-forward-sexp, verilog-set-auto-endcomments):
3332 (verilog-leap-to-case-head): Handle "unique0" case.
3333 (verilog-in-constraint-re): New constant.
3334 (verilog-keywords, verilog-type-font-keywords):
3335 Add some SystemVerilog 1800-2012 keywords.
3336 (verilog-label-be): Remove unimplemented argument, bug669.
3337 (verilog-batch-execute-func): When batch expanding clear
3338 create-lockfiles to prevent spurious user locks when a file ends
3339 up not changing.
3340 (verilog-calculate-indent, verilog-calc-1)
3341 (verilog-at-close-constraint-p, verilog-at-constraint-p)
3342 (verilog-do-indent): Fix indentation of nested constraints
3343 and structures.
3344 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
3345 (verilog-auto-inst-param): Use verilog-string-match-fold.
3346 (verilog-read-inst-module-matcher):
3347 Fix AUTOINST on gate primitives with #1.
3348 (verilog-read-decls): Fix double-declaring user-defined typed signals.
3349 Reads all user-defined typed variables.
3350 (verilog-read-defines): Fix reading definitions inside comments, bug647.
3351 (verilog-signals-matching-regexp)
3352 (verilog-signals-not-matching-regexp, verilog-auto):
3353 Respect verilog-case-fold.
3354 (verilog-diff-report): Fix line count.
3355 (verilog-auto-assign-modport): Remove unused local `modi'.
3356 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
3357 better handle multidimensional arrays.
3358 Fix packed array ports misadding bit index in AUTOINST, bug637.
3359 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
3360 to not double-declare existing outputs and inputs, respectively.
3361 (verilog-template-map): Bind U to verilog-sk-uvm-component.
3362 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
3363 (verilog-sk-uvm-component): New skeleton.
3364 (verilog-submit-bug-report): Add verilog-case-fold,
3365 remove verilog-mode-release-date.
3366
3367 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
3368
3369 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
3370 as before.
3371
3372 2013-10-18 Reuben Thomas <rrt@sc3d.org>
3373
3374 * textmodes/remember.el (remember): Set buffer-offer-save in
3375 remember buffers (bug#13566).
3376
3377 2013-10-18 Daniel Colascione <dancol@dancol.org>
3378
3379 When evaluating forms in ielm, direct standard output to ielm
3380 buffer. Add new ielm-return-for-effect command. Remove trailing
3381 whitespace throughout.
3382
3383 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
3384 (ielm-return-for-effect): New command.
3385 (ielm-send-input): Accept optional `for-effect' parameter.
3386 (ielm-eval-input): Accept optional `for-effect' parameter.
3387 Bind `standard-output' to stream we create using
3388 `ielm-standard-output-impl'. Suppress printing result when
3389 `for-effect'.
3390 (ielm-standard-output-impl): New function.
3391 (inferior-emacs-lisp-mode): Explain new features in documentation.
3392
3393 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
3394
3395 Code cleanup.
3396
3397 * net/tramp.el (tramp-debug-message): Do not check for connection
3398 buffer.
3399 (tramp-message): Use "vector" connection property.
3400
3401 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
3402 (tramp-equal-remote, tramp-eshell-directory-change)
3403 * net/tramp-adb.el (tramp-adb-handle-copy-file)
3404 (tramp-adb-handle-rename-file)
3405 * net/tramp-cmds.el (tramp-list-remote-buffers)
3406 (tramp-cleanup-connection, tramp-cleanup-this-connection)
3407 * net/tramp-compat.el (tramp-compat-process-running-p)
3408 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
3409 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
3410 (tramp-gvfs-handle-rename-file)
3411 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
3412 (tramp-set-file-uid-gid)
3413 * net/tramp-smb.el (tramp-smb-handle-copy-file)
3414 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
3415 of `file-remote-p'.
3416
3417 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
3418 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3419 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
3420 (tramp-gw-open-network-stream): Suppress unrelated traces.
3421
3422 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
3423 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3424 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3425 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
3426 connection property.
3427
3428 * net/tramp-cache.el (top): Suppress traces when reading
3429 persistency file.
3430
3431 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
3432 Refactor common code. Improve debug message.
3433 (tramp-maybe-open-connection)
3434 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
3435 connection buffer too early.
3436
3437 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
3438 from `tramp-smb-actions-with-acl'.
3439 (tramp-smb-actions-set-acl): New defconst.
3440 (tramp-smb-handle-copy-directory)
3441 (tramp-smb-action-get-acl): New defun, renamed from
3442 `tramp-smb-action-with-acl'.
3443 (tramp-smb-action-set-acl): New defun.
3444 (tramp-smb-handle-set-file-acl): Rewrite.
3445
3446 2013-10-17 Glenn Morris <rgm@gnu.org>
3447
3448 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
3449
3450 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3451
3452 * skeleton.el (skeleton-newline): Remove.
3453 (skeleton-internal-1): Use (insert "\n") instead.
3454
3455 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
3456 let-bindings.
3457
3458 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
3459 forward-sexp-function while we redo its job (bug#15613).
3460
3461 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
3462
3463 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
3464 represented by lists.
3465
3466 2013-10-16 Glenn Morris <rgm@gnu.org>
3467
3468 * tmm.el (tmm--history): New dynamic variable.
3469 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
3470
3471 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
3472
3473 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
3474 (tramp-smb-errors): Add error messages.
3475 (tramp-smb-actions-with-acl): New defconst.
3476 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
3477 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
3478 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
3479 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
3480 (tramp-smb-get-stat-capability): Fix tests.
3481
3482 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
3483
3484 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
3485 (bug#15580).
3486
3487 2013-10-16 Glenn Morris <rgm@gnu.org>
3488
3489 * ansi-color.el (ansi-color-drop-regexp):
3490 Add 1J, 1K, 2K. (Bug#15617)
3491
3492 * files.el (hack-local-variables--warned-lexical): New.
3493 (hack-local-variables):
3494 Warn about misplaced lexical-binding. (Bug#15616)
3495
3496 * net/eww.el (eww-render): Always set eww-current-url,
3497 and update header line. (Bug#15622)
3498 (eww-display-html): ... Rather than just doing it here.
3499
3500 2013-10-15 Eli Zaretskii <eliz@gnu.org>
3501
3502 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
3503 menu navigations commands.
3504
3505 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
3506
3507 * progmodes/subword.el (subword-capitalize): Be careful when
3508 the search for [[:alpha:]] fails (bug#15580).
3509
3510 2013-10-14 Eli Zaretskii <eliz@gnu.org>
3511
3512 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
3513 to commands that scroll the menu.
3514
3515 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
3516
3517 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
3518 Handle methods ending with `?' and `!'.
3519
3520 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
3521
3522 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
3523 `japanese-cp932' to `cp932' to fix the problem where saving a
3524 source file written in Shift_JIS twice would end up having
3525 `coding: japanese-cp932' which Ruby could not recognize.
3526 (ruby-mode-set-encoding): Add support for encodings mapped to nil
3527 in `ruby-encoding-map'.
3528 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
3529 doesn't need to be explicitly declared in magic comment.
3530 (ruby-encoding-map): Add type declaration for better customize UI.
3531
3532 2013-10-13 Glenn Morris <rgm@gnu.org>
3533
3534 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
3535 Occur buffers are read-only. http://bugs.debian.org/720775
3536
3537 * emacs-lisp/authors.el (authors-fixed-entries):
3538 Comment out old alpha stuff.
3539
3540 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
3541
3542 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
3543 to `after-save-hook' instead of `before-save-hook'.
3544 (ruby-mode-set-encoding): Use the value of coding system used to
3545 write the file. Call `basic-save-buffer-1' after modifying the
3546 buffer.
3547
3548 2013-10-13 Alan Mackenzie <acm@muc.de>
3549
3550 Fix indentation/fontification of Java enum with
3551 "implements"/generic.
3552
3553 * progmodes/cc-engine.el (c-backward-over-enum-header):
3554 Extracted from the three other places and enhanced to handle generics.
3555 (c-inside-bracelist-p): Uses new function above.
3556 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
3557 function above.
3558 (c-font-lock-enum-tail): Uses new function above.
3559
3560 2013-10-13 Kenichi Handa <handa@gnu.org>
3561
3562 * international/mule-cmds.el (select-safe-coding-system): Remove a
3563 superfluous condition in chekcing whether a coding system is safe
3564 or not.
3565
3566 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
3567
3568 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
3569
3570 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
3571
3572 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
3573
3574 2013-10-13 Glenn Morris <rgm@gnu.org>
3575
3576 * menu-bar.el (menu-bar-update-buffers):
3577 Unify Buffers menu prompt string. (Bug#15576)
3578
3579 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
3580
3581 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
3582 Add some entries.
3583 (authors-fixed-entries): Use accented form of name.
3584
3585 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
3588 method calls (bug#15594).
3589 (ruby-smie--args-separator-p): New function.
3590 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
3591 recognize paren-free method calls.
3592
3593 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
3594 internals of universal-argument.
3595
3596 2013-10-11 Eli Zaretskii <eliz@gnu.org>
3597
3598 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
3599 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
3600 dropped menu on second mouse click on the menu bar.
3601
3602 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3603
3604 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
3605 (explicit-shell-file-name): Declare.
3606 (sh--vars-before-point, sh--cmd-completion-table): New functions.
3607 (sh-completion-at-point-function): New function.
3608 (sh-mode): Use it.
3609 (sh-smie--keyword-p): Remove unused argument.
3610 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
3611 vars.
3612 (sh-set-shell): Always setup SMIE, even if we use the
3613 old indentation code.
3614
3615 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
3616
3617 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
3618 cases of ? and =.
3619 (ruby-smie-rules): Simplify the "do" rule. The cases when the
3620 predicate would return nil are almost non-existent.
3621 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
3622
3623 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
3624 cache also after commands that modify the buffer but don't move
3625 point.
3626
3627 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3628
3629 * env.el (substitute-env-in-file-name): New function.
3630 (substitute-env-vars): Extend the meaning of the optional arg.
3631
3632 2013-10-10 Eli Zaretskii <eliz@gnu.org>
3633
3634 * term/w32-win.el (dynamic-library-alist): Define separate lists
3635 of GIF DLLs for versions before and after 5.0.0 of giflib.
3636 (Bug#15531)
3637
3638 2013-10-10 João Távora <joaotavora@gmail.com>
3639
3640 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
3641 not locked, use last revision and current source as
3642 defaults. (Bug#15569)
3643
3644 2013-10-10 Masatake YAMATO <yamato@redhat.com>
3645
3646 * menu-bar.el (menu-bar-open): Don't use popup-menu if
3647 menu-bar is hidden.
3648
3649 2013-10-10 Martin Rudalics <rudalics@gmx.at>
3650
3651 * window.el (pop-to-buffer-same-window): Fix doc-string.
3652 (Bug#15492)
3653
3654 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3655
3656 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
3657
3658 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
3659
3660 * calendar/icalendar.el (icalendar-import-file):
3661 Fix interactive spec. (Bug#15482)
3662
3663 2013-10-10 Glenn Morris <rgm@gnu.org>
3664
3665 * desktop.el (desktop-save): Default to saving in .emacs.d,
3666 since PWD is no longer in desktop-path by default. (Bug#15319)
3667
3668 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
3669 now that text mode has a menu with the same entry.
3670 (menu-bar-text-mode-auto-fill): Remove now unused func.
3671 * textmodes/text-mode.el (text-mode-map):
3672 Use auto-fill help text from menu-bar.el.
3673
3674 2013-10-10 John Anthony <john@jo.hnanthony.com>
3675
3676 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
3677
3678 2013-10-09 Juri Linkov <juri@jurta.org>
3679
3680 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
3681 instead of this-command-keys. Add universal-argument-more and
3682 universal-argument-minus to the list of prefix commands. (Bug#15568)
3683
3684 2013-10-09 Glenn Morris <rgm@gnu.org>
3685
3686 * vc/vc-svn.el (vc-svn-create-repo):
3687 Expand paths in file://... url. (Bug#15446)
3688
3689 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
3690 Add some entries.
3691 (authors): Remove unused local variables.
3692
3693 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3694
3695 * profiler.el: Create a more coherent calltree from partial backtraces.
3696 (profiler-format): Hide the tail with `invisible' so that C-s can still
3697 find the hidden elements.
3698 (profiler-calltree-depth): Don't recurse so enthusiastically.
3699 (profiler-function-equal): New hash-table-test.
3700 (profiler-calltree-build-unified): New function.
3701 (profiler-calltree-build): Use it.
3702 (profiler-report-make-name-part): Indent the calltree less.
3703 (profiler-report-mode): Add visibility specs for profiler-format.
3704 (profiler-report-expand-entry, profiler-report-toggle-entry):
3705 Expand the whole subtree when provided with a prefix arg.
3706
3707 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
3708
3709 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
3710 iuwu-mod token.
3711 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
3712 hanging iuwu-mod token.
3713 (ruby-smie--forward-token): Do not include a dot after a token in
3714 that token.
3715 (ruby-smie--backward-token): Likewise.
3716
3717 2013-10-08 Juri Linkov <juri@jurta.org>
3718
3719 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
3720 to isearch-other-control-char.
3721 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
3722 and isearch-post-command-hook to post-command-hook.
3723 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
3724 and isearch-post-command-hook from post-command-hook.
3725 (isearch-unread-key-sequence)
3726 (isearch-reread-key-sequence-naturally)
3727 (isearch-lookup-scroll-key, isearch-other-control-char)
3728 (isearch-other-meta-char): Remove functions.
3729 (isearch-pre-command-hook, isearch-post-command-hook):
3730 New functions based on isearch-other-meta-char rewritten
3731 relying on the new behavior of overriding-terminal-local-map
3732 that does not replace the local keymaps any more. (Bug#15200)
3733
3734 2013-10-08 Eli Zaretskii <eliz@gnu.org>
3735
3736 Support menus on text-mode terminals.
3737 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
3738 functionality.
3739
3740 * tooltip.el (tooltip-mode): Don't error out on TTYs.
3741
3742 * menu-bar.el (popup-menu, popup-menu-normalize-position):
3743 Move here from mouse.el.
3744 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
3745 and arrow keys.
3746 (tty-menu-navigation-map): New map for TTY menu navigation.
3747
3748 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
3749
3750 * frame.el (display-mouse-p): Report text-mode mouse as available
3751 on w32.
3752 (display-popup-menus-p): Report availability if mouse is
3753 available; don't condition on window-system.
3754
3755 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
3756 (tty-menu-selected-face): New faces.
3757
3758 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3759
3760 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
3761 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
3762 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
3763 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
3764 New constants.
3765 (lisp-mode-variables): New `elisp' argument.
3766 (emacs-lisp-mode): Use it.
3767 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
3768 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
3769
3770 * indent.el: Use lexical-binding.
3771 (indent-region): Add progress reporter.
3772 (tab-stop-list): Make it implicitly extend to infinity by repeating the
3773 last step.
3774 (indent--next-tab-stop): New function to implement this behavior.
3775 (tab-to-tab-stop, move-to-tab-stop): Use it.
3776
3777 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
3778
3779 * indent.el (indent-rigidly--current-indentation): New function.
3780 (indent-rigidly-map): New var.
3781 (indent-rigidly): Use it to provide interactive mode (bug#8196).
3782
3783 2013-10-08 Bastien Guerry <bzg@gnu.org>
3784
3785 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
3786
3787 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3788
3789 * progmodes/perl-mode.el: Use lexical-binding.
3790 Remove redundant :group args.
3791 (perl-nochange): Change default to be closer to other major modes's
3792 standard behavior.
3793 (perl-indent-line): Don't consider text on current line as a
3794 valid beginning of function from which to indent.
3795
3796 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
3797 with more than one argument (bug#15538).
3798
3799 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
3800
3801 * vc/pcvs.el: Use lexical-binding.
3802 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
3803 environment of `eval'.
3804 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
3805 than a list of expressions. Adjust callers.
3806 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
3807
3808 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
3809
3810 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
3811 case of the dot in a chained method call being on the following line.
3812
3813 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * electric.el (electric-indent-inhibit): New var.
3816 (electric-indent-post-self-insert-function): Use it.
3817 * progmodes/python.el (python-mode): Set it.
3818
3819 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
3820 open braces.
3821
3822 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
3823
3824 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
3825 (css-mode): Use electric-indent-chars.
3826
3827 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
3828 (font-lock-beg, font-lock-end): Move before first use.
3829 (nxml-mode): Use syntax-propertize-function.
3830 (nxml-after-change, nxml-after-change1): Adjust accordingly.
3831 (nxml-extend-after-change-region): Remove.
3832 * nxml/xmltok.el: Use lexical-binding.
3833 (xmltok-save): Use `declare'.
3834 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
3835 * nxml/nxml-util.el: Use lexical-binding.
3836 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
3837 Use `declare'.
3838 * nxml/nxml-ns.el: Use lexical-binding.
3839 (nxml-ns-save): Use `declare'.
3840 (nxml-ns-prefixes-for): Avoid add-to-list.
3841 * nxml/rng-match.el: Use lexical-binding.
3842 (rng--ipattern): Use cl-defstruct.
3843 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
3844 (rng-cons-group-after, rng-subst-group-after)
3845 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
3846 Use closures instead of `(lambda...).
3847
3848 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
3849
3850 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
3851 of BEG and END.
3852
3853 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3854 Use `tramp-handle-insert-file-contents'.
3855 (tramp-gvfs-handle-insert-file-contents): Remove function.
3856
3857 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3858 Use `save-restriction' in order to keep markers.
3859
3860 * net/trampver.el: Update release number.
3861
3862 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3863
3864 * progmodes/compile.el (compilation-parse-errors):
3865 Use compilation--put-prop.
3866 (compilation--ensure-parse): Check compilation-multiline.
3867
3868 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
3869
3870 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
3871 lexical-binding.
3872
3873 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
3874
3875 * progmodes/ruby-mode.el: Fix recently added tests.
3876 (ruby-smie-grammar): Add - and +.
3877 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
3878 (ruby-smie--backward-id): New functions.
3879 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
3880 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
3881 any more.
3882
3883 2013-10-07 Leo Liu <sdl.web@gmail.com>
3884
3885 * register.el (register-preview-delay)
3886 (register-preview-functions): New variables.
3887 (register-read-with-preview, register-preview)
3888 (register-describe-oneline): New functions.
3889 (point-to-register, window-configuration-to-register)
3890 (frame-configuration-to-register, jump-to-register)
3891 (number-to-register, view-register, insert-register)
3892 (copy-to-register, append-to-register, prepend-to-register)
3893 (copy-rectangle-to-register): Use register-read-with-preview to
3894 read register. (Bug#15525)
3895
3896 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
3897
3898 * net/network-stream.el (network-stream-open-starttls): Don't add
3899 --insecure if it's already present, because that gnutls-cli
3900 rejects getting that parameter twice.
3901
3902 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
3903
3904 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
3905 keyword, too.
3906
3907 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
3908
3909 * newcomment.el (comment-use-global-state): Change default value
3910 to t, mark obsolete (Bug#15251).
3911 (comment-beginning): In addition to `comment-to-syntax', check the
3912 value of `comment-use-global-state'.
3913
3914 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3915
3916 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
3917 (ruby-comment-column): Follow the global default, by default.
3918 (ruby-smie-grammar): Add assignment syntax.
3919 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
3920 open-paren, a comma, or a \.
3921 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
3922 and line continuations.
3923 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
3924 followed by implicit semi-colons. Add rule for string concatenation
3925 and for indentation at BOB.
3926 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
3927
3928 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
3929 calling next-sexp, since next-token may have skipped chars which
3930 next-sexp doesn't know should be skipped!
3931
3932 2013-10-05 Leo Liu <sdl.web@gmail.com>
3933
3934 * progmodes/octave.el (octave-send-region):
3935 Call compilation-forget-errors.
3936
3937 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
3938
3939 * vc/vc-svn.el (vc-svn-find-admin-dir):
3940 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
3941 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
3942 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
3943 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
3944
3945 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3946
3947 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
3948
3949 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3950
3951 * subr.el (read-passwd): Hide chars even when called within a context
3952 where after-change-functions is disabled (bug#15501).
3953 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
3954 until we removed ourself from overriding-terminal-local-map.
3955
3956 2013-10-04 Leo Liu <sdl.web@gmail.com>
3957
3958 * progmodes/octave.el (inferior-octave-mode):
3959 Call compilation-forget-errors.
3960
3961 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
3962
3963 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
3964
3965 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
3966
3967 * net/secrets.el (secrets-create-collection): Add optional
3968 argument ALIAS. Use proper Label keyword. Append ALIAS as
3969 dbus-call-method argument. (Bug#15516)
3970
3971 2013-10-04 Leo Liu <sdl.web@gmail.com>
3972
3973 * progmodes/octave.el (inferior-octave-error-regexp-alist)
3974 (inferior-octave-compilation-font-lock-keywords): New variables.
3975 (compilation-error-regexp-alist)
3976 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
3977 (inferior-octave-mode): Use compilation-shell-minor-mode.
3978
3979 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
3980
3981 * minibuffer.el (completion--replace): Be careful that `end' might be
3982 a marker.
3983
3984 2013-10-03 Daiki Ueno <ueno@gnu.org>
3985
3986 Add support for package signature checking.
3987 * emacs-lisp/package.el (url-http-file-exists-p)
3988 (epg-make-context, epg-context-set-home-directory)
3989 (epg-verify-string, epg-context-result-for)
3990 (epg-signature-status, epg-signature-to-string)
3991 (epg-check-configuration, epg-configuration)
3992 (epg-import-keys-from-file): Declare.
3993 (package-check-signature): New user option.
3994 (package-unsigned-archives): New user option.
3995 (package-desc): Add `signed' field.
3996 (package-load-descriptor): Set `signed' field if .signed file exists.
3997 (package--archive-file-exists-p): New function.
3998 (package--check-signature): New function.
3999 (package-install-from-archive): Check package signature.
4000 (package--download-one-archive): Check archive signature.
4001 (package-delete): Remove .signed file.
4002 (package-import-keyring): New command.
4003 (package-refresh-contents): Import default keyring.
4004 (package-desc-status): Add "unsigned" status.
4005 (describe-package-1, package-menu--print-info)
4006 (package-menu-mark-delete, package-menu--find-upgrades)
4007 (package-menu--status-predicate): Support "unsigned" status.
4008
4009 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
4012 the new compilation scheme using the new byte-codes.
4013
4014 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
4015 (byte-pophandler): New byte codes.
4016 (byte-goto-ops): Adjust accordingly.
4017 (byte-compile--use-old-handlers): New var.
4018 (byte-compile-catch): Use new byte codes depending on
4019 byte-compile--use-old-handlers.
4020 (byte-compile-condition-case--old): Rename from
4021 byte-compile-condition-case.
4022 (byte-compile-condition-case--new): New function.
4023 (byte-compile-condition-case): New function that dispatches depending
4024 on byte-compile--use-old-handlers.
4025 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
4026 when we can.
4027
4028 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4029 Optimize under `condition-case' and `catch' if
4030 byte-compile--use-old-handlers is nil.
4031 (disassemble-offset): Handle new bytecodes.
4032
4033 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4034
4035 * subr.el (error): Use `declare'.
4036 (decode-char, encode-char): Use advertised-calling-convention instead
4037 of the docstring to discourage use of the `restriction' arg.
4038
4039 2013-10-03 Daiki Ueno <ueno@gnu.org>
4040
4041 * epg.el (epg-verify-file): Add a comment saying that it does not
4042 notify verification error as a return value nor a signal.
4043 (epg-verify-string): Ditto.
4044
4045 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
4046
4047 * progmodes/compile.el (compilation-start): Try globbing the arg to
4048 `cd' (bug#15417).
4049
4050 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
4051
4052 Sync with Tramp 2.2.8.
4053
4054 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4055 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
4056 * net/trampver.el: Update release number.
4057
4058 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
4059
4060 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
4061 and default-process-coding-system for darwin only.
4062
4063 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4064
4065 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
4066
4067 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
4068
4069 * vc/vc-git.el (vc-git-grep): Disable pager.
4070
4071 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
4072
4073 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
4074 Use :url instead of :homepage, as per
4075 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
4076
4077 * newcomment.el (comment-beginning): When `comment-use-syntax' is
4078 non-nil, use `syntax-ppss' (Bug#15251).
4079
4080 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4081
4082 * progmodes/octave.el (inferior-octave-startup-file):
4083 Prefer ~/.emacs.d/init_octave.m.
4084
4085 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
4086
4087 * emacs-lisp/package.el (package-desc-from-define):
4088 Accept additional arguments as plist, convert them to an alist and store
4089 them in the `extras' slot.
4090 (package-generate-description-file): Convert extras alist back to
4091 plist and append to the `define-package' form arguments.
4092 (package--alist-to-plist): New function.
4093 (package--ac-desc): Add `extras' slot.
4094 (package--add-to-archive-contents): Check if the archive-contents
4095 vector is long enough, and if it is, pass its `extras' slot value
4096 to `package-desc-create'.
4097 (package-buffer-info): Call `lm-homepage', pass the returned value
4098 to `package-desc-from-define'.
4099 (describe-package-1): Render the homepage button (Bug#13291).
4100
4101 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4102 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
4103
4104 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
4105
4106 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
4107 and default-process-coding-system to utf-8-unix (Bug#15402).
4108
4109 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
4110
4111 * subr.el (looking-back): Do not recommend using looking-back.
4112
4113 2013-09-28 Alan Mackenzie <acm@muc.de>
4114
4115 Fix indentation/fontification of Java enum with "implements".
4116
4117 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
4118 regexp which matches "implements", etc., in Java.
4119 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
4120 specifier clauses coming after "enum".
4121 * progmodes/cc-fonts.el (c-font-lock-declarations)
4122 (c-font-lock-enum-tail): Check for extra specifier clauses coming
4123 after "enum".
4124
4125 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
4126
4127 * faces.el (region): Change ns_selection_color to
4128 ns_selection_fg_color, add ns_selection_bg_color.
4129
4130 2013-09-28 Leo Liu <sdl.web@gmail.com>
4131
4132 * progmodes/octave.el (inferior-octave-completion-table)
4133 (inferior-octave-completion-at-point): Minor tweaks.
4134
4135 * textmodes/ispell.el (ispell-lookup-words): Rename from
4136 lookup-words. (Bug#15460)
4137 (lookup-words): Obsolete.
4138 (ispell-complete-word, ispell-command-loop): All uses changed.
4139
4140 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4141
4142 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
4143 (octave-mode-menu): Add octave-send-buffer.
4144 (octave-send-buffer): New function.
4145
4146 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4147
4148 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
4149 octave-lookfor.
4150 (octave-mode-menu): Add octave-lookfor.
4151 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
4152 octave-lookfor.
4153 (octave-lookfor): New function.
4154
4155 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4156
4157 * emacs-lisp/cl-macs.el:
4158 (cl--loop-destr-temps): Remove.
4159 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
4160 its convention.
4161 (cl--loop-set-iterator-function): New function.
4162 (cl-loop): Adjust accordingly, so as not to use cl-subst.
4163 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
4164 Bind `it' with `let' instead of substituting it with `cl-subst'.
4165 (cl--unused-var-p): New function.
4166 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
4167 Eliminate some unused variable warnings (bug#15326).
4168
4169 2013-09-27 Tassilo Horn <tsdh@gnu.org>
4170
4171 * doc-view.el (doc-view-scale-reset): Rename from
4172 `doc-view-reset-zoom-level'.
4173 (doc-view-scale-adjust): New command.
4174 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
4175 `doc-view-scale-adjust'.
4176
4177 2013-09-26 Tassilo Horn <tsdh@gnu.org>
4178
4179 * doc-view.el (doc-view-reset-zoom-level): New command.
4180 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
4181 zoom commands (bug#15466).
4182
4183 2013-09-26 Kenichi Handa <handa@gnu.org>
4184
4185 * international/quail.el (quail-help): Make it not a command.
4186
4187 2013-09-26 Leo Liu <sdl.web@gmail.com>
4188
4189 * minibuffer.el (completion-all-sorted-completions): Make args
4190 optional as they are.
4191
4192 2013-09-25 Daniel Colascione <dancol@dancol.org>
4193
4194 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
4195 specs are and that they're not evaluated.
4196
4197 2013-09-24 Sam Steingold <sds@gnu.org>
4198
4199 * midnight.el (clean-buffer-list-kill-regexps)
4200 (clean-buffer-list-kill-buffer-names): Update for the new Man
4201 buffer naming which includes the object name.
4202
4203 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4204
4205 * eshell/esh-cmd.el (eshell--sep-terms): New var.
4206 (eshell-parse-command, eshell-parse-pipeline): Use it since
4207 eshell-separate-commands requires a dynamic scoped var.
4208 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
4209
4210 2013-09-23 Leo Liu <sdl.web@gmail.com>
4211
4212 * autoinsert.el (auto-insert-alist): Make the value of
4213 lexical-binding match its file setting.
4214
4215 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
4216
4217 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
4218
4219 * autoarg.el (autoarg-kp-digit-argument):
4220 * electric.el (Electric-command-loop):
4221 * kmacro.el (kmacro-step-edit-insert):
4222 Do not set universal-argument-num-events.
4223
4224 2013-09-22 Leo Liu <sdl.web@gmail.com>
4225
4226 * files.el (interpreter-mode-alist): Add octave.
4227
4228 2013-09-21 Alan Mackenzie <acm@muc.de>
4229
4230 C++: fontify identifier in declaration following "public:" correctly.
4231 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
4232 to match "public", etc.
4233 (c-decl-prefix-re): Add ":" into the C++ value.
4234 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
4235 bit. Add a check for a ":" preceded by "public", etc.
4236
4237 2013-09-21 Eli Zaretskii <eliz@gnu.org>
4238
4239 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
4240 recognized by GDB 7.5 and later.
4241
4242 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
4243
4244 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
4245
4246 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4247
4248 * subr.el (internal--call-interactively): New const.
4249 (called-interactively-p): Use it (bug#3984).
4250
4251 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
4252
4253 * vc/pcvs.el (cvs-mode-ignore):
4254 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
4255 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
4256
4257 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4258
4259 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
4260 (eshell-ls-orig-insert-directory): Remove.
4261 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
4262 (eshell-ls-use-in-dired): Use advice-add/remove.
4263 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
4264 Add `orig-fun' arg for use in :around advice.
4265 Make it check (redundantly) eshell-ls-use-in-dired.
4266
4267 2013-09-19 Glenn Morris <rgm@gnu.org>
4268
4269 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
4270
4271 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
4272
4273 * emacs-lisp/eieio.el (class-parent): Undo previous change.
4274
4275 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
4276
4277 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
4278 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
4279 (tramp-get-remote-python): New defuns.
4280 (tramp-get-remote-uid-with-perl)
4281 (tramp-get-remote-gid-with-perl): New defuns. Perl code
4282 contributed by yary <not.com@gmail.com> (tiny change).
4283 (tramp-get-remote-uid-with-python)
4284 (tramp-get-remote-gid-with-python): New defuns. Python code
4285 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
4286 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
4287
4288 2013-09-19 Glenn Morris <rgm@gnu.org>
4289
4290 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
4291
4292 * eshell/em-unix.el (eshell-remove-entries):
4293 Rename argument to avoid name-clash with global `top-level'.
4294
4295 * eshell/esh-proc.el (eshell-kill-process-function):
4296 Remove eshell-reset-after-proc from eshell-kill-hook if present.
4297 (eshell-reset-after-proc): Remove unused arg `proc'.
4298
4299 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
4300 (directory-files-and-attributes): Mark unused arg.
4301
4302 * eshell/em-unix.el (eshell-remove-entries):
4303 Remove unused arg `path'. Update callers.
4304
4305 * eshell/em-hist.el (eshell-hist-parse-arguments):
4306 Remove unused arg `silent'. Update callers.
4307
4308 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
4309 Fix (f)boundp mix-up.
4310
4311 * eshell/em-smart.el (eshell-smart-scroll-window)
4312 (eshell-disable-after-change):
4313 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
4314
4315 2013-09-18 Alan Mackenzie <acm@muc.de>
4316
4317 Fix fontification of type when followed by "const".
4318 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
4319 "known" types from fontification.
4320
4321 2013-09-18 Glenn Morris <rgm@gnu.org>
4322
4323 * emacs-lisp/chart.el (x-display-color-cells): Declare.
4324 (chart-face-list): Drop Emacsen without display-color-p.
4325
4326 * net/eww.el (libxml-parse-html-region): Declare.
4327 (eww-display-html): Explicit error if no libxml2 support.
4328
4329 * doc-view.el (doc-view-mode): Silence --without-x compilation.
4330
4331 * image.el (image-type-from-buffer, image-multi-frame-p):
4332 Remove --without-x warning/error.
4333
4334 * mouse.el (mouse-yank-primary):
4335 * term.el (term-mouse-paste):
4336 Reorder to silence --without-x compilation.
4337
4338 * mpc.el (doc-view-mode): Silence --without-x compilation.
4339
4340 * mail/rmailmm.el (rmail-mime-set-bulk-data):
4341 Silence --without-x compilation.
4342
4343 * progmodes/gud.el (gud-find-file, gud-mode):
4344 Silence --without-x compilation.
4345 (tooltip-mode): Declare.
4346
4347 * wdired.el (dired-backup-overwrite): Remove declaration.
4348 (wdired-mode-map): Add doc string.
4349
4350 * custom.el (x-get-resource): Declare.
4351
4352 * eshell/em-glob.el (ange-cache):
4353 * eshell/em-unix.el (ange-cache): Declare.
4354
4355 * faces.el (x-display-list, x-open-connection, x-get-resource):
4356 Declare.
4357
4358 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
4359 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
4360 Declare.
4361
4362 * frame.el (x-display-grayscale-p, x-display-name): Declare.
4363
4364 * net/gnutls.el (gnutls-log-level): Declare.
4365
4366 * net/shr.el (image-size, image-animate): Declare.
4367
4368 * simple.el (font-info): Declare.
4369
4370 * subr.el (x-popup-dialog): Declare.
4371
4372 * term/common-win.el (x-select-enable-primary)
4373 (x-last-selected-text-primary, x-last-selected-text-clipboard):
4374 Declare.
4375
4376 * term/ns-win.el (x-handle-args): Declare.
4377
4378 * term/x-win.el (x-select-enable-clipboard): Declare.
4379
4380 * term/w32-win.el (create-default-fontset): Declare.
4381
4382 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
4383 Declare.
4384
4385 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
4386 (fit-frame-to-buffer): Explicit error if --without-x.
4387 (mouse-autoselect-window-select): Silence compiler.
4388
4389 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
4390
4391 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
4392 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
4393 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
4394 * eshell/esh-util.el (eshell-sublist):
4395 Remove unused local variables.
4396
4397 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
4398
4399 * textmodes/two-column.el: Make 2C-split work for --without-x.
4400 (scroll-bar-columns): Autoload.
4401 (top-level): Require fringe when compiling.
4402
4403 2013-09-18 Leo Liu <sdl.web@gmail.com>
4404
4405 * subr.el (add-hook): Robustify to handle closure as well.
4406
4407 2013-09-17 Glenn Morris <rgm@gnu.org>
4408
4409 * simple.el (messages-buffer-mode-map): Unbind "g".
4410
4411 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * help-mode.el (help-mode-finish): Use derived-mode-p.
4414 Remove obsolete highlighting.
4415
4416 * play/life.el (life-mode): Use define-derived-mode. Derive from
4417 special-mode.
4418 (life): Let-bind inhibit-read-only.
4419 (life-setup): Avoid `setq'. Use `life-mode'.
4420
4421 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
4422 which should not be needed any more.
4423 (package-menu-refresh, package-menu-describe-package): Use user-error.
4424
4425 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
4426 (eshell-post-rewrite-command-hook): Make obsolete.
4427 (eshell-parse-command): Simplify.
4428 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
4429 (eshell--cmd): Declare.
4430 (eshell-parse-pipeline): Remove unused var `final-p'.
4431 Pass a dynvar to eshell-post-rewrite-command-hook.
4432 Implement the new eshell-post-rewrite-command-function.
4433 (eshell-invoke-directly): Remove unused arg `input'.
4434 * eshell/esh-io.el (eshell-io-initialize):
4435 Use eshell-post-rewrite-command-function (bug#15399).
4436 (eshell--apply-redirections): Rename from eshell-apply-redirections;
4437 adjust to new calling convention.
4438 (eshell-create-handles): Rename args to avoid clashing with dynvar
4439 `standard-output'.
4440
4441 2013-09-17 Glenn Morris <rgm@gnu.org>
4442
4443 * simple.el (messages-buffer-mode): New major mode.
4444 (messages-buffer): New function.
4445 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
4446 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
4447 (ert-run-test): Use `messages-buffer' function.
4448 (ert--force-message-log-buffer-truncation): Ignore read-only.
4449 * help.el (view-echo-area-messages): Use `messages-buffer' function.
4450 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
4451
4452 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4453
4454 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
4455
4456 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
4457
4458 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4459
4460 * icomplete.el (icomplete-in-buffer): New var.
4461 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
4462 vars and replace them with functions.
4463 (icomplete-minibuffer-setup): Adjust accordingly.
4464 (icomplete--completion-table, icomplete--completion-predicate)
4465 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
4466 New functions.
4467 (icomplete-forward-completions, icomplete-backward-completions)
4468 (icomplete-simple-completing-p, icomplete-exhibit)
4469 (icomplete-completions): Use them.
4470 (icomplete--in-region-buffer): New var.
4471 (icomplete--in-region-setup): New function.
4472 (icomplete-mode): Use it.
4473
4474 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
4475 (bug#15379).
4476 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
4477 return args and options.
4478 (eshell-eval-using-options): Use the new return value of
4479 eshell--do-opts to set the options's vars in their scope.
4480 (eshell--set-option): Rename from eshell-set-option.
4481 Add arg `opt-vals'.
4482 (eshell--process-option): Rename from eshell-process-option.
4483 Add arg `opt-vals'.
4484 (eshell--process-args): Use an `opt-vals' alist to store the options's
4485 values during their processing and return them additionally to the
4486 remaining args.
4487
4488 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
4489
4490 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
4491 continuation character an operator, as far as indentation is
4492 concerned (Bug#15369).
4493
4494 2013-09-15 Martin Rudalics <rudalics@gmx.at>
4495
4496 * window.el (window--state-put-2): Don't process buffer state
4497 when buffer doesn't exist any more (Bug#15382).
4498
4499 2013-09-15 Glenn Morris <rgm@gnu.org>
4500
4501 * eshell/em-unix.el (eshell/rm):
4502 Make -f ignore missing files. (Bug#15373)
4503
4504 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
4505 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
4506 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
4507
4508 2013-09-14 Glenn Morris <rgm@gnu.org>
4509
4510 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
4511
4512 2013-09-13 Glenn Morris <rgm@gnu.org>
4513
4514 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
4515 (dired-guess-default): Make `file' available in the env. (Bug#15363)
4516
4517 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
4518
4519 * frame.el (x-focus-frame): Mark as declared in frame.c.
4520
4521 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4522
4523 * ls-lisp.el: Use advice-add.
4524 (original-insert-directory): Remove.
4525 (ls-lisp--insert-directory): Rename from insert-directory; add
4526 `orig-fun' argument.
4527 (insert-directory): Advise.
4528
4529 2013-09-13 Eli Zaretskii <eliz@gnu.org>
4530
4531 * term.el (term-emulate-terminal): Decode the command string
4532 before passing it to term-command-hook. (Bug#15337)
4533
4534 2013-09-13 Glenn Morris <rgm@gnu.org>
4535
4536 * eshell/esh-util.el (ange-cache): Move declaration earlier.
4537
4538 * eshell/esh-ext.el (eshell-search-path): Declare.
4539
4540 * eshell/em-prompt.el (eshell/pwd): Autoload it.
4541 Otherwise an error occurs if eshell-dirs module not loaded.
4542
4543 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
4544
4545 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
4546
4547 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
4548 `tramp-check-proper-host'. Check for a valid method name.
4549
4550 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4551 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4552 * net/tramp-sh.el (tramp-maybe-open-connection):
4553 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
4554
4555 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
4556 also for hash values.
4557
4558 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4559
4560 * term/ns-win.el (parameters): Don't declare as dynamic.
4561 (before-make-frame-hook): Don't add ineffective function.
4562
4563 * eshell/*.el: Use lexical-binding (bug#15231).
4564
4565 2013-09-12 Kenichi Handa <handa@gnu.org>
4566
4567 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
4568
4569 2013-09-12 Glenn Morris <rgm@gnu.org>
4570
4571 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
4572 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
4573
4574 * subr.el (do-after-load-evaluation): Also give compiler warnings
4575 when obsolete files are used (except by obsolete files).
4576
4577 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
4578 in the status output, assume `filename' is the first. (Bug#15322)
4579
4580 * vc/vc.el (vc-deduce-fileset): Doc fix.
4581
4582 * calc/calc-help.el (Info-goto-node):
4583 * progmodes/cperl-mode.el (Info-find-node):
4584 * vc/ediff.el (Info-goto-node): Update declarations.
4585
4586 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
4587
4588 * vc/vc-bzr.el (vc-compilation-mode): Declare.
4589 (vc-bzr-pull): Require vc-dispatcher.
4590 * vc/vc-git.el (vc-compilation-mode): Declare.
4591 (vc-git-pull): Require vc-dispatcher.
4592
4593 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
4594
4595 * progmodes/octave.el (help-button-action): Declare.
4596
4597 * shell.el (shell-directory-tracker): Output error as a message
4598 rather than just returning it as a string.
4599 (shell-process-pushd): Remove useless use of message.
4600
4601 * dframe.el (dframe-timer-fn):
4602 * files.el (dir-locals-read-from-file):
4603 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
4604 (mpc-format):
4605 * reveal.el (reveal-post-command):
4606 * saveplace.el (load-save-place-alist-from-file):
4607 * shell.el (shell-resync-dirs):
4608 * w32-common-fns.el (x-get-selection-value):
4609 * emacs-lisp/copyright.el (copyright-find-copyright):
4610 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
4611 * emulation/tpu-edt.el (tpu-copy-keyfile):
4612 * play/bubbles.el (bubbles--mark-neighbourhood):
4613 * progmodes/executable.el
4614 (executable-make-buffer-file-executable-if-script-p):
4615 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
4616
4617 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4618
4619 Cleanup Eshell to rely less on dynamic scoping.
4620 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
4621 last-value, and ext-command here. Bind `args' closer to `body'.
4622 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
4623 (eshell--args): Declare new dynamic var.
4624 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
4625 last-value, and ext-command. Pass `args' to `body'.
4626 (eshell-process-args): Bind eshell--args.
4627 (eshell-set-option): Use eshell--args.
4628 * eshell/eshell.el (eshell): Use derived-mode-p.
4629 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
4630 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
4631 (eshell-glob-function): Declare.
4632 * eshell/esh-util.el: Require cl-lib.
4633 (eshell-read-hosts-file): Avoid add-to-list.
4634 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
4635 `err'.
4636 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
4637 Declare.
4638 (eshell/diff): Remove unused var `err'.
4639 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
4640 `killflag'.
4641 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
4642 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
4643 first use.
4644 * eshell/em-glob.el (eshell-glob-matches, message-shown):
4645 Move declaration before first use.
4646 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
4647 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
4648 rely on cl-return.
4649
4650 2013-09-12 Glenn Morris <rgm@gnu.org>
4651
4652 * term/ns-win.el (global-map): Remove binding for ispell-next,
4653 deleted 1999-05-29. (Bug#15357)
4654
4655 2013-09-11 Glenn Morris <rgm@gnu.org>
4656
4657 * echistory.el (electric-command-history): Remove call to deleted func.
4658
4659 * play/landmark.el (landmark-mode): Fix typos.
4660
4661 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
4662 Check cvs-sort-ignore-file is bound.
4663
4664 * savehist.el: No need for cl when compiling on Emacs.
4665
4666 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4667
4668 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
4669 (bug#15338).
4670 (eshell-self-insert-command, eshell-send-invisible):
4671 Remove unused argument.
4672 (eshell-handle-control-codes): Remove unused var `orig'.
4673 Avoid delete-backward-char.
4674
4675 * files.el (set-auto-mode): Simplify a bit further.
4676
4677 2013-09-11 Glenn Morris <rgm@gnu.org>
4678
4679 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
4680 (set-auto-mode): Don't regexp-quote elements.
4681 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
4682 * progmodes/cc-mode.el (interpreter-mode-alist):
4683 * progmodes/ruby-mode.el (interpreter-mode-alist):
4684 Revert previous change.
4685
4686 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4687
4688 * play/snake.el (snake-mode):
4689 * play/mpuz.el (mpuz-mode):
4690 * play/landmark.el (lm-mode):
4691 * play/blackbox.el (blackbox-mode):
4692 * play/5x5.el (5x5-mode):
4693 * obsolete/options.el (Edit-options-mode):
4694 * net/quickurl.el (quickurl-list-mode):
4695 * net/newst-treeview.el (newsticker-treeview-mode):
4696 * mail/rmailsum.el (rmail-summary-mode):
4697 * mail/mspools.el (mspools-mode):
4698 * locate.el (locate-mode):
4699 * ibuffer.el (ibuffer-mode):
4700 * emulation/ws-mode.el (wordstar-mode):
4701 * emacs-lisp/debug.el (debugger-mode):
4702 * array.el (array-mode):
4703 * net/eudc.el (eudc-mode): Use define-derived-mode.
4704 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
4705 Move initialization into declaration.
4706 (mairix-searches-mode): Use define-derived-mode.
4707 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
4708 (eudc-edit-hotlist): Use dolist.
4709 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
4710 (Man-mode): Use define-derived-mode.
4711 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
4712 (Info-edit-mode): Use define-derived-mode.
4713 (Info-cease-edit): Use Info-mode.
4714 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
4715 into declaration.
4716 (eshell-mode): Use define-derived-mode.
4717 * chistory.el (command-history-mode-map): Rename from
4718 command-history-map.
4719 (command-history-mode): Use define-derived-mode.
4720 (Command-history-setup): Remove function.
4721 * calc/calc.el (calc-trail-mode-map): New var.
4722 (calc-trail-mode): Use define-derived-mode.
4723 (calc-trail-buffer): Set calc-main-buffer manually.
4724 * bookmark.el (bookmark-insert-annotation): New function.
4725 (bookmark-edit-annotation): Use it.
4726 (bookmark-edit-annotation-mode): Make it a proper major mode.
4727 (bookmark-send-edited-annotation): Use derived-mode-p.
4728 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
4729 closer to its ideal place. Use \' to match EOS.
4730
4731 * profiler.el (profiler-calltree-find): Use function-equal.
4732
4733 2013-09-10 Glenn Morris <rgm@gnu.org>
4734
4735 * files.el (interpreter-mode-alist): Convert to regexps.
4736 (set-auto-mode): Adapt for this. (Bug#15306)
4737 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
4738 Comment out unused variable.
4739 * progmodes/cc-mode.el (interpreter-mode-alist):
4740 * progmodes/python.el (interpreter-mode-alist):
4741 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
4742 * progmodes/sh-script.el (sh-set-shell):
4743 No longer use interpreter-mode-alist to get list of shells.
4744
4745 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
4746
4747 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4748
4749 * simple.el: Use set-temporary-overlay-map for universal-argument.
4750 (universal-argument-map): Don't use default-bindings (bug#15317).
4751 Bind switch-frame explicitly. Replace universal-argument-minus with
4752 a conditional binding.
4753 (universal-argument-num-events, saved-overriding-map): Remove.
4754 (restore-overriding-map): Remove.
4755 (universal-argument--mode): Rename from save&set-overriding-map,
4756 and rewrite.
4757 (universal-argument, universal-argument-more, negative-argument)
4758 (digit-argument): Adjust accordingly.
4759 (universal-argument-minus): Remove.
4760 (universal-argument-other-key): Remove.
4761
4762 * subr.el (with-demoted-errors): Add `format' argument.
4763
4764 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
4765
4766 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
4767 `tramp-cleanup-connection'.
4768
4769 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
4770 parameters KEEP-DEBUG and KEEP-PASSWORD.
4771
4772 * net/tramp.el (tramp-file-name-handler):
4773 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4774 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4775 (tramp-maybe-open-connection):
4776 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4777 Use `tramp-cleanup-connection'.
4778
4779 * net/tramp-sh.el (tramp-maybe-open-connection):
4780 Catch 'uname-changed inside the progress reporter.
4781
4782 2013-09-10 Glenn Morris <rgm@gnu.org>
4783
4784 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
4785
4786 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
4787 returns "alternate access method" in mode (eg "-rw-r--r--.").
4788
4789 2013-09-08 Glenn Morris <rgm@gnu.org>
4790
4791 * saveplace.el (load-save-place-alist-from-file):
4792 Demote errors. (Bug#15305)
4793
4794 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
4795
4796 Improve compatibility with older Emacsen, and XEmacs.
4797
4798 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
4799 only if it is bound. It isn't for XEmacs.
4800 (with-tramp-progress-reporter): Do not let-bind `result'.
4801 This yields to scoping errors in XEmacs.
4802 (tramp-handle-make-auto-save-file-name): New function, moved from
4803 tramp-sh.el.
4804
4805 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
4806 for `make-auto-save-file-name'.
4807 (tramp-adb--gnu-switches-to-ash):
4808 Use `tramp-compat-replace-regexp-in-string'.
4809
4810 * net/tramp-cache.el (tramp-cache-print): Call
4811 `substring-no-properties' only if it is bound. It isn't for XEmacs.
4812
4813 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
4814 bound. It isn't for XEmacs.
4815
4816 * net/tramp-compat.el (tramp-compat-copy-file):
4817 Catch `wrong-number-of-arguments' error.
4818 (tramp-compat-replace-regexp-in-string): New defun.
4819
4820 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
4821 for `make-auto-save-file-name'.
4822 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
4823 `copy-file'.
4824 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
4825 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
4826 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
4827
4828 * net/tramp-gw.el (tramp-gw-open-network-stream):
4829 Use `tramp-compat-replace-regexp-in-string'.
4830
4831 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4832 Call `tramp-handle-make-auto-save-file-name'.
4833 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
4834 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4835 (tramp-sh-file-inotifywait-process-filter):
4836 Use `tramp-compat-replace-regexp-in-string'.
4837 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
4838
4839 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
4840 for `make-auto-save-file-name'.
4841 (tramp-smb-handle-copy-directory):
4842 Call `tramp-compat-replace-regexp-in-string'.
4843 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
4844 (tramp-smb-handle-copy-file): Improve error message.
4845 (tramp-smb-handle-rename-file): Rename directly only in case
4846 `newname' does not exist yet. This is a restriction of smbclient.
4847 (tramp-smb-maybe-open-connection): Rerun the function only when
4848 `auth-sources' is non-nil.
4849
4850 2013-09-08 Kenichi Handa <handa@gnu.org>
4851
4852 * international/characters.el: Set category "^" (Combining) for
4853 more characters.
4854
4855 2013-09-07 Alan Mackenzie <acm@muc.de>
4856
4857 Correctly fontify Java class constructors.
4858 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
4859 in Java Mode.
4860 (c-recognize-typeless-decls): Set the Java value to t.
4861 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
4862 While handling a "(", add a check for, effectively, Java, and handle a
4863 "typeless" declaration there.
4864
4865 2013-09-07 Roland Winkler <winkler@gnu.org>
4866
4867 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
4868 field subtitle for entry type book.
4869
4870 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4871
4872 * minibuffer.el: Make minibuffer-complete call completion-in-region
4873 rather than other way around.
4874 (completion--some, completion-pcm--find-all-completions):
4875 Don't delay signals when debugging.
4876 (minibuffer-completion-contents): Beware fields within the
4877 minibuffer contents.
4878 (completion-all-sorted-completions): Use defvar-local.
4879 (completion--do-completion, completion--cache-all-sorted-completions)
4880 (completion-all-sorted-completions, minibuffer-force-complete):
4881 Add args `beg' and `end'.
4882 (completion--in-region-1): New fun, extracted from minibuffer-complete.
4883 (minibuffer-complete): Use completion-in-region.
4884 (completion-complete-and-exit): New fun, extracted from
4885 minibuffer-complete-and-exit.
4886 (minibuffer-complete-and-exit): Use it.
4887 (completion--complete-and-exit): Rename from
4888 minibuffer--complete-and-exit.
4889 (completion-in-region--single-word): New function, extracted from
4890 minibuffer-complete-word.
4891 (minibuffer-complete-word): Use it.
4892 (display-completion-list): Make `common-substring' argument obsolete.
4893 (completion--in-region): Call completion--in-region-1 instead of
4894 minibuffer-complete.
4895 (completion-help-at-point): Pass boundaries to
4896 minibuffer-completion-help as args rather than via an overlay.
4897 (completion-pcm--string->pattern): Use `any-delim'.
4898 (completion-pcm--optimize-pattern): New function.
4899 (completion-pcm--pattern->regex): Handle `any-delim'.
4900 * icomplete.el (icomplete-forward-completions)
4901 (icomplete-backward-completions, icomplete-completions):
4902 Adjust calls to completion-all-sorted-completions and
4903 completion--cache-all-sorted-completions.
4904 (icomplete-with-completion-tables): Default to t.
4905 * emacs-lisp/crm.el (crm--current-element): Rename from
4906 crm--select-current-element. Don't put an overlay but return the
4907 boundaries instead.
4908 (crm--completion-command): Take two new args to bind to the boundaries.
4909 (crm-completion-help): Adjust accordingly.
4910 (crm-complete): Use completion-in-region.
4911 (crm-complete-word): Use completion-in-region--single-word.
4912 (crm-complete-and-exit): Use completion-complete-and-exit.
4913
4914 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4915
4916 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
4917 than dynamically.
4918
4919 2013-09-06 Juri Linkov <juri@jurta.org>
4920
4921 * info.el (Info-display-images-node): When image file doesn't exist
4922 display text version of the image if it's provided in the Info file.
4923 Otherwise, display the location of missing image from SRC attribute.
4924 Add help-echo text property from ALT attribute. (Bug#15279)
4925
4926 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4927
4928 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
4929 (edit-abbrevs-mode): Use define-derived-mode.
4930
4931 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
4932 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
4933 that it's defined.
4934 (epa-key-list-mode, epa-key-mode, epa-info-mode):
4935 Use define-derived-mode.
4936
4937 * epg.el (epg-start-encrypt): Minor CSE simplification.
4938
4939 2013-09-06 William Xu <william.xwl@gmail.com>
4940
4941 * arc-mode.el: Add support for 7za (bug#15264).
4942 (archive-7z-program): New var.
4943 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
4944 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
4945 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
4946
4947 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
4948
4949 Remove URL syntax.
4950
4951 * net/tramp.el (tramp-syntax, tramp-prefix-format)
4952 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
4953 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
4954 (tramp-postfix-host-format, tramp-file-name-regexp)
4955 (tramp-completion-file-name-regexp)
4956 (tramp-completion-dissect-file-name)
4957 (tramp-handle-substitute-in-file-name): Remove 'url case.
4958 (tramp-file-name-regexp-url)
4959 (tramp-completion-file-name-regexp-url): Remove constants.
4960
4961 2013-09-06 Glenn Morris <rgm@gnu.org>
4962
4963 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
4964
4965 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
4966
4967 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
4968 keywords" below "here-doc beginnings" (Bug#15270).
4969
4970 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4971
4972 * subr.el (pop): Use `car-safe'.
4973 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
4974 to detect unused `pop' return value.
4975
4976 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
4977 var `block-regexp'.
4978 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
4979 (python-fill-string): Remove unused var `marker'.
4980 (python-skeleton-add-menu-items): Remove unused var `items'.
4981
4982 * international/mule-cmds.el: Require CL.
4983 (find-coding-systems-for-charsets): Avoid add-to-list.
4984 (sanitize-coding-system-list): New function, extracted from
4985 select-safe-coding-system-interactively.
4986 (select-safe-coding-system-interactively): Use it.
4987 (read-input-method-name): Accept symbols for `default'.
4988
4989 * emacs-lisp/advice.el (defadvice): Add indent rule.
4990
4991 2013-09-05 Daniel Hackney <dan@haxney.org>
4992
4993 * dired-x.el:
4994 * net/ange-ftp.el:
4995 * net/browse-url.el:
4996 * net/dbus.el:
4997 * net/eudc.el:
4998 * net/eudcb-ldap.el:
4999 * net/eww.el:
5000 * net/imap.el:
5001 * printing.el:
5002 * vc/ediff-diff.el:
5003 * vc/ediff-init.el:
5004 * vc/ediff-merg.el:
5005 * vc/ediff-mult.el:
5006 * vc/ediff-util.el:
5007 * vc/ediff-wind.el:
5008 * vc/ediff.el:
5009 * vc/emerge.el:
5010 * vc/pcvs.el:
5011 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
5012 byte compiler. Remove some unused let-bound variables.
5013
5014 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
5015
5016 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
5017 a "ref-cell", since it gets better optimized (bug#14883).
5018
5019 2013-09-05 Glenn Morris <rgm@gnu.org>
5020
5021 * progmodes/cc-awk.el (c-forward-sws): Declare.
5022
5023 2013-09-04 Glenn Morris <rgm@gnu.org>
5024
5025 * generic-x.el [rul-generic-mode]: Require cc-mode.
5026 (c++-mode-syntax-table): Declare.
5027 (rul-generic-mode-syntax-table): Init in the defvar.
5028
5029 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5030
5031 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
5032 (vc-do-command, vc-set-async-update):
5033 * vc/vc-mtn.el (vc-mtn-dir-status):
5034 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
5035 (vc-hg-pull, vc-hg-merge-branch):
5036 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
5037 (vc-git-merge-branch):
5038 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
5039 (vc-cvs-dir-status-files):
5040 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
5041 (vc-bzr-dir-status-files):
5042 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
5043 * vc/vc-annotate.el: Use lexical-binding.
5044 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
5045 (vc-sentinel-movepoint): Declare.
5046 (vc-annotate): Don't use `goto-line'.
5047 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
5048 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
5049 (vc-sentinel-movepoint): Declare.
5050 * vc/vc-svn.el: Use lexical-binding.
5051 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
5052 * vc/vc-sccs.el:
5053 * vc/vc-rcs.el: Use lexical-binding.
5054
5055 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
5056 `deleted'. Don't drop errors silently.
5057
5058 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
5059
5060 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
5061
5062 * vc/vc.el (vc-ignore): Rewrite.
5063 (vc-default-ignore): New function.
5064 (vc-default-ignore-completion-table): Use find-ignore-file.
5065
5066 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
5067 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
5068 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
5069 Remove. Most code moved to vc.el.
5070
5071 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5072
5073 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
5074 * net/tramp-smb.el (tramp-smb-get-file-entries):
5075 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
5076 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
5077
5078 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
5079 Update call to it.
5080 (eww-change-select): Remove unused var `properties'.
5081 (eww-make-unique-file-name): Remove unused var `base'.
5082
5083 * finder.el (finder-compile-keywords): Don't mess with windows.
5084
5085 * calculator.el (calculator-funcall): Fix typo in last change.
5086
5087 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
5088
5089 * emacs-lisp/package.el (package-activate-1): Don't let a missing
5090 <pkg>-autoloads.el file stop us.
5091
5092 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
5093 warnings, and factor out common code.
5094
5095 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
5096
5097 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
5098 two-character operators and whether the character preceding them
5099 changes their meaning (Bug#15208).
5100
5101 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
5102
5103 Format code sent to Python shell for robustness.
5104 * progmodes/python.el (python-shell-buffer-substring):
5105 New function.
5106 (python-shell-send-region, python-shell-send-buffer): Use it.
5107
5108 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
5109
5110 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
5111 * net/tramp.el (tramp-user-error): ... here.
5112 (tramp-find-method, tramp-check-proper-host)
5113 (tramp-dissect-file-name, tramp-debug-message)
5114 (tramp-handle-shell-command):
5115 * net/tramp-adb.el (tramp-adb-handle-shell-command):
5116 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
5117
5118 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
5119
5120 2013-09-02 Martin Rudalics <rudalics@gmx.at>
5121
5122 * avoid.el (mouse-avoidance-point-position)
5123 (mouse-avoidance-too-close-p): Handle case where posn-at-point
5124 returns nil.
5125
5126 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
5127
5128 * progmodes/python.el (python-shell-completion-get-completions):
5129 Drop use of deleted `comint-last-prompt-overlay'.
5130 (python-nav-if-name-main): New command.
5131
5132 2013-09-01 Glenn Morris <rgm@gnu.org>
5133
5134 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5135 Avoid leading space in $wins. Otherwise the sed command used by
5136 eg compile-main ends up containing "/*.el". (Bug#15170)
5137
5138 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
5139
5140 2013-08-30 Glenn Morris <rgm@gnu.org>
5141
5142 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5143 Fix is-this-a-directory logic. (Bug#15220)
5144
5145 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5146
5147 * textmodes/css-mode.el: Use SMIE.
5148 (css-smie-grammar): New var.
5149 (css-smie--forward-token, css-smie--backward-token)
5150 (css-smie-rules): New functions.
5151 (css-mode): Use them.
5152 (css-navigation-syntax-table): Remove var.
5153 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
5154 (css-indent-calculate, css-indent-line): Remove functions.
5155
5156 Misc changes to reduce use of `(lambda...); and other cleanups.
5157 * cus-edit.el: Use lexical-binding.
5158 (customize-push-and-save, customize-apropos)
5159 (custom-buffer-create-internal): Use closures.
5160 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
5161 * progmodes/ada-xref.el: Use setq.
5162 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
5163 * dframe.el: Use lexical-binding.
5164 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
5165 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
5166 * descr-text.el: Use lexical-binding.
5167 (describe-text-widget, describe-text-sexp, describe-property-list):
5168 Use closures.
5169 * comint.el (comint-history-isearch-push-state): Use a closure.
5170 * calculator.el: Use lexical-binding.
5171 (calculator-number-to-string): Make it work with lexical-binding.
5172 (calculator-funcall): Same and use cl-letf.
5173
5174 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
5175 (lisp--company-doc-string, lisp--company-location): New functions.
5176 (lisp-completion-at-point): Use them to improve Company support.
5177
5178 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
5179 params of lambda expressions.
5180 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
5181 (ruby-smie--opening-pipe-p): New function.
5182 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
5183 symbols and matched |...| for formal params.
5184 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
5185 from being treated as hanging. Handle "rescue".
5186
5187 2013-08-29 Glenn Morris <rgm@gnu.org>
5188
5189 * progmodes/cc-engine.el (c-pull-open-brace):
5190 Move definition before use.
5191
5192 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5193
5194 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
5195 are immutable. Don't use `unsafe' any more.
5196 (cl--defsubst-expand): Don't substitute at the same time as keeping
5197 a residual unused let-binding. Don't use `unsafe' any more.
5198
5199 2013-08-29 Glenn Morris <rgm@gnu.org>
5200
5201 * calendar/cal-china.el (calendar-chinese-year-cache):
5202 Recenter on 2015.
5203
5204 * nxml/nxml-util.el (nxml-debug-clear-inside):
5205 Use cl-loop rather than loop.
5206
5207 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
5208
5209 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
5210
5211 2013-08-28 Glenn Morris <rgm@gnu.org>
5212
5213 * progmodes/antlr-mode.el: No need to require cc-mode twice.
5214
5215 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
5216
5217 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
5218
5219 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5220
5221 * simple.el (repeat-complex-command--called-interactively-skip):
5222 New function.
5223 (repeat-complex-command): Use it (bug#14136).
5224
5225 * progmodes/cc-mode.el: Minor cleanup of var declarations.
5226 (c-define-abbrev-table): Add `doc' argument.
5227 (c-mode-abbrev-table, c++-mode-abbrev-table)
5228 (objc-mode-abbrev-table, java-mode-abbrev-table)
5229 (idl-mode-abbrev-table, pike-mode-abbrev-table)
5230 (awk-mode-abbrev-table): Use it.
5231 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
5232 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
5233 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
5234 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
5235 Move initialization into the declaration; and remove any
5236 autoload cookie.
5237
5238 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
5239 and dynamic let binding.
5240
5241 * vc/smerge-mode.el: Remove redundant :group args.
5242
5243 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
5244 to load-path.
5245
5246 2013-08-28 Juri Linkov <juri@jurta.org>
5247
5248 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
5249 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
5250 (isearch-other-meta-char): Handle an undefined shifted printing
5251 character by downshifting it. (Bug#15200)
5252
5253 2013-08-28 Juri Linkov <juri@jurta.org>
5254
5255 * isearch.el (isearch-search): Change regexp error message for
5256 non-regexp searches. (Bug#15166)
5257
5258 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
5259
5260 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
5261 for portability to hosts where /bin/sh has problems.
5262
5263 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5264
5265 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
5266
5267 2013-08-27 Juri Linkov <juri@jurta.org>
5268
5269 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
5270 in the keyboard macro. (Bug#15126)
5271
5272 2013-08-27 Juri Linkov <juri@jurta.org>
5273
5274 * isearch.el (isearch-quote-char): Comment out converting unibyte
5275 to multibyte, thus syncing with its `quoted-insert' counterpart.
5276 (Bug#15166)
5277
5278 2013-08-27 Martin Rudalics <rudalics@gmx.at>
5279
5280 * window.el (display-buffer-use-some-window): Add missing
5281 argument in call of get-largest-window (Bug#15185).
5282 Reported by Stephen Leake.
5283
5284 2013-08-27 Glenn Morris <rgm@gnu.org>
5285
5286 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
5287
5288 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5289
5290 * progmodes/python.el (python-font-lock-keywords): Don't return nil
5291 from a matcher-function unless there's no more matches (bug#15161).
5292
5293 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
5294
5295 * minibuffer.el: Revert change from 2013-08-20.
5296
5297 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
5298 with text property `tramp-default', if appropriate.
5299 (tramp-check-proper-host): New defun.
5300 (tramp-dissect-file-name): Do not check hostname. Revert change
5301 of 2013-03-18.
5302 (tramp-backtrace): Make VEC-OR-PROC optional.
5303
5304 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5305 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5306 * net/tramp-sh.el (tramp-maybe-open-connection):
5307 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5308 Apply `tramp-check-proper-host'.
5309
5310 2013-08-26 Tassilo Horn <tsdh@gnu.org>
5311
5312 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
5313 lambda expression in order to have `describe-variable' display it.
5314
5315 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
5316
5317 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
5318 BUF can be optional. (Bug#15186)
5319
5320 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
5321
5322 * progmodes/flymake.el (flymake-get-real-file-name-function):
5323 Fix broken customization. (Bug#15184)
5324
5325 2013-08-25 Alan Mackenzie <acm@muc.de>
5326
5327 Improve indentation of bracelists defined by macros (without "=").
5328
5329 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
5330 expansion begins with "{", regard it as bracelist when it doesn't
5331 contain a ";".
5332
5333 Parse C++ inher-intro when there's a template split over 2 lines.
5334
5335 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
5336 rigorously the search for "class" etc. followed by ":".
5337
5338 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
5339 random languages a regexp which never matches rather than nil.
5340
5341 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
5342
5343 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
5344 (c-awk-regexp-one-line-possibly-open-char-list-re)
5345 (c-awk-one-line-possibly-open-regexp-re)
5346 (c-awk-one-line-non-syn-ws*-re): Remove.
5347 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
5348 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
5349 (c-awk-space*-unclosed-regexp-/-re): New constants.
5350 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
5351 aren't regexp delimiters.
5352
5353 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
5354 handling for a rare situation in AWK Mode involving unterminated
5355 strings/regexps.
5356
5357 2013-08-23 Glenn Morris <rgm@gnu.org>
5358
5359 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
5360
5361 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
5362
5363 * files.el (create-file-buffer): If the result would begin with
5364 spaces, prepend a "|" instead of removing them. (Bug#15162)
5365
5366 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5367
5368 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
5369 text-properties (bug#15155).
5370
5371 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
5372 exist any more.
5373 (calc-keypad-redraw): Remove unused var `pad'.
5374 (calc-keypad-press): Remove unused var `menu'.
5375
5376 2013-08-23 Martin Rudalics <rudalics@gmx.at>
5377
5378 * window.el (display-buffer-pop-up-frame):
5379 Call pop-up-frame-function with BUFFER current so `make-frame' will
5380 use it as the new frame's buffer (Bug#15133).
5381
5382 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5383
5384 * calendar/timeclock.el: Minor cleanups.
5385 (timeclock-ask-before-exiting, timeclock-use-display-time):
5386 Use `symbol'.
5387 (timeclock-modeline-display): Define as alias before the
5388 actual definition.
5389 (timeclock-mode-line-display): Use define-minor-mode.
5390 (timeclock-day-list-template): Make it a function, add an argument.
5391 (timeclock-day-list-required, timeclock-day-list-length)
5392 (timeclock-day-list-debt, timeclock-day-list-span)
5393 (timeclock-day-list-break): Adjust calls accordingly.
5394
5395 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5396
5397 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
5398 Use read--expression so that completion works again.
5399
5400 2013-08-21 Sam Steingold <sds@gnu.org>
5401
5402 Add rudimentary inferior shell interaction
5403 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
5404 (sh-set-shell): Reset it.
5405 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
5406 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
5407
5408 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5409
5410 * align.el: Use lexical-binding.
5411 (align-region): Simplify accordingly.
5412
5413 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
5414
5415 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
5416
5417 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
5418 `non-essential' up.
5419
5420 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
5421
5422 * net/tramp.el:
5423 * net/tramp-adb.el:
5424 * net/tramp-cmds.el:
5425 * net/tramp-ftp.el:
5426 * net/tramp-gvfs.el:
5427 * net/tramp-gw.el:
5428 * net/tramp-sh.el: Don't wrap external variable declarations by
5429 `eval-when-compile'.
5430
5431 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5432
5433 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
5434 now that Emacs supports ImageMagick animations.
5435
5436 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
5437
5438 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
5439 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
5440
5441 2013-08-16 Martin Rudalics <rudalics@gmx.at>
5442
5443 * window.el (mouse-autoselect-window-select): Do autoselect when
5444 mouse pointer is on margin.
5445
5446 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
5447
5448 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
5449
5450 2013-08-16 Glenn Morris <rgm@gnu.org>
5451
5452 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
5453 Handle "Remote Directory" response of some clients. (Bug#15058)
5454
5455 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
5456 Tweak warning. (Bug#14926)
5457
5458 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
5459 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
5460
5461 * image-mode.el (image-mode-map): Add menu items to reverse,
5462 increase, decrease, reset animation speed.
5463 (image--set-speed, image-increase-speed, image-decrease-speed)
5464 (image-reverse-speed, image-reset-speed): New functions.
5465 (image-mode-map): Add bindings for speed commands.
5466
5467 * image.el (image-animate-get-speed, image-animate-set-speed):
5468 New functions.
5469 (image-animate-timeout): Respect image :speed property.
5470
5471 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5472
5473 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
5474 previous line (bug#15101).
5475 (debugger-eval-expression, debugger-record-expression):
5476 Use read--expression (bug#15102).
5477
5478 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
5479
5480 Remove byte compiler warnings, visible when compiling with
5481 `byte-compile-force-lexical-warnings' set to t.
5482
5483 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
5484 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
5485 (tramp-handle-unhandled-file-name-directory)
5486 (tramp-handle-file-notify-add-watch, tramp-action-login)
5487 (tramp-action-succeed, tramp-action-permission-denied)
5488 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
5489 arguments with "_".
5490
5491 * net/tramp-adb.el (tramp-adb-parse-device-names)
5492 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
5493 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
5494 (tramp-adb-handle-file-truename): Remove unused arguments.
5495
5496 * net/tramp-cache.el (tramp-flush-directory-property)
5497 (tramp-flush-connection-property, tramp-list-connections)
5498 (tramp-parse-connection-properties): Prefix unused arguments with "_".
5499
5500 * net/tramp-compat.el (tramp-compat-make-temp-file):
5501 Rename FILENAME to F.
5502
5503 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5504 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
5505 (tramp-zeroconf-parse-workstation-device-names)
5506 (tramp-zeroconf-parse-webdav-device-names)
5507 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
5508
5509 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5510 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
5511
5512 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
5513 arguments.
5514 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
5515 (tramp-sh-handle-insert-file-contents-literally)
5516 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
5517 with "_".
5518 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
5519 Remove unused variables.
5520
5521 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5522 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
5523 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
5524
5525 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
5526 Make them a defconst.
5527 (tramp-uuencode-region): Remove unused variable.
5528
5529 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
5530
5531 * frameset.el (frameset--prop-setter): New function.
5532 (frameset-prop): Add gv-setter declaration.
5533 (frameset-filter-minibuffer): Deal with the case that the minibuffer
5534 parameter was already set in FILTERED. Doc fix.
5535 (frameset--record-minibuffer-relationships): Allow saving a
5536 minibufferless frame without its corresponding minibuffer frame.
5537 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
5538 frame, if the frame id matches.
5539 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
5540 frames before orphaned ones.
5541 (frameset-restore): Warn about orphaned windows, instead of error out.
5542
5543 2013-08-14 Martin Rudalics <rudalics@gmx.at>
5544
5545 * window.el (window-make-atom): Don't overwrite parameter
5546 already present.
5547 (display-buffer-in-atom-window): Handle special case where we
5548 split an already atomic window.
5549 (window--major-non-side-window, display-buffer-in-side-window)
5550 (window--side-check): Ignore minibuffer window when walking
5551 window tree.
5552 (window-deletable-p): Return 'frame only if no other frame uses
5553 our minibuffer window.
5554 (record-window-buffer): Run buffer-list-update-hook.
5555 (split-window): Make sure window--check-frame won't destroy an
5556 existing atomic window in case the new window gets nested
5557 inside.
5558 (display-buffer-at-bottom): Ignore minibuffer window when
5559 walking window tree. Don't split a side window.
5560 (pop-to-buffer): Don't set-buffer here, the select-window call
5561 should do that.
5562 (mouse-autoselect-window-select): Autoselect only if we are in the
5563 text portion of the window.
5564
5565 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5566
5567 * net/shr.el (shr-parse-image-data): New function to grab both the
5568 data itself and the Content-Type.
5569 (shr-put-image): Use it.
5570
5571 * net/eww.el (eww-display-image): Ditto.
5572
5573 * image.el (image-content-type-suffixes): New variable.
5574
5575 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5576
5577 * progmodes/python.el (python-imenu--build-tree)
5578 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
5579
5580 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
5581
5582 * simple.el (backward-word): Mention the optional argument.
5583
5584 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5585
5586 * frameset.el (frameset--make): Rename constructor from make-frameset.
5587 (frameset-p, frameset-valid-p): Don't autoload.
5588 (frameset-valid-p): Use normal accessors.
5589
5590 2013-08-13 Glenn Morris <rgm@gnu.org>
5591
5592 * progmodes/compile.el (compile-command): Tweak example in doc.
5593 * obsolete/scribe.el (scribe-mode):
5594 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
5595
5596 * mail/feedmail.el (feedmail-confirm-outgoing)
5597 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
5598
5599 * cus-start.el (truncate-partial-width-windows): Fix type.
5600
5601 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
5602
5603 * net/shr.el (shr-table-horizontal-line): Fix custom type.
5604
5605 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5606
5607 * emacs-lisp/timer.el (timer--time-setter): New function.
5608 (timer--time): Use it as gv-setter.
5609
5610 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
5611 setter is not a symbol.
5612
5613 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
5614
5615 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
5616 if sending fails. This makes debugging easier.
5617
5618 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
5619
5620 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
5621 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
5622 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
5623
5624 2013-08-12 Eli Zaretskii <eliz@gnu.org>
5625
5626 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
5627
5628 2013-08-12 Glenn Morris <rgm@gnu.org>
5629
5630 * format.el (format-annotate-function):
5631 Handle read-only text properties in the source. (Bug#14887)
5632
5633 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5634
5635 * net/eww.el (eww-display-html): Ignore coding system errors.
5636 One web site uses "utf-8lias" as the coding system.
5637
5638 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
5639
5640 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
5641
5642 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
5643
5644 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
5645 (tutorial--detailed-help): Remove unused local variables.
5646 (tutorial--save-tutorial-to): Use ignore-errors.
5647 (help-with-tutorial): Use looking-at-p.
5648
5649 * view.el (view-buffer-other-window, view-buffer-other-frame):
5650 Mark unused arguments.
5651
5652 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
5653 (woman-select-symbol-fonts, woman, woman-find-file)
5654 (woman-insert-file-contents, woman-non-underline-faces):
5655 Use string-match-p.
5656 (woman1-unquote): Move declaration.
5657
5658 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
5659 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
5660 argument. Remove unused local variable.
5661 (xml-parse-elem-type): Use string-match-p.
5662 (xml-substitute-numeric-entities): Use ignore-errors.
5663
5664 * calculator.el (calculator): Mark unused argument.
5665 (calculator-paste, calculator-quit, calculator-integer-p):
5666 Use ignore-errors.
5667 (calculator-string-to-number, calculator-decimal, calculator-exp)
5668 (calculator-op-or-exp): Use string-match-p.
5669
5670 * dired.el (dired-buffer-more-recently-used-p): Declare.
5671 (dired-insert-set-properties, dired-insert-old-subdirs):
5672 Use ignore-errors.
5673
5674 * dired-aux.el (dired-compress): Use ignore-errors.
5675 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
5676 (dired-do-async-shell-command, dired-do-shell-command)
5677 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
5678 (dired-insert-subdir-validate): Use string-match-p.
5679 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
5680 (dired-add-entry): Use string-match-p, looking-at-p.
5681 (dired-insert-subdir-newpos): Remove unused local variable.
5682
5683 * filenotify.el (file-notify-callback): Remove unused local variable.
5684
5685 * filesets.el (filesets-error): Mark unused argument.
5686 (filesets-which-command-p, filesets-filter-dir-names)
5687 (filesets-directory-files, filesets-get-external-viewer)
5688 (filesets-ingroup-get-data): Use string-match-p.
5689
5690 * find-file.el (ff-other-file-name, ff-other-file-name)
5691 (ff-find-the-other-file, ff-cc-hh-converter):
5692 Remove unused local variables.
5693 (ff-get-file-name): Use string-match-p.
5694 (ff-all-dirs-under): Use ignore-errors.
5695
5696 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
5697 (follow-select-if-visible): Remove unused local variable.
5698
5699 * forms.el (read-file-filter): Move declaration.
5700 (forms--make-format, forms--make-parser, forms-insert-record):
5701 Quote function with #'.
5702 (forms--update): Use string-match-p. Quote function with #'.
5703
5704 * help-mode.el (help-dir-local-var-def): Mark unused argument.
5705 (help-make-xrefs): Use looking-at-p.
5706 (help-xref-on-pp): Use looking-at-p, ignore-errors.
5707
5708 * ibuffer.el (ibuffer-ext-visible-p): Declare.
5709 (ibuffer-confirm-operation-on): Use string-match-p.
5710
5711 * msb.el (msb-item-handler, msb-dired-item-handler):
5712 Mark unused arguments.
5713
5714 * ses.el (ses-decode-cell-symbol)
5715 (ses-kill-override): Remove unused local variable.
5716 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
5717 (ses-load): Use ignore-errors, looking-at-p.
5718 (ses-jump-safe): Use ignore-errors.
5719 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
5720
5721 * tabify.el (untabify, tabify): Mark unused arguments.
5722
5723 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
5724 Mark unused argument.
5725 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
5726 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
5727
5728 * emacs-lisp/timer.el (timer--time): Define setter with
5729 gv-define-setter to avoid deprecation warning.
5730
5731 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
5732 (*record-cmpl-statistics-p*): Remove (was commented out).
5733 (cmpl-statistics-block): Remove (body was commented out).
5734 All callers changed.
5735 (add-completions-from-buffer, load-completions-from-file):
5736 Remove unused variables.
5737
5738 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
5739
5740 * filecache.el (file-cache-delete-file-list):
5741 Print message only when told so.
5742 (file-cache-files-matching): Use #' in mapconcat argument.
5743
5744 * ffap.el (ffap-url-at-point): Fix reference to variable
5745 thing-at-point-default-mail-uri-scheme.
5746
5747 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5748
5749 * subr.el (define-error): New function.
5750 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
5751 error-file-not-found and define with define-error.
5752 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
5753 and define with define-error.
5754 * userlock.el (file-locked, file-supersession):
5755 * simple.el (mark-inactive):
5756 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
5757 * progmodes/ada-mode.el (ada-mode-errors):
5758 * play/life.el (life-extinct):
5759 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
5760 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
5761 * nxml/rng-util.el (rng-error):
5762 * nxml/rng-uri.el (rng-uri-error):
5763 * nxml/rng-match.el (rng-compile-error):
5764 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
5765 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
5766 * nxml/nxml-rap.el (nxml-scan-error):
5767 * nxml/nxml-outln.el (nxml-outline-error):
5768 * net/soap-client.el (soap-error):
5769 * net/gnutls.el (gnutls-error):
5770 * net/ange-ftp.el (ftp-error):
5771 * mpc.el (mpc-proc-error):
5772 * json.el (json-error, json-readtable-error, json-unknown-keyword)
5773 (json-number-format, json-string-escape, json-string-format)
5774 (json-key-format, json-object-format):
5775 * jka-compr.el (compression-error):
5776 * international/quail.el (quail-error):
5777 * international/kkc.el (kkc-error):
5778 * emacs-lisp/ert.el (ert-test-failed):
5779 * calc/calc.el (calc-error, inexact-result, math-overflow)
5780 (math-underflow):
5781 * bookmark.el (bookmark-error-no-filename):
5782 * epg.el (epg-error): Define with define-error.
5783
5784 * time.el (display-time-event-handler)
5785 (display-time-next-load-average): Don't call sit-for since it seems
5786 unnecessary (bug#15045).
5787
5788 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
5789 Use #' instead of ' to quote functions.
5790 (checkdoc-output-mode): Use setq-local.
5791 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
5792 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
5793 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
5794 (checkdoc-ispell, checkdoc-ispell-current-buffer)
5795 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
5796 (checkdoc-ispell-message-text, checkdoc-ispell-start)
5797 (checkdoc-ispell-continue, checkdoc-ispell-comments)
5798 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
5799
5800 * ido.el (ido-completion-help): Fix up compiler warning.
5801
5802 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
5803
5804 * frameset.el (frameset-p): Add autoload cookie.
5805 (frameset--jump-to-register): New function, based on code moved from
5806 register.el.
5807 (frameset-to-register): Move from register.el. Adapt to `registerv'.
5808
5809 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
5810 (frameset-restore, frameset-save, frameset-session-filter-alist):
5811 Remove declarations.
5812 (register-alist): Doc fix.
5813 (frameset-to-register): Move to frameset.el.
5814 (jump-to-register, describe-register-1): Remove frameset-specific code.
5815
5816 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
5817
5818 * allout-widgets.el (allout-widgets-pre-command-business)
5819 (allout-widgets-post-command-business)
5820 (allout-widgets-after-change-handler)
5821 (allout-decorate-item-and-context, allout-set-boundary-marker)
5822 (allout-body-modification-handler)
5823 (allout-graphics-modification-handler): Mark ignored arguments.
5824 (allout-widgets-post-command-business)
5825 (allout-widgets-exposure-change-processor)
5826 (allout-widgets-exposure-undo-processor)
5827 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
5828 (allout-parse-item-at-point, allout-decorate-item-guides)
5829 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
5830 * allout.el (epa-passphrase-callback-function): Declare.
5831 (allout-overlay-insert-in-front-handler)
5832 (allout-overlay-interior-modification-handler)
5833 (allout-isearch-end-handler, allout-chart-siblings)
5834 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
5835 (allout-yank-processing, allout-process-exposed)
5836 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5837 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
5838 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
5839 (lisp-indent-defform): Mark ignored arguments.
5840 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
5841 (calculate-lisp-indent): Remove unused variables.
5842 * international/characters.el (indian-2-column, arabic-2-column)
5843 (tibetan): Mark ignored arguments.
5844 (use-cjk-char-width-table): Mark ignored arguments.
5845 Remove unused variables.
5846 * international/fontset.el (build-default-fontset-data)
5847 (x-compose-font-name, create-fontset-from-fontset-spec):
5848 Mark ignored arguments.
5849 (fontset-plain-name): Remove unused variables.
5850 * international/mule.el (charset-id, charset-bytes, generic-char-p)
5851 (keyboard-coding-system): Mark ignored arguments.
5852 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
5853 * help.el (resize-temp-buffer-window):
5854 * window.el (display-buffer-in-major-side-window)
5855 (display-buffer-in-side-window, display-buffer-in-previous-window):
5856 Remove unused variables.
5857 * isearch.el (isearch-forward-symbol):
5858 * version.el (emacs-bzr-version-bzr):
5859 * international/mule-cmds.el (current-language-environment):
5860 * term/common-win.el (x-handle-iconic, x-handle-geometry)
5861 (x-handle-display):
5862 * term/pc-win.el (x-list-fonts, x-display-planes)
5863 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
5864 (x-server-version, x-display-screens, x-display-mm-height)
5865 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
5866 (x-selection-owner-p, x-own-selection-internal)
5867 (x-disown-selection-internal, x-get-selection-internal)
5868 (msdos-initialize-window-system):
5869 * term/tty-colors.el (tty-color-alist, tty-color-clear):
5870 * term/x-win.el (x-handle-no-bitmap-icon):
5871 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
5872 (vc-default-find-file-hook, vc-default-extra-menu):
5873 Mark ignored arguments.
5874
5875 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5876
5877 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
5878 break-condition in the context of the debugged code (bug#12685).
5879
5880 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
5881
5882 * comint.el:
5883 Do not use an overlay to highlight the last prompt. (Bug#14744)
5884 (comint-mode): Make comint-last-prompt buffer local.
5885 (comint-last-prompt): New variable.
5886 (comint-last-prompt-overlay): Remove. Superseded by
5887 comint-last-prompt.
5888 (comint-snapshot-last-prompt, comint-output-filter):
5889 Use comint-last-prompt.
5890
5891 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
5892
5893 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
5894 (frameset-save): Check validity of the resulting frameset.
5895
5896 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
5897
5898 * ido.el (ido-record-command): Add doc string.
5899
5900 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
5901
5902 * frameset.el (frameset): Do not disable creation of the default
5903 frameset-p predicate. Doc fix.
5904 (frameset-valid-p): New function, copied from the old predicate-p.
5905 Add additional checks.
5906 (frameset-restore): Check with frameset-valid-p.
5907 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
5908 (frameset-name, frameset-description, frameset-properties)
5909 (frameset-states): Add docstring.
5910 (frameset-session-filter-alist, frameset-persistent-filter-alist)
5911 (frameset-filter-alist): Doc fixes.
5912
5913 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
5914
5915 * frameset.el (frameset-p, frameset-prop): Doc fixes.
5916
5917 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5918
5919 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
5920 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
5921 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
5922 (byte-compile-normal-call): Remove obsolescence check.
5923
5924 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
5925
5926 * frameset.el (frameset-restore): Doc fix.
5927
5928 * register.el (frameset-frame-id, frameset-frame-with-id)
5929 (frameset-p, frameset-restore, frameset-save): Declare.
5930 (register-alist): Document framesets.
5931 (frameset-session-filter-alist): Declare.
5932 (frameset-to-register): New function.
5933 (jump-to-register): Implement jumping to framesets. Doc fix.
5934 (describe-register-1): Describe framesets.
5935
5936 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
5937
5938 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
5939
5940 * desktop.el (desktop-save-frameset): Use new frameset-save args.
5941 Use lexical-binding.
5942
5943 * frameset.el (frameset): Use type vector, not list (incompatible
5944 change). Do not declare a new constructor, use the default one.
5945 Upgrade suggested properties `app', `name' and `desc' to slots `app',
5946 `name' and `description', respectively, and add read-only slot
5947 `timestamp'. Doc fixes.
5948 (frameset-copy, frameset-persistent-filter-alist)
5949 (frameset-filter-alist, frameset-switch-to-gui-p)
5950 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
5951 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
5952 (frameset-filter-iconified, frameset-keep-original-display-p):
5953 Doc fixes.
5954 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
5955 Rename from frameset-filter-(save|restore)-param. All callers changed.
5956 Doc fix.
5957 (frameset-p): Adapt to change to vector and be more thorough.
5958 Change arg name to OBJECT. Doc fix.
5959 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
5960 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
5961 All callers changed.
5962 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
5963 All callers changed.
5964 (frameset--record-minibuffer-relationships): Rename from
5965 frameset--process-minibuffer-frames. All callers changed.
5966 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
5967 Use new default constructor (again). Doc fix.
5968 (frameset--find-frame-if): Rename from `frameset--find-frame.
5969 All callers changed.
5970 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
5971 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
5972 Doc fix.
5973 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
5974 PARAMETERS and WINDOW-STATE, respectively.
5975 (frameset-restore): Add new keyword argument PREDICATE.
5976 Reset frameset--target-display to nil. Doc fix.
5977
5978 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5979
5980 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
5981 (bat-mode): Use it.
5982 (bat-mode-syntax-table): Mark \n as end-of-comment.
5983 (bat-font-lock-keywords): Remove comment rule.
5984
5985 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
5986 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
5987
5988 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
5989 (byte-compile-callargs-warn): Use `push'.
5990 (byte-compile-arglist-warn): Ignore higher-order "calls".
5991 (byte-compile-file-form-autoload): Use `pcase'.
5992 (byte-compile-function-form): If quoting a symbol, check that it exists.
5993
5994 2013-08-07 Eli Zaretskii <eliz@gnu.org>
5995
5996 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
5997 and add a few popular commands found in batch files.
5998 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
5999 (dos-mode): Doc fixes.
6000
6001 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
6002
6003 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
6004 (dos-mode): Use setq-local. Add space after "rem".
6005 (dos-mode-syntax-table): Don't use "w" for symbol chars.
6006 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
6007
6008 2013-08-07 Arni Magnusson <arnima@hafro.is>
6009
6010 * progmodes/dos.el: New file.
6011 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
6012 dos-mode.
6013
6014 2013-08-06 Glenn Morris <rgm@gnu.org>
6015
6016 * calendar/calendar.el: Add new faces, and day-header-array.
6017 (calendar-weekday-header, calendar-weekend-header)
6018 (calendar-month-header): New faces.
6019 (calendar-day-header-construct): New function.
6020 (calendar-day-header-width): Also :set calendar-day-header-array.
6021 (calendar-american-month-header, calendar-european-month-header)
6022 (calendar-iso-month-header): Use calendar- faces.
6023 (calendar-generate-month):
6024 Use calendar-day-header-array for day headers; apply faces to them.
6025 (calendar-mode): Check calendar-font-lock-keywords non-nil.
6026 (calendar-abbrev-construct): Add optional maxlen argument.
6027 (calendar-day-name-array): Doc fix.
6028 (calendar-day-name-array, calendar-abbrev-length)
6029 (calendar-day-abbrev-array):
6030 Also :set calendar-day-header-array, and maybe redraw.
6031 (calendar-day-header-array): New option. (Bug#15007)
6032 (calendar-font-lock-keywords): Set to nil and make obsolete.
6033 (calendar-day-name): Add option to use header array.
6034
6035 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6036
6037 * net/shr.el (shr-render-td): Remove debugging.
6038 (shr-render-td): Make width computation consistent by defaulting
6039 all zero-width columns to 10 characters. This may not be optimal,
6040 but it's at least consistent.
6041 (shr-make-table-1): Redo last change to fix the real problem in
6042 colspan handling.
6043
6044 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
6045
6046 * files.el (cache-long-line-scans):
6047 Make obsolete alias to `cache-long-scans'.
6048
6049 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
6050
6051 * frameset.el (frameset, frameset-filter-alist)
6052 (frameset-filter-params, frameset-save, frameset--reuse-frame)
6053 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
6054 (frameset-compute-pos): Rename from frameset--compute-pos,
6055 and add docstring.
6056 (frameset-move-onscreen): Use frameset-compute-pos.
6057 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
6058
6059 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
6060 Fix typos in docstrings.
6061
6062 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
6063
6064 * frame.el (get-other-frame): Tiny cleanup.
6065
6066 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
6067
6068 * vc/vc.el (vc-default-ignore-completion-table):
6069 Silence byte-compiler warning.
6070
6071 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
6072 slot , which can indeed be nil.
6073 (frameset-live-filter-alist, frameset-persistent-filter-alist):
6074 Move entry for `left' from persistent to live filter alist.
6075 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
6076 Doc fixes.
6077 (frameset-filter-params): When restoring a frame, copy items added to
6078 `filtered', to avoid unwittingly modifying the original parameters.
6079 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
6080 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
6081
6082 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
6083 to use looking-at-p instead of looking-at. (Bug#15028)
6084
6085 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
6086
6087 Revert introduction of isearch-filter-predicates (bug#14714).
6088 Rely on add-function instead.
6089 * isearch.el (isearch-filter-predicates): Rename it back to
6090 isearch-filter-predicate.
6091 (isearch-message-prefix): Use advice-function-mapc and advice
6092 properties to get the isearch-message-prefix.
6093 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
6094 instead of run-hook-with-args-until-failure.
6095 (isearch-filter-visible): Not obsolete any more.
6096 * loadup.el: Preload nadvice.
6097 * replace.el (perform-replace): Revert to funcall
6098 instead of run-hook-with-args-until-failure.
6099 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
6100 * dired-aux.el (dired-isearch-filenames-mode): Rename from
6101 dired-isearch-filenames-toggle; make it into a proper minor mode.
6102 Use add/remove-function.
6103 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
6104 Call the minor-mode rather than add/remove-hook.
6105 (dired-isearch-filter-filenames):
6106 Remove isearch-message-prefix property.
6107 * info.el (Info--search-loop): New function, extracted from Info-search.
6108 Funcall isearch-filter-predicate instead of
6109 run-hook-with-args-until-failure isearch-filter-predicates.
6110 (Info-search): Use it.
6111 (Info-mode): Use isearch-filter-predicate instead of
6112 isearch-filter-predicates.
6113
6114 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
6115
6116 Do not call to `selected-window' where it is assumed by default.
6117 Affected functions are `window-minibuffer-p', `window-dedicated-p',
6118 `window-hscroll', `window-width', `window-height', `window-buffer',
6119 `window-frame', `window-start', `window-point', `next-window'
6120 and `window-display-table'.
6121 * abbrev.el (abbrev--default-expand):
6122 * bs.el (bs--show-with-configuration):
6123 * buff-menu.el (Buffer-menu-mouse-select):
6124 * calc/calc.el (calc):
6125 * calendar/calendar.el (calendar-generate-window):
6126 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
6127 (diary-make-entry):
6128 * comint.el (send-invisible, comint-dynamic-complete-filename)
6129 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
6130 * completion.el (complete):
6131 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
6132 * disp-table.el (describe-current-display-table):
6133 * doc-view.el (doc-view-insert-image):
6134 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
6135 * ehelp.el (with-electric-help):
6136 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6137 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
6138 * emacs-lisp/helper.el (Helper-help-scroller):
6139 * emulation/cua-base.el (cua--post-command-handler-1):
6140 * eshell/esh-mode.el (eshell-output-filter):
6141 * ffap.el (ffap-gnus-wrapper):
6142 * help-macro.el (make-help-screen):
6143 * hilit-chg.el (highlight-compare-buffers):
6144 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
6145 * hl-line.el (global-hl-line-highlight):
6146 * icomplete.el (icomplete-simple-completing-p):
6147 * isearch.el (isearch-done):
6148 * jit-lock.el (jit-lock-stealth-fontify):
6149 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
6150 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
6151 * mpc.el (mpc-tagbrowser, mpc):
6152 * net/rcirc.el (rcirc-any-buffer):
6153 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
6154 * play/landmark.el (landmark-max-width, landmark-max-height):
6155 * play/zone.el (zone):
6156 * progmodes/compile.el (compilation-goto-locus):
6157 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
6158 * progmodes/etags.el (find-tag-other-window):
6159 * progmodes/fortran.el (fortran-column-ruler):
6160 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6161 * progmodes/verilog-mode.el (verilog-point-text):
6162 * reposition.el (reposition-window):
6163 * rot13.el (toggle-rot13-mode):
6164 * server.el (server-switch-buffer):
6165 * shell.el (shell-dynamic-complete-command)
6166 (shell-dynamic-complete-environment-variable):
6167 * simple.el (insert-buffer, set-selective-display)
6168 (delete-completion-window):
6169 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
6170 (speedbar-recenter):
6171 * startup.el (fancy-splash-head):
6172 * textmodes/ispell.el (ispell-command-loop):
6173 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
6174 * tutorial.el (help-with-tutorial):
6175 * vc/add-log.el (add-change-log-entry):
6176 * vc/compare-w.el (compare-windows):
6177 * vc/ediff-help.el (ediff-indent-help-message):
6178 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
6179 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
6180 (ediff-setup-control-frame):
6181 * vc/emerge.el (emerge-position-region):
6182 * vc/pcvs-util.el (cvs-bury-buffer):
6183 * window.el (walk-windows, mouse-autoselect-window-select):
6184 * winner.el (winner-set-conf, winner-undo): Related users changed.
6185
6186 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
6187
6188 * frameset.el (frameset--set-id): Doc fix.
6189 (frameset-frame-id, frameset-frame-id-equal-p)
6190 (frameset-locate-frame-id): New functions.
6191 (frameset--process-minibuffer-frames, frameset--reuse-frame)
6192 (frameset-restore): Use them.
6193
6194 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
6195
6196 Do not call to `selected-frame' where it is assumed by default.
6197 Affected functions are `raise-frame', `redraw-frame',
6198 `frame-first-window', `frame-terminal' and `delete-frame'.
6199 * calendar/appt.el (appt-disp-window):
6200 * epg.el (epg-wait-for-completion):
6201 * follow.el (follow-delete-other-windows-and-split)
6202 (follow-avoid-tail-recenter):
6203 * international/mule.el (set-terminal-coding-system):
6204 * mail/rmail.el (rmail-mail-return):
6205 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6206 * progmodes/f90.el (f90-add-imenu-menu):
6207 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
6208 * server.el (server-switch-buffer):
6209 * simple.el (delete-completion-window):
6210 * talk.el (talk):
6211 * term/xterm.el (terminal-init-xterm-modify-other-keys)
6212 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
6213 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
6214 * vc/ediff.el (ediff-documentation): Related users changed.
6215 * frame.el (selected-terminal): Remove the leftover.
6216
6217 2013-08-05 Glenn Morris <rgm@gnu.org>
6218
6219 * calendar/calendar.el (calendar-generate-month):
6220 Fix for calendar-column-width != 1 + calendar-day-digit-width.
6221 (calendar-generate-month, calendar-font-lock-keywords):
6222 Fix for calendar-day-header-width > length of any day name.
6223
6224 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
6225
6226 * desktop.el (desktop-clear): Use new name of sort predicate.
6227
6228 * frameset.el (frameset): Add docstring. Move :version property to its
6229 own `version' slot.
6230 (frameset-copy): Rename from copy-frameset.
6231 (frameset-p): Check more thoroughly.
6232 (frameset-prop): Do not check for :version, which is no longer a prop.
6233 (frameset-live-filter-alist, frameset-persistent-filter-alist):
6234 Use new :never value instead of t.
6235 (frameset-filter-alist): Expand and clarify docstring.
6236 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
6237 (frameset-filter-minibuffer, frameset-filter-save-param)
6238 (frameset-filter-restore-param, frameset-filter-iconified):
6239 Add pointer to docstring of frameset-filter-alist.
6240 (frameset-filter-params): Rename filter values to be more meaningful:
6241 :never instead of t, and reverse the meanings of :save and :restore.
6242 (frameset--process-minibuffer-frames): Clarify error message.
6243 (frameset-save): Avoid unnecessary and confusing call to framep.
6244 Use new BOA constructor for framesets.
6245 (frameset--reuse-list): Doc fix.
6246 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
6247 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
6248 (frameset-minibufferless-first-p): Doc fix.
6249 Rename from frameset-sort-frames-for-deletion.
6250 (frameset-restore): Doc fixes. Use new function names.
6251 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
6252
6253 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
6254
6255 * desktop.el (desktop-restore-forces-onscreen)
6256 (desktop-restore-reuses-frames): Document :keyword constant values.
6257 (desktop-filter-parameters-alist): Remove, now identical to
6258 frameset-filter-alist.
6259 (desktop--filter-tty*): Remove, moved to frameset.el.
6260 (desktop-save-frameset, desktop-restore-frameset):
6261 Do not pass :filters argument.
6262
6263 * frameset.el (frameset-live-filter-alist)
6264 (frameset-persistent-filter-alist): New variables.
6265 (frameset-filter-alist): Use them. Add autoload cookie.
6266 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
6267 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
6268 `frameset--id' (it's supposed to be internal to frameset.el).
6269 (frameset--process-minibuffer-frames): Ditto. Doc fix.
6270 (frameset--initial-params): New function.
6271 (frameset--get-frame): Use it. Doc fix.
6272 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
6273 Accept :all, not 'all.
6274 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
6275 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
6276 with fbound symbols. Fix frame id matching, and remove matching ids if
6277 the frame being restored is deleted. Obey :delete.
6278
6279 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
6280
6281 * subr.el (macrop): New function.
6282 (text-clone--maintaining): New var.
6283 (text-clone--maintain): Rename from text-clone-maintain. Use it
6284 instead of inhibit-modification-hooks.
6285
6286 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
6287 a proxy, so as handle autoloads and redefinitions of the target.
6288 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
6289
6290 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
6291 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
6292 (pcase--mutually-exclusive-p): New function.
6293 (pcase--split-consp): Use it.
6294 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
6295 mutually exclusive with the current predicate.
6296
6297 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
6298 (edebug-macrop): Remove. Use `macrop' instead.
6299 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
6300 (ad-macro-p):
6301 * eshell/esh-cmd.el (eshell-macrop):
6302 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
6303
6304 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
6305
6306 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
6307 (advice-mapc): New function, using it.
6308 (advice-function-member-p): New function.
6309 (advice--normalize): Store the cdr in advice--saved-rewrite since
6310 that's the part that will be changed.
6311 (advice--symbol-function): New function.
6312 (advice-remove): Handle removal before the function is defined.
6313 Adjust to new advice--saved-rewrite.
6314 (advice-member-p): Use advice-function-member-p and
6315 advice--symbol-function.
6316
6317 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
6318
6319 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
6320 (frameset-filter-minibuffer): Doc fix.
6321 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
6322 (frameset--set-id, frameset--process-minibuffer-frames)
6323 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
6324 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
6325
6326 * desktop.el (desktop-clear): Only delete frames when called
6327 interactively and desktop-restore-frames is non-nil. Doc fix.
6328 (desktop-read): Set desktop-saved-frameset to nil.
6329
6330 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
6331
6332 * vc/vc.el (vc-ignore): Rewrite.
6333 (vc-default-ignore-completion-table):
6334 (vc--read-lines):
6335 (vc--add-line, vc--remove-regexp): New functions.
6336
6337 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
6338 (vc-svn-ignore-completion-table): New function.
6339
6340 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
6341 (vc-hg-ignore-completion-table):
6342 (vc-hg-find-ignore-file): New functions.
6343
6344 * vc/vc-git.el (vc-git-ignore): Rewrite.
6345 (vc-git-ignore-completion-table):
6346 (vc-git-find-ignore-file): New functions.
6347
6348 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
6349
6350 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
6351 (vc-bzr-ignore-completion-table):
6352 (vc-bzr-find-ignore-file): New functions.
6353
6354 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
6355
6356 * frameset.el (frameset-prop): New function and setter.
6357 (frameset-save): Do not modify frame list passed by the caller.
6358
6359 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6360
6361 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
6362
6363 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
6364
6365 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
6366 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
6367
6368 * custom.el (custom-initialize-default, custom-initialize-set)
6369 (custom-initialize-reset, custom-initialize-changed): Affect the
6370 toplevel-default-value (bug#6275, bug#14586).
6371 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
6372 for bug#6275.
6373
6374 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
6375
6376 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6377 Add cl-def* expressions.
6378
6379 * frameset.el (frameset-filter-params): Fix order of arguments.
6380
6381 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
6382
6383 Move code related to saving frames to frameset.el.
6384 * desktop.el: Require frameset.
6385 (desktop-restore-frames): Doc fix.
6386 (desktop-restore-reuses-frames): Rename from
6387 desktop-restoring-reuses-frames.
6388 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
6389 (desktop-clear): Clear frames too.
6390 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
6391 (desktop--filter-tty*, desktop-save, desktop-read):
6392 Use frameset functions.
6393 (desktop-before-saving-frames-functions, desktop--filter-*-color)
6394 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
6395 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
6396 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
6397 (desktop--process-minibuffer-frames, desktop-save-frames)
6398 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
6399 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
6400 (desktop--sort-states, desktop-restoring-frames-p)
6401 (desktop-restore-frames): Remove. Most code moved to frameset.el.
6402 (desktop-restoring-frameset-p, desktop-restore-frameset)
6403 (desktop--check-dont-save, desktop-save-frameset): New functions.
6404 (desktop--app-id): New constant.
6405 (desktop-first-buffer, desktop-buffer-ok-count)
6406 (desktop-buffer-fail-count): Move before first use.
6407 * frameset.el: New file.
6408
6409 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * files.el: Use lexical-binding.
6412 (dir-locals-read-from-file): Remove unused `err' variable.
6413 (hack-dir-local-variables--warned-coding): New var.
6414 (hack-dir-local-variables): Use it to avoid repeated warnings.
6415 (make-backup-file-name--default-function): New function.
6416 (make-backup-file-name-function): Use it as default.
6417 (buffer-stale--default-function): New function.
6418 (buffer-stale-function): Use it as default.
6419 (revert-buffer-insert-file-contents--default-function): New function.
6420 (revert-buffer-insert-file-contents-function): Use it as default.
6421 (insert-directory): Avoid add-to-list.
6422
6423 * autorevert.el (auto-revert-handler): Simplify.
6424 Use buffer-stale--default-function.
6425
6426 2013-08-01 Tassilo Horn <tsdh@gnu.org>
6427
6428 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
6429
6430 * whitespace.el (whitespace-ensure-local-variables): New function.
6431 (whitespace-cleanup-region): Call it.
6432 (whitespace-turn-on): Call it.
6433
6434 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
6435
6436 Complete file name handlers.
6437
6438 * net/tramp.el (tramp-handle-set-visited-file-modtime)
6439 (tramp-handle-verify-visited-file-modtime)
6440 (tramp-handle-file-notify-rm-watch): New functions.
6441 (tramp-call-process): Do not bind `default-directory'.
6442
6443 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6444 Order alphabetically.
6445 [access-file, add-name-to-file, dired-call-process]:
6446 [dired-compress-file, file-acl, file-notify-rm-watch]:
6447 [file-ownership-preserved-p, file-selinux-context]:
6448 [make-directory-internal, make-symbolic-link, set-file-acl]:
6449 [set-file-selinux-context, set-visited-file-modtime]:
6450 [verify-visited-file-modtime]: Add handler.
6451 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
6452
6453 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
6454 [file-notify-add-watch, file-notify-rm-watch]:
6455 [set-file-times, set-visited-file-modtime]:
6456 [verify-visited-file-modtime]: Add handler.
6457 (with-tramp-gvfs-error-message)
6458 (tramp-gvfs-handle-set-visited-file-modtime)
6459 (tramp-gvfs-fuse-file-name): Remove.
6460 (tramp-gvfs-handle-file-notify-add-watch)
6461 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
6462 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
6463
6464 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6465 Order alphabetically.
6466 [file-notify-rm-watch ]: Use default Tramp handler.
6467 [executable-find]: Remove private handler.
6468 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
6469 `default-directory'.
6470 (tramp-sh-handle-executable-find)
6471 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
6472 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6473 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
6474 Do not use `format' in `tramp-message'.
6475
6476 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
6477 [file-notify-rm-watch, set-visited-file-modtime]:
6478 [verify-visited-file-modtime]: Add handler.
6479 (tramp-smb-call-winexe): Do not bind `default-directory'.
6480
6481 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
6482
6483 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
6484
6485 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
6486
6487 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
6488 use it.
6489 (log-view-diff-changeset): Same.
6490 (log-view-diff-common): Call backend command `previous-revision'
6491 to find out the previous revision, in both cases. Swap the
6492 variables `to' and `fr', so that `fr' usually refers to the
6493 earlier revision (Bug#14989).
6494
6495 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
6496
6497 * ibuf-ext.el (ibuffer-filter-by-filename):
6498 Make it work with dired buffers too.
6499
6500 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
6501
6502 * emacs-lisp/re-builder.el (reb-color-display-p):
6503 * files.el (save-buffers-kill-terminal):
6504 * net/browse-url.el (browse-url):
6505 * server.el (server-save-buffers-kill-terminal):
6506 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
6507 Prefer nil to selected-frame for the first arg of frame-parameter.
6508
6509 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
6510
6511 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
6512
6513 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
6514
6515 * minibuffer.el (completion--twq-all): Try and preserve each
6516 completion's case choice (bug#14907).
6517
6518 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6519
6520 * net/network-stream.el (open-network-stream): Mention the new
6521 :nogreeting parameter.
6522 (network-stream-open-starttls): Use the :nogreeting parameter
6523 (bug#14938).
6524
6525 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
6526
6527 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
6528 more natural than popping.
6529
6530 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
6531 (shr-urlify): Highlight under mouse.
6532
6533 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
6534
6535 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
6536
6537 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
6538
6539 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
6540 buffer for output.
6541
6542 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
6543 point-min==1. Fix search string. Fix parentheses missing.
6544
6545 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
6546 assume point-min==1. Fix search string. Fix parentheses missing.
6547
6548 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
6549
6550 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
6551 buffer for output.
6552
6553 2013-07-29 Eli Zaretskii <eliz@gnu.org>
6554
6555 * frame.el (frame-notice-user-settings): Avoid inflooping when the
6556 initial frame is minibuffer-less. (Bug#14841)
6557
6558 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
6559
6560 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
6561 option.
6562
6563 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6564 (tramp-maybe-open-connection): Use it.
6565
6566 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
6567
6568 * desktop.el (desktop--make-frame): Include `minibuffer' in the
6569 minimal set of parameters passed when creating a frame, because
6570 the minibuffer status of a frame cannot be changed later.
6571
6572 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
6573
6574 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
6575 replace-regexp-in-string and inadvertent omissions in previous change.
6576 (todo-filter-items): Ensure only file names are comma-separated in
6577 name of filtered items buffer.
6578
6579 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
6580
6581 * desktop.el: Optionally force offscreen frames back onscreen.
6582 (desktop-restoring-reuses-frames): New option.
6583 (desktop--compute-pos, desktop--move-onscreen): New functions.
6584 (desktop--make-frame): Use desktop--move-onscreen.
6585
6586 2013-07-27 Alan Mackenzie <acm@muc.de>
6587
6588 Fontify a Java generic method as a function.
6589 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
6590 value to t.
6591
6592 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
6593
6594 * calendar/todo-mode.el: Add command to rename todo files.
6595 (todo-rename-file): New command.
6596 (todo-key-bindings-t): Add key binding for it. Change the
6597 bindings of todo-filter-regexp-items(-multifile) to use `x'
6598 instead of `r', since the latter is better suited to the new
6599 renaming command.
6600
6601 2013-07-27 Alan Mackenzie <acm@muc.de>
6602
6603 Make Java try-with-resources statement parse properly.
6604 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
6605 (c-block-stmt-1-2-key): New language constants/variables.
6606 * progmodes/cc-engine.el (c-beginning-of-statement-1)
6607 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
6608 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
6609 with c-block-stmt-1-2-key.
6610
6611 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
6612
6613 * desktop.el (desktop--make-frame): Apply most frame parameters after
6614 creating the frame to force (partially or totally) offscreen frames to
6615 be restored as such.
6616
6617 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
6618
6619 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
6620 (Bug#14948)
6621
6622 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6623
6624 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
6625 `base' arg of backtrace-frame.
6626
6627 2013-07-26 Eli Zaretskii <eliz@gnu.org>
6628
6629 * simple.el (list-processes): Doc fix.
6630
6631 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
6632
6633 * desktop.el (desktop--select-frame):
6634 Try harder to reuse existing frames.
6635
6636 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6637
6638 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
6639 (edebug-eval): Use backtrace-eval.
6640 (edebug--display, edebug--recursive-edit): Don't let-bind the
6641 edebug-outer-* vars that keep track of variables we locally let-bind.
6642 (edebug-outside-excursion): Don't restore outside values of locally
6643 let-bound vars.
6644 (edebug--display): Use user-error.
6645 (cl-lexical-debug, cl-debug-env): Remove.
6646
6647 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
6648
6649 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
6650 are restored to be sure that they are visible before deleting any
6651 remaining ones.
6652
6653 2013-07-26 Matthias Meulien <orontee@gmail.com>
6654
6655 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
6656 vc-print-root-log. (Bug#14948)
6657
6658 2013-07-26 Richard Stallman <rms@gnu.org>
6659
6660 Add aliases for encrypting mail.
6661 * epa.el (epa-mail-aliases): New option.
6662 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
6663 Bind inhibit-read-only so read-only text doesn't ruin everything.
6664 (epa-mail-default-recipients): New subroutine broken out.
6665 Handle epa-mail-aliases.
6666
6667 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6668
6669 Add support for lexical variables to the debugger's `e' command.
6670 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
6671 vars, except for debugger-outer-match-data.
6672 (debugger-frame-number): Move check for "on a function call" from
6673 callers into it. Add `skip-base' argument.
6674 (debugger-frame, debugger-frame-clear): Simplify accordingly.
6675 (debugger-env-macro): Only reset the state stored in non-variables,
6676 i.e. current-buffer and match-data.
6677 (debugger-eval-expression): Rewrite using backtrace-eval.
6678 * subr.el (internal--called-interactively-p--get-frame): Remove.
6679 (called-interactively-p):
6680 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
6681 `base' arg of backtrace-frame instead.
6682
6683 2013-07-26 Glenn Morris <rgm@gnu.org>
6684
6685 * align.el (align-regexp): Doc fix. (Bug#14857)
6686 (align-region): Explicit error if subexpression missing/does not match.
6687
6688 * simple.el (global-visual-line-mode):
6689 Do not duplicate the mode lighter. (Bug#14858)
6690
6691 2013-07-25 Martin Rudalics <rudalics@gmx.at>
6692
6693 * window.el (display-buffer): In display-buffer bind
6694 split-window-keep-point to t, bug#14829.
6695
6696 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
6697
6698 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
6699 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
6700 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
6701 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6702 Change accordingly.
6703 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6704 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
6705
6706 2013-07-25 Glenn Morris <rgm@gnu.org>
6707
6708 * dired-x.el (dired-mark-extension): Convert comment to doc string.
6709
6710 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
6711
6712 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
6713 parameter to modify-frame-parameters if the value has not changed;
6714 this is a workaround for bug#14949.
6715 (desktop--make-frame): On cl-delete-if call, check parameter name,
6716 not full parameter.
6717
6718 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
6719
6720 * vc/vc.el (vc-ignore): New function.
6721
6722 * vc/vc-svn.el (vc-svn-ignore): New function.
6723
6724 * vc/vc-hg.el (vc-hg-ignore): New function.
6725
6726 * vc/vc-git.el (vc-git-ignore): New function.
6727
6728 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
6729 (vc-dir-ignore): New function.
6730
6731 * vc/vc-cvs.el (vc-cvs-ignore): New function.
6732 (cvs-append-to-ignore): Move here from pcvs.el.
6733
6734 * vc/vc-bzr.el (vc-bzr-ignore): New function.
6735
6736 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
6737
6738 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
6739
6740 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
6741 (desktop-restore-frames): Warn when deleting an existing frame failed.
6742
6743 2013-07-24 Glenn Morris <rgm@gnu.org>
6744
6745 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
6746
6747 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
6748
6749 * filenotify.el (file-notify-supported-p):
6750 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6751 Remove functions.
6752
6753 * autorevert.el (auto-revert-use-notify):
6754 (auto-revert-notify-add-watch):
6755 * net/tramp.el (tramp-file-name-for-operation):
6756 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6757 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6758 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6759 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6760 Remove `file-notify-supported-p' entry.
6761
6762 2013-07-24 Glenn Morris <rgm@gnu.org>
6763
6764 * printing.el: Replace all uses of deleted ps-windows-system,
6765 ps-lp-system, ps-flatten-list with lpr- versions.
6766
6767 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6768
6769 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
6770 checked with memq (bug#14935).
6771
6772 * files.el (revert-buffer-function): Use a non-nil default.
6773 (revert-buffer-preserve-modes): Declare var to
6774 provide access to the `preserve-modes' argument.
6775 (revert-buffer): Let-bind it.
6776 (revert-buffer--default): New function, extracted from revert-buffer.
6777
6778 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6779
6780 * lpr.el: Signal print errors more prominently.
6781 (print-region-function): Don't default to nil.
6782 (lpr-print-region): New function, extracted from print-region-1.
6783 Check lpr's return value and signal an error in case of problem.
6784 (print-region-1): Use it.
6785 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
6786 versions instead.
6787 (ps-printer-name): Default to nil.
6788 (ps-printer-name-option): Default to lpr-printer-switch.
6789 (ps-print-region-function): Don't default to nil.
6790 (ps-postscript-code-directory): Simplify default.
6791 (ps-do-despool): Use lpr-print-region to properly check the outcome.
6792 (ps-string-list, ps-eval-switch, ps-flatten-list)
6793 (ps-flatten-list-1): Remove.
6794 (ps-multibyte-buffer): Avoid setq.
6795 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
6796 (print-region-function, ps-print-region-function): Don't set them here.
6797
6798 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
6799
6800 * ido.el (ido-fractionp):
6801 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
6802 (ido-max-file-prompt-width, ido-unc-hosts-cache)
6803 (ido-max-directory-size, ido-max-dir-file-cache)
6804 (ido-decorations): Doc fix.
6805
6806 * ansi-color.el: Fix old URL.
6807
6808 2013-07-23 Michael R. Mauger <michael@mauger.com>
6809
6810 * progmodes/sql.el: Version 3.3
6811 (sql-product-alist): Improve oracle :prompt-cont-regexp.
6812 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
6813 (sql-interactive-remove-continuation-prompt): Rewrite, use
6814 functions above. Fix continuation prompt and complete output line
6815 handling.
6816 (sql-redirect-one, sql-execute): Use `read-only-mode' on
6817 redirected output buffer.
6818 (sql-mode): Restore deleted code (Bug#13591).
6819
6820 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
6821
6822 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
6823
6824 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
6825
6826 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
6827
6828 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6829 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6830 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
6831
6832 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
6833
6834 * desktop.el (desktop-clear): Simplify; remove useless checks
6835 against invalid buffer names.
6836 (desktop-list*): Use cl-list*.
6837 (desktop-buffer-info, desktop-create-buffer): Simplify.
6838
6839 2013-07-23 Leo Liu <sdl.web@gmail.com>
6840
6841 * bookmark.el (bookmark-make-record): Restore NAME as a default
6842 value. (Bug#14933)
6843
6844 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6845
6846 * emacs-lisp/autoload.el (autoload--setup-output): New function,
6847 extracted from autoload--insert-text.
6848 (autoload--insert-text): Remove.
6849 (autoload--print-cookie-text): New function, extracted from
6850 autoload--insert-cookie-text.
6851 (autoload--insert-cookie-text): Remove.
6852 (autoload-generate-file-autoloads): Adjust calls accordingly.
6853
6854 * winner.el (winner-hook-installed-p): Remove.
6855 (winner-mode): Simplify accordingly.
6856
6857 * subr.el (add-to-list): Fix compiler-macro when `append' is
6858 not constant. Don't use `cl-member' for the base case.
6859
6860 * progmodes/subword.el: Fix boundary case (bug#13758).
6861 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
6862 own group.
6863 (subword-backward-regexp): Make it a constant.
6864 (subword-forward-internal): Don't treat a trailing capital as the
6865 beginning of a word.
6866
6867 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
6868
6869 * emacs-lisp/package.el (package-menu-mode): Don't modify the
6870 global value of tabulated-list-revert-hook (bug#14930).
6871
6872 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
6873
6874 * desktop.el: Require 'cl-lib.
6875 (desktop-before-saving-frames-functions): New hook.
6876 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
6877 for frames being saved. Rename from desktop--save-minibuffer-frames.
6878 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
6879 Do not save frames with non-nil `desktop-dont-save' parameter.
6880 Filter out deleted frames.
6881 (desktop--find-frame): Use cl-find-if.
6882 (desktop--select-frame): Use cl-(first|second|third) to access values
6883 of desktop-mini.
6884 (desktop--make-frame): Use cl-delete-if.
6885 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
6886 (desktop-restore-frames): Use cl-(first|second|third) to access values
6887 of desktop-mini. Look for visible frame at the end, not while
6888 restoring frames.
6889
6890 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
6891 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
6892 Use string-match-p, looking-at-p (bug#14927).
6893
6894 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
6895
6896 * desktop.el (desktop-saved-frame-states):
6897 Rename from desktop--saved-states; all users changed.
6898 (desktop-save-frames): Rename from desktop--save-frames.
6899 Do not save state to desktop file.
6900 (desktop-save): Save desktop-saved-frame-states to desktop file
6901 and reset to nil.
6902 (desktop-restoring-frames-p): New function.
6903 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
6904 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
6905 buffer-lists when restoring frames. Suggested by Martin Rudalics.
6906
6907 * desktop.el: Correctly restore iconified frames.
6908 (desktop--filter-iconified-position): New function.
6909 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
6910
6911 2013-07-20 Glenn Morris <rgm@gnu.org>
6912
6913 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
6914 Let `message' do the formatting.
6915 (def-gdb-preempt-display-buffer): Add explicit format.
6916
6917 * image-dired.el (image-dired-track-original-file):
6918 Use with-current-buffer.
6919 (image-dired-track-thumbnail): Use with-current-buffer.
6920 Avoid changing point of wrong window.
6921
6922 * image-dired.el (image-dired-track-original-file):
6923 Avoid changing point of wrong window. (Bug#14909)
6924
6925 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
6926
6927 * progmodes/gdb-mi.el (gdb-done-or-error):
6928 Guard against "%" in gdb output. (Bug#14127)
6929
6930 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
6931
6932 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
6933 (Bug#14826)
6934
6935 * international/mule.el (coding-system-iso-2022-flags): Fix last
6936 change.
6937
6938 2013-07-20 Kenichi Handa <handa@gnu.org>
6939
6940 * international/mule.el (coding-system-iso-2022-flags):
6941 Add `8-bit-level-4'. (Bug#8522)
6942
6943 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6944
6945 * net/shr.el (shr-mouse-browse-url): New command and keystroke
6946 (bug#14815).
6947
6948 * net/eww.el (eww-process-text-input): Allow inputting when the
6949 point is at the start of the line, as the properties aren't
6950 front-sticky.
6951
6952 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
6953 degenerate widths.
6954
6955 2013-07-19 Richard Stallman <rms@gnu.org>
6956
6957 * epa.el (epa-popup-info-window): Doc fix.
6958
6959 * subr.el (split-string): New arg TRIM.
6960
6961 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
6962
6963 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
6964 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
6965
6966 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
6967
6968 * filenotify.el (file-notify--library): Rename from
6969 `file-notify-support'. Do not autoload. Adapt all uses.
6970 (file-notify-supported-p): New defun.
6971
6972 * autorevert.el (auto-revert-use-notify):
6973 Use `file-notify-supported-p' instead of `file-notify-support'.
6974 Adapt docstring.
6975 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
6976
6977 * net/tramp.el (tramp-file-name-for-operation):
6978 Add `file-notify-supported-p'.
6979
6980 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6981 New defun.
6982 (tramp-sh-file-name-handler-alist): Add it as handler for
6983 `file-notify-supported-p '.
6984
6985 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6986 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6987 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6988 Add `ignore' as handler for `file-notify-*' functions.
6989
6990 2013-07-17 Eli Zaretskii <eliz@gnu.org>
6991
6992 * simple.el (line-move-partial, line-move): Don't start vscroll or
6993 scroll-up if the current line is not taller than the window.
6994 (Bug#14881)
6995
6996 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
6997
6998 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
6999 highlight question marks in the method names as strings.
7000 (ruby-block-beg-keywords): Inline.
7001 (ruby-font-lock-keyword-beg-re): Extract from
7002 `ruby-font-lock-keywords'.
7003
7004 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
7005
7006 * frame.el (blink-cursor-blinks): New defcustom.
7007 (blink-cursor-blinks-done): New defvar.
7008 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
7009 (blink-cursor-timer-function): Check if number of blinks has been
7010 done on X and NS.
7011 (blink-cursor-suspend, blink-cursor-check): New defuns.
7012
7013 2013-07-15 Glenn Morris <rgm@gnu.org>
7014
7015 * edmacro.el (edmacro-format-keys): Fix previous change.
7016
7017 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
7018
7019 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
7020 The hack didn't work outside English locales anyway.
7021
7022 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
7023
7024 * simple.el (define-alternatives): Rename from alternatives-define,
7025 per RMS' suggestion.
7026
7027 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
7028
7029 * desktop.el (desktop-restore-frames): Change default to t.
7030 (desktop-restore-in-current-display): Now offer more options.
7031 (desktop-restoring-reuses-frames): New customization option.
7032 (desktop--saved-states): Doc fix.
7033 (desktop-filter-parameters-alist): New variable, renamed and expanded
7034 from desktop--excluded-frame-parameters.
7035 (desktop--target-display): New variable.
7036 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
7037 (desktop--filter-tty*, desktop--filter-*-color)
7038 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7039 (desktop--filter-save-desktop-parm)
7040 (desktop-restore-in-original-display-p): New functions.
7041 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
7042 (desktop--save-minibuffer-frames): New function, inspired by a similar
7043 function from Martin Rudalics.
7044 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
7045 (desktop--restore-in-this-display-p): Remove.
7046 (desktop--find-frame): Rename from desktop--find-frame-in-display
7047 and add predicate argument.
7048 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
7049 (desktop--reuse-list): New variable.
7050 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
7051 New functions.
7052 (desktop--restore-frames): Add support for "minibuffer-special" frames.
7053
7054 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
7055
7056 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
7057
7058 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
7059
7060 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7061 Highlight conversion methods on Kernel.
7062
7063 2013-07-13 Alan Mackenzie <acm@muc.de>
7064
7065 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
7066 and comment it out. This out-commenting enables certain C++
7067 declarations to be parsed correctly.
7068
7069 2013-07-13 Eli Zaretskii <eliz@gnu.org>
7070
7071 * international/mule.el (define-coding-system): Doc fix.
7072
7073 * simple.el (default-font-height): Don't call font-info if the
7074 frame's default font didn't change since the frame was created.
7075 (Bug#14838)
7076
7077 2013-07-13 Leo Liu <sdl.web@gmail.com>
7078
7079 * ido.el (ido-read-file-name): Guard against non-symbol value.
7080
7081 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
7082
7083 * progmodes/python.el (python-imenu--build-tree): Fix corner case
7084 in nested defuns.
7085
7086 2013-07-13 Leo Liu <sdl.web@gmail.com>
7087
7088 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
7089 ido-set-matches call. (Bug#6852)
7090
7091 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
7092
7093 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
7094 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
7095 Ruby 2.0.
7096 (ruby-font-lock-keywords): Distinguish calls to functions with
7097 module-like names from module references. Highlight character
7098 literals.
7099
7100 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
7101
7102 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
7103 (gdb-send): Handle continued commands. (Bug#14847)
7104
7105 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
7106
7107 * desktop.el (desktop--v2s): Remove unused local variable.
7108 (desktop-save-buffer): Make defvar-local; adjust docstring.
7109 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
7110 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
7111
7112 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
7113
7114 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
7115
7116 2013-07-12 Eli Zaretskii <eliz@gnu.org>
7117
7118 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
7119 (Bug#14842)
7120
7121 2013-07-12 Glenn Morris <rgm@gnu.org>
7122
7123 * doc-view.el: Require cl-lib at runtime too.
7124 (doc-view-remove-if): Remove.
7125 (doc-view-search-next-match, doc-view-search-previous-match):
7126 Use cl-remove-if.
7127
7128 * edmacro.el: Require cl-lib at runtime too.
7129 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
7130 (edmacro-mismatch, edmacro-subseq): Remove.
7131
7132 * shadowfile.el: Require cl-lib.
7133 (shadow-remove-if): Remove.
7134 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
7135 Use cl-remove-if.
7136
7137 * wid-edit.el: Require cl-lib.
7138 (widget-choose): Use cl-remove-if.
7139 (widget-remove-if): Remove.
7140
7141 * progmodes/ebrowse.el: Require cl-lib at runtime too.
7142 (ebrowse-delete-if-not): Remove.
7143 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
7144 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
7145 Use cl-delete-if-not.
7146
7147 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
7148
7149 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
7150 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
7151
7152 2013-07-12 Leo Liu <sdl.web@gmail.com>
7153
7154 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
7155
7156 2013-07-11 Glenn Morris <rgm@gnu.org>
7157
7158 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
7159 (edebug-gensym-index, edebug-gensym):
7160 Remove reimplementation of cl-gensym.
7161 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
7162
7163 * thumbs.el: Require cl-lib at run-time too.
7164 (thumbs-gensym-counter, thumbs-gensym):
7165 Remove reimplementation of cl-gensym.
7166 (thumbs-temp-file): Use cl-gensym.
7167
7168 * emacs-lisp/ert.el: Require cl-lib at runtime too.
7169 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
7170 (ert--intersection, ert--set-difference, ert--set-difference-eq)
7171 (ert--union, ert--gensym-counter, ert--gensym-counter)
7172 (ert--coerce-to-vector, ert--remove*, ert--string-position)
7173 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
7174 (ert-make-test-unbound, ert--expand-should-1)
7175 (ert--expand-should, ert--should-error-handle-error)
7176 (should-error, ert--explain-equal-rec)
7177 (ert--plist-difference-explanation, ert-select-tests)
7178 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
7179 Use cl-lib functions rather than reimplementations.
7180
7181 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
7182
7183 * net/tramp.el (tramp-methods): Extend docstring.
7184 (tramp-connection-timeout): New defcustom.
7185 (tramp-error-with-buffer): Reset timestamp only when appropriate.
7186 (with-tramp-progress-reporter): Simplify.
7187 (tramp-process-actions): Improve messages.
7188
7189 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7190 * net/tramp-sh.el (tramp-maybe-open-connection):
7191 Use `tramp-connection-timeout'.
7192 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
7193 (Bug#14808)
7194
7195 2013-07-11 Leo Liu <sdl.web@gmail.com>
7196
7197 * ido.el (ido-read-file-name): Conform to the requirements of
7198 read-file-name. (Bug#11861)
7199 (ido-read-directory-name): Conform to the requirements of
7200 read-directory-name.
7201
7202 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
7203
7204 * subr.el (delay-warning): New function.
7205
7206 2013-07-10 Eli Zaretskii <eliz@gnu.org>
7207
7208 * simple.el (default-line-height): New function.
7209 (line-move-partial, line-move): Use it instead of computing the
7210 line height inline.
7211 (line-move-partial): Always compute ROWH. If the last line is
7212 partially-visible, but its text is completely visible, allow
7213 cursor to enter such a partially-visible line.
7214
7215 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
7216
7217 Improve error messages. (Bug#14808)
7218
7219 * net/tramp.el (tramp-current-connection): New defvar, moved from
7220 tramp-sh.el.
7221 (tramp-message-show-progress-reporter-message): Remove, not
7222 needed anymore.
7223 (tramp-error-with-buffer): Show message in minibuffer.
7224 Discard input before waiting. Reset connection timestamp.
7225 (with-tramp-progress-reporter): Improve messages.
7226 (tramp-process-actions): Use progress reporter. Delete process in
7227 case of error. Improve messages.
7228
7229 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
7230 Call `tramp-error-with-buffer' with vector and buffer.
7231 (tramp-current-connection): Remove.
7232 (tramp-maybe-open-connection): The car of
7233 `tramp-current-connection' are the first 3 slots of the vector.
7234
7235 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
7236
7237 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
7238 inside continued strings.
7239
7240 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
7241
7242 Timestamp fixes for undo (Bug#14824).
7243 * files.el (clear-visited-file-modtime): Move here from fileio.c.
7244
7245 2013-07-10 Leo Liu <sdl.web@gmail.com>
7246
7247 * files.el (require-final-newline): Allow safe local value.
7248 (Bug#14834)
7249
7250 2013-07-09 Leo Liu <sdl.web@gmail.com>
7251
7252 * ido.el (ido-read-directory-name): Handle fallback.
7253 (ido-read-file-name): Update DIR to ido-current-directory.
7254 (Bug#1516)
7255 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
7256
7257 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
7258
7259 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
7260 "autoload". Remove "warn lower camel case" section, previously
7261 commented out. Highlight negation char. Do not highlight the
7262 target in singleton method definitions.
7263
7264 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7265
7266 * faces.el (tty-setup-hook): Declare the hook.
7267
7268 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
7269 and detect when a guard/pred depends on local vars (bug#14773).
7270 (pcase--u1): Adjust caller.
7271
7272 2013-07-08 Eli Zaretskii <eliz@gnu.org>
7273
7274 * simple.el (line-move-partial, line-move): Account for
7275 line-spacing.
7276 (line-move-partial): Avoid setting vscroll when the last
7277 partially-visible line in window is of default height.
7278
7279 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7280
7281 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
7282 been used a while.
7283
7284 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
7285
7286 * subr.el (read-quoted-char): Remove unused local variable `char'.
7287
7288 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
7289
7290 * ediff.el (ediff-version): Version update.
7291 (ediff-files-command, ediff3-files-command, ediff-merge-command)
7292 (ediff-merge-with-ancestor-command, ediff-directories-command)
7293 (ediff-directories3-command, ediff-merge-directories-command)
7294 (ediff-merge-directories-with-ancestor-command): New functions.
7295 All are command-line interfaces to ediff: to facilitate calling
7296 Emacs with the appropriate ediff functions invoked.
7297
7298 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
7299 (viper-save-kill-buffer): Check if buffer is modified.
7300
7301 * viper.el (viper-version): Version update.
7302 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
7303
7304 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7305
7306 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
7307 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
7308 (viper-intercept-ESC-key): Simplify.
7309 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
7310 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
7311 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
7312 (viper-setup-ESC-to-escape): New functions.
7313 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
7314 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
7315
7316 2013-07-07 Eli Zaretskii <eliz@gnu.org>
7317
7318 * simple.el (default-font-height, window-screen-lines):
7319 New functions.
7320 (line-move, line-move-partial): Use them instead of
7321 frame-char-height and window-text-height. This makes scrolling
7322 text smoother when the buffer's default face uses a font that is
7323 different from the frame's default font.
7324
7325 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
7326
7327 * files.el (write-file): Do not display confirm dialog for NS,
7328 it does its own dialog, which can't be canceled (Bug#14578).
7329
7330 2013-07-06 Eli Zaretskii <eliz@gnu.org>
7331
7332 * simple.el (line-move-partial): Adjust the row returned by
7333 posn-at-point for the current window-vscroll. (Bug#14567)
7334
7335 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
7336
7337 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
7338 (tramp-sh-file-inotifywait-process-filter): Handle file names with
7339 spaces.
7340
7341 2013-07-06 Martin Rudalics <rudalics@gmx.at>
7342
7343 * window.el (window-state-put-stale-windows): New variable.
7344 (window--state-put-2): Save list of windows without matching buffer.
7345 (window-state-put): Remove "bufferless" windows if possible.
7346
7347 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
7348
7349 * simple.el (alternatives-define): Remove leftover :group keyword.
7350 Tweak docstring.
7351
7352 2013-07-06 Leo Liu <sdl.web@gmail.com>
7353
7354 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
7355 (ido-enable-virtual-buffers): New variable.
7356 (ido-buffer-internal, ido-toggle-virtual-buffers)
7357 (ido-make-buffer-list): Use it.
7358 (ido-exhibit): Support turning on and off virtual buffers
7359 automatically.
7360
7361 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
7362
7363 * simple.el (alternatives-define): New macro.
7364
7365 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
7366
7367 * subr.el (read-quoted-char): Use read-key.
7368 (sit-for): Let read-event decode tty input (bug#14782).
7369
7370 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
7371
7372 * calendar/todo-mode.el: Add handling of file deletion, both by
7373 mode command and externally. Fix various related bugs.
7374 Clarify Commentary and improve some documentation strings and code.
7375 (todo-delete-file): New command.
7376 (todo-check-file): New function.
7377 (todo-show): Handle external deletion of the file we're trying to
7378 show (bug#14688). Replace called-interactively-p by an optional
7379 prefix argument to avoid problematic interaction with catch form
7380 when byte compiled (bug#14702).
7381 (todo-quit): Handle external deletion of the archive's todo file.
7382 Make sure the buffer that was visiting the archive file is still
7383 live before trying to bury it.
7384 (todo-category-completions): Handle external deletion of any
7385 category completion files.
7386 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
7387 of todo files, in case of external deletion.
7388 (todo-add-file): Replace unnecessary setq by let-binding.
7389 (todo-find-archive): Check whether there are any archives.
7390 Replace unnecessary setq by let-binding.
7391 (todo-archive-done-item): Use find-file-noselect to get the
7392 archive buffer whether or not the archive already exists.
7393 Remove superfluous code. Use file size instead of buffer-file-name to
7394 check if the archive is new; if it is, update list of archives.
7395 (todo-default-todo-file): Allow nil to be a valid value for when
7396 there are no todo files.
7397 (todo-reevaluate-default-file-defcustom): Use corrected definition
7398 of todo-default-todo-file.
7399 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
7400 (todo-delete-category, todo-show-categories-table)
7401 (todo-category-number): Clarify comment.
7402 (todo-filter-items): Clarify documentation string.
7403 (todo-show-current-file, todo-display-as-todo-file)
7404 (todo-reset-and-enable-done-separator): Tweak documentation string.
7405 (todo-done-separator): Make separator length window-width, since
7406 bug#2749 is now fixed.
7407
7408 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
7409
7410 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7411 Support both "gvfs-monitor-dir" and "inotifywait".
7412 (tramp-sh-file-inotifywait-process-filter): Rename from
7413 `tramp-sh-file-notify-process-filter'.
7414 (tramp-sh-file-gvfs-monitor-dir-process-filter)
7415 (tramp-get-remote-gvfs-monitor-dir): New defuns.
7416
7417 2013-07-05 Leo Liu <sdl.web@gmail.com>
7418
7419 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
7420
7421 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7422
7423 * frame.el (display-pixel-height, display-pixel-width)
7424 (display-mm-height, display-mm-width): Mention behavior on
7425 multi-monitor setups in docstrings.
7426 (w32-display-monitor-attributes-list): Declare function.
7427 (display-monitor-attributes-list): Use it.
7428
7429 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
7430
7431 * filenotify.el: New package.
7432
7433 * autorevert.el (top): Require filenotify.el.
7434 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
7435 instead.
7436 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7437 (auto-revert-notify-handler): Use `file-notify-*' functions.
7438
7439 * subr.el (file-notify-handle-event): Move function to filenotify.el.
7440
7441 * net/tramp.el (tramp-file-name-for-operation):
7442 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
7443
7444 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
7445 for `file-notify-add-watch' and `file-notify-rm-watch'.
7446 (tramp-process-sentinel): Improve trace.
7447 (tramp-sh-handle-file-notify-add-watch)
7448 (tramp-sh-file-notify-process-filter)
7449 (tramp-sh-handle-file-notify-rm-watch)
7450 (tramp-get-remote-inotifywait): New defuns.
7451
7452 2013-07-03 Juri Linkov <juri@jurta.org>
7453
7454 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
7455 call of `occur-read-primary-args' to interactive spec.
7456
7457 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
7458 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
7459
7460 2013-07-03 Matthias Meulien <orontee@gmail.com>
7461
7462 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
7463 `Buffer-menu-multi-occur'. Add it to the menu.
7464 (Buffer-menu-mode): Document it in docstring.
7465 (Buffer-menu-multi-occur): New command. (Bug#14673)
7466
7467 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
7468
7469 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
7470 keywords and built-ins.
7471
7472 2013-07-03 Glenn Morris <rgm@gnu.org>
7473
7474 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
7475
7476 Make info-xref checks case-sensitive by default
7477 * info.el (Info-find-node, Info-find-in-tag-table)
7478 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
7479 Add option for exact case matching of nodes.
7480 * info-xref.el (info-xref): New custom group.
7481 (info-xref-case-fold): New option.
7482 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
7483
7484 2013-07-03 Leo Liu <sdl.web@gmail.com>
7485
7486 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
7487
7488 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
7489
7490 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
7491 middle of block statement initially, lower the depth. Remove
7492 FIXME comment, not longer valid. Remove middle of block statement
7493 detection, no need to do that anymore since we've been using
7494 `ruby-parse-region' here.
7495
7496 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
7497
7498 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
7499
7500 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7501
7502 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
7503
7504 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
7505
7506 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
7507 (desktop-restore-in-current-display): New customization option.
7508 (desktop--excluded-frame-parameters): Add `font'.
7509 (desktop--save-frames): Rename from desktop--save-windows.
7510 (desktop--restore-in-this-display-p): New function.
7511 (desktop--make-full-frame): Remove unwanted width/height from
7512 full(width|height) frames.
7513 (desktop--restore-frames): Rename from desktop--restore-windows.
7514 Obey desktop-restore-current-display. Do not delete old frames or
7515 select a new frame unless we were able to restore at least one frame.
7516
7517 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
7518
7519 * files.el (find-file-noselect): Simplify conditional expression.
7520
7521 * remember.el (remember-append-to-file):
7522 Don't mix `find-buffer-visiting' and `get-file-buffer'.
7523
7524 Add `remember-notes' function to store random notes across Emacs
7525 restarts.
7526 * remember.el (remember-data-file): Add :set callback to affect
7527 notes buffer (if any).
7528 (remember-notes): New command.
7529 (remember-notes-buffer-name, bury-remember-notes-on-kill):
7530 New defcustoms for the `remember-notes' function.
7531 (remember-notes-save-and-bury-buffer): New command.
7532 (remember-notes-mode-map): New variable.
7533 (remember-mode): New minor mode.
7534 (remember-notes--kill-buffer-query): New function.
7535 * startup.el (initial-buffer-choice): Add notes to custom type.
7536
7537 2013-06-30 Eli Zaretskii <eliz@gnu.org>
7538
7539 * bindings.el (right-char, left-char): Don't call sit-for, this is
7540 no longer needed. Use arithmetic comparison only for numerical
7541 arguments.
7542
7543 * international/mule-cmds.el (select-safe-coding-system):
7544 Handle the case of FROM being a string correctly. (Bug#14755)
7545
7546 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7547
7548 * net/shr.el (shr-make-table-1): Add a sanity check that allows
7549 progression on degenerate tables.
7550 (shr-rescale-image): ImageMagick animated images currently don't work.
7551
7552 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
7553
7554 Some fixes and improvements for desktop frame restoration.
7555 It is still experimental and disabled by default.
7556 * desktop.el (desktop--save-windows): Put the selected frame at
7557 the head of the list.
7558 (desktop--make-full-frame): New function.
7559 (desktop--restore-windows): Try to re-select the frame that was
7560 selected upon saving. Do not abort if some frames fail to restore,
7561 just show an error message and continue. Set up maximized frames
7562 so they have default non-maximized dimensions.
7563
7564 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
7565
7566 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7567 Don't start heredoc inside a string or comment.
7568
7569 2013-06-29 Eli Zaretskii <eliz@gnu.org>
7570
7571 * bindings.el (visual-order-cursor-movement): New defcustom.
7572 (right-char, left-char): Provide visual-order cursor motion by
7573 calling move-point-visually. Update the doc strings.
7574
7575 2013-06-28 Kenichi Handa <handa@gnu.org>
7576
7577 * international/mule.el (define-coding-system): New coding system
7578 properties :inhibit-null-byte-detection,
7579 :inhibit-iso-escape-detection, and :prefer-utf-8.
7580 (set-buffer-file-coding-system): If :charset-list property of
7581 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
7582 appropriate for setting.
7583
7584 * international/mule-cmds.el (select-safe-coding-system):
7585 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
7586 multibyte characters, return utf-8 (or one of its siblings).
7587
7588 * international/mule-conf.el (prefer-utf-8): New coding system.
7589 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
7590 files.
7591
7592 2013-06-28 Ivan Kanis <ivan@kanis.fr>
7593
7594 * net/shr.el (shr-render-region): New function.
7595
7596 * net/eww.el: Autoload `eww-browse-url'.
7597
7598 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
7599
7600 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7601 Adapt to `package-desc-version' being a list.
7602 Use `package--ac-desc-version' to retrieve version from a package
7603 archive element.
7604
7605 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
7606
7607 New experimental feature to save&restore window and frame setup.
7608 * desktop.el (desktop-save-windows): New defcustom.
7609 (desktop--saved-states): New var.
7610 (desktop--excluded-frame-parameters): New defconst.
7611 (desktop--filter-frame-parms, desktop--find-frame-in-display)
7612 (desktop--restore-windows, desktop--save-windows): New functions.
7613 (desktop-save): Call `desktop--save-windows'.
7614 (desktop-read): Call `desktop--restore-windows'.
7615
7616 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7617
7618 * net/shr.el (add-face-text-property): Remove compat definition.
7619
7620 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
7621
7622 * info.el (Info-try-follow-nearest-node): Move search for footnote
7623 above search for node name to prevent missing a footnote (bug#14717).
7624
7625 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
7626
7627 * obsolete/otodo-mode.el: Add obsolescence info to file header.
7628
7629 2013-06-27 Leo Liu <sdl.web@gmail.com>
7630
7631 * net/eww.el (eww-read-bookmarks): Check file size.
7632
7633 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
7636 advice--pending if newdef is nil or an autoload (bug#13820).
7637 (advice-mapc): New function.
7638
7639 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7640
7641 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
7642 probably.
7643 (eww-mode-map): Add a menu bar.
7644 (eww-add-bookmark): New command.
7645 (eww-bookmark-mode): New mode and commands.
7646 (eww-add-bookmark): Remove newlines from the title.
7647 (eww-bookmark-browse): Don't bug out if it's the only window.
7648
7649 2013-06-26 Glenn Morris <rgm@gnu.org>
7650
7651 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
7652 (hfy-size): Handle ttys. (Bug#14668)
7653
7654 * info-xref.el: Update for Texinfo 5 change in *note format.
7655 (info-xref-node-re, info-xref-note-re): New constants.
7656 (info-xref-check-buffer): Use info-xref-note-re.
7657
7658 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7659
7660 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
7661
7662 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
7663 nil terminate the loop (bug#14718).
7664
7665 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7666
7667 * net/eww.el: Rework history traversal. When going forward/back,
7668 put these actions into the history, too, so that they can be
7669 replayed.
7670 (eww-render): Move the history reset to the correct buffer.
7671
7672 2013-06-25 Juri Linkov <juri@jurta.org>
7673
7674 * files-x.el (modify-dir-local-variable): Change the header comment
7675 in the file with directory local variables. (Bug#14692)
7676
7677 * files-x.el (read-file-local-variable-value): Add `default'.
7678 (Bug#14710)
7679
7680 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7681
7682 * net/eww.el (eww-make-unique-file-name): Create a unique file
7683 name before saving to entering `y' accidentally asynchronously.
7684
7685 2013-06-25 Ivan Kanis <ivan@kanis.fr>
7686
7687 * net/eww.el (eww-download): New command and keystroke.
7688
7689 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7690
7691 * net/eww.el (eww-copy-page-url): Change name of command.
7692
7693 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
7694 be more consistent with Info and dired.
7695
7696 * net/eww.el (eww-mode-map): Ditto.
7697
7698 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
7701 packages from archives.
7702 (package-archive-contents): Change format; include obsolete packages.
7703 (package-desc): Use `dir' to mark builtin packages.
7704 (package--from-builtin): Set the `dir' field to `builtin'.
7705 (generated-autoload-file, version-control): Declare.
7706 (package-compute-transaction): Change first arg and return value to be
7707 lists of package-descs. Adjust to new package-archive-contents format.
7708 (package--add-to-archive-contents): Adjust to new
7709 package-archive-contents format.
7710 (package-download-transaction): Arg is now a list of package-descs.
7711 (package-install): If `pkg' is a package name, pass it as
7712 a requirement, so it is subject to the usual (e.g. disabled) checks.
7713 (describe-package): Accept package-desc as well.
7714 (describe-package-1): Describe a specific package-desc. Add links to
7715 other package-descs for the same package name.
7716 (package-menu-describe-package): Pass the actual package-desc.
7717 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
7718 works correctly.
7719 (package-desc-status): New function.
7720 (package-menu--refresh): New function, extracted
7721 from package-menu--generate.
7722 (package-menu--generate): Use it.
7723 (package-delete): Update package-alist.
7724 (package-menu-execute): Don't call package-initialize.
7725
7726 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
7727 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
7728 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
7729 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
7730 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
7731 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
7732
7733 2013-06-25 Martin Rudalics <rudalics@gmx.at>
7734
7735 * window.el (window--state-get-1): Workaround for bug#14527.
7736 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
7737
7738 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7739
7740 * net/eww.el (eww-back-url): Implement the history by stashing all
7741 the data into a list.
7742 (eww-forward-url): Allow going forward in the history, too.
7743
7744 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
7747 for values and use read--expression for expressions (bug#14710).
7748 (read-file-local-variable): Avoid setq.
7749 (read-file-local-variable-mode): Use minor-mode-list.
7750
7751 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7752
7753 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
7754 for DOI URLs.
7755
7756 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7757
7758 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
7759 Update imenu-support when dialect changes.
7760
7761 2013-06-25 Leo Liu <sdl.web@gmail.com>
7762
7763 * ido.el (ido-read-internal): Allow forward slash on windows.
7764
7765 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7766
7767 * net/eww.el (eww): Start of strings is \\`, not ^.
7768
7769 2013-06-24 Ivan Kanis <ivan@kanis.fr>
7770
7771 * net/shr.el (shr-browse-url): Fix interactive spec.
7772
7773 * net/eww.el (eww): Add a trailing slash to domain names.
7774
7775 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
7776
7777 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
7778
7779 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7780
7781 * net/shr.el (shr-browse-url): Use an external browser if given a
7782 prefix.
7783
7784 * net/eww.el (eww-external-browser): Move to shr.
7785
7786 2013-06-24 Ivan Kanis <ivan@kanis.fr>
7787
7788 * net/eww.el (eww): Work more correctly for file: URLs.
7789 (eww-detect-charset): Allow quoted charsets.
7790 (eww-yank-page-url): New command and keystroke.
7791
7792 2013-06-24 Daiki Ueno <ueno@gnu.org>
7793
7794 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
7795 file name of gpg executable.
7796 (epg-context-program): New function.
7797 (epg-context-home-directory): New function.
7798 (epg-context-set-program): New function.
7799 (epg-context-set-home-directory): New function.
7800 (epg--start): Use `epg-context-program' instead of
7801 'epg-gpg-program'.
7802 (epg--list-keys-1): Likewise.
7803
7804 2013-06-24 Leo Liu <sdl.web@gmail.com>
7805
7806 * ido.el (ido-read-internal): Fix bug#14620.
7807
7808 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
7809
7810 * faces.el (face-documentation): Simplify.
7811 (read-face-attribute, tty-find-type, x-resolve-font-name):
7812 Use `string-match-p'.
7813 (list-faces-display): Use `string-match-p'. Simplify.
7814 (face-spec-recalc): Check face to avoid face alias loops.
7815 (read-color): Use `string-match-p' and non-capturing parenthesis.
7816
7817 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7818
7819 * net/shr.el (shr-rescale-image): Use the new
7820 :max-width/:max-height functionality.
7821
7822 2013-06-23 Ivan Kanis <ivan@kanis.fr>
7823
7824 * net/eww.el (eww-search-prefix): New variable.
7825 (eww): Use it.
7826 (eww-external-browser): New variable.
7827 (eww-mode-map): New keystroke.
7828 (eww-browse-with-external-browser): New command.
7829
7830 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
7831
7832 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
7833
7834 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7835 Don't skip aligning the next header field when padding is 0;
7836 otherwise, field width is not respected unless the title is as
7837 wide as the field.
7838
7839 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * emacs-lisp/package.el (package-el-version): Remove.
7842 (package-process-define-package): Fix inf-loop.
7843 (package-install): Allow symbols as arguments again.
7844
7845 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
7846
7847 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
7848 add some more keyword-like methods.
7849 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
7850
7851 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
7852
7853 * bs.el (bs-buffer-show-mark): Make defvar-local.
7854 (bs-mode): Use setq-local.
7855
7856 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
7857 (emacs-lock--try-unlocking): Make defvar-local.
7858
7859 2013-06-22 Glenn Morris <rgm@gnu.org>
7860
7861 * play/cookie1.el (cookie-apropos): Minor simplification.
7862
7863 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
7864
7865 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
7866
7867 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
7868 `regexp-opt', it breaks the build during dumping.
7869
7870 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
7871
7872 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7873 Highlight keyword-like methods on Kernel and Module with
7874 font-lock-builtin-face.
7875 (auto-mode-alist): Consolidate different entries into one regexp
7876 and add more *file-s.
7877
7878 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
7879
7880 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
7881
7882 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
7883 (diary-entry): Use it in the action of this button type instead of
7884 diary-goto-entry.
7885
7886 * calendar/todo-mode.el: New version.
7887 (todo-add-category): Append new category to end of file and give
7888 it the highest number, instead of putting it at the beginning and
7889 giving it 0. Incorporate noninteractive functionality.
7890 (todo-forward-category): Adapt to 1-based category numbering.
7891 Allow skipping over archived categories.
7892 (todo-backward-category): Derive from todo-forward-category.
7893 (todo-backward-item, todo-forward-item): Make noninteractive and
7894 delegate interactive part to new commands. Make sensitive to done items.
7895 (todo-categories): Make value an alist of category names and
7896 vectors of item counts.
7897 (todo-category-beg): Make a defconst.
7898 (todo-category-number): Use 1 instead of 0 as initial value.
7899 (todo-category-select): Make sensitive to overlays, optional item
7900 highlighting and done items.
7901 (todo-delete-item): Make sensitive to overlays and marked and done items.
7902 (todo-edit-item): Make sensitive to overlays and editing of
7903 date/time header optional. Add format checks.
7904 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
7905 no-op if point is not on an item. Advertise using todo-edit-quit.
7906 (todo-edit-mode): Make sensitive to new format, font-locking, and
7907 multiple todo files.
7908 (todo-insert-item, todo-insert-item-here): Derive from
7909 todo-basic-insert-item and extend functionality.
7910 (todo-item-end, todo-item-start): Make sensitive to done items.
7911 (todo-item-string): Don't return text properties. Restore point.
7912 (todo-jump-to-category): Make sensitive to multiple todo files and
7913 todo archives. Use extended category completion.
7914 (todo-lower-item, todo-raise-item): Rename to *-priority and
7915 derive from todo-set-item-priority.
7916 (todo-mode): Derive from special-mode. Make sensitive to new
7917 format, font-locking and multiple todo files. Make read-only.
7918 (todo-mode-map): Don't suppress digit keys, so they can supply
7919 prefix arguments. Add many new key bindings.
7920 (todo-prefix): Insert as an overlay instead of file text.
7921 Change semantics from diary date expression to purely visual mark.
7922 (todo-print): Rename to todo-print-buffer. Make buffer display
7923 features printable. Remove option to restrict number of items
7924 printed. Add option to print to file.
7925 (todo-print-function): Rename to todo-print-buffer-function.
7926 (todo-quit): Extend to handle exiting new todo modes.
7927 (todo-remove-item): Make sensitive to overlays.
7928 (todo-save): Extend to buffers of filtered items.
7929 (todo-show): Make sensitive to done items, multiple todo files and
7930 new todo modes. Offer to convert legacy todo file before creating
7931 first new todo file.
7932 (todo-show-priorities): Rename to todo-top-priorities.
7933 Change semantics of value 0.
7934 (todo-top-priorities): Rename to todo-filter-top-priorities,
7935 derive from todo-filter-items and extend functionality.
7936 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
7937 and extend functionality to other types of filtered items.
7938 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
7939 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
7940 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
7941 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
7942 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
7943 (todo-edit-mode-hook, todo-entry-prefix-function)
7944 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
7945 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
7946 (todo-initials, todo-insert-threshold, todo-item-string-start)
7947 (todo-line-string, todo-menu, todo-mode-hook)
7948 (todo-more-important-p, todo-previous-answer, todo-previous-line)
7949 (todo-print-priorities, todo-remove-separator)
7950 (todo-save-top-priorities-too, todo-string-count-lines)
7951 (todo-string-multiline-p, todo-time-string-format)
7952 (todo-tmp-buffer-name): Remove.
7953 (todo-add-file, todo-archive-done-item, todo-choose-archive)
7954 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
7955 (todo-edit-category-diary-inclusion)
7956 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
7957 (todo-edit-file, todo-edit-item-date-day)
7958 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
7959 (todo-edit-item-date-month, todo-edit-item-date-to-today)
7960 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
7961 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
7962 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
7963 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
7964 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
7965 (todo-filter-top-priorities-multifile, todo-find-archive)
7966 (todo-find-filtered-items-file, todo-go-to-source-item)
7967 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
7968 (todo-jump-to-archive-category, todo-lower-category)
7969 (todo-mark-category, todo-marked-item-p, todo-merge-category)
7970 (todo-move-category, todo-move-item, todo-next-button)
7971 (todo-next-item, todo-padded-string, todo-powerset)
7972 (todo-previous-button, todo-previous-item)
7973 (todo-print-buffer-to-file, todo-raise-category)
7974 (todo-rename-category, todo-repair-categories-sexp, todo-search)
7975 (todo-set-category-number, todo-set-item-priority)
7976 (todo-set-top-priorities-in-category)
7977 (todo-set-top-priorities-in-file, todo-show-categories-table)
7978 (todo-sort-categories-alphabetically-or-numerically)
7979 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
7980 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
7981 (todo-toggle-item-header, todo-toggle-item-highlighting)
7982 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
7983 (todo-toggle-view-done-items, todo-toggle-view-done-only)
7984 (todo-unarchive-items, todo-unmark-category): New commands.
7985 (todo-absolute-file-name, todo-add-to-buffer-list)
7986 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
7987 (todo-basic-insert-item, todo-category-completions)
7988 (todo-category-number, todo-category-string-matcher-1)
7989 (todo-category-string-matcher-2, todo-check-filtered-items-file)
7990 (todo-check-format, todo-clear-matches)
7991 (todo-comment-string-matcher, todo-convert-legacy-date-time)
7992 (todo-current-category, todo-date-string-matcher)
7993 (todo-define-insertion-command, todo-diary-expired-matcher)
7994 (todo-diary-goto-entry, todo-diary-item-p)
7995 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
7996 (todo-display-categories, todo-display-sorted, todo-done-item-p)
7997 (todo-done-item-section-p, todo-done-separator)
7998 (todo-done-string-matcher, todo-files, todo-filter-items)
7999 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
8000 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
8001 (todo-insert-category-line, todo-insert-item-from-calendar)
8002 (todo-insert-sort-button, todo-insert-with-overlays)
8003 (todo-insertion-command-name, todo-insertion-key-bindings)
8004 (todo-label-to-key, todo-longest-category-name-length)
8005 (todo-make-categories-list, todo-mode-external-set)
8006 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
8007 (todo-modes-set-3, todo-multiple-filter-files)
8008 (todo-nondiary-marker-matcher, todo-prefix-overlays)
8009 (todo-read-category, todo-read-date, todo-read-dayname)
8010 (todo-read-file-name, todo-read-time)
8011 (todo-reevaluate-category-completions-files-defcustom)
8012 (todo-reevaluate-default-file-defcustom)
8013 (todo-reevaluate-filelist-defcustoms)
8014 (todo-reevaluate-filter-files-defcustom)
8015 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
8016 (todo-reset-done-separator, todo-reset-done-separator-string)
8017 (todo-reset-done-string, todo-reset-global-current-todo-file)
8018 (todo-reset-highlight-item, todo-reset-nondiary-marker)
8019 (todo-reset-prefix, todo-set-categories)
8020 (todo-set-date-from-calendar, todo-set-show-current-file)
8021 (todo-set-top-priorities, todo-short-file-name)
8022 (todo-show-current-file, todo-sort, todo-time-string-matcher)
8023 (todo-total-item-counts, todo-update-buffer-list)
8024 (todo-update-categories-display, todo-update-categories-sexp)
8025 (todo-update-count, todo-validate-name, todo-y-or-n-p):
8026 New functions.
8027 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
8028 New major modes.
8029 (todo-categories, todo-display, todo-edit, todo-faces)
8030 (todo-filtered): New defgroups.
8031 (todo-archived-only, todo-button, todo-category-string, todo-date)
8032 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
8033 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
8034 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
8035 (todo-add-item-if-new-category, todo-always-add-time-string)
8036 (todo-categories-align, todo-categories-archived-label)
8037 (todo-categories-category-label, todo-categories-diary-label)
8038 (todo-categories-done-label, todo-categories-number-separator)
8039 (todo-categories-todo-label, todo-categories-totals-label)
8040 (todo-category-completions-files, todo-completion-ignore-case)
8041 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
8042 (todo-done-separator-string, todo-done-string)
8043 (todo-files-function, todo-filter-done-items, todo-filter-files)
8044 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
8045 (todo-initial-category, todo-initial-file, todo-item-mark)
8046 (todo-legacy-date-time-regexp, todo-mode-line-function)
8047 (todo-nondiary-marker, todo-number-prefix)
8048 (todo-print-buffer-function, todo-show-current-file)
8049 (todo-show-done-only, todo-show-first, todo-show-with-done)
8050 (todo-skip-archived-categories, todo-top-priorities-overrides)
8051 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
8052 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
8053 New defcustoms.
8054 (todo-category-done, todo-date-pattern, todo-date-string-start)
8055 (todo-diary-items-buffer, todo-done-string-start)
8056 (todo-filtered-items-buffer, todo-item-start)
8057 (todo-month-abbrev-array, todo-month-name-array)
8058 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
8059 (todo-top-priorities-buffer): New defconsts.
8060 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
8061 (todo-categories-with-marks, todo-category-string-face)
8062 (todo-comment-face, todo-comment-string, todo-current-todo-file)
8063 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
8064 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
8065 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
8066 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
8067 (todo-font-lock-keywords, todo-global-current-todo-file)
8068 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
8069 (todo-insertion-commands-args)
8070 (todo-insertion-commands-args-genlist)
8071 (todo-insertion-commands-names, todo-insertion-map)
8072 (todo-key-bindings-t, todo-key-bindings-t+a)
8073 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
8074 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
8075 (todo-nondiary-face, todo-print-buffer, todo-time-face)
8076 (todo-visited): New variables.
8077
8078 2013-06-21 Glenn Morris <rgm@gnu.org>
8079
8080 * play/cookie1.el (cookie-apropos): Add optional display argument.
8081 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
8082 (psychoanalyze-pinhead): Use cookie-doctor.
8083
8084 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
8085
8086 * emacs-lisp/package.el (tar-get-file-descriptor)
8087 (tar--extract): Declare.
8088
8089 2013-06-21 Eduard Wiebe <usenet@pusto.de>
8090
8091 Extend flymake's warning predicate to be a function (bug#14217).
8092 * progmodes/flymake.el (flymake-warning-predicate): New.
8093 (flymake-parse-line): Use it.
8094 (flymake-warning-re): Make obsolete alias to
8095 `flymake-warning-predicate'.
8096
8097 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8098
8099 * emacs-lisp/package.el (package-alist): Include obsolete packages.
8100 (package-obsolete-list): Remove.
8101 (package-activate): Remove min-version argument. Add `force' argument.
8102 Adjust to new package-alist format.
8103 (package-mark-obsolete): Remove.
8104 (package-unpack): Force reload of the package's autoloads.
8105 (package-installed-p): Check builtins if the installed package is not
8106 recent enough.
8107 (package-initialize): Don't reset package-obsolete-list.
8108 Don't specify which package version to activate.
8109 (package-process-define-package, describe-package-1)
8110 (package-menu--generate): Adjust to new package-alist format.
8111
8112 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
8113
8114 * allout-widgets.el (allout-widgets-mode-off)
8115 (allout-widgets-mode-on, allout-widgets-pre-command-business)
8116 (allout-widgets-post-command-business)
8117 (allout-widgets-after-copy-or-kill-function)
8118 (allout-widgets-after-undo-function, allout-test-range-overlaps)
8119 (allout-decorate-item-and-context)
8120 (allout-graphics-modification-handler): Fix typos in docstrings.
8121 (allout-get-or-create-parent-widget): Use `looking-at-p'.
8122
8123 * cmuscheme.el (scheme-start-file): Doc fix.
8124 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
8125 (scheme-input-filter): Use `string-match-p'.
8126
8127 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
8128
8129 * dired-x.el: Use Dired consistently in docstrings.
8130
8131 * dired.el: Use Dired consistently in docstrings.
8132 (dired-readin, dired-mode): Use `setq-local'.
8133 (dired-switches-alist): Make defvar-local.
8134 (dired-buffers-for-dir): Use `zerop'.
8135 (dired-safe-switches-p, dired-switches-escape-p)
8136 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
8137 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
8138 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
8139 (dired-goto-next-nontrivial-file): Use `string-match-p'.
8140 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
8141 (dired-toggle-marks, dired-mark-files-containing-regexp)
8142 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
8143 (dired-flag-auto-save-files, dired-flag-backup-files):
8144 Use `looking-at-p'.
8145 (dired-mark-files-regexp, dired-build-subdir-alist):
8146 Use `string-match-p', `looking-at-p'.
8147
8148 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
8149 (direct-print-region-helper): Use `string-match-p'.
8150
8151 2013-06-21 Leo Liu <sdl.web@gmail.com>
8152
8153 * comint.el (comint-redirect-results-list-from-process):
8154 Fix infinite loop.
8155
8156 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8157
8158 * net/eww.el (eww-update-header-line-format): Quote % characters.
8159
8160 2013-06-21 Glenn Morris <rgm@gnu.org>
8161
8162 * play/cookie1.el (cookie): New custom group.
8163 (cookie-file): New option.
8164 (cookie-check-file): New function.
8165 (cookie): Make it interactive. Make start and end messages optional.
8166 Interactively, display the result. Default to cookie-file.
8167 (cookie-insert): Default to cookie-file.
8168 (cookie-snarf): Make start and end messages optional.
8169 Default to cookie-file. Use with-temp-buffer.
8170 (cookie-read): Rename from read-cookie.
8171 Make start and end messages optional. Default to cookie-file.
8172 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
8173 Do not autoload it.
8174 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
8175 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
8176
8177 2013-06-21 Leo Liu <sdl.web@gmail.com>
8178
8179 * progmodes/octave.el (octave-mode): Backward compatibility fix.
8180
8181 2013-06-21 Glenn Morris <rgm@gnu.org>
8182
8183 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
8184
8185 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8186 Daniel Hackney <dan@haxney.org>
8187
8188 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
8189 Consolidate the single-file vs tarball code.
8190 (package-desc-suffix): New function.
8191 (package-desc-full-name): Don't bother inlining it.
8192 (package-load-descriptor): Return the new package-desc.
8193 (package-mark-obsolete): Remove unused arg `package'.
8194 (package-unpack): Make it work for single files as well.
8195 Make it update package-alist.
8196 (package--make-autoloads-and-stuff): Rename from
8197 package--make-autoloads-and-compile. Don't compile any more.
8198 (package--compile): New function.
8199 (package-generate-description-file): New function, extracted from
8200 package-unpack-single.
8201 (package-unpack-single): Remove.
8202 (package--with-work-buffer): Add indentation and debugging info.
8203 (package-download-single): Remove.
8204 (package-install-from-archive): Rename from package-download-tar, make
8205 it take a pkg-desc, and make it work for single files as well.
8206 (package-download-transaction): Simplify.
8207 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
8208 external tar program.
8209 (package-install-from-buffer): Remove `pkg-desc' argument.
8210 Use package-tar-file-info for tar-mode buffers.
8211 (package-install-file): Simplify accordingly.
8212 (package-archive-base): Change to take a pkg-desc.
8213 * tar-mode.el (tar--check-descriptor): New function, extracted from
8214 tar-get-descriptor.
8215 (tar-get-descriptor): Use it.
8216 (tar-get-file-descriptor): New function.
8217 (tar--extract): New function, extracted from tar-extract.
8218 (tar--extract): Use it.
8219 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
8220 case the summary uses non-ascii. Adjust to new calling convention of
8221 package-tar-file-info.
8222
8223 2013-06-21 Leo Liu <sdl.web@gmail.com>
8224
8225 * comint.el (comint-redirect-results-list-from-process):
8226 Fix random delay. (Bug#14681)
8227
8228 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
8229
8230 * profiler.el (profiler-format-number): Use log, not log10.
8231
8232 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
8233
8234 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
8235
8236 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8237
8238 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
8239 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
8240 yet available.
8241 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
8242 (AUTOGENEL): ... here.
8243 * emacs-lisp/cl-macs.el (cl--sublis): New function.
8244 (cl--defsubst-expand): Use it.
8245
8246 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
8247
8248 * subr.el (log10): Move here from C code, and declare as obsolete.
8249 All uses of (log10 X) replaced with (log X 10).
8250
8251 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
8252
8253 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
8254 Declare with `defvar-local'.
8255 (tabulated-list-use-header-line, tabulated-list-entries)
8256 (tabulated-list-padding, tabulated-list-printer)
8257 (tabulated-list-sort-key): Declare with `defvar-local'.
8258 (tabulated-list-init-header, tabulated-list-print-fake-header):
8259 Use `setq-local'.
8260
8261 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
8262
8263 * arc-mode.el (archive-mode): Add `archive-write-file' to
8264 `write-contents-functions' also for remote files. (Bug#14652)
8265
8266 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
8267
8268 * cus-edit.el (custom-commands): Fix typos.
8269 (custom-display): Fix tooltip text.
8270 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
8271 Fix typos in docstrings.
8272 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
8273 (custom-unlispify-menu-entry, custom-magic-value-create)
8274 (custom-add-see-also, custom-group-value-create): Use ?\s.
8275 (custom-guess-type, customize-apropos, editable-field)
8276 (custom-face-value-create): Use `string-match-p'.
8277 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
8278
8279 * custom.el (custom-load-symbol): Use `string-match-p'.
8280
8281 * ansi-color.el: Convert to lexical binding.
8282 (ansi-colors): Fix URL.
8283 (ansi-color-context, ansi-color-context-region): Use defvar-local.
8284 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
8285 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
8286
8287 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8288
8289 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
8290
8291 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
8292
8293 2013-06-19 Tom Tromey <tromey@redhat.com>
8294
8295 * net/eww.el (eww-top-url): Remove.
8296 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
8297 (eww-render): Set new variables. Don't set eww-top-url.
8298 (eww-handle-link): Handle "prev", "home", and "contents".
8299 Downcase the rel text.
8300 (eww-top-url): Choose best top URL.
8301
8302 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8303
8304 * net/eww.el: Rewrite to implement form elements "by hand" instead of
8305 relying in widget.el. Using widget.el leads to too many
8306 user interface inconsistencies.
8307 (eww-self-insert): Implement entering commands in text fields.
8308 (eww-process-text-input): New function to make text input field editing
8309 work.
8310 (eww-submit): Rewrite to use the new-style form methods.
8311 (eww-select-display): Display the correct selected item.
8312 (eww-change-select): Implement changing the select value.
8313 (eww-toggle-checkbox): Implement radio/checkboxes.
8314 (eww-update-field): Fix compilation error.
8315 (eww-tag-textarea): Implement <textarea>.
8316
8317 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
8318 we don't shadow mode-specific bindings.
8319
8320 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
8321 nothing to push.
8322
8323 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
8324
8325 2013-06-19 Glenn Morris <rgm@gnu.org>
8326
8327 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
8328
8329 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
8330
8331 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
8332 not needed.
8333
8334 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
8335
8336 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8337
8338 * net/browse-url.el (browse-url-browser-function):
8339 `eww-browse-url' has the right calling signature, `eww' does not.
8340
8341 2013-06-19 Glenn Morris <rgm@gnu.org>
8342
8343 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8344 Only eval autoloaded macros.
8345 (byte-compile-autoload): Only give the macro warning for macros.
8346
8347 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
8348 (ps-underlined-faces): Declare.
8349
8350 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
8351 (speedbar-add-supported-extension): Declare.
8352
8353 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
8354 Don't include a date stamp in the header of the generated file;
8355 it leads to needless differences between output files.
8356
8357 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
8358
8359 * net/secrets.el (secrets-struct-secret-content-type):
8360 Replace check of introspection data by a test call of "CreateItem".
8361 Some servers do not offer introspection.
8362
8363 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8364
8365 * electric.el (electric-pair-mode): Improve interaction with
8366 electric-layout-mode.
8367 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
8368 (electric-pair-syntax): Use text-mode-syntax-table in comments
8369 and strings.
8370 (electric-pair--insert): New function.
8371 (electric-pair-post-self-insert-function): Use it and
8372 electric--after-char-pos.
8373
8374 2013-06-19 Leo Liu <sdl.web@gmail.com>
8375
8376 * progmodes/octave.el (octave-help): Fix regexp.
8377
8378 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8379
8380 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
8381 (shr-table-horizontal-line): Allow nil as a value, and change the
8382 default.
8383 (shr-insert-table-ruler): Respect the nil value.
8384
8385 2013-06-18 Tom Tromey <tromey@barimba>
8386
8387 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
8388 New defvars.
8389 (eww-open-file): New defun.
8390 (eww-render): Initialize new variables.
8391 (eww-display-html): Handle "link" and "a".
8392 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
8393 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
8394 (eww-back-url): Rename from eww-previous-url.
8395 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
8396 New defuns.
8397
8398 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
8399
8400 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
8401 Distinguish ternary operator tokens from slash symbol and slash
8402 char literal.
8403
8404 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
8405
8406 Convert symbol prettification into minor mode and global minor mode.
8407
8408 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
8409 `prog-prettify-symbols', and make a local defvar instead of defcustom.
8410 (prettify-symbols--keywords): Rename from
8411 `prog-prettify-symbols-alist' and make a local defvar.
8412 (prettify-symbols--compose-symbol): Rename from
8413 `prog--prettify-font-lock-compose-symbol'.
8414 (prettify-symbols--make-keywords): Rename from
8415 `prog-prettify-font-lock-symbols-keywords' and simplify.
8416 (prog-prettify-install): Remove.
8417 (prettify-symbols-mode): New minor mode, based on
8418 `prog-prettify-install'.
8419 (turn-on-prettify-symbols-mode): New function.
8420 (global-prettify-symbols-mode): New globalized minor mode.
8421
8422 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8423 * progmodes/cfengine.el (cfengine3-mode):
8424 * progmodes/perl-mode.el (perl-mode): Don't call
8425 `prog-prettify-install'; set `prettify-symbols-alist' instead.
8426
8427 2013-06-18 Juri Linkov <juri@jurta.org>
8428
8429 * files-x.el (modify-file-local-variable-message): New function.
8430 (modify-file-local-variable)
8431 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
8432 and call `modify-file-local-variable-message' when it's non-nil.
8433 (add-file-local-variable, delete-file-local-variable)
8434 (add-file-local-variable-prop-line)
8435 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
8436 and use it. (Bug#9820)
8437
8438 2013-06-18 Juri Linkov <juri@jurta.org>
8439
8440 * emulation/vi.el (vi-shell-op):
8441 * emulation/vip.el (vip-execute-com, ex-command):
8442 * emulation/viper-cmd.el (viper-exec-bang):
8443 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
8444 the call of `shell-command-on-region'. (Bug#14637)
8445
8446 * simple.el (shell-command-on-region): Doc fix.
8447
8448 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8449
8450 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
8451 (bug#14633).
8452
8453 2013-06-18 Glenn Morris <rgm@gnu.org>
8454
8455 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
8456
8457 * newcomment.el (comment-search-forward, comment-search-backward):
8458 Doc fix. (Bug#14376)
8459
8460 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
8461
8462 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
8463 (buffer-face-mode-invoke): Doc fix.
8464
8465 2013-06-18 Matthias Meulien <orontee@gmail.com>
8466
8467 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
8468 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
8469
8470 2013-06-18 Glenn Morris <rgm@gnu.org>
8471
8472 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
8473 Replace obsolete function generic-make-keywords with its expansion.
8474
8475 * progmodes/python.el (ffap-alist): Declare.
8476
8477 * textmodes/reftex.el (bibtex-mode-map): Declare.
8478
8479 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8480
8481 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
8482 (package-unpack, package-unpack-single): Return the pkg-dir.
8483 (package-download-transaction): Use it to update package-alist.
8484
8485 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8486
8487 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
8488 possible choice.
8489
8490 2013-06-17 Juri Linkov <juri@jurta.org>
8491
8492 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
8493
8494 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
8495
8496 * emacs-lisp/package.el (package-load-descriptor):
8497 Remove `with-syntax-table' call, `read' doesn't need it.
8498 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
8499
8500 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
8501
8502 * startup.el (command-line): Expand package name returned by
8503 `package--description-file' (bug#14639).
8504
8505 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
8506
8507 * emacs-lisp/package.el (package-load-descriptor): Do not call
8508 `emacs-lisp-mode', just use its syntax table.
8509
8510 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
8511
8512 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
8513 `font-lock-extra-managed-props' if any prettifying keyword is added.
8514 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
8515 (prog-mode): Use `setq-local'.
8516
8517 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8518
8519 * international/characters.el (standard-case-table): Set syntax of ?»
8520 and ?« to punctuation.
8521
8522 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
8523
8524 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
8525 Save relevant match data before calling `syntax-ppss' (bug#14595).
8526
8527 2013-06-15 Juri Linkov <juri@jurta.org>
8528
8529 * files-x.el (modify-file-local-variable-prop-line): Add local
8530 variables to the end of the existing comment on the first line.
8531 Use `file-auto-mode-skip' to skip interpreter magic line,
8532 and also skip XML declaration.
8533
8534 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8535
8536 * startup.el (package--builtin-versions): New var.
8537 (package-subdirectory-regexp): Remove.
8538 (package--description-file): Hard code its value instead.
8539
8540 * emacs-lisp/package.el: Don't activate packages older than builtin.
8541 (package-obsolete-list): Rename from package-obsolete-alist, and make
8542 it into a simple list of package-desc.
8543 (package-strip-version): Remove.
8544 (package-built-in-p): Use package--builtin-versions.
8545 (package-mark-obsolete): Simplify.
8546 (package-process-define-package): Mark it obsolete if older than the
8547 builtin version.
8548 (package-handle-response): Use line-end-position.
8549 (package-read-archive-contents, package--download-one-archive):
8550 Simplify.
8551 (package--add-to-archive-contents): Skip if older than the builtin or
8552 installed version.
8553 (package-menu-describe-package): Fix last change.
8554 (package-list-unversioned): New var.
8555 (package-menu--generate): Use it.
8556
8557 * emacs-lisp/autoload.el: Manage package--builtin-versions.
8558 (autoload--insert-text, autoload--insert-cookie-text): New functions.
8559 (autoload-builtin-package-versions): New variable.
8560 (autoload-generate-file-autoloads): Use them.
8561 Remove the list of autoloaded functions/macros from the
8562 (autoload...) comments.
8563
8564 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
8565
8566 2013-06-15 Eli Zaretskii <eliz@gnu.org>
8567
8568 * simple.el (line-move-partial): Don't jump to the next screen
8569 line as soon as it becomes visible. Instead, continue enlarging
8570 the vscroll until the portion of a tall screen line that's left on
8571 display is about the height of the frame's default font.
8572 (Bug#14567)
8573
8574 2013-06-15 Glenn Morris <rgm@gnu.org>
8575
8576 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
8577 compilation-error-regexp-alist void, or local while let-bound.
8578
8579 * progmodes/make-mode.el (makefile-mode-syntax-table):
8580 Treat "=" as punctuation. (Bug#14614)
8581
8582 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
8583
8584 * help-fns.el (describe-variable):
8585 Add extra line for permanent-local variables.
8586
8587 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
8588
8589 * progmodes/scheme.el (scheme-font-lock-keywords-2):
8590 Add export, import, library. (Bug#9164)
8591 (library): Set indent function.
8592
8593 2013-06-14 Glenn Morris <rgm@gnu.org>
8594
8595 * term/xterm.el (xterm--query):
8596 Stop after first matching handler. (Bug#14615)
8597
8598 2013-06-14 Ivan Kanis <ivan@kanis.fr>
8599
8600 Add support for dired in saveplace.
8601 * dired.el (dired-initial-position-hook): New variable.
8602 (dired-initial-position): Call hook to place cursor position.
8603 * saveplace.el (save-place-to-alist): Add dired position.
8604 (save-place-dired-hook): New function.
8605
8606 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8607
8608 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
8609 through a symbol rather than letrec.
8610
8611 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
8612 (package-desc): Add `dir' field.
8613 (package-desc-full-name): New function.
8614 (package-load-descriptor): Combine the two arguments. Don't use `load'.
8615 (package-maybe-load-descriptor): Remove.
8616 (package-load-all-descriptors): Just call package-load-descriptor.
8617 (package--disabled-p): New function.
8618 (package-desc-vers, package-desc-doc): Remove aliases.
8619 (package--dir): Remove function.
8620 (package-activate): Check if a package is disabled.
8621 (package-process-define-package): New function, extracted from
8622 define-package.
8623 (define-package): Turn into a place holder.
8624 (package-unpack-single, package-tar-file-info):
8625 Use package--description-file.
8626 (package-compute-transaction): Use package--disabled-p.
8627 (package-download-transaction): Don't call
8628 package-maybe-load-descriptor since they're all loaded anyway.
8629 (package-install): Change argument to be a pkg-desc.
8630 (package-delete): Use a single pkg-desc argument.
8631 (describe-package-1): Use package-desc-dir instead of package--dir.
8632 Use package-desc property instead of package-symbol.
8633 (package-install-button-action): Adjust accordingly.
8634 (package--push): Rewrite.
8635 (package-menu--print-info): Adjust accordingly. Change the ID format
8636 to be a pkg-desc.
8637 (package-menu-describe-package, package-menu-get-status)
8638 (package-menu--find-upgrades, package-menu-mark-upgrades)
8639 (package-menu-execute, package-menu--name-predicate):
8640 Adjust accordingly.
8641 * startup.el (package--description-file): New function.
8642 (command-line): Use it.
8643 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8644 Use package-desc-version.
8645
8646 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
8647 (byte-compile-preprocess): Use it.
8648 (byte-compile-file-form-defalias): Try a bit harder to use macros we
8649 can't quite recognize.
8650 (byte-compile-add-to-list): Remove.
8651 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
8652 (cconv-closure-convert): Add assertion.
8653
8654 * emacs-lisp/map-ynp.el: Use lexical-binding.
8655 (map-y-or-n-p): Remove unused vars `tail' and `object'.
8656 Factor out some repeated code.
8657
8658 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8659
8660 * subr.el (with-eval-after-load): New macro.
8661 (eval-after-load): Allow form to be a function.
8662 take advantage of lexical-binding.
8663 (do-after-load-evaluation): Use dolist and adjust to new format.
8664 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
8665
8666 2013-06-13 Juri Linkov <juri@jurta.org>
8667
8668 * replace.el (perform-replace): Display "symbol " and other search
8669 modes from `isearch-message-prefix' in the *Help* buffer.
8670
8671 * isearch.el (isearch-query-replace): Add " symbol" and other
8672 possible search modes from `isearch-message-prefix' to the prompt.
8673 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
8674 when reading a regexp to collect.
8675
8676 2013-06-13 Juri Linkov <juri@jurta.org>
8677
8678 * isearch.el (word-search-regexp): Match whitespace if the search
8679 string begins or ends in whitespace. The LAX arg is applied to
8680 both ends of the search string. Use `regexp-quote' and explicit
8681 \< and \> instead of \b. Use \` and \' instead of ^ and $.
8682 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
8683 boundaries are replaced with symbol boundaries, and characters
8684 between symbols match non-word non-symbol syntax. (Bug#14602)
8685
8686 2013-06-13 Juri Linkov <juri@jurta.org>
8687
8688 * isearch.el (isearch-del-char): Don't exceed the length of
8689 `isearch-string' by the prefix arg. (Bug#14563)
8690
8691 2013-06-13 Juri Linkov <juri@jurta.org>
8692
8693 * isearch.el (isearch-yank-word, isearch-yank-line)
8694 (isearch-char-by-name, isearch-quote-char)
8695 (isearch-printing-char, isearch-process-search-char):
8696 Add optional count prefix arg. (Bug#14563)
8697
8698 * international/isearch-x.el
8699 (isearch-process-search-multibyte-characters):
8700 Add optional count prefix arg.
8701
8702 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8703
8704 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
8705 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
8706 lexical-binding.
8707
8708 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
8709
8710 * subr.el (set-temporary-overlay-map): Add on-exit argument.
8711
8712 2013-06-13 Glenn Morris <rgm@gnu.org>
8713
8714 * startup.el (tty-handle-args):
8715 Don't just discard "--" and anything after. (Bug#14608)
8716
8717 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
8718
8719 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
8720
8721 Implement changes in Secret Service API. Make it backward compatible.
8722 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
8723 (secrets-create-item): Use it. Prefix properties with interface.
8724
8725 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
8726
8727 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
8728 (term-emulate-terminal): Respect term-suppress-hard-newline.
8729
8730 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
8731
8732 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8733 Only remove a `thumb-file' overlay. (Bug#14548)
8734
8735 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
8736
8737 * mail/reporter.el (reporter-submit-bug-report):
8738 Handle missing package-name. (Bug#14600)
8739
8740 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8741
8742 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
8743 (reftex-citation-prompt, reftex-default-bibliography)
8744 (reftex-bib-or-thebib, reftex-get-bibfile-list)
8745 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8746 (reftex-bib-sort-author, reftex-bib-sort-year)
8747 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
8748 (reftex-extract-bib-entries-from-thebibliography)
8749 (reftex-get-bibkey-default, reftex-get-bib-names)
8750 (reftex-parse-bibtex-entry, reftex-get-bib-field)
8751 (reftex-format-bib-entry, reftex-parse-bibitem)
8752 (reftex-format-bibitem, reftex-do-citation)
8753 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
8754 (reftex-restrict-bib-matches, reftex-extract-bib-file)
8755 (reftex-insert-bib-matches, reftex-format-citation)
8756 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
8757 (reftex-create-bibtex-file): Add docstrings, mostly by converting
8758 existing comments into docstrings.
8759
8760 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
8761
8762 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
8763
8764 2013-06-12 Andreas Schwab <schwab@suse.de>
8765
8766 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
8767 for auto-save files.
8768
8769 2013-06-12 Glenn Morris <rgm@gnu.org>
8770
8771 * ido.el (ido-delete-ignored-files): Remove.
8772 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
8773 Go back to calling ido-ignore-item-p directly.
8774
8775 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
8776
8777 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
8778
8779 * ido.el (ido-delete-ignored-files): New function,
8780 split from ido-make-file-list-1.
8781 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
8782 (ido-make-file-list-1): Use ido-delete-ignored-files.
8783
8784 2013-06-12 Leo Liu <sdl.web@gmail.com>
8785
8786 * progmodes/octave.el (inferior-octave-startup)
8787 (inferior-octave-completion-table)
8788 (inferior-octave-track-window-width-change)
8789 (octave-eldoc-function-signatures, octave-help)
8790 (octave-find-definition): Use single quoted strings.
8791 (inferior-octave-startup-args): Change default value.
8792 (inferior-octave-startup): Do not hard code "-i" and
8793 "--no-line-editing".
8794 (inferior-octave-resync-dirs): Add optional arg NOERROR.
8795 (inferior-octave-directory-tracker): Use it.
8796 (octave-goto-function-definition): Robustify.
8797 (octave-help): Support highlighting operators in 'See also'.
8798 (octave-find-definition): Find subfunctions only in Octave mode.
8799
8800 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8801
8802 * help-fns.el (help-fns--compiler-macro): If the handler function is
8803 named, then put a link to it.
8804 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
8805 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
8806 (cl-typep): Use it.
8807 (cl-eval-when): Simplify debug spec.
8808 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
8809 compiler-macro function instead of setting `compiler-macro-file'.
8810
8811 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
8812
8813 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
8814 * vc/vc-hooks.el (vc-stay-local): Doc fix.
8815
8816 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8817 Daniel Hackney <dan@haxney.org>
8818
8819 First part of Daniel Hackney's patch to package.el.
8820 * emacs-lisp/package.el: Use defstruct.
8821 (package-desc): New, main struct.
8822 (package--bi-desc, package--ac-desc): New structs, used to describe the
8823 format in external files.
8824 (package-desc-vers): Replace with package-desc-version accessor.
8825 (package-desc-doc): Replace with package-desc-summary accessor.
8826 (package-activate-1): Remove `package' arg since the pkg-vec now
8827 includes the name.
8828 (define-package): Use package-desc-from-define.
8829 (package-unpack-single): Change file-name arg to be a symbol.
8830 (package--add-to-archive-contents): Use package-desc-create and new
8831 accessor functions to package--ac-desc.
8832 (package-buffer-info, package-tar-file-info): Return a package-desc.
8833 (package-install-from-buffer): Remove `type' argument. Change pkg-info
8834 arg to be a package-desc.
8835 (package-install-file): Adjust accordingly. Use \' to match EOS.
8836 (package--from-builtin): New function.
8837 (describe-package-1, package-menu--generate): Use it.
8838 (package--make-autoloads-and-compile): Change name arg to be a symbol.
8839 (package-generate-autoloads): Idem and return the name of the file.
8840 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8841 Change pkg-info arg to be a package-desc.
8842 Use package-make-ac-desc.
8843 (package-upload-file): Use \' to match EOS.
8844 * finder.el (finder-compile-keywords): Use package-make-builtin.
8845
8846 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8847
8848 * vc/vc.el (vc-deduce-fileset): Change error message.
8849 (vc-read-backend): New function.
8850 (vc-next-action): Use it.
8851
8852 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
8853
8854 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
8855 (prolog-font-lock-keywords): Use regexp-opt instead.
8856 Don't manually highlight strings.
8857 (prolog-mode-variables): Simplify comment-start-skip.
8858 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
8859
8860 * emacs-lisp/generic.el (generic--normalise-comments)
8861 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
8862 (generic-mode-set-comments): Use them.
8863 (generic-bracket-support): Use setq-local.
8864 (generic-make-keywords-list): Declare obsolete.
8865
8866 2013-06-11 Glenn Morris <rgm@gnu.org>
8867
8868 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8869 Prettify after setting font-lock-defaults. (Bug#14574)
8870
8871 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
8872
8873 * replace.el (query-replace, occur-read-regexp-defaults-function)
8874 (replace-search):
8875 * subr.el (declare-function, number-sequence, local-set-key)
8876 (substitute-key-definition, locate-user-emacs-file)
8877 (with-silent-modifications, split-string, eval-after-load):
8878 Fix typos, remove unneeded backslashes and reflow some docstrings.
8879
8880 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8881
8882 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
8883 default for Elisp files.
8884
8885 2013-06-11 Glenn Morris <rgm@gnu.org>
8886
8887 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
8888 although define-derived-mode was doing this anyway. (Bug#14583)
8889
8890 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
8891
8892 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8893 Fix make-variable-buffer-local call to refer to the correct variable.
8894
8895 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
8896
8897 * eshell/em-term.el (eshell-visual-commands)
8898 (eshell-visual-subcommands, eshell-visual-options):
8899 Add summary line to docstrings. Add cross-references.
8900
8901 2013-06-10 Glenn Morris <rgm@gnu.org>
8902
8903 * epa.el (epa-read-file-name): New function. (Bug#14510)
8904 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
8905
8906 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
8907
8908 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
8909 output redirection to be ignored with visual commands.
8910
8911 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
8912
8913 * eshell/em-term.el (eshell-visual-command-p): New function.
8914 (eshell-term-initialize): Move long lambda to separate function
8915 eshell-visual-command-p.
8916 * eshell/em-dirs.el (eshell-dirs-initialise):
8917 * eshell/em-script.el (eshell-script-initialize):
8918 Add missing #' to lambda.
8919
8920 2013-06-08 Leo Liu <sdl.web@gmail.com>
8921
8922 * progmodes/octave.el (octave-add-log-current-defun): New function.
8923 (octave-mode): Set add-log-current-defun-function.
8924 (octave-goto-function-definition): Do not move point if not found.
8925 (octave-find-definition): Enhance to try subfunctions first.
8926
8927 2013-06-08 Glenn Morris <rgm@gnu.org>
8928
8929 * emacs-lisp/bytecomp.el (byte-compile-char-before)
8930 (byte-compile-backward-char, byte-compile-backward-word):
8931 Improve previous change, to handle non-explicit nil.
8932
8933 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8934
8935 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
8936 (smie--opener/closer-at-point): New function.
8937 (smie--matching-block-data): Use it. Don't match from right after an
8938 opener or right before a closer. Obey smie-blink-matching-inners.
8939 Don't signal a mismatch for repeated inners like "switch..case..case".
8940
8941 2013-06-07 Leo Liu <sdl.web@gmail.com>
8942
8943 * progmodes/octave.el (octave-mode): Set comment-use-global-state
8944 to t. (Bug#14303)
8945 (octave-function-header-regexp): Fix. (Bug#14570)
8946 (octave-help-mode-finish-hook, octave-help-mode-finish):
8947 Remove. Just use temp-buffer-show-hook.
8948
8949 * newcomment.el (comment-search-backward): Revert last change.
8950 (Bug#14434)
8951
8952 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
8953
8954 2013-06-07 Eli Zaretskii <eliz@gnu.org>
8955
8956 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
8957 through xargs, to avoid failure due to MS-Windows limitations on
8958 command-line length.
8959
8960 2013-06-06 Glenn Morris <rgm@gnu.org>
8961
8962 * font-lock.el (lisp-font-lock-keywords-2):
8963 Treat user-error like error.
8964
8965 * emacs-lisp/bytecomp.el (byte-compile-char-before)
8966 (byte-compile-backward-char, byte-compile-backward-word):
8967 Handle explicit nil arguments. (Bug#14565)
8968
8969 2013-06-05 Alan Mackenzie <acm@muc.de>
8970
8971 * isearch.el (isearch-allow-prefix): New user option.
8972 (isearch-other-meta-char): Don't exit isearch when a prefix
8973 argument is typed whilst `isearch-allow-prefix' is non-nil.
8974 (Bug#9706)
8975
8976 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8977
8978 * autorevert.el (auto-revert-notify-handler): Use memq.
8979 Hide assertion failure.
8980
8981 * skeleton.el: Use cl-lib.
8982 (skeleton-further-elements): Use defvar-local.
8983 (skeleton-insert): Use cl-progv.
8984
8985 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8986
8987 * progmodes/prog-mode.el (prog-prettify-symbols)
8988 (prog-prettify-install): Update docstrings.
8989
8990 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8991
8992 * simple.el: Move all the prog-mode code to prog-mode.el.
8993 * progmodes/prog-mode.el: New file.
8994 * loadup.el: Add prog-mode.el.
8995
8996 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8997
8998 * simple.el (prog-prettify-symbols): Add version.
8999 (prog-prettify-install): Add convenience function to prettify symbols.
9000
9001 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
9002 (perl--augmented-font-lock-keywords-1)
9003 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
9004 variables and use it.
9005
9006 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
9007 (cfengine3-mode): Remove unneeded variable and use it.
9008
9009 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
9010 (lisp--augmented-font-lock-keywords-1)
9011 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
9012 Remove unneeded variables and use it.
9013
9014 2013-06-05 João Távora <joaotavora@gmail.com>
9015
9016 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
9017 to point when opening the connection. (Bug#14380)
9018
9019 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9020
9021 * subr.el (load-history-regexp, load-history-filename-element)
9022 (eval-after-load, after-load-functions, do-after-load-evaluation)
9023 (eval-next-after-load, display-delayed-warnings)
9024 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
9025 definition of save-match-data.
9026 (overriding-local-map): Remove accidental obsolescence declaration.
9027
9028 * emacs-lisp/edebug.el (edebug-result): Move before first use.
9029
9030 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
9031
9032 Generalize symbol prettify support to prog-mode and implement it
9033 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
9034 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
9035 (prog--prettify-font-lock-compose-symbol)
9036 (prog-prettify-font-lock-symbols-keywords): New variables and
9037 functions to support symbol prettification.
9038 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
9039 (lisp--augmented-font-lock-keywords-1)
9040 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
9041 (lisp--prettify-symbols-alist): Implement prettify of lambda.
9042 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
9043 (cfengine3--prettify-symbols-alist, cfengine3-mode):
9044 Implement prettify of -> => :: strings.
9045 * progmodes/perl-mode.el (perl-prettify-symbols)
9046 (perl--font-lock-compose-symbol)
9047 (perl--font-lock-symbols-keywords): Move to prog-mode.
9048 (perl--prettify-symbols-alist): Prettify -> => :: strings.
9049 (perl-font-lock-keywords-1)
9050 (perl-font-lock-keywords-2): Remove explicit prettify support.
9051 (perl--augmented-font-lock-keywords)
9052 (perl--augmented-font-lock-keywords-1)
9053 (perl--augmented-font-lock-keywords-2, perl-mode):
9054 Implement prettify support.
9055
9056 2013-06-05 Leo Liu <sdl.web@gmail.com>
9057
9058 Re-implement smie matching block highlight using
9059 show-paren-data-function. (Bug#14395)
9060 * emacs-lisp/smie.el (smie-matching-block-highlight)
9061 (smie--highlight-matching-block-overlay)
9062 (smie--highlight-matching-block-lastpos)
9063 (smie-highlight-matching-block)
9064 (smie-highlight-matching-block-mode): Remove.
9065 (smie--matching-block-data-cache): New variable.
9066 (smie--matching-block-data): New function.
9067 (smie-setup): Use smie--matching-block-data for
9068 show-paren-data-function.
9069
9070 * progmodes/octave.el (octave-mode-menu): Fix.
9071 (octave-find-definition): Skip garbage lines.
9072
9073 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9074
9075 Fix compilation error with simultaneous dynamic+lexical scoping.
9076 Add warning when a defvar appears after the first let-binding.
9077 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
9078 (byte-compile-close-variables): Initialize it.
9079 (byte-compile--declare-var): New function.
9080 (byte-compile-file-form-defvar)
9081 (byte-compile-file-form-define-abbrev-table)
9082 (byte-compile-file-form-custom-declare-variable): Use it.
9083 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
9084 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
9085 (byte-compile-bind): Handle dynamic bindings that shadow
9086 lexical bindings.
9087 (byte-compile-unbind): Make arg non-optional.
9088 (byte-compile-let): Simplify.
9089 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
9090 (cconv--analyse-function, cconv-analyse-form): Populate it.
9091 Protect byte-compile-bound-variables to limit the scope of defvars.
9092 (cconv-analyse-form): Add missing rule for (defvar <foo>).
9093 Remove unneeded rule for `declare'.
9094
9095 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
9096 so as to avoid depending on cl-adjoin at run-time.
9097 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
9098
9099 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
9100 (macroexp--warn-and-return): Use it.
9101
9102 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9103
9104 * lisp/subr.el: Convert to lexical binding.
9105 (overriding-local-map): Make obsolete.
9106 (add-to-list): Doc fix. Add compiler macro.
9107 (read-key): Swap values of local maps.
9108
9109 2013-06-05 Leo Liu <sdl.web@gmail.com>
9110
9111 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
9112
9113 2013-06-04 Leo Liu <sdl.web@gmail.com>
9114
9115 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
9116 (compilation-auto-jump): Suppress the "Mark set" message to give
9117 way to exit message.
9118
9119 2013-06-04 Alan Mackenzie <acm@muc.de>
9120
9121 Remove faulty optimisation from indentation calculation.
9122 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
9123 search limit based on 2000 characters back from indent-point.
9124
9125 2013-06-03 Tassilo Horn <tsdh@gnu.org>
9126
9127 * eshell/em-term.el (cl-lib): Require `cl-lib'.
9128
9129 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9130
9131 * emacs-lisp/lisp.el: Use lexical-binding.
9132 (lisp--local-variables-1, lisp--local-variables): New functions.
9133 (lisp--local-variables-completion-table): New var.
9134 (lisp-completion-at-point): Use it complete let-bound vars.
9135
9136 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
9137 eagerly (bug#14422).
9138
9139 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
9140
9141 * autorevert.el (auto-revert-notify-enabled)
9142 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9143 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
9144 (auto-revert-notify-handler): Handle also gfilenotify.
9145
9146 * subr.el (file-notify-handle-event): New defun. Replacing ...
9147 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
9148 Remove.
9149
9150 2013-06-03 Juri Linkov <juri@jurta.org>
9151
9152 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
9153 `M-s h .'. (Bug#14427)
9154
9155 * hi-lock.el (highlight-symbol-at-point): New alias for the new
9156 command `hi-lock-face-symbol-at-point'.
9157 (hi-lock-face-symbol-at-point): New command.
9158 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
9159 (hi-lock-menu): Add `highlight-symbol-at-point'.
9160 (hi-lock-mode): Doc fix.
9161
9162 * isearch.el (isearch-forward-symbol-at-point): New command.
9163 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
9164 (isearch-highlight-regexp): Add a regexp which matches
9165 words/symbols for word/symbol mode.
9166
9167 * subr.el (find-tag-default-bounds): New function with the body
9168 mostly moved from `find-tag-default'.
9169 (find-tag-default): Move most code to `find-tag-default-bounds',
9170 call it and apply `buffer-substring-no-properties' afterwards.
9171
9172 2013-06-03 Tassilo Horn <tsdh@gnu.org>
9173
9174 * eshell/em-term.el (eshell-term-initialize):
9175 Use `cl-intersection' rather than `intersection'.
9176
9177 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
9178
9179 * vc/log-view.el: Doc fix.
9180 (log-view-mode-map): Copy keymap from `special-mode-map'.
9181
9182 2013-06-02 Eric Ludlam <zappo@gnu.org>
9183
9184 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
9185 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
9186 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
9187 (eieio-unbound, eieio-default-superclass)
9188 (eieio--define-field-accessors, method-static, method-before)
9189 (method-primary, method-after, method-num-lists)
9190 (method-generic-before, method-generic-primary)
9191 (method-generic-after, method-num-slots)
9192 (eieio-specialized-key-to-generic-key)
9193 (eieio--check-type, class-v, class-p)
9194 (eieio-class-name, define-obsolete-function-alias)
9195 (eieio-class-parents-fast, eieio-class-children-fast)
9196 (same-class-fast-p, class-constructor, generic-p)
9197 (generic-primary-only-p, generic-primary-only-one-p)
9198 (class-option-assoc, class-option, eieio-object-p)
9199 (class-abstract-p, class-method-invocation-order)
9200 (eieio-defclass-autoload-map, eieio-defclass-autoload)
9201 (eieio-class-un-autoload, eieio-defclass)
9202 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
9203 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
9204 (eieio--defgeneric-init-form, eieio-defgeneric-form)
9205 (eieio-defgeneric-reset-generic-form)
9206 (eieio-defgeneric-form-primary-only)
9207 (eieio-defgeneric-reset-generic-form-primary-only)
9208 (eieio-defgeneric-form-primary-only-one)
9209 (eieio-defgeneric-reset-generic-form-primary-only-one)
9210 (eieio-unbind-method-implementations)
9211 (eieio--defmethod, eieio--typep)
9212 (eieio-perform-slot-validation, eieio-validate-slot-value)
9213 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
9214 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
9215 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
9216 (eieio-slot-name-index, eieio-class-slot-name-index)
9217 (eieio-set-defaults, eieio-initarg-to-attribute)
9218 (eieio-attribute-to-initarg, eieio-c3-candidate)
9219 (eieio-c3-merge-lists, eieio-class-precedence-c3)
9220 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
9221 (eieio-class-precedence-list, eieio-generic-call-methodname)
9222 (eieio-generic-call-arglst, eieio-generic-call-key)
9223 (eieio-generic-call-next-method-list)
9224 (eieio-pre-method-execution-functions, eieio-generic-call)
9225 (eieio-generic-call-primary-only, eieiomt-method-list)
9226 (eieiomt-optimizing-obarray, eieiomt-install)
9227 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
9228 (eieio-generic-form, eieio-defmethod, make-obsolete)
9229 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
9230 (defclass): Remove `eval-and-compile' from macro.
9231 (call-next-method, shared-initialize): Instead of using
9232 `scoped-class' variable, use new eieio--scoped-class, and
9233 eieio--with-scoped-class.
9234 (initialize-instance): Rename local variable 'scoped-class' to
9235 'this-class' to remove ambiguitity from old global.
9236
9237 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
9238 eieio.el.
9239 (eieio--scoped-class-stack): New variable.
9240 (eieio--scoped-class): New fcn.
9241 (eieio--with-scoped-class): New scoping macro.
9242 (eieio-defclass): Use pushnew instead of add-to-list.
9243 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
9244 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
9245 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
9246 `scoped-class' variable, use new eieio--scoped-class, and
9247 eieio--with-scoped-class.
9248
9249 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
9250
9251 2013-06-02 Tassilo Horn <tsdh@gnu.org>
9252
9253 * eshell/esh-ext.el (eshell-external-command): Pass args to
9254 `eshell-find-interpreter'.
9255 (eshell-find-interpreter): Add new second parameter ARGS.
9256
9257 * eshell/em-script.el (eshell-script-initialize): Add second arg
9258 to the function added as MATCH to `eshell-interpreter-alist'.
9259
9260 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
9261 the function added as MATCH to `eshell-interpreter-alist'.
9262
9263 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
9264 (eshell-visual-options): New defcustom.
9265 (eshell-escape-control-x): Adapt docstring.
9266 (eshell-term-initialize): Test `eshell-visual-subcommands' and
9267 `eshell-visual-options' in addition to `eshell-visual-commands'.
9268 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
9269
9270 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
9271
9272 * progmodes/python.el (python-indent-block-enders): Add break,
9273 continue and raise keywords.
9274
9275 2013-06-01 Glenn Morris <rgm@gnu.org>
9276
9277 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
9278
9279 Plain (f)boundp silences compilation warnings since Emacs 22.1.
9280 * progmodes/cc-cmds.el (delete-forward-p):
9281 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
9282 * progmodes/cc-engine.el (buffer-syntactic-context):
9283 * progmodes/cc-fonts.el (face-property-instance):
9284 * progmodes/cc-mode.el (set-keymap-parents):
9285 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
9286 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
9287 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
9288 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
9289 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
9290
9291 * progmodes/cc-vars.el (other): Emacs has this widget since
9292 at least 21.1, so don't (re)define it.
9293
9294 * eshell/em-cmpl.el (eshell-cmpl-initialize):
9295 Replace the obsolete alias pcomplete-arg-quote-list.
9296
9297 2013-06-01 Leo Liu <sdl.web@gmail.com>
9298
9299 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
9300 punctuation syntax.
9301 (inferior-octave-minimal-columns)
9302 (inferior-octave-last-column-width): New variables.
9303 (inferior-octave-track-window-width-change): New function.
9304 (inferior-octave-mode): Adjust column width so that Octave output,
9305 for example from 'ls', can fit into the window nicely.
9306
9307 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
9308
9309 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
9310 Highlight expansions inside regexp literals.
9311
9312 2013-05-31 Glenn Morris <rgm@gnu.org>
9313
9314 * obsolete/sym-comp.el (symbol-complete):
9315 Replace obsolete completion-annotate-function.
9316
9317 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
9318
9319 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
9320
9321 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
9322 New function, checks if point is inside a literal that allows
9323 expression expansion.
9324 (ruby-syntax-propertize-expansion): Use it.
9325 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
9326 around the body.
9327
9328 2013-05-30 Juri Linkov <juri@jurta.org>
9329
9330 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
9331 to "\M-si".
9332 (isearch-invisible): New variable.
9333 (isearch-forward): Doc fix.
9334 (isearch-mode): Set `isearch-invisible'
9335 to the value of `search-invisible'.
9336 (isearch-toggle-case-fold): Doc fix.
9337 (isearch-toggle-invisible): New command.
9338 (isearch-query-replace): Let-bind `search-invisible'
9339 to the value of `isearch-invisible'.
9340 (isearch-search): Use `isearch-invisible' instead of
9341 `search-invisible'. Let-bind `search-invisible'
9342 to the value of `isearch-invisible'. (Bug#11378)
9343
9344 2013-05-30 Juri Linkov <juri@jurta.org>
9345
9346 * replace.el (perform-replace): Avoid `isearch-range-invisible'
9347 call when `query-flag' is nil and `search-invisible' is non-nil.
9348 (Bug#11746)
9349
9350 2013-05-30 Glenn Morris <rgm@gnu.org>
9351
9352 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
9353
9354 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
9355 (cc-require): Suppress spurious "noruntime" warnings.
9356 (cc-require-when-compile): Use fboundp, for sake of compiler.
9357
9358 * progmodes/cc-mode.el: Move load of cc-vars before that of
9359 cc-langs (which in turn loads cc-vars), to quieten compiler.
9360
9361 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9362
9363 * paren.el: Simplify the code.
9364 (show-paren-mode): Always start the timer.
9365 (show-paren--idle-timer): Rename from show-paren-idle-timer.
9366 (show-paren--overlay, show-paren--overlay-1): Rename from
9367 show-paren-overlay and show-paren-overlay-1, and initialize to an
9368 overlay rather than to nil.
9369 (show-paren-function): Misc cleanup and simplifications.
9370
9371 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9372
9373 * paren.el (show-paren-data-function): New hook.
9374 (show-paren--default): New function, extracted from show-paren-function.
9375 (show-paren-function): Use show-paren-data-function.
9376
9377 2013-05-30 Glenn Morris <rgm@gnu.org>
9378
9379 * ielm.el (ielm-map, ielm-complete-symbol):
9380 Use completion-at-point rather than obsolete functions.
9381 (inferior-emacs-lisp-mode): Doc fix.
9382 Set completion-at-point-functions, rather than
9383 comint-dynamic-complete-functions.
9384
9385 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
9386 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
9387 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
9388
9389 * image.el (image-animated-p): Tweak definition.
9390
9391 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
9392 (rlogin-process-connection-type): Tweak default. Add set-after.
9393 (rlogin-host): Doc fix.
9394 (rlogin): Tweak prompt.
9395 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
9396
9397 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
9398 * progmodes/tcl.el (inferior-tcl-mode-map):
9399 Use completion-at-point rather than obsolete alias.
9400
9401 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
9402
9403 * minibuffer.el (read-file-name-completion-ignore-case):
9404 Move before completion--in-region, for eager macro expansion.
9405
9406 2013-05-29 Juri Linkov <juri@jurta.org>
9407
9408 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
9409 for total count of matching lines. Add `global-matches' for total
9410 count of matches. Rename `matches' to `lines' for count of
9411 matching lines. Add `matches' for count of matches.
9412 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
9413 to `prev-line' for line number of prev match endpt.
9414 Increment `matches' for every match. Print the number of
9415 matching lines in the header.
9416 (occur-context-lines): Rename `lines' to `curr-line'.
9417 Rename `prev-lines' to `prev-line'. (Bug#14017)
9418
9419 2013-05-29 Juri Linkov <juri@jurta.org>
9420
9421 * replace.el (perform-replace): Add `skip-read-only-count',
9422 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
9423 Increment them for corresponding conditions and report the number
9424 of skipped occurrences in the final message. (Bug#11746)
9425 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9426 (replace-string, replace-regexp): Doc fix.
9427
9428 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9429
9430 * emacs-lisp/trace.el (trace--read-args): Provide a default.
9431
9432 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
9433 prog-mode-map (bug#14504).
9434
9435 2013-05-29 Leo Liu <sdl.web@gmail.com>
9436
9437 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
9438 (octave-help): Small simplification.
9439
9440 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
9441 off the highlight first.
9442
9443 2013-05-29 Glenn Morris <rgm@gnu.org>
9444
9445 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
9446 Handle idlwave-last-system-routine-info-cons-cell being nil.
9447
9448 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9449 (idlwave-write-paths): Simplify via with-temp-buffer.
9450
9451 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
9452 * emulation/cua-rect.el: Also load cua-base at run time.
9453
9454 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
9455 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
9456 (cperl-imenu-on-info): Require imenu.
9457
9458 2013-05-28 Alan Mackenzie <acm@muc.de>
9459
9460 Handle "capitalised keywords" correctly.
9461 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
9462
9463 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
9464
9465 * eshell/em-unix.el: Add -r option to cp.
9466
9467 2013-05-28 Glenn Morris <rgm@gnu.org>
9468
9469 * vc/vc-arch.el (vc-exec-after): Declare.
9470 (vc-switches): Autoload.
9471 * vc/vc-bzr.el: No need to require vc when compiling.
9472 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
9473 (vc-resynch-buffer, vc-dir-refresh): Declare.
9474 (vc-setup-buffer, vc-switches): Autoload.
9475 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
9476 (vc-resynch-buffer): Declare.
9477 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
9478 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
9479 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
9480 (grep-read-regexp, grep-read-files, grep-expand-template)
9481 (vc-dir-refresh): Declare.
9482 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
9483 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
9484 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
9485 * vc/vc-mtn.el (vc-exec-after): Declare.
9486 (vc-switches): Autoload.
9487 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
9488 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
9489 (vc-file-tree-walk): Declare.
9490 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
9491 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
9492 (vc-tag-precondition, vc-rename-master): Autoload.
9493 * vc/vc-svn.el (vc-exec-after): Declare.
9494 (vc-switches, vc-setup-buffer): Autoload.
9495 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
9496 Autoload.
9497 (vc-resynch-buffer): Declare.
9498
9499 * obsolete/fast-lock.el (byte-compile-warnings):
9500 Don't warn about obsolete features in this obsolete file.
9501
9502 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
9503 Move definition before use.
9504
9505 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
9506 (dun-unix-verbs): Remove dun-zippy.
9507 (dun-zippy): Remove function.
9508
9509 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9510
9511 2013-05-27 Juri Linkov <juri@jurta.org>
9512
9513 * replace.el (replace-search): New function with code moved out
9514 from `perform-replace'.
9515 (replace-highlight, replace-dehighlight): Move function definitions
9516 up closer to `replace-search'. (Bug#11746)
9517
9518 2013-05-27 Juri Linkov <juri@jurta.org>
9519
9520 * replace.el (perform-replace): Ignore invisible matches.
9521 In addition to checking `query-replace-skip-read-only', also
9522 filter out matches by calling `run-hook-with-args-until-failure'
9523 on `isearch-filter-predicates', and also check `search-invisible'
9524 for t or call `isearch-range-invisible'.
9525 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
9526
9527 2013-05-27 Juri Linkov <juri@jurta.org>
9528
9529 * isearch.el (isearch-filter-predicates): Rename from
9530 `isearch-filter-predicate'. Doc fix. (Bug#11378)
9531 (isearch-message-prefix): Display text from the property
9532 `isearch-message-prefix' of the currently active filters.
9533 (isearch-search): Don't compare `isearch-filter-predicate' with
9534 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
9535 on `isearch-filter-predicates'. Also check `search-invisible' for t
9536 or call `isearch-range-invisible'.
9537 (isearch-filter-visible): Make obsolete.
9538 (isearch-lazy-highlight-search):
9539 Call `run-hook-with-args-until-failure' on
9540 `isearch-filter-predicates' and use `isearch-range-invisible'.
9541
9542 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
9543 `isearch-filter-predicates' instead of `funcall'ing
9544 `isearch-filter-predicate'.
9545 (Info-mode): Set `Info-isearch-filter' to
9546 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
9547
9548 * dired-aux.el (dired-isearch-filter-predicate-orig):
9549 Remove variable.
9550 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
9551 (dired-isearch-filenames-end): Add and remove
9552 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
9553 instead of changing the value of `isearch-filter-predicate'.
9554 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
9555 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
9556 Put property `isearch-message-prefix' to "filename " on
9557 `dired-isearch-filter-filenames'.
9558
9559 * wdired.el (wdired-change-to-wdired-mode):
9560 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
9561 locally instead of changing `isearch-filter-predicate'.
9562 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
9563
9564 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
9565
9566 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
9567 return the commit hash (Bug#14459). Also set the
9568 `vc-git-detached' property.
9569 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
9570 (vc-git-mode-line-string): Use the same help-echo format whether
9571 in detached mode or not, because we know the actual revision now.
9572 When in detached mode, shorten the revision to 7 chars.
9573
9574 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9575
9576 * emacs-lisp/easy-mmode.el (define-minor-mode):
9577 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
9578 mode hook and provide a docstring.
9579
9580 2013-05-27 Alan Mackenzie <acm@muc.de>
9581
9582 Remove spurious syntax-table text properties inserted by C-y.
9583 * progmodes/cc-mode.el (c-after-change): Also clear hard
9584 syntax-table property with value nil.
9585
9586 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
9587
9588 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
9589 when reading the events; the buffer layout shall not be changed.
9590
9591 2013-05-27 Leo Liu <sdl.web@gmail.com>
9592
9593 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
9594 New variable.
9595 (inferior-octave-directory-tracker): Automatically re-sync
9596 default-directory.
9597 (octave-help): Improve handling of 'See also'.
9598
9599 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9600
9601 * doc-view.el: Minor naming convention tweaks.
9602 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
9603
9604 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
9605 even if there's no `display' property yet (bug#14435).
9606
9607 2013-05-25 Eli Zaretskii <eliz@gnu.org>
9608
9609 * subr.el (unmsys--file-name): Rename from reveal-filename.
9610
9611 * Makefile.in (custom-deps, finder-data, autoloads)
9612 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9613 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9614 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
9615
9616 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9617
9618 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
9619 error-completion on the first 2 args of condition-case (bug#14446).
9620 Don't burp at EOB.
9621
9622 2013-05-25 Leo Liu <sdl.web@gmail.com>
9623
9624 * comint.el (comint-previous-matching-input): Do not flood the
9625 *Messages* buffer with trivial messages.
9626
9627 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9628
9629 * progmodes/flymake.el (flymake-nop): Don't return a string.
9630 (flymake-set-at): Fix typo.
9631
9632 * simple.el (read--expression): New function, extracted from
9633 eval-expression. Set completion-at-point-functions (bug#14465).
9634 (eval-expression, eval-minibuffer): Use it.
9635
9636 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
9637
9638 * progmodes/flymake.el (flymake-save-buffer-in-file)
9639 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
9640 (flymake-selected-frame, flymake-log, flymake-ins-after)
9641 (flymake-set-at, flymake-get-buildfile-from-cache)
9642 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
9643 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
9644 Refine the doc string.
9645 (flymake-get-file-name-mode-and-masks): Reformat.
9646 (flymake-get-real-file-name-function): Fix a minor bug.
9647
9648 2013-05-24 Juri Linkov <juri@jurta.org>
9649
9650 * progmodes/grep.el (grep-mode-font-lock-keywords):
9651 Support =linenumber= format used by git-grep for lines with
9652 function names. (Bug#13549)
9653
9654 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9655
9656 * progmodes/octave.el (octave-smie-rules): Return nil rather than
9657 0 after a semi-colon; it works better for smie-auto-fill.
9658 (octave--indent-new-comment-line): New function.
9659 (octave-indent-new-comment-line): Use it (indirectly).
9660 (octave-mode): Don't disable smie-auto-fill. Use add-function to
9661 modify comment-line-break-function.
9662
9663 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
9664 (smie-setup): Use add-function to set it.
9665
9666 2013-05-24 Sam Steingold <sds@gnu.org>
9667
9668 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
9669 argument (before the `interactive' argument).
9670
9671 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9672
9673 * image-mode.el (image-mode-winprops): Add winprops to
9674 image-mode-winprops-alist before running
9675 image-mode-new-window-functions.
9676 * doc-view.el (doc-view-new-window-function): Don't delay
9677 doc-view-goto-page via timers (bug#14435).
9678
9679 2013-05-24 Tassilo Horn <tsdh@gnu.org>
9680
9681 * doc-view.el: Integrate with desktop.el. (Bug#14435)
9682 (doc-view-desktop-save-buffer): New function.
9683 (doc-view-restore-desktop-buffer): New function.
9684 (desktop-buffer-mode-handlers):
9685 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
9686 handler.
9687 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
9688 `desktop-save-buffer' function.
9689
9690 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
9691
9692 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
9693 (tramp-gvfs-file-name-handler): Raise a user error when
9694 `tramp-gvfs-enabled' is nil.
9695 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
9696 Do not raise a user error when loading package. (Bug#14447)
9697
9698 * net/xesam.el: Move to obsolete/.
9699
9700 2013-05-24 Glenn Morris <rgm@gnu.org>
9701
9702 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
9703
9704 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
9705
9706 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
9707 (Info-find-node, Man-getpage-in-background): Declare.
9708
9709 * mail/unrmail.el (unrmail):
9710 Replace obsolete detect-coding-with-priority.
9711
9712 * net/socks.el (socks-split-string): Use this rather than split-string.
9713 (socks-nslookup-host): Update for above change.
9714 (dynamic-choice, s5-dynamic-choice-match)
9715 (s5-dynamic-choice-match-inline, s5-widget-value-create):
9716 Comment out unused code.
9717
9718 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
9719 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
9720 (gud-tooltip-echo-area): Make obsolete.
9721 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
9722
9723 * progmodes/js.el (js--optimize-arglist): Declare.
9724
9725 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
9726
9727 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
9728 (ediff-window-C): Declare.
9729
9730 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
9731 Tweak requires to silence compiler.
9732
9733 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
9734 (he-search-string, he-tried-table, he-expand-list)
9735 (he-init-string, he-string-member, he-substitute-string)
9736 (he-reset-string): Declare.
9737
9738 * obsolete/options.el (list-options): Use custom-variable-p,
9739 rather than obsolete alias.
9740
9741 2013-05-23 Sam Steingold <sds@gnu.org>
9742
9743 * simple.el (shell-command-on-region): Pass the `replace' argument
9744 down to `call-process-region' to comply with the doc as reported on
9745 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
9746
9747 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9748
9749 * emacs-lisp/smie.el (smie-indent-forward-token)
9750 (smie-indent-backward-token): Handle string tokens (bug#14381).
9751
9752 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9753
9754 * ielm.el (ielm-menu): New menu.
9755 (inferior-emacs-lisp-mode): Set comment-start.
9756
9757 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9758
9759 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
9760 Fix deactivate action.
9761
9762 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
9763 Add cleveref macros.
9764
9765 * lisp/textmodes/reftex-parse.el
9766 (reftex-locate-bibliography-files): Accept options for
9767 bibliography commands.
9768 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
9769 Add addbibresource. Basic Biblatex support.
9770
9771 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
9772
9773 * net/tramp-gvfs.el (top):
9774 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
9775 when loading package. (Bug#14447)
9776
9777 2013-05-23 Glenn Morris <rgm@gnu.org>
9778
9779 * progmodes/js.el: No need to load comint when compiling.
9780 (ring-insert, comint-send-string, comint-send-input)
9781 (comint-last-input-end, ido-chop): Declare.
9782
9783 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
9784 * vc/ediff-mult.el: Adjust requires.
9785 (ediff-directories-internal, ediff-directory-revisions-internal)
9786 (ediff-patch-file-internal): Declare.
9787 * vc/ediff-ptch.el: Adjust requires.
9788 (ediff-use-last-dir, ediff-buffers-internal): Declare.
9789 (ediff-find-file): Autoload.
9790 * vc/ediff-util.el: No need to load ediff when compiling.
9791 (ediff-regions-internal): Declare.
9792 * vc/ediff-wind.el: Adjust requires.
9793 (ediff-compute-toolbar-width): Define when compiling.
9794 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
9795 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
9796 (dired-get-filename, dired-get-marked-files)
9797 (ediff-last-dir-patch, ediff-patch-default-directory)
9798 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
9799 (ediff-patch-buffer-internal): Declare.
9800
9801 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
9802 (ispell-process, ispell-buffer-local-words, lm-summary)
9803 (lm-section-start, lm-section-end): Declare.
9804 (checkdoc-ispell-init): Simplify.
9805
9806 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
9807 (he-string-member, he-reset-string, he-substitute-string): Declare.
9808
9809 * eshell/em-ls.el: Adjust requires.
9810 (eshell-glob-regexp): Declare.
9811 * eshell/em-tramp.el: Adjust requires.
9812 (eshell-parse-command): Autoload.
9813 * eshell/em-xtra.el: Adjust requires.
9814 (eshell-parse-command): Autoload.
9815 * eshell/esh-ext.el: Adjust requires.
9816 (eshell-parse-command, eshell-close-handles): Autoload.
9817 * eshell/esh-io.el: Adjust requires.
9818 (eshell-output-filter): Autoload.
9819 * eshell/esh-util.el: No need to load tramp when compiling.
9820 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
9821 Declare.
9822 (eshell-parse-ange-ls): Require ange-ftp and tramp.
9823 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9824 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
9825 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
9826 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
9827 * eshell/esh-opt.el, eshell/esh-proc.el:
9828 * eshell/esh-var.el: Adjust requires.
9829 * eshell/eshell.el: Do not require esh-util twice.
9830 (eshell-add-input-to-history): Declare.
9831 (eshell-command): Check history module is active before using it.
9832
9833 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
9834
9835 2013-05-22 Leo Liu <sdl.web@gmail.com>
9836
9837 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
9838
9839 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
9840
9841 * autorevert.el (auto-revert-notify-add-watch)
9842 (auto-revert-notify-handler): Add `attrib' for the inotify case,
9843 it indicates changes in file modification time.
9844
9845 2013-05-22 Glenn Morris <rgm@gnu.org>
9846
9847 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9848 Always delete the autoloaded function from the noruntime and
9849 unresolved functions lists.
9850
9851 * allout.el: No need to load epa, epg, overlay when compiling.
9852 (epg-context-set-passphrase-callback, epg-list-keys)
9853 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
9854 (epg-key-user-id-list): Declare.
9855
9856 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9857 (viper-set-parsing-style-toggling-macro)
9858 (viper-set-emacs-state-searchstyle-macros):
9859 Use called-interactively-p on Emacs.
9860 (viper-looking-back): Make it an obsolete alias. Update callers.
9861 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
9862 Use looking-back rather than viper-looking-back.
9863 (viper-tmp-insert-at-eob, viper-enlarge-region)
9864 (viper-read-string-with-history, viper-register-to-point)
9865 (viper-append-to-register, viper-change-state-to-vi)
9866 (viper-backward-char-carefully, viper-forward-char-carefully)
9867 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
9868 (viper-change-state-to-emacs): Declare.
9869 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
9870 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
9871 * emulation/viper-mous.el: Do not load viper-cmd.
9872 (viper-backward-char-carefully, viper-forward-char-carefully)
9873 (viper-forward-word, viper-adjust-window): Declare.
9874
9875 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
9876
9877 * progmodes/idlw-help.el (idlwave-help-fontify):
9878 Use called-interactively-p.
9879
9880 * term/w32console.el (w32-get-console-codepage)
9881 (w32-get-console-output-codepage): Declare.
9882
9883 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
9884 Remove unnecessary declarations.
9885 (dframe-message): Doc fix.
9886
9887 * info.el (dframe-select-attached-frame, dframe-current-frame):
9888 Declare.
9889
9890 * speedbar.el (speedbar-message): Make it an obsolete alias.
9891 Update all callers.
9892 (speedbar-with-attached-buffer)
9893 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
9894 (speedbar-with-writable): Use backquote.
9895 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
9896 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
9897 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
9898 rather than speedbar- aliases.
9899 * mail/rmail.el: Load dframe rather than speedbar when compiling.
9900 (speedbar-make-specialized-keymap, speedbar-insert-button)
9901 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
9902 (speedbar-do-function-pointer): Declare.
9903 (rmail-speedbar-button, rmail-speedbar-find-file)
9904 (rmail-speedbar-move-message):
9905 Use dframe-with-attached-buffer rather than speedbar- alias.
9906 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
9907 (dframe-message, speedbar-make-specialized-keymap)
9908 (speedbar-add-expansion-list, speedbar-mode-functions-list)
9909 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
9910 (speedbar-insert-button, dframe-select-attached-frame)
9911 (dframe-maybee-jump-to-attached-frame)
9912 (speedbar-change-initial-expansion-list)
9913 (speedbar-previously-used-expansion-list-name): Declare.
9914 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
9915 Use dframe-message, dframe-with-attached-buffer rather than
9916 speedbar- aliases.
9917 (gud-sentinel): Silence compiler.
9918 * progmodes/vhdl-mode.el (speedbar-refresh)
9919 (speedbar-do-function-pointer, speedbar-add-supported-extension)
9920 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
9921 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
9922 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
9923 (speedbar-file-lists, speedbar-make-tag-line)
9924 (speedbar-line-directory, speedbar-goto-this-file)
9925 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
9926 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
9927 (speedbar-make-button, speedbar-reset-scanners)
9928 (speedbar-files-item-info, speedbar-line-text)
9929 (speedbar-find-file-in-frame, speedbar-set-timer)
9930 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
9931 (speedbar-with-writable): Do not (re)define it.
9932 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
9933 rather than speedbar- alias.
9934
9935 2013-05-21 Leo Liu <sdl.web@gmail.com>
9936
9937 * progmodes/octave.el (octave-mode-menu): Update and re-organize
9938 menu items.
9939 (octave-mode): Tweak fill-nobreak-predicate.
9940 (inferior-octave-startup): Check process to avoid infinite loop.
9941 (inferior-octave): Pop to buffer first to show abornmal process
9942 exit information.
9943
9944 2013-05-21 Glenn Morris <rgm@gnu.org>
9945
9946 * printing.el (pr-menu-bar): Define when compiling.
9947
9948 2013-05-21 Leo Liu <sdl.web@gmail.com>
9949
9950 * progmodes/octave.el (octave-auto-fill): Remove.
9951 (octave-indent-new-comment-line): Improve.
9952 (octave-mode): Use auto fill mode through
9953 comment-line-break-function and fill-nobreak-predicate.
9954 (octave-goto-function-definition): Support DEFUN_DLD.
9955 (octave-beginning-of-defun): Small tweak.
9956 (octave-help): Show parent directory.
9957
9958 2013-05-21 Glenn Morris <rgm@gnu.org>
9959
9960 * files.el (dired-unmark):
9961 * progmodes/gud.el (gdb-input): Update declarations.
9962
9963 * calculator.el (electric, ehelp): No need to load when compiling.
9964 (Electric-command-loop, electric-describe-mode): Declare.
9965
9966 * doc-view.el (doc-view-current-converter-processes): Move before use.
9967
9968 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9969 Move MODE-set-explicitly definition before use.
9970
9971 * international/mule-diag.el (mule-diag):
9972 Don't use obsolete window-system-version.
9973
9974 * mail/feedmail.el (smtpmail): No need to load when compiling.
9975 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
9976
9977 * mail/mail-utils.el (rfc822): No need to load when compiling.
9978 (rfc822-addresses): Autoload it.
9979 (mail-strip-quoted-names): Trivial simplification.
9980
9981 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
9982 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
9983
9984 * net/snmp-mode.el (tempo): Don't duplicate requires.
9985
9986 * progmodes/prolog.el (info): No need to load when compiling.
9987 (comint): Require before shell requires it.
9988 (Info-goto-node): Autoload it.
9989 (Info-follow-nearest-node): Declare.
9990 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
9991
9992 * textmodes/artist.el (picture-mode-exit): Declare.
9993
9994 * textmodes/reftex-parse.el (reftex-parse-from-file):
9995 Trivial rewrite so the compiler can parse it better.
9996
9997 2013-05-20 Leo Liu <sdl.web@gmail.com>
9998
9999 * progmodes/octave.el (octave-help-mode-map)
10000 (octave-help-mode-finish-hook): New variables.
10001 (octave-help-mode, octave-help-mode-finish): New functions.
10002 (octave-help): Use octave-help-mode.
10003
10004 2013-05-20 Glenn Morris <rgm@gnu.org>
10005
10006 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
10007
10008 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
10009
10010 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
10011 start at point, so that expansion starting right after opening
10012 slash in a regexp is recognized.
10013 (ruby-syntax-before-regexp-re): New defvar, extracted from
10014 ruby-syntax-propertize-function. Since the value of this regexp
10015 is looked up at runtime now, we should be able to turn
10016 `ruby-syntax-methods-before-regexp' into a defcustom later.
10017 (ruby-syntax-propertize-function): Split regexp matching into two
10018 parts, for opening and closing slashes. That allows us to skip
10019 over string interpolations and support multiline regexps.
10020 Don't call `ruby-syntax-propertize-expansions', instead use another rule
10021 for them, which calls `ruby-syntax-propertize-expansion'.
10022 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
10023 call to `ruby-syntax-propertize-function'.
10024 (ruby-syntax-propertize-expansion): Extracted from
10025 `ruby-syntax-propertize-expansions'. Handles one expansion.
10026 (ruby-syntax-propertize-percent-literal): Leave point right after
10027 the percent symbol, so that the expression expansion rule can
10028 propertize the contents.
10029 (ruby-syntax-propertize-heredoc): Leave point at bol following the
10030 heredoc openers.
10031 (ruby-syntax-propertize-expansions): Remove.
10032
10033 2013-05-18 Juri Linkov <juri@jurta.org>
10034
10035 * man.el (Man-default-man-entry): Remove `-' from the end
10036 of the default value. (Bug#14400)
10037
10038 2013-05-18 Glenn Morris <rgm@gnu.org>
10039
10040 * comint.el (comint-password-prompt-regexp):
10041 Allow "password for XXX" where XXX contains colons (eg https://...).
10042
10043 2013-05-18 Leo Liu <sdl.web@gmail.com>
10044
10045 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
10046 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
10047 (octave-source-directories): Don't check process.
10048 (octave-source-directories, octave-find-definition): Doc fix.
10049
10050 2013-05-18 Glenn Morris <rgm@gnu.org>
10051
10052 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
10053 Remove backspace/delete bindings. (Bug#14392)
10054
10055 * cus-dep.el (custom-make-dependencies): Sort the output.
10056 (custom-versions-load-alist): Convert comment to doc.
10057
10058 2013-05-17 Leo Liu <sdl.web@gmail.com>
10059
10060 * newcomment.el (comment-search-backward): Stricter in finding
10061 comment start. (Bug#14303)
10062
10063 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
10064 (octave-comment-start-skip): Properly anchored.
10065
10066 2013-05-17 Leo Liu <sdl.web@gmail.com>
10067
10068 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
10069 Clean up when turned off. (Bug#14395)
10070 (smie--highlight-matching-block-overlay): No longer buffer-local.
10071 (smie-highlight-matching-block): Adjust.
10072
10073 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
10074
10075 Doc string fix for "nanoseconds" (Bug#14406).
10076 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
10077 Fix doc string typo that had "nanoseconds" instead of "microseconds".
10078
10079 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10080
10081 * calc/calc-units.el (math-extract-units): Preserve powers
10082 of units.
10083
10084 2013-05-17 Leo Liu <sdl.web@gmail.com>
10085
10086 * subr.el (delete-consecutive-dups): New function.
10087 * ido.el (ido-set-matches-1): Use it.
10088 * progmodes/octave.el (inferior-octave-completion-table): Use it.
10089 * ido.el (ido-remove-consecutive-dups): Remove.
10090
10091 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10092
10093 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
10094 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
10095 regexp-opt's `words'.
10096
10097 2013-05-16 Leo Liu <sdl.web@gmail.com>
10098
10099 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
10100 (smie--highlight-matching-block-overlay)
10101 (smie--highlight-matching-block-lastpos)
10102 (smie--highlight-matching-block-timer): New variables.
10103 (smie-highlight-matching-block): New function.
10104 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
10105 (smie-setup): Conditionally enable smie-blink-matching-open.
10106
10107 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
10108
10109 Sync with upstream verilog-mode r840.
10110 * progmodes/verilog-mode.el (verilog-mode-version)
10111 (verilog-mode-release-date): Update.
10112 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
10113 (verilog-sig-tieoff): Fix string error on
10114 AUTORESET with colon define, bug594. Reported by Andrew Hou.
10115 (verilog-read-decls): Fix parameters confusing
10116 AUTOINST interfaces, bug565. Reported by Leith Johnson.
10117
10118 2013-05-16 Eli Zaretskii <eliz@gnu.org>
10119
10120 * subr.el (reveal-filename): New function.
10121
10122 * loadup.el: Compute Emacs executable versions on MS-Windows,
10123 where executables have the .exe extension. Add a hard link
10124 emacs-XX.YY.ZZ.exe on MS-Windows.
10125
10126 * Makefile.in (XARGS_LIMIT): New variable.
10127 (custom-deps, finder-data, autoloads)
10128 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
10129 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
10130 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
10131 (compile-main): Limit xargs according to $(XARGS_LIMIT).
10132
10133 2013-05-16 Leo Liu <sdl.web@gmail.com>
10134
10135 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
10136 (octave-mode-menu, octave-mode-map): Remove its uses.
10137
10138 2013-05-16 Reto Zimmermann <reto@gnu.org>
10139
10140 Sync with upstream vhdl mode v3.34.2.
10141 * progmodes/vhdl-mode.el: Use `push' throughout.
10142 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
10143 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
10144 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
10145 (vhdl-actual-generic-name): New option to derive actual generic name.
10146 (vhdl-port-paste-signals): Replace formal by actual generics.
10147 (vhdl-beautify): New name for old group vhdl-align. Update users.
10148 (vhdl-beautify-options): New option.
10149 (vhdl-last-input-event): New compat alias. Use throughout.
10150 (vhdl-goto-line): Replace user level function `goto-line'.
10151 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
10152 vhdl-fix-statement-buffer.
10153 (vhdl-create-mode-menu): Add some entries.
10154 (vhdl-align-region-groups): Respect vhdl-beautify-options.
10155 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
10156 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
10157 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
10158 to force statements on one line.
10159 (vhdl-remove-trailing-spaces-region):
10160 New, split from vhdl-remove-trailing-spaces.
10161 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
10162 Respect vhdl-beautify-options.
10163 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
10164 (vhdl-update-sensitivity-list): Not add with index if exists without.
10165 Not include array index with signal. Ignore keywords in comments.
10166 (vhdl-get-visible-signals): Regexp tweaks.
10167 (vhdl-template-component-inst): Handle empty library.
10168 (vhdl-template-type): Add template for 'enum' type.
10169 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
10170 Use vhdl-replace-string.
10171 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
10172 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
10173 (vhdl-speedbar-initialize): Update for above name change.
10174 (vhdl-compose-wire-components): Fix in handling of constants.
10175 (vhdl-error-regexp-emacs-alist): New variable.
10176 (vhdl-error-regexp-add-emacs): New function;
10177 adds support for new compile.el (Emacs 22+)
10178 (vhdl-generate-makefile-1): Change target order for single lib. units.
10179 Allow use of absolute file names.
10180
10181 2013-05-16 Leo Liu <sdl.web@gmail.com>
10182
10183 * simple.el (prog-indent-sexp): Indent enclosing defun.
10184
10185 2013-05-15 Glenn Morris <rgm@gnu.org>
10186
10187 * cus-start.el (show-trailing-whitespace): Move to editing basics.
10188 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
10189 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
10190 (whitespace-highlight): Move to whitespace group.
10191
10192 * comint.el (comint-source):
10193 * pcmpl-linux.el (pcmpl-linux):
10194 * shell.el (shell-faces):
10195 * eshell/esh-opt.el (eshell-opt):
10196 * international/ccl.el (ccl): Remove empty custom groups.
10197
10198 * completion.el (dynamic-completion-mode):
10199 * jit-lock.el (jit-lock-debug-mode):
10200 * minibuffer.el (completion-in-region-mode):
10201 * type-break.el (type-break-mode-line-message-mode)
10202 (type-break-query-mode):
10203 * emulation/tpu-edt.el (tpu-edt-mode):
10204 * progmodes/subword.el (global-subword-mode, global-superword-mode):
10205 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10206 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
10207
10208 * term/xterm.el (xterm): Change parent group to terminals.
10209
10210 * master.el (master): Remove empty custom group.
10211 (master-mode): Remove unused :group argument.
10212 * textmodes/refill.el (refill): Remove empty custom group.
10213 (refill-mode): Remove unused :group argument.
10214
10215 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
10216
10217 * cus-dep.el: Provide a feature.
10218 (custom-make-dependencies): Ignore dotfiles (dir-locals).
10219 Don't mistakenly ignore files whose basenames match a basename
10220 from preloaded-file-list (eg cedet/ede/simple.el).
10221 Add a fallback method for getting :group.
10222
10223 2013-05-15 Juri Linkov <juri@jurta.org>
10224
10225 * isearch.el (isearch-char-by-name): Rename from
10226 `isearch-insert-char-by-name'. Doc fix.
10227 (isearch-forward): Mention `isearch-char-by-name' in
10228 the docstring. (Bug#13348)
10229
10230 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
10231 `exit-minibuffer' instead of
10232 `isearch-nonincremental-exit-minibuffer'.
10233 (isearch-edit-string): Remove mention of
10234 `isearch-nonincremental-exit-minibuffer' from docstring.
10235 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
10236 (isearch-forward-exit-minibuffer)
10237 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
10238
10239 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10240
10241 * loadup.el: Just use unversioned DOC.
10242
10243 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
10244 literals as extending to EOB.
10245 (nxml-last-fontify-end): Remove unused variable.
10246 (nxml-after-change1): Use with-silent-modifications.
10247 (nxml-extend-after-change-region): Simplify.
10248 (nxml-extend-after-change-region1): Remove function.
10249 (nxml-after-change1): Don't adjust for dependent regions.
10250 (nxml-fontify-matcher): Simplify.
10251 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
10252 (xmltok-add-dependent): Remove function.
10253 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
10254 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
10255 (xmltok-scan-prolog-after-processing-instruction-open): Treat
10256 unclosed <[[, <?, comment, and other literals as extending to EOB.
10257 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
10258 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
10259 Remove functions.
10260 (rng-do-some-validation-1): Don't mark dependent regions.
10261 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
10262 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
10263 (nxml-clear-dependent-regions): Remove functions.
10264 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
10265 (nxml-ensure-scan-up-to-date):
10266 Don't clear&mark dependent regions.
10267
10268 2013-05-15 Leo Liu <sdl.web@gmail.com>
10269
10270 * progmodes/octave.el (octave-goto-function-definition):
10271 Improve and fix callers.
10272
10273 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10274
10275 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
10276 the setter (bug#14387).
10277
10278 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
10279 surrounding group (bug#14402).
10280
10281 2013-05-14 Juri Linkov <juri@jurta.org>
10282
10283 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
10284 (Bug#14390)
10285
10286 2013-05-14 Glenn Morris <rgm@gnu.org>
10287
10288 * progmodes/f90.el (f90-imenu-generic-expression):
10289 Fix typo in 2013-05-08 change. (Bug#14402)
10290
10291 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
10292
10293 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
10294 Remove signals for which replies are never received.
10295
10296 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
10297
10298 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
10299 (gdb-handler-alist, gdb-handler-number): Remove variables.
10300 (gdb-handler-list): New variable.
10301 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
10302 (gdb-pending-handler-p, gdb-handle-reply)
10303 (gdb-remove-all-pending-triggers): New functions.
10304 (gdb-discard-unordered-replies): New defcustom.
10305 (gdb-handler): New defstruct.
10306 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
10307 instead of gdb-pending-triggers. Update docstring.
10308 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
10309 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
10310 (gdb-var-update-handler, def-gdb-auto-update-trigger)
10311 (def-gdb-auto-update-handler, gdb-get-changed-registers)
10312 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
10313 (gdb-frame-handler): Pending triggers are now automatically managed.
10314 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
10315 Remove argument.
10316 (gdb-input): Automatically handles pending triggers. Update docstring.
10317 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
10318 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
10319 Update comments.
10320 (gdb-done-or-error): Now use gdb-handle-reply.
10321
10322 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
10323
10324 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
10325 gdb-debug-log.
10326
10327 2013-05-14 Glenn Morris <rgm@gnu.org>
10328
10329 * subr.el (user-emacs-directory-warning): New option.
10330 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
10331
10332 2013-05-14 Leo Liu <sdl.web@gmail.com>
10333
10334 * progmodes/octave.el (octave-font-lock-keywords): Fix error
10335 during redisplay.
10336 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
10337 (octave-font-lock-texinfo-comment): Fix invalid search bound
10338 error: wrong side of point.
10339
10340 2013-05-14 Glenn Morris <rgm@gnu.org>
10341
10342 * progmodes/flymake.el (flymake-xml-program): New option.
10343 (flymake-xml-init): Use it.
10344
10345 * term/xterm.el: Provide a feature.
10346
10347 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
10348
10349 2013-05-13 Glenn Morris <rgm@gnu.org>
10350
10351 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
10352 Add compat aliases as a hack workaround. (Bug#14384)
10353
10354 2013-05-13 Leo Liu <sdl.web@gmail.com>
10355
10356 * progmodes/octave.el (octave-indent-comment): Fix indentation for
10357 ###, and %!.
10358 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
10359 C-M-q.
10360 (octave-comment-start-skip): Include %!.
10361 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
10362
10363 2013-05-12 Leo Liu <sdl.web@gmail.com>
10364
10365 * progmodes/octave.el (inferior-octave-startup): Store the value
10366 of __octave_srcdir__ for octave-source-directories.
10367 (inferior-octave-check-process): New function refactored out of
10368 inferior-octave-send-list-and-digest.
10369 (octave-source-directories)
10370 (octave-find-definition-filename-function): New variables.
10371 (octave-source-directories)
10372 (octave-find-definition-default-filename): New functions.
10373 (octave-find-definition): Improve to find functions implemented in C++.
10374
10375 2013-05-12 Glenn Morris <rgm@gnu.org>
10376
10377 * calendar/diary-lib.el (diary-outlook-format-1):
10378 Don't include dayname in the output. (Bug#14349)
10379
10380 2013-05-11 Glenn Morris <rgm@gnu.org>
10381
10382 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
10383
10384 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
10385 Treat cc-provide like provide.
10386
10387 2013-05-11 Kevin Ryde <user42@zip.com.au>
10388
10389 * cus-dep.el (custom-make-dependencies):
10390 Use generated-autoload-load-name for the sake of files such
10391 such cedet/semantic/bovine/c.el, where the base file name
10392 is not in load-path. (Bug#5277)
10393
10394 2013-05-11 Glenn Morris <rgm@gnu.org>
10395
10396 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
10397 Provide features.
10398
10399 2013-05-11 Leo Liu <sdl.web@gmail.com>
10400
10401 * progmodes/octave.el (octave-indent-comment): Improve.
10402 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
10403 (octave-eldoc-function-signatures, octave-eldoc-function):
10404 New functions.
10405 (octave-mode, inferior-octave-mode): Add eldoc support.
10406
10407 2013-05-11 Richard Stallman <rms@gnu.org>
10408
10409 * epa.el (epa-decrypt-file): Take output file name as argument
10410 and read it using `interactive'.
10411
10412 2013-05-11 Leo Liu <sdl.web@gmail.com>
10413
10414 * progmodes/octave.el (octave-beginning-of-line)
10415 (octave-end-of-line): Check before using up-list because it jumps
10416 out of more syntactic contructs since moving to smie.
10417 (octave-indent-comment): New function.
10418 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
10419 (octave-begin-keywords, octave-end-keywords)
10420 (octave-reserved-words, octave-smie-bnf-table)
10421 (octave-smie-rules): Add new keywords from Octave 3.6.4.
10422
10423 2013-05-11 Glenn Morris <rgm@gnu.org>
10424
10425 * faces.el (internal-face-x-get-resource):
10426 * frame.el (ns-display-monitor-attributes-list):
10427 * calc/calc-aent.el (math-to-radians-2):
10428 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
10429 Fix declarations.
10430
10431 * calc/calc-menu.el: Make it loadable in isolation.
10432
10433 * net/eudcb-bbdb.el: Make it loadable without bbdb.
10434 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
10435 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
10436 (eudc-bbdb-query-internal): Require 'bbdb.
10437
10438 * lpr.el (lpr-headers-switches):
10439 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
10440
10441 * progmodes/sql.el (sql-login-params): Fix and improve :type.
10442
10443 * emulation/edt-mapper.el: In batch mode, error rather than hang.
10444
10445 * term.el (term-set-escape-char): Make it idempotent.
10446
10447 2013-05-10 Leo Liu <sdl.web@gmail.com>
10448
10449 * progmodes/octave.el (inferior-octave-completion-table):
10450 No longer a function and all uses changed. Use cache to speed up
10451 completion due to bug#11906.
10452 (octave-beginning-of-defun): Re-write to be more general.
10453
10454 2013-05-10 Glenn Morris <rgm@gnu.org>
10455
10456 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
10457
10458 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10459
10460 * comint.el (comint-redirect-send-command-to-process): Use :around
10461 rather than :override for comint-redirect-filter.
10462 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
10463 Call it instead of comint-redirect-original-filter-function (which
10464 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
10465
10466 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
10467
10468 * frame.el (display-monitor-attributes-list): Add NS case.
10469 (ns-display-monitor-attributes-list): Declare.
10470
10471 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
10472
10473 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
10474
10475 2013-05-09 Glenn Morris <rgm@gnu.org>
10476
10477 * international/fontset.el (vertical-centering-font-regexp):
10478 Set standard-value.
10479
10480 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
10481
10482 * bookmark.el (bookmark-search-delay):
10483 * cus-start.el (vertical-centering-font-regexp):
10484 * ps-mule.el (ps-mule-font-info-database-default):
10485 * ps-print.el (ps-default-fg, ps-default-bg):
10486 * type-break.el (type-break-good-break-interval):
10487 * whitespace.el (whitespace-indentation-regexp)
10488 (whitespace-space-after-tab-regexp):
10489 * emacs-lisp/testcover.el (testcover-1value-functions)
10490 (testcover-noreturn-functions, testcover-progn-functions)
10491 (testcover-prog1-functions):
10492 * emulation/viper-init.el (viper-emacs-state-cursor-color):
10493 * eshell/em-glob.el (eshell-glob-translate-alist):
10494 * play/tetris.el (tetris-tty-colors):
10495 * progmodes/cpp.el (cpp-face-default-list):
10496 * progmodes/flymake.el (flymake-allowed-file-name-masks):
10497 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
10498 (idlwave-help-browser-generic-args):
10499 * progmodes/make-mode.el (makefile-special-targets-list):
10500 * progmodes/python.el (python-shell-virtualenv-path):
10501 * progmodes/verilog-mode.el (verilog-active-low-regexp)
10502 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
10503 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
10504 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
10505 * textmodes/reftex-vars.el (reftex-format-label-function):
10506 * textmodes/remember.el (remember-diary-file): Fix custom types.
10507
10508 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
10509 Add :version.
10510
10511 2013-05-09 Leo Liu <sdl.web@gmail.com>
10512
10513 * progmodes/octave.el (inferior-octave-completion-at-point):
10514 Restore file completion. (Bug#14300)
10515 (inferior-octave-startup): Fix incorrect highlighting for the
10516 first prompt.
10517
10518 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10519
10520 * progmodes/ruby-mode.el: First cut at SMIE support.
10521 (ruby-use-smie): New var.
10522 (ruby-smie-grammar): New constant.
10523 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
10524 (ruby-smie--forward-token, ruby-smie--backward-token)
10525 (ruby-smie-rules): New functions.
10526 (ruby-mode-variables): Setup SMIE if applicable.
10527
10528 2013-05-08 Eli Zaretskii <eliz@gnu.org>
10529
10530 * simple.el (line-move-visual): Signal beginning/end of buffer
10531 only if vertical-motion moved less than it was requested. Avoids
10532 silly incorrect error messages when there are display strings with
10533 multiple newlines at EOL.
10534
10535 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10536
10537 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
10538 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
10539 (prolog-char-quote-workaround):
10540 * progmodes/cperl-mode.el (cperl-under-as-char):
10541 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
10542 Mark as obsolete.
10543 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
10544 their declaration.
10545 (vhdl-mode-syntax-table-init): Remove.
10546
10547 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
10548 last change.
10549
10550 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
10551 syntax for "_".
10552 (ld-script-font-lock-keywords):
10553 Change regexps to use things like \_< and \_>.
10554
10555 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
10556 Change all regexps to use things like \_< and \_>.
10557
10558 * progmodes/autoconf.el (autoconf-definition-regexp)
10559 (autoconf-font-lock-keywords, autoconf-current-defun-function):
10560 Handle a _ with symbol syntax.
10561 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
10562
10563 * progmodes/ada-mode.el (ada-mode-abbrev-table):
10564 Consolidate declaration.
10565 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
10566 the declaration.
10567 (ada-create-syntax-table): Remove.
10568 (ada-capitalize-word): Don't mess with the syntax of "_" since it
10569 already has the right syntax nowadays.
10570 (ada-goto-next-word): Don't change the syntax of "_".
10571
10572 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
10573 with-wrapper-hook.
10574
10575 2013-05-08 Sam Steingold <sds@gnu.org>
10576
10577 * thingatpt.el (thing-at-point): Accept optional second argument
10578 NO-PROPERTIES to strip the text properties from the return value.
10579 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
10580 to `thing-at-point' instead of stripping the properties ourselves.
10581 Also, when `thing-at-point' fails to find a url, prepend "http://"
10582 to the filename at point on the assumption that the user is
10583 pointing at something like gnu.org/gnu.
10584
10585 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
10586
10587 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
10588 * faces.el (crm-separator):
10589 Silence byte-compiler.
10590
10591 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
10592 (tool-bar-map): Remove unneeded defvars.
10593
10594 2013-05-08 Leo Liu <sdl.web@gmail.com>
10595
10596 Re-work a fix for bug#10994 based on Le Wang's patch.
10597 * ido.el (ido-remove-consecutive-dups): New helper.
10598 (ido-completing-read): Use it.
10599 (ido-chop): Revert fix for bug#10994.
10600
10601 2013-05-08 Adam Spiers <emacs@adamspiers.org>
10602
10603 * cus-edit.el (custom-save-variables):
10604 Pretty-print long values. (Bug#14187)
10605
10606 2013-05-08 Glenn Morris <rgm@gnu.org>
10607
10608 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
10609 (m4-mode-syntax-table): Init in the defvar.
10610 (m4-mode-abbrev-table): Let define-derived-mode define it.
10611
10612 2013-05-08 Tom Tromey <tromey@redhat.com>
10613
10614 * progmodes/m4-mode.el (m4-mode-syntax-table):
10615 Do not treat "_" as word constituent. (Bug#14167)
10616
10617 2013-05-07 Glenn Morris <rgm@gnu.org>
10618
10619 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
10620 Remove explicit eshell-isearch-cancel-map.
10621
10622 * progmodes/f90.el (f90-smart-end-names): New option.
10623 (f90-smart-end): Doc fix.
10624 (f90-end-block-optional-name): New constant.
10625 (f90-block-match): Respect f90-smart-end-names.
10626
10627 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10628
10629 * progmodes/octave.el (octave-smie-forward-token): Be more careful
10630 about implicit semi-colons (bug#14218).
10631
10632 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10633
10634 * frame.el (display-monitor-attributes-list)
10635 (frame-monitor-attributes): New functions.
10636
10637 2013-05-06 Leo Liu <sdl.web@gmail.com>
10638
10639 * progmodes/octave.el (octave-syntax-propertize-function): Change
10640 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
10641 (octave-font-lock-keywords): Use octave-operator-regexp.
10642 (octave-completion-at-point): Rename from
10643 octave-completion-at-point-function.
10644 (inferior-octave-directory-tracker): Robustify.
10645 (octave-text-functions): Remove and fix its uses. No such things
10646 any more.
10647
10648 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10649
10650 * emacs-lisp/trace.el (trace--display-buffer): New function.
10651 (trace-make-advice): Use it.
10652
10653 2013-05-06 Juri Linkov <juri@jurta.org>
10654
10655 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
10656 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
10657 Doc fix.
10658 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
10659 in the help string. (Bug#12985)
10660
10661 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
10662
10663 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
10664
10665 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10666
10667 * progmodes/perl-mode.el: Add support for here documents.
10668 (perl-syntax-propertize-function): Match here-doc markers.
10669 (perl-syntax-propertize-special-constructs): Find their end.
10670 (perl-imenu-generic-expression): Use [:alnum:].
10671
10672 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
10673 (advice--add-function): Refresh the advice if already present
10674 (bug#14317).
10675
10676 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
10677
10678 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
10679
10680 2013-05-06 Glenn Morris <rgm@gnu.org>
10681
10682 * w32-fns.el (w32-charset-info-alist): Declare.
10683
10684 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
10685 of its defcustom properties.
10686 (eshell-cmpl-initialize): No need to load pcomplete.
10687
10688 * generic-x.el: No need to require comint when compiling.
10689
10690 * net/eudc-export.el: Make it loadable without bbdb.
10691 (top-level): Use require rather than load-library.
10692 (eudc-create-bbdb-record, eudc-bbdbify-phone)
10693 (eudc-batch-export-records-to-bbdb)
10694 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
10695 Require bbdb.
10696
10697 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10698
10699 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
10700 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
10701 some tweaks, instead.
10702
10703 2013-05-05 Leo Liu <sdl.web@gmail.com>
10704
10705 * progmodes/octave.el (octave-font-lock-keywords)
10706 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
10707 (inferior-octave-send-list-and-digest): Improve error message.
10708 (octave-mode, inferior-octave-mode): Use setq-local.
10709 (octave-help): Set info-lookup-mode.
10710
10711 2013-05-05 Richard Stallman <rms@gnu.org>
10712
10713 * vc/compare-w.el (compare-windows-whitespace):
10714 Treat no-break space as whitespace.
10715
10716 * mail/rmailsum.el (rmail-summary-rmail-update):
10717 Detect empty summary and don't change selected message.
10718 (rmail-summary-goto-msg): Likewise.
10719
10720 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
10721 Doc fixes, rename args.
10722
10723 2013-05-05 Alan Mackenzie <acm@muc.de>
10724
10725 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
10726
10727 2013-05-05 Juri Linkov <juri@jurta.org>
10728
10729 * info.el (Info-read-subfile): Use (point-min) instead of (point)
10730 to not add the length of the summary segment to the return value.
10731 (Bug#14125)
10732
10733 2013-05-05 Leo Liu <sdl.web@gmail.com>
10734
10735 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
10736 (inferior-octave-output-filter): Remove.
10737 (octave-send-region, inferior-octave-startup): Fix callers.
10738 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
10739 (octave-binary-file-extensions): New user variable.
10740 (octave-find-definition): Confirm if opening binary files.
10741 (octave-help-file): Use octave-find-definition to get the binary
10742 confirmation.
10743 (octave-help): Adjust for octave-help-file change.
10744
10745 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10746
10747 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
10748 Merge the two entries that handle function definitions.
10749 (pascal--syntax-propertize): New const.
10750 (pascal-mode): Use it. Use setq-local.
10751
10752 2013-05-04 Glenn Morris <rgm@gnu.org>
10753
10754 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
10755 (diary-from-outlook): Respect diary-from-outlook-function.
10756
10757 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10758
10759 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
10760 Move the declaration from C.
10761 (read-minibuffer, eval-minibuffer): Move from C.
10762 (completion-setup-function): Avoid minibuffer-completion-contents.
10763
10764 2013-05-03 Leo Liu <sdl.web@gmail.com>
10765
10766 * progmodes/octave.el (octave-font-lock-keywords): Do not
10767 dehighlight 'end' in comments or strings.
10768 (octave-completing-read, octave-goto-function-definition):
10769 New helpers.
10770 (octave-help-buffer): New user variable.
10771 (octave-help-file, octave-help-function): New button types.
10772 (octave-help): New command and bind it to C-h ;.
10773 (octave-find-definition): New command and bind it to M-.
10774 (user-error): Alias to error if not defined.
10775
10776 2013-05-02 Leo Liu <sdl.web@gmail.com>
10777
10778 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
10779 for \. (bug#14332)
10780 (octave-font-lock-keywords): Include [ and {.
10781
10782 2013-05-02 Leo Liu <sdl.web@gmail.com>
10783
10784 * progmodes/octave.el (inferior-octave-startup-file): Change default.
10785 (inferior-octave): Remove calling comint-mode and return the buffer.
10786 (inferior-octave-startup): Cosmetic changes.
10787
10788 2013-05-02 Leo Liu <sdl.web@gmail.com>
10789
10790 * progmodes/octave.el (octave-syntax-propertize-function):
10791 Include the case when ' is at line beginning. (Bug#14336)
10792
10793 2013-05-02 Glenn Morris <rgm@gnu.org>
10794
10795 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
10796 * desktop.el (vc-dir-mode): Just autoload it here.
10797
10798 2013-05-02 Alan Mackenzie <acm@muc.de>
10799
10800 Eliminate variable c-standard-font-lock-fontify-region-function.
10801 * progmodes/cc-mode.el
10802 (c-standard-font-lock-fontify-region-function): Remove.
10803 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
10804
10805 2013-05-01 Leo Liu <sdl.web@gmail.com>
10806
10807 * progmodes/octave.el: Compatible with older emacs-24 releases.
10808 (inferior-octave-has-built-in-variables): Remove. Built-in
10809 variables were removed from Octave in 2007.
10810 (inferior-octave-startup): Fix uses.
10811 (comint-line-beginning-position): Remove compatibility code for
10812 emacs 21.
10813
10814 2013-05-01 Juri Linkov <juri@jurta.org>
10815
10816 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
10817
10818 2013-05-01 Juri Linkov <juri@jurta.org>
10819
10820 * comint.el (comint-previous-matching-input): Don't print message
10821 "History item: %d" when `isearch-mode' is active.
10822 (comint-history-isearch-message): Print message "History item: %d"
10823 when `comint-input-ring-index' is not empty and this function is
10824 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
10825
10826 2013-05-01 Leo Liu <sdl.web@gmail.com>
10827
10828 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
10829 definitions. Use completion-at-point to insert keywords.
10830 (octave-abbrev-start): Remove.
10831 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
10832
10833 2013-04-30 Leo Liu <sdl.web@gmail.com>
10834
10835 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
10836 change.
10837
10838 2013-04-30 Alan Mackenzie <acm@muc.de>
10839
10840 Handle arbitrarily long C++ member initialisation lists.
10841 * progmodes/cc-engine.el (c-back-over-member-initializers):
10842 new function.
10843 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
10844 (most) member init lists.
10845
10846 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10847
10848 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
10849 variable.
10850
10851 2013-04-30 Leo Liu <sdl.web@gmail.com>
10852
10853 * progmodes/octave.el (octave-variables): Remove. No builtin
10854 variables any more. All converted to functions.
10855 (octave-font-lock-keywords, octave-completion-at-point-function):
10856 Fix uses.
10857 (octave-font-lock-texinfo-comment): New user variable.
10858 (octave-texinfo-font-lock-keywords): New variable for texinfo
10859 comment block.
10860 (octave-function-comment-block): New face.
10861 (octave-font-lock-texinfo-comment): New function.
10862 (octave-mode): Font lock texinfo comment block.
10863
10864 2013-04-29 Leo Liu <sdl.web@gmail.com>
10865
10866 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
10867 indexing expression.
10868 (octave-continuation-string): Do not use \.
10869 (inferior-octave-complete-impossible): Remove.
10870 (inferior-octave-completion-table)
10871 (inferior-octave-completion-at-point): Remove its uses.
10872 (inferior-octave-startup): completion_matches was introduced to
10873 Octave in 1996 so safe to assume it.
10874 (octave-function-file-comment): Improve to follow how Octave does it.
10875 (octave-update-function-file-comment): Tweak.
10876
10877 2013-04-29 Leo Liu <sdl.web@gmail.com>
10878
10879 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
10880 (inferior-octave-startup): Remove inferior-octave-startup-hook.
10881 (octave-function-file-comment): Fix typo.
10882 (octave-sync-function-file-names): Use read-char-choice.
10883
10884 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
10885
10886 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
10887 to t for the less important warnings.
10888
10889 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
10890
10891 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
10892
10893 2013-04-27 Glenn Morris <rgm@gnu.org>
10894
10895 * vc/log-view.el (log-view-current-entry):
10896 Treat "---" separator lines as part of the following rev. (Bug#14169)
10897
10898 2013-04-27 Juri Linkov <juri@jurta.org>
10899
10900 * subr.el (read-number): Doc fix about using it by interactive
10901 code letter `n'. (Bug#14254)
10902
10903 2013-04-27 Juri Linkov <juri@jurta.org>
10904
10905 * desktop.el (desktop-auto-save-timeout): New option.
10906 (desktop-file-checksum): New variable.
10907 (desktop-save): Add optional arg `auto-save' and don't auto-save
10908 if nothing changed.
10909 (desktop-auto-save-timer): New variable.
10910 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
10911 (after-init-hook): Call `desktop-auto-save-set-timer'.
10912 Suggested by Reuben Thomas <rrt@sc3d.org> in
10913 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
10914
10915 2013-04-27 Leo Liu <sdl.web@gmail.com>
10916
10917 * progmodes/octave.el (octave-function-file-p)
10918 (octave-skip-comment-forward, octave-function-file-comment)
10919 (octave-update-function-file-comment): New functions.
10920 (octave-mode-map): Bind C-c ; to
10921 octave-update-function-file-comment.
10922 (octave-mode-menu): Add octave-update-function-file-comment.
10923 (octave-mode, inferior-octave-mode): Fix doc-string.
10924 (octave-insert-defun): Conform to Octave's coding convention.
10925 (Bug#14285)
10926
10927 * files.el (basic-save-buffer): Don't let errors in
10928 before-save-hook prevent saving buffer.
10929
10930 2013-04-20 Roland Winkler <winkler@gnu.org>
10931
10932 * faces.el (read-face-name): Use completing-read if arg multiple
10933 is nil.
10934
10935 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
10936
10937 * ls-lisp.el (ls-lisp-insert-directory): If no files are
10938 displayed, move point to after the totals line.
10939 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
10940 for the details.
10941
10942 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10943
10944 * emacs-lisp/package.el (package-autoload-ensure-default-file):
10945 Add current dir to the load-path.
10946 (package-generate-autoloads): Don't rely on
10947 autoload-ensure-default-file.
10948
10949 2013-04-26 Reuben Thomas <rrt@sc3d.org>
10950
10951 * textmodes/remember.el (remember-store-in-files): Document that
10952 the file name format is passed to `format-time-string'.
10953
10954 2013-04-26 Leo Liu <sdl.web@gmail.com>
10955
10956 * progmodes/octave.el (octave-sync-function-file-names): New function.
10957 (octave-mode): Use it in before-save-hook.
10958
10959 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10960
10961 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
10962 (bug#14274).
10963
10964 * progmodes/octave.el (octave-smie-forward-token): Properly skip
10965 \n and comment, even if it's not an implicit ; (bug#14218).
10966
10967 2013-04-26 Glenn Morris <rgm@gnu.org>
10968
10969 * subr.el (read-number): Once more use `read' rather than
10970 `string-to-number', to trap non-numeric input. (Bug#14254)
10971
10972 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
10973
10974 * emacs-lisp/syntax.el (syntax-propertize-multiline):
10975 Use `syntax-multiline' text property consistently instead of
10976 `font-lock-multiline'. (Bug#14237)
10977
10978 2013-04-26 Glenn Morris <rgm@gnu.org>
10979
10980 * emacs-lisp/shadow.el (list-load-path-shadows):
10981 No longer necessary to check for duplicate simple.el, since
10982 2012-07-07 change to init_lread to not include installation lisp
10983 directories in load-path when running uninstalled. (Bug#14270)
10984
10985 2013-04-26 Leo Liu <sdl.web@gmail.com>
10986
10987 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
10988 (octave-mode, inferior-octave-mode): Use setq-local.
10989 (octave-not-in-string-or-comment-p): Rename to
10990 octave-in-string-or-comment-p.
10991 (octave-in-comment-p, octave-in-string-p)
10992 (octave-in-string-or-comment-p): Replace defsubst with defun.
10993
10994 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
10995
10996 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
10997
10998 2013-04-25 Bastien Guerry <bzg@gnu.org>
10999
11000 * textmodes/remember.el (remember-data-directory)
11001 (remember-directory-file-name-format): Fix custom types.
11002
11003 2013-04-25 Leo Liu <sdl.web@gmail.com>
11004
11005 * progmodes/octave.el (octave-completion-at-point-function):
11006 Make use of inferior octave process.
11007 (octave-initialize-completions): Remove.
11008 (inferior-octave-completion-table): New function.
11009 (inferior-octave-completion-at-point): Use it.
11010 (octave-completion-alist): Remove.
11011
11012 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11013
11014 * progmodes/opascal.el: Use font-lock and syntax-propertize.
11015 (opascal-mode-syntax-table): New var.
11016 (opascal-literal-kind, opascal-is-literal-end)
11017 (opascal-literal-token-at): Rewrite.
11018 (opascal--literal-start-re, opascal-font-lock-keywords)
11019 (opascal--syntax-propertize): New constants.
11020 (opascal-font-lock-defaults): Adjust.
11021 (opascal-mode): Use them. Set comment-<foo> variables as well.
11022 (delphi-comment-face, opascal-comment-face, delphi-string-face)
11023 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
11024 (delphi-other-face, opascal-other-face): Remove face variables.
11025 (opascal-save-state): Remove macro.
11026 (opascal-fontifying-progress-step): Remove constant.
11027 (opascal--ignore-changes): Remove var.
11028 (opascal-set-token-property, opascal-parse-next-literal)
11029 (opascal-is-stable-literal, opascal-complete-literal)
11030 (opascal-is-literal-start, opascal-face-of)
11031 (opascal-parse-region, opascal-parse-region-until-stable)
11032 (opascal-fontify-region, opascal-after-change)
11033 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
11034 (opascal-debug-parse-region, opascal-debug-parse-window)
11035 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
11036 (opascal-debug-fontify-buffer): Remove.
11037 (opascal-debug-mode-map): Adjust accordingly.
11038
11039 2013-04-25 Leo Liu <sdl.web@gmail.com>
11040
11041 Merge octave-mod.el and octave-inf.el into octave.el with some
11042 cleanups.
11043 * progmodes/octave.el: New file renamed from octave-mod.el.
11044 * progmodes/octave-inf.el: Merged into octave.el.
11045 * progmodes/octave-mod.el: Renamed to octave.el.
11046
11047 2013-04-25 Tassilo Horn <tsdh@gnu.org>
11048
11049 * textmodes/reftex-vars.el
11050 (reftex-label-ignored-macros-and-environments): New defcustom.
11051
11052 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
11053
11054 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11055
11056 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
11057 (smie-indent-keyword): Improve the check to ensure that the next
11058 comment is really on the same line.
11059 (smie-indent-comment): Don't align with a subsequent closer (or eob).
11060
11061 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
11062 semi-colons if the line is not otherwise empty (bug#14218).
11063
11064 2013-04-25 Glenn Morris <rgm@gnu.org>
11065
11066 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
11067
11068 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11069
11070 * progmodes/opascal.el (opascal-set-token-property): Rename from
11071 opascal-set-text-properties and only set `token' (bug#14134).
11072 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
11073 (opascal-literal-text-properties): Remove.
11074 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
11075 Adjust callers.
11076
11077 2013-04-24 Reuben Thomas <rrt@sc3d.org>
11078
11079 * textmodes/remember.el (remember-handler-functions): Add an
11080 option for a new handler `remember-store-in-files'.
11081 (remember-data-directory, remember-directory-file-name-format):
11082 New options.
11083 (remember-store-in-files): New function to store remember notes
11084 as separate files within a directory.
11085
11086 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
11087
11088 * progmodes/compile.el (compilation-next-error-function):
11089 Pass "formats" to compilation-find-file (bug#11777).
11090
11091 2013-04-24 Glenn Morris <rgm@gnu.org>
11092
11093 * vc/vc-bzr.el (vc-bzr-print-log):
11094 * vc/vc-hg.el (vc-hg-print-log):
11095 * vc/vc-svn.el (vc-svn-print-log):
11096 Fix START-REVISION with LIMIT != 1. (Bug#14168)
11097
11098 * vc/vc-bzr.el (vc-bzr-print-log):
11099 * vc/vc-cvs.el (vc-cvs-print-log):
11100 * vc/vc-git.el (vc-git-print-log):
11101 * vc/vc-hg.el (vc-hg-print-log):
11102 * vc/vc-mtn.el (vc-mtn-print-log):
11103 * vc/vc-rcs.el (vc-rcs-print-log):
11104 * vc/vc-sccs.el (vc-sccs-print-log):
11105 * vc/vc-svn.el (vc-svn-print-log):
11106 * vc/vc.el (vc-print-log-internal): Doc fixes.
11107
11108 2013-04-23 Glenn Morris <rgm@gnu.org>
11109
11110 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
11111 Remove venerable code attempting to avoid substitute-command-keys.
11112
11113 2013-04-23 Tassilo Horn <tsdh@gnu.org>
11114
11115 * textmodes/reftex-vars.el (reftex-label-regexps):
11116 Call `reftex-compile-variables' after changes to this variable.
11117
11118 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11119
11120 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
11121 Use lexical-binding.
11122 (jit-lock-force-redisplay): Use markers, check buffer's continued
11123 existence and beware narrowed buffers.
11124 (jit-lock-fontify-now): Adjust call accordingly.
11125
11126 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
11127
11128 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
11129 to avoid misleading the user.
11130
11131 2013-04-22 Leo Liu <sdl.web@gmail.com>
11132
11133 * info-look.el: Prefer latex2e.info. (Bug#14240)
11134
11135 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
11136
11137 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
11138
11139 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
11140 * net/tramp.el (tramp-call-process): ... here.
11141 (tramp-set-completion-function, tramp-parse-putty):
11142 * net/tramp-adb.el (tramp-adb-execute-adb-command):
11143 * net/tramp-gvfs.el (tramp-gvfs-send-command):
11144 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
11145 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
11146 (tramp-call-local-coding-command): Use `tramp-call-process'
11147 instead of `tramp-compat-call-process'.
11148
11149 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
11150 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
11151 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
11152 (tramp-find-inline-compress): Improve traces.
11153 (tramp-maybe-send-script): Check for Perl binary.
11154 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
11155
11156 2013-04-22 Daiki Ueno <ueno@gnu.org>
11157
11158 * epg.el (epg-context-pinentry-mode): New function.
11159 (epg-context-set-pinentry-mode): New function.
11160 (epg--start): Pass --pinentry-mode option to gpg command.
11161
11162 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
11163
11164 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
11165 `comint-dynamic-complete' is obsolete since 24.1, replaced by
11166 `completion-at-point'. (Bug#13774)
11167
11168 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
11169 default key binding for `describe-distribution' has been moved to
11170 `C-h C-o'. (Bug#13970)
11171
11172 2013-04-21 Glenn Morris <rgm@gnu.org>
11173
11174 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
11175 Add doc strings.
11176 (vc-print-log): Clarify interactive prompt.
11177
11178 2013-04-20 Glenn Morris <rgm@gnu.org>
11179
11180 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
11181 No longer include timestamp etc information.
11182
11183 2013-04-20 Roland Winkler <winkler@gnu.org>
11184
11185 * faces.el (read-face-name): Bug fix, return just one face if arg
11186 multiple is nil. (Bug#14209)
11187
11188 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11189
11190 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
11191 (remove-function): Autoload.
11192
11193 * comint.el (comint-redirect-original-filter-function): Remove.
11194 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
11195 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
11196 (vc-cvs-annotate-command):
11197 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
11198 * progmodes/prolog.el (prolog-consult-compile):
11199 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
11200 Use add/remove-function instead.
11201 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
11202 (gud-tooltip-process-output, gud-tooltip-tips):
11203 Use add/remove-function instead.
11204 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
11205 (scheme-interaction-mode, exit-scheme-interaction-mode):
11206 Use add/remove-function instead.
11207
11208 * vc/vc-dispatcher.el: Use lexical-binding.
11209 (vc--process-sentinel): Rename from vc-process-sentinel.
11210 Change last arg to be the code to run. Don't use vc-previous-sentinel
11211 and vc-sentinel-commands any more.
11212 (vc-exec-after): Allow code to be a function. Use add/remove-function.
11213 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
11214
11215 2013-04-19 Masatake YAMATO <yamato@redhat.com>
11216
11217 * progmodes/sh-script.el (sh-imenu-generic-expression):
11218 Handle function names with a single character. (Bug#14111)
11219
11220 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
11221
11222 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
11223 for subroutines defined in an eval (bug#14182).
11224
11225 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11226
11227 * bookmark.el (bookmark-completing-read): Improve handling of empty
11228 string (bug#14176).
11229
11230 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11231
11232 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
11233
11234 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
11235
11236 New faster Imenu implementation (bug#14058).
11237 * progmodes/python.el:
11238 (python-imenu-prev-index-position):
11239 (python-imenu-format-item-label-function)
11240 (python-imenu-format-parent-item-label-function)
11241 (python-imenu-format-parent-item-jump-label-function):
11242 New vars.
11243 (python-imenu-format-item-label)
11244 (python-imenu-format-parent-item-label)
11245 (python-imenu-format-parent-item-jump-label)
11246 (python-imenu--put-parent, python-imenu--build-tree)
11247 (python-imenu-create-index, python-imenu-create-flat-index)
11248 (python-util-popn): New functions.
11249 (python-mode): Set imenu-create-index-function to
11250 python-imenu-create-index.
11251
11252 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11253
11254 * winner.el (winner-active-region): Use region-active-p, activate-mark
11255 and deactivate-mark (bug#14225).
11256
11257 * simple.el (deactivate-mark): Don't inline it.
11258
11259 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
11260
11261 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
11262
11263 2013-04-18 Tassilo Horn <tsdh@gnu.org>
11264
11265 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
11266 file extensions from the archive-mode entry in order to prefer
11267 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
11268
11269 2013-04-18 Leo Liu <sdl.web@gmail.com>
11270
11271 * bindings.el (help-event-list): Add ?\?.
11272
11273 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11274
11275 * subr.el (with-wrapper-hook): Declare obsolete.
11276 * simple.el (filter-buffer-substring-function): New hook.
11277 (filter-buffer-substring): Use it.
11278 (filter-buffer-substring-functions): Mark obsolete.
11279 * minibuffer.el (completion-in-region-function): New hook.
11280 (completion-in-region): Use it.
11281 (completion-in-region-functions): Mark obsolete.
11282 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
11283 * abbrev.el (abbrev-expand-function): New hook.
11284 (expand-abbrev): Use it.
11285 (abbrev-expand-functions): Mark obsolete.
11286 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
11287 and :filter-return.
11288
11289 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
11290
11291 * progmodes/python.el (python-nav--syntactically): Fix cornercases
11292 and do not care about match data.
11293
11294 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11295
11296 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
11297 completion tables when completing error conditions and
11298 `declare' arguments.
11299 (lisp-complete-symbol, field-complete): Mark as obsolete.
11300 (check-parens): Unmatched parens are user errors.
11301 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
11302
11303 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
11304
11305 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
11306 command changed buffer (ie. `flyspell-pre-buffer' is not current
11307 buffer), which prevents making decisions based on invalid value of
11308 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
11309 cause an error when `flyspell-pre-point' was nil after switching
11310 buffers.
11311 (flyspell-post-command-hook): No longer needs to change buffers when
11312 checking pre-word. While at it remove unnecessary progn.
11313
11314 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
11315
11316 * textmodes/ispell.el (ispell-add-per-file-word-list):
11317 Fix `flyspell-correct-word-before-point' error when accepting
11318 words and `coment-padding' is an integer by using
11319 `comment-normalize-vars' (Bug #14214).
11320
11321 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
11322
11323 New defun movement commands.
11324 * progmodes/python.el (python-nav--syntactically)
11325 (python-nav--forward-defun, python-nav-backward-defun)
11326 (python-nav-forward-defun): New functions.
11327
11328 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
11329
11330 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
11331 (python-syntax-context): Use named compiler-macro for backwards
11332 compatibility with Emacs 24.x.
11333
11334 2013-04-17 Leo Liu <sdl.web@gmail.com>
11335
11336 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
11337 octave-hide-process-buffer.
11338
11339 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11340
11341 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
11342 (bug#14216).
11343
11344 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
11345
11346 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
11347 Fix adjustment of offset when receiving incomplete responses from GDB
11348 (bug#14129).
11349
11350 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11351
11352 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
11353 python-mode-abbrev-table.
11354 (python-skeleton-define): Adjust accordingly.
11355 (python-mode-abbrev-table): New table that inherits from it so that
11356 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
11357
11358 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
11359 (abbrev-symbol): Use it.
11360 (abbrev--before-point): Use it since we already handle inheritance.
11361
11362 2013-04-16 Leo Liu <sdl.web@gmail.com>
11363
11364 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
11365 binding to info-lookup-symbol.
11366
11367 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
11368
11369 * minibuffer.el (completion--twq-all):
11370 * term/ns-win.el (ns-initialize-window-system):
11371 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
11372
11373 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11374
11375 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
11376 global bindings.
11377
11378 * doc-view.el (doc-view-start-process): Handle url-handler directories.
11379
11380 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
11381
11382 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
11383 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
11384 to nil.
11385 (ruby-end-of-defun): Remove the unused arg, change the docstring
11386 to reflect that this function is only used as the value of
11387 `end-of-defun-function'.
11388 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
11389 to reflect an earlier change that beginning/end-of-defun functions
11390 jump between methods in a class definition, as well as top-level
11391 functions.
11392
11393 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11394
11395 * minibuffer.el (minibuffer-complete): Don't just scroll
11396 a *Completions* that's been iconified.
11397 (minibuffer-force-complete): Make sure repetitions do cycle when going
11398 through completion-in-region -> minibuffer-complete.
11399
11400 2013-04-15 Alan Mackenzie <acm@muc.de>
11401
11402 Correct the placement of c-cpp-delimiters when there're #s not at
11403 col 0.
11404
11405 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
11406 place a submatch around the #.
11407 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
11408 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
11409 on the #, not BOL.
11410
11411 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11412
11413 * emacs-lisp/nadvice.el: Properly test names when adding advice.
11414 (advice--member-p): New arg `name'.
11415 (advice--add-function, advice-member-p): Use it (bug#14202).
11416
11417 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
11418
11419 Reformulate java imenu-generic-expression.
11420 The old expression contained ill formed regexps.
11421
11422 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
11423 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
11424 (cc-imenu-java-method-arg-regexp): New defconsts.
11425 (cc-imenu-java-build-type-args-regex): New defun.
11426 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
11427 handling of spaces in the regexp.
11428
11429 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11430
11431 * textmodes/ispell.el (ispell-command-loop): Remove
11432 flyspell highlight of a word when ispell accepts it (bug #14178).
11433
11434 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
11435
11436 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
11437 uses code from the previous `ange-ftp-run-real-handler'.
11438 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
11439 only in case that function exist. This is needed for proper
11440 unloading of Tramp.
11441
11442 2013-04-15 Tassilo Horn <tsdh@gnu.org>
11443
11444 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
11445
11446 * textmodes/reftex.el (reftex-compile-variables): Use it.
11447
11448 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11449
11450 * files.el (normal-mode): Only use default major-mode if no other mode
11451 was specified.
11452
11453 * emacs-lisp/trace.el (trace-values): New function.
11454
11455 * files.el: Allow : in local variables (bug#14089).
11456 (hack-local-variable-regexp): New var.
11457 (hack-local-variables-prop-line, hack-local-variables): Use it.
11458
11459 2013-04-13 Roland Winkler <winkler@gnu.org>
11460
11461 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
11462 data before it gets modified by bibtex-beginning-of-entry.
11463
11464 2013-04-13 Roland Winkler <winkler@gnu.org>
11465
11466 * textmodes/bibtex.el (bibtex-url): Doc fix.
11467
11468 2013-04-13 Roland Winkler <winkler@gnu.org>
11469
11470 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
11471 does not visit a BibTeX file, exclude it from the list of buffers
11472 returned by bibtex-initialize.
11473
11474 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
11475
11476 * window.el (split-window): Remove interactive form, since as a
11477 command this function is a special case of split-window-below.
11478 Correct doc string.
11479
11480 2013-04-12 Roland Winkler <winkler@gnu.org>
11481
11482 * faces.el (read-face-name): Do not override value of arg default.
11483 Allow single faces and strings as default values. Remove those
11484 elements from return value that are not faces.
11485 (describe-face): Simplify.
11486 (face-at-point): New optional args thing and multiple so that this
11487 function can provide the same functionality previously provided by
11488 read-face-name.
11489 (make-face-bold, make-face-unbold, make-face-italic)
11490 (make-face-unitalic, make-face-bold-italic, invert-face)
11491 (modify-face, read-face-and-attribute): Use face-at-point.
11492
11493 * cus-edit.el (customize-face, customize-face-other-window)
11494 * cus-theme.el (custom-theme-add-face)
11495 * face-remap.el (buffer-face-set)
11496 * facemenu.el (facemenu-set-face): Use face-at-point.
11497
11498 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
11499
11500 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
11501
11502 2013-04-10 Tassilo Horn <tsdh@gnu.org>
11503
11504 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
11505 off leading { and trailing } from field values.
11506
11507 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11508
11509 * emacs-lisp/timer.el (timer--check): New function.
11510 (timer--time, timer-set-function, timer-event-handler): Use it.
11511 (timer-set-idle-time): Simplify.
11512 (timer--activate): CSE.
11513 (timer-event-handler): Give more info in error message.
11514 (internal-timer-start-idle): New function, moved from C.
11515
11516 * mpc.el (mpc-proc): Add `restart' argument.
11517 (mpc-proc-cmd): Use it.
11518 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
11519 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
11520 less often.
11521
11522 2013-04-10 Masatake YAMATO <yamato@redhat.com>
11523
11524 * progmodes/sh-script.el: Implement `sh-mode' own
11525 `add-log-current-defun-function' (bug#14112).
11526 (sh-current-defun-name): New function.
11527 (sh-mode): Use the function.
11528
11529 2013-04-09 Bastien Guerry <bzg@gnu.org>
11530
11531 * simple.el (choose-completion-string): Fix docstring (bug#14163).
11532
11533 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11534
11535 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
11536
11537 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
11538 timer (bug#14156).
11539
11540 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
11541
11542 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
11543 declaration.
11544
11545 2013-04-07 Leo Liu <sdl.web@gmail.com>
11546
11547 * pcmpl-x.el: New file.
11548
11549 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
11550
11551 Do not set x-display-name until X connection is established.
11552 This is needed to prevent from weird situation described at
11553 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
11554 * frame.el (make-frame): Set x-display-name after call to
11555 window system initialization function, not before.
11556 * term/x-win.el (x-initialize-window-system): Add optional
11557 display argument and use it.
11558 * term/w32-win.el (w32-initialize-window-system):
11559 * term/ns-win.el (ns-initialize-window-system):
11560 * term/pc-win.el (msdos-initialize-window-system):
11561 Add compatible optional display argument.
11562
11563 2013-04-06 Eli Zaretskii <eliz@gnu.org>
11564
11565 * files.el (normal-backup-enable-predicate): On MS-Windows and
11566 MS-DOS compare truenames of temporary-file-directory and of the
11567 file, so that 8+3 aliases (usually found in $TEMP on Windows)
11568 don't fail comparison by compare-strings. Also, compare file
11569 names case-insensitively on MS-Windows and MS-DOS.
11570
11571 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11572
11573 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
11574 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
11575
11576 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
11577
11578 * whitespace.el (whitespace-color-on, whitespace-color-off):
11579 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
11580
11581 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
11582
11583 * ispell.el (ispell-set-spellchecker-params):
11584 Really set `ispell-args' for all equivs.
11585
11586 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11587
11588 * ido.el (ido-completions): Use extra elements of ido-decorations
11589 (bug#14143).
11590 (ido-decorations): Update docstring.
11591
11592 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
11593
11594 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
11595 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
11596 nil during initialization, in order not to miss changes since the
11597 file was opened. (Bug#14140)
11598
11599 2013-04-05 Leo Liu <sdl.web@gmail.com>
11600
11601 * kmacro.el (kmacro-call-macro): Fix bug#14135.
11602
11603 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
11604
11605 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
11606
11607 2013-04-04 Glenn Morris <rgm@gnu.org>
11608
11609 * electric.el (electric-pair-inhibit-predicate): Add :version.
11610
11611 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11612
11613 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
11614 when a package is required several times (bug#14082).
11615
11616 2013-04-04 Roland Winkler <winkler@gnu.org>
11617
11618 * faces.el (read-face-name): Behave as promised by the docstring.
11619 Assume that arg default is a list of faces.
11620 (describe-face): Call read-face-name with list of default faces.
11621
11622 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11623
11624 * bookmark.el: Fix deletion of bookmarks (bug#13972).
11625 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
11626 (bookmark-bmenu-execute-deletions): Only skip first line if it's
11627 the header.
11628 (bookmark-exit-hook-internal): Save even if list is empty.
11629
11630 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
11631
11632 * emacs-lisp/package.el (package-pinned-packages): New var.
11633 (package--add-to-archive-contents): Obey it (bug#14118).
11634
11635 2013-04-03 Alan Mackenzie <acm@muc.de>
11636
11637 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
11638 Also adapt to the new values of element 7 of a parse state.
11639
11640 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
11641 parameter `not-in-delimiter'. Handle being inside comment opener.
11642 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
11643 character in case we're typing a '*' after a '/'.
11644 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
11645 instead by passing the parameter to c-state-pp-to-literal.
11646
11647 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
11648 for elt. 7 of a parse state.
11649
11650 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
11651
11652 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
11653 * international/latin1-disp.el, international/mule-util.el:
11654 * language/cyril-util.el, language/european.el, language/ind-util.el:
11655 * language/lao-util.el, language/thai.el, language/tibet-util.el:
11656 * language/tibetan.el, language/viet-util.el:
11657 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
11658
11659 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11660
11661 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
11662 (electric-pair-post-self-insert-function): Use it.
11663 (electric-pair-default-inhibit): New function, extracted from
11664 electric-pair-post-self-insert-function.
11665
11666 2013-03-31 Roland Winkler <winkler@gnu.org>
11667
11668 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
11669
11670 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11671
11672 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
11673
11674 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
11675
11676 Un-indent after "pass" and "return" statements (Bug#13888)
11677 * progmodes/python.el (python-indent-block-enders): New var.
11678 (python-indent-calculate-indentation): Use it.
11679
11680 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
11681
11682 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
11683 defun. Defining it as defalias could introduce too eager
11684 byte-compiler optimization. (Bug#14030)
11685
11686 2013-03-30 Chong Yidong <cyd@gnu.org>
11687
11688 * iswitchb.el (iswitchb-read-buffer): Fix typo.
11689
11690 2013-03-30 Leo Liu <sdl.web@gmail.com>
11691
11692 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
11693 (kmacro-execute-from-register): Pass the keyboard macro to
11694 kmacro-call-macro or repeating won't work correctly.
11695
11696 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
11697
11698 * progmodes/subword.el: Back to using `forward-symbol'.
11699
11700 * subr.el (forward-whitespace, forward-symbol)
11701 (forward-same-syntax): Move from thingatpt.el.
11702
11703 2013-03-29 Leo Liu <sdl.web@gmail.com>
11704
11705 * kmacro.el (kmacro-to-register): New command.
11706 (kmacro-execute-from-register): New function.
11707 (kmacro-keymap): Bind to 'x'. (Bug#14071)
11708
11709 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11710
11711 * mpc.el: Use defvar-local and setq-local.
11712 (mpc--proc-connect): Connection failures are not bugs.
11713 (mpc-mode-map): `follow-link' only applies to the buffer's content.
11714 (mpc-volume-map): Bind to the up-events.
11715
11716 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11717
11718 * progmodes/subword.el (superword-mode): Use `forward-sexp'
11719 instead of `forward-symbol'.
11720
11721 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11722
11723 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
11724 (edebug--recursive-edit): Use it.
11725 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
11726 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
11727
11728 2013-03-28 Leo Liu <sdl.web@gmail.com>
11729
11730 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
11731
11732 2013-03-27 Eli Zaretskii <eliz@gnu.org>
11733
11734 * facemenu.el (list-colors-callback): New defvar.
11735 (list-colors-redisplay): New function.
11736 (list-colors-display): Install list-colors-redisplay as the
11737 revert-buffer-function. (Bug#14063)
11738
11739 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11740
11741 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
11742 and suffixes don't overlap (bug#14061).
11743
11744 * case-table.el: Use lexical-binding.
11745 (case-table-get-table): New function.
11746 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
11747
11748 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
11749
11750 * progmodes/subword.el: Add `superword-mode' to do word motion
11751 over symbol_words (parallels and leverages `subword-mode' which
11752 does word motion inside MixedCaseWords).
11753
11754 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
11755
11756 * eshell/em-unix.el: Move su and sudo to...
11757 * eshell/em-tramp.el: ...Eshell tramp module.
11758
11759 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11760
11761 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
11762 Change return value to be a sexp. Delay `get-buffer' to after
11763 restoring the desktop (bug#13951).
11764
11765 2013-03-26 Leo Liu <sdl.web@gmail.com>
11766
11767 * register.el: Move semantic tag handling back to
11768 cedet/semantic/senator.el. (Bug#14052)
11769
11770 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11771
11772 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
11773 into the prompt either (bug#13963).
11774
11775 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11776
11777 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
11778 part of "(error-foo)".
11779
11780 2013-03-24 Juri Linkov <juri@jurta.org>
11781
11782 * replace.el (list-matching-lines-prefix-face): New defcustom.
11783 (occur-1): Pass `list-matching-lines-prefix-face' to the function
11784 `occur-engine' if `face-differs-from-default-p' returns t.
11785 (occur-engine): Add `,' inside backquote construct to evaluate
11786 `prefix-face'. Propertize the prefix with the `prefix-face' face.
11787 Pass `prefix-face' to the functions `occur-context-lines' and
11788 `occur-engine-add-prefix'.
11789 (occur-engine-add-prefix, occur-context-lines): Add optional arg
11790 `prefix-face' and propertize the prefix with `prefix-face'.
11791 (Bug#14017)
11792
11793 2013-03-24 Leo Liu <sdl.web@gmail.com>
11794
11795 * nxml/rng-valid.el (rng-validate-while-idle)
11796 (rng-validate-quick-while-idle): Guard against deleted buffer.
11797 (Bug#13999)
11798
11799 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
11800 is the last entry in kill-buffer-hook.
11801
11802 * files.el (kill-buffer-hook): Doc fix.
11803
11804 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
11805
11806 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
11807 Make it safe-local.
11808
11809 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
11810
11811 2013-03-23 Leo Liu <sdl.web@gmail.com>
11812
11813 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
11814 Remove.
11815
11816 * nxml/rng-valid.el (rng-validate-mode)
11817 (rng-after-change-function, rng-do-some-validation):
11818 * nxml/rng-maint.el (rng-validate-buffer):
11819 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
11820 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
11821 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
11822 (nxml-extend-after-change-region): Use with-silent-modifications.
11823
11824 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
11825 timer-idle-list.
11826
11827 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
11828 (rng-next-error-1, rng-previous-error-1): Do not let-bind
11829 timer-idle-list. (Bug#13999)
11830
11831 2013-03-23 Juri Linkov <juri@jurta.org>
11832
11833 * info.el (info-index-match): New face.
11834 (Info-index, Info-apropos-matches): Add a nested subgroup to the
11835 main pattern and add text properties with the new face to matches
11836 in index entries relative to the beginning of the index entry.
11837 (Bug#14015)
11838
11839 2013-03-21 Eric Ludlam <zappo@gnu.org>
11840
11841 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
11842 Inhibit read only while inserting objects.
11843
11844 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
11845
11846 * progmodes/cfengine.el: Update docs to mention
11847 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
11848 symbol motion. Remove "_" from the word syntax.
11849
11850 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
11851
11852 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
11853 syntax for both `cfengine2-mode' and `cfengine3-mode'.
11854
11855 2013-03-20 Juri Linkov <juri@jurta.org>
11856
11857 * info.el (Info-next-reference-or-link)
11858 (Info-prev-reference-or-link): New functions.
11859 (Info-next-reference, Info-prev-reference): Use them.
11860 (Info-try-follow-nearest-node): Handle footnote navigation.
11861 (Info-fontify-node): Fontify footnotes. (Bug#13989)
11862
11863 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11864
11865 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
11866 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
11867
11868 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
11869
11870 Suppress unnecessary non-ASCII chatter during build process.
11871 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
11872 (batch-skkdic-convert): Suppress most of the chatter.
11873 It's not needed so much now that machines are faster,
11874 and its non-ASCII component was confusing; see Dmitry Gutov in
11875 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
11876
11877 2013-03-20 Leo Liu <sdl.web@gmail.com>
11878
11879 * ido.el (ido-chop): Fix bug#10994.
11880
11881 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
11882
11883 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
11884 Remove vars.
11885 (whitespace-color-on, whitespace-color-off):
11886 Use `font-lock-fontify-buffer' (Bug#13817).
11887
11888 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
11889
11890 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
11891 remapping in mode-line.
11892 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
11893
11894 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
11895
11896 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
11897 value for `whitespace-line' face (Bug#13875).
11898 (whitespace-font-lock-keywords): Change description.
11899 (whitespace-color-on): Don't save `font-lock-keywords' value, save
11900 the constructed keywords instead.
11901 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
11902
11903 2013-03-19 Leo Liu <sdl.web@gmail.com>
11904
11905 * progmodes/compile.el (compilation-display-error): New command.
11906 (compilation-mode-map, compilation-minor-mode-map): Bind it to
11907 C-o. (Bug#13992)
11908
11909 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
11910
11911 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
11912
11913 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
11914
11915 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
11916
11917 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
11918
11919 * net/tramp-compat.el (tramp-compat-user-error): New defun.
11920
11921 * net/tramp-adb.el (tramp-adb-handle-shell-command):
11922 * net/tramp-gvfs.el (top):
11923 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
11924 (tramp-handle-shell-command): Use it.
11925 (tramp-dissect-file-name): Raise an error when hostname is a
11926 method name, and neither method nor user is specified.
11927
11928 * net/trampver.el: Update release number.
11929
11930 2013-03-18 Leo Liu <sdl.web@gmail.com>
11931
11932 Make sure eldoc can be turned off properly.
11933 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
11934 eldoc-mode.
11935 (eldoc-display-message-p): Revert last change.
11936 (eldoc-display-message-no-interference-p)
11937 (eldoc-print-current-symbol-info): Tweak.
11938
11939 2013-03-18 Tassilo Horn <tsdh@gnu.org>
11940
11941 * doc-view.el (doc-view-new-window-function): Check the new window
11942 overlay's display property instead the char property of the
11943 buffer's first char. Use `with-selected-window' instead of
11944 `save-window-excursion' with `select-window'.
11945 (doc-view-document->bitmap): Check the current doc-view overlay's
11946 display property instead the char property of the buffer's first char.
11947
11948 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
11949
11950 Automate the build of ja-dic.el (Bug#13984).
11951 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
11952 from the input, rather than assume that it's been done for us by the
11953 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
11954 the current date into a ja-dic.el comment, as that complicates
11955 regression testing.
11956
11957 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11958
11959 * whitespace.el: Fix double evaluation.
11960 (whitespace-space, whitespace-hspace, whitespace-tab)
11961 (whitespace-newline, whitespace-trailing, whitespace-line)
11962 (whitespace-space-before-tab, whitespace-indentation)
11963 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
11964 obsolete defvars.
11965 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
11966 (whitespace-color-on): Use a single font-lock-add-keywords call.
11967 Fix double-evaluation of face variables.
11968
11969 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
11970
11971 * net/tramp-adb.el (tramp-adb-parse-device-names):
11972 Use `start-process' instead of `call-process'. Otherwise, the
11973 function might be blocked under MS Windows. (Bug#13299)
11974
11975 2013-03-17 Leo Liu <sdl.web@gmail.com>
11976
11977 Extend eldoc to display info in the mode-line. (Bug#13978)
11978 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
11979 (eldoc-mode-line-string): New variable.
11980 (eldoc-minibuffer-message): New function.
11981 (eldoc-message-function): New variable.
11982 (eldoc-message): Use it.
11983 (eldoc-display-message-p)
11984 (eldoc-display-message-no-interference-p):
11985 Support eldoc-post-insert-mode.
11986
11987 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
11988 (eval-expression): Run it.
11989
11990 2013-03-17 Roland Winkler <winkler@gnu.org>
11991
11992 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
11993 strings in the list of return values.
11994
11995 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11996
11997 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
11998 radix before checking for HMS forms.
11999
12000 2013-03-16 Leo Liu <sdl.web@gmail.com>
12001
12002 * progmodes/scheme.el: Add indentation and font-locking for λ.
12003 (Bug#13975)
12004
12005 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
12006
12007 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
12008 token before point (bug#13942).
12009
12010 2013-03-16 Leo Liu <sdl.web@gmail.com>
12011
12012 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
12013
12014 2013-03-16 Eli Zaretskii <eliz@gnu.org>
12015
12016 * startup.el (command-line-normalize-file-name): Fix handling of
12017 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
12018 <xfq.free@gmail.com> in
12019 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
12020
12021 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
12022
12023 Sync with Tramp 2.2.7.
12024
12025 * net/trampver.el: Update release number.
12026
12027 2013-03-14 Tassilo Horn <tsdh@gnu.org>
12028
12029 * doc-view.el: Fix bug#13887.
12030 (doc-view-insert-image): Don't modify overlay associated to
12031 non-live windows, and implement horizontal centering of image in
12032 case it's smaller than the window.
12033 (doc-view-new-window-function): Force redisplay of new windows on
12034 doc-view buffers.
12035
12036 2013-03-13 Karl Fogel <kfogel@red-bean.com>
12037
12038 * saveplace.el (save-place-alist-to-file): Don't sort
12039 `save-place-alist', just pretty-print it (bug#13882).
12040
12041 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
12042
12043 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
12044 Check whether `default-file-name-coding-system' is bound.
12045 It isn't in XEmacs.
12046
12047 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
12048
12049 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
12050 backquotes for `obsolete' (bug#13929).
12051
12052 * international/mule.el (find-auto-coding): Include file name in
12053 obsolescence warning (bug#13922).
12054
12055 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
12056
12057 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
12058 for CFEngine 3-specific indentation.
12059 (cfengine3-indent-line): Use it. Fix up category regex.
12060 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
12061
12062 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12063
12064 * type-break.el (type-break-file-name):
12065 * textmodes/remember.el (remember-data-file):
12066 * strokes.el (strokes-file):
12067 * shadowfile.el (shadow-initialize):
12068 * saveplace.el (save-place-file):
12069 * ps-bdf.el (bdf-cache-file):
12070 * progmodes/idlwave.el (idlwave-config-directory):
12071 * net/quickurl.el (quickurl-url-file):
12072 * international/kkc.el (kkc-init-file-name):
12073 * ido.el (ido-save-directory-list-file):
12074 * emulation/viper.el (viper-custom-file-name):
12075 * emulation/vip.el (vip-startup-file):
12076 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
12077 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
12078
12079 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
12080
12081 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
12082 * language/thai-word.el: Switch to UTF-8.
12083
12084 See ChangeLog.16 for earlier changes.
12085
12086 ;; Local Variables:
12087 ;; coding: utf-8
12088 ;; End:
12089
12090 Copyright (C) 2011-2014 Free Software Foundation, Inc.
12091
12092 This file is part of GNU Emacs.
12093
12094 GNU Emacs is free software: you can redistribute it and/or modify
12095 it under the terms of the GNU General Public License as published by
12096 the Free Software Foundation, either version 3 of the License, or
12097 (at your option) any later version.
12098
12099 GNU Emacs is distributed in the hope that it will be useful,
12100 but WITHOUT ANY WARRANTY; without even the implied warranty of
12101 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12102 GNU General Public License for more details.
12103
12104 You should have received a copy of the GNU General Public License
12105 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.