]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* nsterm.m (ns_draw_window_cursor): Adjust y for hbar cursor only if smaller than
[gnu-emacs] / lisp / ChangeLog
1 2014-10-04 Thomas Fitzsimmons <fitzsim@fitzsim.org>
2
3 * net/ntlm.el (ntlm-build-auth-request):
4 Add NTLM2 Session support. (Bug#15603)
5
6 2014-10-04 Glenn Morris <rgm@gnu.org>
7
8 * apropos.el (apropos-symbols-internal):
9 Avoid error with non-symbol properties. (Bug#18337#16)
10
11 * startup.el (command-line):
12 Handle altered user-emacs-directory in load-path warning. (Bug#18512)
13
14 2014-10-04 Martin Rudalics <rudalics@gmx.at>
15
16 * window.el (window-full-height-p): Make it behave correctly for
17 minibuffer window.
18 (window-current-scroll-bars): Fix code.
19 (fit-frame-to-buffer): Use window-scroll-bar-height instead of
20 window-scroll-bars.
21 * frame.el (frame-current-scroll-bars): Fix doc-string.
22 * scroll-bar.el (toggle-horizontal-scroll-bar): New command.
23
24 2014-10-04 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
25
26 * files.el (auto-mode-alist): Use sh-mode for .zsh files. (Bug#18488)
27
28 2014-10-04 Glenn Morris <rgm@gnu.org>
29
30 * frame.el (frame-monitor-attributes)
31 (display-monitor-attributes-list): Doc fixes.
32
33 2014-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 Merge trivially safe differences from standalone CC-mode.
36 * progmodes/cc-mode.el (c-initialize-cc-mode): Don't quote a symbol
37 just to then pass it to `symbol-value'.
38 (prog-mode): Provide fallback definition, if needed.
39 * progmodes/cc-langs.el: Always load `cl'. Don't load `cl-lib'.
40 Remove "cl-" prefix accordingly.
41 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Use integerp or
42 characterp depending on the type of characters.
43 (c-font-lock-enum-tail): Remove unused var `start'.
44 * progmodes/cc-engine.el: Load CL at compile-time.
45 (c-declare-lang-variables): Use mapcan.
46 (c-append-to-state-cache): Remove unused var `ce+1'.
47 (c-parse-state-state): Make buffer-local.
48 (c-ssb-lit-begin): Remove unused var `pps-end-pos'.
49 (c-just-after-func-arglist-p): Remove unused var `end'.
50 * progmodes/cc-defs.el: Load cc-fix if delete-dups is undefined.
51 (c-<-as-paren-syntax, c->-as-paren-syntax): Move definition earlier.
52 (c-make-keywords-re): Use delete-dups.
53 (c-get-current-file): Avoid file-name-base.
54 * progmodes/cc-cmds.el (c-electric-lt-gt): Remove unused var
55 `close-paren-inserted'.
56 * progmodes/cc-awk.el (c-forward-sws): Remove unused declaration.
57
58 * progmodes/python.el: Avoid building unneeded markers.
59 (python-font-lock-keywords, python-indent-dedent-line)
60 (python-fill-paren, python-shell-completion-complete-or-indent):
61 Prefer point over point-marker.
62 (inferior-python-mode): Remove redundant completion settings.
63
64 2014-10-03 Dmitry Gutov <dgutov@yandex.ru>
65
66 * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
67 (vc-svn-ignore): Use it. (Bug#18619)
68
69 2014-10-03 Martin Rudalics <rudalics@gmx.at>
70
71 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
72 In doc-string mention need to set `frame-resize-pixelwise'.
73
74 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
77 similarly to Rogers's 2010-06-16 change for the remote case
78 (bug#18605).
79
80 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
81
82 New gui-selection-value consolidating x-selection-value.
83 * select.el (gui-selection-value-alist): New method.
84 (gui-selection-value): New function.
85 (x-selection-value): Make it an obsolete alias.
86 * simple.el (interprogram-paste-function): Default to
87 gui-selection-value.
88 * w32-common-fns.el (w32-get-selection-value): Simplify.
89 (x-selection-value): Remove alias.
90 (interprogram-paste-function): Don't set.
91 (gui-selection-value): Define for w32.
92 * term/x-win.el (gui-selection-value): Define for x.
93 (x--selection-value): Rename from x--selection-value.
94 (interprogram-paste-function): Don't set.
95 * term/pc-win.el (w16-get-selection-value): Simplify.
96 (msdos-initialize-window-system): Don't set
97 interprogram-paste-function.
98 (gui-selection-value): Define for pc.
99 * term/ns-win.el (x-selection-value): Remove.
100 (gui-selection-value): Define for ns, instead.
101 * term/common-win.el (x-setup-function-keys): Don't set
102 interprogram-paste-function.
103 * obsolete/mouse-sel.el (mouse-sel-get-selection-function):
104 Use gui-selection-value.
105
106 2014-10-02 David Raynes <rayners@gmail.com> (tiny change)
107
108 * term/ns-win.el: Add functions to ns frame, not x frame (bug#18614).
109
110 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * obsolete/lucid.el (read-number): Remove, redundant.
113 * obsolete/cl-compat.el (cl-floor, cl-ceiling, cl-round, cl-truncate):
114 Remove, broken.
115
116 2014-10-02 Glenn Morris <rgm@gnu.org>
117
118 * emacs-lisp/package.el (package-import-keyring):
119 Create gnupg directory private. (Bug#17625#155)
120
121 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 * progmodes/python.el (python-shell-completion-get-completions):
124 Use python-shell--prompt-calculated-input-regexp from the
125 process buffer (bug#18582).
126 Don't assume that `line' comes from the process buffer.
127
128 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * frame.el: Use lexical-binding (bug#18598).
131 (make-frame): Use t rather than nil for tty's window-system.
132 * startup.el (command-line): Use gui-method.
133
134 Consolidate management/ownership of selections.
135 * select.el (gui-get-selection-alist): New method.
136 (gui-get-selection): Use it. Rename from x-get-selection.
137 (x-get-selection): Define as obsolete alias.
138 (x-get-clipboard): Mark obsolete.
139 (gui-get-primary-selection): New function.
140 (x-get-selection-value): Mark obsolete.
141 (gui-own-selection-alist, gui-disown-selection-alist)
142 (gui-selection-owner-p-alist): New methods.
143 (gui-set-selection): Use them. Rename from x-set-selection.
144 (x-set-selection): Define as obsolete alias.
145 (gui--valid-simple-selection-p): Rename from
146 x-valid-simple-selection-p.
147 * w32-common-fns.el (gui-own-selection, gui-disown-selection)
148 (gui-selection-owner-p, gui-get-selection): Define for w32.
149 (w32-get-selection-value): Rename from x-get-selection-value.
150 Use the new gui-last-selected-text.
151 * term/x-win.el (x-get-selection-value): Remove.
152 (x-clipboard-yank): Declare obsolete.
153 (gui-own-selection, gui-disown-selection, gui-get-selection)
154 (gui-selection-owner-p): Define for x.
155 * term/w32-win.el (w32-win-suspend-error): Rename from
156 x-win-suspend-error.
157 * term/pc-win.el (w16-get-selection-value): Rename from
158 x-get-selection-value.
159 (w16-selection-owner-p): Rename from x-selection-owner-p.
160 (gui-own-selection, gui-disown-selection, gui-get-selection)
161 (gui-selection-owner-p): Define for pc.
162 (w16--select-text): New function.
163 * term/ns-win.el (gui-own-selection, gui-disown-selection)
164 (gui-get-selection, gui-selection-owner-p): Define for ns.
165 * term.el (term-mouse-paste):
166 * mouse.el (mouse-yank-primary): Use gui-get-primary-selection.
167
168 2014-10-02 H. Dieter Wilhelm <dieter@duenenhof-wilhelm.de> (tiny change)
169
170 * calc/calc-help.el (calc-describe-thing): Quote strings
171 which could look like regexps.
172
173 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 Consolidate x-select-text.
176 * frame.el (gui-method, gui-method-define, gui-method-declare)
177 (gui-call): New macros.
178 (gui-method--name): New function.
179 (frame-creation-function-alist): Use gui-method-declare.
180 (make-frame): Use gui-method.
181 * select.el (gui-select-enable-clipboard): Rename from
182 x-select-enable-clipboard and move here.
183 (x-select-enable-clipboard): Define as obsolete alias.
184 (gui-last-selected-text): New var, to replace x-last-selected-text.
185 (gui-select-text): New GUI method.
186 (gui-select-text): New function.
187 (x-select-text): Define as obsolete alias.
188 * term/common-win.el (x-select-enable-clipboard, x-select-text):
189 Move to select.el.
190 * simple.el (interprogram-cut-function): Change default to
191 x-select-text.
192 (interprogram-paste-function): Change default to `ignore'.
193 * w32-common-fns.el (interprogram-cut-function): Don't modify.
194 * term/x-win.el (interprogram-cut-function): Don't modify.
195 (gui-select-text): Add method for x.
196 * term/w32-win.el (gui-select-text): Add method for w32.
197 * term/pc-win.el (x-last-selected-text): Remove, use
198 gui-last-selected-text instead.
199 (msdos-initialize-window-system): Don't set interprogram-cut-function.
200 (gui-select-text): Add method for pc.
201 * term/ns-win.el (ns-last-selected-text): Remove, use
202 gui-last-selected-text instead.
203 (gui-select-text): Add method for ns.
204 (x-setup-function-keys): Don't change interprogram-cut-function.
205 * loadup.el ("startup"): Load after "frame".
206 * subr.el (package--builtin-versions, package--description-file):
207 Move from startup.el.
208 * startup.el (package--builtin-versions, package--description-file):
209 Move to subr.el.
210 (handle-args-function-alist, window-system-initialization-alist):
211 Use gui-method-declare.
212 (command-line): Use gui-method.
213
214 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * subr.el (alist-get): New accessor.
217 * emacs-lisp/gv.el (alist-get): Provide expander.
218 * winner.el (winner-remember):
219 * tempo.el (tempo-use-tag-list):
220 * progmodes/gud.el (minor-mode-map-alist):
221 * international/mule-cmds.el (define-char-code-property):
222 * frameset.el (frameset-filter-params):
223 * files.el (dir-locals-set-class-variables):
224 * register.el (get-register, set-register):
225 * calc/calc-yank.el (calc-set-register): Use it.
226 * ps-print.el (ps-get, ps-put, ps-del): Mark as obsolete.
227 * tooltip.el (tooltip-set-param): Mark as obsolete.
228 (tooltip-show): Use alist-get instead.
229 * ses.el (ses--alist-get): Remove. Use alist-get instead.
230
231 2014-10-01 Ulf Jasper <ulf.jasper@web.de>
232
233 * net/newst-backend.el: Remove Time-stamp. Rename variable
234 `newsticker--download-logos' to `newsticker-download-logos' and
235 make it customizable.
236 (newsticker--sentinel-work): Move xml-workarounds to function
237 `newsticker--do-xml-workarounds', call unless libxml-parser is
238 used. Allow single quote in regexp for encoding.
239 Use libxml-parser if available, else fall back to `xml-parse-region'.
240 Take care of possibly missing namespace prefixes (like "RDF"
241 instead of "rdf:RDF") when checking xml nodes and attributes (as
242 libxml correctly removes the prefixes). Always use Atom 1.0 as
243 fallback feed type. Rename `newsticker--download-logos' to
244 `newsticker-download-logos'
245 (newsticker--unxml, newsticker--unxml-node)
246 (newsticker--unxml-attribute): New.
247 (newsticker--parse-atom-1.0): Call `unxml' in case that embedded
248 HTML code has become part of the xml parse tree.
249 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0): Take care
250 of possibly missing namespace prefixes.
251 (newsticker--parse-generic-items): Code formatting. Typo.
252 (newsticker--images-dir): Add trailing slash.
253 (newsticker--image-get): Fix error message.
254
255 * net/newst-plainview.el: Remove Time-stamp.
256
257 * net/newst-reader.el: Remove Time-stamp.
258 (newsticker-download-logos): Rename variable
259 `newsticker--download-logos' to `newsticker-download-logos' and
260 make it customizable.
261 (newsticker--print-extra-elements): Add optional parameter
262 'htmlish for using html markup. Amend list of ignored elements.
263 (newsticker--do-print-extra-element): Add parameter 'htmlish for
264 using html markup.
265
266 * net/newst-ticker.el: Remove Time-stamp.
267
268 * net/newst-treeview.el (newsticker--treeview-item-show): Use html
269 for formatting extra elements.
270
271 * net/newsticker.el: Remove Time-stamp, Version.
272 (newsticker-version): Make obsolete.
273
274 2014-09-30 Leonardo Nobrega <leonobr@gmail.com> (tiny change)
275
276 * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
277 (bug#18462).
278
279 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
280
281 * emacs-lisp/package.el (package-check-signature): Default to nil if
282 GPG is not available.
283 (package-refresh-contents): Don't mess with the keyring if we won't
284 check the signatures anyway.
285
286 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
287
288 * ses.el (ses--row, ses--col): New dyn-scoped vars, to replace row&col.
289 (ses-center, ses-center-span): Use them.
290 (ses-print-cell): Bind them while calling the printer.
291 (row, col, maxrow, maxcol): Don't declare as dynamically scoped.
292 (ses-dorange): Revert last change.
293 (ses-calculate-cell): Don't bind row&col dynamically while evaluating
294 the formula.
295 (ses-set-cell): Avoid `eval'.
296 (ses--time-check): Rename it from ses-time-check and turn it into
297 a macro.
298
299 * ses.el (ses-setup): Don't assume modifying the iteration var of
300 dotimes affects the iteration (bug#18191).
301
302 2014-09-30 Vincent Belaïche <vincentb1@users.sourceforge.net>
303
304 * ses.el (ses-calculate-cell): Bind row and col dynamically to
305 their values with 'cl-progv'.
306 (ses-dorange): Bind row, col, maxrow and maxcol dynamically to
307 their values with 'cl-progv', also use non-interned symbols for
308 row, minrow, maxrow, mincol and maxcol.
309 (maxrow maxcol): New defvar, to make the compiler happy.
310
311 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * minibuffer.el (completion-at-point): Emit warning for ill-behaved
314 completion functions.
315
316 2014-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
317
318 * ses.el (ses--letref): Quote value before it gets re-evaluated.
319
320 2014-09-28 Thien-Thi Nguyen <ttn@gnu.org>
321
322 Font-lock `cl-flet*', too.
323 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2):
324 Add "flet*" to intermediate var `cl-lib-kw'.
325
326 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
327
328 * epg-config.el (epg-gpg-program): Use the plain program names rather
329 than their absolute file name.
330
331 * subr.el (track-mouse): New macro.
332 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
333 Remove track-mouse case.
334 * emacs-lisp/bytecomp.el (byte-compile-track-mouse): Remove.
335
336 2014-09-27 Leo Liu <sdl.web@gmail.com>
337
338 * progmodes/elisp-mode.el (elisp--eldoc-last-data): Use defvar.
339
340 * emacs-lisp/eldoc.el (eldoc-mode): Fix thinko.
341
342 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
343
344 * emacs-lisp/pcase.el (pcase--split-match, pcase--app-subst-match):
345 Handle the case where `match' is :pcase--succeed or :pcase--fail
346 (bug#18554).
347
348 Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.
349 * emacs-lisp/eldoc.el (global-eldoc-mode): New minor mode.
350 (eldoc-schedule-timer): Obey it.
351 (eldoc-documentation-function): Default to nil.
352 (eldoc-mode): Don't enable if eldoc-documentation-function is not set.
353 (eldoc-documentation-function-default, eldoc-get-fnsym-args-string)
354 (eldoc-highlight-function-argument, eldoc-get-var-docstring)
355 (eldoc-last-data-store, eldoc-docstring-first-line)
356 (eldoc-docstring-format-sym-doc, eldoc-fnsym-in-current-sexp)
357 (eldoc-beginning-of-sexp, eldoc-current-symbol)
358 (eldoc-function-argstring): Move to elisp-mode.el.
359 (eldoc-symbol-function): Remove, unused.
360 * progmodes/elisp-mode.el: New file. Rename all "eldoc-*" to "elisp--*".
361 (elisp-completion-at-point): Rename from lisp-completion-at-point.
362 (elisp--preceding-sexp): Rename from preceding-sexp.
363 * loadup.el: Load new file progmodes/elisp-mode.
364 * ielm.el (inferior-emacs-lisp-mode): Set eldoc-documentation-function.
365 * emacs-lisp/lisp.el (lisp--local-variables-1, lisp--local-variables)
366 (lisp--local-variables-completion-table, lisp--expect-function-p)
367 (lisp--form-quoted-p, lisp--company-doc-buffer)
368 (lisp--company-doc-string, lisp--company-location)
369 (lisp-completion-at-point): Move to elisp-mode.el.
370 * emacs-lisp/lisp-mode.el (lisp--mode-syntax-table): New syntax-table,
371 extracted from emacs-lisp-mode-syntax-table.
372 (emacs-lisp-mode-abbrev-table, emacs-lisp-mode-syntax-table): Move to
373 elisp-mode.el.
374 (lisp-imenu-generic-expression): Add comments to document what comes
375 from which Lisp dialect.
376 (emacs-lisp-mode-map, emacs-lisp-byte-compile)
377 (emacs-lisp-byte-compile-and-load, emacs-lisp-mode-hook)
378 (emacs-lisp-mode, emacs-list-byte-code-comment-re)
379 (emacs-lisp-byte-code-comment)
380 (emacs-lisp-byte-code-syntax-propertize, emacs-lisp-byte-code-mode)
381 (lisp-interaction-mode-map, lisp-interaction-mode)
382 (eval-print-last-sexp, last-sexp-setup-props)
383 (last-sexp-toggle-display, prin1-char, preceding-sexp)
384 (eval-last-sexp-1, eval-last-sexp-print-value)
385 (eval-last-sexp-fake-value, eval-sexp-add-defvars, eval-last-sexp)
386 (eval-defun-1, eval-defun-2, eval-defun): Move to elisp-mode.el.
387
388 2014-09-26 Paul Eggert <eggert@cs.ucla.edu>
389
390 * progmodes/grep.el (grep-regexp-alist): Use more-accurate regexp.
391 Do not match file names that end in '/', as they cannot be 'grep'
392 hits nowadays. This prevents confusion when 'grep -r' reports a
393 match in a file whose basename is ':12345:'. Conversely, do not
394 require exactly the same sequence of spaces and tabs after both
395 colons, and allow spaces or tabs before the second colon, as per
396 the POSIX spec for 'grep' output.
397
398 2014-09-26 Leo Liu <sdl.web@gmail.com>
399
400 Add cl-parse-integer based on parse-integer (Bug#18557)
401 * calendar/parse-time.el (parse-time-digits): Remove.
402 (digit-char-p, parse-integer) Moved to cl-lib.el.
403 (parse-time-tokenize, parse-time-rules, parse-time-string):
404 Use cl-parse-integer.
405
406 * emacs-lisp/cl-extra.el (cl-parse-integer): New function.
407
408 * emacs-lisp/cl-lib.el (cl-digit-char-table): New var.
409 (cl-digit-char-p): New function.
410
411 2014-09-25 Juri Linkov <juri@jurta.org>
412
413 * vc/add-log.el (change-log-next-buffer): Don't create an empty
414 buffer "ChangeLog" when the current buffer doesn't match ChangeLog.[0-9].
415 Return the current buffer if no files match the default pattern
416 ChangeLog.[0-9]. Signal "end of multi" when file is nil. (Bug#18547)
417
418 2014-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
421 the global vc-handled-backends (bug#18535).
422
423 2014-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
424
425 * find-cmd.el (find-cmd): Use grep's `find-program' (bug#18518).
426 Suggested by <lompik@voila.fr>.
427
428 2014-09-24 Ulf Jasper <ulf.jasper@web.de>
429
430 * net/newst-treeview.el (newsticker--treeview-do-get-node-by-id):
431 Rename from `newsticker--treeview-do-get-node'.
432 (newsticker--treeview-get-node-by-id):
433 Rename from `newsticker--treeview-get-node'.
434 (newsticker--treeview-buffer-init)
435 (newsticker--treeview-buffer-init): Disable buffer undo.
436 (newsticker--treeview-unfold-node): Adapt to modified
437 `newsticker--group-find-parent-group'.
438 (newsticker--group-do-find-group):
439 Rename from `newsticker--group-do-find-group-for-feed'.
440 Now works for both, groups and feeds.
441 (newsticker--group-find-parent-group):
442 Rename from `newsticker--group-find-group-for-feed'.
443 Now works for both, groups and feeds.
444 (newsticker--group-do-get-parent-group)
445 (newsticker--group-get-parent-group): Remove.
446 (newsticker-group-add-group): Change interactive prompts.
447 (newsticker-group-add-group): Finally jump to added group.
448 (newsticker-group-delete-group): Finally jump to current feed.
449 (newsticker--group-do-rename-group, newsticker-group-rename-group)
450 (newsticker--get-group-names, newsticker--group-names): New.
451 (newsticker-group-move-feed): Finally jump to moved feed.
452 (newsticker-group-shift-feed-down, newsticker-group-shift-feed-up)
453 (newsticker-group-shift-group-down)
454 (newsticker-group-shift-group-up, newsticker--group-shift): New.
455 (newsticker-treeview-mode-map): New keybindings for new shift commands.
456
457 * net/newst-backend.el (newsticker--item-list)
458 (newsticker--item-position, newsticker--prev-message)
459 (newsticker--scrollable-text): Move to newst-ticker.el.
460
461 * net/newst-ticker.el (newsticker--item-list)
462 (newsticker--item-position, newsticker--prev-message)
463 (newsticker--scrollable-text): Move from newst-backend.el.
464
465 2014-09-22 Kan-Ru Chen <kanru@kanru.info>
466
467 * window.el (fit-window-to-buffer): When counting buffer width,
468 count the whole visible buffer. Correctly convert the body-height
469 to pixel size for window-text-pixel-size (Bug#18498).
470
471 2014-09-22 Sam Steingold <sds@gnu.org>
472
473 * progmodes/sql.el (sql-product-alist): Improve the Vertica entry.
474 (sql-execute): Use `special-mode'.
475
476 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
477
478 Add pcase-defmacro, as well as `quote' and `app' patterns.
479 * loadup.el: Increase max-lisp-eval-depth when macroexpanding macroexp.
480 * emacs-lisp/pcase.el: Allow (F . ARGS) in `app' patterns.
481 (pcase--funcall, pcase--eval): New functions.
482 (pcase--u1): Use them for guard, pred, let, and app.
483 (\`): Use the new feature to generate better code for vector patterns.
484 * emacs-lisp/pcase.el: Use pcase-defmacro to handle backquote.
485 (pcase--upat): Remove.
486 (pcase--macroexpand): Don't hardcode handling of `.
487 (pcase--split-consp, pcase--split-vector): Remove.
488 (pcase--split-equal): Disregard ` since it's expanded away.
489 (pcase--split-member): Optimize for quote rather than for `.
490 (pcase--split-pred): Optimize for quote rather than for `.
491 (pcase--u1): Remove handling of ` (and of `or' and `and').
492 Quote non-selfquoting values when passing them to `eq'.
493 Drop `app's let-binding if the variable is not used.
494 (pcase--q1): Remove.
495 (`): Define as a pattern macro.
496 * emacs-lisp/pcase.el (pcase--match): New smart-constructor function.
497 (pcase--expand pcase--q1, pcase--app-subst-match): Use it.
498 (pcase--macroexpand): Handle self-quoting patterns here, expand them to
499 quote patterns.
500 (pcase--split-match): Don't hoist or/and here any more.
501 (pcase--split-equal): Optimize quote patterns as well as ` patterns.
502 (pcase--flip): New helper macro.
503 (pcase--u1): Optimize the memq case directly.
504 Don't handle neither self-quoting nor and/or patterns any more.
505 * emacs-lisp/pcase.el (pcase-defmacro): New macro.
506 (pcase--macroexpand): New function.
507 (pcase--expand): Use it.
508 * emacs-lisp/pcase.el (pcase--app-subst-match, pcase--app-subst-rest):
509 New optimization functions.
510 (pcase--u1): Add support for `quote' and `app'.
511 (pcase): Document them in the docstring.
512
513 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 Use lexical-bindin in Ibuffer.
516 * ibuffer.el (ibuffer-do-toggle-read-only): `arg' is unused.
517 (ibuffer-compile-format): Simplify.
518 (ibuffer-clear-summary-columns): Simplify.
519 * ibuf-ext.el (ibuffer-generate-filter-groups): Don't use the third
520 elem of dotimes when we don't refer to the iteration var from it.
521 (ibuffer-toggle-sorting-mode): Avoid add-to-list.
522 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-op):
523 Silence byte-compiler.
524
525 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * font-lock.el (font-lock-compile-keyword): Don't confuse a lambda
528 expression for a list.
529
530 * emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usage
531 for functions with no arguments.
532
533 * mpc.el (mpc-data-directory): Use locate-user-emacs-file.
534 (mpc-volume-refresh): Make sure the corresponding header-line is updated.
535
536 2014-09-17 Tom Willemse <tom@ryuslash.org> (tiny change)
537
538 * simple.el (clone-indirect-buffer): Mention the return value
539 (bug#18478).
540
541 * progmodes/prog-mode.el (prog-mode-hook): Replace reference to
542 Text mode in docstring (bug#18464).
543
544 2014-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
545
546 * progmodes/perl-mode.el (perl-syntax-propertize-function):
547 Accept underscores in identifiers after "sub" (bug#18502).
548
549 2014-09-21 Tassilo Horn <tsdh@gnu.org>
550
551 * textmodes/reftex-sel.el (reftex-select-label-mode)
552 (reftex-select-bib-mode, reftex-insert-docstruct): Derive modes
553 from special-mode (instead of fundamental-mode) and propertize
554 with font-lock-face instead of just face. (Bug#18496)
555
556 * textmodes/reftex-toc.el (reftex-toc-mode, reftex-toc): Ditto.
557
558 2014-09-19 Dmitry Gutov <dgutov@yandex.ru>
559
560 * emacs-lisp/lisp.el (lisp-completion-at-point): Only calculate
561 `table-etc' when `end' is non-nil.
562 (lisp-completion-at-point): Move `end' back if it's after quote.
563 If in comment or string, only complete when after backquote.
564 (Bug#18265)
565 (lisp-completion-at-point): Don't use
566 `lisp--local-variables-completion-table' in the
567 `lisp--form-quoted-p' case.
568
569 2014-09-19 Dmitry Gutov <dgutov@yandex.ru>
570
571 * emacs-lisp/lisp.el (lisp--expect-function-p)
572 (lisp--form-quoted-p): New functions.
573 (lisp-completion-at-point): Use them to see if we're completing a
574 variable reference, a function name, or just any symbol.
575 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00229.html
576
577 2014-09-18 Ivan Kanis <ivan@kanis.fr>
578
579 * net/shr.el, net/eww.el: Don't override `shr-width', but
580 introduce a new variable `shr-internal-width'. This allows users
581 to specify a width themselves.
582
583 2014-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
584
585 * image-mode.el (image-toggle-display-image): If we have a
586 `fit-width' or a `fit-height', don't limit the size of the image
587 to the window size, because that doesn't preserve the aspect ratio.
588 * image-mode.el: Move defvars earlier to avoid a byte-compilation
589 warning.
590
591 2014-09-17 Reuben Thomas <rrt@sc3d.org>
592
593 * progmodes/js.el: Add interpreter-mode-alist support for various
594 JavaScript interpreters.
595
596 2014-09-17 Paul Eggert <eggert@cs.ucla.edu>
597
598 Don't assume 'grep' supports GREP_OPTIONS.
599 The GREP_OPTIONS environment variable is planned to be marked
600 obsolescent in GNU grep, due to problems in its use, so stop
601 relying on it.
602 * progmodes/grep.el (grep-highlight-matches): Document this.
603 (grep-process-setup): Do not set GREP_OPTIONS.
604 (grep-compute-defaults): Use an explicit --color option if supported.
605
606 2014-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
607
608 * msb.el (msb--make-keymap-menu, msb-menu-bar-update-buffers):
609 Don't add outdated key-shortcut cache (bug#18482).
610
611 2014-09-15 Glenn Morris <rgm@gnu.org>
612
613 * image.el (image-multi-frame-p): Fix thinko - do not force
614 a delay if none was specified. (Bug#18334)
615
616 2014-09-15 Kan-Ru Chen <kanru@kanru.info>
617
618 * window.el (fit-window-to-buffer): Doc fix.
619
620 2014-09-15 Ivan Shmakov <ivan@siamics.net>
621
622 * desktop.el (desktop-create-buffer): Check that buffers are still live
623 before burying them (bug#18373).
624
625 2014-09-15 Glenn Morris <rgm@gnu.org>
626
627 * calendar/diary-lib.el (diary-list-entries):
628 Restore 24.3 display behavior. (Bug#18381)
629
630 2014-09-15 Eli Zaretskii <eliz@gnu.org>
631
632 * mouse.el (mouse-drag-line): On text-mode frames, count the mode
633 line and header line as 1 pixel. This fixes the 1-"pixel" (row)
634 discrepancy between window-pixel-edges and mouse events, and
635 avoids moving mode line up when the mouse click is on the modeline
636 and no drag is attempted.
637
638 2014-09-14 Daniel Colascione <dancol@dancol.org>
639
640 * register.el (insert-register): Change default interactive
641 insertion mode.
642
643 2014-09-14 Michael Albinus <michael.albinus@gmx.de>
644
645 * net/tramp-cache.el (tramp-flush-file-function): Simplify check.
646 Suppress debug messages.
647
648 * net/tramp.el (tramp-file-name-handler):
649 * net/tramp-gvfs.el (tramp-gvfs-url-file-name): Apply `cons' where
650 appropriate.
651
652 2014-09-13 Christopher Schmidt <ch@ristopher.com>
653
654 * calendar/calendar.el (calendar-update-mode-line):
655 Do not overwrite mode-line-format if calendar-mode-line-format is
656 nil. (Bug#18467)
657
658 2014-09-13 Leo Liu <sdl.web@gmail.com>
659
660 * emacs-lisp/pcase.el (pcase--dontwarn-upats): New var.
661 (pcase--expand): Use it.
662 (pcase-exhaustive): New macro. (Bug#16567)
663
664 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
665 Add pcase-exhaustive.
666
667 2014-09-13 Eli Zaretskii <eliz@gnu.org>
668
669 * mail/rmailmm.el (rmail-mime-insert-html): Decode the HTML part
670 using the specified transfer-encoding, if any, or 'undecided'.
671 (rmail-mime-render-html-shr): Bind shr-width to nil, so lines are
672 broken at the window margin.
673
674 2013-12-27 Ken Olum <kdo@cosmos.phy.tufts.edu>
675
676 Support rendering of HTML parts in Rmail (bug#4258).
677 * mail/rmailmm.el (rmail-mime-process): Handle text/html
678 separately from other text/ types. Suppress tagline for
679 multipart body.
680 (rmail-mime-parse): Don't change visibility of tagline here.
681 (rmail-mime-set-bulk-data, rmail-mime-insert-bulk):
682 Handle text/html specially.
683 (rmail-mime-render-html-function,rmail-mime-prefer-html): New variables.
684 (rmail-mime-insert-html, rmail-mime-render-html-shr)
685 (rmail-mime-render-html-lynx): New functions.
686 (rmail-mime-fix-inserted-faces): New function.
687 (rmail-mime-process-multipart): Find the best part to show
688 following rmail-mime-prefer-html if set.
689 (rmail-mime-searching): New variable.
690 (rmail-search-mime-message): Bind rmail-mime-searching to
691 suppress rendering while searching.
692
693 2014-09-12 Sam Steingold <sds@gnu.org>
694
695 * progmodes/sql.el (sql-product-alist): Add vertica.
696 (sql-vertica-program, sql-vertica-options)
697 (sql-vertica-login-params, sql-comint-vertica, sql-vertica):
698 New functions and variables to support Vertica.
699 Inspired by code by Roman Scherer <roman@burningswell.com>.
700
701 2014-09-11 Paul Eggert <eggert@cs.ucla.edu>
702
703 * ses.el (ses-file-format-extend-parameter-list): Rename from
704 ses-file-format-extend-paramter-list, to correct a misspelling.
705 All uses changed.
706
707 2014-09-10 Alan Mackenzie <acm@muc.de>
708
709 CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc
710 gets loaded at run-time).
711 * progmodes/cc-langs.el (c-no-parens-syntax-table): Rename the
712 c-lang-const to c-make-no-parens-syntax-table and correct the
713 logic.
714 (c-no-parens-syntax-table): Correct the logic of the
715 c-lang-defvar.
716
717 2014-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
718
719 CC-mode: Set open-paren-in-column-0-is-defun-start to nil;
720 plus misc cleanup.
721 * progmodes/cc-mode.el (c-basic-common-init):
722 Set open-paren-in-column-0-is-defun-start.
723 (adaptive-fill-first-line-regexp, font-lock-syntactic-keywords):
724 Remove declarations, unused.
725 (run-mode-hooks): Remove declaration.
726 (font-lock-defaults): Use plain `defvar' to declare.
727 (c-run-mode-hooks): Test existence of run-mode-hooks with fboundp.
728 * progmodes/cc-langs.el (c-filter-ops): Avoid `setq'.
729 (c-make-mode-syntax-table): Don't micro-optimize.
730 (c-keywords, c-keyword-member-alist): Simplify.
731 (c-kwds-lang-consts): Don't eval at compile-time.
732 (c-primary-expr-regexp): Comment out unused vars.
733 * progmodes/cc-fonts.el (c-font-lock-context): Declare at top-level.
734 (c-font-byte-compile): New var.
735 (c--compile): New function. Use it instead of `byte-compile'.
736 (c-cpp-matchers): Quote the value returned by
737 `c-make-syntactic-matcher' in case it's not self-evaluating.
738 (c-basic-matchers-before): Avoid a plain MATCHER as keyword, wrap it in
739 parentheses instead (in case MATCHER happens to be a list).
740 (c-font-lock-enum-tail): Remove unused var `start'.
741 (c-font-lock-objc-methods): Silence byte-compiler warnings.
742 * progmodes/cc-engine.el (c-syntactic-re-search-forward): Sink an `if'
743 test into an argument.
744 * progmodes/cc-defs.el (c-point, c-major-mode-is, c-put-char-property)
745 (c-get-char-property): Don't use `eval' just to unquote a constant.
746 (c-use-extents): Remove. Use (featurep 'xemacs), compiled
747 more efficiently.
748 (c-put-char-property-fun): Don't call `byte-compile' by hand.
749 (c-clear-char-property, c-clear-char-properties): Check that `property'
750 is a quoted constant.
751 (c-emacs-features): Remove `infodock', `syntax-properties', and
752 `pps-extended-state' (never used), `8-bit' and `1-bit' (use (featurep
753 'xemacs) instead). Use `with-temp-buffer' and let-bind vars after
754 changing buffer, so we don't have to setq them again afterwards.
755 (c-lang-const): Remove redundant symbolp assertions.
756 (c-find-assignment-for-mode): Use `or'.
757 * Makefile.in (compile-one-process): Remove cc-mode dependency.
758
759 2014-09-09 Sam Steingold <sds@gnu.org>
760
761 * progmodes/sql.el (sql-default-directory): Fix type annotation.
762
763 2014-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
764
765 * progmodes/cc-awk.el: Remove unneeded cc-bytecomp use.
766 Change doc comments into docstrings.
767 * Makefile.in: Remove cc-awk dependency.
768
769 2014-09-08 Sam Steingold <sds@gnu.org>
770
771 * progmodes/sql.el (sql-send-line-and-next): New command,
772 bound to C-c C-n.
773 (sql-show-sqli-buffer): Display the buffer instead of its name and
774 bind the command to C-c C-z.
775 (sql-default-directory): New user option.
776 (sql-product-interactive): Bind `default-directory' to it to
777 enable remote connections using Tramp.
778 (sql-set-sqli-buffer): Call `sql-product-interactive' when no
779 suitable buffer is available.
780
781 2014-09-08 Glenn Morris <rgm@gnu.org>
782
783 * calendar/calendar.el (calendar-basic-setup):
784 Fix calendar-view-holidays-initially-flag and fancy display.
785 * calendar/diary-lib.el (diary-live-p): Doc fix.
786
787 * calendar/calendar.el (calendar-basic-setup):
788 Avoid clobbering calendar with diary. (Bug#18381)
789
790 2014-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
793
794 2014-09-08 Lars Ljung <lars@matholka.se> (tiny change)
795
796 * isearch.el (isearch-yank-word-or-char): Obey superword-mode
797 as well (bug#18400).
798
799 2014-09-08 Eli Zaretskii <eliz@gnu.org>
800
801 * subr.el (posn-actual-col-row): Doc fix. (Bug#18385)
802
803 2014-09-06 Leo Liu <sdl.web@gmail.com>
804
805 * emacs-lisp/pcase.el (pcase): Doc fix.
806 (pcase--split-vector): New function.
807 (pcase--q1): Support vector qpattern. (Bug#18327)
808
809 2014-09-05 Sam Steingold <sds@gnu.org>
810
811 * textmodes/tex-mode.el (tex-print-file-extension): New user
812 option.
813 (tex-print): Use it instead of the hard-coded string.
814
815 2014-09-05 Michael Albinus <michael.albinus@gmx.de>
816
817 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
818 Expand `default-directory'.
819
820 2014-09-05 Martin Rudalics <rudalics@gmx.at>
821
822 * scroll-bar.el (horizontal-scroll-bars-available-p):
823 New function.
824 (horizontal-scroll-bar-mode): Rewrite using
825 horizontal-scroll-bars-available-p.
826 * menu-bar.el (menu-bar-showhide-scroll-bar-menu): Rewrite using
827 horizontal-scroll-bars-available-p.
828
829 2014-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
830
831 * subr.el (call-process-shell-command, process-file-shell-command):
832 Make the `args' obsolete (bug#18409).
833 (start-process-shell-command, start-file-process-shell-command):
834 Use `declare'.
835
836 2014-09-05 Jay Belanger <jay.p.belanger@gmail.com>
837
838 * calc/calc-forms.el (math-normalize-hms): Do a better check for
839 "negative" hms forms.
840
841 2014-09-04 Rasmus Pank Roulund <emacs@pank.eu>
842
843 * vc/vc-git.el (vc-git-conflicted-files): Fix bug when git status
844 returns nil (bug#18391).
845
846 2014-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
847
848 * emacs-lisp/eldoc.el (eldoc-function-argstring): Don't strip
849 terminating paren (bug#18352).
850 (eldoc-last-data-store): Return cached data.
851 (eldoc-get-var-docstring): Avoid setq.
852 (eldoc-get-fnsym-args-string): Clarify data flow.
853
854 2014-09-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
855
856 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle the
857 case where we're currently providing part of the &rest arg after some
858 &key args, as in define-ibuffer-op (bug#18048).
859
860 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
861
862 * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing
863 buffer-local setting of which-func-mode.
864 (which-func-mode): Use defvar-local.
865 (which-function-mode): Don't reset which-func-mode in each buffer since
866 it might have been set by someone else.
867 (which-func-update-ediff-windows): Check which-function-mode.
868
869 2014-09-03 Martin Rudalics <rudalics@gmx.at>
870
871 * frame.el (frame-initialize): Remove horizontal-scroll-bars
872 from frame-initial-frame-alist.
873 * scroll-bar.el (previous-horizontal-scroll-bar-mode)
874 (horizontal-scroll-bar-mode-explicit)
875 (set-horizontal-scroll-bar-mode, get-horizontal-scroll-bar-mode)
876 (toggle-horizontal-scroll-bar): Remove.
877 (horizontal-scroll-bar-mode): Remove defcustom.
878 (horizontal-scroll-bar-mode): Fix doc-string.
879 (scroll-bar-toolkit-scroll)
880 (scroll-bar-toolkit-horizontal-scroll): Add doc-strings stubs.
881
882 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * emacs-lisp/package.el (package-generate-description-file):
885 Properly quote the arguments (bug#18332). Change second arg.
886 (package--alist-to-plist-args): Rename from package--alist-to-plist and
887 quote the elements.
888 (package--make-autoloads-and-stuff): Fix the test for pre-existence of
889 the *-pkg.el file. Adjust to new calling convention of
890 package-generate-description-file.
891
892 * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
893 (gud-gdb-completions): Remove obsolete workaround.
894
895 2014-09-03 Eli Zaretskii <eliz@gnu.org>
896
897 * subr.el (posn-col-row): Revert the change from commit
898 2010-11-13T21:07:58Z!eliz@gnu.org, which
899 was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
900 monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
901 introduced an off-by-one error in the reported row when there is a
902 header line. (Bug#18384)
903
904 2014-09-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
905
906 * progmodes/python.el (python-indent-post-self-insert-function):
907 Avoid electric colon at beginning-of-defun. (Bug#18228)
908
909 2014-09-03 Glenn Morris <rgm@gnu.org>
910
911 * tutorial.el (tutorial--display-changes):
912 Fix 2014-08-01 change. (Bug#18382)
913
914 2014-09-03 Ken Brown <kbrown@cornell.edu>
915
916 * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
917 the Cygwin-w32 build. (Bug#18347)
918
919 2014-09-03 Glenn Morris <rgm@gnu.org>
920
921 * tar-mode.el (tar--extract, tar-extract):
922 Avoid permanently disabling undo in extracted buffers. (Bug#18344)
923
924 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
925
926 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to better
927 handle multiline elements (bug#18380).
928
929 2014-09-01 Eli Zaretskii <eliz@gnu.org>
930
931 * ls-lisp.el (ls-lisp-use-string-collate)
932 (ls-lisp-UCA-like-collation): New defcustoms.
933 (ls-lisp-string-lessp): Use them to control sorting by file
934 names. (Bug#18051)
935 (ls-lisp-version-lessp): New function.
936 (ls-lisp-handle-switches): Use it to implement the -v switch of
937 GNU ls.
938 (ls-lisp--insert-directory): Mention the -v switch in the doc string.
939
940 2014-08-31 Christoph Scholtes <cschol2112@gmail.com>
941
942 * ibuffer.el: Replace mode-specific quit function with
943 `quit-window' via `special-mode'.
944 (ibuffer-mode-map): Use keybindings from special-mode-map instead
945 of local overrides.
946 (ibuffer): Don't store previous windows configuration.
947 Let `quit-window' handle restoring.
948 (ibuffer-quit): Remove function. Use `quit-window' instead.
949 (ibuffer-restore-window-config-on-quit): Remove variable.
950 (ibuffer-prev-window-config): Remove variable.
951
952 2014-08-29 Michael Heerdegen <michael_heerdegen@web.de>
953
954 * emacs-lisp/easy-mmode.el (define-minor-mode): Use mode function
955 name instead of variable name in hook docstring. (Bug#18349)
956
957 2014-08-29 Martin Rudalics <rudalics@gmx.at>
958
959 * window.el (display-buffer-at-bottom): Prefer bottom-left
960 window to other bottom windows. Reuse a bottom window if it
961 shows the buffer already. Suggested by Juri Linkov
962 <juri@jurta.org> in discussion of (Bug#18181).
963
964 2014-08-29 Leo Liu <sdl.web@gmail.com>
965
966 * files.el (minibuffer-with-setup-hook): Allow (:append FUN) to
967 append to minibuffer-setup-hook. (Bug#18341)
968
969 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
970
971 * progmodes/cc-defs.el: Expose c-lanf-defconst's expressions to the
972 byte-compiler.
973 (lookup-syntax-properties): Silence byte-compiler.
974 (c-lang-defconst): Quote the code with `lambda' rather than with
975 `quote'.
976 (c-lang-const): Avoid unneeded setq.
977 (c-lang-constants-under-evaluation): Add docstring.
978 (c-lang--novalue): New constant.
979 (c-find-assignment-for-mode): Use it instead of c-lang-constants.
980 (c-get-lang-constant): Same here.
981 Get the mode's value using `funcall' now that the code is quoted
982 with `lambda'.
983
984 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
985
986 * net/tramp.el (tramp-handle-shell-command): Use `display-buffer'.
987 (Bug#18326)
988
989 2014-08-28 Martin Rudalics <rudalics@gmx.at>
990
991 * scroll-bar.el (scroll-bar-horizontal-drag-1): Handle new
992 interpretation of `portion-whole'.
993
994 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
995
996 * net/tramp-adb.el: Spell author name correctly.
997
998 2014-08-28 João Távora <joaotavora@gmail.com>
999
1000 * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
1001 use url-expand-file-name. (Bug#18310)
1002
1003 2014-08-28 Glenn Morris <rgm@gnu.org>
1004
1005 * emulation/cua-rect.el (cua--highlight-rectangle):
1006 Avoid error at point-min. (Bug#18309)
1007
1008 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1009
1010 * progmodes/python.el (python-shell-prompt-detect): Remove redundant
1011 executable-find (bug#18244).
1012
1013 * simple.el (self-insert-uses-region-functions): Defvar.
1014
1015 2014-08-28 Glenn Morris <rgm@gnu.org>
1016
1017 * subr.el (remq): Revert 2014-08-25 doc change (not always true).
1018
1019 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
1020
1021 * startup.el (normal-top-level): Now use internal--top-level-message.
1022
1023 2014-08-26 Dmitry Antipov <dmantipov@yandex.ru>
1024
1025 * startup.el (normal-top-level): Use top-level-message.
1026
1027 2014-08-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1028
1029 * net/shr.el (shr-copy-url): Encode copied URL to avoid getting
1030 URLs containing spaces and the like.
1031
1032 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
1033
1034 * subr.el (remq): Fix docstring (Bug#18253).
1035
1036 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
1037
1038 * replace.el (query-replace): Fix typo in docstring (Bug#18320).
1039
1040 2014-08-24 Alan Mackenzie <acm@muc.de>
1041
1042 Handle C++11's "auto" and "decltype" constructions.
1043 * progmodes/cc-engine.el (c-forward-type): Enhance to recognise
1044 and return 'decltype.
1045 (c-forward-decl-or-cast-1): New let variables backup-kwd-sym,
1046 prev-kwd-sym, new-style-auto. Enhance to handle the new "auto"
1047 keyword.
1048 * progmodes/cc-fonts.el (c-font-lock-declarations): Handle the
1049 "decltype" keyword.
1050 (c-font-lock-c++-new): Handle "decltype" constructions.
1051 * progmodes/cc-langs.el (c-auto-ops, c-auto-ops-re):
1052 New c-lang-defconsts/defvars.
1053 (c-haskell-op, c-haskell-op-re): New c-lang-defconsts/defvars.
1054 (c-typeof-kwds, c-typeof-key): New c-lang-defconsts/defvars.
1055 (c-typeless-decl-kwds): Append "auto" onto the C++ value.
1056 (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value.
1057
1058 Make ">>" act as double template ender in C++ Mode.
1059 * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split
1060 off from c->-op-cont-re.
1061 (c->-op-cont-tokens): Change to use the above.
1062 (c->-op-without->-cont-regexp): New lang-const.
1063 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1064 Use c->-op-without->-cont-regexp in place of c->-op-cont-tokens.
1065
1066
1067 2014-08-23 Alan Mackenzie <acm@muc.de>
1068
1069 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix infinite
1070 loop, bug #18306. The bug was introduced on 2014-08-02.
1071
1072 2014-08-21 Eli Zaretskii <eliz@gnu.org>
1073
1074 * textmodes/texnfo-upd.el (texinfo-specific-section-type):
1075 Don't recognize a Top node if there are other sectioning commands
1076 earlier in the Texinfo file. This fixes a bug in
1077 texinfo-make-menu and avoids inflooping in
1078 texinfo-all-menus-update when they are invoked on texinfo.texi.
1079
1080 2014-08-21 Martin Rudalics <rudalics@gmx.at>
1081
1082 * window.el (window--side-window-p): New function.
1083 (split-window, window-splittable-p): Use window--side-window-p to
1084 determine whether WINDOW can be split (Bug#18304).
1085 * calendar/calendar.el (calendar-basic-setup): Fix one call of
1086 `window-splittable-p' and add another (Bug#18304).
1087
1088 2014-08-20 Sam Steingold <sds@gnu.org>
1089
1090 * progmodes/python.el (python-new-pythonpath): Extract from
1091 `python-shell-calculate-process-environment'.
1092
1093 2014-08-18 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1094
1095 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
1096 for &key args (bug#18048).
1097
1098 2014-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 * emacs-lisp/eldoc.el (eldoc-argument-case): Obsolete and change default.
1101 (eldoc-function-argstring-format): Remove.
1102 (eldoc-function-argstring): Always return upcase args.
1103 Use help-make-usage. Don't add parens.
1104 (eldoc-get-fnsym-args-string): Don't obey eldoc-argument-case since
1105 it's too late to do it right (bug#18048).
1106
1107 2014-08-18 Eli Zaretskii <eliz@gnu.org>
1108
1109 * scroll-bar.el (scroll-bar-horizontal-drag-1)
1110 (scroll-bar-toolkit-horizontal-scroll): When determining the
1111 paragraph direction, use the buffer of the window designated in
1112 the event.
1113
1114 2014-08-16 Andreas Schwab <schwab@linux-m68k.org>
1115
1116 * vc/diff-mode.el (diff-fixup-modifs): Handle empty line in
1117 context of unified diff.
1118
1119 2014-08-16 Paul Eggert <eggert@cs.ucla.edu>
1120
1121 Add dependencies to fix loaddefs race during parallel builds.
1122 Without this, for example, 'make -j bootstrap' can fail and report
1123 "Opening input file: no such file or directory,
1124 .../lisp/calendar/diary-loaddefs.el ... recipe for target
1125 'calendar/hol-loaddefs.el' failed", where the hol-loaddefs.el rule
1126 got confused because diary-loaddefs.el was being built in parallel.
1127 * Makefile.in ($(CAL_DIR)/diary-loaddefs.el):
1128 Depend on $(CAL_DIR)/cal-loaddefs.el.
1129 ($(CAL_DIR)/hol-loaddefs.el): Depend on $(CAL_DIR)/diary-loaddefs.el.
1130
1131 2014-08-16 Martin Rudalics <rudalics@gmx.at>
1132
1133 * scroll-bar.el (scroll-bar-horizontal-drag-1): Use cdr of
1134 portion-whole for scrolling right-to-left text.
1135
1136 2014-08-15 Leo Liu <sdl.web@gmail.com>
1137
1138 * speedbar.el (speedbar-generic-list-tag-p): Allow special
1139 elements from imenu.
1140
1141 2014-08-15 Glenn Morris <rgm@gnu.org>
1142
1143 * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
1144
1145 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
1146
1147 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1148 Add Guile regexpses.
1149
1150 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
1151
1152 * progmodes/gud.el (guiler): New function. Starts the Guile REPL;
1153 add Guile debugger support for GUD.
1154
1155 2014-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1156
1157 * obsolete/mouse-sel.el (mouse-sel-mode): Use add/remove-function.
1158 (mouse-sel--ignore): New function.
1159 (mouse-sel-has-been-enabled, mouse-sel-original-bindings)
1160 (mouse-sel-original-interprogram-cut-function)
1161 (mouse-sel-original-interprogram-paste-function): Remove.
1162
1163 2014-08-13 Eric S. Raymond <esr@thyrsus.com>
1164
1165 * vc/vc-git.el (vc-git-resolve-when-done): New function.
1166 Call "git add" when there are no longer conflict markers.
1167
1168 2014-08-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1169
1170 * vc/vc-git.el (vc-git-find-file-hook): New function.
1171 Adds support for calling smerge (and resolve) on a conflicted file.
1172 (vc-git-conflicted-files): New function.
1173 Useful in itself and a step towards better smerge support.
1174
1175 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1176
1177 * mpc.el (mpc-reorder): Don't bother splitting the "active" elements
1178 to the first part if they're the same as the selection.
1179
1180 2014-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1181
1182 * image-mode.el (image-transform-reset): New command and menu item.
1183 (image-mode-map): Rearrange the menu items to put presumably more
1184 obscure items at the end.
1185
1186 2014-08-12 Juri Linkov <juri@jurta.org>
1187
1188 * vc/vc-annotate.el (vc-annotate-background-mode):
1189 Use `with-demoted-errors' instead of `ignore-errors'. (Bug#18189)
1190
1191 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1192
1193 * files.el (out-of-memory-warning-percentage): Turn it off by default.
1194
1195 2014-08-11 Sam Steingold <sds@gnu.org>
1196
1197 * textmodes/sgml-mode.el (sgml-validate-command): Set depending on
1198 the presence of known validators (tidy, (o)nsgmls).
1199
1200 2014-08-11 Ulf Jasper <ulf.jasper@web.de>
1201
1202 Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227)
1203
1204 * net/newst-treeview.el (newsticker-treeview-date-format): New.
1205 (newsticker--treeview-list-add-item): Use `newsticker-treeview-date-format'.
1206
1207 2014-08-11 Glenn Morris <rgm@gnu.org>
1208
1209 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
1210 chose coding system for writing before backing up, since it causes
1211 a more serious problem than the one it solves. (Closes Bug#18141,
1212 reopens Bug#13522.)
1213
1214 2014-08-11 Martin Rudalics <rudalics@gmx.at>
1215
1216 * window.el (window-total-size): Make doc-string more self-contained.
1217
1218 * window.el (display-buffer-below-selected): Restore original
1219 behavior if buffer is already displayed in the window below the
1220 selected one (Bug#18181).
1221
1222 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
1225 event (bug#18212).
1226
1227 2014-08-11 Eli Zaretskii <eliz@gnu.org>
1228
1229 * info.el (info): Doc fix.
1230
1231 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
1232
1233 * info.el (Info-mode-map): Override a global down-mouse-2 binding
1234 (bug#18212).
1235
1236 2014-08-11 Eli Zaretskii <eliz@gnu.org>
1237
1238 * simple.el (default-line-height): A floating-point value of
1239 line-spacing means a fraction of the default frame font's height,
1240 not of the font currently used by the 'default' face.
1241 Truncate the pixel value, like the display engine does.
1242 (window-screen-lines): Use window-inside-pixel-edges for
1243 determining the window height in pixels. (Bug#18195)
1244
1245 2014-08-11 Grégoire Jadi <daimrod@gmail.com>
1246
1247 * leim/quail/latin-post.el: Transform " __" into " _". (Bug#18023)
1248
1249 2014-08-10 Ulf Jasper <ulf.jasper@web.de>
1250
1251 Enumerate evaluated sexp diary entries (Bug#7911).
1252 * calendar/icalendar.el (icalendar-export-sexp-enumerate-all)
1253 (icalendar-export-sexp-enumeration-days): New.
1254 (icalendar-export-region): Now `icalendar--convert-to-ical'
1255 returns a cons cell or a list of cons cells.
1256 (icalendar--convert-to-ical): Take care of
1257 `icalendar-export-sexp-enumerate-all'. Return (a list of) cons cells.
1258 (icalendar--convert-ordinary-to-ical)
1259 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
1260 (icalendar--convert-block-to-ical, icalendar--convert-block-to-ical)
1261 (icalendar--convert-float-to-ical, icalendar--convert-cyclic-to-ical)
1262 (icalendar--convert-anniversary-to-ical): Return cons cell.
1263 (icalendar--convert-sexp-to-ical): Enumerate evaluated sexp
1264 entries. Return (list of) cons cells.
1265
1266 2014-08-09 Juri Linkov <juri@jurta.org>
1267
1268 * vc/vc-annotate.el (vc-annotate-background-mode): Add :set
1269 to reevaluate `vc-annotate-color-map'. (Bug#18189)
1270
1271 2014-08-09 Alan Mackenzie <acm@muc.de>
1272
1273 * progmodes/cc-fonts.el (c-font-lock-declarators): Remove check
1274 for top-level that can cause unacceptable slow-down in scrolling.
1275 See email Subject: Huge {...} blocks in C/C++ again, from Dmitry
1276 Antipov from 2013-10-14 in emacs-devel.
1277
1278 2014-08-08 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1279
1280 * ibuffer.el (ibuffer-mode-map): Use toggle button for
1281 `ibuffer-auto-mode' menu entry.
1282 (ibuffer-mode-hook): Add `ibuffer-auto-mode' customization option.
1283
1284 2014-08-08 Matthias Meulien <orontee@gmail.com>
1285
1286 * progmodes/prog-mode.el (prog-mode-hook): Make customizable.
1287 (Bug#16394)
1288
1289 2014-08-07 Martin Rudalics <rudalics@gmx.at>
1290
1291 * window.el (window--min-size-1): Explicitly set WINDOW arg in
1292 calls of window-min-pixel-height and window-min-pixel-width.
1293
1294 2014-08-07 Reuben Thomas <rrt@sc3d.org>
1295
1296 * progmodes/ada-mode.el:
1297 * net/tramp.el (tramp-handle-file-symlink-p):
1298 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
1299 about VMS, which we no longer support.
1300 * progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS,
1301 and fix a FIXME, using convert-standard-filename in place of
1302 removed ada-convert-file-name.
1303
1304 2014-08-07 Eli Zaretskii <eliz@gnu.org>
1305
1306 * files.el (auto-mode-alist): Remove support for VMS from a pattern.
1307
1308 2014-08-07 Reuben Thomas <rrt@sc3d.org>
1309
1310 Refer to MS-DOS using the same name everywhere.
1311 * arc-mode.el, files.el, frame.el: ``MS-DOG'', ``MSDOG'' and
1312 ``msdog'' become ``MS-DOS''.
1313
1314 2014-08-07 Michael Albinus <michael.albinus@gmx.de>
1315
1316 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1317 Use cached "remote-copy-args" value, if available. (Bug#18199)
1318
1319 2014-08-07 Leo Liu <sdl.web@gmail.com>
1320
1321 * help.el (temp-buffer-setup-hook,temp-buffer-show-hook):
1322 Revert change on 2014-03-22.
1323
1324 2014-08-06 Ulf Jasper <ulf.jasper@web.de>
1325
1326 * calendar/icalendar.el (icalendar--diarytime-to-isotime)
1327 (icalendar--convert-ordinary-to-ical): Allow for missing minutes
1328 (Bug#13750).
1329
1330
1331 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1332
1333 * image-mode.el (image-toggle-display-image): Always rescale images
1334 to not be bigger than the current window.
1335
1336 2014-08-05 Eric Brown <brown@fastmail.fm> (tiny change)
1337
1338 * net/eww.el (eww-bookmarks-directory): New variable.
1339 (eww-write-bookmarks): Use it.
1340 (eww-read-bookmarks): Ditto.
1341
1342 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1343
1344 * net/shr.el (shr-copy-url): Also copy the image URL.
1345
1346 2014-08-05 Michael Albinus <michael.albinus@gmx.de>
1347
1348 * net/tramp-cache.el (tramp-flush-file-function): Suppress function
1349 also for Tramp working buffers.
1350
1351 2014-08-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
1352
1353 * progmodes/python.el: Fix completions inside (i)pdb.
1354 (python-shell-completion-pdb-string-code): Make obsolete.
1355 (python-shell-completion-get-completions):
1356 Use python-shell-completion-string-code resending setup code
1357 continuously for (i)pdb.
1358
1359 2014-08-04 Paul Eggert <eggert@cs.ucla.edu>
1360
1361 * rect.el (rectangle--default-line-number-format): Rename
1362 from misspelled rectange--default-line-number-format (Bug#18045).
1363 All uses changed.
1364
1365 2014-08-03 Paul Eggert <eggert@cs.ucla.edu>
1366
1367 Don't mishandle year-9999 dates (Bug#18176).
1368 * calendar/parse-time.el (parse-time-rules):
1369 Allow years up to most-positive-fixnum.
1370 * calendar/time-date.el (date-to-time):
1371 Pass "Specified time is not representable" errors through.
1372
1373 2014-08-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
1374
1375 * progmodes/python.el: Completion code cleanups.
1376 (python-shell-completion-get-completions): Detect and send import
1377 statements directly to completion function.
1378 (python-shell-completion-at-point): Simplify prompt calculation
1379 and import vs input completion logic.
1380
1381 2014-08-02 Alan Mackenzie <acm@muc.de>
1382
1383 Fix confusion in C++ file caused by comma in "= {1,2},".
1384 Bug #17756.
1385 * progmodes/cc-engine.el (c-beginning-of-statement-1): In checking
1386 for a statement boundary marked by "}", check there's no "="
1387 before the "{".
1388 (c-guess-basic-syntax CASE 9B): Call c-beginning-of-statement with
1389 non-nil `comma-delim' argument.
1390 * progmodes/cc-fonts.el (c-font-lock-declarators): Parse an
1391 initializer expression more accurately.
1392
1393 Correct loop termination condition in c-syntactic-skip-backward.
1394 * progmodes/cc-engine.el (c-syntactic-skip-backward): Correct for
1395 the situation where, after moving back out of a literal,
1396 skip-chars-backward doesn't move further, yet checks have still to
1397 be done.
1398
1399 2014-08-01 Eli Zaretskii <eliz@gnu.org>
1400
1401 * tutorial.el (tutorial--display-changes): Accept punctuation
1402 characters before the key binding. (Bug#18146)
1403
1404 2014-07-31 Fabián Ezequiel Gallina <fgallina@gnu.org>
1405
1406 * progmodes/python.el: Shell output capture enhancements.
1407 (python-shell-accept-process-output): New function.
1408 (inferior-python-mode)
1409 (python-shell-send-setup-code): Use it.
1410
1411 2014-07-30 Christophe Deleuze <christophe.deleuze@free.fr> (tiny change)
1412
1413 * calendar/icalendar.el (icalendar--decode-isodatetime):
1414 Use actual current-time-zone when converting to local time. (Bug#15408)
1415
1416 2014-07-29 Martin Rudalics <rudalics@gmx.at>
1417
1418 * window.el (window--state-put-2): Handle horizontal scroll
1419 bars, if present.
1420
1421 2014-07-29 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1422
1423 * menu-bar.el (menu-bar-update-buffers): Update item list format
1424 in `buffers-menu' to confirm with changes to `get_keyelt'
1425 (r117463). (Bug#18016)
1426
1427 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
1428
1429 * progmodes/python.el (inferior-python-mode): Make input prompts
1430 read-only.
1431
1432 2014-07-28 Emilio C. Lopes <eclig@gmx.net>
1433
1434 * net/tramp-sh.el (tramp-get-remote-python): Also search for
1435 executables named "python2" or "python3".
1436 (tramp-get-remote-uid-with-python): Use parentheses around
1437 arguments to `print' to make it compatible with Python 3.
1438 (tramp-get-remote-gid-with-python): Ditto. (Bug#18118)
1439
1440 2014-07-28 Eli Zaretskii <eliz@gnu.org>
1441
1442 * window.el (window--pixel-to-total): Use FRAME's root window, not
1443 that of the selected frame. (Bug#18112, Bug#16674)
1444
1445 2014-07-28 Andreas Schwab <schwab@linux-m68k.org>
1446
1447 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
1448 (Bug#18117)
1449
1450 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
1451
1452 * progmodes/python.el (inferior-python-mode): Doc fix.
1453
1454 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
1455
1456 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
1457 not a character, ignore it instead of raising an error.
1458
1459 * calendar/todo-mode.el: Fix handling of marked items and make
1460 minor code improvements.
1461 (todo-edit-item): If there are marked items, ensure user can only
1462 invoke editing commands that work with marked items.
1463 (todo-edit-item--text): When there are marked items, make it a
1464 noop if invoked with point not on an item; otherwise, ensure it
1465 applies only to item at point.
1466 (todo-item-undone): If there are marked not-done items, return
1467 point to its original position before signaling user error.
1468 (todo--user-error-if-marked-done-item): New function.
1469 (todo-edit-item--header, todo-edit-item--diary-inclusion)
1470 (todo-item-done): Use it.
1471
1472 2014-07-28 Glenn Morris <rgm@gnu.org>
1473
1474 * files.el (toggle-read-only): Re-add basic doc-string.
1475 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
1476
1477 * progmodes/prolog.el (prolog-mode-keybindings-edit):
1478 Replace missing `switch-to-prolog' with `run-prolog'.
1479 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
1480
1481 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
1482
1483 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
1484 of file-wide setting when changing category-wide setting.
1485
1486 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
1487
1488 * doc-view.el (doc-view-open-text): Don't require that the
1489 document is saved in a file (e.g., email attachment).
1490
1491 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
1492
1493 Parse completion input in a iPython friendly way. (Bug#18084)
1494 * progmodes/python.el
1495 (python-shell-completion-at-point): Rename from
1496 python-shell-completion-complete-at-point.
1497 (inferior-python-mode): Use it.
1498 (python-completion-at-point): Rename from
1499 python-completion-complete-at-point. Parse input up to first
1500 backward occurrence of whitespace, open-paren, close-paren or
1501 string delimiter.
1502 (python-mode): Use it.
1503
1504 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
1505
1506 Prevent Python process shell buffer to pop twice.
1507 * progmodes/python.el (python-shell-switch-to-shell): Do not call
1508 pop-to-buffer.
1509
1510 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
1511
1512 * progmodes/python.el
1513 (python-shell-with-shell-buffer): New macro.
1514 (python-shell-font-lock-get-or-create-buffer)
1515 (python-shell-font-lock-kill-buffer)
1516 (python-shell-font-lock-with-font-lock-buffer)
1517 (python-shell-font-lock-cleanup-buffer)
1518 (python-shell-font-lock-toggle): Use it.
1519 (python-shell-font-lock-turn-on)
1520 (python-shell-font-lock-turn-off): Use it. Make command.
1521
1522 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
1523
1524 Grab all Python process output before inferior-python-mode hooks.
1525 * progmodes/python.el (inferior-python-mode):
1526 Call accept-process-output and sit-for to ensure all output for process
1527 has been received before running hooks.
1528 (python-shell-internal-get-or-create-process):
1529 Cleanup accept-process-output and sit-for calls.
1530
1531 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
1532
1533 More robust shell startup and code setup.
1534 * progmodes/python.el (python-shell-make-comint):
1535 Remove accept-process-output call.
1536 (python-shell-get-buffer): Return current buffer if major-mode is
1537 inferior-python-mode.
1538 (python-shell-get-or-create-process): Use it.
1539 (python-shell-send-setup-code): Send all setup code in one string,
1540 output success message and accept-process-output.
1541
1542 2014-07-27 Eli Zaretskii <eliz@gnu.org>
1543
1544 * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll):
1545 Add rudimentary support for bidirectional text.
1546
1547 2014-07-27 Martin Rudalics <rudalics@gmx.at>
1548
1549 * frame.el (frame-notice-user-settings): Rewrite using
1550 frame-initial-frame-tool-bar-height.
1551 * menu-bar.el (menu-bar-horizontal-scroll-bar)
1552 (menu-bar-no-horizontal-scroll-bar): New functions.
1553 (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
1554 scroll bars.
1555 * scroll-bar.el (scroll-bar-lines)
1556 (set-horizontal-scroll-bar-mode)
1557 (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
1558 (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
1559 (scroll-bar-toolkit-horizontal-scroll): New functions.
1560 (horizontal-scroll-bar-mode)
1561 (previous-horizontal-scroll-bar-mode)
1562 (horizontal-scroll-bar-mode-explicit): New variables.
1563 (horizontal-scroll-bar-mode): New option.
1564 (toggle-horizontal-scroll-bar): Do something.
1565 (top-level): Bind horizontal-scroll-bar mouse-1.
1566 * startup.el (tool-bar-originally-present): Remove variable.
1567 (command-line): Don't set tool-bar-originally-present.
1568 * window.el (window-min-height): Update doc-string.
1569 (window--dump-frame): Dump horizontal scroll bar values.
1570 (window--min-size-1): Handle minibuffer window separately.
1571 Count in margins and horizontal scroll bar. Return safe value
1572 iff IGNORE equals 'safe.
1573 (frame-windows-min-size): New function (used by frame resizing
1574 routines).
1575 (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
1576 scroll bars.
1577 (window--sanitize-window-sizes): New function.
1578 (window-split-min-size): Remove.
1579 (split-window): Count divider-width. Don't use
1580 `window-split-min-size' any more. Reword error messages.
1581 Sanitize windows sizes after splitting.
1582
1583 2014-07-27 Thien-Thi Nguyen <ttn@gnu.org>
1584
1585 Use `defvar-local' more.
1586 * progmodes/hideshow.el
1587 (hs-c-start-regexp, hs-block-start-regexp)
1588 (hs-block-start-mdata-select, hs-block-end-regexp)
1589 (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
1590 remove corresponding `make-variable-buffer-local' top-level calls.
1591
1592 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
1593
1594 Cleanup error signals. (Bug#18067)
1595 * progmodes/python.el
1596 (python-indent-shift-left): Use user-error instead.
1597 (python-shell-prompt-detect): Use lwarn with python group.
1598 (python-completion-complete-at-point)
1599 (python-eldoc--get-doc-at-point): Don't signal error.
1600
1601 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
1602
1603 Support for packages in Python shell. (Bug#13570)
1604 * progmodes/python.el (python-shell--package-depth): New var.
1605 (python-shell-package-enable): New command.
1606 (python-util-list-directories, python-util-list-files)
1607 (python-util-list-packages): New functions.
1608
1609 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
1610
1611 Faster comint output. (Bug#16875)
1612 * progmodes/python.el:
1613 (python-comint-output-filter-function): Make obsolete.
1614 (python-comint-postoutput-scroll-to-bottom): New function.
1615 (inferior-python-mode): Set comint-output-filter-functions to a
1616 minimum.
1617
1618 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
1619
1620 * progmodes/python.el (python-shell-font-lock-post-command-hook):
1621 Safeguard current point and undo history.
1622
1623 2014-07-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
1624
1625 Robust shell syntax highlighting. (Bug#18084, Bug#16875)
1626 * progmodes/python.el:
1627 (python-shell-prompt-input-regexps): Add iPython block prompt.
1628 (python-shell-output-syntax-table): Delete var.
1629 (python-shell-font-lock-with-font-lock-buffer): New macro.
1630 (python-shell-font-lock-get-or-create-buffer)
1631 (python-shell-font-lock-kill-buffer)
1632 (python-shell-font-lock-cleanup-buffer)
1633 (python-shell-font-lock-post-command-hook)
1634 (python-shell-font-lock-turn-off): New functions.
1635 (python-shell-font-lock-turn-on): New function.
1636 (inferior-python-mode): Use it.
1637 (python-shell-font-lock-toggle): New command.
1638 (python-shell-font-lock-enable): Rename from
1639 python-shell-enable-font-lock.
1640 (run-python-internal): Use it.
1641 (python-shell-font-lock-comint-output-filter-function): New function.
1642 (python-shell-comint-end-of-output-p): New function.
1643 (python-shell-output-filter): Use it.
1644 (python-util-comint-last-prompt): New function.
1645 (python-util-text-properties-replace-name): New function.
1646
1647 2014-07-25 Glenn Morris <rgm@gnu.org>
1648
1649 * vc/ediff-init.el (ediff-toggle-read-only-function):
1650 * vc/ediff-util.el (ediff-toggle-read-only):
1651 Replace obsolete toggle-read-only with read-only-mode.
1652
1653 2014-07-24 Michael Albinus <michael.albinus@gmx.de>
1654
1655 * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
1656 with `save-match-data'. (Bug#18095)
1657
1658 2014-07-21 Vincent Belaïche <vincentb1@users.sourceforge.net>
1659
1660 * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
1661 order to ensure that row and col are lexically bound inside the
1662 evaluated sexp.
1663
1664 2014-07-21 Glenn Morris <rgm@gnu.org>
1665
1666 * progmodes/hideif.el (hide-ifdef-mode-submap):
1667 Also substitute read-only-mode.
1668 * bindings.el (mode-line-toggle-read-only):
1669 * bs.el (bs-toggle-readonly):
1670 * buff-menu.el (Buffer-menu-toggle-read-only):
1671 * dired.el (dired-toggle-read-only):
1672 * files.el (view-read-only, find-file-read-only)
1673 (find-file-read-only-other-window)
1674 (find-file-read-only-other-frame):
1675 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
1676 Doc fixes re toggle-read-only.
1677
1678 2014-07-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
1679
1680 * progmodes/python.el: Add comment about pipe buffering and
1681 solutions for missing/delayed output in inferior Python shells.
1682 (Bug#17304)
1683
1684 * progmodes/python.el (python-mode): Don't set
1685 mode-require-final-newline. (Bug#17990)
1686
1687 Make python.el work with IPython automatically. (Bug#15510)
1688 * progmodes/python.el:
1689 (python-shell-completion-setup-code): New value supporting iPython.
1690 (python-shell-completion-string-code): New value supporting iPython.
1691 (python-shell-completion-get-completions): Use them.
1692 (python-shell-completion-module-string-code): Make obsolete.
1693 (python-shell-prompt-input-regexps)
1694 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
1695 (python-shell-output-filter): Fix comment typo.
1696
1697 Fix Python shell prompts detection for remote hosts.
1698 * progmodes/python.el (python-shell-prompt-detect):
1699 Replace call-process with process-file and make it more robust.
1700
1701 Autodetect Python shell prompts. (Bug#17370)
1702 * progmodes/python.el:
1703 (python-shell-interpreter-interactive-arg)
1704 (python-shell-prompt-detect-enabled)
1705 (python-shell-prompt-detect-failure-warning)
1706 (python-shell-prompt-input-regexps)
1707 (python-shell-prompt-output-regexps): New vars.
1708 (python-shell-prompt-calculated-input-regexp)
1709 (python-shell-prompt-calculated-output-regexp): New vars.
1710 (python-shell-get-process-name)
1711 (python-shell-internal-get-process-name)
1712 (python-shell-output-filter)
1713 (python-shell-completion-get-completions): Use them.
1714 (python-shell-prompt-detect)
1715 (python-shell-prompt-validate-regexps): New functions.
1716 (python-shell-prompt-set-calculated-regexps): New function.
1717 (inferior-python-mode): Use it. Also honor overriden
1718 python-shell-interpreter and python-shell-interpreter-args.
1719 (python-shell-make-comint): Honor overriden
1720 python-shell-interpreter and python-shell-interpreter-args.
1721 (python-shell-get-or-create-process): Make it testable by allowing
1722 to call run-python non-interactively.
1723 (python-util-valid-regexp-p): New function.
1724 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
1725 (python-shell-prompt-output-regexp)
1726 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
1727
1728 2014-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
1729
1730 * emacs-lisp/smie.el (smie-config--guess-1): Split from
1731 smie-config--guess.
1732 (smie-config--guess): Use it.
1733
1734 * emacs-lisp/edebug.el: Use nadvice.
1735 (edebug-original-read): Remove.
1736 (edebug--read): Rename from edebug-read and add `orig' arg.
1737 (edebug-uninstall-read-eval-functions)
1738 (edebug-install-read-eval-functions): Use nadvice.
1739 (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
1740 (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
1741 (edebug-read-string, edebug-read-function): Use just `read'.
1742 (edebug-original-debug-on-entry): Remove.
1743 (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
1744 `orig' arg.
1745 (debug-on-entry): Override with nadvice.
1746
1747 * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
1748 it also makes sense to bind it to a non-mouse event.
1749
1750 * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
1751
1752 2014-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1753
1754 * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
1755 (bug#18015).
1756
1757 * rect.el (rectangle--string-preview): Don't assume there
1758 a non-nil default (bug#17984).
1759
1760 2014-07-16 Glenn Morris <rgm@gnu.org>
1761
1762 * desktop.el (after-init-hook): Disable startup frame restoration
1763 in non-graphical situations. (Bug#17693)
1764
1765 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
1766 if it was "empty", or used for a different set of files. (Bug#17884)
1767
1768 2014-07-16 Eli Zaretskii <eliz@gnu.org>
1769
1770 * bindings.el (mode-line-remote): If default-directory is not a
1771 string, don't call file-remote-p on it; instead state in the
1772 help-echo that it is nil. (Bug#17986)
1773
1774 2014-07-14 Daniel Colascione <dancol@dancol.org>
1775
1776 * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
1777 to `macroexpand-all'
1778
1779 * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
1780 Use `macroexpand-all' instead of `cl-macroexpand-all'.
1781
1782 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
1783
1784 Fix bug: C-x v v discarded existing log message (Bug#17884).
1785 * vc/vc-dispatcher.el (vc-log-edit):
1786 Don't clobber an already-existing log message.
1787
1788 2014-07-12 Glenn Morris <rgm@gnu.org>
1789
1790 * vc/log-edit.el (log-edit-changelog-entries):
1791 Check for a visited-but-never-saved ChangeLog.
1792
1793 2014-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
1794
1795 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
1796 a non-existing file (bug#17970).
1797
1798 * faces.el (face-name): Undo last change.
1799 (x-resolve-font-name): Don't call face-name (bug#17956).
1800
1801 2014-07-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1802
1803 Fix dedenters and electric colon handling. (Bug#15163)
1804 * progmodes/python.el
1805 (python-rx-constituents): Add dedenter and block-ender.
1806 (python-indent-dedenters, python-indent-block-enders): Delete.
1807 (python-indent-context): Return new case for dedenter-statement.
1808 (python-indent-calculate-indentation): Handle new case.
1809 (python-indent-calculate-levels): Fix levels calculation for
1810 dedenter statements.
1811 (python-indent-post-self-insert-function): Fix colon handling.
1812 (python-info-dedenter-opening-block-message): New function.
1813 (python-indent-line): Use it.
1814 (python-info-closing-block)
1815 (python-info-closing-block-message): Remove.
1816 (python-info-dedenter-opening-block-position)
1817 (python-info-dedenter-opening-block-positions)
1818 (python-info-dedenter-statement-p): New functions.
1819
1820 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
1821
1822 * files.el (out-of-memory-warning-percentage): New defcustom.
1823 (warn-maybe-out-of-memory): Use it.
1824
1825 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
1826
1827 * subr.el (read-passwd): Use `read-hide-char' if non-nil. Bind it
1828 when calling `read-string'. (Bug#17839)
1829
1830 2014-07-10 Eli Zaretskii <eliz@gnu.org>
1831
1832 * files.el (warn-maybe-out-of-memory): Fix the wording of the
1833 warning.
1834
1835 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru>
1836
1837 * files.el (warn-maybe-out-of-memory): New function.
1838 (find-file-noselect): Use it.
1839
1840 2014-07-09 Sam Steingold <sds@gnu.org>
1841
1842 * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
1843 `constant' like `bless', `return' &c
1844
1845 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1846
1847 * rect.el (apply-on-rectangle): Check forward-line really moved to the
1848 next line.
1849
1850 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1851
1852 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
1853 the middle of a line (bug#17896).
1854
1855 2014-07-09 Juri Linkov <juri@jurta.org>
1856
1857 * startup.el (command-line): Append displaying the warning about
1858 the errors in the init file to the end of `after-init-hook'.
1859 (Bug#17927)
1860
1861 * faces.el (face-name): Return input arg `face' as-is
1862 when it's not a symbol.
1863 (x-resolve-font-name): Don't check if the face is a symbol.
1864 (Bug#17956)
1865
1866 * facemenu.el (list-colors-print): In help-echo format use %.2f
1867 instead of %d because now HSV values are floating-point components
1868 between 0.0 and 1.0.
1869
1870 2014-07-09 Glenn Morris <rgm@gnu.org>
1871
1872 * emulation/cua-rect.el (cua--activate-rectangle):
1873 Avoid setting cua--rectangle to nil. (Bug#17877)
1874
1875 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
1876
1877 * calendar/todo-mode.el: Fix wrong-type-argument error when
1878 marking multiple consecutive items.
1879 (todo-toggle-mark-item): Don't try to mark the empty lines at the
1880 end of the todo and done items sections. Note in doc string that
1881 items marked by passing a numeric prefix argument can include the
1882 last todo and first done items.
1883 (todo-mark-category): Don't try to mark the empty line between the
1884 todo and done items sections.
1885
1886 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1887
1888 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
1889 proper Lisp quoting (bug#17934).
1890
1891 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
1892 require-final-newline since prog-mode already took care of it (bug#17947).
1893
1894 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
1895
1896 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
1897 refer to the Todo mode Info manual. Update the comment on
1898 requiring cl-lib.
1899 (todo-find-filtered-items-file): Add todo-prefix overlays.
1900 (todo-filter-items): Reorder a let-bound variable to avoid a
1901 wrong-type-argument error on canceling the file choice dialog.
1902
1903 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1904
1905 * progmodes/octave.el (inferior-octave-mode):
1906 Set comint-input-ring-size to a number (bug#17912).
1907
1908 2014-07-09 Juri Linkov <juri@jurta.org>
1909
1910 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
1911 and `isearch-mode' associated with nil. (Bug#17849)
1912
1913 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
1914
1915 * linum.el (linum--face-height): New function (bug#17813).
1916 (linum-update-window): Use it to adjust margin to linum's width.
1917
1918 * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
1919 * eshell/em-smart.el (eshell-smart-scroll-window):
1920 Use with-selected-window.
1921
1922 * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
1923 Remove also pointless window&mark manipulation.
1924
1925 * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
1926 (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
1927 (perl-continuation-line-p): Don't skip over anything else than labels.
1928 Return the previous char.
1929 (perl-calculate-indent): Use syntax-ppss instead of parse-start
1930 and update callers accordingly. For continuation lines, check the
1931 the case of array hashes.
1932 (perl-backward-to-noncomment): Make it non-interactive.
1933 (perl-backward-to-start-of-continued-exp): Rewrite.
1934
1935 2014-07-08 Sam Steingold <sds@gnu.org>
1936
1937 * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
1938 New user commands.
1939
1940 2014-07-08 Juri Linkov <juri@jurta.org>
1941
1942 * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
1943 (vc-annotate-color-map): Use less saturated colors (20%) for
1944 background-mode.
1945 (vc-annotate-very-old-color): Add default value for background-mode.
1946 (vc-annotate-background): Set default value to nil since now text on
1947 the default backgrounds should be legible in light and dark modes.
1948 (vc-annotate-lines): Use `vc-annotate-background-mode'. Doc fix.
1949 (Bug#17808)
1950
1951 2014-07-08 Juri Linkov <juri@jurta.org>
1952
1953 * simple.el (transpose-chars): Don't move point into read-only area.
1954 (Bug#17829)
1955
1956 2014-07-08 Juri Linkov <juri@jurta.org>
1957
1958 * window.el (with-displayed-buffer-window): New macro.
1959 (with-temp-buffer-window, with-current-buffer-window):
1960 Use `macroexp-let2' to evaluate and bind variables
1961 in the same order as macro arguments.
1962 (display-buffer--action-function-custom-type):
1963 Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
1964
1965 * minibuffer.el (minibuffer-completion-help): Replace
1966 `with-output-to-temp-buffer' with `with-displayed-buffer-window'
1967 with actions that display *Completions* at-bottom when called
1968 from the minibuffer, or below-selected in a normal buffer.
1969 Associate `window-height' with `fit-window-to-buffer'.
1970 Let-bind `pop-up-windows' to nil.
1971
1972 * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
1973 instead of `with-current-buffer-window'. (Bug#17809)
1974
1975 2014-07-07 Luke Lee <luke.yx.lee@gmail.com>
1976
1977 * progmodes/hideif.el (hide-ifdef-env): Change to global.
1978 (hide-ifdef-env-backup): New variable.
1979 (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
1980 New customizable variables.
1981 (hif-clear-all-ifdef-defined): New defun.
1982 (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
1983 (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
1984 (hif-tokenize): Fix for MS-DOS/Win EOL style.
1985 (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
1986 Fix bug to hide the correct #elif region(s).
1987 (hif-range-elif): New defun.
1988 (hif-recurse-level): New var.
1989 (hif-evaluate-region, hif-evaluate-macro): New defun.
1990 (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
1991 fully hidden.
1992 (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
1993 Better interaction.
1994
1995 2014-07-04 Michael Albinus <michael.albinus@gmx.de>
1996
1997 * net/dbus.el (dbus-peer-handler): New defun.
1998 (dbus-register-service): Register it. (Bug#17858)
1999 (dbus-managed-objects-handler): Fix docstring.
2000
2001 2014-07-04 Phil Sainty <psainty@orcon.net.nz>
2002
2003 * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
2004 (narrow-to-defun): New arg include-comments, defaulting to it
2005 (bug#16328).
2006
2007 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
2008
2009 * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
2010 different calling convention to rectangle--unhighlight-for-redisplay.
2011
2012 2014-07-03 Michael Albinus <michael.albinus@gmx.de>
2013
2014 * net/tramp.el (tramp-call-process): Handle error strings.
2015
2016 * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
2017
2018 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
2019 (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
2020
2021 * net/trampver.el: Update release number.
2022
2023 2014-07-03 Juri Linkov <juri@jurta.org>
2024
2025 * desktop.el (desktop-save): Rename arg `auto-save' to
2026 `only-if-changed'. Doc fix. (Bug#17873)
2027
2028 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
2029
2030 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
2031 Use insert-for-yank (bug#17271).
2032
2033 2014-07-03 Leo Liu <sdl.web@gmail.com>
2034
2035 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
2036 Support lexical-binding.
2037
2038 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
2039
2040 * vc/log-edit.el (log-edit-goto-eoh): New function.
2041 (log-edit--match-first-line): Use it (bug#17861).
2042
2043 2014-07-03 Glenn Morris <rgm@gnu.org>
2044
2045 * vc/log-edit.el (log-edit-hook): Add missing :version.
2046
2047 2014-07-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
2048
2049 * progmodes/python.el (python-indent-post-self-insert-function):
2050 Enhancements to electric indentation behavior inside
2051 parens. (Bug#17658)
2052
2053 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
2054
2055 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
2056 buffer-invisibility-spec (bug#17867).
2057
2058 2014-07-03 Andreas Schwab <schwab@linux-m68k.org>
2059
2060 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
2061 pass "-a".
2062
2063 2014-07-03 Glenn Morris <rgm@gnu.org>
2064
2065 * cus-edit.el (help):
2066 * finder.el (finder-known-keywords):
2067 * help.el (help-for-help-internal):
2068 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
2069 (ediff-redraw-registry-buffer):
2070 * vc/ediff-ptch.el (ediff-patch-file-internal):
2071 Doc fixes re "online" help. (Bug#17803)
2072
2073 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
2074 (idlwave-mode): Doc URL update.
2075
2076 2014-07-01 Juri Linkov <juri@jurta.org>
2077
2078 * man.el: Display man pages immediately and use process-filter
2079 to format them asynchronously.
2080 (Man-width): Doc fix.
2081 (man): Doc fix.
2082 (Man-start-calling): Use `with-selected-window' to get
2083 `frame-width' and `window-width'.
2084 (Man-getpage-in-background): Call `Man-notify-when-ready'
2085 immediately after creating a new buffer. Call `Man-mode' and set
2086 `mode-line-process' in the created buffer. Set process-filter to
2087 `Man-bgproc-filter' in start-process branch. In call-process branch
2088 call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
2089 Use `Man-start-calling' inside `with-current-buffer'.
2090 (Man-fontify-manpage): Don't print messages. Fix boundary condition.
2091 (Man-cleanup-manpage): Don't print messages.
2092 (Man-bgproc-filter): New function.
2093 (Man-bgproc-sentinel): Add `save-excursion' to keep point when
2094 user moved it during asynchronous formatting. Move calls of
2095 `Man-fontify-manpage' and `Man-cleanup-manpage' to
2096 `Man-bgproc-filter'. Move the call of `Man-mode' to
2097 `Man-getpage-in-background'. Use `quit-restore-window'
2098 instead of `kill-buffer'. Use `message' instead of `error'
2099 because errors are caught by process sentinel.
2100 (Man-mode): Move calls of `Man-build-page-list',
2101 `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
2102 `Man-bgproc-sentinel'. Doc fix. (Bug#2588, bug#5054, bug#9084, bug#17831)
2103
2104 * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
2105 for the message about the man page cleaned up.
2106
2107 2014-07-01 Mario Lang <mlang@delysid.org>
2108
2109 * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
2110 cosutomization option `gnutls-verify-error'.
2111
2112 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
2113
2114 * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
2115 Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
2116
2117 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
2118 (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
2119 is suspended (bug#17857).
2120
2121 2014-07-01 Michael Albinus <michael.albinus@gmx.de>
2122
2123 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2124 Prefer utf-8 coding. (Bug#17859)
2125
2126 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
2127
2128 * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
2129 for `reverse'.
2130
2131 2014-06-30 Glenn Morris <rgm@gnu.org>
2132
2133 * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
2134 (autoload-ensure-default-file): Maybe make existing output writable.
2135 * Makefile.in (AUTOGEN_VCS): Remove.
2136 (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
2137
2138 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
2139
2140 * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
2141
2142 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
2143
2144 New if-let, when-let, thread-first and thread-last macros.
2145
2146 * emacs-lisp/subr-x.el
2147 (internal--listify, internal--check-binding)
2148 (internal--build-binding-value-form, internal--build-binding)
2149 (internal--build-bindings): New functions.
2150 (internal--thread-argument, thread-first, thread-last)
2151 (if-let, when-let): New macros.
2152
2153 2014-06-30 Grégoire Jadi <daimrod@gmail.com>
2154
2155 * net/rcirc.el (rcirc-buffer-process): Restore previous
2156 behaviour. (Bug#17772)
2157
2158 2014-06-29 Alan Mackenzie <acm@muc.de>
2159
2160 Don't call c-parse-state when c++-template-syntax-table is active.
2161 * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
2162 (c-guess-basic-syntax CASE 5D.3): Rearrange so that
2163 c-syntactic-skip-backwards isn't called with the pertinent syntax table.
2164
2165 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
2166
2167 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
2168 account for file-wide setting of todo-top-priorities-overrides.
2169 Make code a bit cleaner.
2170
2171 2014-06-28 Glenn Morris <rgm@gnu.org>
2172
2173 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
2174
2175 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
2176
2177 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
2178 category-wide setting of todo-top-priorities-overrides, check for
2179 a file-wide setting and fontify accordingly.
2180
2181 2014-06-28 Glenn Morris <rgm@gnu.org>
2182
2183 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
2184
2185 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
2186
2187 * progmodes/hideif.el: Use lexical-binding. Fix up cl-lib usage.
2188
2189 2014-06-28 K. Handa <handa@gnu.org>
2190
2191 Fix Bug#17739.
2192
2193 * composite.el: Setup composition-function-table for dotted circle.
2194 (compose-gstring-for-dotted-circle): New function.
2195
2196 * international/characters.el: Add category "^" to all
2197 non-spacing characters.
2198
2199 2014-06-28 Glenn Morris <rgm@gnu.org>
2200
2201 * Makefile.in (doit): Remove force rule.
2202 (custom-deps, finder-data, autoloads, update-subdirs)
2203 (compile-one-process): PHONY targets do not need force rules.
2204
2205 * Makefile.in (compile-main, compile, compile-always):
2206 No need to explicitly pass variables to ourself in recursive calls.
2207
2208 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
2209
2210 * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
2211
2212 2014-06-26 Glenn Morris <rgm@gnu.org>
2213
2214 * Makefile.in (update-authors): Update for moved authors.el.
2215
2216 2014-06-26 Leo Liu <sdl.web@gmail.com>
2217
2218 * skeleton.el (skeleton-end-hook): Default to nil and move the
2219 work to skeleton-insert. (Bug#17850)
2220
2221 2014-06-26 Dmitry Antipov <dmantipov@yandex.ru>
2222
2223 * calc/calc-alg.el (math-beforep):
2224 * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
2225 Simplify because string-lessp can accept symbols as args.
2226
2227 2014-06-26 Daiki Ueno <ueno@gnu.org>
2228
2229 * emacs-lisp/package.el (package--check-signature):
2230 If package-check-signature is allow-unsigned, don't signal error when
2231 we can't verify signature because of missing public key
2232 (bug#17625).
2233
2234 2014-06-26 Glenn Morris <rgm@gnu.org>
2235
2236 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
2237 Remove outdated declaration.
2238
2239 * emacs-lisp/authors.el (authors-valid-file-names)
2240 (authors-renamed-files-alist): Additions.
2241
2242 2014-06-26 Leo Liu <sdl.web@gmail.com>
2243
2244 * textmodes/picture.el (picture-set-tab-stops):
2245 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
2246 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
2247
2248 * progmodes/asm-mode.el (asm-calculate-indentation):
2249 Use indent-next-tab-stop.
2250
2251 * indent.el (indent-accumulate-tab-stops): New function.
2252
2253 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2254
2255 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
2256 (package-desc-status): Obey it.
2257
2258 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
2259
2260 * calendar/todo-mode.el: Fix two bugs.
2261 (todo-insert-item--basic): If user cancels item insertion to
2262 another category before setting priority, show original category
2263 whether it is in the same or a different file.
2264 (todo-set-item-priority): After selecting category, instead of
2265 moving point to top, which extends an active region, restore it.
2266
2267 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * help-fns.el (describe-function-1): Check file-name is a string before
2270 calling help-fns--autoloaded-p (bug#17564).
2271
2272 2014-06-26 Juri Linkov <juri@jurta.org>
2273
2274 * desktop.el (desktop-auto-save-enable)
2275 (desktop-auto-save-disable): New functions.
2276 (desktop-save-mode, desktop-auto-save-timeout): Use them.
2277 (desktop-read): Disable the autosave before loading the desktop,
2278 and enable afterwards. (Bug#17351)
2279
2280 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2281
2282 Fix some indentation problem with \; and pipes (bug#17842).
2283 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
2284 (sh-smie--default-forward-token, sh-smie--default-backward-token):
2285 New functions.
2286 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
2287 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
2288 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
2289
2290 2014-06-26 Glenn Morris <rgm@gnu.org>
2291
2292 * emacs-lisp/find-func.el (find-function-C-source-directory):
2293 Use file-accessible-directory-p.
2294
2295 * ps-samp.el: Make it slightly less awful.
2296 (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
2297 (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
2298 Only set local values.
2299 (ps-article-subject, ps-article-author): Use standard functions
2300 like mail-fetch-field.
2301 (ps-info-file, ps-info-node): Use match-string.
2302 (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
2303 (ps-samp-ps-setup): ... new function.
2304
2305 * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
2306 Optimize away code unneeded on any modern Emacs.
2307
2308 * emacs-lisp/authors.el: Move to ../admin.
2309
2310 * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
2311
2312 2014-06-26 Luke Lee <luke.yx.lee@gmail.com>
2313
2314 * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
2315 (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
2316 performance enhancements.
2317 (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhance for macro
2318 expansion.
2319 (hif-factor, hif-string-concatenation, intern-safe): Support string
2320 concatenation and argumented macro expansion.
2321 (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
2322 (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
2323 (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
2324 (hif-canonicalize-tokens, hif-place-macro-invocation)
2325 (hif-parse-macro-arglist): Mostly new functions for supporting
2326 argumented macro expansion.
2327 (hif-string-concatenation, hif-stringify, hif-token-concat)
2328 (hif-token-stringification, hif-token-concatenation):
2329 Stringification and concatenation.
2330 (hif-find-next-relevant): Fix comments.
2331 (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
2332 some cases involving #elif.
2333 (hif-find-define, hif-add-new-defines): New functions for automatically
2334 scanning of defined symbols.
2335 (hide-ifdef-guts): Fix for defined symbol auto scanning.
2336 (hide-ifdef-undef): Fix behavior to match CPP.
2337
2338 2014-06-25 Glenn Morris <rgm@gnu.org>
2339
2340 * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
2341 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2342 ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
2343 files. They are not relevant to the original issue (bug#1004),
2344 and cause unnecessary recompilation (bug#2151).
2345
2346 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2347
2348 * play/landmark.el: Use lexical-binding and avoid `intangible'.
2349 (landmark--last-pos): New var.
2350 (landmark--intangible-chars): New const.
2351 (landmark--intangible): New function.
2352 (landmark-mode, landmark-move): Use it.
2353 (landmark-mode): Remove properties.
2354 (landmark-plot-square, landmark-point-square, landmark-goto-xy)
2355 (landmark-cross-qtuple):
2356 Don't worry about `intangible' any more.
2357 (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
2358 (landmark-init-display): Don't set `intangible' and `point-entered'.
2359 (square): Remove. Inline it instead.
2360 (landmark--distance): Rename from `distance'.
2361 (landmark-calc-distance-of-robot-from): Rename from
2362 calc-distance-of-robot-from.
2363 (landmark-calc-smell-internal): Rename from calc-smell-internal.
2364
2365 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
2366
2367 * files.el (dir-locals-find-file, file-relative-name):
2368 * info.el (Info-complete-menu-item):
2369 * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
2370 to compare-strings to avoid out-of-range errors.
2371 * subr.el (string-prefix-p): Adjust to match strict range
2372 checking in compare-strings.
2373
2374 2014-06-24 Leonard Randall <leonard.a.randall@gmail.com> (tiny change)
2375
2376 * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
2377 for comment lines non-greedy and stopping at newlines to fix stack
2378 overflows with large files.
2379
2380 2014-06-24 Eli Barzilay <eli@barzilay.org>
2381
2382 * calculator.el (calculator-last-input): Drop 'ascii-character property
2383 lookup.
2384
2385 2014-06-24 Leo Liu <sdl.web@gmail.com>
2386
2387 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
2388 tab-stop-list to nil. (Bug#16381)
2389
2390 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
2391 (indent-rigidly-left-to-tab-stop)
2392 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
2393 (move-to-tab-stop): Change callers.
2394
2395 2014-06-24 Eli Zaretskii <eliz@gnu.org>
2396
2397 * skeleton.el (skeleton-insert): Yet another fix of the doc string
2398 wrt behavior of \n as the first/last element of a skeleton.
2399
2400 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
2401
2402 * net/tramp-adb.el (tramp-adb-handle-process-file):
2403 * net/tramp-sh.el (tramp-sh-handle-process-file):
2404 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
2405 the output buffer when DISPLAY is non-nil. (Bug#17815)
2406
2407 2014-06-24 Glenn Morris <rgm@gnu.org>
2408
2409 * play/landmark.el (landmark-move-down, landmark-move-up):
2410 Fix 2007-10-20 change - preserve horizontal position.
2411
2412 2014-06-23 Sam Steingold <sds@gnu.org>
2413
2414 * simple.el (kill-append): Remove undo boundary depending on ...
2415 (kill-append-merge-undo): New user option.
2416
2417 2014-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * simple.el (handle-shift-selection, exchange-point-and-mark)
2420 (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
2421 (transient-mark-mode): Use&set the global value.
2422 * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
2423 * emulation/edt.el (edt-emulation-off): Save&restore the global
2424 transient-mark-mode setting.
2425 * obsolete/pc-select.el (pc-selection-mode): Use the
2426 transient-mark-mode function.
2427
2428 2014-06-23 Eli Zaretskii <eliz@gnu.org>
2429
2430 * international/fontset.el (script-representative-chars):
2431 Add representative characters for scripts added in Unicode 7.0.
2432 (otf-script-alist): Synchronize with the latest registry of OTF
2433 script tags.
2434
2435 * international/characters.el (char-script-table): Update for
2436 scripts added and codepoint ranges changed in Unicode 7.0.
2437
2438 2014-06-23 Eli Barzilay <eli@barzilay.org>
2439
2440 * calculator.el (calculator-standard-displayer): Fix bug in use of
2441 `calculator-groupize-number'.
2442 (calculator-funcall): Fix broken `cl-flet' use by moving it into the
2443 `eval' code, so it works in v24.3.1 too.
2444 (calculator-last-input): Comment to clarify purpose.
2445
2446 2014-06-22 Mario Lang <mlang@delysid.org>
2447
2448 * textmodes/rst.el (rst-comment-region): From from -> from.
2449
2450 * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
2451
2452 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
2453
2454 * electric.el (electric-layout-post-self-insert-function):
2455 * emacs-lisp/ert.el (ert--insert-infos):
2456 * obsolete/vi.el (vi-set-mark):
2457 * term.el (term-handle-scroll):
2458 * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
2459 * wid-edit.el (widget-editable-list-value-create):
2460 Prefer point-marker to copy-marker of point.
2461
2462 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
2463
2464 Fix completion retrieval parsing (bug#17209).
2465 * progmodes/python.el (python-mode):
2466 (python-util-strip-string): New function.
2467 (python-shell-completion-get-completions): Use it.
2468
2469 2014-06-21 Eli Zaretskii <eliz@gnu.org>
2470
2471 * skeleton.el (skeleton-insert): Fix last change.
2472
2473 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
2474
2475 Enhancements for outline integration (bug#17796).
2476 * progmodes/python.el (python-mode): Properly set
2477 outline-heading-end-regexp so that comments after colons for
2478 defuns are supported.
2479
2480 2014-06-21 Eli Zaretskii <eliz@gnu.org>
2481
2482 * skeleton.el (skeleton-insert): Doc fix.
2483
2484 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2485
2486 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
2487 (smie-config-guess): Use smie-config-local so the rules are obeyed
2488 (bug#17818).
2489
2490 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
2491 since it's already done inside the loop (bug#17819).
2492
2493 2014-06-21 Martin Rudalics <rudalics@gmx.at>
2494
2495 * mouse.el (mouse-drag-line): Re-remove code initially removed
2496 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
2497 (Bug#17819).
2498
2499 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2500
2501 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
2502 align with the surrounding parent (bug#17721).
2503
2504 2014-06-21 Eli Zaretskii <eliz@gnu.org>
2505
2506 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
2507 locally to nil.
2508 (texinfo-insert-block, texinfo-insert-@end)
2509 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
2510 local setting of skeleton-end-newline by adding an explicit \n to
2511 the skeletons where appropriate. (Bug#17801)
2512
2513 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2514
2515 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
2516 (smie-indent--hanging-p): Use it.
2517 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
2518
2519 2014-06-21 Leo Liu <sdl.web@gmail.com>
2520
2521 * simple.el (read-quoted-char): Don't let help chars pop up help
2522 buffer. (Bug#16617)
2523
2524 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2525
2526 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
2527 for | (bug#17621).
2528
2529 * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
2530 Drop unknown events instead of burping.
2531
2532 2014-06-21 Eli Zaretskii <eliz@gnu.org>
2533
2534 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
2535 and later. (Bug#17790)
2536
2537 2014-06-21 Juri Linkov <juri@jurta.org>
2538
2539 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
2540 to `soft'. (Bug#17554)
2541
2542 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
2545 (bug#17737).
2546
2547 2014-06-21 Dmitry Gutov <dgutov@yandex.ru>
2548
2549 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
2550 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
2551
2552 2014-06-21 Michael Albinus <michael.albinus@gmx.de>
2553
2554 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
2555 `unread-command-events'.
2556
2557 2014-06-19 William Xu <william.xwl@gmail.com>
2558
2559 * progmodes/hideif.el (hif-string-to-number): Don't return float for
2560 hex integer constants (bug#17807).
2561
2562 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
2563
2564 * international/mule-util.el (truncate-string-ellipsis): New var.
2565 (truncate-string-to-width): Use it.
2566
2567 2014-06-19 Robert Brown <robert.brown@gmail.com> (tiny change)
2568
2569 * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
2570 (lisp-string-in-doc-position-p): New function, extracted from
2571 lisp-font-lock-syntactic-face-function.
2572 (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
2573
2574 2014-06-19 Grégoire Jadi <daimrod@gmail.com>
2575
2576 * net/rcirc.el (rcirc-omit-mode): Fix recenter error. (Bug#17769)
2577
2578 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2579
2580 * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
2581 (bubbles--game-over): Don't add `intangible' properties since they
2582 didn't work anyway.
2583
2584 2014-06-18 Juri Linkov <juri@jurta.org>
2585
2586 * vc/ediff-init.el (ediff-current-diff-Ancestor)
2587 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
2588 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
2589 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
2590 Add `min-colors 88' version with removed black/white foregrounds.
2591 (Bug#10181)
2592
2593 2014-06-18 Juri Linkov <juri@jurta.org>
2594
2595 * vc/diff-mode.el (diff-changed): Empty face definition to use
2596 `diff-removed' and `diff-added' on tty as well. (Bug#10181)
2597 (diff-context): Use darker color on light background and
2598 lighter color on dark background.
2599
2600 2014-06-18 Juri Linkov <juri@jurta.org>
2601
2602 * vc/diff-mode.el (diff-refine-changed): Rename from
2603 `diff-refine-change' for consistency with `diff-changed'.
2604 (diff-refine-change): Add obsolete face alias. (Bug#10181)
2605
2606 * vc/smerge-mode.el (smerge-refined-changed): Rename from
2607 `smerge-refined-change'.
2608 (smerge-refined-change): Add obsolete face alias.
2609
2610 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2611
2612 * rect.el (rectangle-preview): New custom.
2613 (rectangle): New group.
2614 (rectangle--pos-cols): Add `window' argument.
2615 (rectangle--string-preview-state, rectangle--string-preview-window):
2616 New vars.
2617 (rectangle--string-flush-preview, rectangle--string-erase-preview)
2618 (rectangle--space-to, rectangle--string-preview): New functions.
2619 (string-rectangle): Use them.
2620 (rectangle--inhibit-region-highlight): New var.
2621 (rectangle--highlight-for-redisplay): Obey it. Make sure
2622 `apply-on-region' uses the point-crutches of the right window.
2623 Use :align-to rather than multiple spaces.
2624
2625 2014-06-16 Andrea Rossetti <andrea.rossetti@gmail.com> (tiny change)
2626
2627 * ruler-mode.el (ruler-mode-window-col)
2628 (ruler-mode-mouse-set-left-margin)
2629 (ruler-mode-mouse-set-right-margin): Fix calculation of column
2630 from mouse position (Bug#17768).
2631
2632 2014-06-16 Ron Schnell <ronnie@driver-aces.com>
2633
2634 * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
2635 without varname or rhs causes crash.
2636 (dun-ftp): Fix bug where blank ftp password is allowed, making it
2637 impossible to win endgame.
2638 (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
2639 rlogin is anymore.
2640 (dun-help): Bump version number; update contact info.
2641
2642 2014-06-15 Eli Barzilay <eli@barzilay.org>
2643
2644 * calculator.el (calculator-prompt, calculator-remove-zeros)
2645 (calculator-mode-hook, calculator-operators, calculator-stack)
2646 (calculator-mode): Tweak docstring.
2647 (calculator-user-operators): Tweak docstring, fix a bug in the last
2648 example.
2649 (calculator-displayer): `std' case has an optional boolean.
2650 (calculator-displayers): Use the new boolean to group in decimal mode.
2651 (calculator-mode-map, calculator, calculator-message)
2652 (calculator-op-arity, calculator-add-operators)
2653 (calculator-string-to-number, calculator-displayer-prev)
2654 (calculator-displayer-next, calculator-remove-zeros)
2655 (calculator-eng-display, calculator-number-to-string)
2656 (calculator-update-display, calculator-last-input)
2657 (calculator-clear-fragile, calculator-digit, calculator-decimal)
2658 (calculator-exp, calculator-saved-move, calculator-clear)
2659 (calculator-copy, calculator-put-value, calculator-help)
2660 (calculator-expt, calculator-truncate): Minor code improvements.
2661 (calculator-need-3-lines): New function pulling out code from
2662 `calculator'.
2663 (calculator-get-display): Rename from `calculator-get-prompt', and
2664 improved.
2665 (calculator-push-curnum): Rename from `calculator-curnum-value', and
2666 extended for all uses of it. All callers changed.
2667 (calculator-groupize-number): New utility for splitting a number into
2668 groups.
2669 (calculator-standard-displayer): Improve code, new optional argument to
2670 use comma-split groups, make second argument optional too to use with
2671 'left/'right inputs. All callers changed.
2672 (calculator-reduce-stack-once): New utility, doing the meat of what
2673 `calculator-reduce-stack' used to do, much improved (mostly using
2674 `pcase' for conciseness and clarity).
2675 (calculator-reduce-stack): Now doing just the reduction loop using
2676 `calculator-reduce-stack-once'.
2677 (calculator-funcall): Improve code, make it work in v24.3.1 too.
2678 (calculator-last-input): Improve code, remove some old cruft.
2679 (calculator-quit): Kill `calculator-buffer' in electric mode too.
2680 (calculator-integer-p): Remove.
2681 (calculator-fact): Improve code, make it work on non-integer values
2682 too (using truncated numbers).
2683
2684 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
2685
2686 Sync with Tramp 2.2.10.
2687
2688 * net/tramp.el (tramp-methods): Tweak docstring.
2689 (tramp-handle-file-accessible-directory-p): Check for
2690 `file-readable-p' instead of `file-executable-p'.
2691 (tramp-check-cached-permissions):
2692 Use `tramp-compat-file-attributes'.
2693 (tramp-call-process): Add new argument VEC. Adapt callees in all
2694 tramp*.el files.
2695
2696 * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
2697 (tramp-adb-maybe-open-connection): Don't set
2698 `tramp-current-*' variables.
2699
2700 * net/tramp-cache.el (tramp-flush-file-function): Do not flush
2701 file properties of temporary buffers.
2702
2703 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
2704
2705 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
2706 (tramp-gvfs-handle-delete-file): Flush file
2707 properties, not directory properties.
2708 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
2709 reading "unix::mode".
2710 (tramp-gvfs-handle-file-name-all-completions):
2711 Use "-h" option for "gvfs-ls".
2712 (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
2713 (tramp-gvfs-send-command): Simplify traces.
2714
2715 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
2716 (vc-git-program, vc-hg-program): Declare.
2717 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
2718 (tramp-methods) <nc>: Add new method.
2719 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
2720 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
2721 `tramp-login-args'.
2722 (tramp-default-user-alist): Add "nc".
2723 (top): Remove completion function for "sftp". Add completion
2724 functions for "nc" and "psftp".
2725 (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
2726 Implement support for "nc" method.
2727 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
2728 (tramp-remote-coding-commands, tramp-call-local-coding-command):
2729 Tweak docstring.
2730 (tramp-sh-handle-write-region): Tweak error message.
2731 (tramp-sh-handle-vc-registered): Remove backends when the remote
2732 binary does not exist.
2733 (tramp-find-inline-encoding): Do not raise an error.
2734 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
2735 the "nc" case. Quote result also locally.
2736
2737 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2738 (tramp-smb-handle-set-file-acl): Use `start-process'.
2739 (tramp-smb-handle-insert-directory): Use progress reporter.
2740 (tramp-smb-handle-rename-file): Flush also file properties of
2741 FILENAME.
2742
2743 * net/trampver.el: Update release number.
2744
2745 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2746
2747 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
2748 add-to-list.
2749 (ses-localvars): Remove ses--local-printer-list, unused.
2750 (ses--metaprogramming): New macro. Use it to defvar variables.
2751 (ses-set-localvars): Simplify.
2752 (ses--locprn, ses-cell): Use defstruct. Change ses-cell's
2753 property-list into an alist.
2754 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
2755 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
2756 Remove; use defstruct accessors/setters instead.
2757 (ses-cell-formula-aset, ses-cell-printer-aset)
2758 (ses-cell-references-aset): Remove, use setf instead.
2759 (ses--alist-get): New function.
2760 (ses-cell-property): Rename from ses-cell-property-get and rewrite.
2761 Use an alist instead of a plist and don't do move-to-front since the
2762 list is always short.
2763 (ses-cell-property-get-fun, ses-cell-property-delq-fun)
2764 (ses-cell-property-set-fun, ses-cell-property-set)
2765 (ses-cell-property-pop-fun, ses-cell-property-get-handle)
2766 (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
2767 (ses--letref): New macro.
2768 (ses-cell-property-pop): Rewrite.
2769 (ses--cell): Rename from ses-cell and make it into a function.
2770 Make `formula' fallback on `value' if nil.
2771 (ses--local-printer): Rename from ses-local-printer and make it into
2772 a function.
2773 (ses-set-cell): Turn it into a macro so finding the accessor from the
2774 field name is done at compile time.
2775 (ses-repair-cell-reference-all): Test presence of `sym' rather than
2776 `ref' before adding `sym' to :ses-repair-reference.
2777 (ses-calculate-cell): Use ses--letref rather than
2778 ses-cell-property-get-handle.
2779 (ses-write-cells): Use a single prin1-to-string.
2780 (ses-setter-with-undo): New function.
2781 (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
2782 (ses-unset-with-undo): Remove.
2783 (ses-load): Prefer apply' over `eval'.
2784 (ses-read-printer, ses-set-column-width): Use standard "(default
2785 foo)" format.
2786
2787 2014-06-15 Glenn Morris <rgm@gnu.org>
2788
2789 * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
2790
2791 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
2792 Replace delete-duplicates and mapcan by cl- versions throughout.
2793 And cl-macroexpand-all by macroexpand-all.
2794 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
2795
2796 2014-06-15 Eli Zaretskii <eliz@gnu.org>
2797
2798 * subr.el (posn-col-row): Doc fix. (Bug#17768)
2799
2800 2014-06-15 Juri Linkov <juri@jurta.org>
2801
2802 * bindings.el: Put `ascii-character' property on keypad keys
2803 mapped to characters. (Bug#17759)
2804
2805 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2806
2807 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
2808 bumping forward into a closing paren (bug#17761).
2809
2810 * term/xterm.el (xterm--version-handler): Work around for OSX
2811 Terminal.app (bug#17607).
2812
2813 2014-06-14 Ron Schnell <ronnie@driver-aces.com>
2814
2815 * play/dunnet.el (dun-describe-room, dun-mode):
2816 If a lamp is in the room, you won't be eaten by a grue.
2817
2818 2014-06-13 Glenn Morris <rgm@gnu.org>
2819
2820 * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
2821 (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
2822 (compile-always): GNU make automatically passes
2823 command-line arguments to sub-makes.
2824
2825 * calendar/calendar.el (calendar-generate-window):
2826 Remove pointless call to font-lock-fontify-buffer.
2827
2828 2014-06-13 Matthias Meulien <orontee@gmail.com>
2829
2830 * simple.el (completion-list-mode-map): Navigate with tab and backtab
2831 (bug#17767).
2832
2833 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 * simple.el (set-mark-command): Simplify a bit.
2836
2837 2014-06-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2838
2839 * help.el (help--key-binding-keymap): New function.
2840 (help--binding-locus): New function.
2841 (describe-key): Mention the keymap in which the binding was
2842 found. (bug#13948)
2843
2844 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2845
2846 * hippie-exp.el (he--all-buffers): New function.
2847 (try-expand-line-all-buffers, try-expand-list-all-buffers)
2848 (try-expand-dabbrev-all-buffers): Use it.
2849
2850 2014-06-12 Emilio C. Lopes <eclig@gmx.net>
2851
2852 * hippie-exp.el (try-expand-line-all-buffers)
2853 (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
2854 Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
2855 original buffer, in case they're buffer-local.
2856
2857 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
2858
2859 * ses.el (ses-initial-global-parameters-re): New defconst, a
2860 specific regexp is needed now that ses.el can handle both
2861 file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
2862 local printers.
2863 (ses-localvars): Add local variables needed for local printer handling.
2864 (ses-set-localvars): Handle hashmap initialisation.
2865 (ses-paramlines-plist): Add param-line for number of local printers.
2866 (ses-paramfmt-plist): New defconst, needed for code factorization
2867 between functions `ses-set-parameter' and
2868 `ses-file-format-extend-paramter-list'
2869 (ses-make-local-printer-info): New defsubst.
2870 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
2871 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
2872 (ses-cell-printer-aset): New defmacro.
2873 (ses-local-printer-compile): New defun.
2874 (ses-local-printer): New defmacro.
2875 (ses-printer-validate, ses-call-printer): Add support for local
2876 printer functions.
2877 (ses-file-format-extend-paramter-list): New defun.
2878 (ses-set-parameter): Use const `ses-paramfmt-plist' for code
2879 factorization.
2880 (ses-load): Add support for local printer functions.
2881 (ses-read-printer): Update docstring and add support for local printer
2882 functions.
2883 (ses-refresh-local-printer, ses-define-local-printer): New defun.
2884 (ses-safe-printer): Add support for local printer functions.
2885
2886 2014-06-12 Ivan Andrus <darthandrus@gmail.com>
2887
2888 * ffap.el (ffap-lax-url): New var (bug#17723).
2889 (ffap-url-at-point): Use it.
2890 (ffap-file-at-point): Avoid returning just "/".
2891
2892 2014-06-12 Matthias Meulien <orontee@gmail.com>
2893
2894 * progmodes/python.el (import skeleton): New skeleton (bug#17672).
2895 (python-mode-map): Bind it.
2896
2897 * progmodes/python.el (class skeleton): Don't erase last char of class
2898 name (bug#17683).
2899
2900 2014-06-12 Cameron Desautels <camdez@gmail.com> (tiny change)
2901
2902 * help.el (where-is): Use `default' arg of completing-read (bug#17705).
2903
2904 2014-06-12 Kevin Ryde <user42_kevin@yahoo.com.au>
2905
2906 * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
2907 (bug#17745).
2908
2909 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2910
2911 * international/mule-cmds.el: Use lexical-binding.
2912 (ucs-names): Simplify.
2913
2914 2014-05-18 Eric Hanchrow <eric.hanchrow@gmail.com>
2915
2916 * progmodes/python.el (run-python): Use read-shell-command.
2917
2918 2014-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2919
2920 * rect.el: Make it possible to move bounds past EOL or into TABs.
2921 (operate-on-rectangle): Use apply-on-rectangle.
2922 (rectangle--mark-crutches): New var.
2923 (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
2924 (rectangle--crutches, rectangle--reset-crutches): New functions.
2925 (apply-on-rectangle): Obey crutches. Avoid setq.
2926 Fix missing final iteration if end is at EOB&BOL.
2927 (rectangle-mark-mode-map): Add remap bindings for
2928 exchange-point-and-mark and char/line movements.
2929 (rectangle--*-char): New function.
2930 (rectangle-exchange-point-and-mark, rectangle-right-char)
2931 (rectangle-left-char, rectangle-forward-char)
2932 (rectangle-backward-char, rectangle-next-line)
2933 (rectangle-previous-line): New commands.
2934 (rectangle--place-cursor): New function.
2935 (rectangle--highlight-for-redisplay): Use it. Use apply-on-rectangle.
2936
2937 2014-06-08 Glenn Morris <rgm@gnu.org>
2938
2939 * startup.el (initial-buffer-choice): Doc fix.
2940 Reset :version (adding an option does not merit a :version bump).
2941
2942 * bookmark.el (bookmark-load):
2943 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
2944
2945 2014-06-08 Juri Linkov <juri@jurta.org>
2946
2947 * desktop.el: Activate auto-saving on window configuration changes.
2948 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
2949 `desktop-auto-save-set-timer' to/from
2950 `window-configuration-change-hook'.
2951 (desktop-auto-save-set-timer): Change REPEAT arg of
2952 `run-with-idle-timer' from t to nil.
2953 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
2954
2955 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com>
2956
2957 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
2958 vc-hg-command (bug#17570).
2959
2960 2014-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2961
2962 * international/mule-cmds.el (ucs-names): Add special entry for BEL
2963 (bug#17702).
2964
2965 2014-06-08 Glenn Morris <rgm@gnu.org>
2966
2967 * startup.el (window-setup-hook): Doc fix.
2968
2969 * emacs-lisp/package.el (package-check-signature)
2970 (package-unsigned-archives): Doc fixes.
2971
2972 2014-06-08 Martin Rudalics <rudalics@gmx.at>
2973
2974 * window.el (display-buffer-use-some-window): Don't make window
2975 used smaller than it was before (Bug#17671).
2976
2977 2014-06-08 Eli Zaretskii <eliz@gnu.org>
2978
2979 * menu-bar.el (menu-bar-open): Fix last change: use the PC
2980 'redisplay' instead of '(sit-for 0)'.
2981
2982 2014-06-08 Michael Albinus <michael.albinus@gmx.de>
2983
2984 * net/tramp.el (tramp-ssh-controlmaster-options):
2985 Improve search regexp. (Bug#17653)
2986
2987 2014-06-08 Glenn Morris <rgm@gnu.org>
2988
2989 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
2990
2991 2014-06-08 Eli Zaretskii <eliz@gnu.org>
2992
2993 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
2994
2995 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
2996
2997 * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
2998 (bug#17586).
2999
3000 * vc/vc-hg.el (vc-hg-log-graph): New var.
3001 (vc-hg-print-log): Use it.
3002 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
3003 graph output (bug#17515).
3004
3005 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3006
3007 * mouse.el (mouse-posn-property): Ignore buffer position info when the
3008 even happened elsewhere.
3009
3010 2014-06-06 Mario Lang <mlang@delysid.org>
3011
3012 * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
3013 `recenter' if `current-buffer' is equal to `window-buffer'.
3014
3015 2014-06-05 Leo Liu <sdl.web@gmail.com>
3016
3017 * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
3018
3019 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
3020
3021 * textmodes/tildify.el (tildify-foreach-region-outside-env):
3022 New function which calls a callback on portions of the buffer that are
3023 outside of ignored environments.
3024 (tildify-build-regexp): Remove function since it is now
3025 incorporated in `tildify-foreach-region-outside-env' where it is
3026 optimised and simplified by the use of `mapconcat'.
3027 (tildify-tildify): Return number of substitutions made so that…
3028 (tildify-count): …can be removed.
3029 (tildify-find-env): Accept a new PAIRS argument which was
3030 previously looked up in `tildify-ignored-environments-alist' each
3031 time the function was called. With this change, the lookup is
3032 performed only once in `tildify-foreach-region-outside-env'.
3033 (tildify-region): Greatly simplify the function since now most of
3034 the work is done by `tildify-foreach-region-outside-env'.
3035 (tildify-mode-alist): Simplify slightly by avoiding if and setq
3036 and instead using or.
3037
3038 * textmodes/tildify.el (tildify-ignored-environments-alist):
3039 Optimise environments regexes
3040
3041 Each time beginning of an environment to ignore is found,
3042 `tildify-find-env' needs to identify regexp for the ending
3043 of the environment. This is done by trying all the opening
3044 regexes on matched text in a loop, so to speed that up, this
3045 loop should have fewer things to match, which can be done by
3046 using alternatives in the opening regexes.
3047
3048 Coincidentally, this should make matching of the opening
3049 regexp faster as well thanks to the use of `regexp-opt' and
3050 having common prefix pulled from many regexes.
3051
3052 * textmodes/tildify.el (tildify-string-alist)
3053 (tildify-ignored-environments-alist): Add `nxml-mode' to the list
3054 of supported modes since `xml-mode' is no longer a thing but just
3055 an alias to the former. Also include comments and insides of tags
3056 in `tildify-ignored-environments-alist' for XML modes. Finally,
3057 since XML does not define “&nbsp;”[1], use a numeric reference for
3058 a no-break space (namely “&#160;”)
3059
3060 [1] XML specification defines only a handful of predefined entities.
3061 The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
3062 and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
3063 >, &, ' and " respectively). This is in contrast to HTML and even
3064 XHTML which defined a whole bunch of entities including “&nbsp;”.
3065
3066 * textmodes/tildify.el (tildify-pattern-alist)
3067 (tildify-string-alist, tildify-ignored-environments-alist):
3068 Improve defcustom's types by adding more tags explaining what each
3069 value means and replace “sexp” used in
3070 `tildify-ignored-environments-alist' with a full type declaration.
3071
3072 * textmodes/tildify.el (tildify-find-env): Fix matched group
3073 indexes in end-regex building
3074
3075 When looking for a start of an ignore-environment, the regex is built
3076 by concatenating regexes of all the environments configured in
3077 `tildify-ignored-environments-alist'. So for example, the following
3078 list could be used to match TeX's \verb and \verb* commands:
3079
3080 (("\\\\verb\\(.\\)" . (1))
3081 ("\\\\verb\\*\\(.\\)" . (1)))
3082
3083 This would result in the following regex being used to find the start
3084 of any of the variants of the \verb command:
3085
3086 \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
3087
3088 But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
3089 won't match anything, and thus (match-string 1) will be nil, which
3090 will cause building of the end-matching regex to fail.
3091
3092 Fix this by using capture groups from the time when the opening
3093 regexes are matched individually.
3094
3095 * textmodes/tildify.el (tildify-find-env): Fix end-regex building
3096 in `tildify-find-env'
3097
3098 The `tildify-ignored-environments-alist' allows the end-regex to
3099 be provided not as a static string but mix of strings and indexes
3100 of groups matched the begin-regex. For example, the “\verb!…!”
3101 TeX-command (where “!” is an arbitrary character) is handled
3102 using:
3103
3104 ("\\\\verb\\*?\\(.\\)" . (1))
3105
3106 In the same way, the following should be supported as well:
3107
3108 ("open-\\(.\\)" . ("end-" 1))
3109
3110 However the tildify-find-env function fails at
3111
3112 (concat result
3113 (if (stringp (setq aux (car expression)))
3114 expression ; BUG: expression is a list
3115 (regexp-quote (match-string aux))))
3116
3117 where the string part is handled incorrectly.
3118
3119 The most trivial fix would be to replace `expression' in the
3120 true-part of the if-statement with `aux', but instead, this commit
3121 optimises `tildify-find-env' by changing it to use `mapconcat'
3122 rather than open-coded while-loop.
3123
3124 2014-06-05 Mario Lang <mlang@delysid.org>
3125
3126 * woman.el (woman-mapcan): Remove.
3127 (woman-parse-colon-path): Use cl-mapcan instead.
3128
3129 2014-06-03 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3130
3131 * register.el: Add link to Emacs manual in Commentary.
3132
3133 2014-06-02 Sam Steingold <sds@gnu.org>
3134
3135 * menu-bar.el (lookup-key-ignore-too-long): Extract from...
3136 (popup-menu): ...here.
3137 (menu-bar-open): Use it to avoid an error when `lookup-key'
3138 returns a number.
3139
3140 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
3141
3142 * net/tramp.el (tramp-call-process): Add traces.
3143 (tramp-handle-unhandled-file-name-directory): Return "/".
3144
3145 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org>
3146
3147 Sync with upstream verilog-mode revision 3cd8144.
3148 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
3149 (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
3150 (verilog-type-font-keywords): Add nor.
3151 (verilog-batch-execute-func): Force reading of Local Variables.
3152 Fix printing "no changes to be saved" with verilog-batch.
3153 (verilog-auto-arg-ports): Doc fix.
3154 Add verilog-auto-arg-format to support newlines in AUTOARG.
3155 (verilog-auto-arg): Doc fix.
3156
3157 2014-06-02 Glenn Morris <rgm@gnu.org>
3158
3159 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
3160 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
3161 * emulation/ws-mode.el: Move to obsolete/.
3162 * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
3163
3164 2014-06-02 Eli Zaretskii <eliz@gnu.org>
3165
3166 * simple.el (keyboard-quit): Force update of mode lines, to remove
3167 the "Def" indicator, if we were defining a macro. (Bug#17615)
3168
3169 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
3170
3171 * minibuffer.el (minibuffer-force-complete-and-exit):
3172 Obey minibuffer-default (bug#17545).
3173
3174 * progmodes/js.el (js-indent-line): Don't mix columns and chars
3175 (bug#17619).
3176
3177 * subr.el (set-transient-map): Don't wait for some "nested"
3178 transient-map to finish if we're only supposed to be active for
3179 the next command (bug#17642).
3180
3181 2014-06-02 Leo Liu <sdl.web@gmail.com>
3182
3183 * emacs-lisp/gv.el (window-buffer, window-display-table)
3184 (window-dedicated-p, window-hscroll, window-point, window-start):
3185 Fix gv-expander. (Bug#17630)
3186
3187 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
3188
3189 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
3190 clicks (bug#17633).
3191
3192 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
3193 for the single comma, since ", " is *very* common in normal French text
3194 (bug#17643).
3195
3196 2014-06-02 Glenn Morris <rgm@gnu.org>
3197
3198 * emacs-lisp/package.el (package-check-signature)
3199 (package-unsigned-archives): Fix :version.
3200
3201 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
3202
3203 * subr.el (sit-for): Don't run input-methods (bug#15614).
3204
3205 2014-06-02 Glenn Morris <rgm@gnu.org>
3206
3207 * cus-start.el: Fix some :version numbers.
3208
3209 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
3210
3211 * simple.el (deactivate-mark): Set mark-active to nil even if
3212 deactivation is done via setting transient-mark-mode to nil,
3213 since one is buffer-local and the other is global.
3214
3215 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
3216 there can't be more than 2 arguments (bug#17584).
3217
3218 2014-06-02 Glenn Morris <rgm@gnu.org>
3219
3220 * simple.el (filter-buffer-substring-functions)
3221 (filter-buffer-substring-function, buffer-substring-filters)
3222 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
3223
3224 * minibuffer.el (completion-in-region-functions, completion-in-region)
3225 (completion--in-region): Doc fixes.
3226
3227 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
3228 (expand-abbrev, abbrev--default-expand): Doc fixes.
3229
3230 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
3231
3232 Include sources used to create macuvs.h.
3233 * international/README: Refer to the Unicode Terms of Use rather
3234 than copying it bodily here, as that simplifies maintenance.
3235
3236 2014-06-01 Glenn Morris <rgm@gnu.org>
3237
3238 * loadup.el (load-prefer-newer): Set non-nil when dumping. (Bug#17629)
3239
3240 2014-05-31 Glenn Morris <rgm@gnu.org>
3241
3242 * files.el (locate-dominating-file): Expand file argument. (Bug#17641)
3243
3244 2014-05-30 Glenn Morris <rgm@gnu.org>
3245
3246 * loadup.el: Treat `command-line-args' more flexibly.
3247
3248 2014-05-30 Alan Mackenzie <acm@muc.de>
3249
3250 Guard (looking-at "\\s!") from XEmacs.
3251 * progmodes/cc-engine.el (c-state-pp-to-literal): Add guard form.
3252
3253 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu>
3254
3255 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
3256 The argument COUNT is now optional, to be more backward-compatible.
3257 Doc fix. (Bug#17560)
3258
3259 2014-05-29 Reuben Thomas <rrt@sc3d.org>
3260
3261 * whitespace.el (whitespace-report-region):
3262 Simplify documentation.
3263 (whitespace-report-region): Allow report-if-bogus to take the
3264 value `never', for non-interactive use.
3265 (whitespace-report): Refer to whitespace-report-region's
3266 documentation.
3267
3268 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3269
3270 * whitespace.el: Use font-lock-flush. Minimize refontifications.
3271 Side benefit: it works without jit-lock.
3272 (whitespace-point--used): New buffer-local var.
3273 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
3274 (whitespace-color-off): Use font-lock-flush.
3275 (whitespace-point--used, whitespace-point--flush-used): New functions.
3276 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
3277 (whitespace-empty-at-eob-regexp): Use them.
3278 (whitespace-post-command-hook): Rewrite.
3279
3280 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
3281 (font-lock-fontify-buffer): Mark interactive-only.
3282 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
3283 Make buffer-local.
3284 (font-lock-specified-p): Remove redundant boundp check.
3285 (font-lock-flush-function, font-lock-ensure-function): New vars.
3286 (font-lock-turn-on-thing-lock): Set them.
3287 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
3288 (font-lock-after-change-function): Make `old-len' optional.
3289 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
3290 Call font-lock-flush, just in case.
3291 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
3292 recent Emacsen.
3293 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
3294 (vera-mode-map, vera-mode-menu): Remove bindings to it.
3295 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
3296 and with-syntax-table.
3297 * textmodes/conf-mode.el (conf-quote-normal):
3298 * progmodes/sh-script.el (sh-set-shell):
3299 * progmodes/prog-mode.el (prettify-symbols-mode):
3300 * progmodes/f90.el (f90-font-lock-n):
3301 * progmodes/cwarn.el (cwarn-mode):
3302 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
3303 * progmodes/compile.el (compilation-setup, compilation--unsetup):
3304 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
3305 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
3306 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
3307 font-lock-fontify-buffer-function and
3308 font-lock-unfontify-buffer-function.
3309 (rmail-unfontify-buffer-function, rmail-fontify-message):
3310 Use with-silent-modifications.
3311 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
3312 and font-lock-ensure.
3313 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
3314
3315 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
3316
3317 * emacs-lisp/package.el (package-generate-autoloads):
3318 Inhibit backup files.
3319
3320 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3321
3322 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
3323 (bug#17608).
3324
3325 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
3326
3327 * textmodes/tildify.el (tildify-buffer, tildify-region):
3328 Add dont-ask option.
3329
3330 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3331
3332 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
3333 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
3334
3335 * subr.el (internal--funcall-interactively): New.
3336 (internal--call-interactively): Remove.
3337 (called-interactively-p): Detect funcall-interactively instead of
3338 call-interactively.
3339 * simple.el (repeat-complex-command): Use funcall-interactively.
3340 (repeat-complex-command--called-interactively-skip): Remove.
3341
3342 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3343
3344 * register.el (register-read-with-preview): Don't burp on
3345 frame switches (e.g. due to the frame we just popped).
3346
3347 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
3348 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
3349
3350 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
3351
3352 * cus-face.el (custom-face-attributes): Add :distant-foreground.
3353
3354 2014-05-26 Martin Rudalics <rudalics@gmx.at>
3355
3356 * window.el (window--dump-frame): Remove interactive specification.
3357
3358 2014-05-26 Glenn Morris <rgm@gnu.org>
3359
3360 * hippie-exp.el (he-line-search-regexp):
3361 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
3362
3363 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
3364
3365 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
3366 to avoid errors when trying to create or visit a file foo.todo
3367 located outside to todo-directory, and to allow having such files
3368 without them being tied to Todo mode (bug#17482).
3369 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
3370 (todo-archive-done-item, todo-find-filtered-items-file)
3371 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
3372 (todo-category-completions, todo-read-category): When visiting a
3373 Todo file, make sure we're in the right mode and the buffer local
3374 variables are set.
3375 (todo-make-categories-list, todo-reset-nondiary-marker)
3376 (todo-reset-done-string, todo-reset-comment-string):
3377 After processing all Todo files, kill the buffers of those files that
3378 weren't being visited before the processing.
3379 (todo-display-as-todo-file, todo-add-to-buffer-list)
3380 (todo-visit-files-commands): Comment out.
3381 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
3382 (auto-mode-alist): Remove add-to-list calls making Todo file
3383 extensions unrestrictedly tied to Todo modes.
3384
3385 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3386
3387 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
3388 (advice-function-member-p): Tell it to check both names and functions
3389 (bug#17531).
3390 (advice--add-function): Adjust call accordingly.
3391
3392 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
3393
3394 * calendar/todo-mode.el: Miscellaneous bug fixes.
3395 (todo-delete-file): When deleting an archive but not its todo
3396 file, make sure to update the todo file's category sexp.
3397 (todo-move-category): Keep the moved category's name unless the
3398 file moved to already has a category with that name. If the
3399 numerically last category of the source file was moved, make the
3400 first category current to avoid selecting a nonexisting category.
3401 (todo-merge-category): Fix implementation to make merging to a
3402 category in another file work as documented. Eliminate now
3403 insufficient and unnecessary renaming of archive category, correct
3404 document string accordingly, and clarify it. If the numerically
3405 last category of the source file was merged, make the first
3406 category current to avoid selecting a nonexisting category.
3407 (todo-archive-done-item): When there are marked items and point
3408 happens to be on an unmarked item, ignore the latter. Don't leave
3409 point below last item after archiving marked items.
3410 (todo-unarchive-items): Fix logic to ensure unarchiving an item
3411 from an archive with only one category deletes the archive only
3412 when the category is empty after unarchiving. Make sure the todo
3413 file's category sexp is updated.
3414 (todo-read-file-name): Allow an existing file name even when it is
3415 not required (todo-move-category needs this to work as documented).
3416 (todo-add-file): Call todo-validate-name to reject the name of an
3417 existing todo file (needed due to fix in todo-read-file-name).
3418 (todo-reset-nondiary-marker): Also reset in filtered items files.
3419 (todo-reset-done-string, todo-reset-comment-string): Also reset in
3420 regexp filtered items files.
3421 (todo-reset-highlight-item): Also reset in filtered items files.
3422 Fix incorrect variable reference in document string.
3423
3424 2014-05-26 Glenn Morris <rgm@gnu.org>
3425
3426 * window.el (window--dump-frame): Avoid error in --without-x builds.
3427
3428 2014-05-26 Glenn Morris <rgm@gnu.org>
3429
3430 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
3431
3432 2014-05-26 Eli Zaretskii <eliz@gnu.org>
3433
3434 * frame.el (set-frame-font): Doc fix.
3435
3436 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
3437
3438 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
3439
3440 * emacs-lisp/package.el (package--download-one-archive):
3441 Use `write-region' instead of `save-buffer' to avoid running various
3442 hooks. (Bug#17155)
3443 (describe-package-1): Same. Insert newline at the end of the
3444 buffer if appropriate.
3445
3446 2014-05-26 Juri Linkov <juri@jurta.org>
3447
3448 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
3449 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
3450 Add more modifiers: meta, control, shift, hyper, super, alt.
3451 (Bug#17439)
3452
3453 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
3454 to allow changing its value with `set-variable'.
3455
3456 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3457
3458 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
3459 #; comments.
3460 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
3461 New functions.
3462 (scheme-mode-variables): Set syntax-propertize-function instead of
3463 font-lock-syntactic-face-function.
3464 (scheme-font-lock-syntactic-face-function): Delete.
3465
3466 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
3467
3468 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
3469 (bug#17392).
3470
3471 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
3472
3473 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
3474 for a temporary file name.
3475
3476 2014-05-26 Eli Zaretskii <eliz@gnu.org>
3477
3478 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
3479
3480 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
3481
3482 * net/dbus.el (dbus-init-bus, dbus-call-method)
3483 (dbus-call-method-asynchronously, dbus-send-signal)
3484 (dbus-method-return-internal, dbus-method-error-internal):
3485 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
3486
3487 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3488
3489 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
3490 methods which do not have a doc string. (Bug#17490)
3491
3492 2014-05-25 Tassilo Horn <tsdh@gnu.org>
3493
3494 * textmodes/reftex-ref.el (reftex-format-special): Make it work
3495 also for AMS Math's \eqref macro.
3496
3497 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3498
3499 Arrange to never byte-compile the generated -pkg.el file.
3500
3501 * emacs-lisp/package.el (package-generate-description-file):
3502 Output first-line comment to set buffer-local var `no-byte-compile'.
3503 Suggested by Dmitry Gutov:
3504 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
3505
3506 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3507
3508 Fix bug: Properly quote args to generated -pkg.el `define-package'.
3509
3510 * emacs-lisp/package.el (package-generate-description-file):
3511 Inline `package--alist-to-plist'; rewrite to selectively
3512 quote alist values that are not self-quoting.
3513 (package--alist-to-plist): Delete func.
3514
3515 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
3516
3517 * term/xterm.el (xterm-function-map): Add mapping for shifted
3518 keypad keys.
3519
3520 2014-05-24 Daniel Colascione <dancol@dancol.org>
3521
3522 * progmodes/subword.el (subword-find-word-boundary): Move point to
3523 correct spot before search. (Bug#17580)
3524
3525 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
3526 breaking the build.
3527
3528 2014-05-24 Leo Liu <sdl.web@gmail.com>
3529
3530 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
3531
3532 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3533
3534 * minibuffer.el (completion--sreverse): Remove.
3535 (completion--common-suffix): Use `reverse' instead.
3536 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
3537
3538 2014-05-22 Glenn Morris <rgm@gnu.org>
3539
3540 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
3541
3542 2014-05-21 Daniel Colascione <dancol@dancol.org>
3543
3544 * files.el (interpreter-mode-alist): Add mksh.
3545
3546 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
3547 derivative.
3548 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
3549 mksh. Improve custom spec; allow regular expressions.
3550 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
3551 (sh-after-hack-local-variables): New function.
3552 (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
3553 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
3554 the normalization.
3555 (sh-canonicalize-shell): Rewrite to support regexes.
3556
3557 2014-05-21 Leo Liu <sdl.web@gmail.com>
3558
3559 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
3560
3561 2014-05-19 Leo Liu <sdl.web@gmail.com>
3562
3563 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
3564
3565 2014-05-18 Glenn Morris <rgm@gnu.org>
3566
3567 * loadup.el:
3568 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
3569
3570 2014-05-14 Sam Steingold <sds@gnu.org>
3571
3572 * progmodes/python.el (python-shell-get-or-create-process):
3573 Do not bind `current-prefix-arg' so that C-c C-z does not talk
3574 back unless requested.
3575
3576 2014-05-14 Glenn Morris <rgm@gnu.org>
3577
3578 * subr.el (with-file-modes): New macro.
3579 * printing.el (pr-save-file-modes): Make obsolete.
3580 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
3581 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
3582 Add with-file-modes.
3583 * doc-view.el (doc-view-make-safe-dir):
3584 * epg.el (epg--start):
3585 * files.el (locate-user-emacs-file, make-temp-file)
3586 (backup-buffer-copy, move-file-to-trash):
3587 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
3588 * eshell/esh-util.el (eshell-with-private-file-modes)
3589 (eshell-make-private-directory):
3590 * net/browse-url.el (browse-url-mosaic):
3591 * obsolete/mailpost.el (post-mail-send-it):
3592 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
3593 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
3594 Use with-file-modes.
3595
3596 * vc/emerge.el (emerge-make-temp-file): Simplify.
3597
3598 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
3599 Stefan Monnier <monnier@iro.umontreal.ca>
3600
3601 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
3602 suffix (bug#15419).
3603
3604 2014-05-14 Glenn Morris <rgm@gnu.org>
3605
3606 * vc/emerge.el (emerge-temp-file-prefix):
3607 Make pointless option obsolete.
3608 (emerge-temp-file-mode): Make non-functional option obsolete.
3609
3610 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
3611
3612 * net/browse-url.el (browse-url):
3613 Use `unhandled-file-name-directory' when setting `default-directory',
3614 in order to circumvent stalled remote connections. (Bug#17425)
3615
3616 2014-05-14 Glenn Morris <rgm@gnu.org>
3617
3618 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
3619 Optimize on Emacs, which has the relevant functions for ages.
3620
3621 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3622
3623 * simple.el (undo-make-selective-list): Obey undo-no-redo.
3624
3625 2014-05-12 Sam Steingold <sds@gnu.org>
3626
3627 * calendar/time-date.el (seconds-to-string): New function to
3628 pretty print time delay in seconds.
3629
3630 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3631
3632 * mpc.el (mpc-format): Trim Date to the year.
3633 (mpc-songs-hashcons): Shorten the Date field.
3634
3635 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
3636 into autoloading just because of a silly indirection.
3637
3638 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
3639
3640 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
3641
3642 2014-05-12 Glenn Morris <rgm@gnu.org>
3643
3644 * emacs-lisp/find-gc.el: Move to ../admin.
3645
3646 * printing.el (pr-version):
3647 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
3648
3649 * net/browse-url.el (browse-url-mosaic):
3650 Create /tmp/Mosaic.PID as a private file.
3651
3652 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3653
3654 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
3655 (advice--member-p): If name is given, only compare the name.
3656 (advice--remove-function): Don't stop at the first match.
3657 (advice--normalize-place): New function.
3658 (add-function, remove-function): Use it.
3659 (advice--add-function): Pass the name, if any, to
3660 advice--remove-function.
3661
3662 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
3663
3664 * electric.el (electric-indent-post-self-insert-function): Don't use
3665 `pos' after modifying the buffer (bug#17449).
3666
3667 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
3668
3669 * calendar/todo-mode.el (todo-insert-item-from-calendar):
3670 Correct argument list to conform to todo-insert-item--basic.
3671
3672 2014-05-12 Glenn Morris <rgm@gnu.org>
3673
3674 * files.el (cd-absolute): Test if directory is accessible
3675 rather than executable. (Bug#17330)
3676
3677 * progmodes/compile.el (recompile):
3678 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
3679
3680 * net/browse-url.el (browse-url-mosaic):
3681 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
3682 This is CVE-2014-3423.
3683
3684 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3685
3686 * mouse.el: Use the normal toplevel loop while dragging.
3687 (mouse-set-point): Handle multi-clicks.
3688 (mouse-set-region): Handle multi-clicks for drags.
3689 (mouse-drag-region): Update call accordingly.
3690 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
3691 Use the normal event loop instead of a local while/read-event loop.
3692 (global-map): Remove redundant bindings for double/triple-mouse-1.
3693 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
3694 Generate synthetic down events when the protocol only sends up events.
3695 (xterm-mouse-last): Remove.
3696 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
3697 terminal parameter instead.
3698 (xterm-mouse--set-click-count): New function.
3699 (xterm-mouse-event): Detect/generate double/triple clicks.
3700 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
3701
3702 * info.el (Info-quoted): New face.
3703 (Info-mode-font-lock-keywords): New var.
3704 (Info-mode): Use it.
3705
3706 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
3707 are a hindrance for C-x C-e.
3708
3709 2014-05-11 Leo Liu <sdl.web@gmail.com>
3710
3711 * net/rcirc.el (rcirc-sentinel): Fix last change.
3712
3713 2014-05-08 Sam Steingold <sds@gnu.org>
3714
3715 * net/rcirc.el (rcirc-reconnect-delay): New user option.
3716 (rcirc-sentinel): Auto-reconnect to the server if
3717 `rcirc-reconnect-delay' is non-0 (but not more often than its
3718 value in case the host is off-line).
3719
3720 2014-05-09 Eli Zaretskii <eliz@gnu.org>
3721
3722 * progmodes/grep.el (lgrep): Fix a typo in last commit.
3723
3724 2014-05-09 Glenn Morris <rgm@gnu.org>
3725
3726 * files.el (file-expand-wildcards):
3727 * man.el (Man-support-local-filenames):
3728 * printing.el (pr-i-directory, pr-interface-directory):
3729 * progmodes/grep.el (lgrep, rgrep):
3730 * textmodes/ispell.el (ispell-call-process)
3731 (ispell-call-process-region, ispell-start-process)
3732 (ispell-init-process): Use file-accessible-directory-p.
3733
3734 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3735
3736 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
3737 (xterm-mouse--read-event-sequence-1000): Return nil if something
3738 looks fishy.
3739 (xterm-mouse-event): Propagate it.
3740 (xterm-mouse-translate-1): Handle it.
3741
3742 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
3743
3744 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
3745 four slots of the parameter list are filled, make sure to pass it
3746 to the argument list of todo-insert-item--basic.
3747
3748 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3749
3750 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
3751 Add optional `seen' argument to detect and break infinite loops.
3752
3753 2014-05-08 Eli Zaretskii <eliz@gnu.org>
3754
3755 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
3756 (trace-unsafe, trace-use-tree): Make parentheses style be
3757 according to Emacs style.
3758
3759 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
3760
3761 * net/tramp-sh.el (tramp-remote-process-environment):
3762 Remove HISTFILE and HISTSIZE; it's too late to set them here.
3763 Add :version entry.
3764 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
3765 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
3766 extra "PSx=..." commands.
3767 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
3768 (Bug#17295)
3769
3770 (tramp-uudecode): Replace the hard-coded temporary file name by a
3771 format specifier.
3772 (tramp-remote-coding-commands): Enhance docstring.
3773 (tramp-find-inline-encoding): Replace "%t" by a temporary file
3774 name. (Bug#17415)
3775 This is CVE-2014-3424.
3776
3777 2014-05-08 Glenn Morris <rgm@gnu.org>
3778
3779 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
3780 (find-gc-source-files): Update some names.
3781 (trace-call-tree): Simplify and update.
3782 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
3783 This is CVE-2014-3422.
3784
3785 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3786
3787 * minibuffer.el (completion--try-word-completion): Revert fix for
3788 Bug#15980 (bug#17375).
3789
3790 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
3791 Always store button numbers in the same way in xterm-mouse-last;
3792 Don't burp is xterm-mouse-last is not set as expected.
3793 Never return negative indices.
3794
3795 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
3796
3797 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3798 Backtrack one char if the global/char-literal var matcher hits
3799 inside a string. The next char could be the beginning of an
3800 expression expansion.
3801
3802 2014-05-08 Glenn Morris <rgm@gnu.org>
3803
3804 * help-fns.el (describe-function-1): Test for an autoload before a
3805 macro, since `macrop' works on autoloads. (Bug#17410)
3806
3807 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * electric.el (electric-indent-functions-without-reindent): Add yaml.
3810
3811 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
3812 Make sure the new point we return is within the new string (bug#17239).
3813
3814 2014-05-05 Daniel Colascione <dancol@dancol.org>
3815
3816 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3817 Port `gnu' pattern to rx.
3818
3819 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
3820
3821 Remove unneeded prompt when closing a buffer with active
3822 emacsclient ("Buffer ... still has clients"), #16548.
3823 * server.el (server-start): Remove the only call to:
3824 (server-kill-buffer-query-function): Remove.
3825
3826 2014-05-04 Leo Liu <sdl.web@gmail.com>
3827
3828 * calendar/diary-lib.el (calendar-chinese-month-name-array):
3829 Defvar to pacify compiler.
3830
3831 2014-05-04 Eli Zaretskii <eliz@gnu.org>
3832
3833 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
3834
3835 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3836
3837 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
3838 Use nil rather than `default' for the "default" appearance (bug#17388).
3839 * vc/ediff-util.el (ediff-inferior-compare-regions)
3840 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
3841 a misleading `default' value when it's really a boolean.
3842 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
3843 overlay is not visible.
3844
3845 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
3846
3847 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
3848 (todo-menu): Uncomment and update.
3849
3850 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
3851
3852 * calendar/todo-mode.el: Reimplement item editing to have the same
3853 basic user interface as item insertion, and make small UI and
3854 larger internal improvements to the latter.
3855 (todo-insert-item): Add reference to the Todo mode user manual to
3856 the documentation string.
3857 (todo-insert-item--basic): Rename from todo-basic-insert-item and
3858 adjust all callers. Change signature to combine diary and
3859 nonmarking arguments. Incorporate functionality of deleted item
3860 copying command and add error checking. Remove detailed
3861 descriptions of the arguments from the documentation string, since
3862 this is treated in the Todo mode user manual.
3863 (todo-copy-item, todo-edit-multiline-item)
3864 (todo-edit-done-item-comment, todo-edit-item-header)
3865 (todo-edit-item-time, todo-edit-item-date-from-calendar)
3866 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
3867 (todo-edit-item-date-year, todo-edit-item-date-month)
3868 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
3869 Remove.
3870 (todo-edit-item): Reimplement as wrapper command for
3871 todo-edit-item--next-key and make it distinguish done and not done
3872 todo items.
3873 (todo-edit-item--text): New function, replacing old command
3874 todo-edit-item and incorporating deleted commands
3875 todo-edit-multiline-item and todo-edit-done-item-comment.
3876 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
3877 Use only numeric value of prefix argument. Remove detailed
3878 descriptions of the arguments from the documentation string, since
3879 this is treated in the Todo mode user manual.
3880 (todo-edit-item--diary-inclusion): New function, replacing old
3881 command todo-edit-item-diary-inclusion and incorporating and fixing
3882 functionality of deleted command todo-edit-item-diary-nonmarking,
3883 making sure to remove todo-nondiary-marker when adding
3884 diary-nonmarking-symbol.
3885 (todo-edit-category-diary-inclusion): Make sure to delete
3886 diary-nonmarking-symbol when adding todo-nondiary-marker.
3887 (todo-edit-category-diary-nonmarking): Fix indentation.
3888 (todo-insert-item--parameters): Group diary and nonmarking
3889 parameters together.
3890 (todo-insert-item--apply-args): Adjust to signature of
3891 todo-insert-item--basic and incorporate copy parameter.
3892 Make small code improvements.
3893 (todo-insert-item--next-param): Improve prompt and adjust it to
3894 new parameter grouping. Remove obsolete code.
3895 (todo-edit-item--param-key-alist)
3896 (todo-edit-item--date-param-key-alist)
3897 (todo-edit-done-item--param-key-alist): New defconsts.
3898 (todo-edit-item--prompt): New variable.
3899 (todo-edit-item--next-key): New function.
3900 (todo-key-bindings-t): Bind "e" to todo-edit-item.
3901 Remove bindings of deleted commands.
3902
3903 2014-05-04 Leo Liu <sdl.web@gmail.com>
3904
3905 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
3906
3907 2014-05-04 Glenn Morris <rgm@gnu.org>
3908
3909 * allout-widgets.el (allout-widgets-tally)
3910 (allout-decorate-item-guides):
3911 * menu-bar.el (menu-bar-positive-p):
3912 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
3913 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
3914 * progmodes/js.el (js--inside-param-list-p)
3915 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
3916 * progmodes/prolog.el (region-exists-p):
3917 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
3918 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
3919 Doc fixes (replace `iff').
3920
3921 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3922
3923 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
3924
3925 2014-05-04 Leo Liu <sdl.web@gmail.com>
3926
3927 Support Chinese diary entries in calendar and diary. (Bug#17393)
3928 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
3929 (calendar-chinese-from-absolute-for-diary)
3930 (calendar-chinese-to-absolute-for-diary)
3931 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
3932 (diary-chinese-list-entries): New functions to list and mark
3933 Chinese diary entries in the calendar window.
3934 (diary-chinese-anniversary)
3935 (diary-chinese-insert-anniversary-entry)
3936 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
3937 (diary-chinese-insert-yearly-entry): New commands to insert
3938 Chinese diary entries.
3939
3940 * calendar/diary-lib.el (diary-font-lock-keywords):
3941 Support font-locking Chinese dates.
3942
3943 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
3944 inserting Chinese diary entries.
3945
3946 * calendar/calendar.el (diary-chinese-entry-symbol):
3947 New customizable variable.
3948 (calendar-mode-map): Add bindings for inserting Chinese diary
3949 entries.
3950
3951 2014-05-03 Juri Linkov <juri@jurta.org>
3952
3953 * dired.el (dired-check-switches, dired-switches-recursive-p):
3954 New functions. (Bug#17218)
3955 (dired-switches-escape-p, dired-move-to-end-of-filename):
3956 Use `dired-check-switches'.
3957 (dired-insert-old-subdirs, dired-build-subdir-alist)
3958 (dired-sort-R-check): Use `dired-switches-recursive-p'.
3959
3960 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
3961
3962 * simple.el (undo-make-selective-list): New algorithm fixes
3963 incorrectness of position adjustments when undoing in region.
3964 (Bug#17235)
3965 (undo-elt-crosses-region): Make obsolete.
3966 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
3967 New functions to adjust positions using undo-deltas.
3968
3969 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3970
3971 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
3972 the last consecutive closing paren (bug#17345).
3973
3974 2014-04-30 Reuben Thomas <rrt@sc3d.org>
3975
3976 * dired.el (dired-mode): make terminology for eXpunge command
3977 consistent. (Bug#17276)
3978
3979 2014-04-30 Eli Zaretskii <eliz@gnu.org>
3980
3981 * dired.el (dired-initial-position-hook, dired-initial-position):
3982 Doc string fixes.
3983
3984 2014-04-30 Glenn Morris <rgm@gnu.org>
3985
3986 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
3987
3988 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
3989
3990 * faces.el (face-spec-recalc): Apply X resources only after the
3991 defface spec has been applied. Thus, X resources are no longer
3992 overriden by the defface spec which also fixes issues on win32 where
3993 the toolbar coloring was wrong because it is set through X resources
3994 and was (wrongfully) overriden. (Bug#16694)
3995
3996 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
3997
3998 * textmodes/rst.el (electric-pair-pairs): Declare.
3999 (rst-mode): Set it (bug#17131).
4000
4001 2014-04-30 Juri Linkov <juri@jurta.org>
4002
4003 * desktop.el (desktop-value-to-string): Let-bind `print-length'
4004 and `print-level' to nil. (Bug#17351)
4005
4006 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4007
4008 * battery.el (battery-update): Handle the case where battery
4009 status is "N/A" (bug#17319).
4010
4011 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4012
4013 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
4014 to syntax-propertize.
4015 (ps-mode-auto-indent): Mark as obsolete.
4016 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
4017 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
4018 word regexp operators.
4019 (ps-mode-map): Move initialization into declaration. Remove binding
4020 for TAB, RET, >, ], and }.
4021 (ps-mode-syntax-table): Move initialization into declaration.
4022 Don't give word syntax to non-word chars.
4023 (ps-run-mode-map): Move initialization into declaration.
4024 (ps-mode-menu-main): Remove auto-indent entry.
4025 (ps-mode-smie-rules): New function.
4026 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
4027 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
4028 (ps-mode--string-syntax-table): New const.
4029 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
4030 New functions.
4031 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
4032 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
4033
4034 2014-04-27 Daniel Colascione <dancol@dancol.org>
4035
4036 * term/xterm.el (xterm-paste): Use large finite timeout when
4037 reading event to avoid putting keys in this-command-keys.
4038
4039 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4040
4041 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
4042 (perl-syntax-propertize-function): Use it. Extend handling of
4043 here-docs to the unquoted case.
4044
4045 2014-04-25 Eli Zaretskii <eliz@gnu.org>
4046
4047 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
4048 Use equal-including-properties to compare help-echo strings (bug#17331).
4049
4050 2014-04-25 Leo Liu <sdl.web@gmail.com>
4051
4052 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4053 Fix syntax for @. (Bug#17325)
4054
4055 2014-04-25 Daniel Colascione <dancol@dancol.org>
4056
4057 * emacs-lisp/cl.el (gv): Require gv early to break eager
4058 macro-expansion cycles.
4059
4060 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4061
4062 * simple.el (region-active-p): Check there's a mark (bug#17324).
4063
4064 * simple.el (completion-list-mode-map): Use choose-completion for the
4065 mouse binding as well (bug#17302).
4066 (completion-list-mode, completion-setup-function): Adjust docstring and
4067 echo area message accordingly.
4068 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
4069 calling convention of choose-completion.
4070 * comint.el (comint-dynamic-list-completions):
4071 * term.el (term-dynamic-list-completions): Accept choose-completion.
4072
4073 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
4074 &, |, +, - and * can't be a division (bug#17317).
4075
4076 * term/xterm.el (xterm--version-handler): Don't use modern xterm
4077 features on gnome-terminal (bug#16988).
4078
4079 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
4080
4081 Improve Scheme font-locking for (define ((foo ...) ...) ...).
4082
4083 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
4084 the declared object, ignore zero or more parens, not zero or one.
4085
4086 2014-04-24 Leo Liu <sdl.web@gmail.com>
4087
4088 * progmodes/xscheme.el (xscheme-expressions-ring)
4089 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4090 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
4091 (xscheme-allow-output-p, xscheme-prompt)
4092 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
4093
4094 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
4095 Comment out unused functions.
4096
4097 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4098
4099 * info.el: Use lexical-binding and cl-lib.
4100 Use defvar-local and setq-local instead of make-local-variable.
4101 (Info-apropos-matches): Avoid add-to-list.
4102 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
4103
4104 2014-04-24 Daniel Colascione <dancol@dancol.org>
4105
4106 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
4107
4108 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4109
4110 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
4111
4112 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
4113
4114 * dired.el (dired-insert-set-properties): Do not consider
4115 subdirectory headings and empty lines to be information that
4116 `dired-hide-details-mode' should hide. (Bug#17228)
4117
4118 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
4119
4120 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4121 Remove test messages.
4122 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
4123 and `target' twice.
4124
4125 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4126
4127 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
4128 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
4129
4130 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
4131
4132 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
4133
4134 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4135 Set "IFS=" when using read builtin, in order to preserve spaces in
4136 the file name. Add test messages for hunting a bug on hydra.
4137 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
4138
4139 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4140
4141 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
4142 Don't prettify a word within a symbol.
4143
4144 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
4145
4146 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
4147 possible.
4148
4149 2014-04-22 Daniel Colascione <dancol@dancol.org>
4150
4151 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
4152 use defun to define `function-put'.
4153
4154 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
4157 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
4158 (lisp-mode-variables): Set font-lock-extra-managed-props.
4159
4160 * emacs-lisp/byte-run.el (function-put): New function.
4161 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
4162 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
4163 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
4164 Use them.
4165
4166 2014-04-22 Daniel Colascione <dancol@dancol.org>
4167
4168 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
4169 Add `full-p' parameter; when nil, call `macroexpand' instead of
4170 `macroexpand-all'.
4171
4172 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
4173 Improve docstrings.
4174
4175 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
4176 Use lambda function values, not quoted lambdas.
4177 (byte-compile-recurse-toplevel): Remove extraneous &optional.
4178
4179 * emacs-lisp/cl-macs.el
4180 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
4181 (cl-struct-slot-value): Conditionally use aref or nth so that the
4182 compiler produces optimal code.
4183
4184 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
4187 (inline): Don't inline cl--set-elt.
4188 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
4189 Define as inlinable instead.
4190 (cl-struct-set-slot-value): Remove.
4191
4192 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
4193 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
4194 Use setf instead.
4195
4196 2014-04-21 Daniel Colascione <dancol@dancol.org>
4197
4198 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
4199 last two parameters after all.
4200 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
4201 (cl--compiler-macro-assoc,cl-struct-slot-value)
4202 (cl-struct-set-slot-value): Stop using them.
4203
4204 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
4207 entry in image-mode-winprops-alist.
4208
4209 2014-04-21 Daniel Colascione <dancol@dancol.org>
4210
4211 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
4212 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
4213 (byte-compile-toplevel-file-form): Use it.
4214
4215 * emacs-lisp/cl-macs.el:
4216 (cl--loop-let): Properly destructure `while' clauses.
4217
4218 2014-04-20 Daniel Colascione <dancol@dancol.org>
4219
4220 * vc/vc.el (vc-root-dir): New public autoloaded function for
4221 generically finding the current VC root.
4222 * vc/vc-hooks.el (vc-not-supported): New error.
4223 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
4224
4225 2014-04-20 Daniel Colascione <dancol@dancol.org>
4226
4227 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
4228 argument.
4229 (cl--const-expr-val): cl--const-expr-val should macroexpand its
4230 argument in case we're inside a symbol-macrolet.
4231 (cl--do-arglist, cl--compiler-macro-typep)
4232 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
4233 environment to `cl--const-expr-val'.
4234 (cl-struct-sequence-type,cl-struct-slot-info)
4235 (cl-struct-slot-offset, cl-struct-slot-value)
4236 (cl-struct-set-slot-value): New functions.
4237
4238 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4239
4240 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
4241 assignments such as "case=hello" (bug#17297).
4242
4243 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
4244
4245 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
4246 Do not autoload.
4247 (tramp-file-name-handler, tramp-completion-file-name-handler):
4248 Revert patch from 2014-04-10, it isn't necessary anymore.
4249 (tramp-autoload-file-name-handler)
4250 (tramp-register-autoload-file-name-handlers): New defuns.
4251 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
4252 (tramp-register-file-name-handlers): Remove also
4253 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
4254 Do not autoload its invocation, but eval it after loading of 'tramp.
4255
4256 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
4257
4258 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
4259
4260 2014-04-17 Daniel Colascione <dancol@dancol.org>
4261
4262 Add support for bracketed paste mode; add infrastructure for
4263 managing terminal mode enabling and disabling automatically.
4264
4265 * xt-mouse.el:
4266 (xterm-mouse-mode): Simplify.
4267 (xterm-mouse-tracking-enable-sequence)
4268 (xterm-mouse-tracking-disable-sequence): New constants.
4269 (turn-on-xterm-mouse-tracking-on-terminal)
4270 (turn-off-xterm-mouse-tracking-on-terminal):
4271 Use tty-mode-set-strings and tty-mode-reset-strings terminal
4272 parameters instead of random hooks.
4273 (turn-on-xterm-mouse-tracking)
4274 (turn-off-xterm-mouse-tracking): Delete.
4275
4276 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
4277 (xterm-paste-ending-sequence): New constant.
4278 (xterm-paste): New command used for bracketed paste support.
4279
4280 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
4281 (terminal-init-xterm-bracketed-paste-mode): New function.
4282 (terminal-init-xterm): Call it.
4283 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
4284 and tty-mode-reset-strings instead of random hooks.
4285 (xterm-turn-on-modify-other-keys)
4286 (xterm-turn-off-modify-other-keys)
4287 (xterm-remove-modify-other-keys): Delete obsolete functions.
4288
4289 * term/screen.el: Rewrite to just use the xterm code.
4290 Add copyright notice. Mention tmux.
4291
4292 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
4293
4294 * image-mode.el (image-mode-window-put): Also update the property of
4295 the "default window".
4296 * doc-view.el (doc-view-new-window-function): If no window
4297 exists, move to the last known page.
4298
4299 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4300
4301 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
4302 here-documents (bug#17262).
4303
4304 2014-04-16 Eli Zaretskii <eliz@gnu.org>
4305
4306 * term/pc-win.el (x-list-fonts, x-get-selection-value):
4307 Provide doc strings, as required by snarf-documentation.
4308
4309 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4310
4311 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
4312 arg of overlays-at. Use `invisible-p'.
4313
4314 * obsolete/lucid.el (extent-at):
4315 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
4316 overlays-at.
4317 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
4318
4319 2014-04-16 João Távora <joaotavora@gmail.com>
4320
4321 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
4322 links. (Bug#17217).
4323
4324 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4325
4326 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
4327 Use mapc to loop over a vector. (Bug#17257).
4328
4329 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
4330
4331 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
4332 patch, there are new problems with file names containing spaces.
4333 Get rid of backticks. (Bug#17238)
4334
4335 2014-04-16 João Távora <joaotavora@gmail.com>
4336
4337 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
4338 possible bug.
4339
4340 2014-04-16 Eli Zaretskii <eliz@gnu.org>
4341
4342 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
4343 (blink-cursor-mode): Mention customization variables and the
4344 effect of 'blink-cursor-blinks'.
4345
4346 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
4347
4348 * simple.el (undo): Prevent insertion of identity mapping into
4349 undo-equiv-table so as undo-only does not inf loop in the presence
4350 of consecutive nils in undo list.
4351
4352 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
4353
4354 * faces.el (make-face): Deprecate optional argument as it is no
4355 longer needed/used since the conditional X resources handling
4356 has been pushed down to make-face-x-resource-internal itself.
4357 (make-empty-face): Don't pass optional argument to make-face.
4358
4359 2014-04-16 Karl Fogel <kfogel@red-bean.com>
4360
4361 * savehist.el (savehist-save): Remove workaround for a read-passwd
4362 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
4363 noticing that the shim was still present.
4364
4365 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4366
4367 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
4368
4369 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
4370
4371 * faces.el (face-set-after-frame-default): Remove unused local variable.
4372
4373 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4374
4375 * progmodes/grep.el: Use lexical-binding.
4376 (grep-expand-template): Pass explicit lexical env to `eval'.
4377 (zrgrep): Let-bind grep-find-template explicitly.
4378
4379 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
4380 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
4381
4382 2014-04-12 Eli Zaretskii <eliz@gnu.org>
4383
4384 * international/characters.el <standard-case-table>: Add entries
4385 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
4386 Set category of Coptic characters be 'g' (Greek).
4387
4388 2014-04-12 Leo Liu <sdl.web@gmail.com>
4389
4390 * progmodes/octave.el (completion-table-with-cache):
4391 Define if not available.
4392 (octave-goto-function-definition, octave-sync-function-file-names)
4393 (octave-find-definition-default-filename):
4394 Backquote upattern for compatibility.
4395
4396 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
4397
4398 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
4399 name twice due to backticks. (Bug#17238)
4400
4401 2014-04-12 Glenn Morris <rgm@gnu.org>
4402
4403 * term/w32-win.el (x-win-suspend-error):
4404 * term/x-win.el (x-win-suspend-error): Sync docs.
4405
4406 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
4407
4408 * faces.el (make-face): Remove deprecated optional argument.
4409 The conditional application of X resources is handled directly by
4410 make-face-x-resource-internal since Emacs 24.4.
4411 (make-empty-face): Don't pass optional argument to make-face.
4412
4413 2014-04-11 Glenn Morris <rgm@gnu.org>
4414
4415 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
4416
4417 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4418
4419 Ediff's overlay priorities cause more trouble than they solve.
4420 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
4421 (ediff-highest-priority): Remove function (bug#17234).
4422 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
4423 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
4424 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
4425 overlay priorities.
4426
4427 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
4428
4429 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
4430 entry; use symbol boundaries to avoid mis-matches.
4431
4432 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
4433
4434 * net/tramp.el (tramp-file-name-handler)
4435 (tramp-completion-file-name-handler): Avoid recursive loading.
4436
4437 * net/tramp-sh.el (tramp-make-copy-program-file-name):
4438 Quote result also locally.
4439
4440 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4441
4442 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
4443 Remove left-over code.
4444
4445 * newcomment.el (comment-indent-new-line): Sink code where it's used.
4446 Reuse the previous comment's indentation unconditionally if it's on its
4447 own line.
4448
4449 2014-04-09 Daniel Colascione <dancol@dancol.org>
4450
4451 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
4452 `no-syntax-crossing' arguments. Forward to `up-list'.
4453 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
4454 Implement logic for escaping from strings. Use narrowing to deal
4455 with corner cases.
4456
4457 2014-04-09 Leo Liu <sdl.web@gmail.com>
4458
4459 * net/rcirc.el (rcirc-connection-info): New variable.
4460 (rcirc-connect): Use it to store connection info.
4461 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
4462 for killed process.
4463 (rcirc-cmd-reconnect): New command. (Bug#17045)
4464 (rcirc-mode, set-rcirc-encode-coding-system)
4465 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
4466
4467 2014-04-09 Daniel Colascione <dancol@dancol.org>
4468
4469 * emacs-lisp/cl-indent.el: Add comment claiming
4470 facility is also good for elisp.
4471 (lisp-indent-find-method): New function.
4472 (common-lisp-indent-function): Recognize cl-loop.
4473 (common-lisp-indent-function-1): Recognize cl constructs; use
4474 `lisp-indent-find-method' instead of `get' directly.
4475 (if): Use else-body style for elisp.
4476
4477 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
4478
4479 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
4480 Module methods. (Bug#17216)
4481
4482 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4483
4484 * help.el (describe-bindings): Fix buffer handling (bug#17210).
4485 (describe-bindings-internal): Mark obsolete.
4486
4487 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4488
4489 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
4490 buffer-file-name, and buffer-file-truename any more.
4491
4492 2014-04-08 Leo Liu <sdl.web@gmail.com>
4493
4494 Use lexical-binding and require cl-lib.
4495 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
4496 (rcirc-handler-generic, rcirc-fill-paragraph)
4497 (rcirc-format-response-string, rcirc-target-buffer)
4498 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
4499 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
4500 (rcirc-ctcp-sender-PING, rcirc-browse-url)
4501 (rcirc-markup-timestamp, rcirc-markup-attributes)
4502 (rcirc-markup-my-nick, rcirc-markup-urls)
4503 (rcirc-markup-bright-nicks, rcirc-markup-fill)
4504 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
4505 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
4506 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
4507 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
4508 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
4509 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
4510 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
4511 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
4512 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
4513 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
4514 use cl-lib.
4515
4516 2014-04-07 João Távora <joaotavora@gmail.com>
4517
4518 * elec-pair.el (electric-pair--syntax-ppss):
4519 When inside comments parse from comment beginning.
4520 (electric-pair--balance-info): Fix typo in comment.
4521 (electric-pair--in-unterminated-string-p): Delete.
4522 (electric-pair--unbalanced-strings-p): New function.
4523 (electric-pair-string-bound-function): New var.
4524 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
4525 according to `electric-pair--in-unterminated-string-p'
4526
4527 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
4528 Inhibit quote pairing if point-max is inside an unterminated string.
4529 (electric-pair--looking-at-unterminated-string-p): Delete.
4530 (electric-pair--in-unterminated-string-p): New function.
4531
4532 2014-04-07 Glenn Morris <rgm@gnu.org>
4533
4534 * shell.el (shell-directory-tracker):
4535 Go back to just ignoring failures. (Bug#17159)
4536
4537 2014-04-07 João Távora <joaotavora@gmail.com>
4538
4539 Fix `electric-pair-delete-adjacent-pairs' in modes binding
4540 backspace. (bug#16981)
4541 * elec-pair.el (electric-pair-backward-delete-char): Delete.
4542 (electric-pair-backward-delete-char-untabify): Delete.
4543 (electric-pair-mode-map): Bind backspace to a menu item filtering
4544 a new `electric-pair-delete-pair' command.
4545 (electric-pair-delete-pair): New command.
4546
4547 * progmodes/python.el (python-electric-pair-string-delimiter):
4548 Fix triple-quoting electricity. (Bug#17192)
4549
4550 * elec-pair.el (electric-pair-post-self-insert-function):
4551 Don't skip whitespace when `electric-pair-text-pairs' and
4552 `electric-pair-pairs' were used. syntax to
4553 electric-pair--skip-whitespace. (Bug#17183)
4554
4555 2014-04-07 Eli Zaretskii <eliz@gnu.org>
4556
4557 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
4558 "<F>". (Bug#17199)
4559
4560 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4561
4562 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
4563 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
4564
4565 2014-04-07 Glenn Morris <rgm@gnu.org>
4566
4567 * help.el (view-lossage): Doc tweak.
4568
4569 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
4570
4571 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
4572 only when inhibit-x-resources is nil, and do that earlier in the
4573 function. Doc fix. (Bug#16694)
4574 (face-spec-choose): Accept additional optional argument, whose
4575 value is returned if no matching attributes are found.
4576 (face-spec-recalc): Use the new optional argument when calling
4577 face-spec-choose. (Bug#16378)
4578 (make-face-x-resource-internal): Do nothing when
4579 inhibit-x-resources is non-nil. Don't touch the default face if
4580 reversed video is given--as was done in previous versions of Emacs.
4581 (face-set-after-frame-default): Don't call
4582 make-face-x-resource-internal here. (Bug#16434)
4583
4584 2014-04-07 Tassilo Horn <tsdh@gnu.org>
4585
4586 * doc-view.el (doc-view-bookmark-jump):
4587 Use `bookmark-after-jump-hook' to jump to the right page after the
4588 buffer is shown in a window. (bug#16090)
4589
4590 2014-04-07 Eli Zaretskii <eliz@gnu.org>
4591
4592 * international/characters.el (mirroring): Fix last change:
4593 instead of loading uni-mirrored.el explicitly, do that implicitly
4594 by creating the 'mirroring' uniprop table. This avoids announcing
4595 the loading of uni-mirrored.el.
4596
4597 2014-04-07 Glenn Morris <rgm@gnu.org>
4598
4599 * files.el (buffer-stale--default-function)
4600 (buffer-stale-function, revert-buffer--default):
4601 * autorevert.el (auto-revert-buffers): Doc tweaks.
4602
4603 2014-04-07 Eli Zaretskii <eliz@gnu.org>
4604
4605 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
4606
4607 2014-04-07 Glenn Morris <rgm@gnu.org>
4608
4609 * files.el (make-backup-file-name-function)
4610 (make-backup-file-name, make-backup-file-name--default-function)
4611 (make-backup-file-name-1, find-backup-file-name)
4612 (revert-buffer-function, revert-buffer-insert-file-contents-function)
4613 (buffer-stale--default-function, buffer-stale-function)
4614 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
4615 (revert-buffer, revert-buffer--default)
4616 (revert-buffer-insert-file-contents--default-function):
4617 Doc fixes related to defaults no longer being nil.
4618 (make-backup-file-name-function): Bump :version.
4619 Restore nil as a valid but deprecated custom type.
4620
4621 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4622
4623 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4624 Handle $' used as a variable (bug#17174).
4625
4626 * progmodes/perl-mode.el (perl-indent-new-calculate):
4627 Handle forward-sexp failure (bug#16985).
4628 (perl-syntax-propertize-function): Add "foreach" and "for" statement
4629 modifiers introducing expressions (bug#17116).
4630
4631 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
4634
4635 2014-04-05 Leo Liu <sdl.web@gmail.com>
4636
4637 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4638 Add define-compilation-mode.
4639
4640 2014-04-04 João Távora <joaotavora@gmail.com>
4641
4642 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
4643 parse from comment beginning.
4644 (electric-pair--balance-info): Fix typo in comment.
4645 (electric-pair--in-unterminated-string-p): Delete.
4646 (electric-pair--unbalanced-strings-p): New function.
4647 (electric-pair-string-bound-function): New var.
4648 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
4649 according to `electric-pair--in-unterminated-string-p'.
4650
4651 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4652
4653 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
4654 Move declaration before first use.
4655 (reftex-move-to-next-arg): Silence compiler warning.
4656
4657 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
4658
4659 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
4660 Use `window-total-width' instead of `window-width'.
4661
4662 2014-04-03 Daniel Colascione <dancol@dancol.org>
4663
4664 * subr.el (set-transient-map): Remove rms's workaround entirely;
4665 use new `suspicious-object' subr to mark our lambda for closer
4666 scrutiny during gc.
4667
4668 2014-04-02 Richard Stallman <rms@gnu.org>
4669
4670 * subr.el (set-transient-map): Comment out previous change.
4671
4672 2014-04-02 Glenn Morris <rgm@gnu.org>
4673
4674 * menu-bar.el (menu-bar-file-menu):
4675 * vc/ediff.el (ediff-current-file):
4676 Update for revert-buffer-function no longer being nil by default.
4677
4678 * simple.el (command-execute): Respect nil disabled-command-function.
4679
4680 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4681
4682 * simple.el (command-execute): Do not execute the command when it
4683 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
4684
4685 2014-04-02 Juri Linkov <juri@jurta.org>
4686
4687 * dired-aux.el (dired-compress-file): Don't use string-match-p
4688 because its match data is used afterwards.
4689
4690 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
4691
4692 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
4693 0 like nil.
4694
4695 2014-04-02 João Távora <joaotavora@gmail.com>
4696
4697 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
4698 Inhibit quote pairing if point-max is inside an unterminated string.
4699 (electric-pair--looking-at-unterminated-string-p):
4700 Delete.
4701 (electric-pair--in-unterminated-string-p): New function.
4702
4703 2014-04-01 Daniel Colascione <dancol@dancol.org>
4704
4705 * minibuffer.el (minibuffer-complete): Prevent assertion failure
4706 when trying to complete the prompt.
4707
4708 2014-03-31 Leo Liu <sdl.web@gmail.com>
4709
4710 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
4711 Refactor out eldoc-documentation-function-default.
4712 (eldoc-documentation-function-default): New function.
4713 (eldoc-documentation-function): Change value.
4714
4715 2014-03-31 Glenn Morris <rgm@gnu.org>
4716
4717 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
4718
4719 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
4720 (vhdl-compose-components-package, vhdl-compose-configuration):
4721 Abbreviate default-directory (missing from some previous upstream sync).
4722
4723 2014-03-31 Reto Zimmermann <reto@gnu.org>
4724
4725 Sync with upstream vhdl mode v3.35.2.
4726 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
4727 (top-level): No longer require assoc.
4728 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
4729 New functions. Use throughout to replace aget etc.
4730 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
4731 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
4732 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
4733 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
4734 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
4735 except `vhdl-compiler'.
4736 (vhdl-error-regexp-add-emacs): Remove all other compilers,
4737 when appropriate.
4738
4739 2014-03-31 Glenn Morris <rgm@gnu.org>
4740
4741 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
4742 Revert 2014-03-26 merge goof; go back to using defalias.
4743
4744 2014-03-30 Daniel Colascione <dancol@dancol.org>
4745
4746 * comint.el (comint-send-input):
4747 Deactivate completion-in-region-mode before we send comint input.
4748 (Bug#17139).
4749
4750 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
4751 on keyboard-quit.
4752
4753 2014-03-29 Glenn Morris <rgm@gnu.org>
4754
4755 * textmodes/reftex.el: Manage most autoloads automatically.
4756 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
4757 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
4758 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
4759 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
4760 * textmodes/reftex-toc.el: Set generated-autoload-file,
4761 and add autoload cookies for reftex.el.
4762 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
4763
4764 2014-03-28 Glenn Morris <rgm@gnu.org>
4765
4766 * cus-start.el (report-emacs-bug-address): Set custom properties.
4767 * mail/emacsbug.el (report-emacs-bug-address):
4768 Variable is now defined in emacs.c.
4769
4770 * mail/emacsbug.el (report-emacs-bug):
4771 Include system-configuration-features.
4772
4773 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
4774
4775 * simple.el (cycle-spacing): Never delete spaces on first run by
4776 default, but do so in a new 'fast mode and if there are already
4777 N spaces (the previous behavior).
4778 Compare N with its value in previous invocation so that changing
4779 prefix argument restarts `cycle-spacing' sequence.
4780 The idea is that with this change, binding M-SPC to
4781 `cycle-spacing' should not introduce any changes in behavior of
4782 the binding so long as users do not type M-SPC twice in a raw with
4783 the same prefix argument or lack thereof.
4784
4785 2014-03-28 Glenn Morris <rgm@gnu.org>
4786
4787 * faces.el (term-file-aliases): New variable.
4788 (tty-run-terminal-initialization): Respect term-file-aliases.
4789 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
4790 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
4791 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
4792
4793 2014-03-27 Glenn Morris <rgm@gnu.org>
4794
4795 * startup.el (inhibit-startup-hooks): Doc tweak.
4796 (normal-top-level): Simplify running of hooks.
4797 For window-setup-hook, respect inhibit-startup-hooks.
4798 (command-line-1): Don't set window-setup-hook to nil.
4799
4800 Allow selective autoloading from obsolete/ directory.
4801 * Makefile.in (obsolete-autoloads): New rule.
4802 (autoloads): Run obsolete-autoloads.
4803 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
4804 * simple.el (iswitchb-mode): Remove hand-written autoloads.
4805
4806 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
4807
4808 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4809 Highlight special globals with font-lock-builtin-face. (Bug#17057)
4810
4811 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4812 Don't propertize `?' or `!' as symbol constituent when after
4813 colon. (Bug#17097)
4814
4815 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
4816
4817 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
4818 which is no longer needed and causes trouble in GTK builds (bug#17046).
4819
4820 * emacs-lisp/package-x.el (package--archive-contents-from-url):
4821 Use url-insert-file-contents; package-handle-response no longer exists.
4822
4823 2014-03-26 Daniel Colascione <dancol@dancol.org>
4824
4825 * simple.el (process-menu-mode-map): New variable.
4826 (process-menu-delete-process): New command.
4827
4828 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
4829
4830 * emacs-lisp/package.el: Fix bug#16733 (again).
4831 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
4832 (url-http-target-url): Remove unused declarations.
4833 (package-handle-response): Remove.
4834 (package--with-work-buffer): Use url-insert-file-contents and simplify.
4835 (package--download-one-archive): Use current-buffer instead of
4836 dynamic binding of `buffer'.
4837 (describe-package-1): Do not decode readme-string.
4838
4839 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
4840
4841 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
4842
4843 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
4844 from 2014-03-07, it decreases performance unnecessarily. Let-bind
4845 `remote-file-name-inhibit-cache' to nil in the second pass.
4846 (tramp-find-executable): Do not call "which" on SunOS.
4847 (tramp-send-command-and-check): Fix docstring.
4848 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
4849 check whether source directory has set the sticky bit.
4850
4851 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
4852
4853 * simple.el (primitive-undo): Only process marker adjustments
4854 validated against their corresponding (TEXT . POS). Issue warning
4855 for lone marker adjustments in undo history. (Bug#16818)
4856 (undo-make-selective-list): Add marker adjustments to selective
4857 undo list based on whether their corresponding (TEXT . POS) is in
4858 the region. Remove variable adjusted-markers, which was unused
4859 and only non nil during undo-make-selective-list.
4860 (undo-elt-in-region): Return nil when passed a marker adjustment
4861 and explain in function doc.
4862
4863 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4864
4865 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
4866
4867 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
4868
4869 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
4870 Match special global variables without curlies, too.
4871 (ruby-font-lock-keywords): Simplify the matcher for special global
4872 variables. Don't require a non-word character after the variable.
4873 (Bug#17057)
4874
4875 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4876
4877 * simple.el (redisplay-highlight-region-function): Increase priority of
4878 overlay to make sure boundaries are visible (bug#15899).
4879
4880 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
4881
4882 * frameset.el (frameset--initial-params): Fix typo in parameter name.
4883 (frameset-restore): Compare display strings with equal.
4884
4885 * frame.el (make-frame): Don't quote display name in error message,
4886 it is already a string.
4887
4888 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4889
4890 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
4891 the password.
4892
4893 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
4894
4895 * emacs-lisp/package.el (package--add-to-archive-contents):
4896 Include already installed and built-in packages in
4897 `package-archive-contents'.
4898 (package-install): Don't include already installed packages in the
4899 options during interactive invocation. (Bug#16762)
4900 (package-show-package-list): If the buffer is already displayed in
4901 another window, switch to that window.
4902
4903 2014-03-26 Reto Zimmermann <reto@gnu.org>
4904
4905 Sync with upstream vhdl mode v3.35.1.
4906 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
4907 (vhdl-compiler-alist): Doc fix.
4908 (vhdl-goto-line): Remove.
4909 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
4910 (vhdl-mode) <paragraph-start>: Fix value.
4911 (vhdl-fix-statement-region): Not `for' in wait-statement.
4912 (vhdl-beautify-region): Also (un)tabify.
4913 (vhdl-get-visible-signals):
4914 Scan declarative part of generate statements.
4915 (vhdl-template-record): Fix indentation for record type declaration.
4916 (vhdl-expand-abbrev, vhdl-expand-paren):
4917 Revert to using fset again rather than defalias.
4918 (vhdl-scan-directory-contents): Tweak.
4919 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
4920 (vhdl-compose-components-package):
4921 Replace vhdl-goto-line with forward-line.
4922 (top-level): Tweak speedbar frame selection.
4923 (vhdl-generate-makefile-1): Support for compilers with no
4924 unit-to-file name mapping (create directory with dummy files).
4925
4926 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
4927
4928 Sync with upstream verilog-mode revision 702457d.
4929 * progmodes/verilog-mode.el (verilog-mode-version): Update.
4930 (create-lockfiles): Declare.
4931 (verilog-read-decls): Fix module header imports, bug709.
4932 Reported by Victor Lau.
4933 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
4934 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
4935 interface-only modules, bug721. Reported by Dean Hoyt.
4936
4937 2014-03-26 Glenn Morris <rgm@gnu.org>
4938
4939 * obsolete/gulp.el: Move here from emacs-lisp/.
4940
4941 * files.el (lock-buffer, unlock-buffer, file-locked-p):
4942 Remove fallback aliases, since they are always defined now.
4943
4944 2014-03-24 Daniel Colascione <dancol@dancol.org>
4945
4946 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
4947 instead of cl-loop search function.
4948
4949 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
4950
4951 * calendar/parse-time.el (parse-time-iso8601-regexp)
4952 (parse-iso8601-time-string): Copy from `url-dav' so that we can use
4953 it more generally.
4954
4955 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
4956
4957 * net/dns.el (network-interface-list): Define for XEmacs.
4958
4959 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
4960
4961 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
4962 the network interfaces changed.
4963 (dns-query): Use it to flush the data.
4964
4965 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
4966
4967 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
4968
4969 2014-03-23 Daniel Colascione <dancol@dancol.org>
4970
4971 Change subword-mode to use `find-word-boundary-function-table' and
4972 replace `capitalized-words-mode'. Also, convert to lexical binding.
4973 * progmodes/cap-words.el: Delete now-obsolete file.
4974 * progmodes/subword.el: Reimplement using
4975 `find-word-boundary-function-table'.
4976 (subword-mode-map): Hollow out.
4977 (capitalized-words-mode): Define as obsolete alias for
4978 `subword-mode'.
4979 (subword-mode, superword-mode): Tweak documentation to reflect new
4980 implementation; call `subword-setup-buffer'.
4981 (subword-forward, subword-capitalize): Add underscore to indicate
4982 unused variable.
4983 (subword-find-word-boundary-function-table): New constant.
4984 (subword-empty-char-table): New constant.
4985 (subword-setup-buffer): New function.
4986 (subword-find-word-boundary): New function.
4987
4988 2014-03-23 Daniel Colascione <dancol@dancol.org>
4989
4990 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
4991 list to look for keyword arguments instead of `memq', fixing
4992 (Bug#3647) --- unfortunately, only for freshly-compiled code.
4993 Please make bootstrap.
4994
4995 2014-03-22 Glenn Morris <rgm@gnu.org>
4996
4997 * dired.el (dired-read-regexp): Make obsolete.
4998 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
4999 (dired-flag-files-regexp):
5000 * dired-aux.el (dired-mark-read-regexp):
5001 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
5002
5003 * startup.el (fancy-startup-text):
5004 * help.el (describe-gnu-project): Visit online info about GNU project.
5005
5006 * help-fns.el (help-fns--interactive-only): New function.
5007 (help-fns-describe-function-functions): Add the above function.
5008 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
5009 (next-line, previous-line): Remove hand-written interactive-only
5010 information from doc strings, it is auto-generated now.
5011 * bookmark.el (bookmark-write):
5012 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
5013 (epa-mail-import-keys): Mark interactive-only,
5014 and remove hand-written interactive-only information from doc strings.
5015 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
5016 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
5017 * files.el (not-modified):
5018 * simple.el (mark-whole-buffer): Mark interactive-only.
5019
5020 * emacs-lisp/byte-run.el (defun-declarations-alist):
5021 Add interactive-only. Doc tweak.
5022 (macro-declarations-alist): Doc tweak.
5023 * subr.el (declare): Doc tweak (add xref to manual).
5024 * comint.el (comint-run):
5025 * files.el (insert-file-literally, insert-file):
5026 * replace.el (replace-string, replace-regexp):
5027 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5028 (delete-forward-char, goto-line, insert-buffer, next-line)
5029 (previous-line): Set interactive-only via declare.
5030
5031 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
5032
5033 * emacs-lisp/package.el (package-desc): Use the contents of the
5034 quoted form, not its cdr. (Bug#16873)
5035
5036 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
5037
5038 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
5039 benefit of doc.c; change parameter profile to match the X function.
5040
5041 2014-03-22 Leo Liu <sdl.web@gmail.com>
5042
5043 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
5044 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
5045
5046 2014-03-21 Richard Stallman <rms@gnu.org>
5047
5048 * battery.el (battery-linux-sysfs): Search for each field
5049 from the beginning of the buffer.
5050
5051 * subr.el (set-transient-map): Clear out function and value
5052 of the temporary symbol when we're done with it.
5053
5054 * mail/rmailsum.el (rmail-summary-delete-forward):
5055 Optimize case of reaching end and handling count.
5056 (rmail-summary-mark-deleted): Optimize when N is current msg.
5057 Don't create new summary line.
5058 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
5059 (rmail-summary-undelete-many): Rewrite for speed.
5060 (rmail-summary-msg-number): New function.
5061
5062 * mail/rmail.el (rmail-delete-message): Update summary.
5063 (rmail-undelete-previous-message): Handle repeat count arg.
5064 (rmail-delete-backward, rmail-delete-forward): Likewise.
5065
5066 2014-03-21 Daniel Colascione <dancol@dancol.org>
5067
5068 * mail/emacsbug.el (report-emacs-bug): Include memory usage
5069 information in bug reports.
5070
5071 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
5072
5073 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
5074 and `tramp-copy-env'.
5075
5076 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
5077 (tramp-maybe-open-connection): Handle `tramp-login-env'.
5078
5079 2014-03-21 Glenn Morris <rgm@gnu.org>
5080
5081 * electric.el (electric-indent-post-self-insert-function): Add doc.
5082
5083 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
5084
5085 * emacs-lisp/package.el (package-compute-transaction):
5086 Use `version-list-<=' to compare the requirement version against
5087 the version of package already to be installed. Update the error
5088 message. (Bug#16826)
5089
5090 * progmodes/ruby-mode.el (ruby-smie-rules):
5091 Add indentation rule for ` @ '. (Bug#17050)
5092
5093 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
5094
5095 * align.el (align-regexp): Remove superfluous backslash.
5096
5097 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
5098 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
5099 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
5100 Fix docstring typos.
5101 (ffap-next): Use C-u in docstring.
5102 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
5103 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
5104 Remove superfluous backslashes.
5105 (ffap-string-at-point): Reflow docstring.
5106
5107 * server.el (server-host): Reflow docstring.
5108 (server-unload-function): Fix docstring typo.
5109 (server-eval-at): Remove superfluous backslash.
5110
5111 * skeleton.el (skeleton-insert): Remove superfluous backslash.
5112 (skeleton-insert): Doc fix.
5113 (skeleton-insert): Reflow docstring.
5114
5115 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
5116 (tty-color-approximate, tty-color-by-index, tty-color-values)
5117 (tty-color-desc): Remove superfluous backslashes.
5118
5119 2014-03-21 Glenn Morris <rgm@gnu.org>
5120
5121 * cus-start.el (history-length): Bump :version.
5122
5123 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
5124 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
5125 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
5126 Don't set `make-backup-files'.
5127
5128 * info.el (info--prettify-description): New function,
5129 to give info-finder descriptions consistent case, punctuation.
5130 (Info-finder-find-node): Use it. Sort packages.
5131 Refer to "description" rather than "commentary".
5132
5133 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
5134
5135 * frameset.el (frameset--print-register): New function.
5136 (frameset-to-register): Use it.
5137
5138 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
5139
5140 * progmodes/hideif.el (hif-string-to-number): New function.
5141 (hif-tokenize): Use it to understand non-decimal floats.
5142
5143 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
5144
5145 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
5146
5147 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5148
5149 * electric.el (electric-newline-and-maybe-indent): New command.
5150 Bind it globally to C-j.
5151 (electric-indent-mode): Don't mess with the global map any more.
5152 Don't drop the post-self-insert-hook is some buffer is still using it
5153 (bug#16770).
5154
5155 * bindings.el (global-map): Remove C-j binding.
5156
5157 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
5158 the docstring of functions advised before dumping (bug#16993).
5159
5160 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
5161
5162 * ps-print.el (ps-generate-postscript-with-faces):
5163 Explicitly deactivate the mark (bug#16866).
5164 * simple.el (deactivate-mark): Update region highlight.
5165
5166 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
5167
5168 * emacs-lisp/package.el (describe-package-1):
5169 Decode commentary (bug#16733).
5170
5171 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
5172
5173 * custom.el (defcustom): Doc fix: recommend avoiding destructive
5174 modification of the value argument of :set (bug#16755).
5175
5176 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
5177
5178 * simple.el (newline-and-indent): Do autofill (bug#17031).
5179
5180 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
5181
5182 * newcomment.el (comment-normalize-vars): Only add escaping check
5183 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
5184 (comment-beginning): Use `narrow-to-region' instead of moving back
5185 one character.
5186 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
5187 (comment-start-skip): Update the docstring.
5188
5189 2014-03-18 Richard Stallman <rms@gnu.org>
5190
5191 * dired.el (dired-display-file): Force use of other window.
5192
5193 2014-03-18 Daniel Colascione <dancol@dancol.org>
5194
5195 * startup.el (tty-handle-args): Remove debug message from 2007.
5196
5197 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
5200 (advice--make-interactive-form): Use it to avoid (auto)loading function.
5201 (advice--make-1, advice-add, advice-remove):
5202 Remove braindead :advice-pending hack.
5203
5204 2014-03-17 Glenn Morris <rgm@gnu.org>
5205
5206 * calendar/calendar.el (calendar-generate-month): Apply weekend
5207 face to the right days; fixes 2013-08-06 change. (Bug#17028)
5208
5209 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
5210
5211 * net/tramp.el (tramp-action-out-of-band): Read pending output.
5212 (tramp-call-process): Trace also DESTINATION.
5213
5214 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5215 Quote file names when they are local. Remove superfluous trace.
5216
5217 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
5218
5219 * newcomment.el (comment-beginning): If `comment-start-skip'
5220 doesn't match, move back one char and try again. (Bug#16971)
5221
5222 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5223 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
5224 Set `comment-start-skip' to a simpler value that doesn't try to
5225 check if the semicolon is escaped (this is handled by
5226 `syntax-ppss' now). (Bug#16971)
5227
5228 * progmodes/scheme.el (scheme-mode-variables): Same.
5229
5230 2014-03-16 Martin Rudalics <rudalics@gmx.at>
5231
5232 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
5233 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
5234 current (Bug#16816, Bug#17007).
5235 (with-current-buffer-window): New macro doing the same as
5236 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
5237 * help.el (help-print-return-message): Warn in doc-string to not
5238 use this in `with-help-window'.
5239 (describe-bindings-internal): Call `describe-buffer-bindings'
5240 from within help buffer. See Juanma's scenario in (Bug#16816).
5241 (with-help-window): Update doc-string.
5242 * dired.el (dired-mark-pop-up):
5243 * files.el (save-buffers-kill-emacs):
5244 * register.el (register-preview): Use `with-current-buffer-window'
5245 instead of `with-temp-buffer-window'.
5246
5247 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
5248
5249 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
5250 Implement inserting into current buffer, documented in their docstrings.
5251 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
5252 (rst-section-tree-point, rst-forward-section, rst-indent)
5253 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
5254 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
5255 (rst-font-lock-handle-adornment-pre-match-form)
5256 (rst-repeat-last-character): Reflow docstrings.
5257 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
5258 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
5259 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
5260 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
5261 Fix docstring typos.
5262 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
5263 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
5264 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
5265
5266 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
5267
5268 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
5269 for compatibility with other ports.
5270 (ns-initialize-window-system): Use it. It is set in term/common-win.el
5271 from the -xrm command line argument, but in the Nextstep port its value
5272 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
5273
5274 * progmodes/python.el (defconst, python-syntax-count-quotes)
5275 (python-indent-region, python-indent-shift-right)
5276 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
5277 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
5278 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
5279 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
5280 (inferior-python-mode, python-shell-make-comint, run-python-internal)
5281 (python-shell-buffer-substring, python-shell-send-buffer)
5282 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
5283 (python-completion-complete-at-point, python-fill-docstring-style)
5284 (python-eldoc-function, python-imenu-format-item-label)
5285 (python-imenu-format-parent-item-label)
5286 (python-imenu-format-parent-item-jump-label)
5287 (python-imenu--build-tree, python-imenu-create-index)
5288 (python-imenu-create-flat-index): Fix docstring typos.
5289 (python-indent-context, python-shell-prompt-regexp, run-python):
5290 Remove superfluous backslashes.
5291 (python-indent-line, python-nav-beginning-of-defun)
5292 (python-shell-get-buffer, python-shell-get-process)
5293 (python-info-current-defun, python-info-current-line-comment-p)
5294 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
5295 (python-indent-post-self-insert-function, python-shell-send-file)
5296 (python-shell-completion-get-completions)
5297 (python-shell-completion-complete-or-indent)
5298 (python-eldoc--get-doc-at-point): Reflow docstrings.
5299
5300 2014-03-14 Glenn Morris <rgm@gnu.org>
5301
5302 * emacs-lisp/package.el (package-menu-mode-map):
5303 Replace use of obsolete function alias. Tweak menu item text.
5304
5305 * info.el (Info-finder-find-node):
5306 Ignore the `emacs' metapackage. (Bug#10813)
5307
5308 * finder.el (finder-list-matches): Include unversioned packages
5309 in the result of a keyword search.
5310
5311 * finder.el (finder--builtins-descriptions): New constant.
5312 (finder-compile-keywords): Use finder--builtins-descriptions.
5313
5314 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
5315
5316 * simple.el (blink-matching-paren): Describe the new value,
5317 `jump', enabling the old behavior.
5318 (blink-matching-open): Use that value. (Bug#17008)
5319
5320 2014-03-14 Glenn Morris <rgm@gnu.org>
5321
5322 * finder.el (finder-no-scan-regexp): Add leim-list.
5323 (finder-compile-keywords):
5324 Don't skip files with same basename. (Bug#14010)
5325 * Makefile.in (setwins_finder): New, excluding leim.
5326 (finder-data): Use setwins_finder.
5327
5328 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
5329 (help-function-arglist, help-make-usage): Move from here...
5330 * help.el (help-split-fundoc, help-add-fundoc-usage)
5331 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
5332 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
5333
5334 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
5335
5336 * net/socks.el (socks, socks-override-functions)
5337 (socks-find-services-entry):
5338 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
5339 (hif-find-ifdef-block):
5340 * progmodes/modula2.el (m2-indent): Fix docstring typos.
5341
5342 * net/tls.el (tls-program): Reflow docstring.
5343
5344 * progmodes/pascal.el (pascal-mode-abbrev-table)
5345 (pascal-imenu-generic-expression, pascal-auto-endcomments)
5346 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
5347 (pascal-outline-mode): Fix docstring typos.
5348 (pascal-mode): Let define-derived-mode document mode hook.
5349 (pascal-uncomment-area): Reflow.
5350 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
5351
5352 * progmodes/opascal.el (opascal-compound-block-indent)
5353 (opascal-case-label-indent): Fix docstring typos.
5354 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
5355
5356 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
5357
5358 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5359 Fontify multiple adjacent negation chars. (Bug#17004)
5360
5361 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
5362
5363 * emacs-lisp/package.el (package--prepare-dependencies):
5364 Accept requirements without explicit version (bug#14941).
5365
5366 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
5367
5368 * register.el (register-separator, copy-to-register): Doc fixes.
5369 (register-preview-default): Remove unnecessary call to concat.
5370
5371 * frameset.el (frameset-restore): When checking for a visible frame,
5372 use the action map instead of calling visible-frame-list.
5373
5374 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
5375
5376 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
5377
5378 2014-03-12 Martin Rudalics <rudalics@gmx.at>
5379
5380 * window.el (fit-frame-to-buffer): Get maximum width from
5381 display's width instead of height.
5382
5383 2014-03-12 Glenn Morris <rgm@gnu.org>
5384
5385 * desktop.el (desktop-restore-frames)
5386 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
5387 (desktop-restore-reuses-frames): Doc tweaks.
5388
5389 * electric.el (electric-indent-mode): Doc fix.
5390
5391 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
5392
5393 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
5394 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
5395 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
5396 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
5397 (cvs-dired-use-hook): Fix docstring typos.
5398 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
5399 Doc fixes.
5400
5401 * vc/pcvs-defs.el (cvs-auto-remove-handled)
5402 (cvs-auto-remove-directories, cvs-default-ignore-marks)
5403 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
5404 (cvs-execute-single-dir): Fix docstring typos.
5405
5406 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
5407 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
5408
5409 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
5410
5411 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
5412 Fix docstring typos.
5413
5414 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
5415
5416 * frameset.el (frameset--jump-to-register): Add autoload; it could be
5417 called from jump-to-register after unloading the frameset package.
5418
5419 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5420
5421 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
5422 (bug#16975). Deactivate the mark before setting it to nil.
5423 (activate-mark): Do nothing if region is already active.
5424
5425 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
5426
5427 * frameset.el (frameset--target-display): Remove definition; declare.
5428 (frameset-save, frameset-restore): Let-bind frameset--target-display.
5429
5430 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5431
5432 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
5433 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
5434 when the advice is pending.
5435 (advice-remove): Remove this marker when not needed any more.
5436
5437 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
5438
5439 * frameset.el: Separate options for reusing frames and cleaning up.
5440 (frameset--reuse-list): Remove definition; declare.
5441 (frameset--action-map): Declare.
5442 (frameset--find-frame-if): Doc fix.
5443 (frameset--restore-frame): Cache frame action.
5444 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
5445 how to clean up the frame list after restoring. Remove cleaning
5446 options from REUSE-FRAMES. Change all keyword values to symbols.
5447 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
5448
5449 * desktop.el (desktop-restore-forces-onscreen)
5450 (desktop-restore-reuses-frames): Use non-keyword values.
5451 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
5452
5453 2014-03-10 Glenn Morris <rgm@gnu.org>
5454
5455 * files.el (find-file): Doc fix: update info node name.
5456
5457 * emacs-lisp/advice.el (ad-add-advice, defadvice):
5458 Doc fix: remove references to deleted info nodes.
5459
5460 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
5461
5462 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
5463 Do not add nil to the environment, when there's no remote `locale'.
5464 (tramp-find-inline-encoding): Check, that the remote host has
5465 installed perl, before sending scripts.
5466
5467 2014-03-10 Leo Liu <sdl.web@gmail.com>
5468
5469 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
5470 Clear eldoc-last-message. (Bug#16920)
5471
5472 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5473
5474 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
5475 (bug#14430).
5476
5477 2014-03-09 Juri Linkov <juri@jurta.org>
5478
5479 * ansi-color.el (ansi-color-names-vector): Copy default colors
5480 from `xterm-standard-colors' that look well on the default white
5481 background (and also on the black background) to avoid illegible
5482 color combinations like yellow-on-white and white-on-white.
5483 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
5484
5485 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
5486
5487 * frameset.el (frameset-restore): When no frame is visible, do not
5488 generate a list of frames, just make visible the selected one.
5489
5490 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
5491
5492 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
5493 it only contains the repository root. (Bug#16897)
5494
5495 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
5496
5497 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
5498 only when `remote-file-name-inhibit-cache' is nil.
5499 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
5500
5501 2014-03-06 Martin Rudalics <rudalics@gmx.at>
5502
5503 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
5504 Fix doc-strings.
5505 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
5506 fit-frame-to-buffer variable. Fix doc-string.
5507 (fit-window-to-buffer): Set ONLY argument in call of
5508 fit-frame-to-buffer. Fix doc-string.
5509
5510 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
5511
5512 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
5513 (tramp-action-password): Clear password cache if needed.
5514 (tramp-read-passwd): Do not clear password cache.
5515
5516 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
5517 cache unless it is the first password request.
5518
5519 2014-03-06 Glenn Morris <rgm@gnu.org>
5520
5521 * simple.el (newline): Doc tweak.
5522
5523 * emacs-lisp/shadow.el (load-path-shadows-find):
5524 Ignore dir-locals. (Bug#12357)
5525
5526 2014-03-05 Glenn Morris <rgm@gnu.org>
5527
5528 * files.el (interpreter-mode-alist):
5529 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
5530
5531 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
5532
5533 * frameset.el (frameset--initial-params): Filter out null entries.
5534
5535 2014-03-05 Martin Rudalics <rudalics@gmx.at>
5536
5537 * window.el (window-min-height, window-min-width):
5538 Rewrite doc-strings.
5539 (window-body-size): Add PIXELWISE argument to make it consistent
5540 with its callees.
5541
5542 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
5543
5544 * finder.el (finder-mode-map, finder-mode-syntax-table):
5545 Revert part of 2014-02-28 change.
5546
5547 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
5548
5549 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
5550 (eww-setup-buffer): Clear next/prev/etc more reliably.
5551 (eww-textarea-map): [tab] doesn't work on tty.
5552 Reported by Mario Lang.
5553
5554 * net/shr.el (shr-map): Ditto.
5555
5556 2014-03-04 Glenn Morris <rgm@gnu.org>
5557
5558 * minibuffer.el (completion-hilit-commonality):
5559 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
5560
5561 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
5562
5563 * hilit-chg.el (hilit-chg-unload-function): New function.
5564 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
5565 (hilit-chg-map-changes): Prefer cardinal number to digit.
5566 (hilit-chg-display-changes): Reflow docstring.
5567 (highlight-changes-rotate-faces): Remove superfluous backslash.
5568
5569 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
5570
5571 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
5572 `tramp-send-command-and-check'.
5573
5574 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
5575
5576 * hexl.el (hexl-address-region, hexl-ascii-region)
5577 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
5578 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
5579 (hexl-forward-word, hexl-previous-line, hexl-next-line):
5580 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
5581 (hexl-mode): Doc fix.
5582 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
5583 (hexl-mode-ruler): Fix typos in docstrings.
5584
5585 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
5586 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
5587 Remove superfluous backslashes.
5588 (strokes-last-stroke, strokes-global-map, strokes-mode):
5589 Reflow docstrings.
5590 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
5591 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
5592 (strokes-distance-squared, strokes-global-set-stroke)
5593 (strokes-global-set-stroke-string): Doc fixes.
5594 (strokes-help): Fix typos; reflow docstring.
5595
5596 2014-03-04 Martin Rudalics <rudalics@gmx.at>
5597
5598 * window.el (window-in-direction): Fix doc-string.
5599
5600 2014-03-04 Glenn Morris <rgm@gnu.org>
5601
5602 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
5603 Explicit error if no grammar.
5604 (smie-config-save): Doc fix. Fix quote typo.
5605
5606 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
5607
5608 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
5609 electric-indent-mode-hook if we obey electric-indent-mode.
5610 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
5611 decide whether we obey electric-indent-mode.
5612 (c-change-set-fl-decl-start, c-extend-after-change-region):
5613 Silence warnings.
5614 (c-electric-indent-mode-hook): Assume we do want to obey
5615 electric-indent-mode.
5616
5617 * electric.el (electric-indent-mode-has-been-called): Remove.
5618 (electric-indent-mode): Fix accordingly.
5619
5620 * files.el (hack-local-variables): Mention file name in warning.
5621
5622 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
5623
5624 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
5625
5626 * bindings.el: Add comment describing why C-d binds to `delete-char'.
5627 * simple.el (delete-forward-char): Mark as interactive-only.
5628
5629 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
5630
5631 * icomplete.el (icomplete-completions):
5632 Follow-up to 2014-03-01 change.
5633
5634 * icomplete.el: Miscellaneous doc fixes.
5635 Use Icomplete everywhere instead of icomplete for consistency.
5636 (icomplete-max-delay-chars): Fix typo.
5637 (icomplete-mode): Use \[].
5638 (icomplete-tidy, icomplete-exhibit): Reflow.
5639 (icomplete-minibuffer-setup-hook, icomplete-completions):
5640 Remove superfluous backlashes.
5641
5642 * ido.el: Miscellaneous doc fixes.
5643 Use Ido everywhere instead of ido or `ido' for consistency.
5644 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
5645 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
5646 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
5647 (ido-separator): Extract obsolescence info from docstring and declare
5648 with make-obsolete-variable.
5649 (ido-minibuffer-setup-hook): Simplify example.
5650 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
5651 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
5652 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
5653 (ido-everywhere): Reflow docstring.
5654 (ido-toggle-vc): Doc fix.
5655 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
5656 of long list of keybindings.
5657
5658 2014-03-03 Glenn Morris <rgm@gnu.org>
5659
5660 * frame.el (display-pixel-height, display-pixel-width)
5661 (display-mm-dimensions-alist, display-mm-height)
5662 (display-mm-width): Doc tweaks.
5663
5664 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
5665
5666 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
5667 case of undo in region.
5668
5669 2014-03-02 Martin Rudalics <rudalics@gmx.at>
5670
5671 * window.el (fit-window-to-buffer): Fix argument in window-size
5672 call when window is horizontally combined.
5673
5674 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
5675
5676 * icomplete.el (icomplete-completions): Use string-width.
5677 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5678
5679 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
5680
5681 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5682 Highlight regexp options. (Bug#16914)
5683
5684 2014-03-01 Martin Rudalics <rudalics@gmx.at>
5685
5686 * window.el (window--max-delta-1): Round down when calculating
5687 how many lines/columns we can get from a window.
5688
5689 2014-03-01 Glenn Morris <rgm@gnu.org>
5690
5691 * isearch.el (search-invisible): Doc fix.
5692
5693 * minibuffer.el (completion-hilit-commonality):
5694 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
5695 * comint.el (comint-dynamic-list-completions): Doc fix.
5696 * comint.el (comint-dynamic-list-completions):
5697 * filecache.el (file-cache-minibuffer-complete):
5698 * tempo.el (tempo-display-completions):
5699 * eshell/em-hist.el (eshell-list-history):
5700 Replace use of obsolete argument of display-completion-list.
5701
5702 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
5703
5704 * icomplete.el (icomplete-completions):
5705 Revert back to using "..." when ?… cannot be displayed.
5706
5707 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
5708
5709 * finder.el (finder-unload-function): New function.
5710
5711 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
5712
5713 * dframe.el (dframe-detach):
5714 * find-dired.el (find-dired, find-name-dired):
5715 * finder.el (finder-mode-map, finder-mode-syntax-table)
5716 (finder-headmark, finder-select, finder-mouse-select):
5717 Fix docstring typos.
5718
5719 2014-02-28 Martin Rudalics <rudalics@gmx.at>
5720
5721 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
5722 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
5723 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
5724 Fix doc-string based on a suggestion by Nicolas Richard
5725 <theonewiththeevillook@yahoo.fr>.
5726 * help.el (with-help-window): Fix doc-string.
5727
5728 2014-02-28 Ivan Kanis <ivan@kanis.fr>
5729
5730 * net/shr.el (shr-image-animate): New option.
5731 (shr-put-image): Respect shr-image-animate.
5732
5733 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
5734
5735 * net/tramp-adb.el (tramp-adb-parse-device-names):
5736 Use `accept-process-output'.
5737 (tramp-adb-handle-file-truename): Cache the localname only.
5738 (tramp-adb-handle-make-directory)
5739 (tramp-adb-handle-delete-directory): Flush file properties correctly.
5740 (tramp-adb-handle-set-file-modes): Do not raise an error when file
5741 modes cannot be changed.
5742
5743 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
5744 file properties of symlinks.
5745
5746 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
5747
5748 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
5749 required/optional fields to match development biblatex. (Bug#16781)
5750
5751 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
5752
5753 * saveplace.el (toggle-save-place):
5754 Fix argument handling. (Bug#16673)
5755
5756 2014-02-28 Glenn Morris <rgm@gnu.org>
5757
5758 * minibuffer.el (completions-first-difference)
5759 (completions-common-part, completion-hilit-commonality): Doc fixes.
5760
5761 2014-02-28 Karl Berry <karl@gnu.org>
5762
5763 * info.el (Info-mode-map): Add H for describe-mode,
5764 to synchronize with standalone Info.
5765
5766 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
5767
5768 * progmodes/sql.el (sql-interactive-mode):
5769 Avoid setting global comint-input-ring-separator. (Bug#16814)
5770
5771 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
5772
5773 * net/dbus.el (dbus--init-bus): Declare function.
5774 (dbus-path-local, dbus-interface-local): New defconst.
5775 (dbus-init-bus): Use them.
5776 (dbus-return-values-table): Extend doc.
5777 (dbus-handle-bus-disconnect): Extend error message.
5778
5779 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
5780
5781 * subr.el (y-or-n-p): Fix double space issue in message.
5782
5783 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
5784
5785 * net/tramp.el (tramp-call-process): Improve trace message.
5786 (tramp-handle-insert-file-contents): Trace error case.
5787
5788 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
5789 <insert-directory>: Use `tramp-handle-insert-directory'.
5790 (tramp-adb-handle-insert-directory): Remove function.
5791 (tramp-adb-send-command-and-check): New defun, replacing
5792 `tramp-adb-command-exit-status'. Change all callees.
5793 (tramp-adb-handle-file-attributes)
5794 (tramp-adb-handle-directory-files-and-attributes): Use it.
5795 (tramp-adb-ls-output-name-less-p):
5796 Use `directory-listing-before-filename-regexp'.
5797 (tramp-adb-handle-delete-directory): Flush also file properties of
5798 the truename of directory.
5799 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
5800 (tramp-adb-handle-file-local-copy): Make the local copy readable.
5801 (tramp-adb-handle-write-region): Implement APPEND.
5802 (tramp-adb-handle-rename-file): Make it more robust. Flush file
5803 properties correctly.
5804 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
5805 variables. Check for connected devices only when needed.
5806
5807 2014-02-27 Glenn Morris <rgm@gnu.org>
5808
5809 * minibuffer.el (completion-table-dynamic)
5810 (completion-table-with-cache): Doc fixes.
5811
5812 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
5813 (completing-read-multiple): Doc fixes.
5814
5815 2014-02-27 Daniel Colascione <dancol@dancol.org>
5816
5817 * minibuffer.el (completion--nth-completion): Fix indentation.
5818
5819 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
5820 explicit tramp path is empty.
5821
5822 2014-02-27 Glenn Morris <rgm@gnu.org>
5823
5824 * emacs-lisp/crm.el (completing-read-multiple):
5825 Empower help-enable-auto-load.
5826
5827 2014-02-26 Glenn Morris <rgm@gnu.org>
5828
5829 * startup.el (command-line): Don't init the tty in daemon mode.
5830
5831 Avoid calling tty-setup-hook twice, eg if a term file
5832 explicitly calls tty-run-terminal-initialization. (Bug#16859)
5833 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
5834 (tty-create-frame-with-faces): Use it.
5835 * startup.el (command-line): Pass run-hook argument
5836 to tty-run-terminal-initialization.
5837
5838 * dired.el (dired-restore-desktop-buffer): Demote errors;
5839 eg in case a glob match fails. (Bug#16884)
5840
5841 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
5842
5843 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
5844 error from `read-from-string'. (Bug#16850)
5845
5846 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
5847 result of `completing-read' in the interactive form. (Bug#16854)
5848
5849 2014-02-25 Glenn Morris <rgm@gnu.org>
5850
5851 * image.el (image-animate, image-animate-timeout):
5852 Stop animating images in dead buffers. (Bug#16878)
5853
5854 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
5855
5856 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
5857 Doc fixes.
5858 * startup.el (term-setup-hook): Doc fix. Make obsolete.
5859 * term/sun.el (sun-raw-prefix-hooks):
5860 Use tty-setup-hook instead of term-setup-hook.
5861 (terminal-init-sun): Construct message from bytecomp plist.
5862 * term/wyse50.el (enable-arrow-keys): Doc fix.
5863
5864 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
5865
5866 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
5867 Fix docstring typos.
5868
5869 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
5870
5871 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
5872
5873 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
5874
5875 * minibuffer.el (completion--try-word-completion):
5876 Fix error when completing M-x commands (bug#16808).
5877
5878 2014-02-24 Leo Liu <sdl.web@gmail.com>
5879
5880 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
5881
5882 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
5883
5884 * apropos.el (apropos-print): Avoid formatting error when
5885 apropos-do-all and apropos-compact-layout are both t.
5886
5887 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
5888
5889 * apropos.el (apropos-property, apropos-all-words-regexp)
5890 (apropos-true-hit, apropos-variable, apropos-print):
5891 Fix docstring typos, and remove obsolete comment.
5892
5893 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
5894
5895 * net/tramp-sh.el (tramp-sh-handle-file-truename):
5896 Preserve trailing "/". (Bug#16851)
5897
5898 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
5899
5900 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
5901 after `=>' (bug#16811).
5902 (ruby-smie-rules): Handle the inconsistent second element of the
5903 list returned by `smie-indent--parent'.
5904 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
5905 method call.
5906
5907 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
5908
5909 * elec-pair.el (electric-pair-text-syntax-table)
5910 (electric-pair-syntax-info, electric-pair--syntax-ppss)
5911 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
5912 (electric-pair--looking-at-unterminated-string-p): Doc fix.
5913 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
5914
5915 2014-02-22 Glenn Morris <rgm@gnu.org>
5916
5917 * imenu.el (imenu--generic-function): Doc fix.
5918
5919 * register.el (frame-configuration-to-register): Make obsolete.
5920
5921 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
5922
5923 * desktop.el (desktop-save-buffer-p): Do not fail when
5924 desktop-files-not-to-save is nil. Return t for true result
5925 as the doc says.
5926
5927 2014-02-22 Daniel Colascione <dancol@dancol.org>
5928
5929 * net/secrets.el (secrets-create-item, secrets-search-items):
5930 Check that attribute values are strings, avoiding the construction
5931 of invalid dbus messages.
5932
5933 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
5934
5935 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
5936 defun-declarations-alist.
5937
5938 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5939
5940 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
5941 (bug#16829).
5942
5943 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
5944
5945 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
5946 (whitespace-newline, whitespace-trailing, whitespace-line)
5947 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
5948 (whitespace-space-after-tab): Fix typo in docstrings.
5949
5950 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
5951
5952 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
5953
5954 * electric.el (electric-indent-functions-without-reindent):
5955 Add `yaml-indent-line'.
5956
5957 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
5958
5959 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
5960 It has done nothing for years; should be removed after the release.
5961
5962 * simple.el (choose-completion): Fix docstring typo.
5963 (read-quoted-char-radix): Remove unneeded * in docstring.
5964 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
5965 Don't escape parentheses unnecessarily in docstrings.
5966
5967 2014-02-21 Martin Rudalics <rudalics@gmx.at>
5968
5969 Fix handling of window-min-height/-width (Bug#16738).
5970 * window.el (window--dump-window, window--dump-frame):
5971 New functions.
5972 (window--min-size-1): Account for window dividers.
5973 When window-resize-pixelwise is nil, delay rounding till after the
5974 sum of the window components has been calculated.
5975 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
5976 nil make sure at least one text line and two text columns remain
5977 fully visible.
5978 (window-resize): Signal an error when window-resize-apply fails.
5979 (window--resize-child-windows): Fix calculation of by how many
5980 pixels a window can still be shrunk via window-new-normal.
5981 (adjust-window-trailing-edge): Call window--resizable with
5982 correct TRAIL argument.
5983
5984 (with-temp-buffer-window): Don't evaluate BODY within
5985 with-current-buffer (Bug#16816).
5986
5987 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
5988
5989 * net/tramp.el (tramp-check-cached-permissions):
5990 Call `file-attributes' with `suffix' being a symbol but a string.
5991
5992 2014-02-21 Daniel Colascione <dancol@dancol.org>
5993
5994 * net/dbus.el (dbus-init-bus-1): Declare new subr.
5995 (dbus-init-bus): New function: call into dbus-init-bus-1
5996 and installs a handler for the disconnect signal.
5997 (dbus-call-method): Rewrite to look for result in cons.
5998 (dbus-call-method-handler): Store result in cons.
5999 (dbus-check-event): Recognize events with nil sender as valid.
6000 (dbus-handle-bus-disconnect): New function. React to bus
6001 disconnection signal by synthesizing dbus error for each
6002 pending synchronous or asynchronous call.
6003 (dbus-notice-synchronous-call-errors): New function.
6004 (dbus-handle-event): Raise errors directly only when `dbus-debug'
6005 is true, not all the time.
6006
6007 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
6008
6009 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
6010 Remove obsolescence declarations, these variables do not exist anymore.
6011
6012 * savehist.el (savehist-save-minibuffer-history)
6013 (savehist-additional-variables, savehist-file, savehist-mode-hook)
6014 (savehist-save-hook, savehist-coding-system, savehist-loaded)
6015 (savehist-load, savehist-install, savehist-autosave): Fix typos;
6016 mostly, refer to "Savehist mode" when talking about the mode,
6017 and not the function.
6018
6019 * saveplace.el (save-place): Remove redundant info in docstring.
6020 (save-place-forget-unreadable-files, toggle-save-place)
6021 (save-place-forget-unreadable-files, save-place-dired-hook):
6022 Fix typos and remove unneeded backslashes.
6023
6024 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
6025
6026 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
6027 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
6028
6029 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
6030 <insert-directory>: Use `tramp-handle-insert-directory'.
6031 (tramp-gvfs-handle-insert-directory): Remove function.
6032
6033 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
6034 Call `tramp-handle-insert-directory'.
6035
6036 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
6037
6038 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
6039 before the start of buffer/region (bug#16799).
6040
6041 2014-02-20 Glenn Morris <rgm@gnu.org>
6042
6043 * isearch.el (search-invisible): Doc fix.
6044
6045 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
6046
6047 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
6048 (bug#16657).
6049
6050 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
6051
6052 * frameset.el (frameset-restore): Delay removing an old frame's
6053 duplicate id until the new frame has been correctly created.
6054
6055 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
6056
6057 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
6058 (tramp-check-cached-permissions): Call `file-attributes' if the
6059 cache is empty.
6060
6061 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
6062 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
6063
6064 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
6065 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
6066 (tramp-gvfs-maybe-open-connection): Set always connection
6067 properties, even if target is mounted already.
6068
6069 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
6070 Set tramp-autoload cookie.
6071 (tramp-get-remote-touch): New defun.
6072 (tramp-sh-handle-set-file-times): Use it.
6073 (tramp-sh-handle-directory-files-and-attributes):
6074 Use `tramp-handle-directory-files-and-attributes' if neither stat
6075 nor perl are available on the remote host.
6076
6077 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
6078 "/". Write long listing only when "l" belongs to the switches.
6079
6080 * net/trampver.el: Update release number.
6081
6082 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
6083
6084 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
6085
6086 2014-02-19 Martin Rudalics <rudalics@gmx.at>
6087
6088 * window.el (window-state-put): Allow WINDOW to refer to an
6089 internal window (Bug#16793).
6090
6091 2014-02-19 Glenn Morris <rgm@gnu.org>
6092
6093 * textmodes/remember.el: Move provide statement to end.
6094 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
6095 (remember-notes): Doc fixes.
6096
6097 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6098
6099 * delsel.el (delete-char): Restore incorrectly erased property
6100 (bug#16795).
6101
6102 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
6103
6104 * frameset.el (frameset--restore-frame): When a frame is being reused
6105 and its root window is not alive, delete all the frame's windows before
6106 restoring the window state. This works around the issue in bug#16793.
6107
6108 2014-02-18 Glenn Morris <rgm@gnu.org>
6109
6110 * textmodes/remember.el (remember-data-directory)
6111 (remember-directory-file-name-format, remember-store-in-files)
6112 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
6113 (remember-notes-save-and-bury-buffer)
6114 (remember-notes--kill-buffer-query): Doc fixes.
6115
6116 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
6117
6118 2014-02-17 Alan Mackenzie <acm@muc.de>
6119
6120 Connect electric-indent-mode up with CC Mode. Bug #15478.
6121 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
6122 to electric-indent-{,local-}-mode.
6123 (c-basic-common-init): Set electric-indent-inhibit.
6124 Initialise c-electric-flag from electric-indent-mode.
6125 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
6126 New hook functions which propagate electric-indent-mode to CC mode.
6127
6128 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
6129 hit, toggle electric-indent-local-mode.
6130
6131 * electric.el (electric-indent-mode-has-been-called):
6132 New variable.
6133
6134 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
6135
6136 * frameset.el (frameset-cfg-id): New function.
6137 (frameset--reuse-frame, frameset-restore): Use it.
6138 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
6139
6140 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
6141
6142 * ido.el (ido-file-internal): Remove unused var `d'.
6143 Use \` for to match BoS. Fit within 80n columns.
6144
6145 2014-02-17 Daniel Colascione <dancol@dancol.org>
6146
6147 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
6148 dbus-call-method check for completion using a busy-wait loop with
6149 gradual backoff.
6150
6151 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
6152
6153 Sync with Tramp 2.2.9.
6154
6155 * net/trampver.el: Update release number.
6156
6157 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
6158
6159 * ido.el (ido-file-internal): Don't add the name of an existing
6160 directory twice. (Bug#16747)
6161
6162 2014-02-16 Glenn Morris <rgm@gnu.org>
6163
6164 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
6165 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
6166
6167 2014-02-15 Michael R. Mauger <michael@mauger.com>
6168
6169 * progmodes/sql.el: Version 3.4
6170 (sql-oracle-options): New default value ("-L").
6171 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
6172 (sql-placeholders-filter): Correct placeholder pattern.
6173 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
6174 (sql-login-delay): New variable.
6175 (sql-product-interactive): Use it.
6176
6177 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
6178
6179 * frameset.el (frameset--jump-to-register): Check that buffer is live
6180 (bug#16749).
6181
6182 2014-02-15 Glenn Morris <rgm@gnu.org>
6183
6184 * info.el (info-initialize): Revert 2014-01-10 change.
6185
6186 2014-02-14 Glenn Morris <rgm@gnu.org>
6187
6188 * replace.el (map-query-replace-regexp)
6189 (read-regexp-defaults-function, read-regexp): Doc fixes.
6190
6191 * dired.el (dired-read-regexp):
6192 * faces.el (list-faces-display):
6193 * misearch.el (multi-isearch-read-matching-buffers)
6194 (multi-isearch-read-matching-files):
6195 * play/cookie1.el (cookie-apropos):
6196 * progmodes/grep.el (grep-read-regexp): Doc fixes.
6197
6198 * textmodes/remember.el (remember): Use frameset-to-register
6199 rather than frame-configuration-to-register.
6200
6201 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
6202
6203 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
6204 incorrect keybinding.
6205
6206 2014-02-13 Daniel Colascione <dancol@dancol.org>
6207
6208 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
6209 when adding overlays so that line numbers from compiler match line
6210 numbers we use.
6211
6212 2014-02-13 Glenn Morris <rgm@gnu.org>
6213
6214 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
6215
6216 * jit-lock.el (jit-lock-mode): Doc fix.
6217
6218 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
6219
6220 * apropos.el (apropos-read-pattern): When the user passes an empty
6221 string, give a more helpful error message than "Wrong type
6222 argument: stringp, nil".
6223
6224 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
6225
6226 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
6227
6228 2014-02-13 Glenn Morris <rgm@gnu.org>
6229
6230 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
6231
6232 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
6235 shift-select commands.
6236
6237 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
6238
6239 * progmodes/js.el (js-indent-line): Don't widen.
6240 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
6241
6242 2014-02-12 Glenn Morris <rgm@gnu.org>
6243
6244 * icomplete.el (icomplete): Add info-link to defgroup.
6245 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
6246 (icomplete-minibuffer-map, icomplete-mode)
6247 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
6248
6249 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
6250 (package-menu-filter): Rename from package-menu-filter-interactive.
6251 Doc fix.
6252
6253 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
6254
6255 * frameset.el (frameset--jump-to-register): Select the required
6256 window and buffer before restoring position (bug#16696).
6257
6258 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
6259
6260 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
6261
6262 2014-02-10 Glenn Morris <rgm@gnu.org>
6263
6264 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
6265
6266 2014-02-10 Eli Zaretskii <eliz@gnu.org>
6267
6268 * w32-common-fns.el (x-get-selection): Doc fix.
6269 * select.el (x-get-selection): Doc fix. (Bug#15109)
6270
6271 * face-remap.el (face-remap-add-relative)
6272 (face-remap-remove-relative, face-remap-reset-base)
6273 (face-remap-set-base): Call force-mode-line-update to redisplay
6274 the current buffer due to potential change in faces. (Bug#16709)
6275
6276 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
6277
6278 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
6279 script more robustly.
6280
6281 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6282
6283 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
6284
6285 * simple.el (choose-completion): Doc fix (bug#14160).
6286
6287 * subr.el (event-start): Say what a nil EVENT value means.
6288
6289 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
6290 (bug#14197).
6291
6292 * progmodes/grep.el (find-program): Doc fix (bug#14289).
6293
6294 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
6295
6296 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
6297
6298 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
6299 predicate function (bug#15455).
6300
6301 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
6302
6303 * ielm.el (inferior-emacs-lisp-mode): Instead of
6304 `comment-use-global-state', set `comment-use-syntax'.
6305
6306 2014-02-10 Glenn Morris <rgm@gnu.org>
6307
6308 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
6309
6310 2014-02-09 Alan Mackenzie <acm@muc.de>
6311
6312 Fix c-invalidate-state-cache on narrowed buffers.
6313 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
6314 Widen when setting and clearing the CPP delimiter properties.
6315
6316 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
6317
6318 * help.el (describe-bindings): Doc fix (bug#9888).
6319
6320 * files.el (save-buffer): Use ARG as the parameter name for
6321 consistency (bug#10346).
6322 (save-buffer): Clarify the 0 argument (bug#10346).
6323
6324 * cus-edit.el (customize-apropos): Fix error string.
6325 (custom-buffer-create): Doc fix (bug#11122).
6326 (custom-sort-items): Doc fix (bug#11121).
6327
6328 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
6329
6330 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
6331 (icomplete-simple-completing-p): Mention the previous variable.
6332
6333 * font-lock.el (font-lock-value-in-major-mode): Clarify the
6334 meaning of the parameter (bug#12282).
6335
6336 * files.el (find-file-noselect): Clarify prompt when changing
6337 readedness (bug#13261).
6338 (locate-file): Suffixes aren't returned, so don't say that they
6339 are (bug#12674).
6340 (backup-inhibited): Doc clarification (bug#12525).
6341
6342 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
6343 before we actually start to delete things (bug#16331).
6344
6345 * subr.el (event-start): Doc fix (bug#14228).
6346 (event-end): Ditto.
6347
6348 2014-02-09 Glenn Morris <rgm@gnu.org>
6349
6350 * emacs-lisp/warnings.el (lwarn):
6351 Empower help-enable-auto-load. (Bug#15940)
6352
6353 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
6354
6355 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
6356 (Bug#16690)
6357
6358 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
6359
6360 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6361 Insert output at end of buffer. (Bug#16120)
6362
6363 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
6364
6365 * simple.el (choose-completion-string-functions): Document new
6366 calling convention (bug#14153).
6367 (execute-extended-command): Clarify doc string (bug#13373).
6368
6369 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
6370
6371 * find-dired.el (find-name-dired): Doc fix (bug#14290).
6372 (find-grep-dired): Doc fix (bug#14288).
6373
6374 2014-02-08 Juri Linkov <juri@jurta.org>
6375
6376 * isearch.el (isearch-quote-char): Check character validity
6377 like in `quoted-insert' (bug#16677).
6378
6379 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
6380
6381 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
6382
6383 * isearch.el (isearch-hide-immediately): Doc clarification
6384 (bug#14723).
6385
6386 * simple.el (line-move): Document utility function used many
6387 places in the Emacs sources (bug#14843).
6388
6389 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
6390 (dired-prev-marked-file): Doc fix (bug#14855).
6391 (dired-up-directory): Doc fix (bug#14848).
6392
6393 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
6394
6395 * files.el (file-relative-name): Doc fix (bug#15159).
6396
6397 * fringe.el (fringe-styles): Doc fix (bug#15239).
6398
6399 * isearch.el (isearch-filter-predicate): Documentation typo fix
6400 (bug#15474).
6401
6402 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
6403
6404 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
6405
6406 * replace.el (replace-match-maybe-edit): Doc clarification
6407 (bug#15632).
6408
6409 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
6410
6411 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
6412
6413 2014-02-08 Glenn Morris <rgm@gnu.org>
6414
6415 * help-fns.el (describe-variable):
6416 Check {file,dir}-local-variables-alist, and buffer-file-name,
6417 in the correct buffer.
6418
6419 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
6420
6421 * help-fns.el (describe-variable): Fix the case where
6422 a value is directory-local with no dir-locals file. (Bug#16635)
6423
6424 2014-02-08 Glenn Morris <rgm@gnu.org>
6425
6426 * abbrev.el (edit-abbrevs-mode):
6427 Derive from fundamental-mode. (Bug#16682)
6428
6429 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
6430
6431 * simple.el (quoted-insert): Check character validity (bug#16677).
6432
6433 2014-02-07 Juri Linkov <juri@jurta.org>
6434
6435 * desktop.el (desktop-read): Claim the lock when the owner is not
6436 the current process. (Bug#16157)
6437
6438 2014-02-07 Juri Linkov <juri@jurta.org>
6439
6440 * desktop.el (desktop-buffers-not-to-save): Change default from nil
6441 to "\\` ". (Bug#16651)
6442
6443 2014-02-07 Juri Linkov <juri@jurta.org>
6444
6445 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
6446 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
6447 (desktop-auto-save-cancel-timer): New function with some code from
6448 `desktop-auto-save-set-timer'.
6449 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
6450 Instead of setting `desktop-save-mode' to nil, call
6451 `desktop-save-mode' with arg 0. (Bug#16630)
6452
6453 2014-02-07 Glenn Morris <rgm@gnu.org>
6454
6455 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
6456 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
6457 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
6458
6459 * obsolete/iswitchb.el: Move to obsolete/.
6460 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
6461 since obsolete/ is not scanned for autoloads.
6462 * emacs-lisp/authors.el (authors-valid-file-names):
6463 Add iswitchb.el.
6464
6465 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
6466 Disable now non-functional find-file-hook.
6467
6468 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
6469
6470 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
6471 instead of ";" in order to avoid additional prompts. Let heredoc
6472 scripts read from tty. (Bug#16582)
6473 (tramp-send-command): No special handling of heredocs, it isn't
6474 necessary anymore.
6475
6476 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6477
6478 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
6479 with a space (bug#16664). Limit the symbols considered to the ones
6480 that are bound or fbound (bug#16646).
6481
6482 2014-02-06 Glenn Morris <rgm@gnu.org>
6483
6484 * epa.el (epa-mail-aliases): Doc fix.
6485
6486 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
6487
6488 * emacs-lisp/lisp.el (lisp-completion-at-point):
6489 Use `completion-table-merge' instead of `completion-table-in-turn'
6490 (bug#16604).
6491
6492 * minibuffer.el (completion-table-merge): New function.
6493
6494 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
6495
6496 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
6497 (tramp-sh-handle-set-file-acl)
6498 (tramp-sh-handle-start-file-process)
6499 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
6500 (tramp-find-executable, tramp-send-command): Use it.
6501
6502 2014-02-05 Glenn Morris <rgm@gnu.org>
6503
6504 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
6505
6506 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
6507
6508 * progmodes/python.el (python-shell-send-string)
6509 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
6510
6511 2014-02-04 Anders Lindgren <andlind@gmail.com>
6512
6513 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
6514 the names (bug#16620).
6515
6516 2014-02-03 Martin Rudalics <rudalics@gmx.at>
6517
6518 * faces.el (window-divider): New default value. Rewrite doc-string.
6519 (window-divider-first-pixel, window-divider-last-pixel): New faces.
6520
6521 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
6522
6523 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
6524 `protected' and `public' can also be called without arguments.
6525
6526 2014-02-03 Glenn Morris <rgm@gnu.org>
6527
6528 * register.el (window-configuration-to-register)
6529 (frame-configuration-to-register): Unadvertise unused argument.
6530 * frameset.el (frameset-to-register): Remove unused argument.
6531
6532 * frameset.el (frameset-to-register):
6533 * kmacro.el (kmacro-to-register):
6534 * register.el (increment-register):
6535 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
6536 (calc-append-to-register, calc-prepend-to-register):
6537 * play/gametree.el (gametree-layout-to-register)
6538 (gametree-apply-register-layout):
6539 * textmodes/picture.el (picture-clear-rectangle-to-register)
6540 (picture-yank-rectangle-from-register):
6541 * vc/emerge.el (emerge-combine-versions-register):
6542 Use register-read-with-preview to read registers.
6543
6544 2014-02-03 João Távora <joaotavora@gmail.com>
6545
6546 * elec-pair.el (electric-pair-backward-delete-char): Don't error
6547 when at beginning of (possibly narrowed) buffer.
6548
6549 2014-02-02 Daniel Colascione <dancol@dancol.org>
6550
6551 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
6552 Also try to display local help from just before point.
6553
6554 2014-02-02 Alan Mackenzie <acm@muc.de>
6555
6556 c-parse-state. Don't "append-lower-brace-pair" in certain
6557 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
6558 recognised as a comment.
6559
6560 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
6561 as well as normal comment starter.
6562 (c-parse-state-get-strategy): Extra return possibility
6563 'back-and-forward.
6564 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
6565 return value list to indicate replacement of a brace-pair cons
6566 with its car.
6567 (c-parse-state-1): With 'back-and-forward, only call
6568 c-append-lower-brace-pair-to state-cache when cons-separated.
6569
6570 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
6571
6572 * term/ns-win.el (ns-suspend-error): New function.
6573 (ns-initialize-window-system): Add ns-suspend-error to
6574 suspend-hook (Bug#16612).
6575
6576 2014-02-02 Daniel Colascione <dancol@dancol.org>
6577
6578 * progmodes/cc-defs.el (c-find-assignment-for-mode):
6579 Make loading cc-mode silent.
6580
6581 2014-02-02 Daniel Colascione <dancol@dancol.org>
6582
6583 * comint.el (comint-prompt-read-only): Change doc to suggest
6584 remap keybinding.
6585
6586 2014-02-02 Glenn Morris <rgm@gnu.org>
6587
6588 * register.el (register-read-with-preview, point-to-register)
6589 (window-configuration-to-register, frame-configuration-to-register)
6590 (jump-to-register, number-to-register, view-register, insert-register)
6591 (copy-to-register, append-to-register, prepend-to-register)
6592 (copy-rectangle-to-register): Doc fixes.
6593
6594 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6595
6596 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
6597 * emacs-lisp/find-func.el (find-function-C-source): Idem.
6598 * emacs-lisp/nadvice.el (advice--cd*r): New function.
6599 * help-fns.el (describe-function-1): Use it.
6600
6601 2014-02-02 Glenn Morris <rgm@gnu.org>
6602
6603 * register.el (register-preview-default): New function,
6604 split from register-preview.
6605 (register-preview-function): Rename from register-preview-functions,
6606 make it not a hook.
6607 (register-preview): Use register-preview-function.
6608 (register-read-with-preview): Error on non-character event. (Bug#16595)
6609
6610 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
6611
6612 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
6613 `:' before binary operators (bug#16609). Don't check for `:'
6614 before `[' and `(', or their syntax status. A percent literal
6615 can't end with either.
6616 (ruby-font-lock-keywords): For built-ins that require arguments,
6617 check that they're followed by something that looks like argument
6618 (bug#16610).
6619
6620 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
6621
6622 * subr.el (butlast): Document what an omitted N means (bug#13437).
6623 (nbutlast): Ditto.
6624
6625 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6626
6627 * net/shr.el (shr-generic): Make into a defsubst to make the stack
6628 depth shallower (bug#16587).
6629 (shr-tag-svg): Respect `shr-inhibit-images'.
6630 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
6631
6632 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
6633
6634 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
6635 (ruby-smie-grammar): Make "." right-associative. Make its priority
6636 lower than the ternary and all binary operators.
6637 (ruby-smie-rules): Indent "(" relative to the first non-"."
6638 parent, or the first "." parent at indentation.
6639 Use `ruby-align-chained-calls' for indentation of "." tokens.
6640 (Bug#16593)
6641
6642 2014-01-31 Juri Linkov <juri@jurta.org>
6643
6644 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
6645 from `make-hash-table'.
6646
6647 * textmodes/ispell.el (ispell-init-process): Change message format
6648 to be consistent with other messages.
6649
6650 2014-01-31 Glenn Morris <rgm@gnu.org>
6651
6652 * delsel.el (delete-selection-mode): Doc fix.
6653
6654 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
6655 (trace-function-background): Doc fixes.
6656
6657 * ido.el (ido-use-virtual-buffers): Doc fix.
6658 Reset :version, since the default value has not changed.
6659
6660 * register.el (register-preview-delay, register-read-with-preview):
6661 Doc fixes.
6662
6663 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
6664 do not mess with mail-buffer position (fixes 2009-11-03 change).
6665 * progmodes/cc-mode.el (c-submit-bug-report):
6666 Check auto-fill-mode is bound. (Bug#16592)
6667
6668 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
6669
6670 * startup.el (fancy-splash-image-file): New function,
6671 split from fancy-splash-head.
6672 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
6673 so that we are both using the same image. (Bug#16574)
6674
6675 2014-01-30 Glenn Morris <rgm@gnu.org>
6676
6677 * simple.el (eval-expression): Doc fix.
6678
6679 * hexl.el (hexl-mode-hook):
6680 * ielm.el (ielm-mode-hook):
6681 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
6682 (lisp-interaction-mode-hook):
6683 * progmodes/cfengine.el (cfengine3-documentation-function):
6684 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
6685
6686 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
6687
6688 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
6689 is a symbol (bug#16584).
6690
6691 2014-01-30 Glenn Morris <rgm@gnu.org>
6692
6693 * help.el (help-for-help-internal): Add "P" to text.
6694
6695 2014-01-29 Glenn Morris <rgm@gnu.org>
6696
6697 * simple.el (just-one-space, cycle-spacing): Doc fixes.
6698
6699 2014-01-28 Martin Rudalics <rudalics@gmx.at>
6700
6701 * window.el (fit-frame-to-buffer): Fix calculations for margins and
6702 height constraints.
6703
6704 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
6705
6706 * progmodes/hideif.el: Extend to full CPP expression syntax.
6707 (hif-token-alist): Add missing tokens.
6708 (hif-token-regexp): Add support for float/octal/hex immediates.
6709 (hif-string-literal-regexp): New const.
6710 (hif-tokenize): Recognize strings and float/octal/hex immediates.
6711 (hif-exprlist): New function.
6712 (hif-parse-if-exp): Use it.
6713 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
6714 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
6715 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
6716 (hif-logxor, hif-comma): New functions.
6717
6718 2014-01-28 Glenn Morris <rgm@gnu.org>
6719
6720 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
6721
6722 * indent.el (tab-stop-list): Doc fix. Add :version.
6723
6724 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
6725 (cvs-append-to-ignore): Add compatibility alias.
6726
6727 2014-01-27 Glenn Morris <rgm@gnu.org>
6728
6729 * dired.el (dired-hide-details-mode): Don't autoload it,
6730 since it cannot be used outside Dired buffers anyway.
6731
6732 * emulation/cua-base.el (cua-mode): Doc fix.
6733
6734 * dired.el (dired-hide-details-hide-symlink-targets)
6735 (dired-hide-details-hide-information-lines)
6736 (dired-hide-details-mode): Doc fixes.
6737
6738 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
6739 * strokes.el (strokes-file): Doc fix. Bump :version.
6740 (strokes-help): Doc fix.
6741 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
6742 * emulation/viper.el (viper): Doc fix for custom group.
6743 (top-level): Remove oh-so-no-longer-relevant text about vip.
6744 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
6745
6746 * ido.el (ido-save-directory-list-file):
6747 * saveplace.el (save-place-file):
6748 * calendar/timeclock.el (timeclock-file):
6749 * net/quickurl.el (quickurl-url-file):
6750 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
6751 * progmodes/idlwave.el (idlwave-config-directory):
6752 * textmodes/remember.el (remember-data-file):
6753 Bump :version.
6754
6755 2014-01-26 Glenn Morris <rgm@gnu.org>
6756
6757 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
6758 Doc fix. Make obsolete.
6759 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
6760
6761 * sort.el (delete-duplicate-lines): Doc fix.
6762
6763 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6764
6765 * progmodes/ada-mode.el (ada):
6766 * woman.el (woman): Link to info manual and Commentary section.
6767
6768 * progmodes/flymake.el (flymake):
6769 * nxml/nxml-mode.el (nxml):
6770 * net/eww.el (eww):
6771 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
6772 * htmlfontify.el (htmlfontify):
6773 * ses.el (ses):
6774 * epa.el (epa):
6775 * ido.el (ido): Link to info manual.
6776
6777 2014-01-25 Leo Liu <sdl.web@gmail.com>
6778
6779 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
6780
6781 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
6782
6783 * net/shr.el (shr-tag-img): Prefer the title over the alt text
6784 (bug#16537).
6785
6786 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
6787
6788 * net/eww.el (eww-download-callback):
6789 Fix reference to eww-download-directory.
6790
6791 * emacs-lisp/bytecomp.el (byte-compile-file):
6792 Remove unused local variable `file-name'.
6793
6794 2014-01-24 Glenn Morris <rgm@gnu.org>
6795
6796 * woman.el (woman-default-faces, woman-monochrome-faces):
6797 Fix obsolescence specification.
6798
6799 * subr.el (with-demoted-errors): Doc fix.
6800
6801 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6802
6803 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
6804 (cl--macroexp-fboundp): New function.
6805 (cl--make-type-test): Use it.
6806
6807 2014-01-23 Glenn Morris <rgm@gnu.org>
6808
6809 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
6810 * simple.el (eval-expression): Doc fixes.
6811
6812 2014-01-22 Glenn Morris <rgm@gnu.org>
6813
6814 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
6815
6816 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * emacs-lisp/package.el: Write files silently.
6819 (package-autoload-ensure-default-file, package--write-file-no-coding)
6820 (package-generate-description-file, package--download-one-archive)
6821 (package-install-from-archive): Tell `write-region' to stay quiet.
6822 (package-menu-mode, package-menu--print-info): Omit the Archive column
6823 if there's only one archive.
6824 (package-all-keywords, package--has-keyword-p): Remove dead code.
6825
6826 2014-01-22 Glenn Morris <rgm@gnu.org>
6827
6828 * version.el (emacs-bzr-version-bzr): Fix typo.
6829
6830 * version.el (emacs-repository-get-version):
6831 Check either .bzr or .git, but not both.
6832 Make the git case actually use the DIR argument, and return nil
6833 rather than the empty string.
6834 Avoid error if .git exists but the git executable is not found.
6835
6836 2014-01-22 Martin Rudalics <rudalics@gmx.at>
6837
6838 Fixes in window size functions around Bug#16430 and Bug#16470.
6839 * window.el (window-total-size, window-size): New argument ROUND.
6840 (window--min-delta-1, window-min-delta, window--max-delta-1):
6841 Be more conservative when calculating the numbers of lines or
6842 columns a window can shrink (Bug#16430).
6843 (fit-window-to-buffer): Simplify code.
6844 * term.el (term-window-width): Call window-body-width again.
6845
6846 2014-01-22 Glenn Morris <rgm@gnu.org>
6847
6848 * image.el (image-format-suffixes): Doc fix.
6849
6850 * international/quail.el (quail-define-package): Doc fix.
6851
6852 * emacs-lisp/authors.el (authors-valid-file-names)
6853 (authors-renamed-files-alist): Additions.
6854
6855 * vc/vc-git.el (vc-git-print-log): Remove --follow;
6856 reverts 2014-01-09 change. (Bug#16422)
6857
6858 * calc/calc-embed.el (thing-at-point-looking-at):
6859 * emacs-lisp/map-ynp.el (x-popup-dialog):
6860 * obsolete/lmenu.el (x-popup-dialog):
6861 * emacs-lisp/package.el (url-recreate-url):
6862 * mail/mailclient.el (clipboard-kill-ring-save):
6863 * subr.el (x-popup-dialog): Update declaration.
6864 * mail/rmail.el (rmail-mime-message-p):
6865 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
6866
6867 2014-01-21 Daniel Colascione <dancol@dancol.org>
6868
6869 * progmodes/sh-script.el (sh--inside-noncommand-expression):
6870 Correctly detect when we're inside an arithmetic expansion form
6871 containing nested parenthesis.
6872 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
6873 to detect cases where we shouldn't expand "<<" to a heredoc
6874 skeleton.
6875
6876 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
6879 (eldoc--message-command-p): New function.
6880 (eldoc-display-message-p): Use it.
6881 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
6882 message is not automatically erased for us.
6883 (eldoc-print-current-symbol-info): Erase previous message, if any.
6884
6885 2014-01-21 Tassilo Horn <tsdh@gnu.org>
6886
6887 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
6888 specify it's an interactive function.
6889
6890 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6891 Fix regex used for scanning for citation keys which failed for
6892 citations with optional arguments.
6893
6894 2014-01-21 Leo Liu <sdl.web@gmail.com>
6895
6896 * simple.el (read--expression): Don't enable eldoc-mode.
6897
6898 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6899
6900 * simple.el (move-beginning-of-line): Make sure we don't move forward
6901 (bug#16497).
6902
6903 2014-01-20 Juri Linkov <juri@jurta.org>
6904
6905 * saveplace.el (toggle-save-place, save-place-to-alist)
6906 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
6907 'dired-mode) before checking for dired-directory. (Bug#16477)
6908
6909 2014-01-20 Juri Linkov <juri@jurta.org>
6910
6911 * indent.el (indent-line-to): Use backward-to-indentation
6912 instead of back-to-indentation. (Bug#16461)
6913
6914 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
6915
6916 Revert some of the CANNOT_DUMP fix (Bug#16494).
6917 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
6918 but fixing this can wait until after the next release.
6919 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
6920
6921 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
6922
6923 * eshell/esh-mode.el (eshell-password-prompt-regexp):
6924 Use `password-word-equivalents'.
6925 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
6926 to t. (Bug#5664, Bug#13124)
6927
6928 2014-01-19 Alan Mackenzie <acm@muc.de>
6929
6930 Bind open-paren-in-column-0-is-defun-start to nil at some entry
6931 points.
6932 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
6933 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
6934 * progmodes/cc-mode.el (c-before-change, c-after-change)
6935 (c-font-lock-fontify-region): Bind it here.
6936
6937 2014-01-19 Martin Rudalics <rudalics@gmx.at>
6938
6939 * term.el (term-window-width): Call window-text-width instead of
6940 window-width (Bug#16470).
6941
6942 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
6943
6944 * simple.el (password-word-equivalents): Remove duplicates.
6945 Sort, to make this easier next time.
6946 Downcase. Omit ": " after "jelszó".
6947
6948 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
6949
6950 * term/common-win.el (saved-region-selection): Defvar it.
6951 (x-select-text): Set saved-region-selection (Bug#16382).
6952
6953 2014-01-18 Glenn Morris <rgm@gnu.org>
6954
6955 * emacs-lisp/authors.el (authors-aliases)
6956 (authors-renamed-files-alist): Add some entries.
6957
6958 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
6959
6960 * net/tramp.el (tramp-password-prompt-regexp):
6961 Use `password-word-equivalents' if available.
6962 (tramp-action-password, tramp-process-one-action)
6963 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
6964
6965 2014-01-17 Chong Yidong <cyd@gnu.org>
6966
6967 * simple.el (password-word-equivalents): New defcustom.
6968 * comint.el (comint-password-prompt-regexp): Use it. Bump version
6969 to 24.4.
6970 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
6971 to t. (Bug#13124)
6972
6973 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
6974
6975 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
6976 (ruby-align-to-stmt-keywords): Change the default value.
6977 Use `ruby-alignable-keywords' to generate the possible customization
6978 choices.
6979 (ruby-smie-rules): Instead of using a hardcoded list of alignable
6980 keywords, check against the value of `ruby-alignable-keywords'
6981 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
6982
6983 2014-01-17 Glenn Morris <rgm@gnu.org>
6984
6985 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
6986
6987 Make M-x authors return zero *Authors Errors* from current logs.
6988 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
6989 (authors-ignored-files): Add some entries, remove others.
6990 (authors-ambiguous-files, authors-valid-file-names):
6991 Add some entries.
6992 (authors-renamed-files-alist): Add, remove, and adjust entries.
6993 (authors-renamed-files-regexps): Add some entries.
6994 Remove some very broad ones. Make some entries `lax'.
6995 (authors-lax-changelogs): New constant.
6996 (authors-disambiguate-file-name): Treat top-level specially.
6997 (authors-lax-changelog-p): New function.
6998 (authors-canonical-file-name): Check file as written against
6999 authors-valid-file-names. Do not special-case etc/.
7000 Handle `lax' logs and authors-renamed-files-regexps elements.
7001
7002 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
7003
7004 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
7005 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
7006 callers.
7007
7008 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7009
7010 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
7011 Assume we're already in the proper buffer.
7012 Inspired by Anders Lindgren <andlind@gmail.com>.
7013 (follow-post-command-hook): Call it from the right buffer.
7014 (follow-comint-scroll-to-bottom): Adjust call.
7015 (follow-all-followers): Use get-buffer-window-list.
7016
7017 2014-01-15 Daniel Colascione <dancol@dancol.org>
7018
7019 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
7020 `buffer-file-name' in interactive-form so that we don't leave
7021 pathless file names in `file-name-history'.
7022
7023 2014-01-15 Juri Linkov <juri@jurta.org>
7024
7025 * indent.el (indent-rigidly): Set deactivate-mark to nil
7026 in transient indentation mode. (Bug#16438)
7027
7028 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
7029
7030 * emacs-lisp/package.el (package-desc-keywords): New function
7031 (Bug#16222).
7032 (describe-package-1, package-all-keywords)
7033 (package--has-keyword-p): Use it.
7034
7035 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
7036
7037 * simple.el (define-alternatives): When creating the
7038 COMMAND-alternatives variable, assign COMMAND as its definition
7039 name so that `describe-variable' can relocate it.
7040
7041 2014-01-14 Matthew Leach <matthew@mattleach.net>
7042
7043 * font-lock.el (font-lock-keywords): Fix typo in docstring
7044 (bug#16307).
7045
7046 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7047
7048 * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
7049 line instead of wrongly reset `add-coment' (bug#13577).
7050
7051 2014-01-14 Daiki Ueno <ueno@gnu.org>
7052
7053 * epa-file.el (epa-file-write-region): Encode the region according
7054 to `buffer-file-format'. Problem reported at:
7055 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
7056
7057 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
7058
7059 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
7060 so it applies in the right buffer (bug#16410).
7061
7062 2014-01-13 Daniel Colascione <dancol@dancol.org>
7063
7064 * textmodes/rst.el (rst-define-key): Provide deprecated
7065 keybindings through named functions instead of anonymous ones so
7066 that "??" doesn't appear in describe-mode output.
7067
7068 2014-01-13 Bastien Guerry <bzg@gnu.org>
7069
7070 * simple.el (define-alternatives): Call the selected command
7071 interactively. When setting `COMMAND--implementation' for the
7072 first time, tell the user how to chose another implementation.
7073 Enhance the docstring.
7074
7075 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7076
7077 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
7078 (log-edit--match-first-line): New function.
7079 (log-edit-font-lock-keywords): Use it.
7080 (log-edit-mode): Make jit-lock-defer-multiline work.
7081
7082 2014-01-13 Bastien Guerry <bzg@gnu.org>
7083
7084 * rect.el (rectangle-mark-mode): When the region is not active,
7085 display a message saying that the mark as been set and that
7086 rectangle mode is in use.
7087 (rectangle--highlight-for-redisplay): Only put an overlay with a
7088 visible vertical bar when (display-graphic-p) is non-nil.
7089 This partially fixes Bug#16403.
7090
7091 2014-01-13 Juri Linkov <juri@jurta.org>
7092
7093 * info.el (Info-find-file): Go to DIR before displaying the error
7094 about a nonexistent file if no previous Info file is visited.
7095 Use `user-error' instead of `error' for "Info file %s does not exist".
7096 (Info-find-node-2): In case of a nonexistent node in unwind forms
7097 go to the Top node if there is no previous node to revert to.
7098 (Bug#16405)
7099
7100 2014-01-13 Martin Rudalics <rudalics@gmx.at>
7101
7102 fit-frame/window-to-buffer code fixes including one for Bug#14096.
7103 * window.el (fit-frame-to-buffer): Fix doc-string.
7104 Respect window-min-height/-width. Fit pixelwise when
7105 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
7106 when avoiding that frame goes partially off-screen.
7107 (fit-window-to-buffer): Respect window-min-height/-width
7108 (Bug#14096).
7109
7110 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7111
7112 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
7113 after an empty line.
7114
7115 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
7116
7117 * net/shr.el (shr-render-region): Autoload.
7118
7119 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
7120
7121 * net/eww.el (eww-download-directory): Rename from
7122 `eww-download-path' (Bug#16419).
7123
7124 2014-01-12 Leo Liu <sdl.web@gmail.com>
7125
7126 * dired-x.el (dired-mode-map): Fix last change.
7127
7128 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
7129
7130 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
7131
7132 Spelling fixes.
7133 * emacs-lisp/generic.el (generic--normalize-comments):
7134 Rename from generic--normalise-comments. All uses changed.
7135 * play/bubbles.el (bubbles--neighborhood-score)
7136 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
7137 (bubbles--neighborhood-available)
7138 (bubbles--update-neighborhood-score):
7139 Rename from names with 'neighbourhood'. All uses changed.
7140
7141 2014-01-12 Leo Liu <sdl.web@gmail.com>
7142
7143 Re-implement the feature of showing eldoc info after editing.
7144 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
7145 (eldoc-edit-message-commands): New function.
7146 (eldoc-print-after-edit): New variable.
7147 (eldoc-pre-command-refresh-echo-area): Emit message only by
7148 eldoc-message-commands.
7149 (eldoc-mode): Restrict eldoc-message-commands to editing commands
7150 if eldoc-print-after-edit is set. (Bug#16346)
7151 * simple.el (read--expression): Enable eldoc-mode.
7152 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
7153
7154 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
7155 Eric S. Raymond <esr@thyrsus.com>
7156
7157 * version.el (emacs-repository-get-version): Enhance so the
7158 function works correctly in either a Bazaar or Git repo.
7159
7160 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
7161
7162 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
7163 Goes with removal of the joke manpages from /etc.
7164
7165 2014-01-10 Kenichi Handa <handa@gnu.org>
7166
7167 * mail/rmail.el (rmail-get-coding-system):
7168 Check rmail-get-coding-function before "funcall"ing it.
7169
7170 2014-01-10 Glenn Morris <rgm@gnu.org>
7171
7172 * emacs-lisp/authors.el (authors-fixed-entries):
7173 Update for files that no longer exist.
7174
7175 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
7176
7177 * version.el (emacs-bzr-get-version): Restore compatibilty with
7178 24.3 (Tested).
7179
7180 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
7181
7182 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
7183 and Podfile.
7184
7185 2014-01-10 Eli Zaretskii <eliz@gnu.org>
7186
7187 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
7188
7189 2014-01-10 Chong Yidong <cyd@gnu.org>
7190
7191 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
7192
7193 2014-01-10 Anders Lindgren <andlind@gmail.com>
7194
7195 * follow.el (follow-cache-command-list): Include right-char and
7196 left-char.
7197
7198 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
7199
7200 Spelling fixes.
7201 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
7202 * woman.el (woman-mark-horizontal-position):
7203 Rename from woman-mark-horizonal-position. Use changed.
7204
7205 2014-01-10 Glenn Morris <rgm@gnu.org>
7206
7207 * info.el (info-initialize): If running uninstalled, ensure our
7208 own info files are always found first, even if INFOPATH is set.
7209
7210 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
7211
7212 2014-01-09 David Engster <deng@randomsample.de>
7213
7214 * emacs-lisp/eieio-custom.el:
7215 * emacs-lisp/eieio-opt.el: Set generated autoload file to
7216 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
7217 * emacs-lisp/eieio.el: Regenerate autoloads.
7218
7219 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
7220
7221 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
7222 following renames. (Bug#8756)
7223
7224 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7225
7226 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
7227 (bug#16382).
7228 (activate-mark): Add `no-tmm' argument.
7229 (set-mark, push-mark-command): Use it instead of running
7230 activate-mark-hook by hand.
7231
7232 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
7233
7234 In preparation for the move to git, sanitize out some
7235 Bazaar-specific names.
7236
7237 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
7238
7239 * version.el (emacs-bzr-version): Name changed to
7240 emacs-repository-version. Obsolete-variable alias made.
7241 * loadup.el: Follow through on this name change.
7242 * mail/emacsbug.el (report-emacs-bug): Factor out any
7243 assumption about the version control system in use.
7244
7245 2014-01-08 David Engster <deng@randomsample.de>
7246
7247 * help-fns.el (help-fns-describe-function-functions):
7248 New variable to call functions for augmenting help buffers.
7249 (describe-function-1): Remove explicit calls to
7250 `help-fns--compiler-macro', `help-fns--parent-mode' and
7251 `help-fns--obsolete'. Put them in above new variable instead, and
7252 call them through `run-hook-with-args'.
7253 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
7254 `eieio-describe-class'. Not meant for interactive use anymore,
7255 but to augment existing help buffers. Remove optional second
7256 argument. Create proper button for file location.
7257 Rewrite function to use `insert' instead of `princ' and `prin1' where
7258 possible.
7259 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
7260 (eieio-method-def, eieio-class-def): Move further up.
7261 (describe-method, describe-generic, eieio-describe-method):
7262 Remove aliases.
7263 (eieio-help-constructor, eieio-help-generic): Rename from
7264 `eieio-describe-constructor' and `eieio-describe-generic', resp.
7265 Rewrite to use `insert' in the current buffer and use proper help
7266 buttons.
7267 (eieio-help-find-method-definition)
7268 (eieio-help-find-class-definition): Also accept symbols as
7269 arguments.
7270 (eieio-help-mode-augmentation-maybee): Remove.
7271 (eieio-describe-class-sb): Use `describe-function'.
7272 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
7273 Add `eieio-help-generic' and `eieio-help-constructor'.
7274
7275 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
7276
7277 Spelling fixes.
7278 * language/china-util.el (hz-ascii-designation):
7279 Rename from hz-ascii-designnation.
7280 (hz-ascii-designation): Rename from hz-ascii-designnation.
7281 All uses changed.
7282
7283 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
7284
7285 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
7286 package-alist.
7287
7288 2014-01-08 Bastien Guerry <bzg@gnu.org>
7289
7290 * emacs-lisp/package.el (package-delete):
7291 Correctly delete the package from package-alist.
7292
7293 2014-01-08 Daiki Ueno <ueno@gnu.org>
7294
7295 * emacs-lisp/package.el (url-recreate-url): Declare.
7296 (url-http-target-url): Declare.
7297 (package-handle-response): Include requested URL in the error message.
7298 (package--check-signature): Don't re-signal errors from
7299 package--with-work-buffer. Suggested by Stefan Monnier.
7300
7301 2014-01-07 Bastien Guerry <bzg@gnu.org>
7302
7303 * minibuffer.el (completion--try-word-completion): When both a
7304 hyphen and a space are possible candidates for the character
7305 following a word, display both candidates. (Bug#15980)
7306
7307 2014-01-07 Martin Rudalics <rudalics@gmx.at>
7308
7309 * window.el (balance-windows-2): While rounding don't give a
7310 window more than the remainder. Bug#16351, bug#16383.
7311
7312 2014-01-07 Glenn Morris <rgm@gnu.org>
7313
7314 * menu-bar.el (menu-bar-help-extra-packages): Remove.
7315 (menu-bar-help-menu): Use view-external-packages instead.
7316
7317 2014-01-07 Bastien Guerry <bzg@gnu.org>
7318
7319 * emacs-lisp/package.el (package-delete): Also delete the package
7320 name from `package-alist', not its description only.
7321
7322 2014-01-07 Glenn Morris <rgm@gnu.org>
7323
7324 * help.el (view-external-packages):
7325 * menu-bar.el (menu-bar-help-extra-packages):
7326 Visit efaq.info rather than etc/MORE.STUFF.
7327
7328 2014-01-07 Juri Linkov <juri@jurta.org>
7329
7330 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
7331 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
7332
7333 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
7334 that shadows RET. (Bug#16342)
7335
7336 2014-01-07 Chong Yidong <cyd@gnu.org>
7337
7338 * isearch.el (isearch-yank-char, isearch-yank-word)
7339 (isearch-yank-line): Doc fix.
7340
7341 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
7342
7343 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
7344 * emacs-lisp/elint.el (elint-find-builtins):
7345 * emacs-lisp/eldoc.el (eldoc-symbol-function):
7346 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
7347 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
7348 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7349 * apropos.el (apropos-safe-documentation):
7350 * subr.el (symbol-file): Remove redundant fboundp.
7351 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
7352
7353 2014-01-06 Bastien Guerry <bzg@gnu.org>
7354
7355 * hl-line.el (global-hl-line-overlay): Make a local variable.
7356 (global-hl-line-overlays): New variable to store all overlays.
7357 (global-hl-line-mode): Don't delete overlays from the current
7358 buffer when `global-hl-line-sticky-flag' is non-nil.
7359 (global-hl-line-highlight): Add new overlays to
7360 `global-hl-line-overlays'.
7361 (global-hl-line-unhighlight-all): New function to delete all
7362 overlays when turning off `global-hl-line-mode'.
7363 This fixes Bug#16183.
7364
7365 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
7366
7367 * subr.el (set-transient-map): Fix nested case and docstring.
7368
7369 2014-01-06 Tassilo Horn <tsdh@gnu.org>
7370
7371 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
7372 `Texinfo' entry.
7373
7374 2014-01-06 Daniel Colascione <dancol@dancol.org>
7375
7376 Fix defun navigation in vc log view.
7377
7378 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
7379 like `beginning-of-defun'.
7380 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
7381 log-view-end-of-defun to log-view-end-of-defun-1. Replace
7382 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
7383 (log-view-extract-comment): Call `log-view-current-entry' directly
7384 instead of relying on broken `log-view-beginning-of-defun' behavior.
7385
7386 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
7387
7388 Spelling fixes.
7389 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
7390 * emacs-lisp/debug.el (cancel-debug-on-entry):
7391 * epg.el (epg-error-to-string):
7392 * files.el (recover-file):
7393 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
7394 * mail/emacsbug.el (report-emacs-bug-hook):
7395 * mail/sendmail.el (mail-recover):
7396 * ses.el (ses-yank-resize):
7397 * term/ns-win.el (ns-print-buffer):
7398 Spelling fixes in diagnostics, mostly for "canceled" with one L.
7399 * epg.el (epg-key-capability-alist): Rename from misspelled version.
7400 All uses changed.
7401 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
7402
7403 2014-01-06 Leo Liu <sdl.web@gmail.com>
7404
7405 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
7406 to avoid shadowing global key. (Bug#16354)
7407
7408 2014-01-06 Daniel Colascione <dancol@dancol.org>
7409
7410 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
7411 rst-mode.
7412
7413 2014-01-05 Martin Rudalics <rudalics@gmx.at>
7414
7415 * window.el (balance-windows): Add mising t to fix Bug#16351.
7416
7417 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7418
7419 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
7420 (bug#16285).
7421 (shr-insert): If we have a word that's longer than `shr-width',
7422 break after it anyway. Otherwise we'll do no breaking once we get
7423 such a long word.
7424
7425 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
7426
7427 * net/eww.el (eww): Support single/double quote for search.
7428 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
7429 (eww-history-quit): Delete and use quit-window.
7430 (eww-history-kill): Delete, because it doesn't work well and
7431 not necessary.
7432 (eww-history-mode-map): Delete some keys and add easy-menu.
7433
7434 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
7435
7436 Fix misspelling of 'chinese' in rx (Bug#16237).
7437 * emacs-lisp/rx.el (rx-categories): Correct spelling of
7438 chinese-two-byte.
7439
7440 Change subword regexps back to vars (Bug#16296).
7441 * progmodes/subword.el (subword-forward-regexp)
7442 (subword-backward-regexp): Change these back to variables.
7443
7444 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7445
7446 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
7447 syntax-begin-function (bug#16247).
7448
7449 2014-01-03 Chong Yidong <cyd@gnu.org>
7450
7451 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
7452 (advice--docstring): Delete variable.
7453 (advice--make-1): Leave the docstring empty.
7454 (advice-add): Use function-documentation for advised docstring.
7455
7456 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
7457 Ignore function-documentation property when getting documentation.
7458 (ad-activate-advised-definition): Use function-documentation
7459 generate the docstring.
7460 (ad-make-advised-definition): Don't call
7461 ad-make-advised-definition-docstring.
7462 (ad-make-advised-definition-docstring, ad-advised-definition-p):
7463 Delete functions.
7464
7465 * progmodes/sql.el (sql-help): Use function-documentation instead
7466 of dynamic-docstring-function property. No need to autoload now.
7467 (sql--help-docstring): New variable.
7468 (sql--make-help-docstring): Use it.
7469
7470 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7471
7472 * ielm.el (ielm-tab): Retarget.
7473 (ielm-map): Use ielm-tab for tab.
7474 (ielm-complete-filename): Use comint-filename-completion.
7475 (ielm-complete-symbol): Remove.
7476 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
7477 remove ielm-tab from completion-at-point-functions (bug#16224).
7478
7479 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
7480 Beware signals raised by predicates (bug#16201).
7481
7482 2014-01-02 Richard Stallman <rms@gnu.org>
7483
7484 * dired-aux.el (dired-do-print): Handle printer-name.
7485
7486 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
7487 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
7488 (rmail-epa-decrypt): Turn off mime processing.
7489
7490 * mail/rmail.el (rmail-make-in-reply-to-field):
7491 Add parens in message-id.
7492
7493 * mail/rmail.el (rmail-get-coding-function): Variable.
7494 (rmail-get-coding-system): Use it.
7495
7496 2013-12-31 Eli Zaretskii <eliz@gnu.org>
7497
7498 * international/mule-conf.el: Unify the charset indian-is13194.
7499 (indian-is13194): Specify unify-map.
7500
7501 2013-12-31 Leo Liu <sdl.web@gmail.com>
7502
7503 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
7504
7505 2013-12-30 Daniel Colascione <dancol@dancol.org>
7506
7507 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
7508 of printing a useless when we resume from sleep.
7509
7510 * progmodes/sh-script.el
7511 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
7512 in indentation code. (Bug#16233)
7513
7514 2013-12-28 João Távora <joaotavora@gmail.com>
7515
7516 * elec-pair.el (electric-pair-post-self-insert-function):
7517 Don't open extra newlines at beginning of buffer. (Bug#16272)
7518
7519 2013-12-28 Eli Zaretskii <eliz@gnu.org>
7520
7521 * frame.el (window-system-for-display): Don't allow to create a
7522 GUI frame from a -nw session on MS-Windows. (Bug#14739)
7523
7524 2013-12-28 Glenn Morris <rgm@gnu.org>
7525
7526 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
7527 Update callers.
7528
7529 * apropos.el (apropos-match-face):
7530 * calculator.el (calculator-displayer):
7531 * dabbrev.el (dabbrev-search-these-buffers-only):
7532 * face-remap.el (buffer-face-mode-face):
7533 * simple.el (yank-handled-properties):
7534 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7535 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
7536 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
7537 (hashcash-double-spend-database):
7538 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
7539 (ruby-deep-indent-paren-style):
7540 * textmodes/flyspell.el (flyspell-auto-correct-binding):
7541 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
7542 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
7543 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
7544 Specify custom types.
7545
7546 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
7547 * bookmark.el (bookmark-bmenu-use-header-line):
7548 * doc-view.el (doc-view-scale-internally):
7549 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
7550 * register.el (register-preview-delay):
7551 * net/shr.el (shr-bullet):
7552 * progmodes/cfengine.el (cfengine-cf-promises)
7553 (cfengine-parameters-indent):
7554 * progmodes/octave.el (inferior-octave-error-regexp-alist):
7555 * textmodes/reftex-vars.el (reftex-label-regexps):
7556 * vc/log-edit.el (log-edit-setup-add-author): Add version.
7557
7558 * net/tls.el (tls-certtool-program): Fix default value.
7559
7560 * desktop.el (desktop-restore-in-current-display):
7561 * newcomment.el (comment-empty-lines):
7562 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
7563 (idlwave-pad-keyword):
7564 * progmodes/tcl.el (tcl-tab-always-indent):
7565 * textmodes/reftex-vars.el (reftex-index-default-tag):
7566 * elec-pair.el (electric-pair-skip-whitespace):
7567 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
7568
7569 * emacs-lisp/authors.el (authors-ignored-files)
7570 (authors-valid-file-names, authors-renamed-files-alist): Additions.
7571
7572 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
7573
7574 * shell.el (shell-dynamic-complete-command): Doc fix.
7575 (shell--command-completion-data): Shell completion now matches
7576 executable filenames from the current buffer's directory, on
7577 systems in which this behavior is the default (windows-nt, ms-dos).
7578
7579 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
7580
7581 * net/shr.el (shr-insert): Don't infloop if the width is zero.
7582
7583 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
7584
7585 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
7586 (bug#16251).
7587
7588 * electric.el: Move all electric-pair-* to elec-pair.el.
7589 * elec-pair.el: New file, split from electric.el.
7590
7591 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
7592
7593 * net/shr.el (shr-find-fill-point): Don't try to fill if the
7594 indentation level is larger than the width, because that will
7595 infloop.
7596 (shr-insert): Fill repeatedly long texts, so that Japanese is
7597 formatted correctly (bug#16263).
7598 (shr-find-fill-point): Off by one error in comparison with the
7599 indentation.
7600
7601 2013-12-26 João Távora <joaotavora@gmail.com>
7602
7603 * electric.el (electric-pair-mode): More flexible engine for skip-
7604 and inhibit predicates, new options for pairing-related functionality.
7605 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
7606 if that keeps or improves their balance in buffers.
7607 (electric-pair-delete-adjacent-pairs): Delete the pair when
7608 backspacing over adjacent matched delimiters.
7609 (electric-pair-open-extra-newline): Open extra newline when
7610 inserting newlines between adjacent matched delimiters.
7611 (electric--sort-post-self-insertion-hook):
7612 Sort post-self-insert-hook according to priority values when
7613 minor-modes are activated.
7614 * simple.el (newline-and-indent): Call newline with interactive
7615 set to t.
7616 (blink-paren-post-self-insert-function): Set priority to 100.
7617 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7618 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
7619 comments. Locally set electric-pair-skip-whitespace to 'chomp and
7620 electric-pair-open-newline-between-pairs to nil.
7621
7622 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
7623
7624 * progmodes/python.el: Use lexical-binding.
7625 (python-nav-beginning-of-defun): Stop searching ASAP.
7626
7627 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
7628
7629 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
7630 Fix interactive spec. Doc fix. (Bug#15754)
7631
7632 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
7633
7634 * emacs-lisp/byte-run.el (eval-when-compile):
7635 * progmodes/cc-defs.el (cc-eval-when-compile):
7636 Fix edebug spec (bug#16184).
7637
7638 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
7639
7640 * net/shr.el (shr-visit-file): Remove debugging function.
7641 (shr-insert): Don't infloop if we can't find a good place to break
7642 the line (bug#16256).
7643
7644 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
7645
7646 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
7647 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
7648 python-nav-lisp-forward-sexp-safe.
7649 (python-nav--forward-sexp): New argument SAFE allows switching
7650 forward sexp movement behavior for parens.
7651 (python-nav-forward-sexp): Throw errors on unterminated parens
7652 (Bug#16191).
7653 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
7654 (python-nav-backward-sexp-safe): New functions.
7655 (python-shell-buffer-substring):
7656 Use `python-nav-forward-sexp-safe'.
7657
7658 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
7659
7660 * net/shr.el (shr-find-fill-point): Don't break lines before a
7661 quotation mark.
7662 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
7663 (shr-find-fill-point): Remove the special checks for the quotation
7664 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
7665
7666 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
7667
7668 * net/eww.el (eww-form-textarea): Use a different face for
7669 textareas than text input since they have different keymaps
7670 (bug#16142).
7671
7672 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
7673
7674 * progmodes/python.el (python-nav-beginning-of-statement):
7675 Speed up (Bug#15295).
7676
7677 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
7678
7679 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
7680 the window configuration.
7681
7682 2013-12-24 Eli Zaretskii <eliz@gnu.org>
7683
7684 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
7685 we run on MS-Windows or MS-DOS.
7686
7687 2013-12-24 Martin Rudalics <rudalics@gmx.at>
7688
7689 * window.el (balance-windows-area): Call window-size instead of
7690 window-height and window-width. Bug#16241.
7691
7692 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
7693
7694 * net/eww.el (eww-bookmark-quit): Remove.
7695 (eww-bookmark-browse): Restore the window configuration when you
7696 choose a bookmark (bug#16144).
7697
7698 2013-12-24 Daniel Colascione <dancol@dancol.org>
7699
7700 * icomplete.el: Remove redundant :group arguments to `defcustom'
7701 throughout.
7702 (icomplete-show-matches-on-no-input): New customizable variable.
7703 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
7704 we have something to show.
7705 (icomplete-exhibit): Compute completions even if we have no user input.
7706
7707 2013-12-23 Daniel Colascione <dancol@dancol.org>
7708
7709 * icomplete.el: Move `provide' to end of file.
7710
7711 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
7712
7713 * net/gnutls.el (gnutls-verify-error): Add version tag.
7714
7715 2013-12-23 Chong Yidong <cyd@gnu.org>
7716
7717 * subr.el (set-transient-map): Rename from
7718 set-temporary-overlay-map. Doc fix.
7719
7720 * face-remap.el (text-scale-adjust):
7721 * indent.el (indent-rigidly):
7722 * kmacro.el (kmacro-call-macro):
7723 * minibuffer.el (minibuffer-force-complete):
7724 * repeat.el (repeat):
7725 * simple.el (universal-argument--mode):
7726 * calendar/todo-mode.el (todo-insert-item--next-param):
7727 * progmodes/f90.el (f90-abbrev-start): Callers changed.
7728
7729 * indent.el (indent-rigidly): Use substitute-command-keys.
7730
7731 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
7732
7733 * net/eww.el (eww-tag-select): Add text-property to jump to next
7734 select field.
7735 (eww): Add non-supported ftp error.
7736
7737 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
7738
7739 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
7740 comments. Handle electric indent after typing `?' and `!'.
7741
7742 2013-12-22 Chong Yidong <cyd@gnu.org>
7743
7744 * faces.el (face-spec-recalc): If the theme specs are not
7745 applicable to a frame, fall back on the defface spec.
7746 This prevents themes from obliterating faces on low-color terminals.
7747
7748 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
7749
7750 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
7751 after `{'. We need it after block openers, and it doesn't seem
7752 to hurt after hash openers.
7753
7754 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
7755
7756 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
7757 extracted from `ruby-smie-rules'.
7758 (ruby--electric-indent-chars): New variable.
7759 (ruby--electric-indent-p): New function.
7760 (ruby-mode): Use `electric-indent-functions' instead of
7761 `electric-indent-chars'.
7762
7763 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
7764
7765 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
7766 docstring.
7767 (ruby-smie-rules): Indent plus one level after `=>'.
7768
7769 2013-12-21 Richard Stallman <rms@gnu.org>
7770
7771 * simple.el (newline): Doc fix.
7772
7773 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
7774
7775 * net/eww.el (eww-list-histories, eww-list-histories)
7776 (eww-history-browse, eww-history-quit, eww-history-kill)
7777 (eww-history-mode-map, eww-history-mode): New command and
7778 functions to list browser histories.
7779 (eww-form-text): Support text form with disabled
7780 and readonly attributes.
7781 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
7782
7783 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7784
7785 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
7786 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
7787 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
7788 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
7789 Use `user-error'.
7790 (eww-bookmark-mode-map): Add menu.
7791 (eww-render, eww-mode): Use `setq-local'.
7792 (eww-tool-bar-map): New variable.
7793 (eww-mode): Set `tool-bar-map'.
7794 (eww-view-source): Check for `html-mode' with `fboundp'.
7795
7796 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7797
7798 * net/shr.el (shr--extract-best-source): Don't bug out on audio
7799 elements with text inside. Also remove debugging.
7800
7801 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
7802
7803 * cus-start.el (all): Add ns-use-srgb-colorspace.
7804
7805 2013-12-21 Chong Yidong <cyd@gnu.org>
7806
7807 * custom.el (custom-theme-recalc-face): Do nothing if the face is
7808 undefined. Thus, theme settings for undefined faces do not take
7809 effect until the faces are defined with defface, the same as with
7810 theme variables.
7811
7812 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
7813 (face-spec-reset-face): Don't assign extra properties in temacs.
7814 (face-spec-recalc): Apply X resources too.
7815
7816 2013-12-21 Chong Yidong <cyd@gnu.org>
7817
7818 * faces.el (face-spec-set):
7819 * cus-face.el (custom-theme-set-faces, custom-set-faces):
7820 * custom.el (defface): Doc fixes (Bug#16203).
7821
7822 * indent.el (indent-rigidly-map): Add docstring, and move commands
7823 into named functions.
7824 (indent-rigidly-left, indent-rigidly-right)
7825 (indent-rigidly-left-to-tab-stop)
7826 (indent-rigidly-right-to-tab-stop): New functions. Decide on
7827 indentation direction based on bidi direction, and accumulate
7828 sequential commands in a single undo boundary.
7829 (indent-rigidly--pop-undo): New utility function.
7830
7831 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
7832
7833 * faces.el (read-face-name): Require crm.el when using crm-separator.
7834
7835 2013-12-20 Daniel Colascione <dancol@dancol.org>
7836
7837 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
7838 so that we don't reflow comments into the shebang line.
7839
7840 2013-12-20 Juri Linkov <juri@jurta.org>
7841
7842 * saveplace.el (save-place-to-alist): Add `dired-filename' as
7843 a position when `dired-directory' is non-nil. Check integer
7844 positions with `integerp'.
7845 (toggle-save-place, save-places-to-alist): Add check for
7846 `dired-directory'.
7847 (save-place-find-file-hook): Check integer positions with
7848 `integerp'.
7849 (save-place-dired-hook): Use `dired-goto-file' when
7850 `dired-filename' is found in the assoc list. Check integer
7851 positions with `integerp'.
7852 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
7853
7854 * dired.el (dired-initial-position-hook): Rename back from
7855 `dired-initial-point-hook'.
7856 (dired-initial-position): Rename `dired-initial-point-hook' to
7857 `dired-initial-position-hook'.
7858 (dired-file-name-at-point): Doc fix. (Bug#15329)
7859
7860 2013-12-20 Juri Linkov <juri@jurta.org>
7861
7862 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
7863 (read-regexp-suggestions): New function.
7864 (read-regexp): Use `read-regexp-defaults-function' to get default values.
7865 Use `read-regexp-suggestions'. Add non-empty default to history
7866 for empty input.
7867 (occur-read-regexp-defaults-function): Remove function.
7868 (occur-read-primary-args): Use `regexp-history-last' instead of
7869 `occur-read-regexp-defaults-function'.
7870
7871 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
7872 (hi-lock-line-face-buffer, hi-lock-face-buffer)
7873 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
7874 `hi-lock-read-regexp-defaults-function'. Doc fix.
7875 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
7876 with `find-tag-default-as-symbol-regexp'. Doc fix.
7877 (hi-lock-read-regexp-defaults): Remove function.
7878 (hi-lock-regexp-okay): Add check for null.
7879
7880 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
7881 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
7882
7883 * subr.el (find-tag-default-as-symbol-regexp): New function.
7884 (find-tag-default-as-regexp): Move symbol regexp formatting to
7885 `find-tag-default-as-symbol-regexp'.
7886
7887 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
7888
7889 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
7890 (Bug#14179)
7891
7892 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
7893
7894 * calendar/todo-mode.el: New implementation of item insertion
7895 commands and key bindings.
7896 (todo-key-prompt): New face.
7897 (todo-insert-item): New command.
7898 (todo-insert-item--parameters): New defconst, replacing defvar
7899 todo-insertion-commands-args-genlist.
7900 (todo-insert-item--param-key-alist): New defconst, replacing
7901 defvar todo-insertion-commands-arg-key-list.
7902 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
7903 (todo-insert-item--argsleft, todo-insert-item--apply-args)
7904 (todo-insert-item--next-param): New functions.
7905 (todo-insert-item--args, todo-insert-item--argleft)
7906 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
7907 New variables.
7908 (todo-key-bindings-t): Change binding of "i" from
7909 todo-insertion-map to todo-insert-item.
7910 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
7911 (todo-insertion-command-name, todo-insertion-commands-names)
7912 (todo-define-insertion-command, todo-insertion-commands)
7913 (todo-insertion-key-bindings, todo-insertion-map): Remove.
7914
7915 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
7916
7917 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
7918 (todo-toggle-item-highlighting): Use eval-and-compile instead of
7919 eval-when-compile.
7920 (todo-move-category): Allow choosing a non-existing todo file to
7921 move the category to, and create that file.
7922 (todo-default-priority): New user option.
7923 (todo-set-item-priority): Use it.
7924 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
7925 (desktop-restore-file-buffer): Declare.
7926 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
7927 (todo-modes-set-2): Locally set desktop-save-buffer to
7928 todo-desktop-save-buffer.
7929 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
7930 (auto-mode-alist): Add autoload cookie.
7931
7932 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
7933
7934 * emacs-lisp/subr-x.el: Renamed from helpers.el.
7935 helpers.el was a poor choice of name.
7936 (string-remove-prefix): New function.
7937 (string-remove-suffix): New function.
7938
7939 2013-12-20 Martin Rudalics <rudalics@gmx.at>
7940
7941 Fix assignment for new window total sizes.
7942 * window.el (window--pixel-to-size): Remove function.
7943 (window--pixel-to-total-1, window--pixel-to-total):
7944 Fix calculation of new total sizes.
7945
7946 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
7947
7948 * comint.el (comint-output-filter): Fix rear-nonsticky property
7949 placement (Bug#16010).
7950
7951 2013-12-20 Chong Yidong <cyd@gnu.org>
7952
7953 * faces.el (read-color): Minor fix for completion function.
7954
7955 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
7956
7957 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
7958 New option. (Bug#16182)
7959 (ruby-smie--indent-to-stmt-p): Use it.
7960 (ruby-smie-rules): Revert the logic in the handling of `when'.
7961 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
7962 (ruby-deep-arglist, ruby-deep-indent-paren)
7963 (ruby-deep-indent-paren-style): Update docstrings to note that the
7964 vars don't have any effect with SMIE.
7965
7966 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
7967
7968 * calc/calc.el (calc-enter, calc-pop): Use the variable
7969 `calc-context-sensitive-enter'.
7970
7971 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7972
7973 * net/shr.el (shr-insert): Protect against infloops in degenerate
7974 tables.
7975
7976 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7977
7978 * progmodes/octave.el (octave): Add link to manual and octave
7979 homepage.
7980 (octave-mode-menu): Link to octave-mode manual.
7981
7982 2013-12-20 Leo Liu <sdl.web@gmail.com>
7983
7984 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
7985 insertion using skeleton-end-newline. (Bug#16138)
7986
7987 2013-12-20 Juri Linkov <juri@jurta.org>
7988
7989 * replace.el (occur-engine): Use `add-face-text-property'
7990 to add the face property to matches and titles. (Bug#14645)
7991
7992 * hi-lock.el (hi-green): Use lighter color "light green" closer to
7993 the palette of other hi-lock colors.
7994 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
7995
7996 2013-12-19 Juri Linkov <juri@jurta.org>
7997
7998 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
7999 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
8000 (minibuffer-history-symbol): Move variable declaration closer to
8001 its usage.
8002
8003 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
8004 (Bug#14785)
8005
8006 2013-12-19 Juri Linkov <juri@jurta.org>
8007
8008 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
8009 New function.
8010 (log-edit-hook): Add it to :options. (Bug#16170)
8011
8012 2013-12-19 Juri Linkov <juri@jurta.org>
8013
8014 * simple.el (eval-expression-print-format): Don't check for
8015 command names and the last command. Always display additional
8016 formats of the integer result in the echo area, and insert them
8017 to the current buffer only with a zero prefix arg.
8018 Display character when char-displayable-p is non-nil.
8019 (eval-expression): With a zero prefix arg, set `print-length' and
8020 `print-level' to nil, and insert the integer values from
8021 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
8022
8023 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
8024 `eval-last-sexp-arg-internal'. Doc fix.
8025 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
8026 `eval-last-sexp-print-value'. Doc fix.
8027 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
8028 Set `print-length' and `print-level' to nil when arg is zero.
8029 (eval-last-sexp): Doc fix.
8030 (eval-defun-2): Print the integer values from
8031 `eval-expression-print-format' at the end.
8032
8033 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
8034 values from `eval-expression-print-format' at the end.
8035
8036 * ielm.el (ielm-eval-input): Print the integer
8037 values from `eval-expression-print-format' at the end.
8038
8039 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
8040
8041 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
8042 2013-12-11T19:01:44Z!tzz@lifelogs.com.
8043
8044 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
8045
8046 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
8047 (hl-line-highlight, global-hl-line-highlight): Use it.
8048 (hl-line-overlay): Use defvar-local.
8049
8050 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
8051
8052 * term/ns-win.el: Require dnd.
8053 (global-map): Remove drag items.
8054 (ns-insert-text, ns-set-foreground-at-mouse)
8055 (ns-set-background-at-mouse):
8056 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
8057 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
8058 New functions.
8059
8060 2013-12-19 Glenn Morris <rgm@gnu.org>
8061
8062 * emacs-lisp/ert.el (ert-select-tests):
8063 Fix string/symbol mixup. (Bug#16121)
8064
8065 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
8066
8067 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
8068 keywords to their parent.
8069
8070 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
8071
8072 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
8073 first arg to be a string (fixed dead code), or an operator symbol.
8074 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
8075 operator symbols.
8076 (ruby-smie-rules): Remove parent token check in the `.' clause, it
8077 did nothing. Don't respond to `(:after ".")', it will be called
8078 with :before anyway. Remove the ` @ ' rule, it didn't seem to
8079 change anything. Only return indentation for binary operators
8080 when they are hanging. De-dent opening paren when its parent is
8081 `.', otherwise it looks bad when the dot is not at bol or eol
8082 (bug#16182).
8083
8084 2013-12-19 Juri Linkov <juri@jurta.org>
8085
8086 * replace.el (query-replace-read-args): Split a non-negative arg
8087 and a negative arg into separate elements.
8088 (query-replace, query-replace-regexp, replace-string)
8089 (replace-regexp): Add arg `backward'. Doc fix.
8090 (replace-match-maybe-edit): When new arg `backward' is non-nil,
8091 move point to the beginning of the match.
8092 (replace-search, replace-highlight): Use new arg `backward'
8093 to set the value of `isearch-forward'.
8094 (perform-replace): Add arg `backward' and use it to perform
8095 replacement backward. (Bug#14979)
8096
8097 * isearch.el (isearch-query-replace): Use a negative prefix arg
8098 to call `perform-replace' with a non-nil arg `backward'.
8099
8100 2013-12-18 Juri Linkov <juri@jurta.org>
8101
8102 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
8103 to the default list. Move `log-edit-show-files' to the end.
8104 Add more available functions to options.
8105 (log-edit): Move default specific settings to
8106 `log-edit-insert-message-template'. Don't move point.
8107 (log-edit-insert-message-template): New function.
8108 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
8109 (Bug#16170)
8110
8111 2013-12-18 Juri Linkov <juri@jurta.org>
8112
8113 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
8114 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
8115
8116 2013-12-18 Leo Liu <sdl.web@gmail.com>
8117
8118 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
8119 (Bug#16186)
8120
8121 2013-12-18 Eli Zaretskii <eliz@gnu.org>
8122
8123 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
8124 formats for displaying file sizes when the -s switch is given.
8125 Instead, compute a separate format for displaying the size in
8126 blocks, which is displayed in addition to the "regular" size.
8127 When -h is given in addition to -s, produce size in blocks in
8128 human-readable form as well. (Bug#16179)
8129
8130 2013-12-18 Tassilo Horn <tsdh@gnu.org>
8131
8132 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
8133 Reference tables with ~\ref{...} instead of only \ref{...}.
8134
8135 2013-12-18 Chong Yidong <cyd@gnu.org>
8136
8137 * cus-edit.el (custom-magic-alist): Fix "themed" description
8138 (Bug#14348).
8139
8140 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
8141 is non-nil, do not create a new entry in the symbol's theme-value
8142 or theme-face property; update theme-settings only (Bug#14664).
8143 (custom-available-themes): Doc fix.
8144
8145 * cus-theme.el (custom-new-theme-mode-map): Add bindings
8146 (Bug#15674).
8147
8148 * replace.el (occur-engine): Avoid infloop (Bug#7593).
8149
8150 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
8151
8152 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
8153 (Bug#13914).
8154
8155 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
8156
8157 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
8158
8159 2013-12-18 Glenn Morris <rgm@gnu.org>
8160
8161 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
8162 * cus-start.el (load-prefer-newer): New option.
8163
8164 2013-12-18 Le Wang <l26wang@gmail.com>
8165
8166 * comint.el (comint-previous-matching-input-from-input):
8167 Retain point (Bug#13404).
8168
8169 2013-12-18 Chong Yidong <cyd@gnu.org>
8170
8171 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
8172
8173 2013-12-18 Glenn Morris <rgm@gnu.org>
8174
8175 * mail/emacsbug.el (report-emacs-bug):
8176 Only mention enable-multibyte-characters if non-standard.
8177
8178 2013-12-17 Juri Linkov <juri@jurta.org>
8179
8180 * arc-mode.el (archive-extract-by-file): Check if directory exists
8181 before deletion to not show irrelevant errors if it doesn't exist.
8182
8183 2013-12-17 Juri Linkov <juri@jurta.org>
8184
8185 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
8186 (Bug#14751)
8187
8188 * net/eww.el (browse-web): Add alias to `eww'.
8189 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
8190 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
8191
8192 * net/browse-url.el (browse-url-browser-function): Move `eww'
8193 closer to similar functions.
8194
8195 * startup.el (fancy-startup-screen, fancy-about-screen):
8196 Set browse-url-browser-function to eww-browse-url locally.
8197 (Bug#14751)
8198
8199 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
8200
8201 * window.el (window--pixel-to-total): Remove unused `mini' var.
8202 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
8203 (split-window): Remove unused `new' var.
8204 (window--display-buffer): Remove unused `frame' and `delta' vars.
8205 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
8206 and display-width'.
8207
8208 2013-12-17 Martin Rudalics <rudalics@gmx.at>
8209
8210 * dired.el (dired-mark-pop-up):
8211 * register.el (register-preview): Don't bind
8212 split-height-threshold here since it's now done in
8213 display-buffer-below-selected.
8214
8215 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
8216
8217 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
8218 xterm-rgb-convert-to-16bit.
8219 (rxvt-register-default-colors): Standardize with
8220 xterm-register-default-colors (Bug#14078).
8221
8222 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
8223
8224 * simple.el (kill-region): Pass mark first, then point, so that
8225 kill-append works right (Bug#12819).
8226 (copy-region-as-kill, kill-ring-save): Likewise.
8227
8228 2013-12-17 Leo Liu <sdl.web@gmail.com>
8229
8230 * net/rcirc.el (rcirc-add-face):
8231 * eshell/em-prompt.el (eshell-emit-prompt):
8232 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
8233 (Bug#16167)
8234
8235 2013-12-17 Chong Yidong <cyd@gnu.org>
8236
8237 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
8238 Suggested by Xue Fuqiao.
8239
8240 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
8241
8242 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
8243
8244 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
8245
8246 * net/shr.el (shr-insert-document): Remove unused var
8247 `shr-preliminary-table-render'.
8248 (shr-rescale-image): Remove unused arg `force'.
8249 (shr-put-image): Update calls accordingly.
8250 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
8251
8252 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
8253
8254 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
8255 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
8256 :close-all, to see which indentation method to use (Bug#16116).
8257 (smie-rules-function): Document the method :close-all.
8258
8259 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8260
8261 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
8262
8263 * net/eww.el (eww-display-html): If we can't find the anchor we're
8264 looking for, then go to point-min.
8265
8266 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
8267
8268 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
8269 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
8270 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
8271 Expand dir too, in case it's relative.
8272
8273 2013-12-16 Juri Linkov <juri@jurta.org>
8274
8275 * desktop.el (desktop-auto-save-timeout): Change default to
8276 `auto-save-timeout'. Doc fix.
8277 (desktop-save): Skip the timestamp in desktop-saved-frameset
8278 when checking for auto-save changes.
8279 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
8280 `desktop-auto-save' is called repeatedly by the idle timer.
8281 (desktop-auto-save-set-timer): Replace `run-with-timer' with
8282 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
8283 (Bug#15331)
8284
8285 2013-12-16 Juri Linkov <juri@jurta.org>
8286
8287 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
8288 (Bug#16035)
8289 (isearch-pre-command-hook): Check `this-command' for symbolp.
8290
8291 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
8292
8293 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
8294
8295 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
8296
8297 * progmodes/cfengine.el (cfengine3--current-word): Remove.
8298 (cfengine3--current-function): Bring in the current-function
8299 functionality from `cfengine3--current-word'.
8300 (cfengine3-completion-function): Bring in the
8301 bounds-of-current-word functionality from
8302 `cfengine3--current-word'.
8303
8304 2013-12-16 Martin Rudalics <rudalics@gmx.at>
8305
8306 * window.el (display-buffer-below-selected):
8307 Bind split-height-threshold to 0 as suggested by Juri Linkov.
8308
8309 2013-12-16 Leo Liu <sdl.web@gmail.com>
8310
8311 * progmodes/compile.el (compile-goto-error): Do not push-mark.
8312 Remove NOMSG arg and all uses changed.
8313
8314 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
8315
8316 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
8317 (cua--deactivate-rectangle): Don't deactivate the mark.
8318 (cua-set-rectangle-mark): Don't set mark-active since
8319 cua--activate-rectangle already does it for us.
8320 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
8321 non-rectangular region.
8322
8323 * emulation/cua-base.el (cua-repeat-replace-region):
8324 Use with-current-buffer.
8325
8326 * net/gnutls.el: Use cl-lib.
8327 (gnutls-negotiate): `mapcan' -> cl-mapcan.
8328
8329 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
8330
8331 * emacs-lisp/package.el (package-built-in-p): Support both
8332 built-in and the package.el converted package descriptions.
8333 (package-show-package-list): Allow keywords.
8334 (package-keyword-button-action): Use it instead of
8335 `finder-list-matches'.
8336 (package-menu-filter-interactive): Interactive filtering (by
8337 keyword) function.
8338 (package-menu--generate): Support keywords and change keymappings
8339 and headers when they are given.
8340 (package--has-keyword-p): Helper function.
8341 (package-menu--refresh): Use it.
8342 (package--mapc): Helper function.
8343 (package-all-keywords): Use it.
8344 (package-menu-mode-map): Set up menu items and keybindings to
8345 provide a filtering UI.
8346
8347 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
8348
8349 * net/gnutls.el (gnutls-verify-error): New defcustom to control
8350 the behavior when a certificate fails validation. Defaults to
8351 old behavior: never abort, just warn.
8352 (gnutls-negotiate): Use it.
8353
8354 2013-12-14 Martin Rudalics <rudalics@gmx.at>
8355
8356 * window.el (display-buffer-below-selected): Never split window
8357 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
8358
8359 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
8360
8361 * emacs-lisp/package.el (package--prepare-dependencies): New function.
8362 (package-buffer-info): Use it (bug#15108).
8363
8364 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
8365
8366 * icomplete.el (icomplete-completions): Make sure the prefix is already
8367 displayed elsewhere before hiding it (bug#16219).
8368
8369 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
8370
8371 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
8372 open-paren tokens when preceded by a open-paren, too.
8373 (ruby-smie-rules): Handle virtual indentation after open-paren
8374 tokens specially. If there is code between it and eol, return the
8375 column where is starts (Bug#16118).
8376
8377 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
8378
8379 * progmodes/cfengine.el: Fix `add-hook' doc.
8380 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
8381 (cfengine3--current-word): Fix parameters.
8382 (cfengine3-make-syntax-cache): Simplify further.
8383 (cfengine3-completion-function, cfengine3--current-function):
8384 Use `assq' for symbols.
8385 (cfengine3--current-function): Fix `cfengine3--current-word' call.
8386
8387 2013-12-13 Glenn Morris <rgm@gnu.org>
8388
8389 * loadup.el (load-path): Warn if site-load or site-init changes it.
8390 No more need to reset it when bootstrapping.
8391
8392 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
8393
8394 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
8395 locations for cf-promises.
8396 (cfengine-mode-syntax-functions-regex): New caching variable.
8397 (cfengine3-fallback-syntax): Fallback syntax for cases where
8398 cf-promises doesn't run.
8399 (cfengine3--current-word): Reimplement using
8400 `cfengine-mode-syntax-functions-regex'.
8401 (cfengine3-completion-function, cfengine3--current-function):
8402 Use `cfengine3-make-syntax-cache' directly.
8403 (cfengine3-clear-syntax-cache): New function.
8404 (cfengine3-make-syntax-cache): Simplify and create
8405 `cfengine-mode-syntax-functions-regex' on demand.
8406 (cfengine3-format-function-docstring): Don't call
8407 `cfengine3-make-syntax-cache' explicitly.
8408
8409 2013-12-13 Martin Rudalics <rudalics@gmx.at>
8410
8411 Fix windmove-find-other-window broken after pixelwise resizing
8412 (Bug#16017).
8413 * windmove.el (windmove-other-window-loc): Revert change from
8414 2013-12-04.
8415 (windmove-find-other-window): Call window-in-direction.
8416 * window.el (window-in-direction): New arguments SIGN, WRAP and
8417 MINI to emulate original windmove-find-other-window behavior.
8418
8419 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
8420
8421 * simple.el (blink-matching--overlay): New variable.
8422 (blink-matching-open): Instead of moving point, highlight the
8423 matching paren with an overlay
8424 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
8425
8426 * faces.el (paren-showing-faces, show-paren-match)
8427 (show-paren-mismatch): Move from paren.el.
8428
8429 2013-12-13 Leo Liu <sdl.web@gmail.com>
8430
8431 * indent.el (indent-region): Disable progress reporter in
8432 minibuffer. (Bug#16108)
8433
8434 * bindings.el (visual-order-cursor-movement): Fix version.
8435
8436 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8437
8438 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
8439 Also match after beginning of line.
8440 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
8441 files. Thanks to Russell Sim. (Bug#15378)
8442
8443 2013-12-13 Juri Linkov <juri@jurta.org>
8444
8445 * simple.el <Keypad support>: Remove key bindings duplicated
8446 with bindings.el. (Bug#14397)
8447
8448 2013-12-13 Juri Linkov <juri@jurta.org>
8449
8450 * comint.el (comint-mode-map): Replace `delete-char' with
8451 `delete-forward-char'. (Bug#16109)
8452
8453 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
8454
8455 * progmodes/python.el (python-indent-calculate-indentation):
8456 Fix de-denters cornercase. (Bug#15731)
8457
8458 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8459
8460 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
8461 (advice--make): Pay attention to `depth'.
8462 (advice--make-1): Don't autoload commands eagerly.
8463 * emacs-lisp/elp.el (elp-instrument-function):
8464 * emacs-lisp/trace.el (trace-function-internal):
8465 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
8466
8467 * iswitchb.el (iswitchb-mode): Don't belittle ido.
8468
8469 2013-12-12 Eli Zaretskii <eliz@gnu.org>
8470
8471 * term/w32-win.el (w32-handle-dropped-file):
8472 * startup.el (normal-top-level):
8473 * net/browse-url.el (browse-url-file-url):
8474 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
8475 decode file names using 'utf-8' rather than
8476 file-name-coding-system.
8477
8478 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
8479
8480 * progmodes/python.el (python-indent-context)
8481 (python-indent-calculate-indentation): Fix auto-identation
8482 behavior for comment blocks. (Bug#15916)
8483
8484 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
8485
8486 * progmodes/python.el (python-indent-calculate-indentation):
8487 When determining indentation, don't treat "return", "pass", etc., as
8488 operators when they are just string constituents. (Bug#15812)
8489
8490 2013-12-12 Juri Linkov <juri@jurta.org>
8491
8492 * uniquify.el (uniquify-buffer-name-style): Change default to
8493 `post-forward-angle-brackets'.
8494
8495 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
8496 `uniquify'. Change default to `post-forward-angle-brackets'.
8497
8498 2013-12-11 Glenn Morris <rgm@gnu.org>
8499
8500 * emacs-lisp/package.el (finder-list-matches):
8501 Autoload rather than falsely declaring.
8502
8503 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
8504
8505 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
8506 (eww-mode-map): Use them.
8507
8508 2013-12-11 Martin Rudalics <rudalics@gmx.at>
8509
8510 * window.el (display-buffer-in-side-window): Fix doc-string
8511 (Bug#16115).
8512
8513 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
8514
8515 * vc/vc-git.el: Silence byte-compiler warnings.
8516 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
8517 (log-edit-set-header): Declare.
8518
8519 2013-12-11 Eli Zaretskii <eliz@gnu.org>
8520
8521 * Makefile.in (custom-deps, finder-data): Run output file names
8522 through unmsys--file-name. (Bug#16099)
8523
8524 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8525
8526 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
8527 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
8528
8529 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
8530 instead of deleting the selection "by hand" (bug#16098).
8531 Rely on insert-for-yank to yank rectangles.
8532 (cua-highlight-region-shift-only): Mark obsolete.
8533 (cua-mode): Don't enable/disable transient-mark-mode,
8534 shift-select-mode (cua-mode works both with and without them), and
8535 pc-selection-mode (obsolete).
8536 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
8537 (cua--deactivate-rectangle): Deactivate it.
8538
8539 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
8540 (delete-selection-helper): Make sure yank starts at the top of the
8541 deleted region.
8542 (minibuffer-keyboard-quit): Use region-active-p.
8543
8544 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
8545
8546 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
8547 to `delete' (bug#16109).
8548
8549 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8550
8551 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
8552 info manual and show keybindings and set `:group' keyword.
8553
8554 2013-12-11 Juri Linkov <juri@jurta.org>
8555
8556 * delsel.el (delete-active-region): Let-bind `this-command'
8557 to prevent `kill-region' from changing its original value.
8558 (delete-selection-helper): Handle `overwrite-mode' for the type
8559 `kill' exactly the same way as for the type `t'.
8560 (insert-char, quoted-insert, reindent-then-newline-and-indent):
8561 Support more commands. (Bug#13312)
8562
8563 2013-12-11 Juri Linkov <juri@jurta.org>
8564
8565 * bindings.el: Map kp keys to non-kp keys systematically
8566 with basic modifiers control, meta and shift. (Bug#14397)
8567
8568 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
8569
8570 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
8571 "Close browser" menu items. Fix wrong function of "List
8572 bookmarks".
8573
8574 2013-12-11 Juri Linkov <juri@jurta.org>
8575
8576 * misearch.el (multi-isearch-buffers): Set the value of
8577 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
8578 arg of isearch-forward to t.
8579 (multi-isearch-buffers-regexp): Set the value of
8580 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
8581 arg of isearch-forward-regexp to t.
8582 (multi-isearch-files): Set the value of
8583 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
8584 arg of isearch-forward to t.
8585 (multi-isearch-files-regexp): Set the value of
8586 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
8587 arg of isearch-forward-regexp to t. (Bug#16035)
8588
8589 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
8590 arg of isearch-forward to t.
8591 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
8592 arg of isearch-forward-regexp to t.
8593 (dired-isearch-filter-filenames): Remove unnecessary check for
8594 `dired-isearch-filenames'.
8595
8596 * comint.el (comint-history-isearch-backward):
8597 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
8598 (comint-history-isearch-backward-regexp):
8599 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
8600
8601 2013-12-10 Eli Zaretskii <eliz@gnu.org>
8602
8603 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
8604 unmsys--file-name. (Bug#16099)
8605
8606 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
8607
8608 * emacs-lisp/package.el (package-keyword-button-action):
8609 Remove finder.el require dependency.
8610
8611 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
8612
8613 * emacs-lisp/package.el: Require finder.el.
8614 (describe-package-1): Add keyword buttons.
8615 (package-make-button): New convenience function.
8616 (package-keyword-button-action): Keyword button action using
8617 `finder-list-matches'.
8618
8619 2013-12-09 Eli Zaretskii <eliz@gnu.org>
8620
8621 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
8622 last commit.
8623
8624 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
8625
8626 * autorevert.el (auto-revert-notify-add-watch): Do not handle
8627 symlinked files.
8628
8629 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
8630
8631 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
8632 after the end of a percent literal.
8633
8634 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
8635
8636 * progmodes/ruby-mode.el (ruby-forward-string): Document.
8637 Handle caret-delimited strings (Bug#16079).
8638
8639 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
8640
8641 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
8642 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
8643 `ruby-parse-partial' (Bug#16078).
8644
8645 2013-12-09 Leo Liu <sdl.web@gmail.com>
8646
8647 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
8648
8649 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
8650
8651 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
8652 (js-switch-indent-offset): New option.
8653 (js--proper-indentation): Use it. And handle the case when
8654 "default" is actually a key in an object literal.
8655 (js--same-line): New function.
8656 (js--multi-line-declaration-indentation): Use it.
8657 (js--indent-in-array-comp, js--array-comp-indentation):
8658 New functions.
8659 (js--proper-indentation): Use them, to handle array comprehension
8660 continuations.
8661
8662 2013-12-08 Leo Liu <sdl.web@gmail.com>
8663
8664 * progmodes/flymake.el (flymake-highlight-line): Re-write.
8665 (flymake-make-overlay): Remove arg MOUSE-FACE.
8666 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
8667
8668 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8669
8670 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
8671 New function.
8672 (redisplay-highlight-region-function): Use it.
8673
8674 * emulation/cua-base.el (cua--explicit-region-start)
8675 (cua--last-region-shifted): Remove.
8676 (cua--deactivate): Use deactivate-mark.
8677 (cua--pre-command-handler-1): Don't handle shift-selection.
8678 (cua--post-command-handler-1): Don't change transient-mark-mode.
8679 (cua--select-keymaps): Use region-active-p rather than
8680 cua--explicit-region-start or cua--last-region-shifted.
8681 (cua-mode): Enable shift-select-mode.
8682
8683 2013-12-08 Leo Liu <sdl.web@gmail.com>
8684
8685 * progmodes/flymake.el (flymake-popup-current-error-menu):
8686 Rename from flymake-display-err-menu-for-current-line. Reimplement.
8687 (flymake-posn-at-point-as-event, flymake-popup-menu)
8688 (flymake-make-emacs-menu): Remove. (Bug#16077)
8689
8690 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8691
8692 * rect.el (rectangle-mark-mode): Activate mark even if
8693 transient-mark-mode is off (bug#16066).
8694 (rectangle--highlight-for-redisplay): Fix boundary condition when point
8695 is > mark and at bolp.
8696
8697 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
8698 (region-extract-function): Use it.
8699 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
8700 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
8701 Delete functions.
8702 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
8703 kill-ring-save, kill-region, delete-char, delete-forward-char.
8704 Ignore self-insert-iso.
8705
8706 * emulation/cua-gmrk.el (cua--init-global-mark):
8707 Ignore `self-insert-iso'.
8708
8709 * emulation/cua-base.el (cua--prefix-copy-handler)
8710 (cua--prefix-cut-handler): Rely on region-extract-function rather than
8711 checking cua--rectangle.
8712 (cua-delete-region): Use region-extract-function.
8713 (cua-replace-region): Delete function.
8714 (cua-copy-region, cua-cut-region): Obey region-extract-function.
8715 (cua--pre-command-handler-1): Don't do the delete-selection thing.
8716 (cua--self-insert-char-p): Ignore `self-insert-iso'.
8717 (cua--init-keymaps): Don't remap delete-selection commands.
8718 (cua-mode): Use delete-selection-mode instead of rolling our own
8719 (bug#16085).
8720
8721 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
8722 Obey region-extract-function.
8723
8724 Make registers and delete-selection-mode work on rectangles.
8725 * register.el (describe-register-1): Don't modify the register's value.
8726 (copy-to-register): Obey region-extract-function.
8727 * delsel.el (delete-active-region): Obey region-extract-function.
8728
8729 2013-12-08 Leo Liu <sdl.web@gmail.com>
8730
8731 * progmodes/flymake.el (flymake, flymake-error-bitmap)
8732 (flymake-warning-bitmap, flymake-fringe-indicator-position)
8733 (flymake-compilation-prevents-syntax-check)
8734 (flymake-start-syntax-check-on-newline)
8735 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
8736 (flymake-start-syntax-check-on-find-file, flymake-log-level)
8737 (flymake-xml-program, flymake-master-file-dirs)
8738 (flymake-master-file-count-limit)
8739 (flymake-allowed-file-name-masks): Relocate.
8740 (flymake-makehash, flymake-float-time)
8741 (flymake-replace-regexp-in-string, flymake-split-string)
8742 (flymake-get-temp-dir): Remove.
8743 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
8744 (flymake-current-row, flymake-selected-frame)
8745 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
8746 related functions. (Bug#16077)
8747
8748 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
8749
8750 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
8751
8752 2013-12-07 Tassilo Horn <tsdh@gnu.org>
8753
8754 * help-fns.el (describe-function-1): Use new advice-* functions
8755 rather than old ad-* functions. Fix function type description and
8756 source links for advised functions and subrs.
8757
8758 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8759
8760 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
8761
8762 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
8763
8764 * progmodes/compile.el (compilation-start):
8765 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
8766
8767 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8768 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
8769
8770 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
8771
8772 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
8773 Touch up the last change.
8774
8775 2013-12-06 Leo Liu <sdl.web@gmail.com>
8776
8777 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
8778 (inferior-octave-startup): Always use "octave> " for prompt.
8779 (octave-goto-function-definition)
8780 (octave-sync-function-file-names)
8781 (octave-find-definition-default-filename): Remove redundant backquotes.
8782
8783 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
8784
8785 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
8786 syntax for `?'.
8787 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
8788 where appropriate already.
8789 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
8790 end of method names (Bug#15874).
8791
8792 2013-12-06 Juri Linkov <juri@jurta.org>
8793
8794 * isearch.el (isearch--saved-overriding-local-map):
8795 New internal variable.
8796 (isearch-mode): Set it to the initial value of
8797 `overriding-terminal-local-map'.
8798 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
8799 with `isearch--saved-overriding-local-map'. (Bug#16035)
8800
8801 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
8802
8803 * progmodes/octave.el (inferior-octave-completion-table):
8804 Turn back into function, use `completion-table-with-cache'
8805 (Bug#11906). Update all references.
8806
8807 * minibuffer.el (completion-table-with-cache): New function.
8808
8809 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
8810
8811 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
8812
8813 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
8814
8815 * net/eww.el (eww-current-source): New variable to store page
8816 source.
8817 (eww-display-html, eww-mode, eww-save-history)
8818 (eww-restore-history): Use it.
8819 (eww-view-source): New command to view page source.
8820 Opportunistically uses `html-mode' to highlight the buffer.
8821 (eww-mode-map): Install it.
8822
8823 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
8824
8825 * net/dbus.el (dbus-unregister-service)
8826 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
8827 Fix docstring.
8828 (dbus-unregister-service): Skip :serial entries in
8829 `dbus-registered-objects-table'.
8830 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
8831
8832 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
8833
8834 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
8835 around keywords with extra `split-string' argument.
8836
8837 2013-12-04 Martin Rudalics <rudalics@gmx.at>
8838
8839 * windmove.el (windmove-other-window-loc): Handle navigation
8840 between windows (excluding the minibuffer window - Bug#16017).
8841
8842 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
8843
8844 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
8845 in D-Bus type syntax.
8846 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
8847 preserve unibyte strings. (Bug#16048)
8848
8849 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
8850
8851 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
8852 Call force-mode-line-update is the proper buffer (bug#16042).
8853
8854 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
8855
8856 * vc/log-edit.el (log-edit-add-new-comment): Rename to
8857 `log-edit-remember-comment', make argument optional. Adjust all
8858 callers.
8859 (log-edit-mode): Add `log-edit-remember-comment' to
8860 `kill-buffer-hook' locally.
8861 (log-edit-kill-buffer): Don't remember comment explicitly since
8862 the buffer is killed anyway.
8863
8864 2013-12-04 Juri Linkov <juri@jurta.org>
8865
8866 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
8867 add-hook and remove-hook for multi-buffer search. (Bug#16035)
8868
8869 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
8870
8871 * notifications.el (notifications-close-notification): Call the
8872 D-Bus method with ID being a `:uint32'. (Bug#16030)
8873
8874 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
8875
8876 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
8877
8878 2013-12-03 Juri Linkov <juri@jurta.org>
8879
8880 * progmodes/compile.el (compilation-start): Rename window alist
8881 entry `no-display-ok' to `allow-no-window'.
8882
8883 * simple.el (shell-command): Add window alist entry
8884 `allow-no-window' to `display-buffer'.
8885 (async-shell-command): Doc fix.
8886
8887 * window.el (display-buffer-no-window): New action function.
8888 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
8889
8890 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
8891
8892 * vc/log-edit.el (log-edit-set-header): Extract from
8893 `log-edit-toggle-header'.
8894 (log-edit-extract-headers): Separate the summary, when extracted
8895 from header, from the rest of the message with an empty line.
8896
8897 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
8898 line, if present, to the Summary header.
8899
8900 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8901
8902 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
8903 in current-buffer (bug#16029).
8904
8905 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
8906
8907 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
8908 (debugger-mode-map): Bind it.
8909 (debugger--backtrace-base): New function.
8910 (debugger-eval-expression): Use it.
8911 (debugger-frame-number): Skip local vars when present.
8912 (debugger--locals-visible-p, debugger--insert-locals)
8913 (debugger--show-locals, debugger--hide-locals): New functions.
8914
8915 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
8916
8917 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
8918 "LC_ALL".
8919 (tramp-get-remote-locale): New defun.
8920 (tramp-open-connection-setup-interactive-shell): Use it.
8921
8922 2013-12-02 Leo Liu <sdl.web@gmail.com>
8923
8924 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
8925
8926 * progmodes/sh-script.el (sh-shell-process):
8927 * progmodes/octave.el (inferior-octave-process-live-p):
8928 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
8929 (gdb-inferior-io-sentinel):
8930 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
8931
8932 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
8933
8934 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
8935 `save-selected-window' to `log-edit-hide-buf'. This makes
8936 `log-edit-show-files' idempotent.
8937 (log-edit-show-files): Mark the new window as dedicated.
8938
8939 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
8940
8941 * vc/log-edit.el (log-edit-mode-map): Add binding for
8942 `log-edit-kill-biffer'.
8943 (log-edit-hide-buf): Add a FIXME comment.
8944 (log-edit-add-new-comment): New function, extracted from
8945 `log-edit-done'.
8946 (log-edit-done, log-edit-add-to-changelog): Use it.
8947 (log-edit-kill-buffer): New command.
8948
8949 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8950
8951 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
8952 instead of killing the buffer.
8953
8954 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8955
8956 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
8957
8958 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8959
8960 * net/eww.el (eww-form-checkbox-selected-symbol)
8961 (eww-form-checkbox-symbol): New customizable variable.
8962 (eww-form-checkbox, eww-toggle-checkbox):
8963 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
8964
8965 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
8966 (shr--get-media-pref, shr--extract-best-source): New function.
8967 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
8968 no :src tag was specified.
8969
8970 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
8971 (eww-render): Handle `eww-use-external-browser-for-content-type'.
8972 Use \\` to match beginning of string instead of ^.
8973 (eww-browse-with-external-browser): Provide optional URL parameter.
8974 (eww-render): Set `eww-current-title' back to "".
8975
8976 * net/shr.el (shr-tag-video): Display content for video if no
8977 poster is available.
8978 (shr-tag-audio): Add support for <audio> tag.
8979
8980 * net/eww.el (eww-text-input-types): New const.
8981 (eww-process-text-input): Treat input types in
8982 `eww-text-input-types' as text.
8983
8984 * net/shr.el (shr-tag-table): Fix comment typo.
8985
8986 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8987
8988 * net/eww.el (eww-follow-link): New command to avoid reloading
8989 pages when we follow #target links (bug#15243).
8990 (eww-quit): Special mode buffers shouldn't query before exiting.
8991
8992 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
8993
8994 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
8995 forms.
8996
8997 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8998
8999 * net/eww.el (eww-restore-history): Update the window title after
9000 moving in the history.
9001 (eww-current-dom): New variable used to save the current DOM.
9002
9003 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
9004
9005 * vc/log-edit.el (log-edit-mode-map): Add binding for
9006 `log-edit-beginning-of-line'.
9007 (log-edit-setup-add-author): New user option.
9008 (log-edit-beginning-of-line): New command.
9009 (log-edit): Move major mode call above the contents setup so that
9010 the local variable values are already applied.
9011 (log-edit): Only insert "Author: " when
9012 `log-edit-setup-add-author' is non-nil.
9013 (log-edit): When SETUP is non-nil, position point after ": "
9014 instead of point-min.
9015
9016 2013-12-01 Glenn Morris <rgm@gnu.org>
9017
9018 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
9019
9020 2013-11-30 Eli Zaretskii <eliz@gnu.org>
9021
9022 * startup.el (fancy-splash-frame): On MS-Windows, trigger
9023 redisplay to make sure the initial frame gets a chance to become
9024 visible. (Bug#16014)
9025
9026 2013-11-30 Martin Rudalics <rudalics@gmx.at>
9027
9028 Support resizing frames and windows pixelwise.
9029 * cus-start.el (frame-resize-pixelwise)
9030 (window-resize-pixelwise): New entries.
9031 * emacs-lisp/debug.el (debug): Use window-total-height instead
9032 of window-total-size.
9033 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
9034 * help.el (describe-bindings-internal): Use help-buffer as
9035 argument for with-help-window.
9036 (temp-buffer-max-width): New option.
9037 (resize-temp-buffer-window, help-window-setup)
9038 (with-help-window): Rewrite.
9039 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
9040 dragging dividers.
9041 * window.el (frame-char-size, window-min-pixel-height)
9042 (window-safe-min-pixel-height, window-safe-min-pixel-width)
9043 (window-min-pixel-width, window-safe-min-pixel-size)
9044 (window-combination-p, window-safe-min-size)
9045 (window-resizable-p, window--size-to-pixel)
9046 (window--pixel-to-size, window--resize-apply-p): New functions.
9047 (window-safe-min-height): Fix doc-string.
9048 (window-size, window-min-size, window--min-size-1)
9049 (window-sizable, window-sizable-p, window--min-delta-1)
9050 (window-min-delta, window--max-delta-1, window-max-delta)
9051 (window--resizable, window--resizable-p, window-resizable)
9052 (window-full-height-p, window-full-width-p, window-at-side-p)
9053 (window--in-direction-2, window-in-direction)
9054 (window--resize-reset-1, window--resize-mini-window)
9055 (window-resize, window-resize-no-error)
9056 (window--resize-child-windows-normal)
9057 (window--resize-child-windows, window--resize-siblings)
9058 (window--resize-this-window, window--resize-root-window)
9059 (window--resize-root-window-vertically)
9060 (adjust-window-trailing-edge, enlarge-window, shrink-window)
9061 (maximize-window, minimize-window, delete-window)
9062 (quit-restore-window, window-split-min-size, split-window)
9063 (balance-windows-2, balance-windows)
9064 (balance-windows-area-adjust, balance-windows-area)
9065 (window--state-get-1, window-state-get, window--state-put-1)
9066 (window--state-put-2, window-state-put)
9067 (display-buffer-record-window, window--display-buffer):
9068 Make functions handle pixelwise sizing of windows.
9069 (display-buffer--action-function-custom-type)
9070 (display-buffer-fallback-action):
9071 Add display-buffer-in-previous-window.
9072 (display-buffer-use-some-window): Resize window to height it had
9073 before.
9074 (fit-window-to-buffer-horizontally): New option.
9075 (fit-frame-to-buffer): Describe new values.
9076 (fit-frame-to-buffer-bottom-margin): Replace with
9077 fit-frame-to-buffer-margins.
9078 (window--sanitize-margin): New function.
9079 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
9080 using window-text-pixel-size.
9081
9082 2013-11-30 Glenn Morris <rgm@gnu.org>
9083
9084 * emacs-lisp/bytecomp.el (byte-compile-form):
9085 Make the `interactive-only' warning like the `obsolete' one.
9086 * comint.el (comint-run):
9087 * files.el (insert-file-literally, insert-file):
9088 * replace.el (replace-string, replace-regexp):
9089 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
9090 (goto-line, insert-buffer, next-line, previous-line):
9091 Tweak `interactive-only' spec.
9092
9093 Stop keeping (most) generated cedet grammar files in the repository.
9094 * Makefile.in (semantic): New.
9095 (compile-main): Depend on semantic.
9096
9097 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
9098
9099 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
9100 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
9101
9102 * uniquify.el (uniquify-buffer-name-style): Change default.
9103
9104 * loadup.el: Preload "uniquify".
9105
9106 * time.el (display-time-update): Update all mode lines (bug#15999).
9107
9108 * electric.el (electric-indent-mode): Enable by default.
9109 * loadup.el: Preload "electric".
9110
9111 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
9112
9113 * emacs-lisp/helpers.el (string-empty-p): New function.
9114 (string-blank-p): New function.
9115
9116 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
9117
9118 * imenu.el (imenu--index-alist): Add missing dot to the docstring
9119 (Bug#14029).
9120
9121 2013-11-29 Andreas Politz <politza@fh-trier.de>
9122 * imenu.el (imenu--subalist-p): Don't error on non-conses and
9123 allow non-lambda lists as functions.
9124 (imenu--in-alist): Don't recurse into non-subalists.
9125 (imenu): Don't pass function itself as an argument (Bug#14029).
9126
9127 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
9128
9129 * progmodes/python.el (python-mode-map): Remove binding for ":".
9130 (python-indent-electric-colon): Remove command.
9131 (python-indent-post-self-insert-function): Integrate the previous code
9132 of python-indent-electric-colon. Make it conditional on
9133 electric-indent-mode.
9134 (python-mode): Add ?: to electric-indent-chars.
9135 Move python-indent-post-self-insert-function to the end of
9136 post-self-insert-hook.
9137
9138 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9139
9140 * doc-view.el (doc-view-goto-page): Update mode-line.
9141
9142 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
9143
9144 2013-11-27 Glenn Morris <rgm@gnu.org>
9145
9146 * international/charprop.el, international/uni-bidi.el:
9147 * international/uni-category.el, international/uni-combining.el:
9148 * international/uni-comment.el, international/uni-decimal.el:
9149 * international/uni-decomposition.el, international/uni-digit.el:
9150 * international/uni-lowercase.el, international/uni-mirrored.el:
9151 * international/uni-name.el, international/uni-numeric.el:
9152 * international/uni-old-name.el, international/uni-titlecase.el:
9153 * international/uni-uppercase.el:
9154 Remove generated files from VCS repository.
9155
9156 2013-11-27 Eli Zaretskii <eliz@gnu.org>
9157
9158 * filenotify.el (file-notify-add-watch): Don't special-case
9159 w32notify when computing the directory to watch.
9160
9161 2013-11-27 Glenn Morris <rgm@gnu.org>
9162
9163 Make bootstrap without generated uni-*.el files possible again.
9164 * loadup.el: Update command-line-args checking for unidata-gen.
9165 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
9166 * composite.el, international/characters.el:
9167 Handle unicode tables being undefined.
9168
9169 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
9170 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
9171 (compile-main): Depend on leim rule.
9172 (leim): New rule.
9173 * loadup.el: Move leim-list.el to leim/ subdirectory.
9174 * startup.el (normal-top-level): No more leim directory.
9175 * international/ja-dic-cnv.el (skkdic-convert):
9176 Disable version-control and autoloads in output files.
9177 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
9178 Disable version-control and autoloads in output files.
9179 * leim/quail: Move here from ../leim.
9180 * leim/quail/hangul.el (hangul-input-method-activate):
9181 Add autoload cookie.
9182 (generated-autoload-load-name): Set file-local value.
9183 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
9184 (generated-autoload-load-name): Set file-local value.
9185
9186 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
9187
9188 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
9189 (eww-add-bookmark): Ask confirmation when add to bookmarks.
9190 (eww-quit): Ask confirmation before quitting eww.
9191
9192 2013-11-26 Eli Zaretskii <eliz@gnu.org>
9193
9194 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
9195 reading output from Diff on MS-Windows and MS-DOS.
9196
9197 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
9198
9199 * emacs-lisp/helpers.el (string-reverse): New function.
9200
9201 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
9202
9203 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
9204 names on MS Windows, like "/[::1]:".
9205
9206 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
9207 SWITCHES.
9208
9209 2013-11-26 Glenn Morris <rgm@gnu.org>
9210
9211 * progmodes/python.el (python-indent-guess-indent-offset):
9212 Avoid corner-case error. (Bug#15975)
9213
9214 Preload leim-list.el. (Bug#4789)
9215 * loadup.el: Load leim-list.el when found.
9216 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
9217
9218 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
9219
9220 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
9221
9222 * emacs-lisp/helpers.el (string-join): New function.
9223
9224 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
9225
9226 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9227 Mark as obsolete and replace it with a symbol property.
9228 (byte-compile-form): Use new 'interactive-only property.
9229 * comint.el, files.el, replace.el, simple.el:
9230 Apply new 'interactive-only properly.
9231
9232 2013-11-25 Martin Rudalics <rudalics@gmx.at>
9233
9234 * window.el (display-buffer-at-bottom): Make sure that
9235 split-window-sensibly creates the new window on bottom
9236 (Bug#15961).
9237
9238 2013-11-23 David Kastrup <dak@gnu.org>
9239
9240 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
9241 on the conflict markers when available.
9242 (smerge--get-marker): New function.
9243 (smerge-end-re, smerge-base-re): Add subgroup.
9244
9245 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9246
9247 * frame.el (handle-focus-in, handle-focus-out): Add missing
9248 interactive spec.
9249
9250 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
9251
9252 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
9253 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
9254
9255 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9256
9257 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
9258 (gomoku--last-pos): New var.
9259 (gomoku--intangible-chars): New const.
9260 (gomoku--intangible): New function.
9261 (gomoku-mode): Use it. Derive from special-mode.
9262 (gomoku-move-up): Adjust line count.
9263 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
9264 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
9265 Simplify accordingly.
9266
9267 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
9268 Remove blink-cursor code.
9269 (blink-cursor-timer-function, blink-cursor-suspend):
9270 Don't special-case GUIs.
9271 (blink-cursor-mode): Use focus-in/out-hook.
9272
9273 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
9274
9275 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
9276 work when annotation is invisible (Bug#13886).
9277
9278 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
9279
9280 * json.el (json-alist-p): Only return non-nil if the alist has
9281 simple keys (Bug#13518).
9282
9283 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
9284
9285 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
9286 when control-statement is the first statement in a buffer (Bug#15956).
9287
9288 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
9289
9290 * imenu.el (imenu-generic-skip-comments-and-strings):
9291 New option (Bug#15560).
9292 (imenu--generic-function): Use it.
9293
9294 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
9295
9296 * minibuffer.el (completion--in-region-1): Scroll the correct window.
9297 (Bug#13898)
9298
9299 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
9300
9301 * emacs-lisp/helpers.el: Add some string helpers.
9302 (string-trim-left): Removes leading whitespace.
9303 (string-trim-right): Removes trailing whitespace.
9304 (string-trim): Removes leading and trailing whitespace.
9305
9306 * subr.el (string-suffix-p): New function.
9307
9308 2013-11-23 Glenn Morris <rgm@gnu.org>
9309
9310 * progmodes/python.el (python-shell-send-file):
9311 Add option to delete file when done. (Bug#15647)
9312 (python-shell-send-string, python-shell-send-region): Use it.
9313
9314 2013-11-23 Ivan Shmakov <ivan@siamics.net>
9315
9316 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
9317 to set buffer-read-only to t, never to nil. (Bug#15938)
9318
9319 * textmodes/tex-mode.el (latex-noindent-environments):
9320 Add safe-local-variable property. (Bug#15936)
9321
9322 2013-11-23 Glenn Morris <rgm@gnu.org>
9323
9324 * textmodes/enriched.el (enriched-mode): Doc fix.
9325 * emacs-lisp/authors.el (authors-renamed-files-alist):
9326 Add enriched.doc -> enriched.txt.
9327
9328 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
9329
9330 2013-11-22 Leo Liu <sdl.web@gmail.com>
9331
9332 * progmodes/octave.el (inferior-octave-startup): Spit out error
9333 message.
9334
9335 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
9336
9337 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
9338 Improve docstring.
9339 Add :version.
9340 (ruby-encoding-magic-comment-style): Add :version.
9341
9342 2013-11-22 Leo Liu <sdl.web@gmail.com>
9343
9344 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
9345 (Bug#15076)
9346 (octave-help-mode): Adapt to change to help-mode-finish to use
9347 derived-mode-p on 2013-09-17.
9348 (inferior-octave-prompt): Also match octave-gui.
9349 (octave-kill-process): Don't ask twice. (Bug#10564)
9350
9351 2013-11-22 Leo Liu <sdl.web@gmail.com>
9352
9353 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
9354 (inferior-octave-startup, inferior-octave-check-process)
9355 (inferior-octave-track-window-width-change)
9356 (octave-completion-at-point, octave-eldoc-function): Use it.
9357 (octave-kill-process): Provide confirmation. (Bug#10564)
9358
9359 2013-11-21 Leo Liu <sdl.web@gmail.com>
9360
9361 * progmodes/octave.el (octave-mode, inferior-octave-mode):
9362 Fix obsolete variable comment-use-global-state.
9363
9364 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9365
9366 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
9367 Add `octave-source-file'.
9368 (octave-source-file): New function. (Bug#15935)
9369
9370 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
9371
9372 * net/eww.el (eww-local-regex): New variable.
9373 (eww): Use it to detect localhost and similar.
9374
9375 2013-11-21 Leo Liu <sdl.web@gmail.com>
9376
9377 Add completion for command `ag'.
9378 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
9379 (pcomplete/ag): New function.
9380 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
9381
9382 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9383
9384 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
9385 (bug#14646).
9386 (make-obsolete): Remove interactive spec.
9387
9388 2013-11-21 Glenn Morris <rgm@gnu.org>
9389
9390 * startup.el (command-line-1): Use path-separator with -L.
9391
9392 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
9393
9394 * emacs-lisp/package.el (describe-package-1): Add package archive
9395 to shown fields.
9396
9397 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
9398
9399 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
9400 Change default to "# encoding: %s" to differentiate it from the
9401 default Ruby encoding comment template.
9402
9403 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
9404
9405 * ses.el (ses-mode): Doc fix. (Bug#14748)
9406
9407 2013-11-20 Leo Liu <sdl.web@gmail.com>
9408
9409 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
9410
9411 2013-11-19 Dan Nicolaescu <dann@gnu.org>
9412
9413 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
9414 when rebase or bisect are in progress.
9415
9416 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
9417
9418 * filenotify.el (file-notify-add-watch): Doc fix.
9419
9420 2013-11-19 Leo Liu <sdl.web@gmail.com>
9421
9422 * obsolete/rcompile.el: Mark obsolete.
9423
9424 * progmodes/compile.el (compilation-start)
9425 (compilation-goto-locus, compilation-find-file):
9426 Pass no-display-ok and handle nil value from display-buffer.
9427 (Bug#13594)
9428
9429 * window.el (display-buffer-alist, display-buffer): Document the
9430 new parameter no-display-ok. Return either a window or nil
9431 but never a non-window value.
9432
9433 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
9434
9435 * electric.el (electric-indent-mode-map): Remove.
9436 (electric-indent-mode): Change the global-map instead (bug#15915).
9437
9438 * textmodes/text-mode.el (paragraph-indent-minor-mode):
9439 Use add-function.
9440
9441 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9442
9443 * emacs-lisp/nadvice.el (remove-function): Align with
9444 add-function's behavior.
9445
9446 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
9447 (gdb--string-regexp): New constant.
9448 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
9449 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
9450 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
9451 submatch 1.
9452 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
9453 Adjust use accordingly.
9454 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
9455
9456 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
9457
9458 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
9459 interpolation curlies (Bug#15914).
9460
9461 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
9462
9463 * calc/calc.el (calc-context-sensitive-enter): New variable.
9464 (calc-enter): Use `calc-context-sensitive-enter'.
9465
9466 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
9467
9468 * progmodes/cfengine.el: Version bump.
9469 (cfengine-cf-promises): New defcustom to locate cf-promises.
9470 (cfengine3-vartypes): Add new "data" type.
9471 (cfengine3--current-word): New function to get current name-like
9472 word or its bounds.
9473 (cfengine3--current-function): New function to look up a CFEngine
9474 function's definition.
9475 (cfengine3-format-function-docstring): New function.
9476 (cfengine3-make-syntax-cache): New function.
9477 (cfengine3-documentation-function): New function: ElDoc glue.
9478 (cfengine3-completion-function): New function: completion glue.
9479 (cfengine3-mode): Set `compile-command',
9480 `eldoc-documentation-function', and add to
9481 `completion-at-point-functions'.
9482
9483 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
9484
9485 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
9486 `tramp-current-connection'.
9487
9488 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
9489
9490 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
9491 nil/self/true/false with "end of symbol".
9492
9493 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
9494
9495 * subr.el (version-regexp-alist): Fix a typo.
9496
9497 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
9498
9499 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
9500 "en_US.utf8" and "LC_CTYPE" to "".
9501 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
9502 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
9503
9504 2013-11-15 Leo Liu <sdl.web@gmail.com>
9505
9506 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
9507
9508 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9509
9510 * progmodes/gud.el (ctl-x-map):
9511 Remove C-x SPC binding. (Bug#12342)
9512 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
9513
9514 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
9515
9516 * subr.el (version-regexp-alist):
9517 Recognize hg, svn and darcs versions as snapshot versions.
9518
9519 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
9520 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
9521 (ruby--encoding-comment-required-p): Extract from
9522 `ruby-mode-set-encoding'.
9523 (ruby-mode-set-encoding): Add the ability to always insert an
9524 utf-8 encoding comment. Fix and simplify coding comment update
9525 logic.
9526
9527 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
9528
9529 * net/tramp-gvfs.el (top): Run init code only when
9530 `tramp-gvfs-enabled' is not nil.
9531 (tramp-gvfs-enabled): Check also :system bus.
9532
9533 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9534
9535 Sync with upstream verilog-mode revision 78e66ba.
9536 * progmodes/verilog-mode.el (verilog-end-of-defun)
9537 (verilog-type-completion, verilog-get-list): Remove unused funcs.
9538 (verilog-get-end-of-defun): Remove unused argument.
9539 (verilog-comment-depth): Remove unused local `e'.
9540 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
9541 Don't pass arg to verilog-get-end-of-defun.
9542
9543 2013-11-14 Glenn Morris <rgm@gnu.org>
9544
9545 * obsolete/assoc.el (aget): Prefix dynamic variable.
9546
9547 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
9548
9549 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * widget.el, hfy-cmap.el: Remove bogus package version number.
9552
9553 2013-11-13 Glenn Morris <rgm@gnu.org>
9554
9555 * replace.el (replace-eval-replacement):
9556 Try to give more helpful error message. (Bug#15836)
9557
9558 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
9559 (archive-7z-update): Avoid custom type mismatches.
9560
9561 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
9562
9563 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
9564
9565 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
9566 address can be empty.
9567
9568 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
9569 Accept nil SWITCHES.
9570 (tramp-gvfs-handle-write-region): Implement APPEND.
9571
9572 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
9573
9574 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
9575 binary "|" operator and closing block args delimiter.
9576 Remove FIXME comment referring to Ruby 1.8-only syntax.
9577 (ruby-smie--implicit-semi-p): Not after "|" operator.
9578 (ruby-smie--closing-pipe-p): New function.
9579 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
9580 (ruby-smie-rules): Indent after "|".
9581
9582 2013-11-12 Glenn Morris <rgm@gnu.org>
9583
9584 * ps-print.el (ps-face-attribute-list):
9585 Handle anonymous faces. (Bug#15827)
9586
9587 2013-11-12 Martin Rudalics <rudalics@gmx.at>
9588
9589 * window.el (display-buffer-other-frame): Fix doc-string.
9590 (Bug#15868)
9591
9592 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9593
9594 * subr.el (force-mode-line-update): Delete, move to buffer.c.
9595
9596 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
9597
9598 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
9599 (tramp-sh-handle-file-local-copy): Don't write a message when
9600 saving temporary files.
9601
9602 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
9603 both directories are remote.
9604 (tramp-smb-handle-directory-files): Do not return double entries.
9605 Do not expand full file names.
9606 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
9607 (tramp-smb-handle-write-region): Implement APPEND.
9608 (tramp-smb-get-stat-capability): Fix a stupid bug.
9609
9610 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9611
9612 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
9613
9614 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
9615
9616 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
9617 throwing error over malformed let/let* (bug#15814).
9618
9619 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9620
9621 * iswitchb.el (iswitchb-mode): Mark obsolete.
9622
9623 2013-11-11 Glenn Morris <rgm@gnu.org>
9624
9625 * international/uni-bidi.el, international/uni-category.el:
9626 * international/uni-name.el, international/uni-numeric.el:
9627 Regenerate for Unicode 6.3.0.
9628
9629 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
9630
9631 * net/tramp.el (tramp-methods):
9632 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
9633 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
9634
9635 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
9636
9637 * progmodes/sh-script.el (sh-font-lock-keywords-var):
9638 Force highlighting text after Summary keyword in doc face for rpm.
9639
9640 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
9641
9642 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
9643 available and the word has no wildcards, append one to the grep pattern.
9644 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
9645 (ispell-complete-word): Call `ispell-lookup-words' with the value
9646 independent of `ispell-look-p'.
9647
9648 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
9649
9650 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
9651 Not after "||".
9652 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
9653 their parent.
9654
9655 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9656
9657 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
9658 (ruby-font-lock-keywords): Use backquote.
9659
9660 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
9661
9662 * progmodes/ruby-mode.el (ruby-smie--forward-token)
9663 (ruby-smie--backward-token): Only consider full-string matches.
9664
9665 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
9666
9667 * faces.el (describe-face): Add distant-foreground.
9668
9669 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
9670
9671 * progmodes/ruby-mode.el: Improve encoding comment handling.
9672 (ruby-encoding-magic-comment-style): New option.
9673 (ruby-custom-encoding-magic-comment-template): New option.
9674 (ruby--insert-coding-comment, ruby--detect-encoding):
9675 New functions extracted from `ruby-mode-set-encoding'.
9676 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
9677 to control the style of the auto-inserted encoding comment.
9678
9679 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
9680
9681 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
9682 Use `smie-backward-sexp' with token argument.
9683
9684 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
9685
9686 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
9687 Remove instrumentation code.
9688
9689 2013-11-08 Glenn Morris <rgm@gnu.org>
9690
9691 * progmodes/autoconf.el (autoconf-mode):
9692 Tweak comment-start-skip. (Bug#15822)
9693
9694 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9695
9696 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
9697 at bobp (bug#15826).
9698 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
9699
9700 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
9701
9702 * man.el (Man-start-calling): New macro, extracted from
9703 Man-getpage-in-background.
9704 (Man-getpage-in-background): Use it.
9705 (Man-update-manpage): New command.
9706 (Man-mode-map): Bind it.
9707
9708 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
9709
9710 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
9711 of "and", "or", "&&" and "||".
9712 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
9713 argument. Prohibit opening curly brace because it could only be a
9714 block opener in that position.
9715 (ruby-smie--forward-token, ruby-smie--backward-token):
9716 Separate "|" from "&" or "*" going after it. That can happen in block
9717 arguments.
9718 (ruby-smie--indent-to-stmt): New function, seeks the end of
9719 previous statement or beginning of buffer.
9720 (ruby-smie-rules): Use it.
9721 (ruby-smie-rules): Check if there's a ":" before a curly block
9722 opener candidate; if there is, it's a hash.
9723
9724 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
9725
9726 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
9727 (cl--block-wrapper): Fix last accidental change.
9728
9729 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
9730
9731 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
9732 Instrument, in order to hunt failure on hydra.
9733
9734 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
9735
9736 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
9737 malformed bindings form (bug#15814).
9738
9739 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
9740
9741 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
9742 "." compared to " @ ". This incidentally fixes some indentation
9743 examples with "do".
9744 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
9745 (ruby-smie-grammar): New tokens: "and" and "or".
9746 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
9747 Exclude "and" and "or". Remove "do" in order to work around token
9748 priorities.
9749 (ruby-smie-rules): Add all infix tokens. Handle the case of
9750 beginning-of-buffer.
9751
9752 2013-11-06 Glenn Morris <rgm@gnu.org>
9753
9754 * Makefile.in (setwins_almost, setwins_for_subdirs):
9755 Avoid accidental matches.
9756
9757 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
9758
9759 * menu-bar.el (popup-menu): Use key-binding.
9760
9761 2013-11-06 Eli Zaretskii <eliz@gnu.org>
9762
9763 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
9764 menus, support also the menus produced by minor modes.
9765 (Bug#15817)
9766
9767 2013-11-06 Leo Liu <sdl.web@gmail.com>
9768
9769 * thingatpt.el (thing-at-point-looking-at): Add optional arg
9770 DISTANCE to bound the search. All uses changed. (Bug#15808)
9771
9772 2013-11-06 Glenn Morris <rgm@gnu.org>
9773
9774 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
9775 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
9776 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
9777
9778 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
9779
9780 * electric.el (electric-indent-just-newline): New command.
9781 (electric-indent-mode-map): New keymap.
9782 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
9783 Re-add :group which weren't redundant.
9784
9785 * electric.el (electric-indent-local-mode): New minor mode.
9786 (electric-indent-functions-without-reindent): New var.
9787 (electric-indent-post-self-insert-function): Use it.
9788 * emacs-lisp/gv.el (buffer-local-value): Add setter.
9789
9790 2013-11-05 Eli Zaretskii <eliz@gnu.org>
9791
9792 * international/quail.el (quail-help): Be more explicit about the
9793 meaning of the labels shown on the keys. (Bug#15800)
9794
9795 * startup.el (normal-top-level): Load the subdirs.el files before
9796 setting the locale environment. (Bug#15805)
9797
9798 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
9799
9800 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
9801 via arguments so as to get the right ones (bug#15418).
9802
9803 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
9804
9805 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
9806
9807 Fix problems found while writing a test suite.
9808
9809 * net/tramp-compat.el (tramp-compat-load): New defun.
9810 * net/tramp.el (tramp-handle-load): Use it.
9811
9812 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
9813 "(numberp ok-if-already-exists)" correctly.
9814
9815 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
9816
9817 * international/characters.el (glyphless-char-display-control):
9818 Add usage note.
9819
9820 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
9821
9822 * progmodes/python.el (python-mode):
9823 * progmodes/scheme.el (scheme-mode):
9824 * progmodes/prolog.el (prolog-mode):
9825 * progmodes/ruby-mode.el (ruby-mode):
9826 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
9827 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
9828
9829 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9830
9831 * rect.el (rectangle--highlight-for-redisplay):
9832 * emacs-lisp/smie.el (smie--next-indent-change):
9833 Use buffer-chars-modified-tick.
9834
9835 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
9836
9837 * electric.el (electric-indent-post-self-insert-function):
9838 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
9839
9840 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
9841
9842 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
9843
9844 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
9845
9846 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
9847 (bug#15786).
9848
9849 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9850
9851 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
9852
9853 * progmodes/python.el: Fix up last change.
9854 (python-shell--save-temp-file): New function.
9855 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
9856 `string' comes from the current buffer.
9857 (python-shell-send-string-no-output): Remove `msg' arg.
9858 (python--use-fake-loc): New var.
9859 (python-shell-buffer-substring): Obey it. Try to compensate for the
9860 extra coding line added by python-shell--save-temp-file.
9861 (python-shell-send-region): Use python-shell--save-temp-file and
9862 python-shell-send-file directly. Add `nomain' argument.
9863 (python-shell-send-buffer): Use python-shell-send-region.
9864 (python-electric-pair-string-delimiter): New function.
9865 (python-mode): Use it.
9866
9867 2013-11-04 Eli Zaretskii <eliz@gnu.org>
9868
9869 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
9870 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
9871 environment and decoding all of the default-directory's to here
9872 from command-line.
9873 (command-line): Decode also argv[0].
9874
9875 * loadup.el: Error out if default-directory is a multibyte string
9876 when we are dumping.
9877
9878 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
9879
9880 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
9881
9882 * emacs-lisp/package.el (package-menu-mode)
9883 (package-menu--print-info, package-menu--archive-predicate):
9884 Add Archive column to package list.
9885
9886 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
9887
9888 Fix problems found while writing a test suite.
9889
9890 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
9891 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
9892 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
9893 to nil when running original file name handler. Otherwise,
9894 there are problems with constructs like "$$FOO".
9895
9896 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
9897 for `localname'.
9898
9899 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
9900
9901 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
9902
9903 * subr.el (version<, version<=, version=):
9904 Update docstrings with information for snapshot versions.
9905
9906 * helpers.el: New library for misc helper functions.
9907 (hash-table-keys): New function returning a list of hash keys.
9908 (hash-table-values): New function returning a list of hash values.
9909
9910 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
9911
9912 * progmodes/ruby-mode.el (ruby-smie--forward-token)
9913 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
9914
9915 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
9916
9917 * textmodes/fill.el (fill-single-char-nobreak-p): New function
9918 checking whether point is after a 1-letter word.
9919
9920 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
9921
9922 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
9923 Don't infloop when expanding region over `multiline' syntax-type that
9924 begins a line (bug#15778).
9925
9926 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9927
9928 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
9929 Make it into a proper minor mode.
9930 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
9931 (rectangle-mark-mode-map): New keymap.
9932 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
9933
9934 2013-11-04 Glenn Morris <rgm@gnu.org>
9935
9936 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
9937
9938 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9939
9940 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
9941 (ruby-smie-rules): Use smie-rule-parent instead.
9942
9943 * emacs-lisp/smie.el (smie-rule-parent): Always call
9944 smie-indent-virtual rather than only for hanging tokens.
9945 (smie--next-indent-change): New helper command.
9946
9947 2013-11-03 Glenn Morris <rgm@gnu.org>
9948
9949 * Makefile.in (abs_srcdir): Remove.
9950 (emacs): Unset EMACSLOADPATH.
9951
9952 2013-11-02 Glenn Morris <rgm@gnu.org>
9953
9954 * Makefile.in (EMACS): Use a relative filename.
9955 (abs_top_builddir): Remove.
9956 (custom-deps, finder-data, autoloads): Use --chdir.
9957
9958 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
9959
9960 Use relative filenames in TAGS files.
9961 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
9962 (lisptagsfiles4, TAGS): Use relative file names.
9963 (TAGS-LISP): Remove.
9964 (maintainer-clean): No more TAGS-LISP file.
9965
9966 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
9967 (lisptagsfiles4): Use absolute filenames again.
9968 (TAGS, TAGS-LISP): Not everything needs to run in one line.
9969 Remove all *loaddefs files, not just the first. Remove esh-groups.
9970 (maintainer-clean): Delete TAGS, TAGS-LISP.
9971
9972 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
9973
9974 * emacs-lisp/package.el (package-version-join):
9975 Recognize snapshot versions.
9976
9977 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
9978
9979 * subr.el (version-regexp-alist): Add support for snapshot versions.
9980
9981 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
9982
9983 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
9984 New function, replacement for `smie-rule-parent' for when we want to
9985 skip over our direct parent if it's an assignment token..
9986 (ruby-smie-rules): Use it.
9987
9988 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
9989
9990 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
9991 unconditionally. Remove now unnecessary forward declarations.
9992 Remove XEmacs-specific setup.
9993 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
9994 (ruby-font-lock-syntactic-keywords)
9995 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
9996 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
9997 (ruby-here-doc-end-syntax): Remove.
9998 (ruby-mode): Don't check whether `syntax-propertize-rules' is
9999 defined as function.
10000
10001 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
10002
10003 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
10004
10005 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
10006
10007 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
10008 table and abbrev table, `define-derived-mode' does that for us
10009 anyway.
10010
10011 2013-11-01 Glenn Morris <rgm@gnu.org>
10012
10013 * Makefile.in: Remove manual mh-e dependencies (writing .elc
10014 files is atomic for some time, so no parallel compilation issues).
10015
10016 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
10017
10018 * faces.el (face-x-resources): Add :distant-foreground.
10019 (region): Use :distant-foreground for gtk and ns.
10020
10021 2013-11-01 Tassilo Horn <tsdh@gnu.org>
10022
10023 Allow multiple bibliographies when BibLaTeX is used rather than
10024 BibTeX.
10025 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
10026 (reftex-locate-bibliography-files): Us it.
10027
10028 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
10029
10030 * image.el (image-type-header-regexps): Fix the 'pbm' part to
10031 allow comments in pbm files.
10032
10033 * term/w32-win.el (dynamic-library-alist): Support newer versions
10034 of libjpeg starting with v7: look only for the DLL from the
10035 version against which Emacs was built.
10036 Support versions of libpng beyond 1.4.x.
10037 Support libtiff v4.x.
10038
10039 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
10040
10041 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
10042 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
10043 Add property :safe.
10044 (ruby-deep-arglist): Add property :type.
10045
10046 2013-10-31 Glenn Morris <rgm@gnu.org>
10047
10048 * Makefile.in (custom-deps, finder-data): No need to setq the target
10049 variables, we are in the right directory and the defaults work fine.
10050
10051 2013-10-30 Glenn Morris <rgm@gnu.org>
10052
10053 * Makefile.in (autoloads): Do not use abs_lisp.
10054
10055 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10056 `newline' does not respect `standard-output', so use `princ'.
10057
10058 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
10059
10060 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
10061 * buff-menu.el (Buffer-menu--unmark): New function.
10062 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
10063
10064 2013-10-30 Glenn Morris <rgm@gnu.org>
10065
10066 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
10067
10068 * emacs-lisp/package.el (lm-homepage): Declare.
10069
10070 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
10071 Fix doc typos.
10072
10073 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
10074
10075 * Makefile.in (finder-data, autoloads, update-subdirs)
10076 (compile-main, compile-clean, compile-always, bootstrap-clean):
10077 Check return value of cd.
10078 (compile-calc): Remove.
10079
10080 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10081
10082 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
10083
10084 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
10085 (byte-compile-and-folded): New function.
10086 (=, <, >, <=, >=): Use it.
10087
10088 * dos-w32.el (minibuffer-history-case-insensitive-variables)
10089 (path-separator, null-device, buffer-file-coding-system)
10090 (lpr-headers-switches): Check system-type before modifying them.
10091 (find-buffer-file-type-coding-system): Mark obsolete.
10092 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
10093 find-file-not-found-set-buffer-file-coding-system.
10094 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
10095 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
10096 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
10097 (w32-direct-print-region-helper, w32-direct-print-region-function)
10098 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
10099 * startup.el (normal-top-level-add-subdirs-to-load-path):
10100 * ps-print.el (ps-print-region-function):
10101 * lpr.el (print-region-function): Use new name.
10102
10103 * subr.el (custom-declare-variable-early): Remove function.
10104 (custom-declare-variable-list): Remove var.
10105 (error, user-error): Remove `while' loop.
10106 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
10107 (user-emacs-directory-warning, locate-user-emacs-file):
10108 Move to files.el.
10109 * simple.el (read-quoted-char-radix, read-quoted-char):
10110 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
10111 Move from subr.el.
10112 * custom.el (custom-declare-variable-list): Don't process
10113 custom-declare-variable-list.
10114
10115 * progmodes/python.el (python-shell-get-buffer): New function.
10116 (python-shell-get-process): Use it.
10117 (python-shell-send-string): Always use utf-8 and add a cookie to tell
10118 Python which encoding was used. Don't split-string since we only care
10119 about the first line. Return the temp-file, if applicable.
10120 (python-shell-send-region): Tell compile.el how to turn locations in
10121 the temp-file into locations in the source buffer.
10122
10123 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * subr.el (undefined): Add missing behavior from the C code for
10126 unbound keys.
10127
10128 * rect.el: Use lexical-binding. Add new rectangular region support.
10129 (rectangle-mark): New command.
10130 (rectangle--region): New var.
10131 (deactivate-mark-hook): Reset rectangle--region.
10132 (rectangle--extract-region, rectangle--insert-for-yank)
10133 (rectangle--highlight-for-redisplay)
10134 (rectangle--unhighlight-for-redisplay): New functions.
10135 (region-extract-function, redisplay-unhighlight-region-function)
10136 (redisplay-highlight-region-function): Use them to handle
10137 rectangular region.
10138 * simple.el (region-extract-function): New var.
10139 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
10140 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
10141 (kill-region): Replace obsolete `yank-handler' arg with `region'.
10142 (copy-region-as-kill, kill-ring-save): Add `region' argument.
10143 (redisplay-unhighlight-region-function)
10144 (redisplay-highlight-region-function): New vars.
10145 (redisplay--update-region-highlight): New function.
10146 (pre-redisplay-function): Use it.
10147 (exchange-point-and-mark): Don't deactivate the mark before
10148 reactivate-it anyway.
10149 * comint.el (comint-kill-region): Remove yank-handler argument.
10150 * delsel.el (delete-backward-char, backward-delete-char-untabify)
10151 (delete-char): Remove property, since it's now part of their
10152 default behavior.
10153 (self-insert-iso): Remove property since this command doesn't exist.
10154
10155 * emacs-lisp/package.el (package--download-one-archive)
10156 (describe-package-1): Don't query the user about final newline.
10157
10158 2013-10-29 Daniel Colascione <dancol@dancol.org>
10159
10160 * net/tramp.el (tramp-methods): Document new functionality.
10161 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
10162 tramp-hostname-checker if method provides one instead of scanning
10163 argument list for "%h" to decide hostname acceptability.
10164
10165 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
10166
10167 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10168 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10169 Handle COPY-CONTENTS. (Bug#15737)
10170
10171 2013-10-28 Daiki Ueno <ueno@gnu.org>
10172
10173 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
10174 Document that this option has no effect with GnuPG 2.0 (bug#15552).
10175
10176 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
10177
10178 * image.el (defimage, image-load-path): Doc fixes.
10179
10180 2013-10-27 Alan Mackenzie <acm@muc.de>
10181
10182 Indent statements in macros following "##" correctly.
10183 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
10184 Modify the "#" arm of a cond form to handle "#" and "##" operators.
10185
10186 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
10187
10188 * linum.el (linum-update-window): Fix boundary test (bug#13446).
10189
10190 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
10191
10192 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
10193 after `=' is probably a new expression.
10194
10195 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10196
10197 * man.el (man-imenu-title): New option.
10198 (Man-mode-map): Add menu. (Bug#15722)
10199 (Man-mode): Add imenu to menu.
10200
10201 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
10202
10203 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
10204 specific in what the first arg can be: a non-keyword word,
10205 string/regexp/percent literal opener, opening paren, or unary
10206 operator followed directly by word.
10207
10208 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10209
10210 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
10211 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
10212 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
10213 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
10214 Remove vars, they do not apply any more.
10215 (prolog-mode-abbrev-table): Remove redundant declaration.
10216 (prolog-upper-case-string, prolog-lower-case-string): Remove.
10217 (prolog-use-smie): Remove.
10218 (prolog-smie-rules): Add indentation rule for the if-then-else layout
10219 supported by prolog-electric-if-then-else-flag.
10220 (prolog-mode-variables, prolog-menu): Use setq-local.
10221 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
10222 Remove binding to `Backspace' since this key doesn't exist anyway.
10223 Remove bindings for electric self-inserting keys.
10224 (prog-mode): Assume it's defined.
10225 (prolog-post-self-insert): New function.
10226 (prolog-mode): Use it.
10227 (prolog-indent-line, prolog-indent-level)
10228 (prolog-find-indent-of-matching-paren)
10229 (prolog-indentation-level-of-line, prolog-goto-comment-column)
10230 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
10231 (prolog-goto-next-paren, prolog-in-string-or-comment)
10232 (prolog-tokenize, prolog-inside-mline-comment)
10233 (prolog-find-start-of-mline-comment): Remove functions.
10234 (prolog-find-unmatched-paren, prolog-clause-end)
10235 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
10236 (prolog-electric--if-then-else): Rename from
10237 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
10238 (prolog-tokenize-searchkey): Remove const.
10239 (prolog-clause-info): Use forward-sexp.
10240 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
10241 (prolog-electric-if-then-else): Remove commands.
10242 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
10243 for use in post-self-insert-hook.
10244 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
10245 for use in post-self-insert-hook.
10246 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
10247 for use in post-self-insert-hook.
10248 (prolog-electric--underscore): Rename from prolog-electric--underscore;
10249 adapt it for use in post-self-insert-hook.
10250
10251 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
10252
10253 * emacs-lisp/ert.el (ert-run-tests-interactively):
10254 Use `completing-read'. (Bug#9756)
10255
10256 2013-10-25 Eli Zaretskii <eliz@gnu.org>
10257
10258 * simple.el (line-move): Call line-move-1 instead of
10259 line-move-visual when the current window hscroll is zero, but
10260 temporary-goal-column indicates we will need to hscroll as result
10261 of the movement. (Bug#15712)
10262
10263 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
10264
10265 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
10266 capitalization. Use :visible instead of :active.
10267 Fix `ruby-indent-exp' reference. Add menu items for the generic
10268 commands that are used with SMIE.
10269 (ruby-do-end-to-brace): Insert space after `{'.
10270
10271 2013-10-25 John Anthony <john@jo.hnanthony.com>
10272
10273 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
10274
10275 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
10276
10277 2013-10-25 Glenn Morris <rgm@gnu.org>
10278
10279 * vc/vc.el (vc-print-log): Don't use a working revision unless
10280 one was explicitly specified. (Bug#15322)
10281
10282 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10283
10284 * subr.el (add-to-list): Preserve return value in compiler-macro
10285 (bug#15692).
10286
10287 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10288
10289 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
10290 result. Ask user to retry using '-all' flag. (Bug#15701)
10291
10292 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10293
10294 * emacs-lisp/smie.el: New smie-config system.
10295 (smie-config): New defcustom.
10296 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
10297 (smie-config-guess, smie-config-save): New commands.
10298 (smie-config--mode-local, smie-config--buffer-local)
10299 (smie-config--trace, smie-config--modefuns): New vars.
10300 (smie-config--advice, smie-config--mode-hook)
10301 (smie-config--setter, smie-config-local, smie-config--get-trace)
10302 (smie-config--guess-value, smie-config--guess): New functions.
10303 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
10304 text properties. Treat "string fence" syntax like string syntax.
10305
10306 * progmodes/sh-script.el (sh-use-smie): Change default.
10307 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
10308 (sh-var-value): Simplify by CSE.
10309 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
10310 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
10311 is used.
10312 (sh-guess-basic-offset): Use cl-incf.
10313 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
10314
10315 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
10316
10317 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
10318 (bug#15699).
10319
10320 2013-10-24 Glenn Morris <rgm@gnu.org>
10321
10322 * Makefile.in (abs_top_srcdir): Remove.
10323 (update-subdirs): Use relative path to update-subdirs.
10324
10325 2013-10-24 Eli Zaretskii <eliz@gnu.org>
10326
10327 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
10328 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
10329 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
10330 Call unmsys--file-name before expand-file-name, not after it.
10331
10332 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
10333
10334 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
10335 (ert-test-skipped): New error.
10336 (ert-skip, ert-stats-skipped): New defuns.
10337 (ert--skip-unless): New macro.
10338 (ert-test-skipped): New struct.
10339 (ert--run-test-debugger, ert-test-result-type-p)
10340 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
10341 (ert--stats-set-test-and-result, ert-char-for-test-result)
10342 (ert-string-for-test-result, ert-run-tests-batch)
10343 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
10344 Handle skipped tests. (Bug#9803)
10345
10346 2013-10-24 Glenn Morris <rgm@gnu.org>
10347
10348 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
10349
10350 * Makefile.in (abs_top_srcdir): New, set by configure.
10351 (update-subdirs): Correct build-aux location.
10352
10353 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
10354
10355 * vc/vc.el (vc-print-root-log): Always set `default-directory'
10356 value, whether we could auto-deduce `backend', or not.
10357
10358 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
10359 with parameters" example. Simplify the "is it block or is it
10360 hash" check, but also make it more thorough.
10361
10362 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
10363
10364 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
10365
10366 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10367
10368 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
10369 { if it is hanging.
10370
10371 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
10372 :before ";".
10373
10374 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
10375
10376 * progmodes/compile.el (compilation-directory-matcher)
10377 (compilation-page-delimiter):
10378 Support GNU Make-4.0 directory quoting. (Bug#15678)
10379
10380 2013-10-23 Leo Liu <sdl.web@gmail.com>
10381
10382 * ido.el (ido-tidy): Handle read-only text.
10383
10384 2013-10-23 Glenn Morris <rgm@gnu.org>
10385
10386 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
10387 (emacs, compile, compile-always):
10388 Quote entities that might contain whitespace.
10389 (custom-deps, finder-data, autoloads): Use abs_lisp.
10390 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
10391 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
10392 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
10393
10394 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
10395
10396 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
10397 Use `following-char'.
10398
10399 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
10400
10401 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
10402 * progmodes/ruby-mode.el (ruby-smie-rules):
10403 Remove corresponding workaround. Fix indentation rule of ";" so it
10404 also applies when ";" is the parent.
10405
10406 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
10407
10408 * frame.el (display-screens, display-pixel-height)
10409 (display-pixel-width, display-mm-width, display-backing-store)
10410 (display-save-under, display-planes, display-color-cells)
10411 (display-visual-class, display-monitor-attributes-list):
10412 Mention the optional ‘display’ argument in doc strings.
10413
10414 2013-10-22 Michael Gauland <mikelygee@amuri.net>
10415
10416 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
10417 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
10418
10419 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
10420
10421 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
10422 TODO. Add "." after " @ ".
10423 (ruby-smie--at-dot-call): New function. Checks if point at method
10424 call with explicit target.
10425 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
10426 to the method name tokens when it precedes them.
10427 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
10428 (ruby-smie-rules): Add rule for indentation before and after "."
10429 token.
10430
10431 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10432
10433 * textmodes/remember.el (remember-diary-extract-entries):
10434 Avoid add-to-list.
10435
10436 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
10437 an instruction.
10438
10439 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
10440
10441 * progmodes/ruby-mode.el (ruby-smie-grammar):
10442 Add (almost) all infix operators.
10443 (ruby-smie--implicit-semi-p): Add new operator chars.
10444
10445 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
10446 `smie-down-list'.
10447 (ruby-smie--args-separator-p): Check that there's no newline
10448 between method call and its arguments.
10449
10450 2013-10-20 Alan Mackenzie <acm@muc.de>
10451
10452 Allow comma separated lists after Java "implements".
10453
10454 * progmodes/cc-engine.el (c-backward-over-enum-header):
10455 Parse commas.
10456 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
10457 from a "disallowed" list in enum fontification.
10458
10459 2013-10-20 Johan Bockgård <bojohan@gnu.org>
10460
10461 * startup.el (default-frame-background-mode): Remove unused defvar.
10462
10463 * progmodes/verilog-mode.el (verilog-mode): Don't set
10464 comment-indent-function globally.
10465
10466 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
10467
10468 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
10469 Move Info menu item creation to ns-win.el.
10470
10471 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
10472 in menu bar.
10473
10474 * menu-bar.el: Move GNUstep specific menus...
10475
10476 * term/ns-win.el (ns-initialize-window-system): ... to here.
10477
10478 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10479
10480 * simple.el (newline): Only run post-self-insert-hook when
10481 called interactively.
10482
10483 2013-10-19 Johan Bockgård <bojohan@gnu.org>
10484
10485 * icomplete.el (icomplete-with-completion-tables): Add :version.
10486
10487 2013-10-19 Alan Mackenzie <acm@muc.de>
10488
10489 Fix fontification bugs with constructors and const.
10490
10491 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
10492 CASE 2) Remove the check for the absence of a suffix construct
10493 after a function declaration with only types (no identifiers) in
10494 the parentheses. Also, accept a function declaration with just a
10495 type inside the parentheses, if this type can be positively
10496 recognised as such, or if a prefix keyword like "explicit" nails
10497 down the construct as a declaration.
10498
10499 2013-10-19 Eli Zaretskii <eliz@gnu.org>
10500
10501 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
10502 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
10503 the problem whereby selecting a menu item that leads to a
10504 minibuffer prompt moves the cursor out of the minibuffer window,
10505 making it hard to type at the prompt. Suggested by Stefan Monnier
10506 <monnier@iro.umontreal.ca>.
10507
10508 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
10509
10510 * menu-bar.el: Don't make Services menu.
10511
10512 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10513
10514 * ffap.el: Handle "/usr/include/c++/<version>" directories.
10515 (ffap-alist): Use ffap-c++-mode for c++-mode.
10516 (ffap-c++-path): New variable.
10517 (ffap-c++-mode): New function.
10518
10519 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
10520
10521 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
10522
10523 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
10524
10525 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
10526 introduced on 2013-09-08, which results in an infinite loop
10527 requesting a password.
10528
10529 2013-10-18 Glenn Morris <rgm@gnu.org>
10530
10531 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
10532
10533 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
10534
10535 Sync with upstream verilog-mode revision 1a6ecec7.
10536 * progmodes/verilog-mode.el (verilog-mode-version): Update.
10537 (verilog-mode-release-date): Remove.
10538 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
10539 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
10540 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
10541 (verilog-auto-tieoff-ignore-regexp)
10542 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
10543 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
10544 (verilog-signals-with, verilog-dir-cache-preserving)
10545 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
10546 Doc fixes.
10547 (verilog-case-fold): New option, to control case folding in
10548 regexp searches, bug597.
10549 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
10550 (verilog-string-match-fold, verilog-in-paren-count)
10551 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
10552 (verilog-at-close-struct-p): New functions.
10553 (verilog-beg-block-re-ordered, verilog-extended-case-re)
10554 (verilog-forward-sexp, verilog-set-auto-endcomments)
10555 (verilog-leap-to-case-head): Handle "unique0" case.
10556 (verilog-in-constraint-re): New constant.
10557 (verilog-keywords, verilog-type-font-keywords):
10558 Add some SystemVerilog 1800-2012 keywords.
10559 (verilog-label-be): Remove unimplemented argument, bug669.
10560 (verilog-batch-execute-func): When batch expanding clear
10561 create-lockfiles to prevent spurious user locks when a file ends
10562 up not changing.
10563 (verilog-calculate-indent, verilog-calc-1)
10564 (verilog-at-close-constraint-p, verilog-at-constraint-p)
10565 (verilog-do-indent): Fix indentation of nested constraints
10566 and structures.
10567 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
10568 (verilog-auto-inst-param): Use verilog-string-match-fold.
10569 (verilog-read-inst-module-matcher):
10570 Fix AUTOINST on gate primitives with #1.
10571 (verilog-read-decls): Fix double-declaring user-defined typed signals.
10572 Reads all user-defined typed variables.
10573 (verilog-read-defines): Fix reading definitions inside comments, bug647.
10574 (verilog-signals-matching-regexp)
10575 (verilog-signals-not-matching-regexp, verilog-auto):
10576 Respect verilog-case-fold.
10577 (verilog-diff-report): Fix line count.
10578 (verilog-auto-assign-modport): Remove unused local `modi'.
10579 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
10580 better handle multidimensional arrays.
10581 Fix packed array ports misadding bit index in AUTOINST, bug637.
10582 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
10583 to not double-declare existing outputs and inputs, respectively.
10584 (verilog-template-map): Bind U to verilog-sk-uvm-component.
10585 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
10586 (verilog-sk-uvm-component): New skeleton.
10587 (verilog-submit-bug-report): Add verilog-case-fold,
10588 remove verilog-mode-release-date.
10589
10590 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
10591
10592 * subr.el (sit-for): Call (input-pending-p t) so as to behave
10593 as before.
10594
10595 2013-10-18 Reuben Thomas <rrt@sc3d.org>
10596
10597 * textmodes/remember.el (remember): Set buffer-offer-save in
10598 remember buffers (bug#13566).
10599
10600 2013-10-18 Daniel Colascione <dancol@dancol.org>
10601
10602 When evaluating forms in ielm, direct standard output to ielm
10603 buffer. Add new ielm-return-for-effect command. Remove trailing
10604 whitespace throughout.
10605
10606 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
10607 (ielm-return-for-effect): New command.
10608 (ielm-send-input): Accept optional `for-effect' parameter.
10609 (ielm-eval-input): Accept optional `for-effect' parameter.
10610 Bind `standard-output' to stream we create using
10611 `ielm-standard-output-impl'. Suppress printing result when
10612 `for-effect'.
10613 (ielm-standard-output-impl): New function.
10614 (inferior-emacs-lisp-mode): Explain new features in documentation.
10615
10616 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
10617
10618 Code cleanup.
10619
10620 * net/tramp.el (tramp-debug-message): Do not check for connection
10621 buffer.
10622 (tramp-message): Use "vector" connection property.
10623
10624 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
10625 (tramp-equal-remote, tramp-eshell-directory-change)
10626 * net/tramp-adb.el (tramp-adb-handle-copy-file)
10627 (tramp-adb-handle-rename-file)
10628 * net/tramp-cmds.el (tramp-list-remote-buffers)
10629 (tramp-cleanup-connection, tramp-cleanup-this-connection)
10630 * net/tramp-compat.el (tramp-compat-process-running-p)
10631 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
10632 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
10633 (tramp-gvfs-handle-rename-file)
10634 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
10635 (tramp-set-file-uid-gid)
10636 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10637 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
10638 of `file-remote-p'.
10639
10640 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
10641 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
10642 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
10643 (tramp-gw-open-network-stream): Suppress unrelated traces.
10644
10645 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
10646 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
10647 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10648 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
10649 connection property.
10650
10651 * net/tramp-cache.el (top): Suppress traces when reading
10652 persistency file.
10653
10654 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
10655 Refactor common code. Improve debug message.
10656 (tramp-maybe-open-connection)
10657 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
10658 connection buffer too early.
10659
10660 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
10661 from `tramp-smb-actions-with-acl'.
10662 (tramp-smb-actions-set-acl): New defconst.
10663 (tramp-smb-handle-copy-directory)
10664 (tramp-smb-action-get-acl): New defun, renamed from
10665 `tramp-smb-action-with-acl'.
10666 (tramp-smb-action-set-acl): New defun.
10667 (tramp-smb-handle-set-file-acl): Rewrite.
10668
10669 2013-10-17 Glenn Morris <rgm@gnu.org>
10670
10671 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
10672
10673 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10674
10675 * skeleton.el (skeleton-newline): Remove.
10676 (skeleton-internal-1): Use (insert "\n") instead.
10677
10678 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
10679 let-bindings.
10680
10681 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
10682 forward-sexp-function while we redo its job (bug#15613).
10683
10684 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
10685
10686 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
10687 represented by lists.
10688
10689 2013-10-16 Glenn Morris <rgm@gnu.org>
10690
10691 * tmm.el (tmm--history): New dynamic variable.
10692 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
10693
10694 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
10695
10696 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
10697 (tramp-smb-errors): Add error messages.
10698 (tramp-smb-actions-with-acl): New defconst.
10699 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
10700 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
10701 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
10702 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
10703 (tramp-smb-get-stat-capability): Fix tests.
10704
10705 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
10706
10707 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
10708 (bug#15580).
10709
10710 2013-10-16 Glenn Morris <rgm@gnu.org>
10711
10712 * ansi-color.el (ansi-color-drop-regexp):
10713 Add 1J, 1K, 2K. (Bug#15617)
10714
10715 * files.el (hack-local-variables--warned-lexical): New.
10716 (hack-local-variables):
10717 Warn about misplaced lexical-binding. (Bug#15616)
10718
10719 * net/eww.el (eww-render): Always set eww-current-url,
10720 and update header line. (Bug#15622)
10721 (eww-display-html): ... Rather than just doing it here.
10722
10723 2013-10-15 Eli Zaretskii <eliz@gnu.org>
10724
10725 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
10726 menu navigations commands.
10727
10728 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
10729
10730 * progmodes/subword.el (subword-capitalize): Be careful when
10731 the search for [[:alpha:]] fails (bug#15580).
10732
10733 2013-10-14 Eli Zaretskii <eliz@gnu.org>
10734
10735 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
10736 to commands that scroll the menu.
10737
10738 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
10739
10740 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
10741 Handle methods ending with `?' and `!'.
10742
10743 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
10744
10745 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
10746 `japanese-cp932' to `cp932' to fix the problem where saving a
10747 source file written in Shift_JIS twice would end up having
10748 `coding: japanese-cp932' which Ruby could not recognize.
10749 (ruby-mode-set-encoding): Add support for encodings mapped to nil
10750 in `ruby-encoding-map'.
10751 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
10752 doesn't need to be explicitly declared in magic comment.
10753 (ruby-encoding-map): Add type declaration for better customize UI.
10754
10755 2013-10-13 Glenn Morris <rgm@gnu.org>
10756
10757 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
10758 Occur buffers are read-only. http://bugs.debian.org/720775
10759
10760 * emacs-lisp/authors.el (authors-fixed-entries):
10761 Comment out old alpha stuff.
10762
10763 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
10764
10765 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
10766 to `after-save-hook' instead of `before-save-hook'.
10767 (ruby-mode-set-encoding): Use the value of coding system used to
10768 write the file. Call `basic-save-buffer-1' after modifying the
10769 buffer.
10770
10771 2013-10-13 Alan Mackenzie <acm@muc.de>
10772
10773 Fix indentation/fontification of Java enum with
10774 "implements"/generic.
10775
10776 * progmodes/cc-engine.el (c-backward-over-enum-header):
10777 Extracted from the three other places and enhanced to handle generics.
10778 (c-inside-bracelist-p): Uses new function above.
10779 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
10780 function above.
10781 (c-font-lock-enum-tail): Uses new function above.
10782
10783 2013-10-13 Kenichi Handa <handa@gnu.org>
10784
10785 * international/mule-cmds.el (select-safe-coding-system): Remove a
10786 superfluous condition in chekcing whether a coding system is safe
10787 or not.
10788
10789 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
10790
10791 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
10792
10793 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
10794
10795 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
10796
10797 2013-10-13 Glenn Morris <rgm@gnu.org>
10798
10799 * menu-bar.el (menu-bar-update-buffers):
10800 Unify Buffers menu prompt string. (Bug#15576)
10801
10802 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
10803
10804 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
10805 Add some entries.
10806 (authors-fixed-entries): Use accented form of name.
10807
10808 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10809
10810 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
10811 method calls (bug#15594).
10812 (ruby-smie--args-separator-p): New function.
10813 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
10814 recognize paren-free method calls.
10815
10816 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
10817 internals of universal-argument.
10818
10819 2013-10-11 Eli Zaretskii <eliz@gnu.org>
10820
10821 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
10822 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
10823 dropped menu on second mouse click on the menu bar.
10824
10825 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10826
10827 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
10828 (explicit-shell-file-name): Declare.
10829 (sh--vars-before-point, sh--cmd-completion-table): New functions.
10830 (sh-completion-at-point-function): New function.
10831 (sh-mode): Use it.
10832 (sh-smie--keyword-p): Remove unused argument.
10833 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
10834 vars.
10835 (sh-set-shell): Always setup SMIE, even if we use the
10836 old indentation code.
10837
10838 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
10839
10840 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
10841 cases of ? and =.
10842 (ruby-smie-rules): Simplify the "do" rule. The cases when the
10843 predicate would return nil are almost non-existent.
10844 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
10845
10846 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
10847 cache also after commands that modify the buffer but don't move
10848 point.
10849
10850 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10851
10852 * env.el (substitute-env-in-file-name): New function.
10853 (substitute-env-vars): Extend the meaning of the optional arg.
10854
10855 2013-10-10 Eli Zaretskii <eliz@gnu.org>
10856
10857 * term/w32-win.el (dynamic-library-alist): Define separate lists
10858 of GIF DLLs for versions before and after 5.0.0 of giflib.
10859 (Bug#15531)
10860
10861 2013-10-10 João Távora <joaotavora@gmail.com>
10862
10863 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
10864 not locked, use last revision and current source as
10865 defaults. (Bug#15569)
10866
10867 2013-10-10 Masatake YAMATO <yamato@redhat.com>
10868
10869 * menu-bar.el (menu-bar-open): Don't use popup-menu if
10870 menu-bar is hidden.
10871
10872 2013-10-10 Martin Rudalics <rudalics@gmx.at>
10873
10874 * window.el (pop-to-buffer-same-window): Fix doc-string.
10875 (Bug#15492)
10876
10877 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10878
10879 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
10880
10881 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
10882
10883 * calendar/icalendar.el (icalendar-import-file):
10884 Fix interactive spec. (Bug#15482)
10885
10886 2013-10-10 Glenn Morris <rgm@gnu.org>
10887
10888 * desktop.el (desktop-save): Default to saving in .emacs.d,
10889 since PWD is no longer in desktop-path by default. (Bug#15319)
10890
10891 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
10892 now that text mode has a menu with the same entry.
10893 (menu-bar-text-mode-auto-fill): Remove now unused func.
10894 * textmodes/text-mode.el (text-mode-map):
10895 Use auto-fill help text from menu-bar.el.
10896
10897 2013-10-10 John Anthony <john@jo.hnanthony.com>
10898
10899 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
10900
10901 2013-10-09 Juri Linkov <juri@jurta.org>
10902
10903 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
10904 instead of this-command-keys. Add universal-argument-more and
10905 universal-argument-minus to the list of prefix commands. (Bug#15568)
10906
10907 2013-10-09 Glenn Morris <rgm@gnu.org>
10908
10909 * vc/vc-svn.el (vc-svn-create-repo):
10910 Expand paths in file://... url. (Bug#15446)
10911
10912 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
10913 Add some entries.
10914 (authors): Remove unused local variables.
10915
10916 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
10917
10918 * profiler.el: Create a more coherent calltree from partial backtraces.
10919 (profiler-format): Hide the tail with `invisible' so that C-s can still
10920 find the hidden elements.
10921 (profiler-calltree-depth): Don't recurse so enthusiastically.
10922 (profiler-function-equal): New hash-table-test.
10923 (profiler-calltree-build-unified): New function.
10924 (profiler-calltree-build): Use it.
10925 (profiler-report-make-name-part): Indent the calltree less.
10926 (profiler-report-mode): Add visibility specs for profiler-format.
10927 (profiler-report-expand-entry, profiler-report-toggle-entry):
10928 Expand the whole subtree when provided with a prefix arg.
10929
10930 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
10931
10932 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
10933 iuwu-mod token.
10934 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
10935 hanging iuwu-mod token.
10936 (ruby-smie--forward-token): Do not include a dot after a token in
10937 that token.
10938 (ruby-smie--backward-token): Likewise.
10939
10940 2013-10-08 Juri Linkov <juri@jurta.org>
10941
10942 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
10943 to isearch-other-control-char.
10944 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
10945 and isearch-post-command-hook to post-command-hook.
10946 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
10947 and isearch-post-command-hook from post-command-hook.
10948 (isearch-unread-key-sequence)
10949 (isearch-reread-key-sequence-naturally)
10950 (isearch-lookup-scroll-key, isearch-other-control-char)
10951 (isearch-other-meta-char): Remove functions.
10952 (isearch-pre-command-hook, isearch-post-command-hook):
10953 New functions based on isearch-other-meta-char rewritten
10954 relying on the new behavior of overriding-terminal-local-map
10955 that does not replace the local keymaps any more. (Bug#15200)
10956
10957 2013-10-08 Eli Zaretskii <eliz@gnu.org>
10958
10959 Support menus on text-mode terminals.
10960 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
10961 functionality.
10962
10963 * tooltip.el (tooltip-mode): Don't error out on TTYs.
10964
10965 * menu-bar.el (popup-menu, popup-menu-normalize-position):
10966 Move here from mouse.el.
10967 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
10968 and arrow keys.
10969 (tty-menu-navigation-map): New map for TTY menu navigation.
10970
10971 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
10972
10973 * frame.el (display-mouse-p): Report text-mode mouse as available
10974 on w32.
10975 (display-popup-menus-p): Report availability if mouse is
10976 available; don't condition on window-system.
10977
10978 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
10979 (tty-menu-selected-face): New faces.
10980
10981 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
10982
10983 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
10984 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
10985 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
10986 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
10987 New constants.
10988 (lisp-mode-variables): New `elisp' argument.
10989 (emacs-lisp-mode): Use it.
10990 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
10991 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
10992
10993 * indent.el: Use lexical-binding.
10994 (indent-region): Add progress reporter.
10995 (tab-stop-list): Make it implicitly extend to infinity by repeating the
10996 last step.
10997 (indent--next-tab-stop): New function to implement this behavior.
10998 (tab-to-tab-stop, move-to-tab-stop): Use it.
10999
11000 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
11001
11002 * indent.el (indent-rigidly--current-indentation): New function.
11003 (indent-rigidly-map): New var.
11004 (indent-rigidly): Use it to provide interactive mode (bug#8196).
11005
11006 2013-10-08 Bastien Guerry <bzg@gnu.org>
11007
11008 * register.el (insert-register): Fix 2013-10-07 change.
11009
11010 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11011
11012 * progmodes/perl-mode.el: Use lexical-binding.
11013 Remove redundant :group args.
11014 (perl-nochange): Change default to be closer to other major modes's
11015 standard behavior.
11016 (perl-indent-line): Don't consider text on current line as a
11017 valid beginning of function from which to indent.
11018
11019 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
11020 with more than one argument (bug#15538).
11021
11022 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
11023
11024 * vc/pcvs.el: Use lexical-binding.
11025 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
11026 environment of `eval'.
11027 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
11028 than a list of expressions. Adjust callers.
11029 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
11030
11031 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
11032
11033 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
11034 case of the dot in a chained method call being on the following line.
11035
11036 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
11037
11038 * electric.el (electric-indent-inhibit): New var.
11039 (electric-indent-post-self-insert-function): Use it.
11040 * progmodes/python.el (python-mode): Set it.
11041
11042 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
11043 open braces.
11044
11045 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
11046
11047 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
11048 (css-mode): Use electric-indent-chars.
11049
11050 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
11051 (font-lock-beg, font-lock-end): Move before first use.
11052 (nxml-mode): Use syntax-propertize-function.
11053 (nxml-after-change, nxml-after-change1): Adjust accordingly.
11054 (nxml-extend-after-change-region): Remove.
11055 * nxml/xmltok.el: Use lexical-binding.
11056 (xmltok-save): Use `declare'.
11057 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
11058 * nxml/nxml-util.el: Use lexical-binding.
11059 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
11060 Use `declare'.
11061 * nxml/nxml-ns.el: Use lexical-binding.
11062 (nxml-ns-save): Use `declare'.
11063 (nxml-ns-prefixes-for): Avoid add-to-list.
11064 * nxml/rng-match.el: Use lexical-binding.
11065 (rng--ipattern): Use cl-defstruct.
11066 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
11067 (rng-cons-group-after, rng-subst-group-after)
11068 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
11069 Use closures instead of `(lambda...).
11070
11071 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
11072
11073 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
11074 of BEG and END.
11075
11076 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11077 Use `tramp-handle-insert-file-contents'.
11078 (tramp-gvfs-handle-insert-file-contents): Remove function.
11079
11080 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
11081 Use `save-restriction' in order to keep markers.
11082
11083 * net/trampver.el: Update release number.
11084
11085 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
11086
11087 * progmodes/compile.el (compilation-parse-errors):
11088 Use compilation--put-prop.
11089 (compilation--ensure-parse): Check compilation-multiline.
11090
11091 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
11092
11093 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
11094 lexical-binding.
11095
11096 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
11097
11098 * progmodes/ruby-mode.el: Fix recently added tests.
11099 (ruby-smie-grammar): Add - and +.
11100 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
11101 (ruby-smie--backward-id): New functions.
11102 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
11103 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
11104 any more.
11105
11106 2013-10-07 Leo Liu <sdl.web@gmail.com>
11107
11108 * register.el (register-preview-delay)
11109 (register-preview-functions): New variables.
11110 (register-read-with-preview, register-preview)
11111 (register-describe-oneline): New functions.
11112 (point-to-register, window-configuration-to-register)
11113 (frame-configuration-to-register, jump-to-register)
11114 (number-to-register, view-register, insert-register)
11115 (copy-to-register, append-to-register, prepend-to-register)
11116 (copy-rectangle-to-register): Use register-read-with-preview to
11117 read register. (Bug#15525)
11118
11119 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
11120
11121 * net/network-stream.el (network-stream-open-starttls): Don't add
11122 --insecure if it's already present, because that gnutls-cli
11123 rejects getting that parameter twice.
11124
11125 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
11126
11127 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
11128 keyword, too.
11129
11130 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
11131
11132 * newcomment.el (comment-use-global-state): Change default value
11133 to t, mark obsolete (Bug#15251).
11134 (comment-beginning): In addition to `comment-to-syntax', check the
11135 value of `comment-use-global-state'.
11136
11137 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11138
11139 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
11140 (ruby-comment-column): Follow the global default, by default.
11141 (ruby-smie-grammar): Add assignment syntax.
11142 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
11143 open-paren, a comma, or a \.
11144 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
11145 and line continuations.
11146 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
11147 followed by implicit semi-colons. Add rule for string concatenation
11148 and for indentation at BOB.
11149 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
11150
11151 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
11152 calling next-sexp, since next-token may have skipped chars which
11153 next-sexp doesn't know should be skipped!
11154
11155 2013-10-05 Leo Liu <sdl.web@gmail.com>
11156
11157 * progmodes/octave.el (octave-send-region):
11158 Call compilation-forget-errors.
11159
11160 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
11161
11162 * vc/vc-svn.el (vc-svn-find-admin-dir):
11163 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
11164 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
11165 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
11166 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
11167
11168 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
11169
11170 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
11171
11172 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
11173
11174 * subr.el (read-passwd): Hide chars even when called within a context
11175 where after-change-functions is disabled (bug#15501).
11176 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
11177 until we removed ourself from overriding-terminal-local-map.
11178
11179 2013-10-04 Leo Liu <sdl.web@gmail.com>
11180
11181 * progmodes/octave.el (inferior-octave-mode):
11182 Call compilation-forget-errors.
11183
11184 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
11185
11186 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
11187
11188 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
11189
11190 * net/secrets.el (secrets-create-collection): Add optional
11191 argument ALIAS. Use proper Label keyword. Append ALIAS as
11192 dbus-call-method argument. (Bug#15516)
11193
11194 2013-10-04 Leo Liu <sdl.web@gmail.com>
11195
11196 * progmodes/octave.el (inferior-octave-error-regexp-alist)
11197 (inferior-octave-compilation-font-lock-keywords): New variables.
11198 (compilation-error-regexp-alist)
11199 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
11200 (inferior-octave-mode): Use compilation-shell-minor-mode.
11201
11202 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
11203
11204 * minibuffer.el (completion--replace): Be careful that `end' might be
11205 a marker.
11206
11207 2013-10-03 Daiki Ueno <ueno@gnu.org>
11208
11209 Add support for package signature checking.
11210 * emacs-lisp/package.el (url-http-file-exists-p)
11211 (epg-make-context, epg-context-set-home-directory)
11212 (epg-verify-string, epg-context-result-for)
11213 (epg-signature-status, epg-signature-to-string)
11214 (epg-check-configuration, epg-configuration)
11215 (epg-import-keys-from-file): Declare.
11216 (package-check-signature): New user option.
11217 (package-unsigned-archives): New user option.
11218 (package-desc): Add `signed' field.
11219 (package-load-descriptor): Set `signed' field if .signed file exists.
11220 (package--archive-file-exists-p): New function.
11221 (package--check-signature): New function.
11222 (package-install-from-archive): Check package signature.
11223 (package--download-one-archive): Check archive signature.
11224 (package-delete): Remove .signed file.
11225 (package-import-keyring): New command.
11226 (package-refresh-contents): Import default keyring.
11227 (package-desc-status): Add "unsigned" status.
11228 (describe-package-1, package-menu--print-info)
11229 (package-menu-mark-delete, package-menu--find-upgrades)
11230 (package-menu--status-predicate): Support "unsigned" status.
11231
11232 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11233
11234 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
11235 the new compilation scheme using the new byte-codes.
11236
11237 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
11238 (byte-pophandler): New byte codes.
11239 (byte-goto-ops): Adjust accordingly.
11240 (byte-compile--use-old-handlers): New var.
11241 (byte-compile-catch): Use new byte codes depending on
11242 byte-compile--use-old-handlers.
11243 (byte-compile-condition-case--old): Rename from
11244 byte-compile-condition-case.
11245 (byte-compile-condition-case--new): New function.
11246 (byte-compile-condition-case): New function that dispatches depending
11247 on byte-compile--use-old-handlers.
11248 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
11249 when we can.
11250
11251 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11252 Optimize under `condition-case' and `catch' if
11253 byte-compile--use-old-handlers is nil.
11254 (disassemble-offset): Handle new bytecodes.
11255
11256 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11257
11258 * subr.el (error): Use `declare'.
11259 (decode-char, encode-char): Use advertised-calling-convention instead
11260 of the docstring to discourage use of the `restriction' arg.
11261
11262 2013-10-03 Daiki Ueno <ueno@gnu.org>
11263
11264 * epg.el (epg-verify-file): Add a comment saying that it does not
11265 notify verification error as a return value nor a signal.
11266 (epg-verify-string): Ditto.
11267
11268 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
11269
11270 * progmodes/compile.el (compilation-start): Try globbing the arg to
11271 `cd' (bug#15417).
11272
11273 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
11274
11275 Sync with Tramp 2.2.8.
11276
11277 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
11278 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
11279 * net/trampver.el: Update release number.
11280
11281 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
11282
11283 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
11284 and default-process-coding-system for darwin only.
11285
11286 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
11287
11288 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
11289
11290 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
11291
11292 * vc/vc-git.el (vc-git-grep): Disable pager.
11293
11294 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
11295
11296 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
11297 Use :url instead of :homepage, as per
11298 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
11299
11300 * newcomment.el (comment-beginning): When `comment-use-syntax' is
11301 non-nil, use `syntax-ppss' (Bug#15251).
11302
11303 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11304
11305 * progmodes/octave.el (inferior-octave-startup-file):
11306 Prefer ~/.emacs.d/init_octave.m.
11307
11308 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
11309
11310 * emacs-lisp/package.el (package-desc-from-define):
11311 Accept additional arguments as plist, convert them to an alist and store
11312 them in the `extras' slot.
11313 (package-generate-description-file): Convert extras alist back to
11314 plist and append to the `define-package' form arguments.
11315 (package--alist-to-plist): New function.
11316 (package--ac-desc): Add `extras' slot.
11317 (package--add-to-archive-contents): Check if the archive-contents
11318 vector is long enough, and if it is, pass its `extras' slot value
11319 to `package-desc-create'.
11320 (package-buffer-info): Call `lm-homepage', pass the returned value
11321 to `package-desc-from-define'.
11322 (describe-package-1): Render the homepage button (Bug#13291).
11323
11324 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11325 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
11326
11327 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
11328
11329 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
11330 and default-process-coding-system to utf-8-unix (Bug#15402).
11331
11332 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
11333
11334 * subr.el (looking-back): Do not recommend using looking-back.
11335
11336 2013-09-28 Alan Mackenzie <acm@muc.de>
11337
11338 Fix indentation/fontification of Java enum with "implements".
11339
11340 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
11341 regexp which matches "implements", etc., in Java.
11342 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
11343 specifier clauses coming after "enum".
11344 * progmodes/cc-fonts.el (c-font-lock-declarations)
11345 (c-font-lock-enum-tail): Check for extra specifier clauses coming
11346 after "enum".
11347
11348 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
11349
11350 * faces.el (region): Change ns_selection_color to
11351 ns_selection_fg_color, add ns_selection_bg_color.
11352
11353 2013-09-28 Leo Liu <sdl.web@gmail.com>
11354
11355 * progmodes/octave.el (inferior-octave-completion-table)
11356 (inferior-octave-completion-at-point): Minor tweaks.
11357
11358 * textmodes/ispell.el (ispell-lookup-words): Rename from
11359 lookup-words. (Bug#15460)
11360 (lookup-words): Obsolete.
11361 (ispell-complete-word, ispell-command-loop): All uses changed.
11362
11363 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11364
11365 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
11366 (octave-mode-menu): Add octave-send-buffer.
11367 (octave-send-buffer): New function.
11368
11369 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11370
11371 * progmodes/octave.el (octave-mode-map): Add key binding for
11372 octave-lookfor.
11373 (octave-mode-menu): Add octave-lookfor.
11374 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
11375 octave-lookfor.
11376 (octave-lookfor): New function.
11377
11378 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11379
11380 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
11381 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
11382 its convention.
11383 (cl--loop-set-iterator-function): New function.
11384 (cl-loop): Adjust accordingly, so as not to use cl-subst.
11385 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
11386 Bind `it' with `let' instead of substituting it with `cl-subst'.
11387 (cl--unused-var-p): New function.
11388 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
11389 Eliminate some unused variable warnings (bug#15326).
11390
11391 2013-09-27 Tassilo Horn <tsdh@gnu.org>
11392
11393 * doc-view.el (doc-view-scale-reset): Rename from
11394 `doc-view-reset-zoom-level'.
11395 (doc-view-scale-adjust): New command.
11396 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
11397 `doc-view-scale-adjust'.
11398
11399 2013-09-26 Tassilo Horn <tsdh@gnu.org>
11400
11401 * doc-view.el (doc-view-reset-zoom-level): New command.
11402 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
11403 zoom commands (bug#15466).
11404
11405 2013-09-26 Kenichi Handa <handa@gnu.org>
11406
11407 * international/quail.el (quail-help): Make it not a command.
11408
11409 2013-09-26 Leo Liu <sdl.web@gmail.com>
11410
11411 * minibuffer.el (completion-all-sorted-completions): Make args
11412 optional as they are.
11413
11414 2013-09-25 Daniel Colascione <dancol@dancol.org>
11415
11416 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
11417 specs are and that they're not evaluated.
11418
11419 2013-09-24 Sam Steingold <sds@gnu.org>
11420
11421 * midnight.el (clean-buffer-list-kill-regexps)
11422 (clean-buffer-list-kill-buffer-names): Update for the new Man
11423 buffer naming which includes the object name.
11424
11425 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11426
11427 * eshell/esh-cmd.el (eshell--sep-terms): New var.
11428 (eshell-parse-command, eshell-parse-pipeline): Use it since
11429 eshell-separate-commands requires a dynamic scoped var.
11430 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
11431
11432 2013-09-23 Leo Liu <sdl.web@gmail.com>
11433
11434 * autoinsert.el (auto-insert-alist): Make the value of
11435 lexical-binding match its file setting.
11436
11437 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
11438
11439 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
11440
11441 * autoarg.el (autoarg-kp-digit-argument):
11442 * electric.el (Electric-command-loop):
11443 * kmacro.el (kmacro-step-edit-insert):
11444 Do not set universal-argument-num-events.
11445
11446 2013-09-22 Leo Liu <sdl.web@gmail.com>
11447
11448 * files.el (interpreter-mode-alist): Add octave.
11449
11450 2013-09-21 Alan Mackenzie <acm@muc.de>
11451
11452 C++: fontify identifier in declaration following "public:" correctly.
11453 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
11454 to match "public", etc.
11455 (c-decl-prefix-re): Add ":" into the C++ value.
11456 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
11457 bit. Add a check for a ":" preceded by "public", etc.
11458
11459 2013-09-21 Eli Zaretskii <eliz@gnu.org>
11460
11461 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
11462 recognized by GDB 7.5 and later.
11463
11464 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
11465
11466 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
11467
11468 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
11469
11470 * subr.el (internal--call-interactively): New const.
11471 (called-interactively-p): Use it (bug#3984).
11472
11473 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
11474
11475 * vc/pcvs.el (cvs-mode-ignore):
11476 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
11477 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
11478
11479 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11480
11481 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
11482 (eshell-ls-orig-insert-directory): Remove.
11483 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
11484 (eshell-ls-use-in-dired): Use advice-add/remove.
11485 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
11486 Add `orig-fun' arg for use in :around advice.
11487 Make it check (redundantly) eshell-ls-use-in-dired.
11488
11489 2013-09-19 Glenn Morris <rgm@gnu.org>
11490
11491 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
11492
11493 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
11494
11495 * emacs-lisp/eieio.el (class-parent): Undo previous change.
11496
11497 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
11498
11499 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
11500 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
11501 (tramp-get-remote-python): New defuns.
11502 (tramp-get-remote-uid-with-perl)
11503 (tramp-get-remote-gid-with-perl): New defuns. Perl code
11504 contributed by yary <not.com@gmail.com> (tiny change).
11505 (tramp-get-remote-uid-with-python)
11506 (tramp-get-remote-gid-with-python): New defuns. Python code
11507 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
11508 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
11509
11510 2013-09-19 Glenn Morris <rgm@gnu.org>
11511
11512 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
11513
11514 * eshell/em-unix.el (eshell-remove-entries):
11515 Rename argument to avoid name-clash with global `top-level'.
11516
11517 * eshell/esh-proc.el (eshell-kill-process-function):
11518 Remove eshell-reset-after-proc from eshell-kill-hook if present.
11519 (eshell-reset-after-proc): Remove unused arg `proc'.
11520
11521 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
11522 (directory-files-and-attributes): Mark unused arg.
11523
11524 * eshell/em-unix.el (eshell-remove-entries):
11525 Remove unused arg `path'. Update callers.
11526
11527 * eshell/em-hist.el (eshell-hist-parse-arguments):
11528 Remove unused arg `silent'. Update callers.
11529
11530 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
11531 Fix (f)boundp mix-up.
11532
11533 * eshell/em-smart.el (eshell-smart-scroll-window)
11534 (eshell-disable-after-change):
11535 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
11536
11537 2013-09-18 Alan Mackenzie <acm@muc.de>
11538
11539 Fix fontification of type when followed by "const".
11540 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
11541 "known" types from fontification.
11542
11543 2013-09-18 Glenn Morris <rgm@gnu.org>
11544
11545 * emacs-lisp/chart.el (x-display-color-cells): Declare.
11546 (chart-face-list): Drop Emacsen without display-color-p.
11547
11548 * net/eww.el (libxml-parse-html-region): Declare.
11549 (eww-display-html): Explicit error if no libxml2 support.
11550
11551 * doc-view.el (doc-view-mode): Silence --without-x compilation.
11552
11553 * image.el (image-type-from-buffer, image-multi-frame-p):
11554 Remove --without-x warning/error.
11555
11556 * mouse.el (mouse-yank-primary):
11557 * term.el (term-mouse-paste):
11558 Reorder to silence --without-x compilation.
11559
11560 * mpc.el (doc-view-mode): Silence --without-x compilation.
11561
11562 * mail/rmailmm.el (rmail-mime-set-bulk-data):
11563 Silence --without-x compilation.
11564
11565 * progmodes/gud.el (gud-find-file, gud-mode):
11566 Silence --without-x compilation.
11567 (tooltip-mode): Declare.
11568
11569 * wdired.el (dired-backup-overwrite): Remove declaration.
11570 (wdired-mode-map): Add doc string.
11571
11572 * custom.el (x-get-resource): Declare.
11573
11574 * eshell/em-glob.el (ange-cache):
11575 * eshell/em-unix.el (ange-cache): Declare.
11576
11577 * faces.el (x-display-list, x-open-connection, x-get-resource):
11578 Declare.
11579
11580 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
11581 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
11582 Declare.
11583
11584 * frame.el (x-display-grayscale-p, x-display-name): Declare.
11585
11586 * net/gnutls.el (gnutls-log-level): Declare.
11587
11588 * net/shr.el (image-size, image-animate): Declare.
11589
11590 * simple.el (font-info): Declare.
11591
11592 * subr.el (x-popup-dialog): Declare.
11593
11594 * term/common-win.el (x-select-enable-primary)
11595 (x-last-selected-text-primary, x-last-selected-text-clipboard):
11596 Declare.
11597
11598 * term/ns-win.el (x-handle-args): Declare.
11599
11600 * term/x-win.el (x-select-enable-clipboard): Declare.
11601
11602 * term/w32-win.el (create-default-fontset): Declare.
11603
11604 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
11605 Declare.
11606
11607 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
11608 (fit-frame-to-buffer): Explicit error if --without-x.
11609 (mouse-autoselect-window-select): Silence compiler.
11610
11611 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
11612
11613 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
11614 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
11615 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
11616 * eshell/esh-util.el (eshell-sublist):
11617 Remove unused local variables.
11618
11619 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
11620
11621 * textmodes/two-column.el: Make 2C-split work for --without-x.
11622 (scroll-bar-columns): Autoload.
11623 (top-level): Require fringe when compiling.
11624
11625 2013-09-18 Leo Liu <sdl.web@gmail.com>
11626
11627 * subr.el (add-hook): Robustify to handle closure as well.
11628
11629 2013-09-17 Glenn Morris <rgm@gnu.org>
11630
11631 * simple.el (messages-buffer-mode-map): Unbind "g".
11632
11633 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11634
11635 * help-mode.el (help-mode-finish): Use derived-mode-p.
11636 Remove obsolete highlighting.
11637
11638 * play/life.el (life-mode): Use define-derived-mode. Derive from
11639 special-mode.
11640 (life): Let-bind inhibit-read-only.
11641 (life-setup): Avoid `setq'. Use `life-mode'.
11642
11643 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
11644 which should not be needed any more.
11645 (package-menu-refresh, package-menu-describe-package): Use user-error.
11646
11647 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
11648 (eshell-post-rewrite-command-hook): Make obsolete.
11649 (eshell-parse-command): Simplify.
11650 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
11651 (eshell--cmd): Declare.
11652 (eshell-parse-pipeline): Remove unused var `final-p'.
11653 Pass a dynvar to eshell-post-rewrite-command-hook.
11654 Implement the new eshell-post-rewrite-command-function.
11655 (eshell-invoke-directly): Remove unused arg `input'.
11656 * eshell/esh-io.el (eshell-io-initialize):
11657 Use eshell-post-rewrite-command-function (bug#15399).
11658 (eshell--apply-redirections): Rename from eshell-apply-redirections;
11659 adjust to new calling convention.
11660 (eshell-create-handles): Rename args to avoid clashing with dynvar
11661 `standard-output'.
11662
11663 2013-09-17 Glenn Morris <rgm@gnu.org>
11664
11665 * simple.el (messages-buffer-mode): New major mode.
11666 (messages-buffer): New function.
11667 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
11668 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
11669 (ert-run-test): Use `messages-buffer' function.
11670 (ert--force-message-log-buffer-truncation): Ignore read-only.
11671 * help.el (view-echo-area-messages): Use `messages-buffer' function.
11672 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
11673
11674 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11675
11676 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
11677
11678 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
11679
11680 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11681
11682 * icomplete.el (icomplete-in-buffer): New var.
11683 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
11684 vars and replace them with functions.
11685 (icomplete-minibuffer-setup): Adjust accordingly.
11686 (icomplete--completion-table, icomplete--completion-predicate)
11687 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
11688 New functions.
11689 (icomplete-forward-completions, icomplete-backward-completions)
11690 (icomplete-simple-completing-p, icomplete-exhibit)
11691 (icomplete-completions): Use them.
11692 (icomplete--in-region-buffer): New var.
11693 (icomplete--in-region-setup): New function.
11694 (icomplete-mode): Use it.
11695
11696 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
11697 (bug#15379).
11698 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
11699 return args and options.
11700 (eshell-eval-using-options): Use the new return value of
11701 eshell--do-opts to set the options's vars in their scope.
11702 (eshell--set-option): Rename from eshell-set-option.
11703 Add arg `opt-vals'.
11704 (eshell--process-option): Rename from eshell-process-option.
11705 Add arg `opt-vals'.
11706 (eshell--process-args): Use an `opt-vals' alist to store the options's
11707 values during their processing and return them additionally to the
11708 remaining args.
11709
11710 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
11711
11712 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
11713 continuation character an operator, as far as indentation is
11714 concerned (Bug#15369).
11715
11716 2013-09-15 Martin Rudalics <rudalics@gmx.at>
11717
11718 * window.el (window--state-put-2): Don't process buffer state
11719 when buffer doesn't exist any more (Bug#15382).
11720
11721 2013-09-15 Glenn Morris <rgm@gnu.org>
11722
11723 * eshell/em-unix.el (eshell/rm):
11724 Make -f ignore missing files. (Bug#15373)
11725
11726 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
11727 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
11728 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
11729
11730 2013-09-14 Glenn Morris <rgm@gnu.org>
11731
11732 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
11733
11734 2013-09-13 Glenn Morris <rgm@gnu.org>
11735
11736 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
11737 (dired-guess-default): Make `file' available in the env. (Bug#15363)
11738
11739 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
11740
11741 * frame.el (x-focus-frame): Mark as declared in frame.c.
11742
11743 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * ls-lisp.el: Use advice-add.
11746 (original-insert-directory): Remove.
11747 (ls-lisp--insert-directory): Rename from insert-directory; add
11748 `orig-fun' argument.
11749 (insert-directory): Advise.
11750
11751 2013-09-13 Eli Zaretskii <eliz@gnu.org>
11752
11753 * term.el (term-emulate-terminal): Decode the command string
11754 before passing it to term-command-hook. (Bug#15337)
11755
11756 2013-09-13 Glenn Morris <rgm@gnu.org>
11757
11758 * eshell/esh-util.el (ange-cache): Move declaration earlier.
11759
11760 * eshell/esh-ext.el (eshell-search-path): Declare.
11761
11762 * eshell/em-prompt.el (eshell/pwd): Autoload it.
11763 Otherwise an error occurs if eshell-dirs module not loaded.
11764
11765 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
11766
11767 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
11768
11769 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
11770 `tramp-check-proper-host'. Check for a valid method name.
11771
11772 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
11773 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11774 * net/tramp-sh.el (tramp-maybe-open-connection):
11775 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
11776
11777 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
11778 also for hash values.
11779
11780 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11781
11782 * term/ns-win.el (parameters): Don't declare as dynamic.
11783 (before-make-frame-hook): Don't add ineffective function.
11784
11785 * eshell/*.el: Use lexical-binding (bug#15231).
11786
11787 2013-09-12 Kenichi Handa <handa@gnu.org>
11788
11789 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
11790
11791 2013-09-12 Glenn Morris <rgm@gnu.org>
11792
11793 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
11794 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
11795
11796 * subr.el (do-after-load-evaluation): Also give compiler warnings
11797 when obsolete files are used (except by obsolete files).
11798
11799 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
11800 in the status output, assume `filename' is the first. (Bug#15322)
11801
11802 * vc/vc.el (vc-deduce-fileset): Doc fix.
11803
11804 * calc/calc-help.el (Info-goto-node):
11805 * progmodes/cperl-mode.el (Info-find-node):
11806 * vc/ediff.el (Info-goto-node): Update declarations.
11807
11808 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
11809
11810 * vc/vc-bzr.el (vc-compilation-mode): Declare.
11811 (vc-bzr-pull): Require vc-dispatcher.
11812 * vc/vc-git.el (vc-compilation-mode): Declare.
11813 (vc-git-pull): Require vc-dispatcher.
11814
11815 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
11816
11817 * progmodes/octave.el (help-button-action): Declare.
11818
11819 * shell.el (shell-directory-tracker): Output error as a message
11820 rather than just returning it as a string.
11821 (shell-process-pushd): Remove useless use of message.
11822
11823 * dframe.el (dframe-timer-fn):
11824 * files.el (dir-locals-read-from-file):
11825 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
11826 (mpc-format):
11827 * reveal.el (reveal-post-command):
11828 * saveplace.el (load-save-place-alist-from-file):
11829 * shell.el (shell-resync-dirs):
11830 * w32-common-fns.el (x-get-selection-value):
11831 * emacs-lisp/copyright.el (copyright-find-copyright):
11832 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
11833 * emulation/tpu-edt.el (tpu-copy-keyfile):
11834 * play/bubbles.el (bubbles--mark-neighbourhood):
11835 * progmodes/executable.el
11836 (executable-make-buffer-file-executable-if-script-p):
11837 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
11838
11839 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11840
11841 Cleanup Eshell to rely less on dynamic scoping.
11842 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
11843 last-value, and ext-command here. Bind `args' closer to `body'.
11844 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
11845 (eshell--args): Declare new dynamic var.
11846 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
11847 last-value, and ext-command. Pass `args' to `body'.
11848 (eshell-process-args): Bind eshell--args.
11849 (eshell-set-option): Use eshell--args.
11850 * eshell/eshell.el (eshell): Use derived-mode-p.
11851 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
11852 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
11853 (eshell-glob-function): Declare.
11854 * eshell/esh-util.el: Require cl-lib.
11855 (eshell-read-hosts-file): Avoid add-to-list.
11856 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
11857 `err'.
11858 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
11859 Declare.
11860 (eshell/diff): Remove unused var `err'.
11861 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
11862 `killflag'.
11863 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
11864 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
11865 first use.
11866 * eshell/em-glob.el (eshell-glob-matches, message-shown):
11867 Move declaration before first use.
11868 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
11869 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
11870 rely on cl-return.
11871
11872 2013-09-12 Glenn Morris <rgm@gnu.org>
11873
11874 * term/ns-win.el (global-map): Remove binding for ispell-next,
11875 deleted 1999-05-29. (Bug#15357)
11876
11877 2013-09-11 Glenn Morris <rgm@gnu.org>
11878
11879 * echistory.el (electric-command-history): Remove call to deleted func.
11880
11881 * play/landmark.el (landmark-mode): Fix typos.
11882
11883 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
11884 Check cvs-sort-ignore-file is bound.
11885
11886 * savehist.el: No need for cl when compiling on Emacs.
11887
11888 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11889
11890 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
11891 (bug#15338).
11892 (eshell-self-insert-command, eshell-send-invisible):
11893 Remove unused argument.
11894 (eshell-handle-control-codes): Remove unused var `orig'.
11895 Avoid delete-backward-char.
11896
11897 * files.el (set-auto-mode): Simplify a bit further.
11898
11899 2013-09-11 Glenn Morris <rgm@gnu.org>
11900
11901 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
11902 (set-auto-mode): Don't regexp-quote elements.
11903 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
11904 * progmodes/cc-mode.el (interpreter-mode-alist):
11905 * progmodes/ruby-mode.el (interpreter-mode-alist):
11906 Revert previous change.
11907
11908 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11909
11910 * play/snake.el (snake-mode):
11911 * play/mpuz.el (mpuz-mode):
11912 * play/landmark.el (lm-mode):
11913 * play/blackbox.el (blackbox-mode):
11914 * play/5x5.el (5x5-mode):
11915 * obsolete/options.el (Edit-options-mode):
11916 * net/quickurl.el (quickurl-list-mode):
11917 * net/newst-treeview.el (newsticker-treeview-mode):
11918 * mail/rmailsum.el (rmail-summary-mode):
11919 * mail/mspools.el (mspools-mode):
11920 * locate.el (locate-mode):
11921 * ibuffer.el (ibuffer-mode):
11922 * emulation/ws-mode.el (wordstar-mode):
11923 * emacs-lisp/debug.el (debugger-mode):
11924 * array.el (array-mode):
11925 * net/eudc.el (eudc-mode): Use define-derived-mode.
11926 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
11927 Move initialization into declaration.
11928 (mairix-searches-mode): Use define-derived-mode.
11929 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
11930 (eudc-edit-hotlist): Use dolist.
11931 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
11932 (Man-mode): Use define-derived-mode.
11933 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
11934 (Info-edit-mode): Use define-derived-mode.
11935 (Info-cease-edit): Use Info-mode.
11936 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
11937 into declaration.
11938 (eshell-mode): Use define-derived-mode.
11939 * chistory.el (command-history-mode-map): Rename from
11940 command-history-map.
11941 (command-history-mode): Use define-derived-mode.
11942 (Command-history-setup): Remove function.
11943 * calc/calc.el (calc-trail-mode-map): New var.
11944 (calc-trail-mode): Use define-derived-mode.
11945 (calc-trail-buffer): Set calc-main-buffer manually.
11946 * bookmark.el (bookmark-insert-annotation): New function.
11947 (bookmark-edit-annotation): Use it.
11948 (bookmark-edit-annotation-mode): Make it a proper major mode.
11949 (bookmark-send-edited-annotation): Use derived-mode-p.
11950 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
11951 closer to its ideal place. Use \' to match EOS.
11952
11953 * profiler.el (profiler-calltree-find): Use function-equal.
11954
11955 2013-09-10 Glenn Morris <rgm@gnu.org>
11956
11957 * files.el (interpreter-mode-alist): Convert to regexps.
11958 (set-auto-mode): Adapt for this. (Bug#15306)
11959 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
11960 Comment out unused variable.
11961 * progmodes/cc-mode.el (interpreter-mode-alist):
11962 * progmodes/python.el (interpreter-mode-alist):
11963 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
11964 * progmodes/sh-script.el (sh-set-shell):
11965 No longer use interpreter-mode-alist to get list of shells.
11966
11967 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
11968
11969 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11970
11971 * simple.el: Use set-temporary-overlay-map for universal-argument.
11972 (universal-argument-map): Don't use default-bindings (bug#15317).
11973 Bind switch-frame explicitly. Replace universal-argument-minus with
11974 a conditional binding.
11975 (universal-argument-num-events, saved-overriding-map): Remove.
11976 (restore-overriding-map): Remove.
11977 (universal-argument--mode): Rename from save&set-overriding-map,
11978 and rewrite.
11979 (universal-argument, universal-argument-more, negative-argument)
11980 (digit-argument): Adjust accordingly.
11981 (universal-argument-minus): Remove.
11982 (universal-argument-other-key): Remove.
11983
11984 * subr.el (with-demoted-errors): Add `format' argument.
11985
11986 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
11987
11988 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
11989 `tramp-cleanup-connection'.
11990
11991 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
11992 parameters KEEP-DEBUG and KEEP-PASSWORD.
11993
11994 * net/tramp.el (tramp-file-name-handler):
11995 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
11996 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
11997 (tramp-maybe-open-connection):
11998 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
11999 Use `tramp-cleanup-connection'.
12000
12001 * net/tramp-sh.el (tramp-maybe-open-connection):
12002 Catch 'uname-changed inside the progress reporter.
12003
12004 2013-09-10 Glenn Morris <rgm@gnu.org>
12005
12006 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
12007
12008 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
12009 returns "alternate access method" in mode (eg "-rw-r--r--.").
12010
12011 2013-09-08 Glenn Morris <rgm@gnu.org>
12012
12013 * saveplace.el (load-save-place-alist-from-file):
12014 Demote errors. (Bug#15305)
12015
12016 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
12017
12018 Improve compatibility with older Emacsen, and XEmacs.
12019
12020 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
12021 only if it is bound. It isn't for XEmacs.
12022 (with-tramp-progress-reporter): Do not let-bind `result'.
12023 This yields to scoping errors in XEmacs.
12024 (tramp-handle-make-auto-save-file-name): New function, moved from
12025 tramp-sh.el.
12026
12027 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
12028 for `make-auto-save-file-name'.
12029 (tramp-adb--gnu-switches-to-ash):
12030 Use `tramp-compat-replace-regexp-in-string'.
12031
12032 * net/tramp-cache.el (tramp-cache-print): Call
12033 `substring-no-properties' only if it is bound. It isn't for XEmacs.
12034
12035 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
12036 bound. It isn't for XEmacs.
12037
12038 * net/tramp-compat.el (tramp-compat-copy-file):
12039 Catch `wrong-number-of-arguments' error.
12040 (tramp-compat-replace-regexp-in-string): New defun.
12041
12042 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
12043 for `make-auto-save-file-name'.
12044 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
12045 `copy-file'.
12046 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
12047 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
12048 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
12049
12050 * net/tramp-gw.el (tramp-gw-open-network-stream):
12051 Use `tramp-compat-replace-regexp-in-string'.
12052
12053 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
12054 Call `tramp-handle-make-auto-save-file-name'.
12055 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
12056 (tramp-sh-file-gvfs-monitor-dir-process-filter)
12057 (tramp-sh-file-inotifywait-process-filter):
12058 Use `tramp-compat-replace-regexp-in-string'.
12059 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
12060
12061 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
12062 for `make-auto-save-file-name'.
12063 (tramp-smb-handle-copy-directory):
12064 Call `tramp-compat-replace-regexp-in-string'.
12065 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
12066 (tramp-smb-handle-copy-file): Improve error message.
12067 (tramp-smb-handle-rename-file): Rename directly only in case
12068 `newname' does not exist yet. This is a restriction of smbclient.
12069 (tramp-smb-maybe-open-connection): Rerun the function only when
12070 `auth-sources' is non-nil.
12071
12072 2013-09-08 Kenichi Handa <handa@gnu.org>
12073
12074 * international/characters.el: Set category "^" (Combining) for
12075 more characters.
12076
12077 2013-09-07 Alan Mackenzie <acm@muc.de>
12078
12079 Correctly fontify Java class constructors.
12080 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
12081 in Java Mode.
12082 (c-recognize-typeless-decls): Set the Java value to t.
12083 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
12084 While handling a "(", add a check for, effectively, Java, and handle a
12085 "typeless" declaration there.
12086
12087 2013-09-07 Roland Winkler <winkler@gnu.org>
12088
12089 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
12090 field subtitle for entry type book.
12091
12092 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
12093
12094 * minibuffer.el: Make minibuffer-complete call completion-in-region
12095 rather than other way around.
12096 (completion--some, completion-pcm--find-all-completions):
12097 Don't delay signals when debugging.
12098 (minibuffer-completion-contents): Beware fields within the
12099 minibuffer contents.
12100 (completion-all-sorted-completions): Use defvar-local.
12101 (completion--do-completion, completion--cache-all-sorted-completions)
12102 (completion-all-sorted-completions, minibuffer-force-complete):
12103 Add args `beg' and `end'.
12104 (completion--in-region-1): New fun, extracted from minibuffer-complete.
12105 (minibuffer-complete): Use completion-in-region.
12106 (completion-complete-and-exit): New fun, extracted from
12107 minibuffer-complete-and-exit.
12108 (minibuffer-complete-and-exit): Use it.
12109 (completion--complete-and-exit): Rename from
12110 minibuffer--complete-and-exit.
12111 (completion-in-region--single-word): New function, extracted from
12112 minibuffer-complete-word.
12113 (minibuffer-complete-word): Use it.
12114 (display-completion-list): Make `common-substring' argument obsolete.
12115 (completion--in-region): Call completion--in-region-1 instead of
12116 minibuffer-complete.
12117 (completion-help-at-point): Pass boundaries to
12118 minibuffer-completion-help as args rather than via an overlay.
12119 (completion-pcm--string->pattern): Use `any-delim'.
12120 (completion-pcm--optimize-pattern): New function.
12121 (completion-pcm--pattern->regex): Handle `any-delim'.
12122 * icomplete.el (icomplete-forward-completions)
12123 (icomplete-backward-completions, icomplete-completions):
12124 Adjust calls to completion-all-sorted-completions and
12125 completion--cache-all-sorted-completions.
12126 (icomplete-with-completion-tables): Default to t.
12127 * emacs-lisp/crm.el (crm--current-element): Rename from
12128 crm--select-current-element. Don't put an overlay but return the
12129 boundaries instead.
12130 (crm--completion-command): Take two new args to bind to the boundaries.
12131 (crm-completion-help): Adjust accordingly.
12132 (crm-complete): Use completion-in-region.
12133 (crm-complete-word): Use completion-in-region--single-word.
12134 (crm-complete-and-exit): Use completion-complete-and-exit.
12135
12136 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
12137
12138 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
12139 than dynamically.
12140
12141 2013-09-06 Juri Linkov <juri@jurta.org>
12142
12143 * info.el (Info-display-images-node): When image file doesn't exist
12144 display text version of the image if it's provided in the Info file.
12145 Otherwise, display the location of missing image from SRC attribute.
12146 Add help-echo text property from ALT attribute. (Bug#15279)
12147
12148 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
12149
12150 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
12151 (edit-abbrevs-mode): Use define-derived-mode.
12152
12153 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
12154 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
12155 that it's defined.
12156 (epa-key-list-mode, epa-key-mode, epa-info-mode):
12157 Use define-derived-mode.
12158
12159 * epg.el (epg-start-encrypt): Minor CSE simplification.
12160
12161 2013-09-06 William Xu <william.xwl@gmail.com>
12162
12163 * arc-mode.el: Add support for 7za (bug#15264).
12164 (archive-7z-program): New var.
12165 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
12166 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
12167 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
12168
12169 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
12170
12171 Remove URL syntax.
12172
12173 * net/tramp.el (tramp-syntax, tramp-prefix-format)
12174 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
12175 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
12176 (tramp-postfix-host-format, tramp-file-name-regexp)
12177 (tramp-completion-file-name-regexp)
12178 (tramp-completion-dissect-file-name)
12179 (tramp-handle-substitute-in-file-name): Remove 'url case.
12180 (tramp-file-name-regexp-url)
12181 (tramp-completion-file-name-regexp-url): Remove constants.
12182
12183 2013-09-06 Glenn Morris <rgm@gnu.org>
12184
12185 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
12186
12187 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
12188
12189 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
12190 keywords" below "here-doc beginnings" (Bug#15270).
12191
12192 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
12193
12194 * subr.el (pop): Use `car-safe'.
12195 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
12196 to detect unused `pop' return value.
12197
12198 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
12199 var `block-regexp'.
12200 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
12201 (python-fill-string): Remove unused var `marker'.
12202 (python-skeleton-add-menu-items): Remove unused var `items'.
12203
12204 * international/mule-cmds.el: Require CL.
12205 (find-coding-systems-for-charsets): Avoid add-to-list.
12206 (sanitize-coding-system-list): New function, extracted from
12207 select-safe-coding-system-interactively.
12208 (select-safe-coding-system-interactively): Use it.
12209 (read-input-method-name): Accept symbols for `default'.
12210
12211 * emacs-lisp/advice.el (defadvice): Add indent rule.
12212
12213 2013-09-05 Daniel Hackney <dan@haxney.org>
12214
12215 * dired-x.el:
12216 * net/ange-ftp.el:
12217 * net/browse-url.el:
12218 * net/dbus.el:
12219 * net/eudc.el:
12220 * net/eudcb-ldap.el:
12221 * net/eww.el:
12222 * net/imap.el:
12223 * printing.el:
12224 * vc/ediff-diff.el:
12225 * vc/ediff-init.el:
12226 * vc/ediff-merg.el:
12227 * vc/ediff-mult.el:
12228 * vc/ediff-util.el:
12229 * vc/ediff-wind.el:
12230 * vc/ediff.el:
12231 * vc/emerge.el:
12232 * vc/pcvs.el:
12233 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
12234 byte compiler. Remove some unused let-bound variables.
12235
12236 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
12237
12238 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
12239 a "ref-cell", since it gets better optimized (bug#14883).
12240
12241 2013-09-05 Glenn Morris <rgm@gnu.org>
12242
12243 * progmodes/cc-awk.el (c-forward-sws): Declare.
12244
12245 2013-09-04 Glenn Morris <rgm@gnu.org>
12246
12247 * generic-x.el [rul-generic-mode]: Require cc-mode.
12248 (c++-mode-syntax-table): Declare.
12249 (rul-generic-mode-syntax-table): Init in the defvar.
12250
12251 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
12252
12253 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
12254 (vc-do-command, vc-set-async-update):
12255 * vc/vc-mtn.el (vc-mtn-dir-status):
12256 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
12257 (vc-hg-pull, vc-hg-merge-branch):
12258 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
12259 (vc-git-merge-branch):
12260 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
12261 (vc-cvs-dir-status-files):
12262 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
12263 (vc-bzr-dir-status-files):
12264 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
12265 * vc/vc-annotate.el: Use lexical-binding.
12266 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
12267 (vc-sentinel-movepoint): Declare.
12268 (vc-annotate): Don't use `goto-line'.
12269 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
12270 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
12271 (vc-sentinel-movepoint): Declare.
12272 * vc/vc-svn.el: Use lexical-binding.
12273 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
12274 * vc/vc-sccs.el:
12275 * vc/vc-rcs.el: Use lexical-binding.
12276
12277 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
12278 `deleted'. Don't drop errors silently.
12279
12280 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
12281
12282 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
12283
12284 * vc/vc.el (vc-ignore): Rewrite.
12285 (vc-default-ignore): New function.
12286 (vc-default-ignore-completion-table): Use find-ignore-file.
12287
12288 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
12289 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
12290 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
12291 Remove. Most code moved to vc.el.
12292
12293 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
12294
12295 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
12296 * net/tramp-smb.el (tramp-smb-get-file-entries):
12297 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
12298 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
12299
12300 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
12301 Update call to it.
12302 (eww-change-select): Remove unused var `properties'.
12303 (eww-make-unique-file-name): Remove unused var `base'.
12304
12305 * finder.el (finder-compile-keywords): Don't mess with windows.
12306
12307 * calculator.el (calculator-funcall): Fix typo in last change.
12308
12309 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
12310
12311 * emacs-lisp/package.el (package-activate-1): Don't let a missing
12312 <pkg>-autoloads.el file stop us.
12313
12314 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
12315 warnings, and factor out common code.
12316
12317 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
12318
12319 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
12320 two-character operators and whether the character preceding them
12321 changes their meaning (Bug#15208).
12322
12323 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
12324
12325 Format code sent to Python shell for robustness.
12326 * progmodes/python.el (python-shell-buffer-substring):
12327 New function.
12328 (python-shell-send-region, python-shell-send-buffer): Use it.
12329
12330 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
12331
12332 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
12333 * net/tramp.el (tramp-user-error): ... here.
12334 (tramp-find-method, tramp-check-proper-host)
12335 (tramp-dissect-file-name, tramp-debug-message)
12336 (tramp-handle-shell-command):
12337 * net/tramp-adb.el (tramp-adb-handle-shell-command):
12338 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
12339
12340 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
12341
12342 2013-09-02 Martin Rudalics <rudalics@gmx.at>
12343
12344 * avoid.el (mouse-avoidance-point-position)
12345 (mouse-avoidance-too-close-p): Handle case where posn-at-point
12346 returns nil.
12347
12348 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
12349
12350 * progmodes/python.el (python-shell-completion-get-completions):
12351 Drop use of deleted `comint-last-prompt-overlay'.
12352 (python-nav-if-name-main): New command.
12353
12354 2013-09-01 Glenn Morris <rgm@gnu.org>
12355
12356 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12357 Avoid leading space in $wins. Otherwise the sed command used by
12358 eg compile-main ends up containing "/*.el". (Bug#15170)
12359
12360 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
12361
12362 2013-08-30 Glenn Morris <rgm@gnu.org>
12363
12364 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12365 Fix is-this-a-directory logic. (Bug#15220)
12366
12367 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12368
12369 * textmodes/css-mode.el: Use SMIE.
12370 (css-smie-grammar): New var.
12371 (css-smie--forward-token, css-smie--backward-token)
12372 (css-smie-rules): New functions.
12373 (css-mode): Use them.
12374 (css-navigation-syntax-table): Remove var.
12375 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
12376 (css-indent-calculate, css-indent-line): Remove functions.
12377
12378 Misc changes to reduce use of `(lambda...); and other cleanups.
12379 * cus-edit.el: Use lexical-binding.
12380 (customize-push-and-save, customize-apropos)
12381 (custom-buffer-create-internal): Use closures.
12382 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
12383 * progmodes/ada-xref.el: Use setq.
12384 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
12385 * dframe.el: Use lexical-binding.
12386 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
12387 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
12388 * descr-text.el: Use lexical-binding.
12389 (describe-text-widget, describe-text-sexp, describe-property-list):
12390 Use closures.
12391 * comint.el (comint-history-isearch-push-state): Use a closure.
12392 * calculator.el: Use lexical-binding.
12393 (calculator-number-to-string): Make it work with lexical-binding.
12394 (calculator-funcall): Same and use cl-letf.
12395
12396 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
12397 (lisp--company-doc-string, lisp--company-location): New functions.
12398 (lisp-completion-at-point): Use them to improve Company support.
12399
12400 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
12401 params of lambda expressions.
12402 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
12403 (ruby-smie--opening-pipe-p): New function.
12404 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
12405 symbols and matched |...| for formal params.
12406 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
12407 from being treated as hanging. Handle "rescue".
12408
12409 2013-08-29 Glenn Morris <rgm@gnu.org>
12410
12411 * progmodes/cc-engine.el (c-pull-open-brace):
12412 Move definition before use.
12413
12414 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12415
12416 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
12417 are immutable. Don't use `unsafe' any more.
12418 (cl--defsubst-expand): Don't substitute at the same time as keeping
12419 a residual unused let-binding. Don't use `unsafe' any more.
12420
12421 2013-08-29 Glenn Morris <rgm@gnu.org>
12422
12423 * calendar/cal-china.el (calendar-chinese-year-cache):
12424 Recenter on 2015.
12425
12426 * nxml/nxml-util.el (nxml-debug-clear-inside):
12427 Use cl-loop rather than loop.
12428
12429 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
12430
12431 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
12432
12433 2013-08-28 Glenn Morris <rgm@gnu.org>
12434
12435 * progmodes/antlr-mode.el: No need to require cc-mode twice.
12436
12437 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
12438
12439 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
12440
12441 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12442
12443 * simple.el (repeat-complex-command--called-interactively-skip):
12444 New function.
12445 (repeat-complex-command): Use it (bug#14136).
12446
12447 * progmodes/cc-mode.el: Minor cleanup of var declarations.
12448 (c-define-abbrev-table): Add `doc' argument.
12449 (c-mode-abbrev-table, c++-mode-abbrev-table)
12450 (objc-mode-abbrev-table, java-mode-abbrev-table)
12451 (idl-mode-abbrev-table, pike-mode-abbrev-table)
12452 (awk-mode-abbrev-table): Use it.
12453 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
12454 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
12455 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
12456 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
12457 Move initialization into the declaration; and remove any
12458 autoload cookie.
12459
12460 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
12461 and dynamic let binding.
12462
12463 * vc/smerge-mode.el: Remove redundant :group args.
12464
12465 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
12466 to load-path.
12467
12468 2013-08-28 Juri Linkov <juri@jurta.org>
12469
12470 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
12471 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
12472 (isearch-other-meta-char): Handle an undefined shifted printing
12473 character by downshifting it. (Bug#15200)
12474
12475 2013-08-28 Juri Linkov <juri@jurta.org>
12476
12477 * isearch.el (isearch-search): Change regexp error message for
12478 non-regexp searches. (Bug#15166)
12479
12480 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
12481
12482 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
12483 for portability to hosts where /bin/sh has problems.
12484
12485 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12486
12487 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
12488
12489 2013-08-27 Juri Linkov <juri@jurta.org>
12490
12491 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
12492 in the keyboard macro. (Bug#15126)
12493
12494 2013-08-27 Juri Linkov <juri@jurta.org>
12495
12496 * isearch.el (isearch-quote-char): Comment out converting unibyte
12497 to multibyte, thus syncing with its `quoted-insert' counterpart.
12498 (Bug#15166)
12499
12500 2013-08-27 Martin Rudalics <rudalics@gmx.at>
12501
12502 * window.el (display-buffer-use-some-window): Add missing
12503 argument in call of get-largest-window (Bug#15185).
12504 Reported by Stephen Leake.
12505
12506 2013-08-27 Glenn Morris <rgm@gnu.org>
12507
12508 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
12509
12510 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12511
12512 * progmodes/python.el (python-font-lock-keywords): Don't return nil
12513 from a matcher-function unless there's no more matches (bug#15161).
12514
12515 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
12516
12517 * minibuffer.el: Revert change from 2013-08-20.
12518
12519 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
12520 with text property `tramp-default', if appropriate.
12521 (tramp-check-proper-host): New defun.
12522 (tramp-dissect-file-name): Do not check hostname. Revert change
12523 of 2013-03-18.
12524 (tramp-backtrace): Make VEC-OR-PROC optional.
12525
12526 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
12527 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
12528 * net/tramp-sh.el (tramp-maybe-open-connection):
12529 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
12530 Apply `tramp-check-proper-host'.
12531
12532 2013-08-26 Tassilo Horn <tsdh@gnu.org>
12533
12534 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
12535 lambda expression in order to have `describe-variable' display it.
12536
12537 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
12538
12539 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
12540 BUF can be optional. (Bug#15186)
12541
12542 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
12543
12544 * progmodes/flymake.el (flymake-get-real-file-name-function):
12545 Fix broken customization. (Bug#15184)
12546
12547 2013-08-25 Alan Mackenzie <acm@muc.de>
12548
12549 Improve indentation of bracelists defined by macros (without "=").
12550
12551 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
12552 expansion begins with "{", regard it as bracelist when it doesn't
12553 contain a ";".
12554
12555 Parse C++ inher-intro when there's a template split over 2 lines.
12556
12557 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
12558 rigorously the search for "class" etc. followed by ":".
12559
12560 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
12561 random languages a regexp which never matches rather than nil.
12562
12563 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
12564
12565 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
12566 (c-awk-regexp-one-line-possibly-open-char-list-re)
12567 (c-awk-one-line-possibly-open-regexp-re)
12568 (c-awk-one-line-non-syn-ws*-re): Remove.
12569 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
12570 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
12571 (c-awk-space*-unclosed-regexp-/-re): New constants.
12572 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
12573 aren't regexp delimiters.
12574
12575 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
12576 handling for a rare situation in AWK Mode involving unterminated
12577 strings/regexps.
12578
12579 2013-08-23 Glenn Morris <rgm@gnu.org>
12580
12581 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
12582
12583 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
12584
12585 * files.el (create-file-buffer): If the result would begin with
12586 spaces, prepend a "|" instead of removing them. (Bug#15162)
12587
12588 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12589
12590 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
12591 text-properties (bug#15155).
12592
12593 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
12594 exist any more.
12595 (calc-keypad-redraw): Remove unused var `pad'.
12596 (calc-keypad-press): Remove unused var `menu'.
12597
12598 2013-08-23 Martin Rudalics <rudalics@gmx.at>
12599
12600 * window.el (display-buffer-pop-up-frame):
12601 Call pop-up-frame-function with BUFFER current so `make-frame' will
12602 use it as the new frame's buffer (Bug#15133).
12603
12604 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12605
12606 * calendar/timeclock.el: Minor cleanups.
12607 (timeclock-ask-before-exiting, timeclock-use-display-time):
12608 Use `symbol'.
12609 (timeclock-modeline-display): Define as alias before the
12610 actual definition.
12611 (timeclock-mode-line-display): Use define-minor-mode.
12612 (timeclock-day-list-template): Make it a function, add an argument.
12613 (timeclock-day-list-required, timeclock-day-list-length)
12614 (timeclock-day-list-debt, timeclock-day-list-span)
12615 (timeclock-day-list-break): Adjust calls accordingly.
12616
12617 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
12618
12619 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
12620 Use read--expression so that completion works again.
12621
12622 2013-08-21 Sam Steingold <sds@gnu.org>
12623
12624 Add rudimentary inferior shell interaction
12625 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
12626 (sh-set-shell): Reset it.
12627 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
12628 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
12629
12630 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12631
12632 * align.el: Use lexical-binding.
12633 (align-region): Simplify accordingly.
12634
12635 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
12636
12637 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
12638
12639 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
12640 `non-essential' up.
12641
12642 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
12643
12644 * net/tramp.el:
12645 * net/tramp-adb.el:
12646 * net/tramp-cmds.el:
12647 * net/tramp-ftp.el:
12648 * net/tramp-gvfs.el:
12649 * net/tramp-gw.el:
12650 * net/tramp-sh.el: Don't wrap external variable declarations by
12651 `eval-when-compile'.
12652
12653 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12654
12655 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
12656 now that Emacs supports ImageMagick animations.
12657
12658 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
12659
12660 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
12661 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
12662
12663 2013-08-16 Martin Rudalics <rudalics@gmx.at>
12664
12665 * window.el (mouse-autoselect-window-select): Do autoselect when
12666 mouse pointer is on margin.
12667
12668 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
12669
12670 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
12671
12672 2013-08-16 Glenn Morris <rgm@gnu.org>
12673
12674 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
12675 Handle "Remote Directory" response of some clients. (Bug#15058)
12676
12677 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
12678 Tweak warning. (Bug#14926)
12679
12680 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
12681 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
12682
12683 * image-mode.el (image-mode-map): Add menu items to reverse,
12684 increase, decrease, reset animation speed.
12685 (image--set-speed, image-increase-speed, image-decrease-speed)
12686 (image-reverse-speed, image-reset-speed): New functions.
12687 (image-mode-map): Add bindings for speed commands.
12688
12689 * image.el (image-animate-get-speed, image-animate-set-speed):
12690 New functions.
12691 (image-animate-timeout): Respect image :speed property.
12692
12693 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
12694
12695 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
12696 previous line (bug#15101).
12697 (debugger-eval-expression, debugger-record-expression):
12698 Use read--expression (bug#15102).
12699
12700 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
12701
12702 Remove byte compiler warnings, visible when compiling with
12703 `byte-compile-force-lexical-warnings' set to t.
12704
12705 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
12706 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
12707 (tramp-handle-unhandled-file-name-directory)
12708 (tramp-handle-file-notify-add-watch, tramp-action-login)
12709 (tramp-action-succeed, tramp-action-permission-denied)
12710 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
12711 arguments with "_".
12712
12713 * net/tramp-adb.el (tramp-adb-parse-device-names)
12714 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
12715 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
12716 (tramp-adb-handle-file-truename): Remove unused arguments.
12717
12718 * net/tramp-cache.el (tramp-flush-directory-property)
12719 (tramp-flush-connection-property, tramp-list-connections)
12720 (tramp-parse-connection-properties): Prefix unused arguments with "_".
12721
12722 * net/tramp-compat.el (tramp-compat-make-temp-file):
12723 Rename FILENAME to F.
12724
12725 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
12726 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
12727 (tramp-zeroconf-parse-workstation-device-names)
12728 (tramp-zeroconf-parse-webdav-device-names)
12729 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
12730
12731 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
12732 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
12733
12734 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
12735 arguments.
12736 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
12737 (tramp-sh-handle-insert-file-contents-literally)
12738 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
12739 with "_".
12740 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
12741 Remove unused variables.
12742
12743 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
12744 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
12745 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
12746
12747 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
12748 Make them a defconst.
12749 (tramp-uuencode-region): Remove unused variable.
12750
12751 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
12752
12753 * frameset.el (frameset--prop-setter): New function.
12754 (frameset-prop): Add gv-setter declaration.
12755 (frameset-filter-minibuffer): Deal with the case that the minibuffer
12756 parameter was already set in FILTERED. Doc fix.
12757 (frameset--record-minibuffer-relationships): Allow saving a
12758 minibufferless frame without its corresponding minibuffer frame.
12759 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
12760 frame, if the frame id matches.
12761 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
12762 frames before orphaned ones.
12763 (frameset-restore): Warn about orphaned windows, instead of error out.
12764
12765 2013-08-14 Martin Rudalics <rudalics@gmx.at>
12766
12767 * window.el (window-make-atom): Don't overwrite parameter
12768 already present.
12769 (display-buffer-in-atom-window): Handle special case where we
12770 split an already atomic window.
12771 (window--major-non-side-window, display-buffer-in-side-window)
12772 (window--side-check): Ignore minibuffer window when walking
12773 window tree.
12774 (window-deletable-p): Return 'frame only if no other frame uses
12775 our minibuffer window.
12776 (record-window-buffer): Run buffer-list-update-hook.
12777 (split-window): Make sure window--check-frame won't destroy an
12778 existing atomic window in case the new window gets nested
12779 inside.
12780 (display-buffer-at-bottom): Ignore minibuffer window when
12781 walking window tree. Don't split a side window.
12782 (pop-to-buffer): Don't set-buffer here, the select-window call
12783 should do that.
12784 (mouse-autoselect-window-select): Autoselect only if we are in the
12785 text portion of the window.
12786
12787 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12788
12789 * net/shr.el (shr-parse-image-data): New function to grab both the
12790 data itself and the Content-Type.
12791 (shr-put-image): Use it.
12792
12793 * net/eww.el (eww-display-image): Ditto.
12794
12795 * image.el (image-content-type-suffixes): New variable.
12796
12797 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
12798
12799 * progmodes/python.el (python-imenu--build-tree)
12800 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
12801
12802 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
12803
12804 * simple.el (backward-word): Mention the optional argument.
12805
12806 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
12807
12808 * frameset.el (frameset--make): Rename constructor from make-frameset.
12809 (frameset-p, frameset-valid-p): Don't autoload.
12810 (frameset-valid-p): Use normal accessors.
12811
12812 2013-08-13 Glenn Morris <rgm@gnu.org>
12813
12814 * progmodes/compile.el (compile-command): Tweak example in doc.
12815 * obsolete/scribe.el (scribe-mode):
12816 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
12817
12818 * mail/feedmail.el (feedmail-confirm-outgoing)
12819 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
12820
12821 * cus-start.el (truncate-partial-width-windows): Fix type.
12822
12823 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
12824
12825 * net/shr.el (shr-table-horizontal-line): Fix custom type.
12826
12827 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
12828
12829 * emacs-lisp/timer.el (timer--time-setter): New function.
12830 (timer--time): Use it as gv-setter.
12831
12832 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
12833 setter is not a symbol.
12834
12835 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
12836
12837 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
12838 if sending fails. This makes debugging easier.
12839
12840 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
12841
12842 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
12843 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
12844 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
12845
12846 2013-08-12 Eli Zaretskii <eliz@gnu.org>
12847
12848 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
12849
12850 2013-08-12 Glenn Morris <rgm@gnu.org>
12851
12852 * format.el (format-annotate-function):
12853 Handle read-only text properties in the source. (Bug#14887)
12854
12855 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12856
12857 * net/eww.el (eww-display-html): Ignore coding system errors.
12858 One web site uses "utf-8lias" as the coding system.
12859
12860 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
12861
12862 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
12863
12864 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
12865
12866 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
12867 (tutorial--detailed-help): Remove unused local variables.
12868 (tutorial--save-tutorial-to): Use ignore-errors.
12869 (help-with-tutorial): Use looking-at-p.
12870
12871 * view.el (view-buffer-other-window, view-buffer-other-frame):
12872 Mark unused arguments.
12873
12874 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
12875 (woman-select-symbol-fonts, woman, woman-find-file)
12876 (woman-insert-file-contents, woman-non-underline-faces):
12877 Use string-match-p.
12878 (woman1-unquote): Move declaration.
12879
12880 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
12881 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
12882 argument. Remove unused local variable.
12883 (xml-parse-elem-type): Use string-match-p.
12884 (xml-substitute-numeric-entities): Use ignore-errors.
12885
12886 * calculator.el (calculator): Mark unused argument.
12887 (calculator-paste, calculator-quit, calculator-integer-p):
12888 Use ignore-errors.
12889 (calculator-string-to-number, calculator-decimal, calculator-exp)
12890 (calculator-op-or-exp): Use string-match-p.
12891
12892 * dired.el (dired-buffer-more-recently-used-p): Declare.
12893 (dired-insert-set-properties, dired-insert-old-subdirs):
12894 Use ignore-errors.
12895
12896 * dired-aux.el (dired-compress): Use ignore-errors.
12897 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
12898 (dired-do-async-shell-command, dired-do-shell-command)
12899 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
12900 (dired-insert-subdir-validate): Use string-match-p.
12901 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
12902 (dired-add-entry): Use string-match-p, looking-at-p.
12903 (dired-insert-subdir-newpos): Remove unused local variable.
12904
12905 * filenotify.el (file-notify-callback): Remove unused local variable.
12906
12907 * filesets.el (filesets-error): Mark unused argument.
12908 (filesets-which-command-p, filesets-filter-dir-names)
12909 (filesets-directory-files, filesets-get-external-viewer)
12910 (filesets-ingroup-get-data): Use string-match-p.
12911
12912 * find-file.el (ff-other-file-name, ff-other-file-name)
12913 (ff-find-the-other-file, ff-cc-hh-converter):
12914 Remove unused local variables.
12915 (ff-get-file-name): Use string-match-p.
12916 (ff-all-dirs-under): Use ignore-errors.
12917
12918 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
12919 (follow-select-if-visible): Remove unused local variable.
12920
12921 * forms.el (read-file-filter): Move declaration.
12922 (forms--make-format, forms--make-parser, forms-insert-record):
12923 Quote function with #'.
12924 (forms--update): Use string-match-p. Quote function with #'.
12925
12926 * help-mode.el (help-dir-local-var-def): Mark unused argument.
12927 (help-make-xrefs): Use looking-at-p.
12928 (help-xref-on-pp): Use looking-at-p, ignore-errors.
12929
12930 * ibuffer.el (ibuffer-ext-visible-p): Declare.
12931 (ibuffer-confirm-operation-on): Use string-match-p.
12932
12933 * msb.el (msb-item-handler, msb-dired-item-handler):
12934 Mark unused arguments.
12935
12936 * ses.el (ses-decode-cell-symbol)
12937 (ses-kill-override): Remove unused local variable.
12938 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
12939 (ses-load): Use ignore-errors, looking-at-p.
12940 (ses-jump-safe): Use ignore-errors.
12941 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
12942
12943 * tabify.el (untabify, tabify): Mark unused arguments.
12944
12945 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
12946 Mark unused argument.
12947 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
12948 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
12949
12950 * emacs-lisp/timer.el (timer--time): Define setter with
12951 gv-define-setter to avoid deprecation warning.
12952
12953 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
12954 (*record-cmpl-statistics-p*): Remove (was commented out).
12955 (cmpl-statistics-block): Remove (body was commented out).
12956 All callers changed.
12957 (add-completions-from-buffer, load-completions-from-file):
12958 Remove unused variables.
12959
12960 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
12961
12962 * filecache.el (file-cache-delete-file-list):
12963 Print message only when told so.
12964 (file-cache-files-matching): Use #' in mapconcat argument.
12965
12966 * ffap.el (ffap-url-at-point): Fix reference to variable
12967 thing-at-point-default-mail-uri-scheme.
12968
12969 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
12970
12971 * subr.el (define-error): New function.
12972 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
12973 error-file-not-found and define with define-error.
12974 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
12975 and define with define-error.
12976 * userlock.el (file-locked, file-supersession):
12977 * simple.el (mark-inactive):
12978 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
12979 * progmodes/ada-mode.el (ada-mode-errors):
12980 * play/life.el (life-extinct):
12981 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
12982 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
12983 * nxml/rng-util.el (rng-error):
12984 * nxml/rng-uri.el (rng-uri-error):
12985 * nxml/rng-match.el (rng-compile-error):
12986 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
12987 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
12988 * nxml/nxml-rap.el (nxml-scan-error):
12989 * nxml/nxml-outln.el (nxml-outline-error):
12990 * net/soap-client.el (soap-error):
12991 * net/gnutls.el (gnutls-error):
12992 * net/ange-ftp.el (ftp-error):
12993 * mpc.el (mpc-proc-error):
12994 * json.el (json-error, json-readtable-error, json-unknown-keyword)
12995 (json-number-format, json-string-escape, json-string-format)
12996 (json-key-format, json-object-format):
12997 * jka-compr.el (compression-error):
12998 * international/quail.el (quail-error):
12999 * international/kkc.el (kkc-error):
13000 * emacs-lisp/ert.el (ert-test-failed):
13001 * calc/calc.el (calc-error, inexact-result, math-overflow)
13002 (math-underflow):
13003 * bookmark.el (bookmark-error-no-filename):
13004 * epg.el (epg-error): Define with define-error.
13005
13006 * time.el (display-time-event-handler)
13007 (display-time-next-load-average): Don't call sit-for since it seems
13008 unnecessary (bug#15045).
13009
13010 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
13011 Use #' instead of ' to quote functions.
13012 (checkdoc-output-mode): Use setq-local.
13013 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
13014 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
13015 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
13016 (checkdoc-ispell, checkdoc-ispell-current-buffer)
13017 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
13018 (checkdoc-ispell-message-text, checkdoc-ispell-start)
13019 (checkdoc-ispell-continue, checkdoc-ispell-comments)
13020 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
13021
13022 * ido.el (ido-completion-help): Fix up compiler warning.
13023
13024 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
13025
13026 * frameset.el (frameset-p): Add autoload cookie.
13027 (frameset--jump-to-register): New function, based on code moved from
13028 register.el.
13029 (frameset-to-register): Move from register.el. Adapt to `registerv'.
13030
13031 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
13032 (frameset-restore, frameset-save, frameset-session-filter-alist):
13033 Remove declarations.
13034 (register-alist): Doc fix.
13035 (frameset-to-register): Move to frameset.el.
13036 (jump-to-register, describe-register-1): Remove frameset-specific code.
13037
13038 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
13039
13040 * allout-widgets.el (allout-widgets-pre-command-business)
13041 (allout-widgets-post-command-business)
13042 (allout-widgets-after-change-handler)
13043 (allout-decorate-item-and-context, allout-set-boundary-marker)
13044 (allout-body-modification-handler)
13045 (allout-graphics-modification-handler): Mark ignored arguments.
13046 (allout-widgets-post-command-business)
13047 (allout-widgets-exposure-change-processor)
13048 (allout-widgets-exposure-undo-processor)
13049 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
13050 (allout-parse-item-at-point, allout-decorate-item-guides)
13051 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
13052 * allout.el (epa-passphrase-callback-function): Declare.
13053 (allout-overlay-insert-in-front-handler)
13054 (allout-overlay-interior-modification-handler)
13055 (allout-isearch-end-handler, allout-chart-siblings)
13056 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
13057 (allout-yank-processing, allout-process-exposed)
13058 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
13059 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
13060 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
13061 (lisp-indent-defform): Mark ignored arguments.
13062 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
13063 (calculate-lisp-indent): Remove unused variables.
13064 * international/characters.el (indian-2-column, arabic-2-column)
13065 (tibetan): Mark ignored arguments.
13066 (use-cjk-char-width-table): Mark ignored arguments.
13067 Remove unused variables.
13068 * international/fontset.el (build-default-fontset-data)
13069 (x-compose-font-name, create-fontset-from-fontset-spec):
13070 Mark ignored arguments.
13071 (fontset-plain-name): Remove unused variables.
13072 * international/mule.el (charset-id, charset-bytes, generic-char-p)
13073 (keyboard-coding-system): Mark ignored arguments.
13074 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
13075 * help.el (resize-temp-buffer-window):
13076 * window.el (display-buffer-in-major-side-window)
13077 (display-buffer-in-side-window, display-buffer-in-previous-window):
13078 Remove unused variables.
13079 * isearch.el (isearch-forward-symbol):
13080 * version.el (emacs-bzr-version-bzr):
13081 * international/mule-cmds.el (current-language-environment):
13082 * term/common-win.el (x-handle-iconic, x-handle-geometry)
13083 (x-handle-display):
13084 * term/pc-win.el (x-list-fonts, x-display-planes)
13085 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
13086 (x-server-version, x-display-screens, x-display-mm-height)
13087 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
13088 (x-selection-owner-p, x-own-selection-internal)
13089 (x-disown-selection-internal, x-get-selection-internal)
13090 (msdos-initialize-window-system):
13091 * term/tty-colors.el (tty-color-alist, tty-color-clear):
13092 * term/x-win.el (x-handle-no-bitmap-icon):
13093 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
13094 (vc-default-find-file-hook, vc-default-extra-menu):
13095 Mark ignored arguments.
13096
13097 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
13098
13099 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
13100 break-condition in the context of the debugged code (bug#12685).
13101
13102 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
13103
13104 * comint.el:
13105 Do not use an overlay to highlight the last prompt. (Bug#14744)
13106 (comint-mode): Make comint-last-prompt buffer local.
13107 (comint-last-prompt): New variable.
13108 (comint-last-prompt-overlay): Remove. Superseded by
13109 comint-last-prompt.
13110 (comint-snapshot-last-prompt, comint-output-filter):
13111 Use comint-last-prompt.
13112
13113 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
13114
13115 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
13116 (frameset-save): Check validity of the resulting frameset.
13117
13118 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
13119
13120 * ido.el (ido-record-command): Add doc string.
13121
13122 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
13123
13124 * frameset.el (frameset): Do not disable creation of the default
13125 frameset-p predicate. Doc fix.
13126 (frameset-valid-p): New function, copied from the old predicate-p.
13127 Add additional checks.
13128 (frameset-restore): Check with frameset-valid-p.
13129 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
13130 (frameset-name, frameset-description, frameset-properties)
13131 (frameset-states): Add docstring.
13132 (frameset-session-filter-alist, frameset-persistent-filter-alist)
13133 (frameset-filter-alist): Doc fixes.
13134
13135 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
13136
13137 * frameset.el (frameset-p, frameset-prop): Doc fixes.
13138
13139 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
13140
13141 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
13142 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
13143 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
13144 (byte-compile-normal-call): Remove obsolescence check.
13145
13146 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
13147
13148 * frameset.el (frameset-restore): Doc fix.
13149
13150 * register.el (frameset-frame-id, frameset-frame-with-id)
13151 (frameset-p, frameset-restore, frameset-save): Declare.
13152 (register-alist): Document framesets.
13153 (frameset-session-filter-alist): Declare.
13154 (frameset-to-register): New function.
13155 (jump-to-register): Implement jumping to framesets. Doc fix.
13156 (describe-register-1): Describe framesets.
13157
13158 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
13159
13160 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
13161
13162 * desktop.el (desktop-save-frameset): Use new frameset-save args.
13163 Use lexical-binding.
13164
13165 * frameset.el (frameset): Use type vector, not list (incompatible
13166 change). Do not declare a new constructor, use the default one.
13167 Upgrade suggested properties `app', `name' and `desc' to slots `app',
13168 `name' and `description', respectively, and add read-only slot
13169 `timestamp'. Doc fixes.
13170 (frameset-copy, frameset-persistent-filter-alist)
13171 (frameset-filter-alist, frameset-switch-to-gui-p)
13172 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
13173 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
13174 (frameset-filter-iconified, frameset-keep-original-display-p):
13175 Doc fixes.
13176 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
13177 Rename from frameset-filter-(save|restore)-param. All callers changed.
13178 Doc fix.
13179 (frameset-p): Adapt to change to vector and be more thorough.
13180 Change arg name to OBJECT. Doc fix.
13181 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
13182 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
13183 All callers changed.
13184 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
13185 All callers changed.
13186 (frameset--record-minibuffer-relationships): Rename from
13187 frameset--process-minibuffer-frames. All callers changed.
13188 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
13189 Use new default constructor (again). Doc fix.
13190 (frameset--find-frame-if): Rename from `frameset--find-frame'.
13191 All callers changed.
13192 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
13193 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
13194 Doc fix.
13195 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
13196 PARAMETERS and WINDOW-STATE, respectively.
13197 (frameset-restore): Add new keyword argument PREDICATE.
13198 Reset frameset--target-display to nil. Doc fix.
13199
13200 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
13201
13202 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
13203 (bat-mode): Use it.
13204 (bat-mode-syntax-table): Mark \n as end-of-comment.
13205 (bat-font-lock-keywords): Remove comment rule.
13206
13207 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
13208 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
13209
13210 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
13211 (byte-compile-callargs-warn): Use `push'.
13212 (byte-compile-arglist-warn): Ignore higher-order "calls".
13213 (byte-compile-file-form-autoload): Use `pcase'.
13214 (byte-compile-function-form): If quoting a symbol, check that it exists.
13215
13216 2013-08-07 Eli Zaretskii <eliz@gnu.org>
13217
13218 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
13219 and add a few popular commands found in batch files.
13220 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
13221 (dos-mode): Doc fixes.
13222
13223 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
13224
13225 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
13226 (dos-mode): Use setq-local. Add space after "rem".
13227 (dos-mode-syntax-table): Don't use "w" for symbol chars.
13228 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
13229
13230 2013-08-07 Arni Magnusson <arnima@hafro.is>
13231
13232 * progmodes/dos.el: New file.
13233 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
13234 dos-mode.
13235
13236 2013-08-06 Glenn Morris <rgm@gnu.org>
13237
13238 * calendar/calendar.el: Add new faces, and day-header-array.
13239 (calendar-weekday-header, calendar-weekend-header)
13240 (calendar-month-header): New faces.
13241 (calendar-day-header-construct): New function.
13242 (calendar-day-header-width): Also :set calendar-day-header-array.
13243 (calendar-american-month-header, calendar-european-month-header)
13244 (calendar-iso-month-header): Use calendar- faces.
13245 (calendar-generate-month):
13246 Use calendar-day-header-array for day headers; apply faces to them.
13247 (calendar-mode): Check calendar-font-lock-keywords non-nil.
13248 (calendar-abbrev-construct): Add optional maxlen argument.
13249 (calendar-day-name-array): Doc fix.
13250 (calendar-day-name-array, calendar-abbrev-length)
13251 (calendar-day-abbrev-array):
13252 Also :set calendar-day-header-array, and maybe redraw.
13253 (calendar-day-header-array): New option. (Bug#15007)
13254 (calendar-font-lock-keywords): Set to nil and make obsolete.
13255 (calendar-day-name): Add option to use header array.
13256
13257 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13258
13259 * net/shr.el (shr-render-td): Remove debugging.
13260 (shr-render-td): Make width computation consistent by defaulting
13261 all zero-width columns to 10 characters. This may not be optimal,
13262 but it's at least consistent.
13263 (shr-make-table-1): Redo last change to fix the real problem in
13264 colspan handling.
13265
13266 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
13267
13268 * files.el (cache-long-line-scans):
13269 Make obsolete alias to `cache-long-scans'.
13270
13271 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
13272
13273 * frameset.el (frameset, frameset-filter-alist)
13274 (frameset-filter-params, frameset-save, frameset--reuse-frame)
13275 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
13276 (frameset-compute-pos): Rename from frameset--compute-pos,
13277 and add docstring.
13278 (frameset-move-onscreen): Use frameset-compute-pos.
13279 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
13280
13281 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
13282 Fix typos in docstrings.
13283
13284 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
13285
13286 * frame.el (get-other-frame): Tiny cleanup.
13287
13288 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
13289
13290 * vc/vc.el (vc-default-ignore-completion-table):
13291 Silence byte-compiler warning.
13292
13293 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
13294 slot, which can indeed be nil.
13295 (frameset-live-filter-alist, frameset-persistent-filter-alist):
13296 Move entry for `left' from persistent to live filter alist.
13297 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
13298 Doc fixes.
13299 (frameset-filter-params): When restoring a frame, copy items added to
13300 `filtered', to avoid unwittingly modifying the original parameters.
13301 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
13302 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
13303
13304 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
13305 to use looking-at-p instead of looking-at. (Bug#15028)
13306
13307 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
13308
13309 Revert introduction of isearch-filter-predicates (bug#14714).
13310 Rely on add-function instead.
13311 * isearch.el (isearch-filter-predicates): Rename it back to
13312 isearch-filter-predicate.
13313 (isearch-message-prefix): Use advice-function-mapc and advice
13314 properties to get the isearch-message-prefix.
13315 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
13316 instead of run-hook-with-args-until-failure.
13317 (isearch-filter-visible): Not obsolete any more.
13318 * loadup.el: Preload nadvice.
13319 * replace.el (perform-replace): Revert to funcall
13320 instead of run-hook-with-args-until-failure.
13321 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
13322 * dired-aux.el (dired-isearch-filenames-mode): Rename from
13323 dired-isearch-filenames-toggle; make it into a proper minor mode.
13324 Use add/remove-function.
13325 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
13326 Call the minor-mode rather than add/remove-hook.
13327 (dired-isearch-filter-filenames):
13328 Remove isearch-message-prefix property.
13329 * info.el (Info--search-loop): New function, extracted from Info-search.
13330 Funcall isearch-filter-predicate instead of
13331 run-hook-with-args-until-failure isearch-filter-predicates.
13332 (Info-search): Use it.
13333 (Info-mode): Use isearch-filter-predicate instead of
13334 isearch-filter-predicates.
13335
13336 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
13337
13338 Do not call to `selected-window' where it is assumed by default.
13339 Affected functions are `window-minibuffer-p', `window-dedicated-p',
13340 `window-hscroll', `window-width', `window-height', `window-buffer',
13341 `window-frame', `window-start', `window-point', `next-window'
13342 and `window-display-table'.
13343 * abbrev.el (abbrev--default-expand):
13344 * bs.el (bs--show-with-configuration):
13345 * buff-menu.el (Buffer-menu-mouse-select):
13346 * calc/calc.el (calc):
13347 * calendar/calendar.el (calendar-generate-window):
13348 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
13349 (diary-make-entry):
13350 * comint.el (send-invisible, comint-dynamic-complete-filename)
13351 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
13352 * completion.el (complete):
13353 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
13354 * disp-table.el (describe-current-display-table):
13355 * doc-view.el (doc-view-insert-image):
13356 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
13357 * ehelp.el (with-electric-help):
13358 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13359 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
13360 * emacs-lisp/helper.el (Helper-help-scroller):
13361 * emulation/cua-base.el (cua--post-command-handler-1):
13362 * eshell/esh-mode.el (eshell-output-filter):
13363 * ffap.el (ffap-gnus-wrapper):
13364 * help-macro.el (make-help-screen):
13365 * hilit-chg.el (highlight-compare-buffers):
13366 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
13367 * hl-line.el (global-hl-line-highlight):
13368 * icomplete.el (icomplete-simple-completing-p):
13369 * isearch.el (isearch-done):
13370 * jit-lock.el (jit-lock-stealth-fontify):
13371 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
13372 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
13373 * mpc.el (mpc-tagbrowser, mpc):
13374 * net/rcirc.el (rcirc-any-buffer):
13375 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
13376 * play/landmark.el (landmark-max-width, landmark-max-height):
13377 * play/zone.el (zone):
13378 * progmodes/compile.el (compilation-goto-locus):
13379 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
13380 * progmodes/etags.el (find-tag-other-window):
13381 * progmodes/fortran.el (fortran-column-ruler):
13382 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
13383 * progmodes/verilog-mode.el (verilog-point-text):
13384 * reposition.el (reposition-window):
13385 * rot13.el (toggle-rot13-mode):
13386 * server.el (server-switch-buffer):
13387 * shell.el (shell-dynamic-complete-command)
13388 (shell-dynamic-complete-environment-variable):
13389 * simple.el (insert-buffer, set-selective-display)
13390 (delete-completion-window):
13391 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
13392 (speedbar-recenter):
13393 * startup.el (fancy-splash-head):
13394 * textmodes/ispell.el (ispell-command-loop):
13395 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
13396 * tutorial.el (help-with-tutorial):
13397 * vc/add-log.el (add-change-log-entry):
13398 * vc/compare-w.el (compare-windows):
13399 * vc/ediff-help.el (ediff-indent-help-message):
13400 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
13401 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
13402 (ediff-setup-control-frame):
13403 * vc/emerge.el (emerge-position-region):
13404 * vc/pcvs-util.el (cvs-bury-buffer):
13405 * window.el (walk-windows, mouse-autoselect-window-select):
13406 * winner.el (winner-set-conf, winner-undo): Related users changed.
13407
13408 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
13409
13410 * frameset.el (frameset--set-id): Doc fix.
13411 (frameset-frame-id, frameset-frame-id-equal-p)
13412 (frameset-locate-frame-id): New functions.
13413 (frameset--process-minibuffer-frames, frameset--reuse-frame)
13414 (frameset-restore): Use them.
13415
13416 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
13417
13418 Do not call to `selected-frame' where it is assumed by default.
13419 Affected functions are `raise-frame', `redraw-frame',
13420 `frame-first-window', `frame-terminal' and `delete-frame'.
13421 * calendar/appt.el (appt-disp-window):
13422 * epg.el (epg-wait-for-completion):
13423 * follow.el (follow-delete-other-windows-and-split)
13424 (follow-avoid-tail-recenter):
13425 * international/mule.el (set-terminal-coding-system):
13426 * mail/rmail.el (rmail-mail-return):
13427 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
13428 * progmodes/f90.el (f90-add-imenu-menu):
13429 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
13430 * server.el (server-switch-buffer):
13431 * simple.el (delete-completion-window):
13432 * talk.el (talk):
13433 * term/xterm.el (terminal-init-xterm-modify-other-keys)
13434 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
13435 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
13436 * vc/ediff.el (ediff-documentation): Related users changed.
13437 * frame.el (selected-terminal): Remove the leftover.
13438
13439 2013-08-05 Glenn Morris <rgm@gnu.org>
13440
13441 * calendar/calendar.el (calendar-generate-month):
13442 Fix for calendar-column-width != 1 + calendar-day-digit-width.
13443 (calendar-generate-month, calendar-font-lock-keywords):
13444 Fix for calendar-day-header-width > length of any day name.
13445
13446 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
13447
13448 * desktop.el (desktop-clear): Use new name of sort predicate.
13449
13450 * frameset.el (frameset): Add docstring. Move :version property to its
13451 own `version' slot.
13452 (frameset-copy): Rename from copy-frameset.
13453 (frameset-p): Check more thoroughly.
13454 (frameset-prop): Do not check for :version, which is no longer a prop.
13455 (frameset-live-filter-alist, frameset-persistent-filter-alist):
13456 Use new :never value instead of t.
13457 (frameset-filter-alist): Expand and clarify docstring.
13458 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
13459 (frameset-filter-minibuffer, frameset-filter-save-param)
13460 (frameset-filter-restore-param, frameset-filter-iconified):
13461 Add pointer to docstring of frameset-filter-alist.
13462 (frameset-filter-params): Rename filter values to be more meaningful:
13463 :never instead of t, and reverse the meanings of :save and :restore.
13464 (frameset--process-minibuffer-frames): Clarify error message.
13465 (frameset-save): Avoid unnecessary and confusing call to framep.
13466 Use new BOA constructor for framesets.
13467 (frameset--reuse-list): Doc fix.
13468 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
13469 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
13470 (frameset-minibufferless-first-p): Doc fix.
13471 Rename from frameset-sort-frames-for-deletion.
13472 (frameset-restore): Doc fixes. Use new function names.
13473 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
13474
13475 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
13476
13477 * desktop.el (desktop-restore-forces-onscreen)
13478 (desktop-restore-reuses-frames): Document :keyword constant values.
13479 (desktop-filter-parameters-alist): Remove, now identical to
13480 frameset-filter-alist.
13481 (desktop--filter-tty*): Remove, moved to frameset.el.
13482 (desktop-save-frameset, desktop-restore-frameset):
13483 Do not pass :filters argument.
13484
13485 * frameset.el (frameset-live-filter-alist)
13486 (frameset-persistent-filter-alist): New variables.
13487 (frameset-filter-alist): Use them. Add autoload cookie.
13488 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
13489 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
13490 `frameset--id' (it's supposed to be internal to frameset.el).
13491 (frameset--process-minibuffer-frames): Ditto. Doc fix.
13492 (frameset--initial-params): New function.
13493 (frameset--get-frame): Use it. Doc fix.
13494 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
13495 Accept :all, not 'all.
13496 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
13497 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
13498 with fbound symbols. Fix frame id matching, and remove matching ids if
13499 the frame being restored is deleted. Obey :delete.
13500
13501 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
13502
13503 * subr.el (macrop): New function.
13504 (text-clone--maintaining): New var.
13505 (text-clone--maintain): Rename from text-clone-maintain. Use it
13506 instead of inhibit-modification-hooks.
13507
13508 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
13509 a proxy, so as handle autoloads and redefinitions of the target.
13510 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
13511
13512 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
13513 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
13514 (pcase--mutually-exclusive-p): New function.
13515 (pcase--split-consp): Use it.
13516 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
13517 mutually exclusive with the current predicate.
13518
13519 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
13520 (edebug-macrop): Remove. Use `macrop' instead.
13521 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
13522 (ad-macro-p):
13523 * eshell/esh-cmd.el (eshell-macrop):
13524 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
13525
13526 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
13527
13528 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
13529 (advice-mapc): New function, using it.
13530 (advice-function-member-p): New function.
13531 (advice--normalize): Store the cdr in advice--saved-rewrite since
13532 that's the part that will be changed.
13533 (advice--symbol-function): New function.
13534 (advice-remove): Handle removal before the function is defined.
13535 Adjust to new advice--saved-rewrite.
13536 (advice-member-p): Use advice-function-member-p and
13537 advice--symbol-function.
13538
13539 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
13540
13541 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
13542 (frameset-filter-minibuffer): Doc fix.
13543 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
13544 (frameset--set-id, frameset--process-minibuffer-frames)
13545 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
13546 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
13547
13548 * desktop.el (desktop-clear): Only delete frames when called
13549 interactively and desktop-restore-frames is non-nil. Doc fix.
13550 (desktop-read): Set desktop-saved-frameset to nil.
13551
13552 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
13553
13554 * vc/vc.el (vc-ignore): Rewrite.
13555 (vc-default-ignore-completion-table, vc--read-lines)
13556 (vc--add-line, vc--remove-regexp): New functions.
13557
13558 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
13559 (vc-svn-ignore-completion-table): New function.
13560
13561 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
13562 (vc-hg-ignore-completion-table)
13563 (vc-hg-find-ignore-file): New functions.
13564
13565 * vc/vc-git.el (vc-git-ignore): Rewrite.
13566 (vc-git-ignore-completion-table)
13567 (vc-git-find-ignore-file): New functions.
13568
13569 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
13570
13571 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
13572 (vc-bzr-ignore-completion-table)
13573 (vc-bzr-find-ignore-file): New functions.
13574
13575 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
13576
13577 * frameset.el (frameset-prop): New function and setter.
13578 (frameset-save): Do not modify frame list passed by the caller.
13579
13580 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
13581
13582 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
13583
13584 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
13585
13586 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
13587 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
13588
13589 * custom.el (custom-initialize-default, custom-initialize-set)
13590 (custom-initialize-reset, custom-initialize-changed): Affect the
13591 toplevel-default-value (bug#6275, bug#14586).
13592 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
13593 for bug#6275.
13594
13595 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
13596
13597 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13598 Add cl-def* expressions.
13599
13600 * frameset.el (frameset-filter-params): Fix order of arguments.
13601
13602 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
13603
13604 Move code related to saving frames to frameset.el.
13605 * desktop.el: Require frameset.
13606 (desktop-restore-frames): Doc fix.
13607 (desktop-restore-reuses-frames): Rename from
13608 desktop-restoring-reuses-frames.
13609 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
13610 (desktop-clear): Clear frames too.
13611 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
13612 (desktop--filter-tty*, desktop-save, desktop-read):
13613 Use frameset functions.
13614 (desktop-before-saving-frames-functions, desktop--filter-*-color)
13615 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
13616 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
13617 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
13618 (desktop--process-minibuffer-frames, desktop-save-frames)
13619 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
13620 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
13621 (desktop--sort-states, desktop-restoring-frames-p)
13622 (desktop-restore-frames): Remove. Most code moved to frameset.el.
13623 (desktop-restoring-frameset-p, desktop-restore-frameset)
13624 (desktop--check-dont-save, desktop-save-frameset): New functions.
13625 (desktop--app-id): New constant.
13626 (desktop-first-buffer, desktop-buffer-ok-count)
13627 (desktop-buffer-fail-count): Move before first use.
13628 * frameset.el: New file.
13629
13630 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
13631
13632 * files.el: Use lexical-binding.
13633 (dir-locals-read-from-file): Remove unused `err' variable.
13634 (hack-dir-local-variables--warned-coding): New var.
13635 (hack-dir-local-variables): Use it to avoid repeated warnings.
13636 (make-backup-file-name--default-function): New function.
13637 (make-backup-file-name-function): Use it as default.
13638 (buffer-stale--default-function): New function.
13639 (buffer-stale-function): Use it as default.
13640 (revert-buffer-insert-file-contents--default-function): New function.
13641 (revert-buffer-insert-file-contents-function): Use it as default.
13642 (insert-directory): Avoid add-to-list.
13643
13644 * autorevert.el (auto-revert-handler): Simplify.
13645 Use buffer-stale--default-function.
13646
13647 2013-08-01 Tassilo Horn <tsdh@gnu.org>
13648
13649 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
13650
13651 * whitespace.el (whitespace-ensure-local-variables): New function.
13652 (whitespace-cleanup-region): Call it.
13653 (whitespace-turn-on): Call it.
13654
13655 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
13656
13657 Complete file name handlers.
13658
13659 * net/tramp.el (tramp-handle-set-visited-file-modtime)
13660 (tramp-handle-verify-visited-file-modtime)
13661 (tramp-handle-file-notify-rm-watch): New functions.
13662 (tramp-call-process): Do not bind `default-directory'.
13663
13664 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
13665 Order alphabetically.
13666 <access-file, add-name-to-file, dired-call-process>:
13667 <dired-compress-file, file-acl, file-notify-rm-watch>:
13668 <file-ownership-preserved-p, file-selinux-context>:
13669 <make-directory-internal, make-symbolic-link, set-file-acl>:
13670 <set-file-selinux-context, set-visited-file-modtime>:
13671 <verify-visited-file-modtime>: Add handler.
13672 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
13673
13674 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
13675 <file-notify-add-watch, file-notify-rm-watch>:
13676 <set-file-times, set-visited-file-modtime>:
13677 <verify-visited-file-modtime>: Add handler.
13678 (with-tramp-gvfs-error-message)
13679 (tramp-gvfs-handle-set-visited-file-modtime)
13680 (tramp-gvfs-fuse-file-name): Remove.
13681 (tramp-gvfs-handle-file-notify-add-watch)
13682 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
13683 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
13684
13685 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
13686 Order alphabetically.
13687 <file-notify-rm-watch>: Use default Tramp handler.
13688 <executable-find>: Remove private handler.
13689 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
13690 `default-directory'.
13691 (tramp-sh-handle-executable-find)
13692 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
13693 (tramp-sh-file-gvfs-monitor-dir-process-filter)
13694 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
13695 Do not use `format' in `tramp-message'.
13696
13697 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
13698 <file-notify-rm-watch, set-visited-file-modtime>:
13699 <verify-visited-file-modtime>: Add handler.
13700 (tramp-smb-call-winexe): Do not bind `default-directory'.
13701
13702 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
13703
13704 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
13705
13706 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
13707
13708 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
13709 use it.
13710 (log-view-diff-changeset): Same.
13711 (log-view-diff-common): Call backend command `previous-revision'
13712 to find out the previous revision, in both cases. Swap the
13713 variables `to' and `fr', so that `fr' usually refers to the
13714 earlier revision (Bug#14989).
13715
13716 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
13717
13718 * ibuf-ext.el (ibuffer-filter-by-filename):
13719 Make it work with dired buffers too.
13720
13721 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
13722
13723 * emacs-lisp/re-builder.el (reb-color-display-p):
13724 * files.el (save-buffers-kill-terminal):
13725 * net/browse-url.el (browse-url):
13726 * server.el (server-save-buffers-kill-terminal):
13727 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
13728 Prefer nil to selected-frame for the first arg of frame-parameter.
13729
13730 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
13731
13732 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
13733
13734 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
13735
13736 * minibuffer.el (completion--twq-all): Try and preserve each
13737 completion's case choice (bug#14907).
13738
13739 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
13740
13741 * net/network-stream.el (open-network-stream): Mention the new
13742 :nogreeting parameter.
13743 (network-stream-open-starttls): Use the :nogreeting parameter
13744 (bug#14938).
13745
13746 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
13747
13748 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
13749 more natural than popping.
13750
13751 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
13752 (shr-urlify): Highlight under mouse.
13753
13754 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
13755
13756 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
13757
13758 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
13759
13760 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
13761 buffer for output.
13762
13763 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
13764 point-min==1. Fix search string. Fix parentheses missing.
13765
13766 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
13767 assume point-min==1. Fix search string. Fix parentheses missing.
13768
13769 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
13770
13771 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
13772 buffer for output.
13773
13774 2013-07-29 Eli Zaretskii <eliz@gnu.org>
13775
13776 * frame.el (frame-notice-user-settings): Avoid inflooping when the
13777 initial frame is minibuffer-less. (Bug#14841)
13778
13779 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
13780
13781 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
13782 option.
13783
13784 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
13785 (tramp-maybe-open-connection): Use it.
13786
13787 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
13788
13789 * desktop.el (desktop--make-frame): Include `minibuffer' in the
13790 minimal set of parameters passed when creating a frame, because
13791 the minibuffer status of a frame cannot be changed later.
13792
13793 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
13794
13795 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
13796 replace-regexp-in-string and inadvertent omissions in previous change.
13797 (todo-filter-items): Ensure only file names are comma-separated in
13798 name of filtered items buffer.
13799
13800 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
13801
13802 * desktop.el: Optionally force offscreen frames back onscreen.
13803 (desktop-restoring-reuses-frames): New option.
13804 (desktop--compute-pos, desktop--move-onscreen): New functions.
13805 (desktop--make-frame): Use desktop--move-onscreen.
13806
13807 2013-07-27 Alan Mackenzie <acm@muc.de>
13808
13809 Fontify a Java generic method as a function.
13810 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
13811 value to t.
13812
13813 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
13814
13815 * calendar/todo-mode.el: Add command to rename todo files.
13816 (todo-rename-file): New command.
13817 (todo-key-bindings-t): Add key binding for it. Change the
13818 bindings of todo-filter-regexp-items(-multifile) to use `x'
13819 instead of `r', since the latter is better suited to the new
13820 renaming command.
13821
13822 2013-07-27 Alan Mackenzie <acm@muc.de>
13823
13824 Make Java try-with-resources statement parse properly.
13825 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
13826 (c-block-stmt-1-2-key): New language constants/variables.
13827 * progmodes/cc-engine.el (c-beginning-of-statement-1)
13828 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
13829 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
13830 with c-block-stmt-1-2-key.
13831
13832 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
13833
13834 * desktop.el (desktop--make-frame): Apply most frame parameters after
13835 creating the frame to force (partially or totally) offscreen frames to
13836 be restored as such.
13837
13838 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
13839
13840 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
13841 (Bug#14948)
13842
13843 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13844
13845 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
13846 `base' arg of backtrace-frame.
13847
13848 2013-07-26 Eli Zaretskii <eliz@gnu.org>
13849
13850 * simple.el (list-processes): Doc fix.
13851
13852 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
13853
13854 * desktop.el (desktop--select-frame):
13855 Try harder to reuse existing frames.
13856
13857 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13858
13859 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
13860 (edebug-eval): Use backtrace-eval.
13861 (edebug--display, edebug--recursive-edit): Don't let-bind the
13862 edebug-outer-* vars that keep track of variables we locally let-bind.
13863 (edebug-outside-excursion): Don't restore outside values of locally
13864 let-bound vars.
13865 (edebug--display): Use user-error.
13866 (cl-lexical-debug, cl-debug-env): Remove.
13867
13868 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
13869
13870 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
13871 are restored to be sure that they are visible before deleting any
13872 remaining ones.
13873
13874 2013-07-26 Matthias Meulien <orontee@gmail.com>
13875
13876 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
13877 vc-print-root-log. (Bug#14948)
13878
13879 2013-07-26 Richard Stallman <rms@gnu.org>
13880
13881 Add aliases for encrypting mail.
13882 * epa.el (epa-mail-aliases): New option.
13883 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
13884 Bind inhibit-read-only so read-only text doesn't ruin everything.
13885 (epa-mail-default-recipients): New subroutine broken out.
13886 Handle epa-mail-aliases.
13887
13888 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13889
13890 Add support for lexical variables to the debugger's `e' command.
13891 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
13892 vars, except for debugger-outer-match-data.
13893 (debugger-frame-number): Move check for "on a function call" from
13894 callers into it. Add `skip-base' argument.
13895 (debugger-frame, debugger-frame-clear): Simplify accordingly.
13896 (debugger-env-macro): Only reset the state stored in non-variables,
13897 i.e. current-buffer and match-data.
13898 (debugger-eval-expression): Rewrite using backtrace-eval.
13899 * subr.el (internal--called-interactively-p--get-frame): Remove.
13900 (called-interactively-p):
13901 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
13902 `base' arg of backtrace-frame instead.
13903
13904 2013-07-26 Glenn Morris <rgm@gnu.org>
13905
13906 * align.el (align-regexp): Doc fix. (Bug#14857)
13907 (align-region): Explicit error if subexpression missing/does not match.
13908
13909 * simple.el (global-visual-line-mode):
13910 Do not duplicate the mode lighter. (Bug#14858)
13911
13912 2013-07-25 Martin Rudalics <rudalics@gmx.at>
13913
13914 * window.el (display-buffer): In display-buffer bind
13915 split-window-keep-point to t, bug#14829.
13916
13917 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
13918
13919 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
13920 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
13921 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
13922 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
13923 Change accordingly.
13924 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
13925 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
13926
13927 2013-07-25 Glenn Morris <rgm@gnu.org>
13928
13929 * dired-x.el (dired-mark-extension): Convert comment to doc string.
13930
13931 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
13932
13933 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
13934 parameter to modify-frame-parameters if the value has not changed;
13935 this is a workaround for bug#14949.
13936 (desktop--make-frame): On cl-delete-if call, check parameter name,
13937 not full parameter.
13938
13939 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
13940
13941 * vc/vc.el (vc-ignore): New function.
13942
13943 * vc/vc-svn.el (vc-svn-ignore): New function.
13944
13945 * vc/vc-hg.el (vc-hg-ignore): New function.
13946
13947 * vc/vc-git.el (vc-git-ignore): New function.
13948
13949 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
13950 (vc-dir-ignore): New function.
13951
13952 * vc/vc-cvs.el (vc-cvs-ignore): New function.
13953 (cvs-append-to-ignore): Move here from pcvs.el.
13954
13955 * vc/vc-bzr.el (vc-bzr-ignore): New function.
13956
13957 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
13958
13959 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
13960
13961 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
13962 (desktop-restore-frames): Warn when deleting an existing frame failed.
13963
13964 2013-07-24 Glenn Morris <rgm@gnu.org>
13965
13966 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
13967
13968 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
13969
13970 * filenotify.el (file-notify-supported-p):
13971 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
13972 Remove functions.
13973
13974 * autorevert.el (auto-revert-use-notify)
13975 (auto-revert-notify-add-watch):
13976 * net/tramp.el (tramp-file-name-for-operation):
13977 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
13978 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13979 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
13980 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13981 Remove `file-notify-supported-p' entry.
13982
13983 2013-07-24 Glenn Morris <rgm@gnu.org>
13984
13985 * printing.el: Replace all uses of deleted ps-windows-system,
13986 ps-lp-system, ps-flatten-list with lpr- versions.
13987
13988 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
13989
13990 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
13991 checked with memq (bug#14935).
13992
13993 * files.el (revert-buffer-function): Use a non-nil default.
13994 (revert-buffer-preserve-modes): Declare var to
13995 provide access to the `preserve-modes' argument.
13996 (revert-buffer): Let-bind it.
13997 (revert-buffer--default): New function, extracted from revert-buffer.
13998
13999 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
14000
14001 * lpr.el: Signal print errors more prominently.
14002 (print-region-function): Don't default to nil.
14003 (lpr-print-region): New function, extracted from print-region-1.
14004 Check lpr's return value and signal an error in case of problem.
14005 (print-region-1): Use it.
14006 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
14007 versions instead.
14008 (ps-printer-name): Default to nil.
14009 (ps-printer-name-option): Default to lpr-printer-switch.
14010 (ps-print-region-function): Don't default to nil.
14011 (ps-postscript-code-directory): Simplify default.
14012 (ps-do-despool): Use lpr-print-region to properly check the outcome.
14013 (ps-string-list, ps-eval-switch, ps-flatten-list)
14014 (ps-flatten-list-1): Remove.
14015 (ps-multibyte-buffer): Avoid setq.
14016 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
14017 (print-region-function, ps-print-region-function): Don't set them here.
14018
14019 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
14020
14021 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
14022 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
14023 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
14024 (ido-decorations): Doc fix.
14025
14026 * ansi-color.el: Fix old URL.
14027
14028 2013-07-23 Michael R. Mauger <michael@mauger.com>
14029
14030 * progmodes/sql.el: Version 3.3
14031 (sql-product-alist): Improve oracle :prompt-cont-regexp.
14032 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
14033 (sql-interactive-remove-continuation-prompt): Rewrite, use
14034 functions above. Fix continuation prompt and complete output line
14035 handling.
14036 (sql-redirect-one, sql-execute): Use `read-only-mode' on
14037 redirected output buffer.
14038 (sql-mode): Restore deleted code (Bug#13591).
14039
14040 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
14041
14042 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
14043
14044 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
14045
14046 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
14047
14048 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
14049 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14050 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
14051
14052 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
14053
14054 * desktop.el (desktop-clear): Simplify; remove useless checks
14055 against invalid buffer names.
14056 (desktop-list*): Use cl-list*.
14057 (desktop-buffer-info, desktop-create-buffer): Simplify.
14058
14059 2013-07-23 Leo Liu <sdl.web@gmail.com>
14060
14061 * bookmark.el (bookmark-make-record): Restore NAME as a default
14062 value. (Bug#14933)
14063
14064 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
14065
14066 * emacs-lisp/autoload.el (autoload--setup-output): New function,
14067 extracted from autoload--insert-text.
14068 (autoload--insert-text): Remove.
14069 (autoload--print-cookie-text): New function, extracted from
14070 autoload--insert-cookie-text.
14071 (autoload--insert-cookie-text): Remove.
14072 (autoload-generate-file-autoloads): Adjust calls accordingly.
14073
14074 * winner.el (winner-hook-installed-p): Remove.
14075 (winner-mode): Simplify accordingly.
14076
14077 * subr.el (add-to-list): Fix compiler-macro when `append' is
14078 not constant. Don't use `cl-member' for the base case.
14079
14080 * progmodes/subword.el: Fix boundary case (bug#13758).
14081 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
14082 own group.
14083 (subword-backward-regexp): Make it a constant.
14084 (subword-forward-internal): Don't treat a trailing capital as the
14085 beginning of a word.
14086
14087 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
14088
14089 * emacs-lisp/package.el (package-menu-mode): Don't modify the
14090 global value of tabulated-list-revert-hook (bug#14930).
14091
14092 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
14093
14094 * desktop.el: Require 'cl-lib.
14095 (desktop-before-saving-frames-functions): New hook.
14096 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
14097 for frames being saved. Rename from desktop--save-minibuffer-frames.
14098 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
14099 Do not save frames with non-nil `desktop-dont-save' parameter.
14100 Filter out deleted frames.
14101 (desktop--find-frame): Use cl-find-if.
14102 (desktop--select-frame): Use cl-(first|second|third) to access values
14103 of desktop-mini.
14104 (desktop--make-frame): Use cl-delete-if.
14105 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
14106 (desktop-restore-frames): Use cl-(first|second|third) to access values
14107 of desktop-mini. Look for visible frame at the end, not while
14108 restoring frames.
14109
14110 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
14111 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
14112 Use string-match-p, looking-at-p (bug#14927).
14113
14114 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
14115
14116 * desktop.el (desktop-saved-frame-states):
14117 Rename from desktop--saved-states; all users changed.
14118 (desktop-save-frames): Rename from desktop--save-frames.
14119 Do not save state to desktop file.
14120 (desktop-save): Save desktop-saved-frame-states to desktop file
14121 and reset to nil.
14122 (desktop-restoring-frames-p): New function.
14123 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
14124 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
14125 buffer-lists when restoring frames. Suggested by Martin Rudalics.
14126
14127 * desktop.el: Correctly restore iconified frames.
14128 (desktop--filter-iconified-position): New function.
14129 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
14130
14131 2013-07-20 Glenn Morris <rgm@gnu.org>
14132
14133 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
14134 Let `message' do the formatting.
14135 (def-gdb-preempt-display-buffer): Add explicit format.
14136
14137 * image-dired.el (image-dired-track-original-file):
14138 Use with-current-buffer.
14139 (image-dired-track-thumbnail): Use with-current-buffer.
14140 Avoid changing point of wrong window.
14141
14142 * image-dired.el (image-dired-track-original-file):
14143 Avoid changing point of wrong window. (Bug#14909)
14144
14145 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
14146
14147 * progmodes/gdb-mi.el (gdb-done-or-error):
14148 Guard against "%" in gdb output. (Bug#14127)
14149
14150 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
14151
14152 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
14153 (Bug#14826)
14154
14155 * international/mule.el (coding-system-iso-2022-flags): Fix last
14156 change.
14157
14158 2013-07-20 Kenichi Handa <handa@gnu.org>
14159
14160 * international/mule.el (coding-system-iso-2022-flags):
14161 Add `8-bit-level-4'. (Bug#8522)
14162
14163 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14164
14165 * net/shr.el (shr-mouse-browse-url): New command and keystroke
14166 (bug#14815).
14167
14168 * net/eww.el (eww-process-text-input): Allow inputting when the
14169 point is at the start of the line, as the properties aren't
14170 front-sticky.
14171
14172 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
14173 degenerate widths.
14174
14175 2013-07-19 Richard Stallman <rms@gnu.org>
14176
14177 * epa.el (epa-popup-info-window): Doc fix.
14178
14179 * subr.el (split-string): New arg TRIM.
14180
14181 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
14182
14183 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
14184 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
14185
14186 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
14187
14188 * filenotify.el (file-notify--library): Rename from
14189 `file-notify-support'. Do not autoload. Adapt all uses.
14190 (file-notify-supported-p): New defun.
14191
14192 * autorevert.el (auto-revert-use-notify):
14193 Use `file-notify-supported-p' instead of `file-notify-support'.
14194 Adapt docstring.
14195 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
14196
14197 * net/tramp.el (tramp-file-name-for-operation):
14198 Add `file-notify-supported-p'.
14199
14200 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
14201 New defun.
14202 (tramp-sh-file-name-handler-alist): Add it as handler for
14203 `file-notify-supported-p '.
14204
14205 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
14206 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14207 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
14208 Add `ignore' as handler for `file-notify-*' functions.
14209
14210 2013-07-17 Eli Zaretskii <eliz@gnu.org>
14211
14212 * simple.el (line-move-partial, line-move): Don't start vscroll or
14213 scroll-up if the current line is not taller than the window.
14214 (Bug#14881)
14215
14216 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
14217
14218 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
14219 highlight question marks in the method names as strings.
14220 (ruby-block-beg-keywords): Inline.
14221 (ruby-font-lock-keyword-beg-re): Extract from
14222 `ruby-font-lock-keywords'.
14223
14224 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
14225
14226 * frame.el (blink-cursor-blinks): New defcustom.
14227 (blink-cursor-blinks-done): New defvar.
14228 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
14229 (blink-cursor-timer-function): Check if number of blinks has been
14230 done on X and NS.
14231 (blink-cursor-suspend, blink-cursor-check): New defuns.
14232
14233 2013-07-15 Glenn Morris <rgm@gnu.org>
14234
14235 * edmacro.el (edmacro-format-keys): Fix previous change.
14236
14237 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
14238
14239 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
14240 The hack didn't work outside English locales anyway.
14241
14242 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
14243
14244 * simple.el (define-alternatives): Rename from alternatives-define,
14245 per RMS' suggestion.
14246
14247 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
14248
14249 * desktop.el (desktop-restore-frames): Change default to t.
14250 (desktop-restore-in-current-display): Now offer more options.
14251 (desktop-restoring-reuses-frames): New customization option.
14252 (desktop--saved-states): Doc fix.
14253 (desktop-filter-parameters-alist): New variable, renamed and expanded
14254 from desktop--excluded-frame-parameters.
14255 (desktop--target-display): New variable.
14256 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
14257 (desktop--filter-tty*, desktop--filter-*-color)
14258 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
14259 (desktop--filter-save-desktop-parm)
14260 (desktop-restore-in-original-display-p): New functions.
14261 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
14262 (desktop--save-minibuffer-frames): New function, inspired by a similar
14263 function from Martin Rudalics.
14264 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
14265 (desktop--restore-in-this-display-p): Remove.
14266 (desktop--find-frame): Rename from desktop--find-frame-in-display
14267 and add predicate argument.
14268 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
14269 (desktop--reuse-list): New variable.
14270 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
14271 New functions.
14272 (desktop--restore-frames): Add support for "minibuffer-special" frames.
14273
14274 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
14275
14276 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
14277
14278 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
14279
14280 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
14281 Highlight conversion methods on Kernel.
14282
14283 2013-07-13 Alan Mackenzie <acm@muc.de>
14284
14285 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
14286 and comment it out. This out-commenting enables certain C++
14287 declarations to be parsed correctly.
14288
14289 2013-07-13 Eli Zaretskii <eliz@gnu.org>
14290
14291 * international/mule.el (define-coding-system): Doc fix.
14292
14293 * simple.el (default-font-height): Don't call font-info if the
14294 frame's default font didn't change since the frame was created.
14295 (Bug#14838)
14296
14297 2013-07-13 Leo Liu <sdl.web@gmail.com>
14298
14299 * ido.el (ido-read-file-name): Guard against non-symbol value.
14300
14301 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
14302
14303 * progmodes/python.el (python-imenu--build-tree): Fix corner case
14304 in nested defuns.
14305
14306 2013-07-13 Leo Liu <sdl.web@gmail.com>
14307
14308 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
14309 ido-set-matches call. (Bug#6852)
14310
14311 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
14312
14313 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
14314 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
14315 Ruby 2.0.
14316 (ruby-font-lock-keywords): Distinguish calls to functions with
14317 module-like names from module references. Highlight character
14318 literals.
14319
14320 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
14321
14322 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
14323 (gdb-send): Handle continued commands. (Bug#14847)
14324
14325 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
14326
14327 * desktop.el (desktop--v2s): Remove unused local variable.
14328 (desktop-save-buffer): Make defvar-local; adjust docstring.
14329 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
14330 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
14331
14332 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
14333
14334 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
14335
14336 2013-07-12 Eli Zaretskii <eliz@gnu.org>
14337
14338 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
14339 (Bug#14842)
14340
14341 2013-07-12 Glenn Morris <rgm@gnu.org>
14342
14343 * doc-view.el: Require cl-lib at runtime too.
14344 (doc-view-remove-if): Remove.
14345 (doc-view-search-next-match, doc-view-search-previous-match):
14346 Use cl-remove-if.
14347
14348 * edmacro.el: Require cl-lib at runtime too.
14349 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
14350 (edmacro-mismatch, edmacro-subseq): Remove.
14351
14352 * shadowfile.el: Require cl-lib.
14353 (shadow-remove-if): Remove.
14354 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
14355 Use cl-remove-if.
14356
14357 * wid-edit.el: Require cl-lib.
14358 (widget-choose): Use cl-remove-if.
14359 (widget-remove-if): Remove.
14360
14361 * progmodes/ebrowse.el: Require cl-lib at runtime too.
14362 (ebrowse-delete-if-not): Remove.
14363 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
14364 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
14365 Use cl-delete-if-not.
14366
14367 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
14368
14369 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
14370 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
14371
14372 2013-07-12 Leo Liu <sdl.web@gmail.com>
14373
14374 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
14375
14376 2013-07-11 Glenn Morris <rgm@gnu.org>
14377
14378 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
14379 (edebug-gensym-index, edebug-gensym):
14380 Remove reimplementation of cl-gensym.
14381 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
14382
14383 * thumbs.el: Require cl-lib at run-time too.
14384 (thumbs-gensym-counter, thumbs-gensym):
14385 Remove reimplementation of cl-gensym.
14386 (thumbs-temp-file): Use cl-gensym.
14387
14388 * emacs-lisp/ert.el: Require cl-lib at runtime too.
14389 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
14390 (ert--intersection, ert--set-difference, ert--set-difference-eq)
14391 (ert--union, ert--gensym-counter, ert--gensym-counter)
14392 (ert--coerce-to-vector, ert--remove*, ert--string-position)
14393 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
14394 (ert-make-test-unbound, ert--expand-should-1)
14395 (ert--expand-should, ert--should-error-handle-error)
14396 (should-error, ert--explain-equal-rec)
14397 (ert--plist-difference-explanation, ert-select-tests)
14398 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
14399 Use cl-lib functions rather than reimplementations.
14400
14401 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
14402
14403 * net/tramp.el (tramp-methods): Extend docstring.
14404 (tramp-connection-timeout): New defcustom.
14405 (tramp-error-with-buffer): Reset timestamp only when appropriate.
14406 (with-tramp-progress-reporter): Simplify.
14407 (tramp-process-actions): Improve messages.
14408
14409 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
14410 * net/tramp-sh.el (tramp-maybe-open-connection):
14411 Use `tramp-connection-timeout'.
14412 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
14413 (Bug#14808)
14414
14415 2013-07-11 Leo Liu <sdl.web@gmail.com>
14416
14417 * ido.el (ido-read-file-name): Conform to the requirements of
14418 read-file-name. (Bug#11861)
14419 (ido-read-directory-name): Conform to the requirements of
14420 read-directory-name.
14421
14422 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
14423
14424 * subr.el (delay-warning): New function.
14425
14426 2013-07-10 Eli Zaretskii <eliz@gnu.org>
14427
14428 * simple.el (default-line-height): New function.
14429 (line-move-partial, line-move): Use it instead of computing the
14430 line height inline.
14431 (line-move-partial): Always compute ROWH. If the last line is
14432 partially-visible, but its text is completely visible, allow
14433 cursor to enter such a partially-visible line.
14434
14435 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
14436
14437 Improve error messages. (Bug#14808)
14438
14439 * net/tramp.el (tramp-current-connection): New defvar, moved from
14440 tramp-sh.el.
14441 (tramp-message-show-progress-reporter-message): Remove, not
14442 needed anymore.
14443 (tramp-error-with-buffer): Show message in minibuffer.
14444 Discard input before waiting. Reset connection timestamp.
14445 (with-tramp-progress-reporter): Improve messages.
14446 (tramp-process-actions): Use progress reporter. Delete process in
14447 case of error. Improve messages.
14448
14449 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
14450 Call `tramp-error-with-buffer' with vector and buffer.
14451 (tramp-current-connection): Remove.
14452 (tramp-maybe-open-connection): The car of
14453 `tramp-current-connection' are the first 3 slots of the vector.
14454
14455 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
14456
14457 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
14458 inside continued strings.
14459
14460 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
14461
14462 Timestamp fixes for undo (Bug#14824).
14463 * files.el (clear-visited-file-modtime): Move here from fileio.c.
14464
14465 2013-07-10 Leo Liu <sdl.web@gmail.com>
14466
14467 * files.el (require-final-newline): Allow safe local value.
14468 (Bug#14834)
14469
14470 2013-07-09 Leo Liu <sdl.web@gmail.com>
14471
14472 * ido.el (ido-read-directory-name): Handle fallback.
14473 (ido-read-file-name): Update DIR to ido-current-directory.
14474 (Bug#1516)
14475 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
14476
14477 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
14478
14479 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
14480 "autoload". Remove "warn lower camel case" section, previously
14481 commented out. Highlight negation char. Do not highlight the
14482 target in singleton method definitions.
14483
14484 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
14485
14486 * faces.el (tty-setup-hook): Declare the hook.
14487
14488 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
14489 and detect when a guard/pred depends on local vars (bug#14773).
14490 (pcase--u1): Adjust caller.
14491
14492 2013-07-08 Eli Zaretskii <eliz@gnu.org>
14493
14494 * simple.el (line-move-partial, line-move): Account for
14495 line-spacing.
14496 (line-move-partial): Avoid setting vscroll when the last
14497 partially-visible line in window is of default height.
14498
14499 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
14500
14501 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
14502 been used a while.
14503
14504 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
14505
14506 * subr.el (read-quoted-char): Remove unused local variable `char'.
14507
14508 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
14509
14510 * vc/ediff.el (ediff-version): Version update.
14511 (ediff-files-command, ediff3-files-command, ediff-merge-command)
14512 (ediff-merge-with-ancestor-command, ediff-directories-command)
14513 (ediff-directories3-command, ediff-merge-directories-command)
14514 (ediff-merge-directories-with-ancestor-command): New functions.
14515 All are command-line interfaces to ediff: to facilitate calling
14516 Emacs with the appropriate ediff functions invoked.
14517
14518 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
14519 New function.
14520 (viper-save-kill-buffer): Check if buffer is modified.
14521
14522 * emulation/viper.el (viper-version): Version update.
14523 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
14524
14525 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14526
14527 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
14528 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
14529 (viper-intercept-ESC-key): Simplify.
14530 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
14531 don't use kbd.
14532 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
14533 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
14534 (viper-setup-ESC-to-escape): New functions.
14535 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
14536 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
14537
14538 2013-07-07 Eli Zaretskii <eliz@gnu.org>
14539
14540 * simple.el (default-font-height, window-screen-lines):
14541 New functions.
14542 (line-move, line-move-partial): Use them instead of
14543 frame-char-height and window-text-height. This makes scrolling
14544 text smoother when the buffer's default face uses a font that is
14545 different from the frame's default font.
14546
14547 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
14548
14549 * files.el (write-file): Do not display confirm dialog for NS,
14550 it does its own dialog, which can't be canceled (Bug#14578).
14551
14552 2013-07-06 Eli Zaretskii <eliz@gnu.org>
14553
14554 * simple.el (line-move-partial): Adjust the row returned by
14555 posn-at-point for the current window-vscroll. (Bug#14567)
14556
14557 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
14558
14559 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
14560 (tramp-sh-file-inotifywait-process-filter): Handle file names with
14561 spaces.
14562
14563 2013-07-06 Martin Rudalics <rudalics@gmx.at>
14564
14565 * window.el (window-state-put-stale-windows): New variable.
14566 (window--state-put-2): Save list of windows without matching buffer.
14567 (window-state-put): Remove "bufferless" windows if possible.
14568
14569 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
14570
14571 * simple.el (alternatives-define): Remove leftover :group keyword.
14572 Tweak docstring.
14573
14574 2013-07-06 Leo Liu <sdl.web@gmail.com>
14575
14576 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
14577 (ido-enable-virtual-buffers): New variable.
14578 (ido-buffer-internal, ido-toggle-virtual-buffers)
14579 (ido-make-buffer-list): Use it.
14580 (ido-exhibit): Support turning on and off virtual buffers
14581 automatically.
14582
14583 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
14584
14585 * simple.el (alternatives-define): New macro.
14586
14587 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
14588
14589 * subr.el (read-quoted-char): Use read-key.
14590 (sit-for): Let read-event decode tty input (bug#14782).
14591
14592 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
14593
14594 * calendar/todo-mode.el: Add handling of file deletion, both by
14595 mode command and externally. Fix various related bugs.
14596 Clarify Commentary and improve some documentation strings and code.
14597 (todo-delete-file): New command.
14598 (todo-check-file): New function.
14599 (todo-show): Handle external deletion of the file we're trying to
14600 show (bug#14688). Replace called-interactively-p by an optional
14601 prefix argument to avoid problematic interaction with catch form
14602 when byte compiled (bug#14702).
14603 (todo-quit): Handle external deletion of the archive's todo file.
14604 Make sure the buffer that was visiting the archive file is still
14605 live before trying to bury it.
14606 (todo-category-completions): Handle external deletion of any
14607 category completion files.
14608 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
14609 of todo files, in case of external deletion.
14610 (todo-add-file): Replace unnecessary setq by let-binding.
14611 (todo-find-archive): Check whether there are any archives.
14612 Replace unnecessary setq by let-binding.
14613 (todo-archive-done-item): Use find-file-noselect to get the
14614 archive buffer whether or not the archive already exists.
14615 Remove superfluous code. Use file size instead of buffer-file-name to
14616 check if the archive is new; if it is, update list of archives.
14617 (todo-default-todo-file): Allow nil to be a valid value for when
14618 there are no todo files.
14619 (todo-reevaluate-default-file-defcustom): Use corrected definition
14620 of todo-default-todo-file.
14621 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
14622 (todo-delete-category, todo-show-categories-table)
14623 (todo-category-number): Clarify comment.
14624 (todo-filter-items): Clarify documentation string.
14625 (todo-show-current-file, todo-display-as-todo-file)
14626 (todo-reset-and-enable-done-separator): Tweak documentation string.
14627 (todo-done-separator): Make separator length window-width, since
14628 bug#2749 is now fixed.
14629
14630 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
14631
14632 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
14633 Support both "gvfs-monitor-dir" and "inotifywait".
14634 (tramp-sh-file-inotifywait-process-filter): Rename from
14635 `tramp-sh-file-notify-process-filter'.
14636 (tramp-sh-file-gvfs-monitor-dir-process-filter)
14637 (tramp-get-remote-gvfs-monitor-dir): New defuns.
14638
14639 2013-07-05 Leo Liu <sdl.web@gmail.com>
14640
14641 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
14642
14643 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14644
14645 * frame.el (display-pixel-height, display-pixel-width)
14646 (display-mm-height, display-mm-width): Mention behavior on
14647 multi-monitor setups in docstrings.
14648 (w32-display-monitor-attributes-list): Declare function.
14649 (display-monitor-attributes-list): Use it.
14650
14651 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
14652
14653 * filenotify.el: New package.
14654
14655 * autorevert.el (top): Require filenotify.el.
14656 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
14657 instead.
14658 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
14659 (auto-revert-notify-handler): Use `file-notify-*' functions.
14660
14661 * subr.el (file-notify-handle-event): Move function to filenotify.el.
14662
14663 * net/tramp.el (tramp-file-name-for-operation):
14664 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
14665
14666 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
14667 for `file-notify-add-watch' and `file-notify-rm-watch'.
14668 (tramp-process-sentinel): Improve trace.
14669 (tramp-sh-handle-file-notify-add-watch)
14670 (tramp-sh-file-notify-process-filter)
14671 (tramp-sh-handle-file-notify-rm-watch)
14672 (tramp-get-remote-inotifywait): New defuns.
14673
14674 2013-07-03 Juri Linkov <juri@jurta.org>
14675
14676 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
14677 call of `occur-read-primary-args' to interactive spec.
14678
14679 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
14680 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
14681
14682 2013-07-03 Matthias Meulien <orontee@gmail.com>
14683
14684 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
14685 `Buffer-menu-multi-occur'. Add it to the menu.
14686 (Buffer-menu-mode): Document it in docstring.
14687 (Buffer-menu-multi-occur): New command. (Bug#14673)
14688
14689 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
14690
14691 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
14692 keywords and built-ins.
14693
14694 2013-07-03 Glenn Morris <rgm@gnu.org>
14695
14696 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
14697
14698 Make info-xref checks case-sensitive by default
14699 * info.el (Info-find-node, Info-find-in-tag-table)
14700 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
14701 Add option for exact case matching of nodes.
14702 * info-xref.el (info-xref): New custom group.
14703 (info-xref-case-fold): New option.
14704 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
14705
14706 2013-07-03 Leo Liu <sdl.web@gmail.com>
14707
14708 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
14709
14710 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
14711
14712 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
14713 middle of block statement initially, lower the depth. Remove
14714 FIXME comment, not longer valid. Remove middle of block statement
14715 detection, no need to do that anymore since we've been using
14716 `ruby-parse-region' here.
14717
14718 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
14719
14720 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
14721
14722 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
14723
14724 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
14725
14726 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
14727
14728 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
14729 (desktop-restore-in-current-display): New customization option.
14730 (desktop--excluded-frame-parameters): Add `font'.
14731 (desktop--save-frames): Rename from desktop--save-windows.
14732 (desktop--restore-in-this-display-p): New function.
14733 (desktop--make-full-frame): Remove unwanted width/height from
14734 full(width|height) frames.
14735 (desktop--restore-frames): Rename from desktop--restore-windows.
14736 Obey desktop-restore-current-display. Do not delete old frames or
14737 select a new frame unless we were able to restore at least one frame.
14738
14739 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
14740
14741 * files.el (find-file-noselect): Simplify conditional expression.
14742
14743 * textmodes/remember.el (remember-append-to-file):
14744 Don't mix `find-buffer-visiting' and `get-file-buffer'.
14745
14746 Add `remember-notes' function to store random notes across Emacs
14747 restarts.
14748 * textmodes/remember.el (remember-data-file): Add :set callback to
14749 affect notes buffer (if any).
14750 (remember-notes): New command.
14751 (remember-notes-buffer-name, bury-remember-notes-on-kill):
14752 New defcustoms for the `remember-notes' function.
14753 (remember-notes-save-and-bury-buffer): New command.
14754 (remember-notes-mode-map): New variable.
14755 (remember-mode): New minor mode.
14756 (remember-notes--kill-buffer-query): New function.
14757 * startup.el (initial-buffer-choice): Add notes to custom type.
14758
14759 2013-06-30 Eli Zaretskii <eliz@gnu.org>
14760
14761 * bindings.el (right-char, left-char): Don't call sit-for, this is
14762 no longer needed. Use arithmetic comparison only for numerical
14763 arguments.
14764
14765 * international/mule-cmds.el (select-safe-coding-system):
14766 Handle the case of FROM being a string correctly. (Bug#14755)
14767
14768 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14769
14770 * net/shr.el (shr-make-table-1): Add a sanity check that allows
14771 progression on degenerate tables.
14772 (shr-rescale-image): ImageMagick animated images currently don't work.
14773
14774 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
14775
14776 Some fixes and improvements for desktop frame restoration.
14777 It is still experimental and disabled by default.
14778 * desktop.el (desktop--save-windows): Put the selected frame at
14779 the head of the list.
14780 (desktop--make-full-frame): New function.
14781 (desktop--restore-windows): Try to re-select the frame that was
14782 selected upon saving. Do not abort if some frames fail to restore,
14783 just show an error message and continue. Set up maximized frames
14784 so they have default non-maximized dimensions.
14785
14786 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
14787
14788 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
14789 Don't start heredoc inside a string or comment.
14790
14791 2013-06-29 Eli Zaretskii <eliz@gnu.org>
14792
14793 * bindings.el (visual-order-cursor-movement): New defcustom.
14794 (right-char, left-char): Provide visual-order cursor motion by
14795 calling move-point-visually. Update the doc strings.
14796
14797 2013-06-28 Kenichi Handa <handa@gnu.org>
14798
14799 * international/mule.el (define-coding-system): New coding system
14800 properties :inhibit-null-byte-detection,
14801 :inhibit-iso-escape-detection, and :prefer-utf-8.
14802 (set-buffer-file-coding-system): If :charset-list property of
14803 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
14804 appropriate for setting.
14805
14806 * international/mule-cmds.el (select-safe-coding-system):
14807 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
14808 multibyte characters, return utf-8 (or one of its siblings).
14809
14810 * international/mule-conf.el (prefer-utf-8): New coding system.
14811 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
14812 files.
14813
14814 2013-06-28 Ivan Kanis <ivan@kanis.fr>
14815
14816 * net/shr.el (shr-render-region): New function.
14817
14818 * net/eww.el: Autoload `eww-browse-url'.
14819
14820 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
14821
14822 * emacs-lisp/package-x.el (package-upload-buffer-internal):
14823 Adapt to `package-desc-version' being a list.
14824 Use `package--ac-desc-version' to retrieve version from a package
14825 archive element.
14826
14827 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
14828
14829 New experimental feature to save&restore window and frame setup.
14830 * desktop.el (desktop-save-windows): New defcustom.
14831 (desktop--saved-states): New var.
14832 (desktop--excluded-frame-parameters): New defconst.
14833 (desktop--filter-frame-parms, desktop--find-frame-in-display)
14834 (desktop--restore-windows, desktop--save-windows): New functions.
14835 (desktop-save): Call `desktop--save-windows'.
14836 (desktop-read): Call `desktop--restore-windows'.
14837
14838 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14839
14840 * net/shr.el (add-face-text-property): Remove compat definition.
14841
14842 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
14843
14844 * info.el (Info-try-follow-nearest-node): Move search for footnote
14845 above search for node name to prevent missing a footnote (bug#14717).
14846
14847 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
14848
14849 * obsolete/otodo-mode.el: Add obsolescence info to file header.
14850
14851 2013-06-27 Leo Liu <sdl.web@gmail.com>
14852
14853 * net/eww.el (eww-read-bookmarks): Check file size.
14854
14855 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14856
14857 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
14858 advice--pending if newdef is nil or an autoload (bug#13820).
14859 (advice-mapc): New function.
14860
14861 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
14862
14863 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
14864 probably.
14865 (eww-mode-map): Add a menu bar.
14866 (eww-add-bookmark): New command.
14867 (eww-bookmark-mode): New mode and commands.
14868 (eww-add-bookmark): Remove newlines from the title.
14869 (eww-bookmark-browse): Don't bug out if it's the only window.
14870
14871 2013-06-26 Glenn Morris <rgm@gnu.org>
14872
14873 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
14874 (hfy-size): Handle ttys. (Bug#14668)
14875
14876 * info-xref.el: Update for Texinfo 5 change in *note format.
14877 (info-xref-node-re, info-xref-note-re): New constants.
14878 (info-xref-check-buffer): Use info-xref-note-re.
14879
14880 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14881
14882 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
14883
14884 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
14885 nil terminate the loop (bug#14718).
14886
14887 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
14888
14889 * net/eww.el: Rework history traversal. When going forward/back,
14890 put these actions into the history, too, so that they can be
14891 replayed.
14892 (eww-render): Move the history reset to the correct buffer.
14893
14894 2013-06-25 Juri Linkov <juri@jurta.org>
14895
14896 * files-x.el (modify-dir-local-variable): Change the header comment
14897 in the file with directory local variables. (Bug#14692)
14898
14899 * files-x.el (read-file-local-variable-value): Add `default'.
14900 (Bug#14710)
14901
14902 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
14903
14904 * net/eww.el (eww-make-unique-file-name): Create a unique file
14905 name before saving to entering `y' accidentally asynchronously.
14906
14907 2013-06-25 Ivan Kanis <ivan@kanis.fr>
14908
14909 * net/eww.el (eww-download): New command and keystroke.
14910
14911 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
14912
14913 * net/eww.el (eww-copy-page-url): Change name of command.
14914
14915 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
14916 be more consistent with Info and dired.
14917
14918 * net/eww.el (eww-mode-map): Ditto.
14919
14920 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
14921
14922 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
14923 packages from archives.
14924 (package-archive-contents): Change format; include obsolete packages.
14925 (package-desc): Use `dir' to mark builtin packages.
14926 (package--from-builtin): Set the `dir' field to `builtin'.
14927 (generated-autoload-file, version-control): Declare.
14928 (package-compute-transaction): Change first arg and return value to be
14929 lists of package-descs. Adjust to new package-archive-contents format.
14930 (package--add-to-archive-contents): Adjust to new
14931 package-archive-contents format.
14932 (package-download-transaction): Arg is now a list of package-descs.
14933 (package-install): If `pkg' is a package name, pass it as
14934 a requirement, so it is subject to the usual (e.g. disabled) checks.
14935 (describe-package): Accept package-desc as well.
14936 (describe-package-1): Describe a specific package-desc. Add links to
14937 other package-descs for the same package name.
14938 (package-menu-describe-package): Pass the actual package-desc.
14939 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
14940 works correctly.
14941 (package-desc-status): New function.
14942 (package-menu--refresh): New function, extracted
14943 from package-menu--generate.
14944 (package-menu--generate): Use it.
14945 (package-delete): Update package-alist.
14946 (package-menu-execute): Don't call package-initialize.
14947
14948 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
14949 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
14950 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
14951 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
14952 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
14953 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
14954
14955 2013-06-25 Martin Rudalics <rudalics@gmx.at>
14956
14957 * window.el (window--state-get-1): Workaround for bug#14527.
14958 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
14959
14960 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
14961
14962 * net/eww.el (eww-back-url): Implement the history by stashing all
14963 the data into a list.
14964 (eww-forward-url): Allow going forward in the history, too.
14965
14966 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
14967
14968 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
14969 for values and use read--expression for expressions (bug#14710).
14970 (read-file-local-variable): Avoid setq.
14971 (read-file-local-variable-mode): Use minor-mode-list.
14972
14973 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14974
14975 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
14976 for DOI URLs.
14977
14978 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14979
14980 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
14981 Update imenu-support when dialect changes.
14982
14983 2013-06-25 Leo Liu <sdl.web@gmail.com>
14984
14985 * ido.el (ido-read-internal): Allow forward slash on windows.
14986
14987 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14988
14989 * net/eww.el (eww): Start of strings is \\`, not ^.
14990
14991 2013-06-24 Ivan Kanis <ivan@kanis.fr>
14992
14993 * net/shr.el (shr-browse-url): Fix interactive spec.
14994
14995 * net/eww.el (eww): Add a trailing slash to domain names.
14996
14997 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
14998
14999 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
15000
15001 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
15002
15003 * net/shr.el (shr-browse-url): Use an external browser if given a
15004 prefix.
15005
15006 * net/eww.el (eww-external-browser): Move to shr.
15007
15008 2013-06-24 Ivan Kanis <ivan@kanis.fr>
15009
15010 * net/eww.el (eww): Work more correctly for file: URLs.
15011 (eww-detect-charset): Allow quoted charsets.
15012 (eww-yank-page-url): New command and keystroke.
15013
15014 2013-06-24 Daiki Ueno <ueno@gnu.org>
15015
15016 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
15017 file name of gpg executable.
15018 (epg-context-program): New function.
15019 (epg-context-home-directory): New function.
15020 (epg-context-set-program): New function.
15021 (epg-context-set-home-directory): New function.
15022 (epg--start): Use `epg-context-program' instead of
15023 'epg-gpg-program'.
15024 (epg--list-keys-1): Likewise.
15025
15026 2013-06-24 Leo Liu <sdl.web@gmail.com>
15027
15028 * ido.el (ido-read-internal): Fix bug#14620.
15029
15030 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
15031
15032 * faces.el (face-documentation): Simplify.
15033 (read-face-attribute, tty-find-type, x-resolve-font-name):
15034 Use `string-match-p'.
15035 (list-faces-display): Use `string-match-p'. Simplify.
15036 (face-spec-recalc): Check face to avoid face alias loops.
15037 (read-color): Use `string-match-p' and non-capturing parenthesis.
15038
15039 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15040
15041 * net/shr.el (shr-rescale-image): Use the new
15042 :max-width/:max-height functionality.
15043
15044 2013-06-23 Ivan Kanis <ivan@kanis.fr>
15045
15046 * net/eww.el (eww-search-prefix): New variable.
15047 (eww): Use it.
15048 (eww-external-browser): New variable.
15049 (eww-mode-map): New keystroke.
15050 (eww-browse-with-external-browser): New command.
15051
15052 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
15053
15054 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
15055
15056 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
15057 Don't skip aligning the next header field when padding is 0;
15058 otherwise, field width is not respected unless the title is as
15059 wide as the field.
15060
15061 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
15062
15063 * emacs-lisp/package.el (package-el-version): Remove.
15064 (package-process-define-package): Fix inf-loop.
15065 (package-install): Allow symbols as arguments again.
15066
15067 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
15068
15069 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
15070 add some more keyword-like methods.
15071 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
15072
15073 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
15074
15075 * bs.el (bs-buffer-show-mark): Make defvar-local.
15076 (bs-mode): Use setq-local.
15077
15078 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
15079 (emacs-lock--try-unlocking): Make defvar-local.
15080
15081 2013-06-22 Glenn Morris <rgm@gnu.org>
15082
15083 * play/cookie1.el (cookie-apropos): Minor simplification.
15084
15085 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
15086
15087 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
15088
15089 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
15090 `regexp-opt', it breaks the build during dumping.
15091
15092 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
15093
15094 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
15095 Highlight keyword-like methods on Kernel and Module with
15096 font-lock-builtin-face.
15097 (auto-mode-alist): Consolidate different entries into one regexp
15098 and add more *file-s.
15099
15100 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
15101
15102 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
15103
15104 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
15105 (diary-entry): Use it in the action of this button type instead of
15106 diary-goto-entry.
15107
15108 * calendar/todo-mode.el: New version.
15109 (todo-add-category): Append new category to end of file and give
15110 it the highest number, instead of putting it at the beginning and
15111 giving it 0. Incorporate noninteractive functionality.
15112 (todo-forward-category): Adapt to 1-based category numbering.
15113 Allow skipping over archived categories.
15114 (todo-backward-category): Derive from todo-forward-category.
15115 (todo-backward-item, todo-forward-item): Make noninteractive and
15116 delegate interactive part to new commands. Make sensitive to done items.
15117 (todo-categories): Make value an alist of category names and
15118 vectors of item counts.
15119 (todo-category-beg): Make a defconst.
15120 (todo-category-number): Use 1 instead of 0 as initial value.
15121 (todo-category-select): Make sensitive to overlays, optional item
15122 highlighting and done items.
15123 (todo-delete-item): Make sensitive to overlays and marked and done items.
15124 (todo-edit-item): Make sensitive to overlays and editing of
15125 date/time header optional. Add format checks.
15126 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
15127 no-op if point is not on an item. Advertise using todo-edit-quit.
15128 (todo-edit-mode): Make sensitive to new format, font-locking, and
15129 multiple todo files.
15130 (todo-insert-item, todo-insert-item-here): Derive from
15131 todo-basic-insert-item and extend functionality.
15132 (todo-item-end, todo-item-start): Make sensitive to done items.
15133 (todo-item-string): Don't return text properties. Restore point.
15134 (todo-jump-to-category): Make sensitive to multiple todo files and
15135 todo archives. Use extended category completion.
15136 (todo-lower-item, todo-raise-item): Rename to *-priority and
15137 derive from todo-set-item-priority.
15138 (todo-mode): Derive from special-mode. Make sensitive to new
15139 format, font-locking and multiple todo files. Make read-only.
15140 (todo-mode-map): Don't suppress digit keys, so they can supply
15141 prefix arguments. Add many new key bindings.
15142 (todo-prefix): Insert as an overlay instead of file text.
15143 Change semantics from diary date expression to purely visual mark.
15144 (todo-print): Rename to todo-print-buffer. Make buffer display
15145 features printable. Remove option to restrict number of items
15146 printed. Add option to print to file.
15147 (todo-print-function): Rename to todo-print-buffer-function.
15148 (todo-quit): Extend to handle exiting new todo modes.
15149 (todo-remove-item): Make sensitive to overlays.
15150 (todo-save): Extend to buffers of filtered items.
15151 (todo-show): Make sensitive to done items, multiple todo files and
15152 new todo modes. Offer to convert legacy todo file before creating
15153 first new todo file.
15154 (todo-show-priorities): Rename to todo-top-priorities.
15155 Change semantics of value 0.
15156 (todo-top-priorities): Rename to todo-filter-top-priorities,
15157 derive from todo-filter-items and extend functionality.
15158 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
15159 and extend functionality to other types of filtered items.
15160 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
15161 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
15162 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
15163 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
15164 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
15165 (todo-edit-mode-hook, todo-entry-prefix-function)
15166 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
15167 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
15168 (todo-initials, todo-insert-threshold, todo-item-string-start)
15169 (todo-line-string, todo-menu, todo-mode-hook)
15170 (todo-more-important-p, todo-previous-answer, todo-previous-line)
15171 (todo-print-priorities, todo-remove-separator)
15172 (todo-save-top-priorities-too, todo-string-count-lines)
15173 (todo-string-multiline-p, todo-time-string-format)
15174 (todo-tmp-buffer-name): Remove.
15175 (todo-add-file, todo-archive-done-item, todo-choose-archive)
15176 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
15177 (todo-edit-category-diary-inclusion)
15178 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
15179 (todo-edit-file, todo-edit-item-date-day)
15180 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
15181 (todo-edit-item-date-month, todo-edit-item-date-to-today)
15182 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
15183 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
15184 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
15185 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
15186 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
15187 (todo-filter-top-priorities-multifile, todo-find-archive)
15188 (todo-find-filtered-items-file, todo-go-to-source-item)
15189 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
15190 (todo-jump-to-archive-category, todo-lower-category)
15191 (todo-mark-category, todo-marked-item-p, todo-merge-category)
15192 (todo-move-category, todo-move-item, todo-next-button)
15193 (todo-next-item, todo-padded-string, todo-powerset)
15194 (todo-previous-button, todo-previous-item)
15195 (todo-print-buffer-to-file, todo-raise-category)
15196 (todo-rename-category, todo-repair-categories-sexp, todo-search)
15197 (todo-set-category-number, todo-set-item-priority)
15198 (todo-set-top-priorities-in-category)
15199 (todo-set-top-priorities-in-file, todo-show-categories-table)
15200 (todo-sort-categories-alphabetically-or-numerically)
15201 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
15202 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
15203 (todo-toggle-item-header, todo-toggle-item-highlighting)
15204 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
15205 (todo-toggle-view-done-items, todo-toggle-view-done-only)
15206 (todo-unarchive-items, todo-unmark-category): New commands.
15207 (todo-absolute-file-name, todo-add-to-buffer-list)
15208 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
15209 (todo-basic-insert-item, todo-category-completions)
15210 (todo-category-number, todo-category-string-matcher-1)
15211 (todo-category-string-matcher-2, todo-check-filtered-items-file)
15212 (todo-check-format, todo-clear-matches)
15213 (todo-comment-string-matcher, todo-convert-legacy-date-time)
15214 (todo-current-category, todo-date-string-matcher)
15215 (todo-define-insertion-command, todo-diary-expired-matcher)
15216 (todo-diary-goto-entry, todo-diary-item-p)
15217 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
15218 (todo-display-categories, todo-display-sorted, todo-done-item-p)
15219 (todo-done-item-section-p, todo-done-separator)
15220 (todo-done-string-matcher, todo-files, todo-filter-items)
15221 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
15222 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
15223 (todo-insert-category-line, todo-insert-item-from-calendar)
15224 (todo-insert-sort-button, todo-insert-with-overlays)
15225 (todo-insertion-command-name, todo-insertion-key-bindings)
15226 (todo-label-to-key, todo-longest-category-name-length)
15227 (todo-make-categories-list, todo-mode-external-set)
15228 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
15229 (todo-modes-set-3, todo-multiple-filter-files)
15230 (todo-nondiary-marker-matcher, todo-prefix-overlays)
15231 (todo-read-category, todo-read-date, todo-read-dayname)
15232 (todo-read-file-name, todo-read-time)
15233 (todo-reevaluate-category-completions-files-defcustom)
15234 (todo-reevaluate-default-file-defcustom)
15235 (todo-reevaluate-filelist-defcustoms)
15236 (todo-reevaluate-filter-files-defcustom)
15237 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
15238 (todo-reset-done-separator, todo-reset-done-separator-string)
15239 (todo-reset-done-string, todo-reset-global-current-todo-file)
15240 (todo-reset-highlight-item, todo-reset-nondiary-marker)
15241 (todo-reset-prefix, todo-set-categories)
15242 (todo-set-date-from-calendar, todo-set-show-current-file)
15243 (todo-set-top-priorities, todo-short-file-name)
15244 (todo-show-current-file, todo-sort, todo-time-string-matcher)
15245 (todo-total-item-counts, todo-update-buffer-list)
15246 (todo-update-categories-display, todo-update-categories-sexp)
15247 (todo-update-count, todo-validate-name, todo-y-or-n-p):
15248 New functions.
15249 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
15250 New major modes.
15251 (todo-categories, todo-display, todo-edit, todo-faces)
15252 (todo-filtered): New defgroups.
15253 (todo-archived-only, todo-button, todo-category-string, todo-date)
15254 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
15255 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
15256 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
15257 (todo-add-item-if-new-category, todo-always-add-time-string)
15258 (todo-categories-align, todo-categories-archived-label)
15259 (todo-categories-category-label, todo-categories-diary-label)
15260 (todo-categories-done-label, todo-categories-number-separator)
15261 (todo-categories-todo-label, todo-categories-totals-label)
15262 (todo-category-completions-files, todo-completion-ignore-case)
15263 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
15264 (todo-done-separator-string, todo-done-string)
15265 (todo-files-function, todo-filter-done-items, todo-filter-files)
15266 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
15267 (todo-initial-category, todo-initial-file, todo-item-mark)
15268 (todo-legacy-date-time-regexp, todo-mode-line-function)
15269 (todo-nondiary-marker, todo-number-prefix)
15270 (todo-print-buffer-function, todo-show-current-file)
15271 (todo-show-done-only, todo-show-first, todo-show-with-done)
15272 (todo-skip-archived-categories, todo-top-priorities-overrides)
15273 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
15274 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
15275 New defcustoms.
15276 (todo-category-done, todo-date-pattern, todo-date-string-start)
15277 (todo-diary-items-buffer, todo-done-string-start)
15278 (todo-filtered-items-buffer, todo-item-start)
15279 (todo-month-abbrev-array, todo-month-name-array)
15280 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
15281 (todo-top-priorities-buffer): New defconsts.
15282 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
15283 (todo-categories-with-marks, todo-category-string-face)
15284 (todo-comment-face, todo-comment-string, todo-current-todo-file)
15285 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
15286 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
15287 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
15288 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
15289 (todo-font-lock-keywords, todo-global-current-todo-file)
15290 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
15291 (todo-insertion-commands-args)
15292 (todo-insertion-commands-args-genlist)
15293 (todo-insertion-commands-names, todo-insertion-map)
15294 (todo-key-bindings-t, todo-key-bindings-t+a)
15295 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
15296 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
15297 (todo-nondiary-face, todo-print-buffer, todo-time-face)
15298 (todo-visited): New variables.
15299
15300 2013-06-21 Glenn Morris <rgm@gnu.org>
15301
15302 * play/cookie1.el (cookie-apropos): Add optional display argument.
15303 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
15304 (psychoanalyze-pinhead): Use cookie-doctor.
15305
15306 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
15307
15308 * emacs-lisp/package.el (tar-get-file-descriptor)
15309 (tar--extract): Declare.
15310
15311 2013-06-21 Eduard Wiebe <usenet@pusto.de>
15312
15313 Extend flymake's warning predicate to be a function (bug#14217).
15314 * progmodes/flymake.el (flymake-warning-predicate): New.
15315 (flymake-parse-line): Use it.
15316 (flymake-warning-re): Make obsolete alias to
15317 `flymake-warning-predicate'.
15318
15319 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15320
15321 * emacs-lisp/package.el (package-alist): Include obsolete packages.
15322 (package-obsolete-list): Remove.
15323 (package-activate): Remove min-version argument. Add `force' argument.
15324 Adjust to new package-alist format.
15325 (package-mark-obsolete): Remove.
15326 (package-unpack): Force reload of the package's autoloads.
15327 (package-installed-p): Check builtins if the installed package is not
15328 recent enough.
15329 (package-initialize): Don't reset package-obsolete-list.
15330 Don't specify which package version to activate.
15331 (package-process-define-package, describe-package-1)
15332 (package-menu--generate): Adjust to new package-alist format.
15333
15334 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
15335
15336 * allout-widgets.el (allout-widgets-mode-off)
15337 (allout-widgets-mode-on, allout-widgets-pre-command-business)
15338 (allout-widgets-post-command-business)
15339 (allout-widgets-after-copy-or-kill-function)
15340 (allout-widgets-after-undo-function, allout-test-range-overlaps)
15341 (allout-decorate-item-and-context)
15342 (allout-graphics-modification-handler): Fix typos in docstrings.
15343 (allout-get-or-create-parent-widget): Use `looking-at-p'.
15344
15345 * cmuscheme.el (scheme-start-file): Doc fix.
15346 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
15347 (scheme-input-filter): Use `string-match-p'.
15348
15349 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
15350
15351 * dired-x.el: Use Dired consistently in docstrings.
15352
15353 * dired.el: Use Dired consistently in docstrings.
15354 (dired-readin, dired-mode): Use `setq-local'.
15355 (dired-switches-alist): Make defvar-local.
15356 (dired-buffers-for-dir): Use `zerop'.
15357 (dired-safe-switches-p, dired-switches-escape-p)
15358 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
15359 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
15360 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
15361 (dired-goto-next-nontrivial-file): Use `string-match-p'.
15362 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
15363 (dired-toggle-marks, dired-mark-files-containing-regexp)
15364 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
15365 (dired-flag-auto-save-files, dired-flag-backup-files):
15366 Use `looking-at-p'.
15367 (dired-mark-files-regexp, dired-build-subdir-alist):
15368 Use `string-match-p', `looking-at-p'.
15369
15370 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
15371 (direct-print-region-helper): Use `string-match-p'.
15372
15373 2013-06-21 Leo Liu <sdl.web@gmail.com>
15374
15375 * comint.el (comint-redirect-results-list-from-process):
15376 Fix infinite loop.
15377
15378 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15379
15380 * net/eww.el (eww-update-header-line-format): Quote % characters.
15381
15382 2013-06-21 Glenn Morris <rgm@gnu.org>
15383
15384 * play/cookie1.el (cookie): New custom group.
15385 (cookie-file): New option.
15386 (cookie-check-file): New function.
15387 (cookie): Make it interactive. Make start and end messages optional.
15388 Interactively, display the result. Default to cookie-file.
15389 (cookie-insert): Default to cookie-file.
15390 (cookie-snarf): Make start and end messages optional.
15391 Default to cookie-file. Use with-temp-buffer.
15392 (cookie-read): Rename from read-cookie.
15393 Make start and end messages optional. Default to cookie-file.
15394 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
15395 Do not autoload it.
15396 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
15397 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
15398
15399 2013-06-21 Leo Liu <sdl.web@gmail.com>
15400
15401 * progmodes/octave.el (octave-mode): Backward compatibility fix.
15402
15403 2013-06-21 Glenn Morris <rgm@gnu.org>
15404
15405 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
15406
15407 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15408 Daniel Hackney <dan@haxney.org>
15409
15410 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
15411 Consolidate the single-file vs tarball code.
15412 (package-desc-suffix): New function.
15413 (package-desc-full-name): Don't bother inlining it.
15414 (package-load-descriptor): Return the new package-desc.
15415 (package-mark-obsolete): Remove unused arg `package'.
15416 (package-unpack): Make it work for single files as well.
15417 Make it update package-alist.
15418 (package--make-autoloads-and-stuff): Rename from
15419 package--make-autoloads-and-compile. Don't compile any more.
15420 (package--compile): New function.
15421 (package-generate-description-file): New function, extracted from
15422 package-unpack-single.
15423 (package-unpack-single): Remove.
15424 (package--with-work-buffer): Add indentation and debugging info.
15425 (package-download-single): Remove.
15426 (package-install-from-archive): Rename from package-download-tar, make
15427 it take a pkg-desc, and make it work for single files as well.
15428 (package-download-transaction): Simplify.
15429 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
15430 external tar program.
15431 (package-install-from-buffer): Remove `pkg-desc' argument.
15432 Use package-tar-file-info for tar-mode buffers.
15433 (package-install-file): Simplify accordingly.
15434 (package-archive-base): Change to take a pkg-desc.
15435 * tar-mode.el (tar--check-descriptor): New function, extracted from
15436 tar-get-descriptor.
15437 (tar-get-descriptor): Use it.
15438 (tar-get-file-descriptor): New function.
15439 (tar--extract): New function, extracted from tar-extract.
15440 (tar--extract): Use it.
15441 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
15442 case the summary uses non-ascii. Adjust to new calling convention of
15443 package-tar-file-info.
15444
15445 2013-06-21 Leo Liu <sdl.web@gmail.com>
15446
15447 * comint.el (comint-redirect-results-list-from-process):
15448 Fix random delay. (Bug#14681)
15449
15450 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
15451
15452 * profiler.el (profiler-format-number): Use log, not log10.
15453
15454 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
15455
15456 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
15457
15458 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15459
15460 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
15461 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
15462 yet available.
15463 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
15464 (AUTOGENEL): ... here.
15465 * emacs-lisp/cl-macs.el (cl--sublis): New function.
15466 (cl--defsubst-expand): Use it.
15467
15468 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
15469
15470 * subr.el (log10): Move here from C code, and declare as obsolete.
15471 All uses of (log10 X) replaced with (log X 10).
15472
15473 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
15474
15475 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
15476 Declare with `defvar-local'.
15477 (tabulated-list-use-header-line, tabulated-list-entries)
15478 (tabulated-list-padding, tabulated-list-printer)
15479 (tabulated-list-sort-key): Declare with `defvar-local'.
15480 (tabulated-list-init-header, tabulated-list-print-fake-header):
15481 Use `setq-local'.
15482
15483 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
15484
15485 * arc-mode.el (archive-mode): Add `archive-write-file' to
15486 `write-contents-functions' also for remote files. (Bug#14652)
15487
15488 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
15489
15490 * cus-edit.el (custom-commands): Fix typos.
15491 (custom-display): Fix tooltip text.
15492 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
15493 Fix typos in docstrings.
15494 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
15495 (custom-unlispify-menu-entry, custom-magic-value-create)
15496 (custom-add-see-also, custom-group-value-create): Use ?\s.
15497 (custom-guess-type, customize-apropos, editable-field)
15498 (custom-face-value-create): Use `string-match-p'.
15499 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
15500
15501 * custom.el (custom-load-symbol): Use `string-match-p'.
15502
15503 * ansi-color.el: Convert to lexical binding.
15504 (ansi-colors): Fix URL.
15505 (ansi-color-context, ansi-color-context-region): Use defvar-local.
15506 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
15507 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
15508
15509 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15510
15511 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
15512
15513 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
15514
15515 2013-06-19 Tom Tromey <tromey@redhat.com>
15516
15517 * net/eww.el (eww-top-url): Remove.
15518 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
15519 (eww-render): Set new variables. Don't set eww-top-url.
15520 (eww-handle-link): Handle "prev", "home", and "contents".
15521 Downcase the rel text.
15522 (eww-top-url): Choose best top URL.
15523
15524 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15525
15526 * net/eww.el: Rewrite to implement form elements "by hand" instead of
15527 relying in widget.el. Using widget.el leads to too many
15528 user interface inconsistencies.
15529 (eww-self-insert): Implement entering commands in text fields.
15530 (eww-process-text-input): New function to make text input field editing
15531 work.
15532 (eww-submit): Rewrite to use the new-style form methods.
15533 (eww-select-display): Display the correct selected item.
15534 (eww-change-select): Implement changing the select value.
15535 (eww-toggle-checkbox): Implement radio/checkboxes.
15536 (eww-update-field): Fix compilation error.
15537 (eww-tag-textarea): Implement <textarea>.
15538
15539 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
15540 we don't shadow mode-specific bindings.
15541
15542 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
15543 nothing to push.
15544
15545 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
15546
15547 2013-06-19 Glenn Morris <rgm@gnu.org>
15548
15549 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
15550
15551 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
15552
15553 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
15554 not needed.
15555
15556 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
15557
15558 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15559
15560 * net/browse-url.el (browse-url-browser-function):
15561 `eww-browse-url' has the right calling signature, `eww' does not.
15562
15563 2013-06-19 Glenn Morris <rgm@gnu.org>
15564
15565 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15566 Only eval autoloaded macros.
15567 (byte-compile-autoload): Only give the macro warning for macros.
15568
15569 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
15570 (ps-underlined-faces): Declare.
15571
15572 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
15573 (speedbar-add-supported-extension): Declare.
15574
15575 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
15576 Don't include a date stamp in the header of the generated file;
15577 it leads to needless differences between output files.
15578
15579 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
15580
15581 * net/secrets.el (secrets-struct-secret-content-type):
15582 Replace check of introspection data by a test call of "CreateItem".
15583 Some servers do not offer introspection.
15584
15585 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
15586
15587 * electric.el (electric-pair-mode): Improve interaction with
15588 electric-layout-mode.
15589 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
15590 (electric-pair-syntax): Use text-mode-syntax-table in comments
15591 and strings.
15592 (electric-pair--insert): New function.
15593 (electric-pair-post-self-insert-function): Use it and
15594 electric--after-char-pos.
15595
15596 2013-06-19 Leo Liu <sdl.web@gmail.com>
15597
15598 * progmodes/octave.el (octave-help): Fix regexp.
15599
15600 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15601
15602 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
15603 (shr-table-horizontal-line): Allow nil as a value, and change the
15604 default.
15605 (shr-insert-table-ruler): Respect the nil value.
15606
15607 2013-06-18 Tom Tromey <tromey@barimba>
15608
15609 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
15610 New defvars.
15611 (eww-open-file): New defun.
15612 (eww-render): Initialize new variables.
15613 (eww-display-html): Handle "link" and "a".
15614 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
15615 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
15616 (eww-back-url): Rename from eww-previous-url.
15617 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
15618 New defuns.
15619
15620 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
15621
15622 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
15623 Distinguish ternary operator tokens from slash symbol and slash
15624 char literal.
15625
15626 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
15627
15628 Convert symbol prettification into minor mode and global minor mode.
15629
15630 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
15631 `prog-prettify-symbols', and make a local defvar instead of defcustom.
15632 (prettify-symbols--keywords): Rename from
15633 `prog-prettify-symbols-alist' and make a local defvar.
15634 (prettify-symbols--compose-symbol): Rename from
15635 `prog--prettify-font-lock-compose-symbol'.
15636 (prettify-symbols--make-keywords): Rename from
15637 `prog-prettify-font-lock-symbols-keywords' and simplify.
15638 (prog-prettify-install): Remove.
15639 (prettify-symbols-mode): New minor mode, based on
15640 `prog-prettify-install'.
15641 (turn-on-prettify-symbols-mode): New function.
15642 (global-prettify-symbols-mode): New globalized minor mode.
15643
15644 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15645 * progmodes/cfengine.el (cfengine3-mode):
15646 * progmodes/perl-mode.el (perl-mode): Don't call
15647 `prog-prettify-install'; set `prettify-symbols-alist' instead.
15648
15649 2013-06-18 Juri Linkov <juri@jurta.org>
15650
15651 * files-x.el (modify-file-local-variable-message): New function.
15652 (modify-file-local-variable)
15653 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
15654 and call `modify-file-local-variable-message' when it's non-nil.
15655 (add-file-local-variable, delete-file-local-variable)
15656 (add-file-local-variable-prop-line)
15657 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
15658 and use it. (Bug#9820)
15659
15660 2013-06-18 Juri Linkov <juri@jurta.org>
15661
15662 * emulation/vi.el (vi-shell-op):
15663 * emulation/vip.el (vip-execute-com, ex-command):
15664 * emulation/viper-cmd.el (viper-exec-bang):
15665 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
15666 the call of `shell-command-on-region'. (Bug#14637)
15667
15668 * simple.el (shell-command-on-region): Doc fix.
15669
15670 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
15671
15672 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
15673 (bug#14633).
15674
15675 2013-06-18 Glenn Morris <rgm@gnu.org>
15676
15677 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
15678
15679 * newcomment.el (comment-search-forward, comment-search-backward):
15680 Doc fix. (Bug#14376)
15681
15682 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
15683
15684 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
15685 (buffer-face-mode-invoke): Doc fix.
15686
15687 2013-06-18 Matthias Meulien <orontee@gmail.com>
15688
15689 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
15690 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
15691
15692 2013-06-18 Glenn Morris <rgm@gnu.org>
15693
15694 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
15695 Replace obsolete function generic-make-keywords with its expansion.
15696
15697 * progmodes/python.el (ffap-alist): Declare.
15698
15699 * textmodes/reftex.el (bibtex-mode-map): Declare.
15700
15701 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
15702
15703 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
15704 (package-unpack, package-unpack-single): Return the pkg-dir.
15705 (package-download-transaction): Use it to update package-alist.
15706
15707 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15708
15709 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
15710 possible choice.
15711
15712 2013-06-17 Juri Linkov <juri@jurta.org>
15713
15714 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
15715
15716 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
15717
15718 * emacs-lisp/package.el (package-load-descriptor):
15719 Remove `with-syntax-table' call, `read' doesn't need it.
15720 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
15721
15722 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
15723
15724 * startup.el (command-line): Expand package name returned by
15725 `package--description-file' (bug#14639).
15726
15727 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
15728
15729 * emacs-lisp/package.el (package-load-descriptor): Do not call
15730 `emacs-lisp-mode', just use its syntax table.
15731
15732 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
15733
15734 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
15735 `font-lock-extra-managed-props' if any prettifying keyword is added.
15736 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
15737 (prog-mode): Use `setq-local'.
15738
15739 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
15740
15741 * international/characters.el (standard-case-table): Set syntax of ?»
15742 and ?« to punctuation.
15743
15744 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
15745
15746 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
15747 Save relevant match data before calling `syntax-ppss' (bug#14595).
15748
15749 2013-06-15 Juri Linkov <juri@jurta.org>
15750
15751 * files-x.el (modify-file-local-variable-prop-line): Add local
15752 variables to the end of the existing comment on the first line.
15753 Use `file-auto-mode-skip' to skip interpreter magic line,
15754 and also skip XML declaration.
15755
15756 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15757
15758 * startup.el (package--builtin-versions): New var.
15759 (package-subdirectory-regexp): Remove.
15760 (package--description-file): Hard code its value instead.
15761
15762 * emacs-lisp/package.el: Don't activate packages older than builtin.
15763 (package-obsolete-list): Rename from package-obsolete-alist, and make
15764 it into a simple list of package-desc.
15765 (package-strip-version): Remove.
15766 (package-built-in-p): Use package--builtin-versions.
15767 (package-mark-obsolete): Simplify.
15768 (package-process-define-package): Mark it obsolete if older than the
15769 builtin version.
15770 (package-handle-response): Use line-end-position.
15771 (package-read-archive-contents, package--download-one-archive):
15772 Simplify.
15773 (package--add-to-archive-contents): Skip if older than the builtin or
15774 installed version.
15775 (package-menu-describe-package): Fix last change.
15776 (package-list-unversioned): New var.
15777 (package-menu--generate): Use it.
15778
15779 * emacs-lisp/autoload.el: Manage package--builtin-versions.
15780 (autoload--insert-text, autoload--insert-cookie-text): New functions.
15781 (autoload-builtin-package-versions): New variable.
15782 (autoload-generate-file-autoloads): Use them.
15783 Remove the list of autoloaded functions/macros from the
15784 (autoload...) comments.
15785
15786 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
15787
15788 2013-06-15 Eli Zaretskii <eliz@gnu.org>
15789
15790 * simple.el (line-move-partial): Don't jump to the next screen
15791 line as soon as it becomes visible. Instead, continue enlarging
15792 the vscroll until the portion of a tall screen line that's left on
15793 display is about the height of the frame's default font.
15794 (Bug#14567)
15795
15796 2013-06-15 Glenn Morris <rgm@gnu.org>
15797
15798 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
15799 compilation-error-regexp-alist void, or local while let-bound.
15800
15801 * progmodes/make-mode.el (makefile-mode-syntax-table):
15802 Treat "=" as punctuation. (Bug#14614)
15803
15804 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
15805
15806 * help-fns.el (describe-variable):
15807 Add extra line for permanent-local variables.
15808
15809 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
15810
15811 * progmodes/scheme.el (scheme-font-lock-keywords-2):
15812 Add export, import, library. (Bug#9164)
15813 (library): Set indent function.
15814
15815 2013-06-14 Glenn Morris <rgm@gnu.org>
15816
15817 * term/xterm.el (xterm--query):
15818 Stop after first matching handler. (Bug#14615)
15819
15820 2013-06-14 Ivan Kanis <ivan@kanis.fr>
15821
15822 Add support for dired in saveplace.
15823 * dired.el (dired-initial-position-hook): New variable.
15824 (dired-initial-position): Call hook to place cursor position.
15825 * saveplace.el (save-place-to-alist): Add dired position.
15826 (save-place-dired-hook): New function.
15827
15828 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15829
15830 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
15831 through a symbol rather than letrec.
15832
15833 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
15834 (package-desc): Add `dir' field.
15835 (package-desc-full-name): New function.
15836 (package-load-descriptor): Combine the two arguments. Don't use `load'.
15837 (package-maybe-load-descriptor): Remove.
15838 (package-load-all-descriptors): Just call package-load-descriptor.
15839 (package--disabled-p): New function.
15840 (package-desc-vers, package-desc-doc): Remove aliases.
15841 (package--dir): Remove function.
15842 (package-activate): Check if a package is disabled.
15843 (package-process-define-package): New function, extracted from
15844 define-package.
15845 (define-package): Turn into a place holder.
15846 (package-unpack-single, package-tar-file-info):
15847 Use package--description-file.
15848 (package-compute-transaction): Use package--disabled-p.
15849 (package-download-transaction): Don't call
15850 package-maybe-load-descriptor since they're all loaded anyway.
15851 (package-install): Change argument to be a pkg-desc.
15852 (package-delete): Use a single pkg-desc argument.
15853 (describe-package-1): Use package-desc-dir instead of package--dir.
15854 Use package-desc property instead of package-symbol.
15855 (package-install-button-action): Adjust accordingly.
15856 (package--push): Rewrite.
15857 (package-menu--print-info): Adjust accordingly. Change the ID format
15858 to be a pkg-desc.
15859 (package-menu-describe-package, package-menu-get-status)
15860 (package-menu--find-upgrades, package-menu-mark-upgrades)
15861 (package-menu-execute, package-menu--name-predicate):
15862 Adjust accordingly.
15863 * startup.el (package--description-file): New function.
15864 (command-line): Use it.
15865 * emacs-lisp/package-x.el (package-upload-buffer-internal):
15866 Use package-desc-version.
15867
15868 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
15869 (byte-compile-preprocess): Use it.
15870 (byte-compile-file-form-defalias): Try a bit harder to use macros we
15871 can't quite recognize.
15872 (byte-compile-add-to-list): Remove.
15873 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
15874 (cconv-closure-convert): Add assertion.
15875
15876 * emacs-lisp/map-ynp.el: Use lexical-binding.
15877 (map-y-or-n-p): Remove unused vars `tail' and `object'.
15878 Factor out some repeated code.
15879
15880 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15881
15882 * subr.el (with-eval-after-load): New macro.
15883 (eval-after-load): Allow form to be a function.
15884 take advantage of lexical-binding.
15885 (do-after-load-evaluation): Use dolist and adjust to new format.
15886 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
15887
15888 2013-06-13 Juri Linkov <juri@jurta.org>
15889
15890 * replace.el (perform-replace): Display "symbol " and other search
15891 modes from `isearch-message-prefix' in the *Help* buffer.
15892
15893 * isearch.el (isearch-query-replace): Add " symbol" and other
15894 possible search modes from `isearch-message-prefix' to the prompt.
15895 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
15896 when reading a regexp to collect.
15897
15898 2013-06-13 Juri Linkov <juri@jurta.org>
15899
15900 * isearch.el (word-search-regexp): Match whitespace if the search
15901 string begins or ends in whitespace. The LAX arg is applied to
15902 both ends of the search string. Use `regexp-quote' and explicit
15903 \< and \> instead of \b. Use \` and \' instead of ^ and $.
15904 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
15905 boundaries are replaced with symbol boundaries, and characters
15906 between symbols match non-word non-symbol syntax. (Bug#14602)
15907
15908 2013-06-13 Juri Linkov <juri@jurta.org>
15909
15910 * isearch.el (isearch-del-char): Don't exceed the length of
15911 `isearch-string' by the prefix arg. (Bug#14563)
15912
15913 2013-06-13 Juri Linkov <juri@jurta.org>
15914
15915 * isearch.el (isearch-yank-word, isearch-yank-line)
15916 (isearch-char-by-name, isearch-quote-char)
15917 (isearch-printing-char, isearch-process-search-char):
15918 Add optional count prefix arg. (Bug#14563)
15919
15920 * international/isearch-x.el
15921 (isearch-process-search-multibyte-characters):
15922 Add optional count prefix arg.
15923
15924 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15925
15926 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
15927 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
15928 lexical-binding.
15929
15930 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
15931
15932 * subr.el (set-temporary-overlay-map): Add on-exit argument.
15933
15934 2013-06-13 Glenn Morris <rgm@gnu.org>
15935
15936 * startup.el (tty-handle-args):
15937 Don't just discard "--" and anything after. (Bug#14608)
15938
15939 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
15940
15941 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
15942
15943 Implement changes in Secret Service API. Make it backward compatible.
15944 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
15945 (secrets-create-item): Use it. Prefix properties with interface.
15946
15947 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
15948
15949 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
15950 (term-emulate-terminal): Respect term-suppress-hard-newline.
15951
15952 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
15953
15954 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
15955 Only remove a `thumb-file' overlay. (Bug#14548)
15956
15957 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
15958
15959 * mail/reporter.el (reporter-submit-bug-report):
15960 Handle missing package-name. (Bug#14600)
15961
15962 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15963
15964 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
15965 (reftex-citation-prompt, reftex-default-bibliography)
15966 (reftex-bib-or-thebib, reftex-get-bibfile-list)
15967 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
15968 (reftex-bib-sort-author, reftex-bib-sort-year)
15969 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
15970 (reftex-extract-bib-entries-from-thebibliography)
15971 (reftex-get-bibkey-default, reftex-get-bib-names)
15972 (reftex-parse-bibtex-entry, reftex-get-bib-field)
15973 (reftex-format-bib-entry, reftex-parse-bibitem)
15974 (reftex-format-bibitem, reftex-do-citation)
15975 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
15976 (reftex-restrict-bib-matches, reftex-extract-bib-file)
15977 (reftex-insert-bib-matches, reftex-format-citation)
15978 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
15979 (reftex-create-bibtex-file): Add docstrings, mostly by converting
15980 existing comments into docstrings.
15981
15982 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
15983
15984 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
15985
15986 2013-06-12 Andreas Schwab <schwab@suse.de>
15987
15988 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
15989 for auto-save files.
15990
15991 2013-06-12 Glenn Morris <rgm@gnu.org>
15992
15993 * ido.el (ido-delete-ignored-files): Remove.
15994 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
15995 Go back to calling ido-ignore-item-p directly.
15996
15997 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
15998
15999 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
16000
16001 * ido.el (ido-delete-ignored-files): New function,
16002 split from ido-make-file-list-1.
16003 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
16004 (ido-make-file-list-1): Use ido-delete-ignored-files.
16005
16006 2013-06-12 Leo Liu <sdl.web@gmail.com>
16007
16008 * progmodes/octave.el (inferior-octave-startup)
16009 (inferior-octave-completion-table)
16010 (inferior-octave-track-window-width-change)
16011 (octave-eldoc-function-signatures, octave-help)
16012 (octave-find-definition): Use single quoted strings.
16013 (inferior-octave-startup-args): Change default value.
16014 (inferior-octave-startup): Do not hard code "-i" and
16015 "--no-line-editing".
16016 (inferior-octave-resync-dirs): Add optional arg NOERROR.
16017 (inferior-octave-directory-tracker): Use it.
16018 (octave-goto-function-definition): Robustify.
16019 (octave-help): Support highlighting operators in 'See also'.
16020 (octave-find-definition): Find subfunctions only in Octave mode.
16021
16022 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
16023
16024 * help-fns.el (help-fns--compiler-macro): If the handler function is
16025 named, then put a link to it.
16026 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
16027 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
16028 (cl-typep): Use it.
16029 (cl-eval-when): Simplify debug spec.
16030 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
16031 compiler-macro function instead of setting `compiler-macro-file'.
16032
16033 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
16034
16035 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
16036 * vc/vc-hooks.el (vc-stay-local): Doc fix.
16037
16038 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
16039 Daniel Hackney <dan@haxney.org>
16040
16041 First part of Daniel Hackney's patch to package.el.
16042 * emacs-lisp/package.el: Use defstruct.
16043 (package-desc): New, main struct.
16044 (package--bi-desc, package--ac-desc): New structs, used to describe the
16045 format in external files.
16046 (package-desc-vers): Replace with package-desc-version accessor.
16047 (package-desc-doc): Replace with package-desc-summary accessor.
16048 (package-activate-1): Remove `package' arg since the pkg-vec now
16049 includes the name.
16050 (define-package): Use package-desc-from-define.
16051 (package-unpack-single): Change file-name arg to be a symbol.
16052 (package--add-to-archive-contents): Use package-desc-create and new
16053 accessor functions to package--ac-desc.
16054 (package-buffer-info, package-tar-file-info): Return a package-desc.
16055 (package-install-from-buffer): Remove `type' argument. Change pkg-info
16056 arg to be a package-desc.
16057 (package-install-file): Adjust accordingly. Use \' to match EOS.
16058 (package--from-builtin): New function.
16059 (describe-package-1, package-menu--generate): Use it.
16060 (package--make-autoloads-and-compile): Change name arg to be a symbol.
16061 (package-generate-autoloads): Idem and return the name of the file.
16062 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16063 Change pkg-info arg to be a package-desc.
16064 Use package-make-ac-desc.
16065 (package-upload-file): Use \' to match EOS.
16066 * finder.el (finder-compile-keywords): Use package-make-builtin.
16067
16068 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
16069
16070 * vc/vc.el (vc-deduce-fileset): Change error message.
16071 (vc-read-backend): New function.
16072 (vc-next-action): Use it.
16073
16074 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
16075
16076 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
16077 (prolog-font-lock-keywords): Use regexp-opt instead.
16078 Don't manually highlight strings.
16079 (prolog-mode-variables): Simplify comment-start-skip.
16080 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
16081
16082 * emacs-lisp/generic.el (generic--normalise-comments)
16083 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
16084 (generic-mode-set-comments): Use them.
16085 (generic-bracket-support): Use setq-local.
16086 (generic-make-keywords-list): Declare obsolete.
16087
16088 2013-06-11 Glenn Morris <rgm@gnu.org>
16089
16090 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16091 Prettify after setting font-lock-defaults. (Bug#14574)
16092
16093 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
16094
16095 * replace.el (query-replace, occur-read-regexp-defaults-function)
16096 (replace-search):
16097 * subr.el (declare-function, number-sequence, local-set-key)
16098 (substitute-key-definition, locate-user-emacs-file)
16099 (with-silent-modifications, split-string, eval-after-load):
16100 Fix typos, remove unneeded backslashes and reflow some docstrings.
16101
16102 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
16103
16104 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
16105 default for Elisp files.
16106
16107 2013-06-11 Glenn Morris <rgm@gnu.org>
16108
16109 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
16110 although define-derived-mode was doing this anyway. (Bug#14583)
16111
16112 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
16113
16114 * allout.el (allout-encryption-plaintext-sanitization-regexps):
16115 Fix make-variable-buffer-local call to refer to the correct variable.
16116
16117 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
16118
16119 * eshell/em-term.el (eshell-visual-commands)
16120 (eshell-visual-subcommands, eshell-visual-options):
16121 Add summary line to docstrings. Add cross-references.
16122
16123 2013-06-10 Glenn Morris <rgm@gnu.org>
16124
16125 * epa.el (epa-read-file-name): New function. (Bug#14510)
16126 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
16127
16128 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
16129
16130 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
16131 output redirection to be ignored with visual commands.
16132
16133 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
16134
16135 * eshell/em-term.el (eshell-visual-command-p): New function.
16136 (eshell-term-initialize): Move long lambda to separate function
16137 eshell-visual-command-p.
16138 * eshell/em-dirs.el (eshell-dirs-initialize):
16139 * eshell/em-script.el (eshell-script-initialize):
16140 Add missing #' to lambda.
16141
16142 2013-06-08 Leo Liu <sdl.web@gmail.com>
16143
16144 * progmodes/octave.el (octave-add-log-current-defun): New function.
16145 (octave-mode): Set add-log-current-defun-function.
16146 (octave-goto-function-definition): Do not move point if not found.
16147 (octave-find-definition): Enhance to try subfunctions first.
16148
16149 2013-06-08 Glenn Morris <rgm@gnu.org>
16150
16151 * emacs-lisp/bytecomp.el (byte-compile-char-before)
16152 (byte-compile-backward-char, byte-compile-backward-word):
16153 Improve previous change, to handle non-explicit nil.
16154
16155 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
16156
16157 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
16158 (smie--opener/closer-at-point): New function.
16159 (smie--matching-block-data): Use it. Don't match from right after an
16160 opener or right before a closer. Obey smie-blink-matching-inners.
16161 Don't signal a mismatch for repeated inners like "switch..case..case".
16162
16163 2013-06-07 Leo Liu <sdl.web@gmail.com>
16164
16165 * progmodes/octave.el (octave-mode): Set comment-use-global-state
16166 to t. (Bug#14303)
16167 (octave-function-header-regexp): Fix. (Bug#14570)
16168 (octave-help-mode-finish-hook, octave-help-mode-finish):
16169 Remove. Just use temp-buffer-show-hook.
16170
16171 * newcomment.el (comment-search-backward): Revert last change.
16172 (Bug#14434)
16173
16174 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
16175
16176 2013-06-07 Eli Zaretskii <eliz@gnu.org>
16177
16178 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
16179 through xargs, to avoid failure due to MS-Windows limitations on
16180 command-line length.
16181
16182 2013-06-06 Glenn Morris <rgm@gnu.org>
16183
16184 * font-lock.el (lisp-font-lock-keywords-2):
16185 Treat user-error like error.
16186
16187 * emacs-lisp/bytecomp.el (byte-compile-char-before)
16188 (byte-compile-backward-char, byte-compile-backward-word):
16189 Handle explicit nil arguments. (Bug#14565)
16190
16191 2013-06-05 Alan Mackenzie <acm@muc.de>
16192
16193 * isearch.el (isearch-allow-prefix): New user option.
16194 (isearch-other-meta-char): Don't exit isearch when a prefix
16195 argument is typed whilst `isearch-allow-prefix' is non-nil.
16196 (Bug#9706)
16197
16198 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
16199
16200 * autorevert.el (auto-revert-notify-handler): Use memq.
16201 Hide assertion failure.
16202
16203 * skeleton.el: Use cl-lib.
16204 (skeleton-further-elements): Use defvar-local.
16205 (skeleton-insert): Use cl-progv.
16206
16207 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
16208
16209 * progmodes/prog-mode.el (prog-prettify-symbols)
16210 (prog-prettify-install): Update docstrings.
16211
16212 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
16213
16214 * simple.el: Move all the prog-mode code to prog-mode.el.
16215 * progmodes/prog-mode.el: New file.
16216 * loadup.el: Add prog-mode.el.
16217
16218 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
16219
16220 * simple.el (prog-prettify-symbols): Add version.
16221 (prog-prettify-install): Add convenience function to prettify symbols.
16222
16223 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
16224 (perl--augmented-font-lock-keywords-1)
16225 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
16226 variables and use it.
16227
16228 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
16229 (cfengine3-mode): Remove unneeded variable and use it.
16230
16231 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
16232 (lisp--augmented-font-lock-keywords-1)
16233 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
16234 Remove unneeded variables and use it.
16235
16236 2013-06-05 João Távora <joaotavora@gmail.com>
16237
16238 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
16239 to point when opening the connection. (Bug#14380)
16240
16241 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
16242
16243 * subr.el (load-history-regexp, load-history-filename-element)
16244 (eval-after-load, after-load-functions, do-after-load-evaluation)
16245 (eval-next-after-load, display-delayed-warnings)
16246 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
16247 definition of save-match-data.
16248 (overriding-local-map): Remove accidental obsolescence declaration.
16249
16250 * emacs-lisp/edebug.el (edebug-result): Move before first use.
16251
16252 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
16253
16254 Generalize symbol prettify support to prog-mode and implement it
16255 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
16256 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
16257 (prog--prettify-font-lock-compose-symbol)
16258 (prog-prettify-font-lock-symbols-keywords): New variables and
16259 functions to support symbol prettification.
16260 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
16261 (lisp--augmented-font-lock-keywords-1)
16262 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
16263 (lisp--prettify-symbols-alist): Implement prettify of lambda.
16264 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
16265 (cfengine3--prettify-symbols-alist, cfengine3-mode):
16266 Implement prettify of -> => :: strings.
16267 * progmodes/perl-mode.el (perl-prettify-symbols)
16268 (perl--font-lock-compose-symbol)
16269 (perl--font-lock-symbols-keywords): Move to prog-mode.
16270 (perl--prettify-symbols-alist): Prettify -> => :: strings.
16271 (perl-font-lock-keywords-1)
16272 (perl-font-lock-keywords-2): Remove explicit prettify support.
16273 (perl--augmented-font-lock-keywords)
16274 (perl--augmented-font-lock-keywords-1)
16275 (perl--augmented-font-lock-keywords-2, perl-mode):
16276 Implement prettify support.
16277
16278 2013-06-05 Leo Liu <sdl.web@gmail.com>
16279
16280 Re-implement SMIE matching block highlight using
16281 show-paren-data-function. (Bug#14395)
16282 * emacs-lisp/smie.el (smie-matching-block-highlight)
16283 (smie--highlight-matching-block-overlay)
16284 (smie--highlight-matching-block-lastpos)
16285 (smie-highlight-matching-block)
16286 (smie-highlight-matching-block-mode): Remove.
16287 (smie--matching-block-data-cache): New variable.
16288 (smie--matching-block-data): New function.
16289 (smie-setup): Use smie--matching-block-data for
16290 show-paren-data-function.
16291
16292 * progmodes/octave.el (octave-mode-menu): Fix.
16293 (octave-find-definition): Skip garbage lines.
16294
16295 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
16296
16297 Fix compilation error with simultaneous dynamic+lexical scoping.
16298 Add warning when a defvar appears after the first let-binding.
16299 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
16300 (byte-compile-close-variables): Initialize it.
16301 (byte-compile--declare-var): New function.
16302 (byte-compile-file-form-defvar)
16303 (byte-compile-file-form-define-abbrev-table)
16304 (byte-compile-file-form-custom-declare-variable): Use it.
16305 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
16306 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
16307 (byte-compile-bind): Handle dynamic bindings that shadow
16308 lexical bindings.
16309 (byte-compile-unbind): Make arg non-optional.
16310 (byte-compile-let): Simplify.
16311 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
16312 (cconv--analyse-function, cconv-analyse-form): Populate it.
16313 Protect byte-compile-bound-variables to limit the scope of defvars.
16314 (cconv-analyse-form): Add missing rule for (defvar <foo>).
16315 Remove unneeded rule for `declare'.
16316
16317 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
16318 so as to avoid depending on cl-adjoin at run-time.
16319 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
16320
16321 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
16322 (macroexp--warn-and-return): Use it.
16323
16324 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
16325
16326 * subr.el: Convert to lexical binding.
16327 (overriding-local-map): Make obsolete.
16328 (add-to-list): Doc fix. Add compiler macro.
16329 (read-key): Swap values of local maps.
16330
16331 2013-06-05 Leo Liu <sdl.web@gmail.com>
16332
16333 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
16334
16335 2013-06-04 Leo Liu <sdl.web@gmail.com>
16336
16337 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
16338 (compilation-auto-jump): Suppress the "Mark set" message to give
16339 way to exit message.
16340
16341 2013-06-04 Alan Mackenzie <acm@muc.de>
16342
16343 Remove faulty optimisation from indentation calculation.
16344 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
16345 search limit based on 2000 characters back from indent-point.
16346
16347 2013-06-03 Tassilo Horn <tsdh@gnu.org>
16348
16349 * eshell/em-term.el (cl-lib): Require `cl-lib'.
16350
16351 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16352
16353 * emacs-lisp/lisp.el: Use lexical-binding.
16354 (lisp--local-variables-1, lisp--local-variables): New functions.
16355 (lisp--local-variables-completion-table): New var.
16356 (lisp-completion-at-point): Use it complete let-bound vars.
16357
16358 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
16359 eagerly (bug#14422).
16360
16361 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
16362
16363 * autorevert.el (auto-revert-notify-enabled)
16364 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
16365 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
16366 (auto-revert-notify-handler): Handle also gfilenotify.
16367
16368 * subr.el (file-notify-handle-event): New defun. Replacing ...
16369 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
16370 Remove.
16371
16372 2013-06-03 Juri Linkov <juri@jurta.org>
16373
16374 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
16375 `M-s h .'. (Bug#14427)
16376
16377 * hi-lock.el (highlight-symbol-at-point): New alias for the new
16378 command `hi-lock-face-symbol-at-point'.
16379 (hi-lock-face-symbol-at-point): New command.
16380 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
16381 (hi-lock-menu): Add `highlight-symbol-at-point'.
16382 (hi-lock-mode): Doc fix.
16383
16384 * isearch.el (isearch-forward-symbol-at-point): New command.
16385 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
16386 (isearch-highlight-regexp): Add a regexp which matches
16387 words/symbols for word/symbol mode.
16388
16389 * subr.el (find-tag-default-bounds): New function with the body
16390 mostly moved from `find-tag-default'.
16391 (find-tag-default): Move most code to `find-tag-default-bounds',
16392 call it and apply `buffer-substring-no-properties' afterwards.
16393
16394 2013-06-03 Tassilo Horn <tsdh@gnu.org>
16395
16396 * eshell/em-term.el (eshell-term-initialize):
16397 Use `cl-intersection' rather than `intersection'.
16398
16399 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
16400
16401 * vc/log-view.el: Doc fix.
16402 (log-view-mode-map): Copy keymap from `special-mode-map'.
16403
16404 2013-06-02 Eric Ludlam <zappo@gnu.org>
16405
16406 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
16407 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
16408 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
16409 (eieio-unbound, eieio-default-superclass)
16410 (eieio--define-field-accessors, method-static, method-before)
16411 (method-primary, method-after, method-num-lists)
16412 (method-generic-before, method-generic-primary)
16413 (method-generic-after, method-num-slots)
16414 (eieio-specialized-key-to-generic-key)
16415 (eieio--check-type, class-v, class-p)
16416 (eieio-class-name, define-obsolete-function-alias)
16417 (eieio-class-parents-fast, eieio-class-children-fast)
16418 (same-class-fast-p, class-constructor, generic-p)
16419 (generic-primary-only-p, generic-primary-only-one-p)
16420 (class-option-assoc, class-option, eieio-object-p)
16421 (class-abstract-p, class-method-invocation-order)
16422 (eieio-defclass-autoload-map, eieio-defclass-autoload)
16423 (eieio-class-un-autoload, eieio-defclass)
16424 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
16425 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
16426 (eieio--defgeneric-init-form, eieio-defgeneric-form)
16427 (eieio-defgeneric-reset-generic-form)
16428 (eieio-defgeneric-form-primary-only)
16429 (eieio-defgeneric-reset-generic-form-primary-only)
16430 (eieio-defgeneric-form-primary-only-one)
16431 (eieio-defgeneric-reset-generic-form-primary-only-one)
16432 (eieio-unbind-method-implementations)
16433 (eieio--defmethod, eieio--typep)
16434 (eieio-perform-slot-validation, eieio-validate-slot-value)
16435 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
16436 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
16437 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
16438 (eieio-slot-name-index, eieio-class-slot-name-index)
16439 (eieio-set-defaults, eieio-initarg-to-attribute)
16440 (eieio-attribute-to-initarg, eieio-c3-candidate)
16441 (eieio-c3-merge-lists, eieio-class-precedence-c3)
16442 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
16443 (eieio-class-precedence-list, eieio-generic-call-methodname)
16444 (eieio-generic-call-arglst, eieio-generic-call-key)
16445 (eieio-generic-call-next-method-list)
16446 (eieio-pre-method-execution-functions, eieio-generic-call)
16447 (eieio-generic-call-primary-only, eieiomt-method-list)
16448 (eieiomt-optimizing-obarray, eieiomt-install)
16449 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
16450 (eieio-generic-form, eieio-defmethod, make-obsolete)
16451 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
16452 (defclass): Remove `eval-and-compile' from macro.
16453 (call-next-method, shared-initialize): Instead of using
16454 `scoped-class' variable, use new eieio--scoped-class, and
16455 eieio--with-scoped-class.
16456 (initialize-instance): Rename local variable 'scoped-class' to
16457 'this-class' to remove ambiguitity from old global.
16458
16459 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
16460 eieio.el.
16461 (eieio--scoped-class-stack): New variable.
16462 (eieio--scoped-class): New fcn.
16463 (eieio--with-scoped-class): New scoping macro.
16464 (eieio-defclass): Use pushnew instead of add-to-list.
16465 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
16466 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
16467 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
16468 `scoped-class' variable, use new eieio--scoped-class, and
16469 eieio--with-scoped-class.
16470
16471 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
16472
16473 2013-06-02 Tassilo Horn <tsdh@gnu.org>
16474
16475 * eshell/esh-ext.el (eshell-external-command): Pass args to
16476 `eshell-find-interpreter'.
16477 (eshell-find-interpreter): Add new second parameter ARGS.
16478
16479 * eshell/em-script.el (eshell-script-initialize): Add second arg
16480 to the function added as MATCH to `eshell-interpreter-alist'.
16481
16482 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
16483 the function added as MATCH to `eshell-interpreter-alist'.
16484
16485 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
16486 (eshell-visual-options): New defcustom.
16487 (eshell-escape-control-x): Adapt docstring.
16488 (eshell-term-initialize): Test `eshell-visual-subcommands' and
16489 `eshell-visual-options' in addition to `eshell-visual-commands'.
16490 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
16491
16492 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
16493
16494 * progmodes/python.el (python-indent-block-enders): Add break,
16495 continue and raise keywords.
16496
16497 2013-06-01 Glenn Morris <rgm@gnu.org>
16498
16499 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
16500
16501 Plain (f)boundp silences compilation warnings since Emacs 22.1.
16502 * progmodes/cc-cmds.el (delete-forward-p):
16503 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
16504 * progmodes/cc-engine.el (buffer-syntactic-context):
16505 * progmodes/cc-fonts.el (face-property-instance):
16506 * progmodes/cc-mode.el (set-keymap-parents):
16507 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
16508 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
16509 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
16510 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
16511 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
16512
16513 * progmodes/cc-vars.el (other): Emacs has this widget since
16514 at least 21.1, so don't (re)define it.
16515
16516 * eshell/em-cmpl.el (eshell-cmpl-initialize):
16517 Replace the obsolete alias pcomplete-arg-quote-list.
16518
16519 2013-06-01 Leo Liu <sdl.web@gmail.com>
16520
16521 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
16522 punctuation syntax.
16523 (inferior-octave-minimal-columns)
16524 (inferior-octave-last-column-width): New variables.
16525 (inferior-octave-track-window-width-change): New function.
16526 (inferior-octave-mode): Adjust column width so that Octave output,
16527 for example from 'ls', can fit into the window nicely.
16528
16529 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
16530
16531 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
16532 Highlight expansions inside regexp literals.
16533
16534 2013-05-31 Glenn Morris <rgm@gnu.org>
16535
16536 * obsolete/sym-comp.el (symbol-complete):
16537 Replace obsolete completion-annotate-function.
16538
16539 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
16540
16541 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
16542
16543 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
16544 New function, checks if point is inside a literal that allows
16545 expression expansion.
16546 (ruby-syntax-propertize-expansion): Use it.
16547 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
16548 around the body.
16549
16550 2013-05-30 Juri Linkov <juri@jurta.org>
16551
16552 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
16553 to "\M-si".
16554 (isearch-invisible): New variable.
16555 (isearch-forward): Doc fix.
16556 (isearch-mode): Set `isearch-invisible'
16557 to the value of `search-invisible'.
16558 (isearch-toggle-case-fold): Doc fix.
16559 (isearch-toggle-invisible): New command.
16560 (isearch-query-replace): Let-bind `search-invisible'
16561 to the value of `isearch-invisible'.
16562 (isearch-search): Use `isearch-invisible' instead of
16563 `search-invisible'. Let-bind `search-invisible'
16564 to the value of `isearch-invisible'. (Bug#11378)
16565
16566 2013-05-30 Juri Linkov <juri@jurta.org>
16567
16568 * replace.el (perform-replace): Avoid `isearch-range-invisible'
16569 call when `query-flag' is nil and `search-invisible' is non-nil.
16570 (Bug#11746)
16571
16572 2013-05-30 Glenn Morris <rgm@gnu.org>
16573
16574 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
16575
16576 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
16577 (cc-require): Suppress spurious "noruntime" warnings.
16578 (cc-require-when-compile): Use fboundp, for sake of compiler.
16579
16580 * progmodes/cc-mode.el: Move load of cc-vars before that of
16581 cc-langs (which in turn loads cc-vars), to quieten compiler.
16582
16583 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16584
16585 * paren.el: Simplify the code.
16586 (show-paren-mode): Always start the timer.
16587 (show-paren--idle-timer): Rename from show-paren-idle-timer.
16588 (show-paren--overlay, show-paren--overlay-1): Rename from
16589 show-paren-overlay and show-paren-overlay-1, and initialize to an
16590 overlay rather than to nil.
16591 (show-paren-function): Misc cleanup and simplifications.
16592
16593 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16594
16595 * paren.el (show-paren-data-function): New hook.
16596 (show-paren--default): New function, extracted from show-paren-function.
16597 (show-paren-function): Use show-paren-data-function.
16598
16599 2013-05-30 Glenn Morris <rgm@gnu.org>
16600
16601 * ielm.el (ielm-map, ielm-complete-symbol):
16602 Use completion-at-point rather than obsolete functions.
16603 (inferior-emacs-lisp-mode): Doc fix.
16604 Set completion-at-point-functions, rather than
16605 comint-dynamic-complete-functions.
16606
16607 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
16608 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
16609 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
16610
16611 * image.el (image-animated-p): Tweak definition.
16612
16613 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
16614 (rlogin-process-connection-type): Tweak default. Add set-after.
16615 (rlogin-host): Doc fix.
16616 (rlogin): Tweak prompt.
16617 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
16618
16619 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
16620 * progmodes/tcl.el (inferior-tcl-mode-map):
16621 Use completion-at-point rather than obsolete alias.
16622
16623 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
16624
16625 * minibuffer.el (read-file-name-completion-ignore-case):
16626 Move before completion--in-region, for eager macro expansion.
16627
16628 2013-05-29 Juri Linkov <juri@jurta.org>
16629
16630 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
16631 for total count of matching lines. Add `global-matches' for total
16632 count of matches. Rename `matches' to `lines' for count of
16633 matching lines. Add `matches' for count of matches.
16634 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
16635 to `prev-line' for line number of prev match endpt.
16636 Increment `matches' for every match. Print the number of
16637 matching lines in the header.
16638 (occur-context-lines): Rename `lines' to `curr-line'.
16639 Rename `prev-lines' to `prev-line'. (Bug#14017)
16640
16641 2013-05-29 Juri Linkov <juri@jurta.org>
16642
16643 * replace.el (perform-replace): Add `skip-read-only-count',
16644 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
16645 Increment them for corresponding conditions and report the number
16646 of skipped occurrences in the final message. (Bug#11746)
16647 (query-replace, query-replace-regexp, query-replace-regexp-eval)
16648 (replace-string, replace-regexp): Doc fix.
16649
16650 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
16651
16652 * emacs-lisp/trace.el (trace--read-args): Provide a default.
16653
16654 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
16655 prog-mode-map (bug#14504).
16656
16657 2013-05-29 Leo Liu <sdl.web@gmail.com>
16658
16659 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
16660 (octave-help): Small simplification.
16661
16662 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
16663 off the highlight first.
16664
16665 2013-05-29 Glenn Morris <rgm@gnu.org>
16666
16667 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
16668 Handle idlwave-last-system-routine-info-cons-cell being nil.
16669
16670 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16671 (idlwave-write-paths): Simplify via with-temp-buffer.
16672
16673 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
16674 * emulation/cua-rect.el: Also load cua-base at run time.
16675
16676 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
16677 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
16678 (cperl-imenu-on-info): Require imenu.
16679
16680 2013-05-28 Alan Mackenzie <acm@muc.de>
16681
16682 Handle "capitalised keywords" correctly.
16683 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
16684
16685 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
16686
16687 * eshell/em-unix.el: Add -r option to cp.
16688
16689 2013-05-28 Glenn Morris <rgm@gnu.org>
16690
16691 * vc/vc-arch.el (vc-exec-after): Declare.
16692 (vc-switches): Autoload.
16693 * vc/vc-bzr.el: No need to require vc when compiling.
16694 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
16695 (vc-resynch-buffer, vc-dir-refresh): Declare.
16696 (vc-setup-buffer, vc-switches): Autoload.
16697 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
16698 (vc-resynch-buffer): Declare.
16699 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
16700 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
16701 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
16702 (grep-read-regexp, grep-read-files, grep-expand-template)
16703 (vc-dir-refresh): Declare.
16704 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
16705 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
16706 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
16707 * vc/vc-mtn.el (vc-exec-after): Declare.
16708 (vc-switches): Autoload.
16709 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
16710 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
16711 (vc-file-tree-walk): Declare.
16712 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
16713 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
16714 (vc-tag-precondition, vc-rename-master): Autoload.
16715 * vc/vc-svn.el (vc-exec-after): Declare.
16716 (vc-switches, vc-setup-buffer): Autoload.
16717 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
16718 Autoload.
16719 (vc-resynch-buffer): Declare.
16720
16721 * obsolete/fast-lock.el (byte-compile-warnings):
16722 Don't warn about obsolete features in this obsolete file.
16723
16724 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
16725 Move definition before use.
16726
16727 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
16728 (dun-unix-verbs): Remove dun-zippy.
16729 (dun-zippy): Remove function.
16730
16731 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
16732
16733 2013-05-27 Juri Linkov <juri@jurta.org>
16734
16735 * replace.el (replace-search): New function with code moved out
16736 from `perform-replace'.
16737 (replace-highlight, replace-dehighlight): Move function definitions
16738 up closer to `replace-search'. (Bug#11746)
16739
16740 2013-05-27 Juri Linkov <juri@jurta.org>
16741
16742 * replace.el (perform-replace): Ignore invisible matches.
16743 In addition to checking `query-replace-skip-read-only', also
16744 filter out matches by calling `run-hook-with-args-until-failure'
16745 on `isearch-filter-predicates', and also check `search-invisible'
16746 for t or call `isearch-range-invisible'.
16747 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
16748
16749 2013-05-27 Juri Linkov <juri@jurta.org>
16750
16751 * isearch.el (isearch-filter-predicates): Rename from
16752 `isearch-filter-predicate'. Doc fix. (Bug#11378)
16753 (isearch-message-prefix): Display text from the property
16754 `isearch-message-prefix' of the currently active filters.
16755 (isearch-search): Don't compare `isearch-filter-predicate' with
16756 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
16757 on `isearch-filter-predicates'. Also check `search-invisible' for t
16758 or call `isearch-range-invisible'.
16759 (isearch-filter-visible): Make obsolete.
16760 (isearch-lazy-highlight-search):
16761 Call `run-hook-with-args-until-failure' on
16762 `isearch-filter-predicates' and use `isearch-range-invisible'.
16763
16764 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
16765 `isearch-filter-predicates' instead of `funcall'ing
16766 `isearch-filter-predicate'.
16767 (Info-mode): Set `Info-isearch-filter' to
16768 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
16769
16770 * dired-aux.el (dired-isearch-filter-predicate-orig):
16771 Remove variable.
16772 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
16773 (dired-isearch-filenames-end): Add and remove
16774 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
16775 instead of changing the value of `isearch-filter-predicate'.
16776 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
16777 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
16778 Put property `isearch-message-prefix' to "filename " on
16779 `dired-isearch-filter-filenames'.
16780
16781 * wdired.el (wdired-change-to-wdired-mode):
16782 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
16783 locally instead of changing `isearch-filter-predicate'.
16784 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
16785
16786 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
16787
16788 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
16789 return the commit hash (Bug#14459). Also set the
16790 `vc-git-detached' property.
16791 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
16792 (vc-git-mode-line-string): Use the same help-echo format whether
16793 in detached mode or not, because we know the actual revision now.
16794 When in detached mode, shorten the revision to 7 chars.
16795
16796 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16797
16798 * emacs-lisp/easy-mmode.el (define-minor-mode):
16799 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
16800 mode hook and provide a docstring.
16801
16802 2013-05-27 Alan Mackenzie <acm@muc.de>
16803
16804 Remove spurious syntax-table text properties inserted by C-y.
16805 * progmodes/cc-mode.el (c-after-change): Also clear hard
16806 syntax-table property with value nil.
16807
16808 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
16809
16810 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
16811 when reading the events; the buffer layout shall not be changed.
16812
16813 2013-05-27 Leo Liu <sdl.web@gmail.com>
16814
16815 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
16816 New variable.
16817 (inferior-octave-directory-tracker): Automatically re-sync
16818 default-directory.
16819 (octave-help): Improve handling of 'See also'.
16820
16821 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16822
16823 * doc-view.el: Minor naming convention tweaks.
16824 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
16825
16826 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
16827 even if there's no `display' property yet (bug#14435).
16828
16829 2013-05-25 Eli Zaretskii <eliz@gnu.org>
16830
16831 * subr.el (unmsys--file-name): Rename from reveal-filename.
16832
16833 * Makefile.in (custom-deps, finder-data, autoloads)
16834 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
16835 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
16836 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
16837
16838 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16839
16840 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
16841 error-completion on the first 2 args of condition-case (bug#14446).
16842 Don't burp at EOB.
16843
16844 2013-05-25 Leo Liu <sdl.web@gmail.com>
16845
16846 * comint.el (comint-previous-matching-input): Do not flood the
16847 *Messages* buffer with trivial messages.
16848
16849 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16850
16851 * progmodes/flymake.el (flymake-nop): Don't return a string.
16852 (flymake-set-at): Fix typo.
16853
16854 * simple.el (read--expression): New function, extracted from
16855 eval-expression. Set completion-at-point-functions (bug#14465).
16856 (eval-expression, eval-minibuffer): Use it.
16857
16858 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
16859
16860 * progmodes/flymake.el (flymake-save-buffer-in-file)
16861 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
16862 (flymake-selected-frame, flymake-log, flymake-ins-after)
16863 (flymake-set-at, flymake-get-buildfile-from-cache)
16864 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
16865 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
16866 Refine the doc string.
16867 (flymake-get-file-name-mode-and-masks): Reformat.
16868 (flymake-get-real-file-name-function): Fix a minor bug.
16869
16870 2013-05-24 Juri Linkov <juri@jurta.org>
16871
16872 * progmodes/grep.el (grep-mode-font-lock-keywords):
16873 Support =linenumber= format used by git-grep for lines with
16874 function names. (Bug#13549)
16875
16876 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
16877
16878 * progmodes/octave.el (octave-smie-rules): Return nil rather than
16879 0 after a semi-colon; it works better for smie-auto-fill.
16880 (octave--indent-new-comment-line): New function.
16881 (octave-indent-new-comment-line): Use it (indirectly).
16882 (octave-mode): Don't disable smie-auto-fill. Use add-function to
16883 modify comment-line-break-function.
16884
16885 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
16886 (smie-setup): Use add-function to set it.
16887
16888 2013-05-24 Sam Steingold <sds@gnu.org>
16889
16890 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
16891 argument (before the `interactive' argument).
16892
16893 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
16894
16895 * image-mode.el (image-mode-winprops): Add winprops to
16896 image-mode-winprops-alist before running
16897 image-mode-new-window-functions.
16898 * doc-view.el (doc-view-new-window-function): Don't delay
16899 doc-view-goto-page via timers (bug#14435).
16900
16901 2013-05-24 Tassilo Horn <tsdh@gnu.org>
16902
16903 * doc-view.el: Integrate with desktop.el. (Bug#14435)
16904 (doc-view-desktop-save-buffer): New function.
16905 (doc-view-restore-desktop-buffer): New function.
16906 (desktop-buffer-mode-handlers):
16907 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
16908 handler.
16909 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
16910 `desktop-save-buffer' function.
16911
16912 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
16913
16914 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
16915 (tramp-gvfs-file-name-handler): Raise a user error when
16916 `tramp-gvfs-enabled' is nil.
16917 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
16918 Do not raise a user error when loading package. (Bug#14447)
16919
16920 * net/xesam.el: Move to obsolete/.
16921
16922 2013-05-24 Glenn Morris <rgm@gnu.org>
16923
16924 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
16925
16926 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
16927
16928 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
16929 (Info-find-node, Man-getpage-in-background): Declare.
16930
16931 * mail/unrmail.el (unrmail):
16932 Replace obsolete detect-coding-with-priority.
16933
16934 * net/socks.el (socks-split-string): Use this rather than split-string.
16935 (socks-nslookup-host): Update for above change.
16936 (dynamic-choice, s5-dynamic-choice-match)
16937 (s5-dynamic-choice-match-inline, s5-widget-value-create):
16938 Comment out unused code.
16939
16940 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
16941 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
16942 (gud-tooltip-echo-area): Make obsolete.
16943 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
16944
16945 * progmodes/js.el (js--optimize-arglist): Declare.
16946
16947 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
16948
16949 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
16950 (ediff-window-C): Declare.
16951
16952 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
16953 Tweak requires to silence compiler.
16954
16955 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
16956 (he-search-string, he-tried-table, he-expand-list)
16957 (he-init-string, he-string-member, he-substitute-string)
16958 (he-reset-string): Declare.
16959
16960 * obsolete/options.el (list-options): Use custom-variable-p,
16961 rather than obsolete alias.
16962
16963 2013-05-23 Sam Steingold <sds@gnu.org>
16964
16965 * simple.el (shell-command-on-region): Pass the `replace' argument
16966 down to `call-process-region' to comply with the doc as reported on
16967 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
16968
16969 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
16970
16971 * emacs-lisp/smie.el (smie-indent-forward-token)
16972 (smie-indent-backward-token): Handle string tokens (bug#14381).
16973
16974 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16975
16976 * ielm.el (ielm-menu): New menu.
16977 (inferior-emacs-lisp-mode): Set comment-start.
16978
16979 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16980
16981 * textmodes/reftex.el (reftex-ref-style-toggle):
16982 Fix deactivate action.
16983
16984 * textmodes/reftex-vars.el (reftex-ref-style-alist):
16985 Add cleveref macros.
16986
16987 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16988 Accept options for bibliography commands.
16989 * textmodes/reftex-vars.el (reftex-bibliography-commands):
16990 Add addbibresource. Basic Biblatex support.
16991
16992 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
16993
16994 * net/tramp-gvfs.el (top):
16995 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
16996 when loading package. (Bug#14447)
16997
16998 2013-05-23 Glenn Morris <rgm@gnu.org>
16999
17000 * progmodes/js.el: No need to load comint when compiling.
17001 (ring-insert, comint-send-string, comint-send-input)
17002 (comint-last-input-end, ido-chop): Declare.
17003
17004 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
17005 * vc/ediff-mult.el: Adjust requires.
17006 (ediff-directories-internal, ediff-directory-revisions-internal)
17007 (ediff-patch-file-internal): Declare.
17008 * vc/ediff-ptch.el: Adjust requires.
17009 (ediff-use-last-dir, ediff-buffers-internal): Declare.
17010 (ediff-find-file): Autoload.
17011 * vc/ediff-util.el: No need to load ediff when compiling.
17012 (ediff-regions-internal): Declare.
17013 * vc/ediff-wind.el: Adjust requires.
17014 (ediff-compute-toolbar-width): Define when compiling.
17015 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
17016 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
17017 (dired-get-filename, dired-get-marked-files)
17018 (ediff-last-dir-patch, ediff-patch-default-directory)
17019 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
17020 (ediff-patch-buffer-internal): Declare.
17021
17022 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
17023 (ispell-process, ispell-buffer-local-words, lm-summary)
17024 (lm-section-start, lm-section-end): Declare.
17025 (checkdoc-ispell-init): Simplify.
17026
17027 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
17028 (he-string-member, he-reset-string, he-substitute-string): Declare.
17029
17030 * eshell/em-ls.el: Adjust requires.
17031 (eshell-glob-regexp): Declare.
17032 * eshell/em-tramp.el: Adjust requires.
17033 (eshell-parse-command): Autoload.
17034 * eshell/em-xtra.el: Adjust requires.
17035 (eshell-parse-command): Autoload.
17036 * eshell/esh-ext.el: Adjust requires.
17037 (eshell-parse-command, eshell-close-handles): Autoload.
17038 * eshell/esh-io.el: Adjust requires.
17039 (eshell-output-filter): Autoload.
17040 * eshell/esh-util.el: No need to load tramp when compiling.
17041 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
17042 Declare.
17043 (eshell-parse-ange-ls): Require ange-ftp and tramp.
17044 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
17045 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
17046 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
17047 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
17048 * eshell/esh-opt.el, eshell/esh-proc.el:
17049 * eshell/esh-var.el: Adjust requires.
17050 * eshell/eshell.el: Do not require esh-util twice.
17051 (eshell-add-input-to-history): Declare.
17052 (eshell-command): Check history module is active before using it.
17053
17054 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
17055
17056 2013-05-22 Leo Liu <sdl.web@gmail.com>
17057
17058 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
17059
17060 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
17061
17062 * autorevert.el (auto-revert-notify-add-watch)
17063 (auto-revert-notify-handler): Add `attrib' for the inotify case,
17064 it indicates changes in file modification time.
17065
17066 2013-05-22 Glenn Morris <rgm@gnu.org>
17067
17068 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17069 Always delete the autoloaded function from the noruntime and
17070 unresolved functions lists.
17071
17072 * allout.el: No need to load epa, epg, overlay when compiling.
17073 (epg-context-set-passphrase-callback, epg-list-keys)
17074 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
17075 (epg-key-user-id-list): Declare.
17076
17077 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
17078 (viper-set-parsing-style-toggling-macro)
17079 (viper-set-emacs-state-searchstyle-macros):
17080 Use called-interactively-p on Emacs.
17081 (viper-looking-back): Make it an obsolete alias. Update callers.
17082 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
17083 Use looking-back rather than viper-looking-back.
17084 (viper-tmp-insert-at-eob, viper-enlarge-region)
17085 (viper-read-string-with-history, viper-register-to-point)
17086 (viper-append-to-register, viper-change-state-to-vi)
17087 (viper-backward-char-carefully, viper-forward-char-carefully)
17088 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
17089 (viper-change-state-to-emacs): Declare.
17090 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
17091 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
17092 * emulation/viper-mous.el: Do not load viper-cmd.
17093 (viper-backward-char-carefully, viper-forward-char-carefully)
17094 (viper-forward-word, viper-adjust-window): Declare.
17095
17096 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
17097
17098 * progmodes/idlw-help.el (idlwave-help-fontify):
17099 Use called-interactively-p.
17100
17101 * term/w32console.el (w32-get-console-codepage)
17102 (w32-get-console-output-codepage): Declare.
17103
17104 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
17105 Remove unnecessary declarations.
17106 (dframe-message): Doc fix.
17107
17108 * info.el (dframe-select-attached-frame, dframe-current-frame):
17109 Declare.
17110
17111 * speedbar.el (speedbar-message): Make it an obsolete alias.
17112 Update all callers.
17113 (speedbar-with-attached-buffer)
17114 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
17115 (speedbar-with-writable): Use backquote.
17116 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
17117 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
17118 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
17119 rather than speedbar- aliases.
17120 * mail/rmail.el: Load dframe rather than speedbar when compiling.
17121 (speedbar-make-specialized-keymap, speedbar-insert-button)
17122 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
17123 (speedbar-do-function-pointer): Declare.
17124 (rmail-speedbar-button, rmail-speedbar-find-file)
17125 (rmail-speedbar-move-message):
17126 Use dframe-with-attached-buffer rather than speedbar- alias.
17127 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
17128 (dframe-message, speedbar-make-specialized-keymap)
17129 (speedbar-add-expansion-list, speedbar-mode-functions-list)
17130 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
17131 (speedbar-insert-button, dframe-select-attached-frame)
17132 (dframe-maybee-jump-to-attached-frame)
17133 (speedbar-change-initial-expansion-list)
17134 (speedbar-previously-used-expansion-list-name): Declare.
17135 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
17136 Use dframe-message, dframe-with-attached-buffer rather than
17137 speedbar- aliases.
17138 (gud-sentinel): Silence compiler.
17139 * progmodes/vhdl-mode.el (speedbar-refresh)
17140 (speedbar-do-function-pointer, speedbar-add-supported-extension)
17141 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
17142 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
17143 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
17144 (speedbar-file-lists, speedbar-make-tag-line)
17145 (speedbar-line-directory, speedbar-goto-this-file)
17146 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
17147 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
17148 (speedbar-make-button, speedbar-reset-scanners)
17149 (speedbar-files-item-info, speedbar-line-text)
17150 (speedbar-find-file-in-frame, speedbar-set-timer)
17151 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
17152 (speedbar-with-writable): Do not (re)define it.
17153 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
17154 rather than speedbar- alias.
17155
17156 2013-05-21 Leo Liu <sdl.web@gmail.com>
17157
17158 * progmodes/octave.el (octave-mode-menu): Update and re-organize
17159 menu items.
17160 (octave-mode): Tweak fill-nobreak-predicate.
17161 (inferior-octave-startup): Check process to avoid infinite loop.
17162 (inferior-octave): Pop to buffer first to show abornmal process
17163 exit information.
17164
17165 2013-05-21 Glenn Morris <rgm@gnu.org>
17166
17167 * printing.el (pr-menu-bar): Define when compiling.
17168
17169 2013-05-21 Leo Liu <sdl.web@gmail.com>
17170
17171 * progmodes/octave.el (octave-auto-fill): Remove.
17172 (octave-indent-new-comment-line): Improve.
17173 (octave-mode): Use auto fill mode through
17174 comment-line-break-function and fill-nobreak-predicate.
17175 (octave-goto-function-definition): Support DEFUN_DLD.
17176 (octave-beginning-of-defun): Small tweak.
17177 (octave-help): Show parent directory.
17178
17179 2013-05-21 Glenn Morris <rgm@gnu.org>
17180
17181 * files.el (dired-unmark):
17182 * progmodes/gud.el (gdb-input): Update declarations.
17183
17184 * calculator.el (electric, ehelp): No need to load when compiling.
17185 (Electric-command-loop, electric-describe-mode): Declare.
17186
17187 * doc-view.el (doc-view-current-converter-processes): Move before use.
17188
17189 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17190 Move MODE-set-explicitly definition before use.
17191
17192 * international/mule-diag.el (mule-diag):
17193 Don't use obsolete window-system-version.
17194
17195 * mail/feedmail.el (smtpmail): No need to load when compiling.
17196 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
17197
17198 * mail/mail-utils.el (rfc822): No need to load when compiling.
17199 (rfc822-addresses): Autoload it.
17200 (mail-strip-quoted-names): Trivial simplification.
17201
17202 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
17203 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
17204
17205 * net/snmp-mode.el (tempo): Don't duplicate requires.
17206
17207 * progmodes/prolog.el (info): No need to load when compiling.
17208 (comint): Require before shell requires it.
17209 (Info-goto-node): Autoload it.
17210 (Info-follow-nearest-node): Declare.
17211 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
17212
17213 * textmodes/artist.el (picture-mode-exit): Declare.
17214
17215 * textmodes/reftex-parse.el (reftex-parse-from-file):
17216 Trivial rewrite so the compiler can parse it better.
17217
17218 2013-05-20 Leo Liu <sdl.web@gmail.com>
17219
17220 * progmodes/octave.el (octave-help-mode-map)
17221 (octave-help-mode-finish-hook): New variables.
17222 (octave-help-mode, octave-help-mode-finish): New functions.
17223 (octave-help): Use octave-help-mode.
17224
17225 2013-05-20 Glenn Morris <rgm@gnu.org>
17226
17227 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
17228
17229 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
17230
17231 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
17232 start at point, so that expansion starting right after opening
17233 slash in a regexp is recognized.
17234 (ruby-syntax-before-regexp-re): New defvar, extracted from
17235 ruby-syntax-propertize-function. Since the value of this regexp
17236 is looked up at runtime now, we should be able to turn
17237 `ruby-syntax-methods-before-regexp' into a defcustom later.
17238 (ruby-syntax-propertize-function): Split regexp matching into two
17239 parts, for opening and closing slashes. That allows us to skip
17240 over string interpolations and support multiline regexps.
17241 Don't call `ruby-syntax-propertize-expansions', instead use another rule
17242 for them, which calls `ruby-syntax-propertize-expansion'.
17243 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
17244 call to `ruby-syntax-propertize-function'.
17245 (ruby-syntax-propertize-expansion): Extracted from
17246 `ruby-syntax-propertize-expansions'. Handles one expansion.
17247 (ruby-syntax-propertize-percent-literal): Leave point right after
17248 the percent symbol, so that the expression expansion rule can
17249 propertize the contents.
17250 (ruby-syntax-propertize-heredoc): Leave point at bol following the
17251 heredoc openers.
17252 (ruby-syntax-propertize-expansions): Remove.
17253
17254 2013-05-18 Juri Linkov <juri@jurta.org>
17255
17256 * man.el (Man-default-man-entry): Remove `-' from the end
17257 of the default value. (Bug#14400)
17258
17259 2013-05-18 Glenn Morris <rgm@gnu.org>
17260
17261 * comint.el (comint-password-prompt-regexp):
17262 Allow "password for XXX" where XXX contains colons (eg https://...).
17263
17264 2013-05-18 Leo Liu <sdl.web@gmail.com>
17265
17266 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
17267 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
17268 (octave-source-directories): Don't check process.
17269 (octave-source-directories, octave-find-definition): Doc fix.
17270
17271 2013-05-18 Glenn Morris <rgm@gnu.org>
17272
17273 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
17274 Remove backspace/delete bindings. (Bug#14392)
17275
17276 * cus-dep.el (custom-make-dependencies): Sort the output.
17277 (custom-versions-load-alist): Convert comment to doc.
17278
17279 2013-05-17 Leo Liu <sdl.web@gmail.com>
17280
17281 * newcomment.el (comment-search-backward): Stricter in finding
17282 comment start. (Bug#14303)
17283
17284 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
17285 (octave-comment-start-skip): Properly anchored.
17286
17287 2013-05-17 Leo Liu <sdl.web@gmail.com>
17288
17289 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
17290 Clean up when turned off. (Bug#14395)
17291 (smie--highlight-matching-block-overlay): No longer buffer-local.
17292 (smie-highlight-matching-block): Adjust.
17293
17294 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
17295
17296 Doc string fix for "nanoseconds" (Bug#14406).
17297 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
17298 Fix doc string typo that had "nanoseconds" instead of "microseconds".
17299
17300 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
17301
17302 * calc/calc-units.el (math-extract-units): Preserve powers
17303 of units.
17304
17305 2013-05-17 Leo Liu <sdl.web@gmail.com>
17306
17307 * subr.el (delete-consecutive-dups): New function.
17308 * ido.el (ido-set-matches-1): Use it.
17309 * progmodes/octave.el (inferior-octave-completion-table): Use it.
17310 * ido.el (ido-remove-consecutive-dups): Remove.
17311
17312 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
17313
17314 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17315 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
17316 regexp-opt's `words'.
17317
17318 2013-05-16 Leo Liu <sdl.web@gmail.com>
17319
17320 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
17321 (smie--highlight-matching-block-overlay)
17322 (smie--highlight-matching-block-lastpos)
17323 (smie--highlight-matching-block-timer): New variables.
17324 (smie-highlight-matching-block): New function.
17325 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
17326 (smie-setup): Conditionally enable smie-blink-matching-open.
17327
17328 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
17329
17330 Sync with upstream verilog-mode r840.
17331 * progmodes/verilog-mode.el (verilog-mode-version)
17332 (verilog-mode-release-date): Update.
17333 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
17334 (verilog-sig-tieoff): Fix string error on
17335 AUTORESET with colon define, bug594. Reported by Andrew Hou.
17336 (verilog-read-decls): Fix parameters confusing
17337 AUTOINST interfaces, bug565. Reported by Leith Johnson.
17338
17339 2013-05-16 Eli Zaretskii <eliz@gnu.org>
17340
17341 * subr.el (reveal-filename): New function.
17342
17343 * loadup.el: Compute Emacs executable versions on MS-Windows,
17344 where executables have the .exe extension. Add a hard link
17345 emacs-XX.YY.ZZ.exe on MS-Windows.
17346
17347 * Makefile.in (XARGS_LIMIT): New variable.
17348 (custom-deps, finder-data, autoloads)
17349 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
17350 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
17351 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
17352 (compile-main): Limit xargs according to $(XARGS_LIMIT).
17353
17354 2013-05-16 Leo Liu <sdl.web@gmail.com>
17355
17356 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
17357 (octave-mode-menu, octave-mode-map): Remove its uses.
17358
17359 2013-05-16 Reto Zimmermann <reto@gnu.org>
17360
17361 Sync with upstream vhdl mode v3.34.2.
17362 * progmodes/vhdl-mode.el: Use `push' throughout.
17363 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
17364 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
17365 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
17366 (vhdl-actual-generic-name): New option to derive actual generic name.
17367 (vhdl-port-paste-signals): Replace formal by actual generics.
17368 (vhdl-beautify): New name for old group vhdl-align. Update users.
17369 (vhdl-beautify-options): New option.
17370 (vhdl-last-input-event): New compat alias. Use throughout.
17371 (vhdl-goto-line): Replace user level function `goto-line'.
17372 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
17373 vhdl-fix-statement-buffer.
17374 (vhdl-create-mode-menu): Add some entries.
17375 (vhdl-align-region-groups): Respect vhdl-beautify-options.
17376 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
17377 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
17378 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
17379 to force statements on one line.
17380 (vhdl-remove-trailing-spaces-region):
17381 New, split from vhdl-remove-trailing-spaces.
17382 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
17383 Respect vhdl-beautify-options.
17384 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
17385 (vhdl-update-sensitivity-list): Not add with index if exists without.
17386 Not include array index with signal. Ignore keywords in comments.
17387 (vhdl-get-visible-signals): Regexp tweaks.
17388 (vhdl-template-component-inst): Handle empty library.
17389 (vhdl-template-type): Add template for 'enum' type.
17390 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
17391 Use vhdl-replace-string.
17392 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
17393 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
17394 (vhdl-speedbar-initialize): Update for above name change.
17395 (vhdl-compose-wire-components): Fix in handling of constants.
17396 (vhdl-error-regexp-emacs-alist): New variable.
17397 (vhdl-error-regexp-add-emacs): New function;
17398 adds support for new compile.el (Emacs 22+)
17399 (vhdl-generate-makefile-1): Change target order for single lib. units.
17400 Allow use of absolute file names.
17401
17402 2013-05-16 Leo Liu <sdl.web@gmail.com>
17403
17404 * simple.el (prog-indent-sexp): Indent enclosing defun.
17405
17406 2013-05-15 Glenn Morris <rgm@gnu.org>
17407
17408 * cus-start.el (show-trailing-whitespace): Move to editing basics.
17409 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
17410 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
17411 (whitespace-highlight): Move to whitespace group.
17412
17413 * comint.el (comint-source):
17414 * pcmpl-linux.el (pcmpl-linux):
17415 * shell.el (shell-faces):
17416 * eshell/esh-opt.el (eshell-opt):
17417 * international/ccl.el (ccl): Remove empty custom groups.
17418
17419 * completion.el (dynamic-completion-mode):
17420 * jit-lock.el (jit-lock-debug-mode):
17421 * minibuffer.el (completion-in-region-mode):
17422 * type-break.el (type-break-mode-line-message-mode)
17423 (type-break-query-mode):
17424 * emulation/tpu-edt.el (tpu-edt-mode):
17425 * progmodes/subword.el (global-subword-mode, global-superword-mode):
17426 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
17427 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
17428
17429 * term/xterm.el (xterm): Change parent group to terminals.
17430
17431 * master.el (master): Remove empty custom group.
17432 (master-mode): Remove unused :group argument.
17433 * textmodes/refill.el (refill): Remove empty custom group.
17434 (refill-mode): Remove unused :group argument.
17435
17436 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
17437
17438 * cus-dep.el: Provide a feature.
17439 (custom-make-dependencies): Ignore dotfiles (dir-locals).
17440 Don't mistakenly ignore files whose basenames match a basename
17441 from preloaded-file-list (eg cedet/ede/simple.el).
17442 Add a fallback method for getting :group.
17443
17444 2013-05-15 Juri Linkov <juri@jurta.org>
17445
17446 * isearch.el (isearch-char-by-name): Rename from
17447 `isearch-insert-char-by-name'. Doc fix.
17448 (isearch-forward): Mention `isearch-char-by-name' in
17449 the docstring. (Bug#13348)
17450
17451 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
17452 `exit-minibuffer' instead of
17453 `isearch-nonincremental-exit-minibuffer'.
17454 (isearch-edit-string): Remove mention of
17455 `isearch-nonincremental-exit-minibuffer' from docstring.
17456 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
17457 (isearch-forward-exit-minibuffer)
17458 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
17459
17460 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
17461
17462 * loadup.el: Just use unversioned DOC.
17463
17464 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
17465 literals as extending to EOB.
17466 (nxml-last-fontify-end): Remove unused variable.
17467 (nxml-after-change1): Use with-silent-modifications.
17468 (nxml-extend-after-change-region): Simplify.
17469 (nxml-extend-after-change-region1): Remove function.
17470 (nxml-after-change1): Don't adjust for dependent regions.
17471 (nxml-fontify-matcher): Simplify.
17472 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
17473 (xmltok-add-dependent): Remove function.
17474 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
17475 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
17476 (xmltok-scan-prolog-after-processing-instruction-open): Treat
17477 unclosed <[[, <?, comment, and other literals as extending to EOB.
17478 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
17479 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
17480 Remove functions.
17481 (rng-do-some-validation-1): Don't mark dependent regions.
17482 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
17483 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
17484 (nxml-clear-dependent-regions): Remove functions.
17485 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
17486 (nxml-ensure-scan-up-to-date):
17487 Don't clear&mark dependent regions.
17488
17489 2013-05-15 Leo Liu <sdl.web@gmail.com>
17490
17491 * progmodes/octave.el (octave-goto-function-definition):
17492 Improve and fix callers.
17493
17494 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
17495
17496 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
17497 the setter (bug#14387).
17498
17499 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
17500 surrounding group (bug#14402).
17501
17502 2013-05-14 Juri Linkov <juri@jurta.org>
17503
17504 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
17505 (Bug#14390)
17506
17507 2013-05-14 Glenn Morris <rgm@gnu.org>
17508
17509 * progmodes/f90.el (f90-imenu-generic-expression):
17510 Fix typo in 2013-05-08 change. (Bug#14402)
17511
17512 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
17513
17514 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
17515 Remove signals for which replies are never received.
17516
17517 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
17518
17519 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
17520 (gdb-handler-alist, gdb-handler-number): Remove variables.
17521 (gdb-handler-list): New variable.
17522 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
17523 (gdb-pending-handler-p, gdb-handle-reply)
17524 (gdb-remove-all-pending-triggers): New functions.
17525 (gdb-discard-unordered-replies): New defcustom.
17526 (gdb-handler): New defstruct.
17527 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
17528 instead of gdb-pending-triggers. Update docstring.
17529 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
17530 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
17531 (gdb-var-update-handler, def-gdb-auto-update-trigger)
17532 (def-gdb-auto-update-handler, gdb-get-changed-registers)
17533 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
17534 (gdb-frame-handler): Pending triggers are now automatically managed.
17535 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
17536 Remove argument.
17537 (gdb-input): Automatically handles pending triggers. Update docstring.
17538 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
17539 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
17540 Update comments.
17541 (gdb-done-or-error): Now use gdb-handle-reply.
17542
17543 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
17544
17545 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
17546 gdb-debug-log.
17547
17548 2013-05-14 Glenn Morris <rgm@gnu.org>
17549
17550 * subr.el (user-emacs-directory-warning): New option.
17551 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
17552
17553 2013-05-14 Leo Liu <sdl.web@gmail.com>
17554
17555 * progmodes/octave.el (octave-font-lock-keywords): Fix error
17556 during redisplay.
17557 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
17558 (octave-font-lock-texinfo-comment): Fix invalid search bound
17559 error: wrong side of point.
17560
17561 2013-05-14 Glenn Morris <rgm@gnu.org>
17562
17563 * progmodes/flymake.el (flymake-xml-program): New option.
17564 (flymake-xml-init): Use it.
17565
17566 * term/xterm.el: Provide a feature.
17567
17568 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
17569
17570 2013-05-13 Glenn Morris <rgm@gnu.org>
17571
17572 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
17573 Add compat aliases as a hack workaround. (Bug#14384)
17574
17575 2013-05-13 Leo Liu <sdl.web@gmail.com>
17576
17577 * progmodes/octave.el (octave-indent-comment): Fix indentation for
17578 ###, and %!.
17579 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
17580 C-M-q.
17581 (octave-comment-start-skip): Include %!.
17582 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
17583
17584 2013-05-12 Leo Liu <sdl.web@gmail.com>
17585
17586 * progmodes/octave.el (inferior-octave-startup): Store the value
17587 of __octave_srcdir__ for octave-source-directories.
17588 (inferior-octave-check-process): New function refactored out of
17589 inferior-octave-send-list-and-digest.
17590 (octave-source-directories)
17591 (octave-find-definition-filename-function): New variables.
17592 (octave-source-directories)
17593 (octave-find-definition-default-filename): New functions.
17594 (octave-find-definition): Improve to find functions implemented in C++.
17595
17596 2013-05-12 Glenn Morris <rgm@gnu.org>
17597
17598 * calendar/diary-lib.el (diary-outlook-format-1):
17599 Don't include dayname in the output. (Bug#14349)
17600
17601 2013-05-11 Glenn Morris <rgm@gnu.org>
17602
17603 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
17604
17605 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
17606 Treat cc-provide like provide.
17607
17608 2013-05-11 Kevin Ryde <user42@zip.com.au>
17609
17610 * cus-dep.el (custom-make-dependencies):
17611 Use generated-autoload-load-name for the sake of files such
17612 such cedet/semantic/bovine/c.el, where the base file name
17613 is not in load-path. (Bug#5277)
17614
17615 2013-05-11 Glenn Morris <rgm@gnu.org>
17616
17617 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
17618 Provide features.
17619
17620 2013-05-11 Leo Liu <sdl.web@gmail.com>
17621
17622 * progmodes/octave.el (octave-indent-comment): Improve.
17623 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
17624 (octave-eldoc-function-signatures, octave-eldoc-function):
17625 New functions.
17626 (octave-mode, inferior-octave-mode): Add eldoc support.
17627
17628 2013-05-11 Richard Stallman <rms@gnu.org>
17629
17630 * epa.el (epa-decrypt-file): Take output file name as argument
17631 and read it using `interactive'.
17632
17633 2013-05-11 Leo Liu <sdl.web@gmail.com>
17634
17635 * progmodes/octave.el (octave-beginning-of-line)
17636 (octave-end-of-line): Check before using up-list because it jumps
17637 out of more syntactic contructs since moving to smie.
17638 (octave-indent-comment): New function.
17639 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
17640 (octave-begin-keywords, octave-end-keywords)
17641 (octave-reserved-words, octave-smie-bnf-table)
17642 (octave-smie-rules): Add new keywords from Octave 3.6.4.
17643
17644 2013-05-11 Glenn Morris <rgm@gnu.org>
17645
17646 * faces.el (internal-face-x-get-resource):
17647 * frame.el (ns-display-monitor-attributes-list):
17648 * calc/calc-aent.el (math-to-radians-2):
17649 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
17650 Fix declarations.
17651
17652 * calc/calc-menu.el: Make it loadable in isolation.
17653
17654 * net/eudcb-bbdb.el: Make it loadable without bbdb.
17655 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
17656 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
17657 (eudc-bbdb-query-internal): Require 'bbdb.
17658
17659 * lpr.el (lpr-headers-switches):
17660 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
17661
17662 * progmodes/sql.el (sql-login-params): Fix and improve :type.
17663
17664 * emulation/edt-mapper.el: In batch mode, error rather than hang.
17665
17666 * term.el (term-set-escape-char): Make it idempotent.
17667
17668 2013-05-10 Leo Liu <sdl.web@gmail.com>
17669
17670 * progmodes/octave.el (inferior-octave-completion-table):
17671 No longer a function and all uses changed. Use cache to speed up
17672 completion due to bug#11906.
17673 (octave-beginning-of-defun): Re-write to be more general.
17674
17675 2013-05-10 Glenn Morris <rgm@gnu.org>
17676
17677 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
17678
17679 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
17680
17681 * comint.el (comint-redirect-send-command-to-process): Use :around
17682 rather than :override for comint-redirect-filter.
17683 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
17684 Call it instead of comint-redirect-original-filter-function (which
17685 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
17686
17687 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
17688
17689 * frame.el (display-monitor-attributes-list): Add NS case.
17690 (ns-display-monitor-attributes-list): Declare.
17691
17692 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
17693
17694 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
17695
17696 2013-05-09 Glenn Morris <rgm@gnu.org>
17697
17698 * international/fontset.el (vertical-centering-font-regexp):
17699 Set standard-value.
17700
17701 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
17702
17703 * bookmark.el (bookmark-search-delay):
17704 * cus-start.el (vertical-centering-font-regexp):
17705 * ps-mule.el (ps-mule-font-info-database-default):
17706 * ps-print.el (ps-default-fg, ps-default-bg):
17707 * type-break.el (type-break-good-break-interval):
17708 * whitespace.el (whitespace-indentation-regexp)
17709 (whitespace-space-after-tab-regexp):
17710 * emacs-lisp/testcover.el (testcover-1value-functions)
17711 (testcover-noreturn-functions, testcover-progn-functions)
17712 (testcover-prog1-functions):
17713 * emulation/viper-init.el (viper-emacs-state-cursor-color):
17714 * eshell/em-glob.el (eshell-glob-translate-alist):
17715 * play/tetris.el (tetris-tty-colors):
17716 * progmodes/cpp.el (cpp-face-default-list):
17717 * progmodes/flymake.el (flymake-allowed-file-name-masks):
17718 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
17719 (idlwave-help-browser-generic-args):
17720 * progmodes/make-mode.el (makefile-special-targets-list):
17721 * progmodes/python.el (python-shell-virtualenv-path):
17722 * progmodes/verilog-mode.el (verilog-active-low-regexp)
17723 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
17724 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
17725 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
17726 * textmodes/reftex-vars.el (reftex-format-label-function):
17727 * textmodes/remember.el (remember-diary-file): Fix custom types.
17728
17729 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
17730 Add :version.
17731
17732 2013-05-09 Leo Liu <sdl.web@gmail.com>
17733
17734 * progmodes/octave.el (inferior-octave-completion-at-point):
17735 Restore file completion. (Bug#14300)
17736 (inferior-octave-startup): Fix incorrect highlighting for the
17737 first prompt.
17738
17739 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
17740
17741 * progmodes/ruby-mode.el: First cut at SMIE support.
17742 (ruby-use-smie): New var.
17743 (ruby-smie-grammar): New constant.
17744 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
17745 (ruby-smie--forward-token, ruby-smie--backward-token)
17746 (ruby-smie-rules): New functions.
17747 (ruby-mode-variables): Setup SMIE if applicable.
17748
17749 2013-05-08 Eli Zaretskii <eliz@gnu.org>
17750
17751 * simple.el (line-move-visual): Signal beginning/end of buffer
17752 only if vertical-motion moved less than it was requested. Avoids
17753 silly incorrect error messages when there are display strings with
17754 multiple newlines at EOL.
17755
17756 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
17757
17758 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
17759 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
17760 (prolog-char-quote-workaround):
17761 * progmodes/cperl-mode.el (cperl-under-as-char):
17762 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
17763 Mark as obsolete.
17764 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
17765 their declaration.
17766 (vhdl-mode-syntax-table-init): Remove.
17767
17768 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
17769 last change.
17770
17771 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
17772 syntax for "_".
17773 (ld-script-font-lock-keywords):
17774 Change regexps to use things like \_< and \_>.
17775
17776 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
17777 Change all regexps to use things like \_< and \_>.
17778
17779 * progmodes/autoconf.el (autoconf-definition-regexp)
17780 (autoconf-font-lock-keywords, autoconf-current-defun-function):
17781 Handle a _ with symbol syntax.
17782 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
17783
17784 * progmodes/ada-mode.el (ada-mode-abbrev-table):
17785 Consolidate declaration.
17786 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
17787 the declaration.
17788 (ada-create-syntax-table): Remove.
17789 (ada-capitalize-word): Don't mess with the syntax of "_" since it
17790 already has the right syntax nowadays.
17791 (ada-goto-next-word): Don't change the syntax of "_".
17792
17793 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
17794 with-wrapper-hook.
17795
17796 2013-05-08 Sam Steingold <sds@gnu.org>
17797
17798 * thingatpt.el (thing-at-point): Accept optional second argument
17799 NO-PROPERTIES to strip the text properties from the return value.
17800 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
17801 to `thing-at-point' instead of stripping the properties ourselves.
17802 Also, when `thing-at-point' fails to find a url, prepend "http://"
17803 to the filename at point on the assumption that the user is
17804 pointing at something like gnu.org/gnu.
17805
17806 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
17807
17808 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
17809 * faces.el (crm-separator):
17810 Silence byte-compiler.
17811
17812 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
17813 (tool-bar-map): Remove unneeded defvars.
17814
17815 2013-05-08 Leo Liu <sdl.web@gmail.com>
17816
17817 Re-work a fix for bug#10994 based on Le Wang's patch.
17818 * ido.el (ido-remove-consecutive-dups): New helper.
17819 (ido-completing-read): Use it.
17820 (ido-chop): Revert fix for bug#10994.
17821
17822 2013-05-08 Adam Spiers <emacs@adamspiers.org>
17823
17824 * cus-edit.el (custom-save-variables):
17825 Pretty-print long values. (Bug#14187)
17826
17827 2013-05-08 Glenn Morris <rgm@gnu.org>
17828
17829 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
17830 (m4-mode-syntax-table): Init in the defvar.
17831 (m4-mode-abbrev-table): Let define-derived-mode define it.
17832
17833 2013-05-08 Tom Tromey <tromey@redhat.com>
17834
17835 * progmodes/m4-mode.el (m4-mode-syntax-table):
17836 Do not treat "_" as word constituent. (Bug#14167)
17837
17838 2013-05-07 Glenn Morris <rgm@gnu.org>
17839
17840 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
17841 Remove explicit eshell-isearch-cancel-map.
17842
17843 * progmodes/f90.el (f90-smart-end-names): New option.
17844 (f90-smart-end): Doc fix.
17845 (f90-end-block-optional-name): New constant.
17846 (f90-block-match): Respect f90-smart-end-names.
17847
17848 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
17849
17850 * progmodes/octave.el (octave-smie-forward-token): Be more careful
17851 about implicit semi-colons (bug#14218).
17852
17853 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17854
17855 * frame.el (display-monitor-attributes-list)
17856 (frame-monitor-attributes): New functions.
17857
17858 2013-05-06 Leo Liu <sdl.web@gmail.com>
17859
17860 * progmodes/octave.el (octave-syntax-propertize-function): Change
17861 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
17862 (octave-font-lock-keywords): Use octave-operator-regexp.
17863 (octave-completion-at-point): Rename from
17864 octave-completion-at-point-function.
17865 (inferior-octave-directory-tracker): Robustify.
17866 (octave-text-functions): Remove and fix its uses. No such things
17867 any more.
17868
17869 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17870
17871 * emacs-lisp/trace.el (trace--display-buffer): New function.
17872 (trace-make-advice): Use it.
17873
17874 2013-05-06 Juri Linkov <juri@jurta.org>
17875
17876 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
17877 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
17878 Doc fix.
17879 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
17880 in the help string. (Bug#12985)
17881
17882 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
17883
17884 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
17885
17886 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17887
17888 * progmodes/perl-mode.el: Add support for here documents.
17889 (perl-syntax-propertize-function): Match here-doc markers.
17890 (perl-syntax-propertize-special-constructs): Find their end.
17891 (perl-imenu-generic-expression): Use [:alnum:].
17892
17893 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
17894 (advice--add-function): Refresh the advice if already present
17895 (bug#14317).
17896
17897 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
17898
17899 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
17900
17901 2013-05-06 Glenn Morris <rgm@gnu.org>
17902
17903 * w32-fns.el (w32-charset-info-alist): Declare.
17904
17905 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
17906 of its defcustom properties.
17907 (eshell-cmpl-initialize): No need to load pcomplete.
17908
17909 * generic-x.el: No need to require comint when compiling.
17910
17911 * net/eudc-export.el: Make it loadable without bbdb.
17912 (top-level): Use require rather than load-library.
17913 (eudc-create-bbdb-record, eudc-bbdbify-phone)
17914 (eudc-batch-export-records-to-bbdb)
17915 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
17916 Require bbdb.
17917
17918 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17919
17920 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
17921 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
17922 some tweaks, instead.
17923
17924 2013-05-05 Leo Liu <sdl.web@gmail.com>
17925
17926 * progmodes/octave.el (octave-font-lock-keywords)
17927 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
17928 (inferior-octave-send-list-and-digest): Improve error message.
17929 (octave-mode, inferior-octave-mode): Use setq-local.
17930 (octave-help): Set info-lookup-mode.
17931
17932 2013-05-05 Richard Stallman <rms@gnu.org>
17933
17934 * vc/compare-w.el (compare-windows-whitespace):
17935 Treat no-break space as whitespace.
17936
17937 * mail/rmailsum.el (rmail-summary-rmail-update):
17938 Detect empty summary and don't change selected message.
17939 (rmail-summary-goto-msg): Likewise.
17940
17941 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
17942 Doc fixes, rename args.
17943
17944 2013-05-05 Alan Mackenzie <acm@muc.de>
17945
17946 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
17947
17948 2013-05-05 Juri Linkov <juri@jurta.org>
17949
17950 * info.el (Info-read-subfile): Use (point-min) instead of (point)
17951 to not add the length of the summary segment to the return value.
17952 (Bug#14125)
17953
17954 2013-05-05 Leo Liu <sdl.web@gmail.com>
17955
17956 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
17957 (inferior-octave-output-filter): Remove.
17958 (octave-send-region, inferior-octave-startup): Fix callers.
17959 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
17960 (octave-binary-file-extensions): New user variable.
17961 (octave-find-definition): Confirm if opening binary files.
17962 (octave-help-file): Use octave-find-definition to get the binary
17963 confirmation.
17964 (octave-help): Adjust for octave-help-file change.
17965
17966 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17967
17968 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
17969 Merge the two entries that handle function definitions.
17970 (pascal--syntax-propertize): New const.
17971 (pascal-mode): Use it. Use setq-local.
17972
17973 2013-05-04 Glenn Morris <rgm@gnu.org>
17974
17975 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
17976 (diary-from-outlook): Respect diary-from-outlook-function.
17977
17978 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17979
17980 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
17981 Move the declaration from C.
17982 (read-minibuffer, eval-minibuffer): Move from C.
17983 (completion-setup-function): Avoid minibuffer-completion-contents.
17984
17985 2013-05-03 Leo Liu <sdl.web@gmail.com>
17986
17987 * progmodes/octave.el (octave-font-lock-keywords): Do not
17988 dehighlight 'end' in comments or strings.
17989 (octave-completing-read, octave-goto-function-definition):
17990 New helpers.
17991 (octave-help-buffer): New user variable.
17992 (octave-help-file, octave-help-function): New button types.
17993 (octave-help): New command and bind it to C-h ;.
17994 (octave-find-definition): New command and bind it to M-.
17995 (user-error): Alias to error if not defined.
17996
17997 2013-05-02 Leo Liu <sdl.web@gmail.com>
17998
17999 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
18000 for \. (bug#14332)
18001 (octave-font-lock-keywords): Include [ and {.
18002
18003 2013-05-02 Leo Liu <sdl.web@gmail.com>
18004
18005 * progmodes/octave.el (inferior-octave-startup-file): Change default.
18006 (inferior-octave): Remove calling comint-mode and return the buffer.
18007 (inferior-octave-startup): Cosmetic changes.
18008
18009 2013-05-02 Leo Liu <sdl.web@gmail.com>
18010
18011 * progmodes/octave.el (octave-syntax-propertize-function):
18012 Include the case when ' is at line beginning. (Bug#14336)
18013
18014 2013-05-02 Glenn Morris <rgm@gnu.org>
18015
18016 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
18017 * desktop.el (vc-dir-mode): Just autoload it here.
18018
18019 2013-05-02 Alan Mackenzie <acm@muc.de>
18020
18021 Eliminate variable c-standard-font-lock-fontify-region-function.
18022 * progmodes/cc-mode.el
18023 (c-standard-font-lock-fontify-region-function): Remove.
18024 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
18025
18026 2013-05-01 Leo Liu <sdl.web@gmail.com>
18027
18028 * progmodes/octave.el: Compatible with older emacs-24 releases.
18029 (inferior-octave-has-built-in-variables): Remove. Built-in
18030 variables were removed from Octave in 2007.
18031 (inferior-octave-startup): Fix uses.
18032 (comint-line-beginning-position): Remove compatibility code for
18033 emacs 21.
18034
18035 2013-05-01 Juri Linkov <juri@jurta.org>
18036
18037 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
18038
18039 2013-05-01 Juri Linkov <juri@jurta.org>
18040
18041 * comint.el (comint-previous-matching-input): Don't print message
18042 "History item: %d" when `isearch-mode' is active.
18043 (comint-history-isearch-message): Print message "History item: %d"
18044 when `comint-input-ring-index' is not empty and this function is
18045 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
18046
18047 2013-05-01 Leo Liu <sdl.web@gmail.com>
18048
18049 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
18050 definitions. Use completion-at-point to insert keywords.
18051 (octave-abbrev-start): Remove.
18052 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
18053
18054 2013-04-30 Leo Liu <sdl.web@gmail.com>
18055
18056 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
18057 change.
18058
18059 2013-04-30 Alan Mackenzie <acm@muc.de>
18060
18061 Handle arbitrarily long C++ member initialisation lists.
18062 * progmodes/cc-engine.el (c-back-over-member-initializers):
18063 new function.
18064 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
18065 (most) member init lists.
18066
18067 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
18068
18069 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
18070 variable.
18071
18072 2013-04-30 Leo Liu <sdl.web@gmail.com>
18073
18074 * progmodes/octave.el (octave-variables): Remove. No builtin
18075 variables any more. All converted to functions.
18076 (octave-font-lock-keywords, octave-completion-at-point-function):
18077 Fix uses.
18078 (octave-font-lock-texinfo-comment): New user variable.
18079 (octave-texinfo-font-lock-keywords): New variable for texinfo
18080 comment block.
18081 (octave-function-comment-block): New face.
18082 (octave-font-lock-texinfo-comment): New function.
18083 (octave-mode): Font lock texinfo comment block.
18084
18085 2013-04-29 Leo Liu <sdl.web@gmail.com>
18086
18087 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
18088 indexing expression.
18089 (octave-continuation-string): Do not use \.
18090 (inferior-octave-complete-impossible): Remove.
18091 (inferior-octave-completion-table)
18092 (inferior-octave-completion-at-point): Remove its uses.
18093 (inferior-octave-startup): completion_matches was introduced to
18094 Octave in 1996 so safe to assume it.
18095 (octave-function-file-comment): Improve to follow how Octave does it.
18096 (octave-update-function-file-comment): Tweak.
18097
18098 2013-04-29 Leo Liu <sdl.web@gmail.com>
18099
18100 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
18101 (inferior-octave-startup): Remove inferior-octave-startup-hook.
18102 (octave-function-file-comment): Fix typo.
18103 (octave-sync-function-file-names): Use read-char-choice.
18104
18105 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
18106
18107 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
18108 to t for the less important warnings.
18109
18110 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
18111
18112 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
18113
18114 2013-04-27 Glenn Morris <rgm@gnu.org>
18115
18116 * vc/log-view.el (log-view-current-entry):
18117 Treat "---" separator lines as part of the following rev. (Bug#14169)
18118
18119 2013-04-27 Juri Linkov <juri@jurta.org>
18120
18121 * subr.el (read-number): Doc fix about using it by interactive
18122 code letter `n'. (Bug#14254)
18123
18124 2013-04-27 Juri Linkov <juri@jurta.org>
18125
18126 * desktop.el (desktop-auto-save-timeout): New option.
18127 (desktop-file-checksum): New variable.
18128 (desktop-save): Add optional arg `auto-save' and don't auto-save
18129 if nothing changed.
18130 (desktop-auto-save-timer): New variable.
18131 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
18132 (after-init-hook): Call `desktop-auto-save-set-timer'.
18133 Suggested by Reuben Thomas <rrt@sc3d.org> in
18134 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
18135
18136 2013-04-27 Leo Liu <sdl.web@gmail.com>
18137
18138 * progmodes/octave.el (octave-function-file-p)
18139 (octave-skip-comment-forward, octave-function-file-comment)
18140 (octave-update-function-file-comment): New functions.
18141 (octave-mode-map): Bind C-c ; to
18142 octave-update-function-file-comment.
18143 (octave-mode-menu): Add octave-update-function-file-comment.
18144 (octave-mode, inferior-octave-mode): Fix doc-string.
18145 (octave-insert-defun): Conform to Octave's coding convention.
18146 (Bug#14285)
18147
18148 * files.el (basic-save-buffer): Don't let errors in
18149 before-save-hook prevent saving buffer.
18150
18151 2013-04-20 Roland Winkler <winkler@gnu.org>
18152
18153 * faces.el (read-face-name): Use completing-read if arg multiple
18154 is nil.
18155
18156 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
18157
18158 * ls-lisp.el (ls-lisp-insert-directory): If no files are
18159 displayed, move point to after the totals line.
18160 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
18161 for the details.
18162
18163 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18164
18165 * emacs-lisp/package.el (package-autoload-ensure-default-file):
18166 Add current dir to the load-path.
18167 (package-generate-autoloads): Don't rely on
18168 autoload-ensure-default-file.
18169
18170 2013-04-26 Reuben Thomas <rrt@sc3d.org>
18171
18172 * textmodes/remember.el (remember-store-in-files): Document that
18173 the file name format is passed to `format-time-string'.
18174
18175 2013-04-26 Leo Liu <sdl.web@gmail.com>
18176
18177 * progmodes/octave.el (octave-sync-function-file-names): New function.
18178 (octave-mode): Use it in before-save-hook.
18179
18180 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18181
18182 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
18183 (bug#14274).
18184
18185 * progmodes/octave.el (octave-smie-forward-token): Properly skip
18186 \n and comment, even if it's not an implicit ; (bug#14218).
18187
18188 2013-04-26 Glenn Morris <rgm@gnu.org>
18189
18190 * subr.el (read-number): Once more use `read' rather than
18191 `string-to-number', to trap non-numeric input. (Bug#14254)
18192
18193 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
18194
18195 * emacs-lisp/syntax.el (syntax-propertize-multiline):
18196 Use `syntax-multiline' text property consistently instead of
18197 `font-lock-multiline'. (Bug#14237)
18198
18199 2013-04-26 Glenn Morris <rgm@gnu.org>
18200
18201 * emacs-lisp/shadow.el (list-load-path-shadows):
18202 No longer necessary to check for duplicate simple.el, since
18203 2012-07-07 change to init_lread to not include installation lisp
18204 directories in load-path when running uninstalled. (Bug#14270)
18205
18206 2013-04-26 Leo Liu <sdl.web@gmail.com>
18207
18208 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
18209 (octave-mode, inferior-octave-mode): Use setq-local.
18210 (octave-not-in-string-or-comment-p): Rename to
18211 octave-in-string-or-comment-p.
18212 (octave-in-comment-p, octave-in-string-p)
18213 (octave-in-string-or-comment-p): Replace defsubst with defun.
18214
18215 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
18216
18217 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
18218
18219 2013-04-25 Bastien Guerry <bzg@gnu.org>
18220
18221 * textmodes/remember.el (remember-data-directory)
18222 (remember-directory-file-name-format): Fix custom types.
18223
18224 2013-04-25 Leo Liu <sdl.web@gmail.com>
18225
18226 * progmodes/octave.el (octave-completion-at-point-function):
18227 Make use of inferior octave process.
18228 (octave-initialize-completions): Remove.
18229 (inferior-octave-completion-table): New function.
18230 (inferior-octave-completion-at-point): Use it.
18231 (octave-completion-alist): Remove.
18232
18233 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18234
18235 * progmodes/opascal.el: Use font-lock and syntax-propertize.
18236 (opascal-mode-syntax-table): New var.
18237 (opascal-literal-kind, opascal-is-literal-end)
18238 (opascal-literal-token-at): Rewrite.
18239 (opascal--literal-start-re, opascal-font-lock-keywords)
18240 (opascal--syntax-propertize): New constants.
18241 (opascal-font-lock-defaults): Adjust.
18242 (opascal-mode): Use them. Set comment-<foo> variables as well.
18243 (delphi-comment-face, opascal-comment-face, delphi-string-face)
18244 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
18245 (delphi-other-face, opascal-other-face): Remove face variables.
18246 (opascal-save-state): Remove macro.
18247 (opascal-fontifying-progress-step): Remove constant.
18248 (opascal--ignore-changes): Remove var.
18249 (opascal-set-token-property, opascal-parse-next-literal)
18250 (opascal-is-stable-literal, opascal-complete-literal)
18251 (opascal-is-literal-start, opascal-face-of)
18252 (opascal-parse-region, opascal-parse-region-until-stable)
18253 (opascal-fontify-region, opascal-after-change)
18254 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
18255 (opascal-debug-parse-region, opascal-debug-parse-window)
18256 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
18257 (opascal-debug-fontify-buffer): Remove.
18258 (opascal-debug-mode-map): Adjust accordingly.
18259
18260 2013-04-25 Leo Liu <sdl.web@gmail.com>
18261
18262 Merge octave-mod.el and octave-inf.el into octave.el with some
18263 cleanups.
18264 * progmodes/octave.el: New file renamed from octave-mod.el.
18265 * progmodes/octave-inf.el: Merged into octave.el.
18266 * progmodes/octave-mod.el: Renamed to octave.el.
18267
18268 2013-04-25 Tassilo Horn <tsdh@gnu.org>
18269
18270 * textmodes/reftex-vars.el
18271 (reftex-label-ignored-macros-and-environments): New defcustom.
18272
18273 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
18274
18275 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18276
18277 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
18278 (smie-indent-keyword): Improve the check to ensure that the next
18279 comment is really on the same line.
18280 (smie-indent-comment): Don't align with a subsequent closer (or eob).
18281
18282 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
18283 semi-colons if the line is not otherwise empty (bug#14218).
18284
18285 2013-04-25 Glenn Morris <rgm@gnu.org>
18286
18287 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
18288
18289 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
18290
18291 * progmodes/opascal.el (opascal-set-token-property): Rename from
18292 opascal-set-text-properties and only set `token' (bug#14134).
18293 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
18294 (opascal-literal-text-properties): Remove.
18295 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
18296 Adjust callers.
18297
18298 2013-04-24 Reuben Thomas <rrt@sc3d.org>
18299
18300 * textmodes/remember.el (remember-handler-functions): Add an
18301 option for a new handler `remember-store-in-files'.
18302 (remember-data-directory, remember-directory-file-name-format):
18303 New options.
18304 (remember-store-in-files): New function to store remember notes
18305 as separate files within a directory.
18306
18307 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
18308
18309 * progmodes/compile.el (compilation-next-error-function):
18310 Pass "formats" to compilation-find-file (bug#11777).
18311
18312 2013-04-24 Glenn Morris <rgm@gnu.org>
18313
18314 * vc/vc-bzr.el (vc-bzr-print-log):
18315 * vc/vc-hg.el (vc-hg-print-log):
18316 * vc/vc-svn.el (vc-svn-print-log):
18317 Fix START-REVISION with LIMIT != 1. (Bug#14168)
18318
18319 * vc/vc-bzr.el (vc-bzr-print-log):
18320 * vc/vc-cvs.el (vc-cvs-print-log):
18321 * vc/vc-git.el (vc-git-print-log):
18322 * vc/vc-hg.el (vc-hg-print-log):
18323 * vc/vc-mtn.el (vc-mtn-print-log):
18324 * vc/vc-rcs.el (vc-rcs-print-log):
18325 * vc/vc-sccs.el (vc-sccs-print-log):
18326 * vc/vc-svn.el (vc-svn-print-log):
18327 * vc/vc.el (vc-print-log-internal): Doc fixes.
18328
18329 2013-04-23 Glenn Morris <rgm@gnu.org>
18330
18331 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
18332 Remove venerable code attempting to avoid substitute-command-keys.
18333
18334 2013-04-23 Tassilo Horn <tsdh@gnu.org>
18335
18336 * textmodes/reftex-vars.el (reftex-label-regexps):
18337 Call `reftex-compile-variables' after changes to this variable.
18338
18339 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
18340
18341 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
18342 Use lexical-binding.
18343 (jit-lock-force-redisplay): Use markers, check buffer's continued
18344 existence and beware narrowed buffers.
18345 (jit-lock-fontify-now): Adjust call accordingly.
18346
18347 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
18348
18349 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
18350 to avoid misleading the user.
18351
18352 2013-04-22 Leo Liu <sdl.web@gmail.com>
18353
18354 * info-look.el: Prefer latex2e.info. (Bug#14240)
18355
18356 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
18357
18358 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
18359
18360 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
18361 * net/tramp.el (tramp-call-process): ... here.
18362 (tramp-set-completion-function, tramp-parse-putty):
18363 * net/tramp-adb.el (tramp-adb-execute-adb-command):
18364 * net/tramp-gvfs.el (tramp-gvfs-send-command):
18365 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
18366 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
18367 (tramp-call-local-coding-command): Use `tramp-call-process'
18368 instead of `tramp-compat-call-process'.
18369
18370 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
18371 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
18372 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
18373 (tramp-find-inline-compress): Improve traces.
18374 (tramp-maybe-send-script): Check for Perl binary.
18375 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
18376
18377 2013-04-22 Daiki Ueno <ueno@gnu.org>
18378
18379 * epg.el (epg-context-pinentry-mode): New function.
18380 (epg-context-set-pinentry-mode): New function.
18381 (epg--start): Pass --pinentry-mode option to gpg command.
18382
18383 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
18384
18385 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
18386 `comint-dynamic-complete' is obsolete since 24.1, replaced by
18387 `completion-at-point'. (Bug#13774)
18388
18389 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
18390 default key binding for `describe-distribution' has been moved to
18391 `C-h C-o'. (Bug#13970)
18392
18393 2013-04-21 Glenn Morris <rgm@gnu.org>
18394
18395 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
18396 Add doc strings.
18397 (vc-print-log): Clarify interactive prompt.
18398
18399 2013-04-20 Glenn Morris <rgm@gnu.org>
18400
18401 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
18402 No longer include timestamp etc information.
18403
18404 2013-04-20 Roland Winkler <winkler@gnu.org>
18405
18406 * faces.el (read-face-name): Bug fix, return just one face if arg
18407 multiple is nil. (Bug#14209)
18408
18409 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18410
18411 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
18412 (remove-function): Autoload.
18413
18414 * comint.el (comint-redirect-original-filter-function): Remove.
18415 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
18416 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
18417 (vc-cvs-annotate-command):
18418 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
18419 * progmodes/prolog.el (prolog-consult-compile):
18420 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
18421 Use add/remove-function instead.
18422 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
18423 (gud-tooltip-process-output, gud-tooltip-tips):
18424 Use add/remove-function instead.
18425 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
18426 (scheme-interaction-mode, exit-scheme-interaction-mode):
18427 Use add/remove-function instead.
18428
18429 * vc/vc-dispatcher.el: Use lexical-binding.
18430 (vc--process-sentinel): Rename from vc-process-sentinel.
18431 Change last arg to be the code to run. Don't use vc-previous-sentinel
18432 and vc-sentinel-commands any more.
18433 (vc-exec-after): Allow code to be a function. Use add/remove-function.
18434 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
18435
18436 2013-04-19 Masatake YAMATO <yamato@redhat.com>
18437
18438 * progmodes/sh-script.el (sh-imenu-generic-expression):
18439 Handle function names with a single character. (Bug#14111)
18440
18441 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
18442
18443 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
18444 for subroutines defined in an eval (bug#14182).
18445
18446 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18447
18448 * bookmark.el (bookmark-completing-read): Improve handling of empty
18449 string (bug#14176).
18450
18451 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18452
18453 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
18454
18455 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
18456
18457 New faster Imenu implementation (bug#14058).
18458 * progmodes/python.el (python-imenu-prev-index-position)
18459 (python-imenu-format-item-label-function)
18460 (python-imenu-format-parent-item-label-function)
18461 (python-imenu-format-parent-item-jump-label-function):
18462 New vars.
18463 (python-imenu-format-item-label)
18464 (python-imenu-format-parent-item-label)
18465 (python-imenu-format-parent-item-jump-label)
18466 (python-imenu--put-parent, python-imenu--build-tree)
18467 (python-imenu-create-index, python-imenu-create-flat-index)
18468 (python-util-popn): New functions.
18469 (python-mode): Set imenu-create-index-function to
18470 python-imenu-create-index.
18471
18472 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18473
18474 * winner.el (winner-active-region): Use region-active-p, activate-mark
18475 and deactivate-mark (bug#14225).
18476
18477 * simple.el (deactivate-mark): Don't inline it.
18478
18479 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
18480
18481 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
18482
18483 2013-04-18 Tassilo Horn <tsdh@gnu.org>
18484
18485 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
18486 file extensions from the archive-mode entry in order to prefer
18487 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
18488
18489 2013-04-18 Leo Liu <sdl.web@gmail.com>
18490
18491 * bindings.el (help-event-list): Add ?\?.
18492
18493 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18494
18495 * subr.el (with-wrapper-hook): Declare obsolete.
18496 * simple.el (filter-buffer-substring-function): New hook.
18497 (filter-buffer-substring): Use it.
18498 (filter-buffer-substring-functions): Mark obsolete.
18499 * minibuffer.el (completion-in-region-function): New hook.
18500 (completion-in-region): Use it.
18501 (completion-in-region-functions): Mark obsolete.
18502 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
18503 * abbrev.el (abbrev-expand-function): New hook.
18504 (expand-abbrev): Use it.
18505 (abbrev-expand-functions): Mark obsolete.
18506 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
18507 and :filter-return.
18508
18509 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
18510
18511 * progmodes/python.el (python-nav--syntactically): Fix cornercases
18512 and do not care about match data.
18513
18514 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
18515
18516 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
18517 completion tables when completing error conditions and
18518 `declare' arguments.
18519 (lisp-complete-symbol, field-complete): Mark as obsolete.
18520 (check-parens): Unmatched parens are user errors.
18521 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
18522
18523 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
18524
18525 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
18526 command changed buffer (ie. `flyspell-pre-buffer' is not current
18527 buffer), which prevents making decisions based on invalid value of
18528 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
18529 cause an error when `flyspell-pre-point' was nil after switching
18530 buffers.
18531 (flyspell-post-command-hook): No longer needs to change buffers when
18532 checking pre-word. While at it remove unnecessary progn.
18533
18534 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
18535
18536 * textmodes/ispell.el (ispell-add-per-file-word-list):
18537 Fix `flyspell-correct-word-before-point' error when accepting
18538 words and `coment-padding' is an integer by using
18539 `comment-normalize-vars' (Bug #14214).
18540
18541 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
18542
18543 New defun movement commands.
18544 * progmodes/python.el (python-nav--syntactically)
18545 (python-nav--forward-defun, python-nav-backward-defun)
18546 (python-nav-forward-defun): New functions.
18547
18548 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
18549
18550 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
18551 (python-syntax-context): Use named compiler-macro for backwards
18552 compatibility with Emacs 24.x.
18553
18554 2013-04-17 Leo Liu <sdl.web@gmail.com>
18555
18556 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
18557 octave-hide-process-buffer.
18558
18559 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
18560
18561 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
18562 (bug#14216).
18563
18564 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
18565
18566 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
18567 Fix adjustment of offset when receiving incomplete responses from GDB
18568 (bug#14129).
18569
18570 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18571
18572 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
18573 python-mode-abbrev-table.
18574 (python-skeleton-define): Adjust accordingly.
18575 (python-mode-abbrev-table): New table that inherits from it so that
18576 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
18577
18578 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
18579 (abbrev-symbol): Use it.
18580 (abbrev--before-point): Use it since we already handle inheritance.
18581
18582 2013-04-16 Leo Liu <sdl.web@gmail.com>
18583
18584 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
18585 binding to info-lookup-symbol.
18586
18587 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
18588
18589 * minibuffer.el (completion--twq-all):
18590 * term/ns-win.el (ns-initialize-window-system):
18591 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
18592
18593 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18594
18595 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
18596 global bindings.
18597
18598 * doc-view.el (doc-view-start-process): Handle url-handler directories.
18599
18600 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
18601
18602 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
18603 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
18604 to nil.
18605 (ruby-end-of-defun): Remove the unused arg, change the docstring
18606 to reflect that this function is only used as the value of
18607 `end-of-defun-function'.
18608 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
18609 to reflect an earlier change that beginning/end-of-defun functions
18610 jump between methods in a class definition, as well as top-level
18611 functions.
18612
18613 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18614
18615 * minibuffer.el (minibuffer-complete): Don't just scroll
18616 a *Completions* that's been iconified.
18617 (minibuffer-force-complete): Make sure repetitions do cycle when going
18618 through completion-in-region -> minibuffer-complete.
18619
18620 2013-04-15 Alan Mackenzie <acm@muc.de>
18621
18622 Correct the placement of c-cpp-delimiters when there're #s not at
18623 col 0.
18624
18625 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
18626 place a submatch around the #.
18627 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
18628 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
18629 on the #, not BOL.
18630
18631 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18632
18633 * emacs-lisp/nadvice.el: Properly test names when adding advice.
18634 (advice--member-p): New arg `name'.
18635 (advice--add-function, advice-member-p): Use it (bug#14202).
18636
18637 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
18638
18639 Reformulate java imenu-generic-expression.
18640 The old expression contained ill formed regexps.
18641
18642 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
18643 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
18644 (cc-imenu-java-method-arg-regexp): New defconsts.
18645 (cc-imenu-java-build-type-args-regex): New defun.
18646 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
18647 handling of spaces in the regexp.
18648
18649 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18650
18651 * textmodes/ispell.el (ispell-command-loop): Remove
18652 flyspell highlight of a word when ispell accepts it (bug #14178).
18653
18654 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
18655
18656 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
18657 uses code from the previous `ange-ftp-run-real-handler'.
18658 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
18659 only in case that function exist. This is needed for proper
18660 unloading of Tramp.
18661
18662 2013-04-15 Tassilo Horn <tsdh@gnu.org>
18663
18664 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
18665
18666 * textmodes/reftex.el (reftex-compile-variables): Use it.
18667
18668 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
18669
18670 * files.el (normal-mode): Only use default major-mode if no other mode
18671 was specified.
18672
18673 * emacs-lisp/trace.el (trace-values): New function.
18674
18675 * files.el: Allow : in local variables (bug#14089).
18676 (hack-local-variable-regexp): New var.
18677 (hack-local-variables-prop-line, hack-local-variables): Use it.
18678
18679 2013-04-13 Roland Winkler <winkler@gnu.org>
18680
18681 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
18682 data before it gets modified by bibtex-beginning-of-entry.
18683
18684 2013-04-13 Roland Winkler <winkler@gnu.org>
18685
18686 * textmodes/bibtex.el (bibtex-url): Doc fix.
18687
18688 2013-04-13 Roland Winkler <winkler@gnu.org>
18689
18690 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
18691 does not visit a BibTeX file, exclude it from the list of buffers
18692 returned by bibtex-initialize.
18693
18694 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
18695
18696 * window.el (split-window): Remove interactive form, since as a
18697 command this function is a special case of split-window-below.
18698 Correct doc string.
18699
18700 2013-04-12 Roland Winkler <winkler@gnu.org>
18701
18702 * faces.el (read-face-name): Do not override value of arg default.
18703 Allow single faces and strings as default values. Remove those
18704 elements from return value that are not faces.
18705 (describe-face): Simplify.
18706 (face-at-point): New optional args thing and multiple so that this
18707 function can provide the same functionality previously provided by
18708 read-face-name.
18709 (make-face-bold, make-face-unbold, make-face-italic)
18710 (make-face-unitalic, make-face-bold-italic, invert-face)
18711 (modify-face, read-face-and-attribute): Use face-at-point.
18712
18713 * cus-edit.el (customize-face, customize-face-other-window)
18714 * cus-theme.el (custom-theme-add-face)
18715 * face-remap.el (buffer-face-set)
18716 * facemenu.el (facemenu-set-face): Use face-at-point.
18717
18718 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
18719
18720 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
18721
18722 2013-04-10 Tassilo Horn <tsdh@gnu.org>
18723
18724 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
18725 off leading { and trailing } from field values.
18726
18727 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18728
18729 * emacs-lisp/timer.el (timer--check): New function.
18730 (timer--time, timer-set-function, timer-event-handler): Use it.
18731 (timer-set-idle-time): Simplify.
18732 (timer--activate): CSE.
18733 (timer-event-handler): Give more info in error message.
18734 (internal-timer-start-idle): New function, moved from C.
18735
18736 * mpc.el (mpc-proc): Add `restart' argument.
18737 (mpc-proc-cmd): Use it.
18738 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
18739 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
18740 less often.
18741
18742 2013-04-10 Masatake YAMATO <yamato@redhat.com>
18743
18744 * progmodes/sh-script.el: Implement `sh-mode' own
18745 `add-log-current-defun-function' (bug#14112).
18746 (sh-current-defun-name): New function.
18747 (sh-mode): Use the function.
18748
18749 2013-04-09 Bastien Guerry <bzg@gnu.org>
18750
18751 * simple.el (choose-completion-string): Fix docstring (bug#14163).
18752
18753 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18754
18755 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
18756
18757 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
18758 timer (bug#14156).
18759
18760 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
18761
18762 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
18763 declaration.
18764
18765 2013-04-07 Leo Liu <sdl.web@gmail.com>
18766
18767 * pcmpl-x.el: New file.
18768
18769 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
18770
18771 Do not set x-display-name until X connection is established.
18772 This is needed to prevent from weird situation described at
18773 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
18774 * frame.el (make-frame): Set x-display-name after call to
18775 window system initialization function, not before.
18776 * term/x-win.el (x-initialize-window-system): Add optional
18777 display argument and use it.
18778 * term/w32-win.el (w32-initialize-window-system):
18779 * term/ns-win.el (ns-initialize-window-system):
18780 * term/pc-win.el (msdos-initialize-window-system):
18781 Add compatible optional display argument.
18782
18783 2013-04-06 Eli Zaretskii <eliz@gnu.org>
18784
18785 * files.el (normal-backup-enable-predicate): On MS-Windows and
18786 MS-DOS compare truenames of temporary-file-directory and of the
18787 file, so that 8+3 aliases (usually found in $TEMP on Windows)
18788 don't fail comparison by compare-strings. Also, compare file
18789 names case-insensitively on MS-Windows and MS-DOS.
18790
18791 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
18792
18793 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
18794 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
18795
18796 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
18797
18798 * whitespace.el (whitespace-color-on, whitespace-color-off):
18799 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
18800
18801 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
18802
18803 * ispell.el (ispell-set-spellchecker-params):
18804 Really set `ispell-args' for all equivs.
18805
18806 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
18807
18808 * ido.el (ido-completions): Use extra elements of ido-decorations
18809 (bug#14143).
18810 (ido-decorations): Update docstring.
18811
18812 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
18813
18814 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18815 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
18816 nil during initialization, in order not to miss changes since the
18817 file was opened. (Bug#14140)
18818
18819 2013-04-05 Leo Liu <sdl.web@gmail.com>
18820
18821 * kmacro.el (kmacro-call-macro): Fix bug#14135.
18822
18823 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
18824
18825 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
18826
18827 2013-04-04 Glenn Morris <rgm@gnu.org>
18828
18829 * electric.el (electric-pair-inhibit-predicate): Add :version.
18830
18831 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
18832
18833 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
18834 when a package is required several times (bug#14082).
18835
18836 2013-04-04 Roland Winkler <winkler@gnu.org>
18837
18838 * faces.el (read-face-name): Behave as promised by the docstring.
18839 Assume that arg default is a list of faces.
18840 (describe-face): Call read-face-name with list of default faces.
18841
18842 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18843
18844 * bookmark.el: Fix deletion of bookmarks (bug#13972).
18845 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
18846 (bookmark-bmenu-execute-deletions): Only skip first line if it's
18847 the header.
18848 (bookmark-exit-hook-internal): Save even if list is empty.
18849
18850 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
18851
18852 * emacs-lisp/package.el (package-pinned-packages): New var.
18853 (package--add-to-archive-contents): Obey it (bug#14118).
18854
18855 2013-04-03 Alan Mackenzie <acm@muc.de>
18856
18857 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
18858 Also adapt to the new values of element 7 of a parse state.
18859
18860 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
18861 parameter `not-in-delimiter'. Handle being inside comment opener.
18862 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
18863 character in case we're typing a '*' after a '/'.
18864 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
18865 instead by passing the parameter to c-state-pp-to-literal.
18866
18867 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
18868 for elt. 7 of a parse state.
18869
18870 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
18871
18872 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
18873 * international/latin1-disp.el, international/mule-util.el:
18874 * language/cyril-util.el, language/european.el, language/ind-util.el:
18875 * language/lao-util.el, language/thai.el, language/tibet-util.el:
18876 * language/tibetan.el, language/viet-util.el:
18877 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
18878
18879 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18880
18881 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
18882 (electric-pair-post-self-insert-function): Use it.
18883 (electric-pair-default-inhibit): New function, extracted from
18884 electric-pair-post-self-insert-function.
18885
18886 2013-03-31 Roland Winkler <winkler@gnu.org>
18887
18888 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
18889
18890 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18891
18892 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
18893
18894 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
18895
18896 Un-indent after "pass" and "return" statements (Bug#13888)
18897 * progmodes/python.el (python-indent-block-enders): New var.
18898 (python-indent-calculate-indentation): Use it.
18899
18900 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
18901
18902 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
18903 defun. Defining it as defalias could introduce too eager
18904 byte-compiler optimization. (Bug#14030)
18905
18906 2013-03-30 Chong Yidong <cyd@gnu.org>
18907
18908 * iswitchb.el (iswitchb-read-buffer): Fix typo.
18909
18910 2013-03-30 Leo Liu <sdl.web@gmail.com>
18911
18912 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
18913 (kmacro-execute-from-register): Pass the keyboard macro to
18914 kmacro-call-macro or repeating won't work correctly.
18915
18916 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
18917
18918 * progmodes/subword.el: Back to using `forward-symbol'.
18919
18920 * subr.el (forward-whitespace, forward-symbol)
18921 (forward-same-syntax): Move from thingatpt.el.
18922
18923 2013-03-29 Leo Liu <sdl.web@gmail.com>
18924
18925 * kmacro.el (kmacro-to-register): New command.
18926 (kmacro-execute-from-register): New function.
18927 (kmacro-keymap): Bind to 'x'. (Bug#14071)
18928
18929 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18930
18931 * mpc.el: Use defvar-local and setq-local.
18932 (mpc--proc-connect): Connection failures are not bugs.
18933 (mpc-mode-map): `follow-link' only applies to the buffer's content.
18934 (mpc-volume-map): Bind to the up-events.
18935
18936 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
18937
18938 * progmodes/subword.el (superword-mode): Use `forward-sexp'
18939 instead of `forward-symbol'.
18940
18941 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18942
18943 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
18944 (edebug--recursive-edit): Use it.
18945 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
18946 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
18947
18948 2013-03-28 Leo Liu <sdl.web@gmail.com>
18949
18950 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
18951
18952 2013-03-27 Eli Zaretskii <eliz@gnu.org>
18953
18954 * facemenu.el (list-colors-callback): New defvar.
18955 (list-colors-redisplay): New function.
18956 (list-colors-display): Install list-colors-redisplay as the
18957 revert-buffer-function. (Bug#14063)
18958
18959 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18960
18961 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
18962 and suffixes don't overlap (bug#14061).
18963
18964 * case-table.el: Use lexical-binding.
18965 (case-table-get-table): New function.
18966 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
18967
18968 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
18969
18970 * progmodes/subword.el: Add `superword-mode' to do word motion
18971 over symbol_words (parallels and leverages `subword-mode' which
18972 does word motion inside MixedCaseWords).
18973
18974 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
18975
18976 * eshell/em-unix.el: Move su and sudo to...
18977 * eshell/em-tramp.el: ...Eshell tramp module.
18978
18979 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18980
18981 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
18982 Change return value to be a sexp. Delay `get-buffer' to after
18983 restoring the desktop (bug#13951).
18984
18985 2013-03-26 Leo Liu <sdl.web@gmail.com>
18986
18987 * register.el: Move semantic tag handling back to
18988 cedet/semantic/senator.el. (Bug#14052)
18989
18990 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18991
18992 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
18993 into the prompt either (bug#13963).
18994
18995 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
18996
18997 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
18998 part of "(error-foo)".
18999
19000 2013-03-24 Juri Linkov <juri@jurta.org>
19001
19002 * replace.el (list-matching-lines-prefix-face): New defcustom.
19003 (occur-1): Pass `list-matching-lines-prefix-face' to the function
19004 `occur-engine' if `face-differs-from-default-p' returns t.
19005 (occur-engine): Add `,' inside backquote construct to evaluate
19006 `prefix-face'. Propertize the prefix with the `prefix-face' face.
19007 Pass `prefix-face' to the functions `occur-context-lines' and
19008 `occur-engine-add-prefix'.
19009 (occur-engine-add-prefix, occur-context-lines): Add optional arg
19010 `prefix-face' and propertize the prefix with `prefix-face'.
19011 (Bug#14017)
19012
19013 2013-03-24 Leo Liu <sdl.web@gmail.com>
19014
19015 * nxml/rng-valid.el (rng-validate-while-idle)
19016 (rng-validate-quick-while-idle): Guard against deleted buffer.
19017 (Bug#13999)
19018
19019 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
19020 is the last entry in kill-buffer-hook.
19021
19022 * files.el (kill-buffer-hook): Doc fix.
19023
19024 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
19025
19026 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
19027 Make it safe-local.
19028
19029 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
19030
19031 2013-03-23 Leo Liu <sdl.web@gmail.com>
19032
19033 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
19034 Remove.
19035
19036 * nxml/rng-valid.el (rng-validate-mode)
19037 (rng-after-change-function, rng-do-some-validation):
19038 * nxml/rng-maint.el (rng-validate-buffer):
19039 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
19040 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
19041 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
19042 (nxml-extend-after-change-region): Use with-silent-modifications.
19043
19044 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
19045 timer-idle-list.
19046
19047 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
19048 (rng-next-error-1, rng-previous-error-1): Do not let-bind
19049 timer-idle-list. (Bug#13999)
19050
19051 2013-03-23 Juri Linkov <juri@jurta.org>
19052
19053 * info.el (info-index-match): New face.
19054 (Info-index, Info-apropos-matches): Add a nested subgroup to the
19055 main pattern and add text properties with the new face to matches
19056 in index entries relative to the beginning of the index entry.
19057 (Bug#14015)
19058
19059 2013-03-21 Eric Ludlam <zappo@gnu.org>
19060
19061 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
19062 Inhibit read only while inserting objects.
19063
19064 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
19065
19066 * progmodes/cfengine.el: Update docs to mention
19067 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
19068 symbol motion. Remove "_" from the word syntax.
19069
19070 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
19071
19072 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
19073 syntax for both `cfengine2-mode' and `cfengine3-mode'.
19074
19075 2013-03-20 Juri Linkov <juri@jurta.org>
19076
19077 * info.el (Info-next-reference-or-link)
19078 (Info-prev-reference-or-link): New functions.
19079 (Info-next-reference, Info-prev-reference): Use them.
19080 (Info-try-follow-nearest-node): Handle footnote navigation.
19081 (Info-fontify-node): Fontify footnotes. (Bug#13989)
19082
19083 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
19084
19085 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
19086 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
19087
19088 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
19089
19090 Suppress unnecessary non-ASCII chatter during build process.
19091 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
19092 (batch-skkdic-convert): Suppress most of the chatter.
19093 It's not needed so much now that machines are faster,
19094 and its non-ASCII component was confusing; see Dmitry Gutov in
19095 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
19096
19097 2013-03-20 Leo Liu <sdl.web@gmail.com>
19098
19099 * ido.el (ido-chop): Fix bug#10994.
19100
19101 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
19102
19103 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
19104 Remove vars.
19105 (whitespace-color-on, whitespace-color-off):
19106 Use `font-lock-fontify-buffer' (Bug#13817).
19107
19108 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
19109
19110 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
19111 remapping in mode-line.
19112 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
19113
19114 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
19115
19116 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
19117 value for `whitespace-line' face (Bug#13875).
19118 (whitespace-font-lock-keywords): Change description.
19119 (whitespace-color-on): Don't save `font-lock-keywords' value, save
19120 the constructed keywords instead.
19121 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
19122
19123 2013-03-19 Leo Liu <sdl.web@gmail.com>
19124
19125 * progmodes/compile.el (compilation-display-error): New command.
19126 (compilation-mode-map, compilation-minor-mode-map): Bind it to
19127 C-o. (Bug#13992)
19128
19129 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
19130
19131 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
19132
19133 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
19134
19135 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
19136
19137 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
19138
19139 * net/tramp-compat.el (tramp-compat-user-error): New defun.
19140
19141 * net/tramp-adb.el (tramp-adb-handle-shell-command):
19142 * net/tramp-gvfs.el (top):
19143 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
19144 (tramp-handle-shell-command): Use it.
19145 (tramp-dissect-file-name): Raise an error when hostname is a
19146 method name, and neither method nor user is specified.
19147
19148 * net/trampver.el: Update release number.
19149
19150 2013-03-18 Leo Liu <sdl.web@gmail.com>
19151
19152 Make sure eldoc can be turned off properly.
19153 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
19154 eldoc-mode.
19155 (eldoc-display-message-p): Revert last change.
19156 (eldoc-display-message-no-interference-p)
19157 (eldoc-print-current-symbol-info): Tweak.
19158
19159 2013-03-18 Tassilo Horn <tsdh@gnu.org>
19160
19161 * doc-view.el (doc-view-new-window-function): Check the new window
19162 overlay's display property instead the char property of the
19163 buffer's first char. Use `with-selected-window' instead of
19164 `save-window-excursion' with `select-window'.
19165 (doc-view-document->bitmap): Check the current doc-view overlay's
19166 display property instead the char property of the buffer's first char.
19167
19168 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
19169
19170 Automate the build of ja-dic.el (Bug#13984).
19171 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
19172 from the input, rather than assume that it's been done for us by the
19173 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
19174 the current date into a ja-dic.el comment, as that complicates
19175 regression testing.
19176
19177 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
19178
19179 * whitespace.el: Fix double evaluation.
19180 (whitespace-space, whitespace-hspace, whitespace-tab)
19181 (whitespace-newline, whitespace-trailing, whitespace-line)
19182 (whitespace-space-before-tab, whitespace-indentation)
19183 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
19184 obsolete defvars.
19185 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
19186 (whitespace-color-on): Use a single font-lock-add-keywords call.
19187 Fix double-evaluation of face variables.
19188
19189 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
19190
19191 * net/tramp-adb.el (tramp-adb-parse-device-names):
19192 Use `start-process' instead of `call-process'. Otherwise, the
19193 function might be blocked under MS Windows. (Bug#13299)
19194
19195 2013-03-17 Leo Liu <sdl.web@gmail.com>
19196
19197 Extend eldoc to display info in the mode-line. (Bug#13978)
19198 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
19199 (eldoc-mode-line-string): New variable.
19200 (eldoc-minibuffer-message): New function.
19201 (eldoc-message-function): New variable.
19202 (eldoc-message): Use it.
19203 (eldoc-display-message-p)
19204 (eldoc-display-message-no-interference-p):
19205 Support eldoc-post-insert-mode.
19206
19207 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
19208 (eval-expression): Run it.
19209
19210 2013-03-17 Roland Winkler <winkler@gnu.org>
19211
19212 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
19213 strings in the list of return values.
19214
19215 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
19216
19217 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
19218 radix before checking for HMS forms.
19219
19220 2013-03-16 Leo Liu <sdl.web@gmail.com>
19221
19222 * progmodes/scheme.el: Add indentation and font-locking for λ.
19223 (Bug#13975)
19224
19225 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19226
19227 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
19228 token before point (bug#13942).
19229
19230 2013-03-16 Leo Liu <sdl.web@gmail.com>
19231
19232 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
19233
19234 2013-03-16 Eli Zaretskii <eliz@gnu.org>
19235
19236 * startup.el (command-line-normalize-file-name): Fix handling of
19237 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
19238 <xfq.free@gmail.com> in
19239 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
19240
19241 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
19242
19243 Sync with Tramp 2.2.7.
19244
19245 * net/trampver.el: Update release number.
19246
19247 2013-03-14 Tassilo Horn <tsdh@gnu.org>
19248
19249 * doc-view.el: Fix bug#13887.
19250 (doc-view-insert-image): Don't modify overlay associated to
19251 non-live windows, and implement horizontal centering of image in
19252 case it's smaller than the window.
19253 (doc-view-new-window-function): Force redisplay of new windows on
19254 doc-view buffers.
19255
19256 2013-03-13 Karl Fogel <kfogel@red-bean.com>
19257
19258 * saveplace.el (save-place-alist-to-file): Don't sort
19259 `save-place-alist', just pretty-print it (bug#13882).
19260
19261 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
19262
19263 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
19264 Check whether `default-file-name-coding-system' is bound.
19265 It isn't in XEmacs.
19266
19267 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
19268
19269 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
19270 backquotes for `obsolete' (bug#13929).
19271
19272 * international/mule.el (find-auto-coding): Include file name in
19273 obsolescence warning (bug#13922).
19274
19275 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
19276
19277 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
19278 for CFEngine 3-specific indentation.
19279 (cfengine3-indent-line): Use it. Fix up category regex.
19280 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
19281
19282 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
19283
19284 * type-break.el (type-break-file-name):
19285 * textmodes/remember.el (remember-data-file):
19286 * strokes.el (strokes-file):
19287 * shadowfile.el (shadow-initialize):
19288 * saveplace.el (save-place-file):
19289 * ps-bdf.el (bdf-cache-file):
19290 * progmodes/idlwave.el (idlwave-config-directory):
19291 * net/quickurl.el (quickurl-url-file):
19292 * international/kkc.el (kkc-init-file-name):
19293 * ido.el (ido-save-directory-list-file):
19294 * emulation/viper.el (viper-custom-file-name):
19295 * emulation/vip.el (vip-startup-file):
19296 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
19297 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
19298
19299 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
19300
19301 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
19302 * language/thai-word.el: Switch to UTF-8.
19303
19304 See ChangeLog.16 for earlier changes.
19305
19306 ;; Local Variables:
19307 ;; coding: utf-8
19308 ;; End:
19309
19310 Copyright (C) 2011-2014 Free Software Foundation, Inc.
19311
19312 This file is part of GNU Emacs.
19313
19314 GNU Emacs is free software: you can redistribute it and/or modify
19315 it under the terms of the GNU General Public License as published by
19316 the Free Software Foundation, either version 3 of the License, or
19317 (at your option) any later version.
19318
19319 GNU Emacs is distributed in the hope that it will be useful,
19320 but WITHOUT ANY WARRANTY; without even the implied warranty of
19321 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19322 GNU General Public License for more details.
19323
19324 You should have received a copy of the GNU General Public License
19325 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.