]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Spelling fixes.
[gnu-emacs] / lisp / ChangeLog
1 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
2
3 Spelling fixes.
4 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
5 * emacs-lisp/debug.el (cancel-debug-on-entry):
6 * epg.el (epg-error-to-string):
7 * files.el (recover-file):
8 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
9 * mail/emacsbug.el (report-emacs-bug-hook):
10 * mail/sendmail.el (mail-recover):
11 * ses.el (ses-yank-resize):
12 * term/ns-win.el (ns-print-buffer):
13 Spelling fixes in diagnostics, mostly for "canceled" with one L.
14 * epg.el (epg-key-capability-alist): Rename from misspelled version.
15 All uses changed.
16 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
17
18 2014-01-06 Leo Liu <sdl.web@gmail.com>
19
20 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
21 to avoid shadowning global key. (Bug#16354)
22
23 2014-01-06 Daniel Colascione <dancol@dancol.org>
24
25 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
26 rst-mode.
27
28 2014-01-05 Martin Rudalics <rudalics@gmx.at>
29
30 * window.el (balance-windows): Add mising t to fix Bug#16351.
31
32 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
33
34 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
35 (bug#16285).
36 (shr-insert): If we have a word that's longer than `shr-width',
37 break after it anyway. Otherwise we'll do no breaking once we get
38 such a long word.
39
40 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
41
42 * net/eww.el (eww): Support single/double quote for search.
43 * net/eww.el (eww-list-histories,eww-history-browse): Fixup.
44 (eww-history-quit): Delete and use quit-window.
45 (eww-history-kill): Delete, because it doesn't work well and
46 not necessary.
47 (eww-history-mode-map): Delete some keys and add easy-menu.
48
49 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
50
51 Fix misspelling of 'chinese' in rx (Bug#16237).
52 * emacs-lisp/rx.el (rx-categories): Correct spelling of
53 chinese-two-byte.
54
55 Change subword regexps back to vars (Bug#16296).
56 * progmodes/subword.el (subword-forward-regexp)
57 (subword-backward-regexp): Change these back to variables.
58
59 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
62 syntax-begin-function (bug#16247).
63
64 2014-01-03 Chong Yidong <cyd@gnu.org>
65
66 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
67 (advice--docstring): Delete variable.
68 (advice--make-1): Leave the docstring empty.
69 (advice-add): Use function-documentation for advised docstring.
70
71 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
72 Ignore function-documentation property when getting documentation.
73 (ad-activate-advised-definition): Use function-documentation
74 generate the docstring.
75 (ad-make-advised-definition): Don't call
76 ad-make-advised-definition-docstring.
77 (ad-make-advised-definition-docstring, ad-advised-definition-p):
78 Delete functions.
79
80 * progmodes/sql.el (sql-help): Use function-documentation instead
81 of dynamic-docstring-function property. No need to autoload now.
82 (sql--help-docstring): New variable.
83 (sql--make-help-docstring): Use it.
84
85 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * ielm.el (ielm-tab): Retarget.
88 (ielm-map): Use ielm-tab for tab.
89 (ielm-complete-filename): Use comint-filename-completion.
90 (ielm-complete-symbol): Remove.
91 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
92 remove ielm-tab from completion-at-point-functions (bug#16224).
93
94 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
95 Beware signals raised by predicates (bug#16201).
96
97 2014-01-02 Richard Stallman <rms@gnu.org>
98
99 * dired-aux.el (dired-do-print): Handle printer-name.
100
101 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
102 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
103 (rmail-epa-decrypt): Turn off mime processing.
104
105 * mail/rmail.el (rmail-make-in-reply-to-field):
106 Add parens in message-id.
107
108 * mail/rmail.el (rmail-get-coding-function): Variable.
109 (rmail-get-coding-system): Use it.
110
111 2013-12-31 Eli Zaretskii <eliz@gnu.org>
112
113 * international/mule-conf.el: Unify the charset indian-is13194.
114 (indian-is13194): Specify unify-map.
115
116 2013-12-31 Leo Liu <sdl.web@gmail.com>
117
118 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
119
120 2013-12-30 Daniel Colascione <dancol@dancol.org>
121
122 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
123 of printing a useless when we resume from sleep.
124
125 * progmodes/sh-script.el
126 (sh-smie-sh-forward-token,sh-smie-rc-forward-token): Fix infloop
127 in indentation code. (Bug#16233)
128
129 2013-12-28 João Távora <joaotavora@gmail.com>
130
131 * elec-pair.el (electric-pair-post-self-insert-function):
132 Don't open extra newlines at beginning of buffer. (Bug#16272)
133
134 2013-12-28 Eli Zaretskii <eliz@gnu.org>
135
136 * frame.el (window-system-for-display): Don't allow to create a
137 GUI frame from a -nw session on MS-Windows. (Bug#14739)
138
139 2013-12-28 Glenn Morris <rgm@gnu.org>
140
141 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
142 Update callers.
143
144 * apropos.el (apropos-match-face):
145 * calculator.el (calculator-displayer):
146 * dabbrev.el (dabbrev-search-these-buffers-only):
147 * face-remap.el (buffer-face-mode-face):
148 * simple.el (yank-handled-properties):
149 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
150 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
151 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
152 (hashcash-double-spend-database):
153 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
154 (ruby-deep-indent-paren-style):
155 * textmodes/flyspell.el (flyspell-auto-correct-binding):
156 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
157 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
158 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
159 Specify custom types.
160
161 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
162 * bookmark.el (bookmark-bmenu-use-header-line):
163 * doc-view.el (doc-view-scale-internally):
164 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
165 * register.el (register-preview-delay):
166 * net/shr.el (shr-bullet):
167 * progmodes/cfengine.el (cfengine-cf-promises)
168 (cfengine-parameters-indent):
169 * progmodes/octave.el (inferior-octave-error-regexp-alist):
170 * textmodes/reftex-vars.el (reftex-label-regexps):
171 * vc/log-edit.el (log-edit-setup-add-author): Add version.
172
173 * net/tls.el (tls-certtool-program): Fix default value.
174
175 * desktop.el (desktop-restore-in-current-display):
176 * newcomment.el (comment-empty-lines):
177 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
178 (idlwave-pad-keyword):
179 * progmodes/tcl.el (tcl-tab-always-indent):
180 * textmodes/reftex-vars.el (reftex-index-default-tag):
181 * elec-pair.el (electric-pair-skip-whitespace):
182 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
183
184 * emacs-lisp/authors.el (authors-ignored-files)
185 (authors-valid-file-names, authors-renamed-files-alist): Additions.
186
187 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
188
189 * shell.el (shell-dynamic-complete-command): Doc fix.
190 (shell--command-completion-data): Shell completion now matches
191 executable filenames from the current buffer's directory, on
192 systems in which this behavior is the default (windows-nt, ms-dos).
193
194 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
195
196 * net/shr.el (shr-insert): Don't infloop if the width is zero.
197
198 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
199
200 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
201 (bug#16251).
202
203 * electric.el: Move all electric-pair-* to elec-pair.el.
204 * elec-pair.el: New file, split from electric.el.
205
206 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
207
208 * net/shr.el (shr-find-fill-point): Don't try to fill if the
209 indentation level is larger than the width, because that will
210 infloop.
211 (shr-insert): Fill repeatedly long texts, so that Japanese is
212 formatted correctly (bug#16263).
213 (shr-find-fill-point): Off by one error in comparison with the
214 indentation.
215
216 2013-12-26 João Távora <joaotavora@gmail.com>
217
218 * electric.el (electric-pair-mode): More flexible engine for skip-
219 and inhibit predicates, new options for pairing-related functionality.
220 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
221 if that keeps or improves their balance in buffers.
222 (electric-pair-delete-adjacent-pairs): Delete the pair when
223 backspacing over adjacent matched delimiters.
224 (electric-pair-open-extra-newline): Open extra newline when
225 inserting newlines between adjacent matched delimiters.
226 (electric--sort-post-self-insertion-hook):
227 Sort post-self-insert-hook according to priority values when
228 minor-modes are activated.
229 * simple.el (newline-and-indent): Call newline with interactive
230 set to t.
231 (blink-paren-post-self-insert-function): Set priority to 100.
232 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
233 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
234 comments. Locally set electric-pair-skip-whitespace to 'chomp and
235 electric-pair-open-newline-between-pairs to nil.
236
237 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
238
239 * progmodes/python.el: Use lexical-binding.
240 (python-nav-beginning-of-defun): Stop searching ASAP.
241
242 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
243
244 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
245 Fix interactive spec. Doc fix. (Bug#15754)
246
247 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
248
249 * emacs-lisp/byte-run.el (eval-when-compile):
250 * progmodes/cc-defs.el (cc-eval-when-compile):
251 Fix edebug spec (bug#16184).
252
253 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
254
255 * net/shr.el (shr-visit-file): Remove debugging function.
256 (shr-insert): Don't infloop if we can't find a good place to break
257 the line (bug#16256).
258
259 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
260
261 * progmodes/python.el:
262 (python-nav--lisp-forward-sexp): New function.
263 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
264 python-nav-lisp-forward-sexp-safe.
265 (python-nav--forward-sexp): New argument SAFE allows switching
266 forward sexp movement behavior for parens.
267 (python-nav-forward-sexp): Throw errors on unterminated parens
268 (Bug#16191).
269 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
270 (python-nav-backward-sexp-safe): New functions.
271 (python-shell-buffer-substring):
272 Use `python-nav-forward-sexp-safe'.
273
274 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
275
276 * net/shr.el (shr-find-fill-point): Don't break lines before a
277 quotation mark.
278 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
279 (shr-find-fill-point): Remove the special checks for the quotation
280 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
281
282 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
283
284 * net/eww.el (eww-form-textarea): Use a different face for
285 textareas than text input since they have different keymaps
286 (bug#16142).
287
288 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
289
290 * progmodes/python.el (python-nav-beginning-of-statement):
291 Speed up (Bug#15295).
292
293 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
294
295 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
296 the window configuration.
297
298 2013-12-24 Eli Zaretskii <eliz@gnu.org>
299
300 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
301 we run on MS-Windows or MS-DOS.
302
303 2013-12-24 Martin Rudalics <rudalics@gmx.at>
304
305 * window.el (balance-windows-area): Call window-size instead of
306 window-height and window-width. Bug#16241.
307
308 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
309
310 * net/eww.el (eww-bookmark-quit): Remove.
311 (eww-bookmark-browse): Restore the window configuration when you
312 choose a bookmark (bug#16144).
313
314 2013-12-24 Daniel Colascione <dancol@dancol.org>
315
316 * icomplete.el: Remove redundant :group arguments to `defcustom'
317 throughout.
318 (icomplete-show-matches-on-no-input): New customizable variable.
319 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
320 we have something to show.
321 (icomplete-exhibit): Compute completions even if we have no user input.
322
323 2013-12-23 Daniel Colascione <dancol@dancol.org>
324
325 * icomplete.el: Move `provide' to end of file.
326
327 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
328
329 * net/gnutls.el (gnutls-verify-error): Add version tag.
330
331 2013-12-23 Chong Yidong <cyd@gnu.org>
332
333 * subr.el (set-transient-map): Rename from
334 set-temporary-overlay-map. Doc fix.
335
336 * face-remap.el (text-scale-adjust):
337 * indent.el (indent-rigidly):
338 * kmacro.el (kmacro-call-macro):
339 * minibuffer.el (minibuffer-force-complete):
340 * repeat.el (repeat):
341 * simple.el (universal-argument--mode):
342 * calendar/todo-mode.el (todo-insert-item--next-param):
343 * progmodes/f90.el (f90-abbrev-start): Callers changed.
344
345 * indent.el (indent-rigidly): Use substitute-command-keys.
346
347 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
348
349 * net/eww.el (eww-tag-select): Add text-property to jump to next
350 select field.
351 (eww): Add non-supported ftp error.
352
353 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
354
355 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
356 comments. Handle electric indent after typing `?' and `!'.
357
358 2013-12-22 Chong Yidong <cyd@gnu.org>
359
360 * faces.el (face-spec-recalc): If the theme specs are not
361 applicable to a frame, fall back on the defface spec.
362 This prevents themes from obliterating faces on low-color terminals.
363
364 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
365
366 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
367 after `{'. We need it after block openers, and it doesn't seem
368 to hurt after hash openers.
369
370 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
371
372 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
373 extracted from `ruby-smie-rules'.
374 (ruby--electric-indent-chars): New variable.
375 (ruby--electric-indent-p): New function.
376 (ruby-mode): Use `electric-indent-functions' instead of
377 `electric-indent-chars'.
378
379 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
380
381 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
382 docstring.
383 (ruby-smie-rules): Indent plus one level after `=>'.
384
385 2013-12-21 Richard Stallman <rms@gnu.org>
386
387 * simple.el (newline): Doc fix.
388
389 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
390
391 * net/eww.el (eww-list-histories, eww-list-histories)
392 (eww-history-browse, eww-history-quit, eww-history-kill)
393 (eww-history-mode-map, eww-history-mode): New command and
394 functions to list browser histories.
395 (eww-form-text): Support text form with disabled
396 and readonly attributes.
397 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
398
399 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
400
401 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
402 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
403 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
404 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
405 Use `user-error'.
406 (eww-bookmark-mode-map): Add menu.
407 (eww-render, eww-mode): Use `setq-local'.
408 (eww-tool-bar-map): New variable.
409 (eww-mode): Set `tool-bar-map'.
410 (eww-view-source): Check for `html-mode' with `fboundp'.
411
412 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
413
414 * net/shr.el (shr--extract-best-source): Don't bug out on audio
415 elements with text inside. Also remove debugging.
416
417 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
418
419 * cus-start.el (all): Add ns-use-srgb-colorspace.
420
421 2013-12-21 Chong Yidong <cyd@gnu.org>
422
423 * custom.el (custom-theme-recalc-face): Do nothing if the face is
424 undefined. Thus, theme settings for undefined faces do not take
425 effect until the faces are defined with defface, the same as with
426 theme variables.
427
428 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
429 (face-spec-reset-face): Don't assign extra properties in temacs.
430 (face-spec-recalc): Apply X resources too.
431
432 2013-12-21 Chong Yidong <cyd@gnu.org>
433
434 * faces.el (face-spec-set):
435 * cus-face.el (custom-theme-set-faces, custom-set-faces):
436 * custom.el (defface): Doc fixes (Bug#16203).
437
438 * indent.el (indent-rigidly-map): Add docstring, and move commands
439 into named functions.
440 (indent-rigidly-left, indent-rigidly-right)
441 (indent-rigidly-left-to-tab-stop)
442 (indent-rigidly-right-to-tab-stop): New functions. Decide on
443 indentation direction based on bidi direction, and accumulate
444 sequential commands in a single undo boundary.
445 (indent-rigidly--pop-undo): New utility function.
446
447 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
448
449 * faces.el (read-face-name): Require crm.el when using crm-separator.
450
451 2013-12-20 Daniel Colascione <dancol@dancol.org>
452
453 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
454 so that we don't reflow comments into the shebang line.
455
456 2013-12-20 Juri Linkov <juri@jurta.org>
457
458 * saveplace.el (save-place-to-alist): Add `dired-filename' as
459 a position when `dired-directory' is non-nil. Check integer
460 positions with `integerp'.
461 (toggle-save-place, save-places-to-alist): Add check for
462 `dired-directory'.
463 (save-place-find-file-hook): Check integer positions with
464 `integerp'.
465 (save-place-dired-hook): Use `dired-goto-file' when
466 `dired-filename' is found in the assoc list. Check integer
467 positions with `integerp'.
468 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
469
470 * dired.el (dired-initial-position-hook): Rename back from
471 `dired-initial-point-hook'.
472 (dired-initial-position): Rename `dired-initial-point-hook' to
473 `dired-initial-position-hook'.
474 (dired-file-name-at-point): Doc fix. (Bug#15329)
475
476 2013-12-20 Juri Linkov <juri@jurta.org>
477
478 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
479 (read-regexp-suggestions): New function.
480 (read-regexp): Use `read-regexp-defaults-function' to get default values.
481 Use `read-regexp-suggestions'. Add non-empty default to history
482 for empty input.
483 (occur-read-regexp-defaults-function): Remove function.
484 (occur-read-primary-args): Use `regexp-history-last' instead of
485 `occur-read-regexp-defaults-function'.
486
487 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
488 (hi-lock-line-face-buffer, hi-lock-face-buffer)
489 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
490 `hi-lock-read-regexp-defaults-function'. Doc fix.
491 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
492 with `find-tag-default-as-symbol-regexp'. Doc fix.
493 (hi-lock-read-regexp-defaults): Remove function.
494 (hi-lock-regexp-okay): Add check for null.
495
496 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
497 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
498
499 * subr.el (find-tag-default-as-symbol-regexp): New function.
500 (find-tag-default-as-regexp): Move symbol regexp formatting to
501 `find-tag-default-as-symbol-regexp'.
502
503 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
504
505 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
506 (Bug#14179)
507
508 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
509
510 * calendar/todo-mode.el: New implementation of item insertion
511 commands and key bindings.
512 (todo-key-prompt): New face.
513 (todo-insert-item): New command.
514 (todo-insert-item--parameters): New defconst, replacing defvar
515 todo-insertion-commands-args-genlist.
516 (todo-insert-item--param-key-alist): New defconst, replacing
517 defvar todo-insertion-commands-arg-key-list.
518 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
519 (todo-insert-item--argsleft, todo-insert-item--apply-args)
520 (todo-insert-item--next-param): New functions.
521 (todo-insert-item--args, todo-insert-item--argleft)
522 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
523 New variables.
524 (todo-key-bindings-t): Change binding of "i" from
525 todo-insertion-map to todo-insert-item.
526 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
527 (todo-insertion-command-name, todo-insertion-commands-names)
528 (todo-define-insertion-command, todo-insertion-commands)
529 (todo-insertion-key-bindings, todo-insertion-map): Remove.
530
531 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
532
533 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
534 (todo-toggle-item-highlighting): Use eval-and-compile instead of
535 eval-when-compile.
536 (todo-move-category): Allow choosing a non-existing todo file to
537 move the category to, and create that file.
538 (todo-default-priority): New user option.
539 (todo-set-item-priority): Use it.
540 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
541 (desktop-restore-file-buffer): Declare.
542 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
543 (todo-modes-set-2): Locally set desktop-save-buffer to
544 todo-desktop-save-buffer.
545 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
546 (auto-mode-alist): Add autoload cookie.
547
548 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
549
550 * emacs-lisp/subr-x.el: Renamed from helpers.el.
551 helpers.el was a poor choice of name.
552 (string-remove-prefix): New function.
553 (string-remove-suffix): New function.
554
555 2013-12-20 Martin Rudalics <rudalics@gmx.at>
556
557 Fix assignment for new window total sizes.
558 * window.el (window--pixel-to-size): Remove function.
559 (window--pixel-to-total-1, window--pixel-to-total):
560 Fix calculation of new total sizes.
561
562 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
563
564 * comint.el (comint-output-filter): Fix rear-nonsticky property
565 placement (Bug#16010).
566
567 2013-12-20 Chong Yidong <cyd@gnu.org>
568
569 * faces.el (read-color): Minor fix for completion function.
570
571 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
572
573 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
574 New option. (Bug#16182)
575 (ruby-smie--indent-to-stmt-p): Use it.
576 (ruby-smie-rules): Revert the logic in the handling of `when'.
577 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
578 (ruby-deep-arglist, ruby-deep-indent-paren)
579 (ruby-deep-indent-paren-style): Update docstrings to note that the
580 vars don't have any effect with SMIE.
581
582 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
583
584 * calc/calc.el (calc-enter, calc-pop): Use the variable
585 `calc-context-sensitive-enter'.
586
587 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
588
589 * net/shr.el (shr-insert): Protect against infloops in degenerate
590 tables.
591
592 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
593
594 * progmodes/octave.el (octave): Add link to manual and octave
595 homepage.
596 (octave-mode-menu): Link to octave-mode manual.
597
598 2013-12-20 Leo Liu <sdl.web@gmail.com>
599
600 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
601 insertion using skeleton-end-newline. (Bug#16138)
602
603 2013-12-20 Juri Linkov <juri@jurta.org>
604
605 * replace.el (occur-engine): Use `add-face-text-property'
606 to add the face property to matches and titles. (Bug#14645)
607
608 * hi-lock.el (hi-green): Use lighter color "light green" closer to
609 the palette of other hi-lock colors.
610 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
611
612 2013-12-19 Juri Linkov <juri@jurta.org>
613
614 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
615 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
616 (minibuffer-history-symbol): Move variable declaration closer to
617 its usage.
618
619 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
620 (Bug#14785)
621
622 2013-12-19 Juri Linkov <juri@jurta.org>
623
624 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
625 New function.
626 (log-edit-hook): Add it to :options. (Bug#16170)
627
628 2013-12-19 Juri Linkov <juri@jurta.org>
629
630 * simple.el (eval-expression-print-format): Don't check for
631 command names and the last command. Always display additional
632 formats of the integer result in the echo area, and insert them
633 to the current buffer only with a zero prefix arg.
634 Display character when char-displayable-p is non-nil.
635 (eval-expression): With a zero prefix arg, set `print-length' and
636 `print-level' to nil, and insert the integer values from
637 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
638
639 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
640 `eval-last-sexp-arg-internal'. Doc fix.
641 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
642 `eval-last-sexp-print-value'. Doc fix.
643 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
644 Set `print-length' and `print-level' to nil when arg is zero.
645 (eval-last-sexp): Doc fix.
646 (eval-defun-2): Print the integer values from
647 `eval-expression-print-format' at the end.
648
649 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
650 values from `eval-expression-print-format' at the end.
651
652 * ielm.el (ielm-eval-input): Print the integer
653 values from `eval-expression-print-format' at the end.
654
655 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
656
657 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
658 2013-12-11T19:01:44Z!tzz@lifelogs.com.
659
660 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
661
662 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
663 (hl-line-highlight, global-hl-line-highlight): Use it.
664 (hl-line-overlay): Use defvar-local.
665
666 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
667
668 * term/ns-win.el: Require dnd.
669 (global-map): Remove drag items.
670 (ns-insert-text, ns-set-foreground-at-mouse)
671 (ns-set-background-at-mouse):
672 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
673 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
674 New functions.
675
676 2013-12-19 Glenn Morris <rgm@gnu.org>
677
678 * emacs-lisp/ert.el (ert-select-tests):
679 Fix string/symbol mixup. (Bug#16121)
680
681 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
682
683 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
684 keywords to their parent.
685
686 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
687
688 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
689 first arg to be a string (fixed dead code), or an operator symbol.
690 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
691 operator symbols.
692 (ruby-smie-rules): Remove parent token check in the `.' clause, it
693 did nothing. Don't respond to `(:after ".")', it will be called
694 with :before anyway. Remove the ` @ ' rule, it didn't seem to
695 change anything. Only return indentation for binary operators
696 when they are hanging. De-dent opening paren when its parent is
697 `.', otherwise it looks bad when the dot is not at bol or eol
698 (bug#16182).
699
700 2013-12-19 Juri Linkov <juri@jurta.org>
701
702 * replace.el (query-replace-read-args): Split a non-negative arg
703 and a negative arg into separate elements.
704 (query-replace, query-replace-regexp, replace-string)
705 (replace-regexp): Add arg `backward'. Doc fix.
706 (replace-match-maybe-edit): When new arg `backward' is non-nil,
707 move point to the beginning of the match.
708 (replace-search, replace-highlight): Use new arg `backward'
709 to set the value of `isearch-forward'.
710 (perform-replace): Add arg `backward' and use it to perform
711 replacement backward. (Bug#14979)
712
713 * isearch.el (isearch-query-replace): Use a negative prefix arg
714 to call `perform-replace' with a non-nil arg `backward'.
715
716 2013-12-18 Juri Linkov <juri@jurta.org>
717
718 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
719 to the default list. Move `log-edit-show-files' to the end.
720 Add more available functions to options.
721 (log-edit): Move default specific settings to
722 `log-edit-insert-message-template'. Don't move point.
723 (log-edit-insert-message-template): New function.
724 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
725 (Bug#16170)
726
727 2013-12-18 Juri Linkov <juri@jurta.org>
728
729 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
730 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
731
732 2013-12-18 Leo Liu <sdl.web@gmail.com>
733
734 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
735 (Bug#16186)
736
737 2013-12-18 Eli Zaretskii <eliz@gnu.org>
738
739 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
740 formats for displaying file sizes when the -s switch is given.
741 Instead, compute a separate format for displaying the size in
742 blocks, which is displayed in addition to the "regular" size.
743 When -h is given in addition to -s, produce size in blocks in
744 human-readable form as well. (Bug#16179)
745
746 2013-12-18 Tassilo Horn <tsdh@gnu.org>
747
748 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
749 Reference tables with ~\ref{...} instead of only \ref{...}.
750
751 2013-12-18 Chong Yidong <cyd@gnu.org>
752
753 * cus-edit.el (custom-magic-alist): Fix "themed" description
754 (Bug#14348).
755
756 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
757 is non-nil, do not create a new entry in the symbol's theme-value
758 or theme-face property; update theme-settings only (Bug#14664).
759 (custom-available-themes): Doc fix.
760
761 * cus-theme.el (custom-new-theme-mode-map): Add bindings
762 (Bug#15674).
763
764 * replace.el (occur-engine): Avoid infloop (Bug#7593).
765
766 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
767
768 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
769 (Bug#13914).
770
771 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
772
773 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
774
775 2013-12-18 Glenn Morris <rgm@gnu.org>
776
777 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
778 * cus-start.el (load-prefer-newer): New option.
779
780 2013-12-18 Le Wang <l26wang@gmail.com>
781
782 * comint.el (comint-previous-matching-input-from-input):
783 Retain point (Bug#13404).
784
785 2013-12-18 Chong Yidong <cyd@gnu.org>
786
787 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
788
789 2013-12-18 Glenn Morris <rgm@gnu.org>
790
791 * mail/emacsbug.el (report-emacs-bug):
792 Only mention enable-multibyte-characters if non-standard.
793
794 2013-12-17 Juri Linkov <juri@jurta.org>
795
796 * arc-mode.el (archive-extract-by-file): Check if directory exists
797 before deletion to not show irrelevant errors if it doesn't exist.
798
799 2013-12-17 Juri Linkov <juri@jurta.org>
800
801 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
802 (Bug#14751)
803
804 * net/eww.el (browse-web): Add alias to `eww'.
805 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
806 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
807
808 * net/browse-url.el (browse-url-browser-function): Move `eww'
809 closer to similar functions.
810
811 * startup.el (fancy-startup-screen, fancy-about-screen):
812 Set browse-url-browser-function to eww-browse-url locally.
813 (Bug#14751)
814
815 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * window.el (window--pixel-to-total): Remove unused `mini' var.
818 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
819 (split-window): Remove unused `new' var.
820 (window--display-buffer): Remove unused `frame' and `delta' vars.
821 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
822 and display-width'.
823
824 2013-12-17 Martin Rudalics <rudalics@gmx.at>
825
826 * dired.el (dired-mark-pop-up):
827 * register.el (register-preview): Don't bind
828 split-height-threshold here since it's now done in
829 display-buffer-below-selected.
830
831 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
832
833 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
834 xterm-rgb-convert-to-16bit.
835 (rxvt-register-default-colors): Standardize with
836 xterm-register-default-colors (Bug#14078).
837
838 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
839
840 * simple.el (kill-region): Pass mark first, then point, so that
841 kill-append works right (Bug#12819).
842 (copy-region-as-kill, kill-ring-save): Likewise.
843
844 2013-12-17 Leo Liu <sdl.web@gmail.com>
845
846 * net/rcirc.el (rcirc-add-face):
847 * eshell/em-prompt.el (eshell-emit-prompt):
848 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
849 (Bug#16167)
850
851 2013-12-17 Chong Yidong <cyd@gnu.org>
852
853 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
854 Suggested by Xue Fuqiao.
855
856 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
857
858 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
859
860 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
861
862 * net/shr.el (shr-insert-document): Remove unused var
863 `shr-preliminary-table-render'.
864 (shr-rescale-image): Remove unused arg `force'.
865 (shr-put-image): Update calls accordingly.
866 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
867
868 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
869
870 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
871 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
872 :close-all, to see which indentation method to use (Bug#16116).
873 (smie-rules-function): Document the method :close-all.
874
875 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
876
877 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
878
879 * net/eww.el (eww-display-html): If we can't find the anchor we're
880 looking for, then go to point-min.
881
882 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
883
884 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
885 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
886 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
887 Expand dir too, in case it's relative.
888
889 2013-12-16 Juri Linkov <juri@jurta.org>
890
891 * desktop.el (desktop-auto-save-timeout): Change default to
892 `auto-save-timeout'. Doc fix.
893 (desktop-save): Skip the timestamp in desktop-saved-frameset
894 when checking for auto-save changes.
895 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
896 `desktop-auto-save' is called repeatedly by the idle timer.
897 (desktop-auto-save-set-timer): Replace `run-with-timer' with
898 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
899 (Bug#15331)
900
901 2013-12-16 Juri Linkov <juri@jurta.org>
902
903 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
904 (Bug#16035)
905 (isearch-pre-command-hook): Check `this-command' for symbolp.
906
907 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
908
909 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
910
911 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
912
913 * progmodes/cfengine.el (cfengine3--current-word): Remove.
914 (cfengine3--current-function): Bring in the current-function
915 functionality from `cfengine3--current-word'.
916 (cfengine3-completion-function): Bring in the
917 bounds-of-current-word functionality from
918 `cfengine3--current-word'.
919
920 2013-12-16 Martin Rudalics <rudalics@gmx.at>
921
922 * window.el (display-buffer-below-selected):
923 Bind split-height-threshold to 0 as suggested by Juri Linkov.
924
925 2013-12-16 Leo Liu <sdl.web@gmail.com>
926
927 * progmodes/compile.el (compile-goto-error): Do not push-mark.
928 Remove NOMSG arg and all uses changed.
929
930 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
931
932 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
933 (cua--deactivate-rectangle): Don't deactivate the mark.
934 (cua-set-rectangle-mark): Don't set mark-active since
935 cua--activate-rectangle already does it for us.
936 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
937 non-rectangular region.
938
939 * emulation/cua-base.el (cua-repeat-replace-region):
940 Use with-current-buffer.
941
942 * net/gnutls.el: Use cl-lib.
943 (gnutls-negotiate): `mapcan' -> cl-mapcan.
944
945 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
946
947 * emacs-lisp/package.el (package-built-in-p): Support both
948 built-in and the package.el converted package descriptions.
949 (package-show-package-list): Allow keywords.
950 (package-keyword-button-action): Use it instead of
951 `finder-list-matches'.
952 (package-menu-filter-interactive): Interactive filtering (by
953 keyword) function.
954 (package-menu--generate): Support keywords and change keymappings
955 and headers when they are given.
956 (package--has-keyword-p): Helper function.
957 (package-menu--refresh): Use it.
958 (package--mapc): Helper function.
959 (package-all-keywords): Use it.
960 (package-menu-mode-map): Set up menu items and keybindings to
961 provide a filtering UI.
962
963 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
964
965 * net/gnutls.el (gnutls-verify-error): New defcustom to control
966 the behavior when a certificate fails validation. Defaults to
967 old behavior: never abort, just warn.
968 (gnutls-negotiate): Use it.
969
970 2013-12-14 Martin Rudalics <rudalics@gmx.at>
971
972 * window.el (display-buffer-below-selected): Never split window
973 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
974
975 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
976
977 * emacs-lisp/package.el (package--prepare-dependencies): New function.
978 (package-buffer-info): Use it (bug#15108).
979
980 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
981
982 * icomplete.el (icomplete-completions): Make sure the prefix is already
983 displayed elsewhere before hiding it (bug#16219).
984
985 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
986
987 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
988 open-paren tokens when preceded by a open-paren, too.
989 (ruby-smie-rules): Handle virtual indentation after open-paren
990 tokens specially. If there is code between it and eol, return the
991 column where is starts (Bug#16118).
992
993 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
994
995 * progmodes/cfengine.el: Fix `add-hook' doc.
996 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
997 (cfengine3--current-word): Fix parameters.
998 (cfengine3-make-syntax-cache): Simplify further.
999 (cfengine3-completion-function, cfengine3--current-function):
1000 Use `assq' for symbols.
1001 (cfengine3--current-function): Fix `cfengine3--current-word' call.
1002
1003 2013-12-13 Glenn Morris <rgm@gnu.org>
1004
1005 * loadup.el (load-path): Warn if site-load or site-init changes it.
1006 No more need to reset it when bootstrapping.
1007
1008 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
1009
1010 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
1011 locations for cf-promises.
1012 (cfengine-mode-syntax-functions-regex): New caching variable.
1013 (cfengine3-fallback-syntax): Fallback syntax for cases where
1014 cf-promises doesn't run.
1015 (cfengine3--current-word): Reimplement using
1016 `cfengine-mode-syntax-functions-regex'.
1017 (cfengine3-completion-function, cfengine3--current-function):
1018 Use `cfengine3-make-syntax-cache' directly.
1019 (cfengine3-clear-syntax-cache): New function.
1020 (cfengine3-make-syntax-cache): Simplify and create
1021 `cfengine-mode-syntax-functions-regex' on demand.
1022 (cfengine3-format-function-docstring): Don't call
1023 `cfengine3-make-syntax-cache' explicitly.
1024
1025 2013-12-13 Martin Rudalics <rudalics@gmx.at>
1026
1027 Fix windmove-find-other-window broken after pixelwise resizing
1028 (Bug#16017).
1029 * windmove.el (windmove-other-window-loc): Revert change from
1030 2013-12-04.
1031 (windmove-find-other-window): Call window-in-direction.
1032 * window.el (window-in-direction): New arguments SIGN, WRAP and
1033 MINI to emulate original windmove-find-other-window behavior.
1034
1035 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
1036
1037 * simple.el (blink-matching--overlay): New variable.
1038 (blink-matching-open): Instead of moving point, highlight the
1039 matching paren with an overlay
1040 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
1041
1042 * faces.el (paren-showing-faces, show-paren-match)
1043 (show-paren-mismatch): Move from paren.el.
1044
1045 2013-12-13 Leo Liu <sdl.web@gmail.com>
1046
1047 * indent.el (indent-region): Disable progress reporter in
1048 minibuffer. (Bug#16108)
1049
1050 * bindings.el (visual-order-cursor-movement): Fix version.
1051
1052 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1053
1054 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
1055 Also match after beginning of line.
1056 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
1057 files. Thanks to Russell Sim. (Bug#15378)
1058
1059 2013-12-13 Juri Linkov <juri@jurta.org>
1060
1061 * simple.el <Keypad support>: Remove key bindings duplicated
1062 with bindings.el. (Bug#14397)
1063
1064 2013-12-13 Juri Linkov <juri@jurta.org>
1065
1066 * comint.el (comint-mode-map): Replace `delete-char' with
1067 `delete-forward-char'. (Bug#16109)
1068
1069 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1070
1071 * progmodes/python.el (python-indent-calculate-indentation):
1072 Fix de-denters cornercase. (Bug#15731)
1073
1074 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1075
1076 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
1077 (advice--make): Pay attention to `depth'.
1078 (advice--make-1): Don't autoload commands eagerly.
1079 * emacs-lisp/elp.el (elp-instrument-function):
1080 * emacs-lisp/trace.el (trace-function-internal):
1081 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
1082
1083 * iswitchb.el (iswitchb-mode): Don't belittle ido.
1084
1085 2013-12-12 Eli Zaretskii <eliz@gnu.org>
1086
1087 * term/w32-win.el (w32-handle-dropped-file):
1088 * startup.el (normal-top-level):
1089 * net/browse-url.el (browse-url-file-url):
1090 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
1091 decode file names using 'utf-8' rather than
1092 file-name-coding-system.
1093
1094 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1095
1096 * progmodes/python.el (python-indent-context)
1097 (python-indent-calculate-indentation): Fix auto-identation
1098 behavior for comment blocks. (Bug#15916)
1099
1100 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1101
1102 * progmodes/python.el (python-indent-calculate-indentation):
1103 When determining indentation, don't treat "return", "pass", etc., as
1104 operators when they are just string constituents. (Bug#15812)
1105
1106 2013-12-12 Juri Linkov <juri@jurta.org>
1107
1108 * uniquify.el (uniquify-buffer-name-style): Change default to
1109 `post-forward-angle-brackets'.
1110
1111 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
1112 `uniquify'. Change default to `post-forward-angle-brackets'.
1113
1114 2013-12-11 Glenn Morris <rgm@gnu.org>
1115
1116 * emacs-lisp/package.el (finder-list-matches):
1117 Autoload rather than falsely declaring.
1118
1119 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
1120
1121 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
1122 (eww-mode-map): Use them.
1123
1124 2013-12-11 Martin Rudalics <rudalics@gmx.at>
1125
1126 * window.el (display-buffer-in-side-window): Fix doc-string
1127 (Bug#16115).
1128
1129 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
1130
1131 * vc/vc-git.el: Silence byte-compiler warnings.
1132 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
1133 (log-edit-set-header): Declare.
1134
1135 2013-12-11 Eli Zaretskii <eliz@gnu.org>
1136
1137 * Makefile.in (custom-deps, finder-data): Run output file names
1138 through unmsys--file-name. (Bug#16099)
1139
1140 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1141
1142 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
1143 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
1144
1145 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
1146 instead of deleting the selection "by hand" (bug#16098).
1147 Rely on insert-for-yank to yank rectangles.
1148 (cua-highlight-region-shift-only): Mark obsolete.
1149 (cua-mode): Don't enable/disable transient-mark-mode,
1150 shift-select-mode (cua-mode works both with and without them), and
1151 pc-selection-mode (obsolete).
1152 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
1153 (cua--deactivate-rectangle): Deactivate it.
1154
1155 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
1156 (delete-selection-helper): Make sure yank starts at the top of the
1157 deleted region.
1158 (minibuffer-keyboard-quit): Use region-active-p.
1159
1160 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
1161
1162 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
1163 to `delete' (bug#16109).
1164
1165 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1166
1167 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
1168 info manual and show keybindings and set `:group' keyword.
1169
1170 2013-12-11 Juri Linkov <juri@jurta.org>
1171
1172 * delsel.el (delete-active-region): Let-bind `this-command'
1173 to prevent `kill-region' from changing its original value.
1174 (delete-selection-helper): Handle `overwrite-mode' for the type
1175 `kill' exactly the same way as for the type `t'.
1176 (insert-char, quoted-insert, reindent-then-newline-and-indent):
1177 Support more commands. (Bug#13312)
1178
1179 2013-12-11 Juri Linkov <juri@jurta.org>
1180
1181 * bindings.el: Map kp keys to non-kp keys systematically
1182 with basic modifiers control, meta and shift. (Bug#14397)
1183
1184 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1185
1186 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
1187 "Close browser" menu items. Fix wrong function of "List
1188 bookmarks".
1189
1190 2013-12-11 Juri Linkov <juri@jurta.org>
1191
1192 * misearch.el (multi-isearch-buffers): Set the value of
1193 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
1194 arg of isearch-forward to t.
1195 (multi-isearch-buffers-regexp): Set the value of
1196 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
1197 arg of isearch-forward-regexp to t.
1198 (multi-isearch-files): Set the value of
1199 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
1200 arg of isearch-forward to t.
1201 (multi-isearch-files-regexp): Set the value of
1202 `multi-isearch-file-list globally. Set NO-RECURSIVE-EDIT
1203 arg of isearch-forward-regexp to t. (Bug#16035)
1204
1205 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
1206 arg of isearch-forward to t.
1207 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
1208 arg of isearch-forward-regexp to t.
1209 (dired-isearch-filter-filenames): Remove unnecessary check for
1210 `dired-isearch-filenames'.
1211
1212 * comint.el (comint-history-isearch-backward):
1213 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
1214 (comint-history-isearch-backward-regexp):
1215 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
1216
1217 2013-12-10 Eli Zaretskii <eliz@gnu.org>
1218
1219 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
1220 unmsys--file-name. (Bug#16099)
1221
1222 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
1223
1224 * emacs-lisp/package.el (package-keyword-button-action):
1225 Remove finder.el require dependency.
1226
1227 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
1228
1229 * emacs-lisp/package.el: Require finder.el.
1230 (describe-package-1): Add keyword buttons.
1231 (package-make-button): New convenience function.
1232 (package-keyword-button-action): Keyword button action using
1233 `finder-list-matches'.
1234
1235 2013-12-09 Eli Zaretskii <eliz@gnu.org>
1236
1237 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
1238 last commit.
1239
1240 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
1241
1242 * autorevert.el (auto-revert-notify-add-watch): Do not handle
1243 symlinked files.
1244
1245 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
1246
1247 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1248 after the end of a percent literal.
1249
1250 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
1251
1252 * progmodes/ruby-mode.el (ruby-forward-string): Document.
1253 Handle caret-delimited strings (Bug#16079).
1254
1255 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
1256
1257 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
1258 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
1259 `ruby-parse-partial' (Bug#16078).
1260
1261 2013-12-09 Leo Liu <sdl.web@gmail.com>
1262
1263 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
1264
1265 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
1266
1267 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
1268 (js-switch-indent-offset): New option.
1269 (js--proper-indentation): Use it. And handle the case when
1270 "default" is actually a key in an object literal.
1271 (js--same-line): New function.
1272 (js--multi-line-declaration-indentation): Use it.
1273 (js--indent-in-array-comp, js--array-comp-indentation):
1274 New functions.
1275 (js--proper-indentation): Use them, to handle array comprehension
1276 continuations.
1277
1278 2013-12-08 Leo Liu <sdl.web@gmail.com>
1279
1280 * progmodes/flymake.el (flymake-highlight-line): Re-write.
1281 (flymake-make-overlay): Remove arg MOUSE-FACE.
1282 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
1283
1284 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1285
1286 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
1287 New function.
1288 (redisplay-highlight-region-function): Use it.
1289
1290 * emulation/cua-base.el (cua--explicit-region-start)
1291 (cua--last-region-shifted): Remove.
1292 (cua--deactivate): Use deactivate-mark.
1293 (cua--pre-command-handler-1): Don't handle shift-selection.
1294 (cua--post-command-handler-1): Don't change transient-mark-mode.
1295 (cua--select-keymaps): Use region-active-p rather than
1296 cua--explicit-region-start or cua--last-region-shifted.
1297 (cua-mode): Enable shift-select-mode.
1298
1299 2013-12-08 Leo Liu <sdl.web@gmail.com>
1300
1301 * progmodes/flymake.el (flymake-popup-current-error-menu):
1302 Rename from flymake-display-err-menu-for-current-line. Reimplement.
1303 (flymake-posn-at-point-as-event, flymake-popup-menu)
1304 (flymake-make-emacs-menu): Remove. (Bug#16077)
1305
1306 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1307
1308 * rect.el (rectangle-mark-mode): Activate mark even if
1309 transient-mark-mode is off (bug#16066).
1310 (rectangle--highlight-for-redisplay): Fix boundary condition when point
1311 is > mark and at bolp.
1312
1313 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
1314 (region-extract-function): Use it.
1315 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
1316 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
1317 Delete functions.
1318 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
1319 kill-ring-save, kill-region, delete-char, delete-forward-char.
1320 Ignore self-insert-iso.
1321
1322 * emulation/cua-gmrk.el (cua--init-global-mark):
1323 Ignore `self-insert-iso'.
1324
1325 * emulation/cua-base.el (cua--prefix-copy-handler)
1326 (cua--prefix-cut-handler): Rely on region-extract-function rather than
1327 checking cua--rectangle.
1328 (cua-delete-region): Use region-extract-function.
1329 (cua-replace-region): Delete function.
1330 (cua-copy-region, cua-cut-region): Obey region-extract-function.
1331 (cua--pre-command-handler-1): Don't do the delete-selection thing.
1332 (cua--self-insert-char-p): Ignore `self-insert-iso'.
1333 (cua--init-keymaps): Don't remap delete-selection commands.
1334 (cua-mode): Use delete-selection-mode instead of rolling our own
1335 (bug#16085).
1336
1337 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
1338 Obey region-extract-function.
1339
1340 Make registers and delete-selection-mode work on rectangles.
1341 * register.el (describe-register-1): Don't modify the register's value.
1342 (copy-to-register): Obey region-extract-function.
1343 * delsel.el (delete-active-region): Obey region-extract-function.
1344
1345 2013-12-08 Leo Liu <sdl.web@gmail.com>
1346
1347 * progmodes/flymake.el (flymake, flymake-error-bitmap)
1348 (flymake-warning-bitmap, flymake-fringe-indicator-position)
1349 (flymake-compilation-prevents-syntax-check)
1350 (flymake-start-syntax-check-on-newline)
1351 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
1352 (flymake-start-syntax-check-on-find-file, flymake-log-level)
1353 (flymake-xml-program, flymake-master-file-dirs)
1354 (flymake-master-file-count-limit)
1355 (flymake-allowed-file-name-masks): Relocate.
1356 (flymake-makehash, flymake-float-time)
1357 (flymake-replace-regexp-in-string, flymake-split-string)
1358 (flymake-get-temp-dir): Remove.
1359 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
1360 (flymake-current-row, flymake-selected-frame)
1361 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
1362 related functions. (Bug#16077)
1363
1364 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
1365
1366 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
1367
1368 2013-12-07 Tassilo Horn <tsdh@gnu.org>
1369
1370 * help-fns.el (describe-function-1): Use new advice-* functions
1371 rather than old ad-* functions. Fix function type description and
1372 source links for advised functions and subrs.
1373
1374 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1375
1376 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
1377
1378 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
1379
1380 * progmodes/compile.el (compilation-start):
1381 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
1382
1383 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1384 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
1385
1386 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
1387
1388 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1389 Touch up the last change.
1390
1391 2013-12-06 Leo Liu <sdl.web@gmail.com>
1392
1393 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
1394 (inferior-octave-startup): Always use "octave> " for prompt.
1395 (octave-goto-function-definition)
1396 (octave-sync-function-file-names)
1397 (octave-find-definition-default-filename): Remove redundant backquotes.
1398
1399 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
1400
1401 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
1402 syntax for `?'.
1403 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
1404 where appropriate already.
1405 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
1406 end of method names (Bug#15874).
1407
1408 2013-12-06 Juri Linkov <juri@jurta.org>
1409
1410 * isearch.el (isearch--saved-overriding-local-map):
1411 New internal variable.
1412 (isearch-mode): Set it to the initial value of
1413 `overriding-terminal-local-map'.
1414 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
1415 with `isearch--saved-overriding-local-map'. (Bug#16035)
1416
1417 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
1418
1419 * progmodes/octave.el (inferior-octave-completion-table):
1420 Turn back into function, use `completion-table-with-cache'
1421 (Bug#11906). Update all references.
1422
1423 * minibuffer.el (completion-table-with-cache): New function.
1424
1425 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
1426
1427 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
1428
1429 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
1430
1431 * net/eww.el (eww-current-source): New variable to store page
1432 source.
1433 (eww-display-html, eww-mode, eww-save-history)
1434 (eww-restore-history): Use it.
1435 (eww-view-source): New command to view page source.
1436 Opportunistically uses `html-mode' to highlight the buffer.
1437 (eww-mode-map): Install it.
1438
1439 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
1440
1441 * net/dbus.el (dbus-unregister-service)
1442 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
1443 Fix docstring.
1444 (dbus-unregister-service): Skip :serial entries in
1445 `dbus-registered-objects-table'.
1446 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
1447
1448 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
1449
1450 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
1451 around keywords with extra `split-string' argument.
1452
1453 2013-12-04 Martin Rudalics <rudalics@gmx.at>
1454
1455 * windmove.el (windmove-other-window-loc): Handle navigation
1456 between windows (excluding the minibuffer window - Bug#16017).
1457
1458 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
1459
1460 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
1461 in D-Bus type syntax.
1462 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
1463 preserve unibyte strings. (Bug#16048)
1464
1465 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1466
1467 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1468 Call force-mode-line-update is the proper buffer (bug#16042).
1469
1470 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
1471
1472 * vc/log-edit.el (log-edit-add-new-comment): Rename to
1473 `log-edit-remember-comment', make argument optional. Adjust all
1474 callers.
1475 (log-edit-mode): Add `log-edit-remember-comment' to
1476 `kill-buffer-hook' locally.
1477 (log-edit-kill-buffer): Don't remember comment explicitly since
1478 the buffer is killed anyway.
1479
1480 2013-12-04 Juri Linkov <juri@jurta.org>
1481
1482 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
1483 add-hook and remove-hook for multi-buffer search. (Bug#16035)
1484
1485 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
1486
1487 * notifications.el (notifications-close-notification): Call the
1488 D-Bus method with ID being a `:uint32'. (Bug#16030)
1489
1490 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1491
1492 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
1493
1494 2013-12-03 Juri Linkov <juri@jurta.org>
1495
1496 * progmodes/compile.el (compilation-start): Rename window alist
1497 entry `no-display-ok' to `allow-no-window'.
1498
1499 * simple.el (shell-command): Add window alist entry
1500 `allow-no-window' to `display-buffer'.
1501 (async-shell-command): Doc fix.
1502
1503 * window.el (display-buffer-no-window): New action function.
1504 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
1505
1506 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
1507
1508 * vc/log-edit.el (log-edit-set-header): Extract from
1509 `log-edit-toggle-header'.
1510 (log-edit-extract-headers): Separate the summary, when extracted
1511 from header, from the rest of the message with an empty line.
1512
1513 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
1514 line, if present, to the Summary header.
1515
1516 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1517
1518 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
1519 in current-buffer (bug#16029).
1520
1521 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
1522
1523 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
1524 (debugger-mode-map): Bind it.
1525 (debugger--backtrace-base): New function.
1526 (debugger-eval-expression): Use it.
1527 (debugger-frame-number): Skip local vars when present.
1528 (debugger--locals-visible-p, debugger--insert-locals)
1529 (debugger--show-locals, debugger--hide-locals): New functions.
1530
1531 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
1532
1533 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
1534 "LC_ALL".
1535 (tramp-get-remote-locale): New defun.
1536 (tramp-open-connection-setup-interactive-shell): Use it.
1537
1538 2013-12-02 Leo Liu <sdl.web@gmail.com>
1539
1540 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
1541
1542 * progmodes/sh-script.el (sh-shell-process):
1543 * progmodes/octave.el (inferior-octave-process-live-p):
1544 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
1545 (gdb-inferior-io-sentinel):
1546 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
1547
1548 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
1549
1550 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
1551 `save-selected-window' to `log-edit-hide-buf'. This makes
1552 `log-edit-show-files' idempotent.
1553 (log-edit-show-files): Mark the new window as dedicated.
1554
1555 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
1556
1557 * vc/log-edit.el (log-edit-mode-map): Add binding for
1558 `log-edit-kill-biffer'.
1559 (log-edit-hide-buf): Add a FIXME comment.
1560 (log-edit-add-new-comment): New function, extracted from
1561 `log-edit-done'.
1562 (log-edit-done, log-edit-add-to-changelog): Use it.
1563 (log-edit-kill-buffer): New command.
1564
1565 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1566
1567 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
1568 instead of killing the buffer.
1569
1570 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
1573
1574 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1575
1576 * net/eww.el (eww-form-checkbox-selected-symbol)
1577 (eww-form-checkbox-symbol): New customizable variable.
1578 (eww-form-checkbox, eww-toggle-checkbox):
1579 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
1580
1581 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
1582 (shr--get-media-pref, shr--extract-best-source): New function.
1583 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
1584 no :src tag was specified.
1585
1586 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
1587 (eww-render): Handle `eww-use-external-browser-for-content-type'.
1588 Use \\` to match beginning of string instead of ^.
1589 (eww-browse-with-external-browser): Provide optional URL parameter.
1590 (eww-render): Set `eww-current-title' back to "".
1591
1592 * net/shr.el (shr-tag-video): Display content for video if no
1593 poster is available.
1594 (shr-tag-audio): Add support for <audio> tag.
1595
1596 * net/eww.el (eww-text-input-types): New const.
1597 (eww-process-text-input): Treat input types in
1598 `eww-text-input-types' as text.
1599
1600 * net/shr.el (shr-tag-table): Fix comment typo.
1601
1602 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1603
1604 * net/eww.el (eww-follow-link): New command to avoid reloading
1605 pages when we follow #target links (bug#15243).
1606 (eww-quit): Special mode buffers shouldn't query before exiting.
1607
1608 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1609
1610 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
1611 forms.
1612
1613 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1614
1615 * net/eww.el (eww-restore-history): Update the window title after
1616 moving in the history.
1617 (eww-current-dom): New variable used to save the current DOM.
1618
1619 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
1620
1621 * vc/log-edit.el (log-edit-mode-map): Add binding for
1622 `log-edit-beginning-of-line'.
1623 (log-edit-setup-add-author): New user option.
1624 (log-edit-beginning-of-line): New command.
1625 (log-edit): Move major mode call above the contents setup so that
1626 the local variable values are already applied.
1627 (log-edit): Only insert "Author: " when
1628 `log-edit-setup-add-author' is non-nil.
1629 (log-edit): When SETUP is non-nil, position point after ": "
1630 instead of point-min.
1631
1632 2013-12-01 Glenn Morris <rgm@gnu.org>
1633
1634 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
1635
1636 2013-11-30 Eli Zaretskii <eliz@gnu.org>
1637
1638 * startup.el (fancy-splash-frame): On MS-Windows, trigger
1639 redisplay to make sure the initial frame gets a chance to become
1640 visible. (Bug#16014)
1641
1642 2013-11-30 Martin Rudalics <rudalics@gmx.at>
1643
1644 Support resizing frames and windows pixelwise.
1645 * cus-start.el (frame-resize-pixelwise)
1646 (window-resize-pixelwise): New entries.
1647 * emacs-lisp/debug.el (debug): Use window-total-height instead
1648 of window-total-size.
1649 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
1650 * help.el (describe-bindings-internal): Call help-buffer
1651 (temp-buffer-max-width): New option.
1652 (resize-temp-buffer-window, help-window-setup)
1653 (with-help-window): Rewrite.
1654 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
1655 dragging dividers.
1656 * window.el (frame-char-size, window-min-pixel-height)
1657 (window-safe-min-pixel-height, window-safe-min-pixel-width)
1658 (window-min-pixel-width, window-safe-min-pixel-size)
1659 (window-combination-p, window-safe-min-size)
1660 (window-resizable-p, window--size-to-pixel)
1661 (window--pixel-to-size, window--resize-apply-p): New functions.
1662 (window-safe-min-height): Fix doc-string.
1663 (window-size, window-min-size, window--min-size-1)
1664 (window-sizable, window-sizable-p, window--min-delta-1)
1665 (window-min-delta, window--max-delta-1, window-max-delta)
1666 (window--resizable, window--resizable-p, window-resizable)
1667 (window-full-height-p, window-full-width-p, window-at-side-p)
1668 (window--in-direction-2, window-in-direction)
1669 (window--resize-reset-1, window--resize-mini-window)
1670 (window-resize, window-resize-no-error)
1671 (window--resize-child-windows-normal)
1672 (window--resize-child-windows, window--resize-siblings)
1673 (window--resize-this-window, window--resize-root-window)
1674 (window--resize-root-window-vertically)
1675 (adjust-window-trailing-edge, enlarge-window, shrink-window)
1676 (maximize-window, minimize-window, delete-window)
1677 (quit-restore-window, window-split-min-size, split-window)
1678 (balance-windows-2, balance-windows)
1679 (balance-windows-area-adjust, balance-windows-area)
1680 (window--state-get-1, window-state-get, window--state-put-1)
1681 (window--state-put-2, window-state-put)
1682 (display-buffer-record-window, window--display-buffer):
1683 Make functions handle pixelwise sizing of windows.
1684 (display-buffer--action-function-custom-type)
1685 (display-buffer-fallback-action):
1686 Add display-buffer-in-previous-window.
1687 (display-buffer-use-some-window): Resize window to height it had
1688 before.
1689 (fit-window-to-buffer-horizontally): New option.
1690 (fit-frame-to-buffer): Describe new values.
1691 (fit-frame-to-buffer-bottom-margin): Replace with
1692 fit-frame-to-buffer-margins.
1693 (window--sanitize-margin): New function.
1694 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
1695 using window-text-pixel-size.
1696
1697 2013-11-30 Glenn Morris <rgm@gnu.org>
1698
1699 * emacs-lisp/bytecomp.el (byte-compile-form):
1700 Make the `interactive-only' warning like the `obsolete' one.
1701 * comint.el (comint-run):
1702 * files.el (insert-file-literally, insert-file):
1703 * replace.el (replace-string, replace-regexp):
1704 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
1705 (goto-line, insert-buffer, next-line, previous-line):
1706 Tweak `interactive-only' spec.
1707
1708 Stop keeping (most) generated cedet grammar files in the repository.
1709 * Makefile.in (semantic): New.
1710 (compile-main): Depend on semantic.
1711
1712 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1713
1714 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
1715 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
1716
1717 * uniquify.el (uniquify-buffer-name-style): Change default.
1718
1719 * loadup.el: Preload "uniquify".
1720
1721 * time.el (display-time-update): Update all mode lines (bug#15999).
1722
1723 * electric.el (electric-indent-mode): Enable by default.
1724 * loadup.el: Preload "electric".
1725
1726 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
1727
1728 * emacs-lisp/helpers.el (string-empty-p): New function.
1729 (string-blank-p): New function.
1730
1731 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
1732
1733 * imenu.el (imenu--index-alist): Add missing dot to the docstring
1734 (Bug#14029).
1735
1736 2013-11-29 Andreas Politz <politza@fh-trier.de>
1737 * imenu.el (imenu--subalist-p): Don't error on non-conses and
1738 allow non-lambda lists as functions.
1739 (imenu--in-alist): Don't recurse into non-subalists.
1740 (imenu): Don't pass function itself as an argument (Bug#14029).
1741
1742 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * progmodes/python.el (python-mode-map): Remove binding for ":".
1745 (python-indent-electric-colon): Remove command.
1746 (python-indent-post-self-insert-function): Integrate the previous code
1747 of python-indent-electric-colon. Make it conditional on
1748 electric-indent-mode.
1749 (python-mode): Add ?: to electric-indent-chars.
1750 Move python-indent-post-self-insert-function to the end of
1751 post-self-insert-hook.
1752
1753 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1754
1755 * doc-view.el (doc-view-goto-page): Update mode-line.
1756
1757 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
1758
1759 2013-11-27 Glenn Morris <rgm@gnu.org>
1760
1761 * international/charprop.el, international/uni-bidi.el:
1762 * international/uni-category.el, international/uni-combining.el:
1763 * international/uni-comment.el, international/uni-decimal.el:
1764 * international/uni-decomposition.el, international/uni-digit.el:
1765 * international/uni-lowercase.el, international/uni-mirrored.el:
1766 * international/uni-name.el, international/uni-numeric.el:
1767 * international/uni-old-name.el, international/uni-titlecase.el:
1768 * international/uni-uppercase.el:
1769 Remove generated files from VCS repository.
1770
1771 2013-11-27 Eli Zaretskii <eliz@gnu.org>
1772
1773 * filenotify.el (file-notify-add-watch): Don't special-case
1774 w32notify when computing the directory to watch.
1775
1776 2013-11-27 Glenn Morris <rgm@gnu.org>
1777
1778 Make bootstrap without generated uni-*.el files possible again.
1779 * loadup.el: Update command-line-args checking for unidata-gen.
1780 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
1781 * composite.el, international/characters.el:
1782 Handle unicode tables being undefined.
1783
1784 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
1785 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
1786 (compile-main): Depend on leim rule.
1787 (leim): New rule.
1788 * loadup.el: Move leim-list.el to leim/ subdirectory.
1789 * startup.el (normal-top-level): No more leim directory.
1790 * international/ja-dic-cnv.el (skkdic-convert):
1791 Disable version-control and autoloads in output files.
1792 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
1793 Disable version-control and autoloads in output files.
1794 * leim/quail: Move here from ../leim.
1795 * leim/quail/hangul.el (hangul-input-method-activate):
1796 Add autoload cookie.
1797 (generated-autoload-load-name): Set file-local value.
1798 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
1799 (generated-autoload-load-name): Set file-local value.
1800
1801 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
1802
1803 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
1804 (eww-add-bookmark): Ask confirmation when add to bookmarks.
1805 (eww-quit): Ask confirmation before quitting eww.
1806
1807 2013-11-26 Eli Zaretskii <eliz@gnu.org>
1808
1809 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
1810 reading output from Diff on MS-Windows and MS-DOS.
1811
1812 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
1813
1814 * emacs-lisp/helpers.el (string-reverse): New function.
1815
1816 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
1817
1818 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
1819 names on MS Windows, like "/[::1]:".
1820
1821 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
1822 SWITCHES.
1823
1824 2013-11-26 Glenn Morris <rgm@gnu.org>
1825
1826 * progmodes/python.el (python-indent-guess-indent-offset):
1827 Avoid corner-case error. (Bug#15975)
1828
1829 Preload leim-list.el. (Bug#4789)
1830 * loadup.el: Load leim-list.el when found.
1831 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
1832
1833 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
1834
1835 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
1836
1837 * emacs-lisp/helpers.el (string-join): New function.
1838
1839 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
1840
1841 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1842 Mark as obsolete and replace it with a symbol property.
1843 (byte-compile-form): Use new 'interactive-only property.
1844 * comint.el, files.el, replace.el, simple.el:
1845 Apply new 'interactive-only properly.
1846
1847 2013-11-25 Martin Rudalics <rudalics@gmx.at>
1848
1849 * window.el (display-buffer-at-bottom): Make sure that
1850 split-window-sensibly creates the new window on bottom
1851 (Bug#15961).
1852
1853 2013-11-23 David Kastrup <dak@gnu.org>
1854
1855 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
1856 on the conflict markers when available.
1857 (smerge--get-marker): New function.
1858 (smerge-end-re, smerge-base-re): Add subgroup.
1859
1860 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1861
1862 * frame.el (handle-focus-in, handle-focus-out): Add missing
1863 interactive spec.
1864
1865 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
1866
1867 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
1868 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
1869
1870 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1871
1872 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
1873 (gomoku--last-pos): New var.
1874 (gomoku--intangible-chars): New const.
1875 (gomoku--intangible): New function.
1876 (gomoku-mode): Use it. Derive from special-mode.
1877 (gomoku-move-up): Adjust line count.
1878 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
1879 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
1880 Simplify accordingly.
1881
1882 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
1883 Remove blink-cursor code.
1884 (blink-cursor-timer-function, blink-cursor-suspend):
1885 Don't special-case GUIs.
1886 (blink-cursor-mode): Use focus-in/out-hook.
1887
1888 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
1889
1890 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
1891 work when annotation is invisible (Bug#13886).
1892
1893 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
1894
1895 * json.el (json-alist-p): Only return non-nil if the alist has
1896 simple keys (Bug#13518).
1897
1898 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
1899
1900 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
1901 when control-statement is the first statement in a buffer (Bug#15956).
1902
1903 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
1904
1905 * imenu.el (imenu-generic-skip-comments-and-strings):
1906 New option (Bug#15560).
1907 (imenu--generic-function): Use it.
1908
1909 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
1910
1911 * minibuffer.el (completion--in-region-1): Scroll the correct window.
1912 (Bug#13898)
1913
1914 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
1915
1916 * emacs-lisp/helpers.el: Add some string helpers.
1917 (string-trim-left): Removes leading whitespace.
1918 (string-trim-right): Removes trailing whitespace.
1919 (string-trim): Removes leading and trailing whitespace.
1920
1921 * subr.el (string-suffix-p): New function.
1922
1923 2013-11-23 Glenn Morris <rgm@gnu.org>
1924
1925 * progmodes/python.el (python-shell-send-file):
1926 Add option to delete file when done. (Bug#15647)
1927 (python-shell-send-string, python-shell-send-region): Use it.
1928
1929 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
1930
1931 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
1932 to set buffer-read-only to t, never to nil. (Bug#15938)
1933
1934 * textmodes/tex-mode.el (latex-noindent-environments):
1935 Add safe-local-variable property. (Bug#15936)
1936
1937 2013-11-23 Glenn Morris <rgm@gnu.org>
1938
1939 * textmodes/enriched.el (enriched-mode): Doc fix.
1940 * emacs-lisp/authors.el (authors-renamed-files-alist):
1941 Add enriched.doc -> enriched.txt.
1942
1943 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
1944
1945 2013-11-22 Leo Liu <sdl.web@gmail.com>
1946
1947 * progmodes/octave.el (inferior-octave-startup): Spit out error
1948 message.
1949
1950 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
1951
1952 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
1953 Improve docstring.
1954 Add :version.
1955 (ruby-encoding-magic-comment-style): Add :version.
1956
1957 2013-11-22 Leo Liu <sdl.web@gmail.com>
1958
1959 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
1960 (Bug#15076)
1961 (octave-help-mode): Adapt to change to help-mode-finish to use
1962 derived-mode-p on 2013-09-17.
1963 (inferior-octave-prompt): Also match octave-gui.
1964 (octave-kill-process): Don't ask twice. (Bug#10564)
1965
1966 2013-11-22 Leo Liu <sdl.web@gmail.com>
1967
1968 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
1969 (inferior-octave-startup, inferior-octave-check-process)
1970 (inferior-octave-track-window-width-change)
1971 (octave-completion-at-point, octave-eldoc-function): Use it.
1972 (octave-kill-process): Provide confirmation. (Bug#10564)
1973
1974 2013-11-21 Leo Liu <sdl.web@gmail.com>
1975
1976 * progmodes/octave.el (octave-mode, inferior-octave-mode):
1977 Fix obsolete variable comment-use-global-state.
1978
1979 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1980
1981 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
1982 Add `octave-source-file'.
1983 (octave-source-file): New function. (Bug#15935)
1984
1985 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
1986
1987 * net/eww.el (eww-local-regex): New variable.
1988 (eww): Use it to detect localhost and similar.
1989
1990 2013-11-21 Leo Liu <sdl.web@gmail.com>
1991
1992 Add completion for command `ag'.
1993 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
1994 (pcomplete/ag): New function.
1995 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
1996
1997 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
2000 (bug#14646).
2001 (make-obsolete): Remove interactive spec.
2002
2003 2013-11-21 Glenn Morris <rgm@gnu.org>
2004
2005 * startup.el (command-line-1): Use path-separator with -L.
2006
2007 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
2008
2009 * emacs-lisp/package.el (describe-package-1): Add package archive
2010 to shown fields.
2011
2012 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
2013
2014 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
2015 Change default to "# encoding: %s" to differentiate it from the
2016 default Ruby encoding comment template.
2017
2018 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
2019
2020 * ses.el (ses-mode): Doc fix. (Bug#14748)
2021
2022 2013-11-20 Leo Liu <sdl.web@gmail.com>
2023
2024 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
2025
2026 2013-11-19 Dan Nicolaescu <dann@gnu.org>
2027
2028 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
2029 when rebase or bisect are in progress.
2030
2031 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
2032
2033 * filenotify.el (file-notify-add-watch): Doc fix.
2034
2035 2013-11-19 Leo Liu <sdl.web@gmail.com>
2036
2037 * obsolete/rcompile.el: Mark obsolete.
2038
2039 * progmodes/compile.el (compilation-start)
2040 (compilation-goto-locus, compilation-find-file):
2041 Pass no-display-ok and handle nil value from display-buffer.
2042 (Bug#13594)
2043
2044 * window.el (display-buffer-alist, display-buffer): Document the
2045 new parameter no-display-ok. Return either a window or nil
2046 but never a non-window value.
2047
2048 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2049
2050 * electric.el (electric-indent-mode-map): Remove.
2051 (electric-indent-mode): Change the global-map instead (bug#15915).
2052
2053 * textmodes/text-mode.el (paragraph-indent-minor-mode):
2054 Use add-function.
2055
2056 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * emacs-lisp/nadvice.el (remove-function): Align with
2059 add-function's behavior.
2060
2061 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
2062 (gdb--string-regexp): New constant.
2063 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
2064 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
2065 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
2066 submatch 1.
2067 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
2068 Adjust use accordingly.
2069 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
2070
2071 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
2072
2073 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
2074 interpolation curlies (Bug#15914).
2075
2076 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
2077
2078 * calc/calc.el (calc-context-sensitive-enter): New variable.
2079 (calc-enter): Use `calc-context-sensitive-enter'.
2080
2081 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
2082
2083 * progmodes/cfengine.el: Version bump.
2084 (cfengine-cf-promises): New defcustom to locate cf-promises.
2085 (cfengine3-vartypes): Add new "data" type.
2086 (cfengine3--current-word): New function to get current name-like
2087 word or its bounds.
2088 (cfengine3--current-function): New function to look up a CFEngine
2089 function's definition.
2090 (cfengine3-format-function-docstring): New function.
2091 (cfengine3-make-syntax-cache): New function.
2092 (cfengine3-documentation-function): New function: ElDoc glue.
2093 (cfengine3-completion-function): New function: completion glue.
2094 (cfengine3-mode): Set `compile-command',
2095 `eldoc-documentation-function', and add to
2096 `completion-at-point-functions'.
2097
2098 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
2099
2100 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
2101 `tramp-current-connection'.
2102
2103 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
2104
2105 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
2106 nil/self/true/false with "end of symbol".
2107
2108 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
2109
2110 * subr.el (version-regexp-alist): Fix a typo.
2111
2112 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
2113
2114 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
2115 "en_US.utf8" and "LC_CTYPE" to "".
2116 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
2117 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
2118
2119 2013-11-15 Leo Liu <sdl.web@gmail.com>
2120
2121 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
2122
2123 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2124
2125 * progmodes/gud.el (ctl-x-map):
2126 Remove C-x SPC binding. (Bug#12342)
2127 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
2128
2129 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
2130
2131 * subr.el (version-regexp-alist):
2132 Recognize hg, svn and darcs versions as snapshot versions.
2133
2134 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
2135 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
2136 (ruby--encoding-comment-required-p): Extract from
2137 `ruby-mode-set-encoding'.
2138 (ruby-mode-set-encoding): Add the ability to always insert an
2139 utf-8 encoding comment. Fix and simplify coding comment update
2140 logic.
2141
2142 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
2143
2144 * net/tramp-gvfs.el (top): Run init code only when
2145 `tramp-gvfs-enabled' is not nil.
2146 (tramp-gvfs-enabled): Check also :system bus.
2147
2148 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 Sync with upstream verilog-mode revision 78e66ba.
2151 * progmodes/verilog-mode.el (verilog-end-of-defun)
2152 (verilog-type-completion, verilog-get-list): Remove unused funcs.
2153 (verilog-get-end-of-defun): Remove unused argument.
2154 (verilog-comment-depth): Remove unused local `e'.
2155 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
2156 Don't pass arg to verilog-get-end-of-defun.
2157
2158 2013-11-14 Glenn Morris <rgm@gnu.org>
2159
2160 * obsolete/assoc.el (aget): Prefix dynamic variable.
2161
2162 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
2163
2164 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 * widget.el, hfy-cmap.el: Remove bogus package version number.
2167
2168 2013-11-13 Glenn Morris <rgm@gnu.org>
2169
2170 * replace.el (replace-eval-replacement):
2171 Try to give more helpful error message. (Bug#15836)
2172
2173 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2174 (archive-7z-update): Avoid custom type mismatches.
2175
2176 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
2177
2178 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
2179
2180 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
2181 address can be empty.
2182
2183 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
2184 Accept nil SWITCHES.
2185 (tramp-gvfs-handle-write-region): Implement APPEND.
2186
2187 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
2188
2189 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
2190 binary "|" operator and closing block args delimiter.
2191 Remove FIXME comment referring to Ruby 1.8-only syntax.
2192 (ruby-smie--implicit-semi-p): Not after "|" operator.
2193 (ruby-smie--closing-pipe-p): New function.
2194 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
2195 (ruby-smie-rules): Indent after "|".
2196
2197 2013-11-12 Glenn Morris <rgm@gnu.org>
2198
2199 * ps-print.el (ps-face-attribute-list):
2200 Handle anonymous faces. (Bug#15827)
2201
2202 2013-11-12 Martin Rudalics <rudalics@gmx.at>
2203
2204 * window.el (display-buffer-other-frame): Fix doc-string.
2205 (Bug#15868)
2206
2207 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2208
2209 * subr.el (force-mode-line-update): Delete, move to buffer.c.
2210
2211 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
2212
2213 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
2214 (tramp-sh-handle-file-local-copy): Don't write a message when
2215 saving temporary files.
2216
2217 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
2218 both directories are remote.
2219 (tramp-smb-handle-directory-files): Do not return double entries.
2220 Do not expand full file names.
2221 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
2222 (tramp-smb-handle-write-region): Implement APPEND.
2223 (tramp-smb-get-stat-capability): Fix a stupid bug.
2224
2225 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2226
2227 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
2228
2229 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2230
2231 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
2232 throwing error over malformed let/let* (bug#15814).
2233
2234 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2235
2236 * iswitchb.el (iswitchb-mode): Mark obsolete.
2237
2238 2013-11-11 Glenn Morris <rgm@gnu.org>
2239
2240 * international/uni-bidi.el, international/uni-category.el:
2241 * international/uni-name.el, international/uni-numeric.el:
2242 Regenerate for Unicode 6.3.0.
2243
2244 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
2245
2246 * net/tramp.el (tramp-methods):
2247 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
2248 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
2249
2250 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
2251
2252 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2253 Force highlighting text after Summary keyword in doc face for rpm.
2254
2255 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
2256
2257 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
2258 available and the word has no wildcards, append one to the grep pattern.
2259 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
2260 (ispell-complete-word): Call `ispell-lookup-words' with the value
2261 independent of `ispell-look-p'.
2262
2263 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
2264
2265 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
2266 Not after "||".
2267 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
2268 their parent.
2269
2270 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2271
2272 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
2273 (ruby-font-lock-keywords): Use backquote.
2274
2275 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
2276
2277 * progmodes/ruby-mode.el (ruby-smie--forward-token)
2278 (ruby-smie--backward-token): Only consider full-string matches.
2279
2280 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
2281
2282 * faces.el (describe-face): Add distant-foreground.
2283
2284 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
2285
2286 * progmodes/ruby-mode.el: Improve encoding comment handling.
2287 (ruby-encoding-magic-comment-style): New option.
2288 (ruby-custom-encoding-magic-comment-template): New option.
2289 (ruby--insert-coding-comment, ruby--detect-encoding):
2290 New functions extracted from `ruby-mode-set-encoding'.
2291 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
2292 to control the style of the auto-inserted encoding comment.
2293
2294 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
2295
2296 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
2297 Use `smie-backward-sexp' with token argument.
2298
2299 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
2300
2301 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
2302 Remove instrumentation code.
2303
2304 2013-11-08 Glenn Morris <rgm@gnu.org>
2305
2306 * progmodes/autoconf.el (autoconf-mode):
2307 Tweak comment-start-skip. (Bug#15822)
2308
2309 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2310
2311 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
2312 at bobp (bug#15826).
2313 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
2314
2315 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
2316
2317 * man.el (Man-start-calling): New macro, extracted from
2318 Man-getpage-in-background.
2319 (Man-getpage-in-background): Use it.
2320 (Man-update-manpage): New command.
2321 (Man-mode-map): Bind it.
2322
2323 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
2324
2325 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
2326 of "and", "or", "&&" and "||".
2327 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
2328 argument. Prohibit opening curly brace because it could only be a
2329 block opener in that position.
2330 (ruby-smie--forward-token, ruby-smie--backward-token):
2331 Separate "|" from "&" or "*" going after it. That can happen in block
2332 arguments.
2333 (ruby-smie--indent-to-stmt): New function, seeks the end of
2334 previous statement or beginning of buffer.
2335 (ruby-smie-rules): Use it.
2336 (ruby-smie-rules): Check if there's a ":" before a curly block
2337 opener candidate; if there is, it's a hash.
2338
2339 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
2342 (cl--block-wrapper): Fix last accidental change.
2343
2344 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
2345
2346 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
2347 Instrument, in order to hunt failure on hydra.
2348
2349 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2350
2351 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
2352 malformed bindings form (bug#15814).
2353
2354 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
2355
2356 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
2357 "." compared to " @ ". This incidentally fixes some indentation
2358 examples with "do".
2359 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
2360 (ruby-smie-grammar): New tokens: "and" and "or".
2361 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
2362 Exclude "and" and "or". Remove "do" in order to work around token
2363 priorities.
2364 (ruby-smie-rules): Add all infix tokens. Handle the case of
2365 beginning-of-buffer.
2366
2367 2013-11-06 Glenn Morris <rgm@gnu.org>
2368
2369 * Makefile.in (setwins_almost, setwins_for_subdirs):
2370 Avoid accidental matches.
2371
2372 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2373
2374 * menu-bar.el (popup-menu): Use key-binding.
2375
2376 2013-11-06 Eli Zaretskii <eliz@gnu.org>
2377
2378 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
2379 menus, support also the menus produced by minor modes.
2380 (Bug#15817)
2381
2382 2013-11-06 Leo Liu <sdl.web@gmail.com>
2383
2384 * thingatpt.el (thing-at-point-looking-at): Add optional arg
2385 DISTANCE to bound the search. All uses changed. (Bug#15808)
2386
2387 2013-11-06 Glenn Morris <rgm@gnu.org>
2388
2389 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
2390 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
2391 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
2392
2393 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 * electric.el (electric-indent-just-newline): New command.
2396 (electric-indent-mode-map): New keymap.
2397 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
2398 Re-add :group which weren't redundant.
2399
2400 * electric.el (electric-indent-local-mode): New minor mode.
2401 (electric-indent-functions-without-reindent): New var.
2402 (electric-indent-post-self-insert-function): Use it.
2403 * emacs-lisp/gv.el (buffer-local-value): Add setter.
2404
2405 2013-11-05 Eli Zaretskii <eliz@gnu.org>
2406
2407 * international/quail.el (quail-help): Be more explicit about the
2408 meaning of the labels shown on the keys. (Bug#15800)
2409
2410 * startup.el (normal-top-level): Load the subdirs.el files before
2411 setting the locale environment. (Bug#15805)
2412
2413 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2414
2415 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
2416 via arguments so as to get the right ones (bug#15418).
2417
2418 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
2419
2420 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
2421
2422 Fix problems found while writing a test suite.
2423
2424 * net/tramp-compat.el (tramp-compat-load): New defun.
2425 * net/tramp.el (tramp-handle-load): Use it.
2426
2427 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
2428 "(numberp ok-if-already-exists)" correctly.
2429
2430 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
2431
2432 * international/characters.el (glyphless-char-display-control):
2433 Add usage note.
2434
2435 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
2436
2437 * progmodes/python.el (python-mode):
2438 * progmodes/scheme.el (scheme-mode):
2439 * progmodes/prolog.el (prolog-mode):
2440 * progmodes/ruby-mode.el (ruby-mode):
2441 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
2442 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
2443
2444 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2445
2446 * rect.el (rectangle--highlight-for-redisplay):
2447 * emacs-lisp/smie.el (smie--next-indent-change):
2448 Use buffer-chars-modified-tick.
2449
2450 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
2451
2452 * electric.el (electric-indent-post-self-insert-function):
2453 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
2454
2455 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
2456
2457 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
2458
2459 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2460
2461 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
2462 (bug#15786).
2463
2464 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2465
2466 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
2467
2468 * progmodes/python.el: Fix up last change.
2469 (python-shell--save-temp-file): New function.
2470 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
2471 `string' comes from the current buffer.
2472 (python-shell-send-string-no-output): Remove `msg' arg.
2473 (python--use-fake-loc): New var.
2474 (python-shell-buffer-substring): Obey it. Try to compensate for the
2475 extra coding line added by python-shell--save-temp-file.
2476 (python-shell-send-region): Use python-shell--save-temp-file and
2477 python-shell-send-file directly. Add `nomain' argument.
2478 (python-shell-send-buffer): Use python-shell-send-region.
2479 (python-electric-pair-string-delimiter): New function.
2480 (python-mode): Use it.
2481
2482 2013-11-04 Eli Zaretskii <eliz@gnu.org>
2483
2484 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
2485 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
2486 environment and decoding all of the default-directory's to here
2487 from command-line.
2488 (command-line): Decode also argv[0].
2489
2490 * loadup.el: Error out if default-directory is a multibyte string
2491 when we are dumping.
2492
2493 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
2494
2495 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
2496
2497 * emacs-lisp/package.el (package-menu-mode)
2498 (package-menu--print-info, package-menu--archive-predicate):
2499 Add Archive column to package list.
2500
2501 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
2502
2503 Fix problems found while writing a test suite.
2504
2505 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
2506 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
2507 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
2508 to nil when running original file name handler. Otherwise,
2509 there are problems with constructs like "$$FOO".
2510
2511 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
2512 for `localname'.
2513
2514 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
2515
2516 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
2517
2518 * subr.el (version<, version<=, version=):
2519 Update docstrings with information for snapshot versions.
2520
2521 * helpers.el: New library for misc helper functions.
2522 (hash-table-keys): New function returning a list of hash keys.
2523 (hash-table-values): New function returning a list of hash values.
2524
2525 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
2526
2527 * progmodes/ruby-mode.el (ruby-smie--forward-token)
2528 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
2529
2530 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
2531
2532 * textmodes/fill.el (fill-single-char-nobreak-p): New function
2533 checking whether point is after a 1-letter word.
2534
2535 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2536
2537 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
2538 Don't infloop when expanding region over `multiline' syntax-type that
2539 begins a line (bug#15778).
2540
2541 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2542
2543 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
2544 Make it into a proper minor mode.
2545 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
2546 (rectangle-mark-mode-map): New keymap.
2547 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
2548
2549 2013-11-04 Glenn Morris <rgm@gnu.org>
2550
2551 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
2552
2553 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
2556 (ruby-smie-rules): Use smie-rule-parent instead.
2557
2558 * emacs-lisp/smie.el (smie-rule-parent): Always call
2559 smie-indent-virtual rather than only for hanging tokens.
2560 (smie--next-indent-change): New helper command.
2561
2562 2013-11-03 Glenn Morris <rgm@gnu.org>
2563
2564 * Makefile.in (abs_srcdir): Remove.
2565 (emacs): Unset EMACSLOADPATH.
2566
2567 2013-11-02 Glenn Morris <rgm@gnu.org>
2568
2569 * Makefile.in (EMACS): Use a relative filename.
2570 (abs_top_builddir): Remove.
2571 (custom-deps, finder-data, autoloads): Use --chdir.
2572
2573 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
2574
2575 Use relative filenames in TAGS files.
2576 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2577 (lisptagsfiles4, TAGS): Use relative file names.
2578 (TAGS-LISP): Remove.
2579 (maintainer-clean): No more TAGS-LISP file.
2580
2581 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2582 (lisptagsfiles4): Use absolute filenames again.
2583 (TAGS, TAGS-LISP): Not everything needs to run in one line.
2584 Remove all *loaddefs files, not just the first. Remove esh-groups.
2585 (maintainer-clean): Delete TAGS, TAGS-LISP.
2586
2587 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
2588
2589 * emacs-lisp/package.el (package-version-join):
2590 Recognize snapshot versions.
2591
2592 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
2593
2594 * subr.el (version-regexp-alist): Add support for snapshot versions.
2595
2596 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
2597
2598 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
2599 New function, replacement for `smie-rule-parent' for when we want to
2600 skip over our direct parent if it's an assignment token..
2601 (ruby-smie-rules): Use it.
2602
2603 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
2604
2605 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
2606 unconditionally. Remove now unnecessary forward declarations.
2607 Remove XEmacs-specific setup.
2608 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
2609 (ruby-font-lock-syntactic-keywords)
2610 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
2611 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
2612 (ruby-here-doc-end-syntax): Remove.
2613 (ruby-mode): Don't check whether `syntax-propertize-rules' is
2614 defined as function.
2615
2616 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
2617
2618 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
2619
2620 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
2621
2622 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
2623 table and abbrev table, `define-derived-mode' does that for us
2624 anyway.
2625
2626 2013-11-01 Glenn Morris <rgm@gnu.org>
2627
2628 * Makefile.in: Remove manual mh-e dependencies (writing .elc
2629 files is atomic for some time, so no parallel compilation issues).
2630
2631 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
2632
2633 * faces.el (face-x-resources): Add :distant-foreground.
2634 (region): Use :distant-foreground for gtk and ns.
2635
2636 2013-11-01 Tassilo Horn <tsdh@gnu.org>
2637
2638 Allow multiple bibliographies when BibLaTeX is used rather than
2639 BibTeX.
2640 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
2641 (reftex-locate-bibliography-files): Us it.
2642
2643 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
2644
2645 * image.el (image-type-header-regexps): Fix the 'pbm' part to
2646 allow comments in pbm files.
2647
2648 * term/w32-win.el (dynamic-library-alist): Support newer versions
2649 of libjpeg starting with v7: look only for the DLL from the
2650 version against which Emacs was built.
2651 Support versions of libpng beyond 1.4.x.
2652 Support libtiff v4.x.
2653
2654 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
2655
2656 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
2657 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
2658 Add property :safe.
2659 (ruby-deep-arglist): Add property :type.
2660
2661 2013-10-31 Glenn Morris <rgm@gnu.org>
2662
2663 * Makefile.in (custom-deps, finder-data): No need to setq the target
2664 variables, we are in the right directory and the defaults work fine.
2665
2666 2013-10-30 Glenn Morris <rgm@gnu.org>
2667
2668 * Makefile.in (autoloads): Do not use abs_lisp.
2669
2670 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2671 `newline' does not respect `standard-output', so use `princ'.
2672
2673 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
2674
2675 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
2676 * buff-menu.el (Buffer-menu--unmark): New function.
2677 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
2678
2679 2013-10-30 Glenn Morris <rgm@gnu.org>
2680
2681 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
2682
2683 * emacs-lisp/package.el (lm-homepage): Declare.
2684
2685 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
2686 Fix doc typos.
2687
2688 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
2689
2690 * Makefile.in (finder-data, autoloads, update-subdirs)
2691 (compile-main, compile-clean, compile-always, bootstrap-clean):
2692 Check return value of cd.
2693 (compile-calc): Remove.
2694
2695 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2696
2697 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
2698
2699 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
2700 (byte-compile-and-folded): New function.
2701 (=, <, >, <=, >=): Use it.
2702
2703 * dos-w32.el (minibuffer-history-case-insensitive-variables)
2704 (path-separator, null-device, buffer-file-coding-system)
2705 (lpr-headers-switches): Check system-type before modifying them.
2706 (find-buffer-file-type-coding-system): Mark obsolete.
2707 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
2708 find-file-not-found-set-buffer-file-coding-system.
2709 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
2710 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
2711 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
2712 (w32-direct-print-region-helper, w32-direct-print-region-function)
2713 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
2714 * startup.el (normal-top-level-add-subdirs-to-load-path):
2715 * ps-print.el (ps-print-region-function):
2716 * lpr.el (print-region-function): Use new name.
2717
2718 * subr.el (custom-declare-variable-early): Remove function.
2719 (custom-declare-variable-list): Remove var.
2720 (error, user-error): Remove `while' loop.
2721 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
2722 (user-emacs-directory-warning, locate-user-emacs-file):
2723 Move to files.el.
2724 * simple.el (read-quoted-char-radix, read-quoted-char):
2725 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
2726 Move from subr.el.
2727 * custom.el (custom-declare-variable-list): Don't process
2728 custom-declare-variable-list.
2729
2730 * progmodes/python.el (python-shell-get-buffer): New function.
2731 (python-shell-get-process): Use it.
2732 (python-shell-send-string): Always use utf-8 and add a cookie to tell
2733 Python which encoding was used. Don't split-string since we only care
2734 about the first line. Return the temp-file, if applicable.
2735 (python-shell-send-region): Tell compile.el how to turn locations in
2736 the temp-file into locations in the source buffer.
2737
2738 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2739
2740 * subr.el (undefined): Add missing behavior from the C code for
2741 unbound keys.
2742
2743 * rect.el: Use lexical-binding. Add new rectangular region support.
2744 (rectangle-mark): New command.
2745 (rectangle--region): New var.
2746 (deactivate-mark-hook): Reset rectangle--region.
2747 (rectangle--extract-region, rectangle--insert-for-yank)
2748 (rectangle--highlight-for-redisplay)
2749 (rectangle--unhighlight-for-redisplay): New functions.
2750 (region-extract-function, redisplay-unhighlight-region-function)
2751 (redisplay-highlight-region-function): Use them to handle
2752 rectangular region.
2753 * simple.el (region-extract-function): New var.
2754 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
2755 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
2756 (kill-region): Replace obsolete `yank-handler' arg with `region'.
2757 (copy-region-as-kill, kill-ring-save): Add `region' argument.
2758 (redisplay-unhighlight-region-function)
2759 (redisplay-highlight-region-function): New vars.
2760 (redisplay--update-region-highlight): New function.
2761 (pre-redisplay-function): Use it.
2762 (exchange-point-and-mark): Don't deactivate the mark before
2763 reactivate-it anyway.
2764 * comint.el (comint-kill-region): Remove yank-handler argument.
2765 * delsel.el (delete-backward-char, backward-delete-char-untabify)
2766 (delete-char): Remove property, since it's now part of their
2767 default behavior.
2768 (self-insert-iso): Remove property since this command doesn't exist.
2769
2770 * emacs-lisp/package.el (package--download-one-archive)
2771 (describe-package-1): Don't query the user about final newline.
2772
2773 2013-10-29 Daniel Colascione <dancol@dancol.org>
2774
2775 * net/tramp.el (tramp-methods): Document new functionality.
2776 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
2777 tramp-hostname-checker if method provides one instead of scanning
2778 argument list for "%h" to decide hostname acceptability.
2779
2780 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
2781
2782 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
2783 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2784 Handle COPY-CONTENTS. (Bug#15737)
2785
2786 2013-10-28 Daiki Ueno <ueno@gnu.org>
2787
2788 * epa-file.el
2789 (epa-file-cache-passphrase-for-symmetric-encryption):
2790 Document that this option has no effect with GnuPG 2.0 (bug#15552).
2791
2792 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
2793
2794 * image.el (defimage):
2795 (image-load-path): Doc fixes.
2796
2797 2013-10-27 Alan Mackenzie <acm@muc.de>
2798
2799 Indent statements in macros following "##" correctly.
2800 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2801 Modify the "#" arm of a cond form to handle "#" and "##" operators.
2802
2803 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2804
2805 * linum.el (linum-update-window): Fix boundary test (bug#13446).
2806
2807 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
2808
2809 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
2810 after `=' is probably a new expression.
2811
2812 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2813
2814 * man.el (man-imenu-title): New option.
2815 (Man-mode-map): Add menu. (Bug#15722)
2816 (Man-mode): Add imenu to menu.
2817
2818 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
2819
2820 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
2821 specific in what the first arg can be: a non-keyword word,
2822 string/regexp/percent literal opener, opening paren, or unary
2823 operator followed directly by word.
2824
2825 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2826
2827 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
2828 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
2829 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
2830 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
2831 Remove vars, they do not apply any more.
2832 (prolog-mode-abbrev-table): Remove redundant declaration.
2833 (prolog-upper-case-string, prolog-lower-case-string): Remove.
2834 (prolog-use-smie): Remove.
2835 (prolog-smie-rules): Add indentation rule for the if-then-else layout
2836 supported by prolog-electric-if-then-else-flag.
2837 (prolog-mode-variables, prolog-menu): Use setq-local.
2838 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
2839 Remove binding to `Backspace' since this key doesn't exist anyway.
2840 Remove bindings for electric self-inserting keys.
2841 (prog-mode): Assume it's defined.
2842 (prolog-post-self-insert): New function.
2843 (prolog-mode): Use it.
2844 (prolog-indent-line, prolog-indent-level)
2845 (prolog-find-indent-of-matching-paren)
2846 (prolog-indentation-level-of-line, prolog-goto-comment-column)
2847 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
2848 (prolog-goto-next-paren, prolog-in-string-or-comment)
2849 (prolog-tokenize, prolog-inside-mline-comment)
2850 (prolog-find-start-of-mline-comment): Remove functions.
2851 (prolog-find-unmatched-paren, prolog-clause-end)
2852 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
2853 (prolog-electric--if-then-else): Rename from
2854 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
2855 (prolog-tokenize-searchkey): Remove const.
2856 (prolog-clause-info): Use forward-sexp.
2857 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
2858 (prolog-electric-if-then-else): Remove commands.
2859 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
2860 for use in post-self-insert-hook.
2861 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
2862 for use in post-self-insert-hook.
2863 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
2864 for use in post-self-insert-hook.
2865 (prolog-electric--underscore): Rename from prolog-electric--underscore;
2866 adapt it for use in post-self-insert-hook.
2867
2868 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
2869
2870 * emacs-lisp/ert.el (ert-run-tests-interactively):
2871 Use `completing-read'. (Bug#9756)
2872
2873 2013-10-25 Eli Zaretskii <eliz@gnu.org>
2874
2875 * simple.el (line-move): Call line-move-1 instead of
2876 line-move-visual when the current window hscroll is zero, but
2877 temporary-goal-column indicates we will need to hscroll as result
2878 of the movement. (Bug#15712)
2879
2880 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
2881
2882 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
2883 capitalization. Use :visible instead of :active.
2884 Fix `ruby-indent-exp' reference. Add menu items for the generic
2885 commands that are used with SMIE.
2886 (ruby-do-end-to-brace): Insert space after `{'.
2887
2888 2013-10-25 John Anthony <john@jo.hnanthony.com>
2889
2890 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
2891
2892 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
2893
2894 2013-10-25 Glenn Morris <rgm@gnu.org>
2895
2896 * vc/vc.el (vc-print-log): Don't use a working revision unless
2897 one was explicitly specified. (Bug#15322)
2898
2899 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * subr.el (add-to-list): Preserve return value in compiler-macro
2902 (bug#15692).
2903
2904 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2905
2906 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
2907 result. Ask user to retry using '-all' flag. (Bug#15701)
2908
2909 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2910
2911 * emacs-lisp/smie.el: New smie-config system.
2912 (smie-config): New defcustom.
2913 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
2914 (smie-config-guess, smie-config-save): New commands.
2915 (smie-config--mode-local, smie-config--buffer-local)
2916 (smie-config--trace, smie-config--modefuns): New vars.
2917 (smie-config--advice, smie-config--mode-hook)
2918 (smie-config--setter, smie-config-local, smie-config--get-trace)
2919 (smie-config--guess-value, smie-config--guess): New functions.
2920 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
2921 text properties. Treat "string fence" syntax like string syntax.
2922
2923 * progmodes/sh-script.el (sh-use-smie): Change default.
2924 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
2925 (sh-var-value): Simplify by CSE.
2926 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
2927 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
2928 is used.
2929 (sh-guess-basic-offset): Use cl-incf.
2930 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
2931
2932 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
2933
2934 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
2935 (bug#15699).
2936
2937 2013-10-24 Glenn Morris <rgm@gnu.org>
2938
2939 * Makefile.in (abs_top_srcdir): Remove.
2940 (update-subdirs): Use relative path to update-subdirs.
2941
2942 2013-10-24 Eli Zaretskii <eliz@gnu.org>
2943
2944 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
2945 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2946 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2947 Call unmsys--file-name before expand-file-name, not after it.
2948
2949 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
2950
2951 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
2952 (ert-test-skipped): New error.
2953 (ert-skip, ert-stats-skipped): New defuns.
2954 (ert--skip-unless): New macro.
2955 (ert-test-skipped): New struct.
2956 (ert--run-test-debugger, ert-test-result-type-p)
2957 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
2958 (ert--stats-set-test-and-result, ert-char-for-test-result)
2959 (ert-string-for-test-result, ert-run-tests-batch)
2960 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
2961 Handle skipped tests. (Bug#9803)
2962
2963 2013-10-24 Glenn Morris <rgm@gnu.org>
2964
2965 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
2966
2967 * Makefile.in (abs_top_srcdir): New, set by configure.
2968 (update-subdirs): Correct build-aux location.
2969
2970 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
2971
2972 * vc/vc.el (vc-print-root-log): Always set `default-directory'
2973 value, whether we could auto-deduce `backend', or not.
2974
2975 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
2976 with parameters" example. Simplify the "is it block or is it
2977 hash" check, but also make it more thorough.
2978
2979 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
2980
2981 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
2982
2983 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
2986 { if it is hanging.
2987
2988 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
2989 :before ";".
2990
2991 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
2992
2993 * progmodes/compile.el (compilation-directory-matcher)
2994 (compilation-page-delimiter):
2995 Support GNU Make-4.0 directory quoting. (Bug#15678)
2996
2997 2013-10-23 Leo Liu <sdl.web@gmail.com>
2998
2999 * ido.el (ido-tidy): Handle read-only text.
3000
3001 2013-10-23 Glenn Morris <rgm@gnu.org>
3002
3003 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
3004 (emacs, compile, compile-always):
3005 Quote entities that might contain whitespace.
3006 (custom-deps, finder-data, autoloads): Use abs_lisp.
3007 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
3008 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
3009 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
3010
3011 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
3012
3013 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
3014 Use `following-char'.
3015
3016 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3017
3018 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
3019 * progmodes/ruby-mode.el (ruby-smie-rules):
3020 Remove corresponding workaround. Fix indentation rule of ";" so it
3021 also applies when ";" is the parent.
3022
3023 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
3024
3025 * frame.el (display-screens, display-pixel-height)
3026 (display-pixel-width, display-mm-width, display-backing-store)
3027 (display-save-under, display-planes, display-color-cells)
3028 (display-visual-class, display-monitor-attributes-list):
3029 Mention the optional ‘display’ argument in doc strings.
3030
3031 2013-10-22 Michael Gauland <mikelygee@amuri.net>
3032
3033 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
3034 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
3035
3036 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
3037
3038 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
3039 TODO. Add "." after " @ ".
3040 (ruby-smie--at-dot-call): New function. Checks if point at method
3041 call with explicit target.
3042 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
3043 to the method name tokens when it precedes them.
3044 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
3045 (ruby-smie-rules): Add rule for indentation before and after "."
3046 token.
3047
3048 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3049
3050 * textmodes/remember.el (remember-diary-extract-entries):
3051 Avoid add-to-list.
3052
3053 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
3054 an instruction.
3055
3056 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
3057
3058 * progmodes/ruby-mode.el (ruby-smie-grammar):
3059 Add (almost) all infix operators.
3060 (ruby-smie--implicit-semi-p): Add new operator chars.
3061
3062 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3063 `smie-down-list'.
3064 (ruby-smie--args-separator-p): Check that there's no newline
3065 between method call and its arguments.
3066
3067 2013-10-20 Alan Mackenzie <acm@muc.de>
3068
3069 Allow comma separated lists after Java "implements".
3070
3071 * progmodes/cc-engine.el (c-backward-over-enum-header):
3072 Parse commas.
3073 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
3074 from a "disallowed" list in enum fontification.
3075
3076 2013-10-20 Johan Bockgård <bojohan@gnu.org>
3077
3078 * startup.el (default-frame-background-mode): Remove unused defvar.
3079
3080 * progmodes/verilog-mode.el (verilog-mode): Don't set
3081 comment-indent-function globally.
3082
3083 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
3084
3085 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
3086 Move Info menu item creation to ns-win.el.
3087
3088 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
3089 in menu bar.
3090
3091 * menu-bar.el: Move GNUStep specific menus...
3092
3093 * term/ns-win.el (ns-initialize-window-system): ... to here.
3094
3095 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3096
3097 * simple.el (newline): Only run post-self-insert-hook when
3098 called interactively.
3099
3100 2013-10-19 Johan Bockgård <bojohan@gnu.org>
3101
3102 * icomplete.el (icomplete-with-completion-tables): Add :version.
3103
3104 2013-10-19 Alan Mackenzie <acm@muc.de>
3105
3106 Fix fontification bugs with constructors and const.
3107
3108 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
3109 CASE 2) Remove the check for the absence of a suffix construct
3110 after a function declaration with only types (no identifiers) in
3111 the parentheses. Also, accept a function declaration with just a
3112 type inside the parentheses, if this type can be positively
3113 recognised as such, or if a prefix keyword like "explicit" nails
3114 down the construct as a declaration.
3115
3116 2013-10-19 Eli Zaretskii <eliz@gnu.org>
3117
3118 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
3119 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
3120 the problem whereby selecting a menu item that leads to a
3121 minibuffer prompt moves the cursor out of the minibuffer window,
3122 making it hard to type at the prompt. Suggested by Stefan Monnier
3123 <monnier@iro.umontreal.ca>.
3124
3125 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
3126
3127 * menu-bar.el: Don't make Services menu.
3128
3129 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3130
3131 * ffap.el: Handle "/usr/include/c++/<version>" directories.
3132 (ffap-alist): Use ffap-c++-mode for c++-mode.
3133 (ffap-c++-path): New variable.
3134 (ffap-c++-mode): New function.
3135
3136 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
3137
3138 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
3139
3140 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
3141
3142 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
3143 introduced on 2013-09-08, which results in an infinite loop
3144 requesting a password.
3145
3146 2013-10-18 Glenn Morris <rgm@gnu.org>
3147
3148 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
3149
3150 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
3151
3152 Sync with upstream verilog-mode revision 1a6ecec7.
3153 * progmodes/verilog-mode.el (verilog-mode-version): Update.
3154 (verilog-mode-release-date): Remove.
3155 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
3156 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
3157 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
3158 (verilog-auto-tieoff-ignore-regexp)
3159 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
3160 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
3161 (verilog-signals-with, verilog-dir-cache-preserving)
3162 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
3163 Doc fixes.
3164 (verilog-case-fold): New option, to control case folding in
3165 regexp searches, bug597.
3166 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
3167 (verilog-string-match-fold, verilog-in-paren-count)
3168 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
3169 (verilog-at-close-struct-p): New functions.
3170 (verilog-beg-block-re-ordered, verilog-extended-case-re)
3171 (verilog-forward-sexp, verilog-set-auto-endcomments):
3172 (verilog-leap-to-case-head): Handle "unique0" case.
3173 (verilog-in-constraint-re): New constant.
3174 (verilog-keywords, verilog-type-font-keywords):
3175 Add some SystemVerilog 1800-2012 keywords.
3176 (verilog-label-be): Remove unimplemented argument, bug669.
3177 (verilog-batch-execute-func): When batch expanding clear
3178 create-lockfiles to prevent spurious user locks when a file ends
3179 up not changing.
3180 (verilog-calculate-indent, verilog-calc-1)
3181 (verilog-at-close-constraint-p, verilog-at-constraint-p)
3182 (verilog-do-indent): Fix indentation of nested constraints
3183 and structures.
3184 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
3185 (verilog-auto-inst-param): Use verilog-string-match-fold.
3186 (verilog-read-inst-module-matcher):
3187 Fix AUTOINST on gate primitives with #1.
3188 (verilog-read-decls): Fix double-declaring user-defined typed signals.
3189 Reads all user-defined typed variables.
3190 (verilog-read-defines): Fix reading definitions inside comments, bug647.
3191 (verilog-signals-matching-regexp)
3192 (verilog-signals-not-matching-regexp, verilog-auto):
3193 Respect verilog-case-fold.
3194 (verilog-diff-report): Fix line count.
3195 (verilog-auto-assign-modport): Remove unused local `modi'.
3196 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
3197 better handle multidimensional arrays.
3198 Fix packed array ports misadding bit index in AUTOINST, bug637.
3199 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
3200 to not double-declare existing outputs and inputs, respectively.
3201 (verilog-template-map): Bind U to verilog-sk-uvm-component.
3202 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
3203 (verilog-sk-uvm-component): New skeleton.
3204 (verilog-submit-bug-report): Add verilog-case-fold,
3205 remove verilog-mode-release-date.
3206
3207 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
3208
3209 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
3210 as before.
3211
3212 2013-10-18 Reuben Thomas <rrt@sc3d.org>
3213
3214 * textmodes/remember.el (remember): Set buffer-offer-save in
3215 remember buffers (bug#13566).
3216
3217 2013-10-18 Daniel Colascione <dancol@dancol.org>
3218
3219 When evaluating forms in ielm, direct standard output to ielm
3220 buffer. Add new ielm-return-for-effect command. Remove trailing
3221 whitespace throughout.
3222
3223 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
3224 (ielm-return-for-effect): New command.
3225 (ielm-send-input): Accept optional `for-effect' parameter.
3226 (ielm-eval-input): Accept optional `for-effect' parameter.
3227 Bind `standard-output' to stream we create using
3228 `ielm-standard-output-impl'. Suppress printing result when
3229 `for-effect'.
3230 (ielm-standard-output-impl): New function.
3231 (inferior-emacs-lisp-mode): Explain new features in documentation.
3232
3233 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
3234
3235 Code cleanup.
3236
3237 * net/tramp.el (tramp-debug-message): Do not check for connection
3238 buffer.
3239 (tramp-message): Use "vector" connection property.
3240
3241 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
3242 (tramp-equal-remote, tramp-eshell-directory-change)
3243 * net/tramp-adb.el (tramp-adb-handle-copy-file)
3244 (tramp-adb-handle-rename-file)
3245 * net/tramp-cmds.el (tramp-list-remote-buffers)
3246 (tramp-cleanup-connection, tramp-cleanup-this-connection)
3247 * net/tramp-compat.el (tramp-compat-process-running-p)
3248 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
3249 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
3250 (tramp-gvfs-handle-rename-file)
3251 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
3252 (tramp-set-file-uid-gid)
3253 * net/tramp-smb.el (tramp-smb-handle-copy-file)
3254 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
3255 of `file-remote-p'.
3256
3257 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
3258 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3259 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
3260 (tramp-gw-open-network-stream): Suppress unrelated traces.
3261
3262 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
3263 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3264 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3265 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
3266 connection property.
3267
3268 * net/tramp-cache.el (top): Suppress traces when reading
3269 persistency file.
3270
3271 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
3272 Refactor common code. Improve debug message.
3273 (tramp-maybe-open-connection)
3274 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
3275 connection buffer too early.
3276
3277 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
3278 from `tramp-smb-actions-with-acl'.
3279 (tramp-smb-actions-set-acl): New defconst.
3280 (tramp-smb-handle-copy-directory)
3281 (tramp-smb-action-get-acl): New defun, renamed from
3282 `tramp-smb-action-with-acl'.
3283 (tramp-smb-action-set-acl): New defun.
3284 (tramp-smb-handle-set-file-acl): Rewrite.
3285
3286 2013-10-17 Glenn Morris <rgm@gnu.org>
3287
3288 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
3289
3290 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * skeleton.el (skeleton-newline): Remove.
3293 (skeleton-internal-1): Use (insert "\n") instead.
3294
3295 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
3296 let-bindings.
3297
3298 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
3299 forward-sexp-function while we redo its job (bug#15613).
3300
3301 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
3302
3303 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
3304 represented by lists.
3305
3306 2013-10-16 Glenn Morris <rgm@gnu.org>
3307
3308 * tmm.el (tmm--history): New dynamic variable.
3309 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
3310
3311 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
3312
3313 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
3314 (tramp-smb-errors): Add error messages.
3315 (tramp-smb-actions-with-acl): New defconst.
3316 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
3317 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
3318 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
3319 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
3320 (tramp-smb-get-stat-capability): Fix tests.
3321
3322 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
3323
3324 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
3325 (bug#15580).
3326
3327 2013-10-16 Glenn Morris <rgm@gnu.org>
3328
3329 * ansi-color.el (ansi-color-drop-regexp):
3330 Add 1J, 1K, 2K. (Bug#15617)
3331
3332 * files.el (hack-local-variables--warned-lexical): New.
3333 (hack-local-variables):
3334 Warn about misplaced lexical-binding. (Bug#15616)
3335
3336 * net/eww.el (eww-render): Always set eww-current-url,
3337 and update header line. (Bug#15622)
3338 (eww-display-html): ... Rather than just doing it here.
3339
3340 2013-10-15 Eli Zaretskii <eliz@gnu.org>
3341
3342 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
3343 menu navigations commands.
3344
3345 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
3346
3347 * progmodes/subword.el (subword-capitalize): Be careful when
3348 the search for [[:alpha:]] fails (bug#15580).
3349
3350 2013-10-14 Eli Zaretskii <eliz@gnu.org>
3351
3352 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
3353 to commands that scroll the menu.
3354
3355 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
3356
3357 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
3358 Handle methods ending with `?' and `!'.
3359
3360 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
3361
3362 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
3363 `japanese-cp932' to `cp932' to fix the problem where saving a
3364 source file written in Shift_JIS twice would end up having
3365 `coding: japanese-cp932' which Ruby could not recognize.
3366 (ruby-mode-set-encoding): Add support for encodings mapped to nil
3367 in `ruby-encoding-map'.
3368 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
3369 doesn't need to be explicitly declared in magic comment.
3370 (ruby-encoding-map): Add type declaration for better customize UI.
3371
3372 2013-10-13 Glenn Morris <rgm@gnu.org>
3373
3374 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
3375 Occur buffers are read-only. http://bugs.debian.org/720775
3376
3377 * emacs-lisp/authors.el (authors-fixed-entries):
3378 Comment out old alpha stuff.
3379
3380 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
3381
3382 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
3383 to `after-save-hook' instead of `before-save-hook'.
3384 (ruby-mode-set-encoding): Use the value of coding system used to
3385 write the file. Call `basic-save-buffer-1' after modifying the
3386 buffer.
3387
3388 2013-10-13 Alan Mackenzie <acm@muc.de>
3389
3390 Fix indentation/fontification of Java enum with
3391 "implements"/generic.
3392
3393 * progmodes/cc-engine.el (c-backward-over-enum-header):
3394 Extracted from the three other places and enhanced to handle generics.
3395 (c-inside-bracelist-p): Uses new function above.
3396 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
3397 function above.
3398 (c-font-lock-enum-tail): Uses new function above.
3399
3400 2013-10-13 Kenichi Handa <handa@gnu.org>
3401
3402 * international/mule-cmds.el (select-safe-coding-system): Remove a
3403 superfluous condition in chekcing whether a coding system is safe
3404 or not.
3405
3406 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
3407
3408 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
3409
3410 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
3411
3412 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
3413
3414 2013-10-13 Glenn Morris <rgm@gnu.org>
3415
3416 * menu-bar.el (menu-bar-update-buffers):
3417 Unify Buffers menu prompt string. (Bug#15576)
3418
3419 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
3420
3421 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
3422 Add some entries.
3423 (authors-fixed-entries): Use accented form of name.
3424
3425 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3426
3427 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
3428 method calls (bug#15594).
3429 (ruby-smie--args-separator-p): New function.
3430 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
3431 recognize paren-free method calls.
3432
3433 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
3434 internals of universal-argument.
3435
3436 2013-10-11 Eli Zaretskii <eliz@gnu.org>
3437
3438 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
3439 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
3440 dropped menu on second mouse click on the menu bar.
3441
3442 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
3445 (explicit-shell-file-name): Declare.
3446 (sh--vars-before-point, sh--cmd-completion-table): New functions.
3447 (sh-completion-at-point-function): New function.
3448 (sh-mode): Use it.
3449 (sh-smie--keyword-p): Remove unused argument.
3450 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
3451 vars.
3452 (sh-set-shell): Always setup SMIE, even if we use the
3453 old indentation code.
3454
3455 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
3456
3457 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
3458 cases of ? and =.
3459 (ruby-smie-rules): Simplify the "do" rule. The cases when the
3460 predicate would return nil are almost non-existent.
3461 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
3462
3463 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
3464 cache also after commands that modify the buffer but don't move
3465 point.
3466
3467 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * env.el (substitute-env-in-file-name): New function.
3470 (substitute-env-vars): Extend the meaning of the optional arg.
3471
3472 2013-10-10 Eli Zaretskii <eliz@gnu.org>
3473
3474 * term/w32-win.el (dynamic-library-alist): Define separate lists
3475 of GIF DLLs for versions before and after 5.0.0 of giflib.
3476 (Bug#15531)
3477
3478 2013-10-10 João Távora <joaotavora@gmail.com>
3479
3480 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
3481 not locked, use last revision and current source as
3482 defaults. (Bug#15569)
3483
3484 2013-10-10 Masatake YAMATO <yamato@redhat.com>
3485
3486 * menu-bar.el (menu-bar-open): Don't use popup-menu if
3487 menu-bar is hidden.
3488
3489 2013-10-10 Martin Rudalics <rudalics@gmx.at>
3490
3491 * window.el (pop-to-buffer-same-window): Fix doc-string.
3492 (Bug#15492)
3493
3494 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3495
3496 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
3497
3498 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
3499
3500 * calendar/icalendar.el (icalendar-import-file):
3501 Fix interactive spec. (Bug#15482)
3502
3503 2013-10-10 Glenn Morris <rgm@gnu.org>
3504
3505 * desktop.el (desktop-save): Default to saving in .emacs.d,
3506 since PWD is no longer in desktop-path by default. (Bug#15319)
3507
3508 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
3509 now that text mode has a menu with the same entry.
3510 (menu-bar-text-mode-auto-fill): Remove now unused func.
3511 * textmodes/text-mode.el (text-mode-map):
3512 Use auto-fill help text from menu-bar.el.
3513
3514 2013-10-10 John Anthony <john@jo.hnanthony.com>
3515
3516 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
3517
3518 2013-10-09 Juri Linkov <juri@jurta.org>
3519
3520 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
3521 instead of this-command-keys. Add universal-argument-more and
3522 universal-argument-minus to the list of prefix commands. (Bug#15568)
3523
3524 2013-10-09 Glenn Morris <rgm@gnu.org>
3525
3526 * vc/vc-svn.el (vc-svn-create-repo):
3527 Expand paths in file://... url. (Bug#15446)
3528
3529 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
3530 Add some entries.
3531 (authors): Remove unused local variables.
3532
3533 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * profiler.el: Create a more coherent calltree from partial backtraces.
3536 (profiler-format): Hide the tail with `invisible' so that C-s can still
3537 find the hidden elements.
3538 (profiler-calltree-depth): Don't recurse so enthusiastically.
3539 (profiler-function-equal): New hash-table-test.
3540 (profiler-calltree-build-unified): New function.
3541 (profiler-calltree-build): Use it.
3542 (profiler-report-make-name-part): Indent the calltree less.
3543 (profiler-report-mode): Add visibility specs for profiler-format.
3544 (profiler-report-expand-entry, profiler-report-toggle-entry):
3545 Expand the whole subtree when provided with a prefix arg.
3546
3547 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
3548
3549 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
3550 iuwu-mod token.
3551 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
3552 hanging iuwu-mod token.
3553 (ruby-smie--forward-token): Do not include a dot after a token in
3554 that token.
3555 (ruby-smie--backward-token): Likewise.
3556
3557 2013-10-08 Juri Linkov <juri@jurta.org>
3558
3559 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
3560 to isearch-other-control-char.
3561 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
3562 and isearch-post-command-hook to post-command-hook.
3563 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
3564 and isearch-post-command-hook from post-command-hook.
3565 (isearch-unread-key-sequence)
3566 (isearch-reread-key-sequence-naturally)
3567 (isearch-lookup-scroll-key, isearch-other-control-char)
3568 (isearch-other-meta-char): Remove functions.
3569 (isearch-pre-command-hook, isearch-post-command-hook):
3570 New functions based on isearch-other-meta-char rewritten
3571 relying on the new behavior of overriding-terminal-local-map
3572 that does not replace the local keymaps any more. (Bug#15200)
3573
3574 2013-10-08 Eli Zaretskii <eliz@gnu.org>
3575
3576 Support menus on text-mode terminals.
3577 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
3578 functionality.
3579
3580 * tooltip.el (tooltip-mode): Don't error out on TTYs.
3581
3582 * menu-bar.el (popup-menu, popup-menu-normalize-position):
3583 Move here from mouse.el.
3584 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
3585 and arrow keys.
3586 (tty-menu-navigation-map): New map for TTY menu navigation.
3587
3588 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
3589
3590 * frame.el (display-mouse-p): Report text-mode mouse as available
3591 on w32.
3592 (display-popup-menus-p): Report availability if mouse is
3593 available; don't condition on window-system.
3594
3595 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
3596 (tty-menu-selected-face): New faces.
3597
3598 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
3601 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
3602 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
3603 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
3604 New constants.
3605 (lisp-mode-variables): New `elisp' argument.
3606 (emacs-lisp-mode): Use it.
3607 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
3608 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
3609
3610 * indent.el: Use lexical-binding.
3611 (indent-region): Add progress reporter.
3612 (tab-stop-list): Make it implicitly extend to infinity by repeating the
3613 last step.
3614 (indent--next-tab-stop): New function to implement this behavior.
3615 (tab-to-tab-stop, move-to-tab-stop): Use it.
3616
3617 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
3618
3619 * indent.el (indent-rigidly--current-indentation): New function.
3620 (indent-rigidly-map): New var.
3621 (indent-rigidly): Use it to provide interactive mode (bug#8196).
3622
3623 2013-10-08 Bastien Guerry <bzg@gnu.org>
3624
3625 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
3626
3627 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3628
3629 * progmodes/perl-mode.el: Use lexical-binding.
3630 Remove redundant :group args.
3631 (perl-nochange): Change default to be closer to other major modes's
3632 standard behavior.
3633 (perl-indent-line): Don't consider text on current line as a
3634 valid beginning of function from which to indent.
3635
3636 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
3637 with more than one argument (bug#15538).
3638
3639 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
3640
3641 * vc/pcvs.el: Use lexical-binding.
3642 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
3643 environment of `eval'.
3644 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
3645 than a list of expressions. Adjust callers.
3646 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
3647
3648 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
3649
3650 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
3651 case of the dot in a chained method call being on the following line.
3652
3653 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3654
3655 * electric.el (electric-indent-inhibit): New var.
3656 (electric-indent-post-self-insert-function): Use it.
3657 * progmodes/python.el (python-mode): Set it.
3658
3659 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
3660 open braces.
3661
3662 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
3663
3664 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
3665 (css-mode): Use electric-indent-chars.
3666
3667 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
3668 (font-lock-beg, font-lock-end): Move before first use.
3669 (nxml-mode): Use syntax-propertize-function.
3670 (nxml-after-change, nxml-after-change1): Adjust accordingly.
3671 (nxml-extend-after-change-region): Remove.
3672 * nxml/xmltok.el: Use lexical-binding.
3673 (xmltok-save): Use `declare'.
3674 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
3675 * nxml/nxml-util.el: Use lexical-binding.
3676 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
3677 Use `declare'.
3678 * nxml/nxml-ns.el: Use lexical-binding.
3679 (nxml-ns-save): Use `declare'.
3680 (nxml-ns-prefixes-for): Avoid add-to-list.
3681 * nxml/rng-match.el: Use lexical-binding.
3682 (rng--ipattern): Use cl-defstruct.
3683 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
3684 (rng-cons-group-after, rng-subst-group-after)
3685 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
3686 Use closures instead of `(lambda...).
3687
3688 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
3689
3690 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
3691 of BEG and END.
3692
3693 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3694 Use `tramp-handle-insert-file-contents'.
3695 (tramp-gvfs-handle-insert-file-contents): Remove function.
3696
3697 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3698 Use `save-restriction' in order to keep markers.
3699
3700 * net/trampver.el: Update release number.
3701
3702 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3703
3704 * progmodes/compile.el (compilation-parse-errors):
3705 Use compilation--put-prop.
3706 (compilation--ensure-parse): Check compilation-multiline.
3707
3708 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
3709
3710 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
3711 lexical-binding.
3712
3713 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
3714
3715 * progmodes/ruby-mode.el: Fix recently added tests.
3716 (ruby-smie-grammar): Add - and +.
3717 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
3718 (ruby-smie--backward-id): New functions.
3719 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
3720 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
3721 any more.
3722
3723 2013-10-07 Leo Liu <sdl.web@gmail.com>
3724
3725 * register.el (register-preview-delay)
3726 (register-preview-functions): New variables.
3727 (register-read-with-preview, register-preview)
3728 (register-describe-oneline): New functions.
3729 (point-to-register, window-configuration-to-register)
3730 (frame-configuration-to-register, jump-to-register)
3731 (number-to-register, view-register, insert-register)
3732 (copy-to-register, append-to-register, prepend-to-register)
3733 (copy-rectangle-to-register): Use register-read-with-preview to
3734 read register. (Bug#15525)
3735
3736 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
3737
3738 * net/network-stream.el (network-stream-open-starttls): Don't add
3739 --insecure if it's already present, because that gnutls-cli
3740 rejects getting that parameter twice.
3741
3742 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
3743
3744 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
3745 keyword, too.
3746
3747 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
3748
3749 * newcomment.el (comment-use-global-state): Change default value
3750 to t, mark obsolete (Bug#15251).
3751 (comment-beginning): In addition to `comment-to-syntax', check the
3752 value of `comment-use-global-state'.
3753
3754 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
3757 (ruby-comment-column): Follow the global default, by default.
3758 (ruby-smie-grammar): Add assignment syntax.
3759 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
3760 open-paren, a comma, or a \.
3761 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
3762 and line continuations.
3763 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
3764 followed by implicit semi-colons. Add rule for string concatenation
3765 and for indentation at BOB.
3766 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
3767
3768 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
3769 calling next-sexp, since next-token may have skipped chars which
3770 next-sexp doesn't know should be skipped!
3771
3772 2013-10-05 Leo Liu <sdl.web@gmail.com>
3773
3774 * progmodes/octave.el (octave-send-region):
3775 Call compilation-forget-errors.
3776
3777 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
3778
3779 * vc/vc-svn.el (vc-svn-find-admin-dir):
3780 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
3781 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
3782 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
3783 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
3784
3785 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3786
3787 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
3788
3789 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3790
3791 * subr.el (read-passwd): Hide chars even when called within a context
3792 where after-change-functions is disabled (bug#15501).
3793 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
3794 until we removed ourself from overriding-terminal-local-map.
3795
3796 2013-10-04 Leo Liu <sdl.web@gmail.com>
3797
3798 * progmodes/octave.el (inferior-octave-mode):
3799 Call compilation-forget-errors.
3800
3801 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
3802
3803 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
3804
3805 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
3806
3807 * net/secrets.el (secrets-create-collection): Add optional
3808 argument ALIAS. Use proper Label keyword. Append ALIAS as
3809 dbus-call-method argument. (Bug#15516)
3810
3811 2013-10-04 Leo Liu <sdl.web@gmail.com>
3812
3813 * progmodes/octave.el (inferior-octave-error-regexp-alist)
3814 (inferior-octave-compilation-font-lock-keywords): New variables.
3815 (compilation-error-regexp-alist)
3816 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
3817 (inferior-octave-mode): Use compilation-shell-minor-mode.
3818
3819 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
3820
3821 * minibuffer.el (completion--replace): Be careful that `end' might be
3822 a marker.
3823
3824 2013-10-03 Daiki Ueno <ueno@gnu.org>
3825
3826 Add support for package signature checking.
3827 * emacs-lisp/package.el (url-http-file-exists-p)
3828 (epg-make-context, epg-context-set-home-directory)
3829 (epg-verify-string, epg-context-result-for)
3830 (epg-signature-status, epg-signature-to-string)
3831 (epg-check-configuration, epg-configuration)
3832 (epg-import-keys-from-file): Declare.
3833 (package-check-signature): New user option.
3834 (package-unsigned-archives): New user option.
3835 (package-desc): Add `signed' field.
3836 (package-load-descriptor): Set `signed' field if .signed file exists.
3837 (package--archive-file-exists-p): New function.
3838 (package--check-signature): New function.
3839 (package-install-from-archive): Check package signature.
3840 (package--download-one-archive): Check archive signature.
3841 (package-delete): Remove .signed file.
3842 (package-import-keyring): New command.
3843 (package-refresh-contents): Import default keyring.
3844 (package-desc-status): Add "unsigned" status.
3845 (describe-package-1, package-menu--print-info)
3846 (package-menu-mark-delete, package-menu--find-upgrades)
3847 (package-menu--status-predicate): Support "unsigned" status.
3848
3849 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3850
3851 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
3852 the new compilation scheme using the new byte-codes.
3853
3854 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
3855 (byte-pophandler): New byte codes.
3856 (byte-goto-ops): Adjust accordingly.
3857 (byte-compile--use-old-handlers): New var.
3858 (byte-compile-catch): Use new byte codes depending on
3859 byte-compile--use-old-handlers.
3860 (byte-compile-condition-case--old): Rename from
3861 byte-compile-condition-case.
3862 (byte-compile-condition-case--new): New function.
3863 (byte-compile-condition-case): New function that dispatches depending
3864 on byte-compile--use-old-handlers.
3865 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
3866 when we can.
3867
3868 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3869 Optimize under `condition-case' and `catch' if
3870 byte-compile--use-old-handlers is nil.
3871 (disassemble-offset): Handle new bytecodes.
3872
3873 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3874
3875 * subr.el (error): Use `declare'.
3876 (decode-char, encode-char): Use advertised-calling-convention instead
3877 of the docstring to discourage use of the `restriction' arg.
3878
3879 2013-10-03 Daiki Ueno <ueno@gnu.org>
3880
3881 * epg.el (epg-verify-file): Add a comment saying that it does not
3882 notify verification error as a return value nor a signal.
3883 (epg-verify-string): Ditto.
3884
3885 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
3886
3887 * progmodes/compile.el (compilation-start): Try globbing the arg to
3888 `cd' (bug#15417).
3889
3890 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
3891
3892 Sync with Tramp 2.2.8.
3893
3894 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3895 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
3896 * net/trampver.el: Update release number.
3897
3898 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
3899
3900 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
3901 and default-process-coding-system for darwin only.
3902
3903 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3904
3905 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
3906
3907 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
3908
3909 * vc/vc-git.el (vc-git-grep): Disable pager.
3910
3911 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
3912
3913 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
3914 Use :url instead of :homepage, as per
3915 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
3916
3917 * newcomment.el (comment-beginning): When `comment-use-syntax' is
3918 non-nil, use `syntax-ppss' (Bug#15251).
3919
3920 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3921
3922 * progmodes/octave.el (inferior-octave-startup-file):
3923 Prefer ~/.emacs.d/init_octave.m.
3924
3925 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
3926
3927 * emacs-lisp/package.el (package-desc-from-define):
3928 Accept additional arguments as plist, convert them to an alist and store
3929 them in the `extras' slot.
3930 (package-generate-description-file): Convert extras alist back to
3931 plist and append to the `define-package' form arguments.
3932 (package--alist-to-plist): New function.
3933 (package--ac-desc): Add `extras' slot.
3934 (package--add-to-archive-contents): Check if the archive-contents
3935 vector is long enough, and if it is, pass its `extras' slot value
3936 to `package-desc-create'.
3937 (package-buffer-info): Call `lm-homepage', pass the returned value
3938 to `package-desc-from-define'.
3939 (describe-package-1): Render the homepage button (Bug#13291).
3940
3941 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3942 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
3943
3944 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
3945
3946 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
3947 and default-process-coding-system to utf-8-unix (Bug#15402).
3948
3949 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
3950
3951 * subr.el (looking-back): Do not recommend using looking-back.
3952
3953 2013-09-28 Alan Mackenzie <acm@muc.de>
3954
3955 Fix indentation/fontification of Java enum with "implements".
3956
3957 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
3958 regexp which matches "implements", etc., in Java.
3959 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
3960 specifier clauses coming after "enum".
3961 * progmodes/cc-fonts.el (c-font-lock-declarations)
3962 (c-font-lock-enum-tail): Check for extra specifier clauses coming
3963 after "enum".
3964
3965 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
3966
3967 * faces.el (region): Change ns_selection_color to
3968 ns_selection_fg_color, add ns_selection_bg_color.
3969
3970 2013-09-28 Leo Liu <sdl.web@gmail.com>
3971
3972 * progmodes/octave.el (inferior-octave-completion-table)
3973 (inferior-octave-completion-at-point): Minor tweaks.
3974
3975 * textmodes/ispell.el (ispell-lookup-words): Rename from
3976 lookup-words. (Bug#15460)
3977 (lookup-words): Obsolete.
3978 (ispell-complete-word, ispell-command-loop): All uses changed.
3979
3980 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3981
3982 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
3983 (octave-mode-menu): Add octave-send-buffer.
3984 (octave-send-buffer): New function.
3985
3986 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3987
3988 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
3989 octave-lookfor.
3990 (octave-mode-menu): Add octave-lookfor.
3991 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
3992 octave-lookfor.
3993 (octave-lookfor): New function.
3994
3995 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3996
3997 * emacs-lisp/cl-macs.el:
3998 (cl--loop-destr-temps): Remove.
3999 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
4000 its convention.
4001 (cl--loop-set-iterator-function): New function.
4002 (cl-loop): Adjust accordingly, so as not to use cl-subst.
4003 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
4004 Bind `it' with `let' instead of substituting it with `cl-subst'.
4005 (cl--unused-var-p): New function.
4006 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
4007 Eliminate some unused variable warnings (bug#15326).
4008
4009 2013-09-27 Tassilo Horn <tsdh@gnu.org>
4010
4011 * doc-view.el (doc-view-scale-reset): Rename from
4012 `doc-view-reset-zoom-level'.
4013 (doc-view-scale-adjust): New command.
4014 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
4015 `doc-view-scale-adjust'.
4016
4017 2013-09-26 Tassilo Horn <tsdh@gnu.org>
4018
4019 * doc-view.el (doc-view-reset-zoom-level): New command.
4020 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
4021 zoom commands (bug#15466).
4022
4023 2013-09-26 Kenichi Handa <handa@gnu.org>
4024
4025 * international/quail.el (quail-help): Make it not a command.
4026
4027 2013-09-26 Leo Liu <sdl.web@gmail.com>
4028
4029 * minibuffer.el (completion-all-sorted-completions): Make args
4030 optional as they are.
4031
4032 2013-09-25 Daniel Colascione <dancol@dancol.org>
4033
4034 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
4035 specs are and that they're not evaluated.
4036
4037 2013-09-24 Sam Steingold <sds@gnu.org>
4038
4039 * midnight.el (clean-buffer-list-kill-regexps)
4040 (clean-buffer-list-kill-buffer-names): Update for the new Man
4041 buffer naming which includes the object name.
4042
4043 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4044
4045 * eshell/esh-cmd.el (eshell--sep-terms): New var.
4046 (eshell-parse-command, eshell-parse-pipeline): Use it since
4047 eshell-separate-commands requires a dynamic scoped var.
4048 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
4049
4050 2013-09-23 Leo Liu <sdl.web@gmail.com>
4051
4052 * autoinsert.el (auto-insert-alist): Make the value of
4053 lexical-binding match its file setting.
4054
4055 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
4056
4057 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
4058
4059 * autoarg.el (autoarg-kp-digit-argument):
4060 * electric.el (Electric-command-loop):
4061 * kmacro.el (kmacro-step-edit-insert):
4062 Do not set universal-argument-num-events.
4063
4064 2013-09-22 Leo Liu <sdl.web@gmail.com>
4065
4066 * files.el (interpreter-mode-alist): Add octave.
4067
4068 2013-09-21 Alan Mackenzie <acm@muc.de>
4069
4070 C++: fontify identifier in declaration following "public:" correctly.
4071 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
4072 to match "public", etc.
4073 (c-decl-prefix-re): Add ":" into the C++ value.
4074 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
4075 bit. Add a check for a ":" preceded by "public", etc.
4076
4077 2013-09-21 Eli Zaretskii <eliz@gnu.org>
4078
4079 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
4080 recognized by GDB 7.5 and later.
4081
4082 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
4083
4084 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
4085
4086 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4087
4088 * subr.el (internal--call-interactively): New const.
4089 (called-interactively-p): Use it (bug#3984).
4090
4091 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
4092
4093 * vc/pcvs.el (cvs-mode-ignore):
4094 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
4095 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
4096
4097 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4098
4099 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
4100 (eshell-ls-orig-insert-directory): Remove.
4101 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
4102 (eshell-ls-use-in-dired): Use advice-add/remove.
4103 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
4104 Add `orig-fun' arg for use in :around advice.
4105 Make it check (redundantly) eshell-ls-use-in-dired.
4106
4107 2013-09-19 Glenn Morris <rgm@gnu.org>
4108
4109 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
4110
4111 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
4112
4113 * emacs-lisp/eieio.el (class-parent): Undo previous change.
4114
4115 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
4116
4117 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
4118 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
4119 (tramp-get-remote-python): New defuns.
4120 (tramp-get-remote-uid-with-perl)
4121 (tramp-get-remote-gid-with-perl): New defuns. Perl code
4122 contributed by yary <not.com@gmail.com> (tiny change).
4123 (tramp-get-remote-uid-with-python)
4124 (tramp-get-remote-gid-with-python): New defuns. Python code
4125 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
4126 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
4127
4128 2013-09-19 Glenn Morris <rgm@gnu.org>
4129
4130 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
4131
4132 * eshell/em-unix.el (eshell-remove-entries):
4133 Rename argument to avoid name-clash with global `top-level'.
4134
4135 * eshell/esh-proc.el (eshell-kill-process-function):
4136 Remove eshell-reset-after-proc from eshell-kill-hook if present.
4137 (eshell-reset-after-proc): Remove unused arg `proc'.
4138
4139 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
4140 (directory-files-and-attributes): Mark unused arg.
4141
4142 * eshell/em-unix.el (eshell-remove-entries):
4143 Remove unused arg `path'. Update callers.
4144
4145 * eshell/em-hist.el (eshell-hist-parse-arguments):
4146 Remove unused arg `silent'. Update callers.
4147
4148 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
4149 Fix (f)boundp mix-up.
4150
4151 * eshell/em-smart.el (eshell-smart-scroll-window)
4152 (eshell-disable-after-change):
4153 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
4154
4155 2013-09-18 Alan Mackenzie <acm@muc.de>
4156
4157 Fix fontification of type when followed by "const".
4158 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
4159 "known" types from fontification.
4160
4161 2013-09-18 Glenn Morris <rgm@gnu.org>
4162
4163 * emacs-lisp/chart.el (x-display-color-cells): Declare.
4164 (chart-face-list): Drop Emacsen without display-color-p.
4165
4166 * net/eww.el (libxml-parse-html-region): Declare.
4167 (eww-display-html): Explicit error if no libxml2 support.
4168
4169 * doc-view.el (doc-view-mode): Silence --without-x compilation.
4170
4171 * image.el (image-type-from-buffer, image-multi-frame-p):
4172 Remove --without-x warning/error.
4173
4174 * mouse.el (mouse-yank-primary):
4175 * term.el (term-mouse-paste):
4176 Reorder to silence --without-x compilation.
4177
4178 * mpc.el (doc-view-mode): Silence --without-x compilation.
4179
4180 * mail/rmailmm.el (rmail-mime-set-bulk-data):
4181 Silence --without-x compilation.
4182
4183 * progmodes/gud.el (gud-find-file, gud-mode):
4184 Silence --without-x compilation.
4185 (tooltip-mode): Declare.
4186
4187 * wdired.el (dired-backup-overwrite): Remove declaration.
4188 (wdired-mode-map): Add doc string.
4189
4190 * custom.el (x-get-resource): Declare.
4191
4192 * eshell/em-glob.el (ange-cache):
4193 * eshell/em-unix.el (ange-cache): Declare.
4194
4195 * faces.el (x-display-list, x-open-connection, x-get-resource):
4196 Declare.
4197
4198 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
4199 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
4200 Declare.
4201
4202 * frame.el (x-display-grayscale-p, x-display-name): Declare.
4203
4204 * net/gnutls.el (gnutls-log-level): Declare.
4205
4206 * net/shr.el (image-size, image-animate): Declare.
4207
4208 * simple.el (font-info): Declare.
4209
4210 * subr.el (x-popup-dialog): Declare.
4211
4212 * term/common-win.el (x-select-enable-primary)
4213 (x-last-selected-text-primary, x-last-selected-text-clipboard):
4214 Declare.
4215
4216 * term/ns-win.el (x-handle-args): Declare.
4217
4218 * term/x-win.el (x-select-enable-clipboard): Declare.
4219
4220 * term/w32-win.el (create-default-fontset): Declare.
4221
4222 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
4223 Declare.
4224
4225 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
4226 (fit-frame-to-buffer): Explicit error if --without-x.
4227 (mouse-autoselect-window-select): Silence compiler.
4228
4229 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
4230
4231 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
4232 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
4233 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
4234 * eshell/esh-util.el (eshell-sublist):
4235 Remove unused local variables.
4236
4237 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
4238
4239 * textmodes/two-column.el: Make 2C-split work for --without-x.
4240 (scroll-bar-columns): Autoload.
4241 (top-level): Require fringe when compiling.
4242
4243 2013-09-18 Leo Liu <sdl.web@gmail.com>
4244
4245 * subr.el (add-hook): Robustify to handle closure as well.
4246
4247 2013-09-17 Glenn Morris <rgm@gnu.org>
4248
4249 * simple.el (messages-buffer-mode-map): Unbind "g".
4250
4251 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4252
4253 * help-mode.el (help-mode-finish): Use derived-mode-p.
4254 Remove obsolete highlighting.
4255
4256 * play/life.el (life-mode): Use define-derived-mode. Derive from
4257 special-mode.
4258 (life): Let-bind inhibit-read-only.
4259 (life-setup): Avoid `setq'. Use `life-mode'.
4260
4261 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
4262 which should not be needed any more.
4263 (package-menu-refresh, package-menu-describe-package): Use user-error.
4264
4265 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
4266 (eshell-post-rewrite-command-hook): Make obsolete.
4267 (eshell-parse-command): Simplify.
4268 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
4269 (eshell--cmd): Declare.
4270 (eshell-parse-pipeline): Remove unused var `final-p'.
4271 Pass a dynvar to eshell-post-rewrite-command-hook.
4272 Implement the new eshell-post-rewrite-command-function.
4273 (eshell-invoke-directly): Remove unused arg `input'.
4274 * eshell/esh-io.el (eshell-io-initialize):
4275 Use eshell-post-rewrite-command-function (bug#15399).
4276 (eshell--apply-redirections): Rename from eshell-apply-redirections;
4277 adjust to new calling convention.
4278 (eshell-create-handles): Rename args to avoid clashing with dynvar
4279 `standard-output'.
4280
4281 2013-09-17 Glenn Morris <rgm@gnu.org>
4282
4283 * simple.el (messages-buffer-mode): New major mode.
4284 (messages-buffer): New function.
4285 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
4286 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
4287 (ert-run-test): Use `messages-buffer' function.
4288 (ert--force-message-log-buffer-truncation): Ignore read-only.
4289 * help.el (view-echo-area-messages): Use `messages-buffer' function.
4290 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
4291
4292 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4293
4294 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
4295
4296 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
4297
4298 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4299
4300 * icomplete.el (icomplete-in-buffer): New var.
4301 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
4302 vars and replace them with functions.
4303 (icomplete-minibuffer-setup): Adjust accordingly.
4304 (icomplete--completion-table, icomplete--completion-predicate)
4305 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
4306 New functions.
4307 (icomplete-forward-completions, icomplete-backward-completions)
4308 (icomplete-simple-completing-p, icomplete-exhibit)
4309 (icomplete-completions): Use them.
4310 (icomplete--in-region-buffer): New var.
4311 (icomplete--in-region-setup): New function.
4312 (icomplete-mode): Use it.
4313
4314 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
4315 (bug#15379).
4316 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
4317 return args and options.
4318 (eshell-eval-using-options): Use the new return value of
4319 eshell--do-opts to set the options's vars in their scope.
4320 (eshell--set-option): Rename from eshell-set-option.
4321 Add arg `opt-vals'.
4322 (eshell--process-option): Rename from eshell-process-option.
4323 Add arg `opt-vals'.
4324 (eshell--process-args): Use an `opt-vals' alist to store the options's
4325 values during their processing and return them additionally to the
4326 remaining args.
4327
4328 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
4329
4330 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
4331 continuation character an operator, as far as indentation is
4332 concerned (Bug#15369).
4333
4334 2013-09-15 Martin Rudalics <rudalics@gmx.at>
4335
4336 * window.el (window--state-put-2): Don't process buffer state
4337 when buffer doesn't exist any more (Bug#15382).
4338
4339 2013-09-15 Glenn Morris <rgm@gnu.org>
4340
4341 * eshell/em-unix.el (eshell/rm):
4342 Make -f ignore missing files. (Bug#15373)
4343
4344 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
4345 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
4346 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
4347
4348 2013-09-14 Glenn Morris <rgm@gnu.org>
4349
4350 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
4351
4352 2013-09-13 Glenn Morris <rgm@gnu.org>
4353
4354 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
4355 (dired-guess-default): Make `file' available in the env. (Bug#15363)
4356
4357 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
4358
4359 * frame.el (x-focus-frame): Mark as declared in frame.c.
4360
4361 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * ls-lisp.el: Use advice-add.
4364 (original-insert-directory): Remove.
4365 (ls-lisp--insert-directory): Rename from insert-directory; add
4366 `orig-fun' argument.
4367 (insert-directory): Advise.
4368
4369 2013-09-13 Eli Zaretskii <eliz@gnu.org>
4370
4371 * term.el (term-emulate-terminal): Decode the command string
4372 before passing it to term-command-hook. (Bug#15337)
4373
4374 2013-09-13 Glenn Morris <rgm@gnu.org>
4375
4376 * eshell/esh-util.el (ange-cache): Move declaration earlier.
4377
4378 * eshell/esh-ext.el (eshell-search-path): Declare.
4379
4380 * eshell/em-prompt.el (eshell/pwd): Autoload it.
4381 Otherwise an error occurs if eshell-dirs module not loaded.
4382
4383 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
4384
4385 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
4386
4387 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
4388 `tramp-check-proper-host'. Check for a valid method name.
4389
4390 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4391 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4392 * net/tramp-sh.el (tramp-maybe-open-connection):
4393 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
4394
4395 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
4396 also for hash values.
4397
4398 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4399
4400 * term/ns-win.el (parameters): Don't declare as dynamic.
4401 (before-make-frame-hook): Don't add ineffective function.
4402
4403 * eshell/*.el: Use lexical-binding (bug#15231).
4404
4405 2013-09-12 Kenichi Handa <handa@gnu.org>
4406
4407 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
4408
4409 2013-09-12 Glenn Morris <rgm@gnu.org>
4410
4411 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
4412 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
4413
4414 * subr.el (do-after-load-evaluation): Also give compiler warnings
4415 when obsolete files are used (except by obsolete files).
4416
4417 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
4418 in the status output, assume `filename' is the first. (Bug#15322)
4419
4420 * vc/vc.el (vc-deduce-fileset): Doc fix.
4421
4422 * calc/calc-help.el (Info-goto-node):
4423 * progmodes/cperl-mode.el (Info-find-node):
4424 * vc/ediff.el (Info-goto-node): Update declarations.
4425
4426 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
4427
4428 * vc/vc-bzr.el (vc-compilation-mode): Declare.
4429 (vc-bzr-pull): Require vc-dispatcher.
4430 * vc/vc-git.el (vc-compilation-mode): Declare.
4431 (vc-git-pull): Require vc-dispatcher.
4432
4433 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
4434
4435 * progmodes/octave.el (help-button-action): Declare.
4436
4437 * shell.el (shell-directory-tracker): Output error as a message
4438 rather than just returning it as a string.
4439 (shell-process-pushd): Remove useless use of message.
4440
4441 * dframe.el (dframe-timer-fn):
4442 * files.el (dir-locals-read-from-file):
4443 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
4444 (mpc-format):
4445 * reveal.el (reveal-post-command):
4446 * saveplace.el (load-save-place-alist-from-file):
4447 * shell.el (shell-resync-dirs):
4448 * w32-common-fns.el (x-get-selection-value):
4449 * emacs-lisp/copyright.el (copyright-find-copyright):
4450 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
4451 * emulation/tpu-edt.el (tpu-copy-keyfile):
4452 * play/bubbles.el (bubbles--mark-neighbourhood):
4453 * progmodes/executable.el
4454 (executable-make-buffer-file-executable-if-script-p):
4455 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
4456
4457 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4458
4459 Cleanup Eshell to rely less on dynamic scoping.
4460 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
4461 last-value, and ext-command here. Bind `args' closer to `body'.
4462 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
4463 (eshell--args): Declare new dynamic var.
4464 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
4465 last-value, and ext-command. Pass `args' to `body'.
4466 (eshell-process-args): Bind eshell--args.
4467 (eshell-set-option): Use eshell--args.
4468 * eshell/eshell.el (eshell): Use derived-mode-p.
4469 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
4470 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
4471 (eshell-glob-function): Declare.
4472 * eshell/esh-util.el: Require cl-lib.
4473 (eshell-read-hosts-file): Avoid add-to-list.
4474 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
4475 `err'.
4476 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
4477 Declare.
4478 (eshell/diff): Remove unused var `err'.
4479 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
4480 `killflag'.
4481 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
4482 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
4483 first use.
4484 * eshell/em-glob.el (eshell-glob-matches, message-shown):
4485 Move declaration before first use.
4486 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
4487 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
4488 rely on cl-return.
4489
4490 2013-09-12 Glenn Morris <rgm@gnu.org>
4491
4492 * term/ns-win.el (global-map): Remove binding for ispell-next,
4493 deleted 1999-05-29. (Bug#15357)
4494
4495 2013-09-11 Glenn Morris <rgm@gnu.org>
4496
4497 * echistory.el (electric-command-history): Remove call to deleted func.
4498
4499 * play/landmark.el (landmark-mode): Fix typos.
4500
4501 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
4502 Check cvs-sort-ignore-file is bound.
4503
4504 * savehist.el: No need for cl when compiling on Emacs.
4505
4506 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4507
4508 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
4509 (bug#15338).
4510 (eshell-self-insert-command, eshell-send-invisible):
4511 Remove unused argument.
4512 (eshell-handle-control-codes): Remove unused var `orig'.
4513 Avoid delete-backward-char.
4514
4515 * files.el (set-auto-mode): Simplify a bit further.
4516
4517 2013-09-11 Glenn Morris <rgm@gnu.org>
4518
4519 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
4520 (set-auto-mode): Don't regexp-quote elements.
4521 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
4522 * progmodes/cc-mode.el (interpreter-mode-alist):
4523 * progmodes/ruby-mode.el (interpreter-mode-alist):
4524 Revert previous change.
4525
4526 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4527
4528 * play/snake.el (snake-mode):
4529 * play/mpuz.el (mpuz-mode):
4530 * play/landmark.el (lm-mode):
4531 * play/blackbox.el (blackbox-mode):
4532 * play/5x5.el (5x5-mode):
4533 * obsolete/options.el (Edit-options-mode):
4534 * net/quickurl.el (quickurl-list-mode):
4535 * net/newst-treeview.el (newsticker-treeview-mode):
4536 * mail/rmailsum.el (rmail-summary-mode):
4537 * mail/mspools.el (mspools-mode):
4538 * locate.el (locate-mode):
4539 * ibuffer.el (ibuffer-mode):
4540 * emulation/ws-mode.el (wordstar-mode):
4541 * emacs-lisp/debug.el (debugger-mode):
4542 * array.el (array-mode):
4543 * net/eudc.el (eudc-mode): Use define-derived-mode.
4544 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
4545 Move initialization into declaration.
4546 (mairix-searches-mode): Use define-derived-mode.
4547 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
4548 (eudc-edit-hotlist): Use dolist.
4549 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
4550 (Man-mode): Use define-derived-mode.
4551 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
4552 (Info-edit-mode): Use define-derived-mode.
4553 (Info-cease-edit): Use Info-mode.
4554 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
4555 into declaration.
4556 (eshell-mode): Use define-derived-mode.
4557 * chistory.el (command-history-mode-map): Rename from
4558 command-history-map.
4559 (command-history-mode): Use define-derived-mode.
4560 (Command-history-setup): Remove function.
4561 * calc/calc.el (calc-trail-mode-map): New var.
4562 (calc-trail-mode): Use define-derived-mode.
4563 (calc-trail-buffer): Set calc-main-buffer manually.
4564 * bookmark.el (bookmark-insert-annotation): New function.
4565 (bookmark-edit-annotation): Use it.
4566 (bookmark-edit-annotation-mode): Make it a proper major mode.
4567 (bookmark-send-edited-annotation): Use derived-mode-p.
4568 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
4569 closer to its ideal place. Use \' to match EOS.
4570
4571 * profiler.el (profiler-calltree-find): Use function-equal.
4572
4573 2013-09-10 Glenn Morris <rgm@gnu.org>
4574
4575 * files.el (interpreter-mode-alist): Convert to regexps.
4576 (set-auto-mode): Adapt for this. (Bug#15306)
4577 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
4578 Comment out unused variable.
4579 * progmodes/cc-mode.el (interpreter-mode-alist):
4580 * progmodes/python.el (interpreter-mode-alist):
4581 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
4582 * progmodes/sh-script.el (sh-set-shell):
4583 No longer use interpreter-mode-alist to get list of shells.
4584
4585 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
4586
4587 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4588
4589 * simple.el: Use set-temporary-overlay-map for universal-argument.
4590 (universal-argument-map): Don't use default-bindings (bug#15317).
4591 Bind switch-frame explicitly. Replace universal-argument-minus with
4592 a conditional binding.
4593 (universal-argument-num-events, saved-overriding-map): Remove.
4594 (restore-overriding-map): Remove.
4595 (universal-argument--mode): Rename from save&set-overriding-map,
4596 and rewrite.
4597 (universal-argument, universal-argument-more, negative-argument)
4598 (digit-argument): Adjust accordingly.
4599 (universal-argument-minus): Remove.
4600 (universal-argument-other-key): Remove.
4601
4602 * subr.el (with-demoted-errors): Add `format' argument.
4603
4604 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
4605
4606 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
4607 `tramp-cleanup-connection'.
4608
4609 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
4610 parameters KEEP-DEBUG and KEEP-PASSWORD.
4611
4612 * net/tramp.el (tramp-file-name-handler):
4613 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4614 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4615 (tramp-maybe-open-connection):
4616 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4617 Use `tramp-cleanup-connection'.
4618
4619 * net/tramp-sh.el (tramp-maybe-open-connection):
4620 Catch 'uname-changed inside the progress reporter.
4621
4622 2013-09-10 Glenn Morris <rgm@gnu.org>
4623
4624 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
4625
4626 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
4627 returns "alternate access method" in mode (eg "-rw-r--r--.").
4628
4629 2013-09-08 Glenn Morris <rgm@gnu.org>
4630
4631 * saveplace.el (load-save-place-alist-from-file):
4632 Demote errors. (Bug#15305)
4633
4634 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
4635
4636 Improve compatibility with older Emacsen, and XEmacs.
4637
4638 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
4639 only if it is bound. It isn't for XEmacs.
4640 (with-tramp-progress-reporter): Do not let-bind `result'.
4641 This yields to scoping errors in XEmacs.
4642 (tramp-handle-make-auto-save-file-name): New function, moved from
4643 tramp-sh.el.
4644
4645 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
4646 for `make-auto-save-file-name'.
4647 (tramp-adb--gnu-switches-to-ash):
4648 Use `tramp-compat-replace-regexp-in-string'.
4649
4650 * net/tramp-cache.el (tramp-cache-print): Call
4651 `substring-no-properties' only if it is bound. It isn't for XEmacs.
4652
4653 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
4654 bound. It isn't for XEmacs.
4655
4656 * net/tramp-compat.el (tramp-compat-copy-file):
4657 Catch `wrong-number-of-arguments' error.
4658 (tramp-compat-replace-regexp-in-string): New defun.
4659
4660 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
4661 for `make-auto-save-file-name'.
4662 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
4663 `copy-file'.
4664 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
4665 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
4666 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
4667
4668 * net/tramp-gw.el (tramp-gw-open-network-stream):
4669 Use `tramp-compat-replace-regexp-in-string'.
4670
4671 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4672 Call `tramp-handle-make-auto-save-file-name'.
4673 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
4674 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4675 (tramp-sh-file-inotifywait-process-filter):
4676 Use `tramp-compat-replace-regexp-in-string'.
4677 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
4678
4679 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
4680 for `make-auto-save-file-name'.
4681 (tramp-smb-handle-copy-directory):
4682 Call `tramp-compat-replace-regexp-in-string'.
4683 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
4684 (tramp-smb-handle-copy-file): Improve error message.
4685 (tramp-smb-handle-rename-file): Rename directly only in case
4686 `newname' does not exist yet. This is a restriction of smbclient.
4687 (tramp-smb-maybe-open-connection): Rerun the function only when
4688 `auth-sources' is non-nil.
4689
4690 2013-09-08 Kenichi Handa <handa@gnu.org>
4691
4692 * international/characters.el: Set category "^" (Combining) for
4693 more characters.
4694
4695 2013-09-07 Alan Mackenzie <acm@muc.de>
4696
4697 Correctly fontify Java class constructors.
4698 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
4699 in Java Mode.
4700 (c-recognize-typeless-decls): Set the Java value to t.
4701 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
4702 While handling a "(", add a check for, effectively, Java, and handle a
4703 "typeless" declaration there.
4704
4705 2013-09-07 Roland Winkler <winkler@gnu.org>
4706
4707 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
4708 field subtitle for entry type book.
4709
4710 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4711
4712 * minibuffer.el: Make minibuffer-complete call completion-in-region
4713 rather than other way around.
4714 (completion--some, completion-pcm--find-all-completions):
4715 Don't delay signals when debugging.
4716 (minibuffer-completion-contents): Beware fields within the
4717 minibuffer contents.
4718 (completion-all-sorted-completions): Use defvar-local.
4719 (completion--do-completion, completion--cache-all-sorted-completions)
4720 (completion-all-sorted-completions, minibuffer-force-complete):
4721 Add args `beg' and `end'.
4722 (completion--in-region-1): New fun, extracted from minibuffer-complete.
4723 (minibuffer-complete): Use completion-in-region.
4724 (completion-complete-and-exit): New fun, extracted from
4725 minibuffer-complete-and-exit.
4726 (minibuffer-complete-and-exit): Use it.
4727 (completion--complete-and-exit): Rename from
4728 minibuffer--complete-and-exit.
4729 (completion-in-region--single-word): New function, extracted from
4730 minibuffer-complete-word.
4731 (minibuffer-complete-word): Use it.
4732 (display-completion-list): Make `common-substring' argument obsolete.
4733 (completion--in-region): Call completion--in-region-1 instead of
4734 minibuffer-complete.
4735 (completion-help-at-point): Pass boundaries to
4736 minibuffer-completion-help as args rather than via an overlay.
4737 (completion-pcm--string->pattern): Use `any-delim'.
4738 (completion-pcm--optimize-pattern): New function.
4739 (completion-pcm--pattern->regex): Handle `any-delim'.
4740 * icomplete.el (icomplete-forward-completions)
4741 (icomplete-backward-completions, icomplete-completions):
4742 Adjust calls to completion-all-sorted-completions and
4743 completion--cache-all-sorted-completions.
4744 (icomplete-with-completion-tables): Default to t.
4745 * emacs-lisp/crm.el (crm--current-element): Rename from
4746 crm--select-current-element. Don't put an overlay but return the
4747 boundaries instead.
4748 (crm--completion-command): Take two new args to bind to the boundaries.
4749 (crm-completion-help): Adjust accordingly.
4750 (crm-complete): Use completion-in-region.
4751 (crm-complete-word): Use completion-in-region--single-word.
4752 (crm-complete-and-exit): Use completion-complete-and-exit.
4753
4754 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4755
4756 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
4757 than dynamically.
4758
4759 2013-09-06 Juri Linkov <juri@jurta.org>
4760
4761 * info.el (Info-display-images-node): When image file doesn't exist
4762 display text version of the image if it's provided in the Info file.
4763 Otherwise, display the location of missing image from SRC attribute.
4764 Add help-echo text property from ALT attribute. (Bug#15279)
4765
4766 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
4769 (edit-abbrevs-mode): Use define-derived-mode.
4770
4771 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
4772 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
4773 that it's defined.
4774 (epa-key-list-mode, epa-key-mode, epa-info-mode):
4775 Use define-derived-mode.
4776
4777 * epg.el (epg-start-encrypt): Minor CSE simplification.
4778
4779 2013-09-06 William Xu <william.xwl@gmail.com>
4780
4781 * arc-mode.el: Add support for 7za (bug#15264).
4782 (archive-7z-program): New var.
4783 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
4784 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
4785 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
4786
4787 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
4788
4789 Remove URL syntax.
4790
4791 * net/tramp.el (tramp-syntax, tramp-prefix-format)
4792 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
4793 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
4794 (tramp-postfix-host-format, tramp-file-name-regexp)
4795 (tramp-completion-file-name-regexp)
4796 (tramp-completion-dissect-file-name)
4797 (tramp-handle-substitute-in-file-name): Remove 'url case.
4798 (tramp-file-name-regexp-url)
4799 (tramp-completion-file-name-regexp-url): Remove constants.
4800
4801 2013-09-06 Glenn Morris <rgm@gnu.org>
4802
4803 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
4804
4805 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
4806
4807 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
4808 keywords" below "here-doc beginnings" (Bug#15270).
4809
4810 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4811
4812 * subr.el (pop): Use `car-safe'.
4813 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
4814 to detect unused `pop' return value.
4815
4816 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
4817 var `block-regexp'.
4818 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
4819 (python-fill-string): Remove unused var `marker'.
4820 (python-skeleton-add-menu-items): Remove unused var `items'.
4821
4822 * international/mule-cmds.el: Require CL.
4823 (find-coding-systems-for-charsets): Avoid add-to-list.
4824 (sanitize-coding-system-list): New function, extracted from
4825 select-safe-coding-system-interactively.
4826 (select-safe-coding-system-interactively): Use it.
4827 (read-input-method-name): Accept symbols for `default'.
4828
4829 * emacs-lisp/advice.el (defadvice): Add indent rule.
4830
4831 2013-09-05 Daniel Hackney <dan@haxney.org>
4832
4833 * dired-x.el:
4834 * net/ange-ftp.el:
4835 * net/browse-url.el:
4836 * net/dbus.el:
4837 * net/eudc.el:
4838 * net/eudcb-ldap.el:
4839 * net/eww.el:
4840 * net/imap.el:
4841 * printing.el:
4842 * vc/ediff-diff.el:
4843 * vc/ediff-init.el:
4844 * vc/ediff-merg.el:
4845 * vc/ediff-mult.el:
4846 * vc/ediff-util.el:
4847 * vc/ediff-wind.el:
4848 * vc/ediff.el:
4849 * vc/emerge.el:
4850 * vc/pcvs.el:
4851 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
4852 byte compiler. Remove some unused let-bound variables.
4853
4854 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4855
4856 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
4857 a "ref-cell", since it gets better optimized (bug#14883).
4858
4859 2013-09-05 Glenn Morris <rgm@gnu.org>
4860
4861 * progmodes/cc-awk.el (c-forward-sws): Declare.
4862
4863 2013-09-04 Glenn Morris <rgm@gnu.org>
4864
4865 * generic-x.el [rul-generic-mode]: Require cc-mode.
4866 (c++-mode-syntax-table): Declare.
4867 (rul-generic-mode-syntax-table): Init in the defvar.
4868
4869 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4870
4871 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
4872 (vc-do-command, vc-set-async-update):
4873 * vc/vc-mtn.el (vc-mtn-dir-status):
4874 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
4875 (vc-hg-pull, vc-hg-merge-branch):
4876 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
4877 (vc-git-merge-branch):
4878 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
4879 (vc-cvs-dir-status-files):
4880 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
4881 (vc-bzr-dir-status-files):
4882 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
4883 * vc/vc-annotate.el: Use lexical-binding.
4884 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
4885 (vc-sentinel-movepoint): Declare.
4886 (vc-annotate): Don't use `goto-line'.
4887 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
4888 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
4889 (vc-sentinel-movepoint): Declare.
4890 * vc/vc-svn.el: Use lexical-binding.
4891 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
4892 * vc/vc-sccs.el:
4893 * vc/vc-rcs.el: Use lexical-binding.
4894
4895 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
4896 `deleted'. Don't drop errors silently.
4897
4898 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
4899
4900 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
4901
4902 * vc/vc.el (vc-ignore): Rewrite.
4903 (vc-default-ignore): New function.
4904 (vc-default-ignore-completion-table): Use find-ignore-file.
4905
4906 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
4907 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
4908 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
4909 Remove. Most code moved to vc.el.
4910
4911 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4912
4913 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
4914 * net/tramp-smb.el (tramp-smb-get-file-entries):
4915 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
4916 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
4917
4918 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
4919 Update call to it.
4920 (eww-change-select): Remove unused var `properties'.
4921 (eww-make-unique-file-name): Remove unused var `base'.
4922
4923 * finder.el (finder-compile-keywords): Don't mess with windows.
4924
4925 * calculator.el (calculator-funcall): Fix typo in last change.
4926
4927 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
4928
4929 * emacs-lisp/package.el (package-activate-1): Don't let a missing
4930 <pkg>-autoloads.el file stop us.
4931
4932 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
4933 warnings, and factor out common code.
4934
4935 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
4936
4937 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
4938 two-character operators and whether the character preceding them
4939 changes their meaning (Bug#15208).
4940
4941 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
4942
4943 Format code sent to Python shell for robustness.
4944 * progmodes/python.el (python-shell-buffer-substring):
4945 New function.
4946 (python-shell-send-region, python-shell-send-buffer): Use it.
4947
4948 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
4949
4950 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
4951 * net/tramp.el (tramp-user-error): ... here.
4952 (tramp-find-method, tramp-check-proper-host)
4953 (tramp-dissect-file-name, tramp-debug-message)
4954 (tramp-handle-shell-command):
4955 * net/tramp-adb.el (tramp-adb-handle-shell-command):
4956 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
4957
4958 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
4959
4960 2013-09-02 Martin Rudalics <rudalics@gmx.at>
4961
4962 * avoid.el (mouse-avoidance-point-position)
4963 (mouse-avoidance-too-close-p): Handle case where posn-at-point
4964 returns nil.
4965
4966 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
4967
4968 * progmodes/python.el (python-shell-completion-get-completions):
4969 Drop use of deleted `comint-last-prompt-overlay'.
4970 (python-nav-if-name-main): New command.
4971
4972 2013-09-01 Glenn Morris <rgm@gnu.org>
4973
4974 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4975 Avoid leading space in $wins. Otherwise the sed command used by
4976 eg compile-main ends up containing "/*.el". (Bug#15170)
4977
4978 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
4979
4980 2013-08-30 Glenn Morris <rgm@gnu.org>
4981
4982 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4983 Fix is-this-a-directory logic. (Bug#15220)
4984
4985 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * textmodes/css-mode.el: Use SMIE.
4988 (css-smie-grammar): New var.
4989 (css-smie--forward-token, css-smie--backward-token)
4990 (css-smie-rules): New functions.
4991 (css-mode): Use them.
4992 (css-navigation-syntax-table): Remove var.
4993 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
4994 (css-indent-calculate, css-indent-line): Remove functions.
4995
4996 Misc changes to reduce use of `(lambda...); and other cleanups.
4997 * cus-edit.el: Use lexical-binding.
4998 (customize-push-and-save, customize-apropos)
4999 (custom-buffer-create-internal): Use closures.
5000 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
5001 * progmodes/ada-xref.el: Use setq.
5002 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
5003 * dframe.el: Use lexical-binding.
5004 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
5005 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
5006 * descr-text.el: Use lexical-binding.
5007 (describe-text-widget, describe-text-sexp, describe-property-list):
5008 Use closures.
5009 * comint.el (comint-history-isearch-push-state): Use a closure.
5010 * calculator.el: Use lexical-binding.
5011 (calculator-number-to-string): Make it work with lexical-binding.
5012 (calculator-funcall): Same and use cl-letf.
5013
5014 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
5015 (lisp--company-doc-string, lisp--company-location): New functions.
5016 (lisp-completion-at-point): Use them to improve Company support.
5017
5018 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
5019 params of lambda expressions.
5020 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
5021 (ruby-smie--opening-pipe-p): New function.
5022 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
5023 symbols and matched |...| for formal params.
5024 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
5025 from being treated as hanging. Handle "rescue".
5026
5027 2013-08-29 Glenn Morris <rgm@gnu.org>
5028
5029 * progmodes/cc-engine.el (c-pull-open-brace):
5030 Move definition before use.
5031
5032 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5033
5034 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
5035 are immutable. Don't use `unsafe' any more.
5036 (cl--defsubst-expand): Don't substitute at the same time as keeping
5037 a residual unused let-binding. Don't use `unsafe' any more.
5038
5039 2013-08-29 Glenn Morris <rgm@gnu.org>
5040
5041 * calendar/cal-china.el (calendar-chinese-year-cache):
5042 Recenter on 2015.
5043
5044 * nxml/nxml-util.el (nxml-debug-clear-inside):
5045 Use cl-loop rather than loop.
5046
5047 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
5048
5049 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
5050
5051 2013-08-28 Glenn Morris <rgm@gnu.org>
5052
5053 * progmodes/antlr-mode.el: No need to require cc-mode twice.
5054
5055 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
5056
5057 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
5058
5059 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5060
5061 * simple.el (repeat-complex-command--called-interactively-skip):
5062 New function.
5063 (repeat-complex-command): Use it (bug#14136).
5064
5065 * progmodes/cc-mode.el: Minor cleanup of var declarations.
5066 (c-define-abbrev-table): Add `doc' argument.
5067 (c-mode-abbrev-table, c++-mode-abbrev-table)
5068 (objc-mode-abbrev-table, java-mode-abbrev-table)
5069 (idl-mode-abbrev-table, pike-mode-abbrev-table)
5070 (awk-mode-abbrev-table): Use it.
5071 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
5072 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
5073 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
5074 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
5075 Move initialization into the declaration; and remove any
5076 autoload cookie.
5077
5078 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
5079 and dynamic let binding.
5080
5081 * vc/smerge-mode.el: Remove redundant :group args.
5082
5083 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
5084 to load-path.
5085
5086 2013-08-28 Juri Linkov <juri@jurta.org>
5087
5088 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
5089 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
5090 (isearch-other-meta-char): Handle an undefined shifted printing
5091 character by downshifting it. (Bug#15200)
5092
5093 2013-08-28 Juri Linkov <juri@jurta.org>
5094
5095 * isearch.el (isearch-search): Change regexp error message for
5096 non-regexp searches. (Bug#15166)
5097
5098 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
5099
5100 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
5101 for portability to hosts where /bin/sh has problems.
5102
5103 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5104
5105 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
5106
5107 2013-08-27 Juri Linkov <juri@jurta.org>
5108
5109 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
5110 in the keyboard macro. (Bug#15126)
5111
5112 2013-08-27 Juri Linkov <juri@jurta.org>
5113
5114 * isearch.el (isearch-quote-char): Comment out converting unibyte
5115 to multibyte, thus syncing with its `quoted-insert' counterpart.
5116 (Bug#15166)
5117
5118 2013-08-27 Martin Rudalics <rudalics@gmx.at>
5119
5120 * window.el (display-buffer-use-some-window): Add missing
5121 argument in call of get-largest-window (Bug#15185).
5122 Reported by Stephen Leake.
5123
5124 2013-08-27 Glenn Morris <rgm@gnu.org>
5125
5126 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
5127
5128 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5129
5130 * progmodes/python.el (python-font-lock-keywords): Don't return nil
5131 from a matcher-function unless there's no more matches (bug#15161).
5132
5133 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
5134
5135 * minibuffer.el: Revert change from 2013-08-20.
5136
5137 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
5138 with text property `tramp-default', if appropriate.
5139 (tramp-check-proper-host): New defun.
5140 (tramp-dissect-file-name): Do not check hostname. Revert change
5141 of 2013-03-18.
5142 (tramp-backtrace): Make VEC-OR-PROC optional.
5143
5144 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5145 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5146 * net/tramp-sh.el (tramp-maybe-open-connection):
5147 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5148 Apply `tramp-check-proper-host'.
5149
5150 2013-08-26 Tassilo Horn <tsdh@gnu.org>
5151
5152 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
5153 lambda expression in order to have `describe-variable' display it.
5154
5155 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
5156
5157 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
5158 BUF can be optional. (Bug#15186)
5159
5160 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
5161
5162 * progmodes/flymake.el (flymake-get-real-file-name-function):
5163 Fix broken customization. (Bug#15184)
5164
5165 2013-08-25 Alan Mackenzie <acm@muc.de>
5166
5167 Improve indentation of bracelists defined by macros (without "=").
5168
5169 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
5170 expansion begins with "{", regard it as bracelist when it doesn't
5171 contain a ";".
5172
5173 Parse C++ inher-intro when there's a template split over 2 lines.
5174
5175 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
5176 rigorously the search for "class" etc. followed by ":".
5177
5178 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
5179 random languages a regexp which never matches rather than nil.
5180
5181 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
5182
5183 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
5184 (c-awk-regexp-one-line-possibly-open-char-list-re)
5185 (c-awk-one-line-possibly-open-regexp-re)
5186 (c-awk-one-line-non-syn-ws*-re): Remove.
5187 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
5188 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
5189 (c-awk-space*-unclosed-regexp-/-re): New constants.
5190 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
5191 aren't regexp delimiters.
5192
5193 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
5194 handling for a rare situation in AWK Mode involving unterminated
5195 strings/regexps.
5196
5197 2013-08-23 Glenn Morris <rgm@gnu.org>
5198
5199 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
5200
5201 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
5202
5203 * files.el (create-file-buffer): If the result would begin with
5204 spaces, prepend a "|" instead of removing them. (Bug#15162)
5205
5206 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5207
5208 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
5209 text-properties (bug#15155).
5210
5211 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
5212 exist any more.
5213 (calc-keypad-redraw): Remove unused var `pad'.
5214 (calc-keypad-press): Remove unused var `menu'.
5215
5216 2013-08-23 Martin Rudalics <rudalics@gmx.at>
5217
5218 * window.el (display-buffer-pop-up-frame):
5219 Call pop-up-frame-function with BUFFER current so `make-frame' will
5220 use it as the new frame's buffer (Bug#15133).
5221
5222 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5223
5224 * calendar/timeclock.el: Minor cleanups.
5225 (timeclock-ask-before-exiting, timeclock-use-display-time):
5226 Use `symbol'.
5227 (timeclock-modeline-display): Define as alias before the
5228 actual definition.
5229 (timeclock-mode-line-display): Use define-minor-mode.
5230 (timeclock-day-list-template): Make it a function, add an argument.
5231 (timeclock-day-list-required, timeclock-day-list-length)
5232 (timeclock-day-list-debt, timeclock-day-list-span)
5233 (timeclock-day-list-break): Adjust calls accordingly.
5234
5235 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5236
5237 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
5238 Use read--expression so that completion works again.
5239
5240 2013-08-21 Sam Steingold <sds@gnu.org>
5241
5242 Add rudimentary inferior shell interaction
5243 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
5244 (sh-set-shell): Reset it.
5245 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
5246 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
5247
5248 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5249
5250 * align.el: Use lexical-binding.
5251 (align-region): Simplify accordingly.
5252
5253 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
5254
5255 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
5256
5257 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
5258 `non-essential' up.
5259
5260 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
5261
5262 * net/tramp.el:
5263 * net/tramp-adb.el:
5264 * net/tramp-cmds.el:
5265 * net/tramp-ftp.el:
5266 * net/tramp-gvfs.el:
5267 * net/tramp-gw.el:
5268 * net/tramp-sh.el: Don't wrap external variable declarations by
5269 `eval-when-compile'.
5270
5271 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5272
5273 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
5274 now that Emacs supports ImageMagick animations.
5275
5276 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
5277
5278 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
5279 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
5280
5281 2013-08-16 Martin Rudalics <rudalics@gmx.at>
5282
5283 * window.el (mouse-autoselect-window-select): Do autoselect when
5284 mouse pointer is on margin.
5285
5286 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
5287
5288 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
5289
5290 2013-08-16 Glenn Morris <rgm@gnu.org>
5291
5292 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
5293 Handle "Remote Directory" response of some clients. (Bug#15058)
5294
5295 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
5296 Tweak warning. (Bug#14926)
5297
5298 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
5299 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
5300
5301 * image-mode.el (image-mode-map): Add menu items to reverse,
5302 increase, decrease, reset animation speed.
5303 (image--set-speed, image-increase-speed, image-decrease-speed)
5304 (image-reverse-speed, image-reset-speed): New functions.
5305 (image-mode-map): Add bindings for speed commands.
5306
5307 * image.el (image-animate-get-speed, image-animate-set-speed):
5308 New functions.
5309 (image-animate-timeout): Respect image :speed property.
5310
5311 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5312
5313 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
5314 previous line (bug#15101).
5315 (debugger-eval-expression, debugger-record-expression):
5316 Use read--expression (bug#15102).
5317
5318 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
5319
5320 Remove byte compiler warnings, visible when compiling with
5321 `byte-compile-force-lexical-warnings' set to t.
5322
5323 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
5324 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
5325 (tramp-handle-unhandled-file-name-directory)
5326 (tramp-handle-file-notify-add-watch, tramp-action-login)
5327 (tramp-action-succeed, tramp-action-permission-denied)
5328 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
5329 arguments with "_".
5330
5331 * net/tramp-adb.el (tramp-adb-parse-device-names)
5332 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
5333 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
5334 (tramp-adb-handle-file-truename): Remove unused arguments.
5335
5336 * net/tramp-cache.el (tramp-flush-directory-property)
5337 (tramp-flush-connection-property, tramp-list-connections)
5338 (tramp-parse-connection-properties): Prefix unused arguments with "_".
5339
5340 * net/tramp-compat.el (tramp-compat-make-temp-file):
5341 Rename FILENAME to F.
5342
5343 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5344 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
5345 (tramp-zeroconf-parse-workstation-device-names)
5346 (tramp-zeroconf-parse-webdav-device-names)
5347 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
5348
5349 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5350 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
5351
5352 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
5353 arguments.
5354 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
5355 (tramp-sh-handle-insert-file-contents-literally)
5356 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
5357 with "_".
5358 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
5359 Remove unused variables.
5360
5361 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5362 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
5363 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
5364
5365 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
5366 Make them a defconst.
5367 (tramp-uuencode-region): Remove unused variable.
5368
5369 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
5370
5371 * frameset.el (frameset--prop-setter): New function.
5372 (frameset-prop): Add gv-setter declaration.
5373 (frameset-filter-minibuffer): Deal with the case that the minibuffer
5374 parameter was already set in FILTERED. Doc fix.
5375 (frameset--record-minibuffer-relationships): Allow saving a
5376 minibufferless frame without its corresponding minibuffer frame.
5377 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
5378 frame, if the frame id matches.
5379 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
5380 frames before orphaned ones.
5381 (frameset-restore): Warn about orphaned windows, instead of error out.
5382
5383 2013-08-14 Martin Rudalics <rudalics@gmx.at>
5384
5385 * window.el (window-make-atom): Don't overwrite parameter
5386 already present.
5387 (display-buffer-in-atom-window): Handle special case where we
5388 split an already atomic window.
5389 (window--major-non-side-window, display-buffer-in-side-window)
5390 (window--side-check): Ignore minibuffer window when walking
5391 window tree.
5392 (window-deletable-p): Return 'frame only if no other frame uses
5393 our minibuffer window.
5394 (record-window-buffer): Run buffer-list-update-hook.
5395 (split-window): Make sure window--check-frame won't destroy an
5396 existing atomic window in case the new window gets nested
5397 inside.
5398 (display-buffer-at-bottom): Ignore minibuffer window when
5399 walking window tree. Don't split a side window.
5400 (pop-to-buffer): Don't set-buffer here, the select-window call
5401 should do that.
5402 (mouse-autoselect-window-select): Autoselect only if we are in the
5403 text portion of the window.
5404
5405 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5406
5407 * net/shr.el (shr-parse-image-data): New function to grab both the
5408 data itself and the Content-Type.
5409 (shr-put-image): Use it.
5410
5411 * net/eww.el (eww-display-image): Ditto.
5412
5413 * image.el (image-content-type-suffixes): New variable.
5414
5415 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5416
5417 * progmodes/python.el (python-imenu--build-tree)
5418 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
5419
5420 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
5421
5422 * simple.el (backward-word): Mention the optional argument.
5423
5424 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5425
5426 * frameset.el (frameset--make): Rename constructor from make-frameset.
5427 (frameset-p, frameset-valid-p): Don't autoload.
5428 (frameset-valid-p): Use normal accessors.
5429
5430 2013-08-13 Glenn Morris <rgm@gnu.org>
5431
5432 * progmodes/compile.el (compile-command): Tweak example in doc.
5433 * obsolete/scribe.el (scribe-mode):
5434 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
5435
5436 * mail/feedmail.el (feedmail-confirm-outgoing)
5437 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
5438
5439 * cus-start.el (truncate-partial-width-windows): Fix type.
5440
5441 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
5442
5443 * net/shr.el (shr-table-horizontal-line): Fix custom type.
5444
5445 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * emacs-lisp/timer.el (timer--time-setter): New function.
5448 (timer--time): Use it as gv-setter.
5449
5450 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
5451 setter is not a symbol.
5452
5453 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
5454
5455 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
5456 if sending fails. This makes debugging easier.
5457
5458 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
5459
5460 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
5461 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
5462 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
5463
5464 2013-08-12 Eli Zaretskii <eliz@gnu.org>
5465
5466 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
5467
5468 2013-08-12 Glenn Morris <rgm@gnu.org>
5469
5470 * format.el (format-annotate-function):
5471 Handle read-only text properties in the source. (Bug#14887)
5472
5473 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5474
5475 * net/eww.el (eww-display-html): Ignore coding system errors.
5476 One web site uses "utf-8lias" as the coding system.
5477
5478 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
5479
5480 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
5481
5482 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
5483
5484 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
5485 (tutorial--detailed-help): Remove unused local variables.
5486 (tutorial--save-tutorial-to): Use ignore-errors.
5487 (help-with-tutorial): Use looking-at-p.
5488
5489 * view.el (view-buffer-other-window, view-buffer-other-frame):
5490 Mark unused arguments.
5491
5492 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
5493 (woman-select-symbol-fonts, woman, woman-find-file)
5494 (woman-insert-file-contents, woman-non-underline-faces):
5495 Use string-match-p.
5496 (woman1-unquote): Move declaration.
5497
5498 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
5499 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
5500 argument. Remove unused local variable.
5501 (xml-parse-elem-type): Use string-match-p.
5502 (xml-substitute-numeric-entities): Use ignore-errors.
5503
5504 * calculator.el (calculator): Mark unused argument.
5505 (calculator-paste, calculator-quit, calculator-integer-p):
5506 Use ignore-errors.
5507 (calculator-string-to-number, calculator-decimal, calculator-exp)
5508 (calculator-op-or-exp): Use string-match-p.
5509
5510 * dired.el (dired-buffer-more-recently-used-p): Declare.
5511 (dired-insert-set-properties, dired-insert-old-subdirs):
5512 Use ignore-errors.
5513
5514 * dired-aux.el (dired-compress): Use ignore-errors.
5515 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
5516 (dired-do-async-shell-command, dired-do-shell-command)
5517 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
5518 (dired-insert-subdir-validate): Use string-match-p.
5519 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
5520 (dired-add-entry): Use string-match-p, looking-at-p.
5521 (dired-insert-subdir-newpos): Remove unused local variable.
5522
5523 * filenotify.el (file-notify-callback): Remove unused local variable.
5524
5525 * filesets.el (filesets-error): Mark unused argument.
5526 (filesets-which-command-p, filesets-filter-dir-names)
5527 (filesets-directory-files, filesets-get-external-viewer)
5528 (filesets-ingroup-get-data): Use string-match-p.
5529
5530 * find-file.el (ff-other-file-name, ff-other-file-name)
5531 (ff-find-the-other-file, ff-cc-hh-converter):
5532 Remove unused local variables.
5533 (ff-get-file-name): Use string-match-p.
5534 (ff-all-dirs-under): Use ignore-errors.
5535
5536 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
5537 (follow-select-if-visible): Remove unused local variable.
5538
5539 * forms.el (read-file-filter): Move declaration.
5540 (forms--make-format, forms--make-parser, forms-insert-record):
5541 Quote function with #'.
5542 (forms--update): Use string-match-p. Quote function with #'.
5543
5544 * help-mode.el (help-dir-local-var-def): Mark unused argument.
5545 (help-make-xrefs): Use looking-at-p.
5546 (help-xref-on-pp): Use looking-at-p, ignore-errors.
5547
5548 * ibuffer.el (ibuffer-ext-visible-p): Declare.
5549 (ibuffer-confirm-operation-on): Use string-match-p.
5550
5551 * msb.el (msb-item-handler, msb-dired-item-handler):
5552 Mark unused arguments.
5553
5554 * ses.el (ses-decode-cell-symbol)
5555 (ses-kill-override): Remove unused local variable.
5556 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
5557 (ses-load): Use ignore-errors, looking-at-p.
5558 (ses-jump-safe): Use ignore-errors.
5559 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
5560
5561 * tabify.el (untabify, tabify): Mark unused arguments.
5562
5563 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
5564 Mark unused argument.
5565 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
5566 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
5567
5568 * emacs-lisp/timer.el (timer--time): Define setter with
5569 gv-define-setter to avoid deprecation warning.
5570
5571 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
5572 (*record-cmpl-statistics-p*): Remove (was commented out).
5573 (cmpl-statistics-block): Remove (body was commented out).
5574 All callers changed.
5575 (add-completions-from-buffer, load-completions-from-file):
5576 Remove unused variables.
5577
5578 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
5579
5580 * filecache.el (file-cache-delete-file-list):
5581 Print message only when told so.
5582 (file-cache-files-matching): Use #' in mapconcat argument.
5583
5584 * ffap.el (ffap-url-at-point): Fix reference to variable
5585 thing-at-point-default-mail-uri-scheme.
5586
5587 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5588
5589 * subr.el (define-error): New function.
5590 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
5591 error-file-not-found and define with define-error.
5592 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
5593 and define with define-error.
5594 * userlock.el (file-locked, file-supersession):
5595 * simple.el (mark-inactive):
5596 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
5597 * progmodes/ada-mode.el (ada-mode-errors):
5598 * play/life.el (life-extinct):
5599 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
5600 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
5601 * nxml/rng-util.el (rng-error):
5602 * nxml/rng-uri.el (rng-uri-error):
5603 * nxml/rng-match.el (rng-compile-error):
5604 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
5605 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
5606 * nxml/nxml-rap.el (nxml-scan-error):
5607 * nxml/nxml-outln.el (nxml-outline-error):
5608 * net/soap-client.el (soap-error):
5609 * net/gnutls.el (gnutls-error):
5610 * net/ange-ftp.el (ftp-error):
5611 * mpc.el (mpc-proc-error):
5612 * json.el (json-error, json-readtable-error, json-unknown-keyword)
5613 (json-number-format, json-string-escape, json-string-format)
5614 (json-key-format, json-object-format):
5615 * jka-compr.el (compression-error):
5616 * international/quail.el (quail-error):
5617 * international/kkc.el (kkc-error):
5618 * emacs-lisp/ert.el (ert-test-failed):
5619 * calc/calc.el (calc-error, inexact-result, math-overflow)
5620 (math-underflow):
5621 * bookmark.el (bookmark-error-no-filename):
5622 * epg.el (epg-error): Define with define-error.
5623
5624 * time.el (display-time-event-handler)
5625 (display-time-next-load-average): Don't call sit-for since it seems
5626 unnecessary (bug#15045).
5627
5628 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
5629 Use #' instead of ' to quote functions.
5630 (checkdoc-output-mode): Use setq-local.
5631 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
5632 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
5633 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
5634 (checkdoc-ispell, checkdoc-ispell-current-buffer)
5635 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
5636 (checkdoc-ispell-message-text, checkdoc-ispell-start)
5637 (checkdoc-ispell-continue, checkdoc-ispell-comments)
5638 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
5639
5640 * ido.el (ido-completion-help): Fix up compiler warning.
5641
5642 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
5643
5644 * frameset.el (frameset-p): Add autoload cookie.
5645 (frameset--jump-to-register): New function, based on code moved from
5646 register.el.
5647 (frameset-to-register): Move from register.el. Adapt to `registerv'.
5648
5649 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
5650 (frameset-restore, frameset-save, frameset-session-filter-alist):
5651 Remove declarations.
5652 (register-alist): Doc fix.
5653 (frameset-to-register): Move to frameset.el.
5654 (jump-to-register, describe-register-1): Remove frameset-specific code.
5655
5656 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
5657
5658 * allout-widgets.el (allout-widgets-pre-command-business)
5659 (allout-widgets-post-command-business)
5660 (allout-widgets-after-change-handler)
5661 (allout-decorate-item-and-context, allout-set-boundary-marker)
5662 (allout-body-modification-handler)
5663 (allout-graphics-modification-handler): Mark ignored arguments.
5664 (allout-widgets-post-command-business)
5665 (allout-widgets-exposure-change-processor)
5666 (allout-widgets-exposure-undo-processor)
5667 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
5668 (allout-parse-item-at-point, allout-decorate-item-guides)
5669 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
5670 * allout.el (epa-passphrase-callback-function): Declare.
5671 (allout-overlay-insert-in-front-handler)
5672 (allout-overlay-interior-modification-handler)
5673 (allout-isearch-end-handler, allout-chart-siblings)
5674 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
5675 (allout-yank-processing, allout-process-exposed)
5676 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5677 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
5678 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
5679 (lisp-indent-defform): Mark ignored arguments.
5680 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
5681 (calculate-lisp-indent): Remove unused variables.
5682 * international/characters.el (indian-2-column, arabic-2-column)
5683 (tibetan): Mark ignored arguments.
5684 (use-cjk-char-width-table): Mark ignored arguments.
5685 Remove unused variables.
5686 * international/fontset.el (build-default-fontset-data)
5687 (x-compose-font-name, create-fontset-from-fontset-spec):
5688 Mark ignored arguments.
5689 (fontset-plain-name): Remove unused variables.
5690 * international/mule.el (charset-id, charset-bytes, generic-char-p)
5691 (keyboard-coding-system): Mark ignored arguments.
5692 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
5693 * help.el (resize-temp-buffer-window):
5694 * window.el (display-buffer-in-major-side-window)
5695 (display-buffer-in-side-window, display-buffer-in-previous-window):
5696 Remove unused variables.
5697 * isearch.el (isearch-forward-symbol):
5698 * version.el (emacs-bzr-version-bzr):
5699 * international/mule-cmds.el (current-language-environment):
5700 * term/common-win.el (x-handle-iconic, x-handle-geometry)
5701 (x-handle-display):
5702 * term/pc-win.el (x-list-fonts, x-display-planes)
5703 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
5704 (x-server-version, x-display-screens, x-display-mm-height)
5705 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
5706 (x-selection-owner-p, x-own-selection-internal)
5707 (x-disown-selection-internal, x-get-selection-internal)
5708 (msdos-initialize-window-system):
5709 * term/tty-colors.el (tty-color-alist, tty-color-clear):
5710 * term/x-win.el (x-handle-no-bitmap-icon):
5711 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
5712 (vc-default-find-file-hook, vc-default-extra-menu):
5713 Mark ignored arguments.
5714
5715 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5716
5717 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
5718 break-condition in the context of the debugged code (bug#12685).
5719
5720 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
5721
5722 * comint.el:
5723 Do not use an overlay to highlight the last prompt. (Bug#14744)
5724 (comint-mode): Make comint-last-prompt buffer local.
5725 (comint-last-prompt): New variable.
5726 (comint-last-prompt-overlay): Remove. Superseded by
5727 comint-last-prompt.
5728 (comint-snapshot-last-prompt, comint-output-filter):
5729 Use comint-last-prompt.
5730
5731 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
5732
5733 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
5734 (frameset-save): Check validity of the resulting frameset.
5735
5736 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
5737
5738 * ido.el (ido-record-command): Add doc string.
5739
5740 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
5741
5742 * frameset.el (frameset): Do not disable creation of the default
5743 frameset-p predicate. Doc fix.
5744 (frameset-valid-p): New function, copied from the old predicate-p.
5745 Add additional checks.
5746 (frameset-restore): Check with frameset-valid-p.
5747 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
5748 (frameset-name, frameset-description, frameset-properties)
5749 (frameset-states): Add docstring.
5750 (frameset-session-filter-alist, frameset-persistent-filter-alist)
5751 (frameset-filter-alist): Doc fixes.
5752
5753 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
5754
5755 * frameset.el (frameset-p, frameset-prop): Doc fixes.
5756
5757 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5758
5759 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
5760 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
5761 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
5762 (byte-compile-normal-call): Remove obsolescence check.
5763
5764 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
5765
5766 * frameset.el (frameset-restore): Doc fix.
5767
5768 * register.el (frameset-frame-id, frameset-frame-with-id)
5769 (frameset-p, frameset-restore, frameset-save): Declare.
5770 (register-alist): Document framesets.
5771 (frameset-session-filter-alist): Declare.
5772 (frameset-to-register): New function.
5773 (jump-to-register): Implement jumping to framesets. Doc fix.
5774 (describe-register-1): Describe framesets.
5775
5776 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
5777
5778 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
5779
5780 * desktop.el (desktop-save-frameset): Use new frameset-save args.
5781 Use lexical-binding.
5782
5783 * frameset.el (frameset): Use type vector, not list (incompatible
5784 change). Do not declare a new constructor, use the default one.
5785 Upgrade suggested properties `app', `name' and `desc' to slots `app',
5786 `name' and `description', respectively, and add read-only slot
5787 `timestamp'. Doc fixes.
5788 (frameset-copy, frameset-persistent-filter-alist)
5789 (frameset-filter-alist, frameset-switch-to-gui-p)
5790 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
5791 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
5792 (frameset-filter-iconified, frameset-keep-original-display-p):
5793 Doc fixes.
5794 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
5795 Rename from frameset-filter-(save|restore)-param. All callers changed.
5796 Doc fix.
5797 (frameset-p): Adapt to change to vector and be more thorough.
5798 Change arg name to OBJECT. Doc fix.
5799 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
5800 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
5801 All callers changed.
5802 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
5803 All callers changed.
5804 (frameset--record-minibuffer-relationships): Rename from
5805 frameset--process-minibuffer-frames. All callers changed.
5806 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
5807 Use new default constructor (again). Doc fix.
5808 (frameset--find-frame-if): Rename from `frameset--find-frame.
5809 All callers changed.
5810 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
5811 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
5812 Doc fix.
5813 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
5814 PARAMETERS and WINDOW-STATE, respectively.
5815 (frameset-restore): Add new keyword argument PREDICATE.
5816 Reset frameset--target-display to nil. Doc fix.
5817
5818 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
5821 (bat-mode): Use it.
5822 (bat-mode-syntax-table): Mark \n as end-of-comment.
5823 (bat-font-lock-keywords): Remove comment rule.
5824
5825 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
5826 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
5827
5828 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
5829 (byte-compile-callargs-warn): Use `push'.
5830 (byte-compile-arglist-warn): Ignore higher-order "calls".
5831 (byte-compile-file-form-autoload): Use `pcase'.
5832 (byte-compile-function-form): If quoting a symbol, check that it exists.
5833
5834 2013-08-07 Eli Zaretskii <eliz@gnu.org>
5835
5836 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
5837 and add a few popular commands found in batch files.
5838 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
5839 (dos-mode): Doc fixes.
5840
5841 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5842
5843 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
5844 (dos-mode): Use setq-local. Add space after "rem".
5845 (dos-mode-syntax-table): Don't use "w" for symbol chars.
5846 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
5847
5848 2013-08-07 Arni Magnusson <arnima@hafro.is>
5849
5850 * progmodes/dos.el: New file.
5851 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
5852 dos-mode.
5853
5854 2013-08-06 Glenn Morris <rgm@gnu.org>
5855
5856 * calendar/calendar.el: Add new faces, and day-header-array.
5857 (calendar-weekday-header, calendar-weekend-header)
5858 (calendar-month-header): New faces.
5859 (calendar-day-header-construct): New function.
5860 (calendar-day-header-width): Also :set calendar-day-header-array.
5861 (calendar-american-month-header, calendar-european-month-header)
5862 (calendar-iso-month-header): Use calendar- faces.
5863 (calendar-generate-month):
5864 Use calendar-day-header-array for day headers; apply faces to them.
5865 (calendar-mode): Check calendar-font-lock-keywords non-nil.
5866 (calendar-abbrev-construct): Add optional maxlen argument.
5867 (calendar-day-name-array): Doc fix.
5868 (calendar-day-name-array, calendar-abbrev-length)
5869 (calendar-day-abbrev-array):
5870 Also :set calendar-day-header-array, and maybe redraw.
5871 (calendar-day-header-array): New option. (Bug#15007)
5872 (calendar-font-lock-keywords): Set to nil and make obsolete.
5873 (calendar-day-name): Add option to use header array.
5874
5875 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5876
5877 * net/shr.el (shr-render-td): Remove debugging.
5878 (shr-render-td): Make width computation consistent by defaulting
5879 all zero-width columns to 10 characters. This may not be optimal,
5880 but it's at least consistent.
5881 (shr-make-table-1): Redo last change to fix the real problem in
5882 colspan handling.
5883
5884 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
5885
5886 * files.el (cache-long-line-scans):
5887 Make obsolete alias to `cache-long-scans'.
5888
5889 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
5890
5891 * frameset.el (frameset, frameset-filter-alist)
5892 (frameset-filter-params, frameset-save, frameset--reuse-frame)
5893 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
5894 (frameset-compute-pos): Rename from frameset--compute-pos,
5895 and add docstring.
5896 (frameset-move-onscreen): Use frameset-compute-pos.
5897 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
5898
5899 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
5900 Fix typos in docstrings.
5901
5902 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
5903
5904 * frame.el (get-other-frame): Tiny cleanup.
5905
5906 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
5907
5908 * vc/vc.el (vc-default-ignore-completion-table):
5909 Silence byte-compiler warning.
5910
5911 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
5912 slot , which can indeed be nil.
5913 (frameset-live-filter-alist, frameset-persistent-filter-alist):
5914 Move entry for `left' from persistent to live filter alist.
5915 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
5916 Doc fixes.
5917 (frameset-filter-params): When restoring a frame, copy items added to
5918 `filtered', to avoid unwittingly modifying the original parameters.
5919 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
5920 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
5921
5922 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
5923 to use looking-at-p instead of looking-at. (Bug#15028)
5924
5925 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5926
5927 Revert introduction of isearch-filter-predicates (bug#14714).
5928 Rely on add-function instead.
5929 * isearch.el (isearch-filter-predicates): Rename it back to
5930 isearch-filter-predicate.
5931 (isearch-message-prefix): Use advice-function-mapc and advice
5932 properties to get the isearch-message-prefix.
5933 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
5934 instead of run-hook-with-args-until-failure.
5935 (isearch-filter-visible): Not obsolete any more.
5936 * loadup.el: Preload nadvice.
5937 * replace.el (perform-replace): Revert to funcall
5938 instead of run-hook-with-args-until-failure.
5939 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
5940 * dired-aux.el (dired-isearch-filenames-mode): Rename from
5941 dired-isearch-filenames-toggle; make it into a proper minor mode.
5942 Use add/remove-function.
5943 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
5944 Call the minor-mode rather than add/remove-hook.
5945 (dired-isearch-filter-filenames):
5946 Remove isearch-message-prefix property.
5947 * info.el (Info--search-loop): New function, extracted from Info-search.
5948 Funcall isearch-filter-predicate instead of
5949 run-hook-with-args-until-failure isearch-filter-predicates.
5950 (Info-search): Use it.
5951 (Info-mode): Use isearch-filter-predicate instead of
5952 isearch-filter-predicates.
5953
5954 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
5955
5956 Do not call to `selected-window' where it is assumed by default.
5957 Affected functions are `window-minibuffer-p', `window-dedicated-p',
5958 `window-hscroll', `window-width', `window-height', `window-buffer',
5959 `window-frame', `window-start', `window-point', `next-window'
5960 and `window-display-table'.
5961 * abbrev.el (abbrev--default-expand):
5962 * bs.el (bs--show-with-configuration):
5963 * buff-menu.el (Buffer-menu-mouse-select):
5964 * calc/calc.el (calc):
5965 * calendar/calendar.el (calendar-generate-window):
5966 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
5967 (diary-make-entry):
5968 * comint.el (send-invisible, comint-dynamic-complete-filename)
5969 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
5970 * completion.el (complete):
5971 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
5972 * disp-table.el (describe-current-display-table):
5973 * doc-view.el (doc-view-insert-image):
5974 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
5975 * ehelp.el (with-electric-help):
5976 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5977 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
5978 * emacs-lisp/helper.el (Helper-help-scroller):
5979 * emulation/cua-base.el (cua--post-command-handler-1):
5980 * eshell/esh-mode.el (eshell-output-filter):
5981 * ffap.el (ffap-gnus-wrapper):
5982 * help-macro.el (make-help-screen):
5983 * hilit-chg.el (highlight-compare-buffers):
5984 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
5985 * hl-line.el (global-hl-line-highlight):
5986 * icomplete.el (icomplete-simple-completing-p):
5987 * isearch.el (isearch-done):
5988 * jit-lock.el (jit-lock-stealth-fontify):
5989 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
5990 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
5991 * mpc.el (mpc-tagbrowser, mpc):
5992 * net/rcirc.el (rcirc-any-buffer):
5993 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
5994 * play/landmark.el (landmark-max-width, landmark-max-height):
5995 * play/zone.el (zone):
5996 * progmodes/compile.el (compilation-goto-locus):
5997 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
5998 * progmodes/etags.el (find-tag-other-window):
5999 * progmodes/fortran.el (fortran-column-ruler):
6000 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6001 * progmodes/verilog-mode.el (verilog-point-text):
6002 * reposition.el (reposition-window):
6003 * rot13.el (toggle-rot13-mode):
6004 * server.el (server-switch-buffer):
6005 * shell.el (shell-dynamic-complete-command)
6006 (shell-dynamic-complete-environment-variable):
6007 * simple.el (insert-buffer, set-selective-display)
6008 (delete-completion-window):
6009 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
6010 (speedbar-recenter):
6011 * startup.el (fancy-splash-head):
6012 * textmodes/ispell.el (ispell-command-loop):
6013 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
6014 * tutorial.el (help-with-tutorial):
6015 * vc/add-log.el (add-change-log-entry):
6016 * vc/compare-w.el (compare-windows):
6017 * vc/ediff-help.el (ediff-indent-help-message):
6018 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
6019 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
6020 (ediff-setup-control-frame):
6021 * vc/emerge.el (emerge-position-region):
6022 * vc/pcvs-util.el (cvs-bury-buffer):
6023 * window.el (walk-windows, mouse-autoselect-window-select):
6024 * winner.el (winner-set-conf, winner-undo): Related users changed.
6025
6026 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
6027
6028 * frameset.el (frameset--set-id): Doc fix.
6029 (frameset-frame-id, frameset-frame-id-equal-p)
6030 (frameset-locate-frame-id): New functions.
6031 (frameset--process-minibuffer-frames, frameset--reuse-frame)
6032 (frameset-restore): Use them.
6033
6034 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
6035
6036 Do not call to `selected-frame' where it is assumed by default.
6037 Affected functions are `raise-frame', `redraw-frame',
6038 `frame-first-window', `frame-terminal' and `delete-frame'.
6039 * calendar/appt.el (appt-disp-window):
6040 * epg.el (epg-wait-for-completion):
6041 * follow.el (follow-delete-other-windows-and-split)
6042 (follow-avoid-tail-recenter):
6043 * international/mule.el (set-terminal-coding-system):
6044 * mail/rmail.el (rmail-mail-return):
6045 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6046 * progmodes/f90.el (f90-add-imenu-menu):
6047 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
6048 * server.el (server-switch-buffer):
6049 * simple.el (delete-completion-window):
6050 * talk.el (talk):
6051 * term/xterm.el (terminal-init-xterm-modify-other-keys)
6052 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
6053 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
6054 * vc/ediff.el (ediff-documentation): Related users changed.
6055 * frame.el (selected-terminal): Remove the leftover.
6056
6057 2013-08-05 Glenn Morris <rgm@gnu.org>
6058
6059 * calendar/calendar.el (calendar-generate-month):
6060 Fix for calendar-column-width != 1 + calendar-day-digit-width.
6061 (calendar-generate-month, calendar-font-lock-keywords):
6062 Fix for calendar-day-header-width > length of any day name.
6063
6064 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
6065
6066 * desktop.el (desktop-clear): Use new name of sort predicate.
6067
6068 * frameset.el (frameset): Add docstring. Move :version property to its
6069 own `version' slot.
6070 (frameset-copy): Rename from copy-frameset.
6071 (frameset-p): Check more thoroughly.
6072 (frameset-prop): Do not check for :version, which is no longer a prop.
6073 (frameset-live-filter-alist, frameset-persistent-filter-alist):
6074 Use new :never value instead of t.
6075 (frameset-filter-alist): Expand and clarify docstring.
6076 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
6077 (frameset-filter-minibuffer, frameset-filter-save-param)
6078 (frameset-filter-restore-param, frameset-filter-iconified):
6079 Add pointer to docstring of frameset-filter-alist.
6080 (frameset-filter-params): Rename filter values to be more meaningful:
6081 :never instead of t, and reverse the meanings of :save and :restore.
6082 (frameset--process-minibuffer-frames): Clarify error message.
6083 (frameset-save): Avoid unnecessary and confusing call to framep.
6084 Use new BOA constructor for framesets.
6085 (frameset--reuse-list): Doc fix.
6086 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
6087 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
6088 (frameset-minibufferless-first-p): Doc fix.
6089 Rename from frameset-sort-frames-for-deletion.
6090 (frameset-restore): Doc fixes. Use new function names.
6091 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
6092
6093 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
6094
6095 * desktop.el (desktop-restore-forces-onscreen)
6096 (desktop-restore-reuses-frames): Document :keyword constant values.
6097 (desktop-filter-parameters-alist): Remove, now identical to
6098 frameset-filter-alist.
6099 (desktop--filter-tty*): Remove, moved to frameset.el.
6100 (desktop-save-frameset, desktop-restore-frameset):
6101 Do not pass :filters argument.
6102
6103 * frameset.el (frameset-live-filter-alist)
6104 (frameset-persistent-filter-alist): New variables.
6105 (frameset-filter-alist): Use them. Add autoload cookie.
6106 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
6107 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
6108 `frameset--id' (it's supposed to be internal to frameset.el).
6109 (frameset--process-minibuffer-frames): Ditto. Doc fix.
6110 (frameset--initial-params): New function.
6111 (frameset--get-frame): Use it. Doc fix.
6112 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
6113 Accept :all, not 'all.
6114 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
6115 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
6116 with fbound symbols. Fix frame id matching, and remove matching ids if
6117 the frame being restored is deleted. Obey :delete.
6118
6119 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
6120
6121 * subr.el (macrop): New function.
6122 (text-clone--maintaining): New var.
6123 (text-clone--maintain): Rename from text-clone-maintain. Use it
6124 instead of inhibit-modification-hooks.
6125
6126 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
6127 a proxy, so as handle autoloads and redefinitions of the target.
6128 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
6129
6130 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
6131 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
6132 (pcase--mutually-exclusive-p): New function.
6133 (pcase--split-consp): Use it.
6134 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
6135 mutually exclusive with the current predicate.
6136
6137 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
6138 (edebug-macrop): Remove. Use `macrop' instead.
6139 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
6140 (ad-macro-p):
6141 * eshell/esh-cmd.el (eshell-macrop):
6142 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
6143
6144 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
6145
6146 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
6147 (advice-mapc): New function, using it.
6148 (advice-function-member-p): New function.
6149 (advice--normalize): Store the cdr in advice--saved-rewrite since
6150 that's the part that will be changed.
6151 (advice--symbol-function): New function.
6152 (advice-remove): Handle removal before the function is defined.
6153 Adjust to new advice--saved-rewrite.
6154 (advice-member-p): Use advice-function-member-p and
6155 advice--symbol-function.
6156
6157 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
6158
6159 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
6160 (frameset-filter-minibuffer): Doc fix.
6161 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
6162 (frameset--set-id, frameset--process-minibuffer-frames)
6163 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
6164 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
6165
6166 * desktop.el (desktop-clear): Only delete frames when called
6167 interactively and desktop-restore-frames is non-nil. Doc fix.
6168 (desktop-read): Set desktop-saved-frameset to nil.
6169
6170 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
6171
6172 * vc/vc.el (vc-ignore): Rewrite.
6173 (vc-default-ignore-completion-table):
6174 (vc--read-lines):
6175 (vc--add-line, vc--remove-regexp): New functions.
6176
6177 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
6178 (vc-svn-ignore-completion-table): New function.
6179
6180 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
6181 (vc-hg-ignore-completion-table):
6182 (vc-hg-find-ignore-file): New functions.
6183
6184 * vc/vc-git.el (vc-git-ignore): Rewrite.
6185 (vc-git-ignore-completion-table):
6186 (vc-git-find-ignore-file): New functions.
6187
6188 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
6189
6190 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
6191 (vc-bzr-ignore-completion-table):
6192 (vc-bzr-find-ignore-file): New functions.
6193
6194 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
6195
6196 * frameset.el (frameset-prop): New function and setter.
6197 (frameset-save): Do not modify frame list passed by the caller.
6198
6199 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6200
6201 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
6202
6203 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
6204
6205 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
6206 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
6207
6208 * custom.el (custom-initialize-default, custom-initialize-set)
6209 (custom-initialize-reset, custom-initialize-changed): Affect the
6210 toplevel-default-value (bug#6275, bug#14586).
6211 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
6212 for bug#6275.
6213
6214 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
6215
6216 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6217 Add cl-def* expressions.
6218
6219 * frameset.el (frameset-filter-params): Fix order of arguments.
6220
6221 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
6222
6223 Move code related to saving frames to frameset.el.
6224 * desktop.el: Require frameset.
6225 (desktop-restore-frames): Doc fix.
6226 (desktop-restore-reuses-frames): Rename from
6227 desktop-restoring-reuses-frames.
6228 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
6229 (desktop-clear): Clear frames too.
6230 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
6231 (desktop--filter-tty*, desktop-save, desktop-read):
6232 Use frameset functions.
6233 (desktop-before-saving-frames-functions, desktop--filter-*-color)
6234 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
6235 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
6236 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
6237 (desktop--process-minibuffer-frames, desktop-save-frames)
6238 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
6239 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
6240 (desktop--sort-states, desktop-restoring-frames-p)
6241 (desktop-restore-frames): Remove. Most code moved to frameset.el.
6242 (desktop-restoring-frameset-p, desktop-restore-frameset)
6243 (desktop--check-dont-save, desktop-save-frameset): New functions.
6244 (desktop--app-id): New constant.
6245 (desktop-first-buffer, desktop-buffer-ok-count)
6246 (desktop-buffer-fail-count): Move before first use.
6247 * frameset.el: New file.
6248
6249 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6250
6251 * files.el: Use lexical-binding.
6252 (dir-locals-read-from-file): Remove unused `err' variable.
6253 (hack-dir-local-variables--warned-coding): New var.
6254 (hack-dir-local-variables): Use it to avoid repeated warnings.
6255 (make-backup-file-name--default-function): New function.
6256 (make-backup-file-name-function): Use it as default.
6257 (buffer-stale--default-function): New function.
6258 (buffer-stale-function): Use it as default.
6259 (revert-buffer-insert-file-contents--default-function): New function.
6260 (revert-buffer-insert-file-contents-function): Use it as default.
6261 (insert-directory): Avoid add-to-list.
6262
6263 * autorevert.el (auto-revert-handler): Simplify.
6264 Use buffer-stale--default-function.
6265
6266 2013-08-01 Tassilo Horn <tsdh@gnu.org>
6267
6268 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
6269
6270 * whitespace.el (whitespace-ensure-local-variables): New function.
6271 (whitespace-cleanup-region): Call it.
6272 (whitespace-turn-on): Call it.
6273
6274 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
6275
6276 Complete file name handlers.
6277
6278 * net/tramp.el (tramp-handle-set-visited-file-modtime)
6279 (tramp-handle-verify-visited-file-modtime)
6280 (tramp-handle-file-notify-rm-watch): New functions.
6281 (tramp-call-process): Do not bind `default-directory'.
6282
6283 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6284 Order alphabetically.
6285 [access-file, add-name-to-file, dired-call-process]:
6286 [dired-compress-file, file-acl, file-notify-rm-watch]:
6287 [file-ownership-preserved-p, file-selinux-context]:
6288 [make-directory-internal, make-symbolic-link, set-file-acl]:
6289 [set-file-selinux-context, set-visited-file-modtime]:
6290 [verify-visited-file-modtime]: Add handler.
6291 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
6292
6293 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
6294 [file-notify-add-watch, file-notify-rm-watch]:
6295 [set-file-times, set-visited-file-modtime]:
6296 [verify-visited-file-modtime]: Add handler.
6297 (with-tramp-gvfs-error-message)
6298 (tramp-gvfs-handle-set-visited-file-modtime)
6299 (tramp-gvfs-fuse-file-name): Remove.
6300 (tramp-gvfs-handle-file-notify-add-watch)
6301 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
6302 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
6303
6304 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6305 Order alphabetically.
6306 [file-notify-rm-watch ]: Use default Tramp handler.
6307 [executable-find]: Remove private handler.
6308 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
6309 `default-directory'.
6310 (tramp-sh-handle-executable-find)
6311 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
6312 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6313 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
6314 Do not use `format' in `tramp-message'.
6315
6316 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
6317 [file-notify-rm-watch, set-visited-file-modtime]:
6318 [verify-visited-file-modtime]: Add handler.
6319 (tramp-smb-call-winexe): Do not bind `default-directory'.
6320
6321 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
6322
6323 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
6324
6325 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
6326
6327 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
6328 use it.
6329 (log-view-diff-changeset): Same.
6330 (log-view-diff-common): Call backend command `previous-revision'
6331 to find out the previous revision, in both cases. Swap the
6332 variables `to' and `fr', so that `fr' usually refers to the
6333 earlier revision (Bug#14989).
6334
6335 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
6336
6337 * ibuf-ext.el (ibuffer-filter-by-filename):
6338 Make it work with dired buffers too.
6339
6340 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
6341
6342 * emacs-lisp/re-builder.el (reb-color-display-p):
6343 * files.el (save-buffers-kill-terminal):
6344 * net/browse-url.el (browse-url):
6345 * server.el (server-save-buffers-kill-terminal):
6346 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
6347 Prefer nil to selected-frame for the first arg of frame-parameter.
6348
6349 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
6350
6351 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
6352
6353 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
6354
6355 * minibuffer.el (completion--twq-all): Try and preserve each
6356 completion's case choice (bug#14907).
6357
6358 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6359
6360 * net/network-stream.el (open-network-stream): Mention the new
6361 :nogreeting parameter.
6362 (network-stream-open-starttls): Use the :nogreeting parameter
6363 (bug#14938).
6364
6365 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
6366
6367 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
6368 more natural than popping.
6369
6370 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
6371 (shr-urlify): Highlight under mouse.
6372
6373 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
6374
6375 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
6376
6377 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
6378
6379 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
6380 buffer for output.
6381
6382 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
6383 point-min==1. Fix search string. Fix parentheses missing.
6384
6385 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
6386 assume point-min==1. Fix search string. Fix parentheses missing.
6387
6388 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
6389
6390 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
6391 buffer for output.
6392
6393 2013-07-29 Eli Zaretskii <eliz@gnu.org>
6394
6395 * frame.el (frame-notice-user-settings): Avoid inflooping when the
6396 initial frame is minibuffer-less. (Bug#14841)
6397
6398 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
6399
6400 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
6401 option.
6402
6403 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6404 (tramp-maybe-open-connection): Use it.
6405
6406 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
6407
6408 * desktop.el (desktop--make-frame): Include `minibuffer' in the
6409 minimal set of parameters passed when creating a frame, because
6410 the minibuffer status of a frame cannot be changed later.
6411
6412 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
6413
6414 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
6415 replace-regexp-in-string and inadvertent omissions in previous change.
6416 (todo-filter-items): Ensure only file names are comma-separated in
6417 name of filtered items buffer.
6418
6419 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
6420
6421 * desktop.el: Optionally force offscreen frames back onscreen.
6422 (desktop-restoring-reuses-frames): New option.
6423 (desktop--compute-pos, desktop--move-onscreen): New functions.
6424 (desktop--make-frame): Use desktop--move-onscreen.
6425
6426 2013-07-27 Alan Mackenzie <acm@muc.de>
6427
6428 Fontify a Java generic method as a function.
6429 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
6430 value to t.
6431
6432 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
6433
6434 * calendar/todo-mode.el: Add command to rename todo files.
6435 (todo-rename-file): New command.
6436 (todo-key-bindings-t): Add key binding for it. Change the
6437 bindings of todo-filter-regexp-items(-multifile) to use `x'
6438 instead of `r', since the latter is better suited to the new
6439 renaming command.
6440
6441 2013-07-27 Alan Mackenzie <acm@muc.de>
6442
6443 Make Java try-with-resources statement parse properly.
6444 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
6445 (c-block-stmt-1-2-key): New language constants/variables.
6446 * progmodes/cc-engine.el (c-beginning-of-statement-1)
6447 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
6448 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
6449 with c-block-stmt-1-2-key.
6450
6451 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
6452
6453 * desktop.el (desktop--make-frame): Apply most frame parameters after
6454 creating the frame to force (partially or totally) offscreen frames to
6455 be restored as such.
6456
6457 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
6458
6459 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
6460 (Bug#14948)
6461
6462 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6463
6464 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
6465 `base' arg of backtrace-frame.
6466
6467 2013-07-26 Eli Zaretskii <eliz@gnu.org>
6468
6469 * simple.el (list-processes): Doc fix.
6470
6471 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
6472
6473 * desktop.el (desktop--select-frame):
6474 Try harder to reuse existing frames.
6475
6476 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6477
6478 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
6479 (edebug-eval): Use backtrace-eval.
6480 (edebug--display, edebug--recursive-edit): Don't let-bind the
6481 edebug-outer-* vars that keep track of variables we locally let-bind.
6482 (edebug-outside-excursion): Don't restore outside values of locally
6483 let-bound vars.
6484 (edebug--display): Use user-error.
6485 (cl-lexical-debug, cl-debug-env): Remove.
6486
6487 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
6488
6489 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
6490 are restored to be sure that they are visible before deleting any
6491 remaining ones.
6492
6493 2013-07-26 Matthias Meulien <orontee@gmail.com>
6494
6495 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
6496 vc-print-root-log. (Bug#14948)
6497
6498 2013-07-26 Richard Stallman <rms@gnu.org>
6499
6500 Add aliases for encrypting mail.
6501 * epa.el (epa-mail-aliases): New option.
6502 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
6503 Bind inhibit-read-only so read-only text doesn't ruin everything.
6504 (epa-mail-default-recipients): New subroutine broken out.
6505 Handle epa-mail-aliases.
6506
6507 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6508
6509 Add support for lexical variables to the debugger's `e' command.
6510 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
6511 vars, except for debugger-outer-match-data.
6512 (debugger-frame-number): Move check for "on a function call" from
6513 callers into it. Add `skip-base' argument.
6514 (debugger-frame, debugger-frame-clear): Simplify accordingly.
6515 (debugger-env-macro): Only reset the state stored in non-variables,
6516 i.e. current-buffer and match-data.
6517 (debugger-eval-expression): Rewrite using backtrace-eval.
6518 * subr.el (internal--called-interactively-p--get-frame): Remove.
6519 (called-interactively-p):
6520 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
6521 `base' arg of backtrace-frame instead.
6522
6523 2013-07-26 Glenn Morris <rgm@gnu.org>
6524
6525 * align.el (align-regexp): Doc fix. (Bug#14857)
6526 (align-region): Explicit error if subexpression missing/does not match.
6527
6528 * simple.el (global-visual-line-mode):
6529 Do not duplicate the mode lighter. (Bug#14858)
6530
6531 2013-07-25 Martin Rudalics <rudalics@gmx.at>
6532
6533 * window.el (display-buffer): In display-buffer bind
6534 split-window-keep-point to t, bug#14829.
6535
6536 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
6537
6538 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
6539 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
6540 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
6541 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6542 Change accordingly.
6543 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6544 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
6545
6546 2013-07-25 Glenn Morris <rgm@gnu.org>
6547
6548 * dired-x.el (dired-mark-extension): Convert comment to doc string.
6549
6550 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
6551
6552 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
6553 parameter to modify-frame-parameters if the value has not changed;
6554 this is a workaround for bug#14949.
6555 (desktop--make-frame): On cl-delete-if call, check parameter name,
6556 not full parameter.
6557
6558 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
6559
6560 * vc/vc.el (vc-ignore): New function.
6561
6562 * vc/vc-svn.el (vc-svn-ignore): New function.
6563
6564 * vc/vc-hg.el (vc-hg-ignore): New function.
6565
6566 * vc/vc-git.el (vc-git-ignore): New function.
6567
6568 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
6569 (vc-dir-ignore): New function.
6570
6571 * vc/vc-cvs.el (vc-cvs-ignore): New function.
6572 (cvs-append-to-ignore): Move here from pcvs.el.
6573
6574 * vc/vc-bzr.el (vc-bzr-ignore): New function.
6575
6576 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
6577
6578 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
6579
6580 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
6581 (desktop-restore-frames): Warn when deleting an existing frame failed.
6582
6583 2013-07-24 Glenn Morris <rgm@gnu.org>
6584
6585 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
6586
6587 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
6588
6589 * filenotify.el (file-notify-supported-p):
6590 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6591 Remove functions.
6592
6593 * autorevert.el (auto-revert-use-notify):
6594 (auto-revert-notify-add-watch):
6595 * net/tramp.el (tramp-file-name-for-operation):
6596 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6597 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6598 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6599 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6600 Remove `file-notify-supported-p' entry.
6601
6602 2013-07-24 Glenn Morris <rgm@gnu.org>
6603
6604 * printing.el: Replace all uses of deleted ps-windows-system,
6605 ps-lp-system, ps-flatten-list with lpr- versions.
6606
6607 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6608
6609 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
6610 checked with memq (bug#14935).
6611
6612 * files.el (revert-buffer-function): Use a non-nil default.
6613 (revert-buffer-preserve-modes): Declare var to
6614 provide access to the `preserve-modes' argument.
6615 (revert-buffer): Let-bind it.
6616 (revert-buffer--default): New function, extracted from revert-buffer.
6617
6618 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6619
6620 * lpr.el: Signal print errors more prominently.
6621 (print-region-function): Don't default to nil.
6622 (lpr-print-region): New function, extracted from print-region-1.
6623 Check lpr's return value and signal an error in case of problem.
6624 (print-region-1): Use it.
6625 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
6626 versions instead.
6627 (ps-printer-name): Default to nil.
6628 (ps-printer-name-option): Default to lpr-printer-switch.
6629 (ps-print-region-function): Don't default to nil.
6630 (ps-postscript-code-directory): Simplify default.
6631 (ps-do-despool): Use lpr-print-region to properly check the outcome.
6632 (ps-string-list, ps-eval-switch, ps-flatten-list)
6633 (ps-flatten-list-1): Remove.
6634 (ps-multibyte-buffer): Avoid setq.
6635 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
6636 (print-region-function, ps-print-region-function): Don't set them here.
6637
6638 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
6639
6640 * ido.el (ido-fractionp):
6641 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
6642 (ido-max-file-prompt-width, ido-unc-hosts-cache)
6643 (ido-max-directory-size, ido-max-dir-file-cache)
6644 (ido-decorations): Doc fix.
6645
6646 * ansi-color.el: Fix old URL.
6647
6648 2013-07-23 Michael R. Mauger <michael@mauger.com>
6649
6650 * progmodes/sql.el: Version 3.3
6651 (sql-product-alist): Improve oracle :prompt-cont-regexp.
6652 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
6653 (sql-interactive-remove-continuation-prompt): Rewrite, use
6654 functions above. Fix continuation prompt and complete output line
6655 handling.
6656 (sql-redirect-one, sql-execute): Use `read-only-mode' on
6657 redirected output buffer.
6658 (sql-mode): Restore deleted code (Bug#13591).
6659
6660 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
6661
6662 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
6663
6664 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
6665
6666 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
6667
6668 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6669 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6670 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
6671
6672 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
6673
6674 * desktop.el (desktop-clear): Simplify; remove useless checks
6675 against invalid buffer names.
6676 (desktop-list*): Use cl-list*.
6677 (desktop-buffer-info, desktop-create-buffer): Simplify.
6678
6679 2013-07-23 Leo Liu <sdl.web@gmail.com>
6680
6681 * bookmark.el (bookmark-make-record): Restore NAME as a default
6682 value. (Bug#14933)
6683
6684 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6685
6686 * emacs-lisp/autoload.el (autoload--setup-output): New function,
6687 extracted from autoload--insert-text.
6688 (autoload--insert-text): Remove.
6689 (autoload--print-cookie-text): New function, extracted from
6690 autoload--insert-cookie-text.
6691 (autoload--insert-cookie-text): Remove.
6692 (autoload-generate-file-autoloads): Adjust calls accordingly.
6693
6694 * winner.el (winner-hook-installed-p): Remove.
6695 (winner-mode): Simplify accordingly.
6696
6697 * subr.el (add-to-list): Fix compiler-macro when `append' is
6698 not constant. Don't use `cl-member' for the base case.
6699
6700 * progmodes/subword.el: Fix boundary case (bug#13758).
6701 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
6702 own group.
6703 (subword-backward-regexp): Make it a constant.
6704 (subword-forward-internal): Don't treat a trailing capital as the
6705 beginning of a word.
6706
6707 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
6708
6709 * emacs-lisp/package.el (package-menu-mode): Don't modify the
6710 global value of tabulated-list-revert-hook (bug#14930).
6711
6712 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
6713
6714 * desktop.el: Require 'cl-lib.
6715 (desktop-before-saving-frames-functions): New hook.
6716 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
6717 for frames being saved. Rename from desktop--save-minibuffer-frames.
6718 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
6719 Do not save frames with non-nil `desktop-dont-save' parameter.
6720 Filter out deleted frames.
6721 (desktop--find-frame): Use cl-find-if.
6722 (desktop--select-frame): Use cl-(first|second|third) to access values
6723 of desktop-mini.
6724 (desktop--make-frame): Use cl-delete-if.
6725 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
6726 (desktop-restore-frames): Use cl-(first|second|third) to access values
6727 of desktop-mini. Look for visible frame at the end, not while
6728 restoring frames.
6729
6730 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
6731 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
6732 Use string-match-p, looking-at-p (bug#14927).
6733
6734 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
6735
6736 * desktop.el (desktop-saved-frame-states):
6737 Rename from desktop--saved-states; all users changed.
6738 (desktop-save-frames): Rename from desktop--save-frames.
6739 Do not save state to desktop file.
6740 (desktop-save): Save desktop-saved-frame-states to desktop file
6741 and reset to nil.
6742 (desktop-restoring-frames-p): New function.
6743 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
6744 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
6745 buffer-lists when restoring frames. Suggested by Martin Rudalics.
6746
6747 * desktop.el: Correctly restore iconified frames.
6748 (desktop--filter-iconified-position): New function.
6749 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
6750
6751 2013-07-20 Glenn Morris <rgm@gnu.org>
6752
6753 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
6754 Let `message' do the formatting.
6755 (def-gdb-preempt-display-buffer): Add explicit format.
6756
6757 * image-dired.el (image-dired-track-original-file):
6758 Use with-current-buffer.
6759 (image-dired-track-thumbnail): Use with-current-buffer.
6760 Avoid changing point of wrong window.
6761
6762 * image-dired.el (image-dired-track-original-file):
6763 Avoid changing point of wrong window. (Bug#14909)
6764
6765 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
6766
6767 * progmodes/gdb-mi.el (gdb-done-or-error):
6768 Guard against "%" in gdb output. (Bug#14127)
6769
6770 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
6771
6772 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
6773 (Bug#14826)
6774
6775 * international/mule.el (coding-system-iso-2022-flags): Fix last
6776 change.
6777
6778 2013-07-20 Kenichi Handa <handa@gnu.org>
6779
6780 * international/mule.el (coding-system-iso-2022-flags):
6781 Add `8-bit-level-4'. (Bug#8522)
6782
6783 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6784
6785 * net/shr.el (shr-mouse-browse-url): New command and keystroke
6786 (bug#14815).
6787
6788 * net/eww.el (eww-process-text-input): Allow inputting when the
6789 point is at the start of the line, as the properties aren't
6790 front-sticky.
6791
6792 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
6793 degenerate widths.
6794
6795 2013-07-19 Richard Stallman <rms@gnu.org>
6796
6797 * epa.el (epa-popup-info-window): Doc fix.
6798
6799 * subr.el (split-string): New arg TRIM.
6800
6801 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
6802
6803 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
6804 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
6805
6806 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
6807
6808 * filenotify.el (file-notify--library): Rename from
6809 `file-notify-support'. Do not autoload. Adapt all uses.
6810 (file-notify-supported-p): New defun.
6811
6812 * autorevert.el (auto-revert-use-notify):
6813 Use `file-notify-supported-p' instead of `file-notify-support'.
6814 Adapt docstring.
6815 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
6816
6817 * net/tramp.el (tramp-file-name-for-operation):
6818 Add `file-notify-supported-p'.
6819
6820 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6821 New defun.
6822 (tramp-sh-file-name-handler-alist): Add it as handler for
6823 `file-notify-supported-p '.
6824
6825 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6826 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6827 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6828 Add `ignore' as handler for `file-notify-*' functions.
6829
6830 2013-07-17 Eli Zaretskii <eliz@gnu.org>
6831
6832 * simple.el (line-move-partial, line-move): Don't start vscroll or
6833 scroll-up if the current line is not taller than the window.
6834 (Bug#14881)
6835
6836 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
6837
6838 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
6839 highlight question marks in the method names as strings.
6840 (ruby-block-beg-keywords): Inline.
6841 (ruby-font-lock-keyword-beg-re): Extract from
6842 `ruby-font-lock-keywords'.
6843
6844 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
6845
6846 * frame.el (blink-cursor-blinks): New defcustom.
6847 (blink-cursor-blinks-done): New defvar.
6848 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
6849 (blink-cursor-timer-function): Check if number of blinks has been
6850 done on X and NS.
6851 (blink-cursor-suspend, blink-cursor-check): New defuns.
6852
6853 2013-07-15 Glenn Morris <rgm@gnu.org>
6854
6855 * edmacro.el (edmacro-format-keys): Fix previous change.
6856
6857 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
6858
6859 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
6860 The hack didn't work outside English locales anyway.
6861
6862 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
6863
6864 * simple.el (define-alternatives): Rename from alternatives-define,
6865 per RMS' suggestion.
6866
6867 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
6868
6869 * desktop.el (desktop-restore-frames): Change default to t.
6870 (desktop-restore-in-current-display): Now offer more options.
6871 (desktop-restoring-reuses-frames): New customization option.
6872 (desktop--saved-states): Doc fix.
6873 (desktop-filter-parameters-alist): New variable, renamed and expanded
6874 from desktop--excluded-frame-parameters.
6875 (desktop--target-display): New variable.
6876 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
6877 (desktop--filter-tty*, desktop--filter-*-color)
6878 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
6879 (desktop--filter-save-desktop-parm)
6880 (desktop-restore-in-original-display-p): New functions.
6881 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
6882 (desktop--save-minibuffer-frames): New function, inspired by a similar
6883 function from Martin Rudalics.
6884 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
6885 (desktop--restore-in-this-display-p): Remove.
6886 (desktop--find-frame): Rename from desktop--find-frame-in-display
6887 and add predicate argument.
6888 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
6889 (desktop--reuse-list): New variable.
6890 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
6891 New functions.
6892 (desktop--restore-frames): Add support for "minibuffer-special" frames.
6893
6894 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
6895
6896 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
6897
6898 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
6899
6900 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6901 Highlight conversion methods on Kernel.
6902
6903 2013-07-13 Alan Mackenzie <acm@muc.de>
6904
6905 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
6906 and comment it out. This out-commenting enables certain C++
6907 declarations to be parsed correctly.
6908
6909 2013-07-13 Eli Zaretskii <eliz@gnu.org>
6910
6911 * international/mule.el (define-coding-system): Doc fix.
6912
6913 * simple.el (default-font-height): Don't call font-info if the
6914 frame's default font didn't change since the frame was created.
6915 (Bug#14838)
6916
6917 2013-07-13 Leo Liu <sdl.web@gmail.com>
6918
6919 * ido.el (ido-read-file-name): Guard against non-symbol value.
6920
6921 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
6922
6923 * progmodes/python.el (python-imenu--build-tree): Fix corner case
6924 in nested defuns.
6925
6926 2013-07-13 Leo Liu <sdl.web@gmail.com>
6927
6928 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
6929 ido-set-matches call. (Bug#6852)
6930
6931 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
6932
6933 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
6934 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
6935 Ruby 2.0.
6936 (ruby-font-lock-keywords): Distinguish calls to functions with
6937 module-like names from module references. Highlight character
6938 literals.
6939
6940 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6941
6942 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6943 (gdb-send): Handle continued commands. (Bug#14847)
6944
6945 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
6946
6947 * desktop.el (desktop--v2s): Remove unused local variable.
6948 (desktop-save-buffer): Make defvar-local; adjust docstring.
6949 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
6950 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
6951
6952 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
6953
6954 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
6955
6956 2013-07-12 Eli Zaretskii <eliz@gnu.org>
6957
6958 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
6959 (Bug#14842)
6960
6961 2013-07-12 Glenn Morris <rgm@gnu.org>
6962
6963 * doc-view.el: Require cl-lib at runtime too.
6964 (doc-view-remove-if): Remove.
6965 (doc-view-search-next-match, doc-view-search-previous-match):
6966 Use cl-remove-if.
6967
6968 * edmacro.el: Require cl-lib at runtime too.
6969 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
6970 (edmacro-mismatch, edmacro-subseq): Remove.
6971
6972 * shadowfile.el: Require cl-lib.
6973 (shadow-remove-if): Remove.
6974 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
6975 Use cl-remove-if.
6976
6977 * wid-edit.el: Require cl-lib.
6978 (widget-choose): Use cl-remove-if.
6979 (widget-remove-if): Remove.
6980
6981 * progmodes/ebrowse.el: Require cl-lib at runtime too.
6982 (ebrowse-delete-if-not): Remove.
6983 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
6984 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
6985 Use cl-delete-if-not.
6986
6987 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
6988
6989 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
6990 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
6991
6992 2013-07-12 Leo Liu <sdl.web@gmail.com>
6993
6994 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
6995
6996 2013-07-11 Glenn Morris <rgm@gnu.org>
6997
6998 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
6999 (edebug-gensym-index, edebug-gensym):
7000 Remove reimplementation of cl-gensym.
7001 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
7002
7003 * thumbs.el: Require cl-lib at run-time too.
7004 (thumbs-gensym-counter, thumbs-gensym):
7005 Remove reimplementation of cl-gensym.
7006 (thumbs-temp-file): Use cl-gensym.
7007
7008 * emacs-lisp/ert.el: Require cl-lib at runtime too.
7009 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
7010 (ert--intersection, ert--set-difference, ert--set-difference-eq)
7011 (ert--union, ert--gensym-counter, ert--gensym-counter)
7012 (ert--coerce-to-vector, ert--remove*, ert--string-position)
7013 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
7014 (ert-make-test-unbound, ert--expand-should-1)
7015 (ert--expand-should, ert--should-error-handle-error)
7016 (should-error, ert--explain-equal-rec)
7017 (ert--plist-difference-explanation, ert-select-tests)
7018 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
7019 Use cl-lib functions rather than reimplementations.
7020
7021 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
7022
7023 * net/tramp.el (tramp-methods): Extend docstring.
7024 (tramp-connection-timeout): New defcustom.
7025 (tramp-error-with-buffer): Reset timestamp only when appropriate.
7026 (with-tramp-progress-reporter): Simplify.
7027 (tramp-process-actions): Improve messages.
7028
7029 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7030 * net/tramp-sh.el (tramp-maybe-open-connection):
7031 Use `tramp-connection-timeout'.
7032 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
7033 (Bug#14808)
7034
7035 2013-07-11 Leo Liu <sdl.web@gmail.com>
7036
7037 * ido.el (ido-read-file-name): Conform to the requirements of
7038 read-file-name. (Bug#11861)
7039 (ido-read-directory-name): Conform to the requirements of
7040 read-directory-name.
7041
7042 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
7043
7044 * subr.el (delay-warning): New function.
7045
7046 2013-07-10 Eli Zaretskii <eliz@gnu.org>
7047
7048 * simple.el (default-line-height): New function.
7049 (line-move-partial, line-move): Use it instead of computing the
7050 line height inline.
7051 (line-move-partial): Always compute ROWH. If the last line is
7052 partially-visible, but its text is completely visible, allow
7053 cursor to enter such a partially-visible line.
7054
7055 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
7056
7057 Improve error messages. (Bug#14808)
7058
7059 * net/tramp.el (tramp-current-connection): New defvar, moved from
7060 tramp-sh.el.
7061 (tramp-message-show-progress-reporter-message): Remove, not
7062 needed anymore.
7063 (tramp-error-with-buffer): Show message in minibuffer.
7064 Discard input before waiting. Reset connection timestamp.
7065 (with-tramp-progress-reporter): Improve messages.
7066 (tramp-process-actions): Use progress reporter. Delete process in
7067 case of error. Improve messages.
7068
7069 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
7070 Call `tramp-error-with-buffer' with vector and buffer.
7071 (tramp-current-connection): Remove.
7072 (tramp-maybe-open-connection): The car of
7073 `tramp-current-connection' are the first 3 slots of the vector.
7074
7075 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
7076
7077 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
7078 inside continued strings.
7079
7080 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
7081
7082 Timestamp fixes for undo (Bug#14824).
7083 * files.el (clear-visited-file-modtime): Move here from fileio.c.
7084
7085 2013-07-10 Leo Liu <sdl.web@gmail.com>
7086
7087 * files.el (require-final-newline): Allow safe local value.
7088 (Bug#14834)
7089
7090 2013-07-09 Leo Liu <sdl.web@gmail.com>
7091
7092 * ido.el (ido-read-directory-name): Handle fallback.
7093 (ido-read-file-name): Update DIR to ido-current-directory.
7094 (Bug#1516)
7095 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
7096
7097 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
7098
7099 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
7100 "autoload". Remove "warn lower camel case" section, previously
7101 commented out. Highlight negation char. Do not highlight the
7102 target in singleton method definitions.
7103
7104 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7105
7106 * faces.el (tty-setup-hook): Declare the hook.
7107
7108 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
7109 and detect when a guard/pred depends on local vars (bug#14773).
7110 (pcase--u1): Adjust caller.
7111
7112 2013-07-08 Eli Zaretskii <eliz@gnu.org>
7113
7114 * simple.el (line-move-partial, line-move): Account for
7115 line-spacing.
7116 (line-move-partial): Avoid setting vscroll when the last
7117 partially-visible line in window is of default height.
7118
7119 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7120
7121 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
7122 been used a while.
7123
7124 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
7125
7126 * subr.el (read-quoted-char): Remove unused local variable `char'.
7127
7128 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
7129
7130 * ediff.el (ediff-version): Version update.
7131 (ediff-files-command, ediff3-files-command, ediff-merge-command)
7132 (ediff-merge-with-ancestor-command, ediff-directories-command)
7133 (ediff-directories3-command, ediff-merge-directories-command)
7134 (ediff-merge-directories-with-ancestor-command): New functions.
7135 All are command-line interfaces to ediff: to facilitate calling
7136 Emacs with the appropriate ediff functions invoked.
7137
7138 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
7139 (viper-save-kill-buffer): Check if buffer is modified.
7140
7141 * viper.el (viper-version): Version update.
7142 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
7143
7144 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7145
7146 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
7147 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
7148 (viper-intercept-ESC-key): Simplify.
7149 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
7150 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
7151 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
7152 (viper-setup-ESC-to-escape): New functions.
7153 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
7154 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
7155
7156 2013-07-07 Eli Zaretskii <eliz@gnu.org>
7157
7158 * simple.el (default-font-height, window-screen-lines):
7159 New functions.
7160 (line-move, line-move-partial): Use them instead of
7161 frame-char-height and window-text-height. This makes scrolling
7162 text smoother when the buffer's default face uses a font that is
7163 different from the frame's default font.
7164
7165 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
7166
7167 * files.el (write-file): Do not display confirm dialog for NS,
7168 it does its own dialog, which can't be canceled (Bug#14578).
7169
7170 2013-07-06 Eli Zaretskii <eliz@gnu.org>
7171
7172 * simple.el (line-move-partial): Adjust the row returned by
7173 posn-at-point for the current window-vscroll. (Bug#14567)
7174
7175 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
7176
7177 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
7178 (tramp-sh-file-inotifywait-process-filter): Handle file names with
7179 spaces.
7180
7181 2013-07-06 Martin Rudalics <rudalics@gmx.at>
7182
7183 * window.el (window-state-put-stale-windows): New variable.
7184 (window--state-put-2): Save list of windows without matching buffer.
7185 (window-state-put): Remove "bufferless" windows if possible.
7186
7187 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
7188
7189 * simple.el (alternatives-define): Remove leftover :group keyword.
7190 Tweak docstring.
7191
7192 2013-07-06 Leo Liu <sdl.web@gmail.com>
7193
7194 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
7195 (ido-enable-virtual-buffers): New variable.
7196 (ido-buffer-internal, ido-toggle-virtual-buffers)
7197 (ido-make-buffer-list): Use it.
7198 (ido-exhibit): Support turning on and off virtual buffers
7199 automatically.
7200
7201 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
7202
7203 * simple.el (alternatives-define): New macro.
7204
7205 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
7206
7207 * subr.el (read-quoted-char): Use read-key.
7208 (sit-for): Let read-event decode tty input (bug#14782).
7209
7210 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
7211
7212 * calendar/todo-mode.el: Add handling of file deletion, both by
7213 mode command and externally. Fix various related bugs.
7214 Clarify Commentary and improve some documentation strings and code.
7215 (todo-delete-file): New command.
7216 (todo-check-file): New function.
7217 (todo-show): Handle external deletion of the file we're trying to
7218 show (bug#14688). Replace called-interactively-p by an optional
7219 prefix argument to avoid problematic interaction with catch form
7220 when byte compiled (bug#14702).
7221 (todo-quit): Handle external deletion of the archive's todo file.
7222 Make sure the buffer that was visiting the archive file is still
7223 live before trying to bury it.
7224 (todo-category-completions): Handle external deletion of any
7225 category completion files.
7226 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
7227 of todo files, in case of external deletion.
7228 (todo-add-file): Replace unnecessary setq by let-binding.
7229 (todo-find-archive): Check whether there are any archives.
7230 Replace unnecessary setq by let-binding.
7231 (todo-archive-done-item): Use find-file-noselect to get the
7232 archive buffer whether or not the archive already exists.
7233 Remove superfluous code. Use file size instead of buffer-file-name to
7234 check if the archive is new; if it is, update list of archives.
7235 (todo-default-todo-file): Allow nil to be a valid value for when
7236 there are no todo files.
7237 (todo-reevaluate-default-file-defcustom): Use corrected definition
7238 of todo-default-todo-file.
7239 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
7240 (todo-delete-category, todo-show-categories-table)
7241 (todo-category-number): Clarify comment.
7242 (todo-filter-items): Clarify documentation string.
7243 (todo-show-current-file, todo-display-as-todo-file)
7244 (todo-reset-and-enable-done-separator): Tweak documentation string.
7245 (todo-done-separator): Make separator length window-width, since
7246 bug#2749 is now fixed.
7247
7248 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
7249
7250 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7251 Support both "gvfs-monitor-dir" and "inotifywait".
7252 (tramp-sh-file-inotifywait-process-filter): Rename from
7253 `tramp-sh-file-notify-process-filter'.
7254 (tramp-sh-file-gvfs-monitor-dir-process-filter)
7255 (tramp-get-remote-gvfs-monitor-dir): New defuns.
7256
7257 2013-07-05 Leo Liu <sdl.web@gmail.com>
7258
7259 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
7260
7261 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7262
7263 * frame.el (display-pixel-height, display-pixel-width)
7264 (display-mm-height, display-mm-width): Mention behavior on
7265 multi-monitor setups in docstrings.
7266 (w32-display-monitor-attributes-list): Declare function.
7267 (display-monitor-attributes-list): Use it.
7268
7269 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
7270
7271 * filenotify.el: New package.
7272
7273 * autorevert.el (top): Require filenotify.el.
7274 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
7275 instead.
7276 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7277 (auto-revert-notify-handler): Use `file-notify-*' functions.
7278
7279 * subr.el (file-notify-handle-event): Move function to filenotify.el.
7280
7281 * net/tramp.el (tramp-file-name-for-operation):
7282 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
7283
7284 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
7285 for `file-notify-add-watch' and `file-notify-rm-watch'.
7286 (tramp-process-sentinel): Improve trace.
7287 (tramp-sh-handle-file-notify-add-watch)
7288 (tramp-sh-file-notify-process-filter)
7289 (tramp-sh-handle-file-notify-rm-watch)
7290 (tramp-get-remote-inotifywait): New defuns.
7291
7292 2013-07-03 Juri Linkov <juri@jurta.org>
7293
7294 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
7295 call of `occur-read-primary-args' to interactive spec.
7296
7297 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
7298 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
7299
7300 2013-07-03 Matthias Meulien <orontee@gmail.com>
7301
7302 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
7303 `Buffer-menu-multi-occur'. Add it to the menu.
7304 (Buffer-menu-mode): Document it in docstring.
7305 (Buffer-menu-multi-occur): New command. (Bug#14673)
7306
7307 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
7308
7309 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
7310 keywords and built-ins.
7311
7312 2013-07-03 Glenn Morris <rgm@gnu.org>
7313
7314 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
7315
7316 Make info-xref checks case-sensitive by default
7317 * info.el (Info-find-node, Info-find-in-tag-table)
7318 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
7319 Add option for exact case matching of nodes.
7320 * info-xref.el (info-xref): New custom group.
7321 (info-xref-case-fold): New option.
7322 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
7323
7324 2013-07-03 Leo Liu <sdl.web@gmail.com>
7325
7326 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
7327
7328 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
7329
7330 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
7331 middle of block statement initially, lower the depth. Remove
7332 FIXME comment, not longer valid. Remove middle of block statement
7333 detection, no need to do that anymore since we've been using
7334 `ruby-parse-region' here.
7335
7336 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
7337
7338 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
7339
7340 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7341
7342 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
7343
7344 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
7345
7346 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
7347 (desktop-restore-in-current-display): New customization option.
7348 (desktop--excluded-frame-parameters): Add `font'.
7349 (desktop--save-frames): Rename from desktop--save-windows.
7350 (desktop--restore-in-this-display-p): New function.
7351 (desktop--make-full-frame): Remove unwanted width/height from
7352 full(width|height) frames.
7353 (desktop--restore-frames): Rename from desktop--restore-windows.
7354 Obey desktop-restore-current-display. Do not delete old frames or
7355 select a new frame unless we were able to restore at least one frame.
7356
7357 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
7358
7359 * files.el (find-file-noselect): Simplify conditional expression.
7360
7361 * remember.el (remember-append-to-file):
7362 Don't mix `find-buffer-visiting' and `get-file-buffer'.
7363
7364 Add `remember-notes' function to store random notes across Emacs
7365 restarts.
7366 * remember.el (remember-data-file): Add :set callback to affect
7367 notes buffer (if any).
7368 (remember-notes): New command.
7369 (remember-notes-buffer-name, bury-remember-notes-on-kill):
7370 New defcustoms for the `remember-notes' function.
7371 (remember-notes-save-and-bury-buffer): New command.
7372 (remember-notes-mode-map): New variable.
7373 (remember-mode): New minor mode.
7374 (remember-notes--kill-buffer-query): New function.
7375 * startup.el (initial-buffer-choice): Add notes to custom type.
7376
7377 2013-06-30 Eli Zaretskii <eliz@gnu.org>
7378
7379 * bindings.el (right-char, left-char): Don't call sit-for, this is
7380 no longer needed. Use arithmetic comparison only for numerical
7381 arguments.
7382
7383 * international/mule-cmds.el (select-safe-coding-system):
7384 Handle the case of FROM being a string correctly. (Bug#14755)
7385
7386 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7387
7388 * net/shr.el (shr-make-table-1): Add a sanity check that allows
7389 progression on degenerate tables.
7390 (shr-rescale-image): ImageMagick animated images currently don't work.
7391
7392 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
7393
7394 Some fixes and improvements for desktop frame restoration.
7395 It is still experimental and disabled by default.
7396 * desktop.el (desktop--save-windows): Put the selected frame at
7397 the head of the list.
7398 (desktop--make-full-frame): New function.
7399 (desktop--restore-windows): Try to re-select the frame that was
7400 selected upon saving. Do not abort if some frames fail to restore,
7401 just show an error message and continue. Set up maximized frames
7402 so they have default non-maximized dimensions.
7403
7404 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
7405
7406 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7407 Don't start heredoc inside a string or comment.
7408
7409 2013-06-29 Eli Zaretskii <eliz@gnu.org>
7410
7411 * bindings.el (visual-order-cursor-movement): New defcustom.
7412 (right-char, left-char): Provide visual-order cursor motion by
7413 calling move-point-visually. Update the doc strings.
7414
7415 2013-06-28 Kenichi Handa <handa@gnu.org>
7416
7417 * international/mule.el (define-coding-system): New coding system
7418 properties :inhibit-null-byte-detection,
7419 :inhibit-iso-escape-detection, and :prefer-utf-8.
7420 (set-buffer-file-coding-system): If :charset-list property of
7421 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
7422 appropriate for setting.
7423
7424 * international/mule-cmds.el (select-safe-coding-system):
7425 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
7426 multibyte characters, return utf-8 (or one of its siblings).
7427
7428 * international/mule-conf.el (prefer-utf-8): New coding system.
7429 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
7430 files.
7431
7432 2013-06-28 Ivan Kanis <ivan@kanis.fr>
7433
7434 * net/shr.el (shr-render-region): New function.
7435
7436 * net/eww.el: Autoload `eww-browse-url'.
7437
7438 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
7439
7440 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7441 Adapt to `package-desc-version' being a list.
7442 Use `package--ac-desc-version' to retrieve version from a package
7443 archive element.
7444
7445 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
7446
7447 New experimental feature to save&restore window and frame setup.
7448 * desktop.el (desktop-save-windows): New defcustom.
7449 (desktop--saved-states): New var.
7450 (desktop--excluded-frame-parameters): New defconst.
7451 (desktop--filter-frame-parms, desktop--find-frame-in-display)
7452 (desktop--restore-windows, desktop--save-windows): New functions.
7453 (desktop-save): Call `desktop--save-windows'.
7454 (desktop-read): Call `desktop--restore-windows'.
7455
7456 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7457
7458 * net/shr.el (add-face-text-property): Remove compat definition.
7459
7460 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
7461
7462 * info.el (Info-try-follow-nearest-node): Move search for footnote
7463 above search for node name to prevent missing a footnote (bug#14717).
7464
7465 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
7466
7467 * obsolete/otodo-mode.el: Add obsolescence info to file header.
7468
7469 2013-06-27 Leo Liu <sdl.web@gmail.com>
7470
7471 * net/eww.el (eww-read-bookmarks): Check file size.
7472
7473 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7474
7475 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
7476 advice--pending if newdef is nil or an autoload (bug#13820).
7477 (advice-mapc): New function.
7478
7479 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7480
7481 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
7482 probably.
7483 (eww-mode-map): Add a menu bar.
7484 (eww-add-bookmark): New command.
7485 (eww-bookmark-mode): New mode and commands.
7486 (eww-add-bookmark): Remove newlines from the title.
7487 (eww-bookmark-browse): Don't bug out if it's the only window.
7488
7489 2013-06-26 Glenn Morris <rgm@gnu.org>
7490
7491 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
7492 (hfy-size): Handle ttys. (Bug#14668)
7493
7494 * info-xref.el: Update for Texinfo 5 change in *note format.
7495 (info-xref-node-re, info-xref-note-re): New constants.
7496 (info-xref-check-buffer): Use info-xref-note-re.
7497
7498 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7499
7500 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
7501
7502 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
7503 nil terminate the loop (bug#14718).
7504
7505 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7506
7507 * net/eww.el: Rework history traversal. When going forward/back,
7508 put these actions into the history, too, so that they can be
7509 replayed.
7510 (eww-render): Move the history reset to the correct buffer.
7511
7512 2013-06-25 Juri Linkov <juri@jurta.org>
7513
7514 * files-x.el (modify-dir-local-variable): Change the header comment
7515 in the file with directory local variables. (Bug#14692)
7516
7517 * files-x.el (read-file-local-variable-value): Add `default'.
7518 (Bug#14710)
7519
7520 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7521
7522 * net/eww.el (eww-make-unique-file-name): Create a unique file
7523 name before saving to entering `y' accidentally asynchronously.
7524
7525 2013-06-25 Ivan Kanis <ivan@kanis.fr>
7526
7527 * net/eww.el (eww-download): New command and keystroke.
7528
7529 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7530
7531 * net/eww.el (eww-copy-page-url): Change name of command.
7532
7533 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
7534 be more consistent with Info and dired.
7535
7536 * net/eww.el (eww-mode-map): Ditto.
7537
7538 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7539
7540 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
7541 packages from archives.
7542 (package-archive-contents): Change format; include obsolete packages.
7543 (package-desc): Use `dir' to mark builtin packages.
7544 (package--from-builtin): Set the `dir' field to `builtin'.
7545 (generated-autoload-file, version-control): Declare.
7546 (package-compute-transaction): Change first arg and return value to be
7547 lists of package-descs. Adjust to new package-archive-contents format.
7548 (package--add-to-archive-contents): Adjust to new
7549 package-archive-contents format.
7550 (package-download-transaction): Arg is now a list of package-descs.
7551 (package-install): If `pkg' is a package name, pass it as
7552 a requirement, so it is subject to the usual (e.g. disabled) checks.
7553 (describe-package): Accept package-desc as well.
7554 (describe-package-1): Describe a specific package-desc. Add links to
7555 other package-descs for the same package name.
7556 (package-menu-describe-package): Pass the actual package-desc.
7557 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
7558 works correctly.
7559 (package-desc-status): New function.
7560 (package-menu--refresh): New function, extracted
7561 from package-menu--generate.
7562 (package-menu--generate): Use it.
7563 (package-delete): Update package-alist.
7564 (package-menu-execute): Don't call package-initialize.
7565
7566 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
7567 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
7568 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
7569 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
7570 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
7571 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
7572
7573 2013-06-25 Martin Rudalics <rudalics@gmx.at>
7574
7575 * window.el (window--state-get-1): Workaround for bug#14527.
7576 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
7577
7578 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7579
7580 * net/eww.el (eww-back-url): Implement the history by stashing all
7581 the data into a list.
7582 (eww-forward-url): Allow going forward in the history, too.
7583
7584 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7585
7586 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
7587 for values and use read--expression for expressions (bug#14710).
7588 (read-file-local-variable): Avoid setq.
7589 (read-file-local-variable-mode): Use minor-mode-list.
7590
7591 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7592
7593 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
7594 for DOI URLs.
7595
7596 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7597
7598 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
7599 Update imenu-support when dialect changes.
7600
7601 2013-06-25 Leo Liu <sdl.web@gmail.com>
7602
7603 * ido.el (ido-read-internal): Allow forward slash on windows.
7604
7605 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7606
7607 * net/eww.el (eww): Start of strings is \\`, not ^.
7608
7609 2013-06-24 Ivan Kanis <ivan@kanis.fr>
7610
7611 * net/shr.el (shr-browse-url): Fix interactive spec.
7612
7613 * net/eww.el (eww): Add a trailing slash to domain names.
7614
7615 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
7616
7617 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
7618
7619 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7620
7621 * net/shr.el (shr-browse-url): Use an external browser if given a
7622 prefix.
7623
7624 * net/eww.el (eww-external-browser): Move to shr.
7625
7626 2013-06-24 Ivan Kanis <ivan@kanis.fr>
7627
7628 * net/eww.el (eww): Work more correctly for file: URLs.
7629 (eww-detect-charset): Allow quoted charsets.
7630 (eww-yank-page-url): New command and keystroke.
7631
7632 2013-06-24 Daiki Ueno <ueno@gnu.org>
7633
7634 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
7635 file name of gpg executable.
7636 (epg-context-program): New function.
7637 (epg-context-home-directory): New function.
7638 (epg-context-set-program): New function.
7639 (epg-context-set-home-directory): New function.
7640 (epg--start): Use `epg-context-program' instead of
7641 'epg-gpg-program'.
7642 (epg--list-keys-1): Likewise.
7643
7644 2013-06-24 Leo Liu <sdl.web@gmail.com>
7645
7646 * ido.el (ido-read-internal): Fix bug#14620.
7647
7648 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
7649
7650 * faces.el (face-documentation): Simplify.
7651 (read-face-attribute, tty-find-type, x-resolve-font-name):
7652 Use `string-match-p'.
7653 (list-faces-display): Use `string-match-p'. Simplify.
7654 (face-spec-recalc): Check face to avoid face alias loops.
7655 (read-color): Use `string-match-p' and non-capturing parenthesis.
7656
7657 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7658
7659 * net/shr.el (shr-rescale-image): Use the new
7660 :max-width/:max-height functionality.
7661
7662 2013-06-23 Ivan Kanis <ivan@kanis.fr>
7663
7664 * net/eww.el (eww-search-prefix): New variable.
7665 (eww): Use it.
7666 (eww-external-browser): New variable.
7667 (eww-mode-map): New keystroke.
7668 (eww-browse-with-external-browser): New command.
7669
7670 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
7671
7672 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
7673
7674 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7675 Don't skip aligning the next header field when padding is 0;
7676 otherwise, field width is not respected unless the title is as
7677 wide as the field.
7678
7679 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7680
7681 * emacs-lisp/package.el (package-el-version): Remove.
7682 (package-process-define-package): Fix inf-loop.
7683 (package-install): Allow symbols as arguments again.
7684
7685 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
7686
7687 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
7688 add some more keyword-like methods.
7689 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
7690
7691 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
7692
7693 * bs.el (bs-buffer-show-mark): Make defvar-local.
7694 (bs-mode): Use setq-local.
7695
7696 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
7697 (emacs-lock--try-unlocking): Make defvar-local.
7698
7699 2013-06-22 Glenn Morris <rgm@gnu.org>
7700
7701 * play/cookie1.el (cookie-apropos): Minor simplification.
7702
7703 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
7704
7705 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
7706
7707 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
7708 `regexp-opt', it breaks the build during dumping.
7709
7710 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
7711
7712 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7713 Highlight keyword-like methods on Kernel and Module with
7714 font-lock-builtin-face.
7715 (auto-mode-alist): Consolidate different entries into one regexp
7716 and add more *file-s.
7717
7718 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
7719
7720 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
7721
7722 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
7723 (diary-entry): Use it in the action of this button type instead of
7724 diary-goto-entry.
7725
7726 * calendar/todo-mode.el: New version.
7727 (todo-add-category): Append new category to end of file and give
7728 it the highest number, instead of putting it at the beginning and
7729 giving it 0. Incorporate noninteractive functionality.
7730 (todo-forward-category): Adapt to 1-based category numbering.
7731 Allow skipping over archived categories.
7732 (todo-backward-category): Derive from todo-forward-category.
7733 (todo-backward-item, todo-forward-item): Make noninteractive and
7734 delegate interactive part to new commands. Make sensitive to done items.
7735 (todo-categories): Make value an alist of category names and
7736 vectors of item counts.
7737 (todo-category-beg): Make a defconst.
7738 (todo-category-number): Use 1 instead of 0 as initial value.
7739 (todo-category-select): Make sensitive to overlays, optional item
7740 highlighting and done items.
7741 (todo-delete-item): Make sensitive to overlays and marked and done items.
7742 (todo-edit-item): Make sensitive to overlays and editing of
7743 date/time header optional. Add format checks.
7744 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
7745 no-op if point is not on an item. Advertise using todo-edit-quit.
7746 (todo-edit-mode): Make sensitive to new format, font-locking, and
7747 multiple todo files.
7748 (todo-insert-item, todo-insert-item-here): Derive from
7749 todo-basic-insert-item and extend functionality.
7750 (todo-item-end, todo-item-start): Make sensitive to done items.
7751 (todo-item-string): Don't return text properties. Restore point.
7752 (todo-jump-to-category): Make sensitive to multiple todo files and
7753 todo archives. Use extended category completion.
7754 (todo-lower-item, todo-raise-item): Rename to *-priority and
7755 derive from todo-set-item-priority.
7756 (todo-mode): Derive from special-mode. Make sensitive to new
7757 format, font-locking and multiple todo files. Make read-only.
7758 (todo-mode-map): Don't suppress digit keys, so they can supply
7759 prefix arguments. Add many new key bindings.
7760 (todo-prefix): Insert as an overlay instead of file text.
7761 Change semantics from diary date expression to purely visual mark.
7762 (todo-print): Rename to todo-print-buffer. Make buffer display
7763 features printable. Remove option to restrict number of items
7764 printed. Add option to print to file.
7765 (todo-print-function): Rename to todo-print-buffer-function.
7766 (todo-quit): Extend to handle exiting new todo modes.
7767 (todo-remove-item): Make sensitive to overlays.
7768 (todo-save): Extend to buffers of filtered items.
7769 (todo-show): Make sensitive to done items, multiple todo files and
7770 new todo modes. Offer to convert legacy todo file before creating
7771 first new todo file.
7772 (todo-show-priorities): Rename to todo-top-priorities.
7773 Change semantics of value 0.
7774 (todo-top-priorities): Rename to todo-filter-top-priorities,
7775 derive from todo-filter-items and extend functionality.
7776 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
7777 and extend functionality to other types of filtered items.
7778 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
7779 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
7780 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
7781 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
7782 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
7783 (todo-edit-mode-hook, todo-entry-prefix-function)
7784 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
7785 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
7786 (todo-initials, todo-insert-threshold, todo-item-string-start)
7787 (todo-line-string, todo-menu, todo-mode-hook)
7788 (todo-more-important-p, todo-previous-answer, todo-previous-line)
7789 (todo-print-priorities, todo-remove-separator)
7790 (todo-save-top-priorities-too, todo-string-count-lines)
7791 (todo-string-multiline-p, todo-time-string-format)
7792 (todo-tmp-buffer-name): Remove.
7793 (todo-add-file, todo-archive-done-item, todo-choose-archive)
7794 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
7795 (todo-edit-category-diary-inclusion)
7796 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
7797 (todo-edit-file, todo-edit-item-date-day)
7798 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
7799 (todo-edit-item-date-month, todo-edit-item-date-to-today)
7800 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
7801 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
7802 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
7803 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
7804 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
7805 (todo-filter-top-priorities-multifile, todo-find-archive)
7806 (todo-find-filtered-items-file, todo-go-to-source-item)
7807 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
7808 (todo-jump-to-archive-category, todo-lower-category)
7809 (todo-mark-category, todo-marked-item-p, todo-merge-category)
7810 (todo-move-category, todo-move-item, todo-next-button)
7811 (todo-next-item, todo-padded-string, todo-powerset)
7812 (todo-previous-button, todo-previous-item)
7813 (todo-print-buffer-to-file, todo-raise-category)
7814 (todo-rename-category, todo-repair-categories-sexp, todo-search)
7815 (todo-set-category-number, todo-set-item-priority)
7816 (todo-set-top-priorities-in-category)
7817 (todo-set-top-priorities-in-file, todo-show-categories-table)
7818 (todo-sort-categories-alphabetically-or-numerically)
7819 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
7820 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
7821 (todo-toggle-item-header, todo-toggle-item-highlighting)
7822 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
7823 (todo-toggle-view-done-items, todo-toggle-view-done-only)
7824 (todo-unarchive-items, todo-unmark-category): New commands.
7825 (todo-absolute-file-name, todo-add-to-buffer-list)
7826 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
7827 (todo-basic-insert-item, todo-category-completions)
7828 (todo-category-number, todo-category-string-matcher-1)
7829 (todo-category-string-matcher-2, todo-check-filtered-items-file)
7830 (todo-check-format, todo-clear-matches)
7831 (todo-comment-string-matcher, todo-convert-legacy-date-time)
7832 (todo-current-category, todo-date-string-matcher)
7833 (todo-define-insertion-command, todo-diary-expired-matcher)
7834 (todo-diary-goto-entry, todo-diary-item-p)
7835 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
7836 (todo-display-categories, todo-display-sorted, todo-done-item-p)
7837 (todo-done-item-section-p, todo-done-separator)
7838 (todo-done-string-matcher, todo-files, todo-filter-items)
7839 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
7840 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
7841 (todo-insert-category-line, todo-insert-item-from-calendar)
7842 (todo-insert-sort-button, todo-insert-with-overlays)
7843 (todo-insertion-command-name, todo-insertion-key-bindings)
7844 (todo-label-to-key, todo-longest-category-name-length)
7845 (todo-make-categories-list, todo-mode-external-set)
7846 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
7847 (todo-modes-set-3, todo-multiple-filter-files)
7848 (todo-nondiary-marker-matcher, todo-prefix-overlays)
7849 (todo-read-category, todo-read-date, todo-read-dayname)
7850 (todo-read-file-name, todo-read-time)
7851 (todo-reevaluate-category-completions-files-defcustom)
7852 (todo-reevaluate-default-file-defcustom)
7853 (todo-reevaluate-filelist-defcustoms)
7854 (todo-reevaluate-filter-files-defcustom)
7855 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
7856 (todo-reset-done-separator, todo-reset-done-separator-string)
7857 (todo-reset-done-string, todo-reset-global-current-todo-file)
7858 (todo-reset-highlight-item, todo-reset-nondiary-marker)
7859 (todo-reset-prefix, todo-set-categories)
7860 (todo-set-date-from-calendar, todo-set-show-current-file)
7861 (todo-set-top-priorities, todo-short-file-name)
7862 (todo-show-current-file, todo-sort, todo-time-string-matcher)
7863 (todo-total-item-counts, todo-update-buffer-list)
7864 (todo-update-categories-display, todo-update-categories-sexp)
7865 (todo-update-count, todo-validate-name, todo-y-or-n-p):
7866 New functions.
7867 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
7868 New major modes.
7869 (todo-categories, todo-display, todo-edit, todo-faces)
7870 (todo-filtered): New defgroups.
7871 (todo-archived-only, todo-button, todo-category-string, todo-date)
7872 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
7873 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
7874 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
7875 (todo-add-item-if-new-category, todo-always-add-time-string)
7876 (todo-categories-align, todo-categories-archived-label)
7877 (todo-categories-category-label, todo-categories-diary-label)
7878 (todo-categories-done-label, todo-categories-number-separator)
7879 (todo-categories-todo-label, todo-categories-totals-label)
7880 (todo-category-completions-files, todo-completion-ignore-case)
7881 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
7882 (todo-done-separator-string, todo-done-string)
7883 (todo-files-function, todo-filter-done-items, todo-filter-files)
7884 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
7885 (todo-initial-category, todo-initial-file, todo-item-mark)
7886 (todo-legacy-date-time-regexp, todo-mode-line-function)
7887 (todo-nondiary-marker, todo-number-prefix)
7888 (todo-print-buffer-function, todo-show-current-file)
7889 (todo-show-done-only, todo-show-first, todo-show-with-done)
7890 (todo-skip-archived-categories, todo-top-priorities-overrides)
7891 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
7892 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
7893 New defcustoms.
7894 (todo-category-done, todo-date-pattern, todo-date-string-start)
7895 (todo-diary-items-buffer, todo-done-string-start)
7896 (todo-filtered-items-buffer, todo-item-start)
7897 (todo-month-abbrev-array, todo-month-name-array)
7898 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
7899 (todo-top-priorities-buffer): New defconsts.
7900 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
7901 (todo-categories-with-marks, todo-category-string-face)
7902 (todo-comment-face, todo-comment-string, todo-current-todo-file)
7903 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
7904 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
7905 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
7906 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
7907 (todo-font-lock-keywords, todo-global-current-todo-file)
7908 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
7909 (todo-insertion-commands-args)
7910 (todo-insertion-commands-args-genlist)
7911 (todo-insertion-commands-names, todo-insertion-map)
7912 (todo-key-bindings-t, todo-key-bindings-t+a)
7913 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
7914 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
7915 (todo-nondiary-face, todo-print-buffer, todo-time-face)
7916 (todo-visited): New variables.
7917
7918 2013-06-21 Glenn Morris <rgm@gnu.org>
7919
7920 * play/cookie1.el (cookie-apropos): Add optional display argument.
7921 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
7922 (psychoanalyze-pinhead): Use cookie-doctor.
7923
7924 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
7925
7926 * emacs-lisp/package.el (tar-get-file-descriptor)
7927 (tar--extract): Declare.
7928
7929 2013-06-21 Eduard Wiebe <usenet@pusto.de>
7930
7931 Extend flymake's warning predicate to be a function (bug#14217).
7932 * progmodes/flymake.el (flymake-warning-predicate): New.
7933 (flymake-parse-line): Use it.
7934 (flymake-warning-re): Make obsolete alias to
7935 `flymake-warning-predicate'.
7936
7937 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7938
7939 * emacs-lisp/package.el (package-alist): Include obsolete packages.
7940 (package-obsolete-list): Remove.
7941 (package-activate): Remove min-version argument. Add `force' argument.
7942 Adjust to new package-alist format.
7943 (package-mark-obsolete): Remove.
7944 (package-unpack): Force reload of the package's autoloads.
7945 (package-installed-p): Check builtins if the installed package is not
7946 recent enough.
7947 (package-initialize): Don't reset package-obsolete-list.
7948 Don't specify which package version to activate.
7949 (package-process-define-package, describe-package-1)
7950 (package-menu--generate): Adjust to new package-alist format.
7951
7952 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
7953
7954 * allout-widgets.el (allout-widgets-mode-off)
7955 (allout-widgets-mode-on, allout-widgets-pre-command-business)
7956 (allout-widgets-post-command-business)
7957 (allout-widgets-after-copy-or-kill-function)
7958 (allout-widgets-after-undo-function, allout-test-range-overlaps)
7959 (allout-decorate-item-and-context)
7960 (allout-graphics-modification-handler): Fix typos in docstrings.
7961 (allout-get-or-create-parent-widget): Use `looking-at-p'.
7962
7963 * cmuscheme.el (scheme-start-file): Doc fix.
7964 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
7965 (scheme-input-filter): Use `string-match-p'.
7966
7967 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
7968
7969 * dired-x.el: Use Dired consistently in docstrings.
7970
7971 * dired.el: Use Dired consistently in docstrings.
7972 (dired-readin, dired-mode): Use `setq-local'.
7973 (dired-switches-alist): Make defvar-local.
7974 (dired-buffers-for-dir): Use `zerop'.
7975 (dired-safe-switches-p, dired-switches-escape-p)
7976 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
7977 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
7978 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
7979 (dired-goto-next-nontrivial-file): Use `string-match-p'.
7980 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
7981 (dired-toggle-marks, dired-mark-files-containing-regexp)
7982 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
7983 (dired-flag-auto-save-files, dired-flag-backup-files):
7984 Use `looking-at-p'.
7985 (dired-mark-files-regexp, dired-build-subdir-alist):
7986 Use `string-match-p', `looking-at-p'.
7987
7988 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
7989 (direct-print-region-helper): Use `string-match-p'.
7990
7991 2013-06-21 Leo Liu <sdl.web@gmail.com>
7992
7993 * comint.el (comint-redirect-results-list-from-process):
7994 Fix infinite loop.
7995
7996 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7997
7998 * net/eww.el (eww-update-header-line-format): Quote % characters.
7999
8000 2013-06-21 Glenn Morris <rgm@gnu.org>
8001
8002 * play/cookie1.el (cookie): New custom group.
8003 (cookie-file): New option.
8004 (cookie-check-file): New function.
8005 (cookie): Make it interactive. Make start and end messages optional.
8006 Interactively, display the result. Default to cookie-file.
8007 (cookie-insert): Default to cookie-file.
8008 (cookie-snarf): Make start and end messages optional.
8009 Default to cookie-file. Use with-temp-buffer.
8010 (cookie-read): Rename from read-cookie.
8011 Make start and end messages optional. Default to cookie-file.
8012 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
8013 Do not autoload it.
8014 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
8015 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
8016
8017 2013-06-21 Leo Liu <sdl.web@gmail.com>
8018
8019 * progmodes/octave.el (octave-mode): Backward compatibility fix.
8020
8021 2013-06-21 Glenn Morris <rgm@gnu.org>
8022
8023 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
8024
8025 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8026 Daniel Hackney <dan@haxney.org>
8027
8028 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
8029 Consolidate the single-file vs tarball code.
8030 (package-desc-suffix): New function.
8031 (package-desc-full-name): Don't bother inlining it.
8032 (package-load-descriptor): Return the new package-desc.
8033 (package-mark-obsolete): Remove unused arg `package'.
8034 (package-unpack): Make it work for single files as well.
8035 Make it update package-alist.
8036 (package--make-autoloads-and-stuff): Rename from
8037 package--make-autoloads-and-compile. Don't compile any more.
8038 (package--compile): New function.
8039 (package-generate-description-file): New function, extracted from
8040 package-unpack-single.
8041 (package-unpack-single): Remove.
8042 (package--with-work-buffer): Add indentation and debugging info.
8043 (package-download-single): Remove.
8044 (package-install-from-archive): Rename from package-download-tar, make
8045 it take a pkg-desc, and make it work for single files as well.
8046 (package-download-transaction): Simplify.
8047 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
8048 external tar program.
8049 (package-install-from-buffer): Remove `pkg-desc' argument.
8050 Use package-tar-file-info for tar-mode buffers.
8051 (package-install-file): Simplify accordingly.
8052 (package-archive-base): Change to take a pkg-desc.
8053 * tar-mode.el (tar--check-descriptor): New function, extracted from
8054 tar-get-descriptor.
8055 (tar-get-descriptor): Use it.
8056 (tar-get-file-descriptor): New function.
8057 (tar--extract): New function, extracted from tar-extract.
8058 (tar--extract): Use it.
8059 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
8060 case the summary uses non-ascii. Adjust to new calling convention of
8061 package-tar-file-info.
8062
8063 2013-06-21 Leo Liu <sdl.web@gmail.com>
8064
8065 * comint.el (comint-redirect-results-list-from-process):
8066 Fix random delay. (Bug#14681)
8067
8068 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
8069
8070 * profiler.el (profiler-format-number): Use log, not log10.
8071
8072 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
8073
8074 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
8075
8076 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
8079 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
8080 yet available.
8081 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
8082 (AUTOGENEL): ... here.
8083 * emacs-lisp/cl-macs.el (cl--sublis): New function.
8084 (cl--defsubst-expand): Use it.
8085
8086 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
8087
8088 * subr.el (log10): Move here from C code, and declare as obsolete.
8089 All uses of (log10 X) replaced with (log X 10).
8090
8091 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
8092
8093 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
8094 Declare with `defvar-local'.
8095 (tabulated-list-use-header-line, tabulated-list-entries)
8096 (tabulated-list-padding, tabulated-list-printer)
8097 (tabulated-list-sort-key): Declare with `defvar-local'.
8098 (tabulated-list-init-header, tabulated-list-print-fake-header):
8099 Use `setq-local'.
8100
8101 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
8102
8103 * arc-mode.el (archive-mode): Add `archive-write-file' to
8104 `write-contents-functions' also for remote files. (Bug#14652)
8105
8106 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
8107
8108 * cus-edit.el (custom-commands): Fix typos.
8109 (custom-display): Fix tooltip text.
8110 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
8111 Fix typos in docstrings.
8112 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
8113 (custom-unlispify-menu-entry, custom-magic-value-create)
8114 (custom-add-see-also, custom-group-value-create): Use ?\s.
8115 (custom-guess-type, customize-apropos, editable-field)
8116 (custom-face-value-create): Use `string-match-p'.
8117 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
8118
8119 * custom.el (custom-load-symbol): Use `string-match-p'.
8120
8121 * ansi-color.el: Convert to lexical binding.
8122 (ansi-colors): Fix URL.
8123 (ansi-color-context, ansi-color-context-region): Use defvar-local.
8124 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
8125 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
8126
8127 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8128
8129 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
8130
8131 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
8132
8133 2013-06-19 Tom Tromey <tromey@redhat.com>
8134
8135 * net/eww.el (eww-top-url): Remove.
8136 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
8137 (eww-render): Set new variables. Don't set eww-top-url.
8138 (eww-handle-link): Handle "prev", "home", and "contents".
8139 Downcase the rel text.
8140 (eww-top-url): Choose best top URL.
8141
8142 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8143
8144 * net/eww.el: Rewrite to implement form elements "by hand" instead of
8145 relying in widget.el. Using widget.el leads to too many
8146 user interface inconsistencies.
8147 (eww-self-insert): Implement entering commands in text fields.
8148 (eww-process-text-input): New function to make text input field editing
8149 work.
8150 (eww-submit): Rewrite to use the new-style form methods.
8151 (eww-select-display): Display the correct selected item.
8152 (eww-change-select): Implement changing the select value.
8153 (eww-toggle-checkbox): Implement radio/checkboxes.
8154 (eww-update-field): Fix compilation error.
8155 (eww-tag-textarea): Implement <textarea>.
8156
8157 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
8158 we don't shadow mode-specific bindings.
8159
8160 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
8161 nothing to push.
8162
8163 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
8164
8165 2013-06-19 Glenn Morris <rgm@gnu.org>
8166
8167 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
8168
8169 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
8170
8171 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
8172 not needed.
8173
8174 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
8175
8176 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8177
8178 * net/browse-url.el (browse-url-browser-function):
8179 `eww-browse-url' has the right calling signature, `eww' does not.
8180
8181 2013-06-19 Glenn Morris <rgm@gnu.org>
8182
8183 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8184 Only eval autoloaded macros.
8185 (byte-compile-autoload): Only give the macro warning for macros.
8186
8187 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
8188 (ps-underlined-faces): Declare.
8189
8190 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
8191 (speedbar-add-supported-extension): Declare.
8192
8193 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
8194 Don't include a date stamp in the header of the generated file;
8195 it leads to needless differences between output files.
8196
8197 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
8198
8199 * net/secrets.el (secrets-struct-secret-content-type):
8200 Replace check of introspection data by a test call of "CreateItem".
8201 Some servers do not offer introspection.
8202
8203 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8204
8205 * electric.el (electric-pair-mode): Improve interaction with
8206 electric-layout-mode.
8207 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
8208 (electric-pair-syntax): Use text-mode-syntax-table in comments
8209 and strings.
8210 (electric-pair--insert): New function.
8211 (electric-pair-post-self-insert-function): Use it and
8212 electric--after-char-pos.
8213
8214 2013-06-19 Leo Liu <sdl.web@gmail.com>
8215
8216 * progmodes/octave.el (octave-help): Fix regexp.
8217
8218 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8219
8220 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
8221 (shr-table-horizontal-line): Allow nil as a value, and change the
8222 default.
8223 (shr-insert-table-ruler): Respect the nil value.
8224
8225 2013-06-18 Tom Tromey <tromey@barimba>
8226
8227 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
8228 New defvars.
8229 (eww-open-file): New defun.
8230 (eww-render): Initialize new variables.
8231 (eww-display-html): Handle "link" and "a".
8232 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
8233 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
8234 (eww-back-url): Rename from eww-previous-url.
8235 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
8236 New defuns.
8237
8238 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
8239
8240 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
8241 Distinguish ternary operator tokens from slash symbol and slash
8242 char literal.
8243
8244 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
8245
8246 Convert symbol prettification into minor mode and global minor mode.
8247
8248 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
8249 `prog-prettify-symbols', and make a local defvar instead of defcustom.
8250 (prettify-symbols--keywords): Rename from
8251 `prog-prettify-symbols-alist' and make a local defvar.
8252 (prettify-symbols--compose-symbol): Rename from
8253 `prog--prettify-font-lock-compose-symbol'.
8254 (prettify-symbols--make-keywords): Rename from
8255 `prog-prettify-font-lock-symbols-keywords' and simplify.
8256 (prog-prettify-install): Remove.
8257 (prettify-symbols-mode): New minor mode, based on
8258 `prog-prettify-install'.
8259 (turn-on-prettify-symbols-mode): New function.
8260 (global-prettify-symbols-mode): New globalized minor mode.
8261
8262 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8263 * progmodes/cfengine.el (cfengine3-mode):
8264 * progmodes/perl-mode.el (perl-mode): Don't call
8265 `prog-prettify-install'; set `prettify-symbols-alist' instead.
8266
8267 2013-06-18 Juri Linkov <juri@jurta.org>
8268
8269 * files-x.el (modify-file-local-variable-message): New function.
8270 (modify-file-local-variable)
8271 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
8272 and call `modify-file-local-variable-message' when it's non-nil.
8273 (add-file-local-variable, delete-file-local-variable)
8274 (add-file-local-variable-prop-line)
8275 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
8276 and use it. (Bug#9820)
8277
8278 2013-06-18 Juri Linkov <juri@jurta.org>
8279
8280 * emulation/vi.el (vi-shell-op):
8281 * emulation/vip.el (vip-execute-com, ex-command):
8282 * emulation/viper-cmd.el (viper-exec-bang):
8283 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
8284 the call of `shell-command-on-region'. (Bug#14637)
8285
8286 * simple.el (shell-command-on-region): Doc fix.
8287
8288 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8289
8290 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
8291 (bug#14633).
8292
8293 2013-06-18 Glenn Morris <rgm@gnu.org>
8294
8295 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
8296
8297 * newcomment.el (comment-search-forward, comment-search-backward):
8298 Doc fix. (Bug#14376)
8299
8300 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
8301
8302 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
8303 (buffer-face-mode-invoke): Doc fix.
8304
8305 2013-06-18 Matthias Meulien <orontee@gmail.com>
8306
8307 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
8308 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
8309
8310 2013-06-18 Glenn Morris <rgm@gnu.org>
8311
8312 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
8313 Replace obsolete function generic-make-keywords with its expansion.
8314
8315 * progmodes/python.el (ffap-alist): Declare.
8316
8317 * textmodes/reftex.el (bibtex-mode-map): Declare.
8318
8319 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8320
8321 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
8322 (package-unpack, package-unpack-single): Return the pkg-dir.
8323 (package-download-transaction): Use it to update package-alist.
8324
8325 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8326
8327 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
8328 possible choice.
8329
8330 2013-06-17 Juri Linkov <juri@jurta.org>
8331
8332 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
8333
8334 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
8335
8336 * emacs-lisp/package.el (package-load-descriptor):
8337 Remove `with-syntax-table' call, `read' doesn't need it.
8338 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
8339
8340 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
8341
8342 * startup.el (command-line): Expand package name returned by
8343 `package--description-file' (bug#14639).
8344
8345 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
8346
8347 * emacs-lisp/package.el (package-load-descriptor): Do not call
8348 `emacs-lisp-mode', just use its syntax table.
8349
8350 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
8351
8352 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
8353 `font-lock-extra-managed-props' if any prettifying keyword is added.
8354 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
8355 (prog-mode): Use `setq-local'.
8356
8357 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8358
8359 * international/characters.el (standard-case-table): Set syntax of ?»
8360 and ?« to punctuation.
8361
8362 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
8363
8364 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
8365 Save relevant match data before calling `syntax-ppss' (bug#14595).
8366
8367 2013-06-15 Juri Linkov <juri@jurta.org>
8368
8369 * files-x.el (modify-file-local-variable-prop-line): Add local
8370 variables to the end of the existing comment on the first line.
8371 Use `file-auto-mode-skip' to skip interpreter magic line,
8372 and also skip XML declaration.
8373
8374 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8375
8376 * startup.el (package--builtin-versions): New var.
8377 (package-subdirectory-regexp): Remove.
8378 (package--description-file): Hard code its value instead.
8379
8380 * emacs-lisp/package.el: Don't activate packages older than builtin.
8381 (package-obsolete-list): Rename from package-obsolete-alist, and make
8382 it into a simple list of package-desc.
8383 (package-strip-version): Remove.
8384 (package-built-in-p): Use package--builtin-versions.
8385 (package-mark-obsolete): Simplify.
8386 (package-process-define-package): Mark it obsolete if older than the
8387 builtin version.
8388 (package-handle-response): Use line-end-position.
8389 (package-read-archive-contents, package--download-one-archive):
8390 Simplify.
8391 (package--add-to-archive-contents): Skip if older than the builtin or
8392 installed version.
8393 (package-menu-describe-package): Fix last change.
8394 (package-list-unversioned): New var.
8395 (package-menu--generate): Use it.
8396
8397 * emacs-lisp/autoload.el: Manage package--builtin-versions.
8398 (autoload--insert-text, autoload--insert-cookie-text): New functions.
8399 (autoload-builtin-package-versions): New variable.
8400 (autoload-generate-file-autoloads): Use them.
8401 Remove the list of autoloaded functions/macros from the
8402 (autoload...) comments.
8403
8404 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
8405
8406 2013-06-15 Eli Zaretskii <eliz@gnu.org>
8407
8408 * simple.el (line-move-partial): Don't jump to the next screen
8409 line as soon as it becomes visible. Instead, continue enlarging
8410 the vscroll until the portion of a tall screen line that's left on
8411 display is about the height of the frame's default font.
8412 (Bug#14567)
8413
8414 2013-06-15 Glenn Morris <rgm@gnu.org>
8415
8416 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
8417 compilation-error-regexp-alist void, or local while let-bound.
8418
8419 * progmodes/make-mode.el (makefile-mode-syntax-table):
8420 Treat "=" as punctuation. (Bug#14614)
8421
8422 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
8423
8424 * help-fns.el (describe-variable):
8425 Add extra line for permanent-local variables.
8426
8427 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
8428
8429 * progmodes/scheme.el (scheme-font-lock-keywords-2):
8430 Add export, import, library. (Bug#9164)
8431 (library): Set indent function.
8432
8433 2013-06-14 Glenn Morris <rgm@gnu.org>
8434
8435 * term/xterm.el (xterm--query):
8436 Stop after first matching handler. (Bug#14615)
8437
8438 2013-06-14 Ivan Kanis <ivan@kanis.fr>
8439
8440 Add support for dired in saveplace.
8441 * dired.el (dired-initial-position-hook): New variable.
8442 (dired-initial-position): Call hook to place cursor position.
8443 * saveplace.el (save-place-to-alist): Add dired position.
8444 (save-place-dired-hook): New function.
8445
8446 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8447
8448 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
8449 through a symbol rather than letrec.
8450
8451 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
8452 (package-desc): Add `dir' field.
8453 (package-desc-full-name): New function.
8454 (package-load-descriptor): Combine the two arguments. Don't use `load'.
8455 (package-maybe-load-descriptor): Remove.
8456 (package-load-all-descriptors): Just call package-load-descriptor.
8457 (package--disabled-p): New function.
8458 (package-desc-vers, package-desc-doc): Remove aliases.
8459 (package--dir): Remove function.
8460 (package-activate): Check if a package is disabled.
8461 (package-process-define-package): New function, extracted from
8462 define-package.
8463 (define-package): Turn into a place holder.
8464 (package-unpack-single, package-tar-file-info):
8465 Use package--description-file.
8466 (package-compute-transaction): Use package--disabled-p.
8467 (package-download-transaction): Don't call
8468 package-maybe-load-descriptor since they're all loaded anyway.
8469 (package-install): Change argument to be a pkg-desc.
8470 (package-delete): Use a single pkg-desc argument.
8471 (describe-package-1): Use package-desc-dir instead of package--dir.
8472 Use package-desc property instead of package-symbol.
8473 (package-install-button-action): Adjust accordingly.
8474 (package--push): Rewrite.
8475 (package-menu--print-info): Adjust accordingly. Change the ID format
8476 to be a pkg-desc.
8477 (package-menu-describe-package, package-menu-get-status)
8478 (package-menu--find-upgrades, package-menu-mark-upgrades)
8479 (package-menu-execute, package-menu--name-predicate):
8480 Adjust accordingly.
8481 * startup.el (package--description-file): New function.
8482 (command-line): Use it.
8483 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8484 Use package-desc-version.
8485
8486 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
8487 (byte-compile-preprocess): Use it.
8488 (byte-compile-file-form-defalias): Try a bit harder to use macros we
8489 can't quite recognize.
8490 (byte-compile-add-to-list): Remove.
8491 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
8492 (cconv-closure-convert): Add assertion.
8493
8494 * emacs-lisp/map-ynp.el: Use lexical-binding.
8495 (map-y-or-n-p): Remove unused vars `tail' and `object'.
8496 Factor out some repeated code.
8497
8498 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8499
8500 * subr.el (with-eval-after-load): New macro.
8501 (eval-after-load): Allow form to be a function.
8502 take advantage of lexical-binding.
8503 (do-after-load-evaluation): Use dolist and adjust to new format.
8504 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
8505
8506 2013-06-13 Juri Linkov <juri@jurta.org>
8507
8508 * replace.el (perform-replace): Display "symbol " and other search
8509 modes from `isearch-message-prefix' in the *Help* buffer.
8510
8511 * isearch.el (isearch-query-replace): Add " symbol" and other
8512 possible search modes from `isearch-message-prefix' to the prompt.
8513 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
8514 when reading a regexp to collect.
8515
8516 2013-06-13 Juri Linkov <juri@jurta.org>
8517
8518 * isearch.el (word-search-regexp): Match whitespace if the search
8519 string begins or ends in whitespace. The LAX arg is applied to
8520 both ends of the search string. Use `regexp-quote' and explicit
8521 \< and \> instead of \b. Use \` and \' instead of ^ and $.
8522 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
8523 boundaries are replaced with symbol boundaries, and characters
8524 between symbols match non-word non-symbol syntax. (Bug#14602)
8525
8526 2013-06-13 Juri Linkov <juri@jurta.org>
8527
8528 * isearch.el (isearch-del-char): Don't exceed the length of
8529 `isearch-string' by the prefix arg. (Bug#14563)
8530
8531 2013-06-13 Juri Linkov <juri@jurta.org>
8532
8533 * isearch.el (isearch-yank-word, isearch-yank-line)
8534 (isearch-char-by-name, isearch-quote-char)
8535 (isearch-printing-char, isearch-process-search-char):
8536 Add optional count prefix arg. (Bug#14563)
8537
8538 * international/isearch-x.el
8539 (isearch-process-search-multibyte-characters):
8540 Add optional count prefix arg.
8541
8542 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8543
8544 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
8545 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
8546 lexical-binding.
8547
8548 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
8549
8550 * subr.el (set-temporary-overlay-map): Add on-exit argument.
8551
8552 2013-06-13 Glenn Morris <rgm@gnu.org>
8553
8554 * startup.el (tty-handle-args):
8555 Don't just discard "--" and anything after. (Bug#14608)
8556
8557 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
8558
8559 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
8560
8561 Implement changes in Secret Service API. Make it backward compatible.
8562 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
8563 (secrets-create-item): Use it. Prefix properties with interface.
8564
8565 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
8566
8567 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
8568 (term-emulate-terminal): Respect term-suppress-hard-newline.
8569
8570 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
8571
8572 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8573 Only remove a `thumb-file' overlay. (Bug#14548)
8574
8575 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
8576
8577 * mail/reporter.el (reporter-submit-bug-report):
8578 Handle missing package-name. (Bug#14600)
8579
8580 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8581
8582 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
8583 (reftex-citation-prompt, reftex-default-bibliography)
8584 (reftex-bib-or-thebib, reftex-get-bibfile-list)
8585 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8586 (reftex-bib-sort-author, reftex-bib-sort-year)
8587 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
8588 (reftex-extract-bib-entries-from-thebibliography)
8589 (reftex-get-bibkey-default, reftex-get-bib-names)
8590 (reftex-parse-bibtex-entry, reftex-get-bib-field)
8591 (reftex-format-bib-entry, reftex-parse-bibitem)
8592 (reftex-format-bibitem, reftex-do-citation)
8593 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
8594 (reftex-restrict-bib-matches, reftex-extract-bib-file)
8595 (reftex-insert-bib-matches, reftex-format-citation)
8596 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
8597 (reftex-create-bibtex-file): Add docstrings, mostly by converting
8598 existing comments into docstrings.
8599
8600 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
8601
8602 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
8603
8604 2013-06-12 Andreas Schwab <schwab@suse.de>
8605
8606 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
8607 for auto-save files.
8608
8609 2013-06-12 Glenn Morris <rgm@gnu.org>
8610
8611 * ido.el (ido-delete-ignored-files): Remove.
8612 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
8613 Go back to calling ido-ignore-item-p directly.
8614
8615 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
8616
8617 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
8618
8619 * ido.el (ido-delete-ignored-files): New function,
8620 split from ido-make-file-list-1.
8621 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
8622 (ido-make-file-list-1): Use ido-delete-ignored-files.
8623
8624 2013-06-12 Leo Liu <sdl.web@gmail.com>
8625
8626 * progmodes/octave.el (inferior-octave-startup)
8627 (inferior-octave-completion-table)
8628 (inferior-octave-track-window-width-change)
8629 (octave-eldoc-function-signatures, octave-help)
8630 (octave-find-definition): Use single quoted strings.
8631 (inferior-octave-startup-args): Change default value.
8632 (inferior-octave-startup): Do not hard code "-i" and
8633 "--no-line-editing".
8634 (inferior-octave-resync-dirs): Add optional arg NOERROR.
8635 (inferior-octave-directory-tracker): Use it.
8636 (octave-goto-function-definition): Robustify.
8637 (octave-help): Support highlighting operators in 'See also'.
8638 (octave-find-definition): Find subfunctions only in Octave mode.
8639
8640 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8641
8642 * help-fns.el (help-fns--compiler-macro): If the handler function is
8643 named, then put a link to it.
8644 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
8645 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
8646 (cl-typep): Use it.
8647 (cl-eval-when): Simplify debug spec.
8648 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
8649 compiler-macro function instead of setting `compiler-macro-file'.
8650
8651 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
8652
8653 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
8654 * vc/vc-hooks.el (vc-stay-local): Doc fix.
8655
8656 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8657 Daniel Hackney <dan@haxney.org>
8658
8659 First part of Daniel Hackney's patch to package.el.
8660 * emacs-lisp/package.el: Use defstruct.
8661 (package-desc): New, main struct.
8662 (package--bi-desc, package--ac-desc): New structs, used to describe the
8663 format in external files.
8664 (package-desc-vers): Replace with package-desc-version accessor.
8665 (package-desc-doc): Replace with package-desc-summary accessor.
8666 (package-activate-1): Remove `package' arg since the pkg-vec now
8667 includes the name.
8668 (define-package): Use package-desc-from-define.
8669 (package-unpack-single): Change file-name arg to be a symbol.
8670 (package--add-to-archive-contents): Use package-desc-create and new
8671 accessor functions to package--ac-desc.
8672 (package-buffer-info, package-tar-file-info): Return a package-desc.
8673 (package-install-from-buffer): Remove `type' argument. Change pkg-info
8674 arg to be a package-desc.
8675 (package-install-file): Adjust accordingly. Use \' to match EOS.
8676 (package--from-builtin): New function.
8677 (describe-package-1, package-menu--generate): Use it.
8678 (package--make-autoloads-and-compile): Change name arg to be a symbol.
8679 (package-generate-autoloads): Idem and return the name of the file.
8680 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8681 Change pkg-info arg to be a package-desc.
8682 Use package-make-ac-desc.
8683 (package-upload-file): Use \' to match EOS.
8684 * finder.el (finder-compile-keywords): Use package-make-builtin.
8685
8686 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8687
8688 * vc/vc.el (vc-deduce-fileset): Change error message.
8689 (vc-read-backend): New function.
8690 (vc-next-action): Use it.
8691
8692 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
8693
8694 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
8695 (prolog-font-lock-keywords): Use regexp-opt instead.
8696 Don't manually highlight strings.
8697 (prolog-mode-variables): Simplify comment-start-skip.
8698 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
8699
8700 * emacs-lisp/generic.el (generic--normalise-comments)
8701 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
8702 (generic-mode-set-comments): Use them.
8703 (generic-bracket-support): Use setq-local.
8704 (generic-make-keywords-list): Declare obsolete.
8705
8706 2013-06-11 Glenn Morris <rgm@gnu.org>
8707
8708 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8709 Prettify after setting font-lock-defaults. (Bug#14574)
8710
8711 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
8712
8713 * replace.el (query-replace, occur-read-regexp-defaults-function)
8714 (replace-search):
8715 * subr.el (declare-function, number-sequence, local-set-key)
8716 (substitute-key-definition, locate-user-emacs-file)
8717 (with-silent-modifications, split-string, eval-after-load):
8718 Fix typos, remove unneeded backslashes and reflow some docstrings.
8719
8720 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8721
8722 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
8723 default for Elisp files.
8724
8725 2013-06-11 Glenn Morris <rgm@gnu.org>
8726
8727 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
8728 although define-derived-mode was doing this anyway. (Bug#14583)
8729
8730 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
8731
8732 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8733 Fix make-variable-buffer-local call to refer to the correct variable.
8734
8735 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
8736
8737 * eshell/em-term.el (eshell-visual-commands)
8738 (eshell-visual-subcommands, eshell-visual-options):
8739 Add summary line to docstrings. Add cross-references.
8740
8741 2013-06-10 Glenn Morris <rgm@gnu.org>
8742
8743 * epa.el (epa-read-file-name): New function. (Bug#14510)
8744 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
8745
8746 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
8747
8748 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
8749 output redirection to be ignored with visual commands.
8750
8751 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
8752
8753 * eshell/em-term.el (eshell-visual-command-p): New function.
8754 (eshell-term-initialize): Move long lambda to separate function
8755 eshell-visual-command-p.
8756 * eshell/em-dirs.el (eshell-dirs-initialise):
8757 * eshell/em-script.el (eshell-script-initialize):
8758 Add missing #' to lambda.
8759
8760 2013-06-08 Leo Liu <sdl.web@gmail.com>
8761
8762 * progmodes/octave.el (octave-add-log-current-defun): New function.
8763 (octave-mode): Set add-log-current-defun-function.
8764 (octave-goto-function-definition): Do not move point if not found.
8765 (octave-find-definition): Enhance to try subfunctions first.
8766
8767 2013-06-08 Glenn Morris <rgm@gnu.org>
8768
8769 * emacs-lisp/bytecomp.el (byte-compile-char-before)
8770 (byte-compile-backward-char, byte-compile-backward-word):
8771 Improve previous change, to handle non-explicit nil.
8772
8773 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8774
8775 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
8776 (smie--opener/closer-at-point): New function.
8777 (smie--matching-block-data): Use it. Don't match from right after an
8778 opener or right before a closer. Obey smie-blink-matching-inners.
8779 Don't signal a mismatch for repeated inners like "switch..case..case".
8780
8781 2013-06-07 Leo Liu <sdl.web@gmail.com>
8782
8783 * progmodes/octave.el (octave-mode): Set comment-use-global-state
8784 to t. (Bug#14303)
8785 (octave-function-header-regexp): Fix. (Bug#14570)
8786 (octave-help-mode-finish-hook, octave-help-mode-finish):
8787 Remove. Just use temp-buffer-show-hook.
8788
8789 * newcomment.el (comment-search-backward): Revert last change.
8790 (Bug#14434)
8791
8792 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
8793
8794 2013-06-07 Eli Zaretskii <eliz@gnu.org>
8795
8796 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
8797 through xargs, to avoid failure due to MS-Windows limitations on
8798 command-line length.
8799
8800 2013-06-06 Glenn Morris <rgm@gnu.org>
8801
8802 * font-lock.el (lisp-font-lock-keywords-2):
8803 Treat user-error like error.
8804
8805 * emacs-lisp/bytecomp.el (byte-compile-char-before)
8806 (byte-compile-backward-char, byte-compile-backward-word):
8807 Handle explicit nil arguments. (Bug#14565)
8808
8809 2013-06-05 Alan Mackenzie <acm@muc.de>
8810
8811 * isearch.el (isearch-allow-prefix): New user option.
8812 (isearch-other-meta-char): Don't exit isearch when a prefix
8813 argument is typed whilst `isearch-allow-prefix' is non-nil.
8814 (Bug#9706)
8815
8816 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8817
8818 * autorevert.el (auto-revert-notify-handler): Use memq.
8819 Hide assertion failure.
8820
8821 * skeleton.el: Use cl-lib.
8822 (skeleton-further-elements): Use defvar-local.
8823 (skeleton-insert): Use cl-progv.
8824
8825 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8826
8827 * progmodes/prog-mode.el (prog-prettify-symbols)
8828 (prog-prettify-install): Update docstrings.
8829
8830 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8831
8832 * simple.el: Move all the prog-mode code to prog-mode.el.
8833 * progmodes/prog-mode.el: New file.
8834 * loadup.el: Add prog-mode.el.
8835
8836 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8837
8838 * simple.el (prog-prettify-symbols): Add version.
8839 (prog-prettify-install): Add convenience function to prettify symbols.
8840
8841 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
8842 (perl--augmented-font-lock-keywords-1)
8843 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
8844 variables and use it.
8845
8846 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
8847 (cfengine3-mode): Remove unneeded variable and use it.
8848
8849 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
8850 (lisp--augmented-font-lock-keywords-1)
8851 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
8852 Remove unneeded variables and use it.
8853
8854 2013-06-05 João Távora <joaotavora@gmail.com>
8855
8856 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
8857 to point when opening the connection. (Bug#14380)
8858
8859 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8860
8861 * subr.el (load-history-regexp, load-history-filename-element)
8862 (eval-after-load, after-load-functions, do-after-load-evaluation)
8863 (eval-next-after-load, display-delayed-warnings)
8864 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
8865 definition of save-match-data.
8866 (overriding-local-map): Remove accidental obsolescence declaration.
8867
8868 * emacs-lisp/edebug.el (edebug-result): Move before first use.
8869
8870 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8871
8872 Generalize symbol prettify support to prog-mode and implement it
8873 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
8874 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
8875 (prog--prettify-font-lock-compose-symbol)
8876 (prog-prettify-font-lock-symbols-keywords): New variables and
8877 functions to support symbol prettification.
8878 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
8879 (lisp--augmented-font-lock-keywords-1)
8880 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
8881 (lisp--prettify-symbols-alist): Implement prettify of lambda.
8882 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
8883 (cfengine3--prettify-symbols-alist, cfengine3-mode):
8884 Implement prettify of -> => :: strings.
8885 * progmodes/perl-mode.el (perl-prettify-symbols)
8886 (perl--font-lock-compose-symbol)
8887 (perl--font-lock-symbols-keywords): Move to prog-mode.
8888 (perl--prettify-symbols-alist): Prettify -> => :: strings.
8889 (perl-font-lock-keywords-1)
8890 (perl-font-lock-keywords-2): Remove explicit prettify support.
8891 (perl--augmented-font-lock-keywords)
8892 (perl--augmented-font-lock-keywords-1)
8893 (perl--augmented-font-lock-keywords-2, perl-mode):
8894 Implement prettify support.
8895
8896 2013-06-05 Leo Liu <sdl.web@gmail.com>
8897
8898 Re-implement smie matching block highlight using
8899 show-paren-data-function. (Bug#14395)
8900 * emacs-lisp/smie.el (smie-matching-block-highlight)
8901 (smie--highlight-matching-block-overlay)
8902 (smie--highlight-matching-block-lastpos)
8903 (smie-highlight-matching-block)
8904 (smie-highlight-matching-block-mode): Remove.
8905 (smie--matching-block-data-cache): New variable.
8906 (smie--matching-block-data): New function.
8907 (smie-setup): Use smie--matching-block-data for
8908 show-paren-data-function.
8909
8910 * progmodes/octave.el (octave-mode-menu): Fix.
8911 (octave-find-definition): Skip garbage lines.
8912
8913 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8914
8915 Fix compilation error with simultaneous dynamic+lexical scoping.
8916 Add warning when a defvar appears after the first let-binding.
8917 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
8918 (byte-compile-close-variables): Initialize it.
8919 (byte-compile--declare-var): New function.
8920 (byte-compile-file-form-defvar)
8921 (byte-compile-file-form-define-abbrev-table)
8922 (byte-compile-file-form-custom-declare-variable): Use it.
8923 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
8924 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
8925 (byte-compile-bind): Handle dynamic bindings that shadow
8926 lexical bindings.
8927 (byte-compile-unbind): Make arg non-optional.
8928 (byte-compile-let): Simplify.
8929 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
8930 (cconv--analyse-function, cconv-analyse-form): Populate it.
8931 Protect byte-compile-bound-variables to limit the scope of defvars.
8932 (cconv-analyse-form): Add missing rule for (defvar <foo>).
8933 Remove unneeded rule for `declare'.
8934
8935 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
8936 so as to avoid depending on cl-adjoin at run-time.
8937 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
8938
8939 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
8940 (macroexp--warn-and-return): Use it.
8941
8942 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8943
8944 * lisp/subr.el: Convert to lexical binding.
8945 (overriding-local-map): Make obsolete.
8946 (add-to-list): Doc fix. Add compiler macro.
8947 (read-key): Swap values of local maps.
8948
8949 2013-06-05 Leo Liu <sdl.web@gmail.com>
8950
8951 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
8952
8953 2013-06-04 Leo Liu <sdl.web@gmail.com>
8954
8955 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
8956 (compilation-auto-jump): Suppress the "Mark set" message to give
8957 way to exit message.
8958
8959 2013-06-04 Alan Mackenzie <acm@muc.de>
8960
8961 Remove faulty optimisation from indentation calculation.
8962 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
8963 search limit based on 2000 characters back from indent-point.
8964
8965 2013-06-03 Tassilo Horn <tsdh@gnu.org>
8966
8967 * eshell/em-term.el (cl-lib): Require `cl-lib'.
8968
8969 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8970
8971 * emacs-lisp/lisp.el: Use lexical-binding.
8972 (lisp--local-variables-1, lisp--local-variables): New functions.
8973 (lisp--local-variables-completion-table): New var.
8974 (lisp-completion-at-point): Use it complete let-bound vars.
8975
8976 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
8977 eagerly (bug#14422).
8978
8979 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
8980
8981 * autorevert.el (auto-revert-notify-enabled)
8982 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8983 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
8984 (auto-revert-notify-handler): Handle also gfilenotify.
8985
8986 * subr.el (file-notify-handle-event): New defun. Replacing ...
8987 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
8988 Remove.
8989
8990 2013-06-03 Juri Linkov <juri@jurta.org>
8991
8992 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
8993 `M-s h .'. (Bug#14427)
8994
8995 * hi-lock.el (highlight-symbol-at-point): New alias for the new
8996 command `hi-lock-face-symbol-at-point'.
8997 (hi-lock-face-symbol-at-point): New command.
8998 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
8999 (hi-lock-menu): Add `highlight-symbol-at-point'.
9000 (hi-lock-mode): Doc fix.
9001
9002 * isearch.el (isearch-forward-symbol-at-point): New command.
9003 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
9004 (isearch-highlight-regexp): Add a regexp which matches
9005 words/symbols for word/symbol mode.
9006
9007 * subr.el (find-tag-default-bounds): New function with the body
9008 mostly moved from `find-tag-default'.
9009 (find-tag-default): Move most code to `find-tag-default-bounds',
9010 call it and apply `buffer-substring-no-properties' afterwards.
9011
9012 2013-06-03 Tassilo Horn <tsdh@gnu.org>
9013
9014 * eshell/em-term.el (eshell-term-initialize):
9015 Use `cl-intersection' rather than `intersection'.
9016
9017 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
9018
9019 * vc/log-view.el: Doc fix.
9020 (log-view-mode-map): Copy keymap from `special-mode-map'.
9021
9022 2013-06-02 Eric Ludlam <zappo@gnu.org>
9023
9024 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
9025 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
9026 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
9027 (eieio-unbound, eieio-default-superclass)
9028 (eieio--define-field-accessors, method-static, method-before)
9029 (method-primary, method-after, method-num-lists)
9030 (method-generic-before, method-generic-primary)
9031 (method-generic-after, method-num-slots)
9032 (eieio-specialized-key-to-generic-key)
9033 (eieio--check-type, class-v, class-p)
9034 (eieio-class-name, define-obsolete-function-alias)
9035 (eieio-class-parents-fast, eieio-class-children-fast)
9036 (same-class-fast-p, class-constructor, generic-p)
9037 (generic-primary-only-p, generic-primary-only-one-p)
9038 (class-option-assoc, class-option, eieio-object-p)
9039 (class-abstract-p, class-method-invocation-order)
9040 (eieio-defclass-autoload-map, eieio-defclass-autoload)
9041 (eieio-class-un-autoload, eieio-defclass)
9042 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
9043 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
9044 (eieio--defgeneric-init-form, eieio-defgeneric-form)
9045 (eieio-defgeneric-reset-generic-form)
9046 (eieio-defgeneric-form-primary-only)
9047 (eieio-defgeneric-reset-generic-form-primary-only)
9048 (eieio-defgeneric-form-primary-only-one)
9049 (eieio-defgeneric-reset-generic-form-primary-only-one)
9050 (eieio-unbind-method-implementations)
9051 (eieio--defmethod, eieio--typep)
9052 (eieio-perform-slot-validation, eieio-validate-slot-value)
9053 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
9054 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
9055 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
9056 (eieio-slot-name-index, eieio-class-slot-name-index)
9057 (eieio-set-defaults, eieio-initarg-to-attribute)
9058 (eieio-attribute-to-initarg, eieio-c3-candidate)
9059 (eieio-c3-merge-lists, eieio-class-precedence-c3)
9060 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
9061 (eieio-class-precedence-list, eieio-generic-call-methodname)
9062 (eieio-generic-call-arglst, eieio-generic-call-key)
9063 (eieio-generic-call-next-method-list)
9064 (eieio-pre-method-execution-functions, eieio-generic-call)
9065 (eieio-generic-call-primary-only, eieiomt-method-list)
9066 (eieiomt-optimizing-obarray, eieiomt-install)
9067 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
9068 (eieio-generic-form, eieio-defmethod, make-obsolete)
9069 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
9070 (defclass): Remove `eval-and-compile' from macro.
9071 (call-next-method, shared-initialize): Instead of using
9072 `scoped-class' variable, use new eieio--scoped-class, and
9073 eieio--with-scoped-class.
9074 (initialize-instance): Rename local variable 'scoped-class' to
9075 'this-class' to remove ambiguitity from old global.
9076
9077 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
9078 eieio.el.
9079 (eieio--scoped-class-stack): New variable.
9080 (eieio--scoped-class): New fcn.
9081 (eieio--with-scoped-class): New scoping macro.
9082 (eieio-defclass): Use pushnew instead of add-to-list.
9083 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
9084 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
9085 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
9086 `scoped-class' variable, use new eieio--scoped-class, and
9087 eieio--with-scoped-class.
9088
9089 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
9090
9091 2013-06-02 Tassilo Horn <tsdh@gnu.org>
9092
9093 * eshell/esh-ext.el (eshell-external-command): Pass args to
9094 `eshell-find-interpreter'.
9095 (eshell-find-interpreter): Add new second parameter ARGS.
9096
9097 * eshell/em-script.el (eshell-script-initialize): Add second arg
9098 to the function added as MATCH to `eshell-interpreter-alist'.
9099
9100 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
9101 the function added as MATCH to `eshell-interpreter-alist'.
9102
9103 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
9104 (eshell-visual-options): New defcustom.
9105 (eshell-escape-control-x): Adapt docstring.
9106 (eshell-term-initialize): Test `eshell-visual-subcommands' and
9107 `eshell-visual-options' in addition to `eshell-visual-commands'.
9108 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
9109
9110 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
9111
9112 * progmodes/python.el (python-indent-block-enders): Add break,
9113 continue and raise keywords.
9114
9115 2013-06-01 Glenn Morris <rgm@gnu.org>
9116
9117 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
9118
9119 Plain (f)boundp silences compilation warnings since Emacs 22.1.
9120 * progmodes/cc-cmds.el (delete-forward-p):
9121 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
9122 * progmodes/cc-engine.el (buffer-syntactic-context):
9123 * progmodes/cc-fonts.el (face-property-instance):
9124 * progmodes/cc-mode.el (set-keymap-parents):
9125 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
9126 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
9127 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
9128 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
9129 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
9130
9131 * progmodes/cc-vars.el (other): Emacs has this widget since
9132 at least 21.1, so don't (re)define it.
9133
9134 * eshell/em-cmpl.el (eshell-cmpl-initialize):
9135 Replace the obsolete alias pcomplete-arg-quote-list.
9136
9137 2013-06-01 Leo Liu <sdl.web@gmail.com>
9138
9139 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
9140 punctuation syntax.
9141 (inferior-octave-minimal-columns)
9142 (inferior-octave-last-column-width): New variables.
9143 (inferior-octave-track-window-width-change): New function.
9144 (inferior-octave-mode): Adjust column width so that Octave output,
9145 for example from 'ls', can fit into the window nicely.
9146
9147 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
9148
9149 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
9150 Highlight expansions inside regexp literals.
9151
9152 2013-05-31 Glenn Morris <rgm@gnu.org>
9153
9154 * obsolete/sym-comp.el (symbol-complete):
9155 Replace obsolete completion-annotate-function.
9156
9157 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
9158
9159 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
9160
9161 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
9162 New function, checks if point is inside a literal that allows
9163 expression expansion.
9164 (ruby-syntax-propertize-expansion): Use it.
9165 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
9166 around the body.
9167
9168 2013-05-30 Juri Linkov <juri@jurta.org>
9169
9170 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
9171 to "\M-si".
9172 (isearch-invisible): New variable.
9173 (isearch-forward): Doc fix.
9174 (isearch-mode): Set `isearch-invisible'
9175 to the value of `search-invisible'.
9176 (isearch-toggle-case-fold): Doc fix.
9177 (isearch-toggle-invisible): New command.
9178 (isearch-query-replace): Let-bind `search-invisible'
9179 to the value of `isearch-invisible'.
9180 (isearch-search): Use `isearch-invisible' instead of
9181 `search-invisible'. Let-bind `search-invisible'
9182 to the value of `isearch-invisible'. (Bug#11378)
9183
9184 2013-05-30 Juri Linkov <juri@jurta.org>
9185
9186 * replace.el (perform-replace): Avoid `isearch-range-invisible'
9187 call when `query-flag' is nil and `search-invisible' is non-nil.
9188 (Bug#11746)
9189
9190 2013-05-30 Glenn Morris <rgm@gnu.org>
9191
9192 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
9193
9194 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
9195 (cc-require): Suppress spurious "noruntime" warnings.
9196 (cc-require-when-compile): Use fboundp, for sake of compiler.
9197
9198 * progmodes/cc-mode.el: Move load of cc-vars before that of
9199 cc-langs (which in turn loads cc-vars), to quieten compiler.
9200
9201 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9202
9203 * paren.el: Simplify the code.
9204 (show-paren-mode): Always start the timer.
9205 (show-paren--idle-timer): Rename from show-paren-idle-timer.
9206 (show-paren--overlay, show-paren--overlay-1): Rename from
9207 show-paren-overlay and show-paren-overlay-1, and initialize to an
9208 overlay rather than to nil.
9209 (show-paren-function): Misc cleanup and simplifications.
9210
9211 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9212
9213 * paren.el (show-paren-data-function): New hook.
9214 (show-paren--default): New function, extracted from show-paren-function.
9215 (show-paren-function): Use show-paren-data-function.
9216
9217 2013-05-30 Glenn Morris <rgm@gnu.org>
9218
9219 * ielm.el (ielm-map, ielm-complete-symbol):
9220 Use completion-at-point rather than obsolete functions.
9221 (inferior-emacs-lisp-mode): Doc fix.
9222 Set completion-at-point-functions, rather than
9223 comint-dynamic-complete-functions.
9224
9225 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
9226 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
9227 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
9228
9229 * image.el (image-animated-p): Tweak definition.
9230
9231 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
9232 (rlogin-process-connection-type): Tweak default. Add set-after.
9233 (rlogin-host): Doc fix.
9234 (rlogin): Tweak prompt.
9235 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
9236
9237 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
9238 * progmodes/tcl.el (inferior-tcl-mode-map):
9239 Use completion-at-point rather than obsolete alias.
9240
9241 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
9242
9243 * minibuffer.el (read-file-name-completion-ignore-case):
9244 Move before completion--in-region, for eager macro expansion.
9245
9246 2013-05-29 Juri Linkov <juri@jurta.org>
9247
9248 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
9249 for total count of matching lines. Add `global-matches' for total
9250 count of matches. Rename `matches' to `lines' for count of
9251 matching lines. Add `matches' for count of matches.
9252 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
9253 to `prev-line' for line number of prev match endpt.
9254 Increment `matches' for every match. Print the number of
9255 matching lines in the header.
9256 (occur-context-lines): Rename `lines' to `curr-line'.
9257 Rename `prev-lines' to `prev-line'. (Bug#14017)
9258
9259 2013-05-29 Juri Linkov <juri@jurta.org>
9260
9261 * replace.el (perform-replace): Add `skip-read-only-count',
9262 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
9263 Increment them for corresponding conditions and report the number
9264 of skipped occurrences in the final message. (Bug#11746)
9265 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9266 (replace-string, replace-regexp): Doc fix.
9267
9268 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9269
9270 * emacs-lisp/trace.el (trace--read-args): Provide a default.
9271
9272 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
9273 prog-mode-map (bug#14504).
9274
9275 2013-05-29 Leo Liu <sdl.web@gmail.com>
9276
9277 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
9278 (octave-help): Small simplification.
9279
9280 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
9281 off the highlight first.
9282
9283 2013-05-29 Glenn Morris <rgm@gnu.org>
9284
9285 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
9286 Handle idlwave-last-system-routine-info-cons-cell being nil.
9287
9288 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9289 (idlwave-write-paths): Simplify via with-temp-buffer.
9290
9291 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
9292 * emulation/cua-rect.el: Also load cua-base at run time.
9293
9294 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
9295 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
9296 (cperl-imenu-on-info): Require imenu.
9297
9298 2013-05-28 Alan Mackenzie <acm@muc.de>
9299
9300 Handle "capitalised keywords" correctly.
9301 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
9302
9303 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
9304
9305 * eshell/em-unix.el: Add -r option to cp.
9306
9307 2013-05-28 Glenn Morris <rgm@gnu.org>
9308
9309 * vc/vc-arch.el (vc-exec-after): Declare.
9310 (vc-switches): Autoload.
9311 * vc/vc-bzr.el: No need to require vc when compiling.
9312 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
9313 (vc-resynch-buffer, vc-dir-refresh): Declare.
9314 (vc-setup-buffer, vc-switches): Autoload.
9315 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
9316 (vc-resynch-buffer): Declare.
9317 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
9318 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
9319 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
9320 (grep-read-regexp, grep-read-files, grep-expand-template)
9321 (vc-dir-refresh): Declare.
9322 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
9323 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
9324 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
9325 * vc/vc-mtn.el (vc-exec-after): Declare.
9326 (vc-switches): Autoload.
9327 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
9328 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
9329 (vc-file-tree-walk): Declare.
9330 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
9331 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
9332 (vc-tag-precondition, vc-rename-master): Autoload.
9333 * vc/vc-svn.el (vc-exec-after): Declare.
9334 (vc-switches, vc-setup-buffer): Autoload.
9335 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
9336 Autoload.
9337 (vc-resynch-buffer): Declare.
9338
9339 * obsolete/fast-lock.el (byte-compile-warnings):
9340 Don't warn about obsolete features in this obsolete file.
9341
9342 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
9343 Move definition before use.
9344
9345 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
9346 (dun-unix-verbs): Remove dun-zippy.
9347 (dun-zippy): Remove function.
9348
9349 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9350
9351 2013-05-27 Juri Linkov <juri@jurta.org>
9352
9353 * replace.el (replace-search): New function with code moved out
9354 from `perform-replace'.
9355 (replace-highlight, replace-dehighlight): Move function definitions
9356 up closer to `replace-search'. (Bug#11746)
9357
9358 2013-05-27 Juri Linkov <juri@jurta.org>
9359
9360 * replace.el (perform-replace): Ignore invisible matches.
9361 In addition to checking `query-replace-skip-read-only', also
9362 filter out matches by calling `run-hook-with-args-until-failure'
9363 on `isearch-filter-predicates', and also check `search-invisible'
9364 for t or call `isearch-range-invisible'.
9365 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
9366
9367 2013-05-27 Juri Linkov <juri@jurta.org>
9368
9369 * isearch.el (isearch-filter-predicates): Rename from
9370 `isearch-filter-predicate'. Doc fix. (Bug#11378)
9371 (isearch-message-prefix): Display text from the property
9372 `isearch-message-prefix' of the currently active filters.
9373 (isearch-search): Don't compare `isearch-filter-predicate' with
9374 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
9375 on `isearch-filter-predicates'. Also check `search-invisible' for t
9376 or call `isearch-range-invisible'.
9377 (isearch-filter-visible): Make obsolete.
9378 (isearch-lazy-highlight-search):
9379 Call `run-hook-with-args-until-failure' on
9380 `isearch-filter-predicates' and use `isearch-range-invisible'.
9381
9382 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
9383 `isearch-filter-predicates' instead of `funcall'ing
9384 `isearch-filter-predicate'.
9385 (Info-mode): Set `Info-isearch-filter' to
9386 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
9387
9388 * dired-aux.el (dired-isearch-filter-predicate-orig):
9389 Remove variable.
9390 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
9391 (dired-isearch-filenames-end): Add and remove
9392 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
9393 instead of changing the value of `isearch-filter-predicate'.
9394 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
9395 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
9396 Put property `isearch-message-prefix' to "filename " on
9397 `dired-isearch-filter-filenames'.
9398
9399 * wdired.el (wdired-change-to-wdired-mode):
9400 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
9401 locally instead of changing `isearch-filter-predicate'.
9402 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
9403
9404 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
9405
9406 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
9407 return the commit hash (Bug#14459). Also set the
9408 `vc-git-detached' property.
9409 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
9410 (vc-git-mode-line-string): Use the same help-echo format whether
9411 in detached mode or not, because we know the actual revision now.
9412 When in detached mode, shorten the revision to 7 chars.
9413
9414 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9415
9416 * emacs-lisp/easy-mmode.el (define-minor-mode):
9417 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
9418 mode hook and provide a docstring.
9419
9420 2013-05-27 Alan Mackenzie <acm@muc.de>
9421
9422 Remove spurious syntax-table text properties inserted by C-y.
9423 * progmodes/cc-mode.el (c-after-change): Also clear hard
9424 syntax-table property with value nil.
9425
9426 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
9427
9428 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
9429 when reading the events; the buffer layout shall not be changed.
9430
9431 2013-05-27 Leo Liu <sdl.web@gmail.com>
9432
9433 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
9434 New variable.
9435 (inferior-octave-directory-tracker): Automatically re-sync
9436 default-directory.
9437 (octave-help): Improve handling of 'See also'.
9438
9439 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9440
9441 * doc-view.el: Minor naming convention tweaks.
9442 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
9443
9444 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
9445 even if there's no `display' property yet (bug#14435).
9446
9447 2013-05-25 Eli Zaretskii <eliz@gnu.org>
9448
9449 * subr.el (unmsys--file-name): Rename from reveal-filename.
9450
9451 * Makefile.in (custom-deps, finder-data, autoloads)
9452 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9453 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9454 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
9455
9456 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9457
9458 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
9459 error-completion on the first 2 args of condition-case (bug#14446).
9460 Don't burp at EOB.
9461
9462 2013-05-25 Leo Liu <sdl.web@gmail.com>
9463
9464 * comint.el (comint-previous-matching-input): Do not flood the
9465 *Messages* buffer with trivial messages.
9466
9467 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9468
9469 * progmodes/flymake.el (flymake-nop): Don't return a string.
9470 (flymake-set-at): Fix typo.
9471
9472 * simple.el (read--expression): New function, extracted from
9473 eval-expression. Set completion-at-point-functions (bug#14465).
9474 (eval-expression, eval-minibuffer): Use it.
9475
9476 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
9477
9478 * progmodes/flymake.el (flymake-save-buffer-in-file)
9479 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
9480 (flymake-selected-frame, flymake-log, flymake-ins-after)
9481 (flymake-set-at, flymake-get-buildfile-from-cache)
9482 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
9483 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
9484 Refine the doc string.
9485 (flymake-get-file-name-mode-and-masks): Reformat.
9486 (flymake-get-real-file-name-function): Fix a minor bug.
9487
9488 2013-05-24 Juri Linkov <juri@jurta.org>
9489
9490 * progmodes/grep.el (grep-mode-font-lock-keywords):
9491 Support =linenumber= format used by git-grep for lines with
9492 function names. (Bug#13549)
9493
9494 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9495
9496 * progmodes/octave.el (octave-smie-rules): Return nil rather than
9497 0 after a semi-colon; it works better for smie-auto-fill.
9498 (octave--indent-new-comment-line): New function.
9499 (octave-indent-new-comment-line): Use it (indirectly).
9500 (octave-mode): Don't disable smie-auto-fill. Use add-function to
9501 modify comment-line-break-function.
9502
9503 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
9504 (smie-setup): Use add-function to set it.
9505
9506 2013-05-24 Sam Steingold <sds@gnu.org>
9507
9508 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
9509 argument (before the `interactive' argument).
9510
9511 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9512
9513 * image-mode.el (image-mode-winprops): Add winprops to
9514 image-mode-winprops-alist before running
9515 image-mode-new-window-functions.
9516 * doc-view.el (doc-view-new-window-function): Don't delay
9517 doc-view-goto-page via timers (bug#14435).
9518
9519 2013-05-24 Tassilo Horn <tsdh@gnu.org>
9520
9521 * doc-view.el: Integrate with desktop.el. (Bug#14435)
9522 (doc-view-desktop-save-buffer): New function.
9523 (doc-view-restore-desktop-buffer): New function.
9524 (desktop-buffer-mode-handlers):
9525 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
9526 handler.
9527 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
9528 `desktop-save-buffer' function.
9529
9530 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
9531
9532 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
9533 (tramp-gvfs-file-name-handler): Raise a user error when
9534 `tramp-gvfs-enabled' is nil.
9535 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
9536 Do not raise a user error when loading package. (Bug#14447)
9537
9538 * net/xesam.el: Move to obsolete/.
9539
9540 2013-05-24 Glenn Morris <rgm@gnu.org>
9541
9542 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
9543
9544 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
9545
9546 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
9547 (Info-find-node, Man-getpage-in-background): Declare.
9548
9549 * mail/unrmail.el (unrmail):
9550 Replace obsolete detect-coding-with-priority.
9551
9552 * net/socks.el (socks-split-string): Use this rather than split-string.
9553 (socks-nslookup-host): Update for above change.
9554 (dynamic-choice, s5-dynamic-choice-match)
9555 (s5-dynamic-choice-match-inline, s5-widget-value-create):
9556 Comment out unused code.
9557
9558 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
9559 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
9560 (gud-tooltip-echo-area): Make obsolete.
9561 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
9562
9563 * progmodes/js.el (js--optimize-arglist): Declare.
9564
9565 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
9566
9567 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
9568 (ediff-window-C): Declare.
9569
9570 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
9571 Tweak requires to silence compiler.
9572
9573 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
9574 (he-search-string, he-tried-table, he-expand-list)
9575 (he-init-string, he-string-member, he-substitute-string)
9576 (he-reset-string): Declare.
9577
9578 * obsolete/options.el (list-options): Use custom-variable-p,
9579 rather than obsolete alias.
9580
9581 2013-05-23 Sam Steingold <sds@gnu.org>
9582
9583 * simple.el (shell-command-on-region): Pass the `replace' argument
9584 down to `call-process-region' to comply with the doc as reported on
9585 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
9586
9587 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9588
9589 * emacs-lisp/smie.el (smie-indent-forward-token)
9590 (smie-indent-backward-token): Handle string tokens (bug#14381).
9591
9592 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9593
9594 * ielm.el (ielm-menu): New menu.
9595 (inferior-emacs-lisp-mode): Set comment-start.
9596
9597 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9598
9599 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
9600 Fix deactivate action.
9601
9602 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
9603 Add cleveref macros.
9604
9605 * lisp/textmodes/reftex-parse.el
9606 (reftex-locate-bibliography-files): Accept options for
9607 bibliography commands.
9608 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
9609 Add addbibresource. Basic Biblatex support.
9610
9611 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
9612
9613 * net/tramp-gvfs.el (top):
9614 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
9615 when loading package. (Bug#14447)
9616
9617 2013-05-23 Glenn Morris <rgm@gnu.org>
9618
9619 * progmodes/js.el: No need to load comint when compiling.
9620 (ring-insert, comint-send-string, comint-send-input)
9621 (comint-last-input-end, ido-chop): Declare.
9622
9623 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
9624 * vc/ediff-mult.el: Adjust requires.
9625 (ediff-directories-internal, ediff-directory-revisions-internal)
9626 (ediff-patch-file-internal): Declare.
9627 * vc/ediff-ptch.el: Adjust requires.
9628 (ediff-use-last-dir, ediff-buffers-internal): Declare.
9629 (ediff-find-file): Autoload.
9630 * vc/ediff-util.el: No need to load ediff when compiling.
9631 (ediff-regions-internal): Declare.
9632 * vc/ediff-wind.el: Adjust requires.
9633 (ediff-compute-toolbar-width): Define when compiling.
9634 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
9635 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
9636 (dired-get-filename, dired-get-marked-files)
9637 (ediff-last-dir-patch, ediff-patch-default-directory)
9638 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
9639 (ediff-patch-buffer-internal): Declare.
9640
9641 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
9642 (ispell-process, ispell-buffer-local-words, lm-summary)
9643 (lm-section-start, lm-section-end): Declare.
9644 (checkdoc-ispell-init): Simplify.
9645
9646 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
9647 (he-string-member, he-reset-string, he-substitute-string): Declare.
9648
9649 * eshell/em-ls.el: Adjust requires.
9650 (eshell-glob-regexp): Declare.
9651 * eshell/em-tramp.el: Adjust requires.
9652 (eshell-parse-command): Autoload.
9653 * eshell/em-xtra.el: Adjust requires.
9654 (eshell-parse-command): Autoload.
9655 * eshell/esh-ext.el: Adjust requires.
9656 (eshell-parse-command, eshell-close-handles): Autoload.
9657 * eshell/esh-io.el: Adjust requires.
9658 (eshell-output-filter): Autoload.
9659 * eshell/esh-util.el: No need to load tramp when compiling.
9660 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
9661 Declare.
9662 (eshell-parse-ange-ls): Require ange-ftp and tramp.
9663 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9664 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
9665 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
9666 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
9667 * eshell/esh-opt.el, eshell/esh-proc.el:
9668 * eshell/esh-var.el: Adjust requires.
9669 * eshell/eshell.el: Do not require esh-util twice.
9670 (eshell-add-input-to-history): Declare.
9671 (eshell-command): Check history module is active before using it.
9672
9673 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
9674
9675 2013-05-22 Leo Liu <sdl.web@gmail.com>
9676
9677 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
9678
9679 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
9680
9681 * autorevert.el (auto-revert-notify-add-watch)
9682 (auto-revert-notify-handler): Add `attrib' for the inotify case,
9683 it indicates changes in file modification time.
9684
9685 2013-05-22 Glenn Morris <rgm@gnu.org>
9686
9687 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9688 Always delete the autoloaded function from the noruntime and
9689 unresolved functions lists.
9690
9691 * allout.el: No need to load epa, epg, overlay when compiling.
9692 (epg-context-set-passphrase-callback, epg-list-keys)
9693 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
9694 (epg-key-user-id-list): Declare.
9695
9696 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9697 (viper-set-parsing-style-toggling-macro)
9698 (viper-set-emacs-state-searchstyle-macros):
9699 Use called-interactively-p on Emacs.
9700 (viper-looking-back): Make it an obsolete alias. Update callers.
9701 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
9702 Use looking-back rather than viper-looking-back.
9703 (viper-tmp-insert-at-eob, viper-enlarge-region)
9704 (viper-read-string-with-history, viper-register-to-point)
9705 (viper-append-to-register, viper-change-state-to-vi)
9706 (viper-backward-char-carefully, viper-forward-char-carefully)
9707 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
9708 (viper-change-state-to-emacs): Declare.
9709 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
9710 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
9711 * emulation/viper-mous.el: Do not load viper-cmd.
9712 (viper-backward-char-carefully, viper-forward-char-carefully)
9713 (viper-forward-word, viper-adjust-window): Declare.
9714
9715 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
9716
9717 * progmodes/idlw-help.el (idlwave-help-fontify):
9718 Use called-interactively-p.
9719
9720 * term/w32console.el (w32-get-console-codepage)
9721 (w32-get-console-output-codepage): Declare.
9722
9723 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
9724 Remove unnecessary declarations.
9725 (dframe-message): Doc fix.
9726
9727 * info.el (dframe-select-attached-frame, dframe-current-frame):
9728 Declare.
9729
9730 * speedbar.el (speedbar-message): Make it an obsolete alias.
9731 Update all callers.
9732 (speedbar-with-attached-buffer)
9733 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
9734 (speedbar-with-writable): Use backquote.
9735 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
9736 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
9737 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
9738 rather than speedbar- aliases.
9739 * mail/rmail.el: Load dframe rather than speedbar when compiling.
9740 (speedbar-make-specialized-keymap, speedbar-insert-button)
9741 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
9742 (speedbar-do-function-pointer): Declare.
9743 (rmail-speedbar-button, rmail-speedbar-find-file)
9744 (rmail-speedbar-move-message):
9745 Use dframe-with-attached-buffer rather than speedbar- alias.
9746 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
9747 (dframe-message, speedbar-make-specialized-keymap)
9748 (speedbar-add-expansion-list, speedbar-mode-functions-list)
9749 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
9750 (speedbar-insert-button, dframe-select-attached-frame)
9751 (dframe-maybee-jump-to-attached-frame)
9752 (speedbar-change-initial-expansion-list)
9753 (speedbar-previously-used-expansion-list-name): Declare.
9754 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
9755 Use dframe-message, dframe-with-attached-buffer rather than
9756 speedbar- aliases.
9757 (gud-sentinel): Silence compiler.
9758 * progmodes/vhdl-mode.el (speedbar-refresh)
9759 (speedbar-do-function-pointer, speedbar-add-supported-extension)
9760 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
9761 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
9762 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
9763 (speedbar-file-lists, speedbar-make-tag-line)
9764 (speedbar-line-directory, speedbar-goto-this-file)
9765 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
9766 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
9767 (speedbar-make-button, speedbar-reset-scanners)
9768 (speedbar-files-item-info, speedbar-line-text)
9769 (speedbar-find-file-in-frame, speedbar-set-timer)
9770 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
9771 (speedbar-with-writable): Do not (re)define it.
9772 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
9773 rather than speedbar- alias.
9774
9775 2013-05-21 Leo Liu <sdl.web@gmail.com>
9776
9777 * progmodes/octave.el (octave-mode-menu): Update and re-organize
9778 menu items.
9779 (octave-mode): Tweak fill-nobreak-predicate.
9780 (inferior-octave-startup): Check process to avoid infinite loop.
9781 (inferior-octave): Pop to buffer first to show abornmal process
9782 exit information.
9783
9784 2013-05-21 Glenn Morris <rgm@gnu.org>
9785
9786 * printing.el (pr-menu-bar): Define when compiling.
9787
9788 2013-05-21 Leo Liu <sdl.web@gmail.com>
9789
9790 * progmodes/octave.el (octave-auto-fill): Remove.
9791 (octave-indent-new-comment-line): Improve.
9792 (octave-mode): Use auto fill mode through
9793 comment-line-break-function and fill-nobreak-predicate.
9794 (octave-goto-function-definition): Support DEFUN_DLD.
9795 (octave-beginning-of-defun): Small tweak.
9796 (octave-help): Show parent directory.
9797
9798 2013-05-21 Glenn Morris <rgm@gnu.org>
9799
9800 * files.el (dired-unmark):
9801 * progmodes/gud.el (gdb-input): Update declarations.
9802
9803 * calculator.el (electric, ehelp): No need to load when compiling.
9804 (Electric-command-loop, electric-describe-mode): Declare.
9805
9806 * doc-view.el (doc-view-current-converter-processes): Move before use.
9807
9808 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9809 Move MODE-set-explicitly definition before use.
9810
9811 * international/mule-diag.el (mule-diag):
9812 Don't use obsolete window-system-version.
9813
9814 * mail/feedmail.el (smtpmail): No need to load when compiling.
9815 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
9816
9817 * mail/mail-utils.el (rfc822): No need to load when compiling.
9818 (rfc822-addresses): Autoload it.
9819 (mail-strip-quoted-names): Trivial simplification.
9820
9821 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
9822 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
9823
9824 * net/snmp-mode.el (tempo): Don't duplicate requires.
9825
9826 * progmodes/prolog.el (info): No need to load when compiling.
9827 (comint): Require before shell requires it.
9828 (Info-goto-node): Autoload it.
9829 (Info-follow-nearest-node): Declare.
9830 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
9831
9832 * textmodes/artist.el (picture-mode-exit): Declare.
9833
9834 * textmodes/reftex-parse.el (reftex-parse-from-file):
9835 Trivial rewrite so the compiler can parse it better.
9836
9837 2013-05-20 Leo Liu <sdl.web@gmail.com>
9838
9839 * progmodes/octave.el (octave-help-mode-map)
9840 (octave-help-mode-finish-hook): New variables.
9841 (octave-help-mode, octave-help-mode-finish): New functions.
9842 (octave-help): Use octave-help-mode.
9843
9844 2013-05-20 Glenn Morris <rgm@gnu.org>
9845
9846 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
9847
9848 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
9849
9850 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
9851 start at point, so that expansion starting right after opening
9852 slash in a regexp is recognized.
9853 (ruby-syntax-before-regexp-re): New defvar, extracted from
9854 ruby-syntax-propertize-function. Since the value of this regexp
9855 is looked up at runtime now, we should be able to turn
9856 `ruby-syntax-methods-before-regexp' into a defcustom later.
9857 (ruby-syntax-propertize-function): Split regexp matching into two
9858 parts, for opening and closing slashes. That allows us to skip
9859 over string interpolations and support multiline regexps.
9860 Don't call `ruby-syntax-propertize-expansions', instead use another rule
9861 for them, which calls `ruby-syntax-propertize-expansion'.
9862 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
9863 call to `ruby-syntax-propertize-function'.
9864 (ruby-syntax-propertize-expansion): Extracted from
9865 `ruby-syntax-propertize-expansions'. Handles one expansion.
9866 (ruby-syntax-propertize-percent-literal): Leave point right after
9867 the percent symbol, so that the expression expansion rule can
9868 propertize the contents.
9869 (ruby-syntax-propertize-heredoc): Leave point at bol following the
9870 heredoc openers.
9871 (ruby-syntax-propertize-expansions): Remove.
9872
9873 2013-05-18 Juri Linkov <juri@jurta.org>
9874
9875 * man.el (Man-default-man-entry): Remove `-' from the end
9876 of the default value. (Bug#14400)
9877
9878 2013-05-18 Glenn Morris <rgm@gnu.org>
9879
9880 * comint.el (comint-password-prompt-regexp):
9881 Allow "password for XXX" where XXX contains colons (eg https://...).
9882
9883 2013-05-18 Leo Liu <sdl.web@gmail.com>
9884
9885 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
9886 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
9887 (octave-source-directories): Don't check process.
9888 (octave-source-directories, octave-find-definition): Doc fix.
9889
9890 2013-05-18 Glenn Morris <rgm@gnu.org>
9891
9892 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
9893 Remove backspace/delete bindings. (Bug#14392)
9894
9895 * cus-dep.el (custom-make-dependencies): Sort the output.
9896 (custom-versions-load-alist): Convert comment to doc.
9897
9898 2013-05-17 Leo Liu <sdl.web@gmail.com>
9899
9900 * newcomment.el (comment-search-backward): Stricter in finding
9901 comment start. (Bug#14303)
9902
9903 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
9904 (octave-comment-start-skip): Properly anchored.
9905
9906 2013-05-17 Leo Liu <sdl.web@gmail.com>
9907
9908 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
9909 Clean up when turned off. (Bug#14395)
9910 (smie--highlight-matching-block-overlay): No longer buffer-local.
9911 (smie-highlight-matching-block): Adjust.
9912
9913 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
9914
9915 Doc string fix for "nanoseconds" (Bug#14406).
9916 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
9917 Fix doc string typo that had "nanoseconds" instead of "microseconds".
9918
9919 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
9920
9921 * calc/calc-units.el (math-extract-units): Preserve powers
9922 of units.
9923
9924 2013-05-17 Leo Liu <sdl.web@gmail.com>
9925
9926 * subr.el (delete-consecutive-dups): New function.
9927 * ido.el (ido-set-matches-1): Use it.
9928 * progmodes/octave.el (inferior-octave-completion-table): Use it.
9929 * ido.el (ido-remove-consecutive-dups): Remove.
9930
9931 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9932
9933 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9934 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
9935 regexp-opt's `words'.
9936
9937 2013-05-16 Leo Liu <sdl.web@gmail.com>
9938
9939 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
9940 (smie--highlight-matching-block-overlay)
9941 (smie--highlight-matching-block-lastpos)
9942 (smie--highlight-matching-block-timer): New variables.
9943 (smie-highlight-matching-block): New function.
9944 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
9945 (smie-setup): Conditionally enable smie-blink-matching-open.
9946
9947 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
9948
9949 Sync with upstream verilog-mode r840.
9950 * progmodes/verilog-mode.el (verilog-mode-version)
9951 (verilog-mode-release-date): Update.
9952 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
9953 (verilog-sig-tieoff): Fix string error on
9954 AUTORESET with colon define, bug594. Reported by Andrew Hou.
9955 (verilog-read-decls): Fix parameters confusing
9956 AUTOINST interfaces, bug565. Reported by Leith Johnson.
9957
9958 2013-05-16 Eli Zaretskii <eliz@gnu.org>
9959
9960 * subr.el (reveal-filename): New function.
9961
9962 * loadup.el: Compute Emacs executable versions on MS-Windows,
9963 where executables have the .exe extension. Add a hard link
9964 emacs-XX.YY.ZZ.exe on MS-Windows.
9965
9966 * Makefile.in (XARGS_LIMIT): New variable.
9967 (custom-deps, finder-data, autoloads)
9968 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9969 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9970 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
9971 (compile-main): Limit xargs according to $(XARGS_LIMIT).
9972
9973 2013-05-16 Leo Liu <sdl.web@gmail.com>
9974
9975 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
9976 (octave-mode-menu, octave-mode-map): Remove its uses.
9977
9978 2013-05-16 Reto Zimmermann <reto@gnu.org>
9979
9980 Sync with upstream vhdl mode v3.34.2.
9981 * progmodes/vhdl-mode.el: Use `push' throughout.
9982 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
9983 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
9984 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
9985 (vhdl-actual-generic-name): New option to derive actual generic name.
9986 (vhdl-port-paste-signals): Replace formal by actual generics.
9987 (vhdl-beautify): New name for old group vhdl-align. Update users.
9988 (vhdl-beautify-options): New option.
9989 (vhdl-last-input-event): New compat alias. Use throughout.
9990 (vhdl-goto-line): Replace user level function `goto-line'.
9991 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
9992 vhdl-fix-statement-buffer.
9993 (vhdl-create-mode-menu): Add some entries.
9994 (vhdl-align-region-groups): Respect vhdl-beautify-options.
9995 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
9996 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
9997 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
9998 to force statements on one line.
9999 (vhdl-remove-trailing-spaces-region):
10000 New, split from vhdl-remove-trailing-spaces.
10001 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
10002 Respect vhdl-beautify-options.
10003 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
10004 (vhdl-update-sensitivity-list): Not add with index if exists without.
10005 Not include array index with signal. Ignore keywords in comments.
10006 (vhdl-get-visible-signals): Regexp tweaks.
10007 (vhdl-template-component-inst): Handle empty library.
10008 (vhdl-template-type): Add template for 'enum' type.
10009 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
10010 Use vhdl-replace-string.
10011 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
10012 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
10013 (vhdl-speedbar-initialize): Update for above name change.
10014 (vhdl-compose-wire-components): Fix in handling of constants.
10015 (vhdl-error-regexp-emacs-alist): New variable.
10016 (vhdl-error-regexp-add-emacs): New function;
10017 adds support for new compile.el (Emacs 22+)
10018 (vhdl-generate-makefile-1): Change target order for single lib. units.
10019 Allow use of absolute file names.
10020
10021 2013-05-16 Leo Liu <sdl.web@gmail.com>
10022
10023 * simple.el (prog-indent-sexp): Indent enclosing defun.
10024
10025 2013-05-15 Glenn Morris <rgm@gnu.org>
10026
10027 * cus-start.el (show-trailing-whitespace): Move to editing basics.
10028 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
10029 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
10030 (whitespace-highlight): Move to whitespace group.
10031
10032 * comint.el (comint-source):
10033 * pcmpl-linux.el (pcmpl-linux):
10034 * shell.el (shell-faces):
10035 * eshell/esh-opt.el (eshell-opt):
10036 * international/ccl.el (ccl): Remove empty custom groups.
10037
10038 * completion.el (dynamic-completion-mode):
10039 * jit-lock.el (jit-lock-debug-mode):
10040 * minibuffer.el (completion-in-region-mode):
10041 * type-break.el (type-break-mode-line-message-mode)
10042 (type-break-query-mode):
10043 * emulation/tpu-edt.el (tpu-edt-mode):
10044 * progmodes/subword.el (global-subword-mode, global-superword-mode):
10045 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10046 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
10047
10048 * term/xterm.el (xterm): Change parent group to terminals.
10049
10050 * master.el (master): Remove empty custom group.
10051 (master-mode): Remove unused :group argument.
10052 * textmodes/refill.el (refill): Remove empty custom group.
10053 (refill-mode): Remove unused :group argument.
10054
10055 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
10056
10057 * cus-dep.el: Provide a feature.
10058 (custom-make-dependencies): Ignore dotfiles (dir-locals).
10059 Don't mistakenly ignore files whose basenames match a basename
10060 from preloaded-file-list (eg cedet/ede/simple.el).
10061 Add a fallback method for getting :group.
10062
10063 2013-05-15 Juri Linkov <juri@jurta.org>
10064
10065 * isearch.el (isearch-char-by-name): Rename from
10066 `isearch-insert-char-by-name'. Doc fix.
10067 (isearch-forward): Mention `isearch-char-by-name' in
10068 the docstring. (Bug#13348)
10069
10070 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
10071 `exit-minibuffer' instead of
10072 `isearch-nonincremental-exit-minibuffer'.
10073 (isearch-edit-string): Remove mention of
10074 `isearch-nonincremental-exit-minibuffer' from docstring.
10075 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
10076 (isearch-forward-exit-minibuffer)
10077 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
10078
10079 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10080
10081 * loadup.el: Just use unversioned DOC.
10082
10083 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
10084 literals as extending to EOB.
10085 (nxml-last-fontify-end): Remove unused variable.
10086 (nxml-after-change1): Use with-silent-modifications.
10087 (nxml-extend-after-change-region): Simplify.
10088 (nxml-extend-after-change-region1): Remove function.
10089 (nxml-after-change1): Don't adjust for dependent regions.
10090 (nxml-fontify-matcher): Simplify.
10091 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
10092 (xmltok-add-dependent): Remove function.
10093 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
10094 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
10095 (xmltok-scan-prolog-after-processing-instruction-open): Treat
10096 unclosed <[[, <?, comment, and other literals as extending to EOB.
10097 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
10098 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
10099 Remove functions.
10100 (rng-do-some-validation-1): Don't mark dependent regions.
10101 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
10102 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
10103 (nxml-clear-dependent-regions): Remove functions.
10104 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
10105 (nxml-ensure-scan-up-to-date):
10106 Don't clear&mark dependent regions.
10107
10108 2013-05-15 Leo Liu <sdl.web@gmail.com>
10109
10110 * progmodes/octave.el (octave-goto-function-definition):
10111 Improve and fix callers.
10112
10113 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10114
10115 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
10116 the setter (bug#14387).
10117
10118 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
10119 surrounding group (bug#14402).
10120
10121 2013-05-14 Juri Linkov <juri@jurta.org>
10122
10123 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
10124 (Bug#14390)
10125
10126 2013-05-14 Glenn Morris <rgm@gnu.org>
10127
10128 * progmodes/f90.el (f90-imenu-generic-expression):
10129 Fix typo in 2013-05-08 change. (Bug#14402)
10130
10131 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
10132
10133 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
10134 Remove signals for which replies are never received.
10135
10136 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
10137
10138 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
10139 (gdb-handler-alist, gdb-handler-number): Remove variables.
10140 (gdb-handler-list): New variable.
10141 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
10142 (gdb-pending-handler-p, gdb-handle-reply)
10143 (gdb-remove-all-pending-triggers): New functions.
10144 (gdb-discard-unordered-replies): New defcustom.
10145 (gdb-handler): New defstruct.
10146 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
10147 instead of gdb-pending-triggers. Update docstring.
10148 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
10149 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
10150 (gdb-var-update-handler, def-gdb-auto-update-trigger)
10151 (def-gdb-auto-update-handler, gdb-get-changed-registers)
10152 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
10153 (gdb-frame-handler): Pending triggers are now automatically managed.
10154 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
10155 Remove argument.
10156 (gdb-input): Automatically handles pending triggers. Update docstring.
10157 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
10158 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
10159 Update comments.
10160 (gdb-done-or-error): Now use gdb-handle-reply.
10161
10162 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
10163
10164 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
10165 gdb-debug-log.
10166
10167 2013-05-14 Glenn Morris <rgm@gnu.org>
10168
10169 * subr.el (user-emacs-directory-warning): New option.
10170 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
10171
10172 2013-05-14 Leo Liu <sdl.web@gmail.com>
10173
10174 * progmodes/octave.el (octave-font-lock-keywords): Fix error
10175 during redisplay.
10176 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
10177 (octave-font-lock-texinfo-comment): Fix invalid search bound
10178 error: wrong side of point.
10179
10180 2013-05-14 Glenn Morris <rgm@gnu.org>
10181
10182 * progmodes/flymake.el (flymake-xml-program): New option.
10183 (flymake-xml-init): Use it.
10184
10185 * term/xterm.el: Provide a feature.
10186
10187 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
10188
10189 2013-05-13 Glenn Morris <rgm@gnu.org>
10190
10191 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
10192 Add compat aliases as a hack workaround. (Bug#14384)
10193
10194 2013-05-13 Leo Liu <sdl.web@gmail.com>
10195
10196 * progmodes/octave.el (octave-indent-comment): Fix indentation for
10197 ###, and %!.
10198 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
10199 C-M-q.
10200 (octave-comment-start-skip): Include %!.
10201 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
10202
10203 2013-05-12 Leo Liu <sdl.web@gmail.com>
10204
10205 * progmodes/octave.el (inferior-octave-startup): Store the value
10206 of __octave_srcdir__ for octave-source-directories.
10207 (inferior-octave-check-process): New function refactored out of
10208 inferior-octave-send-list-and-digest.
10209 (octave-source-directories)
10210 (octave-find-definition-filename-function): New variables.
10211 (octave-source-directories)
10212 (octave-find-definition-default-filename): New functions.
10213 (octave-find-definition): Improve to find functions implemented in C++.
10214
10215 2013-05-12 Glenn Morris <rgm@gnu.org>
10216
10217 * calendar/diary-lib.el (diary-outlook-format-1):
10218 Don't include dayname in the output. (Bug#14349)
10219
10220 2013-05-11 Glenn Morris <rgm@gnu.org>
10221
10222 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
10223
10224 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
10225 Treat cc-provide like provide.
10226
10227 2013-05-11 Kevin Ryde <user42@zip.com.au>
10228
10229 * cus-dep.el (custom-make-dependencies):
10230 Use generated-autoload-load-name for the sake of files such
10231 such cedet/semantic/bovine/c.el, where the base file name
10232 is not in load-path. (Bug#5277)
10233
10234 2013-05-11 Glenn Morris <rgm@gnu.org>
10235
10236 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
10237 Provide features.
10238
10239 2013-05-11 Leo Liu <sdl.web@gmail.com>
10240
10241 * progmodes/octave.el (octave-indent-comment): Improve.
10242 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
10243 (octave-eldoc-function-signatures, octave-eldoc-function):
10244 New functions.
10245 (octave-mode, inferior-octave-mode): Add eldoc support.
10246
10247 2013-05-11 Richard Stallman <rms@gnu.org>
10248
10249 * epa.el (epa-decrypt-file): Take output file name as argument
10250 and read it using `interactive'.
10251
10252 2013-05-11 Leo Liu <sdl.web@gmail.com>
10253
10254 * progmodes/octave.el (octave-beginning-of-line)
10255 (octave-end-of-line): Check before using up-list because it jumps
10256 out of more syntactic contructs since moving to smie.
10257 (octave-indent-comment): New function.
10258 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
10259 (octave-begin-keywords, octave-end-keywords)
10260 (octave-reserved-words, octave-smie-bnf-table)
10261 (octave-smie-rules): Add new keywords from Octave 3.6.4.
10262
10263 2013-05-11 Glenn Morris <rgm@gnu.org>
10264
10265 * faces.el (internal-face-x-get-resource):
10266 * frame.el (ns-display-monitor-attributes-list):
10267 * calc/calc-aent.el (math-to-radians-2):
10268 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
10269 Fix declarations.
10270
10271 * calc/calc-menu.el: Make it loadable in isolation.
10272
10273 * net/eudcb-bbdb.el: Make it loadable without bbdb.
10274 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
10275 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
10276 (eudc-bbdb-query-internal): Require 'bbdb.
10277
10278 * lpr.el (lpr-headers-switches):
10279 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
10280
10281 * progmodes/sql.el (sql-login-params): Fix and improve :type.
10282
10283 * emulation/edt-mapper.el: In batch mode, error rather than hang.
10284
10285 * term.el (term-set-escape-char): Make it idempotent.
10286
10287 2013-05-10 Leo Liu <sdl.web@gmail.com>
10288
10289 * progmodes/octave.el (inferior-octave-completion-table):
10290 No longer a function and all uses changed. Use cache to speed up
10291 completion due to bug#11906.
10292 (octave-beginning-of-defun): Re-write to be more general.
10293
10294 2013-05-10 Glenn Morris <rgm@gnu.org>
10295
10296 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
10297
10298 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10299
10300 * comint.el (comint-redirect-send-command-to-process): Use :around
10301 rather than :override for comint-redirect-filter.
10302 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
10303 Call it instead of comint-redirect-original-filter-function (which
10304 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
10305
10306 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
10307
10308 * frame.el (display-monitor-attributes-list): Add NS case.
10309 (ns-display-monitor-attributes-list): Declare.
10310
10311 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
10312
10313 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
10314
10315 2013-05-09 Glenn Morris <rgm@gnu.org>
10316
10317 * international/fontset.el (vertical-centering-font-regexp):
10318 Set standard-value.
10319
10320 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
10321
10322 * bookmark.el (bookmark-search-delay):
10323 * cus-start.el (vertical-centering-font-regexp):
10324 * ps-mule.el (ps-mule-font-info-database-default):
10325 * ps-print.el (ps-default-fg, ps-default-bg):
10326 * type-break.el (type-break-good-break-interval):
10327 * whitespace.el (whitespace-indentation-regexp)
10328 (whitespace-space-after-tab-regexp):
10329 * emacs-lisp/testcover.el (testcover-1value-functions)
10330 (testcover-noreturn-functions, testcover-progn-functions)
10331 (testcover-prog1-functions):
10332 * emulation/viper-init.el (viper-emacs-state-cursor-color):
10333 * eshell/em-glob.el (eshell-glob-translate-alist):
10334 * play/tetris.el (tetris-tty-colors):
10335 * progmodes/cpp.el (cpp-face-default-list):
10336 * progmodes/flymake.el (flymake-allowed-file-name-masks):
10337 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
10338 (idlwave-help-browser-generic-args):
10339 * progmodes/make-mode.el (makefile-special-targets-list):
10340 * progmodes/python.el (python-shell-virtualenv-path):
10341 * progmodes/verilog-mode.el (verilog-active-low-regexp)
10342 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
10343 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
10344 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
10345 * textmodes/reftex-vars.el (reftex-format-label-function):
10346 * textmodes/remember.el (remember-diary-file): Fix custom types.
10347
10348 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
10349 Add :version.
10350
10351 2013-05-09 Leo Liu <sdl.web@gmail.com>
10352
10353 * progmodes/octave.el (inferior-octave-completion-at-point):
10354 Restore file completion. (Bug#14300)
10355 (inferior-octave-startup): Fix incorrect highlighting for the
10356 first prompt.
10357
10358 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10359
10360 * progmodes/ruby-mode.el: First cut at SMIE support.
10361 (ruby-use-smie): New var.
10362 (ruby-smie-grammar): New constant.
10363 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
10364 (ruby-smie--forward-token, ruby-smie--backward-token)
10365 (ruby-smie-rules): New functions.
10366 (ruby-mode-variables): Setup SMIE if applicable.
10367
10368 2013-05-08 Eli Zaretskii <eliz@gnu.org>
10369
10370 * simple.el (line-move-visual): Signal beginning/end of buffer
10371 only if vertical-motion moved less than it was requested. Avoids
10372 silly incorrect error messages when there are display strings with
10373 multiple newlines at EOL.
10374
10375 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10376
10377 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
10378 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
10379 (prolog-char-quote-workaround):
10380 * progmodes/cperl-mode.el (cperl-under-as-char):
10381 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
10382 Mark as obsolete.
10383 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
10384 their declaration.
10385 (vhdl-mode-syntax-table-init): Remove.
10386
10387 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
10388 last change.
10389
10390 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
10391 syntax for "_".
10392 (ld-script-font-lock-keywords):
10393 Change regexps to use things like \_< and \_>.
10394
10395 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
10396 Change all regexps to use things like \_< and \_>.
10397
10398 * progmodes/autoconf.el (autoconf-definition-regexp)
10399 (autoconf-font-lock-keywords, autoconf-current-defun-function):
10400 Handle a _ with symbol syntax.
10401 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
10402
10403 * progmodes/ada-mode.el (ada-mode-abbrev-table):
10404 Consolidate declaration.
10405 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
10406 the declaration.
10407 (ada-create-syntax-table): Remove.
10408 (ada-capitalize-word): Don't mess with the syntax of "_" since it
10409 already has the right syntax nowadays.
10410 (ada-goto-next-word): Don't change the syntax of "_".
10411
10412 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
10413 with-wrapper-hook.
10414
10415 2013-05-08 Sam Steingold <sds@gnu.org>
10416
10417 * thingatpt.el (thing-at-point): Accept optional second argument
10418 NO-PROPERTIES to strip the text properties from the return value.
10419 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
10420 to `thing-at-point' instead of stripping the properties ourselves.
10421 Also, when `thing-at-point' fails to find a url, prepend "http://"
10422 to the filename at point on the assumption that the user is
10423 pointing at something like gnu.org/gnu.
10424
10425 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
10426
10427 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
10428 * faces.el (crm-separator):
10429 Silence byte-compiler.
10430
10431 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
10432 (tool-bar-map): Remove unneeded defvars.
10433
10434 2013-05-08 Leo Liu <sdl.web@gmail.com>
10435
10436 Re-work a fix for bug#10994 based on Le Wang's patch.
10437 * ido.el (ido-remove-consecutive-dups): New helper.
10438 (ido-completing-read): Use it.
10439 (ido-chop): Revert fix for bug#10994.
10440
10441 2013-05-08 Adam Spiers <emacs@adamspiers.org>
10442
10443 * cus-edit.el (custom-save-variables):
10444 Pretty-print long values. (Bug#14187)
10445
10446 2013-05-08 Glenn Morris <rgm@gnu.org>
10447
10448 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
10449 (m4-mode-syntax-table): Init in the defvar.
10450 (m4-mode-abbrev-table): Let define-derived-mode define it.
10451
10452 2013-05-08 Tom Tromey <tromey@redhat.com>
10453
10454 * progmodes/m4-mode.el (m4-mode-syntax-table):
10455 Do not treat "_" as word constituent. (Bug#14167)
10456
10457 2013-05-07 Glenn Morris <rgm@gnu.org>
10458
10459 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
10460 Remove explicit eshell-isearch-cancel-map.
10461
10462 * progmodes/f90.el (f90-smart-end-names): New option.
10463 (f90-smart-end): Doc fix.
10464 (f90-end-block-optional-name): New constant.
10465 (f90-block-match): Respect f90-smart-end-names.
10466
10467 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10468
10469 * progmodes/octave.el (octave-smie-forward-token): Be more careful
10470 about implicit semi-colons (bug#14218).
10471
10472 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10473
10474 * frame.el (display-monitor-attributes-list)
10475 (frame-monitor-attributes): New functions.
10476
10477 2013-05-06 Leo Liu <sdl.web@gmail.com>
10478
10479 * progmodes/octave.el (octave-syntax-propertize-function): Change
10480 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
10481 (octave-font-lock-keywords): Use octave-operator-regexp.
10482 (octave-completion-at-point): Rename from
10483 octave-completion-at-point-function.
10484 (inferior-octave-directory-tracker): Robustify.
10485 (octave-text-functions): Remove and fix its uses. No such things
10486 any more.
10487
10488 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10489
10490 * emacs-lisp/trace.el (trace--display-buffer): New function.
10491 (trace-make-advice): Use it.
10492
10493 2013-05-06 Juri Linkov <juri@jurta.org>
10494
10495 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
10496 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
10497 Doc fix.
10498 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
10499 in the help string. (Bug#12985)
10500
10501 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
10502
10503 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
10504
10505 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10506
10507 * progmodes/perl-mode.el: Add support for here documents.
10508 (perl-syntax-propertize-function): Match here-doc markers.
10509 (perl-syntax-propertize-special-constructs): Find their end.
10510 (perl-imenu-generic-expression): Use [:alnum:].
10511
10512 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
10513 (advice--add-function): Refresh the advice if already present
10514 (bug#14317).
10515
10516 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
10517
10518 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
10519
10520 2013-05-06 Glenn Morris <rgm@gnu.org>
10521
10522 * w32-fns.el (w32-charset-info-alist): Declare.
10523
10524 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
10525 of its defcustom properties.
10526 (eshell-cmpl-initialize): No need to load pcomplete.
10527
10528 * generic-x.el: No need to require comint when compiling.
10529
10530 * net/eudc-export.el: Make it loadable without bbdb.
10531 (top-level): Use require rather than load-library.
10532 (eudc-create-bbdb-record, eudc-bbdbify-phone)
10533 (eudc-batch-export-records-to-bbdb)
10534 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
10535 Require bbdb.
10536
10537 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10538
10539 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
10540 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
10541 some tweaks, instead.
10542
10543 2013-05-05 Leo Liu <sdl.web@gmail.com>
10544
10545 * progmodes/octave.el (octave-font-lock-keywords)
10546 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
10547 (inferior-octave-send-list-and-digest): Improve error message.
10548 (octave-mode, inferior-octave-mode): Use setq-local.
10549 (octave-help): Set info-lookup-mode.
10550
10551 2013-05-05 Richard Stallman <rms@gnu.org>
10552
10553 * vc/compare-w.el (compare-windows-whitespace):
10554 Treat no-break space as whitespace.
10555
10556 * mail/rmailsum.el (rmail-summary-rmail-update):
10557 Detect empty summary and don't change selected message.
10558 (rmail-summary-goto-msg): Likewise.
10559
10560 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
10561 Doc fixes, rename args.
10562
10563 2013-05-05 Alan Mackenzie <acm@muc.de>
10564
10565 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
10566
10567 2013-05-05 Juri Linkov <juri@jurta.org>
10568
10569 * info.el (Info-read-subfile): Use (point-min) instead of (point)
10570 to not add the length of the summary segment to the return value.
10571 (Bug#14125)
10572
10573 2013-05-05 Leo Liu <sdl.web@gmail.com>
10574
10575 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
10576 (inferior-octave-output-filter): Remove.
10577 (octave-send-region, inferior-octave-startup): Fix callers.
10578 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
10579 (octave-binary-file-extensions): New user variable.
10580 (octave-find-definition): Confirm if opening binary files.
10581 (octave-help-file): Use octave-find-definition to get the binary
10582 confirmation.
10583 (octave-help): Adjust for octave-help-file change.
10584
10585 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10586
10587 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
10588 Merge the two entries that handle function definitions.
10589 (pascal--syntax-propertize): New const.
10590 (pascal-mode): Use it. Use setq-local.
10591
10592 2013-05-04 Glenn Morris <rgm@gnu.org>
10593
10594 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
10595 (diary-from-outlook): Respect diary-from-outlook-function.
10596
10597 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10598
10599 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
10600 Move the declaration from C.
10601 (read-minibuffer, eval-minibuffer): Move from C.
10602 (completion-setup-function): Avoid minibuffer-completion-contents.
10603
10604 2013-05-03 Leo Liu <sdl.web@gmail.com>
10605
10606 * progmodes/octave.el (octave-font-lock-keywords): Do not
10607 dehighlight 'end' in comments or strings.
10608 (octave-completing-read, octave-goto-function-definition):
10609 New helpers.
10610 (octave-help-buffer): New user variable.
10611 (octave-help-file, octave-help-function): New button types.
10612 (octave-help): New command and bind it to C-h ;.
10613 (octave-find-definition): New command and bind it to M-.
10614 (user-error): Alias to error if not defined.
10615
10616 2013-05-02 Leo Liu <sdl.web@gmail.com>
10617
10618 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
10619 for \. (bug#14332)
10620 (octave-font-lock-keywords): Include [ and {.
10621
10622 2013-05-02 Leo Liu <sdl.web@gmail.com>
10623
10624 * progmodes/octave.el (inferior-octave-startup-file): Change default.
10625 (inferior-octave): Remove calling comint-mode and return the buffer.
10626 (inferior-octave-startup): Cosmetic changes.
10627
10628 2013-05-02 Leo Liu <sdl.web@gmail.com>
10629
10630 * progmodes/octave.el (octave-syntax-propertize-function):
10631 Include the case when ' is at line beginning. (Bug#14336)
10632
10633 2013-05-02 Glenn Morris <rgm@gnu.org>
10634
10635 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
10636 * desktop.el (vc-dir-mode): Just autoload it here.
10637
10638 2013-05-02 Alan Mackenzie <acm@muc.de>
10639
10640 Eliminate variable c-standard-font-lock-fontify-region-function.
10641 * progmodes/cc-mode.el
10642 (c-standard-font-lock-fontify-region-function): Remove.
10643 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
10644
10645 2013-05-01 Leo Liu <sdl.web@gmail.com>
10646
10647 * progmodes/octave.el: Compatible with older emacs-24 releases.
10648 (inferior-octave-has-built-in-variables): Remove. Built-in
10649 variables were removed from Octave in 2007.
10650 (inferior-octave-startup): Fix uses.
10651 (comint-line-beginning-position): Remove compatibility code for
10652 emacs 21.
10653
10654 2013-05-01 Juri Linkov <juri@jurta.org>
10655
10656 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
10657
10658 2013-05-01 Juri Linkov <juri@jurta.org>
10659
10660 * comint.el (comint-previous-matching-input): Don't print message
10661 "History item: %d" when `isearch-mode' is active.
10662 (comint-history-isearch-message): Print message "History item: %d"
10663 when `comint-input-ring-index' is not empty and this function is
10664 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
10665
10666 2013-05-01 Leo Liu <sdl.web@gmail.com>
10667
10668 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
10669 definitions. Use completion-at-point to insert keywords.
10670 (octave-abbrev-start): Remove.
10671 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
10672
10673 2013-04-30 Leo Liu <sdl.web@gmail.com>
10674
10675 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
10676 change.
10677
10678 2013-04-30 Alan Mackenzie <acm@muc.de>
10679
10680 Handle arbitrarily long C++ member initialisation lists.
10681 * progmodes/cc-engine.el (c-back-over-member-initializers):
10682 new function.
10683 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
10684 (most) member init lists.
10685
10686 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10687
10688 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
10689 variable.
10690
10691 2013-04-30 Leo Liu <sdl.web@gmail.com>
10692
10693 * progmodes/octave.el (octave-variables): Remove. No builtin
10694 variables any more. All converted to functions.
10695 (octave-font-lock-keywords, octave-completion-at-point-function):
10696 Fix uses.
10697 (octave-font-lock-texinfo-comment): New user variable.
10698 (octave-texinfo-font-lock-keywords): New variable for texinfo
10699 comment block.
10700 (octave-function-comment-block): New face.
10701 (octave-font-lock-texinfo-comment): New function.
10702 (octave-mode): Font lock texinfo comment block.
10703
10704 2013-04-29 Leo Liu <sdl.web@gmail.com>
10705
10706 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
10707 indexing expression.
10708 (octave-continuation-string): Do not use \.
10709 (inferior-octave-complete-impossible): Remove.
10710 (inferior-octave-completion-table)
10711 (inferior-octave-completion-at-point): Remove its uses.
10712 (inferior-octave-startup): completion_matches was introduced to
10713 Octave in 1996 so safe to assume it.
10714 (octave-function-file-comment): Improve to follow how Octave does it.
10715 (octave-update-function-file-comment): Tweak.
10716
10717 2013-04-29 Leo Liu <sdl.web@gmail.com>
10718
10719 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
10720 (inferior-octave-startup): Remove inferior-octave-startup-hook.
10721 (octave-function-file-comment): Fix typo.
10722 (octave-sync-function-file-names): Use read-char-choice.
10723
10724 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
10725
10726 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
10727 to t for the less important warnings.
10728
10729 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
10730
10731 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
10732
10733 2013-04-27 Glenn Morris <rgm@gnu.org>
10734
10735 * vc/log-view.el (log-view-current-entry):
10736 Treat "---" separator lines as part of the following rev. (Bug#14169)
10737
10738 2013-04-27 Juri Linkov <juri@jurta.org>
10739
10740 * subr.el (read-number): Doc fix about using it by interactive
10741 code letter `n'. (Bug#14254)
10742
10743 2013-04-27 Juri Linkov <juri@jurta.org>
10744
10745 * desktop.el (desktop-auto-save-timeout): New option.
10746 (desktop-file-checksum): New variable.
10747 (desktop-save): Add optional arg `auto-save' and don't auto-save
10748 if nothing changed.
10749 (desktop-auto-save-timer): New variable.
10750 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
10751 (after-init-hook): Call `desktop-auto-save-set-timer'.
10752 Suggested by Reuben Thomas <rrt@sc3d.org> in
10753 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
10754
10755 2013-04-27 Leo Liu <sdl.web@gmail.com>
10756
10757 * progmodes/octave.el (octave-function-file-p)
10758 (octave-skip-comment-forward, octave-function-file-comment)
10759 (octave-update-function-file-comment): New functions.
10760 (octave-mode-map): Bind C-c ; to
10761 octave-update-function-file-comment.
10762 (octave-mode-menu): Add octave-update-function-file-comment.
10763 (octave-mode, inferior-octave-mode): Fix doc-string.
10764 (octave-insert-defun): Conform to Octave's coding convention.
10765 (Bug#14285)
10766
10767 * files.el (basic-save-buffer): Don't let errors in
10768 before-save-hook prevent saving buffer.
10769
10770 2013-04-20 Roland Winkler <winkler@gnu.org>
10771
10772 * faces.el (read-face-name): Use completing-read if arg multiple
10773 is nil.
10774
10775 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
10776
10777 * ls-lisp.el (ls-lisp-insert-directory): If no files are
10778 displayed, move point to after the totals line.
10779 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
10780 for the details.
10781
10782 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10783
10784 * emacs-lisp/package.el (package-autoload-ensure-default-file):
10785 Add current dir to the load-path.
10786 (package-generate-autoloads): Don't rely on
10787 autoload-ensure-default-file.
10788
10789 2013-04-26 Reuben Thomas <rrt@sc3d.org>
10790
10791 * textmodes/remember.el (remember-store-in-files): Document that
10792 the file name format is passed to `format-time-string'.
10793
10794 2013-04-26 Leo Liu <sdl.web@gmail.com>
10795
10796 * progmodes/octave.el (octave-sync-function-file-names): New function.
10797 (octave-mode): Use it in before-save-hook.
10798
10799 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10800
10801 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
10802 (bug#14274).
10803
10804 * progmodes/octave.el (octave-smie-forward-token): Properly skip
10805 \n and comment, even if it's not an implicit ; (bug#14218).
10806
10807 2013-04-26 Glenn Morris <rgm@gnu.org>
10808
10809 * subr.el (read-number): Once more use `read' rather than
10810 `string-to-number', to trap non-numeric input. (Bug#14254)
10811
10812 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
10813
10814 * emacs-lisp/syntax.el (syntax-propertize-multiline):
10815 Use `syntax-multiline' text property consistently instead of
10816 `font-lock-multiline'. (Bug#14237)
10817
10818 2013-04-26 Glenn Morris <rgm@gnu.org>
10819
10820 * emacs-lisp/shadow.el (list-load-path-shadows):
10821 No longer necessary to check for duplicate simple.el, since
10822 2012-07-07 change to init_lread to not include installation lisp
10823 directories in load-path when running uninstalled. (Bug#14270)
10824
10825 2013-04-26 Leo Liu <sdl.web@gmail.com>
10826
10827 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
10828 (octave-mode, inferior-octave-mode): Use setq-local.
10829 (octave-not-in-string-or-comment-p): Rename to
10830 octave-in-string-or-comment-p.
10831 (octave-in-comment-p, octave-in-string-p)
10832 (octave-in-string-or-comment-p): Replace defsubst with defun.
10833
10834 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
10835
10836 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
10837
10838 2013-04-25 Bastien Guerry <bzg@gnu.org>
10839
10840 * textmodes/remember.el (remember-data-directory)
10841 (remember-directory-file-name-format): Fix custom types.
10842
10843 2013-04-25 Leo Liu <sdl.web@gmail.com>
10844
10845 * progmodes/octave.el (octave-completion-at-point-function):
10846 Make use of inferior octave process.
10847 (octave-initialize-completions): Remove.
10848 (inferior-octave-completion-table): New function.
10849 (inferior-octave-completion-at-point): Use it.
10850 (octave-completion-alist): Remove.
10851
10852 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10853
10854 * progmodes/opascal.el: Use font-lock and syntax-propertize.
10855 (opascal-mode-syntax-table): New var.
10856 (opascal-literal-kind, opascal-is-literal-end)
10857 (opascal-literal-token-at): Rewrite.
10858 (opascal--literal-start-re, opascal-font-lock-keywords)
10859 (opascal--syntax-propertize): New constants.
10860 (opascal-font-lock-defaults): Adjust.
10861 (opascal-mode): Use them. Set comment-<foo> variables as well.
10862 (delphi-comment-face, opascal-comment-face, delphi-string-face)
10863 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
10864 (delphi-other-face, opascal-other-face): Remove face variables.
10865 (opascal-save-state): Remove macro.
10866 (opascal-fontifying-progress-step): Remove constant.
10867 (opascal--ignore-changes): Remove var.
10868 (opascal-set-token-property, opascal-parse-next-literal)
10869 (opascal-is-stable-literal, opascal-complete-literal)
10870 (opascal-is-literal-start, opascal-face-of)
10871 (opascal-parse-region, opascal-parse-region-until-stable)
10872 (opascal-fontify-region, opascal-after-change)
10873 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
10874 (opascal-debug-parse-region, opascal-debug-parse-window)
10875 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
10876 (opascal-debug-fontify-buffer): Remove.
10877 (opascal-debug-mode-map): Adjust accordingly.
10878
10879 2013-04-25 Leo Liu <sdl.web@gmail.com>
10880
10881 Merge octave-mod.el and octave-inf.el into octave.el with some
10882 cleanups.
10883 * progmodes/octave.el: New file renamed from octave-mod.el.
10884 * progmodes/octave-inf.el: Merged into octave.el.
10885 * progmodes/octave-mod.el: Renamed to octave.el.
10886
10887 2013-04-25 Tassilo Horn <tsdh@gnu.org>
10888
10889 * textmodes/reftex-vars.el
10890 (reftex-label-ignored-macros-and-environments): New defcustom.
10891
10892 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
10893
10894 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10895
10896 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
10897 (smie-indent-keyword): Improve the check to ensure that the next
10898 comment is really on the same line.
10899 (smie-indent-comment): Don't align with a subsequent closer (or eob).
10900
10901 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
10902 semi-colons if the line is not otherwise empty (bug#14218).
10903
10904 2013-04-25 Glenn Morris <rgm@gnu.org>
10905
10906 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
10907
10908 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10909
10910 * progmodes/opascal.el (opascal-set-token-property): Rename from
10911 opascal-set-text-properties and only set `token' (bug#14134).
10912 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
10913 (opascal-literal-text-properties): Remove.
10914 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
10915 Adjust callers.
10916
10917 2013-04-24 Reuben Thomas <rrt@sc3d.org>
10918
10919 * textmodes/remember.el (remember-handler-functions): Add an
10920 option for a new handler `remember-store-in-files'.
10921 (remember-data-directory, remember-directory-file-name-format):
10922 New options.
10923 (remember-store-in-files): New function to store remember notes
10924 as separate files within a directory.
10925
10926 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
10927
10928 * progmodes/compile.el (compilation-next-error-function):
10929 Pass "formats" to compilation-find-file (bug#11777).
10930
10931 2013-04-24 Glenn Morris <rgm@gnu.org>
10932
10933 * vc/vc-bzr.el (vc-bzr-print-log):
10934 * vc/vc-hg.el (vc-hg-print-log):
10935 * vc/vc-svn.el (vc-svn-print-log):
10936 Fix START-REVISION with LIMIT != 1. (Bug#14168)
10937
10938 * vc/vc-bzr.el (vc-bzr-print-log):
10939 * vc/vc-cvs.el (vc-cvs-print-log):
10940 * vc/vc-git.el (vc-git-print-log):
10941 * vc/vc-hg.el (vc-hg-print-log):
10942 * vc/vc-mtn.el (vc-mtn-print-log):
10943 * vc/vc-rcs.el (vc-rcs-print-log):
10944 * vc/vc-sccs.el (vc-sccs-print-log):
10945 * vc/vc-svn.el (vc-svn-print-log):
10946 * vc/vc.el (vc-print-log-internal): Doc fixes.
10947
10948 2013-04-23 Glenn Morris <rgm@gnu.org>
10949
10950 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
10951 Remove venerable code attempting to avoid substitute-command-keys.
10952
10953 2013-04-23 Tassilo Horn <tsdh@gnu.org>
10954
10955 * textmodes/reftex-vars.el (reftex-label-regexps):
10956 Call `reftex-compile-variables' after changes to this variable.
10957
10958 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10959
10960 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
10961 Use lexical-binding.
10962 (jit-lock-force-redisplay): Use markers, check buffer's continued
10963 existence and beware narrowed buffers.
10964 (jit-lock-fontify-now): Adjust call accordingly.
10965
10966 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10967
10968 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
10969 to avoid misleading the user.
10970
10971 2013-04-22 Leo Liu <sdl.web@gmail.com>
10972
10973 * info-look.el: Prefer latex2e.info. (Bug#14240)
10974
10975 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
10976
10977 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
10978
10979 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
10980 * net/tramp.el (tramp-call-process): ... here.
10981 (tramp-set-completion-function, tramp-parse-putty):
10982 * net/tramp-adb.el (tramp-adb-execute-adb-command):
10983 * net/tramp-gvfs.el (tramp-gvfs-send-command):
10984 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
10985 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
10986 (tramp-call-local-coding-command): Use `tramp-call-process'
10987 instead of `tramp-compat-call-process'.
10988
10989 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
10990 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
10991 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
10992 (tramp-find-inline-compress): Improve traces.
10993 (tramp-maybe-send-script): Check for Perl binary.
10994 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
10995
10996 2013-04-22 Daiki Ueno <ueno@gnu.org>
10997
10998 * epg.el (epg-context-pinentry-mode): New function.
10999 (epg-context-set-pinentry-mode): New function.
11000 (epg--start): Pass --pinentry-mode option to gpg command.
11001
11002 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
11003
11004 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
11005 `comint-dynamic-complete' is obsolete since 24.1, replaced by
11006 `completion-at-point'. (Bug#13774)
11007
11008 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
11009 default key binding for `describe-distribution' has been moved to
11010 `C-h C-o'. (Bug#13970)
11011
11012 2013-04-21 Glenn Morris <rgm@gnu.org>
11013
11014 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
11015 Add doc strings.
11016 (vc-print-log): Clarify interactive prompt.
11017
11018 2013-04-20 Glenn Morris <rgm@gnu.org>
11019
11020 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
11021 No longer include timestamp etc information.
11022
11023 2013-04-20 Roland Winkler <winkler@gnu.org>
11024
11025 * faces.el (read-face-name): Bug fix, return just one face if arg
11026 multiple is nil. (Bug#14209)
11027
11028 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11029
11030 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
11031 (remove-function): Autoload.
11032
11033 * comint.el (comint-redirect-original-filter-function): Remove.
11034 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
11035 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
11036 (vc-cvs-annotate-command):
11037 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
11038 * progmodes/prolog.el (prolog-consult-compile):
11039 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
11040 Use add/remove-function instead.
11041 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
11042 (gud-tooltip-process-output, gud-tooltip-tips):
11043 Use add/remove-function instead.
11044 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
11045 (scheme-interaction-mode, exit-scheme-interaction-mode):
11046 Use add/remove-function instead.
11047
11048 * vc/vc-dispatcher.el: Use lexical-binding.
11049 (vc--process-sentinel): Rename from vc-process-sentinel.
11050 Change last arg to be the code to run. Don't use vc-previous-sentinel
11051 and vc-sentinel-commands any more.
11052 (vc-exec-after): Allow code to be a function. Use add/remove-function.
11053 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
11054
11055 2013-04-19 Masatake YAMATO <yamato@redhat.com>
11056
11057 * progmodes/sh-script.el (sh-imenu-generic-expression):
11058 Handle function names with a single character. (Bug#14111)
11059
11060 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
11061
11062 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
11063 for subroutines defined in an eval (bug#14182).
11064
11065 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11066
11067 * bookmark.el (bookmark-completing-read): Improve handling of empty
11068 string (bug#14176).
11069
11070 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11071
11072 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
11073
11074 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
11075
11076 New faster Imenu implementation (bug#14058).
11077 * progmodes/python.el:
11078 (python-imenu-prev-index-position):
11079 (python-imenu-format-item-label-function)
11080 (python-imenu-format-parent-item-label-function)
11081 (python-imenu-format-parent-item-jump-label-function):
11082 New vars.
11083 (python-imenu-format-item-label)
11084 (python-imenu-format-parent-item-label)
11085 (python-imenu-format-parent-item-jump-label)
11086 (python-imenu--put-parent, python-imenu--build-tree)
11087 (python-imenu-create-index, python-imenu-create-flat-index)
11088 (python-util-popn): New functions.
11089 (python-mode): Set imenu-create-index-function to
11090 python-imenu-create-index.
11091
11092 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11093
11094 * winner.el (winner-active-region): Use region-active-p, activate-mark
11095 and deactivate-mark (bug#14225).
11096
11097 * simple.el (deactivate-mark): Don't inline it.
11098
11099 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
11100
11101 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
11102
11103 2013-04-18 Tassilo Horn <tsdh@gnu.org>
11104
11105 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
11106 file extensions from the archive-mode entry in order to prefer
11107 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
11108
11109 2013-04-18 Leo Liu <sdl.web@gmail.com>
11110
11111 * bindings.el (help-event-list): Add ?\?.
11112
11113 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11114
11115 * subr.el (with-wrapper-hook): Declare obsolete.
11116 * simple.el (filter-buffer-substring-function): New hook.
11117 (filter-buffer-substring): Use it.
11118 (filter-buffer-substring-functions): Mark obsolete.
11119 * minibuffer.el (completion-in-region-function): New hook.
11120 (completion-in-region): Use it.
11121 (completion-in-region-functions): Mark obsolete.
11122 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
11123 * abbrev.el (abbrev-expand-function): New hook.
11124 (expand-abbrev): Use it.
11125 (abbrev-expand-functions): Mark obsolete.
11126 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
11127 and :filter-return.
11128
11129 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
11130
11131 * progmodes/python.el (python-nav--syntactically): Fix cornercases
11132 and do not care about match data.
11133
11134 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11135
11136 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
11137 completion tables when completing error conditions and
11138 `declare' arguments.
11139 (lisp-complete-symbol, field-complete): Mark as obsolete.
11140 (check-parens): Unmatched parens are user errors.
11141 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
11142
11143 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
11144
11145 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
11146 command changed buffer (ie. `flyspell-pre-buffer' is not current
11147 buffer), which prevents making decisions based on invalid value of
11148 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
11149 cause an error when `flyspell-pre-point' was nil after switching
11150 buffers.
11151 (flyspell-post-command-hook): No longer needs to change buffers when
11152 checking pre-word. While at it remove unnecessary progn.
11153
11154 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
11155
11156 * textmodes/ispell.el (ispell-add-per-file-word-list):
11157 Fix `flyspell-correct-word-before-point' error when accepting
11158 words and `coment-padding' is an integer by using
11159 `comment-normalize-vars' (Bug #14214).
11160
11161 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
11162
11163 New defun movement commands.
11164 * progmodes/python.el (python-nav--syntactically)
11165 (python-nav--forward-defun, python-nav-backward-defun)
11166 (python-nav-forward-defun): New functions.
11167
11168 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
11169
11170 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
11171 (python-syntax-context): Use named compiler-macro for backwards
11172 compatibility with Emacs 24.x.
11173
11174 2013-04-17 Leo Liu <sdl.web@gmail.com>
11175
11176 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
11177 octave-hide-process-buffer.
11178
11179 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11180
11181 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
11182 (bug#14216).
11183
11184 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
11185
11186 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
11187 Fix adjustment of offset when receiving incomplete responses from GDB
11188 (bug#14129).
11189
11190 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11191
11192 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
11193 python-mode-abbrev-table.
11194 (python-skeleton-define): Adjust accordingly.
11195 (python-mode-abbrev-table): New table that inherits from it so that
11196 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
11197
11198 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
11199 (abbrev-symbol): Use it.
11200 (abbrev--before-point): Use it since we already handle inheritance.
11201
11202 2013-04-16 Leo Liu <sdl.web@gmail.com>
11203
11204 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
11205 binding to info-lookup-symbol.
11206
11207 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
11208
11209 * minibuffer.el (completion--twq-all):
11210 * term/ns-win.el (ns-initialize-window-system):
11211 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
11212
11213 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
11216 global bindings.
11217
11218 * doc-view.el (doc-view-start-process): Handle url-handler directories.
11219
11220 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
11221
11222 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
11223 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
11224 to nil.
11225 (ruby-end-of-defun): Remove the unused arg, change the docstring
11226 to reflect that this function is only used as the value of
11227 `end-of-defun-function'.
11228 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
11229 to reflect an earlier change that beginning/end-of-defun functions
11230 jump between methods in a class definition, as well as top-level
11231 functions.
11232
11233 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11234
11235 * minibuffer.el (minibuffer-complete): Don't just scroll
11236 a *Completions* that's been iconified.
11237 (minibuffer-force-complete): Make sure repetitions do cycle when going
11238 through completion-in-region -> minibuffer-complete.
11239
11240 2013-04-15 Alan Mackenzie <acm@muc.de>
11241
11242 Correct the placement of c-cpp-delimiters when there're #s not at
11243 col 0.
11244
11245 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
11246 place a submatch around the #.
11247 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
11248 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
11249 on the #, not BOL.
11250
11251 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11252
11253 * emacs-lisp/nadvice.el: Properly test names when adding advice.
11254 (advice--member-p): New arg `name'.
11255 (advice--add-function, advice-member-p): Use it (bug#14202).
11256
11257 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
11258
11259 Reformulate java imenu-generic-expression.
11260 The old expression contained ill formed regexps.
11261
11262 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
11263 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
11264 (cc-imenu-java-method-arg-regexp): New defconsts.
11265 (cc-imenu-java-build-type-args-regex): New defun.
11266 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
11267 handling of spaces in the regexp.
11268
11269 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11270
11271 * textmodes/ispell.el (ispell-command-loop): Remove
11272 flyspell highlight of a word when ispell accepts it (bug #14178).
11273
11274 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
11275
11276 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
11277 uses code from the previous `ange-ftp-run-real-handler'.
11278 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
11279 only in case that function exist. This is needed for proper
11280 unloading of Tramp.
11281
11282 2013-04-15 Tassilo Horn <tsdh@gnu.org>
11283
11284 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
11285
11286 * textmodes/reftex.el (reftex-compile-variables): Use it.
11287
11288 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11289
11290 * files.el (normal-mode): Only use default major-mode if no other mode
11291 was specified.
11292
11293 * emacs-lisp/trace.el (trace-values): New function.
11294
11295 * files.el: Allow : in local variables (bug#14089).
11296 (hack-local-variable-regexp): New var.
11297 (hack-local-variables-prop-line, hack-local-variables): Use it.
11298
11299 2013-04-13 Roland Winkler <winkler@gnu.org>
11300
11301 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
11302 data before it gets modified by bibtex-beginning-of-entry.
11303
11304 2013-04-13 Roland Winkler <winkler@gnu.org>
11305
11306 * textmodes/bibtex.el (bibtex-url): Doc fix.
11307
11308 2013-04-13 Roland Winkler <winkler@gnu.org>
11309
11310 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
11311 does not visit a BibTeX file, exclude it from the list of buffers
11312 returned by bibtex-initialize.
11313
11314 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
11315
11316 * window.el (split-window): Remove interactive form, since as a
11317 command this function is a special case of split-window-below.
11318 Correct doc string.
11319
11320 2013-04-12 Roland Winkler <winkler@gnu.org>
11321
11322 * faces.el (read-face-name): Do not override value of arg default.
11323 Allow single faces and strings as default values. Remove those
11324 elements from return value that are not faces.
11325 (describe-face): Simplify.
11326 (face-at-point): New optional args thing and multiple so that this
11327 function can provide the same functionality previously provided by
11328 read-face-name.
11329 (make-face-bold, make-face-unbold, make-face-italic)
11330 (make-face-unitalic, make-face-bold-italic, invert-face)
11331 (modify-face, read-face-and-attribute): Use face-at-point.
11332
11333 * cus-edit.el (customize-face, customize-face-other-window)
11334 * cus-theme.el (custom-theme-add-face)
11335 * face-remap.el (buffer-face-set)
11336 * facemenu.el (facemenu-set-face): Use face-at-point.
11337
11338 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
11339
11340 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
11341
11342 2013-04-10 Tassilo Horn <tsdh@gnu.org>
11343
11344 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
11345 off leading { and trailing } from field values.
11346
11347 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11348
11349 * emacs-lisp/timer.el (timer--check): New function.
11350 (timer--time, timer-set-function, timer-event-handler): Use it.
11351 (timer-set-idle-time): Simplify.
11352 (timer--activate): CSE.
11353 (timer-event-handler): Give more info in error message.
11354 (internal-timer-start-idle): New function, moved from C.
11355
11356 * mpc.el (mpc-proc): Add `restart' argument.
11357 (mpc-proc-cmd): Use it.
11358 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
11359 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
11360 less often.
11361
11362 2013-04-10 Masatake YAMATO <yamato@redhat.com>
11363
11364 * progmodes/sh-script.el: Implement `sh-mode' own
11365 `add-log-current-defun-function' (bug#14112).
11366 (sh-current-defun-name): New function.
11367 (sh-mode): Use the function.
11368
11369 2013-04-09 Bastien Guerry <bzg@gnu.org>
11370
11371 * simple.el (choose-completion-string): Fix docstring (bug#14163).
11372
11373 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11374
11375 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
11376
11377 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
11378 timer (bug#14156).
11379
11380 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
11381
11382 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
11383 declaration.
11384
11385 2013-04-07 Leo Liu <sdl.web@gmail.com>
11386
11387 * pcmpl-x.el: New file.
11388
11389 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
11390
11391 Do not set x-display-name until X connection is established.
11392 This is needed to prevent from weird situation described at
11393 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
11394 * frame.el (make-frame): Set x-display-name after call to
11395 window system initialization function, not before.
11396 * term/x-win.el (x-initialize-window-system): Add optional
11397 display argument and use it.
11398 * term/w32-win.el (w32-initialize-window-system):
11399 * term/ns-win.el (ns-initialize-window-system):
11400 * term/pc-win.el (msdos-initialize-window-system):
11401 Add compatible optional display argument.
11402
11403 2013-04-06 Eli Zaretskii <eliz@gnu.org>
11404
11405 * files.el (normal-backup-enable-predicate): On MS-Windows and
11406 MS-DOS compare truenames of temporary-file-directory and of the
11407 file, so that 8+3 aliases (usually found in $TEMP on Windows)
11408 don't fail comparison by compare-strings. Also, compare file
11409 names case-insensitively on MS-Windows and MS-DOS.
11410
11411 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11412
11413 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
11414 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
11415
11416 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
11417
11418 * whitespace.el (whitespace-color-on, whitespace-color-off):
11419 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
11420
11421 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
11422
11423 * ispell.el (ispell-set-spellchecker-params):
11424 Really set `ispell-args' for all equivs.
11425
11426 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11427
11428 * ido.el (ido-completions): Use extra elements of ido-decorations
11429 (bug#14143).
11430 (ido-decorations): Update docstring.
11431
11432 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
11433
11434 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
11435 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
11436 nil during initialization, in order not to miss changes since the
11437 file was opened. (Bug#14140)
11438
11439 2013-04-05 Leo Liu <sdl.web@gmail.com>
11440
11441 * kmacro.el (kmacro-call-macro): Fix bug#14135.
11442
11443 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
11444
11445 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
11446
11447 2013-04-04 Glenn Morris <rgm@gnu.org>
11448
11449 * electric.el (electric-pair-inhibit-predicate): Add :version.
11450
11451 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11452
11453 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
11454 when a package is required several times (bug#14082).
11455
11456 2013-04-04 Roland Winkler <winkler@gnu.org>
11457
11458 * faces.el (read-face-name): Behave as promised by the docstring.
11459 Assume that arg default is a list of faces.
11460 (describe-face): Call read-face-name with list of default faces.
11461
11462 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11463
11464 * bookmark.el: Fix deletion of bookmarks (bug#13972).
11465 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
11466 (bookmark-bmenu-execute-deletions): Only skip first line if it's
11467 the header.
11468 (bookmark-exit-hook-internal): Save even if list is empty.
11469
11470 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
11471
11472 * emacs-lisp/package.el (package-pinned-packages): New var.
11473 (package--add-to-archive-contents): Obey it (bug#14118).
11474
11475 2013-04-03 Alan Mackenzie <acm@muc.de>
11476
11477 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
11478 Also adapt to the new values of element 7 of a parse state.
11479
11480 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
11481 parameter `not-in-delimiter'. Handle being inside comment opener.
11482 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
11483 character in case we're typing a '*' after a '/'.
11484 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
11485 instead by passing the parameter to c-state-pp-to-literal.
11486
11487 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
11488 for elt. 7 of a parse state.
11489
11490 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
11491
11492 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
11493 * international/latin1-disp.el, international/mule-util.el:
11494 * language/cyril-util.el, language/european.el, language/ind-util.el:
11495 * language/lao-util.el, language/thai.el, language/tibet-util.el:
11496 * language/tibetan.el, language/viet-util.el:
11497 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
11498
11499 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
11502 (electric-pair-post-self-insert-function): Use it.
11503 (electric-pair-default-inhibit): New function, extracted from
11504 electric-pair-post-self-insert-function.
11505
11506 2013-03-31 Roland Winkler <winkler@gnu.org>
11507
11508 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
11509
11510 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11511
11512 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
11513
11514 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
11515
11516 Un-indent after "pass" and "return" statements (Bug#13888)
11517 * progmodes/python.el (python-indent-block-enders): New var.
11518 (python-indent-calculate-indentation): Use it.
11519
11520 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
11521
11522 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
11523 defun. Defining it as defalias could introduce too eager
11524 byte-compiler optimization. (Bug#14030)
11525
11526 2013-03-30 Chong Yidong <cyd@gnu.org>
11527
11528 * iswitchb.el (iswitchb-read-buffer): Fix typo.
11529
11530 2013-03-30 Leo Liu <sdl.web@gmail.com>
11531
11532 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
11533 (kmacro-execute-from-register): Pass the keyboard macro to
11534 kmacro-call-macro or repeating won't work correctly.
11535
11536 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
11537
11538 * progmodes/subword.el: Back to using `forward-symbol'.
11539
11540 * subr.el (forward-whitespace, forward-symbol)
11541 (forward-same-syntax): Move from thingatpt.el.
11542
11543 2013-03-29 Leo Liu <sdl.web@gmail.com>
11544
11545 * kmacro.el (kmacro-to-register): New command.
11546 (kmacro-execute-from-register): New function.
11547 (kmacro-keymap): Bind to 'x'. (Bug#14071)
11548
11549 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11550
11551 * mpc.el: Use defvar-local and setq-local.
11552 (mpc--proc-connect): Connection failures are not bugs.
11553 (mpc-mode-map): `follow-link' only applies to the buffer's content.
11554 (mpc-volume-map): Bind to the up-events.
11555
11556 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11557
11558 * progmodes/subword.el (superword-mode): Use `forward-sexp'
11559 instead of `forward-symbol'.
11560
11561 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11562
11563 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
11564 (edebug--recursive-edit): Use it.
11565 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
11566 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
11567
11568 2013-03-28 Leo Liu <sdl.web@gmail.com>
11569
11570 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
11571
11572 2013-03-27 Eli Zaretskii <eliz@gnu.org>
11573
11574 * facemenu.el (list-colors-callback): New defvar.
11575 (list-colors-redisplay): New function.
11576 (list-colors-display): Install list-colors-redisplay as the
11577 revert-buffer-function. (Bug#14063)
11578
11579 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11580
11581 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
11582 and suffixes don't overlap (bug#14061).
11583
11584 * case-table.el: Use lexical-binding.
11585 (case-table-get-table): New function.
11586 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
11587
11588 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
11589
11590 * progmodes/subword.el: Add `superword-mode' to do word motion
11591 over symbol_words (parallels and leverages `subword-mode' which
11592 does word motion inside MixedCaseWords).
11593
11594 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
11595
11596 * eshell/em-unix.el: Move su and sudo to...
11597 * eshell/em-tramp.el: ...Eshell tramp module.
11598
11599 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11600
11601 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
11602 Change return value to be a sexp. Delay `get-buffer' to after
11603 restoring the desktop (bug#13951).
11604
11605 2013-03-26 Leo Liu <sdl.web@gmail.com>
11606
11607 * register.el: Move semantic tag handling back to
11608 cedet/semantic/senator.el. (Bug#14052)
11609
11610 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11611
11612 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
11613 into the prompt either (bug#13963).
11614
11615 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11616
11617 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
11618 part of "(error-foo)".
11619
11620 2013-03-24 Juri Linkov <juri@jurta.org>
11621
11622 * replace.el (list-matching-lines-prefix-face): New defcustom.
11623 (occur-1): Pass `list-matching-lines-prefix-face' to the function
11624 `occur-engine' if `face-differs-from-default-p' returns t.
11625 (occur-engine): Add `,' inside backquote construct to evaluate
11626 `prefix-face'. Propertize the prefix with the `prefix-face' face.
11627 Pass `prefix-face' to the functions `occur-context-lines' and
11628 `occur-engine-add-prefix'.
11629 (occur-engine-add-prefix, occur-context-lines): Add optional arg
11630 `prefix-face' and propertize the prefix with `prefix-face'.
11631 (Bug#14017)
11632
11633 2013-03-24 Leo Liu <sdl.web@gmail.com>
11634
11635 * nxml/rng-valid.el (rng-validate-while-idle)
11636 (rng-validate-quick-while-idle): Guard against deleted buffer.
11637 (Bug#13999)
11638
11639 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
11640 is the last entry in kill-buffer-hook.
11641
11642 * files.el (kill-buffer-hook): Doc fix.
11643
11644 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
11645
11646 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
11647 Make it safe-local.
11648
11649 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
11650
11651 2013-03-23 Leo Liu <sdl.web@gmail.com>
11652
11653 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
11654 Remove.
11655
11656 * nxml/rng-valid.el (rng-validate-mode)
11657 (rng-after-change-function, rng-do-some-validation):
11658 * nxml/rng-maint.el (rng-validate-buffer):
11659 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
11660 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
11661 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
11662 (nxml-extend-after-change-region): Use with-silent-modifications.
11663
11664 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
11665 timer-idle-list.
11666
11667 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
11668 (rng-next-error-1, rng-previous-error-1): Do not let-bind
11669 timer-idle-list. (Bug#13999)
11670
11671 2013-03-23 Juri Linkov <juri@jurta.org>
11672
11673 * info.el (info-index-match): New face.
11674 (Info-index, Info-apropos-matches): Add a nested subgroup to the
11675 main pattern and add text properties with the new face to matches
11676 in index entries relative to the beginning of the index entry.
11677 (Bug#14015)
11678
11679 2013-03-21 Eric Ludlam <zappo@gnu.org>
11680
11681 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
11682 Inhibit read only while inserting objects.
11683
11684 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
11685
11686 * progmodes/cfengine.el: Update docs to mention
11687 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
11688 symbol motion. Remove "_" from the word syntax.
11689
11690 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
11691
11692 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
11693 syntax for both `cfengine2-mode' and `cfengine3-mode'.
11694
11695 2013-03-20 Juri Linkov <juri@jurta.org>
11696
11697 * info.el (Info-next-reference-or-link)
11698 (Info-prev-reference-or-link): New functions.
11699 (Info-next-reference, Info-prev-reference): Use them.
11700 (Info-try-follow-nearest-node): Handle footnote navigation.
11701 (Info-fontify-node): Fontify footnotes. (Bug#13989)
11702
11703 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11704
11705 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
11706 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
11707
11708 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
11709
11710 Suppress unnecessary non-ASCII chatter during build process.
11711 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
11712 (batch-skkdic-convert): Suppress most of the chatter.
11713 It's not needed so much now that machines are faster,
11714 and its non-ASCII component was confusing; see Dmitry Gutov in
11715 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
11716
11717 2013-03-20 Leo Liu <sdl.web@gmail.com>
11718
11719 * ido.el (ido-chop): Fix bug#10994.
11720
11721 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
11722
11723 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
11724 Remove vars.
11725 (whitespace-color-on, whitespace-color-off):
11726 Use `font-lock-fontify-buffer' (Bug#13817).
11727
11728 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
11729
11730 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
11731 remapping in mode-line.
11732 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
11733
11734 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
11735
11736 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
11737 value for `whitespace-line' face (Bug#13875).
11738 (whitespace-font-lock-keywords): Change description.
11739 (whitespace-color-on): Don't save `font-lock-keywords' value, save
11740 the constructed keywords instead.
11741 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
11742
11743 2013-03-19 Leo Liu <sdl.web@gmail.com>
11744
11745 * progmodes/compile.el (compilation-display-error): New command.
11746 (compilation-mode-map, compilation-minor-mode-map): Bind it to
11747 C-o. (Bug#13992)
11748
11749 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
11750
11751 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
11752
11753 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
11754
11755 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
11756
11757 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
11758
11759 * net/tramp-compat.el (tramp-compat-user-error): New defun.
11760
11761 * net/tramp-adb.el (tramp-adb-handle-shell-command):
11762 * net/tramp-gvfs.el (top):
11763 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
11764 (tramp-handle-shell-command): Use it.
11765 (tramp-dissect-file-name): Raise an error when hostname is a
11766 method name, and neither method nor user is specified.
11767
11768 * net/trampver.el: Update release number.
11769
11770 2013-03-18 Leo Liu <sdl.web@gmail.com>
11771
11772 Make sure eldoc can be turned off properly.
11773 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
11774 eldoc-mode.
11775 (eldoc-display-message-p): Revert last change.
11776 (eldoc-display-message-no-interference-p)
11777 (eldoc-print-current-symbol-info): Tweak.
11778
11779 2013-03-18 Tassilo Horn <tsdh@gnu.org>
11780
11781 * doc-view.el (doc-view-new-window-function): Check the new window
11782 overlay's display property instead the char property of the
11783 buffer's first char. Use `with-selected-window' instead of
11784 `save-window-excursion' with `select-window'.
11785 (doc-view-document->bitmap): Check the current doc-view overlay's
11786 display property instead the char property of the buffer's first char.
11787
11788 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
11789
11790 Automate the build of ja-dic.el (Bug#13984).
11791 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
11792 from the input, rather than assume that it's been done for us by the
11793 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
11794 the current date into a ja-dic.el comment, as that complicates
11795 regression testing.
11796
11797 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11798
11799 * whitespace.el: Fix double evaluation.
11800 (whitespace-space, whitespace-hspace, whitespace-tab)
11801 (whitespace-newline, whitespace-trailing, whitespace-line)
11802 (whitespace-space-before-tab, whitespace-indentation)
11803 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
11804 obsolete defvars.
11805 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
11806 (whitespace-color-on): Use a single font-lock-add-keywords call.
11807 Fix double-evaluation of face variables.
11808
11809 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
11810
11811 * net/tramp-adb.el (tramp-adb-parse-device-names):
11812 Use `start-process' instead of `call-process'. Otherwise, the
11813 function might be blocked under MS Windows. (Bug#13299)
11814
11815 2013-03-17 Leo Liu <sdl.web@gmail.com>
11816
11817 Extend eldoc to display info in the mode-line. (Bug#13978)
11818 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
11819 (eldoc-mode-line-string): New variable.
11820 (eldoc-minibuffer-message): New function.
11821 (eldoc-message-function): New variable.
11822 (eldoc-message): Use it.
11823 (eldoc-display-message-p)
11824 (eldoc-display-message-no-interference-p):
11825 Support eldoc-post-insert-mode.
11826
11827 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
11828 (eval-expression): Run it.
11829
11830 2013-03-17 Roland Winkler <winkler@gnu.org>
11831
11832 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
11833 strings in the list of return values.
11834
11835 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11836
11837 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
11838 radix before checking for HMS forms.
11839
11840 2013-03-16 Leo Liu <sdl.web@gmail.com>
11841
11842 * progmodes/scheme.el: Add indentation and font-locking for λ.
11843 (Bug#13975)
11844
11845 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11846
11847 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
11848 token before point (bug#13942).
11849
11850 2013-03-16 Leo Liu <sdl.web@gmail.com>
11851
11852 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
11853
11854 2013-03-16 Eli Zaretskii <eliz@gnu.org>
11855
11856 * startup.el (command-line-normalize-file-name): Fix handling of
11857 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
11858 <xfq.free@gmail.com> in
11859 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
11860
11861 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
11862
11863 Sync with Tramp 2.2.7.
11864
11865 * net/trampver.el: Update release number.
11866
11867 2013-03-14 Tassilo Horn <tsdh@gnu.org>
11868
11869 * doc-view.el: Fix bug#13887.
11870 (doc-view-insert-image): Don't modify overlay associated to
11871 non-live windows, and implement horizontal centering of image in
11872 case it's smaller than the window.
11873 (doc-view-new-window-function): Force redisplay of new windows on
11874 doc-view buffers.
11875
11876 2013-03-13 Karl Fogel <kfogel@red-bean.com>
11877
11878 * saveplace.el (save-place-alist-to-file): Don't sort
11879 `save-place-alist', just pretty-print it (bug#13882).
11880
11881 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
11882
11883 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
11884 Check whether `default-file-name-coding-system' is bound.
11885 It isn't in XEmacs.
11886
11887 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11888
11889 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
11890 backquotes for `obsolete' (bug#13929).
11891
11892 * international/mule.el (find-auto-coding): Include file name in
11893 obsolescence warning (bug#13922).
11894
11895 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
11896
11897 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
11898 for CFEngine 3-specific indentation.
11899 (cfengine3-indent-line): Use it. Fix up category regex.
11900 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
11901
11902 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11903
11904 * type-break.el (type-break-file-name):
11905 * textmodes/remember.el (remember-data-file):
11906 * strokes.el (strokes-file):
11907 * shadowfile.el (shadow-initialize):
11908 * saveplace.el (save-place-file):
11909 * ps-bdf.el (bdf-cache-file):
11910 * progmodes/idlwave.el (idlwave-config-directory):
11911 * net/quickurl.el (quickurl-url-file):
11912 * international/kkc.el (kkc-init-file-name):
11913 * ido.el (ido-save-directory-list-file):
11914 * emulation/viper.el (viper-custom-file-name):
11915 * emulation/vip.el (vip-startup-file):
11916 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
11917 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
11918
11919 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
11920
11921 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
11922 * language/thai-word.el: Switch to UTF-8.
11923
11924 See ChangeLog.16 for earlier changes.
11925
11926 ;; Local Variables:
11927 ;; coding: utf-8
11928 ;; End:
11929
11930 Copyright (C) 2011-2014 Free Software Foundation, Inc.
11931
11932 This file is part of GNU Emacs.
11933
11934 GNU Emacs is free software: you can redistribute it and/or modify
11935 it under the terms of the GNU General Public License as published by
11936 the Free Software Foundation, either version 3 of the License, or
11937 (at your option) any later version.
11938
11939 GNU Emacs is distributed in the hope that it will be useful,
11940 but WITHOUT ANY WARRANTY; without even the implied warranty of
11941 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11942 GNU General Public License for more details.
11943
11944 You should have received a copy of the GNU General Public License
11945 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.