]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* net/shr.el (shr-visit-file): Removed debugging function.
[gnu-emacs] / lisp / ChangeLog
1 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * net/shr.el (shr-visit-file): Removed debugging function.
4
5 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
6
7 * progmodes/python.el:
8 (python-nav--lisp-forward-sexp): New function.
9 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
10 python-nav-lisp-forward-sexp-safe.
11 (python-nav--forward-sexp): New argument SAFE allows switching
12 forward sexp movement behavior for parens.
13 (python-nav-forward-sexp): Throw errors on unterminated parens
14 (Bug#16191).
15 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
16 (python-nav-backward-sexp-safe): New functions.
17 (python-shell-buffer-substring): Use
18 `python-nav-forward-sexp-safe'.
19
20 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
21
22 * net/shr.el (shr-find-fill-point): Don't break lines before a
23 quotation mark.
24 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
25 (shr-find-fill-point): Remove the special checks for the quotation
26 mark, since `shr-char-kinsoku-bol-p' should now return the right
27 thing.
28
29 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
30
31 * net/eww.el (eww-form-textarea): Use a different face for
32 textareas than text input since they have different keymaps
33 (bug#16142).
34
35 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
36
37 * progmodes/python.el (python-nav-beginning-of-statement): Speed
38 up (Bug#15295).
39
40 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
41
42 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
43 the window configuration.
44
45 2013-12-24 Eli Zaretskii <eliz@gnu.org>
46
47 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
48 we run on MS-Windows or MS-DOS.
49
50 2013-12-24 Martin Rudalics <rudalics@gmx.at>
51
52 * window.el (balance-windows-area): Call window-size instead of
53 window-height and window-width. Bug#16241.
54
55 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
56
57 * net/eww.el (eww-bookmark-quit): Remove.
58 (eww-bookmark-browse): Restore the window configuration when you
59 choose a bookmark (bug#16144).
60
61 2013-12-24 Daniel Colascione <dancol@dancol.org>
62
63 * icomplete.el: Remove redundant :group arguments to `defcustom'
64 throughout.
65 (icomplete-show-matches-on-no-input): New customizable variable.
66 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
67 we have something to show.
68 (icomplete-exhibit): Compute completions even if we have no user
69 input.
70
71 2013-12-23 Daniel Colascione <dancol@dancol.org>
72
73 * icomplete.el: Move `provide' to end of file.
74
75 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
76
77 * net/gnutls.el (gnutls-verify-error): Add version tag.
78
79 2013-12-23 Chong Yidong <cyd@gnu.org>
80
81 * subr.el (set-transient-map): Rename from
82 set-temporary-overlay-map. Doc fix.
83
84 * face-remap.el (text-scale-adjust):
85 * indent.el (indent-rigidly):
86 * kmacro.el (kmacro-call-macro):
87 * minibuffer.el (minibuffer-force-complete):
88 * repeat.el (repeat):
89 * simple.el (universal-argument--mode):
90 * calendar/todo-mode.el (todo-insert-item--next-param):
91 * progmodes/f90.el (f90-abbrev-start): Callers changed.
92
93 * indent.el (indent-rigidly): Use substitute-command-keys.
94
95 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
96
97 * net/eww.el (eww-tag-select): Add text-property to jump to next
98 select field.
99 (eww) : Add non-supported ftp error.
100
101 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
102
103 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
104 comments. Handle electric indent after typing `?' and `!'.
105
106 2013-12-22 Chong Yidong <cyd@gnu.org>
107
108 * faces.el (face-spec-recalc): If the theme specs are not
109 applicable to a frame, fall back on the defface spec. This
110 prevents themes from obliterating faces on low-color terminals.
111
112 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
113
114 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
115 after `{'. We need it after block openers, and it doesn't seem
116 to hurt after hash openers.
117
118 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
119
120 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
121 extracted from `ruby-smie-rules'.
122 (ruby--electric-indent-chars): New variable.
123 (ruby--electric-indent-p): New function.
124 (ruby-mode): Use `electric-indent-functions' instead of
125 `electric-indent-chars'.
126
127 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
128
129 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
130 docstring.
131 (ruby-smie-rules): Indent plus one level after `=>'.
132
133 2013-12-21 Richard Stallman <rms@gnu.org>
134
135 * simple.el (newline): Doc fix.
136
137 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
138
139 * net/eww.el (eww-list-histories, eww-list-histories)
140 (eww-history-browse, eww-history-quit, eww-history-kill)
141 (eww-history-mode-map, eww-history-mode): New command and
142 functions to list browser histories.
143 (eww-form-text): Support text form with disabled
144 and readonly attributes.
145 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
146
147 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
148
149 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
150 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
151 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
152 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
153 Use `user-error'.
154 (eww-bookmark-mode-map): Add menu.
155 (eww-render, eww-mode): Use `setq-local'.
156 (eww-tool-bar-map): New variable.
157 (eww-mode): Set `tool-bar-map'.
158 (eww-view-source): Check for `html-mode' with `fboundp'.
159
160 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
161
162 * net/shr.el (shr--extract-best-source): Don't bug out on audio
163 elements with text inside. Also remove debugging.
164
165 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
166
167 * cus-start.el (all): Add ns-use-srgb-colorspace.
168
169 2013-12-21 Chong Yidong <cyd@gnu.org>
170
171 * custom.el (custom-theme-recalc-face): Do nothing if the face is
172 undefined. Thus, theme settings for undefined faces do not take
173 effect until the faces are defined with defface, the same as with
174 theme variables.
175
176 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
177 (face-spec-reset-face): Don't assign extra properties in temacs.
178 (face-spec-recalc): Apply X resources too.
179
180 2013-12-21 Chong Yidong <cyd@gnu.org>
181
182 * faces.el (face-spec-set):
183 * cus-face.el (custom-theme-set-faces, custom-set-faces):
184 * custom.el (defface): Doc fixes (Bug#16203).
185
186 * indent.el (indent-rigidly-map): Add docstring, and move commands
187 into named functions.
188 (indent-rigidly-left, indent-rigidly-right)
189 (indent-rigidly-left-to-tab-stop)
190 (indent-rigidly-right-to-tab-stop): New functions. Decide on
191 indentation direction based on bidi direction, and accumulate
192 sequential commands in a single undo boundary.
193 (indent-rigidly--pop-undo): New utility function.
194
195 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
196
197 * faces.el (read-face-name): Require crm.el when using crm-separator.
198
199 2013-12-20 Daniel Colascione <dancol@dancol.org>
200
201 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
202 so that we don't reflow comments into the shebang line.
203
204 2013-12-20 Juri Linkov <juri@jurta.org>
205
206 * saveplace.el (save-place-to-alist): Add `dired-filename' as
207 a position when `dired-directory' is non-nil. Check integer
208 positions with `integerp'.
209 (toggle-save-place, save-places-to-alist): Add check for
210 `dired-directory'.
211 (save-place-find-file-hook): Check integer positions with
212 `integerp'.
213 (save-place-dired-hook): Use `dired-goto-file' when
214 `dired-filename' is found in the assoc list. Check integer
215 positions with `integerp'.
216 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
217
218 * dired.el (dired-initial-position-hook): Rename back from
219 `dired-initial-point-hook'.
220 (dired-initial-position): Rename `dired-initial-point-hook' to
221 `dired-initial-position-hook'.
222 (dired-file-name-at-point): Doc fix. (Bug#15329)
223
224 2013-12-20 Juri Linkov <juri@jurta.org>
225
226 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
227 (read-regexp-suggestions): New function.
228 (read-regexp): Use `read-regexp-defaults-function' to get default values.
229 Use `read-regexp-suggestions'. Add non-empty default to history
230 for empty input.
231 (occur-read-regexp-defaults-function): Remove function.
232 (occur-read-primary-args): Use `regexp-history-last' instead of
233 `occur-read-regexp-defaults-function'.
234
235 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
236 (hi-lock-line-face-buffer, hi-lock-face-buffer)
237 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
238 `hi-lock-read-regexp-defaults-function'. Doc fix.
239 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
240 with `find-tag-default-as-symbol-regexp'. Doc fix.
241 (hi-lock-read-regexp-defaults): Remove function.
242 (hi-lock-regexp-okay): Add check for null.
243
244 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
245 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
246
247 * subr.el (find-tag-default-as-symbol-regexp): New function.
248 (find-tag-default-as-regexp): Move symbol regexp formatting to
249 `find-tag-default-as-symbol-regexp'.
250
251 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
252
253 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
254 (Bug#14179)
255
256 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
257
258 * calendar/todo-mode.el: New implementation of item insertion
259 commands and key bindings.
260 (todo-key-prompt): New face.
261 (todo-insert-item): New command.
262 (todo-insert-item--parameters): New defconst, replacing defvar
263 todo-insertion-commands-args-genlist.
264 (todo-insert-item--param-key-alist): New defconst, replacing
265 defvar todo-insertion-commands-arg-key-list.
266 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
267 (todo-insert-item--argsleft, todo-insert-item--apply-args)
268 (todo-insert-item--next-param): New functions.
269 (todo-insert-item--args, todo-insert-item--argleft)
270 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
271 New variables.
272 (todo-key-bindings-t): Change binding of "i" from
273 todo-insertion-map to todo-insert-item.
274 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
275 (todo-insertion-command-name, todo-insertion-commands-names)
276 (todo-define-insertion-command, todo-insertion-commands)
277 (todo-insertion-key-bindings, todo-insertion-map): Remove.
278
279 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
280
281 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
282 (todo-toggle-item-highlighting): Use eval-and-compile instead of
283 eval-when-compile.
284 (todo-move-category): Allow choosing a non-existing todo file to
285 move the category to, and create that file.
286 (todo-default-priority): New user option.
287 (todo-set-item-priority): Use it.
288 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
289 (desktop-restore-file-buffer): Declare.
290 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
291 (todo-modes-set-2): Locally set desktop-save-buffer to
292 todo-desktop-save-buffer.
293 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
294 (auto-mode-alist): Add autoload cookie.
295
296 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
297
298 * emacs-lisp/subr-x.el: Renamed from helpers.el.
299 helpers.el was a poor choice of name.
300 (string-remove-prefix): New function.
301 (string-remove-suffix): New function.
302
303 2013-12-20 Martin Rudalics <rudalics@gmx.at>
304
305 Fix assignment for new window total sizes.
306 * window.el (window--pixel-to-size): Remove function.
307 (window--pixel-to-total-1, window--pixel-to-total):
308 Fix calculation of new total sizes.
309
310 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
311
312 * comint.el (comint-output-filter): Fix rear-nonsticky property
313 placement (Bug#16010).
314
315 2013-12-20 Chong Yidong <cyd@gnu.org>
316
317 * faces.el (read-color): Minor fix for completion function.
318
319 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
320
321 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
322 New option. (Bug#16182)
323 (ruby-smie--indent-to-stmt-p): Use it.
324 (ruby-smie-rules): Revert the logic in the handling of `when'.
325 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
326 (ruby-deep-arglist, ruby-deep-indent-paren)
327 (ruby-deep-indent-paren-style): Update docstrings to note that the
328 vars don't have any effect with SMIE.
329
330 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
331
332 * calc/calc.el (calc-enter, calc-pop): Use the variable
333 `calc-context-sensitive-enter'.
334
335 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
336
337 * net/shr.el (shr-insert): Protect against infloops in degenerate
338 tables.
339
340 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
341
342 * progmodes/octave.el (octave): Add link to manual and octave
343 homepage.
344 (octave-mode-menu): Link to octave-mode manual.
345
346 2013-12-20 Leo Liu <sdl.web@gmail.com>
347
348 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
349 insertion using skeleton-end-newline. (Bug#16138)
350
351 2013-12-20 Juri Linkov <juri@jurta.org>
352
353 * replace.el (occur-engine): Use `add-face-text-property'
354 to add the face property to matches and titles. (Bug#14645)
355
356 * hi-lock.el (hi-green): Use lighter color "light green" closer to
357 the palette of other hi-lock colors.
358 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
359
360 2013-12-19 Juri Linkov <juri@jurta.org>
361
362 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
363 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
364 (minibuffer-history-symbol): Move variable declaration closer to
365 its usage.
366
367 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
368 (Bug#14785)
369
370 2013-12-19 Juri Linkov <juri@jurta.org>
371
372 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
373 New function.
374 (log-edit-hook): Add it to :options. (Bug#16170)
375
376 2013-12-19 Juri Linkov <juri@jurta.org>
377
378 * simple.el (eval-expression-print-format): Don't check for
379 command names and the last command. Always display additional
380 formats of the integer result in the echo area, and insert them
381 to the current buffer only with a zero prefix arg.
382 Display character when char-displayable-p is non-nil.
383 (eval-expression): With a zero prefix arg, set `print-length' and
384 `print-level' to nil, and insert the integer values from
385 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
386
387 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
388 `eval-last-sexp-arg-internal'. Doc fix.
389 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
390 `eval-last-sexp-print-value'. Doc fix.
391 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
392 Set `print-length' and `print-level' to nil when arg is zero.
393 (eval-last-sexp): Doc fix.
394 (eval-defun-2): Print the integer values from
395 `eval-expression-print-format' at the end.
396
397 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
398 values from `eval-expression-print-format' at the end.
399
400 * ielm.el (ielm-eval-input): Print the integer
401 values from `eval-expression-print-format' at the end.
402
403 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
404
405 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
406 2013-12-11T19:01:44Z!tzz@lifelogs.com.
407
408 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
411 (hl-line-highlight, global-hl-line-highlight): Use it.
412 (hl-line-overlay): Use defvar-local.
413
414 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
415
416 * term/ns-win.el: Require dnd.
417 (global-map): Remove drag items.
418 (ns-insert-text, ns-set-foreground-at-mouse)
419 (ns-set-background-at-mouse):
420 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
421 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
422 New functions.
423
424 2013-12-19 Glenn Morris <rgm@gnu.org>
425
426 * emacs-lisp/ert.el (ert-select-tests):
427 Fix string/symbol mixup. (Bug#16121)
428
429 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
430
431 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
432 keywords to their parent.
433
434 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
435
436 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
437 first arg to be a string (fixed dead code), or an operator symbol.
438 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
439 operator symbols.
440 (ruby-smie-rules): Remove parent token check in the `.' clause, it
441 did nothing. Don't respond to `(:after ".")', it will be called
442 with :before anyway. Remove the ` @ ' rule, it didn't seem to
443 change anything. Only return indentation for binary operators
444 when they are hanging. De-dent opening paren when its parent is
445 `.', otherwise it looks bad when the dot is not at bol or eol
446 (bug#16182).
447
448 2013-12-19 Juri Linkov <juri@jurta.org>
449
450 * replace.el (query-replace-read-args): Split a non-negative arg
451 and a negative arg into separate elements.
452 (query-replace, query-replace-regexp, replace-string)
453 (replace-regexp): Add arg `backward'. Doc fix.
454 (replace-match-maybe-edit): When new arg `backward' is non-nil,
455 move point to the beginning of the match.
456 (replace-search, replace-highlight): Use new arg `backward'
457 to set the value of `isearch-forward'.
458 (perform-replace): Add arg `backward' and use it to perform
459 replacement backward. (Bug#14979)
460
461 * isearch.el (isearch-query-replace): Use a negative prefix arg
462 to call `perform-replace' with a non-nil arg `backward'.
463
464 2013-12-18 Juri Linkov <juri@jurta.org>
465
466 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
467 to the default list. Move `log-edit-show-files' to the end.
468 Add more available functions to options.
469 (log-edit): Move default specific settings to
470 `log-edit-insert-message-template'. Don't move point.
471 (log-edit-insert-message-template): New function.
472 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
473 (Bug#16170)
474
475 2013-12-18 Juri Linkov <juri@jurta.org>
476
477 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
478 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
479
480 2013-12-18 Leo Liu <sdl.web@gmail.com>
481
482 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change. (Bug#16186)
483
484 2013-12-18 Eli Zaretskii <eliz@gnu.org>
485
486 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
487 formats for displaying file sizes when the -s switch is given.
488 Instead, compute a separate format for displaying the size in
489 blocks, which is displayed in addition to the "regular" size.
490 When -h is given in addition to -s, produce size in blocks in
491 human-readable form as well. (Bug#16179)
492
493 2013-12-18 Tassilo Horn <tsdh@gnu.org>
494
495 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
496 Reference tables with ~\ref{...} instead of only \ref{...}.
497
498 2013-12-18 Chong Yidong <cyd@gnu.org>
499
500 * cus-edit.el (custom-magic-alist): Fix "themed" description
501 (Bug#14348).
502
503 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
504 is non-nil, do not create a new entry in the symbol's theme-value
505 or theme-face property; update theme-settings only (Bug#14664).
506 (custom-available-themes): Doc fix.
507
508 * cus-theme.el (custom-new-theme-mode-map): Add bindings
509 (Bug#15674).
510
511 * replace.el (occur-engine): Avoid infloop (Bug#7593).
512
513 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
514
515 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
516 (Bug#13914).
517
518 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
519
520 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
521
522 2013-12-18 Glenn Morris <rgm@gnu.org>
523
524 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
525 * cus-start.el (load-prefer-newer): New option.
526
527 2013-12-18 Le Wang <l26wang@gmail.com>
528
529 * comint.el (comint-previous-matching-input-from-input):
530 Retain point (Bug#13404).
531
532 2013-12-18 Chong Yidong <cyd@gnu.org>
533
534 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
535
536 2013-12-18 Glenn Morris <rgm@gnu.org>
537
538 * mail/emacsbug.el (report-emacs-bug):
539 Only mention enable-multibyte-characters if non-standard.
540
541 2013-12-17 Juri Linkov <juri@jurta.org>
542
543 * arc-mode.el (archive-extract-by-file): Check if directory exists
544 before deletion to not show irrelevant errors if it doesn't exist.
545
546 2013-12-17 Juri Linkov <juri@jurta.org>
547
548 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
549 (Bug#14751)
550
551 * net/eww.el (browse-web): Add alias to `eww'.
552 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
553 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
554
555 * net/browse-url.el (browse-url-browser-function): Move `eww'
556 closer to similar functions.
557
558 * startup.el (fancy-startup-screen, fancy-about-screen):
559 Set browse-url-browser-function to eww-browse-url locally.
560 (Bug#14751)
561
562 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
563
564 * window.el (window--pixel-to-total): Remove unused `mini' var.
565 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
566 (split-window): Remove unused `new' var.
567 (window--display-buffer): Remove unused `frame' and `delta' vars.
568 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
569 and display-width'.
570
571 2013-12-17 Martin Rudalics <rudalics@gmx.at>
572
573 * dired.el (dired-mark-pop-up):
574 * register.el (register-preview): Don't bind
575 split-height-threshold here since it's now done in
576 display-buffer-below-selected.
577
578 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
579
580 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
581 xterm-rgb-convert-to-16bit.
582 (rxvt-register-default-colors): Standardize with
583 xterm-register-default-colors (Bug#14078).
584
585 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
586
587 * simple.el (kill-region): Pass mark first, then point, so that
588 kill-append works right (Bug#12819).
589 (copy-region-as-kill, kill-ring-save): Likewise.
590
591 2013-12-17 Leo Liu <sdl.web@gmail.com>
592
593 * net/rcirc.el (rcirc-add-face):
594 * eshell/em-prompt.el (eshell-emit-prompt):
595 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
596 (Bug#16167)
597
598 2013-12-17 Chong Yidong <cyd@gnu.org>
599
600 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
601 Suggested by Xue Fuqiao.
602
603 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
604
605 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
606
607 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
608
609 * net/shr.el (shr-insert-document): Remove unused var
610 `shr-preliminary-table-render'.
611 (shr-rescale-image): Remove unused arg `force'.
612 (shr-put-image): Update calls accordingly.
613 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
614
615 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
616
617 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
618 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
619 :close-all, to see which indentation method to use (Bug#16116).
620 (smie-rules-function): Document the method :close-all.
621
622 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
623
624 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
625
626 * net/eww.el (eww-display-html): If we can't find the anchor we're
627 looking for, then go to point-min.
628
629 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
630
631 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
632 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
633 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
634 Expand dir too, in case it's relative.
635
636 2013-12-16 Juri Linkov <juri@jurta.org>
637
638 * desktop.el (desktop-auto-save-timeout): Change default to
639 `auto-save-timeout'. Doc fix.
640 (desktop-save): Skip the timestamp in desktop-saved-frameset
641 when checking for auto-save changes.
642 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
643 `desktop-auto-save' is called repeatedly by the idle timer.
644 (desktop-auto-save-set-timer): Replace `run-with-timer' with
645 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
646 (Bug#15331)
647
648 2013-12-16 Juri Linkov <juri@jurta.org>
649
650 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
651 (Bug#16035)
652 (isearch-pre-command-hook): Check `this-command' for symbolp.
653
654 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
655
656 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
657
658 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
659
660 * progmodes/cfengine.el (cfengine3--current-word): Remove.
661 (cfengine3--current-function): Bring in the current-function
662 functionality from `cfengine3--current-word'.
663 (cfengine3-completion-function): Bring in the
664 bounds-of-current-word functionality from
665 `cfengine3--current-word'.
666
667 2013-12-16 Martin Rudalics <rudalics@gmx.at>
668
669 * window.el (display-buffer-below-selected):
670 Bind split-height-threshold to 0 as suggested by Juri Linkov.
671
672 2013-12-16 Leo Liu <sdl.web@gmail.com>
673
674 * progmodes/compile.el (compile-goto-error): Do not push-mark.
675 Remove NOMSG arg and all uses changed.
676
677 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
678
679 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
680 (cua--deactivate-rectangle): Don't deactivate the mark.
681 (cua-set-rectangle-mark): Don't set mark-active since
682 cua--activate-rectangle already does it for us.
683 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
684 non-rectangular region.
685
686 * emulation/cua-base.el (cua-repeat-replace-region):
687 Use with-current-buffer.
688
689 * net/gnutls.el: Use cl-lib.
690 (gnutls-negotiate): `mapcan' -> cl-mapcan.
691
692 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
693
694 * emacs-lisp/package.el (package-built-in-p): Support both
695 built-in and the package.el converted package descriptions.
696 (package-show-package-list): Allow keywords.
697 (package-keyword-button-action): Use it instead of
698 `finder-list-matches'.
699 (package-menu-filter-interactive): Interactive filtering (by
700 keyword) function.
701 (package-menu--generate): Support keywords and change keymappings
702 and headers when they are given.
703 (package--has-keyword-p): Helper function.
704 (package-menu--refresh): Use it.
705 (package--mapc): Helper function.
706 (package-all-keywords): Use it.
707 (package-menu-mode-map): Set up menu items and keybindings to
708 provide a filtering UI.
709
710 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
711
712 * net/gnutls.el (gnutls-verify-error): New defcustom to control
713 the behavior when a certificate fails validation. Defaults to
714 old behavior: never abort, just warn.
715 (gnutls-negotiate): Use it.
716
717 2013-12-14 Martin Rudalics <rudalics@gmx.at>
718
719 * window.el (display-buffer-below-selected): Never split window
720 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
721
722 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
723
724 * emacs-lisp/package.el (package--prepare-dependencies): New function.
725 (package-buffer-info): Use it (bug#15108).
726
727 * icomplete.el (icomplete-completions): Make sure the prefix is already
728 displayed elsewhere before hiding it.
729
730 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
731
732 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
733 open-paren tokens when preceded by a open-paren, too.
734 (ruby-smie-rules): Handle virtual indentation after open-paren
735 tokens specially. If there is code between it and eol, return the
736 column where is starts (Bug#16118).
737
738 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
739
740 * progmodes/cfengine.el: Fix `add-hook' doc.
741 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
742 (cfengine3--current-word): Fix parameters.
743 (cfengine3-make-syntax-cache): Simplify further.
744 (cfengine3-completion-function, cfengine3--current-function):
745 Use `assq' for symbols.
746 (cfengine3--current-function): Fix `cfengine3--current-word' call.
747
748 2013-12-13 Glenn Morris <rgm@gnu.org>
749
750 * loadup.el (load-path): Warn if site-load or site-init changes it.
751 No more need to reset it when bootstrapping.
752
753 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
754
755 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
756 locations for cf-promises.
757 (cfengine-mode-syntax-functions-regex): New caching variable.
758 (cfengine3-fallback-syntax): Fallback syntax for cases where
759 cf-promises doesn't run.
760 (cfengine3--current-word): Reimplement using
761 `cfengine-mode-syntax-functions-regex'.
762 (cfengine3-completion-function, cfengine3--current-function):
763 Use `cfengine3-make-syntax-cache' directly.
764 (cfengine3-clear-syntax-cache): New function.
765 (cfengine3-make-syntax-cache): Simplify and create
766 `cfengine-mode-syntax-functions-regex' on demand.
767 (cfengine3-format-function-docstring): Don't call
768 `cfengine3-make-syntax-cache' explicitly.
769
770 2013-12-13 Martin Rudalics <rudalics@gmx.at>
771
772 Fix windmove-find-other-window broken after pixelwise resizing
773 (Bug#16017).
774 * windmove.el (windmove-other-window-loc): Revert change from
775 2013-12-04.
776 (windmove-find-other-window): Call window-in-direction.
777 * window.el (window-in-direction): New arguments SIGN, WRAP and
778 MINI to emulate original windmove-find-other-window behavior.
779
780 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
781
782 * simple.el (blink-matching--overlay): New variable.
783 (blink-matching-open): Instead of moving point, highlight the
784 matching paren with an overlay
785 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
786
787 * faces.el (paren-showing-faces, show-paren-match)
788 (show-paren-mismatch): Move from paren.el.
789
790 2013-12-13 Leo Liu <sdl.web@gmail.com>
791
792 * indent.el (indent-region): Disable progress reporter in
793 minibuffer. (Bug#16108)
794
795 * bindings.el (visual-order-cursor-movement): Fix version.
796
797 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
798
799 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
800 Also match after beginning of line.
801 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
802 files. Thanks to Russell Sim. (Bug#15378)
803
804 2013-12-13 Juri Linkov <juri@jurta.org>
805
806 * simple.el <Keypad support>: Remove key bindings duplicated
807 with bindings.el. (Bug#14397)
808
809 2013-12-13 Juri Linkov <juri@jurta.org>
810
811 * comint.el (comint-mode-map): Replace `delete-char' with
812 `delete-forward-char'. (Bug#16109)
813
814 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
815
816 * progmodes/python.el (python-indent-calculate-indentation):
817 Fix de-denters cornercase. (Bug#15731)
818
819 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
820
821 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
822 (advice--make): Pay attention to `depth'.
823 (advice--make-1): Don't autoload commands eagerly.
824 * emacs-lisp/elp.el (elp-instrument-function):
825 * emacs-lisp/trace.el (trace-function-internal):
826 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
827
828 * iswitchb.el (iswitchb-mode): Don't belittle ido.
829
830 2013-12-12 Eli Zaretskii <eliz@gnu.org>
831
832 * term/w32-win.el (w32-handle-dropped-file):
833 * startup.el (normal-top-level):
834 * net/browse-url.el (browse-url-file-url):
835 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
836 decode file names using 'utf-8' rather than
837 file-name-coding-system.
838
839 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
840
841 * progmodes/python.el (python-indent-context)
842 (python-indent-calculate-indentation): Fix auto-identation
843 behavior for comment blocks. (Bug#15916)
844
845 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
846
847 * progmodes/python.el (python-indent-calculate-indentation):
848 When determining indentation, don't treat "return", "pass", etc., as
849 operators when they are just string constituents. (Bug#15812)
850
851 2013-12-12 Juri Linkov <juri@jurta.org>
852
853 * uniquify.el (uniquify-buffer-name-style): Change default to
854 `post-forward-angle-brackets'.
855
856 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
857 `uniquify'. Change default to `post-forward-angle-brackets'.
858
859 2013-12-11 Glenn Morris <rgm@gnu.org>
860
861 * emacs-lisp/package.el (finder-list-matches):
862 Autoload rather than falsely declaring.
863
864 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
865
866 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
867 (eww-mode-map): Use them.
868
869 2013-12-11 Martin Rudalics <rudalics@gmx.at>
870
871 * window.el (display-buffer-in-side-window): Fix doc-string
872 (Bug#16115).
873
874 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
875
876 * vc/vc-git.el: Silence byte-compiler warnings.
877 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
878 (log-edit-set-header): Declare.
879
880 2013-12-11 Eli Zaretskii <eliz@gnu.org>
881
882 * Makefile.in (custom-deps, finder-data): Run output file names
883 through unmsys--file-name. (Bug#16099)
884
885 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
886
887 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
888 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
889
890 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
891 instead of deleting the selection "by hand" (bug#16098).
892 Rely on insert-for-yank to yank rectangles.
893 (cua-highlight-region-shift-only): Mark obsolete.
894 (cua-mode): Don't enable/disable transient-mark-mode,
895 shift-select-mode (cua-mode works both with and without them), and
896 pc-selection-mode (obsolete).
897 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
898 (cua--deactivate-rectangle): Deactivate it.
899
900 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
901 (delete-selection-helper): Make sure yank starts at the top of the
902 deleted region.
903 (minibuffer-keyboard-quit): Use region-active-p.
904
905 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
906
907 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
908 to `delete' (bug#16109).
909
910 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
911
912 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
913 info manual and show keybindings and set `:group' keyword.
914
915 2013-12-11 Juri Linkov <juri@jurta.org>
916
917 * delsel.el (delete-active-region): Let-bind `this-command'
918 to prevent `kill-region' from changing its original value.
919 (delete-selection-helper): Handle `overwrite-mode' for the type
920 `kill' exactly the same way as for the type `t'.
921 (insert-char, quoted-insert, reindent-then-newline-and-indent):
922 Support more commands. (Bug#13312)
923
924 2013-12-11 Juri Linkov <juri@jurta.org>
925
926 * bindings.el: Map kp keys to non-kp keys systematically
927 with basic modifiers control, meta and shift. (Bug#14397)
928
929 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com> (tiny change)
930
931 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
932 "Close browser" menu items. Fix wrong function of "List
933 bookmarks".
934
935 2013-12-11 Juri Linkov <juri@jurta.org>
936
937 * misearch.el (multi-isearch-buffers): Set the value of
938 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
939 arg of isearch-forward to t.
940 (multi-isearch-buffers-regexp): Set the value of
941 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
942 arg of isearch-forward-regexp to t.
943 (multi-isearch-files): Set the value of
944 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
945 arg of isearch-forward to t.
946 (multi-isearch-files-regexp): Set the value of
947 `multi-isearch-file-list globally. Set NO-RECURSIVE-EDIT
948 arg of isearch-forward-regexp to t. (Bug#16035)
949
950 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
951 arg of isearch-forward to t.
952 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
953 arg of isearch-forward-regexp to t.
954 (dired-isearch-filter-filenames): Remove unnecessary check for
955 `dired-isearch-filenames'.
956
957 * comint.el (comint-history-isearch-backward):
958 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
959 (comint-history-isearch-backward-regexp):
960 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
961
962 2013-12-10 Eli Zaretskii <eliz@gnu.org>
963
964 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
965 unmsys--file-name. (Bug#16099)
966
967 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
968
969 * emacs-lisp/package.el (package-keyword-button-action):
970 Remove finder.el require dependency.
971
972 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
973
974 * emacs-lisp/package.el: Require finder.el.
975 (describe-package-1): Add keyword buttons.
976 (package-make-button): New convenience function.
977 (package-keyword-button-action): Keyword button action using
978 `finder-list-matches'.
979
980 2013-12-09 Eli Zaretskii <eliz@gnu.org>
981
982 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
983 last commit.
984
985 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
986
987 * autorevert.el (auto-revert-notify-add-watch): Do not handle
988 symlinked files.
989
990 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
991
992 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
993 after the end of a percent literal.
994
995 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
996
997 * progmodes/ruby-mode.el (ruby-forward-string): Document.
998 Handle caret-delimited strings (Bug#16079).
999
1000 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
1001
1002 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
1003 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
1004 `ruby-parse-partial' (Bug#16078).
1005
1006 2013-12-09 Leo Liu <sdl.web@gmail.com>
1007
1008 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
1009
1010 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
1011
1012 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
1013 (js-switch-indent-offset): New option.
1014 (js--proper-indentation): Use it. And handle the case when
1015 "default" is actually a key in an object literal.
1016 (js--same-line): New function.
1017 (js--multi-line-declaration-indentation): Use it.
1018 (js--indent-in-array-comp, js--array-comp-indentation):
1019 New functions.
1020 (js--proper-indentation): Use them, to handle array comprehension
1021 continuations.
1022
1023 2013-12-08 Leo Liu <sdl.web@gmail.com>
1024
1025 * progmodes/flymake.el (flymake-highlight-line): Re-write.
1026 (flymake-make-overlay): Remove arg MOUSE-FACE.
1027 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
1028
1029 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1030
1031 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
1032 New function.
1033 (redisplay-highlight-region-function): Use it.
1034
1035 * emulation/cua-base.el (cua--explicit-region-start)
1036 (cua--last-region-shifted): Remove.
1037 (cua--deactivate): Use deactivate-mark.
1038 (cua--pre-command-handler-1): Don't handle shift-selection.
1039 (cua--post-command-handler-1): Don't change transient-mark-mode.
1040 (cua--select-keymaps): Use region-active-p rather than
1041 cua--explicit-region-start or cua--last-region-shifted.
1042 (cua-mode): Enable shift-select-mode.
1043
1044 2013-12-08 Leo Liu <sdl.web@gmail.com>
1045
1046 * progmodes/flymake.el (flymake-popup-current-error-menu):
1047 Rename from flymake-display-err-menu-for-current-line. Reimplement.
1048 (flymake-posn-at-point-as-event, flymake-popup-menu)
1049 (flymake-make-emacs-menu): Remove. (Bug#16077)
1050
1051 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1052
1053 * rect.el (rectangle-mark-mode): Activate mark even if
1054 transient-mark-mode is off (bug#16066).
1055 (rectangle--highlight-for-redisplay): Fix boundary condition when point
1056 is > mark and at bolp.
1057
1058 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
1059 (region-extract-function): Use it.
1060 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
1061 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
1062 Delete functions.
1063 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
1064 kill-ring-save, kill-region, delete-char, delete-forward-char.
1065 Ignore self-insert-iso.
1066
1067 * emulation/cua-gmrk.el (cua--init-global-mark):
1068 Ignore `self-insert-iso'.
1069
1070 * emulation/cua-base.el (cua--prefix-copy-handler)
1071 (cua--prefix-cut-handler): Rely on region-extract-function rather than
1072 checking cua--rectangle.
1073 (cua-delete-region): Use region-extract-function.
1074 (cua-replace-region): Delete function.
1075 (cua-copy-region, cua-cut-region): Obey region-extract-function.
1076 (cua--pre-command-handler-1): Don't do the delete-selection thing.
1077 (cua--self-insert-char-p): Ignore `self-insert-iso'.
1078 (cua--init-keymaps): Don't remap delete-selection commands.
1079 (cua-mode): Use delete-selection-mode instead of rolling our own
1080 (bug#16085).
1081
1082 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
1083 Obey region-extract-function.
1084
1085 Make registers and delete-selection-mode work on rectangles.
1086 * register.el (describe-register-1): Don't modify the register's value.
1087 (copy-to-register): Obey region-extract-function.
1088 * delsel.el (delete-active-region): Obey region-extract-function.
1089
1090 2013-12-08 Leo Liu <sdl.web@gmail.com>
1091
1092 * progmodes/flymake.el (flymake, flymake-error-bitmap)
1093 (flymake-warning-bitmap, flymake-fringe-indicator-position)
1094 (flymake-compilation-prevents-syntax-check)
1095 (flymake-start-syntax-check-on-newline)
1096 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
1097 (flymake-start-syntax-check-on-find-file, flymake-log-level)
1098 (flymake-xml-program, flymake-master-file-dirs)
1099 (flymake-master-file-count-limit)
1100 (flymake-allowed-file-name-masks): Relocate.
1101 (flymake-makehash, flymake-float-time)
1102 (flymake-replace-regexp-in-string, flymake-split-string)
1103 (flymake-get-temp-dir): Remove.
1104 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
1105 (flymake-current-row, flymake-selected-frame)
1106 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
1107 related functions. (Bug#16077)
1108
1109 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
1110
1111 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
1112
1113 2013-12-07 Tassilo Horn <tsdh@gnu.org>
1114
1115 * help-fns.el (describe-function-1): Use new advice-* functions
1116 rather than old ad-* functions. Fix function type description and
1117 source links for advised functions and subrs.
1118
1119 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1120
1121 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
1122
1123 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
1124
1125 * progmodes/compile.el (compilation-start):
1126 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
1127
1128 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1129 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
1130
1131 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
1132
1133 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1134 Touch up the last change.
1135
1136 2013-12-06 Leo Liu <sdl.web@gmail.com>
1137
1138 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
1139 (inferior-octave-startup): Always use "octave> " for prompt.
1140 (octave-goto-function-definition)
1141 (octave-sync-function-file-names)
1142 (octave-find-definition-default-filename): Remove redundant backquotes.
1143
1144 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
1145
1146 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
1147 syntax for `?'.
1148 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
1149 where appropriate already.
1150 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
1151 end of method names (Bug#15874).
1152
1153 2013-12-06 Juri Linkov <juri@jurta.org>
1154
1155 * isearch.el (isearch--saved-overriding-local-map):
1156 New internal variable.
1157 (isearch-mode): Set it to the initial value of
1158 `overriding-terminal-local-map'.
1159 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
1160 with `isearch--saved-overriding-local-map'. (Bug#16035)
1161
1162 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
1163
1164 * progmodes/octave.el (inferior-octave-completion-table):
1165 Turn back into function, use `completion-table-with-cache'
1166 (Bug#11906). Update all references.
1167
1168 * minibuffer.el (completion-table-with-cache): New function.
1169
1170 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
1171
1172 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
1173
1174 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
1175
1176 * net/eww.el (eww-current-source): New variable to store page
1177 source.
1178 (eww-display-html, eww-mode, eww-save-history)
1179 (eww-restore-history): Use it.
1180 (eww-view-source): New command to view page source.
1181 Opportunistically uses `html-mode' to highlight the buffer.
1182 (eww-mode-map): Install it.
1183
1184 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
1185
1186 * net/dbus.el (dbus-unregister-service)
1187 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
1188 Fix docstring.
1189 (dbus-unregister-service): Skip :serial entries in
1190 `dbus-registered-objects-table'.
1191 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
1192
1193 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
1194
1195 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
1196 around keywords with extra `split-string' argument.
1197
1198 2013-12-04 Martin Rudalics <rudalics@gmx.at>
1199
1200 * windmove.el (windmove-other-window-loc): Handle navigation
1201 between windows (excluding the minibuffer window - Bug#16017).
1202
1203 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
1204
1205 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
1206 in D-Bus type syntax.
1207 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
1208 preserve unibyte strings. (Bug#16048)
1209
1210 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1211
1212 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1213 Call force-mode-line-update is the proper buffer (bug#16042).
1214
1215 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
1216
1217 * vc/log-edit.el (log-edit-add-new-comment): Rename to
1218 `log-edit-remember-comment', make argument optional. Adjust all
1219 callers.
1220 (log-edit-mode): Add `log-edit-remember-comment' to
1221 `kill-buffer-hook' locally.
1222 (log-edit-kill-buffer): Don't remember comment explicitly since
1223 the buffer is killed anyway.
1224
1225 2013-12-04 Juri Linkov <juri@jurta.org>
1226
1227 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
1228 add-hook and remove-hook for multi-buffer search. (Bug#16035)
1229
1230 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
1231
1232 * notifications.el (notifications-close-notification): Call the
1233 D-Bus method with ID being a `:uint32'. (Bug#16030)
1234
1235 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1236
1237 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
1238
1239 2013-12-03 Juri Linkov <juri@jurta.org>
1240
1241 * progmodes/compile.el (compilation-start): Rename window alist
1242 entry `no-display-ok' to `allow-no-window'.
1243
1244 * simple.el (shell-command): Add window alist entry
1245 `allow-no-window' to `display-buffer'.
1246 (async-shell-command): Doc fix.
1247
1248 * window.el (display-buffer-no-window): New action function.
1249 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
1250
1251 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
1252
1253 * vc/log-edit.el (log-edit-set-header): Extract from
1254 `log-edit-toggle-header'.
1255 (log-edit-extract-headers): Separate the summary, when extracted
1256 from header, from the rest of the message with an empty line.
1257
1258 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
1259 line, if present, to the Summary header.
1260
1261 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1262
1263 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
1264 in current-buffer (bug#16029).
1265
1266 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
1267
1268 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
1269 (debugger-mode-map): Bind it.
1270 (debugger--backtrace-base): New function.
1271 (debugger-eval-expression): Use it.
1272 (debugger-frame-number): Skip local vars when present.
1273 (debugger--locals-visible-p, debugger--insert-locals)
1274 (debugger--show-locals, debugger--hide-locals): New functions.
1275
1276 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
1277
1278 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
1279 "LC_ALL".
1280 (tramp-get-remote-locale): New defun.
1281 (tramp-open-connection-setup-interactive-shell): Use it.
1282
1283 2013-12-02 Leo Liu <sdl.web@gmail.com>
1284
1285 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
1286
1287 * progmodes/sh-script.el (sh-shell-process):
1288 * progmodes/octave.el (inferior-octave-process-live-p):
1289 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
1290 (gdb-inferior-io-sentinel):
1291 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
1292
1293 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
1294
1295 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
1296 `save-selected-window' to `log-edit-hide-buf'. This makes
1297 `log-edit-show-files' idempotent.
1298 (log-edit-show-files): Mark the new window as dedicated.
1299
1300 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
1301
1302 * vc/log-edit.el (log-edit-mode-map): Add binding for
1303 `log-edit-kill-biffer'.
1304 (log-edit-hide-buf): Add a FIXME comment.
1305 (log-edit-add-new-comment): New function, extracted from
1306 `log-edit-done'.
1307 (log-edit-done, log-edit-add-to-changelog): Use it.
1308 (log-edit-kill-buffer): New command.
1309
1310 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1311
1312 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
1313 instead of killing the buffer.
1314
1315 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1316
1317 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
1318
1319 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1320
1321 * net/eww.el (eww-form-checkbox-selected-symbol)
1322 (eww-form-checkbox-symbol): New customizable variable.
1323 (eww-form-checkbox, eww-toggle-checkbox):
1324 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
1325
1326 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
1327 (shr--get-media-pref, shr--extract-best-source): New function.
1328 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
1329 no :src tag was specified.
1330
1331 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
1332 (eww-render): Handle `eww-use-external-browser-for-content-type'.
1333 Use \\` to match beginning of string instead of ^.
1334 (eww-browse-with-external-browser): Provide optional URL parameter.
1335 (eww-render): Set `eww-current-title' back to "".
1336
1337 * net/shr.el (shr-tag-video): Display content for video if no
1338 poster is available.
1339 (shr-tag-audio): Add support for <audio> tag.
1340
1341 * net/eww.el (eww-text-input-types): New const.
1342 (eww-process-text-input): Treat input types in
1343 `eww-text-input-types' as text.
1344
1345 * net/shr.el (shr-tag-table): Fix comment typo.
1346
1347 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1348
1349 * net/eww.el (eww-follow-link): New command to avoid reloading
1350 pages when we follow #target links (bug#15243).
1351 (eww-quit): Special mode buffers shouldn't query before exiting.
1352
1353 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1354
1355 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
1356 forms.
1357
1358 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1359
1360 * net/eww.el (eww-restore-history): Update the window title after
1361 moving in the history.
1362 (eww-current-dom): New variable used to save the current DOM.
1363
1364 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
1365
1366 * vc/log-edit.el (log-edit-mode-map): Add binding for
1367 `log-edit-beginning-of-line'.
1368 (log-edit-setup-add-author): New user option.
1369 (log-edit-beginning-of-line): New command.
1370 (log-edit): Move major mode call above the contents setup so that
1371 the local variable values are already applied.
1372 (log-edit): Only insert "Author: " when
1373 `log-edit-setup-add-author' is non-nil.
1374 (log-edit): When SETUP is non-nil, position point after ": "
1375 instead of point-min.
1376
1377 2013-12-01 Glenn Morris <rgm@gnu.org>
1378
1379 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
1380
1381 2013-11-30 Eli Zaretskii <eliz@gnu.org>
1382
1383 * startup.el (fancy-splash-frame): On MS-Windows, trigger
1384 redisplay to make sure the initial frame gets a chance to become
1385 visible. (Bug#16014)
1386
1387 2013-11-30 Martin Rudalics <rudalics@gmx.at>
1388
1389 Support resizing frames and windows pixelwise.
1390 * cus-start.el (frame-resize-pixelwise)
1391 (window-resize-pixelwise): New entries.
1392 * emacs-lisp/debug.el (debug): Use window-total-height instead
1393 of window-total-size.
1394 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
1395 * help.el (describe-bindings-internal): Call help-buffer
1396 (temp-buffer-max-width): New option.
1397 (resize-temp-buffer-window, help-window-setup)
1398 (with-help-window): Rewrite.
1399 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
1400 dragging dividers.
1401 * window.el (frame-char-size, window-min-pixel-height)
1402 (window-safe-min-pixel-height, window-safe-min-pixel-width)
1403 (window-min-pixel-width, window-safe-min-pixel-size)
1404 (window-combination-p, window-safe-min-size)
1405 (window-resizable-p, window--size-to-pixel)
1406 (window--pixel-to-size, window--resize-apply-p): New functions.
1407 (window-safe-min-height): Fix doc-string.
1408 (window-size, window-min-size, window--min-size-1)
1409 (window-sizable, window-sizable-p, window--min-delta-1)
1410 (window-min-delta, window--max-delta-1, window-max-delta)
1411 (window--resizable, window--resizable-p, window-resizable)
1412 (window-full-height-p, window-full-width-p, window-at-side-p)
1413 (window--in-direction-2, window-in-direction)
1414 (window--resize-reset-1, window--resize-mini-window)
1415 (window-resize, window-resize-no-error)
1416 (window--resize-child-windows-normal)
1417 (window--resize-child-windows, window--resize-siblings)
1418 (window--resize-this-window, window--resize-root-window)
1419 (window--resize-root-window-vertically)
1420 (adjust-window-trailing-edge, enlarge-window, shrink-window)
1421 (maximize-window, minimize-window, delete-window)
1422 (quit-restore-window, window-split-min-size, split-window)
1423 (balance-windows-2, balance-windows)
1424 (balance-windows-area-adjust, balance-windows-area)
1425 (window--state-get-1, window-state-get, window--state-put-1)
1426 (window--state-put-2, window-state-put)
1427 (display-buffer-record-window, window--display-buffer):
1428 Make functions handle pixelwise sizing of windows.
1429 (display-buffer--action-function-custom-type)
1430 (display-buffer-fallback-action):
1431 Add display-buffer-in-previous-window.
1432 (display-buffer-use-some-window): Resize window to height it had
1433 before.
1434 (fit-window-to-buffer-horizontally): New option.
1435 (fit-frame-to-buffer): Describe new values.
1436 (fit-frame-to-buffer-bottom-margin): Replace with
1437 fit-frame-to-buffer-margins.
1438 (window--sanitize-margin): New function.
1439 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
1440 using window-text-pixel-size.
1441
1442 2013-11-30 Glenn Morris <rgm@gnu.org>
1443
1444 * emacs-lisp/bytecomp.el (byte-compile-form):
1445 Make the `interactive-only' warning like the `obsolete' one.
1446 * comint.el (comint-run):
1447 * files.el (insert-file-literally, insert-file):
1448 * replace.el (replace-string, replace-regexp):
1449 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
1450 (goto-line, insert-buffer, next-line, previous-line):
1451 Tweak `interactive-only' spec.
1452
1453 Stop keeping (most) generated cedet grammar files in the repository.
1454 * Makefile.in (semantic): New.
1455 (compile-main): Depend on semantic.
1456
1457 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1458
1459 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
1460 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
1461
1462 * uniquify.el (uniquify-buffer-name-style): Change default.
1463
1464 * loadup.el: Preload "uniquify".
1465
1466 * time.el (display-time-update): Update all mode lines (bug#15999).
1467
1468 * electric.el (electric-indent-mode): Enable by default.
1469 * loadup.el: Preload "electric".
1470
1471 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
1472
1473 * emacs-lisp/helpers.el (string-empty-p): New function.
1474 (string-blank-p): New function.
1475
1476 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
1477
1478 * imenu.el (imenu--index-alist): Add missing dot to the docstring
1479 (Bug#14029).
1480
1481 2013-11-29 Andreas Politz <politza@fh-trier.de>
1482 * imenu.el (imenu--subalist-p): Don't error on non-conses and
1483 allow non-lambda lists as functions.
1484 (imenu--in-alist): Don't recurse into non-subalists.
1485 (imenu): Don't pass function itself as an argument (Bug#14029).
1486
1487 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * progmodes/python.el (python-mode-map): Remove binding for ":".
1490 (python-indent-electric-colon): Remove command.
1491 (python-indent-post-self-insert-function): Integrate the previous code
1492 of python-indent-electric-colon. Make it conditional on
1493 electric-indent-mode.
1494 (python-mode): Add ?: to electric-indent-chars.
1495 Move python-indent-post-self-insert-function to the end of
1496 post-self-insert-hook.
1497
1498 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1499
1500 * doc-view.el (doc-view-goto-page): Update mode-line.
1501
1502 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
1503
1504 2013-11-27 Glenn Morris <rgm@gnu.org>
1505
1506 * international/charprop.el, international/uni-bidi.el:
1507 * international/uni-category.el, international/uni-combining.el:
1508 * international/uni-comment.el, international/uni-decimal.el:
1509 * international/uni-decomposition.el, international/uni-digit.el:
1510 * international/uni-lowercase.el, international/uni-mirrored.el:
1511 * international/uni-name.el, international/uni-numeric.el:
1512 * international/uni-old-name.el, international/uni-titlecase.el:
1513 * international/uni-uppercase.el:
1514 Remove generated files from VCS repository.
1515
1516 2013-11-27 Eli Zaretskii <eliz@gnu.org>
1517
1518 * filenotify.el (file-notify-add-watch): Don't special-case
1519 w32notify when computing the directory to watch.
1520
1521 2013-11-27 Glenn Morris <rgm@gnu.org>
1522
1523 Make bootstrap without generated uni-*.el files possible again.
1524 * loadup.el: Update command-line-args checking for unidata-gen.
1525 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
1526 * composite.el, international/characters.el:
1527 Handle unicode tables being undefined.
1528
1529 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
1530 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
1531 (compile-main): Depend on leim rule.
1532 (leim): New rule.
1533 * loadup.el: Move leim-list.el to leim/ subdirectory.
1534 * startup.el (normal-top-level): No more leim directory.
1535 * international/ja-dic-cnv.el (skkdic-convert):
1536 Disable version-control and autoloads in output files.
1537 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
1538 Disable version-control and autoloads in output files.
1539 * leim/quail: Move here from ../leim.
1540 * leim/quail/hangul.el (hangul-input-method-activate):
1541 Add autoload cookie.
1542 (generated-autoload-load-name): Set file-local value.
1543 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
1544 (generated-autoload-load-name): Set file-local value.
1545
1546 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com> (tiny change)
1547
1548 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
1549 (eww-add-bookmark): Ask confirmation when add to bookmarks
1550 (eww-quit): Ask confirmation before quitting eww.
1551
1552 2013-11-26 Eli Zaretskii <eliz@gnu.org>
1553
1554 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
1555 reading output from Diff on MS-Windows and MS-DOS.
1556
1557 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
1558
1559 * emacs-lisp/helpers.el (string-reverse): New function.
1560
1561 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
1562
1563 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
1564 names on MS Windows, like "/[::1]:".
1565
1566 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
1567 SWITCHES.
1568
1569 2013-11-26 Glenn Morris <rgm@gnu.org>
1570
1571 * progmodes/python.el (python-indent-guess-indent-offset):
1572 Avoid corner-case error. (Bug#15975)
1573
1574 Preload leim-list.el. (Bug#4789)
1575 * loadup.el: Load leim-list.el when found.
1576 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
1577
1578 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
1579
1580 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
1581
1582 * emacs-lisp/helpers.el (string-join): New function.
1583
1584 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
1585
1586 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1587 Mark as obsolete and replace it with a symbol property.
1588 (byte-compile-form): Use new 'interactive-only property.
1589 * comint.el, files.el, replace.el, simple.el:
1590 Apply new 'interactive-only properly.
1591
1592 2013-11-25 Martin Rudalics <rudalics@gmx.at>
1593
1594 * window.el (display-buffer-at-bottom): Make sure that
1595 split-window-sensibly creates the new window on bottom
1596 (Bug#15961).
1597
1598 2013-11-23 David Kastrup <dak@gnu.org>
1599
1600 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
1601 on the conflict markers when available.
1602 (smerge--get-marker): New function.
1603 (smerge-end-re, smerge-base-re): Add subgroup.
1604
1605 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1606
1607 * frame.el (handle-focus-in, handle-focus-out): Add missing
1608 interactive spec.
1609
1610 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
1611
1612 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
1613 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
1614
1615 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1616
1617 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
1618 (gomoku--last-pos): New var.
1619 (gomoku--intangible-chars): New const.
1620 (gomoku--intangible): New function.
1621 (gomoku-mode): Use it. Derive from special-mode.
1622 (gomoku-move-up): Adjust line count.
1623 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
1624 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
1625 Simplify accordingly.
1626
1627 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
1628 Remove blink-cursor code.
1629 (blink-cursor-timer-function, blink-cursor-suspend):
1630 Don't special-case GUIs.
1631 (blink-cursor-mode): Use focus-in/out-hook.
1632
1633 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
1634
1635 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
1636 work when annotation is invisible (Bug#13886).
1637
1638 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
1639
1640 * json.el (json-alist-p): Only return non-nil if the alist has
1641 simple keys (Bug#13518).
1642
1643 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
1644
1645 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
1646 when control-statement is the first statement in a buffer (Bug#15956).
1647
1648 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
1649
1650 * imenu.el (imenu-generic-skip-comments-and-strings):
1651 New option (Bug#15560).
1652 (imenu--generic-function): Use it.
1653
1654 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
1655
1656 * minibuffer.el (completion--in-region-1): Scroll the correct
1657 window. (Bug#13898)
1658
1659 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
1660
1661 * emacs-lisp/helpers.el: Add some string helpers.
1662 (string-trim-left): Removes leading whitespace.
1663 (string-trim-right): Removes trailing whitespace.
1664 (string-trim): Removes leading and trailing whitespace.
1665
1666 * subr.el (string-suffix-p): New function.
1667
1668 2013-11-23 Glenn Morris <rgm@gnu.org>
1669
1670 * progmodes/python.el (python-shell-send-file):
1671 Add option to delete file when done. (Bug#15647)
1672 (python-shell-send-string, python-shell-send-region): Use it.
1673
1674 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
1675
1676 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
1677 to set buffer-read-only to t, never to nil. (Bug#15938)
1678
1679 * textmodes/tex-mode.el (latex-noindent-environments):
1680 Add safe-local-variable property. (Bug#15936)
1681
1682 2013-11-23 Glenn Morris <rgm@gnu.org>
1683
1684 * textmodes/enriched.el (enriched-mode): Doc fix.
1685 * emacs-lisp/authors.el (authors-renamed-files-alist):
1686 Add enriched.doc -> enriched.txt.
1687
1688 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
1689
1690 2013-11-22 Leo Liu <sdl.web@gmail.com>
1691
1692 * progmodes/octave.el (inferior-octave-startup): Spit out error
1693 message.
1694
1695 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
1696
1697 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
1698 Improve docstring.
1699 Add :version.
1700 (ruby-encoding-magic-comment-style): Add :version.
1701
1702 2013-11-22 Leo Liu <sdl.web@gmail.com>
1703
1704 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
1705 (Bug#15076)
1706 (octave-help-mode): Adapt to change to help-mode-finish to use
1707 derived-mode-p on 2013-09-17.
1708 (inferior-octave-prompt): Also match octave-gui.
1709 (octave-kill-process): Don't ask twice. (Bug#10564)
1710
1711 2013-11-22 Leo Liu <sdl.web@gmail.com>
1712
1713 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
1714 (inferior-octave-startup, inferior-octave-check-process)
1715 (inferior-octave-track-window-width-change)
1716 (octave-completion-at-point, octave-eldoc-function): Use it.
1717 (octave-kill-process): Provide confirmation. (Bug#10564)
1718
1719 2013-11-21 Leo Liu <sdl.web@gmail.com>
1720
1721 * progmodes/octave.el (octave-mode, inferior-octave-mode):
1722 Fix obsolete variable comment-use-global-state.
1723
1724 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1725
1726 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
1727 Add `octave-source-file'.
1728 (octave-source-file): New function. (Bug#15935)
1729
1730 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
1731
1732 * net/eww.el (eww-local-regex): New variable.
1733 (eww): Use it to detect localhost and similar.
1734
1735 2013-11-21 Leo Liu <sdl.web@gmail.com>
1736
1737 Add completion for command `ag'.
1738 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
1739 (pcomplete/ag): New function.
1740 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
1741
1742 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
1745 (bug#14646).
1746 (make-obsolete): Remove interactive spec.
1747
1748 2013-11-21 Glenn Morris <rgm@gnu.org>
1749
1750 * startup.el (command-line-1): Use path-separator with -L.
1751
1752 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
1753
1754 * emacs-lisp/package.el (describe-package-1): Add package archive
1755 to shown fields.
1756
1757 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
1758
1759 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
1760 Change default to "# encoding: %s" to differentiate it from the
1761 default Ruby encoding comment template.
1762
1763 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
1764
1765 * ses.el (ses-mode): Doc fix. (Bug#14748)
1766
1767 2013-11-20 Leo Liu <sdl.web@gmail.com>
1768
1769 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
1770
1771 2013-11-19 Dan Nicolaescu <dann@gnu.org>
1772
1773 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
1774 when rebase or bisect are in progress.
1775
1776 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
1777
1778 * filenotify.el (file-notify-add-watch): Doc fix.
1779
1780 2013-11-19 Leo Liu <sdl.web@gmail.com>
1781
1782 * obsolete/rcompile.el: Mark obsolete.
1783
1784 * progmodes/compile.el (compilation-start)
1785 (compilation-goto-locus, compilation-find-file):
1786 Pass no-display-ok and handle nil value from display-buffer.
1787 (Bug#13594)
1788
1789 * window.el (display-buffer-alist, display-buffer): Document the
1790 new parameter no-display-ok. Return either a window or nil
1791 but never a non-window value.
1792
1793 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1794
1795 * electric.el (electric-indent-mode-map): Remove.
1796 (electric-indent-mode): Change the global-map instead (bug#15915).
1797
1798 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1799 Use add-function.
1800
1801 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1802
1803 * emacs-lisp/nadvice.el (remove-function): Align with
1804 add-function's behavior.
1805
1806 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
1807 (gdb--string-regexp): New constant.
1808 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
1809 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
1810 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
1811 submatch 1.
1812 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
1813 Adjust use accordingly.
1814 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
1815
1816 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
1817
1818 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
1819 interpolation curlies (Bug#15914).
1820
1821 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
1822
1823 * calc/calc.el (calc-context-sensitive-enter): New variable.
1824 (calc-enter): Use `calc-context-sensitive-enter'.
1825
1826 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
1827
1828 * progmodes/cfengine.el: Version bump.
1829 (cfengine-cf-promises): New defcustom to locate cf-promises.
1830 (cfengine3-vartypes): Add new "data" type.
1831 (cfengine3--current-word): New function to get current name-like
1832 word or its bounds.
1833 (cfengine3--current-function): New function to look up a CFEngine
1834 function's definition.
1835 (cfengine3-format-function-docstring): New function.
1836 (cfengine3-make-syntax-cache): New function.
1837 (cfengine3-documentation-function): New function: ElDoc glue.
1838 (cfengine3-completion-function): New function: completion glue.
1839 (cfengine3-mode): Set `compile-command',
1840 `eldoc-documentation-function', and add to
1841 `completion-at-point-functions'.
1842
1843 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
1844
1845 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
1846 `tramp-current-connection'.
1847
1848 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
1849
1850 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
1851 nil/self/true/false with "end of symbol".
1852
1853 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
1854
1855 * subr.el (version-regexp-alist): Fix a typo.
1856
1857 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
1858
1859 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
1860 "en_US.utf8" and "LC_CTYPE" to "".
1861 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
1862 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
1863
1864 2013-11-15 Leo Liu <sdl.web@gmail.com>
1865
1866 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
1867
1868 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1869
1870 * progmodes/gud.el (ctl-x-map):
1871 Remove C-x SPC binding. (Bug#12342)
1872 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
1873
1874 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
1875
1876 * subr.el (version-regexp-alist):
1877 Recognize hg, svn and darcs versions as snapshot versions.
1878
1879 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
1880 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
1881 (ruby--encoding-comment-required-p): Extract from
1882 `ruby-mode-set-encoding'.
1883 (ruby-mode-set-encoding): Add the ability to always insert an
1884 utf-8 encoding comment. Fix and simplify coding comment update
1885 logic.
1886
1887 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
1888
1889 * net/tramp-gvfs.el (top): Run init code only when
1890 `tramp-gvfs-enabled' is not nil.
1891 (tramp-gvfs-enabled): Check also :system bus.
1892
1893 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1894
1895 Sync with upstream verilog-mode revision 78e66ba.
1896 * progmodes/verilog-mode.el (verilog-end-of-defun)
1897 (verilog-type-completion, verilog-get-list): Remove unused funcs.
1898 (verilog-get-end-of-defun): Remove unused argument.
1899 (verilog-comment-depth): Remove unused local `e'.
1900 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
1901 Don't pass arg to verilog-get-end-of-defun.
1902
1903 2013-11-14 Glenn Morris <rgm@gnu.org>
1904
1905 * obsolete/assoc.el (aget): Prefix dynamic variable.
1906
1907 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
1908
1909 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1910
1911 * widget.el, hfy-cmap.el: Remove bogus package version number.
1912
1913 2013-11-13 Glenn Morris <rgm@gnu.org>
1914
1915 * replace.el (replace-eval-replacement):
1916 Try to give more helpful error message. (Bug#15836)
1917
1918 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1919 (archive-7z-update): Avoid custom type mismatches.
1920
1921 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
1922
1923 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
1924
1925 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
1926 address can be empty.
1927
1928 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
1929 Accept nil SWITCHES.
1930 (tramp-gvfs-handle-write-region): Implement APPEND.
1931
1932 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
1933
1934 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
1935 binary "|" operator and closing block args delimiter.
1936 Remove FIXME comment referring to Ruby 1.8-only syntax.
1937 (ruby-smie--implicit-semi-p): Not after "|" operator.
1938 (ruby-smie--closing-pipe-p): New function.
1939 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
1940 (ruby-smie-rules): Indent after "|".
1941
1942 2013-11-12 Glenn Morris <rgm@gnu.org>
1943
1944 * ps-print.el (ps-face-attribute-list):
1945 Handle anonymous faces. (Bug#15827)
1946
1947 2013-11-12 Martin Rudalics <rudalics@gmx.at>
1948
1949 * window.el (display-buffer-other-frame): Fix doc-string.
1950 (Bug#15868)
1951
1952 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1953
1954 * subr.el (force-mode-line-update): Delete, move to buffer.c.
1955
1956 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
1957
1958 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
1959 (tramp-sh-handle-file-local-copy): Don't write a message when
1960 saving temporary files.
1961
1962 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
1963 both directories are remote.
1964 (tramp-smb-handle-directory-files): Do not return double entries.
1965 Do not expand full file names.
1966 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
1967 (tramp-smb-handle-write-region): Implement APPEND.
1968 (tramp-smb-get-stat-capability): Fix a stupid bug.
1969
1970 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1971
1972 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
1973
1974 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1975
1976 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
1977 throwing error over malformed let/let* (bug#15814).
1978
1979 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * iswitchb.el (iswitchb-mode): Mark obsolete.
1982
1983 2013-11-11 Glenn Morris <rgm@gnu.org>
1984
1985 * international/uni-bidi.el, international/uni-category.el:
1986 * international/uni-name.el, international/uni-numeric.el:
1987 Regenerate for Unicode 6.3.0.
1988
1989 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
1990
1991 * net/tramp.el (tramp-methods):
1992 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
1993 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
1994
1995 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
1996
1997 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1998 Force highlighting text after Summary keyword in doc face for rpm.
1999
2000 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
2001
2002 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
2003 available and the word has no wildcards, append one to the grep pattern.
2004 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
2005 (ispell-complete-word): Call `ispell-lookup-words' with the value
2006 independent of `ispell-look-p'.
2007
2008 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
2009
2010 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
2011 Not after "||".
2012 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
2013 their parent.
2014
2015 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2016
2017 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
2018 (ruby-font-lock-keywords): Use backquote.
2019
2020 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
2021
2022 * progmodes/ruby-mode.el (ruby-smie--forward-token)
2023 (ruby-smie--backward-token): Only consider full-string matches.
2024
2025 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
2026
2027 * faces.el (describe-face): Add distant-foreground.
2028
2029 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
2030
2031 * progmodes/ruby-mode.el: Improve encoding comment handling.
2032 (ruby-encoding-magic-comment-style): New option.
2033 (ruby-custom-encoding-magic-comment-template): New option.
2034 (ruby--insert-coding-comment, ruby--detect-encoding):
2035 New functions extracted from `ruby-mode-set-encoding'.
2036 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
2037 to control the style of the auto-inserted encoding comment.
2038
2039 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
2040
2041 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
2042 Use `smie-backward-sexp' with token argument.
2043
2044 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
2045
2046 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
2047 Remove instrumentation code.
2048
2049 2013-11-08 Glenn Morris <rgm@gnu.org>
2050
2051 * progmodes/autoconf.el (autoconf-mode):
2052 Tweak comment-start-skip. (Bug#15822)
2053
2054 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2055
2056 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
2057 at bobp (bug#15826).
2058 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
2059
2060 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
2061
2062 * man.el (Man-start-calling): New macro, extracted from
2063 Man-getpage-in-background.
2064 (Man-getpage-in-background): Use it.
2065 (Man-update-manpage): New command.
2066 (Man-mode-map): Bind it.
2067
2068 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
2069
2070 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
2071 of "and", "or", "&&" and "||".
2072 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
2073 argument. Prohibit opening curly brace because it could only be a
2074 block opener in that position.
2075 (ruby-smie--forward-token, ruby-smie--backward-token):
2076 Separate "|" from "&" or "*" going after it. That can happen in block
2077 arguments.
2078 (ruby-smie--indent-to-stmt): New function, seeks the end of
2079 previous statement or beginning of buffer.
2080 (ruby-smie-rules): Use it.
2081 (ruby-smie-rules): Check if there's a ":" before a curly block
2082 opener candidate; if there is, it's a hash.
2083
2084 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2085
2086 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
2087 (cl--block-wrapper): Fix last accidental change.
2088
2089 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
2090
2091 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
2092 Instrument, in order to hunt failure on hydra.
2093
2094 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2095
2096 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
2097 malformed bindings form (bug#15814).
2098
2099 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
2100
2101 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
2102 "." compared to " @ ". This incidentally fixes some indentation
2103 examples with "do".
2104 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
2105 (ruby-smie-grammar): New tokens: "and" and "or".
2106 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
2107 Exclude "and" and "or". Remove "do" in order to work around token
2108 priorities.
2109 (ruby-smie-rules): Add all infix tokens. Handle the case of
2110 beginning-of-buffer.
2111
2112 2013-11-06 Glenn Morris <rgm@gnu.org>
2113
2114 * Makefile.in (setwins_almost, setwins_for_subdirs):
2115 Avoid accidental matches.
2116
2117 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * menu-bar.el (popup-menu): Use key-binding.
2120
2121 2013-11-06 Eli Zaretskii <eliz@gnu.org>
2122
2123 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
2124 menus, support also the menus produced by minor modes.
2125 (Bug#15817)
2126
2127 2013-11-06 Leo Liu <sdl.web@gmail.com>
2128
2129 * thingatpt.el (thing-at-point-looking-at): Add optional arg
2130 DISTANCE to bound the search. All uses changed. (Bug#15808)
2131
2132 2013-11-06 Glenn Morris <rgm@gnu.org>
2133
2134 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
2135 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
2136 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
2137
2138 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2139
2140 * electric.el (electric-indent-just-newline): New command.
2141 (electric-indent-mode-map): New keymap.
2142 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
2143 Re-add :group which weren't redundant.
2144
2145 * electric.el (electric-indent-local-mode): New minor mode.
2146 (electric-indent-functions-without-reindent): New var.
2147 (electric-indent-post-self-insert-function): Use it.
2148 * emacs-lisp/gv.el (buffer-local-value): Add setter.
2149
2150 2013-11-05 Eli Zaretskii <eliz@gnu.org>
2151
2152 * international/quail.el (quail-help): Be more explicit about the
2153 meaning of the labels shown on the keys. (Bug#15800)
2154
2155 * startup.el (normal-top-level): Load the subdirs.el files before
2156 setting the locale environment. (Bug#15805)
2157
2158 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2159
2160 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
2161 via arguments so as to get the right ones (bug#15418).
2162
2163 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
2164
2165 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
2166
2167 Fix problems found while writing a test suite.
2168
2169 * net/tramp-compat.el (tramp-compat-load): New defun.
2170 * net/tramp.el (tramp-handle-load): Use it.
2171
2172 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
2173 "(numberp ok-if-already-exists)" correctly.
2174
2175 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
2176
2177 * international/characters.el (glyphless-char-display-control):
2178 Add usage note.
2179
2180 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
2181
2182 * progmodes/python.el (python-mode):
2183 * progmodes/scheme.el (scheme-mode):
2184 * progmodes/prolog.el (prolog-mode):
2185 * progmodes/ruby-mode.el (ruby-mode):
2186 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
2187 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
2188
2189 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2190
2191 * rect.el (rectangle--highlight-for-redisplay):
2192 * emacs-lisp/smie.el (smie--next-indent-change):
2193 Use buffer-chars-modified-tick.
2194
2195 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
2196
2197 * electric.el (electric-indent-post-self-insert-function):
2198 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
2199
2200 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
2201
2202 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
2203
2204 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2205
2206 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
2207 (bug#15786).
2208
2209 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2210
2211 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
2212
2213 * progmodes/python.el: Fix up last change.
2214 (python-shell--save-temp-file): New function.
2215 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
2216 `string' comes from the current buffer.
2217 (python-shell-send-string-no-output): Remove `msg' arg.
2218 (python--use-fake-loc): New var.
2219 (python-shell-buffer-substring): Obey it. Try to compensate for the
2220 extra coding line added by python-shell--save-temp-file.
2221 (python-shell-send-region): Use python-shell--save-temp-file and
2222 python-shell-send-file directly. Add `nomain' argument.
2223 (python-shell-send-buffer): Use python-shell-send-region.
2224 (python-electric-pair-string-delimiter): New function.
2225 (python-mode): Use it.
2226
2227 2013-11-04 Eli Zaretskii <eliz@gnu.org>
2228
2229 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
2230 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
2231 environment and decoding all of the default-directory's to here
2232 from command-line.
2233 (command-line): Decode also argv[0].
2234
2235 * loadup.el: Error out if default-directory is a multibyte string
2236 when we are dumping.
2237
2238 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
2239
2240 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
2241
2242 * emacs-lisp/package.el (package-menu-mode)
2243 (package-menu--print-info, package-menu--archive-predicate):
2244 Add Archive column to package list.
2245
2246 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
2247
2248 Fix problems found while writing a test suite.
2249
2250 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
2251 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
2252 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
2253 to nil when running original file name handler. Otherwise,
2254 there are problems with constructs like "$$FOO".
2255
2256 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
2257 for `localname'.
2258
2259 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
2260
2261 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
2262
2263 * subr.el (version<, version<=, version=):
2264 Update docstrings with information for snapshot versions.
2265
2266 * helpers.el: New library for misc helper functions.
2267 (hash-table-keys): New function returning a list of hash keys.
2268 (hash-table-values): New function returning a list of hash values.
2269
2270 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
2271
2272 * progmodes/ruby-mode.el (ruby-smie--forward-token)
2273 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
2274
2275 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
2276
2277 * textmodes/fill.el (fill-single-char-nobreak-p): New function
2278 checking whether point is after a 1-letter word.
2279
2280 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2281
2282 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
2283 Don't infloop when expanding region over `multiline' syntax-type that
2284 begins a line (bug#15778).
2285
2286 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2287
2288 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
2289 Make it into a proper minor mode.
2290 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
2291 (rectangle-mark-mode-map): New keymap.
2292 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
2293
2294 2013-11-04 Glenn Morris <rgm@gnu.org>
2295
2296 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
2297
2298 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2299
2300 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
2301 (ruby-smie-rules): Use smie-rule-parent instead.
2302
2303 * emacs-lisp/smie.el (smie-rule-parent): Always call
2304 smie-indent-virtual rather than only for hanging tokens.
2305 (smie--next-indent-change): New helper command.
2306
2307 2013-11-03 Glenn Morris <rgm@gnu.org>
2308
2309 * Makefile.in (abs_srcdir): Remove.
2310 (emacs): Unset EMACSLOADPATH.
2311
2312 2013-11-02 Glenn Morris <rgm@gnu.org>
2313
2314 * Makefile.in (EMACS): Use a relative filename.
2315 (abs_top_builddir): Remove.
2316 (custom-deps, finder-data, autoloads): Use --chdir.
2317
2318 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
2319
2320 Use relative filenames in TAGS files.
2321 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2322 (lisptagsfiles4, TAGS): Use relative file names.
2323 (TAGS-LISP): Remove.
2324 (maintainer-clean): No more TAGS-LISP file.
2325
2326 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2327 (lisptagsfiles4): Use absolute filenames again.
2328 (TAGS, TAGS-LISP): Not everything needs to run in one line.
2329 Remove all *loaddefs files, not just the first. Remove esh-groups.
2330 (maintainer-clean): Delete TAGS, TAGS-LISP.
2331
2332 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
2333
2334 * emacs-lisp/package.el (package-version-join):
2335 Recognize snapshot versions.
2336
2337 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
2338
2339 * subr.el (version-regexp-alist): Add support for snapshot versions.
2340
2341 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
2342
2343 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
2344 New function, replacement for `smie-rule-parent' for when we want to
2345 skip over our direct parent if it's an assignment token..
2346 (ruby-smie-rules): Use it.
2347
2348 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
2349
2350 * progmodes/ruby-mode.el Use `syntax-propertize-function'
2351 unconditionally. Remove now unnecessary forward declarations.
2352 Remove XEmacs-specific setup.
2353 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
2354 (ruby-font-lock-syntactic-keywords)
2355 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
2356 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
2357 (ruby-here-doc-end-syntax): Remove.
2358 (ruby-mode): Don't check whether `syntax-propertize-rules' is
2359 defined as function.
2360
2361 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
2362
2363 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
2364
2365 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
2366
2367 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
2368 table and abbrev table, `define-derived-mode' does that for us
2369 anyway.
2370
2371 2013-11-01 Glenn Morris <rgm@gnu.org>
2372
2373 * Makefile.in: Remove manual mh-e dependencies (writing .elc
2374 files is atomic for some time, so no parallel compilation issues).
2375
2376 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
2377
2378 * faces.el (face-x-resources): Add :distant-foreground.
2379 (region): Use :distant-foreground for gtk and ns.
2380
2381 2013-11-01 Tassilo Horn <tsdh@gnu.org>
2382
2383 Allow multiple bibliographies when BibLaTeX is used rather than
2384 BibTeX.
2385 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
2386 (reftex-locate-bibliography-files): Us it.
2387
2388 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
2389
2390 * image.el (image-type-header-regexps): Fix the 'pbm' part to
2391 allow comments in pbm files.
2392
2393 * term/w32-win.el (dynamic-library-alist): Support newer versions
2394 of libjpeg starting with v7: look only for the DLL from the
2395 version against which Emacs was built.
2396 Support versions of libpng beyond 1.4.x.
2397 Support libtiff v4.x.
2398
2399 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
2400
2401 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
2402 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
2403 Add property :safe.
2404 (ruby-deep-arglist): Add property :type.
2405
2406 2013-10-31 Glenn Morris <rgm@gnu.org>
2407
2408 * Makefile.in (custom-deps, finder-data): No need to setq the target
2409 variables, we are in the right directory and the defaults work fine.
2410
2411 2013-10-30 Glenn Morris <rgm@gnu.org>
2412
2413 * Makefile.in (autoloads): Do not use abs_lisp.
2414
2415 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2416 `newline' does not respect `standard-output', so use `princ'.
2417
2418 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
2419
2420 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
2421 * buff-menu.el (Buffer-menu--unmark): New function.
2422 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
2423
2424 2013-10-30 Glenn Morris <rgm@gnu.org>
2425
2426 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
2427
2428 * emacs-lisp/package.el (lm-homepage): Declare.
2429
2430 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
2431 Fix doc typos.
2432
2433 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
2434
2435 * Makefile.in (finder-data, autoloads, update-subdirs)
2436 (compile-main, compile-clean, compile-always, bootstrap-clean):
2437 Check return value of cd.
2438 (compile-calc): Remove.
2439
2440 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
2443
2444 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
2445 (byte-compile-and-folded): New function.
2446 (=, <, >, <=, >=): Use it.
2447
2448 * dos-w32.el (minibuffer-history-case-insensitive-variables)
2449 (path-separator, null-device, buffer-file-coding-system)
2450 (lpr-headers-switches): Check system-type before modifying them.
2451 (find-buffer-file-type-coding-system): Mark obsolete.
2452 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
2453 find-file-not-found-set-buffer-file-coding-system.
2454 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
2455 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
2456 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
2457 (w32-direct-print-region-helper, w32-direct-print-region-function)
2458 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
2459 * startup.el (normal-top-level-add-subdirs-to-load-path):
2460 * ps-print.el (ps-print-region-function):
2461 * lpr.el (print-region-function): Use new name.
2462
2463 * subr.el (custom-declare-variable-early): Remove function.
2464 (custom-declare-variable-list): Remove var.
2465 (error, user-error): Remove `while' loop.
2466 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
2467 (user-emacs-directory-warning, locate-user-emacs-file):
2468 Move to files.el.
2469 * simple.el (read-quoted-char-radix, read-quoted-char):
2470 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
2471 Move from subr.el.
2472 * custom.el (custom-declare-variable-list): Don't process
2473 custom-declare-variable-list.
2474
2475 * progmodes/python.el (python-shell-get-buffer): New function.
2476 (python-shell-get-process): Use it.
2477 (python-shell-send-string): Always use utf-8 and add a cookie to tell
2478 Python which encoding was used. Don't split-string since we only care
2479 about the first line. Return the temp-file, if applicable.
2480 (python-shell-send-region): Tell compile.el how to turn locations in
2481 the temp-file into locations in the source buffer.
2482
2483 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2484
2485 * subr.el (undefined): Add missing behavior from the C code for
2486 unbound keys.
2487
2488 * rect.el: Use lexical-binding. Add new rectangular region support.
2489 (rectangle-mark): New command.
2490 (rectangle--region): New var.
2491 (deactivate-mark-hook): Reset rectangle--region.
2492 (rectangle--extract-region, rectangle--insert-for-yank)
2493 (rectangle--highlight-for-redisplay)
2494 (rectangle--unhighlight-for-redisplay): New functions.
2495 (region-extract-function, redisplay-unhighlight-region-function)
2496 (redisplay-highlight-region-function): Use them to handle
2497 rectangular region.
2498 * simple.el (region-extract-function): New var.
2499 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
2500 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
2501 (kill-region): Replace obsolete `yank-handler' arg with `region'.
2502 (copy-region-as-kill, kill-ring-save): Add `region' argument.
2503 (redisplay-unhighlight-region-function)
2504 (redisplay-highlight-region-function): New vars.
2505 (redisplay--update-region-highlight): New function.
2506 (pre-redisplay-function): Use it.
2507 (exchange-point-and-mark): Don't deactivate the mark before
2508 reactivate-it anyway.
2509 * comint.el (comint-kill-region): Remove yank-handler argument.
2510 * delsel.el (delete-backward-char, backward-delete-char-untabify)
2511 (delete-char): Remove property, since it's now part of their
2512 default behavior.
2513 (self-insert-iso): Remove property since this command doesn't exist.
2514
2515 * emacs-lisp/package.el (package--download-one-archive)
2516 (describe-package-1): Don't query the user about final newline.
2517
2518 2013-10-29 Daniel Colascione <dancol@dancol.org>
2519
2520 * net/tramp.el (tramp-methods): Document new functionality.
2521 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
2522 tramp-hostname-checker if method provides one instead of scanning
2523 argument list for "%h" to decide hostname acceptability.
2524
2525 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
2526
2527 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
2528 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2529 Handle COPY-CONTENTS. (Bug#15737)
2530
2531 2013-10-28 Daiki Ueno <ueno@gnu.org>
2532
2533 * epa-file.el
2534 (epa-file-cache-passphrase-for-symmetric-encryption):
2535 Document that this option has no effect with GnuPG 2.0 (bug#15552).
2536
2537 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
2538
2539 * image.el (defimage):
2540 (image-load-path): Doc fixes.
2541
2542 2013-10-27 Alan Mackenzie <acm@muc.de>
2543
2544 Indent statements in macros following "##" correctly.
2545 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2546 Modify the "#" arm of a cond form to handle "#" and "##" operators.
2547
2548 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2549
2550 * linum.el (linum-update-window): Fix boundary test (bug#13446).
2551
2552 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
2553
2554 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
2555 after `=' is probably a new expression.
2556
2557 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2558
2559 * man.el (man-imenu-title): New option.
2560 (Man-mode-map): Add menu. (Bug#15722)
2561 (Man-mode): Add imenu to menu.
2562
2563 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
2564
2565 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
2566 specific in what the first arg can be: a non-keyword word,
2567 string/regexp/percent literal opener, opening paren, or unary
2568 operator followed directly by word.
2569
2570 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
2573 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
2574 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
2575 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
2576 Remove vars, they do not apply any more.
2577 (prolog-mode-abbrev-table): Remove redundant declaration.
2578 (prolog-upper-case-string, prolog-lower-case-string): Remove.
2579 (prolog-use-smie): Remove.
2580 (prolog-smie-rules): Add indentation rule for the if-then-else layout
2581 supported by prolog-electric-if-then-else-flag.
2582 (prolog-mode-variables, prolog-menu): Use setq-local.
2583 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
2584 Remove binding to `Backspace' since this key doesn't exist anyway.
2585 Remove bindings for electric self-inserting keys.
2586 (prog-mode): Assume it's defined.
2587 (prolog-post-self-insert): New function.
2588 (prolog-mode): Use it.
2589 (prolog-indent-line, prolog-indent-level)
2590 (prolog-find-indent-of-matching-paren)
2591 (prolog-indentation-level-of-line, prolog-goto-comment-column)
2592 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
2593 (prolog-goto-next-paren, prolog-in-string-or-comment)
2594 (prolog-tokenize, prolog-inside-mline-comment)
2595 (prolog-find-start-of-mline-comment): Remove functions.
2596 (prolog-find-unmatched-paren, prolog-clause-end)
2597 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
2598 (prolog-electric--if-then-else): Rename from
2599 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
2600 (prolog-tokenize-searchkey): Remove const.
2601 (prolog-clause-info): Use forward-sexp.
2602 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
2603 (prolog-electric-if-then-else): Remove commands.
2604 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
2605 for use in post-self-insert-hook.
2606 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
2607 for use in post-self-insert-hook.
2608 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
2609 for use in post-self-insert-hook.
2610 (prolog-electric--underscore): Rename from prolog-electric--underscore;
2611 adapt it for use in post-self-insert-hook.
2612
2613 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
2614
2615 * emacs-lisp/ert.el (ert-run-tests-interactively):
2616 Use `completing-read'. (Bug#9756)
2617
2618 2013-10-25 Eli Zaretskii <eliz@gnu.org>
2619
2620 * simple.el (line-move): Call line-move-1 instead of
2621 line-move-visual when the current window hscroll is zero, but
2622 temporary-goal-column indicates we will need to hscroll as result
2623 of the movement. (Bug#15712)
2624
2625 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
2626
2627 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
2628 capitalization. Use :visible instead of :active.
2629 Fix `ruby-indent-exp' reference. Add menu items for the generic
2630 commands that are used with SMIE.
2631 (ruby-do-end-to-brace): Insert space after `{'.
2632
2633 2013-10-25 John Anthony <john@jo.hnanthony.com>
2634
2635 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
2636
2637 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
2638
2639 2013-10-25 Glenn Morris <rgm@gnu.org>
2640
2641 * vc/vc.el (vc-print-log): Don't use a working revision unless
2642 one was explicitly specified. (Bug#15322)
2643
2644 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2645
2646 * subr.el (add-to-list): Preserve return value in compiler-macro
2647 (bug#15692).
2648
2649 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2650
2651 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
2652 result. Ask user to retry using '-all' flag. (Bug#15701)
2653
2654 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2655
2656 * emacs-lisp/smie.el: New smie-config system.
2657 (smie-config): New defcustom.
2658 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
2659 (smie-config-guess, smie-config-save): New commands.
2660 (smie-config--mode-local, smie-config--buffer-local)
2661 (smie-config--trace, smie-config--modefuns): New vars.
2662 (smie-config--advice, smie-config--mode-hook)
2663 (smie-config--setter, smie-config-local, smie-config--get-trace)
2664 (smie-config--guess-value, smie-config--guess): New functions.
2665 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
2666 text properties. Treat "string fence" syntax like string syntax.
2667
2668 * progmodes/sh-script.el (sh-use-smie): Change default.
2669 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
2670 (sh-var-value): Simplify by CSE.
2671 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
2672 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
2673 is used.
2674 (sh-guess-basic-offset): Use cl-incf.
2675 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
2676
2677 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
2678
2679 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
2680 (bug#15699).
2681
2682 2013-10-24 Glenn Morris <rgm@gnu.org>
2683
2684 * Makefile.in (abs_top_srcdir): Remove.
2685 (update-subdirs): Use relative path to update-subdirs.
2686
2687 2013-10-24 Eli Zaretskii <eliz@gnu.org>
2688
2689 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
2690 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2691 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2692 Call unmsys--file-name before expand-file-name, not after it.
2693
2694 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
2695
2696 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
2697 (ert-test-skipped): New error.
2698 (ert-skip, ert-stats-skipped): New defuns.
2699 (ert--skip-unless): New macro.
2700 (ert-test-skipped): New struct.
2701 (ert--run-test-debugger, ert-test-result-type-p)
2702 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
2703 (ert--stats-set-test-and-result, ert-char-for-test-result)
2704 (ert-string-for-test-result, ert-run-tests-batch)
2705 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
2706 Handle skipped tests. (Bug#9803)
2707
2708 2013-10-24 Glenn Morris <rgm@gnu.org>
2709
2710 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
2711
2712 * Makefile.in (abs_top_srcdir): New, set by configure.
2713 (update-subdirs): Correct build-aux location.
2714
2715 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
2716
2717 * vc/vc.el (vc-print-root-log): Always set `default-directory'
2718 value, whether we could auto-deduce `backend', or not.
2719
2720 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
2721 with parameters" example. Simplify the "is it block or is it
2722 hash" check, but also make it more thorough.
2723
2724 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
2725
2726 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
2727
2728 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2729
2730 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
2731 { if it is hanging.
2732
2733 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
2734 :before ";".
2735
2736 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
2737
2738 * progmodes/compile.el (compilation-directory-matcher)
2739 (compilation-page-delimiter):
2740 Support GNU Make-4.0 directory quoting. (Bug#15678)
2741
2742 2013-10-23 Leo Liu <sdl.web@gmail.com>
2743
2744 * ido.el (ido-tidy): Handle read-only text.
2745
2746 2013-10-23 Glenn Morris <rgm@gnu.org>
2747
2748 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
2749 (emacs, compile, compile-always):
2750 Quote entities that might contain whitespace.
2751 (custom-deps, finder-data, autoloads): Use abs_lisp.
2752 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
2753 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
2754 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
2755
2756 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
2757
2758 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
2759 Use `following-char'.
2760
2761 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2762
2763 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
2764 * progmodes/ruby-mode.el (ruby-smie-rules):
2765 Remove corresponding workaround. Fix indentation rule of ";" so it
2766 also applies when ";" is the parent.
2767
2768 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
2769
2770 * frame.el (display-screens, display-pixel-height)
2771 (display-pixel-width, display-mm-width, display-backing-store)
2772 (display-save-under, display-planes, display-color-cells)
2773 (display-visual-class, display-monitor-attributes-list):
2774 Mention the optional ‘display’ argument in doc strings.
2775
2776 2013-10-22 Michael Gauland <mikelygee@amuri.net>
2777
2778 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
2779 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
2780
2781 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
2782
2783 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
2784 TODO. Add "." after " @ ".
2785 (ruby-smie--at-dot-call): New function. Checks if point at method
2786 call with explicit target.
2787 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
2788 to the method name tokens when it precedes them.
2789 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
2790 (ruby-smie-rules): Add rule for indentation before and after "."
2791 token.
2792
2793 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * textmodes/remember.el (remember-diary-extract-entries):
2796 Avoid add-to-list.
2797
2798 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
2799 an instruction.
2800
2801 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
2802
2803 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
2804 (ruby-smie--implicit-semi-p): Add new operator chars.
2805
2806 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
2807 `smie-down-list'.
2808 (ruby-smie--args-separator-p): Check that there's no newline
2809 between method call and its arguments.
2810
2811 2013-10-20 Alan Mackenzie <acm@muc.de>
2812
2813 Allow comma separated lists after Java "implements".
2814
2815 * progmodes/cc-engine.el (c-backward-over-enum-header):
2816 Parse commas.
2817 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
2818 from a "disallowed" list in enum fontification.
2819
2820 2013-10-20 Johan Bockgård <bojohan@gnu.org>
2821
2822 * startup.el (default-frame-background-mode): Remove unused defvar.
2823
2824 * progmodes/verilog-mode.el (verilog-mode): Don't set
2825 comment-indent-function globally.
2826
2827 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
2828
2829 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
2830 Move Info menu item creation to ns-win.el.
2831
2832 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
2833 in menu bar.
2834
2835 * menu-bar.el: Move GNUStep specific menus...
2836
2837 * term/ns-win.el (ns-initialize-window-system): ... to here.
2838
2839 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 * simple.el (newline): Only run post-self-insert-hook when
2842 called interactively.
2843
2844 2013-10-19 Johan Bockgård <bojohan@gnu.org>
2845
2846 * icomplete.el (icomplete-with-completion-tables): Add :version.
2847
2848 2013-10-19 Alan Mackenzie <acm@muc.de>
2849
2850 Fix fontification bugs with constructors and const.
2851
2852 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
2853 CASE 2) Remove the check for the absence of a suffix construct
2854 after a function declaration with only types (no identifiers) in
2855 the parentheses. Also, accept a function declaration with just a
2856 type inside the parentheses, if this type can be positively
2857 recognised as such, or if a prefix keyword like "explicit" nails
2858 down the construct as a declaration.
2859
2860 2013-10-19 Eli Zaretskii <eliz@gnu.org>
2861
2862 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
2863 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
2864 the problem whereby selecting a menu item that leads to a
2865 minibuffer prompt moves the cursor out of the minibuffer window,
2866 making it hard to type at the prompt. Suggested by Stefan Monnier
2867 <monnier@iro.umontreal.ca>.
2868
2869 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
2870
2871 * menu-bar.el: Don't make Services menu.
2872
2873 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2874
2875 * ffap.el: Handle "/usr/include/c++/<version>" directories.
2876 (ffap-alist): Use ffap-c++-mode for c++-mode.
2877 (ffap-c++-path): New variable.
2878 (ffap-c++-mode): New function.
2879
2880 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
2881
2882 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
2883
2884 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
2885
2886 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
2887 introduced on 2013-09-08, which results in an infinite loop
2888 requesting a password.
2889
2890 2013-10-18 Glenn Morris <rgm@gnu.org>
2891
2892 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
2893
2894 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
2895
2896 Sync with upstream verilog-mode revision 1a6ecec7.
2897 * progmodes/verilog-mode.el (verilog-mode-version): Update.
2898 (verilog-mode-release-date): Remove.
2899 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
2900 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
2901 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
2902 (verilog-auto-tieoff-ignore-regexp)
2903 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
2904 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
2905 (verilog-signals-with, verilog-dir-cache-preserving)
2906 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
2907 Doc fixes.
2908 (verilog-case-fold): New option, to control case folding in
2909 regexp searches, bug597.
2910 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
2911 (verilog-string-match-fold, verilog-in-paren-count)
2912 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
2913 (verilog-at-close-struct-p): New functions.
2914 (verilog-beg-block-re-ordered, verilog-extended-case-re)
2915 (verilog-forward-sexp, verilog-set-auto-endcomments):
2916 (verilog-leap-to-case-head): Handle "unique0" case.
2917 (verilog-in-constraint-re): New constant.
2918 (verilog-keywords, verilog-type-font-keywords):
2919 Add some SystemVerilog 1800-2012 keywords.
2920 (verilog-label-be): Remove unimplemented argument, bug669.
2921 (verilog-batch-execute-func): When batch expanding clear
2922 create-lockfiles to prevent spurious user locks when a file ends
2923 up not changing.
2924 (verilog-calculate-indent, verilog-calc-1)
2925 (verilog-at-close-constraint-p, verilog-at-constraint-p)
2926 (verilog-do-indent): Fix indentation of nested constraints
2927 and structures.
2928 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
2929 (verilog-auto-inst-param): Use verilog-string-match-fold.
2930 (verilog-read-inst-module-matcher):
2931 Fix AUTOINST on gate primitives with #1.
2932 (verilog-read-decls): Fix double-declaring user-defined typed signals.
2933 Reads all user-defined typed variables.
2934 (verilog-read-defines): Fix reading definitions inside comments, bug647.
2935 (verilog-signals-matching-regexp)
2936 (verilog-signals-not-matching-regexp, verilog-auto):
2937 Respect verilog-case-fold.
2938 (verilog-diff-report): Fix line count.
2939 (verilog-auto-assign-modport): Remove unused local `modi'.
2940 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
2941 better handle multidimensional arrays.
2942 Fix packed array ports misadding bit index in AUTOINST, bug637.
2943 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
2944 to not double-declare existing outputs and inputs, respectively.
2945 (verilog-template-map): Bind U to verilog-sk-uvm-component.
2946 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
2947 (verilog-sk-uvm-component): New skeleton.
2948 (verilog-submit-bug-report): Add verilog-case-fold,
2949 remove verilog-mode-release-date.
2950
2951 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
2952
2953 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
2954 as before.
2955
2956 2013-10-18 Reuben Thomas <rrt@sc3d.org>
2957
2958 * textmodes/remember.el (remember): Set buffer-offer-save in
2959 remember buffers (bug#13566).
2960
2961 2013-10-18 Daniel Colascione <dancol@dancol.org>
2962
2963 When evaluating forms in ielm, direct standard output to ielm
2964 buffer. Add new ielm-return-for-effect command. Remove trailing
2965 whitespace throughout.
2966
2967 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
2968 (ielm-return-for-effect): New command.
2969 (ielm-send-input): Accept optional `for-effect' parameter.
2970 (ielm-eval-input): Accept optional `for-effect' parameter.
2971 Bind `standard-output' to stream we create using
2972 `ielm-standard-output-impl'. Suppress printing result when
2973 `for-effect'.
2974 (ielm-standard-output-impl): New function.
2975 (inferior-emacs-lisp-mode): Explain new features in documentation.
2976
2977 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
2978
2979 Code cleanup.
2980
2981 * net/tramp.el (tramp-debug-message): Do not check for connection
2982 buffer.
2983 (tramp-message): Use "vector" connection property.
2984
2985 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
2986 (tramp-equal-remote, tramp-eshell-directory-change)
2987 * net/tramp-adb.el (tramp-adb-handle-copy-file)
2988 (tramp-adb-handle-rename-file)
2989 * net/tramp-cmds.el (tramp-list-remote-buffers)
2990 (tramp-cleanup-connection, tramp-cleanup-this-connection)
2991 * net/tramp-compat.el (tramp-compat-process-running-p)
2992 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
2993 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
2994 (tramp-gvfs-handle-rename-file)
2995 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
2996 (tramp-set-file-uid-gid)
2997 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2998 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
2999 of `file-remote-p'.
3000
3001 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
3002 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3003 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
3004 (tramp-gw-open-network-stream): Suppress unrelated traces.
3005
3006 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
3007 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3008 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3009 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
3010 connection property.
3011
3012 * net/tramp-cache.el (top): Suppress traces when reading
3013 persistency file.
3014
3015 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
3016 Refactor common code. Improve debug message.
3017 (tramp-maybe-open-connection)
3018 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
3019 connection buffer too early.
3020
3021 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
3022 from `tramp-smb-actions-with-acl'.
3023 (tramp-smb-actions-set-acl): New defconst.
3024 (tramp-smb-handle-copy-directory)
3025 (tramp-smb-action-get-acl): New defun, renamed from
3026 `tramp-smb-action-with-acl'.
3027 (tramp-smb-action-set-acl): New defun.
3028 (tramp-smb-handle-set-file-acl): Rewrite.
3029
3030 2013-10-17 Glenn Morris <rgm@gnu.org>
3031
3032 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
3033
3034 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3035
3036 * skeleton.el (skeleton-newline): Remove.
3037 (skeleton-internal-1): Use (insert "\n") instead.
3038
3039 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
3040 let-bindings.
3041
3042 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
3043 forward-sexp-function while we redo its job (bug#15613).
3044
3045 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
3046
3047 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
3048 represented by lists.
3049
3050 2013-10-16 Glenn Morris <rgm@gnu.org>
3051
3052 * tmm.el (tmm--history): New dynamic variable.
3053 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
3054
3055 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
3056
3057 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
3058 (tramp-smb-errors): Add error messages.
3059 (tramp-smb-actions-with-acl): New defconst.
3060 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
3061 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
3062 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
3063 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
3064 (tramp-smb-get-stat-capability): Fix tests.
3065
3066 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
3067
3068 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
3069 (bug#15580).
3070
3071 2013-10-16 Glenn Morris <rgm@gnu.org>
3072
3073 * ansi-color.el (ansi-color-drop-regexp):
3074 Add 1J, 1K, 2K. (Bug#15617)
3075
3076 * files.el (hack-local-variables--warned-lexical): New.
3077 (hack-local-variables):
3078 Warn about misplaced lexical-binding. (Bug#15616)
3079
3080 * net/eww.el (eww-render): Always set eww-current-url,
3081 and update header line. (Bug#15622)
3082 (eww-display-html): ... Rather than just doing it here.
3083
3084 2013-10-15 Eli Zaretskii <eliz@gnu.org>
3085
3086 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
3087 menu navigations commands.
3088
3089 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
3090
3091 * progmodes/subword.el (subword-capitalize): Be careful when
3092 the search for [[:alpha:]] fails (bug#15580).
3093
3094 2013-10-14 Eli Zaretskii <eliz@gnu.org>
3095
3096 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
3097 to commands that scroll the menu.
3098
3099 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
3100
3101 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
3102 Handle methods ending with `?' and `!'.
3103
3104 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
3105
3106 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
3107 `japanese-cp932' to `cp932' to fix the problem where saving a
3108 source file written in Shift_JIS twice would end up having
3109 `coding: japanese-cp932' which Ruby could not recognize.
3110 (ruby-mode-set-encoding): Add support for encodings mapped to nil
3111 in `ruby-encoding-map'.
3112 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
3113 doesn't need to be explicitly declared in magic comment.
3114 (ruby-encoding-map): Add type declaration for better customize UI.
3115
3116 2013-10-13 Glenn Morris <rgm@gnu.org>
3117
3118 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
3119 Occur buffers are read-only. http://bugs.debian.org/720775
3120
3121 * emacs-lisp/authors.el (authors-fixed-entries):
3122 Comment out old alpha stuff.
3123
3124 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
3125
3126 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
3127 to `after-save-hook' instead of `before-save-hook'.
3128 (ruby-mode-set-encoding): Use the value of coding system used to
3129 write the file. Call `basic-save-buffer-1' after modifying the
3130 buffer.
3131
3132 2013-10-13 Alan Mackenzie <acm@muc.de>
3133
3134 Fix indentation/fontification of Java enum with
3135 "implements"/generic.
3136
3137 * progmodes/cc-engine.el (c-backward-over-enum-header):
3138 Extracted from the three other places and enhanced to handle generics.
3139 (c-inside-bracelist-p): Uses new function above.
3140 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
3141 function above.
3142 (c-font-lock-enum-tail): Uses new function above.
3143
3144 2013-10-13 Kenichi Handa <handa@gnu.org>
3145
3146 * international/mule-cmds.el (select-safe-coding-system): Remove a
3147 superfluous condition in chekcing whether a coding system is safe
3148 or not.
3149
3150 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
3151
3152 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
3153
3154 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
3155
3156 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
3157
3158 2013-10-13 Glenn Morris <rgm@gnu.org>
3159
3160 * menu-bar.el (menu-bar-update-buffers):
3161 Unify Buffers menu prompt string. (Bug#15576)
3162
3163 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
3164
3165 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
3166 Add some entries.
3167 (authors-fixed-entries): Use accented form of name.
3168
3169 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3170
3171 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
3172 method calls (bug#15594).
3173 (ruby-smie--args-separator-p): New function.
3174 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
3175 recognize paren-free method calls.
3176
3177 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
3178 internals of universal-argument.
3179
3180 2013-10-11 Eli Zaretskii <eliz@gnu.org>
3181
3182 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
3183 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
3184 dropped menu on second mouse click on the menu bar.
3185
3186 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
3189 (explicit-shell-file-name): Declare.
3190 (sh--vars-before-point, sh--cmd-completion-table): New functions.
3191 (sh-completion-at-point-function): New function.
3192 (sh-mode): Use it.
3193 (sh-smie--keyword-p): Remove unused argument.
3194 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
3195 vars.
3196 (sh-set-shell): Always setup SMIE, even if we use the
3197 old indentation code.
3198
3199 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
3200
3201 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
3202 cases of ? and =.
3203 (ruby-smie-rules): Simplify the "do" rule. The cases when the
3204 predicate would return nil are almost non-existent.
3205 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
3206
3207 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
3208 cache also after commands that modify the buffer but don't move
3209 point.
3210
3211 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3212
3213 * env.el (substitute-env-in-file-name): New function.
3214 (substitute-env-vars): Extend the meaning of the optional arg.
3215
3216 2013-10-10 Eli Zaretskii <eliz@gnu.org>
3217
3218 * term/w32-win.el (dynamic-library-alist): Define separate lists
3219 of GIF DLLs for versions before and after 5.0.0 of giflib.
3220 (Bug#15531)
3221
3222 2013-10-10 João Távora <joaotavora@gmail.com>
3223
3224 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
3225 not locked, use last revision and current source as
3226 defaults. (Bug#15569)
3227
3228 2013-10-10 Masatake YAMATO <yamato@redhat.com>
3229
3230 * menu-bar.el (menu-bar-open): Don't use popup-menu if
3231 menu-bar is hidden.
3232
3233 2013-10-10 Martin Rudalics <rudalics@gmx.at>
3234
3235 * window.el (pop-to-buffer-same-window): Fix doc-string.
3236 (Bug#15492)
3237
3238 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3239
3240 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
3241
3242 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
3243
3244 * calendar/icalendar.el (icalendar-import-file):
3245 Fix interactive spec. (Bug#15482)
3246
3247 2013-10-10 Glenn Morris <rgm@gnu.org>
3248
3249 * desktop.el (desktop-save): Default to saving in .emacs.d,
3250 since PWD is no longer in desktop-path by default. (Bug#15319)
3251
3252 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
3253 now that text mode has a menu with the same entry.
3254 (menu-bar-text-mode-auto-fill): Remove now unused func.
3255 * textmodes/text-mode.el (text-mode-map):
3256 Use auto-fill help text from menu-bar.el.
3257
3258 2013-10-10 John Anthony <john@jo.hnanthony.com>
3259
3260 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
3261
3262 2013-10-09 Juri Linkov <juri@jurta.org>
3263
3264 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
3265 instead of this-command-keys. Add universal-argument-more and
3266 universal-argument-minus to the list of prefix commands. (Bug#15568)
3267
3268 2013-10-09 Glenn Morris <rgm@gnu.org>
3269
3270 * vc/vc-svn.el (vc-svn-create-repo):
3271 Expand paths in file://... url. (Bug#15446)
3272
3273 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
3274 Add some entries.
3275 (authors): Remove unused local variables.
3276
3277 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3278
3279 * profiler.el: Create a more coherent calltree from partial backtraces.
3280 (profiler-format): Hide the tail with `invisible' so that C-s can still
3281 find the hidden elements.
3282 (profiler-calltree-depth): Don't recurse so enthusiastically.
3283 (profiler-function-equal): New hash-table-test.
3284 (profiler-calltree-build-unified): New function.
3285 (profiler-calltree-build): Use it.
3286 (profiler-report-make-name-part): Indent the calltree less.
3287 (profiler-report-mode): Add visibility specs for profiler-format.
3288 (profiler-report-expand-entry, profiler-report-toggle-entry):
3289 Expand the whole subtree when provided with a prefix arg.
3290
3291 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
3292
3293 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
3294 iuwu-mod token.
3295 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
3296 hanging iuwu-mod token.
3297 (ruby-smie--forward-token): Do not include a dot after a token in
3298 that token.
3299 (ruby-smie--backward-token): Likewise.
3300
3301 2013-10-08 Juri Linkov <juri@jurta.org>
3302
3303 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
3304 to isearch-other-control-char.
3305 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
3306 and isearch-post-command-hook to post-command-hook.
3307 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
3308 and isearch-post-command-hook from post-command-hook.
3309 (isearch-unread-key-sequence)
3310 (isearch-reread-key-sequence-naturally)
3311 (isearch-lookup-scroll-key, isearch-other-control-char)
3312 (isearch-other-meta-char): Remove functions.
3313 (isearch-pre-command-hook, isearch-post-command-hook):
3314 New functions based on isearch-other-meta-char rewritten
3315 relying on the new behavior of overriding-terminal-local-map
3316 that does not replace the local keymaps any more. (Bug#15200)
3317
3318 2013-10-08 Eli Zaretskii <eliz@gnu.org>
3319
3320 Support menus on text-mode terminals.
3321 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
3322 functionality.
3323
3324 * tooltip.el (tooltip-mode): Don't error out on TTYs.
3325
3326 * menu-bar.el (popup-menu, popup-menu-normalize-position):
3327 Move here from mouse.el.
3328 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
3329 and arrow keys.
3330 (tty-menu-navigation-map): New map for TTY menu navigation.
3331
3332 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
3333
3334 * frame.el (display-mouse-p): Report text-mode mouse as available
3335 on w32.
3336 (display-popup-menus-p): Report availability if mouse is
3337 available; don't condition on window-system.
3338
3339 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
3340 (tty-menu-selected-face): New faces.
3341
3342 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3343
3344 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
3345 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
3346 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
3347 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
3348 New constants.
3349 (lisp-mode-variables): New `elisp' argument.
3350 (emacs-lisp-mode): Use it.
3351 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
3352 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
3353
3354 * indent.el: Use lexical-binding.
3355 (indent-region): Add progress reporter.
3356 (tab-stop-list): Make it implicitly extend to infinity by repeating the
3357 last step.
3358 (indent--next-tab-stop): New function to implement this behavior.
3359 (tab-to-tab-stop, move-to-tab-stop): Use it.
3360
3361 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
3362
3363 * indent.el (indent-rigidly--current-indentation): New function.
3364 (indent-rigidly-map): New var.
3365 (indent-rigidly): Use it to provide interactive mode (bug#8196).
3366
3367 2013-10-08 Bastien Guerry <bzg@gnu.org>
3368
3369 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
3370
3371 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3372
3373 * progmodes/perl-mode.el: Use lexical-binding.
3374 Remove redundant :group args.
3375 (perl-nochange): Change default to be closer to other major modes's
3376 standard behavior.
3377 (perl-indent-line): Don't consider text on current line as a
3378 valid beginning of function from which to indent.
3379
3380 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
3381 with more than one argument (bug#15538).
3382
3383 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
3384
3385 * vc/pcvs.el: Use lexical-binding.
3386 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
3387 environment of `eval'.
3388 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
3389 than a list of expressions. Adjust callers.
3390 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
3391
3392 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
3393
3394 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
3395 case of the dot in a chained method call being on the following line.
3396
3397 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3398
3399 * electric.el (electric-indent-inhibit): New var.
3400 (electric-indent-post-self-insert-function): Use it.
3401 * progmodes/python.el (python-mode): Set it.
3402
3403 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
3404 open braces.
3405
3406 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
3407
3408 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
3409 (css-mode): Use electric-indent-chars.
3410
3411 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
3412 (font-lock-beg, font-lock-end): Move before first use.
3413 (nxml-mode): Use syntax-propertize-function.
3414 (nxml-after-change, nxml-after-change1): Adjust accordingly.
3415 (nxml-extend-after-change-region): Remove.
3416 * nxml/xmltok.el: Use lexical-binding.
3417 (xmltok-save): Use `declare'.
3418 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
3419 * nxml/nxml-util.el: Use lexical-binding.
3420 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
3421 Use `declare'.
3422 * nxml/nxml-ns.el: Use lexical-binding.
3423 (nxml-ns-save): Use `declare'.
3424 (nxml-ns-prefixes-for): Avoid add-to-list.
3425 * nxml/rng-match.el: Use lexical-binding.
3426 (rng--ipattern): Use cl-defstruct.
3427 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
3428 (rng-cons-group-after, rng-subst-group-after)
3429 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
3430 Use closures instead of `(lambda...).
3431
3432 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
3433
3434 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
3435 of BEG and END.
3436
3437 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3438 Use `tramp-handle-insert-file-contents'.
3439 (tramp-gvfs-handle-insert-file-contents): Remove function.
3440
3441 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3442 Use `save-restriction' in order to keep markers.
3443
3444 * net/trampver.el: Update release number.
3445
3446 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3447
3448 * progmodes/compile.el (compilation-parse-errors):
3449 Use compilation--put-prop.
3450 (compilation--ensure-parse): Check compilation-multiline.
3451
3452 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
3453
3454 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
3455 lexical-binding.
3456
3457 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
3458
3459 * progmodes/ruby-mode.el: Fix recently added tests.
3460 (ruby-smie-grammar): Add - and +.
3461 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
3462 (ruby-smie--backward-id): New functions.
3463 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
3464 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
3465 any more.
3466
3467 2013-10-07 Leo Liu <sdl.web@gmail.com>
3468
3469 * register.el (register-preview-delay)
3470 (register-preview-functions): New variables.
3471 (register-read-with-preview, register-preview)
3472 (register-describe-oneline): New functions.
3473 (point-to-register, window-configuration-to-register)
3474 (frame-configuration-to-register, jump-to-register)
3475 (number-to-register, view-register, insert-register)
3476 (copy-to-register, append-to-register, prepend-to-register)
3477 (copy-rectangle-to-register): Use register-read-with-preview to
3478 read register. (Bug#15525)
3479
3480 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
3481
3482 * net/network-stream.el (network-stream-open-starttls): Don't add
3483 --insecure if it's already present, because that gnutls-cli
3484 rejects getting that parameter twice.
3485
3486 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
3487
3488 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
3489 keyword, too.
3490
3491 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
3492
3493 * newcomment.el (comment-use-global-state): Change default value
3494 to t, mark obsolete (Bug#15251).
3495 (comment-beginning): In addition to `comment-to-syntax', check the
3496 value of `comment-use-global-state'.
3497
3498 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3499
3500 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
3501 (ruby-comment-column): Follow the global default, by default.
3502 (ruby-smie-grammar): Add assignment syntax.
3503 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
3504 open-paren, a comma, or a \.
3505 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
3506 and line continuations.
3507 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
3508 followed by implicit semi-colons. Add rule for string concatenation
3509 and for indentation at BOB.
3510 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
3511
3512 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
3513 calling next-sexp, since next-token may have skipped chars which
3514 next-sexp doesn't know should be skipped!
3515
3516 2013-10-05 Leo Liu <sdl.web@gmail.com>
3517
3518 * progmodes/octave.el (octave-send-region):
3519 Call compilation-forget-errors.
3520
3521 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
3522
3523 * vc/vc-svn.el (vc-svn-find-admin-dir):
3524 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
3525 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
3526 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
3527 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
3528
3529 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3530
3531 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
3532
3533 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * subr.el (read-passwd): Hide chars even when called within a context
3536 where after-change-functions is disabled (bug#15501).
3537 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
3538 until we removed ourself from overriding-terminal-local-map.
3539
3540 2013-10-04 Leo Liu <sdl.web@gmail.com>
3541
3542 * progmodes/octave.el (inferior-octave-mode):
3543 Call compilation-forget-errors.
3544
3545 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
3546
3547 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
3548
3549 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
3550
3551 * net/secrets.el (secrets-create-collection): Add optional
3552 argument ALIAS. Use proper Label keyword. Append ALIAS as
3553 dbus-call-method argument. (Bug#15516)
3554
3555 2013-10-04 Leo Liu <sdl.web@gmail.com>
3556
3557 * progmodes/octave.el (inferior-octave-error-regexp-alist)
3558 (inferior-octave-compilation-font-lock-keywords): New variables.
3559 (compilation-error-regexp-alist)
3560 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
3561 (inferior-octave-mode): Use compilation-shell-minor-mode.
3562
3563 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
3564
3565 * minibuffer.el (completion--replace): Be careful that `end' might be
3566 a marker.
3567
3568 2013-10-03 Daiki Ueno <ueno@gnu.org>
3569
3570 Add support for package signature checking.
3571 * emacs-lisp/package.el (url-http-file-exists-p)
3572 (epg-make-context, epg-context-set-home-directory)
3573 (epg-verify-string, epg-context-result-for)
3574 (epg-signature-status, epg-signature-to-string)
3575 (epg-check-configuration, epg-configuration)
3576 (epg-import-keys-from-file): Declare.
3577 (package-check-signature): New user option.
3578 (package-unsigned-archives): New user option.
3579 (package-desc): Add `signed' field.
3580 (package-load-descriptor): Set `signed' field if .signed file exists.
3581 (package--archive-file-exists-p): New function.
3582 (package--check-signature): New function.
3583 (package-install-from-archive): Check package signature.
3584 (package--download-one-archive): Check archive signature.
3585 (package-delete): Remove .signed file.
3586 (package-import-keyring): New command.
3587 (package-refresh-contents): Import default keyring.
3588 (package-desc-status): Add "unsigned" status.
3589 (describe-package-1, package-menu--print-info)
3590 (package-menu-mark-delete, package-menu--find-upgrades)
3591 (package-menu--status-predicate): Support "unsigned" status.
3592
3593 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3594
3595 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
3596 the new compilation scheme using the new byte-codes.
3597
3598 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
3599 (byte-pophandler): New byte codes.
3600 (byte-goto-ops): Adjust accordingly.
3601 (byte-compile--use-old-handlers): New var.
3602 (byte-compile-catch): Use new byte codes depending on
3603 byte-compile--use-old-handlers.
3604 (byte-compile-condition-case--old): Rename from
3605 byte-compile-condition-case.
3606 (byte-compile-condition-case--new): New function.
3607 (byte-compile-condition-case): New function that dispatches depending
3608 on byte-compile--use-old-handlers.
3609 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
3610 when we can.
3611
3612 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3613 Optimize under `condition-case' and `catch' if
3614 byte-compile--use-old-handlers is nil.
3615 (disassemble-offset): Handle new bytecodes.
3616
3617 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3618
3619 * subr.el (error): Use `declare'.
3620 (decode-char, encode-char): Use advertised-calling-convention instead
3621 of the docstring to discourage use of the `restriction' arg.
3622
3623 2013-10-03 Daiki Ueno <ueno@gnu.org>
3624
3625 * epg.el (epg-verify-file): Add a comment saying that it does not
3626 notify verification error as a return value nor a signal.
3627 (epg-verify-string): Ditto.
3628
3629 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
3630
3631 * progmodes/compile.el (compilation-start): Try globbing the arg to
3632 `cd' (bug#15417).
3633
3634 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
3635
3636 Sync with Tramp 2.2.8.
3637
3638 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3639 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
3640 * net/trampver.el: Update release number.
3641
3642 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
3643
3644 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
3645 and default-process-coding-system for darwin only.
3646
3647 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
3650
3651 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
3652
3653 * vc/vc-git.el (vc-git-grep): Disable pager.
3654
3655 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
3656
3657 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
3658 Use :url instead of :homepage, as per
3659 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
3660
3661 * newcomment.el (comment-beginning): When `comment-use-syntax' is
3662 non-nil, use `syntax-ppss' (Bug#15251).
3663
3664 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3665
3666 * progmodes/octave.el (inferior-octave-startup-file):
3667 Prefer ~/.emacs.d/init_octave.m.
3668
3669 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
3670
3671 * emacs-lisp/package.el (package-desc-from-define):
3672 Accept additional arguments as plist, convert them to an alist and store
3673 them in the `extras' slot.
3674 (package-generate-description-file): Convert extras alist back to
3675 plist and append to the `define-package' form arguments.
3676 (package--alist-to-plist): New function.
3677 (package--ac-desc): Add `extras' slot.
3678 (package--add-to-archive-contents): Check if the archive-contents
3679 vector is long enough, and if it is, pass its `extras' slot value
3680 to `package-desc-create'.
3681 (package-buffer-info): Call `lm-homepage', pass the returned value
3682 to `package-desc-from-define'.
3683 (describe-package-1): Render the homepage button (Bug#13291).
3684
3685 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3686 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
3687
3688 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
3689
3690 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
3691 and default-process-coding-system to utf-8-unix (Bug#15402).
3692
3693 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
3694
3695 * subr.el (looking-back): Do not recommend using looking-back.
3696
3697 2013-09-28 Alan Mackenzie <acm@muc.de>
3698
3699 Fix indentation/fontification of Java enum with "implements".
3700
3701 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
3702 regexp which matches "implements", etc., in Java.
3703 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
3704 specifier clauses coming after "enum".
3705 * progmodes/cc-fonts.el (c-font-lock-declarations)
3706 (c-font-lock-enum-tail): Check for extra specifier clauses coming
3707 after "enum".
3708
3709 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
3710
3711 * faces.el (region): Change ns_selection_color to
3712 ns_selection_fg_color, add ns_selection_bg_color.
3713
3714 2013-09-28 Leo Liu <sdl.web@gmail.com>
3715
3716 * progmodes/octave.el (inferior-octave-completion-table)
3717 (inferior-octave-completion-at-point): Minor tweaks.
3718
3719 * textmodes/ispell.el (ispell-lookup-words): Rename from
3720 lookup-words. (Bug#15460)
3721 (lookup-words): Obsolete.
3722 (ispell-complete-word, ispell-command-loop): All uses changed.
3723
3724 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3725
3726 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
3727 (octave-mode-menu): Add octave-send-buffer.
3728 (octave-send-buffer): New function.
3729
3730 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3731
3732 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
3733 octave-lookfor.
3734 (octave-mode-menu): Add octave-lookfor.
3735 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
3736 octave-lookfor.
3737 (octave-lookfor): New function.
3738
3739 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3740
3741 * emacs-lisp/cl-macs.el:
3742 (cl--loop-destr-temps): Remove.
3743 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
3744 its convention.
3745 (cl--loop-set-iterator-function): New function.
3746 (cl-loop): Adjust accordingly, so as not to use cl-subst.
3747 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
3748 Bind `it' with `let' instead of substituting it with `cl-subst'.
3749 (cl--unused-var-p): New function.
3750 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
3751 Eliminate some unused variable warnings (bug#15326).
3752
3753 2013-09-27 Tassilo Horn <tsdh@gnu.org>
3754
3755 * doc-view.el (doc-view-scale-reset): Rename from
3756 `doc-view-reset-zoom-level'.
3757 (doc-view-scale-adjust): New command.
3758 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
3759 `doc-view-scale-adjust'.
3760
3761 2013-09-26 Tassilo Horn <tsdh@gnu.org>
3762
3763 * doc-view.el (doc-view-reset-zoom-level): New command.
3764 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
3765 zoom commands (bug#15466).
3766
3767 2013-09-26 Kenichi Handa <handa@gnu.org>
3768
3769 * international/quail.el (quail-help): Make it not a command.
3770
3771 2013-09-26 Leo Liu <sdl.web@gmail.com>
3772
3773 * minibuffer.el (completion-all-sorted-completions): Make args
3774 optional as they are.
3775
3776 2013-09-25 Daniel Colascione <dancol@dancol.org>
3777
3778 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
3779 specs are and that they're not evaluated.
3780
3781 2013-09-24 Sam Steingold <sds@gnu.org>
3782
3783 * midnight.el (clean-buffer-list-kill-regexps)
3784 (clean-buffer-list-kill-buffer-names): Update for the new Man
3785 buffer naming which includes the object name.
3786
3787 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3788
3789 * eshell/esh-cmd.el (eshell--sep-terms): New var.
3790 (eshell-parse-command, eshell-parse-pipeline): Use it since
3791 eshell-separate-commands requires a dynamic scoped var.
3792 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
3793
3794 2013-09-23 Leo Liu <sdl.web@gmail.com>
3795
3796 * autoinsert.el (auto-insert-alist): Make the value of
3797 lexical-binding match its file setting.
3798
3799 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
3800
3801 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
3802
3803 * autoarg.el (autoarg-kp-digit-argument):
3804 * electric.el (Electric-command-loop):
3805 * kmacro.el (kmacro-step-edit-insert):
3806 Do not set universal-argument-num-events.
3807
3808 2013-09-22 Leo Liu <sdl.web@gmail.com>
3809
3810 * files.el (interpreter-mode-alist): Add octave.
3811
3812 2013-09-21 Alan Mackenzie <acm@muc.de>
3813
3814 C++: fontify identifier in declaration following "public:" correctly.
3815 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
3816 to match "public", etc.
3817 (c-decl-prefix-re): Add ":" into the C++ value.
3818 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
3819 bit. Add a check for a ":" preceded by "public", etc.
3820
3821 2013-09-21 Eli Zaretskii <eliz@gnu.org>
3822
3823 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
3824 recognized by GDB 7.5 and later.
3825
3826 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
3827
3828 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
3829
3830 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3831
3832 * subr.el (internal--call-interactively): New const.
3833 (called-interactively-p): Use it (bug#3984).
3834
3835 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
3836
3837 * vc/pcvs.el (cvs-mode-ignore):
3838 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
3839 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
3840
3841 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3842
3843 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
3844 (eshell-ls-orig-insert-directory): Remove.
3845 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
3846 (eshell-ls-use-in-dired): Use advice-add/remove.
3847 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
3848 Add `orig-fun' arg for use in :around advice.
3849 Make it check (redundantly) eshell-ls-use-in-dired.
3850
3851 2013-09-19 Glenn Morris <rgm@gnu.org>
3852
3853 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
3854
3855 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
3856
3857 * emacs-lisp/eieio.el (class-parent): Undo previous change.
3858
3859 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
3860
3861 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
3862 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
3863 (tramp-get-remote-python): New defuns.
3864 (tramp-get-remote-uid-with-perl)
3865 (tramp-get-remote-gid-with-perl): New defuns. Perl code
3866 contributed by yary <not.com@gmail.com> (tiny change).
3867 (tramp-get-remote-uid-with-python)
3868 (tramp-get-remote-gid-with-python): New defuns. Python code
3869 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
3870 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
3871
3872 2013-09-19 Glenn Morris <rgm@gnu.org>
3873
3874 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
3875
3876 * eshell/em-unix.el (eshell-remove-entries):
3877 Rename argument to avoid name-clash with global `top-level'.
3878
3879 * eshell/esh-proc.el (eshell-kill-process-function):
3880 Remove eshell-reset-after-proc from eshell-kill-hook if present.
3881 (eshell-reset-after-proc): Remove unused arg `proc'.
3882
3883 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
3884 (directory-files-and-attributes): Mark unused arg.
3885
3886 * eshell/em-unix.el (eshell-remove-entries):
3887 Remove unused arg `path'. Update callers.
3888
3889 * eshell/em-hist.el (eshell-hist-parse-arguments):
3890 Remove unused arg `silent'. Update callers.
3891
3892 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
3893 Fix (f)boundp mix-up.
3894
3895 * eshell/em-smart.el (eshell-smart-scroll-window)
3896 (eshell-disable-after-change):
3897 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
3898
3899 2013-09-18 Alan Mackenzie <acm@muc.de>
3900
3901 Fix fontification of type when followed by "const".
3902 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
3903 "known" types from fontification.
3904
3905 2013-09-18 Glenn Morris <rgm@gnu.org>
3906
3907 * emacs-lisp/chart.el (x-display-color-cells): Declare.
3908 (chart-face-list): Drop Emacsen without display-color-p.
3909
3910 * net/eww.el (libxml-parse-html-region): Declare.
3911 (eww-display-html): Explicit error if no libxml2 support.
3912
3913 * doc-view.el (doc-view-mode): Silence --without-x compilation.
3914
3915 * image.el (image-type-from-buffer, image-multi-frame-p):
3916 Remove --without-x warning/error.
3917
3918 * mouse.el (mouse-yank-primary):
3919 * term.el (term-mouse-paste):
3920 Reorder to silence --without-x compilation.
3921
3922 * mpc.el (doc-view-mode): Silence --without-x compilation.
3923
3924 * mail/rmailmm.el (rmail-mime-set-bulk-data):
3925 Silence --without-x compilation.
3926
3927 * progmodes/gud.el (gud-find-file, gud-mode):
3928 Silence --without-x compilation.
3929 (tooltip-mode): Declare.
3930
3931 * wdired.el (dired-backup-overwrite): Remove declaration.
3932 (wdired-mode-map): Add doc string.
3933
3934 * custom.el (x-get-resource): Declare.
3935
3936 * eshell/em-glob.el (ange-cache):
3937 * eshell/em-unix.el (ange-cache): Declare.
3938
3939 * faces.el (x-display-list, x-open-connection, x-get-resource):
3940 Declare.
3941
3942 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
3943 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
3944 Declare.
3945
3946 * frame.el (x-display-grayscale-p, x-display-name): Declare.
3947
3948 * net/gnutls.el (gnutls-log-level): Declare.
3949
3950 * net/shr.el (image-size, image-animate): Declare.
3951
3952 * simple.el (font-info): Declare.
3953
3954 * subr.el (x-popup-dialog): Declare.
3955
3956 * term/common-win.el (x-select-enable-primary)
3957 (x-last-selected-text-primary, x-last-selected-text-clipboard):
3958 Declare.
3959
3960 * term/ns-win.el (x-handle-args): Declare.
3961
3962 * term/x-win.el (x-select-enable-clipboard): Declare.
3963
3964 * term/w32-win.el (create-default-fontset): Declare.
3965
3966 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
3967 Declare.
3968
3969 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
3970 (fit-frame-to-buffer): Explicit error if --without-x.
3971 (mouse-autoselect-window-select): Silence compiler.
3972
3973 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
3974
3975 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
3976 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
3977 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
3978 * eshell/esh-util.el (eshell-sublist):
3979 Remove unused local variables.
3980
3981 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
3982
3983 * textmodes/two-column.el: Make 2C-split work for --without-x.
3984 (scroll-bar-columns): Autoload.
3985 (top-level): Require fringe when compiling.
3986
3987 2013-09-18 Leo Liu <sdl.web@gmail.com>
3988
3989 * subr.el (add-hook): Robustify to handle closure as well.
3990
3991 2013-09-17 Glenn Morris <rgm@gnu.org>
3992
3993 * simple.el (messages-buffer-mode-map): Unbind "g".
3994
3995 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3996
3997 * help-mode.el (help-mode-finish): Use derived-mode-p.
3998 Remove obsolete highlighting.
3999
4000 * play/life.el (life-mode): Use define-derived-mode. Derive from
4001 special-mode.
4002 (life): Let-bind inhibit-read-only.
4003 (life-setup): Avoid `setq'. Use `life-mode'.
4004
4005 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
4006 which should not be needed any more.
4007 (package-menu-refresh, package-menu-describe-package): Use user-error.
4008
4009 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
4010 (eshell-post-rewrite-command-hook): Make obsolete.
4011 (eshell-parse-command): Simplify.
4012 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
4013 (eshell--cmd): Declare.
4014 (eshell-parse-pipeline): Remove unused var `final-p'.
4015 Pass a dynvar to eshell-post-rewrite-command-hook.
4016 Implement the new eshell-post-rewrite-command-function.
4017 (eshell-invoke-directly): Remove unused arg `input'.
4018 * eshell/esh-io.el (eshell-io-initialize):
4019 Use eshell-post-rewrite-command-function (bug#15399).
4020 (eshell--apply-redirections): Rename from eshell-apply-redirections;
4021 adjust to new calling convention.
4022 (eshell-create-handles): Rename args to avoid clashing with dynvar
4023 `standard-output'.
4024
4025 2013-09-17 Glenn Morris <rgm@gnu.org>
4026
4027 * simple.el (messages-buffer-mode): New major mode.
4028 (messages-buffer): New function.
4029 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
4030 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
4031 (ert-run-test): Use `messages-buffer' function.
4032 (ert--force-message-log-buffer-truncation): Ignore read-only.
4033 * help.el (view-echo-area-messages): Use `messages-buffer' function.
4034 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
4035
4036 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4037
4038 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
4039
4040 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
4041
4042 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4043
4044 * icomplete.el (icomplete-in-buffer): New var.
4045 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
4046 vars and replace them with functions.
4047 (icomplete-minibuffer-setup): Adjust accordingly.
4048 (icomplete--completion-table, icomplete--completion-predicate)
4049 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
4050 New functions.
4051 (icomplete-forward-completions, icomplete-backward-completions)
4052 (icomplete-simple-completing-p, icomplete-exhibit)
4053 (icomplete-completions): Use them.
4054 (icomplete--in-region-buffer): New var.
4055 (icomplete--in-region-setup): New function.
4056 (icomplete-mode): Use it.
4057
4058 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
4059 (bug#15379).
4060 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
4061 return args and options.
4062 (eshell-eval-using-options): Use the new return value of
4063 eshell--do-opts to set the options's vars in their scope.
4064 (eshell--set-option): Rename from eshell-set-option.
4065 Add arg `opt-vals'.
4066 (eshell--process-option): Rename from eshell-process-option.
4067 Add arg `opt-vals'.
4068 (eshell--process-args): Use an `opt-vals' alist to store the options's
4069 values during their processing and return them additionally to the
4070 remaining args.
4071
4072 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
4073
4074 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
4075 continuation character an operator, as far as indentation is
4076 concerned (Bug#15369).
4077
4078 2013-09-15 Martin Rudalics <rudalics@gmx.at>
4079
4080 * window.el (window--state-put-2): Don't process buffer state
4081 when buffer doesn't exist any more (Bug#15382).
4082
4083 2013-09-15 Glenn Morris <rgm@gnu.org>
4084
4085 * eshell/em-unix.el (eshell/rm):
4086 Make -f ignore missing files. (Bug#15373)
4087
4088 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
4089 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
4090 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
4091
4092 2013-09-14 Glenn Morris <rgm@gnu.org>
4093
4094 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
4095
4096 2013-09-13 Glenn Morris <rgm@gnu.org>
4097
4098 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
4099 (dired-guess-default): Make `file' available in the env. (Bug#15363)
4100
4101 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
4102
4103 * frame.el (x-focus-frame): Mark as declared in frame.c.
4104
4105 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4106
4107 * ls-lisp.el: Use advice-add.
4108 (original-insert-directory): Remove.
4109 (ls-lisp--insert-directory): Rename from insert-directory; add
4110 `orig-fun' argument.
4111 (insert-directory): Advise.
4112
4113 2013-09-13 Eli Zaretskii <eliz@gnu.org>
4114
4115 * term.el (term-emulate-terminal): Decode the command string
4116 before passing it to term-command-hook. (Bug#15337)
4117
4118 2013-09-13 Glenn Morris <rgm@gnu.org>
4119
4120 * eshell/esh-util.el (ange-cache): Move declaration earlier.
4121
4122 * eshell/esh-ext.el (eshell-search-path): Declare.
4123
4124 * eshell/em-prompt.el (eshell/pwd): Autoload it.
4125 Otherwise an error occurs if eshell-dirs module not loaded.
4126
4127 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
4128
4129 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
4130
4131 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
4132 `tramp-check-proper-host'. Check for a valid method name.
4133
4134 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4135 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4136 * net/tramp-sh.el (tramp-maybe-open-connection):
4137 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
4138
4139 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
4140 also for hash values.
4141
4142 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * term/ns-win.el (parameters): Don't declare as dynamic.
4145 (before-make-frame-hook): Don't add ineffective function.
4146
4147 * eshell/*.el: Use lexical-binding (bug#15231).
4148
4149 2013-09-12 Kenichi Handa <handa@gnu.org>
4150
4151 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
4152
4153 2013-09-12 Glenn Morris <rgm@gnu.org>
4154
4155 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
4156 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
4157
4158 * subr.el (do-after-load-evaluation): Also give compiler warnings
4159 when obsolete files are used (except by obsolete files).
4160
4161 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
4162 in the status output, assume `filename' is the first. (Bug#15322)
4163
4164 * vc/vc.el (vc-deduce-fileset): Doc fix.
4165
4166 * calc/calc-help.el (Info-goto-node):
4167 * progmodes/cperl-mode.el (Info-find-node):
4168 * vc/ediff.el (Info-goto-node): Update declarations.
4169
4170 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
4171
4172 * vc/vc-bzr.el (vc-compilation-mode): Declare.
4173 (vc-bzr-pull): Require vc-dispatcher.
4174 * vc/vc-git.el (vc-compilation-mode): Declare.
4175 (vc-git-pull): Require vc-dispatcher.
4176
4177 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
4178
4179 * progmodes/octave.el (help-button-action): Declare.
4180
4181 * shell.el (shell-directory-tracker): Output error as a message
4182 rather than just returning it as a string.
4183 (shell-process-pushd): Remove useless use of message.
4184
4185 * dframe.el (dframe-timer-fn):
4186 * files.el (dir-locals-read-from-file):
4187 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
4188 (mpc-format):
4189 * reveal.el (reveal-post-command):
4190 * saveplace.el (load-save-place-alist-from-file):
4191 * shell.el (shell-resync-dirs):
4192 * w32-common-fns.el (x-get-selection-value):
4193 * emacs-lisp/copyright.el (copyright-find-copyright):
4194 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
4195 * emulation/tpu-edt.el (tpu-copy-keyfile):
4196 * play/bubbles.el (bubbles--mark-neighbourhood):
4197 * progmodes/executable.el
4198 (executable-make-buffer-file-executable-if-script-p):
4199 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
4200
4201 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4202
4203 Cleanup Eshell to rely less on dynamic scoping.
4204 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
4205 last-value, and ext-command here. Bind `args' closer to `body'.
4206 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
4207 (eshell--args): Declare new dynamic var.
4208 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
4209 last-value, and ext-command. Pass `args' to `body'.
4210 (eshell-process-args): Bind eshell--args.
4211 (eshell-set-option): Use eshell--args.
4212 * eshell/eshell.el (eshell): Use derived-mode-p.
4213 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
4214 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
4215 (eshell-glob-function): Declare.
4216 * eshell/esh-util.el: Require cl-lib.
4217 (eshell-read-hosts-file): Avoid add-to-list.
4218 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
4219 `err'.
4220 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
4221 Declare.
4222 (eshell/diff): Remove unused var `err'.
4223 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
4224 `killflag'.
4225 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
4226 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
4227 first use.
4228 * eshell/em-glob.el (eshell-glob-matches, message-shown):
4229 Move declaration before first use.
4230 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
4231 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
4232 rely on cl-return.
4233
4234 2013-09-12 Glenn Morris <rgm@gnu.org>
4235
4236 * term/ns-win.el (global-map): Remove binding for ispell-next,
4237 deleted 1999-05-29. (Bug#15357)
4238
4239 2013-09-11 Glenn Morris <rgm@gnu.org>
4240
4241 * echistory.el (electric-command-history): Remove call to deleted func.
4242
4243 * play/landmark.el (landmark-mode): Fix typos.
4244
4245 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
4246 Check cvs-sort-ignore-file is bound.
4247
4248 * savehist.el: No need for cl when compiling on Emacs.
4249
4250 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
4253 (bug#15338).
4254 (eshell-self-insert-command, eshell-send-invisible):
4255 Remove unused argument.
4256 (eshell-handle-control-codes): Remove unused var `orig'.
4257 Avoid delete-backward-char.
4258
4259 * files.el (set-auto-mode): Simplify a bit further.
4260
4261 2013-09-11 Glenn Morris <rgm@gnu.org>
4262
4263 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
4264 (set-auto-mode): Don't regexp-quote elements.
4265 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
4266 * progmodes/cc-mode.el (interpreter-mode-alist):
4267 * progmodes/ruby-mode.el (interpreter-mode-alist):
4268 Revert previous change.
4269
4270 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4271
4272 * play/snake.el (snake-mode):
4273 * play/mpuz.el (mpuz-mode):
4274 * play/landmark.el (lm-mode):
4275 * play/blackbox.el (blackbox-mode):
4276 * play/5x5.el (5x5-mode):
4277 * obsolete/options.el (Edit-options-mode):
4278 * net/quickurl.el (quickurl-list-mode):
4279 * net/newst-treeview.el (newsticker-treeview-mode):
4280 * mail/rmailsum.el (rmail-summary-mode):
4281 * mail/mspools.el (mspools-mode):
4282 * locate.el (locate-mode):
4283 * ibuffer.el (ibuffer-mode):
4284 * emulation/ws-mode.el (wordstar-mode):
4285 * emacs-lisp/debug.el (debugger-mode):
4286 * array.el (array-mode):
4287 * net/eudc.el (eudc-mode): Use define-derived-mode.
4288 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
4289 Move initialization into declaration.
4290 (mairix-searches-mode): Use define-derived-mode.
4291 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
4292 (eudc-edit-hotlist): Use dolist.
4293 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
4294 (Man-mode): Use define-derived-mode.
4295 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
4296 (Info-edit-mode): Use define-derived-mode.
4297 (Info-cease-edit): Use Info-mode.
4298 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
4299 into declaration.
4300 (eshell-mode): Use define-derived-mode.
4301 * chistory.el (command-history-mode-map): Rename from
4302 command-history-map.
4303 (command-history-mode): Use define-derived-mode.
4304 (Command-history-setup): Remove function.
4305 * calc/calc.el (calc-trail-mode-map): New var.
4306 (calc-trail-mode): Use define-derived-mode.
4307 (calc-trail-buffer): Set calc-main-buffer manually.
4308 * bookmark.el (bookmark-insert-annotation): New function.
4309 (bookmark-edit-annotation): Use it.
4310 (bookmark-edit-annotation-mode): Make it a proper major mode.
4311 (bookmark-send-edited-annotation): Use derived-mode-p.
4312 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
4313 closer to its ideal place. Use \' to match EOS.
4314
4315 * profiler.el (profiler-calltree-find): Use function-equal.
4316
4317 2013-09-10 Glenn Morris <rgm@gnu.org>
4318
4319 * files.el (interpreter-mode-alist): Convert to regexps.
4320 (set-auto-mode): Adapt for this. (Bug#15306)
4321 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
4322 Comment out unused variable.
4323 * progmodes/cc-mode.el (interpreter-mode-alist):
4324 * progmodes/python.el (interpreter-mode-alist):
4325 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
4326 * progmodes/sh-script.el (sh-set-shell):
4327 No longer use interpreter-mode-alist to get list of shells.
4328
4329 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
4330
4331 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4332
4333 * simple.el: Use set-temporary-overlay-map for universal-argument.
4334 (universal-argument-map): Don't use default-bindings (bug#15317).
4335 Bind switch-frame explicitly. Replace universal-argument-minus with
4336 a conditional binding.
4337 (universal-argument-num-events, saved-overriding-map): Remove.
4338 (restore-overriding-map): Remove.
4339 (universal-argument--mode): Rename from save&set-overriding-map,
4340 and rewrite.
4341 (universal-argument, universal-argument-more, negative-argument)
4342 (digit-argument): Adjust accordingly.
4343 (universal-argument-minus): Remove.
4344 (universal-argument-other-key): Remove.
4345
4346 * subr.el (with-demoted-errors): Add `format' argument.
4347
4348 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
4349
4350 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
4351 `tramp-cleanup-connection'.
4352
4353 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
4354 parameters KEEP-DEBUG and KEEP-PASSWORD.
4355
4356 * net/tramp.el (tramp-file-name-handler):
4357 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4358 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4359 (tramp-maybe-open-connection):
4360 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4361 Use `tramp-cleanup-connection'.
4362
4363 * net/tramp-sh.el (tramp-maybe-open-connection):
4364 Catch 'uname-changed inside the progress reporter.
4365
4366 2013-09-10 Glenn Morris <rgm@gnu.org>
4367
4368 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
4369
4370 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
4371 returns "alternate access method" in mode (eg "-rw-r--r--.").
4372
4373 2013-09-08 Glenn Morris <rgm@gnu.org>
4374
4375 * saveplace.el (load-save-place-alist-from-file):
4376 Demote errors. (Bug#15305)
4377
4378 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
4379
4380 Improve compatibility with older Emacsen, and XEmacs.
4381
4382 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
4383 only if it is bound. It isn't for XEmacs.
4384 (with-tramp-progress-reporter): Do not let-bind `result'.
4385 This yields to scoping errors in XEmacs.
4386 (tramp-handle-make-auto-save-file-name): New function, moved from
4387 tramp-sh.el.
4388
4389 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
4390 for `make-auto-save-file-name'.
4391 (tramp-adb--gnu-switches-to-ash):
4392 Use `tramp-compat-replace-regexp-in-string'.
4393
4394 * net/tramp-cache.el (tramp-cache-print): Call
4395 `substring-no-properties' only if it is bound. It isn't for XEmacs.
4396
4397 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
4398 bound. It isn't for XEmacs.
4399
4400 * net/tramp-compat.el (tramp-compat-copy-file):
4401 Catch `wrong-number-of-arguments' error.
4402 (tramp-compat-replace-regexp-in-string): New defun.
4403
4404 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
4405 for `make-auto-save-file-name'.
4406 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
4407 `copy-file'.
4408 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
4409 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
4410 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
4411
4412 * net/tramp-gw.el (tramp-gw-open-network-stream):
4413 Use `tramp-compat-replace-regexp-in-string'.
4414
4415 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4416 Call `tramp-handle-make-auto-save-file-name'.
4417 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
4418 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4419 (tramp-sh-file-inotifywait-process-filter):
4420 Use `tramp-compat-replace-regexp-in-string'.
4421 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
4422
4423 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
4424 for `make-auto-save-file-name'.
4425 (tramp-smb-handle-copy-directory):
4426 Call `tramp-compat-replace-regexp-in-string'.
4427 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
4428 (tramp-smb-handle-copy-file): Improve error message.
4429 (tramp-smb-handle-rename-file): Rename directly only in case
4430 `newname' does not exist yet. This is a restriction of smbclient.
4431 (tramp-smb-maybe-open-connection): Rerun the function only when
4432 `auth-sources' is non-nil.
4433
4434 2013-09-08 Kenichi Handa <handa@gnu.org>
4435
4436 * international/characters.el: Set category "^" (Combining) for
4437 more characters.
4438
4439 2013-09-07 Alan Mackenzie <acm@muc.de>
4440
4441 Correctly fontify Java class constructors.
4442 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
4443 in Java Mode.
4444 (c-recognize-typeless-decls): Set the Java value to t.
4445 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
4446 While handling a "(", add a check for, effectively, Java, and handle a
4447 "typeless" declaration there.
4448
4449 2013-09-07 Roland Winkler <winkler@gnu.org>
4450
4451 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
4452 field subtitle for entry type book.
4453
4454 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4455
4456 * minibuffer.el: Make minibuffer-complete call completion-in-region
4457 rather than other way around.
4458 (completion--some, completion-pcm--find-all-completions):
4459 Don't delay signals when debugging.
4460 (minibuffer-completion-contents): Beware fields within the
4461 minibuffer contents.
4462 (completion-all-sorted-completions): Use defvar-local.
4463 (completion--do-completion, completion--cache-all-sorted-completions)
4464 (completion-all-sorted-completions, minibuffer-force-complete):
4465 Add args `beg' and `end'.
4466 (completion--in-region-1): New fun, extracted from minibuffer-complete.
4467 (minibuffer-complete): Use completion-in-region.
4468 (completion-complete-and-exit): New fun, extracted from
4469 minibuffer-complete-and-exit.
4470 (minibuffer-complete-and-exit): Use it.
4471 (completion--complete-and-exit): Rename from
4472 minibuffer--complete-and-exit.
4473 (completion-in-region--single-word): New function, extracted from
4474 minibuffer-complete-word.
4475 (minibuffer-complete-word): Use it.
4476 (display-completion-list): Make `common-substring' argument obsolete.
4477 (completion--in-region): Call completion--in-region-1 instead of
4478 minibuffer-complete.
4479 (completion-help-at-point): Pass boundaries to
4480 minibuffer-completion-help as args rather than via an overlay.
4481 (completion-pcm--string->pattern): Use `any-delim'.
4482 (completion-pcm--optimize-pattern): New function.
4483 (completion-pcm--pattern->regex): Handle `any-delim'.
4484 * icomplete.el (icomplete-forward-completions)
4485 (icomplete-backward-completions, icomplete-completions):
4486 Adjust calls to completion-all-sorted-completions and
4487 completion--cache-all-sorted-completions.
4488 (icomplete-with-completion-tables): Default to t.
4489 * emacs-lisp/crm.el (crm--current-element): Rename from
4490 crm--select-current-element. Don't put an overlay but return the
4491 boundaries instead.
4492 (crm--completion-command): Take two new args to bind to the boundaries.
4493 (crm-completion-help): Adjust accordingly.
4494 (crm-complete): Use completion-in-region.
4495 (crm-complete-word): Use completion-in-region--single-word.
4496 (crm-complete-and-exit): Use completion-complete-and-exit.
4497
4498 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4499
4500 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
4501 than dynamically.
4502
4503 2013-09-06 Juri Linkov <juri@jurta.org>
4504
4505 * info.el (Info-display-images-node): When image file doesn't exist
4506 display text version of the image if it's provided in the Info file.
4507 Otherwise, display the location of missing image from SRC attribute.
4508 Add help-echo text property from ALT attribute. (Bug#15279)
4509
4510 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
4513 (edit-abbrevs-mode): Use define-derived-mode.
4514
4515 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
4516 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
4517 that it's defined.
4518 (epa-key-list-mode, epa-key-mode, epa-info-mode):
4519 Use define-derived-mode.
4520
4521 * epg.el (epg-start-encrypt): Minor CSE simplification.
4522
4523 2013-09-06 William Xu <william.xwl@gmail.com>
4524
4525 * arc-mode.el: Add support for 7za (bug#15264).
4526 (archive-7z-program): New var.
4527 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
4528 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
4529 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
4530
4531 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
4532
4533 Remove URL syntax.
4534
4535 * net/tramp.el (tramp-syntax, tramp-prefix-format)
4536 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
4537 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
4538 (tramp-postfix-host-format, tramp-file-name-regexp)
4539 (tramp-completion-file-name-regexp)
4540 (tramp-completion-dissect-file-name)
4541 (tramp-handle-substitute-in-file-name): Remove 'url case.
4542 (tramp-file-name-regexp-url)
4543 (tramp-completion-file-name-regexp-url): Remove constants.
4544
4545 2013-09-06 Glenn Morris <rgm@gnu.org>
4546
4547 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
4548
4549 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
4550
4551 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
4552 keywords" below "here-doc beginnings" (Bug#15270).
4553
4554 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4555
4556 * subr.el (pop): Use `car-safe'.
4557 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
4558 to detect unused `pop' return value.
4559
4560 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
4561 var `block-regexp'.
4562 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
4563 (python-fill-string): Remove unused var `marker'.
4564 (python-skeleton-add-menu-items): Remove unused var `items'.
4565
4566 * international/mule-cmds.el: Require CL.
4567 (find-coding-systems-for-charsets): Avoid add-to-list.
4568 (sanitize-coding-system-list): New function, extracted from
4569 select-safe-coding-system-interactively.
4570 (select-safe-coding-system-interactively): Use it.
4571 (read-input-method-name): Accept symbols for `default'.
4572
4573 * emacs-lisp/advice.el (defadvice): Add indent rule.
4574
4575 2013-09-05 Daniel Hackney <dan@haxney.org>
4576
4577 * dired-x.el:
4578 * net/ange-ftp.el:
4579 * net/browse-url.el:
4580 * net/dbus.el:
4581 * net/eudc.el:
4582 * net/eudcb-ldap.el:
4583 * net/eww.el:
4584 * net/imap.el:
4585 * printing.el:
4586 * vc/ediff-diff.el:
4587 * vc/ediff-init.el:
4588 * vc/ediff-merg.el:
4589 * vc/ediff-mult.el:
4590 * vc/ediff-util.el:
4591 * vc/ediff-wind.el:
4592 * vc/ediff.el:
4593 * vc/emerge.el:
4594 * vc/pcvs.el:
4595 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
4596 byte compiler. Remove some unused let-bound variables.
4597
4598 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4599
4600 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
4601 a "ref-cell", since it gets better optimized (bug#14883).
4602
4603 2013-09-05 Glenn Morris <rgm@gnu.org>
4604
4605 * progmodes/cc-awk.el (c-forward-sws): Declare.
4606
4607 2013-09-04 Glenn Morris <rgm@gnu.org>
4608
4609 * generic-x.el [rul-generic-mode]: Require cc-mode.
4610 (c++-mode-syntax-table): Declare.
4611 (rul-generic-mode-syntax-table): Init in the defvar.
4612
4613 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4614
4615 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
4616 (vc-do-command, vc-set-async-update):
4617 * vc/vc-mtn.el (vc-mtn-dir-status):
4618 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
4619 (vc-hg-pull, vc-hg-merge-branch):
4620 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
4621 (vc-git-merge-branch):
4622 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
4623 (vc-cvs-dir-status-files):
4624 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
4625 (vc-bzr-dir-status-files):
4626 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
4627 * vc/vc-annotate.el: Use lexical-binding.
4628 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
4629 (vc-sentinel-movepoint): Declare.
4630 (vc-annotate): Don't use `goto-line'.
4631 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
4632 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
4633 (vc-sentinel-movepoint): Declare.
4634 * vc/vc-svn.el: Use lexical-binding.
4635 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
4636 * vc/vc-sccs.el:
4637 * vc/vc-rcs.el: Use lexical-binding.
4638
4639 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
4640 `deleted'. Don't drop errors silently.
4641
4642 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
4643
4644 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
4645
4646 * vc/vc.el (vc-ignore): Rewrite.
4647 (vc-default-ignore): New function.
4648 (vc-default-ignore-completion-table): Use find-ignore-file.
4649
4650 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
4651 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
4652 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
4653 Remove. Most code moved to vc.el.
4654
4655 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
4658 * net/tramp-smb.el (tramp-smb-get-file-entries):
4659 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
4660 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
4661
4662 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
4663 Update call to it.
4664 (eww-change-select): Remove unused var `properties'.
4665 (eww-make-unique-file-name): Remove unused var `base'.
4666
4667 * finder.el (finder-compile-keywords): Don't mess with windows.
4668
4669 * calculator.el (calculator-funcall): Fix typo in last change.
4670
4671 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
4672
4673 * emacs-lisp/package.el (package-activate-1): Don't let a missing
4674 <pkg>-autoloads.el file stop us.
4675
4676 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
4677 warnings, and factor out common code.
4678
4679 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
4680
4681 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
4682 two-character operators and whether the character preceding them
4683 changes their meaning (Bug#15208).
4684
4685 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
4686
4687 Format code sent to Python shell for robustness.
4688 * progmodes/python.el (python-shell-buffer-substring):
4689 New function.
4690 (python-shell-send-region, python-shell-send-buffer): Use it.
4691
4692 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
4693
4694 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
4695 * net/tramp.el (tramp-user-error): ... here.
4696 (tramp-find-method, tramp-check-proper-host)
4697 (tramp-dissect-file-name, tramp-debug-message)
4698 (tramp-handle-shell-command):
4699 * net/tramp-adb.el (tramp-adb-handle-shell-command):
4700 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
4701
4702 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
4703
4704 2013-09-02 Martin Rudalics <rudalics@gmx.at>
4705
4706 * avoid.el (mouse-avoidance-point-position)
4707 (mouse-avoidance-too-close-p): Handle case where posn-at-point
4708 returns nil.
4709
4710 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
4711
4712 * progmodes/python.el (python-shell-completion-get-completions):
4713 Drop use of deleted `comint-last-prompt-overlay'.
4714 (python-nav-if-name-main): New command.
4715
4716 2013-09-01 Glenn Morris <rgm@gnu.org>
4717
4718 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4719 Avoid leading space in $wins. Otherwise the sed command used by
4720 eg compile-main ends up containing "/*.el". (Bug#15170)
4721
4722 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
4723
4724 2013-08-30 Glenn Morris <rgm@gnu.org>
4725
4726 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4727 Fix is-this-a-directory logic. (Bug#15220)
4728
4729 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4730
4731 * textmodes/css-mode.el: Use SMIE.
4732 (css-smie-grammar): New var.
4733 (css-smie--forward-token, css-smie--backward-token)
4734 (css-smie-rules): New functions.
4735 (css-mode): Use them.
4736 (css-navigation-syntax-table): Remove var.
4737 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
4738 (css-indent-calculate, css-indent-line): Remove functions.
4739
4740 Misc changes to reduce use of `(lambda...); and other cleanups.
4741 * cus-edit.el: Use lexical-binding.
4742 (customize-push-and-save, customize-apropos)
4743 (custom-buffer-create-internal): Use closures.
4744 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
4745 * progmodes/ada-xref.el: Use setq.
4746 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
4747 * dframe.el: Use lexical-binding.
4748 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
4749 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
4750 * descr-text.el: Use lexical-binding.
4751 (describe-text-widget, describe-text-sexp, describe-property-list):
4752 Use closures.
4753 * comint.el (comint-history-isearch-push-state): Use a closure.
4754 * calculator.el: Use lexical-binding.
4755 (calculator-number-to-string): Make it work with lexical-binding.
4756 (calculator-funcall): Same and use cl-letf.
4757
4758 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
4759 (lisp--company-doc-string, lisp--company-location): New functions.
4760 (lisp-completion-at-point): Use them to improve Company support.
4761
4762 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
4763 params of lambda expressions.
4764 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
4765 (ruby-smie--opening-pipe-p): New function.
4766 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
4767 symbols and matched |...| for formal params.
4768 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
4769 from being treated as hanging. Handle "rescue".
4770
4771 2013-08-29 Glenn Morris <rgm@gnu.org>
4772
4773 * progmodes/cc-engine.el (c-pull-open-brace):
4774 Move definition before use.
4775
4776 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4777
4778 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
4779 are immutable. Don't use `unsafe' any more.
4780 (cl--defsubst-expand): Don't substitute at the same time as keeping
4781 a residual unused let-binding. Don't use `unsafe' any more.
4782
4783 2013-08-29 Glenn Morris <rgm@gnu.org>
4784
4785 * calendar/cal-china.el (calendar-chinese-year-cache):
4786 Recenter on 2015.
4787
4788 * nxml/nxml-util.el (nxml-debug-clear-inside):
4789 Use cl-loop rather than loop.
4790
4791 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
4792
4793 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
4794
4795 2013-08-28 Glenn Morris <rgm@gnu.org>
4796
4797 * progmodes/antlr-mode.el: No need to require cc-mode twice.
4798
4799 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
4800
4801 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
4802
4803 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4804
4805 * simple.el (repeat-complex-command--called-interactively-skip):
4806 New function.
4807 (repeat-complex-command): Use it (bug#14136).
4808
4809 * progmodes/cc-mode.el: Minor cleanup of var declarations.
4810 (c-define-abbrev-table): Add `doc' argument.
4811 (c-mode-abbrev-table, c++-mode-abbrev-table)
4812 (objc-mode-abbrev-table, java-mode-abbrev-table)
4813 (idl-mode-abbrev-table, pike-mode-abbrev-table)
4814 (awk-mode-abbrev-table): Use it.
4815 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
4816 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
4817 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
4818 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
4819 Move initialization into the declaration; and remove any
4820 autoload cookie.
4821
4822 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
4823 and dynamic let binding.
4824
4825 * vc/smerge-mode.el: Remove redundant :group args.
4826
4827 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
4828 to load-path.
4829
4830 2013-08-28 Juri Linkov <juri@jurta.org>
4831
4832 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
4833 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
4834 (isearch-other-meta-char): Handle an undefined shifted printing
4835 character by downshifting it. (Bug#15200)
4836
4837 2013-08-28 Juri Linkov <juri@jurta.org>
4838
4839 * isearch.el (isearch-search): Change regexp error message for
4840 non-regexp searches. (Bug#15166)
4841
4842 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
4843
4844 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
4845 for portability to hosts where /bin/sh has problems.
4846
4847 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4848
4849 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
4850
4851 2013-08-27 Juri Linkov <juri@jurta.org>
4852
4853 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
4854 in the keyboard macro. (Bug#15126)
4855
4856 2013-08-27 Juri Linkov <juri@jurta.org>
4857
4858 * isearch.el (isearch-quote-char): Comment out converting unibyte
4859 to multibyte, thus syncing with its `quoted-insert' counterpart.
4860 (Bug#15166)
4861
4862 2013-08-27 Martin Rudalics <rudalics@gmx.at>
4863
4864 * window.el (display-buffer-use-some-window): Add missing
4865 argument in call of get-largest-window (Bug#15185).
4866 Reported by Stephen Leake.
4867
4868 2013-08-27 Glenn Morris <rgm@gnu.org>
4869
4870 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
4871
4872 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 * progmodes/python.el (python-font-lock-keywords): Don't return nil
4875 from a matcher-function unless there's no more matches (bug#15161).
4876
4877 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
4878
4879 * minibuffer.el: Revert change from 2013-08-20.
4880
4881 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
4882 with text property `tramp-default', if appropriate.
4883 (tramp-check-proper-host): New defun.
4884 (tramp-dissect-file-name): Do not check hostname. Revert change
4885 of 2013-03-18.
4886 (tramp-backtrace): Make VEC-OR-PROC optional.
4887
4888 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4889 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4890 * net/tramp-sh.el (tramp-maybe-open-connection):
4891 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4892 Apply `tramp-check-proper-host'.
4893
4894 2013-08-26 Tassilo Horn <tsdh@gnu.org>
4895
4896 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
4897 lambda expression in order to have `describe-variable' display it.
4898
4899 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
4900
4901 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
4902 BUF can be optional. (Bug#15186)
4903
4904 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
4905
4906 * progmodes/flymake.el (flymake-get-real-file-name-function):
4907 Fix broken customization. (Bug#15184)
4908
4909 2013-08-25 Alan Mackenzie <acm@muc.de>
4910
4911 Improve indentation of bracelists defined by macros (without "=").
4912
4913 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
4914 expansion begins with "{", regard it as bracelist when it doesn't
4915 contain a ";".
4916
4917 Parse C++ inher-intro when there's a template split over 2 lines.
4918
4919 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
4920 rigorously the search for "class" etc. followed by ":".
4921
4922 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
4923 random languages a regexp which never matches rather than nil.
4924
4925 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
4926
4927 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
4928 (c-awk-regexp-one-line-possibly-open-char-list-re)
4929 (c-awk-one-line-possibly-open-regexp-re)
4930 (c-awk-one-line-non-syn-ws*-re): Remove.
4931 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
4932 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
4933 (c-awk-space*-unclosed-regexp-/-re): New constants.
4934 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
4935 aren't regexp delimiters.
4936
4937 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
4938 handling for a rare situation in AWK Mode involving unterminated
4939 strings/regexps.
4940
4941 2013-08-23 Glenn Morris <rgm@gnu.org>
4942
4943 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
4944
4945 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
4946
4947 * files.el (create-file-buffer): If the result would begin with
4948 spaces, prepend a "|" instead of removing them. (Bug#15162)
4949
4950 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4951
4952 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
4953 text-properties (bug#15155).
4954
4955 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
4956 exist any more.
4957 (calc-keypad-redraw): Remove unused var `pad'.
4958 (calc-keypad-press): Remove unused var `menu'.
4959
4960 2013-08-23 Martin Rudalics <rudalics@gmx.at>
4961
4962 * window.el (display-buffer-pop-up-frame):
4963 Call pop-up-frame-function with BUFFER current so `make-frame' will
4964 use it as the new frame's buffer (Bug#15133).
4965
4966 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4967
4968 * calendar/timeclock.el: Minor cleanups.
4969 (timeclock-ask-before-exiting, timeclock-use-display-time):
4970 Use `symbol'.
4971 (timeclock-modeline-display): Define as alias before the
4972 actual definition.
4973 (timeclock-mode-line-display): Use define-minor-mode.
4974 (timeclock-day-list-template): Make it a function, add an argument.
4975 (timeclock-day-list-required, timeclock-day-list-length)
4976 (timeclock-day-list-debt, timeclock-day-list-span)
4977 (timeclock-day-list-break): Adjust calls accordingly.
4978
4979 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
4982 Use read--expression so that completion works again.
4983
4984 2013-08-21 Sam Steingold <sds@gnu.org>
4985
4986 Add rudimentary inferior shell interaction
4987 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
4988 (sh-set-shell): Reset it.
4989 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
4990 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
4991
4992 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4993
4994 * align.el: Use lexical-binding.
4995 (align-region): Simplify accordingly.
4996
4997 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
4998
4999 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
5000
5001 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
5002 `non-essential' up.
5003
5004 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
5005
5006 * net/tramp.el:
5007 * net/tramp-adb.el:
5008 * net/tramp-cmds.el:
5009 * net/tramp-ftp.el:
5010 * net/tramp-gvfs.el:
5011 * net/tramp-gw.el:
5012 * net/tramp-sh.el: Don't wrap external variable declarations by
5013 `eval-when-compile'.
5014
5015 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5016
5017 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
5018 now that Emacs supports ImageMagick animations.
5019
5020 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
5021
5022 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
5023 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
5024
5025 2013-08-16 Martin Rudalics <rudalics@gmx.at>
5026
5027 * window.el (mouse-autoselect-window-select): Do autoselect when
5028 mouse pointer is on margin.
5029
5030 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
5031
5032 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
5033
5034 2013-08-16 Glenn Morris <rgm@gnu.org>
5035
5036 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
5037 Handle "Remote Directory" response of some clients. (Bug#15058)
5038
5039 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
5040 Tweak warning. (Bug#14926)
5041
5042 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
5043 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
5044
5045 * image-mode.el (image-mode-map): Add menu items to reverse,
5046 increase, decrease, reset animation speed.
5047 (image--set-speed, image-increase-speed, image-decrease-speed)
5048 (image-reverse-speed, image-reset-speed): New functions.
5049 (image-mode-map): Add bindings for speed commands.
5050
5051 * image.el (image-animate-get-speed, image-animate-set-speed):
5052 New functions.
5053 (image-animate-timeout): Respect image :speed property.
5054
5055 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5056
5057 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
5058 previous line (bug#15101).
5059 (debugger-eval-expression, debugger-record-expression):
5060 Use read--expression (bug#15102).
5061
5062 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
5063
5064 Remove byte compiler warnings, visible when compiling with
5065 `byte-compile-force-lexical-warnings' set to t.
5066
5067 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
5068 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
5069 (tramp-handle-unhandled-file-name-directory)
5070 (tramp-handle-file-notify-add-watch, tramp-action-login)
5071 (tramp-action-succeed, tramp-action-permission-denied)
5072 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
5073 arguments with "_".
5074
5075 * net/tramp-adb.el (tramp-adb-parse-device-names)
5076 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
5077 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
5078 (tramp-adb-handle-file-truename): Remove unused arguments.
5079
5080 * net/tramp-cache.el (tramp-flush-directory-property)
5081 (tramp-flush-connection-property, tramp-list-connections)
5082 (tramp-parse-connection-properties): Prefix unused arguments with "_".
5083
5084 * net/tramp-compat.el (tramp-compat-make-temp-file):
5085 Rename FILENAME to F.
5086
5087 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5088 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
5089 (tramp-zeroconf-parse-workstation-device-names)
5090 (tramp-zeroconf-parse-webdav-device-names)
5091 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
5092
5093 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5094 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
5095
5096 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
5097 arguments.
5098 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
5099 (tramp-sh-handle-insert-file-contents-literally)
5100 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
5101 with "_".
5102 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
5103 Remove unused variables.
5104
5105 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5106 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
5107 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
5108
5109 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
5110 Make them a defconst.
5111 (tramp-uuencode-region): Remove unused variable.
5112
5113 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
5114
5115 * frameset.el (frameset--prop-setter): New function.
5116 (frameset-prop): Add gv-setter declaration.
5117 (frameset-filter-minibuffer): Deal with the case that the minibuffer
5118 parameter was already set in FILTERED. Doc fix.
5119 (frameset--record-minibuffer-relationships): Allow saving a
5120 minibufferless frame without its corresponding minibuffer frame.
5121 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
5122 frame, if the frame id matches.
5123 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
5124 frames before orphaned ones.
5125 (frameset-restore): Warn about orphaned windows, instead of error out.
5126
5127 2013-08-14 Martin Rudalics <rudalics@gmx.at>
5128
5129 * window.el (window-make-atom): Don't overwrite parameter
5130 already present.
5131 (display-buffer-in-atom-window): Handle special case where we
5132 split an already atomic window.
5133 (window--major-non-side-window, display-buffer-in-side-window)
5134 (window--side-check): Ignore minibuffer window when walking
5135 window tree.
5136 (window-deletable-p): Return 'frame only if no other frame uses
5137 our minibuffer window.
5138 (record-window-buffer): Run buffer-list-update-hook.
5139 (split-window): Make sure window--check-frame won't destroy an
5140 existing atomic window in case the new window gets nested
5141 inside.
5142 (display-buffer-at-bottom): Ignore minibuffer window when
5143 walking window tree. Don't split a side window.
5144 (pop-to-buffer): Don't set-buffer here, the select-window call
5145 should do that.
5146 (mouse-autoselect-window-select): Autoselect only if we are in the
5147 text portion of the window.
5148
5149 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5150
5151 * net/shr.el (shr-parse-image-data): New function to grab both the
5152 data itself and the Content-Type.
5153 (shr-put-image): Use it.
5154
5155 * net/eww.el (eww-display-image): Ditto.
5156
5157 * image.el (image-content-type-suffixes): New variable.
5158
5159 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5160
5161 * progmodes/python.el (python-imenu--build-tree)
5162 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
5163
5164 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
5165
5166 * simple.el (backward-word): Mention the optional argument.
5167
5168 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5169
5170 * frameset.el (frameset--make): Rename constructor from make-frameset.
5171 (frameset-p, frameset-valid-p): Don't autoload.
5172 (frameset-valid-p): Use normal accessors.
5173
5174 2013-08-13 Glenn Morris <rgm@gnu.org>
5175
5176 * progmodes/compile.el (compile-command): Tweak example in doc.
5177 * obsolete/scribe.el (scribe-mode):
5178 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
5179
5180 * mail/feedmail.el (feedmail-confirm-outgoing)
5181 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
5182
5183 * cus-start.el (truncate-partial-width-windows): Fix type.
5184
5185 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
5186
5187 * net/shr.el (shr-table-horizontal-line): Fix custom type.
5188
5189 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5190
5191 * emacs-lisp/timer.el (timer--time-setter): New function.
5192 (timer--time): Use it as gv-setter.
5193
5194 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
5195 setter is not a symbol.
5196
5197 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
5198
5199 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
5200 if sending fails. This makes debugging easier.
5201
5202 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
5203
5204 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
5205 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
5206 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
5207
5208 2013-08-12 Eli Zaretskii <eliz@gnu.org>
5209
5210 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
5211
5212 2013-08-12 Glenn Morris <rgm@gnu.org>
5213
5214 * format.el (format-annotate-function):
5215 Handle read-only text properties in the source. (Bug#14887)
5216
5217 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5218
5219 * net/eww.el (eww-display-html): Ignore coding system errors.
5220 One web site uses "utf-8lias" as the coding system.
5221
5222 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
5223
5224 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
5225
5226 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
5227
5228 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
5229 (tutorial--detailed-help): Remove unused local variables.
5230 (tutorial--save-tutorial-to): Use ignore-errors.
5231 (help-with-tutorial): Use looking-at-p.
5232
5233 * view.el (view-buffer-other-window, view-buffer-other-frame):
5234 Mark unused arguments.
5235
5236 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
5237 (woman-select-symbol-fonts, woman, woman-find-file)
5238 (woman-insert-file-contents, woman-non-underline-faces):
5239 Use string-match-p.
5240 (woman1-unquote): Move declaration.
5241
5242 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
5243 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
5244 argument. Remove unused local variable.
5245 (xml-parse-elem-type): Use string-match-p.
5246 (xml-substitute-numeric-entities): Use ignore-errors.
5247
5248 * calculator.el (calculator): Mark unused argument.
5249 (calculator-paste, calculator-quit, calculator-integer-p):
5250 Use ignore-errors.
5251 (calculator-string-to-number, calculator-decimal, calculator-exp)
5252 (calculator-op-or-exp): Use string-match-p.
5253
5254 * dired.el (dired-buffer-more-recently-used-p): Declare.
5255 (dired-insert-set-properties, dired-insert-old-subdirs):
5256 Use ignore-errors.
5257
5258 * dired-aux.el (dired-compress): Use ignore-errors.
5259 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
5260 (dired-do-async-shell-command, dired-do-shell-command)
5261 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
5262 (dired-insert-subdir-validate): Use string-match-p.
5263 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
5264 (dired-add-entry): Use string-match-p, looking-at-p.
5265 (dired-insert-subdir-newpos): Remove unused local variable.
5266
5267 * filenotify.el (file-notify-callback): Remove unused local variable.
5268
5269 * filesets.el (filesets-error): Mark unused argument.
5270 (filesets-which-command-p, filesets-filter-dir-names)
5271 (filesets-directory-files, filesets-get-external-viewer)
5272 (filesets-ingroup-get-data): Use string-match-p.
5273
5274 * find-file.el (ff-other-file-name, ff-other-file-name)
5275 (ff-find-the-other-file, ff-cc-hh-converter):
5276 Remove unused local variables.
5277 (ff-get-file-name): Use string-match-p.
5278 (ff-all-dirs-under): Use ignore-errors.
5279
5280 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
5281 (follow-select-if-visible): Remove unused local variable.
5282
5283 * forms.el (read-file-filter): Move declaration.
5284 (forms--make-format, forms--make-parser, forms-insert-record):
5285 Quote function with #'.
5286 (forms--update): Use string-match-p. Quote function with #'.
5287
5288 * help-mode.el (help-dir-local-var-def): Mark unused argument.
5289 (help-make-xrefs): Use looking-at-p.
5290 (help-xref-on-pp): Use looking-at-p, ignore-errors.
5291
5292 * ibuffer.el (ibuffer-ext-visible-p): Declare.
5293 (ibuffer-confirm-operation-on): Use string-match-p.
5294
5295 * msb.el (msb-item-handler, msb-dired-item-handler):
5296 Mark unused arguments.
5297
5298 * ses.el (ses-decode-cell-symbol)
5299 (ses-kill-override): Remove unused local variable.
5300 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
5301 (ses-load): Use ignore-errors, looking-at-p.
5302 (ses-jump-safe): Use ignore-errors.
5303 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
5304
5305 * tabify.el (untabify, tabify): Mark unused arguments.
5306
5307 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
5308 Mark unused argument.
5309 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
5310 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
5311
5312 * emacs-lisp/timer.el (timer--time): Define setter with
5313 gv-define-setter to avoid deprecation warning.
5314
5315 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
5316 (*record-cmpl-statistics-p*): Remove (was commented out).
5317 (cmpl-statistics-block): Remove (body was commented out).
5318 All callers changed.
5319 (add-completions-from-buffer, load-completions-from-file):
5320 Remove unused variables.
5321
5322 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
5323
5324 * filecache.el (file-cache-delete-file-list):
5325 Print message only when told so.
5326 (file-cache-files-matching): Use #' in mapconcat argument.
5327
5328 * ffap.el (ffap-url-at-point): Fix reference to variable
5329 thing-at-point-default-mail-uri-scheme.
5330
5331 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5332
5333 * subr.el (define-error): New function.
5334 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
5335 error-file-not-found and define with define-error.
5336 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
5337 and define with define-error.
5338 * userlock.el (file-locked, file-supersession):
5339 * simple.el (mark-inactive):
5340 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
5341 * progmodes/ada-mode.el (ada-mode-errors):
5342 * play/life.el (life-extinct):
5343 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
5344 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
5345 * nxml/rng-util.el (rng-error):
5346 * nxml/rng-uri.el (rng-uri-error):
5347 * nxml/rng-match.el (rng-compile-error):
5348 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
5349 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
5350 * nxml/nxml-rap.el (nxml-scan-error):
5351 * nxml/nxml-outln.el (nxml-outline-error):
5352 * net/soap-client.el (soap-error):
5353 * net/gnutls.el (gnutls-error):
5354 * net/ange-ftp.el (ftp-error):
5355 * mpc.el (mpc-proc-error):
5356 * json.el (json-error, json-readtable-error, json-unknown-keyword)
5357 (json-number-format, json-string-escape, json-string-format)
5358 (json-key-format, json-object-format):
5359 * jka-compr.el (compression-error):
5360 * international/quail.el (quail-error):
5361 * international/kkc.el (kkc-error):
5362 * emacs-lisp/ert.el (ert-test-failed):
5363 * calc/calc.el (calc-error, inexact-result, math-overflow)
5364 (math-underflow):
5365 * bookmark.el (bookmark-error-no-filename):
5366 * epg.el (epg-error): Define with define-error.
5367
5368 * time.el (display-time-event-handler)
5369 (display-time-next-load-average): Don't call sit-for since it seems
5370 unnecessary (bug#15045).
5371
5372 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
5373 Use #' instead of ' to quote functions.
5374 (checkdoc-output-mode): Use setq-local.
5375 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
5376 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
5377 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
5378 (checkdoc-ispell, checkdoc-ispell-current-buffer)
5379 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
5380 (checkdoc-ispell-message-text, checkdoc-ispell-start)
5381 (checkdoc-ispell-continue, checkdoc-ispell-comments)
5382 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
5383
5384 * ido.el (ido-completion-help): Fix up compiler warning.
5385
5386 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
5387
5388 * frameset.el (frameset-p): Add autoload cookie.
5389 (frameset--jump-to-register): New function, based on code moved from
5390 register.el.
5391 (frameset-to-register): Move from register.el. Adapt to `registerv'.
5392
5393 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
5394 (frameset-restore, frameset-save, frameset-session-filter-alist):
5395 Remove declarations.
5396 (register-alist): Doc fix.
5397 (frameset-to-register): Move to frameset.el.
5398 (jump-to-register, describe-register-1): Remove frameset-specific code.
5399
5400 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
5401
5402 * allout-widgets.el (allout-widgets-pre-command-business)
5403 (allout-widgets-post-command-business)
5404 (allout-widgets-after-change-handler)
5405 (allout-decorate-item-and-context, allout-set-boundary-marker)
5406 (allout-body-modification-handler)
5407 (allout-graphics-modification-handler): Mark ignored arguments.
5408 (allout-widgets-post-command-business)
5409 (allout-widgets-exposure-change-processor)
5410 (allout-widgets-exposure-undo-processor)
5411 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
5412 (allout-parse-item-at-point, allout-decorate-item-guides)
5413 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
5414 * allout.el (epa-passphrase-callback-function): Declare.
5415 (allout-overlay-insert-in-front-handler)
5416 (allout-overlay-interior-modification-handler)
5417 (allout-isearch-end-handler, allout-chart-siblings)
5418 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
5419 (allout-yank-processing, allout-process-exposed)
5420 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5421 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
5422 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
5423 (lisp-indent-defform): Mark ignored arguments.
5424 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
5425 (calculate-lisp-indent): Remove unused variables.
5426 * international/characters.el (indian-2-column, arabic-2-column)
5427 (tibetan): Mark ignored arguments.
5428 (use-cjk-char-width-table): Mark ignored arguments.
5429 Remove unused variables.
5430 * international/fontset.el (build-default-fontset-data)
5431 (x-compose-font-name, create-fontset-from-fontset-spec):
5432 Mark ignored arguments.
5433 (fontset-plain-name): Remove unused variables.
5434 * international/mule.el (charset-id, charset-bytes, generic-char-p)
5435 (keyboard-coding-system): Mark ignored arguments.
5436 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
5437 * help.el (resize-temp-buffer-window):
5438 * window.el (display-buffer-in-major-side-window)
5439 (display-buffer-in-side-window, display-buffer-in-previous-window):
5440 Remove unused variables.
5441 * isearch.el (isearch-forward-symbol):
5442 * version.el (emacs-bzr-version-bzr):
5443 * international/mule-cmds.el (current-language-environment):
5444 * term/common-win.el (x-handle-iconic, x-handle-geometry)
5445 (x-handle-display):
5446 * term/pc-win.el (x-list-fonts, x-display-planes)
5447 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
5448 (x-server-version, x-display-screens, x-display-mm-height)
5449 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
5450 (x-selection-owner-p, x-own-selection-internal)
5451 (x-disown-selection-internal, x-get-selection-internal)
5452 (msdos-initialize-window-system):
5453 * term/tty-colors.el (tty-color-alist, tty-color-clear):
5454 * term/x-win.el (x-handle-no-bitmap-icon):
5455 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
5456 (vc-default-find-file-hook, vc-default-extra-menu):
5457 Mark ignored arguments.
5458
5459 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
5462 break-condition in the context of the debugged code (bug#12685).
5463
5464 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
5465
5466 * comint.el:
5467 Do not use an overlay to highlight the last prompt. (Bug#14744)
5468 (comint-mode): Make comint-last-prompt buffer local.
5469 (comint-last-prompt): New variable.
5470 (comint-last-prompt-overlay): Remove. Superseded by
5471 comint-last-prompt.
5472 (comint-snapshot-last-prompt, comint-output-filter):
5473 Use comint-last-prompt.
5474
5475 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
5476
5477 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
5478 (frameset-save): Check validity of the resulting frameset.
5479
5480 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
5481
5482 * ido.el (ido-record-command): Add doc string.
5483
5484 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
5485
5486 * frameset.el (frameset): Do not disable creation of the default
5487 frameset-p predicate. Doc fix.
5488 (frameset-valid-p): New function, copied from the old predicate-p.
5489 Add additional checks.
5490 (frameset-restore): Check with frameset-valid-p.
5491 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
5492 (frameset-name, frameset-description, frameset-properties)
5493 (frameset-states): Add docstring.
5494 (frameset-session-filter-alist, frameset-persistent-filter-alist)
5495 (frameset-filter-alist): Doc fixes.
5496
5497 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
5498
5499 * frameset.el (frameset-p, frameset-prop): Doc fixes.
5500
5501 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5502
5503 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
5504 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
5505 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
5506 (byte-compile-normal-call): Remove obsolescence check.
5507
5508 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
5509
5510 * frameset.el (frameset-restore): Doc fix.
5511
5512 * register.el (frameset-frame-id, frameset-frame-with-id)
5513 (frameset-p, frameset-restore, frameset-save): Declare.
5514 (register-alist): Document framesets.
5515 (frameset-session-filter-alist): Declare.
5516 (frameset-to-register): New function.
5517 (jump-to-register): Implement jumping to framesets. Doc fix.
5518 (describe-register-1): Describe framesets.
5519
5520 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
5521
5522 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
5523
5524 * desktop.el (desktop-save-frameset): Use new frameset-save args.
5525 Use lexical-binding.
5526
5527 * frameset.el (frameset): Use type vector, not list (incompatible
5528 change). Do not declare a new constructor, use the default one.
5529 Upgrade suggested properties `app', `name' and `desc' to slots `app',
5530 `name' and `description', respectively, and add read-only slot
5531 `timestamp'. Doc fixes.
5532 (frameset-copy, frameset-persistent-filter-alist)
5533 (frameset-filter-alist, frameset-switch-to-gui-p)
5534 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
5535 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
5536 (frameset-filter-iconified, frameset-keep-original-display-p):
5537 Doc fixes.
5538 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
5539 Rename from frameset-filter-(save|restore)-param. All callers changed.
5540 Doc fix.
5541 (frameset-p): Adapt to change to vector and be more thorough.
5542 Change arg name to OBJECT. Doc fix.
5543 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
5544 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
5545 All callers changed.
5546 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
5547 All callers changed.
5548 (frameset--record-minibuffer-relationships): Rename from
5549 frameset--process-minibuffer-frames. All callers changed.
5550 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
5551 Use new default constructor (again). Doc fix.
5552 (frameset--find-frame-if): Rename from `frameset--find-frame.
5553 All callers changed.
5554 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
5555 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
5556 Doc fix.
5557 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
5558 PARAMETERS and WINDOW-STATE, respectively.
5559 (frameset-restore): Add new keyword argument PREDICATE.
5560 Reset frameset--target-display to nil. Doc fix.
5561
5562 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5563
5564 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
5565 (bat-mode): Use it.
5566 (bat-mode-syntax-table): Mark \n as end-of-comment.
5567 (bat-font-lock-keywords): Remove comment rule.
5568
5569 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
5570 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
5571
5572 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
5573 (byte-compile-callargs-warn): Use `push'.
5574 (byte-compile-arglist-warn): Ignore higher-order "calls".
5575 (byte-compile-file-form-autoload): Use `pcase'.
5576 (byte-compile-function-form): If quoting a symbol, check that it exists.
5577
5578 2013-08-07 Eli Zaretskii <eliz@gnu.org>
5579
5580 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
5581 and add a few popular commands found in batch files.
5582 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
5583 (dos-mode): Doc fixes.
5584
5585 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5586
5587 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
5588 (dos-mode): Use setq-local. Add space after "rem".
5589 (dos-mode-syntax-table): Don't use "w" for symbol chars.
5590 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
5591
5592 2013-08-07 Arni Magnusson <arnima@hafro.is>
5593
5594 * progmodes/dos.el: New file.
5595 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
5596 dos-mode.
5597
5598 2013-08-06 Glenn Morris <rgm@gnu.org>
5599
5600 * calendar/calendar.el: Add new faces, and day-header-array.
5601 (calendar-weekday-header, calendar-weekend-header)
5602 (calendar-month-header): New faces.
5603 (calendar-day-header-construct): New function.
5604 (calendar-day-header-width): Also :set calendar-day-header-array.
5605 (calendar-american-month-header, calendar-european-month-header)
5606 (calendar-iso-month-header): Use calendar- faces.
5607 (calendar-generate-month):
5608 Use calendar-day-header-array for day headers; apply faces to them.
5609 (calendar-mode): Check calendar-font-lock-keywords non-nil.
5610 (calendar-abbrev-construct): Add optional maxlen argument.
5611 (calendar-day-name-array): Doc fix.
5612 (calendar-day-name-array, calendar-abbrev-length)
5613 (calendar-day-abbrev-array):
5614 Also :set calendar-day-header-array, and maybe redraw.
5615 (calendar-day-header-array): New option. (Bug#15007)
5616 (calendar-font-lock-keywords): Set to nil and make obsolete.
5617 (calendar-day-name): Add option to use header array.
5618
5619 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5620
5621 * net/shr.el (shr-render-td): Remove debugging.
5622 (shr-render-td): Make width computation consistent by defaulting
5623 all zero-width columns to 10 characters. This may not be optimal,
5624 but it's at least consistent.
5625 (shr-make-table-1): Redo last change to fix the real problem in
5626 colspan handling.
5627
5628 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
5629
5630 * files.el (cache-long-line-scans):
5631 Make obsolete alias to `cache-long-scans'.
5632
5633 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
5634
5635 * frameset.el (frameset, frameset-filter-alist)
5636 (frameset-filter-params, frameset-save, frameset--reuse-frame)
5637 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
5638 (frameset-compute-pos): Rename from frameset--compute-pos,
5639 and add docstring.
5640 (frameset-move-onscreen): Use frameset-compute-pos.
5641 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
5642
5643 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
5644 Fix typos in docstrings.
5645
5646 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
5647
5648 * frame.el (get-other-frame): Tiny cleanup.
5649
5650 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
5651
5652 * vc/vc.el (vc-default-ignore-completion-table):
5653 Silence byte-compiler warning.
5654
5655 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
5656 slot , which can indeed be nil.
5657 (frameset-live-filter-alist, frameset-persistent-filter-alist):
5658 Move entry for `left' from persistent to live filter alist.
5659 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
5660 Doc fixes.
5661 (frameset-filter-params): When restoring a frame, copy items added to
5662 `filtered', to avoid unwittingly modifying the original parameters.
5663 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
5664 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
5665
5666 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
5667 to use looking-at-p instead of looking-at. (Bug#15028)
5668
5669 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5670
5671 Revert introduction of isearch-filter-predicates (bug#14714).
5672 Rely on add-function instead.
5673 * isearch.el (isearch-filter-predicates): Rename it back to
5674 isearch-filter-predicate.
5675 (isearch-message-prefix): Use advice-function-mapc and advice
5676 properties to get the isearch-message-prefix.
5677 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
5678 instead of run-hook-with-args-until-failure.
5679 (isearch-filter-visible): Not obsolete any more.
5680 * loadup.el: Preload nadvice.
5681 * replace.el (perform-replace): Revert to funcall
5682 instead of run-hook-with-args-until-failure.
5683 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
5684 * dired-aux.el (dired-isearch-filenames-mode): Rename from
5685 dired-isearch-filenames-toggle; make it into a proper minor mode.
5686 Use add/remove-function.
5687 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
5688 Call the minor-mode rather than add/remove-hook.
5689 (dired-isearch-filter-filenames):
5690 Remove isearch-message-prefix property.
5691 * info.el (Info--search-loop): New function, extracted from Info-search.
5692 Funcall isearch-filter-predicate instead of
5693 run-hook-with-args-until-failure isearch-filter-predicates.
5694 (Info-search): Use it.
5695 (Info-mode): Use isearch-filter-predicate instead of
5696 isearch-filter-predicates.
5697
5698 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
5699
5700 Do not call to `selected-window' where it is assumed by default.
5701 Affected functions are `window-minibuffer-p', `window-dedicated-p',
5702 `window-hscroll', `window-width', `window-height', `window-buffer',
5703 `window-frame', `window-start', `window-point', `next-window'
5704 and `window-display-table'.
5705 * abbrev.el (abbrev--default-expand):
5706 * bs.el (bs--show-with-configuration):
5707 * buff-menu.el (Buffer-menu-mouse-select):
5708 * calc/calc.el (calc):
5709 * calendar/calendar.el (calendar-generate-window):
5710 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
5711 (diary-make-entry):
5712 * comint.el (send-invisible, comint-dynamic-complete-filename)
5713 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
5714 * completion.el (complete):
5715 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
5716 * disp-table.el (describe-current-display-table):
5717 * doc-view.el (doc-view-insert-image):
5718 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
5719 * ehelp.el (with-electric-help):
5720 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5721 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
5722 * emacs-lisp/helper.el (Helper-help-scroller):
5723 * emulation/cua-base.el (cua--post-command-handler-1):
5724 * eshell/esh-mode.el (eshell-output-filter):
5725 * ffap.el (ffap-gnus-wrapper):
5726 * help-macro.el (make-help-screen):
5727 * hilit-chg.el (highlight-compare-buffers):
5728 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
5729 * hl-line.el (global-hl-line-highlight):
5730 * icomplete.el (icomplete-simple-completing-p):
5731 * isearch.el (isearch-done):
5732 * jit-lock.el (jit-lock-stealth-fontify):
5733 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
5734 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
5735 * mpc.el (mpc-tagbrowser, mpc):
5736 * net/rcirc.el (rcirc-any-buffer):
5737 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
5738 * play/landmark.el (landmark-max-width, landmark-max-height):
5739 * play/zone.el (zone):
5740 * progmodes/compile.el (compilation-goto-locus):
5741 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
5742 * progmodes/etags.el (find-tag-other-window):
5743 * progmodes/fortran.el (fortran-column-ruler):
5744 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5745 * progmodes/verilog-mode.el (verilog-point-text):
5746 * reposition.el (reposition-window):
5747 * rot13.el (toggle-rot13-mode):
5748 * server.el (server-switch-buffer):
5749 * shell.el (shell-dynamic-complete-command)
5750 (shell-dynamic-complete-environment-variable):
5751 * simple.el (insert-buffer, set-selective-display)
5752 (delete-completion-window):
5753 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
5754 (speedbar-recenter):
5755 * startup.el (fancy-splash-head):
5756 * textmodes/ispell.el (ispell-command-loop):
5757 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
5758 * tutorial.el (help-with-tutorial):
5759 * vc/add-log.el (add-change-log-entry):
5760 * vc/compare-w.el (compare-windows):
5761 * vc/ediff-help.el (ediff-indent-help-message):
5762 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
5763 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
5764 (ediff-setup-control-frame):
5765 * vc/emerge.el (emerge-position-region):
5766 * vc/pcvs-util.el (cvs-bury-buffer):
5767 * window.el (walk-windows, mouse-autoselect-window-select):
5768 * winner.el (winner-set-conf, winner-undo): Related users changed.
5769
5770 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
5771
5772 * frameset.el (frameset--set-id): Doc fix.
5773 (frameset-frame-id, frameset-frame-id-equal-p)
5774 (frameset-locate-frame-id): New functions.
5775 (frameset--process-minibuffer-frames, frameset--reuse-frame)
5776 (frameset-restore): Use them.
5777
5778 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
5779
5780 Do not call to `selected-frame' where it is assumed by default.
5781 Affected functions are `raise-frame', `redraw-frame',
5782 `frame-first-window', `frame-terminal' and `delete-frame'.
5783 * calendar/appt.el (appt-disp-window):
5784 * epg.el (epg-wait-for-completion):
5785 * follow.el (follow-delete-other-windows-and-split)
5786 (follow-avoid-tail-recenter):
5787 * international/mule.el (set-terminal-coding-system):
5788 * mail/rmail.el (rmail-mail-return):
5789 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5790 * progmodes/f90.el (f90-add-imenu-menu):
5791 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
5792 * server.el (server-switch-buffer):
5793 * simple.el (delete-completion-window):
5794 * talk.el (talk):
5795 * term/xterm.el (terminal-init-xterm-modify-other-keys)
5796 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
5797 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
5798 * vc/ediff.el (ediff-documentation): Related users changed.
5799 * frame.el (selected-terminal): Remove the leftover.
5800
5801 2013-08-05 Glenn Morris <rgm@gnu.org>
5802
5803 * calendar/calendar.el (calendar-generate-month):
5804 Fix for calendar-column-width != 1 + calendar-day-digit-width.
5805 (calendar-generate-month, calendar-font-lock-keywords):
5806 Fix for calendar-day-header-width > length of any day name.
5807
5808 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
5809
5810 * desktop.el (desktop-clear): Use new name of sort predicate.
5811
5812 * frameset.el (frameset): Add docstring. Move :version property to its
5813 own `version' slot.
5814 (frameset-copy): Rename from copy-frameset.
5815 (frameset-p): Check more thoroughly.
5816 (frameset-prop): Do not check for :version, which is no longer a prop.
5817 (frameset-live-filter-alist, frameset-persistent-filter-alist):
5818 Use new :never value instead of t.
5819 (frameset-filter-alist): Expand and clarify docstring.
5820 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
5821 (frameset-filter-minibuffer, frameset-filter-save-param)
5822 (frameset-filter-restore-param, frameset-filter-iconified):
5823 Add pointer to docstring of frameset-filter-alist.
5824 (frameset-filter-params): Rename filter values to be more meaningful:
5825 :never instead of t, and reverse the meanings of :save and :restore.
5826 (frameset--process-minibuffer-frames): Clarify error message.
5827 (frameset-save): Avoid unnecessary and confusing call to framep.
5828 Use new BOA constructor for framesets.
5829 (frameset--reuse-list): Doc fix.
5830 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
5831 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
5832 (frameset-minibufferless-first-p): Doc fix.
5833 Rename from frameset-sort-frames-for-deletion.
5834 (frameset-restore): Doc fixes. Use new function names.
5835 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
5836
5837 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
5838
5839 * desktop.el (desktop-restore-forces-onscreen)
5840 (desktop-restore-reuses-frames): Document :keyword constant values.
5841 (desktop-filter-parameters-alist): Remove, now identical to
5842 frameset-filter-alist.
5843 (desktop--filter-tty*): Remove, moved to frameset.el.
5844 (desktop-save-frameset, desktop-restore-frameset):
5845 Do not pass :filters argument.
5846
5847 * frameset.el (frameset-live-filter-alist)
5848 (frameset-persistent-filter-alist): New variables.
5849 (frameset-filter-alist): Use them. Add autoload cookie.
5850 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
5851 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
5852 `frameset--id' (it's supposed to be internal to frameset.el).
5853 (frameset--process-minibuffer-frames): Ditto. Doc fix.
5854 (frameset--initial-params): New function.
5855 (frameset--get-frame): Use it. Doc fix.
5856 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
5857 Accept :all, not 'all.
5858 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
5859 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
5860 with fbound symbols. Fix frame id matching, and remove matching ids if
5861 the frame being restored is deleted. Obey :delete.
5862
5863 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
5864
5865 * subr.el (macrop): New function.
5866 (text-clone--maintaining): New var.
5867 (text-clone--maintain): Rename from text-clone-maintain. Use it
5868 instead of inhibit-modification-hooks.
5869
5870 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
5871 a proxy, so as handle autoloads and redefinitions of the target.
5872 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
5873
5874 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
5875 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
5876 (pcase--mutually-exclusive-p): New function.
5877 (pcase--split-consp): Use it.
5878 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
5879 mutually exclusive with the current predicate.
5880
5881 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
5882 (edebug-macrop): Remove. Use `macrop' instead.
5883 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
5884 (ad-macro-p):
5885 * eshell/esh-cmd.el (eshell-macrop):
5886 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
5887
5888 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
5889
5890 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
5891 (advice-mapc): New function, using it.
5892 (advice-function-member-p): New function.
5893 (advice--normalize): Store the cdr in advice--saved-rewrite since
5894 that's the part that will be changed.
5895 (advice--symbol-function): New function.
5896 (advice-remove): Handle removal before the function is defined.
5897 Adjust to new advice--saved-rewrite.
5898 (advice-member-p): Use advice-function-member-p and
5899 advice--symbol-function.
5900
5901 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
5902
5903 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
5904 (frameset-filter-minibuffer): Doc fix.
5905 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
5906 (frameset--set-id, frameset--process-minibuffer-frames)
5907 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
5908 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
5909
5910 * desktop.el (desktop-clear): Only delete frames when called
5911 interactively and desktop-restore-frames is non-nil. Doc fix.
5912 (desktop-read): Set desktop-saved-frameset to nil.
5913
5914 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
5915
5916 * vc/vc.el (vc-ignore): Rewrite.
5917 (vc-default-ignore-completion-table):
5918 (vc--read-lines):
5919 (vc--add-line, vc--remove-regexp): New functions.
5920
5921 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
5922 (vc-svn-ignore-completion-table): New function.
5923
5924 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
5925 (vc-hg-ignore-completion-table):
5926 (vc-hg-find-ignore-file): New functions.
5927
5928 * vc/vc-git.el (vc-git-ignore): Rewrite.
5929 (vc-git-ignore-completion-table):
5930 (vc-git-find-ignore-file): New functions.
5931
5932 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
5933
5934 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
5935 (vc-bzr-ignore-completion-table):
5936 (vc-bzr-find-ignore-file): New functions.
5937
5938 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
5939
5940 * frameset.el (frameset-prop): New function and setter.
5941 (frameset-save): Do not modify frame list passed by the caller.
5942
5943 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5944
5945 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
5946
5947 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5948
5949 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
5950 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
5951
5952 * custom.el (custom-initialize-default, custom-initialize-set)
5953 (custom-initialize-reset, custom-initialize-changed): Affect the
5954 toplevel-default-value (bug#6275, bug#14586).
5955 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
5956 for bug#6275.
5957
5958 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
5959
5960 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5961 Add cl-def* expressions.
5962
5963 * frameset.el (frameset-filter-params): Fix order of arguments.
5964
5965 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
5966
5967 Move code related to saving frames to frameset.el.
5968 * desktop.el: Require frameset.
5969 (desktop-restore-frames): Doc fix.
5970 (desktop-restore-reuses-frames): Rename from
5971 desktop-restoring-reuses-frames.
5972 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
5973 (desktop-clear): Clear frames too.
5974 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
5975 (desktop--filter-tty*, desktop-save, desktop-read):
5976 Use frameset functions.
5977 (desktop-before-saving-frames-functions, desktop--filter-*-color)
5978 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5979 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
5980 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
5981 (desktop--process-minibuffer-frames, desktop-save-frames)
5982 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
5983 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
5984 (desktop--sort-states, desktop-restoring-frames-p)
5985 (desktop-restore-frames): Remove. Most code moved to frameset.el.
5986 (desktop-restoring-frameset-p, desktop-restore-frameset)
5987 (desktop--check-dont-save, desktop-save-frameset): New functions.
5988 (desktop--app-id): New constant.
5989 (desktop-first-buffer, desktop-buffer-ok-count)
5990 (desktop-buffer-fail-count): Move before first use.
5991 * frameset.el: New file.
5992
5993 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5994
5995 * files.el: Use lexical-binding.
5996 (dir-locals-read-from-file): Remove unused `err' variable.
5997 (hack-dir-local-variables--warned-coding): New var.
5998 (hack-dir-local-variables): Use it to avoid repeated warnings.
5999 (make-backup-file-name--default-function): New function.
6000 (make-backup-file-name-function): Use it as default.
6001 (buffer-stale--default-function): New function.
6002 (buffer-stale-function): Use it as default.
6003 (revert-buffer-insert-file-contents--default-function): New function.
6004 (revert-buffer-insert-file-contents-function): Use it as default.
6005 (insert-directory): Avoid add-to-list.
6006
6007 * autorevert.el (auto-revert-handler): Simplify.
6008 Use buffer-stale--default-function.
6009
6010 2013-08-01 Tassilo Horn <tsdh@gnu.org>
6011
6012 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
6013
6014 * whitespace.el (whitespace-ensure-local-variables): New function.
6015 (whitespace-cleanup-region): Call it.
6016 (whitespace-turn-on): Call it.
6017
6018 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
6019
6020 Complete file name handlers.
6021
6022 * net/tramp.el (tramp-handle-set-visited-file-modtime)
6023 (tramp-handle-verify-visited-file-modtime)
6024 (tramp-handle-file-notify-rm-watch): New functions.
6025 (tramp-call-process): Do not bind `default-directory'.
6026
6027 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6028 Order alphabetically.
6029 [access-file, add-name-to-file, dired-call-process]:
6030 [dired-compress-file, file-acl, file-notify-rm-watch]:
6031 [file-ownership-preserved-p, file-selinux-context]:
6032 [make-directory-internal, make-symbolic-link, set-file-acl]:
6033 [set-file-selinux-context, set-visited-file-modtime]:
6034 [verify-visited-file-modtime]: Add handler.
6035 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
6036
6037 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
6038 [file-notify-add-watch, file-notify-rm-watch]:
6039 [set-file-times, set-visited-file-modtime]:
6040 [verify-visited-file-modtime]: Add handler.
6041 (with-tramp-gvfs-error-message)
6042 (tramp-gvfs-handle-set-visited-file-modtime)
6043 (tramp-gvfs-fuse-file-name): Remove.
6044 (tramp-gvfs-handle-file-notify-add-watch)
6045 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
6046 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
6047
6048 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6049 Order alphabetically.
6050 [file-notify-rm-watch ]: Use default Tramp handler.
6051 [executable-find]: Remove private handler.
6052 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
6053 `default-directory'.
6054 (tramp-sh-handle-executable-find)
6055 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
6056 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6057 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
6058 Do not use `format' in `tramp-message'.
6059
6060 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
6061 [file-notify-rm-watch, set-visited-file-modtime]:
6062 [verify-visited-file-modtime]: Add handler.
6063 (tramp-smb-call-winexe): Do not bind `default-directory'.
6064
6065 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
6066
6067 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
6068
6069 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
6070
6071 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
6072 use it.
6073 (log-view-diff-changeset): Same.
6074 (log-view-diff-common): Call backend command `previous-revision'
6075 to find out the previous revision, in both cases. Swap the
6076 variables `to' and `fr', so that `fr' usually refers to the
6077 earlier revision (Bug#14989).
6078
6079 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
6080
6081 * ibuf-ext.el (ibuffer-filter-by-filename):
6082 Make it work with dired buffers too.
6083
6084 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
6085
6086 * emacs-lisp/re-builder.el (reb-color-display-p):
6087 * files.el (save-buffers-kill-terminal):
6088 * net/browse-url.el (browse-url):
6089 * server.el (server-save-buffers-kill-terminal):
6090 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
6091 Prefer nil to selected-frame for the first arg of frame-parameter.
6092
6093 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
6094
6095 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
6096
6097 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
6098
6099 * minibuffer.el (completion--twq-all): Try and preserve each
6100 completion's case choice (bug#14907).
6101
6102 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6103
6104 * net/network-stream.el (open-network-stream): Mention the new
6105 :nogreeting parameter.
6106 (network-stream-open-starttls): Use the :nogreeting parameter
6107 (bug#14938).
6108
6109 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
6110
6111 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
6112 more natural than popping.
6113
6114 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
6115 (shr-urlify): Highlight under mouse.
6116
6117 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
6118
6119 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
6120
6121 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
6122
6123 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
6124 buffer for output.
6125
6126 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
6127 point-min==1. Fix search string. Fix parentheses missing.
6128
6129 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
6130 assume point-min==1. Fix search string. Fix parentheses missing.
6131
6132 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
6133
6134 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
6135 buffer for output.
6136
6137 2013-07-29 Eli Zaretskii <eliz@gnu.org>
6138
6139 * frame.el (frame-notice-user-settings): Avoid inflooping when the
6140 initial frame is minibuffer-less. (Bug#14841)
6141
6142 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
6143
6144 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
6145 option.
6146
6147 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6148 (tramp-maybe-open-connection): Use it.
6149
6150 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
6151
6152 * desktop.el (desktop--make-frame): Include `minibuffer' in the
6153 minimal set of parameters passed when creating a frame, because
6154 the minibuffer status of a frame cannot be changed later.
6155
6156 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
6157
6158 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
6159 replace-regexp-in-string and inadvertent omissions in previous change.
6160 (todo-filter-items): Ensure only file names are comma-separated in
6161 name of filtered items buffer.
6162
6163 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
6164
6165 * desktop.el: Optionally force offscreen frames back onscreen.
6166 (desktop-restoring-reuses-frames): New option.
6167 (desktop--compute-pos, desktop--move-onscreen): New functions.
6168 (desktop--make-frame): Use desktop--move-onscreen.
6169
6170 2013-07-27 Alan Mackenzie <acm@muc.de>
6171
6172 Fontify a Java generic method as a function.
6173 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
6174 value to t.
6175
6176 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
6177
6178 * calendar/todo-mode.el: Add command to rename todo files.
6179 (todo-rename-file): New command.
6180 (todo-key-bindings-t): Add key binding for it. Change the
6181 bindings of todo-filter-regexp-items(-multifile) to use `x'
6182 instead of `r', since the latter is better suited to the new
6183 renaming command.
6184
6185 2013-07-27 Alan Mackenzie <acm@muc.de>
6186
6187 Make Java try-with-resources statement parse properly.
6188 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
6189 (c-block-stmt-1-2-key): New language constants/variables.
6190 * progmodes/cc-engine.el (c-beginning-of-statement-1)
6191 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
6192 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
6193 with c-block-stmt-1-2-key.
6194
6195 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
6196
6197 * desktop.el (desktop--make-frame): Apply most frame parameters after
6198 creating the frame to force (partially or totally) offscreen frames to
6199 be restored as such.
6200
6201 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
6202
6203 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
6204 (Bug#14948)
6205
6206 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6207
6208 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
6209 `base' arg of backtrace-frame.
6210
6211 2013-07-26 Eli Zaretskii <eliz@gnu.org>
6212
6213 * simple.el (list-processes): Doc fix.
6214
6215 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
6216
6217 * desktop.el (desktop--select-frame):
6218 Try harder to reuse existing frames.
6219
6220 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6221
6222 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
6223 (edebug-eval): Use backtrace-eval.
6224 (edebug--display, edebug--recursive-edit): Don't let-bind the
6225 edebug-outer-* vars that keep track of variables we locally let-bind.
6226 (edebug-outside-excursion): Don't restore outside values of locally
6227 let-bound vars.
6228 (edebug--display): Use user-error.
6229 (cl-lexical-debug, cl-debug-env): Remove.
6230
6231 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
6232
6233 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
6234 are restored to be sure that they are visible before deleting any
6235 remaining ones.
6236
6237 2013-07-26 Matthias Meulien <orontee@gmail.com>
6238
6239 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
6240 vc-print-root-log. (Bug#14948)
6241
6242 2013-07-26 Richard Stallman <rms@gnu.org>
6243
6244 Add aliases for encrypting mail.
6245 * epa.el (epa-mail-aliases): New option.
6246 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
6247 Bind inhibit-read-only so read-only text doesn't ruin everything.
6248 (epa-mail-default-recipients): New subroutine broken out.
6249 Handle epa-mail-aliases.
6250
6251 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6252
6253 Add support for lexical variables to the debugger's `e' command.
6254 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
6255 vars, except for debugger-outer-match-data.
6256 (debugger-frame-number): Move check for "on a function call" from
6257 callers into it. Add `skip-base' argument.
6258 (debugger-frame, debugger-frame-clear): Simplify accordingly.
6259 (debugger-env-macro): Only reset the state stored in non-variables,
6260 i.e. current-buffer and match-data.
6261 (debugger-eval-expression): Rewrite using backtrace-eval.
6262 * subr.el (internal--called-interactively-p--get-frame): Remove.
6263 (called-interactively-p):
6264 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
6265 `base' arg of backtrace-frame instead.
6266
6267 2013-07-26 Glenn Morris <rgm@gnu.org>
6268
6269 * align.el (align-regexp): Doc fix. (Bug#14857)
6270 (align-region): Explicit error if subexpression missing/does not match.
6271
6272 * simple.el (global-visual-line-mode):
6273 Do not duplicate the mode lighter. (Bug#14858)
6274
6275 2013-07-25 Martin Rudalics <rudalics@gmx.at>
6276
6277 * window.el (display-buffer): In display-buffer bind
6278 split-window-keep-point to t, bug#14829.
6279
6280 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
6281
6282 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
6283 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
6284 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
6285 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6286 Change accordingly.
6287 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6288 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
6289
6290 2013-07-25 Glenn Morris <rgm@gnu.org>
6291
6292 * dired-x.el (dired-mark-extension): Convert comment to doc string.
6293
6294 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
6295
6296 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
6297 parameter to modify-frame-parameters if the value has not changed;
6298 this is a workaround for bug#14949.
6299 (desktop--make-frame): On cl-delete-if call, check parameter name,
6300 not full parameter.
6301
6302 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
6303
6304 * vc/vc.el (vc-ignore): New function.
6305
6306 * vc/vc-svn.el (vc-svn-ignore): New function.
6307
6308 * vc/vc-hg.el (vc-hg-ignore): New function.
6309
6310 * vc/vc-git.el (vc-git-ignore): New function.
6311
6312 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
6313 (vc-dir-ignore): New function.
6314
6315 * vc/vc-cvs.el (vc-cvs-ignore): New function.
6316 (cvs-append-to-ignore): Move here from pcvs.el.
6317
6318 * vc/vc-bzr.el (vc-bzr-ignore): New function.
6319
6320 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
6321
6322 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
6323
6324 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
6325 (desktop-restore-frames): Warn when deleting an existing frame failed.
6326
6327 2013-07-24 Glenn Morris <rgm@gnu.org>
6328
6329 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
6330
6331 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
6332
6333 * filenotify.el (file-notify-supported-p):
6334 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6335 Remove functions.
6336
6337 * autorevert.el (auto-revert-use-notify):
6338 (auto-revert-notify-add-watch):
6339 * net/tramp.el (tramp-file-name-for-operation):
6340 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6341 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6342 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6343 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6344 Remove `file-notify-supported-p' entry.
6345
6346 2013-07-24 Glenn Morris <rgm@gnu.org>
6347
6348 * printing.el: Replace all uses of deleted ps-windows-system,
6349 ps-lp-system, ps-flatten-list with lpr- versions.
6350
6351 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6352
6353 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
6354 checked with memq (bug#14935).
6355
6356 * files.el (revert-buffer-function): Use a non-nil default.
6357 (revert-buffer-preserve-modes): Declare var to
6358 provide access to the `preserve-modes' argument.
6359 (revert-buffer): Let-bind it.
6360 (revert-buffer--default): New function, extracted from revert-buffer.
6361
6362 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6363
6364 * lpr.el: Signal print errors more prominently.
6365 (print-region-function): Don't default to nil.
6366 (lpr-print-region): New function, extracted from print-region-1.
6367 Check lpr's return value and signal an error in case of problem.
6368 (print-region-1): Use it.
6369 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
6370 versions instead.
6371 (ps-printer-name): Default to nil.
6372 (ps-printer-name-option): Default to lpr-printer-switch.
6373 (ps-print-region-function): Don't default to nil.
6374 (ps-postscript-code-directory): Simplify default.
6375 (ps-do-despool): Use lpr-print-region to properly check the outcome.
6376 (ps-string-list, ps-eval-switch, ps-flatten-list)
6377 (ps-flatten-list-1): Remove.
6378 (ps-multibyte-buffer): Avoid setq.
6379 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
6380 (print-region-function, ps-print-region-function): Don't set them here.
6381
6382 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
6383
6384 * ido.el (ido-fractionp):
6385 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
6386 (ido-max-file-prompt-width, ido-unc-hosts-cache)
6387 (ido-max-directory-size, ido-max-dir-file-cache)
6388 (ido-decorations): Doc fix.
6389
6390 * ansi-color.el: Fix old URL.
6391
6392 2013-07-23 Michael R. Mauger <michael@mauger.com>
6393
6394 * progmodes/sql.el: Version 3.3
6395 (sql-product-alist): Improve oracle :prompt-cont-regexp.
6396 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
6397 (sql-interactive-remove-continuation-prompt): Rewrite, use
6398 functions above. Fix continuation prompt and complete output line
6399 handling.
6400 (sql-redirect-one, sql-execute): Use `read-only-mode' on
6401 redirected output buffer.
6402 (sql-mode): Restore deleted code (Bug#13591).
6403
6404 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
6405
6406 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
6407
6408 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
6409
6410 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
6411
6412 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6413 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6414 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
6415
6416 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
6417
6418 * desktop.el (desktop-clear): Simplify; remove useless checks
6419 against invalid buffer names.
6420 (desktop-list*): Use cl-list*.
6421 (desktop-buffer-info, desktop-create-buffer): Simplify.
6422
6423 2013-07-23 Leo Liu <sdl.web@gmail.com>
6424
6425 * bookmark.el (bookmark-make-record): Restore NAME as a default
6426 value. (Bug#14933)
6427
6428 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6429
6430 * emacs-lisp/autoload.el (autoload--setup-output): New function,
6431 extracted from autoload--insert-text.
6432 (autoload--insert-text): Remove.
6433 (autoload--print-cookie-text): New function, extracted from
6434 autoload--insert-cookie-text.
6435 (autoload--insert-cookie-text): Remove.
6436 (autoload-generate-file-autoloads): Adjust calls accordingly.
6437
6438 * winner.el (winner-hook-installed-p): Remove.
6439 (winner-mode): Simplify accordingly.
6440
6441 * subr.el (add-to-list): Fix compiler-macro when `append' is
6442 not constant. Don't use `cl-member' for the base case.
6443
6444 * progmodes/subword.el: Fix boundary case (bug#13758).
6445 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
6446 own group.
6447 (subword-backward-regexp): Make it a constant.
6448 (subword-forward-internal): Don't treat a trailing capital as the
6449 beginning of a word.
6450
6451 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
6452
6453 * emacs-lisp/package.el (package-menu-mode): Don't modify the
6454 global value of tabulated-list-revert-hook (bug#14930).
6455
6456 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
6457
6458 * desktop.el: Require 'cl-lib.
6459 (desktop-before-saving-frames-functions): New hook.
6460 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
6461 for frames being saved. Rename from desktop--save-minibuffer-frames.
6462 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
6463 Do not save frames with non-nil `desktop-dont-save' parameter.
6464 Filter out deleted frames.
6465 (desktop--find-frame): Use cl-find-if.
6466 (desktop--select-frame): Use cl-(first|second|third) to access values
6467 of desktop-mini.
6468 (desktop--make-frame): Use cl-delete-if.
6469 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
6470 (desktop-restore-frames): Use cl-(first|second|third) to access values
6471 of desktop-mini. Look for visible frame at the end, not while
6472 restoring frames.
6473
6474 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
6475 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
6476 Use string-match-p, looking-at-p (bug#14927).
6477
6478 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
6479
6480 * desktop.el (desktop-saved-frame-states):
6481 Rename from desktop--saved-states; all users changed.
6482 (desktop-save-frames): Rename from desktop--save-frames.
6483 Do not save state to desktop file.
6484 (desktop-save): Save desktop-saved-frame-states to desktop file
6485 and reset to nil.
6486 (desktop-restoring-frames-p): New function.
6487 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
6488 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
6489 buffer-lists when restoring frames. Suggested by Martin Rudalics.
6490
6491 * desktop.el: Correctly restore iconified frames.
6492 (desktop--filter-iconified-position): New function.
6493 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
6494
6495 2013-07-20 Glenn Morris <rgm@gnu.org>
6496
6497 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
6498 Let `message' do the formatting.
6499 (def-gdb-preempt-display-buffer): Add explicit format.
6500
6501 * image-dired.el (image-dired-track-original-file):
6502 Use with-current-buffer.
6503 (image-dired-track-thumbnail): Use with-current-buffer.
6504 Avoid changing point of wrong window.
6505
6506 * image-dired.el (image-dired-track-original-file):
6507 Avoid changing point of wrong window. (Bug#14909)
6508
6509 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
6510
6511 * progmodes/gdb-mi.el (gdb-done-or-error):
6512 Guard against "%" in gdb output. (Bug#14127)
6513
6514 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
6515
6516 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
6517 (Bug#14826)
6518
6519 * international/mule.el (coding-system-iso-2022-flags): Fix last
6520 change.
6521
6522 2013-07-20 Kenichi Handa <handa@gnu.org>
6523
6524 * international/mule.el (coding-system-iso-2022-flags):
6525 Add `8-bit-level-4'. (Bug#8522)
6526
6527 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6528
6529 * net/shr.el (shr-mouse-browse-url): New command and keystroke
6530 (bug#14815).
6531
6532 * net/eww.el (eww-process-text-input): Allow inputting when the
6533 point is at the start of the line, as the properties aren't
6534 front-sticky.
6535
6536 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
6537 degenerate widths.
6538
6539 2013-07-19 Richard Stallman <rms@gnu.org>
6540
6541 * epa.el (epa-popup-info-window): Doc fix.
6542
6543 * subr.el (split-string): New arg TRIM.
6544
6545 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
6546
6547 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
6548 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
6549
6550 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
6551
6552 * filenotify.el (file-notify--library): Rename from
6553 `file-notify-support'. Do not autoload. Adapt all uses.
6554 (file-notify-supported-p): New defun.
6555
6556 * autorevert.el (auto-revert-use-notify):
6557 Use `file-notify-supported-p' instead of `file-notify-support'.
6558 Adapt docstring.
6559 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
6560
6561 * net/tramp.el (tramp-file-name-for-operation):
6562 Add `file-notify-supported-p'.
6563
6564 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6565 New defun.
6566 (tramp-sh-file-name-handler-alist): Add it as handler for
6567 `file-notify-supported-p '.
6568
6569 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6570 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6571 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6572 Add `ignore' as handler for `file-notify-*' functions.
6573
6574 2013-07-17 Eli Zaretskii <eliz@gnu.org>
6575
6576 * simple.el (line-move-partial, line-move): Don't start vscroll or
6577 scroll-up if the current line is not taller than the window.
6578 (Bug#14881)
6579
6580 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
6581
6582 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
6583 highlight question marks in the method names as strings.
6584 (ruby-block-beg-keywords): Inline.
6585 (ruby-font-lock-keyword-beg-re): Extract from
6586 `ruby-font-lock-keywords'.
6587
6588 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
6589
6590 * frame.el (blink-cursor-blinks): New defcustom.
6591 (blink-cursor-blinks-done): New defvar.
6592 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
6593 (blink-cursor-timer-function): Check if number of blinks has been
6594 done on X and NS.
6595 (blink-cursor-suspend, blink-cursor-check): New defuns.
6596
6597 2013-07-15 Glenn Morris <rgm@gnu.org>
6598
6599 * edmacro.el (edmacro-format-keys): Fix previous change.
6600
6601 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
6602
6603 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
6604 The hack didn't work outside English locales anyway.
6605
6606 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
6607
6608 * simple.el (define-alternatives): Rename from alternatives-define,
6609 per RMS' suggestion.
6610
6611 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
6612
6613 * desktop.el (desktop-restore-frames): Change default to t.
6614 (desktop-restore-in-current-display): Now offer more options.
6615 (desktop-restoring-reuses-frames): New customization option.
6616 (desktop--saved-states): Doc fix.
6617 (desktop-filter-parameters-alist): New variable, renamed and expanded
6618 from desktop--excluded-frame-parameters.
6619 (desktop--target-display): New variable.
6620 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
6621 (desktop--filter-tty*, desktop--filter-*-color)
6622 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
6623 (desktop--filter-save-desktop-parm)
6624 (desktop-restore-in-original-display-p): New functions.
6625 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
6626 (desktop--save-minibuffer-frames): New function, inspired by a similar
6627 function from Martin Rudalics.
6628 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
6629 (desktop--restore-in-this-display-p): Remove.
6630 (desktop--find-frame): Rename from desktop--find-frame-in-display
6631 and add predicate argument.
6632 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
6633 (desktop--reuse-list): New variable.
6634 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
6635 New functions.
6636 (desktop--restore-frames): Add support for "minibuffer-special" frames.
6637
6638 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
6639
6640 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
6641
6642 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
6643
6644 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6645 Highlight conversion methods on Kernel.
6646
6647 2013-07-13 Alan Mackenzie <acm@muc.de>
6648
6649 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
6650 and comment it out. This out-commenting enables certain C++
6651 declarations to be parsed correctly.
6652
6653 2013-07-13 Eli Zaretskii <eliz@gnu.org>
6654
6655 * international/mule.el (define-coding-system): Doc fix.
6656
6657 * simple.el (default-font-height): Don't call font-info if the
6658 frame's default font didn't change since the frame was created.
6659 (Bug#14838)
6660
6661 2013-07-13 Leo Liu <sdl.web@gmail.com>
6662
6663 * ido.el (ido-read-file-name): Guard against non-symbol value.
6664
6665 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
6666
6667 * progmodes/python.el (python-imenu--build-tree): Fix corner case
6668 in nested defuns.
6669
6670 2013-07-13 Leo Liu <sdl.web@gmail.com>
6671
6672 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
6673 ido-set-matches call. (Bug#6852)
6674
6675 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
6676
6677 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
6678 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
6679 Ruby 2.0.
6680 (ruby-font-lock-keywords): Distinguish calls to functions with
6681 module-like names from module references. Highlight character
6682 literals.
6683
6684 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6685
6686 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6687 (gdb-send): Handle continued commands. (Bug#14847)
6688
6689 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
6690
6691 * desktop.el (desktop--v2s): Remove unused local variable.
6692 (desktop-save-buffer): Make defvar-local; adjust docstring.
6693 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
6694 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
6695
6696 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
6697
6698 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
6699
6700 2013-07-12 Eli Zaretskii <eliz@gnu.org>
6701
6702 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
6703 (Bug#14842)
6704
6705 2013-07-12 Glenn Morris <rgm@gnu.org>
6706
6707 * doc-view.el: Require cl-lib at runtime too.
6708 (doc-view-remove-if): Remove.
6709 (doc-view-search-next-match, doc-view-search-previous-match):
6710 Use cl-remove-if.
6711
6712 * edmacro.el: Require cl-lib at runtime too.
6713 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
6714 (edmacro-mismatch, edmacro-subseq): Remove.
6715
6716 * shadowfile.el: Require cl-lib.
6717 (shadow-remove-if): Remove.
6718 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
6719 Use cl-remove-if.
6720
6721 * wid-edit.el: Require cl-lib.
6722 (widget-choose): Use cl-remove-if.
6723 (widget-remove-if): Remove.
6724
6725 * progmodes/ebrowse.el: Require cl-lib at runtime too.
6726 (ebrowse-delete-if-not): Remove.
6727 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
6728 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
6729 Use cl-delete-if-not.
6730
6731 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
6732
6733 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
6734 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
6735
6736 2013-07-12 Leo Liu <sdl.web@gmail.com>
6737
6738 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
6739
6740 2013-07-11 Glenn Morris <rgm@gnu.org>
6741
6742 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
6743 (edebug-gensym-index, edebug-gensym):
6744 Remove reimplementation of cl-gensym.
6745 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
6746
6747 * thumbs.el: Require cl-lib at run-time too.
6748 (thumbs-gensym-counter, thumbs-gensym):
6749 Remove reimplementation of cl-gensym.
6750 (thumbs-temp-file): Use cl-gensym.
6751
6752 * emacs-lisp/ert.el: Require cl-lib at runtime too.
6753 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
6754 (ert--intersection, ert--set-difference, ert--set-difference-eq)
6755 (ert--union, ert--gensym-counter, ert--gensym-counter)
6756 (ert--coerce-to-vector, ert--remove*, ert--string-position)
6757 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
6758 (ert-make-test-unbound, ert--expand-should-1)
6759 (ert--expand-should, ert--should-error-handle-error)
6760 (should-error, ert--explain-equal-rec)
6761 (ert--plist-difference-explanation, ert-select-tests)
6762 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
6763 Use cl-lib functions rather than reimplementations.
6764
6765 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
6766
6767 * net/tramp.el (tramp-methods): Extend docstring.
6768 (tramp-connection-timeout): New defcustom.
6769 (tramp-error-with-buffer): Reset timestamp only when appropriate.
6770 (with-tramp-progress-reporter): Simplify.
6771 (tramp-process-actions): Improve messages.
6772
6773 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6774 * net/tramp-sh.el (tramp-maybe-open-connection):
6775 Use `tramp-connection-timeout'.
6776 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
6777 (Bug#14808)
6778
6779 2013-07-11 Leo Liu <sdl.web@gmail.com>
6780
6781 * ido.el (ido-read-file-name): Conform to the requirements of
6782 read-file-name. (Bug#11861)
6783 (ido-read-directory-name): Conform to the requirements of
6784 read-directory-name.
6785
6786 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
6787
6788 * subr.el (delay-warning): New function.
6789
6790 2013-07-10 Eli Zaretskii <eliz@gnu.org>
6791
6792 * simple.el (default-line-height): New function.
6793 (line-move-partial, line-move): Use it instead of computing the
6794 line height inline.
6795 (line-move-partial): Always compute ROWH. If the last line is
6796 partially-visible, but its text is completely visible, allow
6797 cursor to enter such a partially-visible line.
6798
6799 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
6800
6801 Improve error messages. (Bug#14808)
6802
6803 * net/tramp.el (tramp-current-connection): New defvar, moved from
6804 tramp-sh.el.
6805 (tramp-message-show-progress-reporter-message): Remove, not
6806 needed anymore.
6807 (tramp-error-with-buffer): Show message in minibuffer.
6808 Discard input before waiting. Reset connection timestamp.
6809 (with-tramp-progress-reporter): Improve messages.
6810 (tramp-process-actions): Use progress reporter. Delete process in
6811 case of error. Improve messages.
6812
6813 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
6814 Call `tramp-error-with-buffer' with vector and buffer.
6815 (tramp-current-connection): Remove.
6816 (tramp-maybe-open-connection): The car of
6817 `tramp-current-connection' are the first 3 slots of the vector.
6818
6819 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
6820
6821 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
6822 inside continued strings.
6823
6824 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
6825
6826 Timestamp fixes for undo (Bug#14824).
6827 * files.el (clear-visited-file-modtime): Move here from fileio.c.
6828
6829 2013-07-10 Leo Liu <sdl.web@gmail.com>
6830
6831 * files.el (require-final-newline): Allow safe local value.
6832 (Bug#14834)
6833
6834 2013-07-09 Leo Liu <sdl.web@gmail.com>
6835
6836 * ido.el (ido-read-directory-name): Handle fallback.
6837 (ido-read-file-name): Update DIR to ido-current-directory.
6838 (Bug#1516)
6839 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
6840
6841 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
6842
6843 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
6844 "autoload". Remove "warn lower camel case" section, previously
6845 commented out. Highlight negation char. Do not highlight the
6846 target in singleton method definitions.
6847
6848 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6849
6850 * faces.el (tty-setup-hook): Declare the hook.
6851
6852 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
6853 and detect when a guard/pred depends on local vars (bug#14773).
6854 (pcase--u1): Adjust caller.
6855
6856 2013-07-08 Eli Zaretskii <eliz@gnu.org>
6857
6858 * simple.el (line-move-partial, line-move): Account for
6859 line-spacing.
6860 (line-move-partial): Avoid setting vscroll when the last
6861 partially-visible line in window is of default height.
6862
6863 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6864
6865 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
6866 been used a while.
6867
6868 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
6869
6870 * subr.el (read-quoted-char): Remove unused local variable `char'.
6871
6872 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
6873
6874 * ediff.el (ediff-version): Version update.
6875 (ediff-files-command, ediff3-files-command, ediff-merge-command)
6876 (ediff-merge-with-ancestor-command, ediff-directories-command)
6877 (ediff-directories3-command, ediff-merge-directories-command)
6878 (ediff-merge-directories-with-ancestor-command): New functions.
6879 All are command-line interfaces to ediff: to facilitate calling
6880 Emacs with the appropriate ediff functions invoked.
6881
6882 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
6883 (viper-save-kill-buffer): Check if buffer is modified.
6884
6885 * viper.el (viper-version): Version update.
6886 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
6887
6888 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6889
6890 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
6891 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
6892 (viper-intercept-ESC-key): Simplify.
6893 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
6894 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
6895 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
6896 (viper-setup-ESC-to-escape): New functions.
6897 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
6898 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
6899
6900 2013-07-07 Eli Zaretskii <eliz@gnu.org>
6901
6902 * simple.el (default-font-height, window-screen-lines):
6903 New functions.
6904 (line-move, line-move-partial): Use them instead of
6905 frame-char-height and window-text-height. This makes scrolling
6906 text smoother when the buffer's default face uses a font that is
6907 different from the frame's default font.
6908
6909 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
6910
6911 * files.el (write-file): Do not display confirm dialog for NS,
6912 it does its own dialog, which can't be cancelled (Bug#14578).
6913
6914 2013-07-06 Eli Zaretskii <eliz@gnu.org>
6915
6916 * simple.el (line-move-partial): Adjust the row returned by
6917 posn-at-point for the current window-vscroll. (Bug#14567)
6918
6919 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
6920
6921 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
6922 (tramp-sh-file-inotifywait-process-filter): Handle file names with
6923 spaces.
6924
6925 2013-07-06 Martin Rudalics <rudalics@gmx.at>
6926
6927 * window.el (window-state-put-stale-windows): New variable.
6928 (window--state-put-2): Save list of windows without matching buffer.
6929 (window-state-put): Remove "bufferless" windows if possible.
6930
6931 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
6932
6933 * simple.el (alternatives-define): Remove leftover :group keyword.
6934 Tweak docstring.
6935
6936 2013-07-06 Leo Liu <sdl.web@gmail.com>
6937
6938 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
6939 (ido-enable-virtual-buffers): New variable.
6940 (ido-buffer-internal, ido-toggle-virtual-buffers)
6941 (ido-make-buffer-list): Use it.
6942 (ido-exhibit): Support turning on and off virtual buffers
6943 automatically.
6944
6945 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
6946
6947 * simple.el (alternatives-define): New macro.
6948
6949 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
6950
6951 * subr.el (read-quoted-char): Use read-key.
6952 (sit-for): Let read-event decode tty input (bug#14782).
6953
6954 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
6955
6956 * calendar/todo-mode.el: Add handling of file deletion, both by
6957 mode command and externally. Fix various related bugs.
6958 Clarify Commentary and improve some documentation strings and code.
6959 (todo-delete-file): New command.
6960 (todo-check-file): New function.
6961 (todo-show): Handle external deletion of the file we're trying to
6962 show (bug#14688). Replace called-interactively-p by an optional
6963 prefix argument to avoid problematic interaction with catch form
6964 when byte compiled (bug#14702).
6965 (todo-quit): Handle external deletion of the archive's todo file.
6966 Make sure the buffer that was visiting the archive file is still
6967 live before trying to bury it.
6968 (todo-category-completions): Handle external deletion of any
6969 category completion files.
6970 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
6971 of todo files, in case of external deletion.
6972 (todo-add-file): Replace unnecessary setq by let-binding.
6973 (todo-find-archive): Check whether there are any archives.
6974 Replace unnecessary setq by let-binding.
6975 (todo-archive-done-item): Use find-file-noselect to get the
6976 archive buffer whether or not the archive already exists.
6977 Remove superfluous code. Use file size instead of buffer-file-name to
6978 check if the archive is new; if it is, update list of archives.
6979 (todo-default-todo-file): Allow nil to be a valid value for when
6980 there are no todo files.
6981 (todo-reevaluate-default-file-defcustom): Use corrected definition
6982 of todo-default-todo-file.
6983 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
6984 (todo-delete-category, todo-show-categories-table)
6985 (todo-category-number): Clarify comment.
6986 (todo-filter-items): Clarify documentation string.
6987 (todo-show-current-file, todo-display-as-todo-file)
6988 (todo-reset-and-enable-done-separator): Tweak documentation string.
6989 (todo-done-separator): Make separator length window-width, since
6990 bug#2749 is now fixed.
6991
6992 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
6993
6994 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6995 Support both "gvfs-monitor-dir" and "inotifywait".
6996 (tramp-sh-file-inotifywait-process-filter): Rename from
6997 `tramp-sh-file-notify-process-filter'.
6998 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6999 (tramp-get-remote-gvfs-monitor-dir): New defuns.
7000
7001 2013-07-05 Leo Liu <sdl.web@gmail.com>
7002
7003 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
7004
7005 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7006
7007 * frame.el (display-pixel-height, display-pixel-width)
7008 (display-mm-height, display-mm-width): Mention behavior on
7009 multi-monitor setups in docstrings.
7010 (w32-display-monitor-attributes-list): Declare function.
7011 (display-monitor-attributes-list): Use it.
7012
7013 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
7014
7015 * filenotify.el: New package.
7016
7017 * autorevert.el (top): Require filenotify.el.
7018 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
7019 instead.
7020 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7021 (auto-revert-notify-handler): Use `file-notify-*' functions.
7022
7023 * subr.el (file-notify-handle-event): Move function to filenotify.el.
7024
7025 * net/tramp.el (tramp-file-name-for-operation):
7026 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
7027
7028 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
7029 for `file-notify-add-watch' and `file-notify-rm-watch'.
7030 (tramp-process-sentinel): Improve trace.
7031 (tramp-sh-handle-file-notify-add-watch)
7032 (tramp-sh-file-notify-process-filter)
7033 (tramp-sh-handle-file-notify-rm-watch)
7034 (tramp-get-remote-inotifywait): New defuns.
7035
7036 2013-07-03 Juri Linkov <juri@jurta.org>
7037
7038 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
7039 call of `occur-read-primary-args' to interactive spec.
7040
7041 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
7042 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
7043
7044 2013-07-03 Matthias Meulien <orontee@gmail.com>
7045
7046 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
7047 `Buffer-menu-multi-occur'. Add it to the menu.
7048 (Buffer-menu-mode): Document it in docstring.
7049 (Buffer-menu-multi-occur): New command. (Bug#14673)
7050
7051 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
7052
7053 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
7054 keywords and built-ins.
7055
7056 2013-07-03 Glenn Morris <rgm@gnu.org>
7057
7058 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
7059
7060 Make info-xref checks case-sensitive by default
7061 * info.el (Info-find-node, Info-find-in-tag-table)
7062 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
7063 Add option for exact case matching of nodes.
7064 * info-xref.el (info-xref): New custom group.
7065 (info-xref-case-fold): New option.
7066 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
7067
7068 2013-07-03 Leo Liu <sdl.web@gmail.com>
7069
7070 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
7071
7072 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
7073
7074 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
7075 middle of block statement initially, lower the depth. Remove
7076 FIXME comment, not longer valid. Remove middle of block statement
7077 detection, no need to do that anymore since we've been using
7078 `ruby-parse-region' here.
7079
7080 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
7081
7082 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
7083
7084 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7085
7086 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
7087
7088 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
7089
7090 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
7091 (desktop-restore-in-current-display): New customization option.
7092 (desktop--excluded-frame-parameters): Add `font'.
7093 (desktop--save-frames): Rename from desktop--save-windows.
7094 (desktop--restore-in-this-display-p): New function.
7095 (desktop--make-full-frame): Remove unwanted width/height from
7096 full(width|height) frames.
7097 (desktop--restore-frames): Rename from desktop--restore-windows.
7098 Obey desktop-restore-current-display. Do not delete old frames or
7099 select a new frame unless we were able to restore at least one frame.
7100
7101 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
7102
7103 * files.el (find-file-noselect): Simplify conditional expression.
7104
7105 * remember.el (remember-append-to-file):
7106 Don't mix `find-buffer-visiting' and `get-file-buffer'.
7107
7108 Add `remember-notes' function to store random notes across Emacs
7109 restarts.
7110 * remember.el (remember-data-file): Add :set callback to affect
7111 notes buffer (if any).
7112 (remember-notes): New command.
7113 (remember-notes-buffer-name, bury-remember-notes-on-kill):
7114 New defcustoms for the `remember-notes' function.
7115 (remember-notes-save-and-bury-buffer): New command.
7116 (remember-notes-mode-map): New variable.
7117 (remember-mode): New minor mode.
7118 (remember-notes--kill-buffer-query): New function.
7119 * startup.el (initial-buffer-choice): Add notes to custom type.
7120
7121 2013-06-30 Eli Zaretskii <eliz@gnu.org>
7122
7123 * bindings.el (right-char, left-char): Don't call sit-for, this is
7124 no longer needed. Use arithmetic comparison only for numerical
7125 arguments.
7126
7127 * international/mule-cmds.el (select-safe-coding-system):
7128 Handle the case of FROM being a string correctly. (Bug#14755)
7129
7130 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7131
7132 * net/shr.el (shr-make-table-1): Add a sanity check that allows
7133 progression on degenerate tables.
7134 (shr-rescale-image): ImageMagick animated images currently don't work.
7135
7136 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
7137
7138 Some fixes and improvements for desktop frame restoration.
7139 It is still experimental and disabled by default.
7140 * desktop.el (desktop--save-windows): Put the selected frame at
7141 the head of the list.
7142 (desktop--make-full-frame): New function.
7143 (desktop--restore-windows): Try to re-select the frame that was
7144 selected upon saving. Do not abort if some frames fail to restore,
7145 just show an error message and continue. Set up maximized frames
7146 so they have default non-maximized dimensions.
7147
7148 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
7149
7150 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7151 Don't start heredoc inside a string or comment.
7152
7153 2013-06-29 Eli Zaretskii <eliz@gnu.org>
7154
7155 * bindings.el (visual-order-cursor-movement): New defcustom.
7156 (right-char, left-char): Provide visual-order cursor motion by
7157 calling move-point-visually. Update the doc strings.
7158
7159 2013-06-28 Kenichi Handa <handa@gnu.org>
7160
7161 * international/mule.el (define-coding-system): New coding system
7162 properties :inhibit-null-byte-detection,
7163 :inhibit-iso-escape-detection, and :prefer-utf-8.
7164 (set-buffer-file-coding-system): If :charset-list property of
7165 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
7166 appropriate for setting.
7167
7168 * international/mule-cmds.el (select-safe-coding-system):
7169 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
7170 multibyte characters, return utf-8 (or one of its siblings).
7171
7172 * international/mule-conf.el (prefer-utf-8): New coding system.
7173 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
7174 files.
7175
7176 2013-06-28 Ivan Kanis <ivan@kanis.fr>
7177
7178 * net/shr.el (shr-render-region): New function.
7179
7180 * net/eww.el: Autoload `eww-browse-url'.
7181
7182 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
7183
7184 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7185 Adapt to `package-desc-version' being a list.
7186 Use `package--ac-desc-version' to retrieve version from a package
7187 archive element.
7188
7189 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
7190
7191 New experimental feature to save&restore window and frame setup.
7192 * desktop.el (desktop-save-windows): New defcustom.
7193 (desktop--saved-states): New var.
7194 (desktop--excluded-frame-parameters): New defconst.
7195 (desktop--filter-frame-parms, desktop--find-frame-in-display)
7196 (desktop--restore-windows, desktop--save-windows): New functions.
7197 (desktop-save): Call `desktop--save-windows'.
7198 (desktop-read): Call `desktop--restore-windows'.
7199
7200 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7201
7202 * net/shr.el (add-face-text-property): Remove compat definition.
7203
7204 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
7205
7206 * info.el (Info-try-follow-nearest-node): Move search for footnote
7207 above search for node name to prevent missing a footnote (bug#14717).
7208
7209 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
7210
7211 * obsolete/otodo-mode.el: Add obsolescence info to file header.
7212
7213 2013-06-27 Leo Liu <sdl.web@gmail.com>
7214
7215 * net/eww.el (eww-read-bookmarks): Check file size.
7216
7217 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7218
7219 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
7220 advice--pending if newdef is nil or an autoload (bug#13820).
7221 (advice-mapc): New function.
7222
7223 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7224
7225 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
7226 probably.
7227 (eww-mode-map): Add a menu bar.
7228 (eww-add-bookmark): New command.
7229 (eww-bookmark-mode): New mode and commands.
7230 (eww-add-bookmark): Remove newlines from the title.
7231 (eww-bookmark-browse): Don't bug out if it's the only window.
7232
7233 2013-06-26 Glenn Morris <rgm@gnu.org>
7234
7235 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
7236 (hfy-size): Handle ttys. (Bug#14668)
7237
7238 * info-xref.el: Update for Texinfo 5 change in *note format.
7239 (info-xref-node-re, info-xref-note-re): New constants.
7240 (info-xref-check-buffer): Use info-xref-note-re.
7241
7242 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7243
7244 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
7245
7246 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
7247 nil terminate the loop (bug#14718).
7248
7249 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7250
7251 * net/eww.el: Rework history traversal. When going forward/back,
7252 put these actions into the history, too, so that they can be
7253 replayed.
7254 (eww-render): Move the history reset to the correct buffer.
7255
7256 2013-06-25 Juri Linkov <juri@jurta.org>
7257
7258 * files-x.el (modify-dir-local-variable): Change the header comment
7259 in the file with directory local variables. (Bug#14692)
7260
7261 * files-x.el (read-file-local-variable-value): Add `default'.
7262 (Bug#14710)
7263
7264 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7265
7266 * net/eww.el (eww-make-unique-file-name): Create a unique file
7267 name before saving to entering `y' accidentally asynchronously.
7268
7269 2013-06-25 Ivan Kanis <ivan@kanis.fr>
7270
7271 * net/eww.el (eww-download): New command and keystroke.
7272
7273 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7274
7275 * net/eww.el (eww-copy-page-url): Change name of command.
7276
7277 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
7278 be more consistent with Info and dired.
7279
7280 * net/eww.el (eww-mode-map): Ditto.
7281
7282 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7283
7284 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
7285 packages from archives.
7286 (package-archive-contents): Change format; include obsolete packages.
7287 (package-desc): Use `dir' to mark builtin packages.
7288 (package--from-builtin): Set the `dir' field to `builtin'.
7289 (generated-autoload-file, version-control): Declare.
7290 (package-compute-transaction): Change first arg and return value to be
7291 lists of package-descs. Adjust to new package-archive-contents format.
7292 (package--add-to-archive-contents): Adjust to new
7293 package-archive-contents format.
7294 (package-download-transaction): Arg is now a list of package-descs.
7295 (package-install): If `pkg' is a package name, pass it as
7296 a requirement, so it is subject to the usual (e.g. disabled) checks.
7297 (describe-package): Accept package-desc as well.
7298 (describe-package-1): Describe a specific package-desc. Add links to
7299 other package-descs for the same package name.
7300 (package-menu-describe-package): Pass the actual package-desc.
7301 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
7302 works correctly.
7303 (package-desc-status): New function.
7304 (package-menu--refresh): New function, extracted
7305 from package-menu--generate.
7306 (package-menu--generate): Use it.
7307 (package-delete): Update package-alist.
7308 (package-menu-execute): Don't call package-initialize.
7309
7310 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
7311 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
7312 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
7313 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
7314 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
7315 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
7316
7317 2013-06-25 Martin Rudalics <rudalics@gmx.at>
7318
7319 * window.el (window--state-get-1): Workaround for bug#14527.
7320 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
7321
7322 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7323
7324 * net/eww.el (eww-back-url): Implement the history by stashing all
7325 the data into a list.
7326 (eww-forward-url): Allow going forward in the history, too.
7327
7328 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7329
7330 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
7331 for values and use read--expression for expressions (bug#14710).
7332 (read-file-local-variable): Avoid setq.
7333 (read-file-local-variable-mode): Use minor-mode-list.
7334
7335 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7336
7337 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
7338 for DOI URLs.
7339
7340 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7341
7342 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
7343 Update imenu-support when dialect changes.
7344
7345 2013-06-25 Leo Liu <sdl.web@gmail.com>
7346
7347 * ido.el (ido-read-internal): Allow forward slash on windows.
7348
7349 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7350
7351 * net/eww.el (eww): Start of strings is \\`, not ^.
7352
7353 2013-06-24 Ivan Kanis <ivan@kanis.fr>
7354
7355 * net/shr.el (shr-browse-url): Fix interactive spec.
7356
7357 * net/eww.el (eww): Add a trailing slash to domain names.
7358
7359 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
7360
7361 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
7362
7363 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7364
7365 * net/shr.el (shr-browse-url): Use an external browser if given a
7366 prefix.
7367
7368 * net/eww.el (eww-external-browser): Move to shr.
7369
7370 2013-06-24 Ivan Kanis <ivan@kanis.fr>
7371
7372 * net/eww.el (eww): Work more correctly for file: URLs.
7373 (eww-detect-charset): Allow quoted charsets.
7374 (eww-yank-page-url): New command and keystroke.
7375
7376 2013-06-24 Daiki Ueno <ueno@gnu.org>
7377
7378 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
7379 file name of gpg executable.
7380 (epg-context-program): New function.
7381 (epg-context-home-directory): New function.
7382 (epg-context-set-program): New function.
7383 (epg-context-set-home-directory): New function.
7384 (epg--start): Use `epg-context-program' instead of
7385 'epg-gpg-program'.
7386 (epg--list-keys-1): Likewise.
7387
7388 2013-06-24 Leo Liu <sdl.web@gmail.com>
7389
7390 * ido.el (ido-read-internal): Fix bug#14620.
7391
7392 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
7393
7394 * faces.el (face-documentation): Simplify.
7395 (read-face-attribute, tty-find-type, x-resolve-font-name):
7396 Use `string-match-p'.
7397 (list-faces-display): Use `string-match-p'. Simplify.
7398 (face-spec-recalc): Check face to avoid face alias loops.
7399 (read-color): Use `string-match-p' and non-capturing parenthesis.
7400
7401 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7402
7403 * net/shr.el (shr-rescale-image): Use the new
7404 :max-width/:max-height functionality.
7405
7406 2013-06-23 Ivan Kanis <ivan@kanis.fr>
7407
7408 * net/eww.el (eww-search-prefix): New variable.
7409 (eww): Use it.
7410 (eww-external-browser): New variable.
7411 (eww-mode-map): New keystroke.
7412 (eww-browse-with-external-browser): New command.
7413
7414 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
7415
7416 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
7417
7418 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7419 Don't skip aligning the next header field when padding is 0;
7420 otherwise, field width is not respected unless the title is as
7421 wide as the field.
7422
7423 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7424
7425 * emacs-lisp/package.el (package-el-version): Remove.
7426 (package-process-define-package): Fix inf-loop.
7427 (package-install): Allow symbols as arguments again.
7428
7429 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
7430
7431 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
7432 add some more keyword-like methods.
7433 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
7434
7435 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
7436
7437 * bs.el (bs-buffer-show-mark): Make defvar-local.
7438 (bs-mode): Use setq-local.
7439
7440 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
7441 (emacs-lock--try-unlocking): Make defvar-local.
7442
7443 2013-06-22 Glenn Morris <rgm@gnu.org>
7444
7445 * play/cookie1.el (cookie-apropos): Minor simplification.
7446
7447 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
7448
7449 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
7450
7451 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
7452 `regexp-opt', it breaks the build during dumping.
7453
7454 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
7455
7456 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7457 Highlight keyword-like methods on Kernel and Module with
7458 font-lock-builtin-face.
7459 (auto-mode-alist): Consolidate different entries into one regexp
7460 and add more *file-s.
7461
7462 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
7463
7464 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
7465
7466 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
7467 (diary-entry): Use it in the action of this button type instead of
7468 diary-goto-entry.
7469
7470 * calendar/todo-mode.el: New version.
7471 (todo-add-category): Append new category to end of file and give
7472 it the highest number, instead of putting it at the beginning and
7473 giving it 0. Incorporate noninteractive functionality.
7474 (todo-forward-category): Adapt to 1-based category numbering.
7475 Allow skipping over archived categories.
7476 (todo-backward-category): Derive from todo-forward-category.
7477 (todo-backward-item, todo-forward-item): Make noninteractive and
7478 delegate interactive part to new commands. Make sensitive to done items.
7479 (todo-categories): Make value an alist of category names and
7480 vectors of item counts.
7481 (todo-category-beg): Make a defconst.
7482 (todo-category-number): Use 1 instead of 0 as initial value.
7483 (todo-category-select): Make sensitive to overlays, optional item
7484 highlighting and done items.
7485 (todo-delete-item): Make sensitive to overlays and marked and done items.
7486 (todo-edit-item): Make sensitive to overlays and editing of
7487 date/time header optional. Add format checks.
7488 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
7489 no-op if point is not on an item. Advertise using todo-edit-quit.
7490 (todo-edit-mode): Make sensitive to new format, font-locking, and
7491 multiple todo files.
7492 (todo-insert-item, todo-insert-item-here): Derive from
7493 todo-basic-insert-item and extend functionality.
7494 (todo-item-end, todo-item-start): Make sensitive to done items.
7495 (todo-item-string): Don't return text properties. Restore point.
7496 (todo-jump-to-category): Make sensitive to multiple todo files and
7497 todo archives. Use extended category completion.
7498 (todo-lower-item, todo-raise-item): Rename to *-priority and
7499 derive from todo-set-item-priority.
7500 (todo-mode): Derive from special-mode. Make sensitive to new
7501 format, font-locking and multiple todo files. Make read-only.
7502 (todo-mode-map): Don't suppress digit keys, so they can supply
7503 prefix arguments. Add many new key bindings.
7504 (todo-prefix): Insert as an overlay instead of file text.
7505 Change semantics from diary date expression to purely visual mark.
7506 (todo-print): Rename to todo-print-buffer. Make buffer display
7507 features printable. Remove option to restrict number of items
7508 printed. Add option to print to file.
7509 (todo-print-function): Rename to todo-print-buffer-function.
7510 (todo-quit): Extend to handle exiting new todo modes.
7511 (todo-remove-item): Make sensitive to overlays.
7512 (todo-save): Extend to buffers of filtered items.
7513 (todo-show): Make sensitive to done items, multiple todo files and
7514 new todo modes. Offer to convert legacy todo file before creating
7515 first new todo file.
7516 (todo-show-priorities): Rename to todo-top-priorities.
7517 Change semantics of value 0.
7518 (todo-top-priorities): Rename to todo-filter-top-priorities,
7519 derive from todo-filter-items and extend functionality.
7520 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
7521 and extend functionality to other types of filtered items.
7522 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
7523 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
7524 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
7525 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
7526 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
7527 (todo-edit-mode-hook, todo-entry-prefix-function)
7528 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
7529 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
7530 (todo-initials, todo-insert-threshold, todo-item-string-start)
7531 (todo-line-string, todo-menu, todo-mode-hook)
7532 (todo-more-important-p, todo-previous-answer, todo-previous-line)
7533 (todo-print-priorities, todo-remove-separator)
7534 (todo-save-top-priorities-too, todo-string-count-lines)
7535 (todo-string-multiline-p, todo-time-string-format)
7536 (todo-tmp-buffer-name): Remove.
7537 (todo-add-file, todo-archive-done-item, todo-choose-archive)
7538 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
7539 (todo-edit-category-diary-inclusion)
7540 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
7541 (todo-edit-file, todo-edit-item-date-day)
7542 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
7543 (todo-edit-item-date-month, todo-edit-item-date-to-today)
7544 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
7545 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
7546 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
7547 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
7548 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
7549 (todo-filter-top-priorities-multifile, todo-find-archive)
7550 (todo-find-filtered-items-file, todo-go-to-source-item)
7551 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
7552 (todo-jump-to-archive-category, todo-lower-category)
7553 (todo-mark-category, todo-marked-item-p, todo-merge-category)
7554 (todo-move-category, todo-move-item, todo-next-button)
7555 (todo-next-item, todo-padded-string, todo-powerset)
7556 (todo-previous-button, todo-previous-item)
7557 (todo-print-buffer-to-file, todo-raise-category)
7558 (todo-rename-category, todo-repair-categories-sexp, todo-search)
7559 (todo-set-category-number, todo-set-item-priority)
7560 (todo-set-top-priorities-in-category)
7561 (todo-set-top-priorities-in-file, todo-show-categories-table)
7562 (todo-sort-categories-alphabetically-or-numerically)
7563 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
7564 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
7565 (todo-toggle-item-header, todo-toggle-item-highlighting)
7566 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
7567 (todo-toggle-view-done-items, todo-toggle-view-done-only)
7568 (todo-unarchive-items, todo-unmark-category): New commands.
7569 (todo-absolute-file-name, todo-add-to-buffer-list)
7570 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
7571 (todo-basic-insert-item, todo-category-completions)
7572 (todo-category-number, todo-category-string-matcher-1)
7573 (todo-category-string-matcher-2, todo-check-filtered-items-file)
7574 (todo-check-format, todo-clear-matches)
7575 (todo-comment-string-matcher, todo-convert-legacy-date-time)
7576 (todo-current-category, todo-date-string-matcher)
7577 (todo-define-insertion-command, todo-diary-expired-matcher)
7578 (todo-diary-goto-entry, todo-diary-item-p)
7579 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
7580 (todo-display-categories, todo-display-sorted, todo-done-item-p)
7581 (todo-done-item-section-p, todo-done-separator)
7582 (todo-done-string-matcher, todo-files, todo-filter-items)
7583 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
7584 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
7585 (todo-insert-category-line, todo-insert-item-from-calendar)
7586 (todo-insert-sort-button, todo-insert-with-overlays)
7587 (todo-insertion-command-name, todo-insertion-key-bindings)
7588 (todo-label-to-key, todo-longest-category-name-length)
7589 (todo-make-categories-list, todo-mode-external-set)
7590 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
7591 (todo-modes-set-3, todo-multiple-filter-files)
7592 (todo-nondiary-marker-matcher, todo-prefix-overlays)
7593 (todo-read-category, todo-read-date, todo-read-dayname)
7594 (todo-read-file-name, todo-read-time)
7595 (todo-reevaluate-category-completions-files-defcustom)
7596 (todo-reevaluate-default-file-defcustom)
7597 (todo-reevaluate-filelist-defcustoms)
7598 (todo-reevaluate-filter-files-defcustom)
7599 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
7600 (todo-reset-done-separator, todo-reset-done-separator-string)
7601 (todo-reset-done-string, todo-reset-global-current-todo-file)
7602 (todo-reset-highlight-item, todo-reset-nondiary-marker)
7603 (todo-reset-prefix, todo-set-categories)
7604 (todo-set-date-from-calendar, todo-set-show-current-file)
7605 (todo-set-top-priorities, todo-short-file-name)
7606 (todo-show-current-file, todo-sort, todo-time-string-matcher)
7607 (todo-total-item-counts, todo-update-buffer-list)
7608 (todo-update-categories-display, todo-update-categories-sexp)
7609 (todo-update-count, todo-validate-name, todo-y-or-n-p):
7610 New functions.
7611 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
7612 New major modes.
7613 (todo-categories, todo-display, todo-edit, todo-faces)
7614 (todo-filtered): New defgroups.
7615 (todo-archived-only, todo-button, todo-category-string, todo-date)
7616 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
7617 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
7618 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
7619 (todo-add-item-if-new-category, todo-always-add-time-string)
7620 (todo-categories-align, todo-categories-archived-label)
7621 (todo-categories-category-label, todo-categories-diary-label)
7622 (todo-categories-done-label, todo-categories-number-separator)
7623 (todo-categories-todo-label, todo-categories-totals-label)
7624 (todo-category-completions-files, todo-completion-ignore-case)
7625 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
7626 (todo-done-separator-string, todo-done-string)
7627 (todo-files-function, todo-filter-done-items, todo-filter-files)
7628 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
7629 (todo-initial-category, todo-initial-file, todo-item-mark)
7630 (todo-legacy-date-time-regexp, todo-mode-line-function)
7631 (todo-nondiary-marker, todo-number-prefix)
7632 (todo-print-buffer-function, todo-show-current-file)
7633 (todo-show-done-only, todo-show-first, todo-show-with-done)
7634 (todo-skip-archived-categories, todo-top-priorities-overrides)
7635 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
7636 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
7637 New defcustoms.
7638 (todo-category-done, todo-date-pattern, todo-date-string-start)
7639 (todo-diary-items-buffer, todo-done-string-start)
7640 (todo-filtered-items-buffer, todo-item-start)
7641 (todo-month-abbrev-array, todo-month-name-array)
7642 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
7643 (todo-top-priorities-buffer): New defconsts.
7644 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
7645 (todo-categories-with-marks, todo-category-string-face)
7646 (todo-comment-face, todo-comment-string, todo-current-todo-file)
7647 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
7648 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
7649 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
7650 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
7651 (todo-font-lock-keywords, todo-global-current-todo-file)
7652 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
7653 (todo-insertion-commands-args)
7654 (todo-insertion-commands-args-genlist)
7655 (todo-insertion-commands-names, todo-insertion-map)
7656 (todo-key-bindings-t, todo-key-bindings-t+a)
7657 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
7658 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
7659 (todo-nondiary-face, todo-print-buffer, todo-time-face)
7660 (todo-visited): New variables.
7661
7662 2013-06-21 Glenn Morris <rgm@gnu.org>
7663
7664 * play/cookie1.el (cookie-apropos): Add optional display argument.
7665 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
7666 (psychoanalyze-pinhead): Use cookie-doctor.
7667
7668 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
7669
7670 * emacs-lisp/package.el (tar-get-file-descriptor)
7671 (tar--extract): Declare.
7672
7673 2013-06-21 Eduard Wiebe <usenet@pusto.de>
7674
7675 Extend flymake's warning predicate to be a function (bug#14217).
7676 * progmodes/flymake.el (flymake-warning-predicate): New.
7677 (flymake-parse-line): Use it.
7678 (flymake-warning-re): Make obsolete alias to
7679 `flymake-warning-predicate'.
7680
7681 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7682
7683 * emacs-lisp/package.el (package-alist): Include obsolete packages.
7684 (package-obsolete-list): Remove.
7685 (package-activate): Remove min-version argument. Add `force' argument.
7686 Adjust to new package-alist format.
7687 (package-mark-obsolete): Remove.
7688 (package-unpack): Force reload of the package's autoloads.
7689 (package-installed-p): Check builtins if the installed package is not
7690 recent enough.
7691 (package-initialize): Don't reset package-obsolete-list.
7692 Don't specify which package version to activate.
7693 (package-process-define-package, describe-package-1)
7694 (package-menu--generate): Adjust to new package-alist format.
7695
7696 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
7697
7698 * allout-widgets.el (allout-widgets-mode-off)
7699 (allout-widgets-mode-on, allout-widgets-pre-command-business)
7700 (allout-widgets-post-command-business)
7701 (allout-widgets-after-copy-or-kill-function)
7702 (allout-widgets-after-undo-function, allout-test-range-overlaps)
7703 (allout-decorate-item-and-context)
7704 (allout-graphics-modification-handler): Fix typos in docstrings.
7705 (allout-get-or-create-parent-widget): Use `looking-at-p'.
7706
7707 * cmuscheme.el (scheme-start-file): Doc fix.
7708 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
7709 (scheme-input-filter): Use `string-match-p'.
7710
7711 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
7712
7713 * dired-x.el: Use Dired consistently in docstrings.
7714
7715 * dired.el: Use Dired consistently in docstrings.
7716 (dired-readin, dired-mode): Use `setq-local'.
7717 (dired-switches-alist): Make defvar-local.
7718 (dired-buffers-for-dir): Use `zerop'.
7719 (dired-safe-switches-p, dired-switches-escape-p)
7720 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
7721 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
7722 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
7723 (dired-goto-next-nontrivial-file): Use `string-match-p'.
7724 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
7725 (dired-toggle-marks, dired-mark-files-containing-regexp)
7726 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
7727 (dired-flag-auto-save-files, dired-flag-backup-files):
7728 Use `looking-at-p'.
7729 (dired-mark-files-regexp, dired-build-subdir-alist):
7730 Use `string-match-p', `looking-at-p'.
7731
7732 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
7733 (direct-print-region-helper): Use `string-match-p'.
7734
7735 2013-06-21 Leo Liu <sdl.web@gmail.com>
7736
7737 * comint.el (comint-redirect-results-list-from-process):
7738 Fix infinite loop.
7739
7740 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7741
7742 * net/eww.el (eww-update-header-line-format): Quote % characters.
7743
7744 2013-06-21 Glenn Morris <rgm@gnu.org>
7745
7746 * play/cookie1.el (cookie): New custom group.
7747 (cookie-file): New option.
7748 (cookie-check-file): New function.
7749 (cookie): Make it interactive. Make start and end messages optional.
7750 Interactively, display the result. Default to cookie-file.
7751 (cookie-insert): Default to cookie-file.
7752 (cookie-snarf): Make start and end messages optional.
7753 Default to cookie-file. Use with-temp-buffer.
7754 (cookie-read): Rename from read-cookie.
7755 Make start and end messages optional. Default to cookie-file.
7756 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7757 Do not autoload it.
7758 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
7759 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
7760
7761 2013-06-21 Leo Liu <sdl.web@gmail.com>
7762
7763 * progmodes/octave.el (octave-mode): Backward compatibility fix.
7764
7765 2013-06-21 Glenn Morris <rgm@gnu.org>
7766
7767 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
7768
7769 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7770 Daniel Hackney <dan@haxney.org>
7771
7772 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
7773 Consolidate the single-file vs tarball code.
7774 (package-desc-suffix): New function.
7775 (package-desc-full-name): Don't bother inlining it.
7776 (package-load-descriptor): Return the new package-desc.
7777 (package-mark-obsolete): Remove unused arg `package'.
7778 (package-unpack): Make it work for single files as well.
7779 Make it update package-alist.
7780 (package--make-autoloads-and-stuff): Rename from
7781 package--make-autoloads-and-compile. Don't compile any more.
7782 (package--compile): New function.
7783 (package-generate-description-file): New function, extracted from
7784 package-unpack-single.
7785 (package-unpack-single): Remove.
7786 (package--with-work-buffer): Add indentation and debugging info.
7787 (package-download-single): Remove.
7788 (package-install-from-archive): Rename from package-download-tar, make
7789 it take a pkg-desc, and make it work for single files as well.
7790 (package-download-transaction): Simplify.
7791 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
7792 external tar program.
7793 (package-install-from-buffer): Remove `pkg-desc' argument.
7794 Use package-tar-file-info for tar-mode buffers.
7795 (package-install-file): Simplify accordingly.
7796 (package-archive-base): Change to take a pkg-desc.
7797 * tar-mode.el (tar--check-descriptor): New function, extracted from
7798 tar-get-descriptor.
7799 (tar-get-descriptor): Use it.
7800 (tar-get-file-descriptor): New function.
7801 (tar--extract): New function, extracted from tar-extract.
7802 (tar--extract): Use it.
7803 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
7804 case the summary uses non-ascii. Adjust to new calling convention of
7805 package-tar-file-info.
7806
7807 2013-06-21 Leo Liu <sdl.web@gmail.com>
7808
7809 * comint.el (comint-redirect-results-list-from-process):
7810 Fix random delay. (Bug#14681)
7811
7812 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
7813
7814 * profiler.el (profiler-format-number): Use log, not log10.
7815
7816 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
7817
7818 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
7819
7820 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7821
7822 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
7823 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
7824 yet available.
7825 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
7826 (AUTOGENEL): ... here.
7827 * emacs-lisp/cl-macs.el (cl--sublis): New function.
7828 (cl--defsubst-expand): Use it.
7829
7830 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
7831
7832 * subr.el (log10): Move here from C code, and declare as obsolete.
7833 All uses of (log10 X) replaced with (log X 10).
7834
7835 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
7836
7837 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
7838 Declare with `defvar-local'.
7839 (tabulated-list-use-header-line, tabulated-list-entries)
7840 (tabulated-list-padding, tabulated-list-printer)
7841 (tabulated-list-sort-key): Declare with `defvar-local'.
7842 (tabulated-list-init-header, tabulated-list-print-fake-header):
7843 Use `setq-local'.
7844
7845 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
7846
7847 * arc-mode.el (archive-mode): Add `archive-write-file' to
7848 `write-contents-functions' also for remote files. (Bug#14652)
7849
7850 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
7851
7852 * cus-edit.el (custom-commands): Fix typos.
7853 (custom-display): Fix tooltip text.
7854 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
7855 Fix typos in docstrings.
7856 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
7857 (custom-unlispify-menu-entry, custom-magic-value-create)
7858 (custom-add-see-also, custom-group-value-create): Use ?\s.
7859 (custom-guess-type, customize-apropos, editable-field)
7860 (custom-face-value-create): Use `string-match-p'.
7861 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
7862
7863 * custom.el (custom-load-symbol): Use `string-match-p'.
7864
7865 * ansi-color.el: Convert to lexical binding.
7866 (ansi-colors): Fix URL.
7867 (ansi-color-context, ansi-color-context-region): Use defvar-local.
7868 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
7869 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
7870
7871 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7872
7873 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
7874
7875 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
7876
7877 2013-06-19 Tom Tromey <tromey@redhat.com>
7878
7879 * net/eww.el (eww-top-url): Remove.
7880 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
7881 (eww-render): Set new variables. Don't set eww-top-url.
7882 (eww-handle-link): Handle "prev", "home", and "contents".
7883 Downcase the rel text.
7884 (eww-top-url): Choose best top URL.
7885
7886 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7887
7888 * net/eww.el: Rewrite to implement form elements "by hand" instead of
7889 relying in widget.el. Using widget.el leads to too many
7890 user interface inconsistencies.
7891 (eww-self-insert): Implement entering commands in text fields.
7892 (eww-process-text-input): New function to make text input field editing
7893 work.
7894 (eww-submit): Rewrite to use the new-style form methods.
7895 (eww-select-display): Display the correct selected item.
7896 (eww-change-select): Implement changing the select value.
7897 (eww-toggle-checkbox): Implement radio/checkboxes.
7898 (eww-update-field): Fix compilation error.
7899 (eww-tag-textarea): Implement <textarea>.
7900
7901 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
7902 we don't shadow mode-specific bindings.
7903
7904 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
7905 nothing to push.
7906
7907 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
7908
7909 2013-06-19 Glenn Morris <rgm@gnu.org>
7910
7911 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
7912
7913 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
7914
7915 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
7916 not needed.
7917
7918 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
7919
7920 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7921
7922 * net/browse-url.el (browse-url-browser-function):
7923 `eww-browse-url' has the right calling signature, `eww' does not.
7924
7925 2013-06-19 Glenn Morris <rgm@gnu.org>
7926
7927 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7928 Only eval autoloaded macros.
7929 (byte-compile-autoload): Only give the macro warning for macros.
7930
7931 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
7932 (ps-underlined-faces): Declare.
7933
7934 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
7935 (speedbar-add-supported-extension): Declare.
7936
7937 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
7938 Don't include a date stamp in the header of the generated file;
7939 it leads to needless differences between output files.
7940
7941 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
7942
7943 * net/secrets.el (secrets-struct-secret-content-type):
7944 Replace check of introspection data by a test call of "CreateItem".
7945 Some servers do not offer introspection.
7946
7947 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
7948
7949 * electric.el (electric-pair-mode): Improve interaction with
7950 electric-layout-mode.
7951 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
7952 (electric-pair-syntax): Use text-mode-syntax-table in comments
7953 and strings.
7954 (electric-pair--insert): New function.
7955 (electric-pair-post-self-insert-function): Use it and
7956 electric--after-char-pos.
7957
7958 2013-06-19 Leo Liu <sdl.web@gmail.com>
7959
7960 * progmodes/octave.el (octave-help): Fix regexp.
7961
7962 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7963
7964 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
7965 (shr-table-horizontal-line): Allow nil as a value, and change the
7966 default.
7967 (shr-insert-table-ruler): Respect the nil value.
7968
7969 2013-06-18 Tom Tromey <tromey@barimba>
7970
7971 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
7972 New defvars.
7973 (eww-open-file): New defun.
7974 (eww-render): Initialize new variables.
7975 (eww-display-html): Handle "link" and "a".
7976 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
7977 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
7978 (eww-back-url): Rename from eww-previous-url.
7979 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
7980 New defuns.
7981
7982 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
7983
7984 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
7985 Distinguish ternary operator tokens from slash symbol and slash
7986 char literal.
7987
7988 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
7989
7990 Convert symbol prettification into minor mode and global minor mode.
7991
7992 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
7993 `prog-prettify-symbols', and make a local defvar instead of defcustom.
7994 (prettify-symbols--keywords): Rename from
7995 `prog-prettify-symbols-alist' and make a local defvar.
7996 (prettify-symbols--compose-symbol): Rename from
7997 `prog--prettify-font-lock-compose-symbol'.
7998 (prettify-symbols--make-keywords): Rename from
7999 `prog-prettify-font-lock-symbols-keywords' and simplify.
8000 (prog-prettify-install): Remove.
8001 (prettify-symbols-mode): New minor mode, based on
8002 `prog-prettify-install'.
8003 (turn-on-prettify-symbols-mode): New function.
8004 (global-prettify-symbols-mode): New globalized minor mode.
8005
8006 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8007 * progmodes/cfengine.el (cfengine3-mode):
8008 * progmodes/perl-mode.el (perl-mode): Don't call
8009 `prog-prettify-install'; set `prettify-symbols-alist' instead.
8010
8011 2013-06-18 Juri Linkov <juri@jurta.org>
8012
8013 * files-x.el (modify-file-local-variable-message): New function.
8014 (modify-file-local-variable)
8015 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
8016 and call `modify-file-local-variable-message' when it's non-nil.
8017 (add-file-local-variable, delete-file-local-variable)
8018 (add-file-local-variable-prop-line)
8019 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
8020 and use it. (Bug#9820)
8021
8022 2013-06-18 Juri Linkov <juri@jurta.org>
8023
8024 * emulation/vi.el (vi-shell-op):
8025 * emulation/vip.el (vip-execute-com, ex-command):
8026 * emulation/viper-cmd.el (viper-exec-bang):
8027 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
8028 the call of `shell-command-on-region'. (Bug#14637)
8029
8030 * simple.el (shell-command-on-region): Doc fix.
8031
8032 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8033
8034 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
8035 (bug#14633).
8036
8037 2013-06-18 Glenn Morris <rgm@gnu.org>
8038
8039 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
8040
8041 * newcomment.el (comment-search-forward, comment-search-backward):
8042 Doc fix. (Bug#14376)
8043
8044 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
8045
8046 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
8047 (buffer-face-mode-invoke): Doc fix.
8048
8049 2013-06-18 Matthias Meulien <orontee@gmail.com>
8050
8051 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
8052 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
8053
8054 2013-06-18 Glenn Morris <rgm@gnu.org>
8055
8056 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
8057 Replace obsolete function generic-make-keywords with its expansion.
8058
8059 * progmodes/python.el (ffap-alist): Declare.
8060
8061 * textmodes/reftex.el (bibtex-mode-map): Declare.
8062
8063 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8064
8065 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
8066 (package-unpack, package-unpack-single): Return the pkg-dir.
8067 (package-download-transaction): Use it to update package-alist.
8068
8069 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8070
8071 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
8072 possible choice.
8073
8074 2013-06-17 Juri Linkov <juri@jurta.org>
8075
8076 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
8077
8078 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
8079
8080 * emacs-lisp/package.el (package-load-descriptor):
8081 Remove `with-syntax-table' call, `read' doesn't need it.
8082 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
8083
8084 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
8085
8086 * startup.el (command-line): Expand package name returned by
8087 `package--description-file' (bug#14639).
8088
8089 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
8090
8091 * emacs-lisp/package.el (package-load-descriptor): Do not call
8092 `emacs-lisp-mode', just use its syntax table.
8093
8094 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
8095
8096 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
8097 `font-lock-extra-managed-props' if any prettifying keyword is added.
8098 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
8099 (prog-mode): Use `setq-local'.
8100
8101 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8102
8103 * international/characters.el (standard-case-table): Set syntax of ?»
8104 and ?« to punctuation.
8105
8106 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
8107
8108 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
8109 Save relevant match data before calling `syntax-ppss' (bug#14595).
8110
8111 2013-06-15 Juri Linkov <juri@jurta.org>
8112
8113 * files-x.el (modify-file-local-variable-prop-line): Add local
8114 variables to the end of the existing comment on the first line.
8115 Use `file-auto-mode-skip' to skip interpreter magic line,
8116 and also skip XML declaration.
8117
8118 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8119
8120 * startup.el (package--builtin-versions): New var.
8121 (package-subdirectory-regexp): Remove.
8122 (package--description-file): Hard code its value instead.
8123
8124 * emacs-lisp/package.el: Don't activate packages older than builtin.
8125 (package-obsolete-list): Rename from package-obsolete-alist, and make
8126 it into a simple list of package-desc.
8127 (package-strip-version): Remove.
8128 (package-built-in-p): Use package--builtin-versions.
8129 (package-mark-obsolete): Simplify.
8130 (package-process-define-package): Mark it obsolete if older than the
8131 builtin version.
8132 (package-handle-response): Use line-end-position.
8133 (package-read-archive-contents, package--download-one-archive):
8134 Simplify.
8135 (package--add-to-archive-contents): Skip if older than the builtin or
8136 installed version.
8137 (package-menu-describe-package): Fix last change.
8138 (package-list-unversioned): New var.
8139 (package-menu--generate): Use it.
8140
8141 * emacs-lisp/autoload.el: Manage package--builtin-versions.
8142 (autoload--insert-text, autoload--insert-cookie-text): New functions.
8143 (autoload-builtin-package-versions): New variable.
8144 (autoload-generate-file-autoloads): Use them.
8145 Remove the list of autoloaded functions/macros from the
8146 (autoload...) comments.
8147
8148 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
8149
8150 2013-06-15 Eli Zaretskii <eliz@gnu.org>
8151
8152 * simple.el (line-move-partial): Don't jump to the next screen
8153 line as soon as it becomes visible. Instead, continue enlarging
8154 the vscroll until the portion of a tall screen line that's left on
8155 display is about the height of the frame's default font.
8156 (Bug#14567)
8157
8158 2013-06-15 Glenn Morris <rgm@gnu.org>
8159
8160 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
8161 compilation-error-regexp-alist void, or local while let-bound.
8162
8163 * progmodes/make-mode.el (makefile-mode-syntax-table):
8164 Treat "=" as punctuation. (Bug#14614)
8165
8166 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
8167
8168 * help-fns.el (describe-variable):
8169 Add extra line for permanent-local variables.
8170
8171 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
8172
8173 * progmodes/scheme.el (scheme-font-lock-keywords-2):
8174 Add export, import, library. (Bug#9164)
8175 (library): Set indent function.
8176
8177 2013-06-14 Glenn Morris <rgm@gnu.org>
8178
8179 * term/xterm.el (xterm--query):
8180 Stop after first matching handler. (Bug#14615)
8181
8182 2013-06-14 Ivan Kanis <ivan@kanis.fr>
8183
8184 Add support for dired in saveplace.
8185 * dired.el (dired-initial-position-hook): New variable.
8186 (dired-initial-position): Call hook to place cursor position.
8187 * saveplace.el (save-place-to-alist): Add dired position.
8188 (save-place-dired-hook): New function.
8189
8190 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8191
8192 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
8193 through a symbol rather than letrec.
8194
8195 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
8196 (package-desc): Add `dir' field.
8197 (package-desc-full-name): New function.
8198 (package-load-descriptor): Combine the two arguments. Don't use `load'.
8199 (package-maybe-load-descriptor): Remove.
8200 (package-load-all-descriptors): Just call package-load-descriptor.
8201 (package--disabled-p): New function.
8202 (package-desc-vers, package-desc-doc): Remove aliases.
8203 (package--dir): Remove function.
8204 (package-activate): Check if a package is disabled.
8205 (package-process-define-package): New function, extracted from
8206 define-package.
8207 (define-package): Turn into a place holder.
8208 (package-unpack-single, package-tar-file-info):
8209 Use package--description-file.
8210 (package-compute-transaction): Use package--disabled-p.
8211 (package-download-transaction): Don't call
8212 package-maybe-load-descriptor since they're all loaded anyway.
8213 (package-install): Change argument to be a pkg-desc.
8214 (package-delete): Use a single pkg-desc argument.
8215 (describe-package-1): Use package-desc-dir instead of package--dir.
8216 Use package-desc property instead of package-symbol.
8217 (package-install-button-action): Adjust accordingly.
8218 (package--push): Rewrite.
8219 (package-menu--print-info): Adjust accordingly. Change the ID format
8220 to be a pkg-desc.
8221 (package-menu-describe-package, package-menu-get-status)
8222 (package-menu--find-upgrades, package-menu-mark-upgrades)
8223 (package-menu-execute, package-menu--name-predicate):
8224 Adjust accordingly.
8225 * startup.el (package--description-file): New function.
8226 (command-line): Use it.
8227 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8228 Use package-desc-version.
8229
8230 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
8231 (byte-compile-preprocess): Use it.
8232 (byte-compile-file-form-defalias): Try a bit harder to use macros we
8233 can't quite recognize.
8234 (byte-compile-add-to-list): Remove.
8235 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
8236 (cconv-closure-convert): Add assertion.
8237
8238 * emacs-lisp/map-ynp.el: Use lexical-binding.
8239 (map-y-or-n-p): Remove unused vars `tail' and `object'.
8240 Factor out some repeated code.
8241
8242 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * subr.el (with-eval-after-load): New macro.
8245 (eval-after-load): Allow form to be a function.
8246 take advantage of lexical-binding.
8247 (do-after-load-evaluation): Use dolist and adjust to new format.
8248 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
8249
8250 2013-06-13 Juri Linkov <juri@jurta.org>
8251
8252 * replace.el (perform-replace): Display "symbol " and other search
8253 modes from `isearch-message-prefix' in the *Help* buffer.
8254
8255 * isearch.el (isearch-query-replace): Add " symbol" and other
8256 possible search modes from `isearch-message-prefix' to the prompt.
8257 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
8258 when reading a regexp to collect.
8259
8260 2013-06-13 Juri Linkov <juri@jurta.org>
8261
8262 * isearch.el (word-search-regexp): Match whitespace if the search
8263 string begins or ends in whitespace. The LAX arg is applied to
8264 both ends of the search string. Use `regexp-quote' and explicit
8265 \< and \> instead of \b. Use \` and \' instead of ^ and $.
8266 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
8267 boundaries are replaced with symbol boundaries, and characters
8268 between symbols match non-word non-symbol syntax. (Bug#14602)
8269
8270 2013-06-13 Juri Linkov <juri@jurta.org>
8271
8272 * isearch.el (isearch-del-char): Don't exceed the length of
8273 `isearch-string' by the prefix arg. (Bug#14563)
8274
8275 2013-06-13 Juri Linkov <juri@jurta.org>
8276
8277 * isearch.el (isearch-yank-word, isearch-yank-line)
8278 (isearch-char-by-name, isearch-quote-char)
8279 (isearch-printing-char, isearch-process-search-char):
8280 Add optional count prefix arg. (Bug#14563)
8281
8282 * international/isearch-x.el
8283 (isearch-process-search-multibyte-characters):
8284 Add optional count prefix arg.
8285
8286 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8287
8288 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
8289 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
8290 lexical-binding.
8291
8292 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
8293
8294 * subr.el (set-temporary-overlay-map): Add on-exit argument.
8295
8296 2013-06-13 Glenn Morris <rgm@gnu.org>
8297
8298 * startup.el (tty-handle-args):
8299 Don't just discard "--" and anything after. (Bug#14608)
8300
8301 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
8302
8303 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
8304
8305 Implement changes in Secret Service API. Make it backward compatible.
8306 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
8307 (secrets-create-item): Use it. Prefix properties with interface.
8308
8309 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
8310
8311 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
8312 (term-emulate-terminal): Respect term-suppress-hard-newline.
8313
8314 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
8315
8316 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8317 Only remove a `thumb-file' overlay. (Bug#14548)
8318
8319 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
8320
8321 * mail/reporter.el (reporter-submit-bug-report):
8322 Handle missing package-name. (Bug#14600)
8323
8324 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8325
8326 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
8327 (reftex-citation-prompt, reftex-default-bibliography)
8328 (reftex-bib-or-thebib, reftex-get-bibfile-list)
8329 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8330 (reftex-bib-sort-author, reftex-bib-sort-year)
8331 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
8332 (reftex-extract-bib-entries-from-thebibliography)
8333 (reftex-get-bibkey-default, reftex-get-bib-names)
8334 (reftex-parse-bibtex-entry, reftex-get-bib-field)
8335 (reftex-format-bib-entry, reftex-parse-bibitem)
8336 (reftex-format-bibitem, reftex-do-citation)
8337 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
8338 (reftex-restrict-bib-matches, reftex-extract-bib-file)
8339 (reftex-insert-bib-matches, reftex-format-citation)
8340 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
8341 (reftex-create-bibtex-file): Add docstrings, mostly by converting
8342 existing comments into docstrings.
8343
8344 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
8345
8346 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
8347
8348 2013-06-12 Andreas Schwab <schwab@suse.de>
8349
8350 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
8351 for auto-save files.
8352
8353 2013-06-12 Glenn Morris <rgm@gnu.org>
8354
8355 * ido.el (ido-delete-ignored-files): Remove.
8356 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
8357 Go back to calling ido-ignore-item-p directly.
8358
8359 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
8360
8361 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
8362
8363 * ido.el (ido-delete-ignored-files): New function,
8364 split from ido-make-file-list-1.
8365 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
8366 (ido-make-file-list-1): Use ido-delete-ignored-files.
8367
8368 2013-06-12 Leo Liu <sdl.web@gmail.com>
8369
8370 * progmodes/octave.el (inferior-octave-startup)
8371 (inferior-octave-completion-table)
8372 (inferior-octave-track-window-width-change)
8373 (octave-eldoc-function-signatures, octave-help)
8374 (octave-find-definition): Use single quoted strings.
8375 (inferior-octave-startup-args): Change default value.
8376 (inferior-octave-startup): Do not hard code "-i" and
8377 "--no-line-editing".
8378 (inferior-octave-resync-dirs): Add optional arg NOERROR.
8379 (inferior-octave-directory-tracker): Use it.
8380 (octave-goto-function-definition): Robustify.
8381 (octave-help): Support highlighting operators in 'See also'.
8382 (octave-find-definition): Find subfunctions only in Octave mode.
8383
8384 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8385
8386 * help-fns.el (help-fns--compiler-macro): If the handler function is
8387 named, then put a link to it.
8388 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
8389 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
8390 (cl-typep): Use it.
8391 (cl-eval-when): Simplify debug spec.
8392 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
8393 compiler-macro function instead of setting `compiler-macro-file'.
8394
8395 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
8396
8397 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
8398 * vc/vc-hooks.el (vc-stay-local): Doc fix.
8399
8400 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8401 Daniel Hackney <dan@haxney.org>
8402
8403 First part of Daniel Hackney's patch to package.el.
8404 * emacs-lisp/package.el: Use defstruct.
8405 (package-desc): New, main struct.
8406 (package--bi-desc, package--ac-desc): New structs, used to describe the
8407 format in external files.
8408 (package-desc-vers): Replace with package-desc-version accessor.
8409 (package-desc-doc): Replace with package-desc-summary accessor.
8410 (package-activate-1): Remove `package' arg since the pkg-vec now
8411 includes the name.
8412 (define-package): Use package-desc-from-define.
8413 (package-unpack-single): Change file-name arg to be a symbol.
8414 (package--add-to-archive-contents): Use package-desc-create and new
8415 accessor functions to package--ac-desc.
8416 (package-buffer-info, package-tar-file-info): Return a package-desc.
8417 (package-install-from-buffer): Remove `type' argument. Change pkg-info
8418 arg to be a package-desc.
8419 (package-install-file): Adjust accordingly. Use \' to match EOS.
8420 (package--from-builtin): New function.
8421 (describe-package-1, package-menu--generate): Use it.
8422 (package--make-autoloads-and-compile): Change name arg to be a symbol.
8423 (package-generate-autoloads): Idem and return the name of the file.
8424 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8425 Change pkg-info arg to be a package-desc.
8426 Use package-make-ac-desc.
8427 (package-upload-file): Use \' to match EOS.
8428 * finder.el (finder-compile-keywords): Use package-make-builtin.
8429
8430 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8431
8432 * vc/vc.el (vc-deduce-fileset): Change error message.
8433 (vc-read-backend): New function.
8434 (vc-next-action): Use it.
8435
8436 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
8437
8438 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
8439 (prolog-font-lock-keywords): Use regexp-opt instead.
8440 Don't manually highlight strings.
8441 (prolog-mode-variables): Simplify comment-start-skip.
8442 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
8443
8444 * emacs-lisp/generic.el (generic--normalise-comments)
8445 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
8446 (generic-mode-set-comments): Use them.
8447 (generic-bracket-support): Use setq-local.
8448 (generic-make-keywords-list): Declare obsolete.
8449
8450 2013-06-11 Glenn Morris <rgm@gnu.org>
8451
8452 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8453 Prettify after setting font-lock-defaults. (Bug#14574)
8454
8455 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
8456
8457 * replace.el (query-replace, occur-read-regexp-defaults-function)
8458 (replace-search):
8459 * subr.el (declare-function, number-sequence, local-set-key)
8460 (substitute-key-definition, locate-user-emacs-file)
8461 (with-silent-modifications, split-string, eval-after-load):
8462 Fix typos, remove unneeded backslashes and reflow some docstrings.
8463
8464 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8465
8466 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
8467 default for Elisp files.
8468
8469 2013-06-11 Glenn Morris <rgm@gnu.org>
8470
8471 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
8472 although define-derived-mode was doing this anyway. (Bug#14583)
8473
8474 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
8475
8476 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8477 Fix make-variable-buffer-local call to refer to the correct variable.
8478
8479 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
8480
8481 * eshell/em-term.el (eshell-visual-commands)
8482 (eshell-visual-subcommands, eshell-visual-options):
8483 Add summary line to docstrings. Add cross-references.
8484
8485 2013-06-10 Glenn Morris <rgm@gnu.org>
8486
8487 * epa.el (epa-read-file-name): New function. (Bug#14510)
8488 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
8489
8490 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
8491
8492 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
8493 output redirection to be ignored with visual commands.
8494
8495 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
8496
8497 * eshell/em-term.el (eshell-visual-command-p): New function.
8498 (eshell-term-initialize): Move long lambda to separate function
8499 eshell-visual-command-p.
8500 * eshell/em-dirs.el (eshell-dirs-initialise):
8501 * eshell/em-script.el (eshell-script-initialize):
8502 Add missing #' to lambda.
8503
8504 2013-06-08 Leo Liu <sdl.web@gmail.com>
8505
8506 * progmodes/octave.el (octave-add-log-current-defun): New function.
8507 (octave-mode): Set add-log-current-defun-function.
8508 (octave-goto-function-definition): Do not move point if not found.
8509 (octave-find-definition): Enhance to try subfunctions first.
8510
8511 2013-06-08 Glenn Morris <rgm@gnu.org>
8512
8513 * emacs-lisp/bytecomp.el (byte-compile-char-before)
8514 (byte-compile-backward-char, byte-compile-backward-word):
8515 Improve previous change, to handle non-explicit nil.
8516
8517 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8518
8519 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
8520 (smie--opener/closer-at-point): New function.
8521 (smie--matching-block-data): Use it. Don't match from right after an
8522 opener or right before a closer. Obey smie-blink-matching-inners.
8523 Don't signal a mismatch for repeated inners like "switch..case..case".
8524
8525 2013-06-07 Leo Liu <sdl.web@gmail.com>
8526
8527 * progmodes/octave.el (octave-mode): Set comment-use-global-state
8528 to t. (Bug#14303)
8529 (octave-function-header-regexp): Fix. (Bug#14570)
8530 (octave-help-mode-finish-hook, octave-help-mode-finish):
8531 Remove. Just use temp-buffer-show-hook.
8532
8533 * newcomment.el (comment-search-backward): Revert last change.
8534 (Bug#14434)
8535
8536 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
8537
8538 2013-06-07 Eli Zaretskii <eliz@gnu.org>
8539
8540 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
8541 through xargs, to avoid failure due to MS-Windows limitations on
8542 command-line length.
8543
8544 2013-06-06 Glenn Morris <rgm@gnu.org>
8545
8546 * font-lock.el (lisp-font-lock-keywords-2):
8547 Treat user-error like error.
8548
8549 * emacs-lisp/bytecomp.el (byte-compile-char-before)
8550 (byte-compile-backward-char, byte-compile-backward-word):
8551 Handle explicit nil arguments. (Bug#14565)
8552
8553 2013-06-05 Alan Mackenzie <acm@muc.de>
8554
8555 * isearch.el (isearch-allow-prefix): New user option.
8556 (isearch-other-meta-char): Don't exit isearch when a prefix
8557 argument is typed whilst `isearch-allow-prefix' is non-nil.
8558 (Bug#9706)
8559
8560 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8561
8562 * autorevert.el (auto-revert-notify-handler): Use memq.
8563 Hide assertion failure.
8564
8565 * skeleton.el: Use cl-lib.
8566 (skeleton-further-elements): Use defvar-local.
8567 (skeleton-insert): Use cl-progv.
8568
8569 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8570
8571 * progmodes/prog-mode.el (prog-prettify-symbols)
8572 (prog-prettify-install): Update docstrings.
8573
8574 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8575
8576 * simple.el: Move all the prog-mode code to prog-mode.el.
8577 * progmodes/prog-mode.el: New file.
8578 * loadup.el: Add prog-mode.el.
8579
8580 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8581
8582 * simple.el (prog-prettify-symbols): Add version.
8583 (prog-prettify-install): Add convenience function to prettify symbols.
8584
8585 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
8586 (perl--augmented-font-lock-keywords-1)
8587 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
8588 variables and use it.
8589
8590 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
8591 (cfengine3-mode): Remove unneeded variable and use it.
8592
8593 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
8594 (lisp--augmented-font-lock-keywords-1)
8595 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
8596 Remove unneeded variables and use it.
8597
8598 2013-06-05 João Távora <joaotavora@gmail.com>
8599
8600 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
8601 to point when opening the connection. (Bug#14380)
8602
8603 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8604
8605 * subr.el (load-history-regexp, load-history-filename-element)
8606 (eval-after-load, after-load-functions, do-after-load-evaluation)
8607 (eval-next-after-load, display-delayed-warnings)
8608 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
8609 definition of save-match-data.
8610 (overriding-local-map): Remove accidental obsolescence declaration.
8611
8612 * emacs-lisp/edebug.el (edebug-result): Move before first use.
8613
8614 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8615
8616 Generalize symbol prettify support to prog-mode and implement it
8617 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
8618 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
8619 (prog--prettify-font-lock-compose-symbol)
8620 (prog-prettify-font-lock-symbols-keywords): New variables and
8621 functions to support symbol prettification.
8622 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
8623 (lisp--augmented-font-lock-keywords-1)
8624 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
8625 (lisp--prettify-symbols-alist): Implement prettify of lambda.
8626 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
8627 (cfengine3--prettify-symbols-alist, cfengine3-mode):
8628 Implement prettify of -> => :: strings.
8629 * progmodes/perl-mode.el (perl-prettify-symbols)
8630 (perl--font-lock-compose-symbol)
8631 (perl--font-lock-symbols-keywords): Move to prog-mode.
8632 (perl--prettify-symbols-alist): Prettify -> => :: strings.
8633 (perl-font-lock-keywords-1)
8634 (perl-font-lock-keywords-2): Remove explicit prettify support.
8635 (perl--augmented-font-lock-keywords)
8636 (perl--augmented-font-lock-keywords-1)
8637 (perl--augmented-font-lock-keywords-2, perl-mode):
8638 Implement prettify support.
8639
8640 2013-06-05 Leo Liu <sdl.web@gmail.com>
8641
8642 Re-implement smie matching block highlight using
8643 show-paren-data-function. (Bug#14395)
8644 * emacs-lisp/smie.el (smie-matching-block-highlight)
8645 (smie--highlight-matching-block-overlay)
8646 (smie--highlight-matching-block-lastpos)
8647 (smie-highlight-matching-block)
8648 (smie-highlight-matching-block-mode): Remove.
8649 (smie--matching-block-data-cache): New variable.
8650 (smie--matching-block-data): New function.
8651 (smie-setup): Use smie--matching-block-data for
8652 show-paren-data-function.
8653
8654 * progmodes/octave.el (octave-mode-menu): Fix.
8655 (octave-find-definition): Skip garbage lines.
8656
8657 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8658
8659 Fix compilation error with simultaneous dynamic+lexical scoping.
8660 Add warning when a defvar appears after the first let-binding.
8661 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
8662 (byte-compile-close-variables): Initialize it.
8663 (byte-compile--declare-var): New function.
8664 (byte-compile-file-form-defvar)
8665 (byte-compile-file-form-define-abbrev-table)
8666 (byte-compile-file-form-custom-declare-variable): Use it.
8667 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
8668 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
8669 (byte-compile-bind): Handle dynamic bindings that shadow
8670 lexical bindings.
8671 (byte-compile-unbind): Make arg non-optional.
8672 (byte-compile-let): Simplify.
8673 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
8674 (cconv--analyse-function, cconv-analyse-form): Populate it.
8675 Protect byte-compile-bound-variables to limit the scope of defvars.
8676 (cconv-analyse-form): Add missing rule for (defvar <foo>).
8677 Remove unneeded rule for `declare'.
8678
8679 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
8680 so as to avoid depending on cl-adjoin at run-time.
8681 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
8682
8683 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
8684 (macroexp--warn-and-return): Use it.
8685
8686 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8687
8688 * lisp/subr.el: Convert to lexical binding.
8689 (overriding-local-map): Make obsolete.
8690 (add-to-list): Doc fix. Add compiler macro.
8691 (read-key): Swap values of local maps.
8692
8693 2013-06-05 Leo Liu <sdl.web@gmail.com>
8694
8695 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
8696
8697 2013-06-04 Leo Liu <sdl.web@gmail.com>
8698
8699 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
8700 (compilation-auto-jump): Suppress the "Mark set" message to give
8701 way to exit message.
8702
8703 2013-06-04 Alan Mackenzie <acm@muc.de>
8704
8705 Remove faulty optimisation from indentation calculation.
8706 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
8707 search limit based on 2000 characters back from indent-point.
8708
8709 2013-06-03 Tassilo Horn <tsdh@gnu.org>
8710
8711 * eshell/em-term.el (cl-lib): Require `cl-lib'.
8712
8713 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8714
8715 * emacs-lisp/lisp.el: Use lexical-binding.
8716 (lisp--local-variables-1, lisp--local-variables): New functions.
8717 (lisp--local-variables-completion-table): New var.
8718 (lisp-completion-at-point): Use it complete let-bound vars.
8719
8720 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
8721 eagerly (bug#14422).
8722
8723 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
8724
8725 * autorevert.el (auto-revert-notify-enabled)
8726 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8727 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
8728 (auto-revert-notify-handler): Handle also gfilenotify.
8729
8730 * subr.el (file-notify-handle-event): New defun. Replacing ...
8731 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
8732 Remove.
8733
8734 2013-06-03 Juri Linkov <juri@jurta.org>
8735
8736 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
8737 `M-s h .'. (Bug#14427)
8738
8739 * hi-lock.el (highlight-symbol-at-point): New alias for the new
8740 command `hi-lock-face-symbol-at-point'.
8741 (hi-lock-face-symbol-at-point): New command.
8742 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
8743 (hi-lock-menu): Add `highlight-symbol-at-point'.
8744 (hi-lock-mode): Doc fix.
8745
8746 * isearch.el (isearch-forward-symbol-at-point): New command.
8747 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
8748 (isearch-highlight-regexp): Add a regexp which matches
8749 words/symbols for word/symbol mode.
8750
8751 * subr.el (find-tag-default-bounds): New function with the body
8752 mostly moved from `find-tag-default'.
8753 (find-tag-default): Move most code to `find-tag-default-bounds',
8754 call it and apply `buffer-substring-no-properties' afterwards.
8755
8756 2013-06-03 Tassilo Horn <tsdh@gnu.org>
8757
8758 * eshell/em-term.el (eshell-term-initialize):
8759 Use `cl-intersection' rather than `intersection'.
8760
8761 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
8762
8763 * vc/log-view.el: Doc fix.
8764 (log-view-mode-map): Copy keymap from `special-mode-map'.
8765
8766 2013-06-02 Eric Ludlam <zappo@gnu.org>
8767
8768 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
8769 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
8770 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
8771 (eieio-unbound, eieio-default-superclass)
8772 (eieio--define-field-accessors, method-static, method-before)
8773 (method-primary, method-after, method-num-lists)
8774 (method-generic-before, method-generic-primary)
8775 (method-generic-after, method-num-slots)
8776 (eieio-specialized-key-to-generic-key)
8777 (eieio--check-type, class-v, class-p)
8778 (eieio-class-name, define-obsolete-function-alias)
8779 (eieio-class-parents-fast, eieio-class-children-fast)
8780 (same-class-fast-p, class-constructor, generic-p)
8781 (generic-primary-only-p, generic-primary-only-one-p)
8782 (class-option-assoc, class-option, eieio-object-p)
8783 (class-abstract-p, class-method-invocation-order)
8784 (eieio-defclass-autoload-map, eieio-defclass-autoload)
8785 (eieio-class-un-autoload, eieio-defclass)
8786 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
8787 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
8788 (eieio--defgeneric-init-form, eieio-defgeneric-form)
8789 (eieio-defgeneric-reset-generic-form)
8790 (eieio-defgeneric-form-primary-only)
8791 (eieio-defgeneric-reset-generic-form-primary-only)
8792 (eieio-defgeneric-form-primary-only-one)
8793 (eieio-defgeneric-reset-generic-form-primary-only-one)
8794 (eieio-unbind-method-implementations)
8795 (eieio--defmethod, eieio--typep)
8796 (eieio-perform-slot-validation, eieio-validate-slot-value)
8797 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
8798 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
8799 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
8800 (eieio-slot-name-index, eieio-class-slot-name-index)
8801 (eieio-set-defaults, eieio-initarg-to-attribute)
8802 (eieio-attribute-to-initarg, eieio-c3-candidate)
8803 (eieio-c3-merge-lists, eieio-class-precedence-c3)
8804 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
8805 (eieio-class-precedence-list, eieio-generic-call-methodname)
8806 (eieio-generic-call-arglst, eieio-generic-call-key)
8807 (eieio-generic-call-next-method-list)
8808 (eieio-pre-method-execution-functions, eieio-generic-call)
8809 (eieio-generic-call-primary-only, eieiomt-method-list)
8810 (eieiomt-optimizing-obarray, eieiomt-install)
8811 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
8812 (eieio-generic-form, eieio-defmethod, make-obsolete)
8813 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
8814 (defclass): Remove `eval-and-compile' from macro.
8815 (call-next-method, shared-initialize): Instead of using
8816 `scoped-class' variable, use new eieio--scoped-class, and
8817 eieio--with-scoped-class.
8818 (initialize-instance): Rename local variable 'scoped-class' to
8819 'this-class' to remove ambiguitity from old global.
8820
8821 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
8822 eieio.el.
8823 (eieio--scoped-class-stack): New variable.
8824 (eieio--scoped-class): New fcn.
8825 (eieio--with-scoped-class): New scoping macro.
8826 (eieio-defclass): Use pushnew instead of add-to-list.
8827 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
8828 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
8829 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
8830 `scoped-class' variable, use new eieio--scoped-class, and
8831 eieio--with-scoped-class.
8832
8833 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
8834
8835 2013-06-02 Tassilo Horn <tsdh@gnu.org>
8836
8837 * eshell/esh-ext.el (eshell-external-command): Pass args to
8838 `eshell-find-interpreter'.
8839 (eshell-find-interpreter): Add new second parameter ARGS.
8840
8841 * eshell/em-script.el (eshell-script-initialize): Add second arg
8842 to the function added as MATCH to `eshell-interpreter-alist'.
8843
8844 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
8845 the function added as MATCH to `eshell-interpreter-alist'.
8846
8847 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
8848 (eshell-visual-options): New defcustom.
8849 (eshell-escape-control-x): Adapt docstring.
8850 (eshell-term-initialize): Test `eshell-visual-subcommands' and
8851 `eshell-visual-options' in addition to `eshell-visual-commands'.
8852 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
8853
8854 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
8855
8856 * progmodes/python.el (python-indent-block-enders): Add break,
8857 continue and raise keywords.
8858
8859 2013-06-01 Glenn Morris <rgm@gnu.org>
8860
8861 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
8862
8863 Plain (f)boundp silences compilation warnings since Emacs 22.1.
8864 * progmodes/cc-cmds.el (delete-forward-p):
8865 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
8866 * progmodes/cc-engine.el (buffer-syntactic-context):
8867 * progmodes/cc-fonts.el (face-property-instance):
8868 * progmodes/cc-mode.el (set-keymap-parents):
8869 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
8870 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
8871 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
8872 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
8873 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
8874
8875 * progmodes/cc-vars.el (other): Emacs has this widget since
8876 at least 21.1, so don't (re)define it.
8877
8878 * eshell/em-cmpl.el (eshell-cmpl-initialize):
8879 Replace the obsolete alias pcomplete-arg-quote-list.
8880
8881 2013-06-01 Leo Liu <sdl.web@gmail.com>
8882
8883 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
8884 punctuation syntax.
8885 (inferior-octave-minimal-columns)
8886 (inferior-octave-last-column-width): New variables.
8887 (inferior-octave-track-window-width-change): New function.
8888 (inferior-octave-mode): Adjust column width so that Octave output,
8889 for example from 'ls', can fit into the window nicely.
8890
8891 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
8892
8893 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
8894 Highlight expansions inside regexp literals.
8895
8896 2013-05-31 Glenn Morris <rgm@gnu.org>
8897
8898 * obsolete/sym-comp.el (symbol-complete):
8899 Replace obsolete completion-annotate-function.
8900
8901 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
8902
8903 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
8904
8905 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
8906 New function, checks if point is inside a literal that allows
8907 expression expansion.
8908 (ruby-syntax-propertize-expansion): Use it.
8909 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
8910 around the body.
8911
8912 2013-05-30 Juri Linkov <juri@jurta.org>
8913
8914 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
8915 to "\M-si".
8916 (isearch-invisible): New variable.
8917 (isearch-forward): Doc fix.
8918 (isearch-mode): Set `isearch-invisible'
8919 to the value of `search-invisible'.
8920 (isearch-toggle-case-fold): Doc fix.
8921 (isearch-toggle-invisible): New command.
8922 (isearch-query-replace): Let-bind `search-invisible'
8923 to the value of `isearch-invisible'.
8924 (isearch-search): Use `isearch-invisible' instead of
8925 `search-invisible'. Let-bind `search-invisible'
8926 to the value of `isearch-invisible'. (Bug#11378)
8927
8928 2013-05-30 Juri Linkov <juri@jurta.org>
8929
8930 * replace.el (perform-replace): Avoid `isearch-range-invisible'
8931 call when `query-flag' is nil and `search-invisible' is non-nil.
8932 (Bug#11746)
8933
8934 2013-05-30 Glenn Morris <rgm@gnu.org>
8935
8936 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
8937
8938 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
8939 (cc-require): Suppress spurious "noruntime" warnings.
8940 (cc-require-when-compile): Use fboundp, for sake of compiler.
8941
8942 * progmodes/cc-mode.el: Move load of cc-vars before that of
8943 cc-langs (which in turn loads cc-vars), to quieten compiler.
8944
8945 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8946
8947 * paren.el: Simplify the code.
8948 (show-paren-mode): Always start the timer.
8949 (show-paren--idle-timer): Rename from show-paren-idle-timer.
8950 (show-paren--overlay, show-paren--overlay-1): Rename from
8951 show-paren-overlay and show-paren-overlay-1, and initialize to an
8952 overlay rather than to nil.
8953 (show-paren-function): Misc cleanup and simplifications.
8954
8955 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8956
8957 * paren.el (show-paren-data-function): New hook.
8958 (show-paren--default): New function, extracted from show-paren-function.
8959 (show-paren-function): Use show-paren-data-function.
8960
8961 2013-05-30 Glenn Morris <rgm@gnu.org>
8962
8963 * ielm.el (ielm-map, ielm-complete-symbol):
8964 Use completion-at-point rather than obsolete functions.
8965 (inferior-emacs-lisp-mode): Doc fix.
8966 Set completion-at-point-functions, rather than
8967 comint-dynamic-complete-functions.
8968
8969 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
8970 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
8971 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
8972
8973 * image.el (image-animated-p): Tweak definition.
8974
8975 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
8976 (rlogin-process-connection-type): Tweak default. Add set-after.
8977 (rlogin-host): Doc fix.
8978 (rlogin): Tweak prompt.
8979 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
8980
8981 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
8982 * progmodes/tcl.el (inferior-tcl-mode-map):
8983 Use completion-at-point rather than obsolete alias.
8984
8985 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
8986
8987 * minibuffer.el (read-file-name-completion-ignore-case):
8988 Move before completion--in-region, for eager macro expansion.
8989
8990 2013-05-29 Juri Linkov <juri@jurta.org>
8991
8992 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
8993 for total count of matching lines. Add `global-matches' for total
8994 count of matches. Rename `matches' to `lines' for count of
8995 matching lines. Add `matches' for count of matches.
8996 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
8997 to `prev-line' for line number of prev match endpt.
8998 Increment `matches' for every match. Print the number of
8999 matching lines in the header.
9000 (occur-context-lines): Rename `lines' to `curr-line'.
9001 Rename `prev-lines' to `prev-line'. (Bug#14017)
9002
9003 2013-05-29 Juri Linkov <juri@jurta.org>
9004
9005 * replace.el (perform-replace): Add `skip-read-only-count',
9006 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
9007 Increment them for corresponding conditions and report the number
9008 of skipped occurrences in the final message. (Bug#11746)
9009 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9010 (replace-string, replace-regexp): Doc fix.
9011
9012 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9013
9014 * emacs-lisp/trace.el (trace--read-args): Provide a default.
9015
9016 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
9017 prog-mode-map (bug#14504).
9018
9019 2013-05-29 Leo Liu <sdl.web@gmail.com>
9020
9021 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
9022 (octave-help): Small simplification.
9023
9024 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
9025 off the highlight first.
9026
9027 2013-05-29 Glenn Morris <rgm@gnu.org>
9028
9029 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
9030 Handle idlwave-last-system-routine-info-cons-cell being nil.
9031
9032 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9033 (idlwave-write-paths): Simplify via with-temp-buffer.
9034
9035 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
9036 * emulation/cua-rect.el: Also load cua-base at run time.
9037
9038 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
9039 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
9040 (cperl-imenu-on-info): Require imenu.
9041
9042 2013-05-28 Alan Mackenzie <acm@muc.de>
9043
9044 Handle "capitalised keywords" correctly.
9045 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
9046
9047 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
9048
9049 * eshell/em-unix.el: Add -r option to cp.
9050
9051 2013-05-28 Glenn Morris <rgm@gnu.org>
9052
9053 * vc/vc-arch.el (vc-exec-after): Declare.
9054 (vc-switches): Autoload.
9055 * vc/vc-bzr.el: No need to require vc when compiling.
9056 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
9057 (vc-resynch-buffer, vc-dir-refresh): Declare.
9058 (vc-setup-buffer, vc-switches): Autoload.
9059 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
9060 (vc-resynch-buffer): Declare.
9061 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
9062 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
9063 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
9064 (grep-read-regexp, grep-read-files, grep-expand-template)
9065 (vc-dir-refresh): Declare.
9066 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
9067 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
9068 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
9069 * vc/vc-mtn.el (vc-exec-after): Declare.
9070 (vc-switches): Autoload.
9071 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
9072 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
9073 (vc-file-tree-walk): Declare.
9074 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
9075 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
9076 (vc-tag-precondition, vc-rename-master): Autoload.
9077 * vc/vc-svn.el (vc-exec-after): Declare.
9078 (vc-switches, vc-setup-buffer): Autoload.
9079 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
9080 Autoload.
9081 (vc-resynch-buffer): Declare.
9082
9083 * obsolete/fast-lock.el (byte-compile-warnings):
9084 Don't warn about obsolete features in this obsolete file.
9085
9086 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
9087 Move definition before use.
9088
9089 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
9090 (dun-unix-verbs): Remove dun-zippy.
9091 (dun-zippy): Remove function.
9092
9093 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9094
9095 2013-05-27 Juri Linkov <juri@jurta.org>
9096
9097 * replace.el (replace-search): New function with code moved out
9098 from `perform-replace'.
9099 (replace-highlight, replace-dehighlight): Move function definitions
9100 up closer to `replace-search'. (Bug#11746)
9101
9102 2013-05-27 Juri Linkov <juri@jurta.org>
9103
9104 * replace.el (perform-replace): Ignore invisible matches.
9105 In addition to checking `query-replace-skip-read-only', also
9106 filter out matches by calling `run-hook-with-args-until-failure'
9107 on `isearch-filter-predicates', and also check `search-invisible'
9108 for t or call `isearch-range-invisible'.
9109 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
9110
9111 2013-05-27 Juri Linkov <juri@jurta.org>
9112
9113 * isearch.el (isearch-filter-predicates): Rename from
9114 `isearch-filter-predicate'. Doc fix. (Bug#11378)
9115 (isearch-message-prefix): Display text from the property
9116 `isearch-message-prefix' of the currently active filters.
9117 (isearch-search): Don't compare `isearch-filter-predicate' with
9118 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
9119 on `isearch-filter-predicates'. Also check `search-invisible' for t
9120 or call `isearch-range-invisible'.
9121 (isearch-filter-visible): Make obsolete.
9122 (isearch-lazy-highlight-search):
9123 Call `run-hook-with-args-until-failure' on
9124 `isearch-filter-predicates' and use `isearch-range-invisible'.
9125
9126 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
9127 `isearch-filter-predicates' instead of `funcall'ing
9128 `isearch-filter-predicate'.
9129 (Info-mode): Set `Info-isearch-filter' to
9130 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
9131
9132 * dired-aux.el (dired-isearch-filter-predicate-orig):
9133 Remove variable.
9134 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
9135 (dired-isearch-filenames-end): Add and remove
9136 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
9137 instead of changing the value of `isearch-filter-predicate'.
9138 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
9139 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
9140 Put property `isearch-message-prefix' to "filename " on
9141 `dired-isearch-filter-filenames'.
9142
9143 * wdired.el (wdired-change-to-wdired-mode):
9144 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
9145 locally instead of changing `isearch-filter-predicate'.
9146 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
9147
9148 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
9149
9150 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
9151 return the commit hash (Bug#14459). Also set the
9152 `vc-git-detached' property.
9153 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
9154 (vc-git-mode-line-string): Use the same help-echo format whether
9155 in detached mode or not, because we know the actual revision now.
9156 When in detached mode, shorten the revision to 7 chars.
9157
9158 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9159
9160 * emacs-lisp/easy-mmode.el (define-minor-mode):
9161 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
9162 mode hook and provide a docstring.
9163
9164 2013-05-27 Alan Mackenzie <acm@muc.de>
9165
9166 Remove spurious syntax-table text properties inserted by C-y.
9167 * progmodes/cc-mode.el (c-after-change): Also clear hard
9168 syntax-table property with value nil.
9169
9170 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
9171
9172 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
9173 when reading the events; the buffer layout shall not be changed.
9174
9175 2013-05-27 Leo Liu <sdl.web@gmail.com>
9176
9177 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
9178 New variable.
9179 (inferior-octave-directory-tracker): Automatically re-sync
9180 default-directory.
9181 (octave-help): Improve handling of 'See also'.
9182
9183 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9184
9185 * doc-view.el: Minor naming convention tweaks.
9186 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
9187
9188 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
9189 even if there's no `display' property yet (bug#14435).
9190
9191 2013-05-25 Eli Zaretskii <eliz@gnu.org>
9192
9193 * subr.el (unmsys--file-name): Rename from reveal-filename.
9194
9195 * Makefile.in (custom-deps, finder-data, autoloads)
9196 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9197 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9198 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
9199
9200 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9201
9202 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
9203 error-completion on the first 2 args of condition-case (bug#14446).
9204 Don't burp at EOB.
9205
9206 2013-05-25 Leo Liu <sdl.web@gmail.com>
9207
9208 * comint.el (comint-previous-matching-input): Do not flood the
9209 *Messages* buffer with trivial messages.
9210
9211 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9212
9213 * progmodes/flymake.el (flymake-nop): Don't return a string.
9214 (flymake-set-at): Fix typo.
9215
9216 * simple.el (read--expression): New function, extracted from
9217 eval-expression. Set completion-at-point-functions (bug#14465).
9218 (eval-expression, eval-minibuffer): Use it.
9219
9220 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
9221
9222 * progmodes/flymake.el (flymake-save-buffer-in-file)
9223 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
9224 (flymake-selected-frame, flymake-log, flymake-ins-after)
9225 (flymake-set-at, flymake-get-buildfile-from-cache)
9226 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
9227 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
9228 Refine the doc string.
9229 (flymake-get-file-name-mode-and-masks): Reformat.
9230 (flymake-get-real-file-name-function): Fix a minor bug.
9231
9232 2013-05-24 Juri Linkov <juri@jurta.org>
9233
9234 * progmodes/grep.el (grep-mode-font-lock-keywords):
9235 Support =linenumber= format used by git-grep for lines with
9236 function names. (Bug#13549)
9237
9238 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9239
9240 * progmodes/octave.el (octave-smie-rules): Return nil rather than
9241 0 after a semi-colon; it works better for smie-auto-fill.
9242 (octave--indent-new-comment-line): New function.
9243 (octave-indent-new-comment-line): Use it (indirectly).
9244 (octave-mode): Don't disable smie-auto-fill. Use add-function to
9245 modify comment-line-break-function.
9246
9247 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
9248 (smie-setup): Use add-function to set it.
9249
9250 2013-05-24 Sam Steingold <sds@gnu.org>
9251
9252 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
9253 argument (before the `interactive' argument).
9254
9255 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9256
9257 * image-mode.el (image-mode-winprops): Add winprops to
9258 image-mode-winprops-alist before running
9259 image-mode-new-window-functions.
9260 * doc-view.el (doc-view-new-window-function): Don't delay
9261 doc-view-goto-page via timers (bug#14435).
9262
9263 2013-05-24 Tassilo Horn <tsdh@gnu.org>
9264
9265 * doc-view.el: Integrate with desktop.el. (Bug#14435)
9266 (doc-view-desktop-save-buffer): New function.
9267 (doc-view-restore-desktop-buffer): New function.
9268 (desktop-buffer-mode-handlers):
9269 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
9270 handler.
9271 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
9272 `desktop-save-buffer' function.
9273
9274 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
9275
9276 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
9277 (tramp-gvfs-file-name-handler): Raise a user error when
9278 `tramp-gvfs-enabled' is nil.
9279 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
9280 Do not raise a user error when loading package. (Bug#14447)
9281
9282 * net/xesam.el: Move to obsolete/.
9283
9284 2013-05-24 Glenn Morris <rgm@gnu.org>
9285
9286 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
9287
9288 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
9289
9290 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
9291 (Info-find-node, Man-getpage-in-background): Declare.
9292
9293 * mail/unrmail.el (unrmail):
9294 Replace obsolete detect-coding-with-priority.
9295
9296 * net/socks.el (socks-split-string): Use this rather than split-string.
9297 (socks-nslookup-host): Update for above change.
9298 (dynamic-choice, s5-dynamic-choice-match)
9299 (s5-dynamic-choice-match-inline, s5-widget-value-create):
9300 Comment out unused code.
9301
9302 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
9303 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
9304 (gud-tooltip-echo-area): Make obsolete.
9305 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
9306
9307 * progmodes/js.el (js--optimize-arglist): Declare.
9308
9309 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
9310
9311 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
9312 (ediff-window-C): Declare.
9313
9314 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
9315 Tweak requires to silence compiler.
9316
9317 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
9318 (he-search-string, he-tried-table, he-expand-list)
9319 (he-init-string, he-string-member, he-substitute-string)
9320 (he-reset-string): Declare.
9321
9322 * obsolete/options.el (list-options): Use custom-variable-p,
9323 rather than obsolete alias.
9324
9325 2013-05-23 Sam Steingold <sds@gnu.org>
9326
9327 * simple.el (shell-command-on-region): Pass the `replace' argument
9328 down to `call-process-region' to comply with the doc as reported on
9329 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
9330
9331 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9332
9333 * emacs-lisp/smie.el (smie-indent-forward-token)
9334 (smie-indent-backward-token): Handle string tokens (bug#14381).
9335
9336 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9337
9338 * ielm.el (ielm-menu): New menu.
9339 (inferior-emacs-lisp-mode): Set comment-start.
9340
9341 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9342
9343 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
9344 Fix deactivate action.
9345
9346 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
9347 Add cleveref macros.
9348
9349 * lisp/textmodes/reftex-parse.el
9350 (reftex-locate-bibliography-files): Accept options for
9351 bibliography commands.
9352 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
9353 Add addbibresource. Basic Biblatex support.
9354
9355 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
9356
9357 * net/tramp-gvfs.el (top):
9358 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
9359 when loading package. (Bug#14447)
9360
9361 2013-05-23 Glenn Morris <rgm@gnu.org>
9362
9363 * progmodes/js.el: No need to load comint when compiling.
9364 (ring-insert, comint-send-string, comint-send-input)
9365 (comint-last-input-end, ido-chop): Declare.
9366
9367 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
9368 * vc/ediff-mult.el: Adjust requires.
9369 (ediff-directories-internal, ediff-directory-revisions-internal)
9370 (ediff-patch-file-internal): Declare.
9371 * vc/ediff-ptch.el: Adjust requires.
9372 (ediff-use-last-dir, ediff-buffers-internal): Declare.
9373 (ediff-find-file): Autoload.
9374 * vc/ediff-util.el: No need to load ediff when compiling.
9375 (ediff-regions-internal): Declare.
9376 * vc/ediff-wind.el: Adjust requires.
9377 (ediff-compute-toolbar-width): Define when compiling.
9378 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
9379 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
9380 (dired-get-filename, dired-get-marked-files)
9381 (ediff-last-dir-patch, ediff-patch-default-directory)
9382 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
9383 (ediff-patch-buffer-internal): Declare.
9384
9385 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
9386 (ispell-process, ispell-buffer-local-words, lm-summary)
9387 (lm-section-start, lm-section-end): Declare.
9388 (checkdoc-ispell-init): Simplify.
9389
9390 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
9391 (he-string-member, he-reset-string, he-substitute-string): Declare.
9392
9393 * eshell/em-ls.el: Adjust requires.
9394 (eshell-glob-regexp): Declare.
9395 * eshell/em-tramp.el: Adjust requires.
9396 (eshell-parse-command): Autoload.
9397 * eshell/em-xtra.el: Adjust requires.
9398 (eshell-parse-command): Autoload.
9399 * eshell/esh-ext.el: Adjust requires.
9400 (eshell-parse-command, eshell-close-handles): Autoload.
9401 * eshell/esh-io.el: Adjust requires.
9402 (eshell-output-filter): Autoload.
9403 * eshell/esh-util.el: No need to load tramp when compiling.
9404 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
9405 Declare.
9406 (eshell-parse-ange-ls): Require ange-ftp and tramp.
9407 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9408 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
9409 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
9410 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
9411 * eshell/esh-opt.el, eshell/esh-proc.el:
9412 * eshell/esh-var.el: Adjust requires.
9413 * eshell/eshell.el: Do not require esh-util twice.
9414 (eshell-add-input-to-history): Declare.
9415 (eshell-command): Check history module is active before using it.
9416
9417 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
9418
9419 2013-05-22 Leo Liu <sdl.web@gmail.com>
9420
9421 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
9422
9423 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
9424
9425 * autorevert.el (auto-revert-notify-add-watch)
9426 (auto-revert-notify-handler): Add `attrib' for the inotify case,
9427 it indicates changes in file modification time.
9428
9429 2013-05-22 Glenn Morris <rgm@gnu.org>
9430
9431 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9432 Always delete the autoloaded function from the noruntime and
9433 unresolved functions lists.
9434
9435 * allout.el: No need to load epa, epg, overlay when compiling.
9436 (epg-context-set-passphrase-callback, epg-list-keys)
9437 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
9438 (epg-key-user-id-list): Declare.
9439
9440 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9441 (viper-set-parsing-style-toggling-macro)
9442 (viper-set-emacs-state-searchstyle-macros):
9443 Use called-interactively-p on Emacs.
9444 (viper-looking-back): Make it an obsolete alias. Update callers.
9445 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
9446 Use looking-back rather than viper-looking-back.
9447 (viper-tmp-insert-at-eob, viper-enlarge-region)
9448 (viper-read-string-with-history, viper-register-to-point)
9449 (viper-append-to-register, viper-change-state-to-vi)
9450 (viper-backward-char-carefully, viper-forward-char-carefully)
9451 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
9452 (viper-change-state-to-emacs): Declare.
9453 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
9454 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
9455 * emulation/viper-mous.el: Do not load viper-cmd.
9456 (viper-backward-char-carefully, viper-forward-char-carefully)
9457 (viper-forward-word, viper-adjust-window): Declare.
9458
9459 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
9460
9461 * progmodes/idlw-help.el (idlwave-help-fontify):
9462 Use called-interactively-p.
9463
9464 * term/w32console.el (w32-get-console-codepage)
9465 (w32-get-console-output-codepage): Declare.
9466
9467 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
9468 Remove unnecessary declarations.
9469 (dframe-message): Doc fix.
9470
9471 * info.el (dframe-select-attached-frame, dframe-current-frame):
9472 Declare.
9473
9474 * speedbar.el (speedbar-message): Make it an obsolete alias.
9475 Update all callers.
9476 (speedbar-with-attached-buffer)
9477 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
9478 (speedbar-with-writable): Use backquote.
9479 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
9480 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
9481 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
9482 rather than speedbar- aliases.
9483 * mail/rmail.el: Load dframe rather than speedbar when compiling.
9484 (speedbar-make-specialized-keymap, speedbar-insert-button)
9485 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
9486 (speedbar-do-function-pointer): Declare.
9487 (rmail-speedbar-button, rmail-speedbar-find-file)
9488 (rmail-speedbar-move-message):
9489 Use dframe-with-attached-buffer rather than speedbar- alias.
9490 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
9491 (dframe-message, speedbar-make-specialized-keymap)
9492 (speedbar-add-expansion-list, speedbar-mode-functions-list)
9493 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
9494 (speedbar-insert-button, dframe-select-attached-frame)
9495 (dframe-maybee-jump-to-attached-frame)
9496 (speedbar-change-initial-expansion-list)
9497 (speedbar-previously-used-expansion-list-name): Declare.
9498 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
9499 Use dframe-message, dframe-with-attached-buffer rather than
9500 speedbar- aliases.
9501 (gud-sentinel): Silence compiler.
9502 * progmodes/vhdl-mode.el (speedbar-refresh)
9503 (speedbar-do-function-pointer, speedbar-add-supported-extension)
9504 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
9505 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
9506 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
9507 (speedbar-file-lists, speedbar-make-tag-line)
9508 (speedbar-line-directory, speedbar-goto-this-file)
9509 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
9510 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
9511 (speedbar-make-button, speedbar-reset-scanners)
9512 (speedbar-files-item-info, speedbar-line-text)
9513 (speedbar-find-file-in-frame, speedbar-set-timer)
9514 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
9515 (speedbar-with-writable): Do not (re)define it.
9516 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
9517 rather than speedbar- alias.
9518
9519 2013-05-21 Leo Liu <sdl.web@gmail.com>
9520
9521 * progmodes/octave.el (octave-mode-menu): Update and re-organize
9522 menu items.
9523 (octave-mode): Tweak fill-nobreak-predicate.
9524 (inferior-octave-startup): Check process to avoid infinite loop.
9525 (inferior-octave): Pop to buffer first to show abornmal process
9526 exit information.
9527
9528 2013-05-21 Glenn Morris <rgm@gnu.org>
9529
9530 * printing.el (pr-menu-bar): Define when compiling.
9531
9532 2013-05-21 Leo Liu <sdl.web@gmail.com>
9533
9534 * progmodes/octave.el (octave-auto-fill): Remove.
9535 (octave-indent-new-comment-line): Improve.
9536 (octave-mode): Use auto fill mode through
9537 comment-line-break-function and fill-nobreak-predicate.
9538 (octave-goto-function-definition): Support DEFUN_DLD.
9539 (octave-beginning-of-defun): Small tweak.
9540 (octave-help): Show parent directory.
9541
9542 2013-05-21 Glenn Morris <rgm@gnu.org>
9543
9544 * files.el (dired-unmark):
9545 * progmodes/gud.el (gdb-input): Update declarations.
9546
9547 * calculator.el (electric, ehelp): No need to load when compiling.
9548 (Electric-command-loop, electric-describe-mode): Declare.
9549
9550 * doc-view.el (doc-view-current-converter-processes): Move before use.
9551
9552 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9553 Move MODE-set-explicitly definition before use.
9554
9555 * international/mule-diag.el (mule-diag):
9556 Don't use obsolete window-system-version.
9557
9558 * mail/feedmail.el (smtpmail): No need to load when compiling.
9559 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
9560
9561 * mail/mail-utils.el (rfc822): No need to load when compiling.
9562 (rfc822-addresses): Autoload it.
9563 (mail-strip-quoted-names): Trivial simplification.
9564
9565 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
9566 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
9567
9568 * net/snmp-mode.el (tempo): Don't duplicate requires.
9569
9570 * progmodes/prolog.el (info): No need to load when compiling.
9571 (comint): Require before shell requires it.
9572 (Info-goto-node): Autoload it.
9573 (Info-follow-nearest-node): Declare.
9574 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
9575
9576 * textmodes/artist.el (picture-mode-exit): Declare.
9577
9578 * textmodes/reftex-parse.el (reftex-parse-from-file):
9579 Trivial rewrite so the compiler can parse it better.
9580
9581 2013-05-20 Leo Liu <sdl.web@gmail.com>
9582
9583 * progmodes/octave.el (octave-help-mode-map)
9584 (octave-help-mode-finish-hook): New variables.
9585 (octave-help-mode, octave-help-mode-finish): New functions.
9586 (octave-help): Use octave-help-mode.
9587
9588 2013-05-20 Glenn Morris <rgm@gnu.org>
9589
9590 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
9591
9592 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
9593
9594 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
9595 start at point, so that expansion starting right after opening
9596 slash in a regexp is recognized.
9597 (ruby-syntax-before-regexp-re): New defvar, extracted from
9598 ruby-syntax-propertize-function. Since the value of this regexp
9599 is looked up at runtime now, we should be able to turn
9600 `ruby-syntax-methods-before-regexp' into a defcustom later.
9601 (ruby-syntax-propertize-function): Split regexp matching into two
9602 parts, for opening and closing slashes. That allows us to skip
9603 over string interpolations and support multiline regexps.
9604 Don't call `ruby-syntax-propertize-expansions', instead use another rule
9605 for them, which calls `ruby-syntax-propertize-expansion'.
9606 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
9607 call to `ruby-syntax-propertize-function'.
9608 (ruby-syntax-propertize-expansion): Extracted from
9609 `ruby-syntax-propertize-expansions'. Handles one expansion.
9610 (ruby-syntax-propertize-percent-literal): Leave point right after
9611 the percent symbol, so that the expression expansion rule can
9612 propertize the contents.
9613 (ruby-syntax-propertize-heredoc): Leave point at bol following the
9614 heredoc openers.
9615 (ruby-syntax-propertize-expansions): Remove.
9616
9617 2013-05-18 Juri Linkov <juri@jurta.org>
9618
9619 * man.el (Man-default-man-entry): Remove `-' from the end
9620 of the default value. (Bug#14400)
9621
9622 2013-05-18 Glenn Morris <rgm@gnu.org>
9623
9624 * comint.el (comint-password-prompt-regexp):
9625 Allow "password for XXX" where XXX contains colons (eg https://...).
9626
9627 2013-05-18 Leo Liu <sdl.web@gmail.com>
9628
9629 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
9630 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
9631 (octave-source-directories): Don't check process.
9632 (octave-source-directories, octave-find-definition): Doc fix.
9633
9634 2013-05-18 Glenn Morris <rgm@gnu.org>
9635
9636 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
9637 Remove backspace/delete bindings. (Bug#14392)
9638
9639 * cus-dep.el (custom-make-dependencies): Sort the output.
9640 (custom-versions-load-alist): Convert comment to doc.
9641
9642 2013-05-17 Leo Liu <sdl.web@gmail.com>
9643
9644 * newcomment.el (comment-search-backward): Stricter in finding
9645 comment start. (Bug#14303)
9646
9647 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
9648 (octave-comment-start-skip): Properly anchored.
9649
9650 2013-05-17 Leo Liu <sdl.web@gmail.com>
9651
9652 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
9653 Clean up when turned off. (Bug#14395)
9654 (smie--highlight-matching-block-overlay): No longer buffer-local.
9655 (smie-highlight-matching-block): Adjust.
9656
9657 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
9658
9659 Doc string fix for "nanoseconds" (Bug#14406).
9660 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
9661 Fix doc string typo that had "nanoseconds" instead of "microseconds".
9662
9663 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
9664
9665 * calc/calc-units.el (math-extract-units): Preserve powers
9666 of units.
9667
9668 2013-05-17 Leo Liu <sdl.web@gmail.com>
9669
9670 * subr.el (delete-consecutive-dups): New function.
9671 * ido.el (ido-set-matches-1): Use it.
9672 * progmodes/octave.el (inferior-octave-completion-table): Use it.
9673 * ido.el (ido-remove-consecutive-dups): Remove.
9674
9675 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9676
9677 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9678 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
9679 regexp-opt's `words'.
9680
9681 2013-05-16 Leo Liu <sdl.web@gmail.com>
9682
9683 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
9684 (smie--highlight-matching-block-overlay)
9685 (smie--highlight-matching-block-lastpos)
9686 (smie--highlight-matching-block-timer): New variables.
9687 (smie-highlight-matching-block): New function.
9688 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
9689 (smie-setup): Conditionally enable smie-blink-matching-open.
9690
9691 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
9692
9693 Sync with upstream verilog-mode r840.
9694 * progmodes/verilog-mode.el (verilog-mode-version)
9695 (verilog-mode-release-date): Update.
9696 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
9697 (verilog-sig-tieoff): Fix string error on
9698 AUTORESET with colon define, bug594. Reported by Andrew Hou.
9699 (verilog-read-decls): Fix parameters confusing
9700 AUTOINST interfaces, bug565. Reported by Leith Johnson.
9701
9702 2013-05-16 Eli Zaretskii <eliz@gnu.org>
9703
9704 * subr.el (reveal-filename): New function.
9705
9706 * loadup.el: Compute Emacs executable versions on MS-Windows,
9707 where executables have the .exe extension. Add a hard link
9708 emacs-XX.YY.ZZ.exe on MS-Windows.
9709
9710 * Makefile.in (XARGS_LIMIT): New variable.
9711 (custom-deps, finder-data, autoloads)
9712 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9713 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9714 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
9715 (compile-main): Limit xargs according to $(XARGS_LIMIT).
9716
9717 2013-05-16 Leo Liu <sdl.web@gmail.com>
9718
9719 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
9720 (octave-mode-menu, octave-mode-map): Remove its uses.
9721
9722 2013-05-16 Reto Zimmermann <reto@gnu.org>
9723
9724 Sync with upstream vhdl mode v3.34.2.
9725 * progmodes/vhdl-mode.el: Use `push' throughout.
9726 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
9727 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
9728 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
9729 (vhdl-actual-generic-name): New option to derive actual generic name.
9730 (vhdl-port-paste-signals): Replace formal by actual generics.
9731 (vhdl-beautify): New name for old group vhdl-align. Update users.
9732 (vhdl-beautify-options): New option.
9733 (vhdl-last-input-event): New compat alias. Use throughout.
9734 (vhdl-goto-line): Replace user level function `goto-line'.
9735 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
9736 vhdl-fix-statement-buffer.
9737 (vhdl-create-mode-menu): Add some entries.
9738 (vhdl-align-region-groups): Respect vhdl-beautify-options.
9739 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
9740 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
9741 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
9742 to force statements on one line.
9743 (vhdl-remove-trailing-spaces-region):
9744 New, split from vhdl-remove-trailing-spaces.
9745 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
9746 Respect vhdl-beautify-options.
9747 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
9748 (vhdl-update-sensitivity-list): Not add with index if exists without.
9749 Not include array index with signal. Ignore keywords in comments.
9750 (vhdl-get-visible-signals): Regexp tweaks.
9751 (vhdl-template-component-inst): Handle empty library.
9752 (vhdl-template-type): Add template for 'enum' type.
9753 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
9754 Use vhdl-replace-string.
9755 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
9756 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
9757 (vhdl-speedbar-initialize): Update for above name change.
9758 (vhdl-compose-wire-components): Fix in handling of constants.
9759 (vhdl-error-regexp-emacs-alist): New variable.
9760 (vhdl-error-regexp-add-emacs): New function;
9761 adds support for new compile.el (Emacs 22+)
9762 (vhdl-generate-makefile-1): Change target order for single lib. units.
9763 Allow use of absolute file names.
9764
9765 2013-05-16 Leo Liu <sdl.web@gmail.com>
9766
9767 * simple.el (prog-indent-sexp): Indent enclosing defun.
9768
9769 2013-05-15 Glenn Morris <rgm@gnu.org>
9770
9771 * cus-start.el (show-trailing-whitespace): Move to editing basics.
9772 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
9773 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
9774 (whitespace-highlight): Move to whitespace group.
9775
9776 * comint.el (comint-source):
9777 * pcmpl-linux.el (pcmpl-linux):
9778 * shell.el (shell-faces):
9779 * eshell/esh-opt.el (eshell-opt):
9780 * international/ccl.el (ccl): Remove empty custom groups.
9781
9782 * completion.el (dynamic-completion-mode):
9783 * jit-lock.el (jit-lock-debug-mode):
9784 * minibuffer.el (completion-in-region-mode):
9785 * type-break.el (type-break-mode-line-message-mode)
9786 (type-break-query-mode):
9787 * emulation/tpu-edt.el (tpu-edt-mode):
9788 * progmodes/subword.el (global-subword-mode, global-superword-mode):
9789 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9790 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
9791
9792 * term/xterm.el (xterm): Change parent group to terminals.
9793
9794 * master.el (master): Remove empty custom group.
9795 (master-mode): Remove unused :group argument.
9796 * textmodes/refill.el (refill): Remove empty custom group.
9797 (refill-mode): Remove unused :group argument.
9798
9799 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
9800
9801 * cus-dep.el: Provide a feature.
9802 (custom-make-dependencies): Ignore dotfiles (dir-locals).
9803 Don't mistakenly ignore files whose basenames match a basename
9804 from preloaded-file-list (eg cedet/ede/simple.el).
9805 Add a fallback method for getting :group.
9806
9807 2013-05-15 Juri Linkov <juri@jurta.org>
9808
9809 * isearch.el (isearch-char-by-name): Rename from
9810 `isearch-insert-char-by-name'. Doc fix.
9811 (isearch-forward): Mention `isearch-char-by-name' in
9812 the docstring. (Bug#13348)
9813
9814 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
9815 `exit-minibuffer' instead of
9816 `isearch-nonincremental-exit-minibuffer'.
9817 (isearch-edit-string): Remove mention of
9818 `isearch-nonincremental-exit-minibuffer' from docstring.
9819 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
9820 (isearch-forward-exit-minibuffer)
9821 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
9822
9823 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9824
9825 * loadup.el: Just use unversioned DOC.
9826
9827 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
9828 literals as extending to EOB.
9829 (nxml-last-fontify-end): Remove unused variable.
9830 (nxml-after-change1): Use with-silent-modifications.
9831 (nxml-extend-after-change-region): Simplify.
9832 (nxml-extend-after-change-region1): Remove function.
9833 (nxml-after-change1): Don't adjust for dependent regions.
9834 (nxml-fontify-matcher): Simplify.
9835 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
9836 (xmltok-add-dependent): Remove function.
9837 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
9838 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
9839 (xmltok-scan-prolog-after-processing-instruction-open): Treat
9840 unclosed <[[, <?, comment, and other literals as extending to EOB.
9841 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
9842 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
9843 Remove functions.
9844 (rng-do-some-validation-1): Don't mark dependent regions.
9845 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
9846 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
9847 (nxml-clear-dependent-regions): Remove functions.
9848 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
9849 (nxml-ensure-scan-up-to-date):
9850 Don't clear&mark dependent regions.
9851
9852 2013-05-15 Leo Liu <sdl.web@gmail.com>
9853
9854 * progmodes/octave.el (octave-goto-function-definition):
9855 Improve and fix callers.
9856
9857 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9858
9859 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
9860 the setter (bug#14387).
9861
9862 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
9863 surrounding group (bug#14402).
9864
9865 2013-05-14 Juri Linkov <juri@jurta.org>
9866
9867 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
9868 (Bug#14390)
9869
9870 2013-05-14 Glenn Morris <rgm@gnu.org>
9871
9872 * progmodes/f90.el (f90-imenu-generic-expression):
9873 Fix typo in 2013-05-08 change. (Bug#14402)
9874
9875 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
9876
9877 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
9878 Remove signals for which replies are never received.
9879
9880 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
9881
9882 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
9883 (gdb-handler-alist, gdb-handler-number): Remove variables.
9884 (gdb-handler-list): New variable.
9885 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
9886 (gdb-pending-handler-p, gdb-handle-reply)
9887 (gdb-remove-all-pending-triggers): New functions.
9888 (gdb-discard-unordered-replies): New defcustom.
9889 (gdb-handler): New defstruct.
9890 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
9891 instead of gdb-pending-triggers. Update docstring.
9892 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
9893 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
9894 (gdb-var-update-handler, def-gdb-auto-update-trigger)
9895 (def-gdb-auto-update-handler, gdb-get-changed-registers)
9896 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
9897 (gdb-frame-handler): Pending triggers are now automatically managed.
9898 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
9899 Remove argument.
9900 (gdb-input): Automatically handles pending triggers. Update docstring.
9901 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
9902 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
9903 Update comments.
9904 (gdb-done-or-error): Now use gdb-handle-reply.
9905
9906 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
9907
9908 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
9909 gdb-debug-log.
9910
9911 2013-05-14 Glenn Morris <rgm@gnu.org>
9912
9913 * subr.el (user-emacs-directory-warning): New option.
9914 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
9915
9916 2013-05-14 Leo Liu <sdl.web@gmail.com>
9917
9918 * progmodes/octave.el (octave-font-lock-keywords): Fix error
9919 during redisplay.
9920 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
9921 (octave-font-lock-texinfo-comment): Fix invalid search bound
9922 error: wrong side of point.
9923
9924 2013-05-14 Glenn Morris <rgm@gnu.org>
9925
9926 * progmodes/flymake.el (flymake-xml-program): New option.
9927 (flymake-xml-init): Use it.
9928
9929 * term/xterm.el: Provide a feature.
9930
9931 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
9932
9933 2013-05-13 Glenn Morris <rgm@gnu.org>
9934
9935 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
9936 Add compat aliases as a hack workaround. (Bug#14384)
9937
9938 2013-05-13 Leo Liu <sdl.web@gmail.com>
9939
9940 * progmodes/octave.el (octave-indent-comment): Fix indentation for
9941 ###, and %!.
9942 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
9943 C-M-q.
9944 (octave-comment-start-skip): Include %!.
9945 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
9946
9947 2013-05-12 Leo Liu <sdl.web@gmail.com>
9948
9949 * progmodes/octave.el (inferior-octave-startup): Store the value
9950 of __octave_srcdir__ for octave-source-directories.
9951 (inferior-octave-check-process): New function refactored out of
9952 inferior-octave-send-list-and-digest.
9953 (octave-source-directories)
9954 (octave-find-definition-filename-function): New variables.
9955 (octave-source-directories)
9956 (octave-find-definition-default-filename): New functions.
9957 (octave-find-definition): Improve to find functions implemented in C++.
9958
9959 2013-05-12 Glenn Morris <rgm@gnu.org>
9960
9961 * calendar/diary-lib.el (diary-outlook-format-1):
9962 Don't include dayname in the output. (Bug#14349)
9963
9964 2013-05-11 Glenn Morris <rgm@gnu.org>
9965
9966 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
9967
9968 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
9969 Treat cc-provide like provide.
9970
9971 2013-05-11 Kevin Ryde <user42@zip.com.au>
9972
9973 * cus-dep.el (custom-make-dependencies):
9974 Use generated-autoload-load-name for the sake of files such
9975 such cedet/semantic/bovine/c.el, where the base file name
9976 is not in load-path. (Bug#5277)
9977
9978 2013-05-11 Glenn Morris <rgm@gnu.org>
9979
9980 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
9981 Provide features.
9982
9983 2013-05-11 Leo Liu <sdl.web@gmail.com>
9984
9985 * progmodes/octave.el (octave-indent-comment): Improve.
9986 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
9987 (octave-eldoc-function-signatures, octave-eldoc-function):
9988 New functions.
9989 (octave-mode, inferior-octave-mode): Add eldoc support.
9990
9991 2013-05-11 Richard Stallman <rms@gnu.org>
9992
9993 * epa.el (epa-decrypt-file): Take output file name as argument
9994 and read it using `interactive'.
9995
9996 2013-05-11 Leo Liu <sdl.web@gmail.com>
9997
9998 * progmodes/octave.el (octave-beginning-of-line)
9999 (octave-end-of-line): Check before using up-list because it jumps
10000 out of more syntactic contructs since moving to smie.
10001 (octave-indent-comment): New function.
10002 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
10003 (octave-begin-keywords, octave-end-keywords)
10004 (octave-reserved-words, octave-smie-bnf-table)
10005 (octave-smie-rules): Add new keywords from Octave 3.6.4.
10006
10007 2013-05-11 Glenn Morris <rgm@gnu.org>
10008
10009 * faces.el (internal-face-x-get-resource):
10010 * frame.el (ns-display-monitor-attributes-list):
10011 * calc/calc-aent.el (math-to-radians-2):
10012 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
10013 Fix declarations.
10014
10015 * calc/calc-menu.el: Make it loadable in isolation.
10016
10017 * net/eudcb-bbdb.el: Make it loadable without bbdb.
10018 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
10019 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
10020 (eudc-bbdb-query-internal): Require 'bbdb.
10021
10022 * lpr.el (lpr-headers-switches):
10023 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
10024
10025 * progmodes/sql.el (sql-login-params): Fix and improve :type.
10026
10027 * emulation/edt-mapper.el: In batch mode, error rather than hang.
10028
10029 * term.el (term-set-escape-char): Make it idempotent.
10030
10031 2013-05-10 Leo Liu <sdl.web@gmail.com>
10032
10033 * progmodes/octave.el (inferior-octave-completion-table):
10034 No longer a function and all uses changed. Use cache to speed up
10035 completion due to bug#11906.
10036 (octave-beginning-of-defun): Re-write to be more general.
10037
10038 2013-05-10 Glenn Morris <rgm@gnu.org>
10039
10040 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
10041
10042 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10043
10044 * comint.el (comint-redirect-send-command-to-process): Use :around
10045 rather than :override for comint-redirect-filter.
10046 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
10047 Call it instead of comint-redirect-original-filter-function (which
10048 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
10049
10050 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
10051
10052 * frame.el (display-monitor-attributes-list): Add NS case.
10053 (ns-display-monitor-attributes-list): Declare.
10054
10055 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
10056
10057 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
10058
10059 2013-05-09 Glenn Morris <rgm@gnu.org>
10060
10061 * international/fontset.el (vertical-centering-font-regexp):
10062 Set standard-value.
10063
10064 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
10065
10066 * bookmark.el (bookmark-search-delay):
10067 * cus-start.el (vertical-centering-font-regexp):
10068 * ps-mule.el (ps-mule-font-info-database-default):
10069 * ps-print.el (ps-default-fg, ps-default-bg):
10070 * type-break.el (type-break-good-break-interval):
10071 * whitespace.el (whitespace-indentation-regexp)
10072 (whitespace-space-after-tab-regexp):
10073 * emacs-lisp/testcover.el (testcover-1value-functions)
10074 (testcover-noreturn-functions, testcover-progn-functions)
10075 (testcover-prog1-functions):
10076 * emulation/viper-init.el (viper-emacs-state-cursor-color):
10077 * eshell/em-glob.el (eshell-glob-translate-alist):
10078 * play/tetris.el (tetris-tty-colors):
10079 * progmodes/cpp.el (cpp-face-default-list):
10080 * progmodes/flymake.el (flymake-allowed-file-name-masks):
10081 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
10082 (idlwave-help-browser-generic-args):
10083 * progmodes/make-mode.el (makefile-special-targets-list):
10084 * progmodes/python.el (python-shell-virtualenv-path):
10085 * progmodes/verilog-mode.el (verilog-active-low-regexp)
10086 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
10087 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
10088 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
10089 * textmodes/reftex-vars.el (reftex-format-label-function):
10090 * textmodes/remember.el (remember-diary-file): Fix custom types.
10091
10092 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
10093 Add :version.
10094
10095 2013-05-09 Leo Liu <sdl.web@gmail.com>
10096
10097 * progmodes/octave.el (inferior-octave-completion-at-point):
10098 Restore file completion. (Bug#14300)
10099 (inferior-octave-startup): Fix incorrect highlighting for the
10100 first prompt.
10101
10102 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10103
10104 * progmodes/ruby-mode.el: First cut at SMIE support.
10105 (ruby-use-smie): New var.
10106 (ruby-smie-grammar): New constant.
10107 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
10108 (ruby-smie--forward-token, ruby-smie--backward-token)
10109 (ruby-smie-rules): New functions.
10110 (ruby-mode-variables): Setup SMIE if applicable.
10111
10112 2013-05-08 Eli Zaretskii <eliz@gnu.org>
10113
10114 * simple.el (line-move-visual): Signal beginning/end of buffer
10115 only if vertical-motion moved less than it was requested. Avoids
10116 silly incorrect error messages when there are display strings with
10117 multiple newlines at EOL.
10118
10119 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10120
10121 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
10122 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
10123 (prolog-char-quote-workaround):
10124 * progmodes/cperl-mode.el (cperl-under-as-char):
10125 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
10126 Mark as obsolete.
10127 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
10128 their declaration.
10129 (vhdl-mode-syntax-table-init): Remove.
10130
10131 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
10132 last change.
10133
10134 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
10135 syntax for "_".
10136 (ld-script-font-lock-keywords):
10137 Change regexps to use things like \_< and \_>.
10138
10139 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
10140 Change all regexps to use things like \_< and \_>.
10141
10142 * progmodes/autoconf.el (autoconf-definition-regexp)
10143 (autoconf-font-lock-keywords, autoconf-current-defun-function):
10144 Handle a _ with symbol syntax.
10145 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
10146
10147 * progmodes/ada-mode.el (ada-mode-abbrev-table):
10148 Consolidate declaration.
10149 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
10150 the declaration.
10151 (ada-create-syntax-table): Remove.
10152 (ada-capitalize-word): Don't mess with the syntax of "_" since it
10153 already has the right syntax nowadays.
10154 (ada-goto-next-word): Don't change the syntax of "_".
10155
10156 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
10157 with-wrapper-hook.
10158
10159 2013-05-08 Sam Steingold <sds@gnu.org>
10160
10161 * thingatpt.el (thing-at-point): Accept optional second argument
10162 NO-PROPERTIES to strip the text properties from the return value.
10163 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
10164 to `thing-at-point' instead of stripping the properties ourselves.
10165 Also, when `thing-at-point' fails to find a url, prepend "http://"
10166 to the filename at point on the assumption that the user is
10167 pointing at something like gnu.org/gnu.
10168
10169 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
10170
10171 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
10172 * faces.el (crm-separator):
10173 Silence byte-compiler.
10174
10175 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
10176 (tool-bar-map): Remove unneeded defvars.
10177
10178 2013-05-08 Leo Liu <sdl.web@gmail.com>
10179
10180 Re-work a fix for bug#10994 based on Le Wang's patch.
10181 * ido.el (ido-remove-consecutive-dups): New helper.
10182 (ido-completing-read): Use it.
10183 (ido-chop): Revert fix for bug#10994.
10184
10185 2013-05-08 Adam Spiers <emacs@adamspiers.org>
10186
10187 * cus-edit.el (custom-save-variables):
10188 Pretty-print long values. (Bug#14187)
10189
10190 2013-05-08 Glenn Morris <rgm@gnu.org>
10191
10192 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
10193 (m4-mode-syntax-table): Init in the defvar.
10194 (m4-mode-abbrev-table): Let define-derived-mode define it.
10195
10196 2013-05-08 Tom Tromey <tromey@redhat.com>
10197
10198 * progmodes/m4-mode.el (m4-mode-syntax-table):
10199 Do not treat "_" as word constituent. (Bug#14167)
10200
10201 2013-05-07 Glenn Morris <rgm@gnu.org>
10202
10203 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
10204 Remove explicit eshell-isearch-cancel-map.
10205
10206 * progmodes/f90.el (f90-smart-end-names): New option.
10207 (f90-smart-end): Doc fix.
10208 (f90-end-block-optional-name): New constant.
10209 (f90-block-match): Respect f90-smart-end-names.
10210
10211 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10212
10213 * progmodes/octave.el (octave-smie-forward-token): Be more careful
10214 about implicit semi-colons (bug#14218).
10215
10216 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10217
10218 * frame.el (display-monitor-attributes-list)
10219 (frame-monitor-attributes): New functions.
10220
10221 2013-05-06 Leo Liu <sdl.web@gmail.com>
10222
10223 * progmodes/octave.el (octave-syntax-propertize-function): Change
10224 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
10225 (octave-font-lock-keywords): Use octave-operator-regexp.
10226 (octave-completion-at-point): Rename from
10227 octave-completion-at-point-function.
10228 (inferior-octave-directory-tracker): Robustify.
10229 (octave-text-functions): Remove and fix its uses. No such things
10230 any more.
10231
10232 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10233
10234 * emacs-lisp/trace.el (trace--display-buffer): New function.
10235 (trace-make-advice): Use it.
10236
10237 2013-05-06 Juri Linkov <juri@jurta.org>
10238
10239 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
10240 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
10241 Doc fix.
10242 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
10243 in the help string. (Bug#12985)
10244
10245 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
10246
10247 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
10248
10249 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10250
10251 * progmodes/perl-mode.el: Add support for here documents.
10252 (perl-syntax-propertize-function): Match here-doc markers.
10253 (perl-syntax-propertize-special-constructs): Find their end.
10254 (perl-imenu-generic-expression): Use [:alnum:].
10255
10256 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
10257 (advice--add-function): Refresh the advice if already present
10258 (bug#14317).
10259
10260 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
10261
10262 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
10263
10264 2013-05-06 Glenn Morris <rgm@gnu.org>
10265
10266 * w32-fns.el (w32-charset-info-alist): Declare.
10267
10268 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
10269 of its defcustom properties.
10270 (eshell-cmpl-initialize): No need to load pcomplete.
10271
10272 * generic-x.el: No need to require comint when compiling.
10273
10274 * net/eudc-export.el: Make it loadable without bbdb.
10275 (top-level): Use require rather than load-library.
10276 (eudc-create-bbdb-record, eudc-bbdbify-phone)
10277 (eudc-batch-export-records-to-bbdb)
10278 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
10279 Require bbdb.
10280
10281 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10282
10283 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
10284 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
10285 some tweaks, instead.
10286
10287 2013-05-05 Leo Liu <sdl.web@gmail.com>
10288
10289 * progmodes/octave.el (octave-font-lock-keywords)
10290 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
10291 (inferior-octave-send-list-and-digest): Improve error message.
10292 (octave-mode, inferior-octave-mode): Use setq-local.
10293 (octave-help): Set info-lookup-mode.
10294
10295 2013-05-05 Richard Stallman <rms@gnu.org>
10296
10297 * vc/compare-w.el (compare-windows-whitespace):
10298 Treat no-break space as whitespace.
10299
10300 * mail/rmailsum.el (rmail-summary-rmail-update):
10301 Detect empty summary and don't change selected message.
10302 (rmail-summary-goto-msg): Likewise.
10303
10304 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
10305 Doc fixes, rename args.
10306
10307 2013-05-05 Alan Mackenzie <acm@muc.de>
10308
10309 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
10310
10311 2013-05-05 Juri Linkov <juri@jurta.org>
10312
10313 * info.el (Info-read-subfile): Use (point-min) instead of (point)
10314 to not add the length of the summary segment to the return value.
10315 (Bug#14125)
10316
10317 2013-05-05 Leo Liu <sdl.web@gmail.com>
10318
10319 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
10320 (inferior-octave-output-filter): Remove.
10321 (octave-send-region, inferior-octave-startup): Fix callers.
10322 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
10323 (octave-binary-file-extensions): New user variable.
10324 (octave-find-definition): Confirm if opening binary files.
10325 (octave-help-file): Use octave-find-definition to get the binary
10326 confirmation.
10327 (octave-help): Adjust for octave-help-file change.
10328
10329 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10330
10331 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
10332 Merge the two entries that handle function definitions.
10333 (pascal--syntax-propertize): New const.
10334 (pascal-mode): Use it. Use setq-local.
10335
10336 2013-05-04 Glenn Morris <rgm@gnu.org>
10337
10338 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
10339 (diary-from-outlook): Respect diary-from-outlook-function.
10340
10341 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10342
10343 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
10344 Move the declaration from C.
10345 (read-minibuffer, eval-minibuffer): Move from C.
10346 (completion-setup-function): Avoid minibuffer-completion-contents.
10347
10348 2013-05-03 Leo Liu <sdl.web@gmail.com>
10349
10350 * progmodes/octave.el (octave-font-lock-keywords): Do not
10351 dehighlight 'end' in comments or strings.
10352 (octave-completing-read, octave-goto-function-definition):
10353 New helpers.
10354 (octave-help-buffer): New user variable.
10355 (octave-help-file, octave-help-function): New button types.
10356 (octave-help): New command and bind it to C-h ;.
10357 (octave-find-definition): New command and bind it to M-.
10358 (user-error): Alias to error if not defined.
10359
10360 2013-05-02 Leo Liu <sdl.web@gmail.com>
10361
10362 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
10363 for \. (bug#14332)
10364 (octave-font-lock-keywords): Include [ and {.
10365
10366 2013-05-02 Leo Liu <sdl.web@gmail.com>
10367
10368 * progmodes/octave.el (inferior-octave-startup-file): Change default.
10369 (inferior-octave): Remove calling comint-mode and return the buffer.
10370 (inferior-octave-startup): Cosmetic changes.
10371
10372 2013-05-02 Leo Liu <sdl.web@gmail.com>
10373
10374 * progmodes/octave.el (octave-syntax-propertize-function):
10375 Include the case when ' is at line beginning. (Bug#14336)
10376
10377 2013-05-02 Glenn Morris <rgm@gnu.org>
10378
10379 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
10380 * desktop.el (vc-dir-mode): Just autoload it here.
10381
10382 2013-05-02 Alan Mackenzie <acm@muc.de>
10383
10384 Eliminate variable c-standard-font-lock-fontify-region-function.
10385 * progmodes/cc-mode.el
10386 (c-standard-font-lock-fontify-region-function): Remove.
10387 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
10388
10389 2013-05-01 Leo Liu <sdl.web@gmail.com>
10390
10391 * progmodes/octave.el: Compatible with older emacs-24 releases.
10392 (inferior-octave-has-built-in-variables): Remove. Built-in
10393 variables were removed from Octave in 2007.
10394 (inferior-octave-startup): Fix uses.
10395 (comint-line-beginning-position): Remove compatibility code for
10396 emacs 21.
10397
10398 2013-05-01 Juri Linkov <juri@jurta.org>
10399
10400 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
10401
10402 2013-05-01 Juri Linkov <juri@jurta.org>
10403
10404 * comint.el (comint-previous-matching-input): Don't print message
10405 "History item: %d" when `isearch-mode' is active.
10406 (comint-history-isearch-message): Print message "History item: %d"
10407 when `comint-input-ring-index' is not empty and this function is
10408 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
10409
10410 2013-05-01 Leo Liu <sdl.web@gmail.com>
10411
10412 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
10413 definitions. Use completion-at-point to insert keywords.
10414 (octave-abbrev-start): Remove.
10415 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
10416
10417 2013-04-30 Leo Liu <sdl.web@gmail.com>
10418
10419 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
10420 change.
10421
10422 2013-04-30 Alan Mackenzie <acm@muc.de>
10423
10424 Handle arbitrarily long C++ member initialisation lists.
10425 * progmodes/cc-engine.el (c-back-over-member-initializers):
10426 new function.
10427 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
10428 (most) member init lists.
10429
10430 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10431
10432 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
10433 variable.
10434
10435 2013-04-30 Leo Liu <sdl.web@gmail.com>
10436
10437 * progmodes/octave.el (octave-variables): Remove. No builtin
10438 variables any more. All converted to functions.
10439 (octave-font-lock-keywords, octave-completion-at-point-function):
10440 Fix uses.
10441 (octave-font-lock-texinfo-comment): New user variable.
10442 (octave-texinfo-font-lock-keywords): New variable for texinfo
10443 comment block.
10444 (octave-function-comment-block): New face.
10445 (octave-font-lock-texinfo-comment): New function.
10446 (octave-mode): Font lock texinfo comment block.
10447
10448 2013-04-29 Leo Liu <sdl.web@gmail.com>
10449
10450 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
10451 indexing expression.
10452 (octave-continuation-string): Do not use \.
10453 (inferior-octave-complete-impossible): Remove.
10454 (inferior-octave-completion-table)
10455 (inferior-octave-completion-at-point): Remove its uses.
10456 (inferior-octave-startup): completion_matches was introduced to
10457 Octave in 1996 so safe to assume it.
10458 (octave-function-file-comment): Improve to follow how Octave does it.
10459 (octave-update-function-file-comment): Tweak.
10460
10461 2013-04-29 Leo Liu <sdl.web@gmail.com>
10462
10463 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
10464 (inferior-octave-startup): Remove inferior-octave-startup-hook.
10465 (octave-function-file-comment): Fix typo.
10466 (octave-sync-function-file-names): Use read-char-choice.
10467
10468 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
10469
10470 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
10471 to t for the less important warnings.
10472
10473 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
10474
10475 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
10476
10477 2013-04-27 Glenn Morris <rgm@gnu.org>
10478
10479 * vc/log-view.el (log-view-current-entry):
10480 Treat "---" separator lines as part of the following rev. (Bug#14169)
10481
10482 2013-04-27 Juri Linkov <juri@jurta.org>
10483
10484 * subr.el (read-number): Doc fix about using it by interactive
10485 code letter `n'. (Bug#14254)
10486
10487 2013-04-27 Juri Linkov <juri@jurta.org>
10488
10489 * desktop.el (desktop-auto-save-timeout): New option.
10490 (desktop-file-checksum): New variable.
10491 (desktop-save): Add optional arg `auto-save' and don't auto-save
10492 if nothing changed.
10493 (desktop-auto-save-timer): New variable.
10494 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
10495 (after-init-hook): Call `desktop-auto-save-set-timer'.
10496 Suggested by Reuben Thomas <rrt@sc3d.org> in
10497 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
10498
10499 2013-04-27 Leo Liu <sdl.web@gmail.com>
10500
10501 * progmodes/octave.el (octave-function-file-p)
10502 (octave-skip-comment-forward, octave-function-file-comment)
10503 (octave-update-function-file-comment): New functions.
10504 (octave-mode-map): Bind C-c ; to
10505 octave-update-function-file-comment.
10506 (octave-mode-menu): Add octave-update-function-file-comment.
10507 (octave-mode, inferior-octave-mode): Fix doc-string.
10508 (octave-insert-defun): Conform to Octave's coding convention.
10509 (Bug#14285)
10510
10511 * files.el (basic-save-buffer): Don't let errors in
10512 before-save-hook prevent saving buffer.
10513
10514 2013-04-20 Roland Winkler <winkler@gnu.org>
10515
10516 * faces.el (read-face-name): Use completing-read if arg multiple
10517 is nil.
10518
10519 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
10520
10521 * ls-lisp.el (ls-lisp-insert-directory): If no files are
10522 displayed, move point to after the totals line.
10523 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
10524 for the details.
10525
10526 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10527
10528 * emacs-lisp/package.el (package-autoload-ensure-default-file):
10529 Add current dir to the load-path.
10530 (package-generate-autoloads): Don't rely on
10531 autoload-ensure-default-file.
10532
10533 2013-04-26 Reuben Thomas <rrt@sc3d.org>
10534
10535 * textmodes/remember.el (remember-store-in-files): Document that
10536 the file name format is passed to `format-time-string'.
10537
10538 2013-04-26 Leo Liu <sdl.web@gmail.com>
10539
10540 * progmodes/octave.el (octave-sync-function-file-names): New function.
10541 (octave-mode): Use it in before-save-hook.
10542
10543 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10544
10545 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
10546 (bug#14274).
10547
10548 * progmodes/octave.el (octave-smie-forward-token): Properly skip
10549 \n and comment, even if it's not an implicit ; (bug#14218).
10550
10551 2013-04-26 Glenn Morris <rgm@gnu.org>
10552
10553 * subr.el (read-number): Once more use `read' rather than
10554 `string-to-number', to trap non-numeric input. (Bug#14254)
10555
10556 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
10557
10558 * emacs-lisp/syntax.el (syntax-propertize-multiline):
10559 Use `syntax-multiline' text property consistently instead of
10560 `font-lock-multiline'. (Bug#14237)
10561
10562 2013-04-26 Glenn Morris <rgm@gnu.org>
10563
10564 * emacs-lisp/shadow.el (list-load-path-shadows):
10565 No longer necessary to check for duplicate simple.el, since
10566 2012-07-07 change to init_lread to not include installation lisp
10567 directories in load-path when running uninstalled. (Bug#14270)
10568
10569 2013-04-26 Leo Liu <sdl.web@gmail.com>
10570
10571 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
10572 (octave-mode, inferior-octave-mode): Use setq-local.
10573 (octave-not-in-string-or-comment-p): Rename to
10574 octave-in-string-or-comment-p.
10575 (octave-in-comment-p, octave-in-string-p)
10576 (octave-in-string-or-comment-p): Replace defsubst with defun.
10577
10578 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
10579
10580 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
10581
10582 2013-04-25 Bastien Guerry <bzg@gnu.org>
10583
10584 * textmodes/remember.el (remember-data-directory)
10585 (remember-directory-file-name-format): Fix custom types.
10586
10587 2013-04-25 Leo Liu <sdl.web@gmail.com>
10588
10589 * progmodes/octave.el (octave-completion-at-point-function):
10590 Make use of inferior octave process.
10591 (octave-initialize-completions): Remove.
10592 (inferior-octave-completion-table): New function.
10593 (inferior-octave-completion-at-point): Use it.
10594 (octave-completion-alist): Remove.
10595
10596 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10597
10598 * progmodes/opascal.el: Use font-lock and syntax-propertize.
10599 (opascal-mode-syntax-table): New var.
10600 (opascal-literal-kind, opascal-is-literal-end)
10601 (opascal-literal-token-at): Rewrite.
10602 (opascal--literal-start-re, opascal-font-lock-keywords)
10603 (opascal--syntax-propertize): New constants.
10604 (opascal-font-lock-defaults): Adjust.
10605 (opascal-mode): Use them. Set comment-<foo> variables as well.
10606 (delphi-comment-face, opascal-comment-face, delphi-string-face)
10607 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
10608 (delphi-other-face, opascal-other-face): Remove face variables.
10609 (opascal-save-state): Remove macro.
10610 (opascal-fontifying-progress-step): Remove constant.
10611 (opascal--ignore-changes): Remove var.
10612 (opascal-set-token-property, opascal-parse-next-literal)
10613 (opascal-is-stable-literal, opascal-complete-literal)
10614 (opascal-is-literal-start, opascal-face-of)
10615 (opascal-parse-region, opascal-parse-region-until-stable)
10616 (opascal-fontify-region, opascal-after-change)
10617 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
10618 (opascal-debug-parse-region, opascal-debug-parse-window)
10619 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
10620 (opascal-debug-fontify-buffer): Remove.
10621 (opascal-debug-mode-map): Adjust accordingly.
10622
10623 2013-04-25 Leo Liu <sdl.web@gmail.com>
10624
10625 Merge octave-mod.el and octave-inf.el into octave.el with some
10626 cleanups.
10627 * progmodes/octave.el: New file renamed from octave-mod.el.
10628 * progmodes/octave-inf.el: Merged into octave.el.
10629 * progmodes/octave-mod.el: Renamed to octave.el.
10630
10631 2013-04-25 Tassilo Horn <tsdh@gnu.org>
10632
10633 * textmodes/reftex-vars.el
10634 (reftex-label-ignored-macros-and-environments): New defcustom.
10635
10636 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
10637
10638 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10639
10640 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
10641 (smie-indent-keyword): Improve the check to ensure that the next
10642 comment is really on the same line.
10643 (smie-indent-comment): Don't align with a subsequent closer (or eob).
10644
10645 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
10646 semi-colons if the line is not otherwise empty (bug#14218).
10647
10648 2013-04-25 Glenn Morris <rgm@gnu.org>
10649
10650 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
10651
10652 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10653
10654 * progmodes/opascal.el (opascal-set-token-property): Rename from
10655 opascal-set-text-properties and only set `token' (bug#14134).
10656 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
10657 (opascal-literal-text-properties): Remove.
10658 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
10659 Adjust callers.
10660
10661 2013-04-24 Reuben Thomas <rrt@sc3d.org>
10662
10663 * textmodes/remember.el (remember-handler-functions): Add an
10664 option for a new handler `remember-store-in-files'.
10665 (remember-data-directory, remember-directory-file-name-format):
10666 New options.
10667 (remember-store-in-files): New function to store remember notes
10668 as separate files within a directory.
10669
10670 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
10671
10672 * progmodes/compile.el (compilation-next-error-function):
10673 Pass "formats" to compilation-find-file (bug#11777).
10674
10675 2013-04-24 Glenn Morris <rgm@gnu.org>
10676
10677 * vc/vc-bzr.el (vc-bzr-print-log):
10678 * vc/vc-hg.el (vc-hg-print-log):
10679 * vc/vc-svn.el (vc-svn-print-log):
10680 Fix START-REVISION with LIMIT != 1. (Bug#14168)
10681
10682 * vc/vc-bzr.el (vc-bzr-print-log):
10683 * vc/vc-cvs.el (vc-cvs-print-log):
10684 * vc/vc-git.el (vc-git-print-log):
10685 * vc/vc-hg.el (vc-hg-print-log):
10686 * vc/vc-mtn.el (vc-mtn-print-log):
10687 * vc/vc-rcs.el (vc-rcs-print-log):
10688 * vc/vc-sccs.el (vc-sccs-print-log):
10689 * vc/vc-svn.el (vc-svn-print-log):
10690 * vc/vc.el (vc-print-log-internal): Doc fixes.
10691
10692 2013-04-23 Glenn Morris <rgm@gnu.org>
10693
10694 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
10695 Remove venerable code attempting to avoid substitute-command-keys.
10696
10697 2013-04-23 Tassilo Horn <tsdh@gnu.org>
10698
10699 * textmodes/reftex-vars.el (reftex-label-regexps):
10700 Call `reftex-compile-variables' after changes to this variable.
10701
10702 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10703
10704 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
10705 Use lexical-binding.
10706 (jit-lock-force-redisplay): Use markers, check buffer's continued
10707 existence and beware narrowed buffers.
10708 (jit-lock-fontify-now): Adjust call accordingly.
10709
10710 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10711
10712 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
10713 to avoid misleading the user.
10714
10715 2013-04-22 Leo Liu <sdl.web@gmail.com>
10716
10717 * info-look.el: Prefer latex2e.info. (Bug#14240)
10718
10719 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
10720
10721 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
10722
10723 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
10724 * net/tramp.el (tramp-call-process): ... here.
10725 (tramp-set-completion-function, tramp-parse-putty):
10726 * net/tramp-adb.el (tramp-adb-execute-adb-command):
10727 * net/tramp-gvfs.el (tramp-gvfs-send-command):
10728 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
10729 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
10730 (tramp-call-local-coding-command): Use `tramp-call-process'
10731 instead of `tramp-compat-call-process'.
10732
10733 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
10734 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
10735 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
10736 (tramp-find-inline-compress): Improve traces.
10737 (tramp-maybe-send-script): Check for Perl binary.
10738 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
10739
10740 2013-04-22 Daiki Ueno <ueno@gnu.org>
10741
10742 * epg.el (epg-context-pinentry-mode): New function.
10743 (epg-context-set-pinentry-mode): New function.
10744 (epg--start): Pass --pinentry-mode option to gpg command.
10745
10746 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
10747
10748 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
10749 `comint-dynamic-complete' is obsolete since 24.1, replaced by
10750 `completion-at-point'. (Bug#13774)
10751
10752 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
10753 default key binding for `describe-distribution' has been moved to
10754 `C-h C-o'. (Bug#13970)
10755
10756 2013-04-21 Glenn Morris <rgm@gnu.org>
10757
10758 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
10759 Add doc strings.
10760 (vc-print-log): Clarify interactive prompt.
10761
10762 2013-04-20 Glenn Morris <rgm@gnu.org>
10763
10764 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
10765 No longer include timestamp etc information.
10766
10767 2013-04-20 Roland Winkler <winkler@gnu.org>
10768
10769 * faces.el (read-face-name): Bug fix, return just one face if arg
10770 multiple is nil. (Bug#14209)
10771
10772 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10773
10774 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
10775 (remove-function): Autoload.
10776
10777 * comint.el (comint-redirect-original-filter-function): Remove.
10778 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
10779 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
10780 (vc-cvs-annotate-command):
10781 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
10782 * progmodes/prolog.el (prolog-consult-compile):
10783 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
10784 Use add/remove-function instead.
10785 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
10786 (gud-tooltip-process-output, gud-tooltip-tips):
10787 Use add/remove-function instead.
10788 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
10789 (scheme-interaction-mode, exit-scheme-interaction-mode):
10790 Use add/remove-function instead.
10791
10792 * vc/vc-dispatcher.el: Use lexical-binding.
10793 (vc--process-sentinel): Rename from vc-process-sentinel.
10794 Change last arg to be the code to run. Don't use vc-previous-sentinel
10795 and vc-sentinel-commands any more.
10796 (vc-exec-after): Allow code to be a function. Use add/remove-function.
10797 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
10798
10799 2013-04-19 Masatake YAMATO <yamato@redhat.com>
10800
10801 * progmodes/sh-script.el (sh-imenu-generic-expression):
10802 Handle function names with a single character. (Bug#14111)
10803
10804 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
10805
10806 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
10807 for subroutines defined in an eval (bug#14182).
10808
10809 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10810
10811 * bookmark.el (bookmark-completing-read): Improve handling of empty
10812 string (bug#14176).
10813
10814 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10815
10816 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
10817
10818 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
10819
10820 New faster Imenu implementation (bug#14058).
10821 * progmodes/python.el:
10822 (python-imenu-prev-index-position):
10823 (python-imenu-format-item-label-function)
10824 (python-imenu-format-parent-item-label-function)
10825 (python-imenu-format-parent-item-jump-label-function):
10826 New vars.
10827 (python-imenu-format-item-label)
10828 (python-imenu-format-parent-item-label)
10829 (python-imenu-format-parent-item-jump-label)
10830 (python-imenu--put-parent, python-imenu--build-tree)
10831 (python-imenu-create-index, python-imenu-create-flat-index)
10832 (python-util-popn): New functions.
10833 (python-mode): Set imenu-create-index-function to
10834 python-imenu-create-index.
10835
10836 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10837
10838 * winner.el (winner-active-region): Use region-active-p, activate-mark
10839 and deactivate-mark (bug#14225).
10840
10841 * simple.el (deactivate-mark): Don't inline it.
10842
10843 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
10844
10845 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
10846
10847 2013-04-18 Tassilo Horn <tsdh@gnu.org>
10848
10849 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
10850 file extensions from the archive-mode entry in order to prefer
10851 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
10852
10853 2013-04-18 Leo Liu <sdl.web@gmail.com>
10854
10855 * bindings.el (help-event-list): Add ?\?.
10856
10857 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10858
10859 * subr.el (with-wrapper-hook): Declare obsolete.
10860 * simple.el (filter-buffer-substring-function): New hook.
10861 (filter-buffer-substring): Use it.
10862 (filter-buffer-substring-functions): Mark obsolete.
10863 * minibuffer.el (completion-in-region-function): New hook.
10864 (completion-in-region): Use it.
10865 (completion-in-region-functions): Mark obsolete.
10866 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
10867 * abbrev.el (abbrev-expand-function): New hook.
10868 (expand-abbrev): Use it.
10869 (abbrev-expand-functions): Mark obsolete.
10870 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
10871 and :filter-return.
10872
10873 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10874
10875 * progmodes/python.el (python-nav--syntactically): Fix cornercases
10876 and do not care about match data.
10877
10878 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10879
10880 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
10881 completion tables when completing error conditions and
10882 `declare' arguments.
10883 (lisp-complete-symbol, field-complete): Mark as obsolete.
10884 (check-parens): Unmatched parens are user errors.
10885 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
10886
10887 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
10888
10889 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
10890 command changed buffer (ie. `flyspell-pre-buffer' is not current
10891 buffer), which prevents making decisions based on invalid value of
10892 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
10893 cause an error when `flyspell-pre-point' was nil after switching
10894 buffers.
10895 (flyspell-post-command-hook): No longer needs to change buffers when
10896 checking pre-word. While at it remove unnecessary progn.
10897
10898 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
10899
10900 * textmodes/ispell.el (ispell-add-per-file-word-list):
10901 Fix `flyspell-correct-word-before-point' error when accepting
10902 words and `coment-padding' is an integer by using
10903 `comment-normalize-vars' (Bug #14214).
10904
10905 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10906
10907 New defun movement commands.
10908 * progmodes/python.el (python-nav--syntactically)
10909 (python-nav--forward-defun, python-nav-backward-defun)
10910 (python-nav-forward-defun): New functions.
10911
10912 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10913
10914 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
10915 (python-syntax-context): Use named compiler-macro for backwards
10916 compatibility with Emacs 24.x.
10917
10918 2013-04-17 Leo Liu <sdl.web@gmail.com>
10919
10920 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
10921 octave-hide-process-buffer.
10922
10923 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10924
10925 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
10926 (bug#14216).
10927
10928 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
10929
10930 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
10931 Fix adjustment of offset when receiving incomplete responses from GDB
10932 (bug#14129).
10933
10934 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10935
10936 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
10937 python-mode-abbrev-table.
10938 (python-skeleton-define): Adjust accordingly.
10939 (python-mode-abbrev-table): New table that inherits from it so that
10940 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
10941
10942 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
10943 (abbrev-symbol): Use it.
10944 (abbrev--before-point): Use it since we already handle inheritance.
10945
10946 2013-04-16 Leo Liu <sdl.web@gmail.com>
10947
10948 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
10949 binding to info-lookup-symbol.
10950
10951 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
10952
10953 * minibuffer.el (completion--twq-all):
10954 * term/ns-win.el (ns-initialize-window-system):
10955 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
10956
10957 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10958
10959 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
10960 global bindings.
10961
10962 * doc-view.el (doc-view-start-process): Handle url-handler directories.
10963
10964 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
10965
10966 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
10967 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
10968 to nil.
10969 (ruby-end-of-defun): Remove the unused arg, change the docstring
10970 to reflect that this function is only used as the value of
10971 `end-of-defun-function'.
10972 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
10973 to reflect an earlier change that beginning/end-of-defun functions
10974 jump between methods in a class definition, as well as top-level
10975 functions.
10976
10977 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10978
10979 * minibuffer.el (minibuffer-complete): Don't just scroll
10980 a *Completions* that's been iconified.
10981 (minibuffer-force-complete): Make sure repetitions do cycle when going
10982 through completion-in-region -> minibuffer-complete.
10983
10984 2013-04-15 Alan Mackenzie <acm@muc.de>
10985
10986 Correct the placement of c-cpp-delimiters when there're #s not at
10987 col 0.
10988
10989 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
10990 place a submatch around the #.
10991 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
10992 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
10993 on the #, not BOL.
10994
10995 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10996
10997 * emacs-lisp/nadvice.el: Properly test names when adding advice.
10998 (advice--member-p): New arg `name'.
10999 (advice--add-function, advice-member-p): Use it (bug#14202).
11000
11001 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
11002
11003 Reformulate java imenu-generic-expression.
11004 The old expression contained ill formed regexps.
11005
11006 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
11007 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
11008 (cc-imenu-java-method-arg-regexp): New defconsts.
11009 (cc-imenu-java-build-type-args-regex): New defun.
11010 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
11011 handling of spaces in the regexp.
11012
11013 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11014
11015 * textmodes/ispell.el (ispell-command-loop): Remove
11016 flyspell highlight of a word when ispell accepts it (bug #14178).
11017
11018 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
11019
11020 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
11021 uses code from the previous `ange-ftp-run-real-handler'.
11022 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
11023 only in case that function exist. This is needed for proper
11024 unloading of Tramp.
11025
11026 2013-04-15 Tassilo Horn <tsdh@gnu.org>
11027
11028 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
11029
11030 * textmodes/reftex.el (reftex-compile-variables): Use it.
11031
11032 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11033
11034 * files.el (normal-mode): Only use default major-mode if no other mode
11035 was specified.
11036
11037 * emacs-lisp/trace.el (trace-values): New function.
11038
11039 * files.el: Allow : in local variables (bug#14089).
11040 (hack-local-variable-regexp): New var.
11041 (hack-local-variables-prop-line, hack-local-variables): Use it.
11042
11043 2013-04-13 Roland Winkler <winkler@gnu.org>
11044
11045 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
11046 data before it gets modified by bibtex-beginning-of-entry.
11047
11048 2013-04-13 Roland Winkler <winkler@gnu.org>
11049
11050 * textmodes/bibtex.el (bibtex-url): Doc fix.
11051
11052 2013-04-13 Roland Winkler <winkler@gnu.org>
11053
11054 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
11055 does not visit a BibTeX file, exclude it from the list of buffers
11056 returned by bibtex-initialize.
11057
11058 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
11059
11060 * window.el (split-window): Remove interactive form, since as a
11061 command this function is a special case of split-window-below.
11062 Correct doc string.
11063
11064 2013-04-12 Roland Winkler <winkler@gnu.org>
11065
11066 * faces.el (read-face-name): Do not override value of arg default.
11067 Allow single faces and strings as default values. Remove those
11068 elements from return value that are not faces.
11069 (describe-face): Simplify.
11070 (face-at-point): New optional args thing and multiple so that this
11071 function can provide the same functionality previously provided by
11072 read-face-name.
11073 (make-face-bold, make-face-unbold, make-face-italic)
11074 (make-face-unitalic, make-face-bold-italic, invert-face)
11075 (modify-face, read-face-and-attribute): Use face-at-point.
11076
11077 * cus-edit.el (customize-face, customize-face-other-window)
11078 * cus-theme.el (custom-theme-add-face)
11079 * face-remap.el (buffer-face-set)
11080 * facemenu.el (facemenu-set-face): Use face-at-point.
11081
11082 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
11083
11084 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
11085
11086 2013-04-10 Tassilo Horn <tsdh@gnu.org>
11087
11088 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
11089 off leading { and trailing } from field values.
11090
11091 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11092
11093 * emacs-lisp/timer.el (timer--check): New function.
11094 (timer--time, timer-set-function, timer-event-handler): Use it.
11095 (timer-set-idle-time): Simplify.
11096 (timer--activate): CSE.
11097 (timer-event-handler): Give more info in error message.
11098 (internal-timer-start-idle): New function, moved from C.
11099
11100 * mpc.el (mpc-proc): Add `restart' argument.
11101 (mpc-proc-cmd): Use it.
11102 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
11103 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
11104 less often.
11105
11106 2013-04-10 Masatake YAMATO <yamato@redhat.com>
11107
11108 * progmodes/sh-script.el: Implement `sh-mode' own
11109 `add-log-current-defun-function' (bug#14112).
11110 (sh-current-defun-name): New function.
11111 (sh-mode): Use the function.
11112
11113 2013-04-09 Bastien Guerry <bzg@gnu.org>
11114
11115 * simple.el (choose-completion-string): Fix docstring (bug#14163).
11116
11117 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11118
11119 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
11120
11121 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
11122 timer (bug#14156).
11123
11124 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
11125
11126 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
11127 declaration.
11128
11129 2013-04-07 Leo Liu <sdl.web@gmail.com>
11130
11131 * pcmpl-x.el: New file.
11132
11133 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
11134
11135 Do not set x-display-name until X connection is established.
11136 This is needed to prevent from weird situation described at
11137 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
11138 * frame.el (make-frame): Set x-display-name after call to
11139 window system initialization function, not before.
11140 * term/x-win.el (x-initialize-window-system): Add optional
11141 display argument and use it.
11142 * term/w32-win.el (w32-initialize-window-system):
11143 * term/ns-win.el (ns-initialize-window-system):
11144 * term/pc-win.el (msdos-initialize-window-system):
11145 Add compatible optional display argument.
11146
11147 2013-04-06 Eli Zaretskii <eliz@gnu.org>
11148
11149 * files.el (normal-backup-enable-predicate): On MS-Windows and
11150 MS-DOS compare truenames of temporary-file-directory and of the
11151 file, so that 8+3 aliases (usually found in $TEMP on Windows)
11152 don't fail comparison by compare-strings. Also, compare file
11153 names case-insensitively on MS-Windows and MS-DOS.
11154
11155 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11156
11157 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
11158 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
11159
11160 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
11161
11162 * whitespace.el (whitespace-color-on, whitespace-color-off):
11163 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
11164
11165 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
11166
11167 * ispell.el (ispell-set-spellchecker-params):
11168 Really set `ispell-args' for all equivs.
11169
11170 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11171
11172 * ido.el (ido-completions): Use extra elements of ido-decorations
11173 (bug#14143).
11174 (ido-decorations): Update docstring.
11175
11176 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
11177
11178 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
11179 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
11180 nil during initialization, in order not to miss changes since the
11181 file was opened. (Bug#14140)
11182
11183 2013-04-05 Leo Liu <sdl.web@gmail.com>
11184
11185 * kmacro.el (kmacro-call-macro): Fix bug#14135.
11186
11187 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
11188
11189 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
11190
11191 2013-04-04 Glenn Morris <rgm@gnu.org>
11192
11193 * electric.el (electric-pair-inhibit-predicate): Add :version.
11194
11195 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11196
11197 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
11198 when a package is required several times (bug#14082).
11199
11200 2013-04-04 Roland Winkler <winkler@gnu.org>
11201
11202 * faces.el (read-face-name): Behave as promised by the docstring.
11203 Assume that arg default is a list of faces.
11204 (describe-face): Call read-face-name with list of default faces.
11205
11206 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11207
11208 * bookmark.el: Fix deletion of bookmarks (bug#13972).
11209 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
11210 (bookmark-bmenu-execute-deletions): Only skip first line if it's
11211 the header.
11212 (bookmark-exit-hook-internal): Save even if list is empty.
11213
11214 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
11215
11216 * emacs-lisp/package.el (package-pinned-packages): New var.
11217 (package--add-to-archive-contents): Obey it (bug#14118).
11218
11219 2013-04-03 Alan Mackenzie <acm@muc.de>
11220
11221 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
11222 Also adapt to the new values of element 7 of a parse state.
11223
11224 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
11225 parameter `not-in-delimiter'. Handle being inside comment opener.
11226 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
11227 character in case we're typing a '*' after a '/'.
11228 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
11229 instead by passing the parameter to c-state-pp-to-literal.
11230
11231 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
11232 for elt. 7 of a parse state.
11233
11234 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
11235
11236 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
11237 * international/latin1-disp.el, international/mule-util.el:
11238 * language/cyril-util.el, language/european.el, language/ind-util.el:
11239 * language/lao-util.el, language/thai.el, language/tibet-util.el:
11240 * language/tibetan.el, language/viet-util.el:
11241 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
11242
11243 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11244
11245 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
11246 (electric-pair-post-self-insert-function): Use it.
11247 (electric-pair-default-inhibit): New function, extracted from
11248 electric-pair-post-self-insert-function.
11249
11250 2013-03-31 Roland Winkler <winkler@gnu.org>
11251
11252 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
11253
11254 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11255
11256 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
11257
11258 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
11259
11260 Un-indent after "pass" and "return" statements (Bug#13888)
11261 * progmodes/python.el (python-indent-block-enders): New var.
11262 (python-indent-calculate-indentation): Use it.
11263
11264 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
11265
11266 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
11267 defun. Defining it as defalias could introduce too eager
11268 byte-compiler optimization. (Bug#14030)
11269
11270 2013-03-30 Chong Yidong <cyd@gnu.org>
11271
11272 * iswitchb.el (iswitchb-read-buffer): Fix typo.
11273
11274 2013-03-30 Leo Liu <sdl.web@gmail.com>
11275
11276 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
11277 (kmacro-execute-from-register): Pass the keyboard macro to
11278 kmacro-call-macro or repeating won't work correctly.
11279
11280 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
11281
11282 * progmodes/subword.el: Back to using `forward-symbol'.
11283
11284 * subr.el (forward-whitespace, forward-symbol)
11285 (forward-same-syntax): Move from thingatpt.el.
11286
11287 2013-03-29 Leo Liu <sdl.web@gmail.com>
11288
11289 * kmacro.el (kmacro-to-register): New command.
11290 (kmacro-execute-from-register): New function.
11291 (kmacro-keymap): Bind to 'x'. (Bug#14071)
11292
11293 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11294
11295 * mpc.el: Use defvar-local and setq-local.
11296 (mpc--proc-connect): Connection failures are not bugs.
11297 (mpc-mode-map): `follow-link' only applies to the buffer's content.
11298 (mpc-volume-map): Bind to the up-events.
11299
11300 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11301
11302 * progmodes/subword.el (superword-mode): Use `forward-sexp'
11303 instead of `forward-symbol'.
11304
11305 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11306
11307 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
11308 (edebug--recursive-edit): Use it.
11309 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
11310 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
11311
11312 2013-03-28 Leo Liu <sdl.web@gmail.com>
11313
11314 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
11315
11316 2013-03-27 Eli Zaretskii <eliz@gnu.org>
11317
11318 * facemenu.el (list-colors-callback): New defvar.
11319 (list-colors-redisplay): New function.
11320 (list-colors-display): Install list-colors-redisplay as the
11321 revert-buffer-function. (Bug#14063)
11322
11323 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11324
11325 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
11326 and suffixes don't overlap (bug#14061).
11327
11328 * case-table.el: Use lexical-binding.
11329 (case-table-get-table): New function.
11330 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
11331
11332 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
11333
11334 * progmodes/subword.el: Add `superword-mode' to do word motion
11335 over symbol_words (parallels and leverages `subword-mode' which
11336 does word motion inside MixedCaseWords).
11337
11338 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
11339
11340 * eshell/em-unix.el: Move su and sudo to...
11341 * eshell/em-tramp.el: ...Eshell tramp module.
11342
11343 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11344
11345 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
11346 Change return value to be a sexp. Delay `get-buffer' to after
11347 restoring the desktop (bug#13951).
11348
11349 2013-03-26 Leo Liu <sdl.web@gmail.com>
11350
11351 * register.el: Move semantic tag handling back to
11352 cedet/semantic/senator.el. (Bug#14052)
11353
11354 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11355
11356 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
11357 into the prompt either (bug#13963).
11358
11359 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11360
11361 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
11362 part of "(error-foo)".
11363
11364 2013-03-24 Juri Linkov <juri@jurta.org>
11365
11366 * replace.el (list-matching-lines-prefix-face): New defcustom.
11367 (occur-1): Pass `list-matching-lines-prefix-face' to the function
11368 `occur-engine' if `face-differs-from-default-p' returns t.
11369 (occur-engine): Add `,' inside backquote construct to evaluate
11370 `prefix-face'. Propertize the prefix with the `prefix-face' face.
11371 Pass `prefix-face' to the functions `occur-context-lines' and
11372 `occur-engine-add-prefix'.
11373 (occur-engine-add-prefix, occur-context-lines): Add optional arg
11374 `prefix-face' and propertize the prefix with `prefix-face'.
11375 (Bug#14017)
11376
11377 2013-03-24 Leo Liu <sdl.web@gmail.com>
11378
11379 * nxml/rng-valid.el (rng-validate-while-idle)
11380 (rng-validate-quick-while-idle): Guard against deleted buffer.
11381 (Bug#13999)
11382
11383 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
11384 is the last entry in kill-buffer-hook.
11385
11386 * files.el (kill-buffer-hook): Doc fix.
11387
11388 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
11389
11390 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
11391 Make it safe-local.
11392
11393 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
11394
11395 2013-03-23 Leo Liu <sdl.web@gmail.com>
11396
11397 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
11398 Remove.
11399
11400 * nxml/rng-valid.el (rng-validate-mode)
11401 (rng-after-change-function, rng-do-some-validation):
11402 * nxml/rng-maint.el (rng-validate-buffer):
11403 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
11404 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
11405 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
11406 (nxml-extend-after-change-region): Use with-silent-modifications.
11407
11408 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
11409 timer-idle-list.
11410
11411 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
11412 (rng-next-error-1, rng-previous-error-1): Do not let-bind
11413 timer-idle-list. (Bug#13999)
11414
11415 2013-03-23 Juri Linkov <juri@jurta.org>
11416
11417 * info.el (info-index-match): New face.
11418 (Info-index, Info-apropos-matches): Add a nested subgroup to the
11419 main pattern and add text properties with the new face to matches
11420 in index entries relative to the beginning of the index entry.
11421 (Bug#14015)
11422
11423 2013-03-21 Eric Ludlam <zappo@gnu.org>
11424
11425 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
11426 Inhibit read only while inserting objects.
11427
11428 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
11429
11430 * progmodes/cfengine.el: Update docs to mention
11431 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
11432 symbol motion. Remove "_" from the word syntax.
11433
11434 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
11435
11436 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
11437 syntax for both `cfengine2-mode' and `cfengine3-mode'.
11438
11439 2013-03-20 Juri Linkov <juri@jurta.org>
11440
11441 * info.el (Info-next-reference-or-link)
11442 (Info-prev-reference-or-link): New functions.
11443 (Info-next-reference, Info-prev-reference): Use them.
11444 (Info-try-follow-nearest-node): Handle footnote navigation.
11445 (Info-fontify-node): Fontify footnotes. (Bug#13989)
11446
11447 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11448
11449 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
11450 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
11451
11452 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
11453
11454 Suppress unnecessary non-ASCII chatter during build process.
11455 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
11456 (batch-skkdic-convert): Suppress most of the chatter.
11457 It's not needed so much now that machines are faster,
11458 and its non-ASCII component was confusing; see Dmitry Gutov in
11459 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
11460
11461 2013-03-20 Leo Liu <sdl.web@gmail.com>
11462
11463 * ido.el (ido-chop): Fix bug#10994.
11464
11465 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
11466
11467 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
11468 Remove vars.
11469 (whitespace-color-on, whitespace-color-off):
11470 Use `font-lock-fontify-buffer' (Bug#13817).
11471
11472 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
11473
11474 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
11475 remapping in mode-line.
11476 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
11477
11478 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
11479
11480 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
11481 value for `whitespace-line' face (Bug#13875).
11482 (whitespace-font-lock-keywords): Change description.
11483 (whitespace-color-on): Don't save `font-lock-keywords' value, save
11484 the constructed keywords instead.
11485 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
11486
11487 2013-03-19 Leo Liu <sdl.web@gmail.com>
11488
11489 * progmodes/compile.el (compilation-display-error): New command.
11490 (compilation-mode-map, compilation-minor-mode-map): Bind it to
11491 C-o. (Bug#13992)
11492
11493 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
11494
11495 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
11496
11497 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
11498
11499 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
11500
11501 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
11502
11503 * net/tramp-compat.el (tramp-compat-user-error): New defun.
11504
11505 * net/tramp-adb.el (tramp-adb-handle-shell-command):
11506 * net/tramp-gvfs.el (top):
11507 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
11508 (tramp-handle-shell-command): Use it.
11509 (tramp-dissect-file-name): Raise an error when hostname is a
11510 method name, and neither method nor user is specified.
11511
11512 * net/trampver.el: Update release number.
11513
11514 2013-03-18 Leo Liu <sdl.web@gmail.com>
11515
11516 Make sure eldoc can be turned off properly.
11517 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
11518 eldoc-mode.
11519 (eldoc-display-message-p): Revert last change.
11520 (eldoc-display-message-no-interference-p)
11521 (eldoc-print-current-symbol-info): Tweak.
11522
11523 2013-03-18 Tassilo Horn <tsdh@gnu.org>
11524
11525 * doc-view.el (doc-view-new-window-function): Check the new window
11526 overlay's display property instead the char property of the
11527 buffer's first char. Use `with-selected-window' instead of
11528 `save-window-excursion' with `select-window'.
11529 (doc-view-document->bitmap): Check the current doc-view overlay's
11530 display property instead the char property of the buffer's first char.
11531
11532 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
11533
11534 Automate the build of ja-dic.el (Bug#13984).
11535 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
11536 from the input, rather than assume that it's been done for us by the
11537 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
11538 the current date into a ja-dic.el comment, as that complicates
11539 regression testing.
11540
11541 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11542
11543 * whitespace.el: Fix double evaluation.
11544 (whitespace-space, whitespace-hspace, whitespace-tab)
11545 (whitespace-newline, whitespace-trailing, whitespace-line)
11546 (whitespace-space-before-tab, whitespace-indentation)
11547 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
11548 obsolete defvars.
11549 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
11550 (whitespace-color-on): Use a single font-lock-add-keywords call.
11551 Fix double-evaluation of face variables.
11552
11553 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
11554
11555 * net/tramp-adb.el (tramp-adb-parse-device-names):
11556 Use `start-process' instead of `call-process'. Otherwise, the
11557 function might be blocked under MS Windows. (Bug#13299)
11558
11559 2013-03-17 Leo Liu <sdl.web@gmail.com>
11560
11561 Extend eldoc to display info in the mode-line. (Bug#13978)
11562 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
11563 (eldoc-mode-line-string): New variable.
11564 (eldoc-minibuffer-message): New function.
11565 (eldoc-message-function): New variable.
11566 (eldoc-message): Use it.
11567 (eldoc-display-message-p)
11568 (eldoc-display-message-no-interference-p):
11569 Support eldoc-post-insert-mode.
11570
11571 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
11572 (eval-expression): Run it.
11573
11574 2013-03-17 Roland Winkler <winkler@gnu.org>
11575
11576 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
11577 strings in the list of return values.
11578
11579 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11580
11581 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
11582 radix before checking for HMS forms.
11583
11584 2013-03-16 Leo Liu <sdl.web@gmail.com>
11585
11586 * progmodes/scheme.el: Add indentation and font-locking for λ.
11587 (Bug#13975)
11588
11589 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11590
11591 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
11592 token before point (bug#13942).
11593
11594 2013-03-16 Leo Liu <sdl.web@gmail.com>
11595
11596 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
11597
11598 2013-03-16 Eli Zaretskii <eliz@gnu.org>
11599
11600 * startup.el (command-line-normalize-file-name): Fix handling of
11601 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
11602 <xfq.free@gmail.com> in
11603 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
11604
11605 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
11606
11607 Sync with Tramp 2.2.7.
11608
11609 * net/trampver.el: Update release number.
11610
11611 2013-03-14 Tassilo Horn <tsdh@gnu.org>
11612
11613 * doc-view.el: Fix bug#13887.
11614 (doc-view-insert-image): Don't modify overlay associated to
11615 non-live windows, and implement horizontal centering of image in
11616 case it's smaller than the window.
11617 (doc-view-new-window-function): Force redisplay of new windows on
11618 doc-view buffers.
11619
11620 2013-03-13 Karl Fogel <kfogel@red-bean.com>
11621
11622 * saveplace.el (save-place-alist-to-file): Don't sort
11623 `save-place-alist', just pretty-print it (bug#13882).
11624
11625 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
11626
11627 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
11628 Check whether `default-file-name-coding-system' is bound.
11629 It isn't in XEmacs.
11630
11631 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11632
11633 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
11634 backquotes for `obsolete' (bug#13929).
11635
11636 * international/mule.el (find-auto-coding): Include file name in
11637 obsolescence warning (bug#13922).
11638
11639 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
11640
11641 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
11642 for CFEngine 3-specific indentation.
11643 (cfengine3-indent-line): Use it. Fix up category regex.
11644 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
11645
11646 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11647
11648 * type-break.el (type-break-file-name):
11649 * textmodes/remember.el (remember-data-file):
11650 * strokes.el (strokes-file):
11651 * shadowfile.el (shadow-initialize):
11652 * saveplace.el (save-place-file):
11653 * ps-bdf.el (bdf-cache-file):
11654 * progmodes/idlwave.el (idlwave-config-directory):
11655 * net/quickurl.el (quickurl-url-file):
11656 * international/kkc.el (kkc-init-file-name):
11657 * ido.el (ido-save-directory-list-file):
11658 * emulation/viper.el (viper-custom-file-name):
11659 * emulation/vip.el (vip-startup-file):
11660 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
11661 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
11662
11663 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
11664
11665 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
11666 * language/thai-word.el: Switch to UTF-8.
11667
11668 See ChangeLog.16 for earlier changes.
11669
11670 ;; Local Variables:
11671 ;; coding: utf-8
11672 ;; End:
11673
11674 Copyright (C) 2011-2013 Free Software Foundation, Inc.
11675
11676 This file is part of GNU Emacs.
11677
11678 GNU Emacs is free software: you can redistribute it and/or modify
11679 it under the terms of the GNU General Public License as published by
11680 the Free Software Foundation, either version 3 of the License, or
11681 (at your option) any later version.
11682
11683 GNU Emacs is distributed in the hope that it will be useful,
11684 but WITHOUT ANY WARRANTY; without even the implied warranty of
11685 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11686 GNU General Public License for more details.
11687
11688 You should have received a copy of the GNU General Public License
11689 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.