]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/textmodes/css-mode.el (scss-mode): Fix typo.
[gnu-emacs] / lisp / ChangeLog
1 2015-01-01 Simen Heggestøyl <simenheg@gmail.com> (tiny change)
2
3 * textmodes/css-mode.el (scss-mode): Fix typo (bug#19446).
4
5 2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
6
7 Less 'make' chatter in lisp directory
8 * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
9 (am__v_GEN_0, am__v_GEN_1): New macros, from ../src/Makefile.in.
10 (custom-deps, finder-data, autoloads, update-subdirs): Use them.
11
12 2014-12-31 Filipp Gunbin <fgunbin@fastmail.fm>
13
14 * info.el (info-display-manual): Limit the completion alternatives
15 to currently visited manuals if prefix argument is non-nil.
16
17 2014-12-30 Paul Eggert <eggert@cs.ucla.edu>
18
19 * Makefile.in (semantic): Simplify.
20
21 2014-12-30 Juri Linkov <juri@linkov.net>
22
23 * net/eww.el (eww-isearch-next-buffer): New function.
24 (eww-mode): Set multi-isearch-next-buffer-function to it.
25
26 2014-12-30 Dmitry Gutov <dgutov@yandex.ru>
27
28 * progmodes/xref.el (xref-find-definitions): Mention "no
29 identifier at point" case in the docstring.
30
31 * menu-bar.el (menu-bar-goto-uses-etags-p): New function.
32 (menu-bar-goto-menu): Use it to show or hide the `set-tags-name'
33 and `separator-tag-file' items.
34
35 2014-12-29 Paul Eggert <eggert@cs.ucla.edu>
36
37 * obsolete/pc-select.el (pc-selection-mode): Use system-type.
38 This is instead of system-name, which is both wrong here and obsolete.
39
40 2014-12-29 Dmitry Gutov <dgutov@yandex.ru>
41
42 * menu-bar.el (menu-bar-next-tag-other-window)
43 (menu-bar-next-tag): Remove.
44
45 2014-12-29 K. Handa <handa@gnu.org>
46
47 * international/mule.el (make-translation-table-from-alist):
48 Accept nil or zero-length vector for FROM and TO.
49
50 2014-12-29 Lars Ingebrigtsen <larsi@gnus.org>
51
52 * net/eww.el (eww-mode): Truncate overlong lines for prettier
53 display when resizing.
54
55 * net/shr.el (shr-width): Default to using the window width when
56 rendering.
57
58 2014-12-29 Dmitry Gutov <dgutov@yandex.ru>
59
60 Unbreak jumping to an alias's definition.
61
62 * emacs-lisp/find-func.el (find-function-library): Return a pair
63 (ORIG-FUNCTION . LIBRARY) instead of just its second element.
64 (find-function-noselect): Use it.
65
66 * progmodes/elisp-mode.el (elisp--xref-identifier-file): Rename to
67 `elisp--xref-identifier-location', incorporate logic from
68 `elisp--xref-find-definitions', use the changed
69 `find-function-library' return value.
70
71 2014-12-29 Juri Linkov <juri@linkov.net>
72
73 * comint.el (comint-history-isearch-message): Use field-beginning
74 instead of comint-line-beginning-position - that's more fixes for
75 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html
76 (comint-history-isearch-message): Fix args of isearch-message-prefix.
77
78 2014-12-29 Juri Linkov <juri@linkov.net>
79
80 * vc/vc-dir.el (vc-dir-display-file): New command (bug#19450).
81 (vc-dir-mode-map): Bind it to "\C-o".
82 (vc-dir-menu-map): Add it to menu.
83
84 2014-12-29 Dmitry Gutov <dgutov@yandex.ru>
85
86 * progmodes/etags.el (find-tag-other-window)
87 (find-tag-other-frame, find-tag-regexp, tags-loop-continue)
88 (tags-apropos): Declare obsolete.
89
90 * menu-bar.el (menu-bar-goto-menu): Replace all but one etags item
91 with xref ones.
92
93 2014-12-28 Eli Zaretskii <eliz@gnu.org>
94
95 * international/mule.el (define-coding-system): Fix typos in the
96 doc string.
97
98 2014-12-28 Kenichi Handa <handa@gnu.org>
99
100 * international/mule.el (define-coding-system): Improve the doc
101 string.
102
103 2014-12-28 Ivan Shmakov <ivan@siamics.net>
104
105 * net/shr.el (shr-tag-table): Fix handling of tbody/header/footer
106 elements in tables (bug#19444).
107
108 * net/eww.el (eww-handle-link): Fix typo in "up" rel handling
109 (bug#19445).
110
111 2014-12-28 Juri Linkov <juri@linkov.net>
112
113 * vc/compare-w.el: Require diff-mode for diff faces.
114 (compare-windows-removed, compare-windows-added): New faces
115 inheriting from diff faces.
116 (compare-windows): Define obsolete face alias.
117 (compare-windows-highlight): Replace face `compare-windows' with
118 new faces `compare-windows-added' and `compare-windows-removed'
119 (bug#19451).
120 (compare-windows-get-recent-window): Signal an error when
121 no other window is found (bug#19170).
122
123 2014-12-27 Dmitry Gutov <dgutov@yandex.ru>
124
125 * progmodes/elisp-mode.el (elisp--xref-identifier-file):
126 Skip features that have no sources.
127
128 * simple.el (execute-extended-command):
129 When `suggest-key-bindings' is nil, don't.
130
131 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
132
133 python.el: Native readline completion.
134
135 * progmodes/python.el (python-shell-completion-native-disabled-interpreters)
136 (python-shell-completion-native-enable)
137 (python-shell-completion-native-output-timeout): New defcustoms.
138 (python-shell-completion-native-interpreter-disabled-p)
139 (python-shell-completion-native-try)
140 (python-shell-completion-native-setup)
141 (python-shell-completion-native-turn-off)
142 (python-shell-completion-native-turn-on)
143 (python-shell-completion-native-turn-on-maybe)
144 (python-shell-completion-native-turn-on-maybe-with-msg)
145 (python-shell-completion-native-toggle): New functions.
146 (python-shell-completion-native-get-completions): New function.
147 (python-shell-completion-at-point): Use it.
148
149 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
150
151 python.el: Enhance shell user interaction and deprecate
152 python-shell-get-or-create-process.
153
154 * progmodes/python.el
155 (python-shell-get-process-or-error): New function.
156 (python-shell-with-shell-buffer): Use it.
157 (python-shell-send-string, python-shell-send-region)
158 (python-shell-send-buffer, python-shell-send-defun)
159 (python-shell-send-file, python-shell-switch-to-shell): Use it.
160 Add argument MSG to display user-friendly message when no process
161 is running.
162 (python-shell-switch-to-shell): Call pop-to-buffer with NORECORD.
163 (python-shell-make-comint): Rename argument SHOW from POP. Use
164 display-buffer instead of pop-to-buffer.
165 (run-python): Doc fix. Return process.
166 (python-shell-get-or-create-process): Make obsolete.
167
168 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
169
170 * progmodes/python.el (python-shell-buffer-substring): Handle
171 cornercase when region sent starts at point-min.
172
173 2014-12-27 Eli Zaretskii <eliz@gnu.org>
174
175 * language/misc-lang.el (composition-function-table): Add Syriac
176 characters and also ZWJ/ZWNJ. See
177 http://lists.gnu.org/archive/html/help-gnu-emacs/2014-12/msg00248.html
178 for the details.
179
180 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
181
182 python.el: Fix message when sending region.
183
184 * progmodes/python.el (python-shell-send-region): Rename argument
185 send-main from nomain. Fix message.
186 (python-shell-send-buffer): Rename argument send-main from arg.
187
188 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
189
190 python.el: Cleanup temp files even with eval errors.
191
192 * progmodes/python.el (python-shell-send-file): Make file-name
193 mandatory. Fix temp file removal in the majority of cases.
194
195 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
196
197 python.el: Handle file encoding for shell.
198
199 * progmodes/python.el (python-rx-constituents): Add coding-cookie.
200 (python-shell--save-temp-file): Write file with proper encoding.
201 (python-shell-buffer-substring): Add coding cookie for detected
202 encoding to generated content. Fix blank lines when removing
203 if-name-main block.
204 (python-shell-send-file): Handle file encoding.
205 (python-info-encoding-from-cookie)
206 (python-info-encoding): New functions.
207
208 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
209
210 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
211 Use `tramp-rsh-end-of-line', it ought to be more robust.
212
213 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
214
215 * progmodes/js.el (js-syntax-propertize): "return" can't be divided
216 (bug#19397).
217
218 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
219
220 * net/tramp.el (tramp-read-passwd): Ignore errors from `auth-source-*'.
221
222 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Use "\n"
223 as end-of-line delimeter for passwords, when running on MS Windows.
224
225 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * progmodes/sh-script.el (sh-set-shell): Don't change the global value
228 of indent-line-function (bug#19433).
229
230 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
231
232 Fix line numbers on Python shell.
233 * progmodes/python.el (python-shell--save-temp-file): Do not
234 append coding cookie.
235 (python-shell-send-string): Generalize for
236 python-shell-send-region.
237 (python--use-fake-loc): Delete var.
238 (python-shell-buffer-substring): Cleanup fake-loc logic.
239 (python-shell-send-region): Remove fake-loc logic, simplify.
240
241 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
242
243 * progmodes/python.el (python-indent-post-self-insert-function):
244 Make colon to re-indent only for dedenters, handling
245 multiline-statements gracefully.
246
247 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
248
249 * net/tramp.el (tramp-handle-insert-file-contents):
250 Set `find-file-not-found-functions' in case of errors. (Bug#18623)
251
252 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
253
254 * net/tramp-sh.el (tramp-send-command-and-read): New optional
255 arg MARKER.
256 (tramp-get-remote-path): Use it.
257
258 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * lisp/subr.el (redisplay-dont-pause): Mark as obsolete.
261
262 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
263
264 * net/tramp.el (tramp-error-with-buffer): Call `message' properly.
265 (tramp-accept-process-output): Use nil as argument for
266 `accept-process-output', when there is a gateway prepended.
267
268 * net/tramp-gw.el (tramp-gw-open-connection): Suppress traces in
269 wrong debug buffer.
270 (tramp-gw-open-connection): Set process coding system 'binary.
271 (tramp-gw-open-network-stream): Handle HTTP error 403.
272
273 * net/tramp-sh.el (tramp-compute-multi-hops): Suppress traces in
274 wrong debug buffer.
275 (tramp-maybe-open-connection): Set connection property "gateway".
276
277 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
278
279 * subr.el (sit-for): Tweak docstring (bug#19381).
280
281 2014-12-27 Dmitry Gutov <dgutov@yandex.ru>
282
283 * vc/vc-git.el (vc-git-after-dir-status-stage): Move `up-to-date'
284 stage to after `diff-index' (bug#19386).
285
286 2014-12-27 João Távora <joaotavora@gmail.com>
287
288 * textmodes/tex-mode.el (tex-insert-quote): Consider and respect
289 `electric-pair-mode' (bug#19356).
290
291 2014-12-27 Dmitry Gutov <dgutov@yandex.ru>
292
293 elisp-xref-find: Don't create buffers eagerly.
294
295 * progmodes/elisp-mode.el (elisp--identifier-location): Fold back
296 into `elisp--company-location'.
297 (elisp--identifier-completion-table): Rename to
298 `elisp--identifier-completion-table', and do not include just any
299 symbols with a property list.
300 (elisp-completion-at-point): Revert the 2014-12-25 change.
301 (elisp--xref-identifier-file): New function.
302 (elisp--xref-find-definitions): Use it.
303
304 * emacs-lisp/find-func.el (find-function-library): New function,
305 extracted from `find-function-noselect'.
306
307 * progmodes/xref.el (xref-elisp-location): New class.
308 (xref-make-elisp-location): New function.
309 (xref-location-marker): New implementation.
310
311 2014-12-27 Juri Linkov <juri@linkov.net>
312
313 * minibuffer.el (minibuffer-completion-help):
314 Use shrink-window-if-larger-than-buffer in window-height
315 when temp-buffer-resize-mode is nil.
316
317 * window.el (with-displayed-buffer-window): Remove window-height
318 from the action alist in the temp-buffer-window-show call
319 when window-height is handled explicitly afterwards (bug#19355).
320
321 2014-12-27 Juri Linkov <juri@linkov.net>
322
323 Support subdirectories when saving places in dired.
324 * saveplace.el (toggle-save-place, save-place-to-alist)
325 (save-places-to-alist, save-place-dired-hook):
326 Use dired-current-directory instead of dired-directory (bug#19436).
327 (save-place-dired-hook): Add check for alist to make the new
328 format future-proof to allow other possible formats.
329
330 2014-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
331
332 python.el: Generate clearer shell buffer names.
333
334 * progmodes/python.el (python-shell-get-process-name)
335 (python-shell-internal-get-process-name): Use `buffer-name`.
336 (python-shell-internal-get-or-create-process): Simplify.
337
338 2014-12-26 Dmitry Gutov <dgutov@yandex.ru>
339
340 Add basic xref apropos implementation to elisp-mode.
341
342 * progmodes/elisp-mode.el (elisp--xref-find-definitions):
343 Filter out nil results.
344 (elisp--xref-find-apropos): New function.
345 (elisp-xref-find): Use it.
346
347 * progmodes/xref.el (xref--show-xrefs): Use `user-error'.
348
349 2014-12-25 Filipp Gunbin <fgunbin@fastmail.fm>
350
351 * dired-aux.el (dired-maybe-insert-subdir): Make
352 dired-maybe-insert-subdir always skip trivial files.
353
354 2014-12-25 Helmut Eller <eller.helmut@gmail.com>
355 Dmitry Gutov <dgutov@yandex.ru>
356
357 Consolidate cross-referencing commands.
358
359 Move autoloaded bindings for `M-.', `M-,', `C-x 4 .' and
360 `C-x 5 .' from etags.el to xref.el.
361
362 * progmodes/xref.el: New file.
363
364 * progmodes/elisp-mode.el (elisp--identifier-types): New variable.
365 (elisp--identifier-location): New function, extracted from
366 `elisp--company-location'.
367 (elisp--company-location): Use it.
368 (elisp--identifier-completion-table): New variable.
369 (elisp-completion-at-point): Use it.
370 (emacs-lisp-mode): Set the local values of `xref-find-function'
371 and `xref-identifier-completion-table-function'.
372 (elisp-xref-find, elisp--xref-find-definitions)
373 (elisp--xref-identifier-completion-table): New functions.
374
375 * progmodes/etags.el (find-tag-marker-ring): Mark obsolete in
376 favor of `xref--marker-ring'.
377 (tags-lazy-completion-table): Autoload.
378 (tags-reset-tags-tables): Use `xref-clear-marker-stack'.
379 (find-tag-noselect): Use `xref-push-marker-stack'.
380 (pop-tag-mark): Make an alias for `xref-pop-marker-stack'.
381 (etags--xref-limit): New constant.
382 (etags-xref-find, etags--xref-find-definitions): New functions.
383
384 2014-12-25 Martin Rudalics <rudalics@gmx.at>
385
386 * cus-start.el (resize-mini-windows): Make it customizable.
387
388 2014-12-24 Stephen Leake <stephen_leake@stephe-leake.org>
389
390 * startup.el (fancy-about-text): Change buttons for etc/CONTRIBUTE
391 to (info "(emacs)Contributing"). (Bug#19299)
392
393 2014-12-24 Martin Rudalics <rudalics@gmx.at>
394
395 * window.el (mouse-autoselect-window-position-1): New variable.
396 (mouse-autoselect-window-cancel)
397 (mouse-autoselect-window-select, handle-select-window): With
398 delayed autoselection select window only if mouse moves after
399 selecting its frame.
400
401 2014-12-24 Michael Albinus <michael.albinus@gmx.de>
402
403 * eshell/esh-ext.el (eshell-find-interpreter): Expand relative
404 remote file names. (Bug#18782)
405
406 2014-12-23 Sam Steingold <sds@gnu.org>
407
408 * shell.el (shell-display-buffer-actions): New user option.
409 (shell): Pass it to `pop-to-buffer' instead of hard-coding
410 `pop-to-buffer-same-window'.
411
412 2014-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
413
414 * progmodes/js.el (js--syntax-propertize-regexp-syntax-table): New var.
415 (js-syntax-propertize-regexp): Use it to recognize "slash in
416 a character class" (bug#19397).
417
418 2014-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * completion.el: Use post-self-insert-hook (bug#19400).
421 (completion-separator-self-insert-command)
422 (completion-separator-self-insert-autofilling): Remove.
423 (completion-separator-chars): New var.
424 (completion-c-mode-hook, completion-setup-fortran-mode): Use it instead
425 of changing the keymap.
426 (completion--post-self-insert): New function.
427 (dynamic-completion-mode): Use it instead of rebinding keys.
428 (cmpl--completion-string): Rename from completion-string.
429 (add-completion-to-head, delete-completion): Let-bind it explicitly.
430
431 2014-12-22 Bozhidar Batsov <bozhidar@batsov.com>
432
433 * progmodes/ruby-mode.el (ruby--string-region): Simplify code
434 by leveraging `syntax-ppss'.
435
436 2014-12-22 Artur Malabarba <bruce.connor.am@gmail.com>
437
438 * let-alist.el (let-alist): Use `make-symbol' instead of `gensym'.
439
440 2014-12-20 Michael Albinus <michael.albinus@gmx.de>
441
442 * net/tramp-sh.el (tramp-histfile-override): Add :version.
443
444 2014-12-20 Teodor Zlatanov <tzz@lifelogs.com>
445
446 * net/tramp-sh.el (tramp-histfile-override): Clarify docstring.
447
448 2014-12-19 Artur Malabarba <bruce.connor.am@gmail.com>
449
450 * let-alist.el (let-alist): Enable access to deeper alists by
451 using dots inside the dotted symbols.
452
453 2014-12-19 Alan Mackenzie <acm@muc.de>
454
455 Make C++11 uniform init syntax work.
456 New keywords "final" and "override"
457 * progmodes/cc-engine.el (c-back-over-member-initializer-braces):
458 New function.
459 (c-guess-basic-syntax): Set `containing-sex' and `lim' using the
460 new function.
461 * progmodes/cc-fonts.el (c-font-lock-declarations): Check more
462 carefully for "are we at a declarator?" using
463 c-back-over-member-initializers.
464 * progmodes/cc-langs.el (c-type-modifier-kwds): Include "final"
465 and "override" in the C++ value.
466
467 2014-12-19 Martin Rudalics <rudalics@gmx.at>
468
469 * textmodes/ispell.el (ispell-command-loop): Don't use `next-window'.
470
471 2014-12-21 Lars Ingebrigtsen <larsi@gnus.org>
472
473 * net/nsm.el (nsm-save-host): Don't save the host name twice
474 (bug#19269).
475
476 2014-12-18 Sam Steingold <sds@gnu.org>
477
478 Keyboard interface (C-f10) to `mouse-buffer-menu' (C-down-mouse-1).
479 * mouse.el (mouse-buffer-menu-map): Extract from `mouse-buffer-menu'.
480 (mouse-buffer-menu): Use `mouse-buffer-menu-map'.
481 * menu-bar.el (menu-bar-buffer-vector): Extract from
482 `menu-bar-update-buffers'.
483 (menu-bar-update-buffers): Use `menu-bar-buffer-vector'.
484 (buffer-menu-open): New user command, bound globally to C-f10,
485 provides a keyboard interface to `mouse-buffer-menu' (C-down-mouse-1).
486 (mouse-buffer-menu-keymap): Use `menu-bar-buffer-vector' to
487 convert the value returned by `mouse-buffer-menu-map' to a list
488 acceptable to `popup-menu' for `buffer-menu-open'.
489
490 2014-12-18 Artur Malabarba <bruce.connor.am@gmail.com>
491
492 * let-alist.el (let-alist): Evaluate the `alist' argument only
493 once.
494
495 2014-12-18 Sam Steingold <sds@gnu.org>
496
497 * emacs-lisp/package.el: Avoid compilation warning by declaring
498 the `find-library-name' function.
499 (package-activate-1): Fix the `with-demoted-errors' calls:
500 the first argument must be a string literal.
501
502 2014-12-18 Martin Rudalics <rudalics@gmx.at>
503
504 Add code for "preserving" window sizes.
505 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
506 `preserve-size' t.
507 (dired-mark-pop-up): Preserve size of window showing marked
508 files.
509 * electric.el (Electric-pop-up-window):
510 * help.el (resize-temp-buffer-window): Call fit-window-to-buffer
511 with `preserve-size' t.
512 * minibuffer.el (minibuffer-completion-help): Use
513 `resize-temp-buffer-window' instead of `fit-window-to-buffer'
514 (Bug#19355). Preserve size of completions window.
515 * register.el (register-preview): Preserve size of register
516 preview window.
517 * tmm.el (tmm-add-prompt): Call fit-window-to-buffer
518 with `preserve-size' t (Bug#1291).
519 * window.el (with-displayed-buffer-window): Add calls to
520 `window-preserve-size'.
521 (window-min-pixel-size, window--preservable-size)
522 (window-preserve-size, window-preserved-size)
523 (window--preserve-size, window--min-size-ignore-p): New
524 functions.
525 (window-min-size, window-min-delta, window--resizable)
526 (window--resize-this-window, split-window-below)
527 (split-window-right): Amend doc-string.
528 (window--min-size-1, window-sizable, window--size-fixed-1)
529 (window-size-fixed-p, window--min-delta-1)
530 (frame-windows-min-size, window--max-delta-1, window-resize)
531 (window--resize-child-windows, window--resize-siblings)
532 (enlarge-window, shrink-window, split-window): Handle preserving
533 window sizes.
534 (adjust-window-trailing-edge): Handle preserving window
535 sizes. Signal user-error instead of an error when there's no
536 window above or below.
537 (window--state-put-2): Handle horizontal scroll bars.
538 (window--display-buffer): Call `preserve-size' if asked for.
539 (display-buffer): Mention `preserve-size' alist member in
540 doc-string.
541 (fit-window-to-buffer): New argument PRESERVE-SIZE.
542 * textmodes/ispell.el (ispell-command-loop): Suppress horizontal
543 scroll bar on ispell's windows. Don't count window lines and
544 don't deal with dedicated windows.
545 (ispell-show-choices, ispell-help): Let `ispell-display-buffer'
546 do the window handling.
547 (ispell-adjusted-window-height, ispell-overlay-window): Remove.
548 (ispell-display-buffer): New function to reuse, create and fit
549 window to ispell's buffers. (Bug#3413)
550
551 2014-12-18 Dmitry Gutov <dgutov@yandex.ru>
552
553 * emacs-lisp/package.el (package-activate): Do not re-activate or
554 reload the dependencies (bug#19390).
555
556 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * progmodes/cc-cmds.el (c-subword-mode): Alias to subword-mode.
559 (c-update-modeline):
560 * progmodes/cc-langs.el (c-mode-menu): Use c-subword-mode.
561 * progmodes/cc-mode.el (subword-mode): Move autoload to cc-cmds.el.
562 (c-mode-base-map): Use c-subword-mode.
563
564 2014-12-18 Eli Zaretskii <eliz@gnu.org>
565
566 * international/mule-diag.el (describe-font-internal):
567 Display additional info returned by font-info.
568
569 * linum.el (linum--face-width): Rename from linum--face-height,
570 and use the new functionality of font-info.
571 (linum-update-window): Use linum--face-width and frame-char-width,
572 instead of approximating with height.
573
574 2014-12-18 Dmitry Gutov <dgutov@yandex.ru>
575
576 * vc/vc-svn.el (vc-svn-dir-status-files): Revert the 2014-12-02
577 change (bug#19387). Use `apply' on `vc-dir-command' (bug#19405).
578
579 * emacs-lisp/package.el (package-activate-1): Add RELOAD argument
580 and a docstring.
581 (package-activate): Call itself on dependencies on PACKAGE with
582 the same FORCE argument. Pass FORCE as RELOAD into
583 `package-activate-1' (bug#19390).
584
585 2014-12-17 Sam Steingold <sds@gnu.org>
586
587 * emacs-lisp/package.el (package--list-loaded-files):
588 Handle `(nil ...)' elements in `load-history'.
589
590 2014-12-17 Teodor Zlatanov <tzz@lifelogs.com>
591
592 * net/tramp-sh.el (tramp-histfile-override): New variable.
593 (tramp-open-shell, tramp-maybe-open-connection): Use it.
594
595 2014-12-17 Dmitry Gutov <dgutov@yandex.ru>
596
597 * vc/vc.el: Improve `dir-status-files' description.
598
599 * emacs-lisp/package.el (package--list-loaded-files): Don't call
600 file-truename on load-history elements (bug#19390).
601
602 2014-12-16 Nicolas Petton <petton.nicolas@gmail.com>
603
604 * emacs-lisp/seq.el: New file.
605
606 2014-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
607
608 * jit-lock.el (jit-lock-function): Don't defer if jit-lock-defer-time
609 is 0 and there is no input pending.
610
611 2014-12-15 Juri Linkov <juri@linkov.net>
612
613 * replace.el (query-replace-read-from): Use query-replace-compile-replacement
614 only on the return value (bug#19383).
615
616 2014-12-15 Juri Linkov <juri@linkov.net>
617
618 * isearch.el (isearch-lazy-highlight-search): Extend the bound of
619 the wrapped search by the length of the search string to be able
620 to lazy-highlight the whole search string at point (bug#19353).
621
622 2014-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
623
624 * net/shr.el (shr-fold-text): Don't bug out on zero-length text.
625
626 2014-12-14 Alan Mackenzie <acm@muc.de>
627
628 * lisp/cus-start.el (all): Add fast-but-imprecise-scrolling.
629
630 2014-12-14 Artur Malabarba <bruce.connor.am@gmail.com>
631
632 * let-alist.el: Add lexical binding.
633
634 2014-12-14 Steve Purcell <steve@sanityinc.com> (tiny change)
635
636 * emacs-lisp/package.el (package-menu-mode): Use an extra column
637 for the "Version" column, to accomodate date-and-time-based
638 versions.
639
640 2014-12-14 Cameron Desautels <camdez@gmail.com>
641
642 * cus-edit.el (custom-unsaved-options): New function, extracted
643 from `customize-unsaved'.
644 (custom-unsaved): Use it.
645 (custom-prompt-customize-unsaved-options): New function.
646 (Bug#19328)
647
648 2014-12-14 Dmitry Gutov <dgutov@yandex.ru>
649
650 * fringe.el (fringe-bitmap-p): Fix 2014-12-05 breakage.
651
652 2014-12-14 Dmitry Gutov <dgutov@yandex.ru>
653
654 Move ASYNC argument to the `diff' VC command to the fifth
655 position, for better compatibility with existing third-party code,
656 and document it.
657
658 * vc/vc.el (vc-diff-internal): Pass `async' argument to the
659 backend `diff' command in the last position.
660
661 * vc/vc-svn.el (vc-svn-diff):
662 * vc/vc-src.el (vc-src-diff):
663 * vc/vc-sccs.el (vc-sccs-diff):
664 * vc/vc-rcs.el (vc-rcs-diff):
665 * vc/vc-mtn.el (vc-mtn-diff):
666 * vc/vc-hg.el (vc-hg-diff):
667 * vc/vc-git.el (vc-git-diff):
668 * vc/vc-dav.el (vc-dav-diff):
669 * vc/vc-cvs.el (vc-cvs-diff):
670 * vc/vc-bzr.el (vc-bzr-diff):
671 * obsolete/vc-arch.el (vc-arch-diff): Move ASYNC argument to the end.
672
673 2014-12-14 Paul Eggert <eggert@cs.ucla.edu>
674
675 * emacs-lisp/cconv.el (cconv--analyze-use):
676 Rename from cconv--analyse-use.
677 (cconv--analyze-function): Rename from cconv--analyse-function.
678 (cconv-analyze-form): Rename from cconv-analyse-form.
679
680 2014-12-13 Andreas Schwab <schwab@linux-m68k.org>
681
682 * net/shr.el (shr-next-link): Don't error out at eob.
683
684 2014-12-05 Nicolas Richard <theonewiththeevillook@yahoo.fr>
685
686 * isearch.el (isearch-open-necessary-overlays): Open overlay
687 ending at point (bug#19333).
688
689 2014-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
690
691 * net/shr.el (shr-fold-text): New function.
692 (shr-show-alt-text, shr-urlify, shr-tag-img): Use it to fold long
693 alt/title texts.
694 (shr-fold-text): Inhibit state from being altered.
695
696 * files.el (directory-files-recursively): Really check whether
697 files are symlinks.
698 (directory-name-p): New function.
699 (directory-files-recursively): Use it.
700
701 2014-12-13 Artur Malabarba <bruce.connor.am@gmail.com>
702
703 * emacs-lisp/package.el (package--list-loaded-files): New function
704 to list files in a given directory which correspond to already
705 loaded files.
706 (package-activate-1): Reload files given by `package--list-loaded-files'.
707 Fix bug#10125, bug#18443, and bug#18448.
708
709 2014-12-13 Eric S. Raymond <esr@snark.thyrsus.com>
710
711 * vc/vc-svn.el (vc-svn-diff): Fix bug #19312.
712
713 2014-12-13 Michael Albinus <michael.albinus@gmx.de>
714
715 * simple.el (password-word-equivalents): Add "passcode", used for
716 numeric secrets like PINs or RSA tokens.
717
718 2014-12-13 Michael Albinus <michael.albinus@gmx.de>
719
720 * net/tramp-sh.el (tramp-get-remote-path): Use a login shell in
721 order to determine `tramp-own-remote-path'.
722
723 2014-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
724
725 * progmodes/python.el (python-shell-parse-command):
726 Quote `python-shell-interpreter`. (Bug#19289)
727
728 2014-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * progmodes/python.el (python-indent-line): Use `noindent' in strings.
731 (python-indent-levels): Document extra value.
732 (python-indent-calculate-indentation): Return `noindent' in strings.
733 (python-indent-post-self-insert-function)
734 (python-indent-calculate-levels): Handle new value.
735
736 2014-12-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
737
738 * net/network-stream.el (network-stream-open-starttls): No need to
739 check for the availability of `gnutls-available-p'.
740
741 * files.el (directory-files-recursively): Don't follow symlinks to
742 other directories.
743
744 2014-12-12 Eric S. Raymond <esr@snark.thyrsus.com>
745
746 * vc/vc-dav.el, vc/vc-git.el, vc/vc-hg.el, vc/vc-src.el:
747 * vc/vc.el: latest-on-branch-p is no longer a public method.
748
749 * vc/vc.el, vc/vc-hg.el, vc/vc-git.el, vc/vc-hooks.el:
750 * vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el, vc/vc-src.el:
751 Remove `rollback' method, to be replaced in the future by uncommit.
752
753 2014-12-11 Michael Albinus <michael.albinus@gmx.de>
754
755 * vc/vc-hg.el (vc-hg-state): Make FILE absolute. Handle the case
756 that there is empty output.
757
758 2014-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * emacs-lisp/eldoc.el (eldoc-documentation-function): Change default.
761 (eldoc-mode, eldoc-schedule-timer): Adjust to new default.
762
763 2014-12-10 Artur Malabarba <bruce.connor.am@gmail.com>
764
765 * let-alist.el: Add new package and macro.
766
767 2014-12-10 Eric S. Raymond <esr@snark.thyrsus.com>
768
769 * vc/vc-dispatcher.el, vc/vc-hooks.el, vc/vc-rcs.el:
770 * vc/vc-sccs.el, vc/vc.el: Righteous featurectomy of vc-keep-workfiles,
771 it's a shoot-self-in-foot archaism. Workfiles are always kept.
772
773 2014-12-10 Rasmus Pank Roulund <emacs@pank.eu>
774
775 * net/ange-ftp.el (ange-ftp-switches-ok): Disallow flags causing
776 trouble with ls over ftp. These flags result in ls returning no
777 output, causing Tramp-breakage. (bug#19192)
778
779 2014-12-10 Andreas Schwab <schwab@suse.de>
780
781 * files.el (file-tree-walk): Use file-name-as-directory unconditionally.
782
783 2014-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
784
785 * files.el (directory-files-recursively):
786 Use `file-name-all-completions' instead of `directory-files' for
787 greater speed.
788
789 * net/shr.el (shr-tag-object): Don't bug out on text elements in
790 <object>.
791
792 2014-12-09 Bozhidar Batsov <bozhidar@batsov.com>
793
794 * progmodes/ruby-mode.el (auto-mode-alist): Add .rabl, Berksfile
795 and Puppetfile.
796 (ruby-toggle-string-quotes): New command that allows you to quickly
797 toggle between single-quoted and double-quoted string literals.
798
799 2014-12-09 Eric S. Raymond <esr@snark.thyrsus.com>
800
801 * vc/vc-src.el (vc-src-do-comand): Prepend -- to file argument
802 list, avoids problems witt names containing hyphens.
803
804 2014-12-09 Wilson Snyder <wsnyder@wsnyder.org>
805
806 Sync with upstream verilog-mode revision aa4b777.
807 * progmodes/verilog-mode.el (verilog-mode-version): Update.
808 (verilog-auto-end-comment-lines-re, verilog-end-block-ordered-re)
809 (verilog-set-auto-endcomments): Automatically comment property/
810 endproperty blocks to match other similar blocks like sequence/
811 endsequence, function/endfunction, etc. Reported by Alex Reed.
812 (verilog-set-auto-endcomments): Fix end comments for functions of
813 type void, etc. Detect the function- or task-name when
814 auto-commenting blocks that lack an explicit portlist.
815 Reported by Alex Reed.
816 (verilog-nameable-item-re): Fix nameable items that can have an
817 end-identifier to include endchecker, endgroup, endprogram,
818 endproperty, and endsequence. Reported by Alex Reed.
819 (verilog-preprocessor-re, verilog-beg-of-statement):
820 Fix indentation of property/endproperty around pre-processor
821 directives. Reported by Alex Reed.
822 (verilog-label-be): When auto-commenting a buffer, consider
823 auto-comments on all known keywords (not just a subset thereof).
824 Reported by Alex Reed.
825 (verilog-beg-of-statement): Fix labeling do-while blocks, bug842.
826 Reported by Alex Reed.
827 (verilog-beg-of-statement-1, verilog-at-constraint-p):
828 Fix hanging with many curly-bracket pairs, bug663.
829 (verilog-do-indent): Fix electric tab deleting form-feeds.
830 Note caused by indent-line-to deleting tabls pre 24.5.
831 (verilog-auto-output, verilog-auto-input, verilog-auto-inout)
832 (verilog-auto-inout-module, verilog-auto-inout-in): Doc fixes.
833 (verilog-read-always-signals, verilog-auto-sense-sigs)
834 (verilog-auto-reset): Fix AUTORESET with always_comb and always_latch,
835 bug844. Reported by Greg Hilton.
836
837 2014-12-09 Alex Reed <acreed4@gmail.com> (tiny change)
838
839 * progmodes/verilog-mode.el (verilog-no-indent-begin-re):
840 Fix `verilog-indent-begin-after-if' nil not honoring 'forever',
841 'foreach', and 'do' keywords.
842 (verilog-endcomment-reason-re, verilog-beg-of-statement):
843 Fix labeling do-while blocks, bug842.
844 (verilog-backward-token): Fix indenting sensitivity lists with
845 named events, bug840.
846
847 2014-12-09 Reto Zimmermann <reto@gnu.org>
848
849 Sync with upstream vhdl mode v3.36.1.
850 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
851 (vhdl-compiler-alist): Anchor all error regexps.
852 (vhdl-compile-use-local-error-regexp): Change default to nil.
853 (vhdl-asort, vhdl-anot-head-p): Remove.
854 (vhdl-aput, vhdl-adelete, vhdl-aget): Simplify.
855 Remove optional argument of vhdl-aget and update all callers.
856 (vhdl-import-project): Also set `vhdl-compiler'.
857
858 2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
859
860 * files.el (find-files): New function.
861
862 * net/shr.el (shr-dom-print): Don't print comments.
863 (shr-tag-svg): Give inline SVG images the right type.
864
865 * net/eww.el (eww-update-header-line-format): Mark valid/invalid
866 certificates in the header line.
867 (eww-invalid-certificate, eww-valid-certificate): New faces.
868
869 2014-12-09 Fabián Ezequiel Gallina <fgallina@gnu.org>
870
871 * progmodes/python.el (inferior-python-mode):
872 Set `comint-prompt-read-only` to `t` only locally.
873
874 2014-12-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
875
876 * net/nsm.el (nsm-check-protocol): Test for RC4 on `high'.
877 (nsm-format-certificate): Include more data about the connection.
878 (nsm-query): Fill the text to that it looks nicer.
879 (nsm-check-protocol): Also warn if using SSL3 or older.
880
881 2014-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
882
883 * progmodes/gud.el (gud-gdb-completions): Remove unused var `start'.
884
885 * obsolete/gulp.el (gulp-create-m-p-alist): Remove unused var `mnt-tm'.
886
887 * net/tramp.el (tramp-handle-make-symbolic-link): Mark unused arg.
888
889 * info.el (Info-mode-map): Remove left-over binding.
890
891 * emacs-lisp/avl-tree.el: Use lexical-binding and cl-lib.
892 (avl-tree--root): Remove redundant defsetf.
893
894 2014-12-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
895
896 * net/nsm.el (network-security-level): Remove the detailed
897 description, which was already outdated, and refer the users to
898 the manual.
899 (nsm-check-protocol): Check for weak Diffie-Hellman prime bits
900 (bug#19153).
901
902 2014-12-06 Andrey Kotlarski <m00naticus@gmail.com>
903
904 * net/eww.el (eww-buffers-mode): New major mode.
905 (eww-list-buffers, eww-buffer-select, eww-buffer-show-next)
906 (eww-buffer-show-previous, eww-buffer-kill, eww-buffer-show):
907 New commands/functions (bug#19131).
908
909 2014-12-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
910
911 * net/gnutls.el (gnutls-negotiate): Ignore files found via
912 'file-name-handler-alist' since the gnutls library can't use those
913 (bug#15866).
914
915 2014-12-08 Dmitry Gutov <dgutov@yandex.ru>
916
917 * vc/vc-hg.el (vc-hg-dir-status-files): Only include ignores files
918 when FILES is non-nil (bug#19304).
919
920 2014-12-08 Eric S. Raymond <esr@snark.thyrsus.com>
921
922 * vc/vc-arch.el: Move to obsolete directory so a test framework
923 won't trip over bit-rot in it. There has been no Arch snapshot
924 for nine years.
925
926 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
927
928 * net/eww.el (eww-follow-link): Revert prefix behaviour to
929 previous behavior.
930 (eww-copy-page-url): Add doc string.
931
932 2014-12-07 Ivan Shmakov <ivan@siamics.net>
933
934 * net/eww.el (eww): Move history recording here...
935 (eww-browse-url): ... from here (bug#19253).
936
937 * net/eww.el (eww-browse-url): Use generate-new-buffer (was:
938 iterating over possible buffer names.)
939
940 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
941
942 * net/eww.el (eww-reload): Take a prefix to work locally (bug#19086).
943 (eww-current-buffer): Compilation fix for bug#18550 patch.
944
945 2014-12-07 Ivan Shmakov <ivan@siamics.net>
946
947 * net/eww.el (eww-list-histories): Restore the history in the
948 correct buffer (bug#18550).
949
950 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
951
952 * net/eww.el (eww-bookmark-prepare): Display URLs in first by
953 displaying shortened titles first (bug#16398).
954
955 2014-12-07 Tom Willemse <tom@ryuslash.org> (tiny change)
956
957 * progmodes/python.el: Recognize docstrings.
958 (python-docstring-at-p, python-font-lock-syntactic-face-function):
959 New functions.
960 (python-mode): Use them.
961
962 2014-12-06 Ulf Jasper <ulf.jasper@web.de>
963
964 * net/newst-treeview.el (newsticker--treeview-list-add-item)
965 (newsticker--treeview-propertize-tag): Bind tree menu to mouse-3.
966 (newsticker--treeview-create-groups-menu)
967 (newsticker--treeview-create-tree-menu): Remove.
968 (newsticker--treeview-tree-open-menu): New.
969 (newsticker-treeview-tree-click): Pass event to
970 `newsticker-treeview-tree-do-click'.
971 (newsticker-treeview-tree-do-click): Open treemenu on mouse-3.
972
973 2014-12-05 Juri Linkov <juri@linkov.net>
974
975 * comint.el (comint-history-isearch-search)
976 (comint-history-isearch-wrap): Use field-beginning instead of
977 comint-line-beginning-position.
978 (comint-send-input): Go to the end of the field instead of the end
979 of the line to accept whole multi-line input.
980 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html
981
982 2014-12-05 Juri Linkov <juri@linkov.net>
983
984 * minibuffer.el (minibuffer-completion-help):
985 Compare selected-window with minibuffer-window to check whether
986 completions should be displayed near the minibuffer. (Bug#17809)
987 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00311.html
988
989 2014-12-05 Michael Albinus <michael.albinus@gmx.de>
990
991 * vc/vc-mtn.el (vc-mtn-root):
992 * vc/vc-svn.el (vc-svn-registered): Make FILE absolute.
993
994 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * progmodes/sh-script.el (sh-smie-sh-rules): Go back to the beginning
997 of the whole pipe when indenting an opening keyword after a |.
998 Generalize this treatment to opening keywords like "while" (bug#18031).
999
1000 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1001
1002 * simple.el (newline): Place the hook buffer-locally,
1003 to make sure it's first.
1004
1005 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
1006 Fix handling of symbols with different syntax at beginning/end or with
1007 symbol rather than word syntax.
1008
1009 2014-12-05 Eli Zaretskii <eliz@gnu.org>
1010
1011 * simple.el (line-move): If noninteractive, call line-move-1, not
1012 forward-line, since the former is compatible with line-move-visual
1013 both in terms of the column to which it moves and the return
1014 value. (Bug#19211)
1015
1016 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 * vc/ediff-init.el (ediff-odd-p): Remove.
1019 (ediff-background-face): Use cl-oddp instead.
1020 (ediff-buffer-live-p): Make it a defsubst.
1021
1022 * tooltip.el (tooltip-region-active-p): Remove.
1023
1024 * net/shr.el (shr-char-breakable-p, shr-char-kinsoku-bol-p)
1025 (shr-char-kinsoku-eol-p, shr-char-nospace-p): Use define-inline.
1026
1027 * fringe.el (fringe-bitmap-p): Make it a plain function.
1028
1029 * emacs-lisp/eieio-core.el: Prefer inlinable functions over macros.
1030 (class-p, generic-p, eieio-object-p, class-abstract-p):
1031 Make them defsubst, so as to avoid corner case problems where
1032 the arg might be evaluated in the condition-case, or it can't be passed
1033 to higher-order functions like `cl-some'.
1034
1035 2014-12-05 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1036
1037 * wid-edit.el (widget-choose): Let numeric keypad work (bug#19268)
1038 and remove old menu-related code.
1039
1040 2014-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1041
1042 * net/eww.el (eww-display-pdf): Let mailcap determine how to
1043 display PDF files (bug#19270).
1044
1045 2014-12-05 Juri Linkov <juri@linkov.net>
1046
1047 Compare with the most recent window by default.
1048 * vc/compare-w.el (compare-windows-get-window-function): New defcustom.
1049 (compare-windows-get-recent-window)
1050 (compare-windows-get-next-window): New functions.
1051 (compare-windows, compare-windows-sync-default-function):
1052 Use `compare-windows-get-window-function' instead of `next-window'.
1053 (compare-windows): Add diff/match messages with region boundaries.
1054 (Bug#19170)
1055
1056 2014-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * subr.el (filter): Remove. Use `cl-remove-if-not' or `seq-filter'.
1059
1060 2014-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1061
1062 * net/shr.el (shr--extract-best-source): Ignore non-text children.
1063
1064 2014-12-04 Eli Zaretskii <eliz@gnu.org>
1065
1066 Implement copying of a buffer portion while preserving visual order.
1067 * simple.el (bidi-directional-controls-chars)
1068 (bidi-directional-non-controls-chars): New variables.
1069 (squeeze-bidi-context-1, squeeze-bidi-context)
1070 (line-substring-with-bidi-context)
1071 (buffer-substring-with-bidi-context): New functions.
1072
1073 * files.el (file-tree-walk): Doc fix.
1074
1075 2014-12-04 Rupert Swarbrick <ruperts@broadcom.com> (tiny change)
1076 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
1077
1078 * autoinsert.el (auto-insert-alist): Update C/C++ header and
1079 program support to match more extensions. Replace non-alnum
1080 characters when generating include guards (headers) and check for
1081 more extensions when generating includes (programs)
1082 (bug#19254).
1083
1084 2014-12-03 Eric S. Raymond <esr@snark.thyrsus.com>
1085
1086 * files.el (file-tree-walk): Fix docstring.
1087
1088 2014-12-03 Karl Fogel <kfogel@red-bean.com>
1089
1090 Fix bug whereby saving files hung in VC hook.
1091
1092 Saving a buffer visiting a file under SVN control would hang if
1093 the remote repository were unreachable, because the VC hooks tried
1094 to run "svn status -u" on the file, where the "-u" tells svn to
1095 get update information from the remote repository.
1096 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00174.html
1097
1098 * vc/vc-svn.el (vc-svn-state): Remove optional `localp'
1099 argument and always pass "-v" to "svn status", never "-u".
1100
1101 2014-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1102
1103 * emacs-lisp/inline.el: Fix up copyright header.
1104 (inline-quote, inline-const-p, inline-const-val, inline-error):
1105 Silence compiler warnings.
1106 (inline-letevals): Fix edebug spec.
1107 (inline--testconst-p): Consider lambda expressions as const-p.
1108 (inline--getconst-val): Use inline--testconst-p.
1109
1110 * minibuffer.el (completion-table-dynamic): Add arg `switch-buffer'
1111 and change default to stay in the minibuffer when called from
1112 the minibuffer (bug#19250).
1113 (lazy-completion-table): Use this new argument to preserve the
1114 old behavior.
1115
1116 * progmodes/elisp-mode.el (elisp--local-variables): Don't burp on
1117 incorrect lexical elements (bug#19250).
1118
1119 2014-12-03 A. N. Other <none@example.com>
1120
1121 * files.el (file-tree-walk): Lisp translation of ANSI ftw(3).
1122
1123 2014-12-02 Glenn Morris <rgm@gnu.org>
1124
1125 * whitespace.el (whitespace-big-indent-regexp): Add :version.
1126
1127 2014-12-02 Eric S. Raymond <esr@snark.thyrsus.com>
1128
1129 * subr.el (filter): New macro. Because it's just silly for a Lisp
1130 not to have this in 2014. And VC needs it.
1131
1132 * vc.el: All backends: API simplification: Abolish dir-status.
1133 It's replaced by dir-status-files.
1134
1135 * vc.el: All backends: API simplification: Remove 4th
1136 'default-state' argument from vc-dir-status files and its backend
1137 methods - no backend method ever set it. It was used only in the
1138 fallback method to to set a default of 'up-to-date, though a
1139 convoluted call chain obscured this.
1140
1141 * vc-hooks.el: Bind vc-delete-file to Ctrl-x v delete.
1142
1143 * vc.el (vc-expand-dirs): Now takes a second BACKEND argument,
1144 improving behavior on directories using multiple file-oriented VCSes.
1145
1146 * vc/vc.el: All backends: API simplification; clear-headers
1147 is no longer a public method. It is now local to the one place
1148 it's used, in the RCS steal-lock method.
1149
1150 2014-12-01 Eric S. Raymond <esr@snark.thyrsus.com>
1151
1152 * vc/vc.el: In all backends: API simplification; could-register
1153 is no longer a public method. (vc-cvs.el still has a private
1154 implementation.)
1155
1156 * vc/vc.el: In all backends: API cleanup; the backend diff method
1157 takes an explicit async flag. This eliminates a particularly ugly
1158 global.
1159
1160 * vc-bzr.el: Restore vc-bzr-state-heuristic as a private method.
1161 VC randomly/unpredictably fails without it; cause not yet established.
1162
1163 2014-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1164
1165 Merge some of the differences from the standalone CC-mode.
1166 The main change is to only use the `category' text-property only when
1167 available. For that many calls are changed to use c-get-char-property,
1168 c-next-single-property-change, c-sc-scan-lists,
1169 c-sc-parse-partial-sexp, c-unmark-<->-as-paren.
1170
1171 * progmodes/cc-mode.el (c-just-done-before-change): New var.
1172 (c-basic-common-init): Initialize it.
1173 (c-common-init): Only use mode-require-final-newline when available.
1174 (c-before-change): Check and set c-just-done-before-change.
1175 (c-after-change): Re-set c-just-done-before-change.
1176 (c-advise-fl-for-region): New macro.
1177 (lazy-lock-defer-rest-after-change, lazy-lock-defer-line-after-change)
1178 (font-lock-after-change-function, jit-lock-after-change):
1179 Advise if needed.
1180
1181 * progmodes/cc-langs.el (c-modified-constant): New lang var.
1182 (c-known-type-key): Don't make a list just to throw it away.
1183
1184 * progmodes/cc-engine.el (c-invalidate-state-cache, c-parse-state):
1185 Handle the case where categories are not available.
1186 (c-record-parse-state-state, c-replay-parse-state-state):
1187 Handle marker values.
1188 (c-before-change-check-<>-operators): Look for the `syntax-table'
1189 property rather than for the corresponding `category'.
1190 (c-looking-at-decl-block): Remove unused var
1191 `c-disallow-comma-in-<>-arglists'.
1192 (c-forward-<>-arglist-recur): Remove unused var
1193 `orig-record-found-types'.
1194
1195 * progmodes/cc-defs.el (c-version): Bump up to 5.33.
1196 (c-use-category): New const.
1197 (c-next-single-property-change): New macro.
1198 (c-region-is-active-p): Prefer region-active-p when available.
1199 (c-search-backward-char-property): Fix old min/max typo; probably
1200 a copy/paste error.
1201 (c-mark-<-as-paren, c-mark->-as-paren, c-unmark-<->-as-paren):
1202 Turn them into macros that obey c-use-category.
1203 (c-sc-scan-lists-no-category+1+1, c-sc-scan-lists-no-category+1-1)
1204 (c-sc-scan-lists-no-category-1+1, c-sc-scan-lists-no-category-1-1)
1205 (c-sc-scan-lists, c-sc-parse-partial-sexp)
1206 (c-looking-at-non-alphnumspace): New macros.
1207 (c-sc-parse-partial-sexp-no-category): New function.
1208 (c-emacs-features): Add `category-properties' element.
1209
1210 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
1211 (c-backward-into-nomenclature): Use cc-subword if subword-mode is
1212 not available.
1213 (c-beginning-of-defun, c-end-of-defun, c-mark-function)
1214 (c-indent-line-or-region): Use c-region-is-active-p.
1215
1216 * progmodes/cc-bytecomp.el (cc-bytecomp-unbound-variables)
1217 (cc-bytecomp-original-functions, cc-bytecomp-original-properties)
1218 (cc-bytecomp-loaded-files): Re-set each time the file is loaded.
1219 (cc-bytecomp-obsolete-var, cc-bytecomp-ignore-obsolete)
1220 (cc-bytecomp-obsolete-fun): Delete unused functions.
1221
1222 * progmodes/cc-align.el (c-lineup-respect-col-0): New function.
1223
1224 2014-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1225
1226 * net/shr.el (shr-dom-print): Fix up `shr-dom-print' after the
1227 dom.el changes.
1228
1229 2014-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1230
1231 * vc/vc.el (vc-find-conflicted-file): Look for conflicted files in the
1232 current "project" rather than just the current directory.
1233 * vc/vc-git.el (vc-git-conflicted-files): Clarify in which directory
1234 the file names make sense.
1235
1236 * vc/smerge-mode.el (smerge-swap): New command.
1237
1238 * vc/diff-mode.el (diff-kill-applied-hunks): New command.
1239
1240 2014-12-01 Ulf Jasper <ulf.jasper@web.de>
1241
1242 * net/newst-treeview.el (newsticker--treeview-item-show):
1243 Check window liveliness before measuring its width.
1244
1245 * net/newst-backend.el (newsticker--get-news-by-url-callback):
1246 Pass correct status to `newsticker--sentinel-work'.
1247 (newsticker--sentinel-work): Use "newsticker--download-error" as
1248 guid in order to prevent multiple "Could not download..."
1249 messages. Fixes bug#19166.
1250
1251 2014-12-01 Ivan Shmakov <ivan@siamics.net>
1252
1253 * net/eww.el (eww-render): Call `eww-after-render-hook' in the
1254 correct buffer (bug#19225).
1255
1256 2014-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1257
1258 * net/nsm.el (network-security-level): Change the default to `medium'.
1259
1260 * net/eww.el (eww): Leave point in a place that doesn't cause
1261 scrolling when displaying "Loading...".
1262
1263 2014-12-01 Eric S. Raymond <esr@snark.thyrsus.com>
1264
1265 * vc/vc.el, vc/vc-cvs.el, vc/vc-rcs.el, vc/vc-svn.el: The 'merge'
1266 backend method of RCS/CVS/SVN is now 'merge-file', to contrast with
1267 'merge-branch'. Prompting for merge revisions is pushed down to
1268 the back ends; this fixes a layering violation that caused bad
1269 behavior with SVN.
1270
1271 * vc/vc.el, vc-hooks.el: All backends: API simplification;
1272 vc-stay-local-p and repository-hostname are no longer public
1273 methods. Only the CVS and SVN backends used these, and the SVN
1274 support was conditioned out because svn status -v is too slow.
1275 The CVS back end retains this machinery and the vc-stay-local
1276 configuration variable now only affects it.
1277
1278 2014-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1279
1280 * emacs-lisp/inline.el: New file.
1281
1282 2014-12-01 Eric S. Raymond <esr@snark.thyrsus.com>
1283
1284 * vc/vc.el, vc-hooks.el: All backends: API simplification;
1285 vc-state-heuristic is no longer a public method, having been
1286 removed where it is redundant, unnecessary, or known buggy.
1287 This eliminated all backends except CVS. Eliminates bug#7850.
1288
1289 * vc/vc-cvs.el, vc/vc-hooks.el, vc/vc-rcs.el, vc/vc-sccs.el:
1290 Eliminate vc-mistrust-permissions. It was only relevant to the
1291 RCS and SCCS back ends and defaulted to t. Code now always
1292 mistrusts permissions - by actual measurement the effect on
1293 performance is negligible. As a side effect bug#11490 is now
1294 irrelevant.
1295
1296 * vc/vc.el, vc-hooks.el: All backends: API simplification;
1297 vc-workfile-unchanged-p is no longer a public method (but the RCS
1298 and SCCS back ends retain it as a private method used in state
1299 computation). This method was redundant with vc-state and usually
1300 implemented as a trivial call to same. Fixes the failure mode
1301 described in bug#694.
1302
1303 * vc/vc.el: All backends: API simplification; init-revision is
1304 gone, and vc-registered functions no longer take an
1305 initial-revision argument.
1306
1307 2014-11-29 Glenn Morris <rgm@gnu.org>
1308
1309 * vc/vc-src.el (vc-src, vc-src-diff-switches)
1310 (vc-src-master-templates): Fix :version tags.
1311
1312 2014-11-29 Paul Rankin <paul@tilk.co> (tiny change)
1313
1314 * outline.el (outline-move-subtree-down): Refactor and improve code.
1315
1316 2014-11-29 Stephen Berman <stephen.berman@gmx.net>
1317 Stefan Monnier <monnier@iro.umontreal.ca>
1318
1319 * outline.el (outline-move-subtree-down): Make sure we can move
1320 forward to find the end of the subtree and the insertion point
1321 (bug#19102).
1322
1323 2014-11-29 Fabián Ezequiel Gallina <fgallina@gnu.org>
1324
1325 * progmodes/python.el (python-shell-completion-setup-code):
1326 Use __builtin__ module (or builtins in Python 3) and catch all errors
1327 when importing readline and rlcompleter.
1328
1329 2014-11-29 Stephen Berman <stephen.berman@gmx.net>
1330
1331 * calendar/todo-mode.el: Handle calling revert-buffer (bug#19187).
1332 (todo-revert-buffer): New function.
1333 (todo-modes-set-1): Use it as the buffer-local value of
1334 revert-buffer-function.
1335
1336 2014-11-29 Stephen Berman <stephen.berman@gmx.net>
1337
1338 * calendar/todo-mode.el (todo-mode): If called interactively, just
1339 display a message saying to call todo-show to enter Todo mode
1340 (Bug#19112).
1341
1342 2014-11-29 Dmitry Gutov <dgutov@yandex.ru>
1343
1344 * vc/vc-hg.el (vc-hg-dir-status-files): Include ignored files.
1345 (Bug#18579)
1346
1347 * vc/vc-bzr.el (vc-bzr-after-dir-status): Don't skip ignored
1348 files. (Bug#18579)
1349
1350 2014-11-29 Michael Albinus <michael.albinus@gmx.de>
1351
1352 * textmodes/makeinfo.el (makeinfo-buffer): Make it work also for
1353 remote `buffer-file-name'.
1354
1355 2014-11-29 Leo Liu <sdl.web@gmail.com>
1356
1357 * calendar/diary-lib.el (calendar-mark-1): Fix thinko.
1358
1359 2014-11-29 Fabián Ezequiel Gallina <fgallina@gnu.org>
1360
1361 Set PYTHONUNBUFFERED on shell startup.
1362
1363 * progmodes/python.el (python-shell-unbuffered): New var.
1364 (python-shell-calculate-process-environment): Use it.
1365
1366 2014-11-29 Michael Albinus <michael.albinus@gmx.de>
1367
1368 * net/tramp.el (tramp-action-password): Clean password on subsequent
1369 attempts even if there was no wrong password indication. (Bug#19047)
1370
1371 * net/tramp-sh.el (tramp-get-remote-locale): Return "LC_ALL=C" as
1372 fallback.
1373 (tramp-open-connection-setup-interactive-shell): No need to check
1374 for nil as `tramp-get-remote-locale' return value.
1375
1376 2014-11-29 Eli Zaretskii <eliz@gnu.org>
1377
1378 * vc/vc-git.el (vc-git-command, vc-git--call):
1379 Bind coding-system-for-read and coding-system-for-write to
1380 vc-git-commits-coding-system.
1381 (vc-git-previous-revision): Use "~1" instead of "^", since the
1382 latter is a special character for MS-Windows system shells.
1383
1384 2014-11-29 Michael Albinus <michael.albinus@gmx.de>
1385
1386 Improve XEmacs compatibility.
1387
1388 * net/tramp.el (tramp-autoload-file-name-handler):
1389 Wrap `temporary-file-directory' by `symbol-value', it doesn't
1390 exist in XEmacs.
1391 (tramp-read-passwd): Don't use `with-timeout-suspend' and
1392 `with-timeout-unsuspend' if they don't exist, like in XEmacs.
1393 (tramp-time-less-p, tramp-time-subtract): Remove functions.
1394 (tramp-handle-file-newer-than-file-p, tramp-time-diff):
1395 * net/tramp-adb.el (tramp-adb-ls-output-time-less-p):
1396 * net/tramp-cache.el (tramp-get-file-property):
1397 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1398 Use `time-less-p' and `time-subtract, respectively.
1399
1400 * net/tramp-adb.el (top): Do not require time-date.el.
1401
1402 * net/tramp-compat.el (top): Require time-date.el for XEmacs.
1403
1404 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1405 Check, whether `utf-8' is a valid coding system.
1406
1407 2014-11-29 Eli Zaretskii <eliz@gnu.org>
1408
1409 * vc/vc.el (vc-retrieve-tag): Doc fix.
1410
1411 2014-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1412
1413 * simple.el (execute-extended-command--shorter): Fix the "M-p" case
1414 (bug#19152).
1415
1416 2014-11-28 Martin Rudalics <rudalics@gmx.at>
1417
1418 Fix two issues around help-window-select. (Bug#11039) (Bug#19012)
1419 * help.el (help-window-old-frame): New variable.
1420 (help-window-select): Default to nil (Bug#11039).
1421 Rewrite doc-string.
1422 (help-window-setup): When the help window appears on another
1423 frame and `help-window-select' is non-nil, give that frame input
1424 focus too (Bug#19012).
1425 (with-help-window): Store selected frame in
1426 help-window-old-frame.
1427
1428 2014-11-28 Ulf Jasper <ulf.jasper@web.de>
1429
1430 * net/newst-treeview.el (newsticker--treeview-load): Take care of
1431 nil value for `newsticker-groups-filename'.
1432
1433 2014-11-28 Daiki Ueno <ueno@gnu.org>
1434
1435 * epa.el (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
1436 (epa-sign-region, epa-encrypt-region):
1437 Use `epg-context-set-{passphrase,progress}-callback', instead of
1438 `setf'. This partially reverts commit 9e48a95c (bug#19150).
1439 Reported by José A. Romero L.
1440
1441 2014-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1442
1443 * net/eww.el (eww-restore-history):
1444 Bind `inhibit-modification-hooks' instead of `after-change-functions'.
1445
1446 2014-11-27 Ulf Jasper <ulf.jasper@web.de>
1447
1448 * net/newst-backend.el (newsticker--parse-atom-1.0):
1449 Handle embedded (x)html in summary node.
1450
1451 2014-11-27 Sam Steingold <sds@gnu.org>
1452
1453 * menu-bar.el (menu-bar-open): When everything else fails,
1454 use (mouse-menu-bar-map).
1455
1456 2014-11-27 Ulf Jasper <ulf.jasper@web.de>
1457
1458 * net/newst-treeview.el (newsticker-groups-filename):
1459 Change default value to nil. Point out that variable is obsolete in doc
1460 string.
1461 (newsticker--treeview-load): Change wording of the questions the
1462 user is asked when `newsticker-groups-filename' is found to be
1463 used and we offer to read and remove the groups file. (Bug#19165)
1464
1465 2014-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1466
1467 * net/eww.el (eww): Record the new URL immediately, so that if the
1468 HTTP fetch fails, we have the right URL in the buffer.
1469 (eww-process-text-input): Don't shorten the input field if
1470 deleting at the last character (bug#19085).
1471 (eww-restore-history): Inhibit change functions while restoring
1472 the history.
1473 (eww-process-text-input): Fix deletion at the start of the field, too.
1474 (eww-mode): Revert mistanken removal of `buffer-disable-undo'.
1475 (eww-process-text-input): Try to keep track of the size more reliably.
1476
1477 * dom.el (dom-pp): New function.
1478
1479 2014-11-27 Eli Zaretskii <eliz@gnu.org>
1480
1481 * vc/vc-bzr.el (vc-bzr-print-log, vc-bzr-expanded-log-entry):
1482 Don't assume --long is the default for "bzr log", always specify
1483 it explicitly, in case the user defined an alias for 'log' that
1484 uses some other format.
1485
1486 2014-11-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
1487
1488 * progmodes/python.el (python-eldoc--get-doc-at-point):
1489 Strip shell output before returning. (bug#18794)
1490
1491 2014-11-27 Dmitry Gutov <dgutov@yandex.ru>
1492
1493 Fix indentation before `!=' and after `+='. Originally reported
1494 in https://github.com/mooz/js2-mode/issues/174.
1495 * progmodes/js.el (js--indent-operator-re): Make assignments and
1496 (in)equality operator a separate case.
1497 (js--continued-expression-p): Escape the second `+' in the regexp.
1498
1499 2014-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1500
1501 * window.el (handle-select-window): Deactivate shift-region (bug#19003).
1502
1503 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1504
1505 * net/nsm.el (nsm-new-fingerprint-ok-p): Display the certificate
1506 when querying about new certificates.
1507
1508 * net/shr.el (shr-make-table-1): dom.el changes for table rendering.
1509
1510 * dom.el (dom-by-tag): Use `equal' for comparisons so that tags
1511 can be strings.
1512 (dom-elements): Protect against non-text nodes.
1513 (dom-non-text-children): New function.
1514
1515 * net/eww.el (eww-tag-title): Use `dom-text'.
1516
1517 2014-11-26 Sam Steingold <sds@gnu.org>
1518
1519 * textmodes/sgml-mode.el (sgml-validate-command): Pass -utf8 to tidy.
1520
1521 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1522
1523 * net/eww.el (eww-highest-readability): More dom.el fixes.
1524
1525 2014-11-26 Ulf Jasper <ulf.jasper@web.de>
1526
1527 * net/newst-backend.el (newsticker--parse-generic-items):
1528 Take care of UIDs when adding elements to cache.
1529
1530 2014-11-26 Alan Mackenzie <acm@muc.de>
1531
1532 Remove spurious reference to symbol category_properties.
1533 * progmodes/cc-engine.el (c-state-pp-to-literal): Fix here.
1534
1535 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1536
1537 * net/eww.el: Use the new dom.el accessors throughout.
1538
1539 * net/shr.el: Ditto.
1540
1541 * dom.el: New file.
1542
1543 2014-11-26 Glenn Morris <rgm@gnu.org>
1544
1545 * arc-mode.el (archive-visit-single-files): Add :version.
1546
1547 2014-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1548
1549 * net/nsm.el (nsm-format-certificate): Don't bug out on missing
1550 elements.
1551 (nsm-warnings-ok-p): The new version of this function always
1552 returned nil when everything was OK.
1553
1554 2014-11-25 Teodor Zlatanov <tzz@lifelogs.com>
1555
1556 * net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM.
1557
1558 * net/nsm.el (nsm-check-tls-connection, nsm-save-host)
1559 (nsm-warnings-ok-p): Use `gnutls-peer-status-warning-describe'.
1560
1561 2014-11-20 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1562
1563 * emacs-lisp/byte-run.el (function-put): Match argument names to
1564 docstring.
1565
1566 2014-11-24 Sam Steingold <sds@gnu.org>
1567
1568 * vc/vc-hooks.el (vc-directory-exclusion-list):
1569 Fix a trivial typo (bug#19171).
1570
1571 2014-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1572
1573 * vc/vc-hooks.el (vc-state-base-face): Don't override
1574 mode-line-inactive.
1575
1576 2014-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1577
1578 * net/eww.el (eww-set-character-encoding): Use `read-coding-system'.
1579 (eww-process-text-input): Inhibit read only so that input fields
1580 don't get shortened (bug#19085).
1581
1582 2014-11-24 Leo Liu <sdl.web@gmail.com>
1583
1584 * emacs-lisp/macroexp.el (macroexp-let2*): New macro.
1585
1586 * window.el (with-temp-buffer-window)
1587 (with-current-buffer-window, with-displayed-buffer-window):
1588 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin):
1589 * emacs-lisp/cl-lib.el (substring):
1590 * emacs-lisp/cl-extra.el (cl-getf): Use it.
1591
1592 2014-11-24 Eli Zaretskii <eliz@gnu.org>
1593
1594 * isearch.el (isearch-update): Don't assume
1595 pos-visible-in-window-p will return nil when point is hscrolled
1596 out of view. (Bug#19157)
1597
1598 2014-11-20 Andrey Kotlarski <m00naticus@gmail.com>
1599
1600 * net/eww.el (eww-browse-url): Optionally create new eww buffer.
1601 (eww-follow-link): Follow in new buffer in case of prefix
1602 argument, open externally with double prefix (bug#19130).
1603
1604 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1605
1606 * net/eww.el (eww-display-html): Decode the document-defined charset.
1607 (eww): Pop to the *eww* buffer immediately after executing the
1608 `M-x eww' command to avoid having buffers pop up later.
1609 (eww-display-html): Don't pop the *eww* buffer.
1610 (eww-display-raw): Ditto.
1611 (eww-display-image): Ditto.
1612 (eww-follow-link): Make going to #targets in the page work again.
1613
1614 2014-11-23 Ivan Shmakov <ivan@siamics.net>
1615
1616 * net/eww.el (eww-suggest-uris): New variable.
1617 (eww-suggested-uris): New function.
1618 (eww): Default to URL under point.
1619 (eww-links-at-point): New function.
1620
1621 2014-11-20 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
1622
1623 * net/eww.el (eww-add-bookmark): Fix bookmark titles.
1624
1625 2014-11-17 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
1626
1627 * net/eww.el (eww-mode-map): Bind backtab to shr-previous-link.
1628
1629 2014-11-23 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
1630
1631 * net/eww.el (eww-set-character-encoding): New command and keystroke.
1632 (eww-display-raw): Use it (bug#16225).
1633
1634 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1635
1636 * net/nsm.el (network-security-level): Rename from
1637 `nsm-security-level' and documented.
1638
1639 * mail/smtpmail.el (smtpmail-via-smtp): Warn unless encrypted and
1640 we're sending a password.
1641
1642 * net/nsm.el: New file that implements a Network Security Manager.
1643
1644 * net/network-stream.el (open-network-stream): Add a new
1645 :warn-unless-encrypted parameter.
1646 (network-stream-open-plain): Allow warning unless encrypted.
1647 (network-stream-open-starttls): Call the Network Security Manager.
1648 (network-stream-open-tls): Ditto.
1649
1650 2014-11-23 Leo Liu <sdl.web@gmail.com>
1651
1652 * calendar/cal-china.el (calendar-chinese-from-absolute-for-diary)
1653 (calendar-chinese-to-absolute-for-diary)
1654 (calendar-chinese-mark-date-pattern, diary-chinese-anniversary):
1655 Handle leap months in Chinese calendar. (Bug#18953)
1656
1657 2014-11-22 Alan Mackenzie <acm@muc.de>
1658
1659 Fix error with `mark-defun' and "protected:" in C++ Mode.
1660 Fixes: debbugs:19134.
1661
1662 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Handle a
1663 return code of (label) from c-beginning-of-decl-1.
1664
1665 2014-11-22 Ulf Jasper <ulf.jasper@web.de>
1666
1667 * net/newst-backend.el (newsticker--sentinel-work):
1668 Tell `libxml-parse-xml-region' to discard comments. Fixes bug#18787.
1669
1670 2014-11-22 Michael Albinus <michael.albinus@gmx.de>
1671
1672 * net/tramp-sh.el (tramp-sh-handle-start-file-process)
1673 (tramp-sh-handle-process-file): Propagate `process-environment'.
1674
1675 * vc/vc-hg.el (vc-hg-state): No special handling for remote files;
1676 Tramp propagates environment variables now.
1677
1678 2014-11-22 Eric S. Raymond <esr@snark>
1679
1680 * vc/vc-filewise.el: New file to isolate code used only by the
1681 file-oriented back ends (SCCS/RCS/CVS/SRC) which should not
1682 live in vc.el and certainly not in vc-hooks.el.
1683
1684 * vc/vc-hooks.el, vc-rcs.el, vc-sccs.el: vc-name -> vc-master-name.
1685 This is preparatory to isolating all the 'master' functions
1686 used only by the file-oriented back ends. With this done first,
1687 the substantive diffs will be easier to read.
1688
1689 2014-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
1690
1691 * play/morse.el (nato-alphabet): Mark URL in docstring in a way
1692 that is recognized by `help-mode'.
1693
1694 2014-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1695
1696 * desktop.el (desktop-create-buffer): Use activate-mark to set
1697 `mark-active' (bug#19058).
1698
1699 2014-11-21 Eric S. Raymond <esr@snark>
1700
1701 * vc/vc-src.el (vc-src-state): Fix bug that produced spurious
1702 nil state.
1703
1704 2014-11-21 Eli Zaretskii <eliz@gnu.org>
1705
1706 * vc/vc.el (vc-deduce-fileset): Support invocation from
1707 *vc-change-log* buffer. (Bug#19084)
1708
1709 2014-11-13 Matthew Leach <matthew@mattleach.net>
1710
1711 * arc-mode.el (archive-visit-single-files): New.
1712 (archive-mode): Visit file if archive contains a single file.
1713 (Bug#1702)
1714
1715 2014-11-21 Ulrich Müller <ulm@gentoo.org>
1716
1717 * vc/vc.el: Fix a typo in the commentary.
1718
1719 2014-11-20 Eric S. Raymond <esr@snark.thyrsus.com>
1720
1721 * vc/vc-src.el, vc/vc.el: Added support for SRC. Needs more
1722 testing and a real log-view mode.
1723
1724 * vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el, vc/vc-git.el:
1725 * vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el:
1726 * vc/vc-svn.el, vc/vc.el: Remove editable argument from the backend
1727 checkout methods; where it matters (which is only in SCCS and RCS)
1728 files are always checked out editable. This may actually have
1729 been dynamically true already - it looks like the vc-next-action
1730 code evolved past visiting the other case. Tested with RCS.
1731
1732 * vc/vc-arch.el, vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el:
1733 * vc/vc-git.el, vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el:
1734 * vc/vc-sccs.el, vc/vc-svn.el, vc/vc.el: Remove never-used rev
1735 argument from the backend checkin methods. Only the RCS, SCCS,
1736 and CVS back ends tried to do anything with it, and that code was
1737 never exercised. Chiseling away the cruft of decades...
1738
1739 2014-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1740
1741 * net/eww.el (eww-render): Remove a no-op :title setting.
1742
1743 2014-11-19 Ivan Shmakov <ivan@siamics.net>
1744
1745 * net/eww.el (eww-history-limit): New variable.
1746 (eww-save-history): Use it (bug#19105).
1747 (eww-reload): Reload the page in the right buffer.
1748
1749 2014-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1750
1751 * net/eww.el (eww-desktop-misc-data): Use `cl-remove-duplicates'.
1752
1753 2014-11-19 Ivan Shmakov <ivan@siamics.net>
1754
1755 * net/eww.el (eww-desktop-remove-duplicates)
1756 (eww-restore-desktop, eww-restore-reload-prompt): New variables.
1757 (eww-mode): Set up desktop mode (bug#18010).
1758 (eww-desktop-data-save, eww-desktop-data-1)
1759 (eww-desktop-history-duplicate, eww-desktop-misc-data)
1760 (eww-restore-desktop): New functions.
1761
1762 2014-11-19 Eli Zaretskii <eliz@gnu.org>
1763
1764 * vc/vc.el (vc-log-internal-common): Turn on log-view-mode in the
1765 correct buffer. (Bug#19101)
1766
1767 2014-11-19 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
1768
1769 * vc/vc-git.el (vc-git-diff): Use "difftool -x diff" with
1770 `diff-switches' if `vc-git-diff-switches' is nil. (Bug#19099)
1771
1772 2014-11-19 Artur Malabarba <bruce.connor.am@gmail.com>
1773
1774 * lisp/ido.el (ido-bury-buffer-at-head): New command.
1775 (ido-buffer-completion-map): Bind it to C-S-b.
1776
1777 2014-11-18 Juri Linkov <juri@linkov.net>
1778
1779 * simple.el (next-line-or-history-element): Wrap next-line
1780 in with-no-warnings.
1781 (previous-line-or-history-element): Wrap previous-line
1782 in with-no-warnings.
1783
1784 2014-11-18 Juri Linkov <juri@linkov.net>
1785
1786 * progmodes/grep.el (grep-compute-defaults):
1787 Compute grep-highlight-matches before its use.
1788
1789 2014-11-18 Juri Linkov <juri@linkov.net>
1790
1791 * replace.el (query-replace-from-to-separator): Turn defvar into
1792 defcustom. Wrap char-displayable-p in ignore-errors because an
1793 attempt to autoload char-displayable-p fails during pre-loading.
1794 Move (propertize "\0" ... 'separator t) out of customizable part
1795 to query-replace-read-from.
1796 (query-replace-read-from): Call custom-reevaluate-setting on
1797 query-replace-from-to-separator to reevaluate the separator
1798 depending on the return value of char-displayable-p.
1799 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00466.html
1800
1801 2014-11-18 Juri Linkov <juri@linkov.net>
1802
1803 * bindings.el (minibuffer-local-map): Rebind [down] from
1804 next-history-element to next-line-or-history-element, and [up]
1805 from previous-history-element to previous-line-or-history-element.
1806
1807 * simple.el (next-line-or-history-element)
1808 (previous-line-or-history-element): New commands.
1809 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00822.html
1810
1811 2014-11-18 Leo Liu <sdl.web@gmail.com>
1812
1813 * emacs-lisp/nadvice.el (define-advice): New macro.
1814 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1815 Add define-advice.
1816 (lisp-font-lock-keywords-1): Add define-advice.
1817
1818 2014-11-18 Daiki Ueno <ueno@gnu.org>
1819
1820 * epg.el (epg-context): New slot EDIT-CALLBACK.
1821 (epg--process-filter): Call EDIT-CALLBACK when editing a key.
1822 (epg-reset): Reset EDIT-CALLBACK of the context.
1823 (epg-start-edit-key): New function.
1824 (epg-edit-key): New function.
1825
1826 2014-11-18 Paul Eggert <eggert@cs.ucla.edu>
1827
1828 Port new time stamp handling to Emacs 23.2.
1829 This fix is for Gnus. Problem reported by Katsumi Yamaoka.
1830 * calendar/time-date.el (time-add, time-subtract, time-less-p):
1831 Use eval-and-compile, not eval-when-compile.
1832
1833 2014-11-18 Daiki Ueno <ueno@gnu.org>
1834
1835 * epg.el (epg-context-set-passphrase-callback)
1836 (epg-context-set-progress-callback): Check if the CALLBACK
1837 argument is a function, instead of a cons.
1838
1839 2014-11-18 Daiki Ueno <ueno@gnu.org>
1840
1841 * epa-file.el (epa-file-insert-file-contents)
1842 (epa-file-write-region): Remove redundant check of
1843 epa-pinentry-mode.
1844 * epa.el (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
1845 (epa-sign-region, epa-encrypt-region): Remove redundant check of
1846 epa-pinentry-mode.
1847
1848 2014-11-18 Daiki Ueno <ueno@gnu.org>
1849
1850 * epa-file.el (epa-file-insert-file-contents): Don't show
1851 "*Error*" buffer if input file does not exist.
1852 Reported by Herbert J. Skuhra.
1853
1854 2014-11-18 Paul Pogonyshev <pogonyshev@gmail.com>
1855 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
1856
1857 * progmodes/cc-langs.el: Support some of the new keywords in C++11.
1858 An alternative version of the patch from bug#13871.
1859 (c-operators): Add "alignof".
1860 (c-primitive-type-kwds): Add "char16_t", "char32_t".
1861 (c-type-modifier-kwds): Add "constexpr", "noexcept".
1862 (c-modifier-kwds): Add "thread_local".
1863 (c-constant-kwds): Add "nullptr".
1864
1865 2014-11-17 Michal Nazarewicz <mina86@mina86.com>
1866
1867 * textmodes/tildify.el (tildify-pattern, tildify-space-string):
1868 New variables for specifying tildify pattern and representation of
1869 a hard space -- a no-break space by default -- respectively.
1870 Being buffer-local they are much easier to handle than
1871 `tildify-string-alist' and `tildify-pattern-alist' respectively
1872 that have been used so far. They also works better with derived
1873 modes.
1874 (tildify-foreach-region-function): New variable specifying
1875 a function determining portions of buffer that should be
1876 tildified. It allows major modes to create a filtering function
1877 more elaborate than a set of regular expressions. Initialised to
1878 `tildify--deprecated-ignore-evironments' by default to handle now
1879 deprecated `tildify-ignored-environments-alist' variable.
1880 (tildify--foreach-region): A new function that takes
1881 `tildify-foreach-region-function' into account and calls callback
1882 for regions of the buffer that should be tildified.
1883 (tildify-foreach-ignore-environments): A new function which can be
1884 partially applied and used as `tildify-foreach-region-function'.
1885 (tildify-ignored-environments-alist, tildify-pattern)
1886 (tildify-string-alist, tildify--pick-alist-entry): Mark as obsolete.
1887 (tildify--find-env): Rename from `tildify-find-env' and mark as
1888 obsolete.
1889 (tildify--deprecated-ignore-evironments): New function,
1890 immediately marked as obsolete, used to handle deprecated
1891 `tildify-ignored-environments-alist'.
1892
1893 * textmodes/tex-mode.el (tex-common-initialization):
1894 Set `tildify-space-string' and `tildify-foreach-region-function'
1895 variables in all variants of TeX mode since `tildify-string-alist'
1896 and `tildify-ignored-environments-alist' are now empty by default.
1897
1898 * nxml/nxml-mode.el (nxml-mode): Ditto in `nxml-mode'.
1899 If encoding supports it use no-break space instead of character
1900 entity; this changes previous default which used a numeric
1901 reference.
1902
1903 * textmodes/sgml-mode.el (sgml-mode): ditto in `sgml-mode'.
1904 If encoding does not support no-break space, use numeric reference;
1905 this changes previous default which used named entity (“&nbsp;”)
1906 in HTML mode.
1907
1908 2014-11-17 Ulf Jasper <ulf.jasper@web.de>
1909
1910 * calendar/icalendar.el (icalendar-export-alarms):
1911 New customizable variable. (Bug#5433)
1912 (icalendar-export-region): Export alarms as specified in
1913 `icalendar-export-alarms'.
1914 (icalendar--create-ical-alarm, icalendar--do-create-ical-alarm):
1915 New functions for exporting alarms.
1916
1917 2014-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1918
1919 * bindings.el (search-map): Move `eww-search-words' to `M-s M-w'.
1920
1921 2014-11-17 Paul Eggert <eggert@cs.ucla.edu>
1922
1923 Port new time stamp handling to old Emacs and to XEmacs.
1924 This is needed for Gnus, which copies time-date.el and which
1925 runs on older Emacs implementations.
1926 * calendar/time-date.el (with-decoded-time-value):
1927 Handle 'nil' and floating-point arg more compatibly with new Emacs.
1928 (encode-time-value, with-decoded-time-value):
1929 Obsolete only if new Emacs.
1930 (time-add, time-subtract, time-less-p): Define if not new Emacs.
1931
1932 Improve time stamp handling, and be more consistent about it.
1933 This implements a suggestion made in:
1934 http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1935 Among other things, this means timer.el no longer needs to
1936 autoload the time-date module.
1937 * allout-widgets.el (allout-elapsed-time-seconds): Doc fix.
1938 * arc-mode.el (archive-ar-summarize):
1939 * calendar/time-date.el (seconds-to-time, days-to-time, time-since):
1940 * emacs-lisp/timer.el (timer-relative-time, timer-event-handler)
1941 (run-at-time, with-timeout-suspend, with-timeout-unsuspend):
1942 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
1943 * proced.el (proced-time-lessp):
1944 * timezone.el (timezone-time-from-absolute):
1945 * type-break.el (type-break-schedule, type-break-time-sum):
1946 Simplify by using new functionality.
1947 * calendar/cal-dst.el (calendar-next-time-zone-transition):
1948 Do not return time values in obsolete and undocumented (HI . LO)
1949 format; use (HI LO) instead.
1950 * calendar/time-date.el (with-decoded-time-value):
1951 Treat 'nil' as current time. This is mostly for XEmacs.
1952 (encode-time-value, with-decoded-time-value): Obsolete.
1953 (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1954 XEmacs. Define only if XEmacs, as they're now C builtins in Emacs.
1955 * ldefs-boot.el: Update to match new time-date.el
1956 * proced.el: Do not require time-date.
1957
1958 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1959
1960 * net/eww.el (eww-mode): Make the buffer read-only.
1961 (eww-form-text): Inhibit read-only-ness in text input fields
1962 (bug#16476).
1963
1964 2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1965
1966 * simple.el (execute-extended-command--shorter): Cut search here.
1967 (execute-extended-command): Instead of here.
1968
1969 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
1970
1971 * progmodes/python.el (python-mode): Avoid use of set-local to
1972 keep Emacs 24.x compatibility.
1973
1974 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1975
1976 * net/shr.el (shr): Move to the new defgroup `web'.
1977
1978 * net/eww.el (eww): Ditto.
1979
1980 * simple.el (execute-extended-command): Don't show the help
1981 message if the binding isn't significantly shorter than the
1982 M-x command the user typed (bug#19013).
1983
1984 2014-11-16 Ulf Jasper <ulf.jasper@web.de>
1985
1986 * calendar/icalendar.el (icalendar--convert-tz-offset):
1987 Return complete cons when offsets of standard time and daylight saving
1988 time are equal.
1989 (icalendar-export-region): Fix unbound variable warning.
1990
1991 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
1992
1993 * progmodes/python.el (run-python): Allow CMD to be optional and
1994 default it to a safe command, even for Windows. (bug#18596)
1995
1996 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
1997
1998 * progmodes/python.el (python-shell-calculate-command):
1999 Rename from python-shell-parse-command. Cleanup.
2000 (run-python, run-python-internal): Use it.
2001 (python-shell-calculate-pythonpath): Rename from
2002 python-new-pythonpath.
2003 (python-shell-calculate-process-environment): Use it.
2004 (python-shell-calculate-exec-path): Add comment.
2005
2006 2014-11-16 Thierry Banel <tbanelwebmin@free.fr> (tiny change)
2007
2008 * calc/calc-arith.el (math-max-list, math-min-list): Fix bug
2009 for date handling.
2010
2011 2014-11-16 Andreas Schwab <schwab@linux-m68k.org>
2012
2013 * version.el (emacs-repository-get-version): Use git rev-parse
2014 instead of git log.
2015
2016 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
2017
2018 * progmodes/python.el (python-indent-calculate-levels):
2019 Fix indentation behavior multiline dedenter statement. (Bug#18432)
2020
2021 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
2022
2023 * progmodes/python.el (python-indent-region):
2024 Use python-indent-line and skip special cases. (Bug#18843)
2025
2026 2014-11-16 Peder O. Klingenberg <peder@klingenberg.no>
2027
2028 * mail/emacsbug.el (report-emacs-bug): Make a better guess at
2029 envelope-from when reporting through sendmail (bug#19054).
2030
2031 2014-11-16 Oscar Fuentes <ofv@wanadoo.es>
2032
2033 Add faces for the VC modeline state indicator.
2034 * vc/vc-hooks.el:
2035 (vc-state-faces, vc-state-base-face)
2036 (vc-up-to-date-state, vc-needs-update-state)
2037 (vc-locked-state, vc-locally-added-state)
2038 (vc-conflict-state, vc-removed-state)
2039 (vc-missing-state, vc-edited-state):
2040 New faces.
2041 (vc-default-mode-line-string): Use them
2042
2043 2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2044
2045 * emacs-lisp/backquote.el (backquote-process): Optimize away ",'".
2046
2047 2014-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2048
2049 * net/eww.el (eww-search-words): Mention `eww-search-prefix'.
2050
2051 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
2052
2053 * progmodes/python.el (python-eldoc-setup-code): Enhance string
2054 type checks, simplify printing. (Bug#18962)
2055
2056 2014-11-14 Ivan Andrus <darthandrus@gmail.com>
2057
2058 * progmodes/python.el (python-shell-font-lock-kill-buffer):
2059 (python-shell-font-lock-with-font-lock-buffer)
2060 (python-shell-get-buffer, python-ffap-module-path):
2061 Use `derived-mode-p' instead of equality test on `major-mode'.
2062
2063 2014-11-14 Fabián Ezequiel Gallina <fgallina@gnu.org>
2064
2065 * progmodes/python.el (python-shell-virtualenv-root): Rename from
2066 python-shell-virtualenv-path.
2067 (python-shell-internal-get-process-name)
2068 (python-shell-calculate-process-environment)
2069 (python-shell-calculate-exec-path): Use it.
2070
2071 2014-11-14 Eli Zaretskii <eliz@gnu.org>
2072
2073 * bindings.el (search-map): Fix last change: don't use 'kbd' in
2074 bindings.el, since it is not yet loaded when bindings.el is
2075 preloaded.
2076
2077 2014-11-14 Fabián Ezequiel Gallina <fgallina@gnu.org>
2078
2079 * progmodes/python.el (python-shell-completion-get-completions):
2080 Fix previous merge.
2081
2082 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2083
2084 * net/eww.el (eww-render): Don't set the title to the URL.
2085
2086 2014-11-13 Ulrich Müller <ulm@gentoo.org>
2087
2088 * version.el (emacs-repository-get-version): Call `git log'
2089 command with proper format argument (bug#19049).
2090
2091 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2092
2093 * bindings.el (search-map): Bind M-s M-s to `eww-search-words'.
2094
2095 2014-11-14 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2096
2097 * net/eww.el (eww-search-words): New command (bug#16258).
2098
2099 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2100
2101 * net/shr.el (shr-inhibit-images): Add a doc string.
2102
2103 * net/eww.el (eww-after-render-hook): New variable.
2104 (eww-render): Use it.
2105
2106 * net/shr.el (shr-descend): Don't descend further than
2107 `max-specpdl-size' allows (bug#16587).
2108 (shr-depth): New variable.
2109 (shr-warning): New variable.
2110
2111 2014-11-13 Ivan Shmakov <ivan@siamics.net>
2112
2113 * net/shr.el (shr-parse-base): Handle <base href=""> correctly.
2114 (shr-expand-url): Expand absolute URLs correctly (bug#17958).
2115
2116 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2117
2118 * net/eww.el (eww): Add comment to clarify.
2119
2120 * net/shr.el (shr-parse-image-data): Remove blocked bits from
2121 external SVG images.
2122 (shr-tag-object): Display images in <object> forms (bug#16244).
2123 (shr-tag-table): Also insert <objects> after the tables.
2124
2125 2014-11-13 Michael Albinus <michael.albinus@gmx.de>
2126
2127 * vc/vc-hg.el (vc-hg-state): Disable pager. (Bug#18940)
2128
2129 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2130
2131 * net/eww.el (eww-form-file): Fix version number.
2132
2133 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2134
2135 * net/eww.el (eww-form-file): :type isn't a valid `defface' keyword.
2136
2137 2014-11-10 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2138
2139 * net/eww.el(eww-form-file(defface)): New defface of file upload form.
2140 (eww-submit-file): New key map of file upload.
2141 (eww-form-file): New file upload button and file name context.
2142 (eww-select-file): Select file and display selected file name.
2143 (eww-tag-input): Handle input tag of file type.
2144 (eww-update-field): Add point offset.
2145 (eww-submit): Add submit with multipart/form-data.
2146
2147 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2148
2149 * net/eww.el (eww-render, eww-display-html, eww-setup-buffer):
2150 Allow taking a buffer to render data in. This allows using several
2151 eww buffers (bug#16211).
2152
2153 2014-11-10 Charles Rendleman <carendle@gmail.com> (tiny change)
2154
2155 * net/eww.el (eww-download-callback): Save only the file contents,
2156 not the headers.
2157
2158 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2159
2160 * net/eww.el (eww-data): New plist to store all the data relevant
2161 to a single page, used throughout the file instead of the
2162 variables `eww-current-url', `eww-current-dom',
2163 `eww-current-source', and `eww-current-title'.
2164 (eww-readable): Copy over pertinent data from the parent page.
2165 (eww-save-history): Don't let the history grow infinitely.
2166
2167 * net/eww.el: Remove `eww-next-url', `eww-previous-url',
2168 `eww-up-url', `eww-home-url', `eww-start-url' and
2169 `eww-contents-url' and put the data into the `eww-data' plist.
2170 This allow restoring these values after going back in the history.
2171
2172 2014-11-10 Sylvain Chouleur <sylvain.chouleur@gmail.com> (tiny change)
2173
2174 Allow VTIMEZONE where daylight and standard time zones are equal.
2175 See: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00494.html
2176 * calendar/icalendar.el (icalendar--convert-tz-offset):
2177 Support timezone without daylight saving time.
2178
2179 2014-11-10 Glenn Morris <rgm@gnu.org>
2180
2181 * startup.el (command-line): Handle nil elements in load-path.
2182
2183 2014-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2184
2185 * help.el (view-lossage): Include the actual commands run.
2186
2187 2014-11-10 Dmitry Gutov <dgutov@yandex.ru>
2188
2189 * vc/vc-dir.el (vc-dir-hide-state): Also hide `ignored' items when
2190 no state is specified. (Bug#18964)
2191
2192 2014-11-09 Eric Ludlam <zappo@gnu.org>
2193
2194 * emacs-lisp/eieio-custom.el (eieio-customize-object):
2195 Set eieio-cog (current group) to g, which is an improved form of input
2196 group.
2197
2198 2014-11-09 Juri Linkov <juri@jurta.org>
2199
2200 * isearch.el (isearch-message-prefix): Show "Multi-file" and
2201 "Multi-buffer" instead of "Multi". (Bug#13592)
2202
2203 * misearch.el (multi-isearch-file-list):
2204 Autoload multi-isearch-buffer-list and multi-isearch-file-list.
2205 (multi-isearch-end): Reset multi-isearch-buffer-list and
2206 multi-isearch-file-list to nil.
2207
2208 2014-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2209
2210 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
2211 Don't call byte-compile-preprocess since the result will go through
2212 cconv.
2213 (byte-compile-output-docform): Handle uninterned `name' correctly.
2214 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Use interned name
2215 to circumvent byte-compiler bug.
2216
2217 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix typo.
2218 (macroexp--compiler-macro): Remove left-over debug code.
2219
2220 * emacs-lisp/cl-extra.el (cl-get): Silence compiler warning.
2221
2222 2014-11-08 Juri Linkov <juri@jurta.org>
2223
2224 * simple.el (shell-command): Use buffer-name when output-buffer is
2225 a buffer. (Bug#18096)
2226
2227 2014-11-08 Juri Linkov <juri@jurta.org>
2228
2229 * minibuffer.el (minibuffer-completion-help): Compare this-command
2230 with completion-at-point. (Bug#17809)
2231
2232 2014-11-08 Glenn Morris <rgm@gnu.org>
2233
2234 * emacs-lisp/bytecomp.el (byte-compile-report-error):
2235 Allow the argument to be a string. Due to the vague doc,
2236 it was already being used this way.
2237
2238 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
2239
2240 * net/tramp.el (tramp-check-cached-permissions): Include hop in
2241 the constructed Tramp file name. (Bug#18943)
2242
2243 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2244
2245 * emulation/cua-base.el (cua--select-keymaps): Use region-active-p
2246 (bug#18952).
2247 (cua-set-mark, cua--post-command-handler-1):
2248 * emulation/cua-gmrk.el (cua-cancel-global-mark): Same.
2249
2250 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
2251
2252 * files.el (file-name-non-special): Wrap the call of
2253 `insert-file-contents' by `unwind-protect', in order to set the
2254 buffer's file name anyway. (Bug#18891)
2255
2256 2014-11-08 Alan Mackenzie <acm@muc.de>
2257
2258 Fix wrong bound to c-font-lock-declarators. Fixes bug #18948.
2259 * progmodes/cc-fonts.el (c-font-lock-declarations):
2260 Pass "(point-max)" as bound to c-font-lock-declarators, not "limit", as
2261 the buffer is sometimes narrowed to less than "limit" (e.g., in
2262 the presence of macros).
2263
2264 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
2265
2266 * net/tramp.el (tramp-error-with-buffer): Show connection buffer
2267 only when message appeared in minibuffer. (Bug#18891)
2268
2269 * net/tramp-adb.el (tramp-adb-handle-file-attributes):
2270 * net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
2271 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Return nil in
2272 case of errors.
2273
2274 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2275
2276 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
2277 Don't compile before eval in `eval-and-compile'.
2278 (byte-compile-arglist-warn): Add check for defining macros after their
2279 first use. Check call use even if the function is fboundp.
2280
2281 2014-11-08 Richard Stallman <rms@gnu.org>
2282
2283 * mail/rmail.el (rmail-epa-decrypt): Detect armor with line prefixes.
2284 Check more carefully for mime-part specified character set.
2285 Check for mime-part Content Transfer Encoding.
2286 Notify if no armor found.
2287
2288 2014-11-08 Martin Rudalics <rudalics@gmx.at>
2289
2290 * faces.el (face-set-after-frame-default): Enable running
2291 `window-configuration-change-hook'.
2292
2293 2014-11-07 Juri Linkov <juri@jurta.org>
2294
2295 * replace.el: History for query replace pairs.
2296 (query-replace-defaults): Promote to a list of cons cell. Doc fix.
2297 (query-replace-from-to-separator): New variable.
2298 (query-replace-read-from): Let-bind query-replace-from-to-history
2299 to a list of FROM-TO strings created from query-replace-defaults
2300 and separated by query-replace-from-to-separator. Use it as
2301 the history while reading from the minibuffer. Split the returned
2302 string by the separator to get FROM and TO parts, and add them
2303 to the history variables.
2304 (query-replace-read-to): Add FROM-TO pairs to query-replace-defaults.
2305 (query-replace-regexp-eval): Let-bind query-replace-defaults to nil.
2306 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00253.html
2307
2308 * isearch.el (isearch-text-char-description): Keep characters
2309 intact and put formatted strings with the `display' property.
2310
2311 2014-11-07 Martin Rudalics <rudalics@gmx.at>
2312
2313 * cus-start.el (frame-resize-pixelwise): Fix group.
2314 (frame-inhibit-implied-resize): Add entry.
2315
2316 2014-11-07 Daiki Ueno <ueno@gnu.org>
2317
2318 * epa.el (epa-pinentry-mode): New user option.
2319 (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
2320 (epa-sign-region, epa-encrypt-region): Respect epa-pinentry-mode.
2321 * epa-file.el (epa-file-insert-file-contents)
2322 (epa-file-write-region): Respect epa-pinentry-mode.
2323
2324 2014-11-07 Daiki Ueno <ueno@gnu.org>
2325
2326 * epg.el (epg--list-keys-1): Ignore fields after the 15th field
2327 (bug#18979). Reported by Hideki Saito.
2328
2329 2014-11-06 Daiki Ueno <ueno@gnu.org>
2330
2331 * emacs-lisp/package.el (package--display-verify-error): New function.
2332 (package--check-signature): Use it to display output sent to stderr.
2333
2334 2014-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2335
2336 * subr.el (pop): Don't call the getter twice (bug#18968).
2337
2338 * emacs-lisp/macroexp.el (macroexp--expand-all): Optimize away trivial
2339 uses of `funcall'.
2340
2341 2014-11-06 Daiki Ueno <ueno@gnu.org>
2342
2343 * epa.el (epa-error-buffer): New variable.
2344 (epa-display-error): New function.
2345 (epa-decrypt-file, epa-verify-file, epa-verify-region)
2346 (epa-delete-keys, epa-import-keys): Display output sent to stderr.
2347 (epa-sign-file, epa-sign-region, epa-encrypt-region)
2348 (epa-export-keys, epa-insert-keys): Display output sent to stderr.
2349 Use setf instead of epg-context-set-*.
2350 * epa-file.el (epa-file-insert-file-contents):
2351 Use epa-display-error instead of epa-display-info. Mimic the behavior
2352 of jka-compr when decryption program is not found.
2353 (epa-file-write-region): Use epa-display-error instead of
2354 epa-display-info.
2355
2356 2014-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2357
2358 * vc/vc.el (vc-region-history): New command.
2359 (vc-print-log-internal): Use cl-some.
2360
2361 * vc/vc-git.el (vc-git-region-history): New function.
2362 (vc-git-region-history-mode-map)
2363 (vc-git--log-view-long-font-lock-keywords)
2364 (vc-git-region-history-font-lock-keywords): New vars.
2365 (vc-git-region-history-font-lock): New function.
2366 (vc-git-region-history-mode): New major mode.
2367
2368 2014-11-05 Tassilo Horn <tsdh@gnu.org>
2369
2370 * net/eww.el (subr-x): Require subr-x at compile-time because eww
2371 uses string-trim.
2372
2373 2014-11-05 Daiki Ueno <ueno@gnu.org>
2374
2375 * epg.el (epg-context): Add new slot ERROR-OUTPUT.
2376 (epg-error-output): New buffer-local variable.
2377 (epg--start): Initialize epg-error-output.
2378 (epg--process-filter): Record output lines sent to stderr, in
2379 epg-error-output.
2380 (epg-wait-for-completion): Copy epg-error-output to ERROR-OUTPUT
2381 slot of context.
2382 * epa-file.el (epa-file-insert-file-contents): On error, display
2383 output sent to stderr.
2384 (epa-file-write-region): Likewise.
2385
2386 2014-11-05 Eli Zaretskii <eliz@gnu.org>
2387
2388 * jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being
2389 returned by load-average.
2390
2391 2014-11-05 Michael Albinus <michael.albinus@gmx.de>
2392
2393 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
2394 a local copy; setting `inhibit-file-name-handlers' proper might be
2395 more performant. (Bug#18751)
2396
2397 2014-11-05 Glenn Morris <rgm@gnu.org>
2398
2399 * mail/emacsbug.el (report-emacs-bug): No longer include
2400 recent-keys in the report. (Bug#18900)
2401
2402 2014-11-04 Paul Eggert <eggert@cs.ucla.edu>
2403
2404 * mouse.el (mouse-drag-line): Fix misspelling of "right-fringe".
2405
2406 2014-11-04 Teodor Zlatanov <tzz@lifelogs.com>
2407
2408 * net/eww.el (eww): Trim URL with `string-trim'.
2409 Suggested by Vibhav Pant <vibhavp@gmail.com>.
2410
2411 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2412
2413 * net/eww.el (eww-score-readability): Don't count comments positively.
2414
2415 * net/shr.el (shr-retransform-dom): Typo fix.
2416
2417 * net/eww.el (eww-score-readability): Parse SVC images correctly.
2418 (eww-display-html): Don't leave point inside forms.
2419
2420 * net/shr.el: Ditto.
2421
2422 2014-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2423
2424 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Assume that
2425 edebug-prin1-to-string already handles circularity.
2426
2427 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macro
2428 autoloading when specified as a lambda.
2429
2430 * simple.el (execute-extended-command--last-typed): New var.
2431 (read-extended-command): Set it.
2432 Don't complete obsolete commands.
2433 (execute-extended-command--shorter-1)
2434 (execute-extended-command--shorter): New functions.
2435 (execute-extended-command): Use them to suggest shorter names.
2436 (indicate-copied-region, deactivate-mark): Use region-active-p.
2437
2438 2014-11-03 Michael Albinus <michael.albinus@gmx.de>
2439
2440 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
2441 local copy of FILENAME, when it is remote. (Bug#18751)
2442
2443 * net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
2444 an error when the command fails; the return code must indicate.
2445 (tramp-adb-send-command-and-check): Fix docstring.
2446
2447 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2448
2449 * net/shr.el (shr-retransform-dom): Don't ignore elements that
2450 have no children like <br />.
2451
2452 * net/eww.el (eww-display-html): Clear `url-queue'.
2453 (eww-display-pdf): New function.
2454 (eww-render): Display PDFs with `doc-view'.
2455 (url-queue): Require `url-queue' to avoid compilation warning.
2456 (eww-colorize-region): Remove duplicate function.
2457 (eww-tag-body): Use `shr-colorize-region'.
2458
2459 2014-11-03 Yoni Rabkin <yrk@gnu.org>
2460
2461 * net/eww.el (eww-list-bookmarks): Autoload.
2462
2463 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2464
2465 * net/shr.el (shr-retransform-dom): Allow several text sub-nodes.
2466
2467 * net/eww.el (eww-display-html): The charset is called `utf-8',
2468 not `utf8'.
2469 (eww-readable): Decode the saved text correctly.
2470 (eww-readable): Save the history before displaying so that we can
2471 go back to the non-readable version.
2472 (eww-display-html): Don't try to decode the text if we've been
2473 passed in a pre-parsed DOM.
2474 (eww-tag-title): Remove newlines and extra whitespace from the
2475 displayed title.
2476
2477 2014-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2478
2479 * net/eww.el (eww-readable): New command and keystroke.
2480
2481 * net/shr.el (shr-retransform-dom): New function.
2482
2483 * net/eww.el (eww-display-html): Set `eww-current-source' in the
2484 correct buffer.
2485 (eww-view-source): Use it.
2486
2487 2014-11-02 Ivan Shmakov <ivan@siamics.net>
2488
2489 * net/eww.el (eww): Recognize colon-delimited IPv6 addresses.
2490 (Bug#18603).
2491
2492 2014-11-02 Brian McKenna <brian@brianmckenna.org> (tiny change)
2493
2494 * net/eww.el (eww-submit): Encode empty form values as "". (Bug#17785).
2495
2496 2014-11-02 Ivan Shmakov <ivan@siamics.net>
2497
2498 * net/eww.el (eww): Allow "file:/file/name" URLs. (Bug#18825).
2499
2500 2014-11-02 Ivan Shmakov <ivan@siamics.net>
2501
2502 * net/eww.el (eww-mode-map): Remove mentions of `eww-quit'.
2503 (Bug#18834).
2504
2505 2014-11-02 Eric Abrahamsen <eric@ericabrahamsen.net>
2506
2507 * emacs-lisp/eieio.el (eieio-edebug-prin1-to-string): Adjust for
2508 use as advice.
2509 (edebug-setup-hook): Advise `edebug-prin1-to-string'. (Bug#18897)
2510
2511 2014-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
2512
2513 * emacs-lisp/pp.el (pp-macroexpand-expression): Use macroexpand-1
2514 (bug#18821).
2515 * progmodes/elisp-mode.el (emacs-lisp-macroexpand): Idem.
2516
2517 2014-11-01 Michael R. Mauger <michael@mauger.com>
2518
2519 * sql.el (sql-mode-oracle-font-lock-keywords): Correct regexp
2520 syntax, add new keywords, and parse longer keywords first.
2521 (sql-redirect-one): Protect against empty command.
2522 (sql-mode, sql-interactive-mode): Set `custom-mode-group' property
2523 to SQL. (Bug#14759)
2524
2525 2014-11-01 Michael R. Mauger <michael@mauger.com>
2526
2527 * sql.el (sql-interactive-mode, sql-stop): Correct fix for
2528 Bug#16814 with let-bind of comint-input-ring variables around read
2529 and save functions.
2530
2531 2014-11-01 Michael Albinus <michael.albinus@gmx.de>
2532
2533 * net/tramp-cache.el (tramp-get-file-property)
2534 (tramp-set-file-property): Check that `tramp-cache-get-count-*'
2535 and `tramp-cache-set-count-*' are bound. Otherwise, there might
2536 be compiler warnings.
2537
2538 * net/tramp-sh.el (tramp-get-remote-uid, tramp-get-remote-gid):
2539 Return -1 respective "UNKNOWN", if uid or gid cannot be determined.
2540
2541 2014-11-01 Eli Zaretskii <eliz@gnu.org>
2542
2543 * progmodes/compile.el (compilation-mode): Turn off deferred
2544 fontifications locally. (Bug#18856)
2545
2546 2014-11-01 Wolfgang Jenkner <wjenkner@inode.at>
2547
2548 * net/tramp-sh.el (tramp-send-command): Fix the case where the
2549 remote-echo connection property is non-nil (bug#18858).
2550
2551 2014-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * simple.el (newline): Add assertions to try and help catch bug#18913.
2554
2555 * emulation/cua-base.el (cua-delete-region): Use delete-active-region
2556 (bug#18886).
2557 (cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove.
2558
2559 2014-11-01 Kim F. Storm <storm@cua.dk>
2560
2561 Restore cua-delete-copy-to-register-0 and M-v command (bug#18886).
2562 * delsel.el (delete-selection-save-to-register)
2563 (delsel--replace-text-or-position): New vars.
2564 (delete-active-region): Use them.
2565 (delete-selection-repeat-replace-region): New command, moved from
2566 cua-base.el.
2567 * emulation/cua-base.el (cua--repeat-replace-text): Remove var.
2568 (cua-repeat-replace-region): Move command to delsel.el.
2569 (cua--init-keymaps): Update binding accordingly.
2570 (cua-mode): Set delete-selection-save-to-register.
2571
2572 2014-11-01 Alan Mackenzie <acm@muc.de>
2573
2574 Make blink-parens work with a closing template delimiter.
2575 * progmodes/cc-cmds.el (c-electric-lt-gt): Cause a redisplay
2576 before calling blink-paren-function, so as to apply syntax-table
2577 properties to the ">".
2578
2579 2014-11-01 Jan Djärv <jan.h.d@swipnet.se>
2580
2581 * select.el (gui-get-selection): Comment: data-type ignored on NS.
2582
2583 2014-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2584
2585 * emacs-lisp/macroexp.el (macroexpand-1): New function (bug#18821).
2586 (macroexp--expand-all): Unrelated tweaks.
2587
2588 * emacs-lisp/gv.el (gv-get): Use macroexpand-1.
2589
2590 2014-10-30 Glenn Morris <rgm@gnu.org>
2591
2592 * startup.el (command-line): Remove pointless attempt to avoid
2593 statting the file-system (which expand-file-name doesn't do).
2594
2595 2014-10-30 Daniel Colascione <dancol@dancol.org>
2596
2597 Add "enum class" support to C++ mode.
2598 * progmodes/cc-langs.el (c-after-brace-list-decl-kwds)
2599 (c-after-brace-list-key): New language consts/variables.
2600 * progmodes/cc-engine.el (c-looking-at-decl-block):
2601 Exclude spurious match of "enum struct" from decl-block recognition.
2602 (c-backward-colon-prefixed-type): New function.
2603 (c-backward-over-enum-header): Call above function to extend
2604 recognition of enum structure.
2605
2606 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2607
2608 * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
2609 (c-lang-defconst):
2610 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it.
2611
2612 2014-10-30 Eli Zaretskii <eliz@gnu.org>
2613
2614 * progmodes/compile.el (compilation-start):
2615 If compilation-scroll-output is non-nil, don't force window-start of
2616 the compilation buffer to be at beginning of buffer. (Bug#18874)
2617
2618 * startup.el (fancy-about-text): Read the entire tutorial, not
2619 just its first 256 bytes. (Bug#18760)
2620
2621 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2622
2623 * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804).
2624 * emacs-lisp/cl-extra.el: Add missing provide.
2625
2626 * emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
2627 all args are copyable (bug#18767).
2628 (=, <, >, <=, >=): Re-enable the optimization.
2629
2630 2014-10-29 Glenn Morris <rgm@gnu.org>
2631
2632 * net/rcirc.el (rcirc-fill-column): Unbump :version. Mark :risky.
2633
2634 * version.el (emacs-bzr-version, emacs-bzr-get-version):
2635 Revert 2014-10-26 change.
2636
2637 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
2638
2639 Simplify use of current-time and friends.
2640 * allout-widgets.el (allout-widgets-hook-error-handler):
2641 * calendar/appt.el (appt-display-message):
2642 * calendar/icalendar.el (icalendar--convert-float-to-ical):
2643 * calendar/timeclock.el (timeclock-in, timeclock-when-to-leave)
2644 (timeclock-last-period, timeclock-day-base):
2645 * eshell/em-ls.el (eshell-ls-file):
2646 * eshell/esh-util.el (eshell-parse-ange-ls):
2647 * generic-x.el (named-database-print-serial):
2648 * net/newst-backend.el (newsticker--get-news-by-url-callback)
2649 (newsticker-get-news, newsticker--sentinel-work)
2650 (newsticker--image-get, newsticker--image-sentinel):
2651 * net/tramp-sh.el (tramp-get-remote-touch):
2652 * progmodes/opascal.el (opascal-debug-log):
2653 * textmodes/remember.el (remember-mail-date)
2654 (remember-store-in-files):
2655 * vc/vc-annotate.el (vc-annotate-display-autoscale)
2656 (vc-default-annotate-current-time):
2657 * vc/vc-bzr.el (vc-bzr-shelve-snapshot):
2658 * vc/vc-cvs.el (vc-cvs-annotate-current-time):
2659 * vc/vc-rcs.el (vc-rcs-annotate-current-time):
2660 Omit unnecessary call to current-time.
2661 * calendar/time-date.el (time-to-seconds) [!float-time]:
2662 * vc/vc-annotate.el (vc-annotate-convert-time):
2663 Use current time if arg is nil, to be compatible with float-time.
2664 (time-date--day-in-year): New function, with most of the guts of
2665 the old time-to-day-in-year.
2666 (time-to-day-in-year): Use it.
2667 (time-to-days): Use it, to avoid decoding the same time stamp twice.
2668 * calendar/timeclock.el (timeclock-time-to-date):
2669 Arg is now optional, like current-time-string.
2670 (timeclock-update-mode-line):
2671 Don't call current-time twice to get the current time stamp,
2672 as this can lead to inconsistent results.
2673 * completion.el (cmpl-hours-since-origin):
2674 * ido.el (ido-time-stamp):
2675 * vc/vc-annotate.el (vc-annotate-convert-time):
2676 Simplify by using float-time.
2677 * completion.el (save-completions-to-file):
2678 Rename local var to avoid confusion.
2679 * net/rcirc.el (rcirc-float-time): Simplify to an alias because
2680 time-to-seconds now behaves like float-time with respect to nil arg.
2681 * subr.el (progress-reporter-do-update):
2682 Don't call float-time unless needed.
2683
2684 2014-10-29 Leo Liu <sdl.web@gmail.com>
2685
2686 * net/rcirc.el (rcirc-fill-column): Use function.
2687 (rcirc-markup-fill): Remove adjustment.
2688
2689 2014-10-28 Christopher Schmidt <ch@ristopher.com>
2690
2691 * calc/calc.el (quick-calc):
2692 * calc/calc-aent.el (calc-do-quick-calc): New argument INSERT.
2693
2694 2014-10-28 Sam Steingold <sds@gnu.org>
2695
2696 * net/rcirc.el (rcirc-fill-column): Allow any symbolic value for
2697 the sake of `window-body-width' (in addition to `frame-width').
2698
2699 2014-10-26 Eric S. Raymond <esr@thyrsus.com>
2700
2701 * version.el: Fix some fallback values to conform to the actual
2702 release number.
2703
2704 2014-10-25 Eric S. Raymond <esr@thyrsus.com>
2705
2706 * Makefile.in: Change some production names so they're neutral
2707 about the repository type.
2708
2709 2014-10-25 Michael Albinus <michael.albinus@gmx.de>
2710
2711 * net/tramp-gvfs.el (tramp-gvfs-methods-mounttracker)
2712 (tramp-gvfs-mountlocation-signature): Check `tramp-gvfs-enabled'
2713 during initialization. (Bug#18774)
2714
2715 2014-10-25 Vincent Belaïche <vincentb1@users.sourceforge.net>
2716
2717 * ses.el (macroexp): Add require for this package, so that
2718 function `ses--cell' gets macroexp-quote --- this change was
2719 supposed to be in my previous commit, but left out by mistake.
2720 (ses--cell): Do not make formula a macroexp-quote of value when
2721 value, not formula, is *skip*.
2722
2723 2014-10-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2724
2725 * ses.el (macroexp): Add require for this package, so that function
2726 `ses--cell gets macroexp-quote.
2727 (ses--cell): Makes formula a macroexp-quote of value when formula
2728 is nil. The rationale of this changr is to allow in the future
2729 shorter SES files, e.g. we could have only `(ses-cell A1 1.0)'
2730 instead of `(ses-cell A1 1.0 1.0 nil REFLIST)'. In such a case
2731 reference list REFLIST would be re-computed after load --- thus
2732 trading off load time against file size.
2733
2734 * emacs-lisp/package.el (package--alist-to-plist-args):
2735 Use macroexp-quote instead of a lambda expression which has the same
2736 content as macroexp-quote.
2737 (macroexp): Add require for this package, so that function
2738 `package--alist-to-plist-args' gets macroexp-quote.
2739
2740 * emacs-lisp/macroexp.el (macroexp-quote): New defun.
2741
2742 2014-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2743
2744 * term/ns-win.el (ns-store-cut-buffer-internal)
2745 (ns-copy-including-secondary): Use gui-set-selection (bug#18816).
2746
2747 2014-10-24 Martin Rudalics <rudalics@gmx.at>
2748
2749 * mouse.el (mouse-drag-line): Don't use mouse-pixel-position.
2750 Calculate increment from last position instead of window edge.
2751 Add right- and bottom-divider bindings to transient map.
2752
2753 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2754
2755 * emacs-lisp/cl-macs.el (cl-defstruct): Define an internal predicate
2756 even if :predicate was nil, for the benefit of typep.
2757 Record the name of the predicate for typep's use.
2758 (cl--make-type-test): Use pcase. Obey new
2759 cl-deftype-satisfies property.
2760
2761 * epg.el: Use cl-defstruct.
2762 (epg-make-data-from-file, epg-make-data-from-string, epg-data-file)
2763 (epg-data-string): Define via cl-defstruct.
2764 (epg--gv-nreverse): New macro.
2765 (epg-context--make): New constructor (provided vi cl-defstruct).
2766 (epg-make-context): Rewrite using it.
2767 (epg-context-protocol, epg-context-program)
2768 (epg-context-home-directory, epg-context-armor, epg-context-textmode)
2769 (epg-context-include-certs, epg-context-cipher-algorithm)
2770 (epg-context-digest-algorithm, epg-context-compress-algorithm)
2771 (epg-context-passphrase-callback, epg-context-progress-callback)
2772 (epg-context-signers, epg-context-sig-notations, epg-context-process)
2773 (epg-context-output-file, epg-context-result, epg-context-operation)
2774 (epg-context-pinentry-mode): Define using cl-defstruct.
2775 (epg-context-set-protocol, epg-context-set-program)
2776 (epg-context-set-include-certs, epg-context-set-cipher-algorithm)
2777 (epg-context-set-digest-algorithm)
2778 (epg-context-set-sig-notations, epg-context-set-process)
2779 (epg-context-set-output-file, epg-context-set-result)
2780 (epg-context-set-operation, epg-context-set-pinentry-mode)
2781 (epg-context-set-compress-algorithm): Remove. Use setf instead.
2782 (epg-context-set-armor, epg-context-set-textmode)
2783 (epg-context-set-signers): Redefine using setf
2784 and declare as obsolete.
2785 (epg-context-set-passphrase-callback)
2786 (epg-context-set-progress-callback): Use setf.
2787 (epg-signature-notations): Rename from epg-sig-notations.
2788 (epg-make-signature, epg-signature-status, epg-signature-key-id)
2789 (epg-signature-validity, epg-signature-fingerprint)
2790 (epg-signature-creation-time, epg-signature-expiration-time)
2791 (epg-signature-pubkey-algorithm, epg-signature-digest-algorithm)
2792 (epg-signature-class, epg-signature-version): Define vi cl-defstruct.
2793 (epg-signature-set-status, epg-signature-set-key-id)
2794 (epg-signature-set-validity, epg-signature-set-fingerprint)
2795 (epg-signature-set-creation-time, epg-signature-set-expiration-time)
2796 (epg-signature-set-pubkey-algorithm)
2797 (epg-signature-set-digest-algorithm, epg-signature-set-class)
2798 (epg-signature-set-version, epg-signature-set-notations): Remove.
2799 Use setf instead.
2800 (epg-make-new-signature, epg-new-signature-type)
2801 (epg-new-signature-pubkey-algorithm)
2802 (epg-new-signature-digest-algorithm, epg-new-signature-class)
2803 (epg-new-signature-creation-time, epg-new-signature-fingerprint):
2804 Define using cl-defstruct.
2805 (epg-make-key, epg-key-owner-trust, epg-key-sub-key-list)
2806 (epg-key-user-id-list): Define using cl-defstruct.
2807 (epg-key-set-sub-key-list, epg-key-set-user-id-list): Remove.
2808 Use setf instead.
2809 (epg-make-sub-key, epg-sub-key-validity, epg-sub-key-capability)
2810 (epg-sub-key-secret-p, epg-sub-key-algorithm, epg-sub-key-length)
2811 (epg-sub-key-id, epg-sub-key-creation-time)
2812 (epg-sub-key-expiration-time, epg-sub-key-fingerprint): Define using
2813 cl-defstruct.
2814 (epg-sub-key-set-fingerprint): Remove. Use setf instead.
2815 (epg-make-user-id, epg-user-id-validity, epg-user-id-string)
2816 (epg-user-id-signature-list): Define using cl-defstruct.
2817 (epg-user-id-set-signature-list): Remove. Use setf instead.
2818 (epg-make-key-signature, epg-key-signature-validity)
2819 (epg-key-signature-pubkey-algorithm, epg-key-signature-key-id)
2820 (epg-key-signature-creation-time, epg-key-signature-expiration-time)
2821 (epg-key-signature-user-id, epg-key-signature-class)
2822 (epg-key-signature-exportable-p): Define using cl-defstruct.
2823 (epg-make-sig-notation, epg-sig-notation-name)
2824 (epg-sig-notation-value, epg-sig-notation-human-readable)
2825 (epg-sig-notation-critical): Define using cl-defstruct.
2826 (epg-sig-notation-set-value): Remove. Use setf instead.
2827 (epg-make-import-status, epg-import-status-fingerprint)
2828 (epg-import-status-reason, epg-import-status-new)
2829 (epg-import-status-user-id, epg-import-status-signature)
2830 (epg-import-status-sub-key, epg-import-status-secret): Define using
2831 cl-defstruct.
2832 (epg-make-import-result, epg-import-result-considered)
2833 (epg-import-result-no-user-id, epg-import-result-imported)
2834 (epg-import-result-imported-rsa, epg-import-result-unchanged)
2835 (epg-import-result-new-user-ids, epg-import-result-new-sub-keys)
2836 (epg-import-result-new-signatures, epg-import-result-new-revocations)
2837 (epg-import-result-secret-read, epg-import-result-secret-imported)
2838 (epg-import-result-secret-unchanged, epg-import-result-not-imported)
2839 (epg-import-result-imports): Define using cl-defstruct.
2840
2841 * emacs-lisp/package.el: Require EPG during macroexpansion.
2842 (package--check-signature, package-import-keyring): Use setf instead of
2843 epg-context-set-home-directory.
2844
2845 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2846
2847 * emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default.
2848
2849 2014-10-23 Leo Liu <sdl.web@gmail.com>
2850
2851 * progmodes/cfengine.el (cfengine3-defun-full-re): New var.
2852 (cfengine3-create-imenu-index): Use it and use ` ' for separation.
2853 (cfengine3-current-defun): New function.
2854 (cfengine3-mode): Set add-log-current-defun-function.
2855
2856 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2857
2858 * select.el: Use lexical-binding.
2859 (gui-set-selection): Provide an implementation for non-GUI frames
2860 (bug#18791).
2861 * term/x-win.el: Use lexical-binding.
2862 (x-clipboard-yank): Fix up missed renamings.
2863 * term/w32-win.el (libgif-version, libjpeg-version): Silence compiler.
2864 (w32--set-selection): Fix up var names.
2865 * term/pc-win.el: Use lexical-binding.
2866 (w16-selection-exists-p): Silence compiler warning.
2867 (w16-selection-owner-p): Fix up missed renamings.
2868
2869 * emacs-lisp/bytecomp.el (byte-compile-form): Remove left-over debug.
2870
2871 * frame.el (frame-notice-user-settings): Fix excessive quoting.
2872
2873 2014-10-22 Tassilo Horn <tsdh@gnu.org>
2874
2875 * doc-view.el (doc-view-open-text): View the document's plain text
2876 in the current buffer instead of a new one.
2877 (doc-view-toggle-display): Handle the case where the current
2878 buffer contains the plain text contents of the document.
2879 (doc-view-initiate-display): Don't switch to fallback mode if the
2880 user wants to view the doc's plain text.
2881 (doc-view-set-doc-type): Use assoc-string instead of
2882 assoc-ignore-case.
2883
2884 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2885
2886 * subr.el (read-key): Fix clicks on the mode-line.
2887 (set-transient-map): Return exit function.
2888
2889 * mouse.el (mouse-drag-line): Use set-transient-map (bug#18015).
2890 (mouse--down-1-maybe-follows-link): Remove unused var `this-event'.
2891 (mouse-yank-secondary): Use gui-get-selection.
2892 (mouse--down-1-maybe-follows-link): Use read-key.
2893
2894 * xt-mouse.el: Add `event-kind' property on the fly from
2895 xterm-mouse-translate-1 rather than statically at the outset.
2896
2897 2014-10-21 Daniel Colascione <dancol@dancol.org>
2898
2899 * vc/vc-dispatcher.el (vc-resynch-window): Tell view-mode not to
2900 change window configuration when we turn it off.
2901
2902 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2903
2904 Get rid of backend-dependent selection-handling functions for kill/yank
2905 and make it generic instead by relying on the lower-level selection
2906 management functions.
2907
2908 * select.el (select-enable-clipboard): Rename from
2909 gui-select-enable-clipboard.
2910 (select-enable-primary): Move from x-win.el and rename from
2911 x-select-enable-primary.
2912 (gui-last-selected-text): Remove.
2913 (gui--last-selected-text-clipboard, gui--last-selected-text-primary):
2914 New vars.
2915 (gui-select-text): Rewrite, based on x-win.el's old x-select-text.
2916 (gui-select-text-alist, gui-selection-value-alist): Remove.
2917 (x-select-request-type): Move from x-win.el.
2918 (gui--selection-value-internal): New function, taken from x-win's
2919 x-selection-value-internal.
2920 (gui-selection-value): Rewrite, based on x-win.el's old x-selection-value.
2921 (gui-set-selection-alist): Rename from gui-own-selection-alist and
2922 extend it to handle a nil value as a "disown" request.
2923 (gui-disown-selection-alist): Remove.
2924 (xselect-convert-to-delete): Adjust accordingly.
2925 (gui-set-selection): Simplify accordingly as well. Use dotimes.
2926
2927 * term/x-win.el (x-last-selected-text-primary)
2928 (x-select-enable-primary): Remove (moved to select.el).
2929 (x-select-request-type): Move to select.el.
2930 (x-selection-value-internal, x--selection-value): Remove functions.
2931 (gui-selection-value, gui-select-text): Remove moethods.
2932 (gui-set-selection): Merge own and disown methods.
2933
2934 * term/w32-win.el (w32--select-text, w32--get-selection-value):
2935 Delete function (move functionality into w32--set-selection and
2936 w32--get-selection).
2937 (gui-select-text, gui-selection-value): Don't define methods.
2938 (w32--set-selection, w32--get-selection, w32--selection-owner-p):
2939 New functions.
2940 (gui-get-selection, gui-selection-owner-p, gui-selection-exists-p):
2941 Use them.
2942 (gui-selection-exists-p): Adjust to new name of C primitive.
2943
2944 * term/pc-win.el (w16-get-selection-value): Add dummy argument and drop
2945 test of gui-select-enable-clipboard, to make it usable as
2946 a gui-get-selection method.
2947 (gui-selection-exists-p): Adjust to new name of C primitive.
2948 (gui-set-selection): Merge own and disown methods.
2949 (gui-select-text, gui-selection-value): Delete methods.
2950 (w16--select-text): Delete function.
2951
2952 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard)
2953 (ns-selection-value): Remove functions.
2954 (gui-select-text, gui-selection-value): Don't define method any more.
2955 (gui-set-selection): Merge the old own and disown methods.
2956 (gui-selection-exists-p, gui-get-selection): Adjust to new name of
2957 underlying C primitive.
2958
2959 * startup.el (command-line): Adjust now that `gui-method' expects nil
2960 for ttys.
2961
2962 * frame.el (gui-method): Use window-system rather than framep.
2963 (gui-method-declare): The tty case is now nil rather than t.
2964 (make-frame): Adjust accordingly.
2965
2966 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2967
2968 * net/newst-reader.el (newsticker--image-read): Simplify.
2969 (newsticker--icon-read): Use dolist and fix free var error.
2970
2971 * imenu.el (imenu--menubar-keymap): New var.
2972 (imenu-add-to-menubar): Set it to remember the keymap we used.
2973 (imenu-update-menubar): Use it instead of asking lookup-key.
2974
2975 * obsolete/cc-compat.el: Make obsolete (bug#18561).
2976
2977 * epg-config.el (epg-gpg-program): Don't use absolute names by default.
2978
2979 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
2980 case (bug#18767).
2981
2982 2014-10-21 Glenn Morris <rgm@gnu.org>
2983
2984 * Merge in all changes up to version 24.4 release.
2985
2986 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2987
2988 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
2989 case (bug#18767).
2990
2991 2014-10-20 Glenn Morris <rgm@gnu.org>
2992
2993 * Merge in all changes up to 24.4 release.
2994
2995 2014-10-20 Ulf Jasper <ulf.jasper@web.de>
2996
2997 * net/newst-backend.el
2998 (newsticker--image-download-by-url-callback): Make this function
2999 actually work: Check status properly, then save image.
3000
3001 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3002
3003 * mouse.el (mouse--down-1-maybe-follows-link): Remove unused var
3004 `this-event'.
3005 (mouse-drag-line): Unless there's no actual mouse, use the event's
3006 position info.
3007
3008 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3009
3010 * textmodes/css-mode.el (scss-mode): New major-mode.
3011 (css-mode-syntax-table): Use d style comment, to ease the scss case.
3012 (css-ident-re): Allow things like @-moz-keyframes.
3013 (scss--hash-re): New const.
3014 (css--font-lock-keywords): New function, extracted from
3015 css-font-lock-keywords.
3016
3017 2014-10-19 Ulf Jasper <ulf.jasper@web.de>
3018
3019 * net/newst-backend.el: Require url-parse.
3020 (newsticker--get-news-by-wget): Store feed name as process property.
3021 (newsticker--sentinel): Read feed name from process property.
3022 (newsticker--sentinel-work): Rename argument name to feed-name.
3023 Rename variable imageurl to image-url. Pick icon url from Atom
3024 1.0 data. Launch download of feed icon.
3025 (newsticker--get-icon-url-atom-1.0): New.
3026 (newsticker--unxml)
3027 (newsticker--unxml-node)
3028 (newsticker--unxml-attribute): Documentation.
3029 (newsticker--icons-dir): New.
3030 (newsticker--image-get): New arguments FILENAME and DIRECTORY.
3031 Use `url-retrieve' if `newsticker-retrieval-method' is 'intern.
3032 (newsticker--image-download-by-wget): New. Use process properties
3033 for storing informations.
3034 (newsticker--image-sentinel): Read informations from process properties.
3035 (newsticker--image-save)
3036 (newsticker--image-remove)
3037 (newsticker--image-download-by-url)
3038 (newsticker--image-download-by-url-callback): New.
3039 (newsticker-opml-export): Handle url list entries containing a
3040 function instead of an url string.
3041
3042 * net/newst-reader.el (newsticker-html-renderer): Whitespace.
3043 (newsticker--print-extra-elements)
3044 (newsticker--do-print-extra-element):
3045 Documentation (newsticker--image-read): Optionally limit image height.
3046 Use imagemagick if possible.
3047 (newsticker--icon-read): New.
3048
3049 * net/newst-treeview.el (newsticker--treeview-item-show): Limit height of feed logo.
3050 (newsticker--treeview-tree-expand): Use feed icons in treeview.
3051 (newsticker--tree-widget-icon-create): New. Set the tree widget icon.
3052 (newsticker--tree-widget-leaf-icon): Use feed icon.
3053
3054 2014-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3055
3056 * emacs-lisp/eieio-opt.el (eieio-lambda-arglist): Remove.
3057 Use help-function-arglist instead.
3058
3059 * emacs-lisp/eieio-core.el (eieio-compiled-function-arglist): Remove.
3060 (eieio--with-scoped-class): Use `declare'.
3061 (eieio-defclass): Remove compatibility code.
3062 (no-method-definition, no-next-method, inconsistent-class-hierarchy)
3063 (invalid-slot-type, unbound-slot, invalid-slot-name): Use define-error.
3064
3065 2014-10-18 Jan Djärv <jan.h.d@swipnet.se>
3066
3067 * cus-start.el (x-gtk-whole-detached-tool-bar): Remove.
3068
3069 * term/x-win.el (x-gtk-stock-map): Add icon names suggested as
3070 replacements to stock names before stock names in a list.
3071 Cdr may be a list, each name is tried in turn until one is found.
3072
3073 2014-10-18 Alan Mackenzie <acm@muc.de>
3074
3075 Check that a "macro" found near point-min isn't a ## operator.
3076 Fixes bug #18749.
3077 * progmodes/cc-engine.el (c-macro-is-genuine-p): New function.
3078 (c-beginning-of-macro): Use the above new function.
3079
3080 2014-10-18 Teodor Zlatanov <tzz@lifelogs.com>
3081
3082 * net/gnutls.el (gnutls-negotiate): Don't use cl-mapcan; pass
3083 correct data to `gnutls-boot' (Bug#18664).
3084 Reported by Toke Høiland-Jørgensen <toke@toke.dk>.
3085
3086 2014-10-18 Michal Nazarewicz <mina86@mina86.com>
3087
3088 * whitespace.el (whitespace-style, whitespace-big-indent)
3089 (whitespace-big-indent-regexp, whitespace-style-value-list)
3090 (whitespace-toggle-option-alist, whitespace-interactive-char)
3091 (whitespace-toggle-options)
3092 (global-whitespace-toggle-options, whitespace-help-text)
3093 (whitespace-style-face-p, whitespace-color-on): Add a 'big-indent
3094 style to `whitespace-mode' to indicate that the line indentation
3095 is too deep. By default, 32 SPACEs or four TABs are considered
3096 too many but `whitespace-big-indent-regexp' can be configured.
3097
3098 2014-10-17 Michal Nazarewicz <mina86@mina86.com>
3099
3100 * textmodes/tildify.el (tildify--pick-alist-entry): Rename from
3101 tildify-mode-alist.
3102
3103 2014-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3104
3105 * emacs-lisp/eieio.el: Use lexical-binding drop non-GV fallback.
3106 (defclass, defgeneric, defmethod): Add doc-string position.
3107 (with-slots): Require cl-lib.
3108
3109 * emacs-lisp/eieio-core.el: Use lexical-binding and cl-lib.
3110 (list-of): New type.
3111 (eieio--typep): Remove.
3112 (eieio-perform-slot-validation): Use cl-typep instead.
3113
3114 * emacs-lisp/eieio-base.el: Use lexical-binding and cl-lib.
3115
3116 * emacs-lisp/cl-macs.el (cl--make-type-test): Avoid ((lambda ..) ..).
3117
3118 2014-10-16 Alan Mackenzie <acm@muc.de>
3119
3120 Trigger showing when point is in the "periphery" of a line or just
3121 inside a paren.
3122 * paren.el (show-paren-style, show-paren-delay)
3123 (show-paren-priority, show-paren-ring-bell-on-mismatch):
3124 Remove superfluous :group specifications.
3125 (show-paren-when-point-inside-paren)
3126 (show-paren-when-point-in-periphery): New customizable variables.
3127 (show-paren-highlight-openparen): Make into a defcustom.
3128 (show-paren--unescaped-p, show-paren--categorize-paren)
3129 (show-paren--locate-near-paren): New defuns.
3130 (show-paren--default): Refaactor and trigger on more paren
3131 positions.
3132 (show-paren-function): Small consequential changes.
3133
3134 2014-10-16 Tom Tromey <tom@tromey.com>
3135
3136 * files.el (auto-mode-alist): Use javascript-mode for .jsm
3137 (bug #18719).
3138
3139 2014-10-16 Eli Zaretskii <eliz@gnu.org>
3140
3141 * international/characters.el (bracket-type): Force pre-loading of
3142 uni-brackets.el.
3143
3144 2014-10-16 Alan Mackenzie <acm@muc.de>
3145
3146 * cus-edit.el (custom-command-apply): Specify the return value in
3147 the doc string.
3148 (Custom-reset-standard): Save custom-file (e.g. .emacs) only when
3149 custom-command-apply has returned non-nil.
3150
3151 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3152
3153 * emacs-lisp/eldoc.el (global-eldoc-mode): Enable by default.
3154 Remove incorrect handling of eldoc-print-after-edit.
3155 (eldoc-message-commands, eldoc-last-data): Use defvar.
3156 * loadup.el (emacs-lisp/eldoc): Load it.
3157
3158 * progmodes/m4-mode.el (m4-syntax-propertize): New var.
3159 (m4-mode): Use it.
3160 (m4--quoted-p): New function.
3161 (m4-font-lock-keywords): Don't handle #..\n comments any more.
3162 (m4-mode-syntax-table): Use punctuation syntax (according to m4 manual)
3163 for most special characters.
3164
3165 * progmodes/compile.el (compilation--previous-directory): Simplify.
3166 (compilation-next-error): Ensure the parse before we look at
3167 compilation-message property.
3168
3169 2014-10-15 Eli Zaretskii <eliz@gnu.org>
3170
3171 * simple.el (what-cursor-position):
3172 * descr-text.el (describe-char): Update to support the new bidi
3173 characters.
3174
3175 * emacs-lisp/tabulated-list.el (tabulated-list-mode):
3176 Force bidi-paragraph-direction to 'left-to-right'. This fixes
3177 buffer-menu display when the first buffer happens to start with
3178 R2L letter.
3179
3180 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3181
3182 * progmodes/elisp-mode.el (elisp--local-variables-1):
3183 Handle quoted expressions (bug#18688).
3184
3185 2014-10-14 Jérémy Compostella <jeremy.compostella@intel.com>
3186 Michael Albinus <michael.albinus@gmx.de>
3187
3188 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3189 Reduce the amount of set environment variable commands.
3190
3191 2014-10-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3192
3193 Fix import completion. (Bug#18582)
3194 * progmodes/python.el (python-shell-completion-get-completions):
3195 Fix import case regexp.
3196
3197 2014-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3198
3199 * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
3200 (bug#18622). Reported by Arni Magnusson <arnima@hafro.is>.
3201 * progmodes/prolog.el (prolog-electric--underscore): Same.
3202
3203 2014-10-12 Michael Albinus <michael.albinus@gmx.de>
3204
3205 * net/tramp-sh.el (tramp-get-remote-id): Check also for "gid".
3206
3207 2014-10-11 Jan Djärv <jan.h.d@swipnet.se>
3208
3209 * cus-start.el (all): Add missing ns and boolean to
3210 ns-use-fullscreen-animation.
3211
3212 2014-10-11 Leo Liu <sdl.web@gmail.com>
3213
3214 * progmodes/cfengine.el (cfengine3-defuns, cfengine3-vartypes):
3215 Use strings.
3216 (cfengine3-create-imenu-index): New function.
3217 (cfengine3-mode): Use it for `imenu-create-index-function'.
3218 (cfengine-auto-mode): Improve and prefer cfengine3-mode when
3219 buffer is empty.
3220
3221 2014-10-11 Jan Djärv <jan.h.d@swipnet.se>
3222
3223 * cus-start.el (all): Add ns-use-fullscreen-animation.
3224
3225 2014-10-11 Glenn Morris <rgm@gnu.org>
3226
3227 * calendar/diary-lib.el (diary-display-function):
3228 Drop support for deprecated nil and list forms.
3229 (diary-list-entries): Update for the above.
3230 * calendar/cal-x.el (calendar-dedicate-diary): Simplify accordingly.
3231
3232 2014-10-10 Leo Liu <sdl.web@gmail.com>
3233
3234 * window.el (temp-buffer-window-show): Make BUFFER a required arg.
3235 (Bug#18656)
3236
3237 2014-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * select.el (gui-selection-exists-p-alist): New method.
3240 * menu-bar.el (menu-bar-edit-menu, clipboard-yank):
3241 * simple.el (deactivate-mark): Use it.
3242 * term/x-win.el (gui-selection-exists-p):
3243 * term/w32-win.el (gui-selection-exists-p):
3244 * term/pc-win.el (gui-selection-exists-p):
3245 * term/ns-win.el (gui-selection-exists-p): Provide a backend instance.
3246
3247 2014-10-10 Glenn Morris <rgm@gnu.org>
3248
3249 * info.el (Info-fontify-maximum-menu-size): Bump to 400k. (Bug#16227)
3250 Fix :type. Allow t to mean no limit.
3251 (Info-fontify-node): Handle Info-fontify-maximum-menu-size = t.
3252
3253 2014-10-09 Glenn Morris <rgm@gnu.org>
3254
3255 * frame.el (display-monitor-attributes-list): Doc tweaks.
3256
3257 2014-10-09 Eli Zaretskii <eliz@gnu.org>
3258
3259 * faces.el (display-grayscale-p): Mention in the doc string that
3260 the argument can be either a display name or a frame.
3261
3262 * frame.el (display-pixel-height, display-pixel-width)
3263 (display-mm-height, display-mm-width, display-backing-store)
3264 (display-save-under, display-planes, display-color-cells)
3265 (display-visual-class, display-monitor-attributes-list)
3266 (display-screens): Mention in the doc string that the argument can
3267 be either a display name or a frame. Improve the docs of the
3268 monitor attributes. (Bug#18636)
3269
3270 2014-10-09 Martin Rudalics <rudalics@gmx.at>
3271
3272 * term.el (term-window-width): Subtract 1 from the width when
3273 any fringe has zero width, not just the right fringe. (Bug#18601)
3274
3275 2014-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3276
3277 * frame.el (make-frame): Use t rather than nil for `w' (bug#18653).
3278
3279 2014-10-08 Leo Liu <sdl.web@gmail.com>
3280
3281 * emacs-lisp/cl-extra.el (cl-fresh-line): New function.
3282
3283 2014-10-08 Glenn Morris <rgm@gnu.org>
3284
3285 * calendar/cal-x.el (calendar-dedicate-diary):
3286 Drop support for recently deleted aliases.
3287
3288 2014-10-08 Leo Liu <sdl.web@gmail.com>
3289
3290 * progmodes/cfengine.el (cfengine3-make-syntax-cache):
3291 Always return a syntax. Replace call-process-shell-command with
3292 process-file. Ensure cfengine-mode-syntax-functions-regex is
3293 always set. Ensure cache when cfengine-cf-promises fails.
3294 (Bug#18620)
3295
3296 2014-10-07 Glenn Morris <rgm@gnu.org>
3297
3298 * font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
3299
3300 2014-10-07 Wilson Snyder <wsnyder@wsnyder.org>
3301
3302 Sync with upstream verilog-mode revision c075a492.
3303 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
3304 (verilog-menu): Add AUTOINSERTLAST.
3305 (verilog-no-indent-begin-re): When `verilog-indent-begin-after-if'
3306 is nil, fix indenting initial/final to match always statements, bug825.
3307 Reported by Tim Clapp.
3308 (verilog-extended-complete-re): Fix indentation of DPI-C imports,
3309 bug557. Reported by ZeDong Mao and Jason Forkey.
3310 (verilog-read-decls): Fix parsing typed interfaces.
3311 Fix AUTOINOUTMODPORT missing types. Reported by Stephan Bourduas.
3312 (verilog-auto-arg-ports): Fix verilog-auto-arg-format single.
3313 (verilog-auto-output-every): Add regexp to AUTOOUTPUTEVERY, bug793.
3314 Reported by Pierre-David Pfister.
3315 (verilog-auto-insert-lisp): Doc fix.
3316 (verilog-auto-insert-last, verilog-auto): Add AUTOINSERTLAST to
3317 allow post-AUTO user fixups, bug826. Reported by Dennis Muhlestein.
3318 (verilog-sk-ovm-class, verilog-sk-uvm-object)
3319 (verilog-sk-uvm-component): Fix missing string keyword in class
3320 skeletons, bug824. Reported by eldad faruhi.
3321
3322 2014-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
3323
3324 * term/w32-win.el: Move all code from 32-common-fns.el here.
3325 (gui-select-text, gui-selection-value): Use w32 handlers in the w32
3326 console as well (bug#18629).
3327 * w32-common-fns.el: Remove.
3328 * loadup.el: Don't load w32-common-fns.el.
3329 * w32-fns.elc: Don't require w32-common-fns.
3330
3331 * icomplete.el: Move Iswitchb autoload here. Much simpler.
3332 * obsolete/iswitchb.el (iswitchb-mode): Use normal autoload cookie.
3333 Remove redundant obsolescence thingy.
3334 * loadup.el: Don't load obsolete/loaddefs.el.
3335 * Makefile.in (obsolete-autoloads): Remove.
3336 (AUTOGENEL): Remove obsolete/loaddefs.el.
3337
3338 2014-10-06 Glenn Morris <rgm@gnu.org>
3339
3340 * Makefile.in (obsolete-autoloads): Write to a separate file,
3341 to workaround autoloads bug. (Bug#17407)
3342 (AUTOGENEL): Add obsolete/loaddefs.el.
3343 * loadup.el: Load obsolete/loaddefs.el if present.
3344 * subr.el (do-after-load-evaluation):
3345 Don't warn about obsolete/loaddefs.el.
3346
3347 * menu-bar.el (menu-bar-games-menu): Remove landmark.
3348 It has zero relationship to a game.
3349
3350 2014-10-06 Leo Liu <sdl.web@gmail.com>
3351
3352 * imenu.el (imenu): Re-write for clarity.
3353
3354 2014-10-06 Glenn Morris <rgm@gnu.org>
3355
3356 Remove calendar code obsolete since at least version 23.1.
3357 * calendar/cal-bahai.el (calendar-absolute-from-bahai)
3358 (calendar-print-bahai-date, calendar-bahai-prompt-for-date)
3359 (calendar-goto-bahai-date, list-bahai-diary-entries)
3360 (mark-bahai-calendar-date-pattern, mark-bahai-diary-entries)
3361 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
3362 (insert-yearly-bahai-diary-entry):
3363 * calendar/cal-china.el (chinese-calendar-time-zone)
3364 (chinese-calendar-location-name)
3365 (chinese-calendar-daylight-time-offset)
3366 (chinese-calendar-standard-time-zone-name)
3367 (chinese-calendar-daylight-time-zone-name)
3368 (chinese-calendar-daylight-savings-starts)
3369 (chinese-calendar-daylight-savings-ends)
3370 (chinese-calendar-daylight-savings-starts-time)
3371 (chinese-calendar-daylight-savings-ends-time)
3372 (chinese-calendar-celestial-stem)
3373 (chinese-calendar-terrestrial-branch)
3374 (calendar-absolute-from-chinese, calendar-print-chinese-date)
3375 (calendar-goto-chinese-date):
3376 * calendar/cal-coptic.el (calendar-absolute-from-coptic)
3377 (calendar-print-coptic-date, coptic-prompt-for-date)
3378 (calendar-goto-coptic-date, calendar-absolute-from-ethiopic)
3379 (calendar-print-ethiopic-date, calendar-goto-ethiopic-date):
3380 * calendar/cal-french.el (calendar-absolute-from-french)
3381 (calendar-print-french-date, calendar-goto-french-date):
3382 * calendar/cal-hebrew.el (diary-sabbath-candles-minutes)
3383 (calendar-absolute-from-hebrew, calendar-print-hebrew-date)
3384 (hebrew-calendar-yahrzeit, calendar-goto-hebrew-date)
3385 (holiday-rosh-hashanah-etc, holiday-hanukkah)
3386 (holiday-passover-etc, holiday-tisha-b-av-etc)
3387 (list-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
3388 (mark-hebrew-diary-entries, insert-hebrew-diary-entry)
3389 (insert-monthly-hebrew-diary-entry)
3390 (insert-yearly-hebrew-diary-entry, list-yahrzeit-dates)
3391 (diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha)
3392 (diary-sabbath-candles):
3393 * calendar/cal-islam.el (calendar-absolute-from-islamic)
3394 (calendar-print-islamic-date, calendar-goto-islamic-date)
3395 (list-islamic-diary-entries, mark-islamic-calendar-date-pattern)
3396 (mark-islamic-diary-entries, insert-islamic-diary-entry)
3397 (insert-monthly-islamic-diary-entry)
3398 (insert-yearly-islamic-diary-entry):
3399 * calendar/cal-iso.el (calendar-absolute-from-iso)
3400 (calendar-print-iso-date, calendar-iso-read-args)
3401 (calendar-goto-iso-date, calendar-goto-iso-week):
3402 * calendar/cal-julian.el (calendar-absolute-from-julian)
3403 (calendar-print-julian-date, calendar-goto-julian-date)
3404 (calendar-absolute-from-astro, calendar-print-astro-day-number)
3405 (calendar-goto-astro-day-number):
3406 * calendar/cal-mayan.el (calendar-print-mayan-date)
3407 (calendar-next-haab-date, calendar-previous-haab-date)
3408 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
3409 (calendar-next-calendar-round-date)
3410 (calendar-previous-calendar-round-date)
3411 (calendar-absolute-from-mayan-long-count)
3412 (calendar-goto-mayan-long-count-date):
3413 * calendar/cal-move.el (scroll-calendar-left)
3414 (scroll-calendar-right, scroll-calendar-left-three-months)
3415 (scroll-calendar-right-three-months):
3416 * calendar/cal-persia.el (calendar-absolute-from-persian)
3417 (calendar-print-persian-date, persian-prompt-for-date)
3418 (calendar-goto-persian-date):
3419 * calendar/cal-x.el (calendar-after-frame-setup-hooks):
3420 * calendar/calendar.el (view-diary-entries-initially)
3421 (mark-diary-entries-in-calendar, calendar-today-face)
3422 (diary-face, holiday-face, view-calendar-holidays-initially)
3423 (mark-holidays-in-calendar, initial-calendar-window-hook)
3424 (today-visible-calendar-hook, today-invisible-calendar-hook)
3425 (hebrew-diary-entry-symbol, islamic-diary-entry-symbol)
3426 (bahai-diary-entry-symbol, american-date-diary-pattern)
3427 (european-date-diary-pattern, european-calendar-display-form)
3428 (american-calendar-display-form, holidays-in-diary-buffer)
3429 (all-hebrew-calendar-holidays, all-christian-calendar-holidays)
3430 (all-islamic-calendar-holidays, all-bahai-calendar-holidays)
3431 (fancy-diary-buffer, increment-calendar-month)
3432 (extract-calendar-month, extract-calendar-day)
3433 (extract-calendar-year, exit-calendar, calendar-date-is-legal-p)
3434 (mark-visible-calendar-date, calendar-version):
3435 * calendar/diary-lib.el (diary-button-face, sexp-diary-entry-symbol)
3436 (diary-display-hook, list-diary-entries-hook)
3437 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
3438 (nongregorian-diary-marking-hook, print-diary-entries-hook)
3439 (abbreviated-calendar-year, number-of-diary-entries)
3440 (view-other-diary-entries, add-to-diary-list)
3441 (include-other-diary-files, simple-diary-display)
3442 (fancy-diary-display, print-diary-entries, mark-diary-entries)
3443 (mark-sexp-diary-entries, mark-included-diary-files)
3444 (mark-calendar-days-named, mark-calendar-month)
3445 (mark-calendar-date-pattern, sort-diary-entries)
3446 (list-sexp-diary-entries, make-diary-entry, insert-diary-entry)
3447 (insert-weekly-diary-entry, insert-monthly-diary-entry)
3448 (insert-yearly-diary-entry, insert-anniversary-diary-entry)
3449 (insert-block-diary-entry, insert-cyclic-diary-entry)
3450 (fancy-diary-font-lock-keywords, fancy-diary-display-mode):
3451 * calendar/holidays.el (general-holidays, oriental-holidays)
3452 (local-holidays, other-holidays, hebrew-holidays)
3453 (christian-holidays, islamic-holidays, bahai-holidays)
3454 (solar-holidays, list-calendar-holidays)
3455 (check-calendar-holidays, mark-calendar-holidays)
3456 (filter-visible-calendar-holidays):
3457 * calendar/lunar.el (calendar-phases-of-moon, phases-of-moon)
3458 (diary-phases-of-moon): Remove obsolete aliases.
3459 * calendar/cal-menu.el (cal-menu-load-hook): Remove obsolete hook.
3460 * calendar/cal-x.el (calendar-one-frame-setup)
3461 (calendar-only-one-frame-setup, calendar-two-frame-setup):
3462 Remove obsolete functions.
3463 (cal-x-load-hook): Remove obsolete hook.
3464 * calendar/calendar.el (european-calendar-style):
3465 Remove obsolete variable.
3466 (calendar-date-style): No longer consult european-calendar-style.
3467 * calendar/calendar.el (european-calendar, american-calendar):
3468 Remove obsolete commands.
3469 * calendar/calendar.el (calendar-for-loop): Remove obsolete macro.
3470 * calendar/diary-lib.el (diary-face): Remove obsolete variable.
3471 (diary-font-lock-date-forms, diary-fancy-font-lock-keywords):
3472 Use the face `diary' instead of the variable `diary-face'.
3473 * calendar/holidays.el (hebrew-holidays-1, hebrew-holidays-2)
3474 (hebrew-holidays-3, hebrew-holidays-4): Remove obsolete variables.
3475 * calendar/icalendar.el (icalendar--date-style): Remove function.
3476 Replace all uses with calendar-date-style.
3477 * textmodes/remember.el (calendar-date-style): Declare.
3478 (remember-diary-convert-entry):
3479 No longer consult european-calendar-style.
3480
3481 2014-10-05 Leo Liu <sdl.web@gmail.com>
3482
3483 * imenu.el (imenu-default-goto-function): Fix typo.
3484
3485 2014-10-04 Thomas Fitzsimmons <fitzsim@fitzsim.org>
3486
3487 * net/ntlm.el (ntlm-build-auth-request):
3488 Add NTLM2 Session support. (Bug#15603)
3489
3490 2014-10-04 Glenn Morris <rgm@gnu.org>
3491
3492 * apropos.el (apropos-symbols-internal):
3493 Avoid error with non-symbol properties. (Bug#18337#16)
3494
3495 * startup.el (command-line):
3496 Handle altered user-emacs-directory in load-path warning. (Bug#18512)
3497
3498 2014-10-04 Martin Rudalics <rudalics@gmx.at>
3499
3500 * window.el (window-full-height-p): Make it behave correctly for
3501 minibuffer window.
3502 (window-current-scroll-bars): Fix code.
3503 (fit-frame-to-buffer): Use window-scroll-bar-height instead of
3504 window-scroll-bars.
3505 * frame.el (frame-current-scroll-bars): Fix doc-string.
3506 * scroll-bar.el (toggle-horizontal-scroll-bar): New command.
3507
3508 2014-10-04 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
3509
3510 * files.el (auto-mode-alist): Use sh-mode for .zsh files. (Bug#18488)
3511
3512 2014-10-04 Glenn Morris <rgm@gnu.org>
3513
3514 * frame.el (frame-monitor-attributes)
3515 (display-monitor-attributes-list): Doc fixes.
3516
3517 2014-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3518
3519 Merge trivially safe differences from standalone CC-mode.
3520 * progmodes/cc-mode.el (c-initialize-cc-mode): Don't quote a symbol
3521 just to then pass it to `symbol-value'.
3522 (prog-mode): Provide fallback definition, if needed.
3523 * progmodes/cc-langs.el: Always load `cl'. Don't load `cl-lib'.
3524 Remove "cl-" prefix accordingly.
3525 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Use integerp or
3526 characterp depending on the type of characters.
3527 (c-font-lock-enum-tail): Remove unused var `start'.
3528 * progmodes/cc-engine.el: Load CL at compile-time.
3529 (c-declare-lang-variables): Use mapcan.
3530 (c-append-to-state-cache): Remove unused var `ce+1'.
3531 (c-parse-state-state): Make buffer-local.
3532 (c-ssb-lit-begin): Remove unused var `pps-end-pos'.
3533 (c-just-after-func-arglist-p): Remove unused var `end'.
3534 * progmodes/cc-defs.el: Load cc-fix if delete-dups is undefined.
3535 (c-<-as-paren-syntax, c->-as-paren-syntax): Move definition earlier.
3536 (c-make-keywords-re): Use delete-dups.
3537 (c-get-current-file): Avoid file-name-base.
3538 * progmodes/cc-cmds.el (c-electric-lt-gt): Remove unused var
3539 `close-paren-inserted'.
3540 * progmodes/cc-awk.el (c-forward-sws): Remove unused declaration.
3541
3542 * progmodes/python.el: Avoid building unneeded markers.
3543 (python-font-lock-keywords, python-indent-dedent-line)
3544 (python-fill-paren, python-shell-completion-complete-or-indent):
3545 Prefer point over point-marker.
3546 (inferior-python-mode): Remove redundant completion settings.
3547
3548 2014-10-03 Dmitry Gutov <dgutov@yandex.ru>
3549
3550 * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
3551 (vc-svn-ignore): Use it. (Bug#18619)
3552
3553 2014-10-03 Martin Rudalics <rudalics@gmx.at>
3554
3555 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
3556 In doc-string mention need to set `frame-resize-pixelwise'.
3557
3558 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3559
3560 * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
3561 similarly to Rogers's 2010-06-16 change for the remote case
3562 (bug#18605).
3563
3564 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3565
3566 New gui-selection-value consolidating x-selection-value.
3567 * select.el (gui-selection-value-alist): New method.
3568 (gui-selection-value): New function.
3569 (x-selection-value): Make it an obsolete alias.
3570 * simple.el (interprogram-paste-function): Default to
3571 gui-selection-value.
3572 * w32-common-fns.el (w32-get-selection-value): Simplify.
3573 (x-selection-value): Remove alias.
3574 (interprogram-paste-function): Don't set.
3575 (gui-selection-value): Define for w32.
3576 * term/x-win.el (gui-selection-value): Define for x.
3577 (x--selection-value): Rename from x--selection-value.
3578 (interprogram-paste-function): Don't set.
3579 * term/pc-win.el (w16-get-selection-value): Simplify.
3580 (msdos-initialize-window-system): Don't set
3581 interprogram-paste-function.
3582 (gui-selection-value): Define for pc.
3583 * term/ns-win.el (x-selection-value): Remove.
3584 (gui-selection-value): Define for ns, instead.
3585 * term/common-win.el (x-setup-function-keys): Don't set
3586 interprogram-paste-function.
3587 * obsolete/mouse-sel.el (mouse-sel-get-selection-function):
3588 Use gui-selection-value.
3589
3590 2014-10-02 David Raynes <rayners@gmail.com> (tiny change)
3591
3592 * term/ns-win.el: Add functions to ns frame, not x frame (bug#18614).
3593
3594 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3595
3596 * obsolete/lucid.el (read-number): Remove, redundant.
3597 * obsolete/cl-compat.el (cl-floor, cl-ceiling, cl-round, cl-truncate):
3598 Remove, broken.
3599
3600 2014-10-02 Glenn Morris <rgm@gnu.org>
3601
3602 * emacs-lisp/package.el (package-import-keyring):
3603 Create gnupg directory private. (Bug#17625#155)
3604
3605 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3606
3607 * progmodes/python.el (python-shell-completion-get-completions):
3608 Use python-shell--prompt-calculated-input-regexp from the
3609 process buffer (bug#18582).
3610 Don't assume that `line' comes from the process buffer.
3611
3612 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * frame.el: Use lexical-binding (bug#18598).
3615 (make-frame): Use t rather than nil for tty's window-system.
3616 * startup.el (command-line): Use gui-method.
3617
3618 Consolidate management/ownership of selections.
3619 * select.el (gui-get-selection-alist): New method.
3620 (gui-get-selection): Use it. Rename from x-get-selection.
3621 (x-get-selection): Define as obsolete alias.
3622 (x-get-clipboard): Mark obsolete.
3623 (gui-get-primary-selection): New function.
3624 (x-get-selection-value): Mark obsolete.
3625 (gui-own-selection-alist, gui-disown-selection-alist)
3626 (gui-selection-owner-p-alist): New methods.
3627 (gui-set-selection): Use them. Rename from x-set-selection.
3628 (x-set-selection): Define as obsolete alias.
3629 (gui--valid-simple-selection-p): Rename from
3630 x-valid-simple-selection-p.
3631 * w32-common-fns.el (gui-own-selection, gui-disown-selection)
3632 (gui-selection-owner-p, gui-get-selection): Define for w32.
3633 (w32-get-selection-value): Rename from x-get-selection-value.
3634 Use the new gui-last-selected-text.
3635 * term/x-win.el (x-get-selection-value): Remove.
3636 (x-clipboard-yank): Declare obsolete.
3637 (gui-own-selection, gui-disown-selection, gui-get-selection)
3638 (gui-selection-owner-p): Define for x.
3639 * term/w32-win.el (w32-win-suspend-error): Rename from
3640 x-win-suspend-error.
3641 * term/pc-win.el (w16-get-selection-value): Rename from
3642 x-get-selection-value.
3643 (w16-selection-owner-p): Rename from x-selection-owner-p.
3644 (gui-own-selection, gui-disown-selection, gui-get-selection)
3645 (gui-selection-owner-p): Define for pc.
3646 (w16--select-text): New function.
3647 * term/ns-win.el (gui-own-selection, gui-disown-selection)
3648 (gui-get-selection, gui-selection-owner-p): Define for ns.
3649 * term.el (term-mouse-paste):
3650 * mouse.el (mouse-yank-primary): Use gui-get-primary-selection.
3651
3652 2014-10-02 H. Dieter Wilhelm <dieter@duenenhof-wilhelm.de>
3653
3654 * calc/calc-help.el (calc-describe-thing): Quote strings
3655 which could look like regexps.
3656
3657 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3658
3659 Consolidate x-select-text.
3660 * frame.el (gui-method, gui-method-define, gui-method-declare)
3661 (gui-call): New macros.
3662 (gui-method--name): New function.
3663 (frame-creation-function-alist): Use gui-method-declare.
3664 (make-frame): Use gui-method.
3665 * select.el (gui-select-enable-clipboard): Rename from
3666 x-select-enable-clipboard and move here.
3667 (x-select-enable-clipboard): Define as obsolete alias.
3668 (gui-last-selected-text): New var, to replace x-last-selected-text.
3669 (gui-select-text): New GUI method.
3670 (gui-select-text): New function.
3671 (x-select-text): Define as obsolete alias.
3672 * term/common-win.el (x-select-enable-clipboard, x-select-text):
3673 Move to select.el.
3674 * simple.el (interprogram-cut-function): Change default to
3675 x-select-text.
3676 (interprogram-paste-function): Change default to `ignore'.
3677 * w32-common-fns.el (interprogram-cut-function): Don't modify.
3678 * term/x-win.el (interprogram-cut-function): Don't modify.
3679 (gui-select-text): Add method for x.
3680 * term/w32-win.el (gui-select-text): Add method for w32.
3681 * term/pc-win.el (x-last-selected-text): Remove, use
3682 gui-last-selected-text instead.
3683 (msdos-initialize-window-system): Don't set interprogram-cut-function.
3684 (gui-select-text): Add method for pc.
3685 * term/ns-win.el (ns-last-selected-text): Remove, use
3686 gui-last-selected-text instead.
3687 (gui-select-text): Add method for ns.
3688 (x-setup-function-keys): Don't change interprogram-cut-function.
3689 * loadup.el ("startup"): Load after "frame".
3690 * subr.el (package--builtin-versions, package--description-file):
3691 Move from startup.el.
3692 * startup.el (package--builtin-versions, package--description-file):
3693 Move to subr.el.
3694 (handle-args-function-alist, window-system-initialization-alist):
3695 Use gui-method-declare.
3696 (command-line): Use gui-method.
3697
3698 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3699
3700 * subr.el (alist-get): New accessor.
3701 * emacs-lisp/gv.el (alist-get): Provide expander.
3702 * winner.el (winner-remember):
3703 * tempo.el (tempo-use-tag-list):
3704 * progmodes/gud.el (minor-mode-map-alist):
3705 * international/mule-cmds.el (define-char-code-property):
3706 * frameset.el (frameset-filter-params):
3707 * files.el (dir-locals-set-class-variables):
3708 * register.el (get-register, set-register):
3709 * calc/calc-yank.el (calc-set-register): Use it.
3710 * ps-print.el (ps-get, ps-put, ps-del): Mark as obsolete.
3711 * tooltip.el (tooltip-set-param): Mark as obsolete.
3712 (tooltip-show): Use alist-get instead.
3713 * ses.el (ses--alist-get): Remove. Use alist-get instead.
3714
3715 2014-10-01 Ulf Jasper <ulf.jasper@web.de>
3716
3717 * net/newst-backend.el: Remove Time-stamp. Rename variable
3718 `newsticker--download-logos' to `newsticker-download-logos' and
3719 make it customizable.
3720 (newsticker--sentinel-work): Move xml-workarounds to function
3721 `newsticker--do-xml-workarounds', call unless libxml-parser is
3722 used. Allow single quote in regexp for encoding.
3723 Use libxml-parser if available, else fall back to `xml-parse-region'.
3724 Take care of possibly missing namespace prefixes (like "RDF"
3725 instead of "rdf:RDF") when checking xml nodes and attributes (as
3726 libxml correctly removes the prefixes). Always use Atom 1.0 as
3727 fallback feed type. Rename `newsticker--download-logos' to
3728 `newsticker-download-logos'
3729 (newsticker--unxml, newsticker--unxml-node)
3730 (newsticker--unxml-attribute): New.
3731 (newsticker--parse-atom-1.0): Call `unxml' in case that embedded
3732 HTML code has become part of the xml parse tree.
3733 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0): Take care
3734 of possibly missing namespace prefixes.
3735 (newsticker--parse-generic-items): Code formatting. Typo.
3736 (newsticker--images-dir): Add trailing slash.
3737 (newsticker--image-get): Fix error message.
3738
3739 * net/newst-plainview.el: Remove Time-stamp.
3740
3741 * net/newst-reader.el: Remove Time-stamp.
3742 (newsticker-download-logos): Rename variable
3743 `newsticker--download-logos' to `newsticker-download-logos' and
3744 make it customizable.
3745 (newsticker--print-extra-elements): Add optional parameter
3746 'htmlish for using html markup. Amend list of ignored elements.
3747 (newsticker--do-print-extra-element): Add parameter 'htmlish for
3748 using html markup.
3749
3750 * net/newst-ticker.el: Remove Time-stamp.
3751
3752 * net/newst-treeview.el (newsticker--treeview-item-show): Use html
3753 for formatting extra elements.
3754
3755 * net/newsticker.el: Remove Time-stamp, Version.
3756 (newsticker-version): Make obsolete.
3757
3758 2014-09-30 Leonardo Nobrega <leonobr@gmail.com> (tiny change)
3759
3760 * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
3761 (bug#18462).
3762
3763 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * emacs-lisp/package.el (package-check-signature): Default to nil if
3766 GPG is not available.
3767 (package-refresh-contents): Don't mess with the keyring if we won't
3768 check the signatures anyway.
3769
3770 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3771
3772 * ses.el (ses--row, ses--col): New dyn-scoped vars, to replace row&col.
3773 (ses-center, ses-center-span): Use them.
3774 (ses-print-cell): Bind them while calling the printer.
3775 (row, col, maxrow, maxcol): Don't declare as dynamically scoped.
3776 (ses-dorange): Revert last change.
3777 (ses-calculate-cell): Don't bind row&col dynamically while evaluating
3778 the formula.
3779 (ses-set-cell): Avoid `eval'.
3780 (ses--time-check): Rename it from ses-time-check and turn it into
3781 a macro.
3782
3783 * ses.el (ses-setup): Don't assume modifying the iteration var of
3784 dotimes affects the iteration (bug#18191).
3785
3786 2014-09-30 Vincent Belaïche <vincentb1@users.sourceforge.net>
3787
3788 * ses.el (ses-calculate-cell): Bind row and col dynamically to
3789 their values with 'cl-progv'.
3790 (ses-dorange): Bind row, col, maxrow and maxcol dynamically to
3791 their values with 'cl-progv', also use non-interned symbols for
3792 row, minrow, maxrow, mincol and maxcol.
3793 (maxrow maxcol): New defvar, to make the compiler happy.
3794
3795 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3796
3797 * minibuffer.el (completion-at-point): Emit warning for ill-behaved
3798 completion functions.
3799
3800 2014-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3801
3802 * ses.el (ses--letref): Quote value before it gets re-evaluated.
3803
3804 2014-09-28 Thien-Thi Nguyen <ttn@gnu.org>
3805
3806 Font-lock `cl-flet*', too.
3807 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2):
3808 Add "flet*" to intermediate var `cl-lib-kw'.
3809
3810 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3811
3812 * epg-config.el (epg-gpg-program): Use the plain program names rather
3813 than their absolute file name.
3814
3815 * subr.el (track-mouse): New macro.
3816 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
3817 Remove track-mouse case.
3818 * emacs-lisp/bytecomp.el (byte-compile-track-mouse): Remove.
3819
3820 2014-09-27 Leo Liu <sdl.web@gmail.com>
3821
3822 * progmodes/elisp-mode.el (elisp--eldoc-last-data): Use defvar.
3823
3824 * emacs-lisp/eldoc.el (eldoc-mode): Fix thinko.
3825
3826 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3827
3828 * emacs-lisp/pcase.el (pcase--split-match, pcase--app-subst-match):
3829 Handle the case where `match' is :pcase--succeed or :pcase--fail
3830 (bug#18554).
3831
3832 Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.
3833 * emacs-lisp/eldoc.el (global-eldoc-mode): New minor mode.
3834 (eldoc-schedule-timer): Obey it.
3835 (eldoc-documentation-function): Default to nil.
3836 (eldoc-mode): Don't enable if eldoc-documentation-function is not set.
3837 (eldoc-documentation-function-default, eldoc-get-fnsym-args-string)
3838 (eldoc-highlight-function-argument, eldoc-get-var-docstring)
3839 (eldoc-last-data-store, eldoc-docstring-first-line)
3840 (eldoc-docstring-format-sym-doc, eldoc-fnsym-in-current-sexp)
3841 (eldoc-beginning-of-sexp, eldoc-current-symbol)
3842 (eldoc-function-argstring): Move to elisp-mode.el.
3843 (eldoc-symbol-function): Remove, unused.
3844 * progmodes/elisp-mode.el: New file. Rename all "eldoc-*" to "elisp--*".
3845 (elisp-completion-at-point): Rename from lisp-completion-at-point.
3846 (elisp--preceding-sexp): Rename from preceding-sexp.
3847 * loadup.el: Load new file progmodes/elisp-mode.
3848 * ielm.el (inferior-emacs-lisp-mode): Set eldoc-documentation-function.
3849 * emacs-lisp/lisp.el (lisp--local-variables-1, lisp--local-variables)
3850 (lisp--local-variables-completion-table, lisp--expect-function-p)
3851 (lisp--form-quoted-p, lisp--company-doc-buffer)
3852 (lisp--company-doc-string, lisp--company-location)
3853 (lisp-completion-at-point): Move to elisp-mode.el.
3854 * emacs-lisp/lisp-mode.el (lisp--mode-syntax-table): New syntax-table,
3855 extracted from emacs-lisp-mode-syntax-table.
3856 (emacs-lisp-mode-abbrev-table, emacs-lisp-mode-syntax-table): Move to
3857 elisp-mode.el.
3858 (lisp-imenu-generic-expression): Add comments to document what comes
3859 from which Lisp dialect.
3860 (emacs-lisp-mode-map, emacs-lisp-byte-compile)
3861 (emacs-lisp-byte-compile-and-load, emacs-lisp-mode-hook)
3862 (emacs-lisp-mode, emacs-list-byte-code-comment-re)
3863 (emacs-lisp-byte-code-comment)
3864 (emacs-lisp-byte-code-syntax-propertize, emacs-lisp-byte-code-mode)
3865 (lisp-interaction-mode-map, lisp-interaction-mode)
3866 (eval-print-last-sexp, last-sexp-setup-props)
3867 (last-sexp-toggle-display, prin1-char, preceding-sexp)
3868 (eval-last-sexp-1, eval-last-sexp-print-value)
3869 (eval-last-sexp-fake-value, eval-sexp-add-defvars, eval-last-sexp)
3870 (eval-defun-1, eval-defun-2, eval-defun): Move to elisp-mode.el.
3871
3872 2014-09-26 Paul Eggert <eggert@cs.ucla.edu>
3873
3874 * progmodes/grep.el (grep-regexp-alist): Use more-accurate regexp.
3875 Do not match file names that end in '/', as they cannot be 'grep'
3876 hits nowadays. This prevents confusion when 'grep -r' reports a
3877 match in a file whose basename is ':12345:'. Conversely, do not
3878 require exactly the same sequence of spaces and tabs after both
3879 colons, and allow spaces or tabs before the second colon, as per
3880 the POSIX spec for 'grep' output.
3881
3882 2014-09-26 Leo Liu <sdl.web@gmail.com>
3883
3884 Add cl-parse-integer based on parse-integer (Bug#18557)
3885 * calendar/parse-time.el (parse-time-digits): Remove.
3886 (digit-char-p, parse-integer) Moved to cl-lib.el.
3887 (parse-time-tokenize, parse-time-rules, parse-time-string):
3888 Use cl-parse-integer.
3889
3890 * emacs-lisp/cl-extra.el (cl-parse-integer): New function.
3891
3892 * emacs-lisp/cl-lib.el (cl-digit-char-table): New var.
3893 (cl-digit-char-p): New function.
3894
3895 2014-09-25 Juri Linkov <juri@jurta.org>
3896
3897 * vc/add-log.el (change-log-next-buffer): Don't create an empty
3898 buffer "ChangeLog" when the current buffer doesn't match ChangeLog.[0-9].
3899 Return the current buffer if no files match the default pattern
3900 ChangeLog.[0-9]. Signal "end of multi" when file is nil. (Bug#18547)
3901
3902 2014-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
3903
3904 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
3905 the global vc-handled-backends (bug#18535).
3906
3907 2014-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3908
3909 * find-cmd.el (find-cmd): Use grep's `find-program' (bug#18518).
3910 Suggested by <lompik@voila.fr>.
3911
3912 2014-09-24 Ulf Jasper <ulf.jasper@web.de>
3913
3914 * net/newst-treeview.el (newsticker--treeview-do-get-node-by-id):
3915 Rename from `newsticker--treeview-do-get-node'.
3916 (newsticker--treeview-get-node-by-id):
3917 Rename from `newsticker--treeview-get-node'.
3918 (newsticker--treeview-buffer-init)
3919 (newsticker--treeview-buffer-init): Disable buffer undo.
3920 (newsticker--treeview-unfold-node): Adapt to modified
3921 `newsticker--group-find-parent-group'.
3922 (newsticker--group-do-find-group):
3923 Rename from `newsticker--group-do-find-group-for-feed'.
3924 Now works for both, groups and feeds.
3925 (newsticker--group-find-parent-group):
3926 Rename from `newsticker--group-find-group-for-feed'.
3927 Now works for both, groups and feeds.
3928 (newsticker--group-do-get-parent-group)
3929 (newsticker--group-get-parent-group): Remove.
3930 (newsticker-group-add-group): Change interactive prompts.
3931 (newsticker-group-add-group): Finally jump to added group.
3932 (newsticker-group-delete-group): Finally jump to current feed.
3933 (newsticker--group-do-rename-group, newsticker-group-rename-group)
3934 (newsticker--get-group-names, newsticker--group-names): New.
3935 (newsticker-group-move-feed): Finally jump to moved feed.
3936 (newsticker-group-shift-feed-down, newsticker-group-shift-feed-up)
3937 (newsticker-group-shift-group-down)
3938 (newsticker-group-shift-group-up, newsticker--group-shift): New.
3939 (newsticker-treeview-mode-map): New keybindings for new shift commands.
3940
3941 * net/newst-backend.el (newsticker--item-list)
3942 (newsticker--item-position, newsticker--prev-message)
3943 (newsticker--scrollable-text): Move to newst-ticker.el.
3944
3945 * net/newst-ticker.el (newsticker--item-list)
3946 (newsticker--item-position, newsticker--prev-message)
3947 (newsticker--scrollable-text): Move from newst-backend.el.
3948
3949 2014-09-22 Kan-Ru Chen <kanru@kanru.info>
3950
3951 * window.el (fit-window-to-buffer): When counting buffer width,
3952 count the whole visible buffer. Correctly convert the body-height
3953 to pixel size for window-text-pixel-size (Bug#18498).
3954
3955 2014-09-22 Sam Steingold <sds@gnu.org>
3956
3957 * progmodes/sql.el (sql-product-alist): Improve the Vertica entry.
3958 (sql-execute): Use `special-mode'.
3959
3960 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3961
3962 Add pcase-defmacro, as well as `quote' and `app' patterns.
3963 * loadup.el: Increase max-lisp-eval-depth when macroexpanding macroexp.
3964 * emacs-lisp/pcase.el: Allow (F . ARGS) in `app' patterns.
3965 (pcase--funcall, pcase--eval): New functions.
3966 (pcase--u1): Use them for guard, pred, let, and app.
3967 (\`): Use the new feature to generate better code for vector patterns.
3968 * emacs-lisp/pcase.el: Use pcase-defmacro to handle backquote.
3969 (pcase--upat): Remove.
3970 (pcase--macroexpand): Don't hardcode handling of `.
3971 (pcase--split-consp, pcase--split-vector): Remove.
3972 (pcase--split-equal): Disregard ` since it's expanded away.
3973 (pcase--split-member): Optimize for quote rather than for `.
3974 (pcase--split-pred): Optimize for quote rather than for `.
3975 (pcase--u1): Remove handling of ` (and of `or' and `and').
3976 Quote non-selfquoting values when passing them to `eq'.
3977 Drop `app's let-binding if the variable is not used.
3978 (pcase--q1): Remove.
3979 (`): Define as a pattern macro.
3980 * emacs-lisp/pcase.el (pcase--match): New smart-constructor function.
3981 (pcase--expand pcase--q1, pcase--app-subst-match): Use it.
3982 (pcase--macroexpand): Handle self-quoting patterns here, expand them to
3983 quote patterns.
3984 (pcase--split-match): Don't hoist or/and here any more.
3985 (pcase--split-equal): Optimize quote patterns as well as ` patterns.
3986 (pcase--flip): New helper macro.
3987 (pcase--u1): Optimize the memq case directly.
3988 Don't handle neither self-quoting nor and/or patterns any more.
3989 * emacs-lisp/pcase.el (pcase-defmacro): New macro.
3990 (pcase--macroexpand): New function.
3991 (pcase--expand): Use it.
3992 * emacs-lisp/pcase.el (pcase--app-subst-match, pcase--app-subst-rest):
3993 New optimization functions.
3994 (pcase--u1): Add support for `quote' and `app'.
3995 (pcase): Document them in the docstring.
3996
3997 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3998
3999 Use lexical-bindin in Ibuffer.
4000 * ibuffer.el (ibuffer-do-toggle-read-only): `arg' is unused.
4001 (ibuffer-compile-format): Simplify.
4002 (ibuffer-clear-summary-columns): Simplify.
4003 * ibuf-ext.el (ibuffer-generate-filter-groups): Don't use the third
4004 elem of dotimes when we don't refer to the iteration var from it.
4005 (ibuffer-toggle-sorting-mode): Avoid add-to-list.
4006 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-op):
4007 Silence byte-compiler.
4008
4009 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * font-lock.el (font-lock-compile-keyword): Don't confuse a lambda
4012 expression for a list.
4013
4014 * emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usage
4015 for functions with no arguments.
4016
4017 * mpc.el (mpc-data-directory): Use locate-user-emacs-file.
4018 (mpc-volume-refresh): Make sure the corresponding header-line is updated.
4019
4020 2014-09-17 Tom Willemse <tom@ryuslash.org> (tiny change)
4021
4022 * simple.el (clone-indirect-buffer): Mention the return value
4023 (bug#18478).
4024
4025 * progmodes/prog-mode.el (prog-mode-hook): Replace reference to
4026 Text mode in docstring (bug#18464).
4027
4028 2014-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4029
4030 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4031 Accept underscores in identifiers after "sub" (bug#18502).
4032
4033 2014-09-21 Tassilo Horn <tsdh@gnu.org>
4034
4035 * textmodes/reftex-sel.el (reftex-select-label-mode)
4036 (reftex-select-bib-mode, reftex-insert-docstruct): Derive modes
4037 from special-mode (instead of fundamental-mode) and propertize
4038 with font-lock-face instead of just face. (Bug#18496)
4039
4040 * textmodes/reftex-toc.el (reftex-toc-mode, reftex-toc): Ditto.
4041
4042 2014-09-19 Dmitry Gutov <dgutov@yandex.ru>
4043
4044 * emacs-lisp/lisp.el (lisp-completion-at-point): Only calculate
4045 `table-etc' when `end' is non-nil.
4046 (lisp-completion-at-point): Move `end' back if it's after quote.
4047 If in comment or string, only complete when after backquote.
4048 (Bug#18265)
4049 (lisp-completion-at-point): Don't use
4050 `lisp--local-variables-completion-table' in the
4051 `lisp--form-quoted-p' case.
4052
4053 2014-09-19 Dmitry Gutov <dgutov@yandex.ru>
4054
4055 * emacs-lisp/lisp.el (lisp--expect-function-p)
4056 (lisp--form-quoted-p): New functions.
4057 (lisp-completion-at-point): Use them to see if we're completing a
4058 variable reference, a function name, or just any symbol.
4059 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00229.html
4060
4061 2014-09-18 Ivan Kanis <ivan@kanis.fr>
4062
4063 * net/shr.el, net/eww.el: Don't override `shr-width', but
4064 introduce a new variable `shr-internal-width'. This allows users
4065 to specify a width themselves.
4066
4067 2014-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4068
4069 * image-mode.el (image-toggle-display-image): If we have a
4070 `fit-width' or a `fit-height', don't limit the size of the image
4071 to the window size, because that doesn't preserve the aspect ratio.
4072 * image-mode.el: Move defvars earlier to avoid a byte-compilation
4073 warning.
4074
4075 2014-09-17 Reuben Thomas <rrt@sc3d.org>
4076
4077 * progmodes/js.el: Add interpreter-mode-alist support for various
4078 JavaScript interpreters.
4079
4080 2014-09-17 Paul Eggert <eggert@cs.ucla.edu>
4081
4082 Don't assume 'grep' supports GREP_OPTIONS.
4083 The GREP_OPTIONS environment variable is planned to be marked
4084 obsolescent in GNU grep, due to problems in its use, so stop
4085 relying on it.
4086 * progmodes/grep.el (grep-highlight-matches): Document this.
4087 (grep-process-setup): Do not set GREP_OPTIONS.
4088 (grep-compute-defaults): Use an explicit --color option if supported.
4089
4090 2014-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4091
4092 * msb.el (msb--make-keymap-menu, msb-menu-bar-update-buffers):
4093 Don't add outdated key-shortcut cache (bug#18482).
4094
4095 2014-09-15 Glenn Morris <rgm@gnu.org>
4096
4097 * image.el (image-multi-frame-p): Fix thinko - do not force
4098 a delay if none was specified. (Bug#18334)
4099
4100 2014-09-15 Kan-Ru Chen <kanru@kanru.info>
4101
4102 * window.el (fit-window-to-buffer): Doc fix.
4103
4104 2014-09-15 Ivan Shmakov <ivan@siamics.net>
4105
4106 * desktop.el (desktop-create-buffer): Check that buffers are still live
4107 before burying them (bug#18373).
4108
4109 2014-09-15 Glenn Morris <rgm@gnu.org>
4110
4111 * calendar/diary-lib.el (diary-list-entries):
4112 Restore 24.3 display behavior. (Bug#18381)
4113
4114 2014-09-15 Eli Zaretskii <eliz@gnu.org>
4115
4116 * mouse.el (mouse-drag-line): On text-mode frames, count the mode
4117 line and header line as 1 pixel. This fixes the 1-"pixel" (row)
4118 discrepancy between window-pixel-edges and mouse events, and
4119 avoids moving mode line up when the mouse click is on the modeline
4120 and no drag is attempted.
4121
4122 2014-09-14 Daniel Colascione <dancol@dancol.org>
4123
4124 * register.el (insert-register): Change default interactive
4125 insertion mode.
4126
4127 2014-09-14 Michael Albinus <michael.albinus@gmx.de>
4128
4129 * net/tramp-cache.el (tramp-flush-file-function): Simplify check.
4130 Suppress debug messages.
4131
4132 * net/tramp.el (tramp-file-name-handler):
4133 * net/tramp-gvfs.el (tramp-gvfs-url-file-name): Apply `cons' where
4134 appropriate.
4135
4136 2014-09-13 Christopher Schmidt <ch@ristopher.com>
4137
4138 * calendar/calendar.el (calendar-update-mode-line):
4139 Do not overwrite mode-line-format if calendar-mode-line-format is
4140 nil. (Bug#18467)
4141
4142 2014-09-13 Leo Liu <sdl.web@gmail.com>
4143
4144 * emacs-lisp/pcase.el (pcase--dontwarn-upats): New var.
4145 (pcase--expand): Use it.
4146 (pcase-exhaustive): New macro. (Bug#16567)
4147
4148 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
4149 Add pcase-exhaustive.
4150
4151 2014-09-13 Eli Zaretskii <eliz@gnu.org>
4152
4153 * mail/rmailmm.el (rmail-mime-insert-html): Decode the HTML part
4154 using the specified transfer-encoding, if any, or 'undecided'.
4155 (rmail-mime-render-html-shr): Bind shr-width to nil, so lines are
4156 broken at the window margin.
4157
4158 2013-12-27 Ken Olum <kdo@cosmos.phy.tufts.edu>
4159
4160 Support rendering of HTML parts in Rmail (bug#4258).
4161 * mail/rmailmm.el (rmail-mime-process): Handle text/html
4162 separately from other text/ types. Suppress tagline for
4163 multipart body.
4164 (rmail-mime-parse): Don't change visibility of tagline here.
4165 (rmail-mime-set-bulk-data, rmail-mime-insert-bulk):
4166 Handle text/html specially.
4167 (rmail-mime-render-html-function,rmail-mime-prefer-html): New variables.
4168 (rmail-mime-insert-html, rmail-mime-render-html-shr)
4169 (rmail-mime-render-html-lynx): New functions.
4170 (rmail-mime-fix-inserted-faces): New function.
4171 (rmail-mime-process-multipart): Find the best part to show
4172 following rmail-mime-prefer-html if set.
4173 (rmail-mime-searching): New variable.
4174 (rmail-search-mime-message): Bind rmail-mime-searching to
4175 suppress rendering while searching.
4176
4177 2014-09-12 Sam Steingold <sds@gnu.org>
4178
4179 * progmodes/sql.el (sql-product-alist): Add vertica.
4180 (sql-vertica-program, sql-vertica-options)
4181 (sql-vertica-login-params, sql-comint-vertica, sql-vertica):
4182 New functions and variables to support Vertica.
4183 Inspired by code by Roman Scherer <roman@burningswell.com>.
4184
4185 2014-09-11 Paul Eggert <eggert@cs.ucla.edu>
4186
4187 * ses.el (ses-file-format-extend-parameter-list): Rename from
4188 ses-file-format-extend-paramter-list, to correct a misspelling.
4189 All uses changed.
4190
4191 2014-09-10 Alan Mackenzie <acm@muc.de>
4192
4193 CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc
4194 gets loaded at run-time).
4195 * progmodes/cc-langs.el (c-no-parens-syntax-table): Rename the
4196 c-lang-const to c-make-no-parens-syntax-table and correct the
4197 logic.
4198 (c-no-parens-syntax-table): Correct the logic of the
4199 c-lang-defvar.
4200
4201 2014-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4202
4203 CC-mode: Set open-paren-in-column-0-is-defun-start to nil;
4204 plus misc cleanup.
4205 * progmodes/cc-mode.el (c-basic-common-init):
4206 Set open-paren-in-column-0-is-defun-start.
4207 (adaptive-fill-first-line-regexp, font-lock-syntactic-keywords):
4208 Remove declarations, unused.
4209 (run-mode-hooks): Remove declaration.
4210 (font-lock-defaults): Use plain `defvar' to declare.
4211 (c-run-mode-hooks): Test existence of run-mode-hooks with fboundp.
4212 * progmodes/cc-langs.el (c-filter-ops): Avoid `setq'.
4213 (c-make-mode-syntax-table): Don't micro-optimize.
4214 (c-keywords, c-keyword-member-alist): Simplify.
4215 (c-kwds-lang-consts): Don't eval at compile-time.
4216 (c-primary-expr-regexp): Comment out unused vars.
4217 * progmodes/cc-fonts.el (c-font-lock-context): Declare at top-level.
4218 (c-font-byte-compile): New var.
4219 (c--compile): New function. Use it instead of `byte-compile'.
4220 (c-cpp-matchers): Quote the value returned by
4221 `c-make-syntactic-matcher' in case it's not self-evaluating.
4222 (c-basic-matchers-before): Avoid a plain MATCHER as keyword, wrap it in
4223 parentheses instead (in case MATCHER happens to be a list).
4224 (c-font-lock-enum-tail): Remove unused var `start'.
4225 (c-font-lock-objc-methods): Silence byte-compiler warnings.
4226 * progmodes/cc-engine.el (c-syntactic-re-search-forward): Sink an `if'
4227 test into an argument.
4228 * progmodes/cc-defs.el (c-point, c-major-mode-is, c-put-char-property)
4229 (c-get-char-property): Don't use `eval' just to unquote a constant.
4230 (c-use-extents): Remove. Use (featurep 'xemacs), compiled
4231 more efficiently.
4232 (c-put-char-property-fun): Don't call `byte-compile' by hand.
4233 (c-clear-char-property, c-clear-char-properties): Check that `property'
4234 is a quoted constant.
4235 (c-emacs-features): Remove `infodock', `syntax-properties', and
4236 `pps-extended-state' (never used), `8-bit' and `1-bit' (use (featurep
4237 'xemacs) instead). Use `with-temp-buffer' and let-bind vars after
4238 changing buffer, so we don't have to setq them again afterwards.
4239 (c-lang-const): Remove redundant symbolp assertions.
4240 (c-find-assignment-for-mode): Use `or'.
4241 * Makefile.in (compile-one-process): Remove cc-mode dependency.
4242
4243 2014-09-09 Sam Steingold <sds@gnu.org>
4244
4245 * progmodes/sql.el (sql-default-directory): Fix type annotation.
4246
4247 2014-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4248
4249 * progmodes/cc-awk.el: Remove unneeded cc-bytecomp use.
4250 Change doc comments into docstrings.
4251 * Makefile.in: Remove cc-awk dependency.
4252
4253 2014-09-08 Sam Steingold <sds@gnu.org>
4254
4255 * progmodes/sql.el (sql-send-line-and-next): New command,
4256 bound to C-c C-n.
4257 (sql-show-sqli-buffer): Display the buffer instead of its name and
4258 bind the command to C-c C-z.
4259 (sql-default-directory): New user option.
4260 (sql-product-interactive): Bind `default-directory' to it to
4261 enable remote connections using Tramp.
4262 (sql-set-sqli-buffer): Call `sql-product-interactive' when no
4263 suitable buffer is available.
4264
4265 2014-09-08 Glenn Morris <rgm@gnu.org>
4266
4267 * calendar/calendar.el (calendar-basic-setup):
4268 Fix calendar-view-holidays-initially-flag and fancy display.
4269 * calendar/diary-lib.el (diary-live-p): Doc fix.
4270
4271 * calendar/calendar.el (calendar-basic-setup):
4272 Avoid clobbering calendar with diary. (Bug#18381)
4273
4274 2014-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4275
4276 * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
4277
4278 2014-09-08 Lars Ljung <lars@matholka.se> (tiny change)
4279
4280 * isearch.el (isearch-yank-word-or-char): Obey superword-mode
4281 as well (bug#18400).
4282
4283 2014-09-08 Eli Zaretskii <eliz@gnu.org>
4284
4285 * subr.el (posn-actual-col-row): Doc fix. (Bug#18385)
4286
4287 2014-09-06 Leo Liu <sdl.web@gmail.com>
4288
4289 * emacs-lisp/pcase.el (pcase): Doc fix.
4290 (pcase--split-vector): New function.
4291 (pcase--q1): Support vector qpattern. (Bug#18327)
4292
4293 2014-09-05 Sam Steingold <sds@gnu.org>
4294
4295 * textmodes/tex-mode.el (tex-print-file-extension): New user
4296 option.
4297 (tex-print): Use it instead of the hard-coded string.
4298
4299 2014-09-05 Michael Albinus <michael.albinus@gmx.de>
4300
4301 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4302 Expand `default-directory'.
4303
4304 2014-09-05 Martin Rudalics <rudalics@gmx.at>
4305
4306 * scroll-bar.el (horizontal-scroll-bars-available-p):
4307 New function.
4308 (horizontal-scroll-bar-mode): Rewrite using
4309 horizontal-scroll-bars-available-p.
4310 * menu-bar.el (menu-bar-showhide-scroll-bar-menu): Rewrite using
4311 horizontal-scroll-bars-available-p.
4312
4313 2014-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4314
4315 * subr.el (call-process-shell-command, process-file-shell-command):
4316 Make the `args' obsolete (bug#18409).
4317 (start-process-shell-command, start-file-process-shell-command):
4318 Use `declare'.
4319
4320 2014-09-05 Jay Belanger <jay.p.belanger@gmail.com>
4321
4322 * calc/calc-forms.el (math-normalize-hms): Do a better check for
4323 "negative" hms forms.
4324
4325 2014-09-04 Rasmus Pank Roulund <emacs@pank.eu>
4326
4327 * vc/vc-git.el (vc-git-conflicted-files): Fix bug when git status
4328 returns nil (bug#18391).
4329
4330 2014-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4331
4332 * emacs-lisp/eldoc.el (eldoc-function-argstring): Don't strip
4333 terminating paren (bug#18352).
4334 (eldoc-last-data-store): Return cached data.
4335 (eldoc-get-var-docstring): Avoid setq.
4336 (eldoc-get-fnsym-args-string): Clarify data flow.
4337
4338 2014-09-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4339
4340 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle the
4341 case where we're currently providing part of the &rest arg after some
4342 &key args, as in define-ibuffer-op (bug#18048).
4343
4344 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4345
4346 * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing
4347 buffer-local setting of which-func-mode.
4348 (which-func-mode): Use defvar-local.
4349 (which-function-mode): Don't reset which-func-mode in each buffer since
4350 it might have been set by someone else.
4351 (which-func-update-ediff-windows): Check which-function-mode.
4352
4353 2014-09-03 Martin Rudalics <rudalics@gmx.at>
4354
4355 * frame.el (frame-initialize): Remove horizontal-scroll-bars
4356 from frame-initial-frame-alist.
4357 * scroll-bar.el (previous-horizontal-scroll-bar-mode)
4358 (horizontal-scroll-bar-mode-explicit)
4359 (set-horizontal-scroll-bar-mode, get-horizontal-scroll-bar-mode)
4360 (toggle-horizontal-scroll-bar): Remove.
4361 (horizontal-scroll-bar-mode): Remove defcustom.
4362 (horizontal-scroll-bar-mode): Fix doc-string.
4363 (scroll-bar-toolkit-scroll)
4364 (scroll-bar-toolkit-horizontal-scroll): Add doc-strings stubs.
4365
4366 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 * emacs-lisp/package.el (package-generate-description-file):
4369 Properly quote the arguments (bug#18332). Change second arg.
4370 (package--alist-to-plist-args): Rename from package--alist-to-plist and
4371 quote the elements.
4372 (package--make-autoloads-and-stuff): Fix the test for pre-existence of
4373 the *-pkg.el file. Adjust to new calling convention of
4374 package-generate-description-file.
4375
4376 * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
4377 (gud-gdb-completions): Remove obsolete workaround.
4378
4379 2014-09-03 Eli Zaretskii <eliz@gnu.org>
4380
4381 * subr.el (posn-col-row): Revert the change from commit
4382 2010-11-13T21:07:58Z!eliz@gnu.org, which
4383 was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
4384 monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
4385 introduced an off-by-one error in the reported row when there is a
4386 header line. (Bug#18384)
4387
4388 2014-09-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
4389
4390 * progmodes/python.el (python-indent-post-self-insert-function):
4391 Avoid electric colon at beginning-of-defun. (Bug#18228)
4392
4393 2014-09-03 Glenn Morris <rgm@gnu.org>
4394
4395 * tutorial.el (tutorial--display-changes):
4396 Fix 2014-08-01 change. (Bug#18382)
4397
4398 2014-09-03 Ken Brown <kbrown@cornell.edu>
4399
4400 * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
4401 the Cygwin-w32 build. (Bug#18347)
4402
4403 2014-09-03 Glenn Morris <rgm@gnu.org>
4404
4405 * tar-mode.el (tar--extract, tar-extract):
4406 Avoid permanently disabling undo in extracted buffers. (Bug#18344)
4407
4408 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4409
4410 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to better
4411 handle multiline elements (bug#18380).
4412
4413 2014-09-01 Eli Zaretskii <eliz@gnu.org>
4414
4415 * ls-lisp.el (ls-lisp-use-string-collate)
4416 (ls-lisp-UCA-like-collation): New defcustoms.
4417 (ls-lisp-string-lessp): Use them to control sorting by file
4418 names. (Bug#18051)
4419 (ls-lisp-version-lessp): New function.
4420 (ls-lisp-handle-switches): Use it to implement the -v switch of
4421 GNU ls.
4422 (ls-lisp--insert-directory): Mention the -v switch in the doc string.
4423
4424 2014-08-31 Christoph Scholtes <cschol2112@gmail.com>
4425
4426 * ibuffer.el: Replace mode-specific quit function with
4427 `quit-window' via `special-mode'.
4428 (ibuffer-mode-map): Use keybindings from special-mode-map instead
4429 of local overrides.
4430 (ibuffer): Don't store previous windows configuration.
4431 Let `quit-window' handle restoring.
4432 (ibuffer-quit): Remove function. Use `quit-window' instead.
4433 (ibuffer-restore-window-config-on-quit): Remove variable.
4434 (ibuffer-prev-window-config): Remove variable.
4435
4436 2014-08-29 Michael Heerdegen <michael_heerdegen@web.de>
4437
4438 * emacs-lisp/easy-mmode.el (define-minor-mode): Use mode function
4439 name instead of variable name in hook docstring. (Bug#18349)
4440
4441 2014-08-29 Martin Rudalics <rudalics@gmx.at>
4442
4443 * window.el (display-buffer-at-bottom): Prefer bottom-left
4444 window to other bottom windows. Reuse a bottom window if it
4445 shows the buffer already. Suggested by Juri Linkov
4446 <juri@jurta.org> in discussion of (Bug#18181).
4447
4448 2014-08-29 Leo Liu <sdl.web@gmail.com>
4449
4450 * files.el (minibuffer-with-setup-hook): Allow (:append FUN) to
4451 append to minibuffer-setup-hook. (Bug#18341)
4452
4453 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4454
4455 * progmodes/cc-defs.el: Expose c-lanf-defconst's expressions to the
4456 byte-compiler.
4457 (lookup-syntax-properties): Silence byte-compiler.
4458 (c-lang-defconst): Quote the code with `lambda' rather than with
4459 `quote'.
4460 (c-lang-const): Avoid unneeded setq.
4461 (c-lang-constants-under-evaluation): Add docstring.
4462 (c-lang--novalue): New constant.
4463 (c-find-assignment-for-mode): Use it instead of c-lang-constants.
4464 (c-get-lang-constant): Same here.
4465 Get the mode's value using `funcall' now that the code is quoted
4466 with `lambda'.
4467
4468 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
4469
4470 * net/tramp.el (tramp-handle-shell-command): Use `display-buffer'.
4471 (Bug#18326)
4472
4473 2014-08-28 Martin Rudalics <rudalics@gmx.at>
4474
4475 * scroll-bar.el (scroll-bar-horizontal-drag-1): Handle new
4476 interpretation of `portion-whole'.
4477
4478 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
4479
4480 * net/tramp-adb.el: Spell author name correctly.
4481
4482 2014-08-28 João Távora <joaotavora@gmail.com>
4483
4484 * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
4485 use url-expand-file-name. (Bug#18310)
4486
4487 2014-08-28 Glenn Morris <rgm@gnu.org>
4488
4489 * emulation/cua-rect.el (cua--highlight-rectangle):
4490 Avoid error at point-min. (Bug#18309)
4491
4492 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4493
4494 * progmodes/python.el (python-shell-prompt-detect): Remove redundant
4495 executable-find (bug#18244).
4496
4497 * simple.el (self-insert-uses-region-functions): Defvar.
4498
4499 2014-08-28 Glenn Morris <rgm@gnu.org>
4500
4501 * subr.el (remq): Revert 2014-08-25 doc change (not always true).
4502
4503 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
4504
4505 * startup.el (normal-top-level): Now use internal--top-level-message.
4506
4507 2014-08-26 Dmitry Antipov <dmantipov@yandex.ru>
4508
4509 * startup.el (normal-top-level): Use top-level-message.
4510
4511 2014-08-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4512
4513 * net/shr.el (shr-copy-url): Encode copied URL to avoid getting
4514 URLs containing spaces and the like.
4515
4516 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
4517
4518 * subr.el (remq): Fix docstring (Bug#18253).
4519
4520 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
4521
4522 * replace.el (query-replace): Fix typo in docstring (Bug#18320).
4523
4524 2014-08-24 Alan Mackenzie <acm@muc.de>
4525
4526 Handle C++11's "auto" and "decltype" constructions.
4527 * progmodes/cc-engine.el (c-forward-type): Enhance to recognise
4528 and return 'decltype.
4529 (c-forward-decl-or-cast-1): New let variables backup-kwd-sym,
4530 prev-kwd-sym, new-style-auto. Enhance to handle the new "auto"
4531 keyword.
4532 * progmodes/cc-fonts.el (c-font-lock-declarations): Handle the
4533 "decltype" keyword.
4534 (c-font-lock-c++-new): Handle "decltype" constructions.
4535 * progmodes/cc-langs.el (c-auto-ops, c-auto-ops-re):
4536 New c-lang-defconsts/defvars.
4537 (c-haskell-op, c-haskell-op-re): New c-lang-defconsts/defvars.
4538 (c-typeof-kwds, c-typeof-key): New c-lang-defconsts/defvars.
4539 (c-typeless-decl-kwds): Append "auto" onto the C++ value.
4540 (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value.
4541
4542 Make ">>" act as double template ender in C++ Mode. (Bug#11386)
4543 * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split
4544 off from c->-op-cont-re.
4545 (c->-op-cont-tokens): Change to use the above.
4546 (c->-op-without->-cont-regexp): New lang-const.
4547 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
4548 Use c->-op-without->-cont-regexp in place of c->-op-cont-tokens.
4549
4550
4551 2014-08-23 Alan Mackenzie <acm@muc.de>
4552
4553 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix infinite
4554 loop, bug #18306. The bug was introduced on 2014-08-02.
4555
4556 2014-08-21 Eli Zaretskii <eliz@gnu.org>
4557
4558 * textmodes/texnfo-upd.el (texinfo-specific-section-type):
4559 Don't recognize a Top node if there are other sectioning commands
4560 earlier in the Texinfo file. This fixes a bug in
4561 texinfo-make-menu and avoids inflooping in
4562 texinfo-all-menus-update when they are invoked on texinfo.texi.
4563
4564 2014-08-21 Martin Rudalics <rudalics@gmx.at>
4565
4566 * window.el (window--side-window-p): New function.
4567 (split-window, window-splittable-p): Use window--side-window-p to
4568 determine whether WINDOW can be split (Bug#18304).
4569 * calendar/calendar.el (calendar-basic-setup): Fix one call of
4570 `window-splittable-p' and add another (Bug#18304).
4571
4572 2014-08-20 Sam Steingold <sds@gnu.org>
4573
4574 * progmodes/python.el (python-new-pythonpath): Extract from
4575 `python-shell-calculate-process-environment'.
4576
4577 2014-08-18 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4578
4579 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
4580 for &key args (bug#18048).
4581
4582 2014-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
4583
4584 * emacs-lisp/eldoc.el (eldoc-argument-case): Obsolete and change default.
4585 (eldoc-function-argstring-format): Remove.
4586 (eldoc-function-argstring): Always return upcase args.
4587 Use help-make-usage. Don't add parens.
4588 (eldoc-get-fnsym-args-string): Don't obey eldoc-argument-case since
4589 it's too late to do it right (bug#18048).
4590
4591 2014-08-18 Eli Zaretskii <eliz@gnu.org>
4592
4593 * scroll-bar.el (scroll-bar-horizontal-drag-1)
4594 (scroll-bar-toolkit-horizontal-scroll): When determining the
4595 paragraph direction, use the buffer of the window designated in
4596 the event.
4597
4598 2014-08-16 Andreas Schwab <schwab@linux-m68k.org>
4599
4600 * vc/diff-mode.el (diff-fixup-modifs): Handle empty line in
4601 context of unified diff.
4602
4603 2014-08-16 Paul Eggert <eggert@cs.ucla.edu>
4604
4605 Add dependencies to fix loaddefs race during parallel builds.
4606 Without this, for example, 'make -j bootstrap' can fail and report
4607 "Opening input file: no such file or directory,
4608 .../lisp/calendar/diary-loaddefs.el ... recipe for target
4609 'calendar/hol-loaddefs.el' failed", where the hol-loaddefs.el rule
4610 got confused because diary-loaddefs.el was being built in parallel.
4611 * Makefile.in ($(CAL_DIR)/diary-loaddefs.el):
4612 Depend on $(CAL_DIR)/cal-loaddefs.el.
4613 ($(CAL_DIR)/hol-loaddefs.el): Depend on $(CAL_DIR)/diary-loaddefs.el.
4614
4615 2014-08-16 Martin Rudalics <rudalics@gmx.at>
4616
4617 * scroll-bar.el (scroll-bar-horizontal-drag-1): Use cdr of
4618 portion-whole for scrolling right-to-left text.
4619
4620 2014-08-15 Leo Liu <sdl.web@gmail.com>
4621
4622 * speedbar.el (speedbar-generic-list-tag-p): Allow special
4623 elements from imenu.
4624
4625 2014-08-15 Glenn Morris <rgm@gnu.org>
4626
4627 * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
4628
4629 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
4630
4631 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4632 Add Guile regexpses.
4633
4634 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
4635
4636 * progmodes/gud.el (guiler): New function. Starts the Guile REPL;
4637 add Guile debugger support for GUD.
4638
4639 2014-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4640
4641 * obsolete/mouse-sel.el (mouse-sel-mode): Use add/remove-function.
4642 (mouse-sel--ignore): New function.
4643 (mouse-sel-has-been-enabled, mouse-sel-original-bindings)
4644 (mouse-sel-original-interprogram-cut-function)
4645 (mouse-sel-original-interprogram-paste-function): Remove.
4646
4647 2014-08-13 Eric S. Raymond <esr@thyrsus.com>
4648
4649 * vc/vc-git.el (vc-git-resolve-when-done): New function.
4650 Call "git add" when there are no longer conflict markers.
4651
4652 2014-08-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4653
4654 * vc/vc-git.el (vc-git-find-file-hook): New function.
4655 Adds support for calling smerge (and resolve) on a conflicted file.
4656 (vc-git-conflicted-files): New function.
4657 Useful in itself and a step towards better smerge support.
4658
4659 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4660
4661 * mpc.el (mpc-reorder): Don't bother splitting the "active" elements
4662 to the first part if they're the same as the selection.
4663
4664 2014-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4665
4666 * image-mode.el (image-transform-reset): New command and menu item.
4667 (image-mode-map): Rearrange the menu items to put presumably more
4668 obscure items at the end.
4669
4670 2014-08-12 Juri Linkov <juri@jurta.org>
4671
4672 * vc/vc-annotate.el (vc-annotate-background-mode):
4673 Use `with-demoted-errors' instead of `ignore-errors'. (Bug#18189)
4674
4675 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * files.el (out-of-memory-warning-percentage): Turn it off by default.
4678
4679 2014-08-11 Sam Steingold <sds@gnu.org>
4680
4681 * textmodes/sgml-mode.el (sgml-validate-command): Set depending on
4682 the presence of known validators (tidy, (o)nsgmls).
4683
4684 2014-08-11 Ulf Jasper <ulf.jasper@web.de>
4685
4686 Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227)
4687 * net/newst-treeview.el (newsticker-treeview-date-format): New.
4688 (newsticker--treeview-list-add-item):
4689 Use `newsticker-treeview-date-format'.
4690
4691 2014-08-11 Glenn Morris <rgm@gnu.org>
4692
4693 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
4694 chose coding system for writing before backing up, since it causes
4695 a more serious problem than the one it solves. (Closes Bug#18141,
4696 reopens Bug#13522.)
4697
4698 2014-08-11 Martin Rudalics <rudalics@gmx.at>
4699
4700 * window.el (window-total-size): Make doc-string more self-contained.
4701
4702 * window.el (display-buffer-below-selected): Restore original
4703 behavior if buffer is already displayed in the window below the
4704 selected one (Bug#18181).
4705
4706 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
4707
4708 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
4709 event (bug#18212).
4710
4711 2014-08-11 Eli Zaretskii <eliz@gnu.org>
4712
4713 * info.el (info): Doc fix.
4714
4715 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
4716
4717 * info.el (Info-mode-map): Override a global down-mouse-2 binding
4718 (bug#18212).
4719
4720 2014-08-11 Eli Zaretskii <eliz@gnu.org>
4721
4722 * simple.el (default-line-height): A floating-point value of
4723 line-spacing means a fraction of the default frame font's height,
4724 not of the font currently used by the 'default' face.
4725 Truncate the pixel value, like the display engine does.
4726 (window-screen-lines): Use window-inside-pixel-edges for
4727 determining the window height in pixels. (Bug#18195)
4728
4729 2014-08-11 Grégoire Jadi <daimrod@gmail.com>
4730
4731 * leim/quail/latin-post.el: Transform " __" into " _". (Bug#18023)
4732
4733 2014-08-10 Ulf Jasper <ulf.jasper@web.de>
4734
4735 Enumerate evaluated sexp diary entries (Bug#7911).
4736 * calendar/icalendar.el (icalendar-export-sexp-enumerate-all)
4737 (icalendar-export-sexp-enumeration-days): New.
4738 (icalendar-export-region): Now `icalendar--convert-to-ical'
4739 returns a cons cell or a list of cons cells.
4740 (icalendar--convert-to-ical): Take care of
4741 `icalendar-export-sexp-enumerate-all'. Return (a list of) cons cells.
4742 (icalendar--convert-ordinary-to-ical)
4743 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
4744 (icalendar--convert-block-to-ical, icalendar--convert-block-to-ical)
4745 (icalendar--convert-float-to-ical, icalendar--convert-cyclic-to-ical)
4746 (icalendar--convert-anniversary-to-ical): Return cons cell.
4747 (icalendar--convert-sexp-to-ical): Enumerate evaluated sexp
4748 entries. Return (list of) cons cells.
4749
4750 2014-08-09 Juri Linkov <juri@jurta.org>
4751
4752 * vc/vc-annotate.el (vc-annotate-background-mode): Add :set
4753 to reevaluate `vc-annotate-color-map'. (Bug#18189)
4754
4755 2014-08-09 Alan Mackenzie <acm@muc.de>
4756
4757 * progmodes/cc-fonts.el (c-font-lock-declarators): Remove check
4758 for top-level that can cause unacceptable slow-down in scrolling.
4759 See email Subject: Huge {...} blocks in C/C++ again, from Dmitry
4760 Antipov from 2013-10-14 in emacs-devel.
4761
4762 2014-08-08 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4763
4764 * ibuffer.el (ibuffer-mode-map): Use toggle button for
4765 `ibuffer-auto-mode' menu entry.
4766 (ibuffer-mode-hook): Add `ibuffer-auto-mode' customization option.
4767
4768 2014-08-08 Matthias Meulien <orontee@gmail.com>
4769
4770 * progmodes/prog-mode.el (prog-mode-hook): Make customizable.
4771 (Bug#16394)
4772
4773 2014-08-07 Martin Rudalics <rudalics@gmx.at>
4774
4775 * window.el (window--min-size-1): Explicitly set WINDOW arg in
4776 calls of window-min-pixel-height and window-min-pixel-width.
4777
4778 2014-08-07 Reuben Thomas <rrt@sc3d.org>
4779
4780 * progmodes/ada-mode.el:
4781 * net/tramp.el (tramp-handle-file-symlink-p):
4782 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
4783 about VMS, which we no longer support.
4784 * progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS,
4785 and fix a FIXME, using convert-standard-filename in place of
4786 removed ada-convert-file-name.
4787
4788 2014-08-07 Eli Zaretskii <eliz@gnu.org>
4789
4790 * files.el (auto-mode-alist): Remove support for VMS from a pattern.
4791
4792 2014-08-07 Reuben Thomas <rrt@sc3d.org>
4793
4794 Refer to MS-DOS using the same name everywhere.
4795 * arc-mode.el, files.el, frame.el: ``MS-DOG'', ``MSDOG'' and
4796 ``msdog'' become ``MS-DOS''.
4797
4798 2014-08-07 Michael Albinus <michael.albinus@gmx.de>
4799
4800 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4801 Use cached "remote-copy-args" value, if available. (Bug#18199)
4802
4803 2014-08-07 Leo Liu <sdl.web@gmail.com>
4804
4805 * help.el (temp-buffer-setup-hook,temp-buffer-show-hook):
4806 Revert change on 2014-03-22.
4807
4808 2014-08-06 Ulf Jasper <ulf.jasper@web.de>
4809
4810 * calendar/icalendar.el (icalendar--diarytime-to-isotime)
4811 (icalendar--convert-ordinary-to-ical): Allow for missing minutes
4812 (Bug#13750).
4813
4814
4815 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4816
4817 * image-mode.el (image-toggle-display-image): Always rescale images
4818 to not be bigger than the current window.
4819
4820 2014-08-05 Eric Brown <brown@fastmail.fm> (tiny change)
4821
4822 * net/eww.el (eww-bookmarks-directory): New variable.
4823 (eww-write-bookmarks): Use it.
4824 (eww-read-bookmarks): Ditto.
4825
4826 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4827
4828 * net/shr.el (shr-copy-url): Also copy the image URL.
4829
4830 2014-08-05 Michael Albinus <michael.albinus@gmx.de>
4831
4832 * net/tramp-cache.el (tramp-flush-file-function): Suppress function
4833 also for Tramp working buffers.
4834
4835 2014-08-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
4836
4837 * progmodes/python.el: Fix completions inside (i)pdb.
4838 (python-shell-completion-pdb-string-code): Make obsolete.
4839 (python-shell-completion-get-completions):
4840 Use python-shell-completion-string-code resending setup code
4841 continuously for (i)pdb.
4842
4843 2014-08-04 Paul Eggert <eggert@cs.ucla.edu>
4844
4845 * rect.el (rectangle--default-line-number-format): Rename
4846 from misspelled rectange--default-line-number-format (Bug#18045).
4847 All uses changed.
4848
4849 2014-08-03 Paul Eggert <eggert@cs.ucla.edu>
4850
4851 Don't mishandle year-9999 dates (Bug#18176).
4852 * calendar/parse-time.el (parse-time-rules):
4853 Allow years up to most-positive-fixnum.
4854 * calendar/time-date.el (date-to-time):
4855 Pass "Specified time is not representable" errors through.
4856
4857 2014-08-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
4858
4859 * progmodes/python.el: Completion code cleanups.
4860 (python-shell-completion-get-completions): Detect and send import
4861 statements directly to completion function.
4862 (python-shell-completion-at-point): Simplify prompt calculation
4863 and import vs input completion logic.
4864
4865 2014-08-02 Alan Mackenzie <acm@muc.de>
4866
4867 Fix confusion in C++ file caused by comma in "= {1,2},".
4868 Bug #17756.
4869 * progmodes/cc-engine.el (c-beginning-of-statement-1): In checking
4870 for a statement boundary marked by "}", check there's no "="
4871 before the "{".
4872 (c-guess-basic-syntax CASE 9B): Call c-beginning-of-statement with
4873 non-nil `comma-delim' argument.
4874 * progmodes/cc-fonts.el (c-font-lock-declarators): Parse an
4875 initializer expression more accurately.
4876
4877 Correct loop termination condition in c-syntactic-skip-backward.
4878 * progmodes/cc-engine.el (c-syntactic-skip-backward): Correct for
4879 the situation where, after moving back out of a literal,
4880 skip-chars-backward doesn't move further, yet checks have still to
4881 be done.
4882
4883 2014-08-01 Eli Zaretskii <eliz@gnu.org>
4884
4885 * tutorial.el (tutorial--display-changes): Accept punctuation
4886 characters before the key binding. (Bug#18146)
4887
4888 2014-07-31 Fabián Ezequiel Gallina <fgallina@gnu.org>
4889
4890 * progmodes/python.el: Shell output capture enhancements.
4891 (python-shell-accept-process-output): New function.
4892 (inferior-python-mode)
4893 (python-shell-send-setup-code): Use it.
4894
4895 2014-07-30 Christophe Deleuze <christophe.deleuze@free.fr> (tiny change)
4896
4897 * calendar/icalendar.el (icalendar--decode-isodatetime):
4898 Use actual current-time-zone when converting to local time. (Bug#15408)
4899
4900 2014-07-29 Martin Rudalics <rudalics@gmx.at>
4901
4902 * window.el (window--state-put-2): Handle horizontal scroll
4903 bars, if present.
4904
4905 2014-07-29 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4906
4907 * menu-bar.el (menu-bar-update-buffers): Update item list format
4908 in `buffers-menu' to confirm with changes to `get_keyelt'
4909 (r117463). (Bug#18016)
4910
4911 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
4912
4913 * progmodes/python.el (inferior-python-mode): Make input prompts
4914 read-only.
4915
4916 2014-07-28 Emilio C. Lopes <eclig@gmx.net>
4917
4918 * net/tramp-sh.el (tramp-get-remote-python): Also search for
4919 executables named "python2" or "python3".
4920 (tramp-get-remote-uid-with-python): Use parentheses around
4921 arguments to `print' to make it compatible with Python 3.
4922 (tramp-get-remote-gid-with-python): Ditto. (Bug#18118)
4923
4924 2014-07-28 Eli Zaretskii <eliz@gnu.org>
4925
4926 * window.el (window--pixel-to-total): Use FRAME's root window, not
4927 that of the selected frame. (Bug#18112, Bug#16674)
4928
4929 2014-07-28 Andreas Schwab <schwab@linux-m68k.org>
4930
4931 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
4932 (Bug#18117)
4933
4934 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
4935
4936 * progmodes/python.el (inferior-python-mode): Doc fix.
4937
4938 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
4939
4940 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
4941 not a character, ignore it instead of raising an error.
4942
4943 * calendar/todo-mode.el: Fix handling of marked items and make
4944 minor code improvements.
4945 (todo-edit-item): If there are marked items, ensure user can only
4946 invoke editing commands that work with marked items.
4947 (todo-edit-item--text): When there are marked items, make it a
4948 noop if invoked with point not on an item; otherwise, ensure it
4949 applies only to item at point.
4950 (todo-item-undone): If there are marked not-done items, return
4951 point to its original position before signaling user error.
4952 (todo--user-error-if-marked-done-item): New function.
4953 (todo-edit-item--header, todo-edit-item--diary-inclusion)
4954 (todo-item-done): Use it.
4955
4956 2014-07-28 Glenn Morris <rgm@gnu.org>
4957
4958 * files.el (toggle-read-only): Re-add basic doc-string.
4959 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
4960
4961 * progmodes/prolog.el (prolog-mode-keybindings-edit):
4962 Replace missing `switch-to-prolog' with `run-prolog'.
4963 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
4964
4965 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
4966
4967 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
4968 of file-wide setting when changing category-wide setting.
4969
4970 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
4971
4972 * doc-view.el (doc-view-open-text): Don't require that the
4973 document is saved in a file (e.g., email attachment).
4974
4975 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
4976
4977 Parse completion input in a iPython friendly way. (Bug#18084)
4978 * progmodes/python.el
4979 (python-shell-completion-at-point): Rename from
4980 python-shell-completion-complete-at-point.
4981 (inferior-python-mode): Use it.
4982 (python-completion-at-point): Rename from
4983 python-completion-complete-at-point. Parse input up to first
4984 backward occurrence of whitespace, open-paren, close-paren or
4985 string delimiter.
4986 (python-mode): Use it.
4987
4988 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
4989
4990 * progmodes/python.el
4991 (python-shell-with-shell-buffer): New macro.
4992 (python-shell-font-lock-get-or-create-buffer)
4993 (python-shell-font-lock-kill-buffer)
4994 (python-shell-font-lock-with-font-lock-buffer)
4995 (python-shell-font-lock-cleanup-buffer)
4996 (python-shell-font-lock-toggle): Use it.
4997 (python-shell-font-lock-turn-on)
4998 (python-shell-font-lock-turn-off): Use it. Make command.
4999
5000 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
5001
5002 Grab all Python process output before inferior-python-mode hooks.
5003 * progmodes/python.el (inferior-python-mode):
5004 Call accept-process-output and sit-for to ensure all output for process
5005 has been received before running hooks.
5006 (python-shell-internal-get-or-create-process):
5007 Cleanup accept-process-output and sit-for calls.
5008
5009 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
5010
5011 More robust shell startup and code setup.
5012 * progmodes/python.el (python-shell-make-comint):
5013 Remove accept-process-output call.
5014 (python-shell-get-buffer): Return current buffer if major-mode is
5015 inferior-python-mode.
5016 (python-shell-get-or-create-process): Use it.
5017 (python-shell-send-setup-code): Send all setup code in one string,
5018 output success message and accept-process-output.
5019
5020 2014-07-27 Eli Zaretskii <eliz@gnu.org>
5021
5022 * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll):
5023 Add rudimentary support for bidirectional text.
5024
5025 2014-07-27 Martin Rudalics <rudalics@gmx.at>
5026
5027 * frame.el (frame-notice-user-settings): Rewrite using
5028 frame-initial-frame-tool-bar-height.
5029 * menu-bar.el (menu-bar-horizontal-scroll-bar)
5030 (menu-bar-no-horizontal-scroll-bar): New functions.
5031 (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
5032 scroll bars.
5033 * scroll-bar.el (scroll-bar-lines)
5034 (set-horizontal-scroll-bar-mode)
5035 (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
5036 (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
5037 (scroll-bar-toolkit-horizontal-scroll): New functions.
5038 (horizontal-scroll-bar-mode)
5039 (previous-horizontal-scroll-bar-mode)
5040 (horizontal-scroll-bar-mode-explicit): New variables.
5041 (horizontal-scroll-bar-mode): New option.
5042 (toggle-horizontal-scroll-bar): Do something.
5043 (top-level): Bind horizontal-scroll-bar mouse-1.
5044 * startup.el (tool-bar-originally-present): Remove variable.
5045 (command-line): Don't set tool-bar-originally-present.
5046 * window.el (window-min-height): Update doc-string.
5047 (window--dump-frame): Dump horizontal scroll bar values.
5048 (window--min-size-1): Handle minibuffer window separately.
5049 Count in margins and horizontal scroll bar. Return safe value
5050 iff IGNORE equals 'safe.
5051 (frame-windows-min-size): New function (used by frame resizing
5052 routines).
5053 (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
5054 scroll bars.
5055 (window--sanitize-window-sizes): New function.
5056 (window-split-min-size): Remove.
5057 (split-window): Count divider-width. Don't use
5058 `window-split-min-size' any more. Reword error messages.
5059 Sanitize windows sizes after splitting.
5060
5061 2014-07-27 Thien-Thi Nguyen <ttn@gnu.org>
5062
5063 Use `defvar-local' more.
5064 * progmodes/hideshow.el
5065 (hs-c-start-regexp, hs-block-start-regexp)
5066 (hs-block-start-mdata-select, hs-block-end-regexp)
5067 (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
5068 remove corresponding `make-variable-buffer-local' top-level calls.
5069
5070 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
5071
5072 Cleanup error signals. (Bug#18067)
5073 * progmodes/python.el
5074 (python-indent-shift-left): Use user-error instead.
5075 (python-shell-prompt-detect): Use lwarn with python group.
5076 (python-completion-complete-at-point)
5077 (python-eldoc--get-doc-at-point): Don't signal error.
5078
5079 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
5080
5081 Support for packages in Python shell. (Bug#13570)
5082 * progmodes/python.el (python-shell--package-depth): New var.
5083 (python-shell-package-enable): New command.
5084 (python-util-list-directories, python-util-list-files)
5085 (python-util-list-packages): New functions.
5086
5087 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
5088
5089 Faster comint output. (Bug#16875)
5090 * progmodes/python.el:
5091 (python-comint-output-filter-function): Make obsolete.
5092 (python-comint-postoutput-scroll-to-bottom): New function.
5093 (inferior-python-mode): Set comint-output-filter-functions to a
5094 minimum.
5095
5096 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
5097
5098 * progmodes/python.el (python-shell-font-lock-post-command-hook):
5099 Safeguard current point and undo history.
5100
5101 2014-07-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
5102
5103 Robust shell syntax highlighting. (Bug#18084, Bug#16875)
5104 * progmodes/python.el:
5105 (python-shell-prompt-input-regexps): Add iPython block prompt.
5106 (python-shell-output-syntax-table): Delete var.
5107 (python-shell-font-lock-with-font-lock-buffer): New macro.
5108 (python-shell-font-lock-get-or-create-buffer)
5109 (python-shell-font-lock-kill-buffer)
5110 (python-shell-font-lock-cleanup-buffer)
5111 (python-shell-font-lock-post-command-hook)
5112 (python-shell-font-lock-turn-off): New functions.
5113 (python-shell-font-lock-turn-on): New function.
5114 (inferior-python-mode): Use it.
5115 (python-shell-font-lock-toggle): New command.
5116 (python-shell-font-lock-enable): Rename from
5117 python-shell-enable-font-lock.
5118 (run-python-internal): Use it.
5119 (python-shell-font-lock-comint-output-filter-function): New function.
5120 (python-shell-comint-end-of-output-p): New function.
5121 (python-shell-output-filter): Use it.
5122 (python-util-comint-last-prompt): New function.
5123 (python-util-text-properties-replace-name): New function.
5124
5125 2014-07-25 Glenn Morris <rgm@gnu.org>
5126
5127 * vc/ediff-init.el (ediff-toggle-read-only-function):
5128 * vc/ediff-util.el (ediff-toggle-read-only):
5129 Replace obsolete toggle-read-only with read-only-mode.
5130
5131 2014-07-24 Michael Albinus <michael.albinus@gmx.de>
5132
5133 * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
5134 with `save-match-data'. (Bug#18095)
5135
5136 2014-07-21 Vincent Belaïche <vincentb1@users.sourceforge.net>
5137
5138 * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
5139 order to ensure that row and col are lexically bound inside the
5140 evaluated sexp.
5141
5142 2014-07-21 Glenn Morris <rgm@gnu.org>
5143
5144 * progmodes/hideif.el (hide-ifdef-mode-submap):
5145 Also substitute read-only-mode.
5146 * bindings.el (mode-line-toggle-read-only):
5147 * bs.el (bs-toggle-readonly):
5148 * buff-menu.el (Buffer-menu-toggle-read-only):
5149 * dired.el (dired-toggle-read-only):
5150 * files.el (view-read-only, find-file-read-only)
5151 (find-file-read-only-other-window)
5152 (find-file-read-only-other-frame):
5153 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
5154 Doc fixes re toggle-read-only.
5155
5156 2014-07-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
5157
5158 * progmodes/python.el: Add comment about pipe buffering and
5159 solutions for missing/delayed output in inferior Python shells.
5160 (Bug#17304)
5161
5162 * progmodes/python.el (python-mode): Don't set
5163 mode-require-final-newline. (Bug#17990)
5164
5165 Make python.el work with IPython automatically. (Bug#15510)
5166 * progmodes/python.el:
5167 (python-shell-completion-setup-code): New value supporting iPython.
5168 (python-shell-completion-string-code): New value supporting iPython.
5169 (python-shell-completion-get-completions): Use them.
5170 (python-shell-completion-module-string-code): Make obsolete.
5171 (python-shell-prompt-input-regexps)
5172 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
5173 (python-shell-output-filter): Fix comment typo.
5174
5175 Fix Python shell prompts detection for remote hosts.
5176 * progmodes/python.el (python-shell-prompt-detect):
5177 Replace call-process with process-file and make it more robust.
5178
5179 Autodetect Python shell prompts. (Bug#17370)
5180 * progmodes/python.el:
5181 (python-shell-interpreter-interactive-arg)
5182 (python-shell-prompt-detect-enabled)
5183 (python-shell-prompt-detect-failure-warning)
5184 (python-shell-prompt-input-regexps)
5185 (python-shell-prompt-output-regexps): New vars.
5186 (python-shell-prompt-calculated-input-regexp)
5187 (python-shell-prompt-calculated-output-regexp): New vars.
5188 (python-shell-get-process-name)
5189 (python-shell-internal-get-process-name)
5190 (python-shell-output-filter)
5191 (python-shell-completion-get-completions): Use them.
5192 (python-shell-prompt-detect)
5193 (python-shell-prompt-validate-regexps): New functions.
5194 (python-shell-prompt-set-calculated-regexps): New function.
5195 (inferior-python-mode): Use it. Also honor overriden
5196 python-shell-interpreter and python-shell-interpreter-args.
5197 (python-shell-make-comint): Honor overriden
5198 python-shell-interpreter and python-shell-interpreter-args.
5199 (python-shell-get-or-create-process): Make it testable by allowing
5200 to call run-python non-interactively.
5201 (python-util-valid-regexp-p): New function.
5202 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
5203 (python-shell-prompt-output-regexp)
5204 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
5205
5206 2014-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5207
5208 * emacs-lisp/smie.el (smie-config--guess-1): Split from
5209 smie-config--guess.
5210 (smie-config--guess): Use it.
5211
5212 * emacs-lisp/edebug.el: Use nadvice.
5213 (edebug-original-read): Remove.
5214 (edebug--read): Rename from edebug-read and add `orig' arg.
5215 (edebug-uninstall-read-eval-functions)
5216 (edebug-install-read-eval-functions): Use nadvice.
5217 (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
5218 (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
5219 (edebug-read-string, edebug-read-function): Use just `read'.
5220 (edebug-original-debug-on-entry): Remove.
5221 (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
5222 `orig' arg.
5223 (debug-on-entry): Override with nadvice.
5224
5225 * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
5226 it also makes sense to bind it to a non-mouse event.
5227
5228 * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
5229
5230 2014-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5231
5232 * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
5233 (bug#18015).
5234
5235 * rect.el (rectangle--string-preview): Don't assume there
5236 a non-nil default (bug#17984).
5237
5238 2014-07-16 Glenn Morris <rgm@gnu.org>
5239
5240 * desktop.el (after-init-hook): Disable startup frame restoration
5241 in non-graphical situations. (Bug#17693)
5242
5243 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
5244 if it was "empty", or used for a different set of files. (Bug#17884)
5245
5246 2014-07-16 Eli Zaretskii <eliz@gnu.org>
5247
5248 * bindings.el (mode-line-remote): If default-directory is not a
5249 string, don't call file-remote-p on it; instead state in the
5250 help-echo that it is nil. (Bug#17986)
5251
5252 2014-07-14 Daniel Colascione <dancol@dancol.org>
5253
5254 * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
5255 to `macroexpand-all'
5256
5257 * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
5258 Use `macroexpand-all' instead of `cl-macroexpand-all'.
5259
5260 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
5261
5262 Fix bug: C-x v v discarded existing log message (Bug#17884).
5263 * vc/vc-dispatcher.el (vc-log-edit):
5264 Don't clobber an already-existing log message.
5265
5266 2014-07-12 Glenn Morris <rgm@gnu.org>
5267
5268 * vc/log-edit.el (log-edit-changelog-entries):
5269 Check for a visited-but-never-saved ChangeLog.
5270
5271 2014-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
5272
5273 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
5274 a non-existing file (bug#17970).
5275
5276 * faces.el (face-name): Undo last change.
5277 (x-resolve-font-name): Don't call face-name (bug#17956).
5278
5279 2014-07-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5280
5281 Fix dedenters and electric colon handling. (Bug#15163)
5282 * progmodes/python.el
5283 (python-rx-constituents): Add dedenter and block-ender.
5284 (python-indent-dedenters, python-indent-block-enders): Delete.
5285 (python-indent-context): Return new case for dedenter-statement.
5286 (python-indent-calculate-indentation): Handle new case.
5287 (python-indent-calculate-levels): Fix levels calculation for
5288 dedenter statements.
5289 (python-indent-post-self-insert-function): Fix colon handling.
5290 (python-info-dedenter-opening-block-message): New function.
5291 (python-indent-line): Use it.
5292 (python-info-closing-block)
5293 (python-info-closing-block-message): Remove.
5294 (python-info-dedenter-opening-block-position)
5295 (python-info-dedenter-opening-block-positions)
5296 (python-info-dedenter-statement-p): New functions.
5297
5298 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
5299
5300 * files.el (out-of-memory-warning-percentage): New defcustom.
5301 (warn-maybe-out-of-memory): Use it.
5302
5303 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
5304
5305 * subr.el (read-passwd): Use `read-hide-char' if non-nil. Bind it
5306 when calling `read-string'. (Bug#17839)
5307
5308 2014-07-10 Eli Zaretskii <eliz@gnu.org>
5309
5310 * files.el (warn-maybe-out-of-memory): Fix the wording of the
5311 warning.
5312
5313 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru>
5314
5315 * files.el (warn-maybe-out-of-memory): New function.
5316 (find-file-noselect): Use it.
5317
5318 2014-07-09 Sam Steingold <sds@gnu.org>
5319
5320 * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
5321 `constant' like `bless', `return' &c
5322
5323 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * rect.el (apply-on-rectangle): Check forward-line really moved to the
5326 next line.
5327
5328 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
5329
5330 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
5331 the middle of a line (bug#17896).
5332
5333 2014-07-09 Juri Linkov <juri@jurta.org>
5334
5335 * startup.el (command-line): Append displaying the warning about
5336 the errors in the init file to the end of `after-init-hook'.
5337 (Bug#17927)
5338
5339 * faces.el (face-name): Return input arg `face' as-is
5340 when it's not a symbol.
5341 (x-resolve-font-name): Don't check if the face is a symbol.
5342 (Bug#17956)
5343
5344 * facemenu.el (list-colors-print): In help-echo format use %.2f
5345 instead of %d because now HSV values are floating-point components
5346 between 0.0 and 1.0.
5347
5348 2014-07-09 Glenn Morris <rgm@gnu.org>
5349
5350 * emulation/cua-rect.el (cua--activate-rectangle):
5351 Avoid setting cua--rectangle to nil. (Bug#17877)
5352
5353 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
5354
5355 * calendar/todo-mode.el: Fix wrong-type-argument error when
5356 marking multiple consecutive items.
5357 (todo-toggle-mark-item): Don't try to mark the empty lines at the
5358 end of the todo and done items sections. Note in doc string that
5359 items marked by passing a numeric prefix argument can include the
5360 last todo and first done items.
5361 (todo-mark-category): Don't try to mark the empty line between the
5362 todo and done items sections.
5363
5364 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
5367 proper Lisp quoting (bug#17934).
5368
5369 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
5370 require-final-newline since prog-mode already took care of it (bug#17947).
5371
5372 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
5373
5374 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
5375 refer to the Todo mode Info manual. Update the comment on
5376 requiring cl-lib.
5377 (todo-find-filtered-items-file): Add todo-prefix overlays.
5378 (todo-filter-items): Reorder a let-bound variable to avoid a
5379 wrong-type-argument error on canceling the file choice dialog.
5380
5381 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
5382
5383 * progmodes/octave.el (inferior-octave-mode):
5384 Set comint-input-ring-size to a number (bug#17912).
5385
5386 2014-07-09 Juri Linkov <juri@jurta.org>
5387
5388 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
5389 and `isearch-mode' associated with nil. (Bug#17849)
5390
5391 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5392
5393 * linum.el (linum--face-height): New function (bug#17813).
5394 (linum-update-window): Use it to adjust margin to linum's width.
5395
5396 * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
5397 * eshell/em-smart.el (eshell-smart-scroll-window):
5398 Use with-selected-window.
5399
5400 * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
5401 Remove also pointless window&mark manipulation.
5402
5403 * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
5404 (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
5405 (perl-continuation-line-p): Don't skip over anything else than labels.
5406 Return the previous char.
5407 (perl-calculate-indent): Use syntax-ppss instead of parse-start
5408 and update callers accordingly. For continuation lines, check the
5409 the case of array hashes.
5410 (perl-backward-to-noncomment): Make it non-interactive.
5411 (perl-backward-to-start-of-continued-exp): Rewrite.
5412
5413 2014-07-08 Sam Steingold <sds@gnu.org>
5414
5415 * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
5416 New user commands.
5417
5418 2014-07-08 Juri Linkov <juri@jurta.org>
5419
5420 * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
5421 (vc-annotate-color-map): Use less saturated colors (20%) for
5422 background-mode.
5423 (vc-annotate-very-old-color): Add default value for background-mode.
5424 (vc-annotate-background): Set default value to nil since now text on
5425 the default backgrounds should be legible in light and dark modes.
5426 (vc-annotate-lines): Use `vc-annotate-background-mode'. Doc fix.
5427 (Bug#17808)
5428
5429 2014-07-08 Juri Linkov <juri@jurta.org>
5430
5431 * simple.el (transpose-chars): Don't move point into read-only area.
5432 (Bug#17829)
5433
5434 2014-07-08 Juri Linkov <juri@jurta.org>
5435
5436 * window.el (with-displayed-buffer-window): New macro.
5437 (with-temp-buffer-window, with-current-buffer-window):
5438 Use `macroexp-let2' to evaluate and bind variables
5439 in the same order as macro arguments.
5440 (display-buffer--action-function-custom-type):
5441 Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
5442
5443 * minibuffer.el (minibuffer-completion-help): Replace
5444 `with-output-to-temp-buffer' with `with-displayed-buffer-window'
5445 with actions that display *Completions* at-bottom when called
5446 from the minibuffer, or below-selected in a normal buffer.
5447 Associate `window-height' with `fit-window-to-buffer'.
5448 Let-bind `pop-up-windows' to nil.
5449
5450 * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
5451 instead of `with-current-buffer-window'. (Bug#17809)
5452
5453 2014-07-07 Luke Lee <luke.yx.lee@gmail.com>
5454
5455 * progmodes/hideif.el (hide-ifdef-env): Change to global.
5456 (hide-ifdef-env-backup): New variable.
5457 (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
5458 New customizable variables.
5459 (hif-clear-all-ifdef-defined): New defun.
5460 (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
5461 (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
5462 (hif-tokenize): Fix for MS-DOS/Win EOL style.
5463 (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
5464 Fix bug to hide the correct #elif region(s).
5465 (hif-range-elif): New defun.
5466 (hif-recurse-level): New var.
5467 (hif-evaluate-region, hif-evaluate-macro): New defun.
5468 (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
5469 fully hidden.
5470 (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
5471 Better interaction.
5472
5473 2014-07-04 Michael Albinus <michael.albinus@gmx.de>
5474
5475 * net/dbus.el (dbus-peer-handler): New defun.
5476 (dbus-register-service): Register it. (Bug#17858)
5477 (dbus-managed-objects-handler): Fix docstring.
5478
5479 2014-07-04 Phil Sainty <psainty@orcon.net.nz>
5480
5481 * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
5482 (narrow-to-defun): New arg include-comments, defaulting to it
5483 (bug#16328).
5484
5485 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
5486
5487 * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
5488 different calling convention to rectangle--unhighlight-for-redisplay.
5489
5490 2014-07-03 Michael Albinus <michael.albinus@gmx.de>
5491
5492 * net/tramp.el (tramp-call-process): Handle error strings.
5493
5494 * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
5495
5496 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
5497 (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
5498
5499 * net/trampver.el: Update release number.
5500
5501 2014-07-03 Juri Linkov <juri@jurta.org>
5502
5503 * desktop.el (desktop-save): Rename arg `auto-save' to
5504 `only-if-changed'. Doc fix. (Bug#17873)
5505
5506 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
5507
5508 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
5509 Use insert-for-yank (bug#17271).
5510
5511 2014-07-03 Leo Liu <sdl.web@gmail.com>
5512
5513 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
5514 Support lexical-binding.
5515
5516 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 * vc/log-edit.el (log-edit-goto-eoh): New function.
5519 (log-edit--match-first-line): Use it (bug#17861).
5520
5521 2014-07-03 Glenn Morris <rgm@gnu.org>
5522
5523 * vc/log-edit.el (log-edit-hook): Add missing :version.
5524
5525 2014-07-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
5526
5527 * progmodes/python.el (python-indent-post-self-insert-function):
5528 Enhancements to electric indentation behavior inside
5529 parens. (Bug#17658)
5530
5531 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
5532
5533 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
5534 buffer-invisibility-spec (bug#17867).
5535
5536 2014-07-03 Andreas Schwab <schwab@linux-m68k.org>
5537
5538 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
5539 pass "-a".
5540
5541 2014-07-03 Glenn Morris <rgm@gnu.org>
5542
5543 * cus-edit.el (help):
5544 * finder.el (finder-known-keywords):
5545 * help.el (help-for-help-internal):
5546 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
5547 (ediff-redraw-registry-buffer):
5548 * vc/ediff-ptch.el (ediff-patch-file-internal):
5549 Doc fixes re "online" help. (Bug#17803)
5550
5551 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
5552 (idlwave-mode): Doc URL update.
5553
5554 2014-07-01 Juri Linkov <juri@jurta.org>
5555
5556 * man.el: Display man pages immediately and use process-filter
5557 to format them asynchronously.
5558 (Man-width): Doc fix.
5559 (man): Doc fix.
5560 (Man-start-calling): Use `with-selected-window' to get
5561 `frame-width' and `window-width'.
5562 (Man-getpage-in-background): Call `Man-notify-when-ready'
5563 immediately after creating a new buffer. Call `Man-mode' and set
5564 `mode-line-process' in the created buffer. Set process-filter to
5565 `Man-bgproc-filter' in start-process branch. In call-process branch
5566 call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
5567 Use `Man-start-calling' inside `with-current-buffer'.
5568 (Man-fontify-manpage): Don't print messages. Fix boundary condition.
5569 (Man-cleanup-manpage): Don't print messages.
5570 (Man-bgproc-filter): New function.
5571 (Man-bgproc-sentinel): Add `save-excursion' to keep point when
5572 user moved it during asynchronous formatting. Move calls of
5573 `Man-fontify-manpage' and `Man-cleanup-manpage' to
5574 `Man-bgproc-filter'. Move the call of `Man-mode' to
5575 `Man-getpage-in-background'. Use `quit-restore-window'
5576 instead of `kill-buffer'. Use `message' instead of `error'
5577 because errors are caught by process sentinel.
5578 (Man-mode): Move calls of `Man-build-page-list',
5579 `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
5580 `Man-bgproc-sentinel'. Doc fix. (Bug#2588, bug#5054, bug#9084, bug#17831)
5581
5582 * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
5583 for the message about the man page cleaned up.
5584
5585 2014-07-01 Mario Lang <mlang@delysid.org>
5586
5587 * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
5588 cosutomization option `gnutls-verify-error'.
5589
5590 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5591
5592 * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
5593 Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
5594
5595 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
5596 (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
5597 is suspended (bug#17857).
5598
5599 2014-07-01 Michael Albinus <michael.albinus@gmx.de>
5600
5601 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
5602 Prefer utf-8 coding. (Bug#17859)
5603
5604 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
5605
5606 * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
5607 for `reverse'.
5608
5609 2014-06-30 Glenn Morris <rgm@gnu.org>
5610
5611 * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
5612 (autoload-ensure-default-file): Maybe make existing output writable.
5613 * Makefile.in (AUTOGEN_VCS): Remove.
5614 (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
5615
5616 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
5617
5618 * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
5619
5620 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
5621
5622 New if-let, when-let, thread-first and thread-last macros.
5623
5624 * emacs-lisp/subr-x.el
5625 (internal--listify, internal--check-binding)
5626 (internal--build-binding-value-form, internal--build-binding)
5627 (internal--build-bindings): New functions.
5628 (internal--thread-argument, thread-first, thread-last)
5629 (if-let, when-let): New macros.
5630
5631 2014-06-30 Grégoire Jadi <daimrod@gmail.com>
5632
5633 * net/rcirc.el (rcirc-buffer-process): Restore previous
5634 behaviour. (Bug#17772)
5635
5636 2014-06-29 Alan Mackenzie <acm@muc.de>
5637
5638 Don't call c-parse-state when c++-template-syntax-table is active.
5639 * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
5640 (c-guess-basic-syntax CASE 5D.3): Rearrange so that
5641 c-syntactic-skip-backwards isn't called with the pertinent syntax table.
5642
5643 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
5644
5645 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
5646 account for file-wide setting of todo-top-priorities-overrides.
5647 Make code a bit cleaner.
5648
5649 2014-06-28 Glenn Morris <rgm@gnu.org>
5650
5651 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
5652
5653 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
5654
5655 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
5656 category-wide setting of todo-top-priorities-overrides, check for
5657 a file-wide setting and fontify accordingly.
5658
5659 2014-06-28 Glenn Morris <rgm@gnu.org>
5660
5661 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
5662
5663 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5664
5665 * progmodes/hideif.el: Use lexical-binding. Fix up cl-lib usage.
5666
5667 2014-06-28 K. Handa <handa@gnu.org>
5668
5669 Fix Bug#17739.
5670
5671 * composite.el: Setup composition-function-table for dotted circle.
5672 (compose-gstring-for-dotted-circle): New function.
5673
5674 * international/characters.el: Add category "^" to all
5675 non-spacing characters.
5676
5677 2014-06-28 Glenn Morris <rgm@gnu.org>
5678
5679 * Makefile.in (doit): Remove force rule.
5680 (custom-deps, finder-data, autoloads, update-subdirs)
5681 (compile-one-process): PHONY targets do not need force rules.
5682
5683 * Makefile.in (compile-main, compile, compile-always):
5684 No need to explicitly pass variables to ourself in recursive calls.
5685
5686 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5687
5688 * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
5689
5690 2014-06-26 Glenn Morris <rgm@gnu.org>
5691
5692 * Makefile.in (update-authors): Update for moved authors.el.
5693
5694 2014-06-26 Leo Liu <sdl.web@gmail.com>
5695
5696 * skeleton.el (skeleton-end-hook): Default to nil and move the
5697 work to skeleton-insert. (Bug#17850)
5698
5699 2014-06-26 Dmitry Antipov <dmantipov@yandex.ru>
5700
5701 * calc/calc-alg.el (math-beforep):
5702 * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
5703 Simplify because string-lessp can accept symbols as args.
5704
5705 2014-06-26 Daiki Ueno <ueno@gnu.org>
5706
5707 * emacs-lisp/package.el (package--check-signature):
5708 If package-check-signature is allow-unsigned, don't signal error when
5709 we can't verify signature because of missing public key
5710 (bug#17625).
5711
5712 2014-06-26 Glenn Morris <rgm@gnu.org>
5713
5714 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
5715 Remove outdated declaration.
5716
5717 * emacs-lisp/authors.el (authors-valid-file-names)
5718 (authors-renamed-files-alist): Additions.
5719
5720 2014-06-26 Leo Liu <sdl.web@gmail.com>
5721
5722 * textmodes/picture.el (picture-set-tab-stops):
5723 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
5724 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
5725
5726 * progmodes/asm-mode.el (asm-calculate-indentation):
5727 Use indent-next-tab-stop.
5728
5729 * indent.el (indent-accumulate-tab-stops): New function.
5730
5731 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5732
5733 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
5734 (package-desc-status): Obey it.
5735
5736 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
5737
5738 * calendar/todo-mode.el: Fix two bugs.
5739 (todo-insert-item--basic): If user cancels item insertion to
5740 another category before setting priority, show original category
5741 whether it is in the same or a different file.
5742 (todo-set-item-priority): After selecting category, instead of
5743 moving point to top, which extends an active region, restore it.
5744
5745 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5746
5747 * help-fns.el (describe-function-1): Check file-name is a string before
5748 calling help-fns--autoloaded-p (bug#17564).
5749
5750 2014-06-26 Juri Linkov <juri@jurta.org>
5751
5752 * desktop.el (desktop-auto-save-enable)
5753 (desktop-auto-save-disable): New functions.
5754 (desktop-save-mode, desktop-auto-save-timeout): Use them.
5755 (desktop-read): Disable the autosave before loading the desktop,
5756 and enable afterwards. (Bug#17351)
5757
5758 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5759
5760 Fix some indentation problem with \; and pipes (bug#17842).
5761 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
5762 (sh-smie--default-forward-token, sh-smie--default-backward-token):
5763 New functions.
5764 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
5765 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
5766 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
5767
5768 2014-06-26 Glenn Morris <rgm@gnu.org>
5769
5770 * emacs-lisp/find-func.el (find-function-C-source-directory):
5771 Use file-accessible-directory-p.
5772
5773 * ps-samp.el: Make it slightly less awful.
5774 (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
5775 (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
5776 Only set local values.
5777 (ps-article-subject, ps-article-author): Use standard functions
5778 like mail-fetch-field.
5779 (ps-info-file, ps-info-node): Use match-string.
5780 (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
5781 (ps-samp-ps-setup): ... new function.
5782
5783 * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
5784 Optimize away code unneeded on any modern Emacs.
5785
5786 * emacs-lisp/authors.el: Move to ../admin.
5787
5788 * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
5789
5790 2014-06-26 Luke Lee <luke.yx.lee@gmail.com>
5791
5792 * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
5793 (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
5794 performance enhancements.
5795 (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhance for macro
5796 expansion.
5797 (hif-factor, hif-string-concatenation, intern-safe): Support string
5798 concatenation and argumented macro expansion.
5799 (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
5800 (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
5801 (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
5802 (hif-canonicalize-tokens, hif-place-macro-invocation)
5803 (hif-parse-macro-arglist): Mostly new functions for supporting
5804 argumented macro expansion.
5805 (hif-string-concatenation, hif-stringify, hif-token-concat)
5806 (hif-token-stringification, hif-token-concatenation):
5807 Stringification and concatenation.
5808 (hif-find-next-relevant): Fix comments.
5809 (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
5810 some cases involving #elif.
5811 (hif-find-define, hif-add-new-defines): New functions for automatically
5812 scanning of defined symbols.
5813 (hide-ifdef-guts): Fix for defined symbol auto scanning.
5814 (hide-ifdef-undef): Fix behavior to match CPP.
5815
5816 2014-06-25 Glenn Morris <rgm@gnu.org>
5817
5818 * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
5819 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5820 ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
5821 files. They are not relevant to the original issue (bug#1004),
5822 and cause unnecessary recompilation (bug#2151).
5823
5824 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5825
5826 * play/landmark.el: Use lexical-binding and avoid `intangible'.
5827 (landmark--last-pos): New var.
5828 (landmark--intangible-chars): New const.
5829 (landmark--intangible): New function.
5830 (landmark-mode, landmark-move): Use it.
5831 (landmark-mode): Remove properties.
5832 (landmark-plot-square, landmark-point-square, landmark-goto-xy)
5833 (landmark-cross-qtuple):
5834 Don't worry about `intangible' any more.
5835 (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
5836 (landmark-init-display): Don't set `intangible' and `point-entered'.
5837 (square): Remove. Inline it instead.
5838 (landmark--distance): Rename from `distance'.
5839 (landmark-calc-distance-of-robot-from): Rename from
5840 calc-distance-of-robot-from.
5841 (landmark-calc-smell-internal): Rename from calc-smell-internal.
5842
5843 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
5844
5845 * files.el (dir-locals-find-file, file-relative-name):
5846 * info.el (Info-complete-menu-item):
5847 * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
5848 to compare-strings to avoid out-of-range errors.
5849 * subr.el (string-prefix-p): Adjust to match strict range
5850 checking in compare-strings.
5851
5852 2014-06-24 Leonard Randall <leonard.a.randall@gmail.com> (tiny change)
5853
5854 * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
5855 for comment lines non-greedy and stopping at newlines to fix stack
5856 overflows with large files.
5857
5858 2014-06-24 Eli Barzilay <eli@barzilay.org>
5859
5860 * calculator.el (calculator-last-input): Drop 'ascii-character property
5861 lookup.
5862
5863 2014-06-24 Leo Liu <sdl.web@gmail.com>
5864
5865 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
5866 tab-stop-list to nil. (Bug#16381)
5867
5868 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
5869 (indent-rigidly-left-to-tab-stop)
5870 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
5871 (move-to-tab-stop): Change callers.
5872
5873 2014-06-24 Eli Zaretskii <eliz@gnu.org>
5874
5875 * skeleton.el (skeleton-insert): Yet another fix of the doc string
5876 wrt behavior of \n as the first/last element of a skeleton.
5877
5878 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
5879
5880 * net/tramp-adb.el (tramp-adb-handle-process-file):
5881 * net/tramp-sh.el (tramp-sh-handle-process-file):
5882 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
5883 the output buffer when DISPLAY is non-nil. (Bug#17815)
5884
5885 2014-06-24 Glenn Morris <rgm@gnu.org>
5886
5887 * play/landmark.el (landmark-move-down, landmark-move-up):
5888 Fix 2007-10-20 change - preserve horizontal position.
5889
5890 2014-06-23 Sam Steingold <sds@gnu.org>
5891
5892 * simple.el (kill-append): Remove undo boundary depending on ...
5893 (kill-append-merge-undo): New user option.
5894
5895 2014-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * simple.el (handle-shift-selection, exchange-point-and-mark)
5898 (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
5899 (transient-mark-mode): Use&set the global value.
5900 * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
5901 * emulation/edt.el (edt-emulation-off): Save&restore the global
5902 transient-mark-mode setting.
5903 * obsolete/pc-select.el (pc-selection-mode): Use the
5904 transient-mark-mode function.
5905
5906 2014-06-23 Eli Zaretskii <eliz@gnu.org>
5907
5908 * international/fontset.el (script-representative-chars):
5909 Add representative characters for scripts added in Unicode 7.0.
5910 (otf-script-alist): Synchronize with the latest registry of OTF
5911 script tags.
5912
5913 * international/characters.el (char-script-table): Update for
5914 scripts added and codepoint ranges changed in Unicode 7.0.
5915
5916 2014-06-23 Eli Barzilay <eli@barzilay.org>
5917
5918 * calculator.el (calculator-standard-displayer): Fix bug in use of
5919 `calculator-groupize-number'.
5920 (calculator-funcall): Fix broken `cl-flet' use by moving it into the
5921 `eval' code, so it works in v24.3.1 too.
5922 (calculator-last-input): Comment to clarify purpose.
5923
5924 2014-06-22 Mario Lang <mlang@delysid.org>
5925
5926 * textmodes/rst.el (rst-comment-region): From from -> from.
5927
5928 * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
5929
5930 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
5931
5932 * electric.el (electric-layout-post-self-insert-function):
5933 * emacs-lisp/ert.el (ert--insert-infos):
5934 * obsolete/vi.el (vi-set-mark):
5935 * term.el (term-handle-scroll):
5936 * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
5937 * wid-edit.el (widget-editable-list-value-create):
5938 Prefer point-marker to copy-marker of point.
5939
5940 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
5941
5942 Fix completion retrieval parsing (bug#17209).
5943 * progmodes/python.el (python-mode):
5944 (python-util-strip-string): New function.
5945 (python-shell-completion-get-completions): Use it.
5946
5947 2014-06-21 Eli Zaretskii <eliz@gnu.org>
5948
5949 * skeleton.el (skeleton-insert): Fix last change.
5950
5951 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
5952
5953 Enhancements for outline integration (bug#17796).
5954 * progmodes/python.el (python-mode): Properly set
5955 outline-heading-end-regexp so that comments after colons for
5956 defuns are supported.
5957
5958 2014-06-21 Eli Zaretskii <eliz@gnu.org>
5959
5960 * skeleton.el (skeleton-insert): Doc fix.
5961
5962 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5963
5964 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
5965 (smie-config-guess): Use smie-config-local so the rules are obeyed
5966 (bug#17818).
5967
5968 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
5969 since it's already done inside the loop (bug#17819).
5970
5971 2014-06-21 Martin Rudalics <rudalics@gmx.at>
5972
5973 * mouse.el (mouse-drag-line): Re-remove code initially removed
5974 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
5975 (Bug#17819).
5976
5977 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5978
5979 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
5980 align with the surrounding parent (bug#17721).
5981
5982 2014-06-21 Eli Zaretskii <eliz@gnu.org>
5983
5984 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
5985 locally to nil.
5986 (texinfo-insert-block, texinfo-insert-@end)
5987 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
5988 local setting of skeleton-end-newline by adding an explicit \n to
5989 the skeletons where appropriate. (Bug#17801)
5990
5991 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5992
5993 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
5994 (smie-indent--hanging-p): Use it.
5995 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
5996
5997 2014-06-21 Leo Liu <sdl.web@gmail.com>
5998
5999 * simple.el (read-quoted-char): Don't let help chars pop up help
6000 buffer. (Bug#16617)
6001
6002 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6003
6004 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
6005 for | (bug#17621).
6006
6007 * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
6008 Drop unknown events instead of burping.
6009
6010 2014-06-21 Eli Zaretskii <eliz@gnu.org>
6011
6012 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
6013 and later. (Bug#17790)
6014
6015 2014-06-21 Juri Linkov <juri@jurta.org>
6016
6017 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
6018 to `soft'. (Bug#17554)
6019
6020 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6021
6022 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
6023 (bug#17737).
6024
6025 2014-06-21 Dmitry Gutov <dgutov@yandex.ru>
6026
6027 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
6028 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
6029
6030 2014-06-21 Michael Albinus <michael.albinus@gmx.de>
6031
6032 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
6033 `unread-command-events'.
6034
6035 2014-06-19 William Xu <william.xwl@gmail.com>
6036
6037 * progmodes/hideif.el (hif-string-to-number): Don't return float for
6038 hex integer constants (bug#17807).
6039
6040 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6041
6042 * international/mule-util.el (truncate-string-ellipsis): New var.
6043 (truncate-string-to-width): Use it.
6044
6045 2014-06-19 Robert Brown <robert.brown@gmail.com> (tiny change)
6046
6047 * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
6048 (lisp-string-in-doc-position-p): New function, extracted from
6049 lisp-font-lock-syntactic-face-function.
6050 (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
6051
6052 2014-06-19 Grégoire Jadi <daimrod@gmail.com>
6053
6054 * net/rcirc.el (rcirc-omit-mode): Fix recenter error. (Bug#17769)
6055
6056 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6057
6058 * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
6059 (bubbles--game-over): Don't add `intangible' properties since they
6060 didn't work anyway.
6061
6062 2014-06-18 Juri Linkov <juri@jurta.org>
6063
6064 * vc/ediff-init.el (ediff-current-diff-Ancestor)
6065 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
6066 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
6067 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
6068 Add `min-colors 88' version with removed black/white foregrounds.
6069 (Bug#10181)
6070
6071 2014-06-18 Juri Linkov <juri@jurta.org>
6072
6073 * vc/diff-mode.el (diff-changed): Empty face definition to use
6074 `diff-removed' and `diff-added' on tty as well. (Bug#10181)
6075 (diff-context): Use darker color on light background and
6076 lighter color on dark background.
6077
6078 2014-06-18 Juri Linkov <juri@jurta.org>
6079
6080 * vc/diff-mode.el (diff-refine-changed): Rename from
6081 `diff-refine-change' for consistency with `diff-changed'.
6082 (diff-refine-change): Add obsolete face alias. (Bug#10181)
6083
6084 * vc/smerge-mode.el (smerge-refined-changed): Rename from
6085 `smerge-refined-change'.
6086 (smerge-refined-change): Add obsolete face alias.
6087
6088 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6089
6090 * rect.el (rectangle-preview): New custom.
6091 (rectangle): New group.
6092 (rectangle--pos-cols): Add `window' argument.
6093 (rectangle--string-preview-state, rectangle--string-preview-window):
6094 New vars.
6095 (rectangle--string-flush-preview, rectangle--string-erase-preview)
6096 (rectangle--space-to, rectangle--string-preview): New functions.
6097 (string-rectangle): Use them.
6098 (rectangle--inhibit-region-highlight): New var.
6099 (rectangle--highlight-for-redisplay): Obey it. Make sure
6100 `apply-on-region' uses the point-crutches of the right window.
6101 Use :align-to rather than multiple spaces.
6102
6103 2014-06-16 Andrea Rossetti <andrea.rossetti@gmail.com> (tiny change)
6104
6105 * ruler-mode.el (ruler-mode-window-col)
6106 (ruler-mode-mouse-set-left-margin)
6107 (ruler-mode-mouse-set-right-margin): Fix calculation of column
6108 from mouse position (Bug#17768).
6109
6110 2014-06-16 Ron Schnell <ronnie@driver-aces.com>
6111
6112 * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
6113 without varname or rhs causes crash.
6114 (dun-ftp): Fix bug where blank ftp password is allowed, making it
6115 impossible to win endgame.
6116 (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
6117 rlogin is anymore.
6118 (dun-help): Bump version number; update contact info.
6119
6120 2014-06-15 Eli Barzilay <eli@barzilay.org>
6121
6122 * calculator.el (calculator-prompt, calculator-remove-zeros)
6123 (calculator-mode-hook, calculator-operators, calculator-stack)
6124 (calculator-mode): Tweak docstring.
6125 (calculator-user-operators): Tweak docstring, fix a bug in the last
6126 example.
6127 (calculator-displayer): `std' case has an optional boolean.
6128 (calculator-displayers): Use the new boolean to group in decimal mode.
6129 (calculator-mode-map, calculator, calculator-message)
6130 (calculator-op-arity, calculator-add-operators)
6131 (calculator-string-to-number, calculator-displayer-prev)
6132 (calculator-displayer-next, calculator-remove-zeros)
6133 (calculator-eng-display, calculator-number-to-string)
6134 (calculator-update-display, calculator-last-input)
6135 (calculator-clear-fragile, calculator-digit, calculator-decimal)
6136 (calculator-exp, calculator-saved-move, calculator-clear)
6137 (calculator-copy, calculator-put-value, calculator-help)
6138 (calculator-expt, calculator-truncate): Minor code improvements.
6139 (calculator-need-3-lines): New function pulling out code from
6140 `calculator'.
6141 (calculator-get-display): Rename from `calculator-get-prompt', and
6142 improved.
6143 (calculator-push-curnum): Rename from `calculator-curnum-value', and
6144 extended for all uses of it. All callers changed.
6145 (calculator-groupize-number): New utility for splitting a number into
6146 groups.
6147 (calculator-standard-displayer): Improve code, new optional argument to
6148 use comma-split groups, make second argument optional too to use with
6149 'left/'right inputs. All callers changed.
6150 (calculator-reduce-stack-once): New utility, doing the meat of what
6151 `calculator-reduce-stack' used to do, much improved (mostly using
6152 `pcase' for conciseness and clarity).
6153 (calculator-reduce-stack): Now doing just the reduction loop using
6154 `calculator-reduce-stack-once'.
6155 (calculator-funcall): Improve code, make it work in v24.3.1 too.
6156 (calculator-last-input): Improve code, remove some old cruft.
6157 (calculator-quit): Kill `calculator-buffer' in electric mode too.
6158 (calculator-integer-p): Remove.
6159 (calculator-fact): Improve code, make it work on non-integer values
6160 too (using truncated numbers).
6161
6162 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
6163
6164 Sync with Tramp 2.2.10.
6165
6166 * net/tramp.el (tramp-methods): Tweak docstring.
6167 (tramp-handle-file-accessible-directory-p): Check for
6168 `file-readable-p' instead of `file-executable-p'.
6169 (tramp-check-cached-permissions):
6170 Use `tramp-compat-file-attributes'.
6171 (tramp-call-process): Add new argument VEC. Adapt callees in all
6172 tramp*.el files.
6173
6174 * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
6175 (tramp-adb-maybe-open-connection): Don't set
6176 `tramp-current-*' variables.
6177
6178 * net/tramp-cache.el (tramp-flush-file-function): Do not flush
6179 file properties of temporary buffers.
6180
6181 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
6182
6183 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
6184 (tramp-gvfs-handle-delete-file): Flush file
6185 properties, not directory properties.
6186 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
6187 reading "unix::mode".
6188 (tramp-gvfs-handle-file-name-all-completions):
6189 Use "-h" option for "gvfs-ls".
6190 (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
6191 (tramp-gvfs-send-command): Simplify traces.
6192
6193 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
6194 (vc-git-program, vc-hg-program): Declare.
6195 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
6196 (tramp-methods) <nc>: Add new method.
6197 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
6198 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
6199 `tramp-login-args'.
6200 (tramp-default-user-alist): Add "nc".
6201 (top): Remove completion function for "sftp". Add completion
6202 functions for "nc" and "psftp".
6203 (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
6204 Implement support for "nc" method.
6205 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
6206 (tramp-remote-coding-commands, tramp-call-local-coding-command):
6207 Tweak docstring.
6208 (tramp-sh-handle-write-region): Tweak error message.
6209 (tramp-sh-handle-vc-registered): Remove backends when the remote
6210 binary does not exist.
6211 (tramp-find-inline-encoding): Do not raise an error.
6212 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
6213 the "nc" case. Quote result also locally.
6214
6215 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6216 (tramp-smb-handle-set-file-acl): Use `start-process'.
6217 (tramp-smb-handle-insert-directory): Use progress reporter.
6218 (tramp-smb-handle-rename-file): Flush also file properties of
6219 FILENAME.
6220
6221 * net/trampver.el: Update release number.
6222
6223 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
6226 add-to-list.
6227 (ses-localvars): Remove ses--local-printer-list, unused.
6228 (ses--metaprogramming): New macro. Use it to defvar variables.
6229 (ses-set-localvars): Simplify.
6230 (ses--locprn, ses-cell): Use defstruct. Change ses-cell's
6231 property-list into an alist.
6232 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
6233 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
6234 Remove; use defstruct accessors/setters instead.
6235 (ses-cell-formula-aset, ses-cell-printer-aset)
6236 (ses-cell-references-aset): Remove, use setf instead.
6237 (ses--alist-get): New function.
6238 (ses-cell-property): Rename from ses-cell-property-get and rewrite.
6239 Use an alist instead of a plist and don't do move-to-front since the
6240 list is always short.
6241 (ses-cell-property-get-fun, ses-cell-property-delq-fun)
6242 (ses-cell-property-set-fun, ses-cell-property-set)
6243 (ses-cell-property-pop-fun, ses-cell-property-get-handle)
6244 (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
6245 (ses--letref): New macro.
6246 (ses-cell-property-pop): Rewrite.
6247 (ses--cell): Rename from ses-cell and make it into a function.
6248 Make `formula' fallback on `value' if nil.
6249 (ses--local-printer): Rename from ses-local-printer and make it into
6250 a function.
6251 (ses-set-cell): Turn it into a macro so finding the accessor from the
6252 field name is done at compile time.
6253 (ses-repair-cell-reference-all): Test presence of `sym' rather than
6254 `ref' before adding `sym' to :ses-repair-reference.
6255 (ses-calculate-cell): Use ses--letref rather than
6256 ses-cell-property-get-handle.
6257 (ses-write-cells): Use a single prin1-to-string.
6258 (ses-setter-with-undo): New function.
6259 (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
6260 (ses-unset-with-undo): Remove.
6261 (ses-load): Prefer apply' over `eval'.
6262 (ses-read-printer, ses-set-column-width): Use standard "(default
6263 foo)" format.
6264
6265 2014-06-15 Glenn Morris <rgm@gnu.org>
6266
6267 * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
6268
6269 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
6270 Replace delete-duplicates and mapcan by cl- versions throughout.
6271 And cl-macroexpand-all by macroexpand-all.
6272 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
6273
6274 2014-06-15 Eli Zaretskii <eliz@gnu.org>
6275
6276 * subr.el (posn-col-row): Doc fix. (Bug#17768)
6277
6278 2014-06-15 Juri Linkov <juri@jurta.org>
6279
6280 * bindings.el: Put `ascii-character' property on keypad keys
6281 mapped to characters. (Bug#17759)
6282
6283 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6284
6285 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
6286 bumping forward into a closing paren (bug#17761).
6287
6288 * term/xterm.el (xterm--version-handler): Work around for OSX
6289 Terminal.app (bug#17607).
6290
6291 2014-06-14 Ron Schnell <ronnie@driver-aces.com>
6292
6293 * play/dunnet.el (dun-describe-room, dun-mode):
6294 If a lamp is in the room, you won't be eaten by a grue.
6295
6296 2014-06-13 Glenn Morris <rgm@gnu.org>
6297
6298 * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
6299 (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
6300 (compile-always): GNU make automatically passes
6301 command-line arguments to sub-makes.
6302
6303 * calendar/calendar.el (calendar-generate-window):
6304 Remove pointless call to font-lock-fontify-buffer.
6305
6306 2014-06-13 Matthias Meulien <orontee@gmail.com>
6307
6308 * simple.el (completion-list-mode-map): Navigate with tab and backtab
6309 (bug#17767).
6310
6311 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6312
6313 * simple.el (set-mark-command): Simplify a bit.
6314
6315 2014-06-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
6316
6317 * help.el (help--key-binding-keymap): New function.
6318 (help--binding-locus): New function.
6319 (describe-key): Mention the keymap in which the binding was
6320 found. (bug#13948)
6321
6322 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6323
6324 * hippie-exp.el (he--all-buffers): New function.
6325 (try-expand-line-all-buffers, try-expand-list-all-buffers)
6326 (try-expand-dabbrev-all-buffers): Use it.
6327
6328 2014-06-12 Emilio C. Lopes <eclig@gmx.net>
6329
6330 * hippie-exp.el (try-expand-line-all-buffers)
6331 (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
6332 Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
6333 original buffer, in case they're buffer-local.
6334
6335 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
6336
6337 * ses.el (ses-initial-global-parameters-re): New defconst, a
6338 specific regexp is needed now that ses.el can handle both
6339 file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
6340 local printers.
6341 (ses-localvars): Add local variables needed for local printer handling.
6342 (ses-set-localvars): Handle hashmap initialisation.
6343 (ses-paramlines-plist): Add param-line for number of local printers.
6344 (ses-paramfmt-plist): New defconst, needed for code factorization
6345 between functions `ses-set-parameter' and
6346 `ses-file-format-extend-paramter-list'
6347 (ses-make-local-printer-info): New defsubst.
6348 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
6349 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
6350 (ses-cell-printer-aset): New defmacro.
6351 (ses-local-printer-compile): New defun.
6352 (ses-local-printer): New defmacro.
6353 (ses-printer-validate, ses-call-printer): Add support for local
6354 printer functions.
6355 (ses-file-format-extend-paramter-list): New defun.
6356 (ses-set-parameter): Use const `ses-paramfmt-plist' for code
6357 factorization.
6358 (ses-load): Add support for local printer functions.
6359 (ses-read-printer): Update docstring and add support for local printer
6360 functions.
6361 (ses-refresh-local-printer, ses-define-local-printer): New defun.
6362 (ses-safe-printer): Add support for local printer functions.
6363
6364 2014-06-12 Ivan Andrus <darthandrus@gmail.com>
6365
6366 * ffap.el (ffap-lax-url): New var (bug#17723).
6367 (ffap-url-at-point): Use it.
6368 (ffap-file-at-point): Avoid returning just "/".
6369
6370 2014-06-12 Matthias Meulien <orontee@gmail.com>
6371
6372 * progmodes/python.el (import skeleton): New skeleton (bug#17672).
6373 (python-mode-map): Bind it.
6374
6375 * progmodes/python.el (class skeleton): Don't erase last char of class
6376 name (bug#17683).
6377
6378 2014-06-12 Cameron Desautels <camdez@gmail.com> (tiny change)
6379
6380 * help.el (where-is): Use `default' arg of completing-read (bug#17705).
6381
6382 2014-06-12 Kevin Ryde <user42_kevin@yahoo.com.au>
6383
6384 * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
6385 (bug#17745).
6386
6387 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6388
6389 * international/mule-cmds.el: Use lexical-binding.
6390 (ucs-names): Simplify.
6391
6392 2014-05-18 Eric Hanchrow <eric.hanchrow@gmail.com>
6393
6394 * progmodes/python.el (run-python): Use read-shell-command.
6395
6396 2014-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * rect.el: Make it possible to move bounds past EOL or into TABs.
6399 (operate-on-rectangle): Use apply-on-rectangle.
6400 (rectangle--mark-crutches): New var.
6401 (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
6402 (rectangle--crutches, rectangle--reset-crutches): New functions.
6403 (apply-on-rectangle): Obey crutches. Avoid setq.
6404 Fix missing final iteration if end is at EOB&BOL.
6405 (rectangle-mark-mode-map): Add remap bindings for
6406 exchange-point-and-mark and char/line movements.
6407 (rectangle--*-char): New function.
6408 (rectangle-exchange-point-and-mark, rectangle-right-char)
6409 (rectangle-left-char, rectangle-forward-char)
6410 (rectangle-backward-char, rectangle-next-line)
6411 (rectangle-previous-line): New commands.
6412 (rectangle--place-cursor): New function.
6413 (rectangle--highlight-for-redisplay): Use it. Use apply-on-rectangle.
6414
6415 2014-06-08 Glenn Morris <rgm@gnu.org>
6416
6417 * startup.el (initial-buffer-choice): Doc fix.
6418 Reset :version (adding an option does not merit a :version bump).
6419
6420 * bookmark.el (bookmark-load):
6421 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
6422
6423 2014-06-08 Juri Linkov <juri@jurta.org>
6424
6425 * desktop.el: Activate auto-saving on window configuration changes.
6426 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
6427 `desktop-auto-save-set-timer' to/from
6428 `window-configuration-change-hook'.
6429 (desktop-auto-save-set-timer): Change REPEAT arg of
6430 `run-with-idle-timer' from t to nil.
6431 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
6432
6433 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com>
6434
6435 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
6436 vc-hg-command (bug#17570).
6437
6438 2014-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6439
6440 * international/mule-cmds.el (ucs-names): Add special entry for BEL
6441 (bug#17702).
6442
6443 2014-06-08 Glenn Morris <rgm@gnu.org>
6444
6445 * startup.el (window-setup-hook): Doc fix.
6446
6447 * emacs-lisp/package.el (package-check-signature)
6448 (package-unsigned-archives): Doc fixes.
6449
6450 2014-06-08 Martin Rudalics <rudalics@gmx.at>
6451
6452 * window.el (display-buffer-use-some-window): Don't make window
6453 used smaller than it was before (Bug#17671).
6454
6455 2014-06-08 Eli Zaretskii <eliz@gnu.org>
6456
6457 * menu-bar.el (menu-bar-open): Fix last change: use the PC
6458 'redisplay' instead of '(sit-for 0)'.
6459
6460 2014-06-08 Michael Albinus <michael.albinus@gmx.de>
6461
6462 * net/tramp.el (tramp-ssh-controlmaster-options):
6463 Improve search regexp. (Bug#17653)
6464
6465 2014-06-08 Glenn Morris <rgm@gnu.org>
6466
6467 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
6468
6469 2014-06-08 Eli Zaretskii <eliz@gnu.org>
6470
6471 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
6472
6473 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
6474
6475 * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
6476 (bug#17586).
6477
6478 * vc/vc-hg.el (vc-hg-log-graph): New var.
6479 (vc-hg-print-log): Use it.
6480 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
6481 graph output (bug#17515).
6482
6483 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6484
6485 * mouse.el (mouse-posn-property): Ignore buffer position info when the
6486 even happened elsewhere.
6487
6488 2014-06-06 Mario Lang <mlang@delysid.org>
6489
6490 * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
6491 `recenter' if `current-buffer' is equal to `window-buffer'.
6492
6493 2014-06-05 Leo Liu <sdl.web@gmail.com>
6494
6495 * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
6496
6497 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
6498
6499 * textmodes/tildify.el (tildify-foreach-region-outside-env):
6500 New function which calls a callback on portions of the buffer that are
6501 outside of ignored environments.
6502 (tildify-build-regexp): Remove function since it is now
6503 incorporated in `tildify-foreach-region-outside-env' where it is
6504 optimized and simplified by the use of `mapconcat'.
6505 (tildify-tildify): Return number of substitutions made so that…
6506 (tildify-count): …can be removed.
6507 (tildify-find-env): Accept a new PAIRS argument which was
6508 previously looked up in `tildify-ignored-environments-alist' each
6509 time the function was called. With this change, the lookup is
6510 performed only once in `tildify-foreach-region-outside-env'.
6511 (tildify-region): Greatly simplify the function since now most of
6512 the work is done by `tildify-foreach-region-outside-env'.
6513 (tildify-mode-alist): Simplify slightly by avoiding if and setq
6514 and instead using or.
6515
6516 * textmodes/tildify.el (tildify-ignored-environments-alist):
6517 Optimize environments regexes
6518
6519 Each time beginning of an environment to ignore is found,
6520 `tildify-find-env' needs to identify regexp for the ending
6521 of the environment. This is done by trying all the opening
6522 regexes on matched text in a loop, so to speed that up, this
6523 loop should have fewer things to match, which can be done by
6524 using alternatives in the opening regexes.
6525
6526 Coincidentally, this should make matching of the opening
6527 regexp faster as well thanks to the use of `regexp-opt' and
6528 having common prefix pulled from many regexes.
6529
6530 * textmodes/tildify.el (tildify-string-alist)
6531 (tildify-ignored-environments-alist): Add `nxml-mode' to the list
6532 of supported modes since `xml-mode' is no longer a thing but just
6533 an alias to the former. Also include comments and insides of tags
6534 in `tildify-ignored-environments-alist' for XML modes. Finally,
6535 since XML does not define “&nbsp;”[1], use a numeric reference for
6536 a no-break space (namely “&#160;”)
6537
6538 [1] XML specification defines only a handful of predefined entities.
6539 The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
6540 and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
6541 >, &, ' and " respectively). This is in contrast to HTML and even
6542 XHTML which defined a whole bunch of entities including “&nbsp;”.
6543
6544 * textmodes/tildify.el (tildify-pattern-alist)
6545 (tildify-string-alist, tildify-ignored-environments-alist):
6546 Improve defcustom's types by adding more tags explaining what each
6547 value means and replace “sexp” used in
6548 `tildify-ignored-environments-alist' with a full type declaration.
6549
6550 * textmodes/tildify.el (tildify-find-env): Fix matched group
6551 indexes in end-regex building
6552
6553 When looking for a start of an ignore-environment, the regex is built
6554 by concatenating regexes of all the environments configured in
6555 `tildify-ignored-environments-alist'. So for example, the following
6556 list could be used to match TeX's \verb and \verb* commands:
6557
6558 (("\\\\verb\\(.\\)" . (1))
6559 ("\\\\verb\\*\\(.\\)" . (1)))
6560
6561 This would result in the following regex being used to find the start
6562 of any of the variants of the \verb command:
6563
6564 \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
6565
6566 But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
6567 won't match anything, and thus (match-string 1) will be nil, which
6568 will cause building of the end-matching regex to fail.
6569
6570 Fix this by using capture groups from the time when the opening
6571 regexes are matched individually.
6572
6573 * textmodes/tildify.el (tildify-find-env): Fix end-regex building
6574 in `tildify-find-env'
6575
6576 The `tildify-ignored-environments-alist' allows the end-regex to
6577 be provided not as a static string but mix of strings and indexes
6578 of groups matched the begin-regex. For example, the “\verb!…!”
6579 TeX-command (where “!” is an arbitrary character) is handled
6580 using:
6581
6582 ("\\\\verb\\*?\\(.\\)" . (1))
6583
6584 In the same way, the following should be supported as well:
6585
6586 ("open-\\(.\\)" . ("end-" 1))
6587
6588 However the tildify-find-env function fails at
6589
6590 (concat result
6591 (if (stringp (setq aux (car expression)))
6592 expression ; BUG: expression is a list
6593 (regexp-quote (match-string aux))))
6594
6595 where the string part is handled incorrectly.
6596
6597 The most trivial fix would be to replace `expression' in the
6598 true-part of the if-statement with `aux', but instead, this commit
6599 optimizes `tildify-find-env' by changing it to use `mapconcat'
6600 rather than open-coded while-loop.
6601
6602 2014-06-05 Mario Lang <mlang@delysid.org>
6603
6604 * woman.el (woman-mapcan): Remove.
6605 (woman-parse-colon-path): Use cl-mapcan instead.
6606
6607 2014-06-03 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6608
6609 * register.el: Add link to Emacs manual in Commentary.
6610
6611 2014-06-02 Sam Steingold <sds@gnu.org>
6612
6613 * menu-bar.el (lookup-key-ignore-too-long): Extract from...
6614 (popup-menu): ...here.
6615 (menu-bar-open): Use it to avoid an error when `lookup-key'
6616 returns a number.
6617
6618 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
6619
6620 * net/tramp.el (tramp-call-process): Add traces.
6621 (tramp-handle-unhandled-file-name-directory): Return "/".
6622
6623 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org>
6624
6625 Sync with upstream verilog-mode revision 3cd8144.
6626 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
6627 (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
6628 (verilog-type-font-keywords): Add nor.
6629 (verilog-batch-execute-func): Force reading of Local Variables.
6630 Fix printing "no changes to be saved" with verilog-batch.
6631 (verilog-auto-arg-ports): Doc fix.
6632 Add verilog-auto-arg-format to support newlines in AUTOARG.
6633 (verilog-auto-arg): Doc fix.
6634
6635 2014-06-02 Glenn Morris <rgm@gnu.org>
6636
6637 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
6638 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
6639 * emulation/ws-mode.el: Move to obsolete/.
6640 * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
6641
6642 2014-06-02 Eli Zaretskii <eliz@gnu.org>
6643
6644 * simple.el (keyboard-quit): Force update of mode lines, to remove
6645 the "Def" indicator, if we were defining a macro. (Bug#17615)
6646
6647 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6648
6649 * minibuffer.el (minibuffer-force-complete-and-exit):
6650 Obey minibuffer-default (bug#17545).
6651
6652 * progmodes/js.el (js-indent-line): Don't mix columns and chars
6653 (bug#17619).
6654
6655 * subr.el (set-transient-map): Don't wait for some "nested"
6656 transient-map to finish if we're only supposed to be active for
6657 the next command (bug#17642).
6658
6659 2014-06-02 Leo Liu <sdl.web@gmail.com>
6660
6661 * emacs-lisp/gv.el (window-buffer, window-display-table)
6662 (window-dedicated-p, window-hscroll, window-point, window-start):
6663 Fix gv-expander. (Bug#17630)
6664
6665 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6666
6667 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
6668 clicks (bug#17633).
6669
6670 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
6671 for the single comma, since ", " is *very* common in normal French text
6672 (bug#17643).
6673
6674 2014-06-02 Glenn Morris <rgm@gnu.org>
6675
6676 * emacs-lisp/package.el (package-check-signature)
6677 (package-unsigned-archives): Fix :version.
6678
6679 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6680
6681 * subr.el (sit-for): Don't run input-methods (bug#15614).
6682
6683 2014-06-02 Glenn Morris <rgm@gnu.org>
6684
6685 * cus-start.el: Fix some :version numbers.
6686
6687 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6688
6689 * simple.el (deactivate-mark): Set mark-active to nil even if
6690 deactivation is done via setting transient-mark-mode to nil,
6691 since one is buffer-local and the other is global.
6692
6693 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
6694 there can't be more than 2 arguments (bug#17584).
6695
6696 2014-06-02 Glenn Morris <rgm@gnu.org>
6697
6698 * simple.el (filter-buffer-substring-functions)
6699 (filter-buffer-substring-function, buffer-substring-filters)
6700 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
6701
6702 * minibuffer.el (completion-in-region-functions, completion-in-region)
6703 (completion--in-region): Doc fixes.
6704
6705 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
6706 (expand-abbrev, abbrev--default-expand): Doc fixes.
6707
6708 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
6709
6710 Include sources used to create macuvs.h.
6711 * international/README: Refer to the Unicode Terms of Use rather
6712 than copying it bodily here, as that simplifies maintenance.
6713
6714 2014-06-01 Glenn Morris <rgm@gnu.org>
6715
6716 * loadup.el (load-prefer-newer): Set non-nil when dumping. (Bug#17629)
6717
6718 2014-05-31 Glenn Morris <rgm@gnu.org>
6719
6720 * files.el (locate-dominating-file): Expand file argument. (Bug#17641)
6721
6722 2014-05-30 Glenn Morris <rgm@gnu.org>
6723
6724 * loadup.el: Treat `command-line-args' more flexibly.
6725
6726 2014-05-30 Alan Mackenzie <acm@muc.de>
6727
6728 Guard (looking-at "\\s!") from XEmacs.
6729 * progmodes/cc-engine.el (c-state-pp-to-literal): Add guard form.
6730
6731 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu>
6732
6733 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
6734 The argument COUNT is now optional, to be more backward-compatible.
6735 Doc fix. (Bug#17560)
6736
6737 2014-05-29 Reuben Thomas <rrt@sc3d.org>
6738
6739 * whitespace.el (whitespace-report-region):
6740 Simplify documentation.
6741 (whitespace-report-region): Allow report-if-bogus to take the
6742 value `never', for non-interactive use.
6743 (whitespace-report): Refer to whitespace-report-region's
6744 documentation.
6745
6746 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6747
6748 * whitespace.el: Use font-lock-flush. Minimize refontifications.
6749 Side benefit: it works without jit-lock.
6750 (whitespace-point--used): New buffer-local var.
6751 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
6752 (whitespace-color-off): Use font-lock-flush.
6753 (whitespace-point--used, whitespace-point--flush-used): New functions.
6754 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6755 (whitespace-empty-at-eob-regexp): Use them.
6756 (whitespace-post-command-hook): Rewrite.
6757
6758 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
6759 (font-lock-fontify-buffer): Mark interactive-only.
6760 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
6761 Make buffer-local.
6762 (font-lock-specified-p): Remove redundant boundp check.
6763 (font-lock-flush-function, font-lock-ensure-function): New vars.
6764 (font-lock-turn-on-thing-lock): Set them.
6765 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
6766 (font-lock-after-change-function): Make `old-len' optional.
6767 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
6768 Call font-lock-flush, just in case.
6769 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
6770 recent Emacsen.
6771 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
6772 (vera-mode-map, vera-mode-menu): Remove bindings to it.
6773 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
6774 and with-syntax-table.
6775 * textmodes/conf-mode.el (conf-quote-normal):
6776 * progmodes/sh-script.el (sh-set-shell):
6777 * progmodes/prog-mode.el (prettify-symbols-mode):
6778 * progmodes/f90.el (f90-font-lock-n):
6779 * progmodes/cwarn.el (cwarn-mode):
6780 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
6781 * progmodes/compile.el (compilation-setup, compilation--unsetup):
6782 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
6783 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
6784 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
6785 font-lock-fontify-buffer-function and
6786 font-lock-unfontify-buffer-function.
6787 (rmail-unfontify-buffer-function, rmail-fontify-message):
6788 Use with-silent-modifications.
6789 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
6790 and font-lock-ensure.
6791 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
6792
6793 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
6794
6795 * emacs-lisp/package.el (package-generate-autoloads):
6796 Inhibit backup files.
6797
6798 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
6801 (bug#17608).
6802
6803 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
6804
6805 * textmodes/tildify.el (tildify-buffer, tildify-region):
6806 Add dont-ask option.
6807
6808 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6809
6810 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
6811 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
6812
6813 * subr.el (internal--funcall-interactively): New.
6814 (internal--call-interactively): Remove.
6815 (called-interactively-p): Detect funcall-interactively instead of
6816 call-interactively.
6817 * simple.el (repeat-complex-command): Use funcall-interactively.
6818 (repeat-complex-command--called-interactively-skip): Remove.
6819
6820 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6821
6822 * register.el (register-read-with-preview): Don't burp on
6823 frame switches (e.g. due to the frame we just popped).
6824
6825 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
6826 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
6827
6828 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
6829
6830 * cus-face.el (custom-face-attributes): Add :distant-foreground.
6831
6832 2014-05-26 Martin Rudalics <rudalics@gmx.at>
6833
6834 * window.el (window--dump-frame): Remove interactive specification.
6835
6836 2014-05-26 Glenn Morris <rgm@gnu.org>
6837
6838 * hippie-exp.el (he-line-search-regexp):
6839 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
6840
6841 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
6842
6843 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
6844 to avoid errors when trying to create or visit a file foo.todo
6845 located outside to todo-directory, and to allow having such files
6846 without them being tied to Todo mode (bug#17482).
6847 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
6848 (todo-archive-done-item, todo-find-filtered-items-file)
6849 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
6850 (todo-category-completions, todo-read-category): When visiting a
6851 Todo file, make sure we're in the right mode and the buffer local
6852 variables are set.
6853 (todo-make-categories-list, todo-reset-nondiary-marker)
6854 (todo-reset-done-string, todo-reset-comment-string):
6855 After processing all Todo files, kill the buffers of those files that
6856 weren't being visited before the processing.
6857 (todo-display-as-todo-file, todo-add-to-buffer-list)
6858 (todo-visit-files-commands): Comment out.
6859 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
6860 (auto-mode-alist): Remove add-to-list calls making Todo file
6861 extensions unrestrictedly tied to Todo modes.
6862
6863 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6864
6865 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
6866 (advice-function-member-p): Tell it to check both names and functions
6867 (bug#17531).
6868 (advice--add-function): Adjust call accordingly.
6869
6870 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
6871
6872 * calendar/todo-mode.el: Miscellaneous bug fixes.
6873 (todo-delete-file): When deleting an archive but not its todo
6874 file, make sure to update the todo file's category sexp.
6875 (todo-move-category): Keep the moved category's name unless the
6876 file moved to already has a category with that name. If the
6877 numerically last category of the source file was moved, make the
6878 first category current to avoid selecting a nonexisting category.
6879 (todo-merge-category): Fix implementation to make merging to a
6880 category in another file work as documented. Eliminate now
6881 insufficient and unnecessary renaming of archive category, correct
6882 document string accordingly, and clarify it. If the numerically
6883 last category of the source file was merged, make the first
6884 category current to avoid selecting a nonexisting category.
6885 (todo-archive-done-item): When there are marked items and point
6886 happens to be on an unmarked item, ignore the latter. Don't leave
6887 point below last item after archiving marked items.
6888 (todo-unarchive-items): Fix logic to ensure unarchiving an item
6889 from an archive with only one category deletes the archive only
6890 when the category is empty after unarchiving. Make sure the todo
6891 file's category sexp is updated.
6892 (todo-read-file-name): Allow an existing file name even when it is
6893 not required (todo-move-category needs this to work as documented).
6894 (todo-add-file): Call todo-validate-name to reject the name of an
6895 existing todo file (needed due to fix in todo-read-file-name).
6896 (todo-reset-nondiary-marker): Also reset in filtered items files.
6897 (todo-reset-done-string, todo-reset-comment-string): Also reset in
6898 regexp filtered items files.
6899 (todo-reset-highlight-item): Also reset in filtered items files.
6900 Fix incorrect variable reference in document string.
6901
6902 2014-05-26 Glenn Morris <rgm@gnu.org>
6903
6904 * window.el (window--dump-frame): Avoid error in --without-x builds.
6905
6906 2014-05-26 Glenn Morris <rgm@gnu.org>
6907
6908 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
6909
6910 2014-05-26 Eli Zaretskii <eliz@gnu.org>
6911
6912 * frame.el (set-frame-font): Doc fix.
6913
6914 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
6915
6916 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
6917
6918 * emacs-lisp/package.el (package--download-one-archive):
6919 Use `write-region' instead of `save-buffer' to avoid running various
6920 hooks. (Bug#17155)
6921 (describe-package-1): Same. Insert newline at the end of the
6922 buffer if appropriate.
6923
6924 2014-05-26 Juri Linkov <juri@jurta.org>
6925
6926 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
6927 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
6928 Add more modifiers: meta, control, shift, hyper, super, alt.
6929 (Bug#17439)
6930
6931 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
6932 to allow changing its value with `set-variable'.
6933
6934 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6935
6936 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
6937 #; comments.
6938 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
6939 New functions.
6940 (scheme-mode-variables): Set syntax-propertize-function instead of
6941 font-lock-syntactic-face-function.
6942 (scheme-font-lock-syntactic-face-function): Delete.
6943
6944 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
6945
6946 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
6947 (bug#17392).
6948
6949 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
6950
6951 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
6952 for a temporary file name.
6953
6954 2014-05-26 Eli Zaretskii <eliz@gnu.org>
6955
6956 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
6957
6958 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
6959
6960 * net/dbus.el (dbus-init-bus, dbus-call-method)
6961 (dbus-call-method-asynchronously, dbus-send-signal)
6962 (dbus-method-return-internal, dbus-method-error-internal):
6963 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
6964
6965 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
6966
6967 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
6968 methods which do not have a doc string. (Bug#17490)
6969
6970 2014-05-25 Tassilo Horn <tsdh@gnu.org>
6971
6972 * textmodes/reftex-ref.el (reftex-format-special): Make it work
6973 also for AMS Math's \eqref macro.
6974
6975 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6976
6977 Arrange to never byte-compile the generated -pkg.el file.
6978
6979 * emacs-lisp/package.el (package-generate-description-file):
6980 Output first-line comment to set buffer-local var `no-byte-compile'.
6981 Suggested by Dmitry Gutov:
6982 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
6983
6984 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6985
6986 Fix bug: Properly quote args to generated -pkg.el `define-package'.
6987
6988 * emacs-lisp/package.el (package-generate-description-file):
6989 Inline `package--alist-to-plist'; rewrite to selectively
6990 quote alist values that are not self-quoting.
6991 (package--alist-to-plist): Delete func.
6992
6993 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
6994
6995 * term/xterm.el (xterm-function-map): Add mapping for shifted
6996 keypad keys.
6997
6998 2014-05-24 Daniel Colascione <dancol@dancol.org>
6999
7000 * progmodes/subword.el (subword-find-word-boundary): Move point to
7001 correct spot before search. (Bug#17580)
7002
7003 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
7004 breaking the build.
7005
7006 2014-05-24 Leo Liu <sdl.web@gmail.com>
7007
7008 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
7009
7010 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7011
7012 * minibuffer.el (completion--sreverse): Remove.
7013 (completion--common-suffix): Use `reverse' instead.
7014 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
7015
7016 2014-05-22 Glenn Morris <rgm@gnu.org>
7017
7018 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
7019
7020 2014-05-21 Daniel Colascione <dancol@dancol.org>
7021
7022 * files.el (interpreter-mode-alist): Add mksh.
7023
7024 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
7025 derivative.
7026 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
7027 mksh. Improve custom spec; allow regular expressions.
7028 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
7029 (sh-after-hack-local-variables): New function.
7030 (sh-mode): Use it; respect file-local `sh-shell' variable. (Bug#17333)
7031 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
7032 the normalization.
7033 (sh-canonicalize-shell): Rewrite to support regexes.
7034
7035 2014-05-21 Leo Liu <sdl.web@gmail.com>
7036
7037 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
7038
7039 2014-05-19 Leo Liu <sdl.web@gmail.com>
7040
7041 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
7042
7043 2014-05-18 Glenn Morris <rgm@gnu.org>
7044
7045 * loadup.el:
7046 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
7047
7048 2014-05-14 Sam Steingold <sds@gnu.org>
7049
7050 * progmodes/python.el (python-shell-get-or-create-process):
7051 Do not bind `current-prefix-arg' so that C-c C-z does not talk
7052 back unless requested.
7053
7054 2014-05-14 Glenn Morris <rgm@gnu.org>
7055
7056 * subr.el (with-file-modes): New macro.
7057 * printing.el (pr-save-file-modes): Make obsolete.
7058 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
7059 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
7060 Add with-file-modes.
7061 * doc-view.el (doc-view-make-safe-dir):
7062 * epg.el (epg--start):
7063 * files.el (locate-user-emacs-file, make-temp-file)
7064 (backup-buffer-copy, move-file-to-trash):
7065 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
7066 * eshell/esh-util.el (eshell-with-private-file-modes)
7067 (eshell-make-private-directory):
7068 * net/browse-url.el (browse-url-mosaic):
7069 * obsolete/mailpost.el (post-mail-send-it):
7070 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
7071 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
7072 Use with-file-modes.
7073
7074 * vc/emerge.el (emerge-make-temp-file): Simplify.
7075
7076 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
7077 Stefan Monnier <monnier@iro.umontreal.ca>
7078
7079 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
7080 suffix (bug#15419).
7081
7082 2014-05-14 Glenn Morris <rgm@gnu.org>
7083
7084 * vc/emerge.el (emerge-temp-file-prefix):
7085 Make pointless option obsolete.
7086 (emerge-temp-file-mode): Make non-functional option obsolete.
7087
7088 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
7089
7090 * net/browse-url.el (browse-url):
7091 Use `unhandled-file-name-directory' when setting `default-directory',
7092 in order to circumvent stalled remote connections. (Bug#17425)
7093
7094 2014-05-14 Glenn Morris <rgm@gnu.org>
7095
7096 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
7097 Optimize on Emacs, which has the relevant functions for ages.
7098
7099 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7100
7101 * simple.el (undo-make-selective-list): Obey undo-no-redo.
7102
7103 2014-05-12 Sam Steingold <sds@gnu.org>
7104
7105 * calendar/time-date.el (seconds-to-string): New function to
7106 pretty print time delay in seconds.
7107
7108 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7109
7110 * mpc.el (mpc-format): Trim Date to the year.
7111 (mpc-songs-hashcons): Shorten the Date field.
7112
7113 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
7114 into autoloading just because of a silly indirection.
7115
7116 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
7117
7118 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
7119
7120 2014-05-12 Glenn Morris <rgm@gnu.org>
7121
7122 * emacs-lisp/find-gc.el: Move to ../admin.
7123
7124 * printing.el (pr-version):
7125 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
7126
7127 * net/browse-url.el (browse-url-mosaic):
7128 Create /tmp/Mosaic.PID as a private file.
7129
7130 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7131
7132 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
7133 (advice--member-p): If name is given, only compare the name.
7134 (advice--remove-function): Don't stop at the first match.
7135 (advice--normalize-place): New function.
7136 (add-function, remove-function): Use it.
7137 (advice--add-function): Pass the name, if any, to
7138 advice--remove-function.
7139
7140 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
7141
7142 * electric.el (electric-indent-post-self-insert-function): Don't use
7143 `pos' after modifying the buffer (bug#17449).
7144
7145 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
7146
7147 * calendar/todo-mode.el (todo-insert-item-from-calendar):
7148 Correct argument list to conform to todo-insert-item--basic.
7149
7150 2014-05-12 Glenn Morris <rgm@gnu.org>
7151
7152 * files.el (cd-absolute): Test if directory is accessible
7153 rather than executable. (Bug#17330)
7154
7155 * progmodes/compile.el (recompile):
7156 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
7157
7158 * net/browse-url.el (browse-url-mosaic):
7159 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
7160 This is CVE-2014-3423.
7161
7162 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7163
7164 * mouse.el: Use the normal toplevel loop while dragging.
7165 (mouse-set-point): Handle multi-clicks.
7166 (mouse-set-region): Handle multi-clicks for drags.
7167 (mouse-drag-region): Update call accordingly.
7168 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
7169 Use the normal event loop instead of a local while/read-event loop.
7170 (global-map): Remove redundant bindings for double/triple-mouse-1.
7171 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
7172 Generate synthetic down events when the protocol only sends up events.
7173 (xterm-mouse-last): Remove.
7174 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
7175 terminal parameter instead.
7176 (xterm-mouse--set-click-count): New function.
7177 (xterm-mouse-event): Detect/generate double/triple clicks.
7178 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
7179
7180 * info.el (Info-quoted): New face.
7181 (Info-mode-font-lock-keywords): New var.
7182 (Info-mode): Use it.
7183
7184 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
7185 are a hindrance for C-x C-e.
7186
7187 2014-05-11 Leo Liu <sdl.web@gmail.com>
7188
7189 * net/rcirc.el (rcirc-sentinel): Fix last change.
7190
7191 2014-05-08 Sam Steingold <sds@gnu.org>
7192
7193 * net/rcirc.el (rcirc-reconnect-delay): New user option.
7194 (rcirc-sentinel): Auto-reconnect to the server if
7195 `rcirc-reconnect-delay' is non-0 (but not more often than its
7196 value in case the host is off-line).
7197
7198 2014-05-09 Eli Zaretskii <eliz@gnu.org>
7199
7200 * progmodes/grep.el (lgrep): Fix a typo in last commit.
7201
7202 2014-05-09 Glenn Morris <rgm@gnu.org>
7203
7204 * files.el (file-expand-wildcards):
7205 * man.el (Man-support-local-filenames):
7206 * printing.el (pr-i-directory, pr-interface-directory):
7207 * progmodes/grep.el (lgrep, rgrep):
7208 * textmodes/ispell.el (ispell-call-process)
7209 (ispell-call-process-region, ispell-start-process)
7210 (ispell-init-process): Use file-accessible-directory-p.
7211
7212 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7213
7214 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
7215 (xterm-mouse--read-event-sequence-1000): Return nil if something
7216 looks fishy.
7217 (xterm-mouse-event): Propagate it.
7218 (xterm-mouse-translate-1): Handle it.
7219
7220 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
7221
7222 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
7223 four slots of the parameter list are filled, make sure to pass it
7224 to the argument list of todo-insert-item--basic.
7225
7226 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7227
7228 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
7229 Add optional `seen' argument to detect and break infinite loops.
7230
7231 2014-05-08 Eli Zaretskii <eliz@gnu.org>
7232
7233 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
7234 (trace-unsafe, trace-use-tree): Make parentheses style be
7235 according to Emacs style.
7236
7237 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
7238
7239 * net/tramp-sh.el (tramp-remote-process-environment):
7240 Remove HISTFILE and HISTSIZE; it's too late to set them here.
7241 Add :version entry.
7242 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
7243 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
7244 extra "PSx=..." commands.
7245 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
7246 (Bug#17295)
7247
7248 (tramp-uudecode): Replace the hard-coded temporary file name by a
7249 format specifier.
7250 (tramp-remote-coding-commands): Enhance docstring.
7251 (tramp-find-inline-encoding): Replace "%t" by a temporary file
7252 name. (Bug#17415)
7253 This is CVE-2014-3424.
7254
7255 2014-05-08 Glenn Morris <rgm@gnu.org>
7256
7257 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
7258 (find-gc-source-files): Update some names.
7259 (trace-call-tree): Simplify and update.
7260 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
7261 This is CVE-2014-3422.
7262
7263 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7264
7265 * minibuffer.el (completion--try-word-completion): Revert fix for
7266 Bug#15980 (bug#17375).
7267
7268 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
7269 Always store button numbers in the same way in xterm-mouse-last;
7270 Don't burp is xterm-mouse-last is not set as expected.
7271 Never return negative indices.
7272
7273 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
7274
7275 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7276 Backtrack one char if the global/char-literal var matcher hits
7277 inside a string. The next char could be the beginning of an
7278 expression expansion.
7279
7280 2014-05-08 Glenn Morris <rgm@gnu.org>
7281
7282 * help-fns.el (describe-function-1): Test for an autoload before a
7283 macro, since `macrop' works on autoloads. (Bug#17410)
7284
7285 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7286
7287 * electric.el (electric-indent-functions-without-reindent): Add yaml.
7288
7289 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
7290 Make sure the new point we return is within the new string (bug#17239).
7291
7292 2014-05-05 Daniel Colascione <dancol@dancol.org>
7293
7294 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7295 Port `gnu' pattern to rx.
7296
7297 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
7298
7299 Remove unneeded prompt when closing a buffer with active
7300 emacsclient ("Buffer ... still has clients"), #16548.
7301 * server.el (server-start): Remove the only call to:
7302 (server-kill-buffer-query-function): Remove.
7303
7304 2014-05-04 Leo Liu <sdl.web@gmail.com>
7305
7306 * calendar/diary-lib.el (calendar-chinese-month-name-array):
7307 Defvar to pacify compiler.
7308
7309 2014-05-04 Eli Zaretskii <eliz@gnu.org>
7310
7311 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
7312
7313 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7314
7315 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
7316 Use nil rather than `default' for the "default" appearance (bug#17388).
7317 * vc/ediff-util.el (ediff-inferior-compare-regions)
7318 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
7319 a misleading `default' value when it's really a boolean.
7320 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
7321 overlay is not visible.
7322
7323 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
7324
7325 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
7326 (todo-menu): Uncomment and update.
7327
7328 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
7329
7330 * calendar/todo-mode.el: Reimplement item editing to have the same
7331 basic user interface as item insertion, and make small UI and
7332 larger internal improvements to the latter.
7333 (todo-insert-item): Add reference to the Todo mode user manual to
7334 the documentation string.
7335 (todo-insert-item--basic): Rename from todo-basic-insert-item and
7336 adjust all callers. Change signature to combine diary and
7337 nonmarking arguments. Incorporate functionality of deleted item
7338 copying command and add error checking. Remove detailed
7339 descriptions of the arguments from the documentation string, since
7340 this is treated in the Todo mode user manual.
7341 (todo-copy-item, todo-edit-multiline-item)
7342 (todo-edit-done-item-comment, todo-edit-item-header)
7343 (todo-edit-item-time, todo-edit-item-date-from-calendar)
7344 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
7345 (todo-edit-item-date-year, todo-edit-item-date-month)
7346 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
7347 Remove.
7348 (todo-edit-item): Reimplement as wrapper command for
7349 todo-edit-item--next-key and make it distinguish done and not done
7350 todo items.
7351 (todo-edit-item--text): New function, replacing old command
7352 todo-edit-item and incorporating deleted commands
7353 todo-edit-multiline-item and todo-edit-done-item-comment.
7354 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
7355 Use only numeric value of prefix argument. Remove detailed
7356 descriptions of the arguments from the documentation string, since
7357 this is treated in the Todo mode user manual.
7358 (todo-edit-item--diary-inclusion): New function, replacing old
7359 command todo-edit-item-diary-inclusion and incorporating and fixing
7360 functionality of deleted command todo-edit-item-diary-nonmarking,
7361 making sure to remove todo-nondiary-marker when adding
7362 diary-nonmarking-symbol.
7363 (todo-edit-category-diary-inclusion): Make sure to delete
7364 diary-nonmarking-symbol when adding todo-nondiary-marker.
7365 (todo-edit-category-diary-nonmarking): Fix indentation.
7366 (todo-insert-item--parameters): Group diary and nonmarking
7367 parameters together.
7368 (todo-insert-item--apply-args): Adjust to signature of
7369 todo-insert-item--basic and incorporate copy parameter.
7370 Make small code improvements.
7371 (todo-insert-item--next-param): Improve prompt and adjust it to
7372 new parameter grouping. Remove obsolete code.
7373 (todo-edit-item--param-key-alist)
7374 (todo-edit-item--date-param-key-alist)
7375 (todo-edit-done-item--param-key-alist): New defconsts.
7376 (todo-edit-item--prompt): New variable.
7377 (todo-edit-item--next-key): New function.
7378 (todo-key-bindings-t): Bind "e" to todo-edit-item.
7379 Remove bindings of deleted commands.
7380
7381 2014-05-04 Leo Liu <sdl.web@gmail.com>
7382
7383 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
7384
7385 2014-05-04 Glenn Morris <rgm@gnu.org>
7386
7387 * allout-widgets.el (allout-widgets-tally)
7388 (allout-decorate-item-guides):
7389 * menu-bar.el (menu-bar-positive-p):
7390 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
7391 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
7392 * progmodes/js.el (js--inside-param-list-p)
7393 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
7394 * progmodes/prolog.el (region-exists-p):
7395 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
7396 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
7397 Doc fixes (replace `iff').
7398
7399 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7400
7401 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
7402
7403 2014-05-04 Leo Liu <sdl.web@gmail.com>
7404
7405 Support Chinese diary entries in calendar and diary. (Bug#17393)
7406 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
7407 (calendar-chinese-from-absolute-for-diary)
7408 (calendar-chinese-to-absolute-for-diary)
7409 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
7410 (diary-chinese-list-entries): New functions to list and mark
7411 Chinese diary entries in the calendar window.
7412 (diary-chinese-anniversary)
7413 (diary-chinese-insert-anniversary-entry)
7414 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
7415 (diary-chinese-insert-yearly-entry): New commands to insert
7416 Chinese diary entries.
7417
7418 * calendar/diary-lib.el (diary-font-lock-keywords):
7419 Support font-locking Chinese dates.
7420
7421 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
7422 inserting Chinese diary entries.
7423
7424 * calendar/calendar.el (diary-chinese-entry-symbol):
7425 New customizable variable.
7426 (calendar-mode-map): Add bindings for inserting Chinese diary
7427 entries.
7428
7429 2014-05-03 Juri Linkov <juri@jurta.org>
7430
7431 * dired.el (dired-check-switches, dired-switches-recursive-p):
7432 New functions. (Bug#17218)
7433 (dired-switches-escape-p, dired-move-to-end-of-filename):
7434 Use `dired-check-switches'.
7435 (dired-insert-old-subdirs, dired-build-subdir-alist)
7436 (dired-sort-R-check): Use `dired-switches-recursive-p'.
7437
7438 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
7439
7440 * simple.el (undo-make-selective-list): New algorithm fixes
7441 incorrectness of position adjustments when undoing in region.
7442 (Bug#17235)
7443 (undo-elt-crosses-region): Make obsolete.
7444 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
7445 New functions to adjust positions using undo-deltas.
7446
7447 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7448
7449 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
7450 the last consecutive closing paren (bug#17345).
7451
7452 2014-04-30 Reuben Thomas <rrt@sc3d.org>
7453
7454 * dired.el (dired-mode): make terminology for eXpunge command
7455 consistent. (Bug#17276)
7456
7457 2014-04-30 Eli Zaretskii <eliz@gnu.org>
7458
7459 * dired.el (dired-initial-position-hook, dired-initial-position):
7460 Doc string fixes.
7461
7462 2014-04-30 Glenn Morris <rgm@gnu.org>
7463
7464 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
7465
7466 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
7467
7468 * faces.el (face-spec-recalc): Apply X resources only after the
7469 defface spec has been applied. Thus, X resources are no longer
7470 overriden by the defface spec which also fixes issues on win32 where
7471 the toolbar coloring was wrong because it is set through X resources
7472 and was (wrongfully) overriden. (Bug#16694)
7473
7474 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
7475
7476 * textmodes/rst.el (electric-pair-pairs): Declare.
7477 (rst-mode): Set it (bug#17131).
7478
7479 2014-04-30 Juri Linkov <juri@jurta.org>
7480
7481 * desktop.el (desktop-value-to-string): Let-bind `print-length'
7482 and `print-level' to nil. (Bug#17351)
7483
7484 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
7485
7486 * battery.el (battery-update): Handle the case where battery
7487 status is "N/A" (bug#17319).
7488
7489 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7490
7491 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
7492 to syntax-propertize.
7493 (ps-mode-auto-indent): Mark as obsolete.
7494 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
7495 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
7496 word regexp operators.
7497 (ps-mode-map): Move initialization into declaration. Remove binding
7498 for TAB, RET, >, ], and }.
7499 (ps-mode-syntax-table): Move initialization into declaration.
7500 Don't give word syntax to non-word chars.
7501 (ps-run-mode-map): Move initialization into declaration.
7502 (ps-mode-menu-main): Remove auto-indent entry.
7503 (ps-mode-smie-rules): New function.
7504 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
7505 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
7506 (ps-mode--string-syntax-table): New const.
7507 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
7508 New functions.
7509 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
7510 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
7511
7512 2014-04-27 Daniel Colascione <dancol@dancol.org>
7513
7514 * term/xterm.el (xterm-paste): Use large finite timeout when
7515 reading event to avoid putting keys in this-command-keys.
7516
7517 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7518
7519 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
7520 (perl-syntax-propertize-function): Use it. Extend handling of
7521 here-docs to the unquoted case.
7522
7523 2014-04-25 Eli Zaretskii <eliz@gnu.org>
7524
7525 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
7526 Use equal-including-properties to compare help-echo strings (bug#17331).
7527
7528 2014-04-25 Leo Liu <sdl.web@gmail.com>
7529
7530 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7531 Fix syntax for @. (Bug#17325)
7532
7533 2014-04-25 Daniel Colascione <dancol@dancol.org>
7534
7535 * emacs-lisp/cl.el (gv): Require gv early to break eager
7536 macro-expansion cycles.
7537
7538 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7539
7540 * simple.el (region-active-p): Check there's a mark (bug#17324).
7541
7542 * simple.el (completion-list-mode-map): Use choose-completion for the
7543 mouse binding as well (bug#17302).
7544 (completion-list-mode, completion-setup-function): Adjust docstring and
7545 echo area message accordingly.
7546 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
7547 calling convention of choose-completion.
7548 * comint.el (comint-dynamic-list-completions):
7549 * term.el (term-dynamic-list-completions): Accept choose-completion.
7550
7551 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
7552 &, |, +, - and * can't be a division (bug#17317).
7553
7554 * term/xterm.el (xterm--version-handler): Don't use modern xterm
7555 features on gnome-terminal (bug#16988).
7556
7557 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
7558
7559 Improve Scheme font-locking for (define ((foo ...) ...) ...).
7560
7561 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
7562 the declared object, ignore zero or more parens, not zero or one.
7563
7564 2014-04-24 Leo Liu <sdl.web@gmail.com>
7565
7566 * progmodes/xscheme.el (xscheme-expressions-ring)
7567 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
7568 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
7569 (xscheme-allow-output-p, xscheme-prompt)
7570 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
7571
7572 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
7573 Comment out unused functions.
7574
7575 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7576
7577 * info.el: Use lexical-binding and cl-lib.
7578 Use defvar-local and setq-local instead of make-local-variable.
7579 (Info-apropos-matches): Avoid add-to-list.
7580 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
7581
7582 2014-04-24 Daniel Colascione <dancol@dancol.org>
7583
7584 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
7585
7586 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7587
7588 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
7589
7590 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
7591
7592 * dired.el (dired-insert-set-properties): Do not consider
7593 subdirectory headings and empty lines to be information that
7594 `dired-hide-details-mode' should hide. (Bug#17228)
7595
7596 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
7597
7598 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
7599 Remove test messages.
7600 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
7601 and `target' twice.
7602
7603 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7604
7605 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
7606 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
7607
7608 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
7609
7610 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
7611
7612 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
7613 Set "IFS=" when using read builtin, in order to preserve spaces in
7614 the file name. Add test messages for hunting a bug on hydra.
7615 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
7616
7617 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7618
7619 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
7620 Don't prettify a word within a symbol.
7621
7622 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
7623
7624 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
7625 possible.
7626
7627 2014-04-22 Daniel Colascione <dancol@dancol.org>
7628
7629 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
7630 use defun to define `function-put'.
7631
7632 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7633
7634 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
7635 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
7636 (lisp-mode-variables): Set font-lock-extra-managed-props.
7637
7638 * emacs-lisp/byte-run.el (function-put): New function.
7639 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
7640 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
7641 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
7642 Use them.
7643
7644 2014-04-22 Daniel Colascione <dancol@dancol.org>
7645
7646 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
7647 Add `full-p' parameter; when nil, call `macroexpand' instead of
7648 `macroexpand-all'.
7649
7650 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
7651 Improve docstrings.
7652
7653 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
7654 Use lambda function values, not quoted lambdas.
7655 (byte-compile-recurse-toplevel): Remove extraneous &optional.
7656
7657 * emacs-lisp/cl-macs.el
7658 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
7659 (cl-struct-slot-value): Conditionally use aref or nth so that the
7660 compiler produces optimal code.
7661
7662 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7663
7664 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
7665 (inline): Don't inline cl--set-elt.
7666 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
7667 Define as inlinable instead.
7668 (cl-struct-set-slot-value): Remove.
7669
7670 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
7671 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
7672 Use setf instead.
7673
7674 2014-04-21 Daniel Colascione <dancol@dancol.org>
7675
7676 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
7677 last two parameters after all.
7678 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
7679 (cl--compiler-macro-assoc,cl-struct-slot-value)
7680 (cl-struct-set-slot-value): Stop using them.
7681
7682 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
7683
7684 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
7685 entry in image-mode-winprops-alist.
7686
7687 2014-04-21 Daniel Colascione <dancol@dancol.org>
7688
7689 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
7690 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
7691 (byte-compile-toplevel-file-form): Use it.
7692
7693 * emacs-lisp/cl-macs.el:
7694 (cl--loop-let): Properly destructure `while' clauses.
7695
7696 2014-04-20 Daniel Colascione <dancol@dancol.org>
7697
7698 * vc/vc.el (vc-root-dir): New public autoloaded function for
7699 generically finding the current VC root.
7700 * vc/vc-hooks.el (vc-not-supported): New error.
7701 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
7702
7703 2014-04-20 Daniel Colascione <dancol@dancol.org>
7704
7705 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
7706 argument.
7707 (cl--const-expr-val): cl--const-expr-val should macroexpand its
7708 argument in case we're inside a symbol-macrolet.
7709 (cl--do-arglist, cl--compiler-macro-typep)
7710 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
7711 environment to `cl--const-expr-val'.
7712 (cl-struct-sequence-type,cl-struct-slot-info)
7713 (cl-struct-slot-offset, cl-struct-slot-value)
7714 (cl-struct-set-slot-value): New functions.
7715
7716 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7717
7718 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
7719 assignments such as "case=hello" (bug#17297).
7720
7721 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
7722
7723 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
7724 Do not autoload.
7725 (tramp-file-name-handler, tramp-completion-file-name-handler):
7726 Revert patch from 2014-04-10, it isn't necessary anymore.
7727 (tramp-autoload-file-name-handler)
7728 (tramp-register-autoload-file-name-handlers): New defuns.
7729 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
7730 (tramp-register-file-name-handlers): Remove also
7731 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
7732 Do not autoload its invocation, but eval it after loading of 'tramp.
7733
7734 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
7735
7736 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
7737
7738 2014-04-17 Daniel Colascione <dancol@dancol.org>
7739
7740 Add support for bracketed paste mode; add infrastructure for
7741 managing terminal mode enabling and disabling automatically.
7742
7743 * xt-mouse.el:
7744 (xterm-mouse-mode): Simplify.
7745 (xterm-mouse-tracking-enable-sequence)
7746 (xterm-mouse-tracking-disable-sequence): New constants.
7747 (turn-on-xterm-mouse-tracking-on-terminal)
7748 (turn-off-xterm-mouse-tracking-on-terminal):
7749 Use tty-mode-set-strings and tty-mode-reset-strings terminal
7750 parameters instead of random hooks.
7751 (turn-on-xterm-mouse-tracking)
7752 (turn-off-xterm-mouse-tracking): Delete.
7753
7754 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
7755 (xterm-paste-ending-sequence): New constant.
7756 (xterm-paste): New command used for bracketed paste support.
7757
7758 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
7759 (terminal-init-xterm-bracketed-paste-mode): New function.
7760 (terminal-init-xterm): Call it.
7761 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
7762 and tty-mode-reset-strings instead of random hooks.
7763 (xterm-turn-on-modify-other-keys)
7764 (xterm-turn-off-modify-other-keys)
7765 (xterm-remove-modify-other-keys): Delete obsolete functions.
7766
7767 * term/screen.el: Rewrite to just use the xterm code.
7768 Add copyright notice. Mention tmux.
7769
7770 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
7771
7772 * image-mode.el (image-mode-window-put): Also update the property of
7773 the "default window".
7774 * doc-view.el (doc-view-new-window-function): If no window
7775 exists, move to the last known page.
7776
7777 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7778
7779 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
7780 here-documents (bug#17262).
7781
7782 2014-04-16 Eli Zaretskii <eliz@gnu.org>
7783
7784 * term/pc-win.el (x-list-fonts, x-get-selection-value):
7785 Provide doc strings, as required by snarf-documentation.
7786
7787 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7788
7789 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
7790 arg of overlays-at. Use `invisible-p'.
7791
7792 * obsolete/lucid.el (extent-at):
7793 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
7794 overlays-at.
7795 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
7796
7797 2014-04-16 João Távora <joaotavora@gmail.com>
7798
7799 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
7800 links. (Bug#17217).
7801
7802 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7803
7804 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
7805 Use mapc to loop over a vector. (Bug#17257).
7806
7807 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
7808
7809 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
7810 patch, there are new problems with file names containing spaces.
7811 Get rid of backticks. (Bug#17238)
7812
7813 2014-04-16 João Távora <joaotavora@gmail.com>
7814
7815 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
7816 possible bug.
7817
7818 2014-04-16 Eli Zaretskii <eliz@gnu.org>
7819
7820 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
7821 (blink-cursor-mode): Mention customization variables and the
7822 effect of 'blink-cursor-blinks'.
7823
7824 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
7825
7826 * simple.el (undo): Prevent insertion of identity mapping into
7827 undo-equiv-table so as undo-only does not inf loop in the presence
7828 of consecutive nils in undo list.
7829
7830 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
7831
7832 * faces.el (make-face): Deprecate optional argument as it is no
7833 longer needed/used since the conditional X resources handling
7834 has been pushed down to make-face-x-resource-internal itself.
7835 (make-empty-face): Don't pass optional argument to make-face.
7836
7837 2014-04-16 Karl Fogel <kfogel@red-bean.com>
7838
7839 * savehist.el (savehist-save): Remove workaround for a read-passwd
7840 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
7841 noticing that the shim was still present.
7842
7843 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7844
7845 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
7846
7847 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
7848
7849 * faces.el (face-set-after-frame-default): Remove unused local variable.
7850
7851 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7852
7853 * progmodes/grep.el: Use lexical-binding.
7854 (grep-expand-template): Pass explicit lexical env to `eval'.
7855 (zrgrep): Let-bind grep-find-template explicitly.
7856
7857 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
7858 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
7859
7860 2014-04-12 Eli Zaretskii <eliz@gnu.org>
7861
7862 * international/characters.el <standard-case-table>: Add entries
7863 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
7864 Set category of Coptic characters be 'g' (Greek).
7865
7866 2014-04-12 Leo Liu <sdl.web@gmail.com>
7867
7868 * progmodes/octave.el (completion-table-with-cache):
7869 Define if not available.
7870 (octave-goto-function-definition, octave-sync-function-file-names)
7871 (octave-find-definition-default-filename):
7872 Backquote upattern for compatibility.
7873
7874 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
7875
7876 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
7877 name twice due to backticks. (Bug#17238)
7878
7879 2014-04-12 Glenn Morris <rgm@gnu.org>
7880
7881 * term/w32-win.el (x-win-suspend-error):
7882 * term/x-win.el (x-win-suspend-error): Sync docs.
7883
7884 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
7885
7886 * faces.el (make-face): Remove deprecated optional argument.
7887 The conditional application of X resources is handled directly by
7888 make-face-x-resource-internal since Emacs 24.4.
7889 (make-empty-face): Don't pass optional argument to make-face.
7890
7891 2014-04-11 Glenn Morris <rgm@gnu.org>
7892
7893 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
7894
7895 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7896
7897 Ediff's overlay priorities cause more trouble than they solve.
7898 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
7899 (ediff-highest-priority): Remove function (bug#17234).
7900 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
7901 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
7902 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
7903 overlay priorities.
7904
7905 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
7906
7907 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
7908 entry; use symbol boundaries to avoid mis-matches.
7909
7910 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
7911
7912 * net/tramp.el (tramp-file-name-handler)
7913 (tramp-completion-file-name-handler): Avoid recursive loading.
7914
7915 * net/tramp-sh.el (tramp-make-copy-program-file-name):
7916 Quote result also locally.
7917
7918 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7919
7920 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
7921 Remove left-over code.
7922
7923 * newcomment.el (comment-indent-new-line): Sink code where it's used.
7924 Reuse the previous comment's indentation unconditionally if it's on its
7925 own line.
7926
7927 2014-04-09 Daniel Colascione <dancol@dancol.org>
7928
7929 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
7930 `no-syntax-crossing' arguments. Forward to `up-list'.
7931 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
7932 Implement logic for escaping from strings. Use narrowing to deal
7933 with corner cases.
7934
7935 2014-04-09 Leo Liu <sdl.web@gmail.com>
7936
7937 * net/rcirc.el (rcirc-connection-info): New variable.
7938 (rcirc-connect): Use it to store connection info.
7939 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
7940 for killed process.
7941 (rcirc-cmd-reconnect): New command. (Bug#17045)
7942 (rcirc-mode, set-rcirc-encode-coding-system)
7943 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
7944
7945 2014-04-09 Daniel Colascione <dancol@dancol.org>
7946
7947 * emacs-lisp/cl-indent.el: Add comment claiming
7948 facility is also good for elisp.
7949 (lisp-indent-find-method): New function.
7950 (common-lisp-indent-function): Recognize cl-loop.
7951 (common-lisp-indent-function-1): Recognize cl constructs; use
7952 `lisp-indent-find-method' instead of `get' directly.
7953 (if): Use else-body style for elisp.
7954
7955 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
7956
7957 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
7958 Module methods. (Bug#17216)
7959
7960 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * help.el (describe-bindings): Fix buffer handling (bug#17210).
7963 (describe-bindings-internal): Mark obsolete.
7964
7965 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7966
7967 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
7968 buffer-file-name, and buffer-file-truename any more.
7969
7970 2014-04-08 Leo Liu <sdl.web@gmail.com>
7971
7972 Use lexical-binding and require cl-lib.
7973 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
7974 (rcirc-handler-generic, rcirc-fill-paragraph)
7975 (rcirc-format-response-string, rcirc-target-buffer)
7976 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
7977 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
7978 (rcirc-ctcp-sender-PING, rcirc-browse-url)
7979 (rcirc-markup-timestamp, rcirc-markup-attributes)
7980 (rcirc-markup-my-nick, rcirc-markup-urls)
7981 (rcirc-markup-bright-nicks, rcirc-markup-fill)
7982 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
7983 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
7984 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
7985 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
7986 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
7987 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
7988 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
7989 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
7990 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
7991 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
7992 use cl-lib.
7993
7994 2014-04-07 João Távora <joaotavora@gmail.com>
7995
7996 * elec-pair.el (electric-pair--syntax-ppss):
7997 When inside comments parse from comment beginning.
7998 (electric-pair--balance-info): Fix typo in comment.
7999 (electric-pair--in-unterminated-string-p): Delete.
8000 (electric-pair--unbalanced-strings-p): New function.
8001 (electric-pair-string-bound-function): New var.
8002 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
8003 according to `electric-pair--in-unterminated-string-p'
8004
8005 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
8006 Inhibit quote pairing if point-max is inside an unterminated string.
8007 (electric-pair--looking-at-unterminated-string-p): Delete.
8008 (electric-pair--in-unterminated-string-p): New function.
8009
8010 2014-04-07 Glenn Morris <rgm@gnu.org>
8011
8012 * shell.el (shell-directory-tracker):
8013 Go back to just ignoring failures. (Bug#17159)
8014
8015 2014-04-07 João Távora <joaotavora@gmail.com>
8016
8017 Fix `electric-pair-delete-adjacent-pairs' in modes binding
8018 backspace. (Bug#16981)
8019 * elec-pair.el (electric-pair-backward-delete-char): Delete.
8020 (electric-pair-backward-delete-char-untabify): Delete.
8021 (electric-pair-mode-map): Bind backspace to a menu item filtering
8022 a new `electric-pair-delete-pair' command.
8023 (electric-pair-delete-pair): New command.
8024
8025 * progmodes/python.el (python-electric-pair-string-delimiter):
8026 Fix triple-quoting electricity. (Bug#17192)
8027
8028 * elec-pair.el (electric-pair-post-self-insert-function):
8029 Don't skip whitespace when `electric-pair-text-pairs' and
8030 `electric-pair-pairs' were used. syntax to
8031 electric-pair--skip-whitespace. (Bug#17183)
8032
8033 2014-04-07 Eli Zaretskii <eliz@gnu.org>
8034
8035 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
8036 "<F>". (Bug#17199)
8037
8038 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8039
8040 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
8041 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
8042
8043 2014-04-07 Glenn Morris <rgm@gnu.org>
8044
8045 * help.el (view-lossage): Doc tweak.
8046
8047 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
8048
8049 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
8050 only when inhibit-x-resources is nil, and do that earlier in the
8051 function. Doc fix. (Bug#16694)
8052 (face-spec-choose): Accept additional optional argument, whose
8053 value is returned if no matching attributes are found.
8054 (face-spec-recalc): Use the new optional argument when calling
8055 face-spec-choose. (Bug#16378)
8056 (make-face-x-resource-internal): Do nothing when
8057 inhibit-x-resources is non-nil. Don't touch the default face if
8058 reversed video is given--as was done in previous versions of Emacs.
8059 (face-set-after-frame-default): Don't call
8060 make-face-x-resource-internal here. (Bug#16434)
8061
8062 2014-04-07 Tassilo Horn <tsdh@gnu.org>
8063
8064 * doc-view.el (doc-view-bookmark-jump):
8065 Use `bookmark-after-jump-hook' to jump to the right page after the
8066 buffer is shown in a window. (bug#16090)
8067
8068 2014-04-07 Eli Zaretskii <eliz@gnu.org>
8069
8070 * international/characters.el (mirroring): Fix last change:
8071 instead of loading uni-mirrored.el explicitly, do that implicitly
8072 by creating the 'mirroring' uniprop table. This avoids announcing
8073 the loading of uni-mirrored.el.
8074
8075 2014-04-07 Glenn Morris <rgm@gnu.org>
8076
8077 * files.el (buffer-stale--default-function)
8078 (buffer-stale-function, revert-buffer--default):
8079 * autorevert.el (auto-revert-buffers): Doc tweaks.
8080
8081 2014-04-07 Eli Zaretskii <eliz@gnu.org>
8082
8083 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
8084
8085 2014-04-07 Glenn Morris <rgm@gnu.org>
8086
8087 * files.el (make-backup-file-name-function)
8088 (make-backup-file-name, make-backup-file-name--default-function)
8089 (make-backup-file-name-1, find-backup-file-name)
8090 (revert-buffer-function, revert-buffer-insert-file-contents-function)
8091 (buffer-stale--default-function, buffer-stale-function)
8092 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
8093 (revert-buffer, revert-buffer--default)
8094 (revert-buffer-insert-file-contents--default-function):
8095 Doc fixes related to defaults no longer being nil.
8096 (make-backup-file-name-function): Bump :version.
8097 Restore nil as a valid but deprecated custom type.
8098
8099 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8102 Handle $' used as a variable (bug#17174).
8103
8104 * progmodes/perl-mode.el (perl-indent-new-calculate):
8105 Handle forward-sexp failure (bug#16985).
8106 (perl-syntax-propertize-function): Add "foreach" and "for" statement
8107 modifiers introducing expressions (bug#17116).
8108
8109 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
8110
8111 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
8112
8113 2014-04-05 Leo Liu <sdl.web@gmail.com>
8114
8115 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8116 Add define-compilation-mode.
8117
8118 2014-04-04 João Távora <joaotavora@gmail.com>
8119
8120 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
8121 parse from comment beginning.
8122 (electric-pair--balance-info): Fix typo in comment.
8123 (electric-pair--in-unterminated-string-p): Delete.
8124 (electric-pair--unbalanced-strings-p): New function.
8125 (electric-pair-string-bound-function): New var.
8126 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
8127 according to `electric-pair--in-unterminated-string-p'.
8128
8129 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8130
8131 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
8132 Move declaration before first use.
8133 (reftex-move-to-next-arg): Silence compiler warning.
8134
8135 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
8136
8137 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
8138 Use `window-total-width' instead of `window-width'.
8139
8140 2014-04-03 Daniel Colascione <dancol@dancol.org>
8141
8142 * subr.el (set-transient-map): Remove rms's workaround entirely;
8143 use new `suspicious-object' subr to mark our lambda for closer
8144 scrutiny during gc.
8145
8146 2014-04-02 Richard Stallman <rms@gnu.org>
8147
8148 * subr.el (set-transient-map): Comment out previous change.
8149
8150 2014-04-02 Glenn Morris <rgm@gnu.org>
8151
8152 * menu-bar.el (menu-bar-file-menu):
8153 * vc/ediff.el (ediff-current-file):
8154 Update for revert-buffer-function no longer being nil by default.
8155
8156 * simple.el (command-execute): Respect nil disabled-command-function.
8157
8158 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
8159
8160 * simple.el (command-execute): Do not execute the command when it
8161 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
8162
8163 2014-04-02 Juri Linkov <juri@jurta.org>
8164
8165 * dired-aux.el (dired-compress-file): Don't use string-match-p
8166 because its match data is used afterwards.
8167
8168 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
8171 0 like nil.
8172
8173 2014-04-02 João Távora <joaotavora@gmail.com>
8174
8175 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
8176 Inhibit quote pairing if point-max is inside an unterminated string.
8177 (electric-pair--looking-at-unterminated-string-p):
8178 Delete.
8179 (electric-pair--in-unterminated-string-p): New function.
8180
8181 2014-04-01 Daniel Colascione <dancol@dancol.org>
8182
8183 * minibuffer.el (minibuffer-complete): Prevent assertion failure
8184 when trying to complete the prompt.
8185
8186 2014-03-31 Leo Liu <sdl.web@gmail.com>
8187
8188 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
8189 Refactor out eldoc-documentation-function-default.
8190 (eldoc-documentation-function-default): New function.
8191 (eldoc-documentation-function): Change value.
8192
8193 2014-03-31 Glenn Morris <rgm@gnu.org>
8194
8195 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
8196
8197 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
8198 (vhdl-compose-components-package, vhdl-compose-configuration):
8199 Abbreviate default-directory (missing from some previous upstream sync).
8200
8201 2014-03-31 Reto Zimmermann <reto@gnu.org>
8202
8203 Sync with upstream vhdl mode v3.35.2.
8204 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
8205 (top-level): No longer require assoc.
8206 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
8207 New functions. Use throughout to replace aget etc.
8208 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
8209 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
8210 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
8211 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
8212 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
8213 except `vhdl-compiler'.
8214 (vhdl-error-regexp-add-emacs): Remove all other compilers,
8215 when appropriate.
8216
8217 2014-03-31 Glenn Morris <rgm@gnu.org>
8218
8219 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
8220 Revert 2014-03-26 merge goof; go back to using defalias.
8221
8222 2014-03-30 Daniel Colascione <dancol@dancol.org>
8223
8224 * comint.el (comint-send-input):
8225 Deactivate completion-in-region-mode before we send comint input.
8226 (Bug#17139).
8227
8228 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
8229 on keyboard-quit.
8230
8231 2014-03-29 Glenn Morris <rgm@gnu.org>
8232
8233 * textmodes/reftex.el: Manage most autoloads automatically.
8234 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
8235 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
8236 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
8237 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
8238 * textmodes/reftex-toc.el: Set generated-autoload-file,
8239 and add autoload cookies for reftex.el.
8240 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
8241
8242 2014-03-28 Glenn Morris <rgm@gnu.org>
8243
8244 * cus-start.el (report-emacs-bug-address): Set custom properties.
8245 * mail/emacsbug.el (report-emacs-bug-address):
8246 Variable is now defined in emacs.c.
8247
8248 * mail/emacsbug.el (report-emacs-bug):
8249 Include system-configuration-features.
8250
8251 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
8252
8253 * simple.el (cycle-spacing): Never delete spaces on first run by
8254 default, but do so in a new 'fast mode and if there are already
8255 N spaces (the previous behavior).
8256 Compare N with its value in previous invocation so that changing
8257 prefix argument restarts `cycle-spacing' sequence.
8258 The idea is that with this change, binding M-SPC to
8259 `cycle-spacing' should not introduce any changes in behavior of
8260 the binding so long as users do not type M-SPC twice in a raw with
8261 the same prefix argument or lack thereof.
8262
8263 2014-03-28 Glenn Morris <rgm@gnu.org>
8264
8265 * faces.el (term-file-aliases): New variable.
8266 (tty-run-terminal-initialization): Respect term-file-aliases.
8267 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
8268 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
8269 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
8270
8271 2014-03-27 Glenn Morris <rgm@gnu.org>
8272
8273 * startup.el (inhibit-startup-hooks): Doc tweak.
8274 (normal-top-level): Simplify running of hooks.
8275 For window-setup-hook, respect inhibit-startup-hooks.
8276 (command-line-1): Don't set window-setup-hook to nil.
8277
8278 Allow selective autoloading from obsolete/ directory.
8279 * Makefile.in (obsolete-autoloads): New rule.
8280 (autoloads): Run obsolete-autoloads.
8281 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
8282 * simple.el (iswitchb-mode): Remove hand-written autoloads.
8283
8284 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
8285
8286 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8287 Highlight special globals with font-lock-builtin-face. (Bug#17057)
8288
8289 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
8290 Don't propertize `?' or `!' as symbol constituent when after
8291 colon. (Bug#17097)
8292
8293 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
8294
8295 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
8296 which is no longer needed and causes trouble in GTK builds (bug#17046).
8297
8298 * emacs-lisp/package-x.el (package--archive-contents-from-url):
8299 Use url-insert-file-contents; package-handle-response no longer exists.
8300
8301 2014-03-26 Daniel Colascione <dancol@dancol.org>
8302
8303 * simple.el (process-menu-mode-map): New variable.
8304 (process-menu-delete-process): New command.
8305
8306 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
8307
8308 * emacs-lisp/package.el: Fix bug#16733 (again).
8309 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
8310 (url-http-target-url): Remove unused declarations.
8311 (package-handle-response): Remove.
8312 (package--with-work-buffer): Use url-insert-file-contents and simplify.
8313 (package--download-one-archive): Use current-buffer instead of
8314 dynamic binding of `buffer'.
8315 (describe-package-1): Do not decode readme-string.
8316
8317 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
8318
8319 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
8320
8321 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
8322 from 2014-03-07, it decreases performance unnecessarily. Let-bind
8323 `remote-file-name-inhibit-cache' to nil in the second pass.
8324 (tramp-find-executable): Do not call "which" on SunOS.
8325 (tramp-send-command-and-check): Fix docstring.
8326 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
8327 check whether source directory has set the sticky bit.
8328
8329 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
8330
8331 * simple.el (primitive-undo): Only process marker adjustments
8332 validated against their corresponding (TEXT . POS). Issue warning
8333 for lone marker adjustments in undo history. (Bug#16818)
8334 (undo-make-selective-list): Add marker adjustments to selective
8335 undo list based on whether their corresponding (TEXT . POS) is in
8336 the region. Remove variable adjusted-markers, which was unused
8337 and only non nil during undo-make-selective-list.
8338 (undo-elt-in-region): Return nil when passed a marker adjustment
8339 and explain in function doc.
8340
8341 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
8342
8343 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
8344
8345 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
8346
8347 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
8348 Match special global variables without curlies, too.
8349 (ruby-font-lock-keywords): Simplify the matcher for special global
8350 variables. Don't require a non-word character after the variable.
8351 (Bug#17057)
8352
8353 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8354
8355 * simple.el (redisplay-highlight-region-function): Increase priority of
8356 overlay to make sure boundaries are visible (bug#15899).
8357
8358 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
8359
8360 * frameset.el (frameset--initial-params): Fix typo in parameter name.
8361 (frameset-restore): Compare display strings with equal.
8362
8363 * frame.el (make-frame): Don't quote display name in error message,
8364 it is already a string.
8365
8366 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8367
8368 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
8369 the password.
8370
8371 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
8372
8373 * emacs-lisp/package.el (package--add-to-archive-contents):
8374 Include already installed and built-in packages in
8375 `package-archive-contents'.
8376 (package-install): Don't include already installed packages in the
8377 options during interactive invocation. (Bug#16762)
8378 (package-show-package-list): If the buffer is already displayed in
8379 another window, switch to that window.
8380
8381 2014-03-26 Reto Zimmermann <reto@gnu.org>
8382
8383 Sync with upstream vhdl mode v3.35.1.
8384 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
8385 (vhdl-compiler-alist): Doc fix.
8386 (vhdl-goto-line): Remove.
8387 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
8388 (vhdl-mode) <paragraph-start>: Fix value.
8389 (vhdl-fix-statement-region): Not `for' in wait-statement.
8390 (vhdl-beautify-region): Also (un)tabify.
8391 (vhdl-get-visible-signals):
8392 Scan declarative part of generate statements.
8393 (vhdl-template-record): Fix indentation for record type declaration.
8394 (vhdl-expand-abbrev, vhdl-expand-paren):
8395 Revert to using fset again rather than defalias.
8396 (vhdl-scan-directory-contents): Tweak.
8397 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
8398 (vhdl-compose-components-package):
8399 Replace vhdl-goto-line with forward-line.
8400 (top-level): Tweak speedbar frame selection.
8401 (vhdl-generate-makefile-1): Support for compilers with no
8402 unit-to-file name mapping (create directory with dummy files).
8403
8404 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
8405
8406 Sync with upstream verilog-mode revision 702457d.
8407 * progmodes/verilog-mode.el (verilog-mode-version): Update.
8408 (create-lockfiles): Declare.
8409 (verilog-read-decls): Fix module header imports, bug709.
8410 Reported by Victor Lau.
8411 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
8412 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
8413 interface-only modules, bug721. Reported by Dean Hoyt.
8414
8415 2014-03-26 Glenn Morris <rgm@gnu.org>
8416
8417 * obsolete/gulp.el: Move here from emacs-lisp/.
8418
8419 * files.el (lock-buffer, unlock-buffer, file-locked-p):
8420 Remove fallback aliases, since they are always defined now.
8421
8422 2014-03-24 Daniel Colascione <dancol@dancol.org>
8423
8424 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
8425 instead of cl-loop search function.
8426
8427 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
8428
8429 * calendar/parse-time.el (parse-time-iso8601-regexp)
8430 (parse-iso8601-time-string): Copy from `url-dav' so that we can use
8431 it more generally.
8432
8433 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
8434
8435 * net/dns.el (network-interface-list): Define for XEmacs.
8436
8437 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
8438
8439 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
8440 the network interfaces changed.
8441 (dns-query): Use it to flush the data.
8442
8443 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
8444
8445 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
8446
8447 2014-03-23 Daniel Colascione <dancol@dancol.org>
8448
8449 Change subword-mode to use `find-word-boundary-function-table' and
8450 replace `capitalized-words-mode'. Also, convert to lexical binding.
8451 * progmodes/cap-words.el: Delete now-obsolete file.
8452 * progmodes/subword.el: Reimplement using
8453 `find-word-boundary-function-table'.
8454 (subword-mode-map): Hollow out.
8455 (capitalized-words-mode): Define as obsolete alias for
8456 `subword-mode'.
8457 (subword-mode, superword-mode): Tweak documentation to reflect new
8458 implementation; call `subword-setup-buffer'.
8459 (subword-forward, subword-capitalize): Add underscore to indicate
8460 unused variable.
8461 (subword-find-word-boundary-function-table): New constant.
8462 (subword-empty-char-table): New constant.
8463 (subword-setup-buffer): New function.
8464 (subword-find-word-boundary): New function.
8465
8466 2014-03-23 Daniel Colascione <dancol@dancol.org>
8467
8468 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
8469 list to look for keyword arguments instead of `memq', fixing
8470 (Bug#3647) --- unfortunately, only for freshly-compiled code.
8471 Please make bootstrap.
8472
8473 2014-03-22 Glenn Morris <rgm@gnu.org>
8474
8475 * dired.el (dired-read-regexp): Make obsolete.
8476 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
8477 (dired-flag-files-regexp):
8478 * dired-aux.el (dired-mark-read-regexp):
8479 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
8480
8481 * startup.el (fancy-startup-text):
8482 * help.el (describe-gnu-project): Visit online info about GNU project.
8483
8484 * help-fns.el (help-fns--interactive-only): New function.
8485 (help-fns-describe-function-functions): Add the above function.
8486 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
8487 (next-line, previous-line): Remove hand-written interactive-only
8488 information from doc strings, it is auto-generated now.
8489 * bookmark.el (bookmark-write):
8490 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
8491 (epa-mail-import-keys): Mark interactive-only,
8492 and remove hand-written interactive-only information from doc strings.
8493 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
8494 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
8495 * files.el (not-modified):
8496 * simple.el (mark-whole-buffer): Mark interactive-only.
8497
8498 * emacs-lisp/byte-run.el (defun-declarations-alist):
8499 Add interactive-only. Doc tweak.
8500 (macro-declarations-alist): Doc tweak.
8501 * subr.el (declare): Doc tweak (add xref to manual).
8502 * comint.el (comint-run):
8503 * files.el (insert-file-literally, insert-file):
8504 * replace.el (replace-string, replace-regexp):
8505 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
8506 (delete-forward-char, goto-line, insert-buffer, next-line)
8507 (previous-line): Set interactive-only via declare.
8508
8509 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
8510
8511 * emacs-lisp/package.el (package-desc): Use the contents of the
8512 quoted form, not its cdr. (Bug#16873)
8513
8514 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
8515
8516 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
8517 benefit of doc.c; change parameter profile to match the X function.
8518
8519 2014-03-22 Leo Liu <sdl.web@gmail.com>
8520
8521 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
8522 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
8523
8524 2014-03-21 Richard Stallman <rms@gnu.org>
8525
8526 * battery.el (battery-linux-sysfs): Search for each field
8527 from the beginning of the buffer.
8528
8529 * subr.el (set-transient-map): Clear out function and value
8530 of the temporary symbol when we're done with it.
8531
8532 * mail/rmailsum.el (rmail-summary-delete-forward):
8533 Optimize case of reaching end and handling count.
8534 (rmail-summary-mark-deleted): Optimize when N is current msg.
8535 Don't create new summary line.
8536 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
8537 (rmail-summary-undelete-many): Rewrite for speed.
8538 (rmail-summary-msg-number): New function.
8539
8540 * mail/rmail.el (rmail-delete-message): Update summary.
8541 (rmail-undelete-previous-message): Handle repeat count arg.
8542 (rmail-delete-backward, rmail-delete-forward): Likewise.
8543
8544 2014-03-21 Daniel Colascione <dancol@dancol.org>
8545
8546 * mail/emacsbug.el (report-emacs-bug): Include memory usage
8547 information in bug reports.
8548
8549 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
8550
8551 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
8552 and `tramp-copy-env'.
8553
8554 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
8555 (tramp-maybe-open-connection): Handle `tramp-login-env'.
8556
8557 2014-03-21 Glenn Morris <rgm@gnu.org>
8558
8559 * electric.el (electric-indent-post-self-insert-function): Add doc.
8560
8561 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
8562
8563 * emacs-lisp/package.el (package-compute-transaction):
8564 Use `version-list-<=' to compare the requirement version against
8565 the version of package already to be installed. Update the error
8566 message. (Bug#16826)
8567
8568 * progmodes/ruby-mode.el (ruby-smie-rules):
8569 Add indentation rule for ` @ '. (Bug#17050)
8570
8571 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
8572
8573 * align.el (align-regexp): Remove superfluous backslash.
8574
8575 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
8576 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
8577 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
8578 Fix docstring typos.
8579 (ffap-next): Use C-u in docstring.
8580 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
8581 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
8582 Remove superfluous backslashes.
8583 (ffap-string-at-point): Reflow docstring.
8584
8585 * server.el (server-host): Reflow docstring.
8586 (server-unload-function): Fix docstring typo.
8587 (server-eval-at): Remove superfluous backslash.
8588
8589 * skeleton.el (skeleton-insert): Remove superfluous backslash.
8590 (skeleton-insert): Doc fix.
8591 (skeleton-insert): Reflow docstring.
8592
8593 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
8594 (tty-color-approximate, tty-color-by-index, tty-color-values)
8595 (tty-color-desc): Remove superfluous backslashes.
8596
8597 2014-03-21 Glenn Morris <rgm@gnu.org>
8598
8599 * cus-start.el (history-length): Bump :version.
8600
8601 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
8602 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
8603 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
8604 Don't set `make-backup-files'.
8605
8606 * info.el (info--prettify-description): New function,
8607 to give info-finder descriptions consistent case, punctuation.
8608 (Info-finder-find-node): Use it. Sort packages.
8609 Refer to "description" rather than "commentary".
8610
8611 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
8612
8613 * frameset.el (frameset--print-register): New function.
8614 (frameset-to-register): Use it.
8615
8616 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
8617
8618 * progmodes/hideif.el (hif-string-to-number): New function.
8619 (hif-tokenize): Use it to understand non-decimal floats.
8620
8621 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
8622
8623 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
8624
8625 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8626
8627 * electric.el (electric-newline-and-maybe-indent): New command.
8628 Bind it globally to C-j.
8629 (electric-indent-mode): Don't mess with the global map any more.
8630 Don't drop the post-self-insert-hook is some buffer is still using it
8631 (bug#16770).
8632
8633 * bindings.el (global-map): Remove C-j binding.
8634
8635 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
8636 the docstring of functions advised before dumping (bug#16993).
8637
8638 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
8639
8640 * ps-print.el (ps-generate-postscript-with-faces):
8641 Explicitly deactivate the mark (bug#16866).
8642 * simple.el (deactivate-mark): Update region highlight.
8643
8644 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
8645
8646 * emacs-lisp/package.el (describe-package-1):
8647 Decode commentary (bug#16733).
8648
8649 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
8650
8651 * custom.el (defcustom): Doc fix: recommend avoiding destructive
8652 modification of the value argument of :set (bug#16755).
8653
8654 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8655
8656 * simple.el (newline-and-indent): Do autofill (bug#17031).
8657
8658 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
8659
8660 * newcomment.el (comment-normalize-vars): Only add escaping check
8661 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
8662 (comment-beginning): Use `narrow-to-region' instead of moving back
8663 one character.
8664 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
8665 (comment-start-skip): Update the docstring.
8666
8667 2014-03-18 Richard Stallman <rms@gnu.org>
8668
8669 * dired.el (dired-display-file): Force use of other window.
8670
8671 2014-03-18 Daniel Colascione <dancol@dancol.org>
8672
8673 * startup.el (tty-handle-args): Remove debug message from 2007.
8674
8675 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8676
8677 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
8678 (advice--make-interactive-form): Use it to avoid (auto)loading function.
8679 (advice--make-1, advice-add, advice-remove):
8680 Remove braindead :advice-pending hack.
8681
8682 2014-03-17 Glenn Morris <rgm@gnu.org>
8683
8684 * calendar/calendar.el (calendar-generate-month): Apply weekend
8685 face to the right days; fixes 2013-08-06 change. (Bug#17028)
8686
8687 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
8688
8689 * net/tramp.el (tramp-action-out-of-band): Read pending output.
8690 (tramp-call-process): Trace also DESTINATION.
8691
8692 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8693 Quote file names when they are local. Remove superfluous trace.
8694
8695 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
8696
8697 * newcomment.el (comment-beginning): If `comment-start-skip'
8698 doesn't match, move back one char and try again. (Bug#16971)
8699
8700 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8701 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
8702 Set `comment-start-skip' to a simpler value that doesn't try to
8703 check if the semicolon is escaped (this is handled by
8704 `syntax-ppss' now). (Bug#16971)
8705
8706 * progmodes/scheme.el (scheme-mode-variables): Same.
8707
8708 2014-03-16 Martin Rudalics <rudalics@gmx.at>
8709
8710 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
8711 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
8712 current (Bug#16816, Bug#17007).
8713 (with-current-buffer-window): New macro doing the same as
8714 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
8715 * help.el (help-print-return-message): Warn in doc-string to not
8716 use this in `with-help-window'.
8717 (describe-bindings-internal): Call `describe-buffer-bindings'
8718 from within help buffer. See Juanma's scenario in (Bug#16816).
8719 (with-help-window): Update doc-string.
8720 * dired.el (dired-mark-pop-up):
8721 * files.el (save-buffers-kill-emacs):
8722 * register.el (register-preview): Use `with-current-buffer-window'
8723 instead of `with-temp-buffer-window'.
8724
8725 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
8726
8727 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
8728 Implement inserting into current buffer, documented in their docstrings.
8729 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
8730 (rst-section-tree-point, rst-forward-section, rst-indent)
8731 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
8732 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
8733 (rst-font-lock-handle-adornment-pre-match-form)
8734 (rst-repeat-last-character): Reflow docstrings.
8735 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
8736 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
8737 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
8738 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
8739 Fix docstring typos.
8740 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
8741 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
8742 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
8743
8744 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
8745
8746 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
8747 for compatibility with other ports.
8748 (ns-initialize-window-system): Use it. It is set in term/common-win.el
8749 from the -xrm command line argument, but in the Nextstep port its value
8750 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
8751
8752 * progmodes/python.el (defconst, python-syntax-count-quotes)
8753 (python-indent-region, python-indent-shift-right)
8754 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
8755 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
8756 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
8757 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
8758 (inferior-python-mode, python-shell-make-comint, run-python-internal)
8759 (python-shell-buffer-substring, python-shell-send-buffer)
8760 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
8761 (python-completion-complete-at-point, python-fill-docstring-style)
8762 (python-eldoc-function, python-imenu-format-item-label)
8763 (python-imenu-format-parent-item-label)
8764 (python-imenu-format-parent-item-jump-label)
8765 (python-imenu--build-tree, python-imenu-create-index)
8766 (python-imenu-create-flat-index): Fix docstring typos.
8767 (python-indent-context, python-shell-prompt-regexp, run-python):
8768 Remove superfluous backslashes.
8769 (python-indent-line, python-nav-beginning-of-defun)
8770 (python-shell-get-buffer, python-shell-get-process)
8771 (python-info-current-defun, python-info-current-line-comment-p)
8772 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
8773 (python-indent-post-self-insert-function, python-shell-send-file)
8774 (python-shell-completion-get-completions)
8775 (python-shell-completion-complete-or-indent)
8776 (python-eldoc--get-doc-at-point): Reflow docstrings.
8777
8778 2014-03-14 Glenn Morris <rgm@gnu.org>
8779
8780 * emacs-lisp/package.el (package-menu-mode-map):
8781 Replace use of obsolete function alias. Tweak menu item text.
8782
8783 * info.el (Info-finder-find-node):
8784 Ignore the `emacs' metapackage. (Bug#10813)
8785
8786 * finder.el (finder-list-matches): Include unversioned packages
8787 in the result of a keyword search.
8788
8789 * finder.el (finder--builtins-descriptions): New constant.
8790 (finder-compile-keywords): Use finder--builtins-descriptions.
8791
8792 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
8793
8794 * simple.el (blink-matching-paren): Describe the new value,
8795 `jump', enabling the old behavior.
8796 (blink-matching-open): Use that value. (Bug#17008)
8797
8798 2014-03-14 Glenn Morris <rgm@gnu.org>
8799
8800 * finder.el (finder-no-scan-regexp): Add leim-list.
8801 (finder-compile-keywords):
8802 Don't skip files with same basename. (Bug#14010)
8803 * Makefile.in (setwins_finder): New, excluding leim.
8804 (finder-data): Use setwins_finder.
8805
8806 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
8807 (help-function-arglist, help-make-usage): Move from here...
8808 * help.el (help-split-fundoc, help-add-fundoc-usage)
8809 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
8810 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
8811
8812 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
8813
8814 * net/socks.el (socks, socks-override-functions)
8815 (socks-find-services-entry):
8816 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
8817 (hif-find-ifdef-block):
8818 * progmodes/modula2.el (m2-indent): Fix docstring typos.
8819
8820 * net/tls.el (tls-program): Reflow docstring.
8821
8822 * progmodes/pascal.el (pascal-mode-abbrev-table)
8823 (pascal-imenu-generic-expression, pascal-auto-endcomments)
8824 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
8825 (pascal-outline-mode): Fix docstring typos.
8826 (pascal-mode): Let define-derived-mode document mode hook.
8827 (pascal-uncomment-area): Reflow.
8828 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
8829
8830 * progmodes/opascal.el (opascal-compound-block-indent)
8831 (opascal-case-label-indent): Fix docstring typos.
8832 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
8833
8834 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
8835
8836 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8837 Fontify multiple adjacent negation chars. (Bug#17004)
8838
8839 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
8840
8841 * emacs-lisp/package.el (package--prepare-dependencies):
8842 Accept requirements without explicit version (bug#14941).
8843
8844 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
8845
8846 * register.el (register-separator, copy-to-register): Doc fixes.
8847 (register-preview-default): Remove unnecessary call to concat.
8848
8849 * frameset.el (frameset-restore): When checking for a visible frame,
8850 use the action map instead of calling visible-frame-list.
8851
8852 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
8853
8854 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
8855
8856 2014-03-12 Martin Rudalics <rudalics@gmx.at>
8857
8858 * window.el (fit-frame-to-buffer): Get maximum width from
8859 display's width instead of height.
8860
8861 2014-03-12 Glenn Morris <rgm@gnu.org>
8862
8863 * desktop.el (desktop-restore-frames)
8864 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
8865 (desktop-restore-reuses-frames): Doc tweaks.
8866
8867 * electric.el (electric-indent-mode): Doc fix.
8868
8869 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
8870
8871 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
8872 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
8873 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
8874 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
8875 (cvs-dired-use-hook): Fix docstring typos.
8876 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
8877 Doc fixes.
8878
8879 * vc/pcvs-defs.el (cvs-auto-remove-handled)
8880 (cvs-auto-remove-directories, cvs-default-ignore-marks)
8881 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
8882 (cvs-execute-single-dir): Fix docstring typos.
8883
8884 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
8885 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
8886
8887 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
8888
8889 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
8890 Fix docstring typos.
8891
8892 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
8893
8894 * frameset.el (frameset--jump-to-register): Add autoload; it could be
8895 called from jump-to-register after unloading the frameset package.
8896
8897 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
8898
8899 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
8900 (bug#16975). Deactivate the mark before setting it to nil.
8901 (activate-mark): Do nothing if region is already active.
8902
8903 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
8904
8905 * frameset.el (frameset--target-display): Remove definition; declare.
8906 (frameset-save, frameset-restore): Let-bind frameset--target-display.
8907
8908 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
8909
8910 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
8911 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
8912 when the advice is pending.
8913 (advice-remove): Remove this marker when not needed any more.
8914
8915 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
8916
8917 * frameset.el: Separate options for reusing frames and cleaning up.
8918 (frameset--reuse-list): Remove definition; declare.
8919 (frameset--action-map): Declare.
8920 (frameset--find-frame-if): Doc fix.
8921 (frameset--restore-frame): Cache frame action.
8922 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
8923 how to clean up the frame list after restoring. Remove cleaning
8924 options from REUSE-FRAMES. Change all keyword values to symbols.
8925 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
8926
8927 * desktop.el (desktop-restore-forces-onscreen)
8928 (desktop-restore-reuses-frames): Use non-keyword values.
8929 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
8930
8931 2014-03-10 Glenn Morris <rgm@gnu.org>
8932
8933 * files.el (find-file): Doc fix: update info node name.
8934
8935 * emacs-lisp/advice.el (ad-add-advice, defadvice):
8936 Doc fix: remove references to deleted info nodes.
8937
8938 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
8939
8940 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
8941 Do not add nil to the environment, when there's no remote `locale'.
8942 (tramp-find-inline-encoding): Check, that the remote host has
8943 installed perl, before sending scripts.
8944
8945 2014-03-10 Leo Liu <sdl.web@gmail.com>
8946
8947 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
8948 Clear eldoc-last-message. (Bug#16920)
8949
8950 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8951
8952 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
8953 (bug#14430).
8954
8955 2014-03-09 Juri Linkov <juri@jurta.org>
8956
8957 * ansi-color.el (ansi-color-names-vector): Copy default colors
8958 from `xterm-standard-colors' that look well on the default white
8959 background (and also on the black background) to avoid illegible
8960 color combinations like yellow-on-white and white-on-white.
8961 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
8962
8963 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
8964
8965 * frameset.el (frameset-restore): When no frame is visible, do not
8966 generate a list of frames, just make visible the selected one.
8967
8968 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
8969
8970 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
8971 it only contains the repository root. (Bug#16897)
8972
8973 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
8974
8975 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
8976 only when `remote-file-name-inhibit-cache' is nil.
8977 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
8978
8979 2014-03-06 Martin Rudalics <rudalics@gmx.at>
8980
8981 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
8982 Fix doc-strings.
8983 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
8984 fit-frame-to-buffer variable. Fix doc-string.
8985 (fit-window-to-buffer): Set ONLY argument in call of
8986 fit-frame-to-buffer. Fix doc-string.
8987
8988 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
8989
8990 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
8991 (tramp-action-password): Clear password cache if needed.
8992 (tramp-read-passwd): Do not clear password cache.
8993
8994 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
8995 cache unless it is the first password request.
8996
8997 2014-03-06 Glenn Morris <rgm@gnu.org>
8998
8999 * simple.el (newline): Doc tweak.
9000
9001 * emacs-lisp/shadow.el (load-path-shadows-find):
9002 Ignore dir-locals. (Bug#12357)
9003
9004 2014-03-05 Glenn Morris <rgm@gnu.org>
9005
9006 * files.el (interpreter-mode-alist):
9007 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
9008
9009 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
9010
9011 * frameset.el (frameset--initial-params): Filter out null entries.
9012
9013 2014-03-05 Martin Rudalics <rudalics@gmx.at>
9014
9015 * window.el (window-min-height, window-min-width):
9016 Rewrite doc-strings.
9017 (window-body-size): Add PIXELWISE argument to make it consistent
9018 with its callees.
9019
9020 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
9021
9022 * finder.el (finder-mode-map, finder-mode-syntax-table):
9023 Revert part of 2014-02-28 change.
9024
9025 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
9026
9027 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
9028 (eww-setup-buffer): Clear next/prev/etc more reliably.
9029 (eww-textarea-map): [tab] doesn't work on tty.
9030 Reported by Mario Lang.
9031
9032 * net/shr.el (shr-map): Ditto.
9033
9034 2014-03-04 Glenn Morris <rgm@gnu.org>
9035
9036 * minibuffer.el (completion-hilit-commonality):
9037 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
9038
9039 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
9040
9041 * hilit-chg.el (hilit-chg-unload-function): New function.
9042 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
9043 (hilit-chg-map-changes): Prefer cardinal number to digit.
9044 (hilit-chg-display-changes): Reflow docstring.
9045 (highlight-changes-rotate-faces): Remove superfluous backslash.
9046
9047 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
9048
9049 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
9050 `tramp-send-command-and-check'.
9051
9052 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
9053
9054 * hexl.el (hexl-address-region, hexl-ascii-region)
9055 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
9056 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
9057 (hexl-forward-word, hexl-previous-line, hexl-next-line):
9058 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
9059 (hexl-mode): Doc fix.
9060 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
9061 (hexl-mode-ruler): Fix typos in docstrings.
9062
9063 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
9064 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
9065 Remove superfluous backslashes.
9066 (strokes-last-stroke, strokes-global-map, strokes-mode):
9067 Reflow docstrings.
9068 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
9069 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
9070 (strokes-distance-squared, strokes-global-set-stroke)
9071 (strokes-global-set-stroke-string): Doc fixes.
9072 (strokes-help): Fix typos; reflow docstring.
9073
9074 2014-03-04 Martin Rudalics <rudalics@gmx.at>
9075
9076 * window.el (window-in-direction): Fix doc-string.
9077
9078 2014-03-04 Glenn Morris <rgm@gnu.org>
9079
9080 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
9081 Explicit error if no grammar.
9082 (smie-config-save): Doc fix. Fix quote typo.
9083
9084 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
9085
9086 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
9087 electric-indent-mode-hook if we obey electric-indent-mode.
9088 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
9089 decide whether we obey electric-indent-mode.
9090 (c-change-set-fl-decl-start, c-extend-after-change-region):
9091 Silence warnings.
9092 (c-electric-indent-mode-hook): Assume we do want to obey
9093 electric-indent-mode.
9094
9095 * electric.el (electric-indent-mode-has-been-called): Remove.
9096 (electric-indent-mode): Fix accordingly.
9097
9098 * files.el (hack-local-variables): Mention file name in warning.
9099
9100 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
9101
9102 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
9103
9104 * bindings.el: Add comment describing why C-d binds to `delete-char'.
9105 * simple.el (delete-forward-char): Mark as interactive-only.
9106
9107 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
9108
9109 * icomplete.el (icomplete-completions):
9110 Follow-up to 2014-03-01 change.
9111
9112 * icomplete.el: Miscellaneous doc fixes.
9113 Use Icomplete everywhere instead of icomplete for consistency.
9114 (icomplete-max-delay-chars): Fix typo.
9115 (icomplete-mode): Use \[].
9116 (icomplete-tidy, icomplete-exhibit): Reflow.
9117 (icomplete-minibuffer-setup-hook, icomplete-completions):
9118 Remove superfluous backlashes.
9119
9120 * ido.el: Miscellaneous doc fixes.
9121 Use Ido everywhere instead of ido or `ido' for consistency.
9122 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
9123 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
9124 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
9125 (ido-separator): Extract obsolescence info from docstring and declare
9126 with make-obsolete-variable.
9127 (ido-minibuffer-setup-hook): Simplify example.
9128 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
9129 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
9130 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
9131 (ido-everywhere): Reflow docstring.
9132 (ido-toggle-vc): Doc fix.
9133 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
9134 of long list of keybindings.
9135
9136 2014-03-03 Glenn Morris <rgm@gnu.org>
9137
9138 * frame.el (display-pixel-height, display-pixel-width)
9139 (display-mm-dimensions-alist, display-mm-height)
9140 (display-mm-width): Doc tweaks.
9141
9142 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
9143
9144 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
9145 case of undo in region.
9146
9147 2014-03-02 Martin Rudalics <rudalics@gmx.at>
9148
9149 * window.el (fit-window-to-buffer): Fix argument in window-size
9150 call when window is horizontally combined.
9151
9152 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
9153
9154 * icomplete.el (icomplete-completions): Use string-width.
9155 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9156
9157 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
9158
9159 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9160 Highlight regexp options. (Bug#16914)
9161
9162 2014-03-01 Martin Rudalics <rudalics@gmx.at>
9163
9164 * window.el (window--max-delta-1): Round down when calculating
9165 how many lines/columns we can get from a window.
9166
9167 2014-03-01 Glenn Morris <rgm@gnu.org>
9168
9169 * isearch.el (search-invisible): Doc fix.
9170
9171 * minibuffer.el (completion-hilit-commonality):
9172 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
9173 * comint.el (comint-dynamic-list-completions): Doc fix.
9174 * comint.el (comint-dynamic-list-completions):
9175 * filecache.el (file-cache-minibuffer-complete):
9176 * tempo.el (tempo-display-completions):
9177 * eshell/em-hist.el (eshell-list-history):
9178 Replace use of obsolete argument of display-completion-list.
9179
9180 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
9181
9182 * icomplete.el (icomplete-completions):
9183 Revert back to using "..." when ?… cannot be displayed.
9184
9185 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
9186
9187 * finder.el (finder-unload-function): New function.
9188
9189 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
9190
9191 * dframe.el (dframe-detach):
9192 * find-dired.el (find-dired, find-name-dired):
9193 * finder.el (finder-mode-map, finder-mode-syntax-table)
9194 (finder-headmark, finder-select, finder-mouse-select):
9195 Fix docstring typos.
9196
9197 2014-02-28 Martin Rudalics <rudalics@gmx.at>
9198
9199 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
9200 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
9201 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9202 Fix doc-string based on a suggestion by Nicolas Richard
9203 <theonewiththeevillook@yahoo.fr>.
9204 * help.el (with-help-window): Fix doc-string.
9205
9206 2014-02-28 Ivan Kanis <ivan@kanis.fr>
9207
9208 * net/shr.el (shr-image-animate): New option.
9209 (shr-put-image): Respect shr-image-animate.
9210
9211 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
9212
9213 * net/tramp-adb.el (tramp-adb-parse-device-names):
9214 Use `accept-process-output'.
9215 (tramp-adb-handle-file-truename): Cache the localname only.
9216 (tramp-adb-handle-make-directory)
9217 (tramp-adb-handle-delete-directory): Flush file properties correctly.
9218 (tramp-adb-handle-set-file-modes): Do not raise an error when file
9219 modes cannot be changed.
9220
9221 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
9222 file properties of symlinks.
9223
9224 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
9225
9226 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
9227 required/optional fields to match development biblatex. (Bug#16781)
9228
9229 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
9230
9231 * saveplace.el (toggle-save-place):
9232 Fix argument handling. (Bug#16673)
9233
9234 2014-02-28 Glenn Morris <rgm@gnu.org>
9235
9236 * minibuffer.el (completions-first-difference)
9237 (completions-common-part, completion-hilit-commonality): Doc fixes.
9238
9239 2014-02-28 Karl Berry <karl@gnu.org>
9240
9241 * info.el (Info-mode-map): Add H for describe-mode,
9242 to synchronize with standalone Info.
9243
9244 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
9245
9246 * progmodes/sql.el (sql-interactive-mode):
9247 Avoid setting global comint-input-ring-separator. (Bug#16814)
9248
9249 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
9250
9251 * net/dbus.el (dbus--init-bus): Declare function.
9252 (dbus-path-local, dbus-interface-local): New defconst.
9253 (dbus-init-bus): Use them.
9254 (dbus-return-values-table): Extend doc.
9255 (dbus-handle-bus-disconnect): Extend error message.
9256
9257 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
9258
9259 * subr.el (y-or-n-p): Fix double space issue in message.
9260
9261 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
9262
9263 * net/tramp.el (tramp-call-process): Improve trace message.
9264 (tramp-handle-insert-file-contents): Trace error case.
9265
9266 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
9267 <insert-directory>: Use `tramp-handle-insert-directory'.
9268 (tramp-adb-handle-insert-directory): Remove function.
9269 (tramp-adb-send-command-and-check): New defun, replacing
9270 `tramp-adb-command-exit-status'. Change all callees.
9271 (tramp-adb-handle-file-attributes)
9272 (tramp-adb-handle-directory-files-and-attributes): Use it.
9273 (tramp-adb-ls-output-name-less-p):
9274 Use `directory-listing-before-filename-regexp'.
9275 (tramp-adb-handle-delete-directory): Flush also file properties of
9276 the truename of directory.
9277 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
9278 (tramp-adb-handle-file-local-copy): Make the local copy readable.
9279 (tramp-adb-handle-write-region): Implement APPEND.
9280 (tramp-adb-handle-rename-file): Make it more robust. Flush file
9281 properties correctly.
9282 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
9283 variables. Check for connected devices only when needed.
9284
9285 2014-02-27 Glenn Morris <rgm@gnu.org>
9286
9287 * minibuffer.el (completion-table-dynamic)
9288 (completion-table-with-cache): Doc fixes.
9289
9290 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
9291 (completing-read-multiple): Doc fixes.
9292
9293 2014-02-27 Daniel Colascione <dancol@dancol.org>
9294
9295 * minibuffer.el (completion--nth-completion): Fix indentation.
9296
9297 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
9298 explicit tramp path is empty.
9299
9300 2014-02-27 Glenn Morris <rgm@gnu.org>
9301
9302 * emacs-lisp/crm.el (completing-read-multiple):
9303 Empower help-enable-auto-load.
9304
9305 2014-02-26 Glenn Morris <rgm@gnu.org>
9306
9307 * startup.el (command-line): Don't init the tty in daemon mode.
9308
9309 Avoid calling tty-setup-hook twice, eg if a term file
9310 explicitly calls tty-run-terminal-initialization. (Bug#16859)
9311 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
9312 (tty-create-frame-with-faces): Use it.
9313 * startup.el (command-line): Pass run-hook argument
9314 to tty-run-terminal-initialization.
9315
9316 * dired.el (dired-restore-desktop-buffer): Demote errors;
9317 eg in case a glob match fails. (Bug#16884)
9318
9319 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
9320
9321 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
9322 error from `read-from-string'. (Bug#16850)
9323
9324 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
9325 result of `completing-read' in the interactive form. (Bug#16854)
9326
9327 2014-02-25 Glenn Morris <rgm@gnu.org>
9328
9329 * image.el (image-animate, image-animate-timeout):
9330 Stop animating images in dead buffers. (Bug#16878)
9331
9332 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
9333
9334 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
9335 Doc fixes.
9336 * startup.el (term-setup-hook): Doc fix. Make obsolete.
9337 * term/sun.el (sun-raw-prefix-hooks):
9338 Use tty-setup-hook instead of term-setup-hook.
9339 (terminal-init-sun): Construct message from bytecomp plist.
9340 * term/wyse50.el (enable-arrow-keys): Doc fix.
9341
9342 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
9343
9344 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
9345 Fix docstring typos.
9346
9347 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
9348
9349 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
9350
9351 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
9352
9353 * minibuffer.el (completion--try-word-completion):
9354 Fix error when completing M-x commands (bug#16808).
9355
9356 2014-02-24 Leo Liu <sdl.web@gmail.com>
9357
9358 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
9359
9360 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
9361
9362 * apropos.el (apropos-print): Avoid formatting error when
9363 apropos-do-all and apropos-compact-layout are both t.
9364
9365 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
9366
9367 * apropos.el (apropos-property, apropos-all-words-regexp)
9368 (apropos-true-hit, apropos-variable, apropos-print):
9369 Fix docstring typos, and remove obsolete comment.
9370
9371 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
9372
9373 * net/tramp-sh.el (tramp-sh-handle-file-truename):
9374 Preserve trailing "/". (Bug#16851)
9375
9376 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
9377
9378 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
9379 after `=>' (bug#16811).
9380 (ruby-smie-rules): Handle the inconsistent second element of the
9381 list returned by `smie-indent--parent'.
9382 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
9383 method call.
9384
9385 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
9386
9387 * elec-pair.el (electric-pair-text-syntax-table)
9388 (electric-pair-syntax-info, electric-pair--syntax-ppss)
9389 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
9390 (electric-pair--looking-at-unterminated-string-p): Doc fix.
9391 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
9392
9393 2014-02-22 Glenn Morris <rgm@gnu.org>
9394
9395 * imenu.el (imenu--generic-function): Doc fix.
9396
9397 * register.el (frame-configuration-to-register): Make obsolete.
9398
9399 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
9400
9401 * desktop.el (desktop-save-buffer-p): Do not fail when
9402 desktop-files-not-to-save is nil. Return t for true result
9403 as the doc says.
9404
9405 2014-02-22 Daniel Colascione <dancol@dancol.org>
9406
9407 * net/secrets.el (secrets-create-item, secrets-search-items):
9408 Check that attribute values are strings, avoiding the construction
9409 of invalid dbus messages.
9410
9411 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
9412
9413 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
9414 defun-declarations-alist.
9415
9416 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
9417
9418 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
9419 (bug#16829).
9420
9421 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
9422
9423 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
9424 (whitespace-newline, whitespace-trailing, whitespace-line)
9425 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
9426 (whitespace-space-after-tab): Fix typo in docstrings.
9427
9428 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
9429
9430 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
9431
9432 * electric.el (electric-indent-functions-without-reindent):
9433 Add `yaml-indent-line'.
9434
9435 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
9436
9437 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
9438 It has done nothing for years; should be removed after the release.
9439
9440 * simple.el (choose-completion): Fix docstring typo.
9441 (read-quoted-char-radix): Remove unneeded * in docstring.
9442 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
9443 Don't escape parentheses unnecessarily in docstrings.
9444
9445 2014-02-21 Martin Rudalics <rudalics@gmx.at>
9446
9447 Fix handling of window-min-height/-width (Bug#16738).
9448 * window.el (window--dump-window, window--dump-frame):
9449 New functions.
9450 (window--min-size-1): Account for window dividers.
9451 When window-resize-pixelwise is nil, delay rounding till after the
9452 sum of the window components has been calculated.
9453 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
9454 nil make sure at least one text line and two text columns remain
9455 fully visible.
9456 (window-resize): Signal an error when window-resize-apply fails.
9457 (window--resize-child-windows): Fix calculation of by how many
9458 pixels a window can still be shrunk via window-new-normal.
9459 (adjust-window-trailing-edge): Call window--resizable with
9460 correct TRAIL argument.
9461
9462 (with-temp-buffer-window): Don't evaluate BODY within
9463 with-current-buffer (Bug#16816).
9464
9465 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
9466
9467 * net/tramp.el (tramp-check-cached-permissions):
9468 Call `file-attributes' with `suffix' being a symbol but a string.
9469
9470 2014-02-21 Daniel Colascione <dancol@dancol.org>
9471
9472 * net/dbus.el (dbus-init-bus-1): Declare new subr.
9473 (dbus-init-bus): New function: call into dbus-init-bus-1
9474 and installs a handler for the disconnect signal.
9475 (dbus-call-method): Rewrite to look for result in cons.
9476 (dbus-call-method-handler): Store result in cons.
9477 (dbus-check-event): Recognize events with nil sender as valid.
9478 (dbus-handle-bus-disconnect): New function. React to bus
9479 disconnection signal by synthesizing dbus error for each
9480 pending synchronous or asynchronous call.
9481 (dbus-notice-synchronous-call-errors): New function.
9482 (dbus-handle-event): Raise errors directly only when `dbus-debug'
9483 is true, not all the time.
9484
9485 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
9486
9487 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9488 Remove obsolescence declarations, these variables do not exist anymore.
9489
9490 * savehist.el (savehist-save-minibuffer-history)
9491 (savehist-additional-variables, savehist-file, savehist-mode-hook)
9492 (savehist-save-hook, savehist-coding-system, savehist-loaded)
9493 (savehist-load, savehist-install, savehist-autosave): Fix typos;
9494 mostly, refer to "Savehist mode" when talking about the mode,
9495 and not the function.
9496
9497 * saveplace.el (save-place): Remove redundant info in docstring.
9498 (save-place-forget-unreadable-files, toggle-save-place)
9499 (save-place-forget-unreadable-files, save-place-dired-hook):
9500 Fix typos and remove unneeded backslashes.
9501
9502 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
9503
9504 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
9505 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
9506
9507 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
9508 <insert-directory>: Use `tramp-handle-insert-directory'.
9509 (tramp-gvfs-handle-insert-directory): Remove function.
9510
9511 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9512 Call `tramp-handle-insert-directory'.
9513
9514 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
9515
9516 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
9517 before the start of buffer/region (bug#16799).
9518
9519 2014-02-20 Glenn Morris <rgm@gnu.org>
9520
9521 * isearch.el (search-invisible): Doc fix.
9522
9523 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
9524
9525 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
9526 (bug#16657).
9527
9528 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
9529
9530 * frameset.el (frameset-restore): Delay removing an old frame's
9531 duplicate id until the new frame has been correctly created.
9532
9533 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
9534
9535 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
9536 (tramp-check-cached-permissions): Call `file-attributes' if the
9537 cache is empty.
9538
9539 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
9540 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
9541
9542 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
9543 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
9544 (tramp-gvfs-maybe-open-connection): Set always connection
9545 properties, even if target is mounted already.
9546
9547 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
9548 Set tramp-autoload cookie.
9549 (tramp-get-remote-touch): New defun.
9550 (tramp-sh-handle-set-file-times): Use it.
9551 (tramp-sh-handle-directory-files-and-attributes):
9552 Use `tramp-handle-directory-files-and-attributes' if neither stat
9553 nor perl are available on the remote host.
9554
9555 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
9556 "/". Write long listing only when "l" belongs to the switches.
9557
9558 * net/trampver.el: Update release number.
9559
9560 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
9561
9562 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
9563
9564 2014-02-19 Martin Rudalics <rudalics@gmx.at>
9565
9566 * window.el (window-state-put): Allow WINDOW to refer to an
9567 internal window (Bug#16793).
9568
9569 2014-02-19 Glenn Morris <rgm@gnu.org>
9570
9571 * textmodes/remember.el: Move provide statement to end.
9572 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
9573 (remember-notes): Doc fixes.
9574
9575 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
9576
9577 * delsel.el (delete-char): Restore incorrectly erased property
9578 (bug#16795).
9579
9580 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
9581
9582 * frameset.el (frameset--restore-frame): When a frame is being reused
9583 and its root window is not alive, delete all the frame's windows before
9584 restoring the window state. This works around the issue in bug#16793.
9585
9586 2014-02-18 Glenn Morris <rgm@gnu.org>
9587
9588 * textmodes/remember.el (remember-data-directory)
9589 (remember-directory-file-name-format, remember-store-in-files)
9590 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
9591 (remember-notes-save-and-bury-buffer)
9592 (remember-notes--kill-buffer-query): Doc fixes.
9593
9594 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
9595
9596 2014-02-17 Alan Mackenzie <acm@muc.de>
9597
9598 Connect electric-indent-mode up with CC Mode. Bug #15478.
9599 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
9600 to electric-indent-{,local-}-mode.
9601 (c-basic-common-init): Set electric-indent-inhibit.
9602 Initialise c-electric-flag from electric-indent-mode.
9603 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
9604 New hook functions which propagate electric-indent-mode to CC mode.
9605
9606 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
9607 hit, toggle electric-indent-local-mode.
9608
9609 * electric.el (electric-indent-mode-has-been-called):
9610 New variable.
9611
9612 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
9613
9614 * frameset.el (frameset-cfg-id): New function.
9615 (frameset--reuse-frame, frameset-restore): Use it.
9616 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
9617
9618 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * ido.el (ido-file-internal): Remove unused var `d'.
9621 Use \` for to match BoS. Fit within 80n columns.
9622
9623 2014-02-17 Daniel Colascione <dancol@dancol.org>
9624
9625 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
9626 dbus-call-method check for completion using a busy-wait loop with
9627 gradual backoff.
9628
9629 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
9630
9631 Sync with Tramp 2.2.9.
9632
9633 * net/trampver.el: Update release number.
9634
9635 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
9636
9637 * ido.el (ido-file-internal): Don't add the name of an existing
9638 directory twice. (Bug#16747)
9639
9640 2014-02-16 Glenn Morris <rgm@gnu.org>
9641
9642 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
9643 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
9644
9645 2014-02-15 Michael R. Mauger <michael@mauger.com>
9646
9647 * progmodes/sql.el: Version 3.4
9648 (sql-oracle-options): New default value ("-L").
9649 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
9650 (sql-placeholders-filter): Correct placeholder pattern.
9651 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
9652 (sql-login-delay): New variable.
9653 (sql-product-interactive): Use it.
9654
9655 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
9656
9657 * frameset.el (frameset--jump-to-register): Check that buffer is live
9658 (bug#16749).
9659
9660 2014-02-15 Glenn Morris <rgm@gnu.org>
9661
9662 * info.el (info-initialize): Revert 2014-01-10 change.
9663
9664 2014-02-14 Glenn Morris <rgm@gnu.org>
9665
9666 * replace.el (map-query-replace-regexp)
9667 (read-regexp-defaults-function, read-regexp): Doc fixes.
9668
9669 * dired.el (dired-read-regexp):
9670 * faces.el (list-faces-display):
9671 * misearch.el (multi-isearch-read-matching-buffers)
9672 (multi-isearch-read-matching-files):
9673 * play/cookie1.el (cookie-apropos):
9674 * progmodes/grep.el (grep-read-regexp): Doc fixes.
9675
9676 * textmodes/remember.el (remember): Use frameset-to-register
9677 rather than frame-configuration-to-register.
9678
9679 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
9680
9681 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
9682 incorrect keybinding.
9683
9684 2014-02-13 Daniel Colascione <dancol@dancol.org>
9685
9686 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
9687 when adding overlays so that line numbers from compiler match line
9688 numbers we use.
9689
9690 2014-02-13 Glenn Morris <rgm@gnu.org>
9691
9692 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
9693
9694 * jit-lock.el (jit-lock-mode): Doc fix.
9695
9696 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
9697
9698 * apropos.el (apropos-read-pattern): When the user passes an empty
9699 string, give a more helpful error message than "Wrong type
9700 argument: stringp, nil".
9701
9702 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
9703
9704 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
9705
9706 2014-02-13 Glenn Morris <rgm@gnu.org>
9707
9708 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
9709
9710 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
9711
9712 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
9713 shift-select commands.
9714
9715 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
9716
9717 * progmodes/js.el (js-indent-line): Don't widen.
9718 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
9719
9720 2014-02-12 Glenn Morris <rgm@gnu.org>
9721
9722 * icomplete.el (icomplete): Add info-link to defgroup.
9723 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
9724 (icomplete-minibuffer-map, icomplete-mode)
9725 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
9726
9727 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
9728 (package-menu-filter): Rename from package-menu-filter-interactive.
9729 Doc fix.
9730
9731 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
9732
9733 * frameset.el (frameset--jump-to-register): Select the required
9734 window and buffer before restoring position (bug#16696).
9735
9736 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
9737
9738 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
9739
9740 2014-02-10 Glenn Morris <rgm@gnu.org>
9741
9742 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
9743
9744 2014-02-10 Eli Zaretskii <eliz@gnu.org>
9745
9746 * w32-common-fns.el (x-get-selection): Doc fix.
9747 * select.el (x-get-selection): Doc fix. (Bug#15109)
9748
9749 * face-remap.el (face-remap-add-relative)
9750 (face-remap-remove-relative, face-remap-reset-base)
9751 (face-remap-set-base): Call force-mode-line-update to redisplay
9752 the current buffer due to potential change in faces. (Bug#16709)
9753
9754 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
9755
9756 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
9757 script more robustly.
9758
9759 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
9760
9761 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
9762
9763 * simple.el (choose-completion): Doc fix (bug#14160).
9764
9765 * subr.el (event-start): Say what a nil EVENT value means.
9766
9767 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
9768 (bug#14197).
9769
9770 * progmodes/grep.el (find-program): Doc fix (bug#14289).
9771
9772 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
9773
9774 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
9775
9776 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
9777 predicate function (bug#15455).
9778
9779 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
9780
9781 * ielm.el (inferior-emacs-lisp-mode): Instead of
9782 `comment-use-global-state', set `comment-use-syntax'.
9783
9784 2014-02-10 Glenn Morris <rgm@gnu.org>
9785
9786 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
9787
9788 2014-02-09 Alan Mackenzie <acm@muc.de>
9789
9790 Fix c-invalidate-state-cache on narrowed buffers.
9791 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
9792 Widen when setting and clearing the CPP delimiter properties.
9793
9794 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
9795
9796 * help.el (describe-bindings): Doc fix (bug#9888).
9797
9798 * files.el (save-buffer): Use ARG as the parameter name for
9799 consistency (bug#10346).
9800 (save-buffer): Clarify the 0 argument (bug#10346).
9801
9802 * cus-edit.el (customize-apropos): Fix error string.
9803 (custom-buffer-create): Doc fix (bug#11122).
9804 (custom-sort-items): Doc fix (bug#11121).
9805
9806 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
9807
9808 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
9809 (icomplete-simple-completing-p): Mention the previous variable.
9810
9811 * font-lock.el (font-lock-value-in-major-mode): Clarify the
9812 meaning of the parameter (bug#12282).
9813
9814 * files.el (find-file-noselect): Clarify prompt when changing
9815 readedness (bug#13261).
9816 (locate-file): Suffixes aren't returned, so don't say that they
9817 are (bug#12674).
9818 (backup-inhibited): Doc clarification (bug#12525).
9819
9820 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
9821 before we actually start to delete things (bug#16331).
9822
9823 * subr.el (event-start): Doc fix (bug#14228).
9824 (event-end): Ditto.
9825
9826 2014-02-09 Glenn Morris <rgm@gnu.org>
9827
9828 * emacs-lisp/warnings.el (lwarn):
9829 Empower help-enable-auto-load. (Bug#15940)
9830
9831 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
9832
9833 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
9834 (Bug#16690)
9835
9836 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
9837
9838 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
9839 Insert output at end of buffer. (Bug#16120)
9840
9841 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
9842
9843 * simple.el (choose-completion-string-functions): Document new
9844 calling convention (bug#14153).
9845 (execute-extended-command): Clarify doc string (bug#13373).
9846
9847 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
9848
9849 * find-dired.el (find-name-dired): Doc fix (bug#14290).
9850 (find-grep-dired): Doc fix (bug#14288).
9851
9852 2014-02-08 Juri Linkov <juri@jurta.org>
9853
9854 * isearch.el (isearch-quote-char): Check character validity
9855 like in `quoted-insert' (bug#16677).
9856
9857 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
9858
9859 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
9860
9861 * isearch.el (isearch-hide-immediately): Doc clarification
9862 (bug#14723).
9863
9864 * simple.el (line-move): Document utility function used many
9865 places in the Emacs sources (bug#14843).
9866
9867 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
9868 (dired-prev-marked-file): Doc fix (bug#14855).
9869 (dired-up-directory): Doc fix (bug#14848).
9870
9871 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
9872
9873 * files.el (file-relative-name): Doc fix (bug#15159).
9874
9875 * fringe.el (fringe-styles): Doc fix (bug#15239).
9876
9877 * isearch.el (isearch-filter-predicate): Documentation typo fix
9878 (bug#15474).
9879
9880 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
9881
9882 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
9883
9884 * replace.el (replace-match-maybe-edit): Doc clarification
9885 (bug#15632).
9886
9887 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
9888
9889 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
9890
9891 2014-02-08 Glenn Morris <rgm@gnu.org>
9892
9893 * help-fns.el (describe-variable):
9894 Check {file,dir}-local-variables-alist, and buffer-file-name,
9895 in the correct buffer.
9896
9897 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
9898
9899 * help-fns.el (describe-variable): Fix the case where
9900 a value is directory-local with no dir-locals file. (Bug#16635)
9901
9902 2014-02-08 Glenn Morris <rgm@gnu.org>
9903
9904 * abbrev.el (edit-abbrevs-mode):
9905 Derive from fundamental-mode. (Bug#16682)
9906
9907 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
9908
9909 * simple.el (quoted-insert): Check character validity (bug#16677).
9910
9911 2014-02-07 Juri Linkov <juri@jurta.org>
9912
9913 * desktop.el (desktop-read): Claim the lock when the owner is not
9914 the current process. (Bug#16157)
9915
9916 2014-02-07 Juri Linkov <juri@jurta.org>
9917
9918 * desktop.el (desktop-buffers-not-to-save): Change default from nil
9919 to "\\` ". (Bug#16651)
9920
9921 2014-02-07 Juri Linkov <juri@jurta.org>
9922
9923 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
9924 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
9925 (desktop-auto-save-cancel-timer): New function with some code from
9926 `desktop-auto-save-set-timer'.
9927 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
9928 Instead of setting `desktop-save-mode' to nil, call
9929 `desktop-save-mode' with arg 0. (Bug#16630)
9930
9931 2014-02-07 Glenn Morris <rgm@gnu.org>
9932
9933 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
9934 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
9935 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
9936
9937 * obsolete/iswitchb.el: Move to obsolete/.
9938 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
9939 since obsolete/ is not scanned for autoloads.
9940 * emacs-lisp/authors.el (authors-valid-file-names):
9941 Add iswitchb.el.
9942
9943 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
9944 Disable now non-functional find-file-hook.
9945
9946 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
9947
9948 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
9949 instead of ";" in order to avoid additional prompts. Let heredoc
9950 scripts read from tty. (Bug#16582)
9951 (tramp-send-command): No special handling of heredocs, it isn't
9952 necessary anymore.
9953
9954 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
9955
9956 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
9957 with a space (bug#16664). Limit the symbols considered to the ones
9958 that are bound or fbound (bug#16646).
9959
9960 2014-02-06 Glenn Morris <rgm@gnu.org>
9961
9962 * epa.el (epa-mail-aliases): Doc fix.
9963
9964 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
9965
9966 * emacs-lisp/lisp.el (lisp-completion-at-point):
9967 Use `completion-table-merge' instead of `completion-table-in-turn'
9968 (bug#16604).
9969
9970 * minibuffer.el (completion-table-merge): New function.
9971
9972 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
9973
9974 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
9975 (tramp-sh-handle-set-file-acl)
9976 (tramp-sh-handle-start-file-process)
9977 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
9978 (tramp-find-executable, tramp-send-command): Use it.
9979
9980 2014-02-05 Glenn Morris <rgm@gnu.org>
9981
9982 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
9983
9984 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
9985
9986 * progmodes/python.el (python-shell-send-string)
9987 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
9988
9989 2014-02-04 Anders Lindgren <andlind@gmail.com>
9990
9991 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
9992 the names (bug#16620).
9993
9994 2014-02-03 Martin Rudalics <rudalics@gmx.at>
9995
9996 * faces.el (window-divider): New default value. Rewrite doc-string.
9997 (window-divider-first-pixel, window-divider-last-pixel): New faces.
9998
9999 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
10000
10001 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
10002 `protected' and `public' can also be called without arguments.
10003
10004 2014-02-03 Glenn Morris <rgm@gnu.org>
10005
10006 * register.el (window-configuration-to-register)
10007 (frame-configuration-to-register): Unadvertise unused argument.
10008 * frameset.el (frameset-to-register): Remove unused argument.
10009
10010 * frameset.el (frameset-to-register):
10011 * kmacro.el (kmacro-to-register):
10012 * register.el (increment-register):
10013 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
10014 (calc-append-to-register, calc-prepend-to-register):
10015 * play/gametree.el (gametree-layout-to-register)
10016 (gametree-apply-register-layout):
10017 * textmodes/picture.el (picture-clear-rectangle-to-register)
10018 (picture-yank-rectangle-from-register):
10019 * vc/emerge.el (emerge-combine-versions-register):
10020 Use register-read-with-preview to read registers.
10021
10022 2014-02-03 João Távora <joaotavora@gmail.com>
10023
10024 * elec-pair.el (electric-pair-backward-delete-char): Don't error
10025 when at beginning of (possibly narrowed) buffer.
10026
10027 2014-02-02 Daniel Colascione <dancol@dancol.org>
10028
10029 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
10030 Also try to display local help from just before point.
10031
10032 2014-02-02 Alan Mackenzie <acm@muc.de>
10033
10034 c-parse-state. Don't "append-lower-brace-pair" in certain
10035 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
10036 recognised as a comment.
10037
10038 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
10039 as well as normal comment starter.
10040 (c-parse-state-get-strategy): Extra return possibility
10041 'back-and-forward.
10042 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
10043 return value list to indicate replacement of a brace-pair cons
10044 with its car.
10045 (c-parse-state-1): With 'back-and-forward, only call
10046 c-append-lower-brace-pair-to state-cache when cons-separated.
10047
10048 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
10049
10050 * term/ns-win.el (ns-suspend-error): New function.
10051 (ns-initialize-window-system): Add ns-suspend-error to
10052 suspend-hook (Bug#16612).
10053
10054 2014-02-02 Daniel Colascione <dancol@dancol.org>
10055
10056 * progmodes/cc-defs.el (c-find-assignment-for-mode):
10057 Make loading cc-mode silent.
10058
10059 2014-02-02 Daniel Colascione <dancol@dancol.org>
10060
10061 * comint.el (comint-prompt-read-only): Change doc to suggest
10062 remap keybinding.
10063
10064 2014-02-02 Glenn Morris <rgm@gnu.org>
10065
10066 * register.el (register-read-with-preview, point-to-register)
10067 (window-configuration-to-register, frame-configuration-to-register)
10068 (jump-to-register, number-to-register, view-register, insert-register)
10069 (copy-to-register, append-to-register, prepend-to-register)
10070 (copy-rectangle-to-register): Doc fixes.
10071
10072 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
10073
10074 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
10075 * emacs-lisp/find-func.el (find-function-C-source): Idem.
10076 * emacs-lisp/nadvice.el (advice--cd*r): New function.
10077 * help-fns.el (describe-function-1): Use it.
10078
10079 2014-02-02 Glenn Morris <rgm@gnu.org>
10080
10081 * register.el (register-preview-default): New function,
10082 split from register-preview.
10083 (register-preview-function): Rename from register-preview-functions,
10084 make it not a hook.
10085 (register-preview): Use register-preview-function.
10086 (register-read-with-preview): Error on non-character event. (Bug#16595)
10087
10088 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
10089
10090 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
10091 `:' before binary operators (bug#16609). Don't check for `:'
10092 before `[' and `(', or their syntax status. A percent literal
10093 can't end with either.
10094 (ruby-font-lock-keywords): For built-ins that require arguments,
10095 check that they're followed by something that looks like argument
10096 (bug#16610).
10097
10098 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
10099
10100 * subr.el (butlast): Document what an omitted N means (bug#13437).
10101 (nbutlast): Ditto.
10102
10103 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
10104
10105 * net/shr.el (shr-generic): Make into a defsubst to make the stack
10106 depth shallower (bug#16587).
10107 (shr-tag-svg): Respect `shr-inhibit-images'.
10108 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
10109
10110 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
10111
10112 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
10113 (ruby-smie-grammar): Make "." right-associative. Make its priority
10114 lower than the ternary and all binary operators.
10115 (ruby-smie-rules): Indent "(" relative to the first non-"."
10116 parent, or the first "." parent at indentation.
10117 Use `ruby-align-chained-calls' for indentation of "." tokens.
10118 (Bug#16593)
10119
10120 2014-01-31 Juri Linkov <juri@jurta.org>
10121
10122 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
10123 from `make-hash-table'.
10124
10125 * textmodes/ispell.el (ispell-init-process): Change message format
10126 to be consistent with other messages.
10127
10128 2014-01-31 Glenn Morris <rgm@gnu.org>
10129
10130 * delsel.el (delete-selection-mode): Doc fix.
10131
10132 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
10133 (trace-function-background): Doc fixes.
10134
10135 * ido.el (ido-use-virtual-buffers): Doc fix.
10136 Reset :version, since the default value has not changed.
10137
10138 * register.el (register-preview-delay, register-read-with-preview):
10139 Doc fixes.
10140
10141 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
10142 do not mess with mail-buffer position (fixes 2009-11-03 change).
10143 * progmodes/cc-mode.el (c-submit-bug-report):
10144 Check auto-fill-mode is bound. (Bug#16592)
10145
10146 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
10147
10148 * startup.el (fancy-splash-image-file): New function,
10149 split from fancy-splash-head.
10150 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
10151 so that we are both using the same image. (Bug#16574)
10152
10153 2014-01-30 Glenn Morris <rgm@gnu.org>
10154
10155 * simple.el (eval-expression): Doc fix.
10156
10157 * hexl.el (hexl-mode-hook):
10158 * ielm.el (ielm-mode-hook):
10159 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
10160 (lisp-interaction-mode-hook):
10161 * progmodes/cfengine.el (cfengine3-documentation-function):
10162 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
10163
10164 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
10165
10166 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
10167 is a symbol (bug#16584).
10168
10169 2014-01-30 Glenn Morris <rgm@gnu.org>
10170
10171 * help.el (help-for-help-internal): Add "P" to text.
10172
10173 2014-01-29 Glenn Morris <rgm@gnu.org>
10174
10175 * simple.el (just-one-space, cycle-spacing): Doc fixes.
10176
10177 2014-01-28 Martin Rudalics <rudalics@gmx.at>
10178
10179 * window.el (fit-frame-to-buffer): Fix calculations for margins and
10180 height constraints.
10181
10182 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
10183
10184 * progmodes/hideif.el: Extend to full CPP expression syntax.
10185 (hif-token-alist): Add missing tokens.
10186 (hif-token-regexp): Add support for float/octal/hex immediates.
10187 (hif-string-literal-regexp): New const.
10188 (hif-tokenize): Recognize strings and float/octal/hex immediates.
10189 (hif-exprlist): New function.
10190 (hif-parse-if-exp): Use it.
10191 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
10192 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
10193 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
10194 (hif-logxor, hif-comma): New functions.
10195
10196 2014-01-28 Glenn Morris <rgm@gnu.org>
10197
10198 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
10199
10200 * indent.el (tab-stop-list): Doc fix. Add :version.
10201
10202 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
10203 (cvs-append-to-ignore): Add compatibility alias.
10204
10205 2014-01-27 Glenn Morris <rgm@gnu.org>
10206
10207 * dired.el (dired-hide-details-mode): Don't autoload it,
10208 since it cannot be used outside Dired buffers anyway.
10209
10210 * emulation/cua-base.el (cua-mode): Doc fix.
10211
10212 * dired.el (dired-hide-details-hide-symlink-targets)
10213 (dired-hide-details-hide-information-lines)
10214 (dired-hide-details-mode): Doc fixes.
10215
10216 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
10217 * strokes.el (strokes-file): Doc fix. Bump :version.
10218 (strokes-help): Doc fix.
10219 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
10220 * emulation/viper.el (viper): Doc fix for custom group.
10221 (top-level): Remove oh-so-no-longer-relevant text about vip.
10222 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
10223
10224 * ido.el (ido-save-directory-list-file):
10225 * saveplace.el (save-place-file):
10226 * calendar/timeclock.el (timeclock-file):
10227 * net/quickurl.el (quickurl-url-file):
10228 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
10229 * progmodes/idlwave.el (idlwave-config-directory):
10230 * textmodes/remember.el (remember-data-file):
10231 Bump :version.
10232
10233 2014-01-26 Glenn Morris <rgm@gnu.org>
10234
10235 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
10236 Doc fix. Make obsolete.
10237 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
10238
10239 * sort.el (delete-duplicate-lines): Doc fix.
10240
10241 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10242
10243 * progmodes/ada-mode.el (ada):
10244 * woman.el (woman): Link to info manual and Commentary section.
10245
10246 * progmodes/flymake.el (flymake):
10247 * nxml/nxml-mode.el (nxml):
10248 * net/eww.el (eww):
10249 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
10250 * htmlfontify.el (htmlfontify):
10251 * ses.el (ses):
10252 * epa.el (epa):
10253 * ido.el (ido): Link to info manual.
10254
10255 2014-01-25 Leo Liu <sdl.web@gmail.com>
10256
10257 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
10258
10259 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
10260
10261 * net/shr.el (shr-tag-img): Prefer the title over the alt text
10262 (bug#16537).
10263
10264 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
10265
10266 * net/eww.el (eww-download-callback):
10267 Fix reference to eww-download-directory.
10268
10269 * emacs-lisp/bytecomp.el (byte-compile-file):
10270 Remove unused local variable `file-name'.
10271
10272 2014-01-24 Glenn Morris <rgm@gnu.org>
10273
10274 * woman.el (woman-default-faces, woman-monochrome-faces):
10275 Fix obsolescence specification.
10276
10277 * subr.el (with-demoted-errors): Doc fix.
10278
10279 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
10280
10281 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
10282 (cl--macroexp-fboundp): New function.
10283 (cl--make-type-test): Use it.
10284
10285 2014-01-23 Glenn Morris <rgm@gnu.org>
10286
10287 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
10288 * simple.el (eval-expression): Doc fixes.
10289
10290 2014-01-22 Glenn Morris <rgm@gnu.org>
10291
10292 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
10293
10294 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
10295
10296 * emacs-lisp/package.el: Write files silently.
10297 (package-autoload-ensure-default-file, package--write-file-no-coding)
10298 (package-generate-description-file, package--download-one-archive)
10299 (package-install-from-archive): Tell `write-region' to stay quiet.
10300 (package-menu-mode, package-menu--print-info): Omit the Archive column
10301 if there's only one archive.
10302 (package-all-keywords, package--has-keyword-p): Remove dead code.
10303
10304 2014-01-22 Glenn Morris <rgm@gnu.org>
10305
10306 * version.el (emacs-bzr-version-bzr): Fix typo.
10307
10308 * version.el (emacs-repository-get-version):
10309 Check either .bzr or .git, but not both.
10310 Make the git case actually use the DIR argument, and return nil
10311 rather than the empty string.
10312 Avoid error if .git exists but the git executable is not found.
10313
10314 2014-01-22 Martin Rudalics <rudalics@gmx.at>
10315
10316 Fixes in window size functions around Bug#16430 and Bug#16470.
10317 * window.el (window-total-size, window-size): New argument ROUND.
10318 (window--min-delta-1, window-min-delta, window--max-delta-1):
10319 Be more conservative when calculating the numbers of lines or
10320 columns a window can shrink (Bug#16430).
10321 (fit-window-to-buffer): Simplify code.
10322 * term.el (term-window-width): Call window-body-width again.
10323
10324 2014-01-22 Glenn Morris <rgm@gnu.org>
10325
10326 * image.el (image-format-suffixes): Doc fix.
10327
10328 * international/quail.el (quail-define-package): Doc fix.
10329
10330 * emacs-lisp/authors.el (authors-valid-file-names)
10331 (authors-renamed-files-alist): Additions.
10332
10333 * vc/vc-git.el (vc-git-print-log): Remove --follow;
10334 reverts 2014-01-09 change. (Bug#16422)
10335
10336 * calc/calc-embed.el (thing-at-point-looking-at):
10337 * emacs-lisp/map-ynp.el (x-popup-dialog):
10338 * obsolete/lmenu.el (x-popup-dialog):
10339 * emacs-lisp/package.el (url-recreate-url):
10340 * mail/mailclient.el (clipboard-kill-ring-save):
10341 * subr.el (x-popup-dialog): Update declaration.
10342 * mail/rmail.el (rmail-mime-message-p):
10343 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
10344
10345 2014-01-21 Daniel Colascione <dancol@dancol.org>
10346
10347 * progmodes/sh-script.el (sh--inside-noncommand-expression):
10348 Correctly detect when we're inside an arithmetic expansion form
10349 containing nested parenthesis.
10350 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
10351 to detect cases where we shouldn't expand "<<" to a heredoc
10352 skeleton.
10353
10354 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
10355
10356 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
10357 (eldoc--message-command-p): New function.
10358 (eldoc-display-message-p): Use it.
10359 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
10360 message is not automatically erased for us.
10361 (eldoc-print-current-symbol-info): Erase previous message, if any.
10362
10363 2014-01-21 Tassilo Horn <tsdh@gnu.org>
10364
10365 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
10366 specify it's an interactive function.
10367
10368 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
10369 Fix regex used for scanning for citation keys which failed for
10370 citations with optional arguments.
10371
10372 2014-01-21 Leo Liu <sdl.web@gmail.com>
10373
10374 * simple.el (read--expression): Don't enable eldoc-mode.
10375
10376 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10377
10378 * simple.el (move-beginning-of-line): Make sure we don't move forward
10379 (bug#16497).
10380
10381 2014-01-20 Juri Linkov <juri@jurta.org>
10382
10383 * saveplace.el (toggle-save-place, save-place-to-alist)
10384 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
10385 'dired-mode) before checking for dired-directory. (Bug#16477)
10386
10387 2014-01-20 Juri Linkov <juri@jurta.org>
10388
10389 * indent.el (indent-line-to): Use backward-to-indentation
10390 instead of back-to-indentation. (Bug#16461)
10391
10392 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
10393
10394 Revert some of the CANNOT_DUMP fix (Bug#16494).
10395 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
10396 but fixing this can wait until after the next release.
10397 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
10398
10399 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
10400
10401 * eshell/esh-mode.el (eshell-password-prompt-regexp):
10402 Use `password-word-equivalents'.
10403 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
10404 to t. (Bug#5664, Bug#13124)
10405
10406 2014-01-19 Alan Mackenzie <acm@muc.de>
10407
10408 Bind open-paren-in-column-0-is-defun-start to nil at some entry
10409 points.
10410 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
10411 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
10412 * progmodes/cc-mode.el (c-before-change, c-after-change)
10413 (c-font-lock-fontify-region): Bind it here.
10414
10415 2014-01-19 Martin Rudalics <rudalics@gmx.at>
10416
10417 * term.el (term-window-width): Call window-text-width instead of
10418 window-width (Bug#16470).
10419
10420 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
10421
10422 * simple.el (password-word-equivalents): Remove duplicates.
10423 Sort, to make this easier next time.
10424 Downcase. Omit ": " after "jelszó".
10425
10426 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
10427
10428 * term/common-win.el (saved-region-selection): Defvar it.
10429 (x-select-text): Set saved-region-selection (Bug#16382).
10430
10431 2014-01-18 Glenn Morris <rgm@gnu.org>
10432
10433 * emacs-lisp/authors.el (authors-aliases)
10434 (authors-renamed-files-alist): Add some entries.
10435
10436 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
10437
10438 * net/tramp.el (tramp-password-prompt-regexp):
10439 Use `password-word-equivalents' if available.
10440 (tramp-action-password, tramp-process-one-action)
10441 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
10442
10443 2014-01-17 Chong Yidong <cyd@gnu.org>
10444
10445 * simple.el (password-word-equivalents): New defcustom.
10446 * comint.el (comint-password-prompt-regexp): Use it. Bump version
10447 to 24.4.
10448 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
10449 to t. (Bug#13124)
10450
10451 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
10452
10453 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
10454 (ruby-align-to-stmt-keywords): Change the default value.
10455 Use `ruby-alignable-keywords' to generate the possible customization
10456 choices.
10457 (ruby-smie-rules): Instead of using a hardcoded list of alignable
10458 keywords, check against the value of `ruby-alignable-keywords'
10459 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
10460
10461 2014-01-17 Glenn Morris <rgm@gnu.org>
10462
10463 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
10464
10465 Make M-x authors return zero *Authors Errors* from current logs.
10466 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
10467 (authors-ignored-files): Add some entries, remove others.
10468 (authors-ambiguous-files, authors-valid-file-names):
10469 Add some entries.
10470 (authors-renamed-files-alist): Add, remove, and adjust entries.
10471 (authors-renamed-files-regexps): Add some entries.
10472 Remove some very broad ones. Make some entries `lax'.
10473 (authors-lax-changelogs): New constant.
10474 (authors-disambiguate-file-name): Treat top-level specially.
10475 (authors-lax-changelog-p): New function.
10476 (authors-canonical-file-name): Check file as written against
10477 authors-valid-file-names. Do not special-case etc/.
10478 Handle `lax' logs and authors-renamed-files-regexps elements.
10479
10480 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
10481
10482 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
10483 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
10484 callers.
10485
10486 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
10487
10488 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
10489 Assume we're already in the proper buffer.
10490 Inspired by Anders Lindgren <andlind@gmail.com>.
10491 (follow-post-command-hook): Call it from the right buffer.
10492 (follow-comint-scroll-to-bottom): Adjust call.
10493 (follow-all-followers): Use get-buffer-window-list.
10494
10495 2014-01-15 Daniel Colascione <dancol@dancol.org>
10496
10497 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
10498 `buffer-file-name' in interactive-form so that we don't leave
10499 pathless file names in `file-name-history'.
10500
10501 2014-01-15 Juri Linkov <juri@jurta.org>
10502
10503 * indent.el (indent-rigidly): Set deactivate-mark to nil
10504 in transient indentation mode. (Bug#16438)
10505
10506 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
10507
10508 * emacs-lisp/package.el (package-desc-keywords): New function
10509 (Bug#16222).
10510 (describe-package-1, package-all-keywords)
10511 (package--has-keyword-p): Use it.
10512
10513 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
10514
10515 * simple.el (define-alternatives): When creating the
10516 COMMAND-alternatives variable, assign COMMAND as its definition
10517 name so that `describe-variable' can relocate it.
10518
10519 2014-01-14 Matthew Leach <matthew@mattleach.net>
10520
10521 * font-lock.el (font-lock-keywords): Fix typo in docstring
10522 (bug#16307).
10523
10524 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10525
10526 * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
10527 line instead of wrongly reset `add-coment' (bug#13577).
10528
10529 2014-01-14 Daiki Ueno <ueno@gnu.org>
10530
10531 * epa-file.el (epa-file-write-region): Encode the region according
10532 to `buffer-file-format'. Problem reported at:
10533 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
10534
10535 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10536
10537 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
10538 so it applies in the right buffer (bug#16410).
10539
10540 2014-01-13 Daniel Colascione <dancol@dancol.org>
10541
10542 * textmodes/rst.el (rst-define-key): Provide deprecated
10543 keybindings through named functions instead of anonymous ones so
10544 that "??" doesn't appear in describe-mode output.
10545
10546 2014-01-13 Bastien Guerry <bzg@gnu.org>
10547
10548 * simple.el (define-alternatives): Call the selected command
10549 interactively. When setting `COMMAND--implementation' for the
10550 first time, tell the user how to chose another implementation.
10551 Enhance the docstring.
10552
10553 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
10554
10555 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
10556 (log-edit--match-first-line): New function.
10557 (log-edit-font-lock-keywords): Use it.
10558 (log-edit-mode): Make jit-lock-defer-multiline work.
10559
10560 2014-01-13 Bastien Guerry <bzg@gnu.org>
10561
10562 * rect.el (rectangle-mark-mode): When the region is not active,
10563 display a message saying that the mark as been set and that
10564 rectangle mode is in use.
10565 (rectangle--highlight-for-redisplay): Only put an overlay with a
10566 visible vertical bar when (display-graphic-p) is non-nil.
10567 This partially fixes Bug#16403.
10568
10569 2014-01-13 Juri Linkov <juri@jurta.org>
10570
10571 * info.el (Info-find-file): Go to DIR before displaying the error
10572 about a nonexistent file if no previous Info file is visited.
10573 Use `user-error' instead of `error' for "Info file %s does not exist".
10574 (Info-find-node-2): In case of a nonexistent node in unwind forms
10575 go to the Top node if there is no previous node to revert to.
10576 (Bug#16405)
10577
10578 2014-01-13 Martin Rudalics <rudalics@gmx.at>
10579
10580 fit-frame/window-to-buffer code fixes including one for Bug#14096.
10581 * window.el (fit-frame-to-buffer): Fix doc-string.
10582 Respect window-min-height/-width. Fit pixelwise when
10583 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
10584 when avoiding that frame goes partially off-screen.
10585 (fit-window-to-buffer): Respect window-min-height/-width
10586 (Bug#14096).
10587
10588 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
10589
10590 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
10591 after an empty line.
10592
10593 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
10594
10595 * net/shr.el (shr-render-region): Autoload.
10596
10597 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
10598
10599 * net/eww.el (eww-download-directory): Rename from
10600 `eww-download-path' (Bug#16419).
10601
10602 2014-01-12 Leo Liu <sdl.web@gmail.com>
10603
10604 * dired-x.el (dired-mode-map): Fix last change.
10605
10606 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
10607
10608 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
10609
10610 Spelling fixes.
10611 * emacs-lisp/generic.el (generic--normalize-comments):
10612 Rename from generic--normalise-comments. All uses changed.
10613 * play/bubbles.el (bubbles--neighborhood-score)
10614 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
10615 (bubbles--neighborhood-available)
10616 (bubbles--update-neighborhood-score):
10617 Rename from names with 'neighbourhood'. All uses changed.
10618
10619 2014-01-12 Leo Liu <sdl.web@gmail.com>
10620
10621 Re-implement the feature of showing eldoc info after editing.
10622 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
10623 (eldoc-edit-message-commands): New function.
10624 (eldoc-print-after-edit): New variable.
10625 (eldoc-pre-command-refresh-echo-area): Emit message only by
10626 eldoc-message-commands.
10627 (eldoc-mode): Restrict eldoc-message-commands to editing commands
10628 if eldoc-print-after-edit is set. (Bug#16346)
10629 * simple.el (read--expression): Enable eldoc-mode.
10630 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
10631
10632 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
10633 Eric S. Raymond <esr@thyrsus.com>
10634
10635 * version.el (emacs-repository-get-version): Enhance so the
10636 function works correctly in either a Bazaar or Git repo.
10637
10638 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
10639
10640 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
10641 Goes with removal of the joke manpages from /etc.
10642
10643 2014-01-10 Kenichi Handa <handa@gnu.org>
10644
10645 * mail/rmail.el (rmail-get-coding-system):
10646 Check rmail-get-coding-function before "funcall"ing it.
10647
10648 2014-01-10 Glenn Morris <rgm@gnu.org>
10649
10650 * emacs-lisp/authors.el (authors-fixed-entries):
10651 Update for files that no longer exist.
10652
10653 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
10654
10655 * version.el (emacs-bzr-get-version): Restore compatibilty with
10656 24.3 (Tested).
10657
10658 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
10659
10660 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
10661 and Podfile.
10662
10663 2014-01-10 Eli Zaretskii <eliz@gnu.org>
10664
10665 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
10666
10667 2014-01-10 Chong Yidong <cyd@gnu.org>
10668
10669 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
10670
10671 2014-01-10 Anders Lindgren <andlind@gmail.com>
10672
10673 * follow.el (follow-cache-command-list): Include right-char and
10674 left-char.
10675
10676 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
10677
10678 Spelling fixes.
10679 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
10680 * woman.el (woman-mark-horizontal-position):
10681 Rename from woman-mark-horizonal-position. Use changed.
10682
10683 2014-01-10 Glenn Morris <rgm@gnu.org>
10684
10685 * info.el (info-initialize): If running uninstalled, ensure our
10686 own info files are always found first, even if INFOPATH is set.
10687
10688 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
10689
10690 2014-01-09 David Engster <deng@randomsample.de>
10691
10692 * emacs-lisp/eieio-custom.el:
10693 * emacs-lisp/eieio-opt.el: Set generated autoload file to
10694 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
10695 * emacs-lisp/eieio.el: Regenerate autoloads.
10696
10697 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
10698
10699 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
10700 following renames. (Bug#8756)
10701
10702 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
10703
10704 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
10705 (bug#16382).
10706 (activate-mark): Add `no-tmm' argument.
10707 (set-mark, push-mark-command): Use it instead of running
10708 activate-mark-hook by hand.
10709
10710 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
10711
10712 In preparation for the move to git, sanitize out some
10713 Bazaar-specific names.
10714
10715 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
10716
10717 * version.el (emacs-bzr-version): Name changed to
10718 emacs-repository-version. Obsolete-variable alias made.
10719 * loadup.el: Follow through on this name change.
10720 * mail/emacsbug.el (report-emacs-bug): Factor out any
10721 assumption about the version control system in use.
10722
10723 2014-01-08 David Engster <deng@randomsample.de>
10724
10725 * help-fns.el (help-fns-describe-function-functions):
10726 New variable to call functions for augmenting help buffers.
10727 (describe-function-1): Remove explicit calls to
10728 `help-fns--compiler-macro', `help-fns--parent-mode' and
10729 `help-fns--obsolete'. Put them in above new variable instead, and
10730 call them through `run-hook-with-args'.
10731 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
10732 `eieio-describe-class'. Not meant for interactive use anymore,
10733 but to augment existing help buffers. Remove optional second
10734 argument. Create proper button for file location.
10735 Rewrite function to use `insert' instead of `princ' and `prin1' where
10736 possible.
10737 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
10738 (eieio-method-def, eieio-class-def): Move further up.
10739 (describe-method, describe-generic, eieio-describe-method):
10740 Remove aliases.
10741 (eieio-help-constructor, eieio-help-generic): Rename from
10742 `eieio-describe-constructor' and `eieio-describe-generic', resp.
10743 Rewrite to use `insert' in the current buffer and use proper help
10744 buttons.
10745 (eieio-help-find-method-definition)
10746 (eieio-help-find-class-definition): Also accept symbols as
10747 arguments.
10748 (eieio-help-mode-augmentation-maybee): Remove.
10749 (eieio-describe-class-sb): Use `describe-function'.
10750 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
10751 Add `eieio-help-generic' and `eieio-help-constructor'.
10752
10753 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
10754
10755 Spelling fixes.
10756 * language/china-util.el (hz-ascii-designation):
10757 Rename from hz-ascii-designnation.
10758 (hz-ascii-designation): Rename from hz-ascii-designnation.
10759 All uses changed.
10760
10761 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
10762
10763 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
10764 package-alist.
10765
10766 2014-01-08 Bastien Guerry <bzg@gnu.org>
10767
10768 * emacs-lisp/package.el (package-delete):
10769 Correctly delete the package from package-alist.
10770
10771 2014-01-08 Daiki Ueno <ueno@gnu.org>
10772
10773 * emacs-lisp/package.el (url-recreate-url): Declare.
10774 (url-http-target-url): Declare.
10775 (package-handle-response): Include requested URL in the error message.
10776 (package--check-signature): Don't re-signal errors from
10777 package--with-work-buffer. Suggested by Stefan Monnier.
10778
10779 2014-01-07 Bastien Guerry <bzg@gnu.org>
10780
10781 * minibuffer.el (completion--try-word-completion): When both a
10782 hyphen and a space are possible candidates for the character
10783 following a word, display both candidates. (Bug#15980)
10784
10785 2014-01-07 Martin Rudalics <rudalics@gmx.at>
10786
10787 * window.el (balance-windows-2): While rounding don't give a
10788 window more than the remainder. Bug#16351, bug#16383.
10789
10790 2014-01-07 Glenn Morris <rgm@gnu.org>
10791
10792 * menu-bar.el (menu-bar-help-extra-packages): Remove.
10793 (menu-bar-help-menu): Use view-external-packages instead.
10794
10795 2014-01-07 Bastien Guerry <bzg@gnu.org>
10796
10797 * emacs-lisp/package.el (package-delete): Also delete the package
10798 name from `package-alist', not its description only.
10799
10800 2014-01-07 Glenn Morris <rgm@gnu.org>
10801
10802 * help.el (view-external-packages):
10803 * menu-bar.el (menu-bar-help-extra-packages):
10804 Visit efaq.info rather than etc/MORE.STUFF.
10805
10806 2014-01-07 Juri Linkov <juri@jurta.org>
10807
10808 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
10809 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
10810
10811 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
10812 that shadows RET. (Bug#16342)
10813
10814 2014-01-07 Chong Yidong <cyd@gnu.org>
10815
10816 * isearch.el (isearch-yank-char, isearch-yank-word)
10817 (isearch-yank-line): Doc fix.
10818
10819 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
10820
10821 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
10822 * emacs-lisp/elint.el (elint-find-builtins):
10823 * emacs-lisp/eldoc.el (eldoc-symbol-function):
10824 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
10825 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
10826 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
10827 * apropos.el (apropos-safe-documentation):
10828 * subr.el (symbol-file): Remove redundant fboundp.
10829 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
10830
10831 2014-01-06 Bastien Guerry <bzg@gnu.org>
10832
10833 * hl-line.el (global-hl-line-overlay): Make a local variable.
10834 (global-hl-line-overlays): New variable to store all overlays.
10835 (global-hl-line-mode): Don't delete overlays from the current
10836 buffer when `global-hl-line-sticky-flag' is non-nil.
10837 (global-hl-line-highlight): Add new overlays to
10838 `global-hl-line-overlays'.
10839 (global-hl-line-unhighlight-all): New function to delete all
10840 overlays when turning off `global-hl-line-mode'.
10841 This fixes Bug#16183.
10842
10843 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
10844
10845 * subr.el (set-transient-map): Fix nested case and docstring.
10846
10847 2014-01-06 Tassilo Horn <tsdh@gnu.org>
10848
10849 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
10850 `Texinfo' entry.
10851
10852 2014-01-06 Daniel Colascione <dancol@dancol.org>
10853
10854 Fix defun navigation in vc log view.
10855
10856 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
10857 like `beginning-of-defun'.
10858 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
10859 log-view-end-of-defun to log-view-end-of-defun-1. Replace
10860 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
10861 (log-view-extract-comment): Call `log-view-current-entry' directly
10862 instead of relying on broken `log-view-beginning-of-defun' behavior.
10863
10864 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
10865
10866 Spelling fixes.
10867 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
10868 * emacs-lisp/debug.el (cancel-debug-on-entry):
10869 * epg.el (epg-error-to-string):
10870 * files.el (recover-file):
10871 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
10872 * mail/emacsbug.el (report-emacs-bug-hook):
10873 * mail/sendmail.el (mail-recover):
10874 * ses.el (ses-yank-resize):
10875 * term/ns-win.el (ns-print-buffer):
10876 Spelling fixes in diagnostics, mostly for "canceled" with one L.
10877 * epg.el (epg-key-capability-alist): Rename from misspelled version.
10878 All uses changed.
10879 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
10880
10881 2014-01-06 Leo Liu <sdl.web@gmail.com>
10882
10883 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
10884 to avoid shadowing global key. (Bug#16354)
10885
10886 2014-01-06 Daniel Colascione <dancol@dancol.org>
10887
10888 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
10889 rst-mode.
10890
10891 2014-01-05 Martin Rudalics <rudalics@gmx.at>
10892
10893 * window.el (balance-windows): Add mising t to fix Bug#16351.
10894
10895 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10896
10897 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
10898 (bug#16285).
10899 (shr-insert): If we have a word that's longer than `shr-width',
10900 break after it anyway. Otherwise we'll do no breaking once we get
10901 such a long word.
10902
10903 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
10904
10905 * net/eww.el (eww): Support single/double quote for search.
10906 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
10907 (eww-history-quit): Delete and use quit-window.
10908 (eww-history-kill): Delete, because it doesn't work well and
10909 not necessary.
10910 (eww-history-mode-map): Delete some keys and add easy-menu.
10911
10912 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
10913
10914 Fix misspelling of 'chinese' in rx (Bug#16237).
10915 * emacs-lisp/rx.el (rx-categories): Correct spelling of
10916 chinese-two-byte.
10917
10918 Change subword regexps back to vars (Bug#16296).
10919 * progmodes/subword.el (subword-forward-regexp)
10920 (subword-backward-regexp): Change these back to variables.
10921
10922 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10923
10924 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
10925 syntax-begin-function (bug#16247).
10926
10927 2014-01-03 Chong Yidong <cyd@gnu.org>
10928
10929 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
10930 (advice--docstring): Delete variable.
10931 (advice--make-1): Leave the docstring empty.
10932 (advice-add): Use function-documentation for advised docstring.
10933
10934 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
10935 Ignore function-documentation property when getting documentation.
10936 (ad-activate-advised-definition): Use function-documentation
10937 generate the docstring.
10938 (ad-make-advised-definition): Don't call
10939 ad-make-advised-definition-docstring.
10940 (ad-make-advised-definition-docstring, ad-advised-definition-p):
10941 Delete functions.
10942
10943 * progmodes/sql.el (sql-help): Use function-documentation instead
10944 of dynamic-docstring-function property. No need to autoload now.
10945 (sql--help-docstring): New variable.
10946 (sql--make-help-docstring): Use it.
10947
10948 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10949
10950 * ielm.el (ielm-tab): Retarget.
10951 (ielm-map): Use ielm-tab for tab.
10952 (ielm-complete-filename): Use comint-filename-completion.
10953 (ielm-complete-symbol): Remove.
10954 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
10955 remove ielm-tab from completion-at-point-functions (bug#16224).
10956
10957 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
10958 Beware signals raised by predicates (bug#16201).
10959
10960 2014-01-02 Richard Stallman <rms@gnu.org>
10961
10962 * dired-aux.el (dired-do-print): Handle printer-name.
10963
10964 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
10965 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
10966 (rmail-epa-decrypt): Turn off mime processing.
10967
10968 * mail/rmail.el (rmail-make-in-reply-to-field):
10969 Add parens in message-id.
10970
10971 * mail/rmail.el (rmail-get-coding-function): Variable.
10972 (rmail-get-coding-system): Use it.
10973
10974 2013-12-31 Eli Zaretskii <eliz@gnu.org>
10975
10976 * international/mule-conf.el: Unify the charset indian-is13194.
10977 (indian-is13194): Specify unify-map.
10978
10979 2013-12-31 Leo Liu <sdl.web@gmail.com>
10980
10981 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
10982
10983 2013-12-30 Daniel Colascione <dancol@dancol.org>
10984
10985 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
10986 of printing a useless when we resume from sleep.
10987
10988 * progmodes/sh-script.el
10989 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
10990 in indentation code. (Bug#16233)
10991
10992 2013-12-28 João Távora <joaotavora@gmail.com>
10993
10994 * elec-pair.el (electric-pair-post-self-insert-function):
10995 Don't open extra newlines at beginning of buffer. (Bug#16272)
10996
10997 2013-12-28 Eli Zaretskii <eliz@gnu.org>
10998
10999 * frame.el (window-system-for-display): Don't allow to create a
11000 GUI frame from a -nw session on MS-Windows. (Bug#14739)
11001
11002 2013-12-28 Glenn Morris <rgm@gnu.org>
11003
11004 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
11005 Update callers.
11006
11007 * apropos.el (apropos-match-face):
11008 * calculator.el (calculator-displayer):
11009 * dabbrev.el (dabbrev-search-these-buffers-only):
11010 * face-remap.el (buffer-face-mode-face):
11011 * simple.el (yank-handled-properties):
11012 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
11013 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
11014 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
11015 (hashcash-double-spend-database):
11016 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
11017 (ruby-deep-indent-paren-style):
11018 * textmodes/flyspell.el (flyspell-auto-correct-binding):
11019 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
11020 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
11021 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
11022 Specify custom types.
11023
11024 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
11025 * bookmark.el (bookmark-bmenu-use-header-line):
11026 * doc-view.el (doc-view-scale-internally):
11027 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
11028 * register.el (register-preview-delay):
11029 * net/shr.el (shr-bullet):
11030 * progmodes/cfengine.el (cfengine-cf-promises)
11031 (cfengine-parameters-indent):
11032 * progmodes/octave.el (inferior-octave-error-regexp-alist):
11033 * textmodes/reftex-vars.el (reftex-label-regexps):
11034 * vc/log-edit.el (log-edit-setup-add-author): Add version.
11035
11036 * net/tls.el (tls-certtool-program): Fix default value.
11037
11038 * desktop.el (desktop-restore-in-current-display):
11039 * newcomment.el (comment-empty-lines):
11040 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
11041 (idlwave-pad-keyword):
11042 * progmodes/tcl.el (tcl-tab-always-indent):
11043 * textmodes/reftex-vars.el (reftex-index-default-tag):
11044 * elec-pair.el (electric-pair-skip-whitespace):
11045 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
11046
11047 * emacs-lisp/authors.el (authors-ignored-files)
11048 (authors-valid-file-names, authors-renamed-files-alist): Additions.
11049
11050 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
11051
11052 * shell.el (shell-dynamic-complete-command): Doc fix.
11053 (shell--command-completion-data): Shell completion now matches
11054 executable filenames from the current buffer's directory, on
11055 systems in which this behavior is the default (windows-nt, ms-dos).
11056
11057 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
11058
11059 * net/shr.el (shr-insert): Don't infloop if the width is zero.
11060
11061 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
11062
11063 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
11064 (bug#16251).
11065
11066 * electric.el: Move all electric-pair-* to elec-pair.el.
11067 * elec-pair.el: New file, split from electric.el.
11068
11069 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
11070
11071 * net/shr.el (shr-find-fill-point): Don't try to fill if the
11072 indentation level is larger than the width, because that will
11073 infloop.
11074 (shr-insert): Fill repeatedly long texts, so that Japanese is
11075 formatted correctly (bug#16263).
11076 (shr-find-fill-point): Off by one error in comparison with the
11077 indentation.
11078
11079 2013-12-26 João Távora <joaotavora@gmail.com>
11080
11081 * electric.el (electric-pair-mode): More flexible engine for skip-
11082 and inhibit predicates, new options for pairing-related functionality.
11083 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
11084 if that keeps or improves their balance in buffers.
11085 (electric-pair-delete-adjacent-pairs): Delete the pair when
11086 backspacing over adjacent matched delimiters.
11087 (electric-pair-open-extra-newline): Open extra newline when
11088 inserting newlines between adjacent matched delimiters.
11089 (electric--sort-post-self-insertion-hook):
11090 Sort post-self-insert-hook according to priority values when
11091 minor-modes are activated.
11092 * simple.el (newline-and-indent): Call newline with interactive
11093 set to t.
11094 (blink-paren-post-self-insert-function): Set priority to 100.
11095 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11096 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
11097 comments. Locally set electric-pair-skip-whitespace to 'chomp and
11098 electric-pair-open-newline-between-pairs to nil.
11099
11100 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
11101
11102 * progmodes/python.el: Use lexical-binding.
11103 (python-nav-beginning-of-defun): Stop searching ASAP.
11104
11105 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
11106
11107 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
11108 Fix interactive spec. Doc fix. (Bug#15754)
11109
11110 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
11111
11112 * emacs-lisp/byte-run.el (eval-when-compile):
11113 * progmodes/cc-defs.el (cc-eval-when-compile):
11114 Fix edebug spec (bug#16184).
11115
11116 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
11117
11118 * net/shr.el (shr-visit-file): Remove debugging function.
11119 (shr-insert): Don't infloop if we can't find a good place to break
11120 the line (bug#16256).
11121
11122 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
11123
11124 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
11125 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
11126 python-nav-lisp-forward-sexp-safe.
11127 (python-nav--forward-sexp): New argument SAFE allows switching
11128 forward sexp movement behavior for parens.
11129 (python-nav-forward-sexp): Throw errors on unterminated parens
11130 (Bug#16191).
11131 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
11132 (python-nav-backward-sexp-safe): New functions.
11133 (python-shell-buffer-substring):
11134 Use `python-nav-forward-sexp-safe'.
11135
11136 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
11137
11138 * net/shr.el (shr-find-fill-point): Don't break lines before a
11139 quotation mark.
11140 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
11141 (shr-find-fill-point): Remove the special checks for the quotation
11142 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
11143
11144 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
11145
11146 * net/eww.el (eww-form-textarea): Use a different face for
11147 textareas than text input since they have different keymaps
11148 (bug#16142).
11149
11150 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
11151
11152 * progmodes/python.el (python-nav-beginning-of-statement):
11153 Speed up (Bug#15295).
11154
11155 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
11156
11157 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
11158 the window configuration.
11159
11160 2013-12-24 Eli Zaretskii <eliz@gnu.org>
11161
11162 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
11163 we run on MS-Windows or MS-DOS.
11164
11165 2013-12-24 Martin Rudalics <rudalics@gmx.at>
11166
11167 * window.el (balance-windows-area): Call window-size instead of
11168 window-height and window-width. Bug#16241.
11169
11170 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
11171
11172 * net/eww.el (eww-bookmark-quit): Remove.
11173 (eww-bookmark-browse): Restore the window configuration when you
11174 choose a bookmark (bug#16144).
11175
11176 2013-12-24 Daniel Colascione <dancol@dancol.org>
11177
11178 * icomplete.el: Remove redundant :group arguments to `defcustom'
11179 throughout.
11180 (icomplete-show-matches-on-no-input): New customizable variable.
11181 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
11182 we have something to show.
11183 (icomplete-exhibit): Compute completions even if we have no user input.
11184
11185 2013-12-23 Daniel Colascione <dancol@dancol.org>
11186
11187 * icomplete.el: Move `provide' to end of file.
11188
11189 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
11190
11191 * net/gnutls.el (gnutls-verify-error): Add version tag.
11192
11193 2013-12-23 Chong Yidong <cyd@gnu.org>
11194
11195 * subr.el (set-transient-map): Rename from
11196 set-temporary-overlay-map. Doc fix.
11197
11198 * face-remap.el (text-scale-adjust):
11199 * indent.el (indent-rigidly):
11200 * kmacro.el (kmacro-call-macro):
11201 * minibuffer.el (minibuffer-force-complete):
11202 * repeat.el (repeat):
11203 * simple.el (universal-argument--mode):
11204 * calendar/todo-mode.el (todo-insert-item--next-param):
11205 * progmodes/f90.el (f90-abbrev-start): Callers changed.
11206
11207 * indent.el (indent-rigidly): Use substitute-command-keys.
11208
11209 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
11210
11211 * net/eww.el (eww-tag-select): Add text-property to jump to next
11212 select field.
11213 (eww): Add non-supported ftp error.
11214
11215 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
11216
11217 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
11218 comments. Handle electric indent after typing `?' and `!'.
11219
11220 2013-12-22 Chong Yidong <cyd@gnu.org>
11221
11222 * faces.el (face-spec-recalc): If the theme specs are not
11223 applicable to a frame, fall back on the defface spec.
11224 This prevents themes from obliterating faces on low-color terminals.
11225
11226 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
11227
11228 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
11229 after `{'. We need it after block openers, and it doesn't seem
11230 to hurt after hash openers.
11231
11232 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
11233
11234 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
11235 extracted from `ruby-smie-rules'.
11236 (ruby--electric-indent-chars): New variable.
11237 (ruby--electric-indent-p): New function.
11238 (ruby-mode): Use `electric-indent-functions' instead of
11239 `electric-indent-chars'.
11240
11241 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
11242
11243 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
11244 docstring.
11245 (ruby-smie-rules): Indent plus one level after `=>'.
11246
11247 2013-12-21 Richard Stallman <rms@gnu.org>
11248
11249 * simple.el (newline): Doc fix.
11250
11251 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
11252
11253 * net/eww.el (eww-list-histories, eww-list-histories)
11254 (eww-history-browse, eww-history-quit, eww-history-kill)
11255 (eww-history-mode-map, eww-history-mode): New command and
11256 functions to list browser histories.
11257 (eww-form-text): Support text form with disabled
11258 and readonly attributes.
11259 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
11260
11261 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11262
11263 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
11264 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
11265 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
11266 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
11267 Use `user-error'.
11268 (eww-bookmark-mode-map): Add menu.
11269 (eww-render, eww-mode): Use `setq-local'.
11270 (eww-tool-bar-map): New variable.
11271 (eww-mode): Set `tool-bar-map'.
11272 (eww-view-source): Check for `html-mode' with `fboundp'.
11273
11274 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11275
11276 * net/shr.el (shr--extract-best-source): Don't bug out on audio
11277 elements with text inside. Also remove debugging.
11278
11279 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
11280
11281 * cus-start.el (all): Add ns-use-srgb-colorspace.
11282
11283 2013-12-21 Chong Yidong <cyd@gnu.org>
11284
11285 * custom.el (custom-theme-recalc-face): Do nothing if the face is
11286 undefined. Thus, theme settings for undefined faces do not take
11287 effect until the faces are defined with defface, the same as with
11288 theme variables.
11289
11290 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
11291 (face-spec-reset-face): Don't assign extra properties in temacs.
11292 (face-spec-recalc): Apply X resources too.
11293
11294 2013-12-21 Chong Yidong <cyd@gnu.org>
11295
11296 * faces.el (face-spec-set):
11297 * cus-face.el (custom-theme-set-faces, custom-set-faces):
11298 * custom.el (defface): Doc fixes (Bug#16203).
11299
11300 * indent.el (indent-rigidly-map): Add docstring, and move commands
11301 into named functions.
11302 (indent-rigidly-left, indent-rigidly-right)
11303 (indent-rigidly-left-to-tab-stop)
11304 (indent-rigidly-right-to-tab-stop): New functions. Decide on
11305 indentation direction based on bidi direction, and accumulate
11306 sequential commands in a single undo boundary.
11307 (indent-rigidly--pop-undo): New utility function.
11308
11309 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
11310
11311 * faces.el (read-face-name): Require crm.el when using crm-separator.
11312
11313 2013-12-20 Daniel Colascione <dancol@dancol.org>
11314
11315 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
11316 so that we don't reflow comments into the shebang line.
11317
11318 2013-12-20 Juri Linkov <juri@jurta.org>
11319
11320 * saveplace.el (save-place-to-alist): Add `dired-filename' as
11321 a position when `dired-directory' is non-nil. Check integer
11322 positions with `integerp'.
11323 (toggle-save-place, save-places-to-alist): Add check for
11324 `dired-directory'.
11325 (save-place-find-file-hook): Check integer positions with
11326 `integerp'.
11327 (save-place-dired-hook): Use `dired-goto-file' when
11328 `dired-filename' is found in the assoc list. Check integer
11329 positions with `integerp'.
11330 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
11331
11332 * dired.el (dired-initial-position-hook): Rename back from
11333 `dired-initial-point-hook'.
11334 (dired-initial-position): Rename `dired-initial-point-hook' to
11335 `dired-initial-position-hook'.
11336 (dired-file-name-at-point): Doc fix. (Bug#15329)
11337
11338 2013-12-20 Juri Linkov <juri@jurta.org>
11339
11340 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
11341 (read-regexp-suggestions): New function.
11342 (read-regexp): Use `read-regexp-defaults-function' to get default values.
11343 Use `read-regexp-suggestions'. Add non-empty default to history
11344 for empty input.
11345 (occur-read-regexp-defaults-function): Remove function.
11346 (occur-read-primary-args): Use `regexp-history-last' instead of
11347 `occur-read-regexp-defaults-function'.
11348
11349 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
11350 (hi-lock-line-face-buffer, hi-lock-face-buffer)
11351 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
11352 `hi-lock-read-regexp-defaults-function'. Doc fix.
11353 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
11354 with `find-tag-default-as-symbol-regexp'. Doc fix.
11355 (hi-lock-read-regexp-defaults): Remove function.
11356 (hi-lock-regexp-okay): Add check for null.
11357
11358 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
11359 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
11360
11361 * subr.el (find-tag-default-as-symbol-regexp): New function.
11362 (find-tag-default-as-regexp): Move symbol regexp formatting to
11363 `find-tag-default-as-symbol-regexp'.
11364
11365 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
11366
11367 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
11368 (Bug#14179)
11369
11370 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
11371
11372 * calendar/todo-mode.el: New implementation of item insertion
11373 commands and key bindings.
11374 (todo-key-prompt): New face.
11375 (todo-insert-item): New command.
11376 (todo-insert-item--parameters): New defconst, replacing defvar
11377 todo-insertion-commands-args-genlist.
11378 (todo-insert-item--param-key-alist): New defconst, replacing
11379 defvar todo-insertion-commands-arg-key-list.
11380 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
11381 (todo-insert-item--argsleft, todo-insert-item--apply-args)
11382 (todo-insert-item--next-param): New functions.
11383 (todo-insert-item--args, todo-insert-item--argleft)
11384 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
11385 New variables.
11386 (todo-key-bindings-t): Change binding of "i" from
11387 todo-insertion-map to todo-insert-item.
11388 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
11389 (todo-insertion-command-name, todo-insertion-commands-names)
11390 (todo-define-insertion-command, todo-insertion-commands)
11391 (todo-insertion-key-bindings, todo-insertion-map): Remove.
11392
11393 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
11394
11395 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
11396 (todo-toggle-item-highlighting): Use eval-and-compile instead of
11397 eval-when-compile.
11398 (todo-move-category): Allow choosing a non-existing todo file to
11399 move the category to, and create that file.
11400 (todo-default-priority): New user option.
11401 (todo-set-item-priority): Use it.
11402 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
11403 (desktop-restore-file-buffer): Declare.
11404 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
11405 (todo-modes-set-2): Locally set desktop-save-buffer to
11406 todo-desktop-save-buffer.
11407 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
11408 (auto-mode-alist): Add autoload cookie.
11409
11410 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
11411
11412 * emacs-lisp/subr-x.el: Renamed from helpers.el.
11413 helpers.el was a poor choice of name.
11414 (string-remove-prefix): New function.
11415 (string-remove-suffix): New function.
11416
11417 2013-12-20 Martin Rudalics <rudalics@gmx.at>
11418
11419 Fix assignment for new window total sizes.
11420 * window.el (window--pixel-to-size): Remove function.
11421 (window--pixel-to-total-1, window--pixel-to-total):
11422 Fix calculation of new total sizes.
11423
11424 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
11425
11426 * comint.el (comint-output-filter): Fix rear-nonsticky property
11427 placement (Bug#16010).
11428
11429 2013-12-20 Chong Yidong <cyd@gnu.org>
11430
11431 * faces.el (read-color): Minor fix for completion function.
11432
11433 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
11434
11435 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
11436 New option. (Bug#16182)
11437 (ruby-smie--indent-to-stmt-p): Use it.
11438 (ruby-smie-rules): Revert the logic in the handling of `when'.
11439 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
11440 (ruby-deep-arglist, ruby-deep-indent-paren)
11441 (ruby-deep-indent-paren-style): Update docstrings to note that the
11442 vars don't have any effect with SMIE.
11443
11444 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
11445
11446 * calc/calc.el (calc-enter, calc-pop): Use the variable
11447 `calc-context-sensitive-enter'.
11448
11449 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11450
11451 * net/shr.el (shr-insert): Protect against infloops in degenerate
11452 tables.
11453
11454 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11455
11456 * progmodes/octave.el (octave): Add link to manual and octave
11457 homepage.
11458 (octave-mode-menu): Link to octave-mode manual.
11459
11460 2013-12-20 Leo Liu <sdl.web@gmail.com>
11461
11462 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
11463 insertion using skeleton-end-newline. (Bug#16138)
11464
11465 2013-12-20 Juri Linkov <juri@jurta.org>
11466
11467 * replace.el (occur-engine): Use `add-face-text-property'
11468 to add the face property to matches and titles. (Bug#14645)
11469
11470 * hi-lock.el (hi-green): Use lighter color "light green" closer to
11471 the palette of other hi-lock colors.
11472 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
11473
11474 2013-12-19 Juri Linkov <juri@jurta.org>
11475
11476 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
11477 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
11478 (minibuffer-history-symbol): Move variable declaration closer to
11479 its usage.
11480
11481 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
11482 (Bug#14785)
11483
11484 2013-12-19 Juri Linkov <juri@jurta.org>
11485
11486 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
11487 New function.
11488 (log-edit-hook): Add it to :options. (Bug#16170)
11489
11490 2013-12-19 Juri Linkov <juri@jurta.org>
11491
11492 * simple.el (eval-expression-print-format): Don't check for
11493 command names and the last command. Always display additional
11494 formats of the integer result in the echo area, and insert them
11495 to the current buffer only with a zero prefix arg.
11496 Display character when char-displayable-p is non-nil.
11497 (eval-expression): With a zero prefix arg, set `print-length' and
11498 `print-level' to nil, and insert the integer values from
11499 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
11500
11501 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
11502 `eval-last-sexp-arg-internal'. Doc fix.
11503 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
11504 `eval-last-sexp-print-value'. Doc fix.
11505 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
11506 Set `print-length' and `print-level' to nil when arg is zero.
11507 (eval-last-sexp): Doc fix.
11508 (eval-defun-2): Print the integer values from
11509 `eval-expression-print-format' at the end.
11510
11511 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
11512 values from `eval-expression-print-format' at the end.
11513
11514 * ielm.el (ielm-eval-input): Print the integer
11515 values from `eval-expression-print-format' at the end.
11516
11517 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
11518
11519 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
11520 2013-12-11T19:01:44Z!tzz@lifelogs.com.
11521
11522 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
11523
11524 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
11525 (hl-line-highlight, global-hl-line-highlight): Use it.
11526 (hl-line-overlay): Use defvar-local.
11527
11528 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
11529
11530 * term/ns-win.el: Require dnd.
11531 (global-map): Remove drag items.
11532 (ns-insert-text, ns-set-foreground-at-mouse)
11533 (ns-set-background-at-mouse):
11534 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
11535 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
11536 New functions.
11537
11538 2013-12-19 Glenn Morris <rgm@gnu.org>
11539
11540 * emacs-lisp/ert.el (ert-select-tests):
11541 Fix string/symbol mixup. (Bug#16121)
11542
11543 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
11544
11545 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
11546 keywords to their parent.
11547
11548 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
11549
11550 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
11551 first arg to be a string (fixed dead code), or an operator symbol.
11552 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
11553 operator symbols.
11554 (ruby-smie-rules): Remove parent token check in the `.' clause, it
11555 did nothing. Don't respond to `(:after ".")', it will be called
11556 with :before anyway. Remove the ` @ ' rule, it didn't seem to
11557 change anything. Only return indentation for binary operators
11558 when they are hanging. De-dent opening paren when its parent is
11559 `.', otherwise it looks bad when the dot is not at bol or eol
11560 (bug#16182).
11561
11562 2013-12-19 Juri Linkov <juri@jurta.org>
11563
11564 * replace.el (query-replace-read-args): Split a non-negative arg
11565 and a negative arg into separate elements.
11566 (query-replace, query-replace-regexp, replace-string)
11567 (replace-regexp): Add arg `backward'. Doc fix.
11568 (replace-match-maybe-edit): When new arg `backward' is non-nil,
11569 move point to the beginning of the match.
11570 (replace-search, replace-highlight): Use new arg `backward'
11571 to set the value of `isearch-forward'.
11572 (perform-replace): Add arg `backward' and use it to perform
11573 replacement backward. (Bug#14979)
11574
11575 * isearch.el (isearch-query-replace): Use a negative prefix arg
11576 to call `perform-replace' with a non-nil arg `backward'.
11577
11578 2013-12-18 Juri Linkov <juri@jurta.org>
11579
11580 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
11581 to the default list. Move `log-edit-show-files' to the end.
11582 Add more available functions to options.
11583 (log-edit): Move default specific settings to
11584 `log-edit-insert-message-template'. Don't move point.
11585 (log-edit-insert-message-template): New function.
11586 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
11587 (Bug#16170)
11588
11589 2013-12-18 Juri Linkov <juri@jurta.org>
11590
11591 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
11592 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
11593
11594 2013-12-18 Leo Liu <sdl.web@gmail.com>
11595
11596 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
11597 (Bug#16186)
11598
11599 2013-12-18 Eli Zaretskii <eliz@gnu.org>
11600
11601 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
11602 formats for displaying file sizes when the -s switch is given.
11603 Instead, compute a separate format for displaying the size in
11604 blocks, which is displayed in addition to the "regular" size.
11605 When -h is given in addition to -s, produce size in blocks in
11606 human-readable form as well. (Bug#16179)
11607
11608 2013-12-18 Tassilo Horn <tsdh@gnu.org>
11609
11610 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
11611 Reference tables with ~\ref{...} instead of only \ref{...}.
11612
11613 2013-12-18 Chong Yidong <cyd@gnu.org>
11614
11615 * cus-edit.el (custom-magic-alist): Fix "themed" description
11616 (Bug#14348).
11617
11618 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
11619 is non-nil, do not create a new entry in the symbol's theme-value
11620 or theme-face property; update theme-settings only (Bug#14664).
11621 (custom-available-themes): Doc fix.
11622
11623 * cus-theme.el (custom-new-theme-mode-map): Add bindings
11624 (Bug#15674).
11625
11626 * replace.el (occur-engine): Avoid infloop (Bug#7593).
11627
11628 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
11629
11630 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
11631 (Bug#13914).
11632
11633 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
11634
11635 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
11636
11637 2013-12-18 Glenn Morris <rgm@gnu.org>
11638
11639 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
11640 * cus-start.el (load-prefer-newer): New option.
11641
11642 2013-12-18 Le Wang <l26wang@gmail.com>
11643
11644 * comint.el (comint-previous-matching-input-from-input):
11645 Retain point (Bug#13404).
11646
11647 2013-12-18 Chong Yidong <cyd@gnu.org>
11648
11649 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
11650
11651 2013-12-18 Glenn Morris <rgm@gnu.org>
11652
11653 * mail/emacsbug.el (report-emacs-bug):
11654 Only mention enable-multibyte-characters if non-standard.
11655
11656 2013-12-17 Juri Linkov <juri@jurta.org>
11657
11658 * arc-mode.el (archive-extract-by-file): Check if directory exists
11659 before deletion to not show irrelevant errors if it doesn't exist.
11660
11661 2013-12-17 Juri Linkov <juri@jurta.org>
11662
11663 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
11664 (Bug#14751)
11665
11666 * net/eww.el (browse-web): Add alias to `eww'.
11667 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
11668 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
11669
11670 * net/browse-url.el (browse-url-browser-function): Move `eww'
11671 closer to similar functions.
11672
11673 * startup.el (fancy-startup-screen, fancy-about-screen):
11674 Set browse-url-browser-function to eww-browse-url locally.
11675 (Bug#14751)
11676
11677 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
11678
11679 * window.el (window--pixel-to-total): Remove unused `mini' var.
11680 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
11681 (split-window): Remove unused `new' var.
11682 (window--display-buffer): Remove unused `frame' and `delta' vars.
11683 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
11684 and display-width'.
11685
11686 2013-12-17 Martin Rudalics <rudalics@gmx.at>
11687
11688 * dired.el (dired-mark-pop-up):
11689 * register.el (register-preview): Don't bind
11690 split-height-threshold here since it's now done in
11691 display-buffer-below-selected.
11692
11693 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
11694
11695 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
11696 xterm-rgb-convert-to-16bit.
11697 (rxvt-register-default-colors): Standardize with
11698 xterm-register-default-colors (Bug#14078).
11699
11700 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
11701
11702 * simple.el (kill-region): Pass mark first, then point, so that
11703 kill-append works right (Bug#12819).
11704 (copy-region-as-kill, kill-ring-save): Likewise.
11705
11706 2013-12-17 Leo Liu <sdl.web@gmail.com>
11707
11708 * net/rcirc.el (rcirc-add-face):
11709 * eshell/em-prompt.el (eshell-emit-prompt):
11710 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
11711 (Bug#16167)
11712
11713 2013-12-17 Chong Yidong <cyd@gnu.org>
11714
11715 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
11716 Suggested by Xue Fuqiao.
11717
11718 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
11719
11720 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
11721
11722 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
11723
11724 * net/shr.el (shr-insert-document): Remove unused var
11725 `shr-preliminary-table-render'.
11726 (shr-rescale-image): Remove unused arg `force'.
11727 (shr-put-image): Update calls accordingly.
11728 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
11729
11730 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
11731
11732 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
11733 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
11734 :close-all, to see which indentation method to use (Bug#16116).
11735 (smie-rules-function): Document the method :close-all.
11736
11737 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11738
11739 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
11740
11741 * net/eww.el (eww-display-html): If we can't find the anchor we're
11742 looking for, then go to point-min.
11743
11744 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
11745
11746 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
11747 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
11748 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
11749 Expand dir too, in case it's relative.
11750
11751 2013-12-16 Juri Linkov <juri@jurta.org>
11752
11753 * desktop.el (desktop-auto-save-timeout): Change default to
11754 `auto-save-timeout'. Doc fix.
11755 (desktop-save): Skip the timestamp in desktop-saved-frameset
11756 when checking for auto-save changes.
11757 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
11758 `desktop-auto-save' is called repeatedly by the idle timer.
11759 (desktop-auto-save-set-timer): Replace `run-with-timer' with
11760 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
11761 (Bug#15331)
11762
11763 2013-12-16 Juri Linkov <juri@jurta.org>
11764
11765 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
11766 (Bug#16035)
11767 (isearch-pre-command-hook): Check `this-command' for symbolp.
11768
11769 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
11770
11771 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
11772
11773 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
11774
11775 * progmodes/cfengine.el (cfengine3--current-word): Remove.
11776 (cfengine3--current-function): Bring in the current-function
11777 functionality from `cfengine3--current-word'.
11778 (cfengine3-completion-function): Bring in the
11779 bounds-of-current-word functionality from
11780 `cfengine3--current-word'.
11781
11782 2013-12-16 Martin Rudalics <rudalics@gmx.at>
11783
11784 * window.el (display-buffer-below-selected):
11785 Bind split-height-threshold to 0 as suggested by Juri Linkov.
11786
11787 2013-12-16 Leo Liu <sdl.web@gmail.com>
11788
11789 * progmodes/compile.el (compile-goto-error): Do not push-mark.
11790 Remove NOMSG arg and all uses changed.
11791
11792 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
11793
11794 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
11795 (cua--deactivate-rectangle): Don't deactivate the mark.
11796 (cua-set-rectangle-mark): Don't set mark-active since
11797 cua--activate-rectangle already does it for us.
11798 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
11799 non-rectangular region.
11800
11801 * emulation/cua-base.el (cua-repeat-replace-region):
11802 Use with-current-buffer.
11803
11804 * net/gnutls.el: Use cl-lib.
11805 (gnutls-negotiate): `mapcan' -> cl-mapcan.
11806
11807 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
11808
11809 * emacs-lisp/package.el (package-built-in-p): Support both
11810 built-in and the package.el converted package descriptions.
11811 (package-show-package-list): Allow keywords.
11812 (package-keyword-button-action): Use it instead of
11813 `finder-list-matches'.
11814 (package-menu-filter-interactive): Interactive filtering (by
11815 keyword) function.
11816 (package-menu--generate): Support keywords and change keymappings
11817 and headers when they are given.
11818 (package--has-keyword-p): Helper function.
11819 (package-menu--refresh): Use it.
11820 (package--mapc): Helper function.
11821 (package-all-keywords): Use it.
11822 (package-menu-mode-map): Set up menu items and keybindings to
11823 provide a filtering UI.
11824
11825 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
11826
11827 * net/gnutls.el (gnutls-verify-error): New defcustom to control
11828 the behavior when a certificate fails validation. Defaults to
11829 old behavior: never abort, just warn.
11830 (gnutls-negotiate): Use it.
11831
11832 2013-12-14 Martin Rudalics <rudalics@gmx.at>
11833
11834 * window.el (display-buffer-below-selected): Never split window
11835 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
11836
11837 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
11838
11839 * emacs-lisp/package.el (package--prepare-dependencies): New function.
11840 (package-buffer-info): Use it (bug#15108).
11841
11842 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 * icomplete.el (icomplete-completions): Make sure the prefix is already
11845 displayed elsewhere before hiding it (bug#16219).
11846
11847 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
11848
11849 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
11850 open-paren tokens when preceded by a open-paren, too.
11851 (ruby-smie-rules): Handle virtual indentation after open-paren
11852 tokens specially. If there is code between it and eol, return the
11853 column where is starts (Bug#16118).
11854
11855 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
11856
11857 * progmodes/cfengine.el: Fix `add-hook' doc.
11858 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
11859 (cfengine3--current-word): Fix parameters.
11860 (cfengine3-make-syntax-cache): Simplify further.
11861 (cfengine3-completion-function, cfengine3--current-function):
11862 Use `assq' for symbols.
11863 (cfengine3--current-function): Fix `cfengine3--current-word' call.
11864
11865 2013-12-13 Glenn Morris <rgm@gnu.org>
11866
11867 * loadup.el (load-path): Warn if site-load or site-init changes it.
11868 No more need to reset it when bootstrapping.
11869
11870 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
11871
11872 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
11873 locations for cf-promises.
11874 (cfengine-mode-syntax-functions-regex): New caching variable.
11875 (cfengine3-fallback-syntax): Fallback syntax for cases where
11876 cf-promises doesn't run.
11877 (cfengine3--current-word): Reimplement using
11878 `cfengine-mode-syntax-functions-regex'.
11879 (cfengine3-completion-function, cfengine3--current-function):
11880 Use `cfengine3-make-syntax-cache' directly.
11881 (cfengine3-clear-syntax-cache): New function.
11882 (cfengine3-make-syntax-cache): Simplify and create
11883 `cfengine-mode-syntax-functions-regex' on demand.
11884 (cfengine3-format-function-docstring): Don't call
11885 `cfengine3-make-syntax-cache' explicitly.
11886
11887 2013-12-13 Martin Rudalics <rudalics@gmx.at>
11888
11889 Fix windmove-find-other-window broken after pixelwise resizing
11890 (Bug#16017).
11891 * windmove.el (windmove-other-window-loc): Revert change from
11892 2013-12-04.
11893 (windmove-find-other-window): Call window-in-direction.
11894 * window.el (window-in-direction): New arguments SIGN, WRAP and
11895 MINI to emulate original windmove-find-other-window behavior.
11896
11897 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
11898
11899 * simple.el (blink-matching--overlay): New variable.
11900 (blink-matching-open): Instead of moving point, highlight the
11901 matching paren with an overlay
11902 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
11903
11904 * faces.el (paren-showing-faces, show-paren-match)
11905 (show-paren-mismatch): Move from paren.el.
11906
11907 2013-12-13 Leo Liu <sdl.web@gmail.com>
11908
11909 * indent.el (indent-region): Disable progress reporter in
11910 minibuffer. (Bug#16108)
11911
11912 * bindings.el (visual-order-cursor-movement): Fix version.
11913
11914 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
11915
11916 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
11917 Also match after beginning of line.
11918 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
11919 files. Thanks to Russell Sim. (Bug#15378)
11920
11921 2013-12-13 Juri Linkov <juri@jurta.org>
11922
11923 * simple.el <Keypad support>: Remove key bindings duplicated
11924 with bindings.el. (Bug#14397)
11925
11926 2013-12-13 Juri Linkov <juri@jurta.org>
11927
11928 * comint.el (comint-mode-map): Replace `delete-char' with
11929 `delete-forward-char'. (Bug#16109)
11930
11931 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
11932
11933 * progmodes/python.el (python-indent-calculate-indentation):
11934 Fix de-denters cornercase. (Bug#15731)
11935
11936 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
11937
11938 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
11939 (advice--make): Pay attention to `depth'.
11940 (advice--make-1): Don't autoload commands eagerly.
11941 * emacs-lisp/elp.el (elp-instrument-function):
11942 * emacs-lisp/trace.el (trace-function-internal):
11943 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
11944
11945 * iswitchb.el (iswitchb-mode): Don't belittle ido.
11946
11947 2013-12-12 Eli Zaretskii <eliz@gnu.org>
11948
11949 * term/w32-win.el (w32-handle-dropped-file):
11950 * startup.el (normal-top-level):
11951 * net/browse-url.el (browse-url-file-url):
11952 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
11953 decode file names using 'utf-8' rather than
11954 file-name-coding-system.
11955
11956 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
11957
11958 * progmodes/python.el (python-indent-context)
11959 (python-indent-calculate-indentation): Fix auto-identation
11960 behavior for comment blocks. (Bug#15916)
11961
11962 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
11963
11964 * progmodes/python.el (python-indent-calculate-indentation):
11965 When determining indentation, don't treat "return", "pass", etc., as
11966 operators when they are just string constituents. (Bug#15812)
11967
11968 2013-12-12 Juri Linkov <juri@jurta.org>
11969
11970 * uniquify.el (uniquify-buffer-name-style): Change default to
11971 `post-forward-angle-brackets'.
11972
11973 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
11974 `uniquify'. Change default to `post-forward-angle-brackets'.
11975
11976 2013-12-11 Glenn Morris <rgm@gnu.org>
11977
11978 * emacs-lisp/package.el (finder-list-matches):
11979 Autoload rather than falsely declaring.
11980
11981 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
11982
11983 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
11984 (eww-mode-map): Use them.
11985
11986 2013-12-11 Martin Rudalics <rudalics@gmx.at>
11987
11988 * window.el (display-buffer-in-side-window): Fix doc-string
11989 (Bug#16115).
11990
11991 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
11992
11993 * vc/vc-git.el: Silence byte-compiler warnings.
11994 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
11995 (log-edit-set-header): Declare.
11996
11997 2013-12-11 Eli Zaretskii <eliz@gnu.org>
11998
11999 * Makefile.in (custom-deps, finder-data): Run output file names
12000 through unmsys--file-name. (Bug#16099)
12001
12002 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
12003
12004 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
12005 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
12006
12007 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
12008 instead of deleting the selection "by hand" (bug#16098).
12009 Rely on insert-for-yank to yank rectangles.
12010 (cua-highlight-region-shift-only): Mark obsolete.
12011 (cua-mode): Don't enable/disable transient-mark-mode,
12012 shift-select-mode (cua-mode works both with and without them), and
12013 pc-selection-mode (obsolete).
12014 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
12015 (cua--deactivate-rectangle): Deactivate it.
12016
12017 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
12018 (delete-selection-helper): Make sure yank starts at the top of the
12019 deleted region.
12020 (minibuffer-keyboard-quit): Use region-active-p.
12021
12022 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
12023
12024 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
12025 to `delete' (bug#16109).
12026
12027 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12028
12029 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
12030 info manual and show keybindings and set `:group' keyword.
12031
12032 2013-12-11 Juri Linkov <juri@jurta.org>
12033
12034 * delsel.el (delete-active-region): Let-bind `this-command'
12035 to prevent `kill-region' from changing its original value.
12036 (delete-selection-helper): Handle `overwrite-mode' for the type
12037 `kill' exactly the same way as for the type `t'.
12038 (insert-char, quoted-insert, reindent-then-newline-and-indent):
12039 Support more commands. (Bug#13312)
12040
12041 2013-12-11 Juri Linkov <juri@jurta.org>
12042
12043 * bindings.el: Map kp keys to non-kp keys systematically
12044 with basic modifiers control, meta and shift. (Bug#14397)
12045
12046 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
12047
12048 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
12049 "Close browser" menu items. Fix wrong function of "List
12050 bookmarks".
12051
12052 2013-12-11 Juri Linkov <juri@jurta.org>
12053
12054 * misearch.el (multi-isearch-buffers): Set the value of
12055 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
12056 arg of isearch-forward to t.
12057 (multi-isearch-buffers-regexp): Set the value of
12058 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
12059 arg of isearch-forward-regexp to t.
12060 (multi-isearch-files): Set the value of
12061 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
12062 arg of isearch-forward to t.
12063 (multi-isearch-files-regexp): Set the value of
12064 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
12065 arg of isearch-forward-regexp to t. (Bug#16035)
12066
12067 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
12068 arg of isearch-forward to t.
12069 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
12070 arg of isearch-forward-regexp to t.
12071 (dired-isearch-filter-filenames): Remove unnecessary check for
12072 `dired-isearch-filenames'.
12073
12074 * comint.el (comint-history-isearch-backward):
12075 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
12076 (comint-history-isearch-backward-regexp):
12077 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
12078
12079 2013-12-10 Eli Zaretskii <eliz@gnu.org>
12080
12081 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
12082 unmsys--file-name. (Bug#16099)
12083
12084 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
12085
12086 * emacs-lisp/package.el (package-keyword-button-action):
12087 Remove finder.el require dependency.
12088
12089 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
12090
12091 * emacs-lisp/package.el: Require finder.el.
12092 (describe-package-1): Add keyword buttons.
12093 (package-make-button): New convenience function.
12094 (package-keyword-button-action): Keyword button action using
12095 `finder-list-matches'.
12096
12097 2013-12-09 Eli Zaretskii <eliz@gnu.org>
12098
12099 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
12100 last commit.
12101
12102 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
12103
12104 * autorevert.el (auto-revert-notify-add-watch): Do not handle
12105 symlinked files.
12106
12107 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
12108
12109 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
12110 after the end of a percent literal.
12111
12112 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
12113
12114 * progmodes/ruby-mode.el (ruby-forward-string): Document.
12115 Handle caret-delimited strings (Bug#16079).
12116
12117 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
12118
12119 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
12120 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
12121 `ruby-parse-partial' (Bug#16078).
12122
12123 2013-12-09 Leo Liu <sdl.web@gmail.com>
12124
12125 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
12126
12127 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
12128
12129 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
12130 (js-switch-indent-offset): New option.
12131 (js--proper-indentation): Use it. And handle the case when
12132 "default" is actually a key in an object literal.
12133 (js--same-line): New function.
12134 (js--multi-line-declaration-indentation): Use it.
12135 (js--indent-in-array-comp, js--array-comp-indentation):
12136 New functions.
12137 (js--proper-indentation): Use them, to handle array comprehension
12138 continuations.
12139
12140 2013-12-08 Leo Liu <sdl.web@gmail.com>
12141
12142 * progmodes/flymake.el (flymake-highlight-line): Re-write.
12143 (flymake-make-overlay): Remove arg MOUSE-FACE.
12144 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
12145
12146 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12147
12148 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
12149 New function.
12150 (redisplay-highlight-region-function): Use it.
12151
12152 * emulation/cua-base.el (cua--explicit-region-start)
12153 (cua--last-region-shifted): Remove.
12154 (cua--deactivate): Use deactivate-mark.
12155 (cua--pre-command-handler-1): Don't handle shift-selection.
12156 (cua--post-command-handler-1): Don't change transient-mark-mode.
12157 (cua--select-keymaps): Use region-active-p rather than
12158 cua--explicit-region-start or cua--last-region-shifted.
12159 (cua-mode): Enable shift-select-mode.
12160
12161 2013-12-08 Leo Liu <sdl.web@gmail.com>
12162
12163 * progmodes/flymake.el (flymake-popup-current-error-menu):
12164 Rename from flymake-display-err-menu-for-current-line. Reimplement.
12165 (flymake-posn-at-point-as-event, flymake-popup-menu)
12166 (flymake-make-emacs-menu): Remove. (Bug#16077)
12167
12168 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12169
12170 * rect.el (rectangle-mark-mode): Activate mark even if
12171 transient-mark-mode is off (bug#16066).
12172 (rectangle--highlight-for-redisplay): Fix boundary condition when point
12173 is > mark and at bolp.
12174
12175 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
12176 (region-extract-function): Use it.
12177 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
12178 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
12179 Delete functions.
12180 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
12181 kill-ring-save, kill-region, delete-char, delete-forward-char.
12182 Ignore self-insert-iso.
12183
12184 * emulation/cua-gmrk.el (cua--init-global-mark):
12185 Ignore `self-insert-iso'.
12186
12187 * emulation/cua-base.el (cua--prefix-copy-handler)
12188 (cua--prefix-cut-handler): Rely on region-extract-function rather than
12189 checking cua--rectangle.
12190 (cua-delete-region): Use region-extract-function.
12191 (cua-replace-region): Delete function.
12192 (cua-copy-region, cua-cut-region): Obey region-extract-function.
12193 (cua--pre-command-handler-1): Don't do the delete-selection thing.
12194 (cua--self-insert-char-p): Ignore `self-insert-iso'.
12195 (cua--init-keymaps): Don't remap delete-selection commands.
12196 (cua-mode): Use delete-selection-mode instead of rolling our own
12197 (bug#16085).
12198
12199 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
12200 Obey region-extract-function.
12201
12202 Make registers and delete-selection-mode work on rectangles.
12203 * register.el (describe-register-1): Don't modify the register's value.
12204 (copy-to-register): Obey region-extract-function.
12205 * delsel.el (delete-active-region): Obey region-extract-function.
12206
12207 2013-12-08 Leo Liu <sdl.web@gmail.com>
12208
12209 * progmodes/flymake.el (flymake, flymake-error-bitmap)
12210 (flymake-warning-bitmap, flymake-fringe-indicator-position)
12211 (flymake-compilation-prevents-syntax-check)
12212 (flymake-start-syntax-check-on-newline)
12213 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
12214 (flymake-start-syntax-check-on-find-file, flymake-log-level)
12215 (flymake-xml-program, flymake-master-file-dirs)
12216 (flymake-master-file-count-limit)
12217 (flymake-allowed-file-name-masks): Relocate.
12218 (flymake-makehash, flymake-float-time)
12219 (flymake-replace-regexp-in-string, flymake-split-string)
12220 (flymake-get-temp-dir): Remove.
12221 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
12222 (flymake-current-row, flymake-selected-frame)
12223 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
12224 related functions. (Bug#16077)
12225
12226 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
12227
12228 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
12229
12230 2013-12-07 Tassilo Horn <tsdh@gnu.org>
12231
12232 * help-fns.el (describe-function-1): Use new advice-* functions
12233 rather than old ad-* functions. Fix function type description and
12234 source links for advised functions and subrs.
12235
12236 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12237
12238 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
12239
12240 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
12241
12242 * progmodes/compile.el (compilation-start):
12243 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
12244
12245 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
12246 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
12247
12248 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
12249
12250 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
12251 Touch up the last change.
12252
12253 2013-12-06 Leo Liu <sdl.web@gmail.com>
12254
12255 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
12256 (inferior-octave-startup): Always use "octave> " for prompt.
12257 (octave-goto-function-definition)
12258 (octave-sync-function-file-names)
12259 (octave-find-definition-default-filename): Remove redundant backquotes.
12260
12261 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
12262
12263 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
12264 syntax for `?'.
12265 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
12266 where appropriate already.
12267 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
12268 end of method names (Bug#15874).
12269
12270 2013-12-06 Juri Linkov <juri@jurta.org>
12271
12272 * isearch.el (isearch--saved-overriding-local-map):
12273 New internal variable.
12274 (isearch-mode): Set it to the initial value of
12275 `overriding-terminal-local-map'.
12276 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
12277 with `isearch--saved-overriding-local-map'. (Bug#16035)
12278
12279 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
12280
12281 * progmodes/octave.el (inferior-octave-completion-table):
12282 Turn back into function, use `completion-table-with-cache'
12283 (Bug#11906). Update all references.
12284
12285 * minibuffer.el (completion-table-with-cache): New function.
12286
12287 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
12288
12289 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
12290
12291 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
12292
12293 * net/eww.el (eww-current-source): New variable to store page
12294 source.
12295 (eww-display-html, eww-mode, eww-save-history)
12296 (eww-restore-history): Use it.
12297 (eww-view-source): New command to view page source.
12298 Opportunistically uses `html-mode' to highlight the buffer.
12299 (eww-mode-map): Install it.
12300
12301 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
12302
12303 * net/dbus.el (dbus-unregister-service)
12304 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
12305 Fix docstring.
12306 (dbus-unregister-service): Skip :serial entries in
12307 `dbus-registered-objects-table'.
12308 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
12309
12310 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
12311
12312 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
12313 around keywords with extra `split-string' argument.
12314
12315 2013-12-04 Martin Rudalics <rudalics@gmx.at>
12316
12317 * windmove.el (windmove-other-window-loc): Handle navigation
12318 between windows (excluding the minibuffer window - Bug#16017).
12319
12320 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
12321
12322 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
12323 in D-Bus type syntax.
12324 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
12325 preserve unibyte strings. (Bug#16048)
12326
12327 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
12328
12329 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
12330 Call force-mode-line-update is the proper buffer (bug#16042).
12331
12332 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
12333
12334 * vc/log-edit.el (log-edit-add-new-comment): Rename to
12335 `log-edit-remember-comment', make argument optional. Adjust all
12336 callers.
12337 (log-edit-mode): Add `log-edit-remember-comment' to
12338 `kill-buffer-hook' locally.
12339 (log-edit-kill-buffer): Don't remember comment explicitly since
12340 the buffer is killed anyway.
12341
12342 2013-12-04 Juri Linkov <juri@jurta.org>
12343
12344 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
12345 add-hook and remove-hook for multi-buffer search. (Bug#16035)
12346
12347 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
12348
12349 * notifications.el (notifications-close-notification): Call the
12350 D-Bus method with ID being a `:uint32'. (Bug#16030)
12351
12352 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
12353
12354 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
12355
12356 2013-12-03 Juri Linkov <juri@jurta.org>
12357
12358 * progmodes/compile.el (compilation-start): Rename window alist
12359 entry `no-display-ok' to `allow-no-window'.
12360
12361 * simple.el (shell-command): Add window alist entry
12362 `allow-no-window' to `display-buffer'.
12363 (async-shell-command): Doc fix.
12364
12365 * window.el (display-buffer-no-window): New action function.
12366 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
12367
12368 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
12369
12370 * vc/log-edit.el (log-edit-set-header): Extract from
12371 `log-edit-toggle-header'.
12372 (log-edit-extract-headers): Separate the summary, when extracted
12373 from header, from the rest of the message with an empty line.
12374
12375 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
12376 line, if present, to the Summary header.
12377
12378 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12379
12380 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
12381 in current-buffer (bug#16029).
12382
12383 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
12384
12385 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
12386 (debugger-mode-map): Bind it.
12387 (debugger--backtrace-base): New function.
12388 (debugger-eval-expression): Use it.
12389 (debugger-frame-number): Skip local vars when present.
12390 (debugger--locals-visible-p, debugger--insert-locals)
12391 (debugger--show-locals, debugger--hide-locals): New functions.
12392
12393 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
12394
12395 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
12396 "LC_ALL".
12397 (tramp-get-remote-locale): New defun.
12398 (tramp-open-connection-setup-interactive-shell): Use it.
12399
12400 2013-12-02 Leo Liu <sdl.web@gmail.com>
12401
12402 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
12403
12404 * progmodes/sh-script.el (sh-shell-process):
12405 * progmodes/octave.el (inferior-octave-process-live-p):
12406 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
12407 (gdb-inferior-io-sentinel):
12408 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
12409
12410 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
12411
12412 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
12413 `save-selected-window' to `log-edit-hide-buf'. This makes
12414 `log-edit-show-files' idempotent.
12415 (log-edit-show-files): Mark the new window as dedicated.
12416
12417 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
12418
12419 * vc/log-edit.el (log-edit-mode-map): Add binding for
12420 `log-edit-kill-biffer'.
12421 (log-edit-hide-buf): Add a FIXME comment.
12422 (log-edit-add-new-comment): New function, extracted from
12423 `log-edit-done'.
12424 (log-edit-done, log-edit-add-to-changelog): Use it.
12425 (log-edit-kill-buffer): New command.
12426
12427 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12428
12429 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
12430 instead of killing the buffer.
12431
12432 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12433
12434 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
12435
12436 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12437
12438 * net/eww.el (eww-form-checkbox-selected-symbol)
12439 (eww-form-checkbox-symbol): New customizable variable.
12440 (eww-form-checkbox, eww-toggle-checkbox):
12441 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
12442
12443 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
12444 (shr--get-media-pref, shr--extract-best-source): New function.
12445 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
12446 no :src tag was specified.
12447
12448 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
12449 (eww-render): Handle `eww-use-external-browser-for-content-type'.
12450 Use \\` to match beginning of string instead of ^.
12451 (eww-browse-with-external-browser): Provide optional URL parameter.
12452 (eww-render): Set `eww-current-title' back to "".
12453
12454 * net/shr.el (shr-tag-video): Display content for video if no
12455 poster is available.
12456 (shr-tag-audio): Add support for <audio> tag.
12457
12458 * net/eww.el (eww-text-input-types): New const.
12459 (eww-process-text-input): Treat input types in
12460 `eww-text-input-types' as text.
12461
12462 * net/shr.el (shr-tag-table): Fix comment typo.
12463
12464 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12465
12466 * net/eww.el (eww-follow-link): New command to avoid reloading
12467 pages when we follow #target links (bug#15243).
12468 (eww-quit): Special mode buffers shouldn't query before exiting.
12469
12470 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
12471
12472 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
12473 forms.
12474
12475 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12476
12477 * net/eww.el (eww-restore-history): Update the window title after
12478 moving in the history.
12479 (eww-current-dom): New variable used to save the current DOM.
12480
12481 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
12482
12483 * vc/log-edit.el (log-edit-mode-map): Add binding for
12484 `log-edit-beginning-of-line'.
12485 (log-edit-setup-add-author): New user option.
12486 (log-edit-beginning-of-line): New command.
12487 (log-edit): Move major mode call above the contents setup so that
12488 the local variable values are already applied.
12489 (log-edit): Only insert "Author: " when
12490 `log-edit-setup-add-author' is non-nil.
12491 (log-edit): When SETUP is non-nil, position point after ": "
12492 instead of point-min.
12493
12494 2013-12-01 Glenn Morris <rgm@gnu.org>
12495
12496 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
12497
12498 2013-11-30 Eli Zaretskii <eliz@gnu.org>
12499
12500 * startup.el (fancy-splash-frame): On MS-Windows, trigger
12501 redisplay to make sure the initial frame gets a chance to become
12502 visible. (Bug#16014)
12503
12504 2013-11-30 Martin Rudalics <rudalics@gmx.at>
12505
12506 Support resizing frames and windows pixelwise.
12507 * cus-start.el (frame-resize-pixelwise)
12508 (window-resize-pixelwise): New entries.
12509 * emacs-lisp/debug.el (debug): Use window-total-height instead
12510 of window-total-size.
12511 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
12512 * help.el (describe-bindings-internal): Use help-buffer as
12513 argument for with-help-window.
12514 (temp-buffer-max-width): New option.
12515 (resize-temp-buffer-window, help-window-setup)
12516 (with-help-window): Rewrite.
12517 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
12518 dragging dividers.
12519 * window.el (frame-char-size, window-min-pixel-height)
12520 (window-safe-min-pixel-height, window-safe-min-pixel-width)
12521 (window-min-pixel-width, window-safe-min-pixel-size)
12522 (window-combination-p, window-safe-min-size)
12523 (window-resizable-p, window--size-to-pixel)
12524 (window--pixel-to-size, window--resize-apply-p): New functions.
12525 (window-safe-min-height): Fix doc-string.
12526 (window-size, window-min-size, window--min-size-1)
12527 (window-sizable, window-sizable-p, window--min-delta-1)
12528 (window-min-delta, window--max-delta-1, window-max-delta)
12529 (window--resizable, window--resizable-p, window-resizable)
12530 (window-full-height-p, window-full-width-p, window-at-side-p)
12531 (window--in-direction-2, window-in-direction)
12532 (window--resize-reset-1, window--resize-mini-window)
12533 (window-resize, window-resize-no-error)
12534 (window--resize-child-windows-normal)
12535 (window--resize-child-windows, window--resize-siblings)
12536 (window--resize-this-window, window--resize-root-window)
12537 (window--resize-root-window-vertically)
12538 (adjust-window-trailing-edge, enlarge-window, shrink-window)
12539 (maximize-window, minimize-window, delete-window)
12540 (quit-restore-window, window-split-min-size, split-window)
12541 (balance-windows-2, balance-windows)
12542 (balance-windows-area-adjust, balance-windows-area)
12543 (window--state-get-1, window-state-get, window--state-put-1)
12544 (window--state-put-2, window-state-put)
12545 (display-buffer-record-window, window--display-buffer):
12546 Make functions handle pixelwise sizing of windows.
12547 (display-buffer--action-function-custom-type)
12548 (display-buffer-fallback-action):
12549 Add display-buffer-in-previous-window.
12550 (display-buffer-use-some-window): Resize window to height it had
12551 before.
12552 (fit-window-to-buffer-horizontally): New option.
12553 (fit-frame-to-buffer): Describe new values.
12554 (fit-frame-to-buffer-bottom-margin): Replace with
12555 fit-frame-to-buffer-margins.
12556 (window--sanitize-margin): New function.
12557 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
12558 using window-text-pixel-size.
12559
12560 2013-11-30 Glenn Morris <rgm@gnu.org>
12561
12562 * emacs-lisp/bytecomp.el (byte-compile-form):
12563 Make the `interactive-only' warning like the `obsolete' one.
12564 * comint.el (comint-run):
12565 * files.el (insert-file-literally, insert-file):
12566 * replace.el (replace-string, replace-regexp):
12567 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
12568 (goto-line, insert-buffer, next-line, previous-line):
12569 Tweak `interactive-only' spec.
12570
12571 Stop keeping (most) generated cedet grammar files in the repository.
12572 * Makefile.in (semantic): New.
12573 (compile-main): Depend on semantic.
12574
12575 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12576
12577 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
12578 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
12579
12580 * uniquify.el (uniquify-buffer-name-style): Change default.
12581
12582 * loadup.el: Preload "uniquify".
12583
12584 * time.el (display-time-update): Update all mode lines (bug#15999).
12585
12586 * electric.el (electric-indent-mode): Enable by default.
12587 * loadup.el: Preload "electric".
12588
12589 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
12590
12591 * emacs-lisp/helpers.el (string-empty-p): New function.
12592 (string-blank-p): New function.
12593
12594 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
12595
12596 * imenu.el (imenu--index-alist): Add missing dot to the docstring
12597 (Bug#14029).
12598
12599 2013-11-29 Andreas Politz <politza@fh-trier.de>
12600 * imenu.el (imenu--subalist-p): Don't error on non-conses and
12601 allow non-lambda lists as functions.
12602 (imenu--in-alist): Don't recurse into non-subalists.
12603 (imenu): Don't pass function itself as an argument (Bug#14029).
12604
12605 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12606
12607 * progmodes/python.el (python-mode-map): Remove binding for ":".
12608 (python-indent-electric-colon): Remove command.
12609 (python-indent-post-self-insert-function): Integrate the previous code
12610 of python-indent-electric-colon. Make it conditional on
12611 electric-indent-mode.
12612 (python-mode): Add ?: to electric-indent-chars.
12613 Move python-indent-post-self-insert-function to the end of
12614 post-self-insert-hook.
12615
12616 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12617
12618 * doc-view.el (doc-view-goto-page): Update mode-line.
12619
12620 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
12621
12622 2013-11-27 Glenn Morris <rgm@gnu.org>
12623
12624 * international/charprop.el, international/uni-bidi.el:
12625 * international/uni-category.el, international/uni-combining.el:
12626 * international/uni-comment.el, international/uni-decimal.el:
12627 * international/uni-decomposition.el, international/uni-digit.el:
12628 * international/uni-lowercase.el, international/uni-mirrored.el:
12629 * international/uni-name.el, international/uni-numeric.el:
12630 * international/uni-old-name.el, international/uni-titlecase.el:
12631 * international/uni-uppercase.el:
12632 Remove generated files from VCS repository.
12633
12634 2013-11-27 Eli Zaretskii <eliz@gnu.org>
12635
12636 * filenotify.el (file-notify-add-watch): Don't special-case
12637 w32notify when computing the directory to watch.
12638
12639 2013-11-27 Glenn Morris <rgm@gnu.org>
12640
12641 Make bootstrap without generated uni-*.el files possible again.
12642 * loadup.el: Update command-line-args checking for unidata-gen.
12643 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
12644 * composite.el, international/characters.el:
12645 Handle unicode tables being undefined.
12646
12647 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
12648 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
12649 (compile-main): Depend on leim rule.
12650 (leim): New rule.
12651 * loadup.el: Move leim-list.el to leim/ subdirectory.
12652 * startup.el (normal-top-level): No more leim directory.
12653 * international/ja-dic-cnv.el (skkdic-convert):
12654 Disable version-control and autoloads in output files.
12655 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
12656 Disable version-control and autoloads in output files.
12657 * leim/quail: Move here from ../leim.
12658 * leim/quail/hangul.el (hangul-input-method-activate):
12659 Add autoload cookie.
12660 (generated-autoload-load-name): Set file-local value.
12661 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
12662 (generated-autoload-load-name): Set file-local value.
12663
12664 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
12665
12666 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
12667 (eww-add-bookmark): Ask confirmation when add to bookmarks.
12668 (eww-quit): Ask confirmation before quitting eww.
12669
12670 2013-11-26 Eli Zaretskii <eliz@gnu.org>
12671
12672 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
12673 reading output from Diff on MS-Windows and MS-DOS.
12674
12675 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
12676
12677 * emacs-lisp/helpers.el (string-reverse): New function.
12678
12679 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
12680
12681 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
12682 names on MS Windows, like "/[::1]:".
12683
12684 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
12685 SWITCHES.
12686
12687 2013-11-26 Glenn Morris <rgm@gnu.org>
12688
12689 * progmodes/python.el (python-indent-guess-indent-offset):
12690 Avoid corner-case error. (Bug#15975)
12691
12692 Preload leim-list.el. (Bug#4789)
12693 * loadup.el: Load leim-list.el when found.
12694 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
12695
12696 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
12697
12698 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
12699
12700 * emacs-lisp/helpers.el (string-join): New function.
12701
12702 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
12703
12704 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12705 Mark as obsolete and replace it with a symbol property.
12706 (byte-compile-form): Use new 'interactive-only property.
12707 * comint.el, files.el, replace.el, simple.el:
12708 Apply new 'interactive-only properly.
12709
12710 2013-11-25 Martin Rudalics <rudalics@gmx.at>
12711
12712 * window.el (display-buffer-at-bottom): Make sure that
12713 split-window-sensibly creates the new window on bottom
12714 (Bug#15961).
12715
12716 2013-11-23 David Kastrup <dak@gnu.org>
12717
12718 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
12719 on the conflict markers when available.
12720 (smerge--get-marker): New function.
12721 (smerge-end-re, smerge-base-re): Add subgroup.
12722
12723 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
12724
12725 * frame.el (handle-focus-in, handle-focus-out): Add missing
12726 interactive spec.
12727
12728 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
12729
12730 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
12731 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
12732
12733 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
12734
12735 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
12736 (gomoku--last-pos): New var.
12737 (gomoku--intangible-chars): New const.
12738 (gomoku--intangible): New function.
12739 (gomoku-mode): Use it. Derive from special-mode.
12740 (gomoku-move-up): Adjust line count.
12741 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
12742 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
12743 Simplify accordingly.
12744
12745 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
12746 Remove blink-cursor code.
12747 (blink-cursor-timer-function, blink-cursor-suspend):
12748 Don't special-case GUIs.
12749 (blink-cursor-mode): Use focus-in/out-hook.
12750
12751 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
12752
12753 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
12754 work when annotation is invisible (Bug#13886).
12755
12756 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
12757
12758 * json.el (json-alist-p): Only return non-nil if the alist has
12759 simple keys (Bug#13518).
12760
12761 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
12762
12763 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
12764 when control-statement is the first statement in a buffer (Bug#15956).
12765
12766 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
12767
12768 * imenu.el (imenu-generic-skip-comments-and-strings):
12769 New option (Bug#15560).
12770 (imenu--generic-function): Use it.
12771
12772 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
12773
12774 * minibuffer.el (completion--in-region-1): Scroll the correct window.
12775 (Bug#13898)
12776
12777 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
12778
12779 * emacs-lisp/helpers.el: Add some string helpers.
12780 (string-trim-left): Removes leading whitespace.
12781 (string-trim-right): Removes trailing whitespace.
12782 (string-trim): Removes leading and trailing whitespace.
12783
12784 * subr.el (string-suffix-p): New function.
12785
12786 2013-11-23 Glenn Morris <rgm@gnu.org>
12787
12788 * progmodes/python.el (python-shell-send-file):
12789 Add option to delete file when done. (Bug#15647)
12790 (python-shell-send-string, python-shell-send-region): Use it.
12791
12792 2013-11-23 Ivan Shmakov <ivan@siamics.net>
12793
12794 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
12795 to set buffer-read-only to t, never to nil. (Bug#15938)
12796
12797 * textmodes/tex-mode.el (latex-noindent-environments):
12798 Add safe-local-variable property. (Bug#15936)
12799
12800 2013-11-23 Glenn Morris <rgm@gnu.org>
12801
12802 * textmodes/enriched.el (enriched-mode): Doc fix.
12803 * emacs-lisp/authors.el (authors-renamed-files-alist):
12804 Add enriched.doc -> enriched.txt.
12805
12806 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
12807
12808 2013-11-22 Leo Liu <sdl.web@gmail.com>
12809
12810 * progmodes/octave.el (inferior-octave-startup): Spit out error
12811 message.
12812
12813 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
12814
12815 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
12816 Improve docstring.
12817 Add :version.
12818 (ruby-encoding-magic-comment-style): Add :version.
12819
12820 2013-11-22 Leo Liu <sdl.web@gmail.com>
12821
12822 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
12823 (Bug#15076)
12824 (octave-help-mode): Adapt to change to help-mode-finish to use
12825 derived-mode-p on 2013-09-17.
12826 (inferior-octave-prompt): Also match octave-gui.
12827 (octave-kill-process): Don't ask twice. (Bug#10564)
12828
12829 2013-11-22 Leo Liu <sdl.web@gmail.com>
12830
12831 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
12832 (inferior-octave-startup, inferior-octave-check-process)
12833 (inferior-octave-track-window-width-change)
12834 (octave-completion-at-point, octave-eldoc-function): Use it.
12835 (octave-kill-process): Provide confirmation. (Bug#10564)
12836
12837 2013-11-21 Leo Liu <sdl.web@gmail.com>
12838
12839 * progmodes/octave.el (octave-mode, inferior-octave-mode):
12840 Fix obsolete variable comment-use-global-state.
12841
12842 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12843
12844 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
12845 Add `octave-source-file'.
12846 (octave-source-file): New function. (Bug#15935)
12847
12848 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
12849
12850 * net/eww.el (eww-local-regex): New variable.
12851 (eww): Use it to detect localhost and similar.
12852
12853 2013-11-21 Leo Liu <sdl.web@gmail.com>
12854
12855 Add completion for command `ag'.
12856 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
12857 (pcomplete/ag): New function.
12858 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
12859
12860 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12861
12862 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
12863 (bug#14646).
12864 (make-obsolete): Remove interactive spec.
12865
12866 2013-11-21 Glenn Morris <rgm@gnu.org>
12867
12868 * startup.el (command-line-1): Use path-separator with -L.
12869
12870 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
12871
12872 * emacs-lisp/package.el (describe-package-1): Add package archive
12873 to shown fields.
12874
12875 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
12876
12877 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
12878 Change default to "# encoding: %s" to differentiate it from the
12879 default Ruby encoding comment template.
12880
12881 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
12882
12883 * ses.el (ses-mode): Doc fix. (Bug#14748)
12884
12885 2013-11-20 Leo Liu <sdl.web@gmail.com>
12886
12887 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
12888
12889 2013-11-19 Dan Nicolaescu <dann@gnu.org>
12890
12891 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
12892 when rebase or bisect are in progress.
12893
12894 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
12895
12896 * filenotify.el (file-notify-add-watch): Doc fix.
12897
12898 2013-11-19 Leo Liu <sdl.web@gmail.com>
12899
12900 * obsolete/rcompile.el: Mark obsolete.
12901
12902 * progmodes/compile.el (compilation-start)
12903 (compilation-goto-locus, compilation-find-file):
12904 Pass no-display-ok and handle nil value from display-buffer.
12905 (Bug#13594)
12906
12907 * window.el (display-buffer-alist, display-buffer): Document the
12908 new parameter no-display-ok. Return either a window or nil
12909 but never a non-window value.
12910
12911 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12912
12913 * electric.el (electric-indent-mode-map): Remove.
12914 (electric-indent-mode): Change the global-map instead (bug#15915).
12915
12916 * textmodes/text-mode.el (paragraph-indent-minor-mode):
12917 Use add-function.
12918
12919 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
12920
12921 * emacs-lisp/nadvice.el (remove-function): Align with
12922 add-function's behavior.
12923
12924 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
12925 (gdb--string-regexp): New constant.
12926 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
12927 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
12928 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
12929 submatch 1.
12930 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
12931 Adjust use accordingly.
12932 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
12933
12934 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
12935
12936 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
12937 interpolation curlies (Bug#15914).
12938
12939 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
12940
12941 * calc/calc.el (calc-context-sensitive-enter): New variable.
12942 (calc-enter): Use `calc-context-sensitive-enter'.
12943
12944 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
12945
12946 * progmodes/cfengine.el: Version bump.
12947 (cfengine-cf-promises): New defcustom to locate cf-promises.
12948 (cfengine3-vartypes): Add new "data" type.
12949 (cfengine3--current-word): New function to get current name-like
12950 word or its bounds.
12951 (cfengine3--current-function): New function to look up a CFEngine
12952 function's definition.
12953 (cfengine3-format-function-docstring): New function.
12954 (cfengine3-make-syntax-cache): New function.
12955 (cfengine3-documentation-function): New function: ElDoc glue.
12956 (cfengine3-completion-function): New function: completion glue.
12957 (cfengine3-mode): Set `compile-command',
12958 `eldoc-documentation-function', and add to
12959 `completion-at-point-functions'.
12960
12961 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
12962
12963 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
12964 `tramp-current-connection'.
12965
12966 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
12967
12968 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
12969 nil/self/true/false with "end of symbol".
12970
12971 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
12972
12973 * subr.el (version-regexp-alist): Fix a typo.
12974
12975 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
12976
12977 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
12978 "en_US.utf8" and "LC_CTYPE" to "".
12979 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
12980 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
12981
12982 2013-11-15 Leo Liu <sdl.web@gmail.com>
12983
12984 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
12985
12986 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12987
12988 * progmodes/gud.el (ctl-x-map):
12989 Remove C-x SPC binding. (Bug#12342)
12990 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
12991
12992 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
12993
12994 * subr.el (version-regexp-alist):
12995 Recognize hg, svn and darcs versions as snapshot versions.
12996
12997 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
12998 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
12999 (ruby--encoding-comment-required-p): Extract from
13000 `ruby-mode-set-encoding'.
13001 (ruby-mode-set-encoding): Add the ability to always insert an
13002 utf-8 encoding comment. Fix and simplify coding comment update
13003 logic.
13004
13005 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
13006
13007 * net/tramp-gvfs.el (top): Run init code only when
13008 `tramp-gvfs-enabled' is not nil.
13009 (tramp-gvfs-enabled): Check also :system bus.
13010
13011 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13012
13013 Sync with upstream verilog-mode revision 78e66ba.
13014 * progmodes/verilog-mode.el (verilog-end-of-defun)
13015 (verilog-type-completion, verilog-get-list): Remove unused funcs.
13016 (verilog-get-end-of-defun): Remove unused argument.
13017 (verilog-comment-depth): Remove unused local `e'.
13018 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
13019 Don't pass arg to verilog-get-end-of-defun.
13020
13021 2013-11-14 Glenn Morris <rgm@gnu.org>
13022
13023 * obsolete/assoc.el (aget): Prefix dynamic variable.
13024
13025 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
13026
13027 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13028
13029 * widget.el, hfy-cmap.el: Remove bogus package version number.
13030
13031 2013-11-13 Glenn Morris <rgm@gnu.org>
13032
13033 * replace.el (replace-eval-replacement):
13034 Try to give more helpful error message. (Bug#15836)
13035
13036 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
13037 (archive-7z-update): Avoid custom type mismatches.
13038
13039 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
13040
13041 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
13042
13043 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
13044 address can be empty.
13045
13046 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
13047 Accept nil SWITCHES.
13048 (tramp-gvfs-handle-write-region): Implement APPEND.
13049
13050 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
13051
13052 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
13053 binary "|" operator and closing block args delimiter.
13054 Remove FIXME comment referring to Ruby 1.8-only syntax.
13055 (ruby-smie--implicit-semi-p): Not after "|" operator.
13056 (ruby-smie--closing-pipe-p): New function.
13057 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
13058 (ruby-smie-rules): Indent after "|".
13059
13060 2013-11-12 Glenn Morris <rgm@gnu.org>
13061
13062 * ps-print.el (ps-face-attribute-list):
13063 Handle anonymous faces. (Bug#15827)
13064
13065 2013-11-12 Martin Rudalics <rudalics@gmx.at>
13066
13067 * window.el (display-buffer-other-frame): Fix doc-string.
13068 (Bug#15868)
13069
13070 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13071
13072 * subr.el (force-mode-line-update): Delete, move to buffer.c.
13073
13074 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
13075
13076 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
13077 (tramp-sh-handle-file-local-copy): Don't write a message when
13078 saving temporary files.
13079
13080 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
13081 both directories are remote.
13082 (tramp-smb-handle-directory-files): Do not return double entries.
13083 Do not expand full file names.
13084 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
13085 (tramp-smb-handle-write-region): Implement APPEND.
13086 (tramp-smb-get-stat-capability): Fix a stupid bug.
13087
13088 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13089
13090 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
13091
13092 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
13093
13094 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
13095 throwing error over malformed let/let* (bug#15814).
13096
13097 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13098
13099 * iswitchb.el (iswitchb-mode): Mark obsolete.
13100
13101 2013-11-11 Glenn Morris <rgm@gnu.org>
13102
13103 * international/uni-bidi.el, international/uni-category.el:
13104 * international/uni-name.el, international/uni-numeric.el:
13105 Regenerate for Unicode 6.3.0.
13106
13107 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
13108
13109 * net/tramp.el (tramp-methods):
13110 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
13111 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
13112
13113 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
13114
13115 * progmodes/sh-script.el (sh-font-lock-keywords-var):
13116 Force highlighting text after Summary keyword in doc face for rpm.
13117
13118 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
13119
13120 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
13121 available and the word has no wildcards, append one to the grep pattern.
13122 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
13123 (ispell-complete-word): Call `ispell-lookup-words' with the value
13124 independent of `ispell-look-p'.
13125
13126 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
13127
13128 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
13129 Not after "||".
13130 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
13131 their parent.
13132
13133 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13134
13135 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
13136 (ruby-font-lock-keywords): Use backquote.
13137
13138 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
13139
13140 * progmodes/ruby-mode.el (ruby-smie--forward-token)
13141 (ruby-smie--backward-token): Only consider full-string matches.
13142
13143 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
13144
13145 * faces.el (describe-face): Add distant-foreground.
13146
13147 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
13148
13149 * progmodes/ruby-mode.el: Improve encoding comment handling.
13150 (ruby-encoding-magic-comment-style): New option.
13151 (ruby-custom-encoding-magic-comment-template): New option.
13152 (ruby--insert-coding-comment, ruby--detect-encoding):
13153 New functions extracted from `ruby-mode-set-encoding'.
13154 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
13155 to control the style of the auto-inserted encoding comment.
13156
13157 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
13158
13159 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
13160 Use `smie-backward-sexp' with token argument.
13161
13162 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
13163
13164 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
13165 Remove instrumentation code.
13166
13167 2013-11-08 Glenn Morris <rgm@gnu.org>
13168
13169 * progmodes/autoconf.el (autoconf-mode):
13170 Tweak comment-start-skip. (Bug#15822)
13171
13172 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13173
13174 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
13175 at bobp (bug#15826).
13176 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
13177
13178 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
13179
13180 * man.el (Man-start-calling): New macro, extracted from
13181 Man-getpage-in-background.
13182 (Man-getpage-in-background): Use it.
13183 (Man-update-manpage): New command.
13184 (Man-mode-map): Bind it.
13185
13186 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
13187
13188 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
13189 of "and", "or", "&&" and "||".
13190 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
13191 argument. Prohibit opening curly brace because it could only be a
13192 block opener in that position.
13193 (ruby-smie--forward-token, ruby-smie--backward-token):
13194 Separate "|" from "&" or "*" going after it. That can happen in block
13195 arguments.
13196 (ruby-smie--indent-to-stmt): New function, seeks the end of
13197 previous statement or beginning of buffer.
13198 (ruby-smie-rules): Use it.
13199 (ruby-smie-rules): Check if there's a ":" before a curly block
13200 opener candidate; if there is, it's a hash.
13201
13202 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
13203
13204 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
13205 (cl--block-wrapper): Fix last accidental change.
13206
13207 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
13208
13209 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
13210 Instrument, in order to hunt failure on hydra.
13211
13212 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
13213
13214 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
13215 malformed bindings form (bug#15814).
13216
13217 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
13218
13219 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
13220 "." compared to " @ ". This incidentally fixes some indentation
13221 examples with "do".
13222 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
13223 (ruby-smie-grammar): New tokens: "and" and "or".
13224 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
13225 Exclude "and" and "or". Remove "do" in order to work around token
13226 priorities.
13227 (ruby-smie-rules): Add all infix tokens. Handle the case of
13228 beginning-of-buffer.
13229
13230 2013-11-06 Glenn Morris <rgm@gnu.org>
13231
13232 * Makefile.in (setwins_almost, setwins_for_subdirs):
13233 Avoid accidental matches.
13234
13235 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
13236
13237 * menu-bar.el (popup-menu): Use key-binding.
13238
13239 2013-11-06 Eli Zaretskii <eliz@gnu.org>
13240
13241 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
13242 menus, support also the menus produced by minor modes.
13243 (Bug#15817)
13244
13245 2013-11-06 Leo Liu <sdl.web@gmail.com>
13246
13247 * thingatpt.el (thing-at-point-looking-at): Add optional arg
13248 DISTANCE to bound the search. All uses changed. (Bug#15808)
13249
13250 2013-11-06 Glenn Morris <rgm@gnu.org>
13251
13252 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
13253 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
13254 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
13255
13256 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
13257
13258 * electric.el (electric-indent-just-newline): New command.
13259 (electric-indent-mode-map): New keymap.
13260 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
13261 Re-add :group which weren't redundant.
13262
13263 * electric.el (electric-indent-local-mode): New minor mode.
13264 (electric-indent-functions-without-reindent): New var.
13265 (electric-indent-post-self-insert-function): Use it.
13266 * emacs-lisp/gv.el (buffer-local-value): Add setter.
13267
13268 2013-11-05 Eli Zaretskii <eliz@gnu.org>
13269
13270 * international/quail.el (quail-help): Be more explicit about the
13271 meaning of the labels shown on the keys. (Bug#15800)
13272
13273 * startup.el (normal-top-level): Load the subdirs.el files before
13274 setting the locale environment. (Bug#15805)
13275
13276 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
13277
13278 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
13279 via arguments so as to get the right ones (bug#15418).
13280
13281 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
13282
13283 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
13284
13285 Fix problems found while writing a test suite.
13286
13287 * net/tramp-compat.el (tramp-compat-load): New defun.
13288 * net/tramp.el (tramp-handle-load): Use it.
13289
13290 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
13291 "(numberp ok-if-already-exists)" correctly.
13292
13293 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
13294
13295 * international/characters.el (glyphless-char-display-control):
13296 Add usage note.
13297
13298 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
13299
13300 * progmodes/python.el (python-mode):
13301 * progmodes/scheme.el (scheme-mode):
13302 * progmodes/prolog.el (prolog-mode):
13303 * progmodes/ruby-mode.el (ruby-mode):
13304 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
13305 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
13306
13307 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
13308
13309 * rect.el (rectangle--highlight-for-redisplay):
13310 * emacs-lisp/smie.el (smie--next-indent-change):
13311 Use buffer-chars-modified-tick.
13312
13313 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
13314
13315 * electric.el (electric-indent-post-self-insert-function):
13316 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
13317
13318 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
13319
13320 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
13321
13322 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
13323
13324 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
13325 (bug#15786).
13326
13327 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
13328
13329 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
13330
13331 * progmodes/python.el: Fix up last change.
13332 (python-shell--save-temp-file): New function.
13333 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
13334 `string' comes from the current buffer.
13335 (python-shell-send-string-no-output): Remove `msg' arg.
13336 (python--use-fake-loc): New var.
13337 (python-shell-buffer-substring): Obey it. Try to compensate for the
13338 extra coding line added by python-shell--save-temp-file.
13339 (python-shell-send-region): Use python-shell--save-temp-file and
13340 python-shell-send-file directly. Add `nomain' argument.
13341 (python-shell-send-buffer): Use python-shell-send-region.
13342 (python-electric-pair-string-delimiter): New function.
13343 (python-mode): Use it.
13344
13345 2013-11-04 Eli Zaretskii <eliz@gnu.org>
13346
13347 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
13348 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
13349 environment and decoding all of the default-directory's to here
13350 from command-line.
13351 (command-line): Decode also argv[0].
13352
13353 * loadup.el: Error out if default-directory is a multibyte string
13354 when we are dumping.
13355
13356 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
13357
13358 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
13359
13360 * emacs-lisp/package.el (package-menu-mode)
13361 (package-menu--print-info, package-menu--archive-predicate):
13362 Add Archive column to package list.
13363
13364 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
13365
13366 Fix problems found while writing a test suite.
13367
13368 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
13369 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
13370 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
13371 to nil when running original file name handler. Otherwise,
13372 there are problems with constructs like "$$FOO".
13373
13374 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
13375 for `localname'.
13376
13377 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
13378
13379 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
13380
13381 * subr.el (version<, version<=, version=):
13382 Update docstrings with information for snapshot versions.
13383
13384 * helpers.el: New library for misc helper functions.
13385 (hash-table-keys): New function returning a list of hash keys.
13386 (hash-table-values): New function returning a list of hash values.
13387
13388 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
13389
13390 * progmodes/ruby-mode.el (ruby-smie--forward-token)
13391 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
13392
13393 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
13394
13395 * textmodes/fill.el (fill-single-char-nobreak-p): New function
13396 checking whether point is after a 1-letter word.
13397
13398 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
13399
13400 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
13401 Don't infloop when expanding region over `multiline' syntax-type that
13402 begins a line (bug#15778).
13403
13404 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
13405
13406 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
13407 Make it into a proper minor mode.
13408 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
13409 (rectangle-mark-mode-map): New keymap.
13410 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
13411
13412 2013-11-04 Glenn Morris <rgm@gnu.org>
13413
13414 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
13415
13416 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
13417
13418 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
13419 (ruby-smie-rules): Use smie-rule-parent instead.
13420
13421 * emacs-lisp/smie.el (smie-rule-parent): Always call
13422 smie-indent-virtual rather than only for hanging tokens.
13423 (smie--next-indent-change): New helper command.
13424
13425 2013-11-03 Glenn Morris <rgm@gnu.org>
13426
13427 * Makefile.in (abs_srcdir): Remove.
13428 (emacs): Unset EMACSLOADPATH.
13429
13430 2013-11-02 Glenn Morris <rgm@gnu.org>
13431
13432 * Makefile.in (EMACS): Use a relative filename.
13433 (abs_top_builddir): Remove.
13434 (custom-deps, finder-data, autoloads): Use --chdir.
13435
13436 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
13437
13438 Use relative filenames in TAGS files.
13439 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
13440 (lisptagsfiles4, TAGS): Use relative file names.
13441 (TAGS-LISP): Remove.
13442 (maintainer-clean): No more TAGS-LISP file.
13443
13444 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
13445 (lisptagsfiles4): Use absolute filenames again.
13446 (TAGS, TAGS-LISP): Not everything needs to run in one line.
13447 Remove all *loaddefs files, not just the first. Remove esh-groups.
13448 (maintainer-clean): Delete TAGS, TAGS-LISP.
13449
13450 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
13451
13452 * emacs-lisp/package.el (package-version-join):
13453 Recognize snapshot versions.
13454
13455 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
13456
13457 * subr.el (version-regexp-alist): Add support for snapshot versions.
13458
13459 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
13460
13461 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
13462 New function, replacement for `smie-rule-parent' for when we want to
13463 skip over our direct parent if it's an assignment token..
13464 (ruby-smie-rules): Use it.
13465
13466 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
13467
13468 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
13469 unconditionally. Remove now unnecessary forward declarations.
13470 Remove XEmacs-specific setup.
13471 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
13472 (ruby-font-lock-syntactic-keywords)
13473 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
13474 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
13475 (ruby-here-doc-end-syntax): Remove.
13476 (ruby-mode): Don't check whether `syntax-propertize-rules' is
13477 defined as function.
13478
13479 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
13480
13481 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
13482
13483 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
13484
13485 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
13486 table and abbrev table, `define-derived-mode' does that for us
13487 anyway.
13488
13489 2013-11-01 Glenn Morris <rgm@gnu.org>
13490
13491 * Makefile.in: Remove manual mh-e dependencies (writing .elc
13492 files is atomic for some time, so no parallel compilation issues).
13493
13494 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
13495
13496 * faces.el (face-x-resources): Add :distant-foreground.
13497 (region): Use :distant-foreground for gtk and ns.
13498
13499 2013-11-01 Tassilo Horn <tsdh@gnu.org>
13500
13501 Allow multiple bibliographies when BibLaTeX is used rather than
13502 BibTeX.
13503 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
13504 (reftex-locate-bibliography-files): Us it.
13505
13506 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
13507
13508 * image.el (image-type-header-regexps): Fix the 'pbm' part to
13509 allow comments in pbm files.
13510
13511 * term/w32-win.el (dynamic-library-alist): Support newer versions
13512 of libjpeg starting with v7: look only for the DLL from the
13513 version against which Emacs was built.
13514 Support versions of libpng beyond 1.4.x.
13515 Support libtiff v4.x.
13516
13517 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
13518
13519 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
13520 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
13521 Add property :safe.
13522 (ruby-deep-arglist): Add property :type.
13523
13524 2013-10-31 Glenn Morris <rgm@gnu.org>
13525
13526 * Makefile.in (custom-deps, finder-data): No need to setq the target
13527 variables, we are in the right directory and the defaults work fine.
13528
13529 2013-10-30 Glenn Morris <rgm@gnu.org>
13530
13531 * Makefile.in (autoloads): Do not use abs_lisp.
13532
13533 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13534 `newline' does not respect `standard-output', so use `princ'.
13535
13536 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
13537
13538 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
13539 * buff-menu.el (Buffer-menu--unmark): New function.
13540 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
13541
13542 2013-10-30 Glenn Morris <rgm@gnu.org>
13543
13544 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
13545
13546 * emacs-lisp/package.el (lm-homepage): Declare.
13547
13548 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
13549 Fix doc typos.
13550
13551 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
13552
13553 * Makefile.in (finder-data, autoloads, update-subdirs)
13554 (compile-main, compile-clean, compile-always, bootstrap-clean):
13555 Check return value of cd.
13556 (compile-calc): Remove.
13557
13558 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13559
13560 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
13561
13562 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
13563 (byte-compile-and-folded): New function.
13564 (=, <, >, <=, >=): Use it.
13565
13566 * dos-w32.el (minibuffer-history-case-insensitive-variables)
13567 (path-separator, null-device, buffer-file-coding-system)
13568 (lpr-headers-switches): Check system-type before modifying them.
13569 (find-buffer-file-type-coding-system): Mark obsolete.
13570 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
13571 find-file-not-found-set-buffer-file-coding-system.
13572 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
13573 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
13574 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
13575 (w32-direct-print-region-helper, w32-direct-print-region-function)
13576 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
13577 * startup.el (normal-top-level-add-subdirs-to-load-path):
13578 * ps-print.el (ps-print-region-function):
13579 * lpr.el (print-region-function): Use new name.
13580
13581 * subr.el (custom-declare-variable-early): Remove function.
13582 (custom-declare-variable-list): Remove var.
13583 (error, user-error): Remove `while' loop.
13584 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
13585 (user-emacs-directory-warning, locate-user-emacs-file):
13586 Move to files.el.
13587 * simple.el (read-quoted-char-radix, read-quoted-char):
13588 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
13589 Move from subr.el.
13590 * custom.el (custom-declare-variable-list): Don't process
13591 custom-declare-variable-list.
13592
13593 * progmodes/python.el (python-shell-get-buffer): New function.
13594 (python-shell-get-process): Use it.
13595 (python-shell-send-string): Always use utf-8 and add a cookie to tell
13596 Python which encoding was used. Don't split-string since we only care
13597 about the first line. Return the temp-file, if applicable.
13598 (python-shell-send-region): Tell compile.el how to turn locations in
13599 the temp-file into locations in the source buffer.
13600
13601 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
13602
13603 * subr.el (undefined): Add missing behavior from the C code for
13604 unbound keys.
13605
13606 * rect.el: Use lexical-binding. Add new rectangular region support.
13607 (rectangle-mark): New command.
13608 (rectangle--region): New var.
13609 (deactivate-mark-hook): Reset rectangle--region.
13610 (rectangle--extract-region, rectangle--insert-for-yank)
13611 (rectangle--highlight-for-redisplay)
13612 (rectangle--unhighlight-for-redisplay): New functions.
13613 (region-extract-function, redisplay-unhighlight-region-function)
13614 (redisplay-highlight-region-function): Use them to handle
13615 rectangular region.
13616 * simple.el (region-extract-function): New var.
13617 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
13618 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
13619 (kill-region): Replace obsolete `yank-handler' arg with `region'.
13620 (copy-region-as-kill, kill-ring-save): Add `region' argument.
13621 (redisplay-unhighlight-region-function)
13622 (redisplay-highlight-region-function): New vars.
13623 (redisplay--update-region-highlight): New function.
13624 (pre-redisplay-function): Use it.
13625 (exchange-point-and-mark): Don't deactivate the mark before
13626 reactivate-it anyway.
13627 * comint.el (comint-kill-region): Remove yank-handler argument.
13628 * delsel.el (delete-backward-char, backward-delete-char-untabify)
13629 (delete-char): Remove property, since it's now part of their
13630 default behavior.
13631 (self-insert-iso): Remove property since this command doesn't exist.
13632
13633 * emacs-lisp/package.el (package--download-one-archive)
13634 (describe-package-1): Don't query the user about final newline.
13635
13636 2013-10-29 Daniel Colascione <dancol@dancol.org>
13637
13638 * net/tramp.el (tramp-methods): Document new functionality.
13639 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
13640 tramp-hostname-checker if method provides one instead of scanning
13641 argument list for "%h" to decide hostname acceptability.
13642
13643 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
13644
13645 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
13646 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
13647 Handle COPY-CONTENTS. (Bug#15737)
13648
13649 2013-10-28 Daiki Ueno <ueno@gnu.org>
13650
13651 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13652 Document that this option has no effect with GnuPG 2.0 (bug#15552).
13653
13654 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
13655
13656 * image.el (defimage, image-load-path): Doc fixes.
13657
13658 2013-10-27 Alan Mackenzie <acm@muc.de>
13659
13660 Indent statements in macros following "##" correctly.
13661 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13662 Modify the "#" arm of a cond form to handle "#" and "##" operators.
13663
13664 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
13665
13666 * linum.el (linum-update-window): Fix boundary test (bug#13446).
13667
13668 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
13669
13670 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
13671 after `=' is probably a new expression.
13672
13673 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13674
13675 * man.el (man-imenu-title): New option.
13676 (Man-mode-map): Add menu. (Bug#15722)
13677 (Man-mode): Add imenu to menu.
13678
13679 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
13680
13681 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
13682 specific in what the first arg can be: a non-keyword word,
13683 string/regexp/percent literal opener, opening paren, or unary
13684 operator followed directly by word.
13685
13686 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13687
13688 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
13689 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
13690 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
13691 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
13692 Remove vars, they do not apply any more.
13693 (prolog-mode-abbrev-table): Remove redundant declaration.
13694 (prolog-upper-case-string, prolog-lower-case-string): Remove.
13695 (prolog-use-smie): Remove.
13696 (prolog-smie-rules): Add indentation rule for the if-then-else layout
13697 supported by prolog-electric-if-then-else-flag.
13698 (prolog-mode-variables, prolog-menu): Use setq-local.
13699 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
13700 Remove binding to `Backspace' since this key doesn't exist anyway.
13701 Remove bindings for electric self-inserting keys.
13702 (prog-mode): Assume it's defined.
13703 (prolog-post-self-insert): New function.
13704 (prolog-mode): Use it.
13705 (prolog-indent-line, prolog-indent-level)
13706 (prolog-find-indent-of-matching-paren)
13707 (prolog-indentation-level-of-line, prolog-goto-comment-column)
13708 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
13709 (prolog-goto-next-paren, prolog-in-string-or-comment)
13710 (prolog-tokenize, prolog-inside-mline-comment)
13711 (prolog-find-start-of-mline-comment): Remove functions.
13712 (prolog-find-unmatched-paren, prolog-clause-end)
13713 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
13714 (prolog-electric--if-then-else): Rename from
13715 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
13716 (prolog-tokenize-searchkey): Remove const.
13717 (prolog-clause-info): Use forward-sexp.
13718 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
13719 (prolog-electric-if-then-else): Remove commands.
13720 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
13721 for use in post-self-insert-hook.
13722 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
13723 for use in post-self-insert-hook.
13724 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
13725 for use in post-self-insert-hook.
13726 (prolog-electric--underscore): Rename from prolog-electric--underscore;
13727 adapt it for use in post-self-insert-hook.
13728
13729 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
13730
13731 * emacs-lisp/ert.el (ert-run-tests-interactively):
13732 Use `completing-read'. (Bug#9756)
13733
13734 2013-10-25 Eli Zaretskii <eliz@gnu.org>
13735
13736 * simple.el (line-move): Call line-move-1 instead of
13737 line-move-visual when the current window hscroll is zero, but
13738 temporary-goal-column indicates we will need to hscroll as result
13739 of the movement. (Bug#15712)
13740
13741 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
13742
13743 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
13744 capitalization. Use :visible instead of :active.
13745 Fix `ruby-indent-exp' reference. Add menu items for the generic
13746 commands that are used with SMIE.
13747 (ruby-do-end-to-brace): Insert space after `{'.
13748
13749 2013-10-25 John Anthony <john@jo.hnanthony.com>
13750
13751 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
13752
13753 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
13754
13755 2013-10-25 Glenn Morris <rgm@gnu.org>
13756
13757 * vc/vc.el (vc-print-log): Don't use a working revision unless
13758 one was explicitly specified. (Bug#15322)
13759
13760 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13761
13762 * subr.el (add-to-list): Preserve return value in compiler-macro
13763 (bug#15692).
13764
13765 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13766
13767 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
13768 result. Ask user to retry using '-all' flag. (Bug#15701)
13769
13770 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13771
13772 * emacs-lisp/smie.el: New smie-config system.
13773 (smie-config): New defcustom.
13774 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
13775 (smie-config-guess, smie-config-save): New commands.
13776 (smie-config--mode-local, smie-config--buffer-local)
13777 (smie-config--trace, smie-config--modefuns): New vars.
13778 (smie-config--advice, smie-config--mode-hook)
13779 (smie-config--setter, smie-config-local, smie-config--get-trace)
13780 (smie-config--guess-value, smie-config--guess): New functions.
13781 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
13782 text properties. Treat "string fence" syntax like string syntax.
13783
13784 * progmodes/sh-script.el (sh-use-smie): Change default.
13785 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
13786 (sh-var-value): Simplify by CSE.
13787 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
13788 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
13789 is used.
13790 (sh-guess-basic-offset): Use cl-incf.
13791 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
13792
13793 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
13794
13795 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
13796 (bug#15699).
13797
13798 2013-10-24 Glenn Morris <rgm@gnu.org>
13799
13800 * Makefile.in (abs_top_srcdir): Remove.
13801 (update-subdirs): Use relative path to update-subdirs.
13802
13803 2013-10-24 Eli Zaretskii <eliz@gnu.org>
13804
13805 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
13806 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
13807 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
13808 Call unmsys--file-name before expand-file-name, not after it.
13809
13810 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
13811
13812 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
13813 (ert-test-skipped): New error.
13814 (ert-skip, ert-stats-skipped): New defuns.
13815 (ert--skip-unless): New macro.
13816 (ert-test-skipped): New struct.
13817 (ert--run-test-debugger, ert-test-result-type-p)
13818 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
13819 (ert--stats-set-test-and-result, ert-char-for-test-result)
13820 (ert-string-for-test-result, ert-run-tests-batch)
13821 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
13822 Handle skipped tests. (Bug#9803)
13823
13824 2013-10-24 Glenn Morris <rgm@gnu.org>
13825
13826 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
13827
13828 * Makefile.in (abs_top_srcdir): New, set by configure.
13829 (update-subdirs): Correct build-aux location.
13830
13831 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
13832
13833 * vc/vc.el (vc-print-root-log): Always set `default-directory'
13834 value, whether we could auto-deduce `backend', or not.
13835
13836 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
13837 with parameters" example. Simplify the "is it block or is it
13838 hash" check, but also make it more thorough.
13839
13840 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
13841
13842 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
13843
13844 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
13845
13846 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
13847 { if it is hanging.
13848
13849 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
13850 :before ";".
13851
13852 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
13853
13854 * progmodes/compile.el (compilation-directory-matcher)
13855 (compilation-page-delimiter):
13856 Support GNU Make-4.0 directory quoting. (Bug#15678)
13857
13858 2013-10-23 Leo Liu <sdl.web@gmail.com>
13859
13860 * ido.el (ido-tidy): Handle read-only text.
13861
13862 2013-10-23 Glenn Morris <rgm@gnu.org>
13863
13864 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
13865 (emacs, compile, compile-always):
13866 Quote entities that might contain whitespace.
13867 (custom-deps, finder-data, autoloads): Use abs_lisp.
13868 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13869 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13870 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
13871
13872 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
13873
13874 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
13875 Use `following-char'.
13876
13877 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
13878
13879 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
13880 * progmodes/ruby-mode.el (ruby-smie-rules):
13881 Remove corresponding workaround. Fix indentation rule of ";" so it
13882 also applies when ";" is the parent.
13883
13884 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
13885
13886 * frame.el (display-screens, display-pixel-height)
13887 (display-pixel-width, display-mm-width, display-backing-store)
13888 (display-save-under, display-planes, display-color-cells)
13889 (display-visual-class, display-monitor-attributes-list):
13890 Mention the optional ‘display’ argument in doc strings.
13891
13892 2013-10-22 Michael Gauland <mikelygee@amuri.net>
13893
13894 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
13895 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
13896
13897 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
13898
13899 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
13900 TODO. Add "." after " @ ".
13901 (ruby-smie--at-dot-call): New function. Checks if point at method
13902 call with explicit target.
13903 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
13904 to the method name tokens when it precedes them.
13905 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
13906 (ruby-smie-rules): Add rule for indentation before and after "."
13907 token.
13908
13909 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13910
13911 * textmodes/remember.el (remember-diary-extract-entries):
13912 Avoid add-to-list.
13913
13914 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
13915 an instruction.
13916
13917 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
13918
13919 * progmodes/ruby-mode.el (ruby-smie-grammar):
13920 Add (almost) all infix operators.
13921 (ruby-smie--implicit-semi-p): Add new operator chars.
13922
13923 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
13924 `smie-down-list'.
13925 (ruby-smie--args-separator-p): Check that there's no newline
13926 between method call and its arguments.
13927
13928 2013-10-20 Alan Mackenzie <acm@muc.de>
13929
13930 Allow comma separated lists after Java "implements".
13931
13932 * progmodes/cc-engine.el (c-backward-over-enum-header):
13933 Parse commas.
13934 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
13935 from a "disallowed" list in enum fontification.
13936
13937 2013-10-20 Johan Bockgård <bojohan@gnu.org>
13938
13939 * startup.el (default-frame-background-mode): Remove unused defvar.
13940
13941 * progmodes/verilog-mode.el (verilog-mode): Don't set
13942 comment-indent-function globally.
13943
13944 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
13945
13946 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
13947 Move Info menu item creation to ns-win.el.
13948
13949 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
13950 in menu bar.
13951
13952 * menu-bar.el: Move GNUstep specific menus...
13953
13954 * term/ns-win.el (ns-initialize-window-system): ... to here.
13955
13956 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13957
13958 * simple.el (newline): Only run post-self-insert-hook when
13959 called interactively.
13960
13961 2013-10-19 Johan Bockgård <bojohan@gnu.org>
13962
13963 * icomplete.el (icomplete-with-completion-tables): Add :version.
13964
13965 2013-10-19 Alan Mackenzie <acm@muc.de>
13966
13967 Fix fontification bugs with constructors and const.
13968
13969 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
13970 CASE 2) Remove the check for the absence of a suffix construct
13971 after a function declaration with only types (no identifiers) in
13972 the parentheses. Also, accept a function declaration with just a
13973 type inside the parentheses, if this type can be positively
13974 recognised as such, or if a prefix keyword like "explicit" nails
13975 down the construct as a declaration.
13976
13977 2013-10-19 Eli Zaretskii <eliz@gnu.org>
13978
13979 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
13980 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
13981 the problem whereby selecting a menu item that leads to a
13982 minibuffer prompt moves the cursor out of the minibuffer window,
13983 making it hard to type at the prompt. Suggested by Stefan Monnier
13984 <monnier@iro.umontreal.ca>.
13985
13986 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
13987
13988 * menu-bar.el: Don't make Services menu.
13989
13990 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13991
13992 * ffap.el: Handle "/usr/include/c++/<version>" directories.
13993 (ffap-alist): Use ffap-c++-mode for c++-mode.
13994 (ffap-c++-path): New variable.
13995 (ffap-c++-mode): New function.
13996
13997 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
13998
13999 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
14000
14001 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
14002
14003 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
14004 introduced on 2013-09-08, which results in an infinite loop
14005 requesting a password.
14006
14007 2013-10-18 Glenn Morris <rgm@gnu.org>
14008
14009 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
14010
14011 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
14012
14013 Sync with upstream verilog-mode revision 1a6ecec7.
14014 * progmodes/verilog-mode.el (verilog-mode-version): Update.
14015 (verilog-mode-release-date): Remove.
14016 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
14017 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
14018 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
14019 (verilog-auto-tieoff-ignore-regexp)
14020 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
14021 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
14022 (verilog-signals-with, verilog-dir-cache-preserving)
14023 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
14024 Doc fixes.
14025 (verilog-case-fold): New option, to control case folding in
14026 regexp searches, bug597.
14027 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
14028 (verilog-string-match-fold, verilog-in-paren-count)
14029 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
14030 (verilog-at-close-struct-p): New functions.
14031 (verilog-beg-block-re-ordered, verilog-extended-case-re)
14032 (verilog-forward-sexp, verilog-set-auto-endcomments)
14033 (verilog-leap-to-case-head): Handle "unique0" case.
14034 (verilog-in-constraint-re): New constant.
14035 (verilog-keywords, verilog-type-font-keywords):
14036 Add some SystemVerilog 1800-2012 keywords.
14037 (verilog-label-be): Remove unimplemented argument, bug669.
14038 (verilog-batch-execute-func): When batch expanding clear
14039 create-lockfiles to prevent spurious user locks when a file ends
14040 up not changing.
14041 (verilog-calculate-indent, verilog-calc-1)
14042 (verilog-at-close-constraint-p, verilog-at-constraint-p)
14043 (verilog-do-indent): Fix indentation of nested constraints
14044 and structures.
14045 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
14046 (verilog-auto-inst-param): Use verilog-string-match-fold.
14047 (verilog-read-inst-module-matcher):
14048 Fix AUTOINST on gate primitives with #1.
14049 (verilog-read-decls): Fix double-declaring user-defined typed signals.
14050 Reads all user-defined typed variables.
14051 (verilog-read-defines): Fix reading definitions inside comments, bug647.
14052 (verilog-signals-matching-regexp)
14053 (verilog-signals-not-matching-regexp, verilog-auto):
14054 Respect verilog-case-fold.
14055 (verilog-diff-report): Fix line count.
14056 (verilog-auto-assign-modport): Remove unused local `modi'.
14057 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
14058 better handle multidimensional arrays.
14059 Fix packed array ports misadding bit index in AUTOINST, bug637.
14060 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
14061 to not double-declare existing outputs and inputs, respectively.
14062 (verilog-template-map): Bind U to verilog-sk-uvm-component.
14063 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
14064 (verilog-sk-uvm-component): New skeleton.
14065 (verilog-submit-bug-report): Add verilog-case-fold,
14066 remove verilog-mode-release-date.
14067
14068 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
14069
14070 * subr.el (sit-for): Call (input-pending-p t) so as to behave
14071 as before.
14072
14073 2013-10-18 Reuben Thomas <rrt@sc3d.org>
14074
14075 * textmodes/remember.el (remember): Set buffer-offer-save in
14076 remember buffers (bug#13566).
14077
14078 2013-10-18 Daniel Colascione <dancol@dancol.org>
14079
14080 When evaluating forms in ielm, direct standard output to ielm
14081 buffer. Add new ielm-return-for-effect command. Remove trailing
14082 whitespace throughout.
14083
14084 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
14085 (ielm-return-for-effect): New command.
14086 (ielm-send-input): Accept optional `for-effect' parameter.
14087 (ielm-eval-input): Accept optional `for-effect' parameter.
14088 Bind `standard-output' to stream we create using
14089 `ielm-standard-output-impl'. Suppress printing result when
14090 `for-effect'.
14091 (ielm-standard-output-impl): New function.
14092 (inferior-emacs-lisp-mode): Explain new features in documentation.
14093
14094 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
14095
14096 Code cleanup.
14097
14098 * net/tramp.el (tramp-debug-message): Do not check for connection
14099 buffer.
14100 (tramp-message): Use "vector" connection property.
14101
14102 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
14103 (tramp-equal-remote, tramp-eshell-directory-change)
14104 * net/tramp-adb.el (tramp-adb-handle-copy-file)
14105 (tramp-adb-handle-rename-file)
14106 * net/tramp-cmds.el (tramp-list-remote-buffers)
14107 (tramp-cleanup-connection, tramp-cleanup-this-connection)
14108 * net/tramp-compat.el (tramp-compat-process-running-p)
14109 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
14110 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
14111 (tramp-gvfs-handle-rename-file)
14112 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
14113 (tramp-set-file-uid-gid)
14114 * net/tramp-smb.el (tramp-smb-handle-copy-file)
14115 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
14116 of `file-remote-p'.
14117
14118 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
14119 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
14120 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
14121 (tramp-gw-open-network-stream): Suppress unrelated traces.
14122
14123 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
14124 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
14125 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14126 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
14127 connection property.
14128
14129 * net/tramp-cache.el (top): Suppress traces when reading
14130 persistency file.
14131
14132 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
14133 Refactor common code. Improve debug message.
14134 (tramp-maybe-open-connection)
14135 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
14136 connection buffer too early.
14137
14138 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
14139 from `tramp-smb-actions-with-acl'.
14140 (tramp-smb-actions-set-acl): New defconst.
14141 (tramp-smb-handle-copy-directory)
14142 (tramp-smb-action-get-acl): New defun, renamed from
14143 `tramp-smb-action-with-acl'.
14144 (tramp-smb-action-set-acl): New defun.
14145 (tramp-smb-handle-set-file-acl): Rewrite.
14146
14147 2013-10-17 Glenn Morris <rgm@gnu.org>
14148
14149 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
14150
14151 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14152
14153 * skeleton.el (skeleton-newline): Remove.
14154 (skeleton-internal-1): Use (insert "\n") instead.
14155
14156 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
14157 let-bindings.
14158
14159 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
14160 forward-sexp-function while we redo its job (bug#15613).
14161
14162 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
14163
14164 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
14165 represented by lists.
14166
14167 2013-10-16 Glenn Morris <rgm@gnu.org>
14168
14169 * tmm.el (tmm--history): New dynamic variable.
14170 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
14171
14172 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
14173
14174 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
14175 (tramp-smb-errors): Add error messages.
14176 (tramp-smb-actions-with-acl): New defconst.
14177 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
14178 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
14179 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
14180 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
14181 (tramp-smb-get-stat-capability): Fix tests.
14182
14183 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
14184
14185 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
14186 (bug#15580).
14187
14188 2013-10-16 Glenn Morris <rgm@gnu.org>
14189
14190 * ansi-color.el (ansi-color-drop-regexp):
14191 Add 1J, 1K, 2K. (Bug#15617)
14192
14193 * files.el (hack-local-variables--warned-lexical): New.
14194 (hack-local-variables):
14195 Warn about misplaced lexical-binding. (Bug#15616)
14196
14197 * net/eww.el (eww-render): Always set eww-current-url,
14198 and update header line. (Bug#15622)
14199 (eww-display-html): ... Rather than just doing it here.
14200
14201 2013-10-15 Eli Zaretskii <eliz@gnu.org>
14202
14203 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
14204 menu navigations commands.
14205
14206 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
14207
14208 * progmodes/subword.el (subword-capitalize): Be careful when
14209 the search for [[:alpha:]] fails (bug#15580).
14210
14211 2013-10-14 Eli Zaretskii <eliz@gnu.org>
14212
14213 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
14214 to commands that scroll the menu.
14215
14216 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
14217
14218 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
14219 Handle methods ending with `?' and `!'.
14220
14221 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
14222
14223 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
14224 `japanese-cp932' to `cp932' to fix the problem where saving a
14225 source file written in Shift_JIS twice would end up having
14226 `coding: japanese-cp932' which Ruby could not recognize.
14227 (ruby-mode-set-encoding): Add support for encodings mapped to nil
14228 in `ruby-encoding-map'.
14229 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
14230 doesn't need to be explicitly declared in magic comment.
14231 (ruby-encoding-map): Add type declaration for better customize UI.
14232
14233 2013-10-13 Glenn Morris <rgm@gnu.org>
14234
14235 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
14236 Occur buffers are read-only. http://bugs.debian.org/720775
14237
14238 * emacs-lisp/authors.el (authors-fixed-entries):
14239 Comment out old alpha stuff.
14240
14241 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
14242
14243 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
14244 to `after-save-hook' instead of `before-save-hook'.
14245 (ruby-mode-set-encoding): Use the value of coding system used to
14246 write the file. Call `basic-save-buffer-1' after modifying the
14247 buffer.
14248
14249 2013-10-13 Alan Mackenzie <acm@muc.de>
14250
14251 Fix indentation/fontification of Java enum with
14252 "implements"/generic.
14253
14254 * progmodes/cc-engine.el (c-backward-over-enum-header):
14255 Extracted from the three other places and enhanced to handle generics.
14256 (c-inside-bracelist-p): Uses new function above.
14257 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
14258 function above.
14259 (c-font-lock-enum-tail): Uses new function above.
14260
14261 2013-10-13 Kenichi Handa <handa@gnu.org>
14262
14263 * international/mule-cmds.el (select-safe-coding-system): Remove a
14264 superfluous condition in chekcing whether a coding system is safe
14265 or not.
14266
14267 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
14268
14269 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
14270
14271 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
14272
14273 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
14274
14275 2013-10-13 Glenn Morris <rgm@gnu.org>
14276
14277 * menu-bar.el (menu-bar-update-buffers):
14278 Unify Buffers menu prompt string. (Bug#15576)
14279
14280 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
14281
14282 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
14283 Add some entries.
14284 (authors-fixed-entries): Use accented form of name.
14285
14286 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14287
14288 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
14289 method calls (bug#15594).
14290 (ruby-smie--args-separator-p): New function.
14291 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
14292 recognize paren-free method calls.
14293
14294 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
14295 internals of universal-argument.
14296
14297 2013-10-11 Eli Zaretskii <eliz@gnu.org>
14298
14299 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
14300 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
14301 dropped menu on second mouse click on the menu bar.
14302
14303 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14304
14305 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
14306 (explicit-shell-file-name): Declare.
14307 (sh--vars-before-point, sh--cmd-completion-table): New functions.
14308 (sh-completion-at-point-function): New function.
14309 (sh-mode): Use it.
14310 (sh-smie--keyword-p): Remove unused argument.
14311 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
14312 vars.
14313 (sh-set-shell): Always setup SMIE, even if we use the
14314 old indentation code.
14315
14316 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
14317
14318 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
14319 cases of ? and =.
14320 (ruby-smie-rules): Simplify the "do" rule. The cases when the
14321 predicate would return nil are almost non-existent.
14322 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
14323
14324 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
14325 cache also after commands that modify the buffer but don't move
14326 point.
14327
14328 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14329
14330 * env.el (substitute-env-in-file-name): New function.
14331 (substitute-env-vars): Extend the meaning of the optional arg.
14332
14333 2013-10-10 Eli Zaretskii <eliz@gnu.org>
14334
14335 * term/w32-win.el (dynamic-library-alist): Define separate lists
14336 of GIF DLLs for versions before and after 5.0.0 of giflib.
14337 (Bug#15531)
14338
14339 2013-10-10 João Távora <joaotavora@gmail.com>
14340
14341 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
14342 not locked, use last revision and current source as
14343 defaults. (Bug#15569)
14344
14345 2013-10-10 Masatake YAMATO <yamato@redhat.com>
14346
14347 * menu-bar.el (menu-bar-open): Don't use popup-menu if
14348 menu-bar is hidden.
14349
14350 2013-10-10 Martin Rudalics <rudalics@gmx.at>
14351
14352 * window.el (pop-to-buffer-same-window): Fix doc-string.
14353 (Bug#15492)
14354
14355 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14356
14357 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
14358
14359 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
14360
14361 * calendar/icalendar.el (icalendar-import-file):
14362 Fix interactive spec. (Bug#15482)
14363
14364 2013-10-10 Glenn Morris <rgm@gnu.org>
14365
14366 * desktop.el (desktop-save): Default to saving in .emacs.d,
14367 since PWD is no longer in desktop-path by default. (Bug#15319)
14368
14369 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
14370 now that text mode has a menu with the same entry.
14371 (menu-bar-text-mode-auto-fill): Remove now unused func.
14372 * textmodes/text-mode.el (text-mode-map):
14373 Use auto-fill help text from menu-bar.el.
14374
14375 2013-10-10 John Anthony <john@jo.hnanthony.com>
14376
14377 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
14378
14379 2013-10-09 Juri Linkov <juri@jurta.org>
14380
14381 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
14382 instead of this-command-keys. Add universal-argument-more and
14383 universal-argument-minus to the list of prefix commands. (Bug#15568)
14384
14385 2013-10-09 Glenn Morris <rgm@gnu.org>
14386
14387 * vc/vc-svn.el (vc-svn-create-repo):
14388 Expand paths in file://... url. (Bug#15446)
14389
14390 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
14391 Add some entries.
14392 (authors): Remove unused local variables.
14393
14394 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
14395
14396 * profiler.el: Create a more coherent calltree from partial backtraces.
14397 (profiler-format): Hide the tail with `invisible' so that C-s can still
14398 find the hidden elements.
14399 (profiler-calltree-depth): Don't recurse so enthusiastically.
14400 (profiler-function-equal): New hash-table-test.
14401 (profiler-calltree-build-unified): New function.
14402 (profiler-calltree-build): Use it.
14403 (profiler-report-make-name-part): Indent the calltree less.
14404 (profiler-report-mode): Add visibility specs for profiler-format.
14405 (profiler-report-expand-entry, profiler-report-toggle-entry):
14406 Expand the whole subtree when provided with a prefix arg.
14407
14408 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
14409
14410 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
14411 iuwu-mod token.
14412 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
14413 hanging iuwu-mod token.
14414 (ruby-smie--forward-token): Do not include a dot after a token in
14415 that token.
14416 (ruby-smie--backward-token): Likewise.
14417
14418 2013-10-08 Juri Linkov <juri@jurta.org>
14419
14420 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
14421 to isearch-other-control-char.
14422 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
14423 and isearch-post-command-hook to post-command-hook.
14424 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
14425 and isearch-post-command-hook from post-command-hook.
14426 (isearch-unread-key-sequence)
14427 (isearch-reread-key-sequence-naturally)
14428 (isearch-lookup-scroll-key, isearch-other-control-char)
14429 (isearch-other-meta-char): Remove functions.
14430 (isearch-pre-command-hook, isearch-post-command-hook):
14431 New functions based on isearch-other-meta-char rewritten
14432 relying on the new behavior of overriding-terminal-local-map
14433 that does not replace the local keymaps any more. (Bug#15200)
14434
14435 2013-10-08 Eli Zaretskii <eliz@gnu.org>
14436
14437 Support menus on text-mode terminals.
14438 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
14439 functionality.
14440
14441 * tooltip.el (tooltip-mode): Don't error out on TTYs.
14442
14443 * menu-bar.el (popup-menu, popup-menu-normalize-position):
14444 Move here from mouse.el.
14445 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
14446 and arrow keys.
14447 (tty-menu-navigation-map): New map for TTY menu navigation.
14448
14449 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
14450
14451 * frame.el (display-mouse-p): Report text-mode mouse as available
14452 on w32.
14453 (display-popup-menus-p): Report availability if mouse is
14454 available; don't condition on window-system.
14455
14456 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
14457 (tty-menu-selected-face): New faces.
14458
14459 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14460
14461 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
14462 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
14463 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
14464 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
14465 New constants.
14466 (lisp-mode-variables): New `elisp' argument.
14467 (emacs-lisp-mode): Use it.
14468 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
14469 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
14470
14471 * indent.el: Use lexical-binding.
14472 (indent-region): Add progress reporter.
14473 (tab-stop-list): Make it implicitly extend to infinity by repeating the
14474 last step.
14475 (indent--next-tab-stop): New function to implement this behavior.
14476 (tab-to-tab-stop, move-to-tab-stop): Use it.
14477
14478 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
14479
14480 * indent.el (indent-rigidly--current-indentation): New function.
14481 (indent-rigidly-map): New var.
14482 (indent-rigidly): Use it to provide interactive mode (bug#8196).
14483
14484 2013-10-08 Bastien Guerry <bzg@gnu.org>
14485
14486 * register.el (insert-register): Fix 2013-10-07 change.
14487
14488 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14489
14490 * progmodes/perl-mode.el: Use lexical-binding.
14491 Remove redundant :group args.
14492 (perl-nochange): Change default to be closer to other major modes's
14493 standard behavior.
14494 (perl-indent-line): Don't consider text on current line as a
14495 valid beginning of function from which to indent.
14496
14497 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
14498 with more than one argument (bug#15538).
14499
14500 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
14501
14502 * vc/pcvs.el: Use lexical-binding.
14503 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
14504 environment of `eval'.
14505 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
14506 than a list of expressions. Adjust callers.
14507 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
14508
14509 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
14510
14511 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
14512 case of the dot in a chained method call being on the following line.
14513
14514 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
14515
14516 * electric.el (electric-indent-inhibit): New var.
14517 (electric-indent-post-self-insert-function): Use it.
14518 * progmodes/python.el (python-mode): Set it.
14519
14520 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
14521 open braces.
14522
14523 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
14524
14525 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
14526 (css-mode): Use electric-indent-chars.
14527
14528 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
14529 (font-lock-beg, font-lock-end): Move before first use.
14530 (nxml-mode): Use syntax-propertize-function.
14531 (nxml-after-change, nxml-after-change1): Adjust accordingly.
14532 (nxml-extend-after-change-region): Remove.
14533 * nxml/xmltok.el: Use lexical-binding.
14534 (xmltok-save): Use `declare'.
14535 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
14536 * nxml/nxml-util.el: Use lexical-binding.
14537 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
14538 Use `declare'.
14539 * nxml/nxml-ns.el: Use lexical-binding.
14540 (nxml-ns-save): Use `declare'.
14541 (nxml-ns-prefixes-for): Avoid add-to-list.
14542 * nxml/rng-match.el: Use lexical-binding.
14543 (rng--ipattern): Use cl-defstruct.
14544 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
14545 (rng-cons-group-after, rng-subst-group-after)
14546 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
14547 Use closures instead of `(lambda...).
14548
14549 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
14550
14551 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
14552 of BEG and END.
14553
14554 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14555 Use `tramp-handle-insert-file-contents'.
14556 (tramp-gvfs-handle-insert-file-contents): Remove function.
14557
14558 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
14559 Use `save-restriction' in order to keep markers.
14560
14561 * net/trampver.el: Update release number.
14562
14563 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
14564
14565 * progmodes/compile.el (compilation-parse-errors):
14566 Use compilation--put-prop.
14567 (compilation--ensure-parse): Check compilation-multiline.
14568
14569 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
14570
14571 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
14572 lexical-binding.
14573
14574 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
14575
14576 * progmodes/ruby-mode.el: Fix recently added tests.
14577 (ruby-smie-grammar): Add - and +.
14578 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
14579 (ruby-smie--backward-id): New functions.
14580 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
14581 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
14582 any more.
14583
14584 2013-10-07 Leo Liu <sdl.web@gmail.com>
14585
14586 * register.el (register-preview-delay)
14587 (register-preview-functions): New variables.
14588 (register-read-with-preview, register-preview)
14589 (register-describe-oneline): New functions.
14590 (point-to-register, window-configuration-to-register)
14591 (frame-configuration-to-register, jump-to-register)
14592 (number-to-register, view-register, insert-register)
14593 (copy-to-register, append-to-register, prepend-to-register)
14594 (copy-rectangle-to-register): Use register-read-with-preview to
14595 read register. (Bug#15525)
14596
14597 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
14598
14599 * net/network-stream.el (network-stream-open-starttls): Don't add
14600 --insecure if it's already present, because that gnutls-cli
14601 rejects getting that parameter twice.
14602
14603 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
14604
14605 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
14606 keyword, too.
14607
14608 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
14609
14610 * newcomment.el (comment-use-global-state): Change default value
14611 to t, mark obsolete (Bug#15251).
14612 (comment-beginning): In addition to `comment-to-syntax', check the
14613 value of `comment-use-global-state'.
14614
14615 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14616
14617 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
14618 (ruby-comment-column): Follow the global default, by default.
14619 (ruby-smie-grammar): Add assignment syntax.
14620 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
14621 open-paren, a comma, or a \.
14622 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
14623 and line continuations.
14624 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
14625 followed by implicit semi-colons. Add rule for string concatenation
14626 and for indentation at BOB.
14627 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
14628
14629 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
14630 calling next-sexp, since next-token may have skipped chars which
14631 next-sexp doesn't know should be skipped!
14632
14633 2013-10-05 Leo Liu <sdl.web@gmail.com>
14634
14635 * progmodes/octave.el (octave-send-region):
14636 Call compilation-forget-errors.
14637
14638 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
14639
14640 * vc/vc-svn.el (vc-svn-find-admin-dir):
14641 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
14642 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
14643 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
14644 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
14645
14646 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
14647
14648 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
14649
14650 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
14651
14652 * subr.el (read-passwd): Hide chars even when called within a context
14653 where after-change-functions is disabled (bug#15501).
14654 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
14655 until we removed ourself from overriding-terminal-local-map.
14656
14657 2013-10-04 Leo Liu <sdl.web@gmail.com>
14658
14659 * progmodes/octave.el (inferior-octave-mode):
14660 Call compilation-forget-errors.
14661
14662 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
14663
14664 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
14665
14666 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
14667
14668 * net/secrets.el (secrets-create-collection): Add optional
14669 argument ALIAS. Use proper Label keyword. Append ALIAS as
14670 dbus-call-method argument. (Bug#15516)
14671
14672 2013-10-04 Leo Liu <sdl.web@gmail.com>
14673
14674 * progmodes/octave.el (inferior-octave-error-regexp-alist)
14675 (inferior-octave-compilation-font-lock-keywords): New variables.
14676 (compilation-error-regexp-alist)
14677 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
14678 (inferior-octave-mode): Use compilation-shell-minor-mode.
14679
14680 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
14681
14682 * minibuffer.el (completion--replace): Be careful that `end' might be
14683 a marker.
14684
14685 2013-10-03 Daiki Ueno <ueno@gnu.org>
14686
14687 Add support for package signature checking.
14688 * emacs-lisp/package.el (url-http-file-exists-p)
14689 (epg-make-context, epg-context-set-home-directory)
14690 (epg-verify-string, epg-context-result-for)
14691 (epg-signature-status, epg-signature-to-string)
14692 (epg-check-configuration, epg-configuration)
14693 (epg-import-keys-from-file): Declare.
14694 (package-check-signature): New user option.
14695 (package-unsigned-archives): New user option.
14696 (package-desc): Add `signed' field.
14697 (package-load-descriptor): Set `signed' field if .signed file exists.
14698 (package--archive-file-exists-p): New function.
14699 (package--check-signature): New function.
14700 (package-install-from-archive): Check package signature.
14701 (package--download-one-archive): Check archive signature.
14702 (package-delete): Remove .signed file.
14703 (package-import-keyring): New command.
14704 (package-refresh-contents): Import default keyring.
14705 (package-desc-status): Add "unsigned" status.
14706 (describe-package-1, package-menu--print-info)
14707 (package-menu-mark-delete, package-menu--find-upgrades)
14708 (package-menu--status-predicate): Support "unsigned" status.
14709
14710 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14711
14712 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
14713 the new compilation scheme using the new byte-codes.
14714
14715 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
14716 (byte-pophandler): New byte codes.
14717 (byte-goto-ops): Adjust accordingly.
14718 (byte-compile--use-old-handlers): New var.
14719 (byte-compile-catch): Use new byte codes depending on
14720 byte-compile--use-old-handlers.
14721 (byte-compile-condition-case--old): Rename from
14722 byte-compile-condition-case.
14723 (byte-compile-condition-case--new): New function.
14724 (byte-compile-condition-case): New function that dispatches depending
14725 on byte-compile--use-old-handlers.
14726 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
14727 when we can.
14728
14729 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14730 Optimize under `condition-case' and `catch' if
14731 byte-compile--use-old-handlers is nil.
14732 (disassemble-offset): Handle new bytecodes.
14733
14734 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14735
14736 * subr.el (error): Use `declare'.
14737 (decode-char, encode-char): Use advertised-calling-convention instead
14738 of the docstring to discourage use of the `restriction' arg.
14739
14740 2013-10-03 Daiki Ueno <ueno@gnu.org>
14741
14742 * epg.el (epg-verify-file): Add a comment saying that it does not
14743 notify verification error as a return value nor a signal.
14744 (epg-verify-string): Ditto.
14745
14746 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
14747
14748 * progmodes/compile.el (compilation-start): Try globbing the arg to
14749 `cd' (bug#15417).
14750
14751 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
14752
14753 Sync with Tramp 2.2.8.
14754
14755 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
14756 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
14757 * net/trampver.el: Update release number.
14758
14759 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
14760
14761 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
14762 and default-process-coding-system for darwin only.
14763
14764 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
14765
14766 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
14767
14768 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
14769
14770 * vc/vc-git.el (vc-git-grep): Disable pager.
14771
14772 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
14773
14774 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
14775 Use :url instead of :homepage, as per
14776 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
14777
14778 * newcomment.el (comment-beginning): When `comment-use-syntax' is
14779 non-nil, use `syntax-ppss' (Bug#15251).
14780
14781 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14782
14783 * progmodes/octave.el (inferior-octave-startup-file):
14784 Prefer ~/.emacs.d/init_octave.m.
14785
14786 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
14787
14788 * emacs-lisp/package.el (package-desc-from-define):
14789 Accept additional arguments as plist, convert them to an alist and store
14790 them in the `extras' slot.
14791 (package-generate-description-file): Convert extras alist back to
14792 plist and append to the `define-package' form arguments.
14793 (package--alist-to-plist): New function.
14794 (package--ac-desc): Add `extras' slot.
14795 (package--add-to-archive-contents): Check if the archive-contents
14796 vector is long enough, and if it is, pass its `extras' slot value
14797 to `package-desc-create'.
14798 (package-buffer-info): Call `lm-homepage', pass the returned value
14799 to `package-desc-from-define'.
14800 (describe-package-1): Render the homepage button (Bug#13291).
14801
14802 * emacs-lisp/package-x.el (package-upload-buffer-internal):
14803 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
14804
14805 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
14806
14807 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
14808 and default-process-coding-system to utf-8-unix (Bug#15402).
14809
14810 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
14811
14812 * subr.el (looking-back): Do not recommend using looking-back.
14813
14814 2013-09-28 Alan Mackenzie <acm@muc.de>
14815
14816 Fix indentation/fontification of Java enum with "implements".
14817
14818 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
14819 regexp which matches "implements", etc., in Java.
14820 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
14821 specifier clauses coming after "enum".
14822 * progmodes/cc-fonts.el (c-font-lock-declarations)
14823 (c-font-lock-enum-tail): Check for extra specifier clauses coming
14824 after "enum".
14825
14826 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
14827
14828 * faces.el (region): Change ns_selection_color to
14829 ns_selection_fg_color, add ns_selection_bg_color.
14830
14831 2013-09-28 Leo Liu <sdl.web@gmail.com>
14832
14833 * progmodes/octave.el (inferior-octave-completion-table)
14834 (inferior-octave-completion-at-point): Minor tweaks.
14835
14836 * textmodes/ispell.el (ispell-lookup-words): Rename from
14837 lookup-words. (Bug#15460)
14838 (lookup-words): Obsolete.
14839 (ispell-complete-word, ispell-command-loop): All uses changed.
14840
14841 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14842
14843 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
14844 (octave-mode-menu): Add octave-send-buffer.
14845 (octave-send-buffer): New function.
14846
14847 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14848
14849 * progmodes/octave.el (octave-mode-map): Add key binding for
14850 octave-lookfor.
14851 (octave-mode-menu): Add octave-lookfor.
14852 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
14853 octave-lookfor.
14854 (octave-lookfor): New function.
14855
14856 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14857
14858 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
14859 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
14860 its convention.
14861 (cl--loop-set-iterator-function): New function.
14862 (cl-loop): Adjust accordingly, so as not to use cl-subst.
14863 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
14864 Bind `it' with `let' instead of substituting it with `cl-subst'.
14865 (cl--unused-var-p): New function.
14866 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
14867 Eliminate some unused variable warnings (bug#15326).
14868
14869 2013-09-27 Tassilo Horn <tsdh@gnu.org>
14870
14871 * doc-view.el (doc-view-scale-reset): Rename from
14872 `doc-view-reset-zoom-level'.
14873 (doc-view-scale-adjust): New command.
14874 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
14875 `doc-view-scale-adjust'.
14876
14877 2013-09-26 Tassilo Horn <tsdh@gnu.org>
14878
14879 * doc-view.el (doc-view-reset-zoom-level): New command.
14880 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
14881 zoom commands (bug#15466).
14882
14883 2013-09-26 Kenichi Handa <handa@gnu.org>
14884
14885 * international/quail.el (quail-help): Make it not a command.
14886
14887 2013-09-26 Leo Liu <sdl.web@gmail.com>
14888
14889 * minibuffer.el (completion-all-sorted-completions): Make args
14890 optional as they are.
14891
14892 2013-09-25 Daniel Colascione <dancol@dancol.org>
14893
14894 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
14895 specs are and that they're not evaluated.
14896
14897 2013-09-24 Sam Steingold <sds@gnu.org>
14898
14899 * midnight.el (clean-buffer-list-kill-regexps)
14900 (clean-buffer-list-kill-buffer-names): Update for the new Man
14901 buffer naming which includes the object name.
14902
14903 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14904
14905 * eshell/esh-cmd.el (eshell--sep-terms): New var.
14906 (eshell-parse-command, eshell-parse-pipeline): Use it since
14907 eshell-separate-commands requires a dynamic scoped var.
14908 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
14909
14910 2013-09-23 Leo Liu <sdl.web@gmail.com>
14911
14912 * autoinsert.el (auto-insert-alist): Make the value of
14913 lexical-binding match its file setting.
14914
14915 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
14916
14917 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
14918
14919 * autoarg.el (autoarg-kp-digit-argument):
14920 * electric.el (Electric-command-loop):
14921 * kmacro.el (kmacro-step-edit-insert):
14922 Do not set universal-argument-num-events.
14923
14924 2013-09-22 Leo Liu <sdl.web@gmail.com>
14925
14926 * files.el (interpreter-mode-alist): Add octave.
14927
14928 2013-09-21 Alan Mackenzie <acm@muc.de>
14929
14930 C++: fontify identifier in declaration following "public:" correctly.
14931 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
14932 to match "public", etc.
14933 (c-decl-prefix-re): Add ":" into the C++ value.
14934 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
14935 bit. Add a check for a ":" preceded by "public", etc.
14936
14937 2013-09-21 Eli Zaretskii <eliz@gnu.org>
14938
14939 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
14940 recognized by GDB 7.5 and later.
14941
14942 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
14943
14944 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
14945
14946 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14947
14948 * subr.el (internal--call-interactively): New const.
14949 (called-interactively-p): Use it (bug#3984).
14950
14951 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
14952
14953 * vc/pcvs.el (cvs-mode-ignore):
14954 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
14955 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
14956
14957 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14958
14959 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
14960 (eshell-ls-orig-insert-directory): Remove.
14961 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
14962 (eshell-ls-use-in-dired): Use advice-add/remove.
14963 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
14964 Add `orig-fun' arg for use in :around advice.
14965 Make it check (redundantly) eshell-ls-use-in-dired.
14966
14967 2013-09-19 Glenn Morris <rgm@gnu.org>
14968
14969 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
14970
14971 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
14972
14973 * emacs-lisp/eieio.el (class-parent): Undo previous change.
14974
14975 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
14976
14977 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
14978 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
14979 (tramp-get-remote-python): New defuns.
14980 (tramp-get-remote-uid-with-perl)
14981 (tramp-get-remote-gid-with-perl): New defuns. Perl code
14982 contributed by yary <not.com@gmail.com> (tiny change).
14983 (tramp-get-remote-uid-with-python)
14984 (tramp-get-remote-gid-with-python): New defuns. Python code
14985 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
14986 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
14987
14988 2013-09-19 Glenn Morris <rgm@gnu.org>
14989
14990 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
14991
14992 * eshell/em-unix.el (eshell-remove-entries):
14993 Rename argument to avoid name-clash with global `top-level'.
14994
14995 * eshell/esh-proc.el (eshell-kill-process-function):
14996 Remove eshell-reset-after-proc from eshell-kill-hook if present.
14997 (eshell-reset-after-proc): Remove unused arg `proc'.
14998
14999 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
15000 (directory-files-and-attributes): Mark unused arg.
15001
15002 * eshell/em-unix.el (eshell-remove-entries):
15003 Remove unused arg `path'. Update callers.
15004
15005 * eshell/em-hist.el (eshell-hist-parse-arguments):
15006 Remove unused arg `silent'. Update callers.
15007
15008 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
15009 Fix (f)boundp mix-up.
15010
15011 * eshell/em-smart.el (eshell-smart-scroll-window)
15012 (eshell-disable-after-change):
15013 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
15014
15015 2013-09-18 Alan Mackenzie <acm@muc.de>
15016
15017 Fix fontification of type when followed by "const".
15018 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
15019 "known" types from fontification.
15020
15021 2013-09-18 Glenn Morris <rgm@gnu.org>
15022
15023 * emacs-lisp/chart.el (x-display-color-cells): Declare.
15024 (chart-face-list): Drop Emacsen without display-color-p.
15025
15026 * net/eww.el (libxml-parse-html-region): Declare.
15027 (eww-display-html): Explicit error if no libxml2 support.
15028
15029 * doc-view.el (doc-view-mode): Silence --without-x compilation.
15030
15031 * image.el (image-type-from-buffer, image-multi-frame-p):
15032 Remove --without-x warning/error.
15033
15034 * mouse.el (mouse-yank-primary):
15035 * term.el (term-mouse-paste):
15036 Reorder to silence --without-x compilation.
15037
15038 * mpc.el (doc-view-mode): Silence --without-x compilation.
15039
15040 * mail/rmailmm.el (rmail-mime-set-bulk-data):
15041 Silence --without-x compilation.
15042
15043 * progmodes/gud.el (gud-find-file, gud-mode):
15044 Silence --without-x compilation.
15045 (tooltip-mode): Declare.
15046
15047 * wdired.el (dired-backup-overwrite): Remove declaration.
15048 (wdired-mode-map): Add doc string.
15049
15050 * custom.el (x-get-resource): Declare.
15051
15052 * eshell/em-glob.el (ange-cache):
15053 * eshell/em-unix.el (ange-cache): Declare.
15054
15055 * faces.el (x-display-list, x-open-connection, x-get-resource):
15056 Declare.
15057
15058 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
15059 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
15060 Declare.
15061
15062 * frame.el (x-display-grayscale-p, x-display-name): Declare.
15063
15064 * net/gnutls.el (gnutls-log-level): Declare.
15065
15066 * net/shr.el (image-size, image-animate): Declare.
15067
15068 * simple.el (font-info): Declare.
15069
15070 * subr.el (x-popup-dialog): Declare.
15071
15072 * term/common-win.el (x-select-enable-primary)
15073 (x-last-selected-text-primary, x-last-selected-text-clipboard):
15074 Declare.
15075
15076 * term/ns-win.el (x-handle-args): Declare.
15077
15078 * term/x-win.el (x-select-enable-clipboard): Declare.
15079
15080 * term/w32-win.el (create-default-fontset): Declare.
15081
15082 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
15083 Declare.
15084
15085 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
15086 (fit-frame-to-buffer): Explicit error if --without-x.
15087 (mouse-autoselect-window-select): Silence compiler.
15088
15089 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15090
15091 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
15092 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
15093 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
15094 * eshell/esh-util.el (eshell-sublist):
15095 Remove unused local variables.
15096
15097 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
15098
15099 * textmodes/two-column.el: Make 2C-split work for --without-x.
15100 (scroll-bar-columns): Autoload.
15101 (top-level): Require fringe when compiling.
15102
15103 2013-09-18 Leo Liu <sdl.web@gmail.com>
15104
15105 * subr.el (add-hook): Robustify to handle closure as well.
15106
15107 2013-09-17 Glenn Morris <rgm@gnu.org>
15108
15109 * simple.el (messages-buffer-mode-map): Unbind "g".
15110
15111 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
15112
15113 * help-mode.el (help-mode-finish): Use derived-mode-p.
15114 Remove obsolete highlighting.
15115
15116 * play/life.el (life-mode): Use define-derived-mode. Derive from
15117 special-mode.
15118 (life): Let-bind inhibit-read-only.
15119 (life-setup): Avoid `setq'. Use `life-mode'.
15120
15121 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
15122 which should not be needed any more.
15123 (package-menu-refresh, package-menu-describe-package): Use user-error.
15124
15125 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
15126 (eshell-post-rewrite-command-hook): Make obsolete.
15127 (eshell-parse-command): Simplify.
15128 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
15129 (eshell--cmd): Declare.
15130 (eshell-parse-pipeline): Remove unused var `final-p'.
15131 Pass a dynvar to eshell-post-rewrite-command-hook.
15132 Implement the new eshell-post-rewrite-command-function.
15133 (eshell-invoke-directly): Remove unused arg `input'.
15134 * eshell/esh-io.el (eshell-io-initialize):
15135 Use eshell-post-rewrite-command-function (bug#15399).
15136 (eshell--apply-redirections): Rename from eshell-apply-redirections;
15137 adjust to new calling convention.
15138 (eshell-create-handles): Rename args to avoid clashing with dynvar
15139 `standard-output'.
15140
15141 2013-09-17 Glenn Morris <rgm@gnu.org>
15142
15143 * simple.el (messages-buffer-mode): New major mode.
15144 (messages-buffer): New function.
15145 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
15146 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
15147 (ert-run-test): Use `messages-buffer' function.
15148 (ert--force-message-log-buffer-truncation): Ignore read-only.
15149 * help.el (view-echo-area-messages): Use `messages-buffer' function.
15150 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
15151
15152 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
15153
15154 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
15155
15156 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
15157
15158 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15159
15160 * icomplete.el (icomplete-in-buffer): New var.
15161 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
15162 vars and replace them with functions.
15163 (icomplete-minibuffer-setup): Adjust accordingly.
15164 (icomplete--completion-table, icomplete--completion-predicate)
15165 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
15166 New functions.
15167 (icomplete-forward-completions, icomplete-backward-completions)
15168 (icomplete-simple-completing-p, icomplete-exhibit)
15169 (icomplete-completions): Use them.
15170 (icomplete--in-region-buffer): New var.
15171 (icomplete--in-region-setup): New function.
15172 (icomplete-mode): Use it.
15173
15174 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
15175 (bug#15379).
15176 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
15177 return args and options.
15178 (eshell-eval-using-options): Use the new return value of
15179 eshell--do-opts to set the options's vars in their scope.
15180 (eshell--set-option): Rename from eshell-set-option.
15181 Add arg `opt-vals'.
15182 (eshell--process-option): Rename from eshell-process-option.
15183 Add arg `opt-vals'.
15184 (eshell--process-args): Use an `opt-vals' alist to store the options's
15185 values during their processing and return them additionally to the
15186 remaining args.
15187
15188 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
15189
15190 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
15191 continuation character an operator, as far as indentation is
15192 concerned (Bug#15369).
15193
15194 2013-09-15 Martin Rudalics <rudalics@gmx.at>
15195
15196 * window.el (window--state-put-2): Don't process buffer state
15197 when buffer doesn't exist any more (Bug#15382).
15198
15199 2013-09-15 Glenn Morris <rgm@gnu.org>
15200
15201 * eshell/em-unix.el (eshell/rm):
15202 Make -f ignore missing files. (Bug#15373)
15203
15204 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
15205 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
15206 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
15207
15208 2013-09-14 Glenn Morris <rgm@gnu.org>
15209
15210 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
15211
15212 2013-09-13 Glenn Morris <rgm@gnu.org>
15213
15214 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
15215 (dired-guess-default): Make `file' available in the env. (Bug#15363)
15216
15217 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
15218
15219 * frame.el (x-focus-frame): Mark as declared in frame.c.
15220
15221 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
15222
15223 * ls-lisp.el: Use advice-add.
15224 (original-insert-directory): Remove.
15225 (ls-lisp--insert-directory): Rename from insert-directory; add
15226 `orig-fun' argument.
15227 (insert-directory): Advise.
15228
15229 2013-09-13 Eli Zaretskii <eliz@gnu.org>
15230
15231 * term.el (term-emulate-terminal): Decode the command string
15232 before passing it to term-command-hook. (Bug#15337)
15233
15234 2013-09-13 Glenn Morris <rgm@gnu.org>
15235
15236 * eshell/esh-util.el (ange-cache): Move declaration earlier.
15237
15238 * eshell/esh-ext.el (eshell-search-path): Declare.
15239
15240 * eshell/em-prompt.el (eshell/pwd): Autoload it.
15241 Otherwise an error occurs if eshell-dirs module not loaded.
15242
15243 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
15244
15245 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
15246
15247 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
15248 `tramp-check-proper-host'. Check for a valid method name.
15249
15250 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
15251 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
15252 * net/tramp-sh.el (tramp-maybe-open-connection):
15253 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
15254
15255 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
15256 also for hash values.
15257
15258 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15259
15260 * term/ns-win.el (parameters): Don't declare as dynamic.
15261 (before-make-frame-hook): Don't add ineffective function.
15262
15263 * eshell/*.el: Use lexical-binding (bug#15231).
15264
15265 2013-09-12 Kenichi Handa <handa@gnu.org>
15266
15267 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
15268
15269 2013-09-12 Glenn Morris <rgm@gnu.org>
15270
15271 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
15272 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
15273
15274 * subr.el (do-after-load-evaluation): Also give compiler warnings
15275 when obsolete files are used (except by obsolete files).
15276
15277 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
15278 in the status output, assume `filename' is the first. (Bug#15322)
15279
15280 * vc/vc.el (vc-deduce-fileset): Doc fix.
15281
15282 * calc/calc-help.el (Info-goto-node):
15283 * progmodes/cperl-mode.el (Info-find-node):
15284 * vc/ediff.el (Info-goto-node): Update declarations.
15285
15286 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
15287
15288 * vc/vc-bzr.el (vc-compilation-mode): Declare.
15289 (vc-bzr-pull): Require vc-dispatcher.
15290 * vc/vc-git.el (vc-compilation-mode): Declare.
15291 (vc-git-pull): Require vc-dispatcher.
15292
15293 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
15294
15295 * progmodes/octave.el (help-button-action): Declare.
15296
15297 * shell.el (shell-directory-tracker): Output error as a message
15298 rather than just returning it as a string.
15299 (shell-process-pushd): Remove useless use of message.
15300
15301 * dframe.el (dframe-timer-fn):
15302 * files.el (dir-locals-read-from-file):
15303 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
15304 (mpc-format):
15305 * reveal.el (reveal-post-command):
15306 * saveplace.el (load-save-place-alist-from-file):
15307 * shell.el (shell-resync-dirs):
15308 * w32-common-fns.el (x-get-selection-value):
15309 * emacs-lisp/copyright.el (copyright-find-copyright):
15310 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
15311 * emulation/tpu-edt.el (tpu-copy-keyfile):
15312 * play/bubbles.el (bubbles--mark-neighbourhood):
15313 * progmodes/executable.el
15314 (executable-make-buffer-file-executable-if-script-p):
15315 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
15316
15317 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15318
15319 Cleanup Eshell to rely less on dynamic scoping.
15320 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
15321 last-value, and ext-command here. Bind `args' closer to `body'.
15322 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
15323 (eshell--args): Declare new dynamic var.
15324 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
15325 last-value, and ext-command. Pass `args' to `body'.
15326 (eshell-process-args): Bind eshell--args.
15327 (eshell-set-option): Use eshell--args.
15328 * eshell/eshell.el (eshell): Use derived-mode-p.
15329 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
15330 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
15331 (eshell-glob-function): Declare.
15332 * eshell/esh-util.el: Require cl-lib.
15333 (eshell-read-hosts-file): Avoid add-to-list.
15334 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
15335 `err'.
15336 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
15337 Declare.
15338 (eshell/diff): Remove unused var `err'.
15339 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
15340 `killflag'.
15341 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
15342 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
15343 first use.
15344 * eshell/em-glob.el (eshell-glob-matches, message-shown):
15345 Move declaration before first use.
15346 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
15347 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
15348 rely on cl-return.
15349
15350 2013-09-12 Glenn Morris <rgm@gnu.org>
15351
15352 * term/ns-win.el (global-map): Remove binding for ispell-next,
15353 deleted 1999-05-29. (Bug#15357)
15354
15355 2013-09-11 Glenn Morris <rgm@gnu.org>
15356
15357 * echistory.el (electric-command-history): Remove call to deleted func.
15358
15359 * play/landmark.el (landmark-mode): Fix typos.
15360
15361 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
15362 Check cvs-sort-ignore-file is bound.
15363
15364 * savehist.el: No need for cl when compiling on Emacs.
15365
15366 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
15367
15368 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
15369 (bug#15338).
15370 (eshell-self-insert-command, eshell-send-invisible):
15371 Remove unused argument.
15372 (eshell-handle-control-codes): Remove unused var `orig'.
15373 Avoid delete-backward-char.
15374
15375 * files.el (set-auto-mode): Simplify a bit further.
15376
15377 2013-09-11 Glenn Morris <rgm@gnu.org>
15378
15379 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
15380 (set-auto-mode): Don't regexp-quote elements.
15381 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
15382 * progmodes/cc-mode.el (interpreter-mode-alist):
15383 * progmodes/ruby-mode.el (interpreter-mode-alist):
15384 Revert previous change.
15385
15386 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
15387
15388 * play/snake.el (snake-mode):
15389 * play/mpuz.el (mpuz-mode):
15390 * play/landmark.el (lm-mode):
15391 * play/blackbox.el (blackbox-mode):
15392 * play/5x5.el (5x5-mode):
15393 * obsolete/options.el (Edit-options-mode):
15394 * net/quickurl.el (quickurl-list-mode):
15395 * net/newst-treeview.el (newsticker-treeview-mode):
15396 * mail/rmailsum.el (rmail-summary-mode):
15397 * mail/mspools.el (mspools-mode):
15398 * locate.el (locate-mode):
15399 * ibuffer.el (ibuffer-mode):
15400 * emulation/ws-mode.el (wordstar-mode):
15401 * emacs-lisp/debug.el (debugger-mode):
15402 * array.el (array-mode):
15403 * net/eudc.el (eudc-mode): Use define-derived-mode.
15404 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
15405 Move initialization into declaration.
15406 (mairix-searches-mode): Use define-derived-mode.
15407 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
15408 (eudc-edit-hotlist): Use dolist.
15409 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
15410 (Man-mode): Use define-derived-mode.
15411 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
15412 (Info-edit-mode): Use define-derived-mode.
15413 (Info-cease-edit): Use Info-mode.
15414 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
15415 into declaration.
15416 (eshell-mode): Use define-derived-mode.
15417 * chistory.el (command-history-mode-map): Rename from
15418 command-history-map.
15419 (command-history-mode): Use define-derived-mode.
15420 (Command-history-setup): Remove function.
15421 * calc/calc.el (calc-trail-mode-map): New var.
15422 (calc-trail-mode): Use define-derived-mode.
15423 (calc-trail-buffer): Set calc-main-buffer manually.
15424 * bookmark.el (bookmark-insert-annotation): New function.
15425 (bookmark-edit-annotation): Use it.
15426 (bookmark-edit-annotation-mode): Make it a proper major mode.
15427 (bookmark-send-edited-annotation): Use derived-mode-p.
15428 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
15429 closer to its ideal place. Use \' to match EOS.
15430
15431 * profiler.el (profiler-calltree-find): Use function-equal.
15432
15433 2013-09-10 Glenn Morris <rgm@gnu.org>
15434
15435 * files.el (interpreter-mode-alist): Convert to regexps.
15436 (set-auto-mode): Adapt for this. (Bug#15306)
15437 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
15438 Comment out unused variable.
15439 * progmodes/cc-mode.el (interpreter-mode-alist):
15440 * progmodes/python.el (interpreter-mode-alist):
15441 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
15442 * progmodes/sh-script.el (sh-set-shell):
15443 No longer use interpreter-mode-alist to get list of shells.
15444
15445 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
15446
15447 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
15448
15449 * simple.el: Use set-temporary-overlay-map for universal-argument.
15450 (universal-argument-map): Don't use default-bindings (bug#15317).
15451 Bind switch-frame explicitly. Replace universal-argument-minus with
15452 a conditional binding.
15453 (universal-argument-num-events, saved-overriding-map): Remove.
15454 (restore-overriding-map): Remove.
15455 (universal-argument--mode): Rename from save&set-overriding-map,
15456 and rewrite.
15457 (universal-argument, universal-argument-more, negative-argument)
15458 (digit-argument): Adjust accordingly.
15459 (universal-argument-minus): Remove.
15460 (universal-argument-other-key): Remove.
15461
15462 * subr.el (with-demoted-errors): Add `format' argument.
15463
15464 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
15465
15466 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
15467 `tramp-cleanup-connection'.
15468
15469 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
15470 parameters KEEP-DEBUG and KEEP-PASSWORD.
15471
15472 * net/tramp.el (tramp-file-name-handler):
15473 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
15474 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15475 (tramp-maybe-open-connection):
15476 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
15477 Use `tramp-cleanup-connection'.
15478
15479 * net/tramp-sh.el (tramp-maybe-open-connection):
15480 Catch 'uname-changed inside the progress reporter.
15481
15482 2013-09-10 Glenn Morris <rgm@gnu.org>
15483
15484 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
15485
15486 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
15487 returns "alternate access method" in mode (eg "-rw-r--r--.").
15488
15489 2013-09-08 Glenn Morris <rgm@gnu.org>
15490
15491 * saveplace.el (load-save-place-alist-from-file):
15492 Demote errors. (Bug#15305)
15493
15494 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
15495
15496 Improve compatibility with older Emacsen, and XEmacs.
15497
15498 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
15499 only if it is bound. It isn't for XEmacs.
15500 (with-tramp-progress-reporter): Do not let-bind `result'.
15501 This yields to scoping errors in XEmacs.
15502 (tramp-handle-make-auto-save-file-name): New function, moved from
15503 tramp-sh.el.
15504
15505 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
15506 for `make-auto-save-file-name'.
15507 (tramp-adb--gnu-switches-to-ash):
15508 Use `tramp-compat-replace-regexp-in-string'.
15509
15510 * net/tramp-cache.el (tramp-cache-print): Call
15511 `substring-no-properties' only if it is bound. It isn't for XEmacs.
15512
15513 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
15514 bound. It isn't for XEmacs.
15515
15516 * net/tramp-compat.el (tramp-compat-copy-file):
15517 Catch `wrong-number-of-arguments' error.
15518 (tramp-compat-replace-regexp-in-string): New defun.
15519
15520 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
15521 for `make-auto-save-file-name'.
15522 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
15523 `copy-file'.
15524 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
15525 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
15526 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
15527
15528 * net/tramp-gw.el (tramp-gw-open-network-stream):
15529 Use `tramp-compat-replace-regexp-in-string'.
15530
15531 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
15532 Call `tramp-handle-make-auto-save-file-name'.
15533 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
15534 (tramp-sh-file-gvfs-monitor-dir-process-filter)
15535 (tramp-sh-file-inotifywait-process-filter):
15536 Use `tramp-compat-replace-regexp-in-string'.
15537 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
15538
15539 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
15540 for `make-auto-save-file-name'.
15541 (tramp-smb-handle-copy-directory):
15542 Call `tramp-compat-replace-regexp-in-string'.
15543 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
15544 (tramp-smb-handle-copy-file): Improve error message.
15545 (tramp-smb-handle-rename-file): Rename directly only in case
15546 `newname' does not exist yet. This is a restriction of smbclient.
15547 (tramp-smb-maybe-open-connection): Rerun the function only when
15548 `auth-sources' is non-nil.
15549
15550 2013-09-08 Kenichi Handa <handa@gnu.org>
15551
15552 * international/characters.el: Set category "^" (Combining) for
15553 more characters.
15554
15555 2013-09-07 Alan Mackenzie <acm@muc.de>
15556
15557 Correctly fontify Java class constructors.
15558 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
15559 in Java Mode.
15560 (c-recognize-typeless-decls): Set the Java value to t.
15561 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
15562 While handling a "(", add a check for, effectively, Java, and handle a
15563 "typeless" declaration there.
15564
15565 2013-09-07 Roland Winkler <winkler@gnu.org>
15566
15567 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
15568 field subtitle for entry type book.
15569
15570 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15571
15572 * minibuffer.el: Make minibuffer-complete call completion-in-region
15573 rather than other way around.
15574 (completion--some, completion-pcm--find-all-completions):
15575 Don't delay signals when debugging.
15576 (minibuffer-completion-contents): Beware fields within the
15577 minibuffer contents.
15578 (completion-all-sorted-completions): Use defvar-local.
15579 (completion--do-completion, completion--cache-all-sorted-completions)
15580 (completion-all-sorted-completions, minibuffer-force-complete):
15581 Add args `beg' and `end'.
15582 (completion--in-region-1): New fun, extracted from minibuffer-complete.
15583 (minibuffer-complete): Use completion-in-region.
15584 (completion-complete-and-exit): New fun, extracted from
15585 minibuffer-complete-and-exit.
15586 (minibuffer-complete-and-exit): Use it.
15587 (completion--complete-and-exit): Rename from
15588 minibuffer--complete-and-exit.
15589 (completion-in-region--single-word): New function, extracted from
15590 minibuffer-complete-word.
15591 (minibuffer-complete-word): Use it.
15592 (display-completion-list): Make `common-substring' argument obsolete.
15593 (completion--in-region): Call completion--in-region-1 instead of
15594 minibuffer-complete.
15595 (completion-help-at-point): Pass boundaries to
15596 minibuffer-completion-help as args rather than via an overlay.
15597 (completion-pcm--string->pattern): Use `any-delim'.
15598 (completion-pcm--optimize-pattern): New function.
15599 (completion-pcm--pattern->regex): Handle `any-delim'.
15600 * icomplete.el (icomplete-forward-completions)
15601 (icomplete-backward-completions, icomplete-completions):
15602 Adjust calls to completion-all-sorted-completions and
15603 completion--cache-all-sorted-completions.
15604 (icomplete-with-completion-tables): Default to t.
15605 * emacs-lisp/crm.el (crm--current-element): Rename from
15606 crm--select-current-element. Don't put an overlay but return the
15607 boundaries instead.
15608 (crm--completion-command): Take two new args to bind to the boundaries.
15609 (crm-completion-help): Adjust accordingly.
15610 (crm-complete): Use completion-in-region.
15611 (crm-complete-word): Use completion-in-region--single-word.
15612 (crm-complete-and-exit): Use completion-complete-and-exit.
15613
15614 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15615
15616 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
15617 than dynamically.
15618
15619 2013-09-06 Juri Linkov <juri@jurta.org>
15620
15621 * info.el (Info-display-images-node): When image file doesn't exist
15622 display text version of the image if it's provided in the Info file.
15623 Otherwise, display the location of missing image from SRC attribute.
15624 Add help-echo text property from ALT attribute. (Bug#15279)
15625
15626 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15627
15628 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
15629 (edit-abbrevs-mode): Use define-derived-mode.
15630
15631 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
15632 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
15633 that it's defined.
15634 (epa-key-list-mode, epa-key-mode, epa-info-mode):
15635 Use define-derived-mode.
15636
15637 * epg.el (epg-start-encrypt): Minor CSE simplification.
15638
15639 2013-09-06 William Xu <william.xwl@gmail.com>
15640
15641 * arc-mode.el: Add support for 7za (bug#15264).
15642 (archive-7z-program): New var.
15643 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
15644 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
15645 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
15646
15647 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
15648
15649 Remove URL syntax.
15650
15651 * net/tramp.el (tramp-syntax, tramp-prefix-format)
15652 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
15653 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
15654 (tramp-postfix-host-format, tramp-file-name-regexp)
15655 (tramp-completion-file-name-regexp)
15656 (tramp-completion-dissect-file-name)
15657 (tramp-handle-substitute-in-file-name): Remove 'url case.
15658 (tramp-file-name-regexp-url)
15659 (tramp-completion-file-name-regexp-url): Remove constants.
15660
15661 2013-09-06 Glenn Morris <rgm@gnu.org>
15662
15663 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
15664
15665 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
15666
15667 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
15668 keywords" below "here-doc beginnings" (Bug#15270).
15669
15670 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
15671
15672 * subr.el (pop): Use `car-safe'.
15673 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
15674 to detect unused `pop' return value.
15675
15676 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
15677 var `block-regexp'.
15678 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
15679 (python-fill-string): Remove unused var `marker'.
15680 (python-skeleton-add-menu-items): Remove unused var `items'.
15681
15682 * international/mule-cmds.el: Require CL.
15683 (find-coding-systems-for-charsets): Avoid add-to-list.
15684 (sanitize-coding-system-list): New function, extracted from
15685 select-safe-coding-system-interactively.
15686 (select-safe-coding-system-interactively): Use it.
15687 (read-input-method-name): Accept symbols for `default'.
15688
15689 * emacs-lisp/advice.el (defadvice): Add indent rule.
15690
15691 2013-09-05 Daniel Hackney <dan@haxney.org>
15692
15693 * dired-x.el:
15694 * net/ange-ftp.el:
15695 * net/browse-url.el:
15696 * net/dbus.el:
15697 * net/eudc.el:
15698 * net/eudcb-ldap.el:
15699 * net/eww.el:
15700 * net/imap.el:
15701 * printing.el:
15702 * vc/ediff-diff.el:
15703 * vc/ediff-init.el:
15704 * vc/ediff-merg.el:
15705 * vc/ediff-mult.el:
15706 * vc/ediff-util.el:
15707 * vc/ediff-wind.el:
15708 * vc/ediff.el:
15709 * vc/emerge.el:
15710 * vc/pcvs.el:
15711 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
15712 byte compiler. Remove some unused let-bound variables.
15713
15714 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
15715
15716 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
15717 a "ref-cell", since it gets better optimized (bug#14883).
15718
15719 2013-09-05 Glenn Morris <rgm@gnu.org>
15720
15721 * progmodes/cc-awk.el (c-forward-sws): Declare.
15722
15723 2013-09-04 Glenn Morris <rgm@gnu.org>
15724
15725 * generic-x.el [rul-generic-mode]: Require cc-mode.
15726 (c++-mode-syntax-table): Declare.
15727 (rul-generic-mode-syntax-table): Init in the defvar.
15728
15729 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
15730
15731 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
15732 (vc-do-command, vc-set-async-update):
15733 * vc/vc-mtn.el (vc-mtn-dir-status):
15734 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
15735 (vc-hg-pull, vc-hg-merge-branch):
15736 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
15737 (vc-git-merge-branch):
15738 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
15739 (vc-cvs-dir-status-files):
15740 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
15741 (vc-bzr-dir-status-files):
15742 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
15743 * vc/vc-annotate.el: Use lexical-binding.
15744 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
15745 (vc-sentinel-movepoint): Declare.
15746 (vc-annotate): Don't use `goto-line'.
15747 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
15748 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
15749 (vc-sentinel-movepoint): Declare.
15750 * vc/vc-svn.el: Use lexical-binding.
15751 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
15752 * vc/vc-sccs.el:
15753 * vc/vc-rcs.el: Use lexical-binding.
15754
15755 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
15756 `deleted'. Don't drop errors silently.
15757
15758 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
15759
15760 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
15761
15762 * vc/vc.el (vc-ignore): Rewrite.
15763 (vc-default-ignore): New function.
15764 (vc-default-ignore-completion-table): Use find-ignore-file.
15765
15766 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
15767 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
15768 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
15769 Remove. Most code moved to vc.el.
15770
15771 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
15772
15773 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
15774 * net/tramp-smb.el (tramp-smb-get-file-entries):
15775 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
15776 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
15777
15778 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
15779 Update call to it.
15780 (eww-change-select): Remove unused var `properties'.
15781 (eww-make-unique-file-name): Remove unused var `base'.
15782
15783 * finder.el (finder-compile-keywords): Don't mess with windows.
15784
15785 * calculator.el (calculator-funcall): Fix typo in last change.
15786
15787 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
15788
15789 * emacs-lisp/package.el (package-activate-1): Don't let a missing
15790 <pkg>-autoloads.el file stop us.
15791
15792 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
15793 warnings, and factor out common code.
15794
15795 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
15796
15797 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
15798 two-character operators and whether the character preceding them
15799 changes their meaning (Bug#15208).
15800
15801 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
15802
15803 Format code sent to Python shell for robustness.
15804 * progmodes/python.el (python-shell-buffer-substring):
15805 New function.
15806 (python-shell-send-region, python-shell-send-buffer): Use it.
15807
15808 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
15809
15810 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
15811 * net/tramp.el (tramp-user-error): ... here.
15812 (tramp-find-method, tramp-check-proper-host)
15813 (tramp-dissect-file-name, tramp-debug-message)
15814 (tramp-handle-shell-command):
15815 * net/tramp-adb.el (tramp-adb-handle-shell-command):
15816 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
15817
15818 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
15819
15820 2013-09-02 Martin Rudalics <rudalics@gmx.at>
15821
15822 * avoid.el (mouse-avoidance-point-position)
15823 (mouse-avoidance-too-close-p): Handle case where posn-at-point
15824 returns nil.
15825
15826 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
15827
15828 * progmodes/python.el (python-shell-completion-get-completions):
15829 Drop use of deleted `comint-last-prompt-overlay'.
15830 (python-nav-if-name-main): New command.
15831
15832 2013-09-01 Glenn Morris <rgm@gnu.org>
15833
15834 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
15835 Avoid leading space in $wins. Otherwise the sed command used by
15836 eg compile-main ends up containing "/*.el". (Bug#15170)
15837
15838 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
15839
15840 2013-08-30 Glenn Morris <rgm@gnu.org>
15841
15842 * emacs-lisp/bytecomp.el (byte-recompile-directory):
15843 Fix is-this-a-directory logic. (Bug#15220)
15844
15845 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
15846
15847 * textmodes/css-mode.el: Use SMIE.
15848 (css-smie-grammar): New var.
15849 (css-smie--forward-token, css-smie--backward-token)
15850 (css-smie-rules): New functions.
15851 (css-mode): Use them.
15852 (css-navigation-syntax-table): Remove var.
15853 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
15854 (css-indent-calculate, css-indent-line): Remove functions.
15855
15856 Misc changes to reduce use of `(lambda...); and other cleanups.
15857 * cus-edit.el: Use lexical-binding.
15858 (customize-push-and-save, customize-apropos)
15859 (custom-buffer-create-internal): Use closures.
15860 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
15861 * progmodes/ada-xref.el: Use setq.
15862 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
15863 * dframe.el: Use lexical-binding.
15864 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
15865 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
15866 * descr-text.el: Use lexical-binding.
15867 (describe-text-widget, describe-text-sexp, describe-property-list):
15868 Use closures.
15869 * comint.el (comint-history-isearch-push-state): Use a closure.
15870 * calculator.el: Use lexical-binding.
15871 (calculator-number-to-string): Make it work with lexical-binding.
15872 (calculator-funcall): Same and use cl-letf.
15873
15874 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
15875 (lisp--company-doc-string, lisp--company-location): New functions.
15876 (lisp-completion-at-point): Use them to improve Company support.
15877
15878 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
15879 params of lambda expressions.
15880 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
15881 (ruby-smie--opening-pipe-p): New function.
15882 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
15883 symbols and matched |...| for formal params.
15884 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
15885 from being treated as hanging. Handle "rescue".
15886
15887 2013-08-29 Glenn Morris <rgm@gnu.org>
15888
15889 * progmodes/cc-engine.el (c-pull-open-brace):
15890 Move definition before use.
15891
15892 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
15893
15894 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
15895 are immutable. Don't use `unsafe' any more.
15896 (cl--defsubst-expand): Don't substitute at the same time as keeping
15897 a residual unused let-binding. Don't use `unsafe' any more.
15898
15899 2013-08-29 Glenn Morris <rgm@gnu.org>
15900
15901 * calendar/cal-china.el (calendar-chinese-year-cache):
15902 Recenter on 2015.
15903
15904 * nxml/nxml-util.el (nxml-debug-clear-inside):
15905 Use cl-loop rather than loop.
15906
15907 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
15908
15909 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
15910
15911 2013-08-28 Glenn Morris <rgm@gnu.org>
15912
15913 * progmodes/antlr-mode.el: No need to require cc-mode twice.
15914
15915 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
15916
15917 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
15918
15919 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15920
15921 * simple.el (repeat-complex-command--called-interactively-skip):
15922 New function.
15923 (repeat-complex-command): Use it (bug#14136).
15924
15925 * progmodes/cc-mode.el: Minor cleanup of var declarations.
15926 (c-define-abbrev-table): Add `doc' argument.
15927 (c-mode-abbrev-table, c++-mode-abbrev-table)
15928 (objc-mode-abbrev-table, java-mode-abbrev-table)
15929 (idl-mode-abbrev-table, pike-mode-abbrev-table)
15930 (awk-mode-abbrev-table): Use it.
15931 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
15932 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
15933 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
15934 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
15935 Move initialization into the declaration; and remove any
15936 autoload cookie.
15937
15938 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
15939 and dynamic let binding.
15940
15941 * vc/smerge-mode.el: Remove redundant :group args.
15942
15943 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
15944 to load-path.
15945
15946 2013-08-28 Juri Linkov <juri@jurta.org>
15947
15948 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
15949 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
15950 (isearch-other-meta-char): Handle an undefined shifted printing
15951 character by downshifting it. (Bug#15200)
15952
15953 2013-08-28 Juri Linkov <juri@jurta.org>
15954
15955 * isearch.el (isearch-search): Change regexp error message for
15956 non-regexp searches. (Bug#15166)
15957
15958 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
15959
15960 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
15961 for portability to hosts where /bin/sh has problems.
15962
15963 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15964
15965 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
15966
15967 2013-08-27 Juri Linkov <juri@jurta.org>
15968
15969 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
15970 in the keyboard macro. (Bug#15126)
15971
15972 2013-08-27 Juri Linkov <juri@jurta.org>
15973
15974 * isearch.el (isearch-quote-char): Comment out converting unibyte
15975 to multibyte, thus syncing with its `quoted-insert' counterpart.
15976 (Bug#15166)
15977
15978 2013-08-27 Martin Rudalics <rudalics@gmx.at>
15979
15980 * window.el (display-buffer-use-some-window): Add missing
15981 argument in call of get-largest-window (Bug#15185).
15982 Reported by Stephen Leake.
15983
15984 2013-08-27 Glenn Morris <rgm@gnu.org>
15985
15986 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
15987
15988 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15989
15990 * progmodes/python.el (python-font-lock-keywords): Don't return nil
15991 from a matcher-function unless there's no more matches (bug#15161).
15992
15993 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
15994
15995 * minibuffer.el: Revert change from 2013-08-20.
15996
15997 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
15998 with text property `tramp-default', if appropriate.
15999 (tramp-check-proper-host): New defun.
16000 (tramp-dissect-file-name): Do not check hostname. Revert change
16001 of 2013-03-18.
16002 (tramp-backtrace): Make VEC-OR-PROC optional.
16003
16004 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
16005 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
16006 * net/tramp-sh.el (tramp-maybe-open-connection):
16007 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
16008 Apply `tramp-check-proper-host'.
16009
16010 2013-08-26 Tassilo Horn <tsdh@gnu.org>
16011
16012 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
16013 lambda expression in order to have `describe-variable' display it.
16014
16015 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
16016
16017 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
16018 BUF can be optional. (Bug#15186)
16019
16020 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
16021
16022 * progmodes/flymake.el (flymake-get-real-file-name-function):
16023 Fix broken customization. (Bug#15184)
16024
16025 2013-08-25 Alan Mackenzie <acm@muc.de>
16026
16027 Improve indentation of bracelists defined by macros (without "=").
16028
16029 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
16030 expansion begins with "{", regard it as bracelist when it doesn't
16031 contain a ";".
16032
16033 Parse C++ inher-intro when there's a template split over 2 lines.
16034
16035 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
16036 rigorously the search for "class" etc. followed by ":".
16037
16038 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
16039 random languages a regexp which never matches rather than nil.
16040
16041 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
16042
16043 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
16044 (c-awk-regexp-one-line-possibly-open-char-list-re)
16045 (c-awk-one-line-possibly-open-regexp-re)
16046 (c-awk-one-line-non-syn-ws*-re): Remove.
16047 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
16048 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
16049 (c-awk-space*-unclosed-regexp-/-re): New constants.
16050 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
16051 aren't regexp delimiters.
16052
16053 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
16054 handling for a rare situation in AWK Mode involving unterminated
16055 strings/regexps.
16056
16057 2013-08-23 Glenn Morris <rgm@gnu.org>
16058
16059 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
16060
16061 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
16062
16063 * files.el (create-file-buffer): If the result would begin with
16064 spaces, prepend a "|" instead of removing them. (Bug#15162)
16065
16066 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
16067
16068 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
16069 text-properties (bug#15155).
16070
16071 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
16072 exist any more.
16073 (calc-keypad-redraw): Remove unused var `pad'.
16074 (calc-keypad-press): Remove unused var `menu'.
16075
16076 2013-08-23 Martin Rudalics <rudalics@gmx.at>
16077
16078 * window.el (display-buffer-pop-up-frame):
16079 Call pop-up-frame-function with BUFFER current so `make-frame' will
16080 use it as the new frame's buffer (Bug#15133).
16081
16082 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16083
16084 * calendar/timeclock.el: Minor cleanups.
16085 (timeclock-ask-before-exiting, timeclock-use-display-time):
16086 Use `symbol'.
16087 (timeclock-modeline-display): Define as alias before the
16088 actual definition.
16089 (timeclock-mode-line-display): Use define-minor-mode.
16090 (timeclock-day-list-template): Make it a function, add an argument.
16091 (timeclock-day-list-required, timeclock-day-list-length)
16092 (timeclock-day-list-debt, timeclock-day-list-span)
16093 (timeclock-day-list-break): Adjust calls accordingly.
16094
16095 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
16096
16097 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
16098 Use read--expression so that completion works again.
16099
16100 2013-08-21 Sam Steingold <sds@gnu.org>
16101
16102 Add rudimentary inferior shell interaction
16103 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
16104 (sh-set-shell): Reset it.
16105 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
16106 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
16107
16108 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
16109
16110 * align.el: Use lexical-binding.
16111 (align-region): Simplify accordingly.
16112
16113 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
16114
16115 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
16116
16117 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
16118 `non-essential' up.
16119
16120 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
16121
16122 * net/tramp.el:
16123 * net/tramp-adb.el:
16124 * net/tramp-cmds.el:
16125 * net/tramp-ftp.el:
16126 * net/tramp-gvfs.el:
16127 * net/tramp-gw.el:
16128 * net/tramp-sh.el: Don't wrap external variable declarations by
16129 `eval-when-compile'.
16130
16131 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16132
16133 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
16134 now that Emacs supports ImageMagick animations.
16135
16136 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
16137
16138 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
16139 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
16140
16141 2013-08-16 Martin Rudalics <rudalics@gmx.at>
16142
16143 * window.el (mouse-autoselect-window-select): Do autoselect when
16144 mouse pointer is on margin.
16145
16146 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
16147
16148 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
16149
16150 2013-08-16 Glenn Morris <rgm@gnu.org>
16151
16152 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
16153 Handle "Remote Directory" response of some clients. (Bug#15058)
16154
16155 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
16156 Tweak warning. (Bug#14926)
16157
16158 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
16159 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
16160
16161 * image-mode.el (image-mode-map): Add menu items to reverse,
16162 increase, decrease, reset animation speed.
16163 (image--set-speed, image-increase-speed, image-decrease-speed)
16164 (image-reverse-speed, image-reset-speed): New functions.
16165 (image-mode-map): Add bindings for speed commands.
16166
16167 * image.el (image-animate-get-speed, image-animate-set-speed):
16168 New functions.
16169 (image-animate-timeout): Respect image :speed property.
16170
16171 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
16172
16173 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
16174 previous line (bug#15101).
16175 (debugger-eval-expression, debugger-record-expression):
16176 Use read--expression (bug#15102).
16177
16178 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
16179
16180 Remove byte compiler warnings, visible when compiling with
16181 `byte-compile-force-lexical-warnings' set to t.
16182
16183 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
16184 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
16185 (tramp-handle-unhandled-file-name-directory)
16186 (tramp-handle-file-notify-add-watch, tramp-action-login)
16187 (tramp-action-succeed, tramp-action-permission-denied)
16188 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
16189 arguments with "_".
16190
16191 * net/tramp-adb.el (tramp-adb-parse-device-names)
16192 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
16193 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
16194 (tramp-adb-handle-file-truename): Remove unused arguments.
16195
16196 * net/tramp-cache.el (tramp-flush-directory-property)
16197 (tramp-flush-connection-property, tramp-list-connections)
16198 (tramp-parse-connection-properties): Prefix unused arguments with "_".
16199
16200 * net/tramp-compat.el (tramp-compat-make-temp-file):
16201 Rename FILENAME to F.
16202
16203 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
16204 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
16205 (tramp-zeroconf-parse-workstation-device-names)
16206 (tramp-zeroconf-parse-webdav-device-names)
16207 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
16208
16209 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
16210 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
16211
16212 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
16213 arguments.
16214 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
16215 (tramp-sh-handle-insert-file-contents-literally)
16216 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
16217 with "_".
16218 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
16219 Remove unused variables.
16220
16221 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
16222 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
16223 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
16224
16225 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
16226 Make them a defconst.
16227 (tramp-uuencode-region): Remove unused variable.
16228
16229 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
16230
16231 * frameset.el (frameset--prop-setter): New function.
16232 (frameset-prop): Add gv-setter declaration.
16233 (frameset-filter-minibuffer): Deal with the case that the minibuffer
16234 parameter was already set in FILTERED. Doc fix.
16235 (frameset--record-minibuffer-relationships): Allow saving a
16236 minibufferless frame without its corresponding minibuffer frame.
16237 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
16238 frame, if the frame id matches.
16239 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
16240 frames before orphaned ones.
16241 (frameset-restore): Warn about orphaned windows, instead of error out.
16242
16243 2013-08-14 Martin Rudalics <rudalics@gmx.at>
16244
16245 * window.el (window-make-atom): Don't overwrite parameter
16246 already present.
16247 (display-buffer-in-atom-window): Handle special case where we
16248 split an already atomic window.
16249 (window--major-non-side-window, display-buffer-in-side-window)
16250 (window--side-check): Ignore minibuffer window when walking
16251 window tree.
16252 (window-deletable-p): Return 'frame only if no other frame uses
16253 our minibuffer window.
16254 (record-window-buffer): Run buffer-list-update-hook.
16255 (split-window): Make sure window--check-frame won't destroy an
16256 existing atomic window in case the new window gets nested
16257 inside.
16258 (display-buffer-at-bottom): Ignore minibuffer window when
16259 walking window tree. Don't split a side window.
16260 (pop-to-buffer): Don't set-buffer here, the select-window call
16261 should do that.
16262 (mouse-autoselect-window-select): Autoselect only if we are in the
16263 text portion of the window.
16264
16265 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16266
16267 * net/shr.el (shr-parse-image-data): New function to grab both the
16268 data itself and the Content-Type.
16269 (shr-put-image): Use it.
16270
16271 * net/eww.el (eww-display-image): Ditto.
16272
16273 * image.el (image-content-type-suffixes): New variable.
16274
16275 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
16276
16277 * progmodes/python.el (python-imenu--build-tree)
16278 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
16279
16280 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
16281
16282 * simple.el (backward-word): Mention the optional argument.
16283
16284 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
16285
16286 * frameset.el (frameset--make): Rename constructor from make-frameset.
16287 (frameset-p, frameset-valid-p): Don't autoload.
16288 (frameset-valid-p): Use normal accessors.
16289
16290 2013-08-13 Glenn Morris <rgm@gnu.org>
16291
16292 * progmodes/compile.el (compile-command): Tweak example in doc.
16293 * obsolete/scribe.el (scribe-mode):
16294 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
16295
16296 * mail/feedmail.el (feedmail-confirm-outgoing)
16297 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
16298
16299 * cus-start.el (truncate-partial-width-windows): Fix type.
16300
16301 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
16302
16303 * net/shr.el (shr-table-horizontal-line): Fix custom type.
16304
16305 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
16306
16307 * emacs-lisp/timer.el (timer--time-setter): New function.
16308 (timer--time): Use it as gv-setter.
16309
16310 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
16311 setter is not a symbol.
16312
16313 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
16314
16315 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
16316 if sending fails. This makes debugging easier.
16317
16318 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
16319
16320 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
16321 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
16322 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
16323
16324 2013-08-12 Eli Zaretskii <eliz@gnu.org>
16325
16326 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
16327
16328 2013-08-12 Glenn Morris <rgm@gnu.org>
16329
16330 * format.el (format-annotate-function):
16331 Handle read-only text properties in the source. (Bug#14887)
16332
16333 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16334
16335 * net/eww.el (eww-display-html): Ignore coding system errors.
16336 One web site uses "utf-8lias" as the coding system.
16337
16338 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
16339
16340 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
16341
16342 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
16343
16344 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
16345 (tutorial--detailed-help): Remove unused local variables.
16346 (tutorial--save-tutorial-to): Use ignore-errors.
16347 (help-with-tutorial): Use looking-at-p.
16348
16349 * view.el (view-buffer-other-window, view-buffer-other-frame):
16350 Mark unused arguments.
16351
16352 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
16353 (woman-select-symbol-fonts, woman, woman-find-file)
16354 (woman-insert-file-contents, woman-non-underline-faces):
16355 Use string-match-p.
16356 (woman1-unquote): Move declaration.
16357
16358 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
16359 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
16360 argument. Remove unused local variable.
16361 (xml-parse-elem-type): Use string-match-p.
16362 (xml-substitute-numeric-entities): Use ignore-errors.
16363
16364 * calculator.el (calculator): Mark unused argument.
16365 (calculator-paste, calculator-quit, calculator-integer-p):
16366 Use ignore-errors.
16367 (calculator-string-to-number, calculator-decimal, calculator-exp)
16368 (calculator-op-or-exp): Use string-match-p.
16369
16370 * dired.el (dired-buffer-more-recently-used-p): Declare.
16371 (dired-insert-set-properties, dired-insert-old-subdirs):
16372 Use ignore-errors.
16373
16374 * dired-aux.el (dired-compress): Use ignore-errors.
16375 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
16376 (dired-do-async-shell-command, dired-do-shell-command)
16377 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
16378 (dired-insert-subdir-validate): Use string-match-p.
16379 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
16380 (dired-add-entry): Use string-match-p, looking-at-p.
16381 (dired-insert-subdir-newpos): Remove unused local variable.
16382
16383 * filenotify.el (file-notify-callback): Remove unused local variable.
16384
16385 * filesets.el (filesets-error): Mark unused argument.
16386 (filesets-which-command-p, filesets-filter-dir-names)
16387 (filesets-directory-files, filesets-get-external-viewer)
16388 (filesets-ingroup-get-data): Use string-match-p.
16389
16390 * find-file.el (ff-other-file-name, ff-other-file-name)
16391 (ff-find-the-other-file, ff-cc-hh-converter):
16392 Remove unused local variables.
16393 (ff-get-file-name): Use string-match-p.
16394 (ff-all-dirs-under): Use ignore-errors.
16395
16396 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
16397 (follow-select-if-visible): Remove unused local variable.
16398
16399 * forms.el (read-file-filter): Move declaration.
16400 (forms--make-format, forms--make-parser, forms-insert-record):
16401 Quote function with #'.
16402 (forms--update): Use string-match-p. Quote function with #'.
16403
16404 * help-mode.el (help-dir-local-var-def): Mark unused argument.
16405 (help-make-xrefs): Use looking-at-p.
16406 (help-xref-on-pp): Use looking-at-p, ignore-errors.
16407
16408 * ibuffer.el (ibuffer-ext-visible-p): Declare.
16409 (ibuffer-confirm-operation-on): Use string-match-p.
16410
16411 * msb.el (msb-item-handler, msb-dired-item-handler):
16412 Mark unused arguments.
16413
16414 * ses.el (ses-decode-cell-symbol)
16415 (ses-kill-override): Remove unused local variable.
16416 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
16417 (ses-load): Use ignore-errors, looking-at-p.
16418 (ses-jump-safe): Use ignore-errors.
16419 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
16420
16421 * tabify.el (untabify, tabify): Mark unused arguments.
16422
16423 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
16424 Mark unused argument.
16425 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
16426 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
16427
16428 * emacs-lisp/timer.el (timer--time): Define setter with
16429 gv-define-setter to avoid deprecation warning.
16430
16431 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
16432 (*record-cmpl-statistics-p*): Remove (was commented out).
16433 (cmpl-statistics-block): Remove (body was commented out).
16434 All callers changed.
16435 (add-completions-from-buffer, load-completions-from-file):
16436 Remove unused variables.
16437
16438 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
16439
16440 * filecache.el (file-cache-delete-file-list):
16441 Print message only when told so.
16442 (file-cache-files-matching): Use #' in mapconcat argument.
16443
16444 * ffap.el (ffap-url-at-point): Fix reference to variable
16445 thing-at-point-default-mail-uri-scheme.
16446
16447 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
16448
16449 * subr.el (define-error): New function.
16450 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
16451 error-file-not-found and define with define-error.
16452 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
16453 and define with define-error.
16454 * userlock.el (file-locked, file-supersession):
16455 * simple.el (mark-inactive):
16456 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
16457 * progmodes/ada-mode.el (ada-mode-errors):
16458 * play/life.el (life-extinct):
16459 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
16460 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
16461 * nxml/rng-util.el (rng-error):
16462 * nxml/rng-uri.el (rng-uri-error):
16463 * nxml/rng-match.el (rng-compile-error):
16464 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
16465 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
16466 * nxml/nxml-rap.el (nxml-scan-error):
16467 * nxml/nxml-outln.el (nxml-outline-error):
16468 * net/soap-client.el (soap-error):
16469 * net/gnutls.el (gnutls-error):
16470 * net/ange-ftp.el (ftp-error):
16471 * mpc.el (mpc-proc-error):
16472 * json.el (json-error, json-readtable-error, json-unknown-keyword)
16473 (json-number-format, json-string-escape, json-string-format)
16474 (json-key-format, json-object-format):
16475 * jka-compr.el (compression-error):
16476 * international/quail.el (quail-error):
16477 * international/kkc.el (kkc-error):
16478 * emacs-lisp/ert.el (ert-test-failed):
16479 * calc/calc.el (calc-error, inexact-result, math-overflow)
16480 (math-underflow):
16481 * bookmark.el (bookmark-error-no-filename):
16482 * epg.el (epg-error): Define with define-error.
16483
16484 * time.el (display-time-event-handler)
16485 (display-time-next-load-average): Don't call sit-for since it seems
16486 unnecessary (bug#15045).
16487
16488 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
16489 Use #' instead of ' to quote functions.
16490 (checkdoc-output-mode): Use setq-local.
16491 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
16492 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
16493 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
16494 (checkdoc-ispell, checkdoc-ispell-current-buffer)
16495 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
16496 (checkdoc-ispell-message-text, checkdoc-ispell-start)
16497 (checkdoc-ispell-continue, checkdoc-ispell-comments)
16498 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
16499
16500 * ido.el (ido-completion-help): Fix up compiler warning.
16501
16502 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
16503
16504 * frameset.el (frameset-p): Add autoload cookie.
16505 (frameset--jump-to-register): New function, based on code moved from
16506 register.el.
16507 (frameset-to-register): Move from register.el. Adapt to `registerv'.
16508
16509 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
16510 (frameset-restore, frameset-save, frameset-session-filter-alist):
16511 Remove declarations.
16512 (register-alist): Doc fix.
16513 (frameset-to-register): Move to frameset.el.
16514 (jump-to-register, describe-register-1): Remove frameset-specific code.
16515
16516 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
16517
16518 * allout-widgets.el (allout-widgets-pre-command-business)
16519 (allout-widgets-post-command-business)
16520 (allout-widgets-after-change-handler)
16521 (allout-decorate-item-and-context, allout-set-boundary-marker)
16522 (allout-body-modification-handler)
16523 (allout-graphics-modification-handler): Mark ignored arguments.
16524 (allout-widgets-post-command-business)
16525 (allout-widgets-exposure-change-processor)
16526 (allout-widgets-exposure-undo-processor)
16527 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
16528 (allout-parse-item-at-point, allout-decorate-item-guides)
16529 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
16530 * allout.el (epa-passphrase-callback-function): Declare.
16531 (allout-overlay-insert-in-front-handler)
16532 (allout-overlay-interior-modification-handler)
16533 (allout-isearch-end-handler, allout-chart-siblings)
16534 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
16535 (allout-yank-processing, allout-process-exposed)
16536 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
16537 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
16538 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
16539 (lisp-indent-defform): Mark ignored arguments.
16540 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
16541 (calculate-lisp-indent): Remove unused variables.
16542 * international/characters.el (indian-2-column, arabic-2-column)
16543 (tibetan): Mark ignored arguments.
16544 (use-cjk-char-width-table): Mark ignored arguments.
16545 Remove unused variables.
16546 * international/fontset.el (build-default-fontset-data)
16547 (x-compose-font-name, create-fontset-from-fontset-spec):
16548 Mark ignored arguments.
16549 (fontset-plain-name): Remove unused variables.
16550 * international/mule.el (charset-id, charset-bytes, generic-char-p)
16551 (keyboard-coding-system): Mark ignored arguments.
16552 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
16553 * help.el (resize-temp-buffer-window):
16554 * window.el (display-buffer-in-major-side-window)
16555 (display-buffer-in-side-window, display-buffer-in-previous-window):
16556 Remove unused variables.
16557 * isearch.el (isearch-forward-symbol):
16558 * version.el (emacs-bzr-version-bzr):
16559 * international/mule-cmds.el (current-language-environment):
16560 * term/common-win.el (x-handle-iconic, x-handle-geometry)
16561 (x-handle-display):
16562 * term/pc-win.el (x-list-fonts, x-display-planes)
16563 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
16564 (x-server-version, x-display-screens, x-display-mm-height)
16565 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
16566 (x-selection-owner-p, x-own-selection-internal)
16567 (x-disown-selection-internal, x-get-selection-internal)
16568 (msdos-initialize-window-system):
16569 * term/tty-colors.el (tty-color-alist, tty-color-clear):
16570 * term/x-win.el (x-handle-no-bitmap-icon):
16571 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
16572 (vc-default-find-file-hook, vc-default-extra-menu):
16573 Mark ignored arguments.
16574
16575 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
16576
16577 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
16578 break-condition in the context of the debugged code (bug#12685).
16579
16580 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
16581
16582 * comint.el:
16583 Do not use an overlay to highlight the last prompt. (Bug#14744)
16584 (comint-mode): Make comint-last-prompt buffer local.
16585 (comint-last-prompt): New variable.
16586 (comint-last-prompt-overlay): Remove. Superseded by
16587 comint-last-prompt.
16588 (comint-snapshot-last-prompt, comint-output-filter):
16589 Use comint-last-prompt.
16590
16591 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
16592
16593 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
16594 (frameset-save): Check validity of the resulting frameset.
16595
16596 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
16597
16598 * ido.el (ido-record-command): Add doc string.
16599
16600 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
16601
16602 * frameset.el (frameset): Do not disable creation of the default
16603 frameset-p predicate. Doc fix.
16604 (frameset-valid-p): New function, copied from the old predicate-p.
16605 Add additional checks.
16606 (frameset-restore): Check with frameset-valid-p.
16607 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
16608 (frameset-name, frameset-description, frameset-properties)
16609 (frameset-states): Add docstring.
16610 (frameset-session-filter-alist, frameset-persistent-filter-alist)
16611 (frameset-filter-alist): Doc fixes.
16612
16613 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
16614
16615 * frameset.el (frameset-p, frameset-prop): Doc fixes.
16616
16617 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
16618
16619 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
16620 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
16621 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
16622 (byte-compile-normal-call): Remove obsolescence check.
16623
16624 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
16625
16626 * frameset.el (frameset-restore): Doc fix.
16627
16628 * register.el (frameset-frame-id, frameset-frame-with-id)
16629 (frameset-p, frameset-restore, frameset-save): Declare.
16630 (register-alist): Document framesets.
16631 (frameset-session-filter-alist): Declare.
16632 (frameset-to-register): New function.
16633 (jump-to-register): Implement jumping to framesets. Doc fix.
16634 (describe-register-1): Describe framesets.
16635
16636 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
16637
16638 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
16639
16640 * desktop.el (desktop-save-frameset): Use new frameset-save args.
16641 Use lexical-binding.
16642
16643 * frameset.el (frameset): Use type vector, not list (incompatible
16644 change). Do not declare a new constructor, use the default one.
16645 Upgrade suggested properties `app', `name' and `desc' to slots `app',
16646 `name' and `description', respectively, and add read-only slot
16647 `timestamp'. Doc fixes.
16648 (frameset-copy, frameset-persistent-filter-alist)
16649 (frameset-filter-alist, frameset-switch-to-gui-p)
16650 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
16651 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
16652 (frameset-filter-iconified, frameset-keep-original-display-p):
16653 Doc fixes.
16654 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
16655 Rename from frameset-filter-(save|restore)-param. All callers changed.
16656 Doc fix.
16657 (frameset-p): Adapt to change to vector and be more thorough.
16658 Change arg name to OBJECT. Doc fix.
16659 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
16660 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
16661 All callers changed.
16662 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
16663 All callers changed.
16664 (frameset--record-minibuffer-relationships): Rename from
16665 frameset--process-minibuffer-frames. All callers changed.
16666 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
16667 Use new default constructor (again). Doc fix.
16668 (frameset--find-frame-if): Rename from `frameset--find-frame'.
16669 All callers changed.
16670 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
16671 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
16672 Doc fix.
16673 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
16674 PARAMETERS and WINDOW-STATE, respectively.
16675 (frameset-restore): Add new keyword argument PREDICATE.
16676 Reset frameset--target-display to nil. Doc fix.
16677
16678 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
16679
16680 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
16681 (bat-mode): Use it.
16682 (bat-mode-syntax-table): Mark \n as end-of-comment.
16683 (bat-font-lock-keywords): Remove comment rule.
16684
16685 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
16686 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
16687
16688 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
16689 (byte-compile-callargs-warn): Use `push'.
16690 (byte-compile-arglist-warn): Ignore higher-order "calls".
16691 (byte-compile-file-form-autoload): Use `pcase'.
16692 (byte-compile-function-form): If quoting a symbol, check that it exists.
16693
16694 2013-08-07 Eli Zaretskii <eliz@gnu.org>
16695
16696 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
16697 and add a few popular commands found in batch files.
16698 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
16699 (dos-mode): Doc fixes.
16700
16701 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
16702
16703 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
16704 (dos-mode): Use setq-local. Add space after "rem".
16705 (dos-mode-syntax-table): Don't use "w" for symbol chars.
16706 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
16707
16708 2013-08-07 Arni Magnusson <arnima@hafro.is>
16709
16710 * progmodes/dos.el: New file.
16711 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
16712 dos-mode.
16713
16714 2013-08-06 Glenn Morris <rgm@gnu.org>
16715
16716 * calendar/calendar.el: Add new faces, and day-header-array.
16717 (calendar-weekday-header, calendar-weekend-header)
16718 (calendar-month-header): New faces.
16719 (calendar-day-header-construct): New function.
16720 (calendar-day-header-width): Also :set calendar-day-header-array.
16721 (calendar-american-month-header, calendar-european-month-header)
16722 (calendar-iso-month-header): Use calendar- faces.
16723 (calendar-generate-month):
16724 Use calendar-day-header-array for day headers; apply faces to them.
16725 (calendar-mode): Check calendar-font-lock-keywords non-nil.
16726 (calendar-abbrev-construct): Add optional maxlen argument.
16727 (calendar-day-name-array): Doc fix.
16728 (calendar-day-name-array, calendar-abbrev-length)
16729 (calendar-day-abbrev-array):
16730 Also :set calendar-day-header-array, and maybe redraw.
16731 (calendar-day-header-array): New option. (Bug#15007)
16732 (calendar-font-lock-keywords): Set to nil and make obsolete.
16733 (calendar-day-name): Add option to use header array.
16734
16735 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16736
16737 * net/shr.el (shr-render-td): Remove debugging.
16738 (shr-render-td): Make width computation consistent by defaulting
16739 all zero-width columns to 10 characters. This may not be optimal,
16740 but it's at least consistent.
16741 (shr-make-table-1): Redo last change to fix the real problem in
16742 colspan handling.
16743
16744 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
16745
16746 * files.el (cache-long-line-scans):
16747 Make obsolete alias to `cache-long-scans'.
16748
16749 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
16750
16751 * frameset.el (frameset, frameset-filter-alist)
16752 (frameset-filter-params, frameset-save, frameset--reuse-frame)
16753 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
16754 (frameset-compute-pos): Rename from frameset--compute-pos,
16755 and add docstring.
16756 (frameset-move-onscreen): Use frameset-compute-pos.
16757 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
16758
16759 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
16760 Fix typos in docstrings.
16761
16762 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
16763
16764 * frame.el (get-other-frame): Tiny cleanup.
16765
16766 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
16767
16768 * vc/vc.el (vc-default-ignore-completion-table):
16769 Silence byte-compiler warning.
16770
16771 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
16772 slot, which can indeed be nil.
16773 (frameset-live-filter-alist, frameset-persistent-filter-alist):
16774 Move entry for `left' from persistent to live filter alist.
16775 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
16776 Doc fixes.
16777 (frameset-filter-params): When restoring a frame, copy items added to
16778 `filtered', to avoid unwittingly modifying the original parameters.
16779 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
16780 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
16781
16782 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
16783 to use looking-at-p instead of looking-at. (Bug#15028)
16784
16785 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
16786
16787 Revert introduction of isearch-filter-predicates (bug#14714).
16788 Rely on add-function instead.
16789 * isearch.el (isearch-filter-predicates): Rename it back to
16790 isearch-filter-predicate.
16791 (isearch-message-prefix): Use advice-function-mapc and advice
16792 properties to get the isearch-message-prefix.
16793 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
16794 instead of run-hook-with-args-until-failure.
16795 (isearch-filter-visible): Not obsolete any more.
16796 * loadup.el: Preload nadvice.
16797 * replace.el (perform-replace): Revert to funcall
16798 instead of run-hook-with-args-until-failure.
16799 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
16800 * dired-aux.el (dired-isearch-filenames-mode): Rename from
16801 dired-isearch-filenames-toggle; make it into a proper minor mode.
16802 Use add/remove-function.
16803 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
16804 Call the minor-mode rather than add/remove-hook.
16805 (dired-isearch-filter-filenames):
16806 Remove isearch-message-prefix property.
16807 * info.el (Info--search-loop): New function, extracted from Info-search.
16808 Funcall isearch-filter-predicate instead of
16809 run-hook-with-args-until-failure isearch-filter-predicates.
16810 (Info-search): Use it.
16811 (Info-mode): Use isearch-filter-predicate instead of
16812 isearch-filter-predicates.
16813
16814 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
16815
16816 Do not call to `selected-window' where it is assumed by default.
16817 Affected functions are `window-minibuffer-p', `window-dedicated-p',
16818 `window-hscroll', `window-width', `window-height', `window-buffer',
16819 `window-frame', `window-start', `window-point', `next-window'
16820 and `window-display-table'.
16821 * abbrev.el (abbrev--default-expand):
16822 * bs.el (bs--show-with-configuration):
16823 * buff-menu.el (Buffer-menu-mouse-select):
16824 * calc/calc.el (calc):
16825 * calendar/calendar.el (calendar-generate-window):
16826 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
16827 (diary-make-entry):
16828 * comint.el (send-invisible, comint-dynamic-complete-filename)
16829 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
16830 * completion.el (complete):
16831 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
16832 * disp-table.el (describe-current-display-table):
16833 * doc-view.el (doc-view-insert-image):
16834 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
16835 * ehelp.el (with-electric-help):
16836 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16837 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
16838 * emacs-lisp/helper.el (Helper-help-scroller):
16839 * emulation/cua-base.el (cua--post-command-handler-1):
16840 * eshell/esh-mode.el (eshell-output-filter):
16841 * ffap.el (ffap-gnus-wrapper):
16842 * help-macro.el (make-help-screen):
16843 * hilit-chg.el (highlight-compare-buffers):
16844 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
16845 * hl-line.el (global-hl-line-highlight):
16846 * icomplete.el (icomplete-simple-completing-p):
16847 * isearch.el (isearch-done):
16848 * jit-lock.el (jit-lock-stealth-fontify):
16849 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
16850 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
16851 * mpc.el (mpc-tagbrowser, mpc):
16852 * net/rcirc.el (rcirc-any-buffer):
16853 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
16854 * play/landmark.el (landmark-max-width, landmark-max-height):
16855 * play/zone.el (zone):
16856 * progmodes/compile.el (compilation-goto-locus):
16857 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
16858 * progmodes/etags.el (find-tag-other-window):
16859 * progmodes/fortran.el (fortran-column-ruler):
16860 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16861 * progmodes/verilog-mode.el (verilog-point-text):
16862 * reposition.el (reposition-window):
16863 * rot13.el (toggle-rot13-mode):
16864 * server.el (server-switch-buffer):
16865 * shell.el (shell-dynamic-complete-command)
16866 (shell-dynamic-complete-environment-variable):
16867 * simple.el (insert-buffer, set-selective-display)
16868 (delete-completion-window):
16869 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
16870 (speedbar-recenter):
16871 * startup.el (fancy-splash-head):
16872 * textmodes/ispell.el (ispell-command-loop):
16873 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
16874 * tutorial.el (help-with-tutorial):
16875 * vc/add-log.el (add-change-log-entry):
16876 * vc/compare-w.el (compare-windows):
16877 * vc/ediff-help.el (ediff-indent-help-message):
16878 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
16879 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
16880 (ediff-setup-control-frame):
16881 * vc/emerge.el (emerge-position-region):
16882 * vc/pcvs-util.el (cvs-bury-buffer):
16883 * window.el (walk-windows, mouse-autoselect-window-select):
16884 * winner.el (winner-set-conf, winner-undo): Related users changed.
16885
16886 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
16887
16888 * frameset.el (frameset--set-id): Doc fix.
16889 (frameset-frame-id, frameset-frame-id-equal-p)
16890 (frameset-locate-frame-id): New functions.
16891 (frameset--process-minibuffer-frames, frameset--reuse-frame)
16892 (frameset-restore): Use them.
16893
16894 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
16895
16896 Do not call to `selected-frame' where it is assumed by default.
16897 Affected functions are `raise-frame', `redraw-frame',
16898 `frame-first-window', `frame-terminal' and `delete-frame'.
16899 * calendar/appt.el (appt-disp-window):
16900 * epg.el (epg-wait-for-completion):
16901 * follow.el (follow-delete-other-windows-and-split)
16902 (follow-avoid-tail-recenter):
16903 * international/mule.el (set-terminal-coding-system):
16904 * mail/rmail.el (rmail-mail-return):
16905 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16906 * progmodes/f90.el (f90-add-imenu-menu):
16907 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
16908 * server.el (server-switch-buffer):
16909 * simple.el (delete-completion-window):
16910 * talk.el (talk):
16911 * term/xterm.el (terminal-init-xterm-modify-other-keys)
16912 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
16913 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
16914 * vc/ediff.el (ediff-documentation): Related users changed.
16915 * frame.el (selected-terminal): Remove the leftover.
16916
16917 2013-08-05 Glenn Morris <rgm@gnu.org>
16918
16919 * calendar/calendar.el (calendar-generate-month):
16920 Fix for calendar-column-width != 1 + calendar-day-digit-width.
16921 (calendar-generate-month, calendar-font-lock-keywords):
16922 Fix for calendar-day-header-width > length of any day name.
16923
16924 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
16925
16926 * desktop.el (desktop-clear): Use new name of sort predicate.
16927
16928 * frameset.el (frameset): Add docstring. Move :version property to its
16929 own `version' slot.
16930 (frameset-copy): Rename from copy-frameset.
16931 (frameset-p): Check more thoroughly.
16932 (frameset-prop): Do not check for :version, which is no longer a prop.
16933 (frameset-live-filter-alist, frameset-persistent-filter-alist):
16934 Use new :never value instead of t.
16935 (frameset-filter-alist): Expand and clarify docstring.
16936 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
16937 (frameset-filter-minibuffer, frameset-filter-save-param)
16938 (frameset-filter-restore-param, frameset-filter-iconified):
16939 Add pointer to docstring of frameset-filter-alist.
16940 (frameset-filter-params): Rename filter values to be more meaningful:
16941 :never instead of t, and reverse the meanings of :save and :restore.
16942 (frameset--process-minibuffer-frames): Clarify error message.
16943 (frameset-save): Avoid unnecessary and confusing call to framep.
16944 Use new BOA constructor for framesets.
16945 (frameset--reuse-list): Doc fix.
16946 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
16947 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
16948 (frameset-minibufferless-first-p): Doc fix.
16949 Rename from frameset-sort-frames-for-deletion.
16950 (frameset-restore): Doc fixes. Use new function names.
16951 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
16952
16953 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
16954
16955 * desktop.el (desktop-restore-forces-onscreen)
16956 (desktop-restore-reuses-frames): Document :keyword constant values.
16957 (desktop-filter-parameters-alist): Remove, now identical to
16958 frameset-filter-alist.
16959 (desktop--filter-tty*): Remove, moved to frameset.el.
16960 (desktop-save-frameset, desktop-restore-frameset):
16961 Do not pass :filters argument.
16962
16963 * frameset.el (frameset-live-filter-alist)
16964 (frameset-persistent-filter-alist): New variables.
16965 (frameset-filter-alist): Use them. Add autoload cookie.
16966 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
16967 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
16968 `frameset--id' (it's supposed to be internal to frameset.el).
16969 (frameset--process-minibuffer-frames): Ditto. Doc fix.
16970 (frameset--initial-params): New function.
16971 (frameset--get-frame): Use it. Doc fix.
16972 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
16973 Accept :all, not 'all.
16974 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
16975 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
16976 with fbound symbols. Fix frame id matching, and remove matching ids if
16977 the frame being restored is deleted. Obey :delete.
16978
16979 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
16980
16981 * subr.el (macrop): New function.
16982 (text-clone--maintaining): New var.
16983 (text-clone--maintain): Rename from text-clone-maintain. Use it
16984 instead of inhibit-modification-hooks.
16985
16986 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
16987 a proxy, so as handle autoloads and redefinitions of the target.
16988 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
16989
16990 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
16991 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
16992 (pcase--mutually-exclusive-p): New function.
16993 (pcase--split-consp): Use it.
16994 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
16995 mutually exclusive with the current predicate.
16996
16997 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
16998 (edebug-macrop): Remove. Use `macrop' instead.
16999 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
17000 (ad-macro-p):
17001 * eshell/esh-cmd.el (eshell-macrop):
17002 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
17003
17004 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
17005
17006 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
17007 (advice-mapc): New function, using it.
17008 (advice-function-member-p): New function.
17009 (advice--normalize): Store the cdr in advice--saved-rewrite since
17010 that's the part that will be changed.
17011 (advice--symbol-function): New function.
17012 (advice-remove): Handle removal before the function is defined.
17013 Adjust to new advice--saved-rewrite.
17014 (advice-member-p): Use advice-function-member-p and
17015 advice--symbol-function.
17016
17017 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
17018
17019 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
17020 (frameset-filter-minibuffer): Doc fix.
17021 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
17022 (frameset--set-id, frameset--process-minibuffer-frames)
17023 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
17024 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
17025
17026 * desktop.el (desktop-clear): Only delete frames when called
17027 interactively and desktop-restore-frames is non-nil. Doc fix.
17028 (desktop-read): Set desktop-saved-frameset to nil.
17029
17030 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
17031
17032 * vc/vc.el (vc-ignore): Rewrite.
17033 (vc-default-ignore-completion-table, vc--read-lines)
17034 (vc--add-line, vc--remove-regexp): New functions.
17035
17036 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
17037 (vc-svn-ignore-completion-table): New function.
17038
17039 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
17040 (vc-hg-ignore-completion-table)
17041 (vc-hg-find-ignore-file): New functions.
17042
17043 * vc/vc-git.el (vc-git-ignore): Rewrite.
17044 (vc-git-ignore-completion-table)
17045 (vc-git-find-ignore-file): New functions.
17046
17047 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
17048
17049 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
17050 (vc-bzr-ignore-completion-table)
17051 (vc-bzr-find-ignore-file): New functions.
17052
17053 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
17054
17055 * frameset.el (frameset-prop): New function and setter.
17056 (frameset-save): Do not modify frame list passed by the caller.
17057
17058 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
17059
17060 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
17061
17062 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
17063
17064 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
17065 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
17066
17067 * custom.el (custom-initialize-default, custom-initialize-set)
17068 (custom-initialize-reset, custom-initialize-changed): Affect the
17069 toplevel-default-value (bug#6275, bug#14586).
17070 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
17071 for bug#6275.
17072
17073 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
17074
17075 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
17076 Add cl-def* expressions.
17077
17078 * frameset.el (frameset-filter-params): Fix order of arguments.
17079
17080 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
17081
17082 Move code related to saving frames to frameset.el.
17083 * desktop.el: Require frameset.
17084 (desktop-restore-frames): Doc fix.
17085 (desktop-restore-reuses-frames): Rename from
17086 desktop-restoring-reuses-frames.
17087 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
17088 (desktop-clear): Clear frames too.
17089 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
17090 (desktop--filter-tty*, desktop-save, desktop-read):
17091 Use frameset functions.
17092 (desktop-before-saving-frames-functions, desktop--filter-*-color)
17093 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
17094 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
17095 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
17096 (desktop--process-minibuffer-frames, desktop-save-frames)
17097 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
17098 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
17099 (desktop--sort-states, desktop-restoring-frames-p)
17100 (desktop-restore-frames): Remove. Most code moved to frameset.el.
17101 (desktop-restoring-frameset-p, desktop-restore-frameset)
17102 (desktop--check-dont-save, desktop-save-frameset): New functions.
17103 (desktop--app-id): New constant.
17104 (desktop-first-buffer, desktop-buffer-ok-count)
17105 (desktop-buffer-fail-count): Move before first use.
17106 * frameset.el: New file.
17107
17108 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
17109
17110 * files.el: Use lexical-binding.
17111 (dir-locals-read-from-file): Remove unused `err' variable.
17112 (hack-dir-local-variables--warned-coding): New var.
17113 (hack-dir-local-variables): Use it to avoid repeated warnings.
17114 (make-backup-file-name--default-function): New function.
17115 (make-backup-file-name-function): Use it as default.
17116 (buffer-stale--default-function): New function.
17117 (buffer-stale-function): Use it as default.
17118 (revert-buffer-insert-file-contents--default-function): New function.
17119 (revert-buffer-insert-file-contents-function): Use it as default.
17120 (insert-directory): Avoid add-to-list.
17121
17122 * autorevert.el (auto-revert-handler): Simplify.
17123 Use buffer-stale--default-function.
17124
17125 2013-08-01 Tassilo Horn <tsdh@gnu.org>
17126
17127 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
17128
17129 * whitespace.el (whitespace-ensure-local-variables): New function.
17130 (whitespace-cleanup-region): Call it.
17131 (whitespace-turn-on): Call it.
17132
17133 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
17134
17135 Complete file name handlers.
17136
17137 * net/tramp.el (tramp-handle-set-visited-file-modtime)
17138 (tramp-handle-verify-visited-file-modtime)
17139 (tramp-handle-file-notify-rm-watch): New functions.
17140 (tramp-call-process): Do not bind `default-directory'.
17141
17142 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
17143 Order alphabetically.
17144 <access-file, add-name-to-file, dired-call-process>:
17145 <dired-compress-file, file-acl, file-notify-rm-watch>:
17146 <file-ownership-preserved-p, file-selinux-context>:
17147 <make-directory-internal, make-symbolic-link, set-file-acl>:
17148 <set-file-selinux-context, set-visited-file-modtime>:
17149 <verify-visited-file-modtime>: Add handler.
17150 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
17151
17152 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
17153 <file-notify-add-watch, file-notify-rm-watch>:
17154 <set-file-times, set-visited-file-modtime>:
17155 <verify-visited-file-modtime>: Add handler.
17156 (with-tramp-gvfs-error-message)
17157 (tramp-gvfs-handle-set-visited-file-modtime)
17158 (tramp-gvfs-fuse-file-name): Remove.
17159 (tramp-gvfs-handle-file-notify-add-watch)
17160 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
17161 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
17162
17163 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
17164 Order alphabetically.
17165 <file-notify-rm-watch>: Use default Tramp handler.
17166 <executable-find>: Remove private handler.
17167 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
17168 `default-directory'.
17169 (tramp-sh-handle-executable-find)
17170 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
17171 (tramp-sh-file-gvfs-monitor-dir-process-filter)
17172 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
17173 Do not use `format' in `tramp-message'.
17174
17175 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
17176 <file-notify-rm-watch, set-visited-file-modtime>:
17177 <verify-visited-file-modtime>: Add handler.
17178 (tramp-smb-call-winexe): Do not bind `default-directory'.
17179
17180 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
17181
17182 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
17183
17184 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
17185
17186 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
17187 use it.
17188 (log-view-diff-changeset): Same.
17189 (log-view-diff-common): Call backend command `previous-revision'
17190 to find out the previous revision, in both cases. Swap the
17191 variables `to' and `fr', so that `fr' usually refers to the
17192 earlier revision (Bug#14989).
17193
17194 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
17195
17196 * ibuf-ext.el (ibuffer-filter-by-filename):
17197 Make it work with dired buffers too.
17198
17199 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
17200
17201 * emacs-lisp/re-builder.el (reb-color-display-p):
17202 * files.el (save-buffers-kill-terminal):
17203 * net/browse-url.el (browse-url):
17204 * server.el (server-save-buffers-kill-terminal):
17205 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
17206 Prefer nil to selected-frame for the first arg of frame-parameter.
17207
17208 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
17209
17210 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
17211
17212 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
17213
17214 * minibuffer.el (completion--twq-all): Try and preserve each
17215 completion's case choice (bug#14907).
17216
17217 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17218
17219 * net/network-stream.el (open-network-stream): Mention the new
17220 :nogreeting parameter.
17221 (network-stream-open-starttls): Use the :nogreeting parameter
17222 (bug#14938).
17223
17224 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
17225
17226 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
17227 more natural than popping.
17228
17229 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
17230 (shr-urlify): Highlight under mouse.
17231
17232 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
17233
17234 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
17235
17236 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
17237
17238 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
17239 buffer for output.
17240
17241 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
17242 point-min==1. Fix search string. Fix parentheses missing.
17243
17244 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
17245 assume point-min==1. Fix search string. Fix parentheses missing.
17246
17247 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
17248
17249 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
17250 buffer for output.
17251
17252 2013-07-29 Eli Zaretskii <eliz@gnu.org>
17253
17254 * frame.el (frame-notice-user-settings): Avoid inflooping when the
17255 initial frame is minibuffer-less. (Bug#14841)
17256
17257 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
17258
17259 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
17260 option.
17261
17262 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
17263 (tramp-maybe-open-connection): Use it.
17264
17265 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
17266
17267 * desktop.el (desktop--make-frame): Include `minibuffer' in the
17268 minimal set of parameters passed when creating a frame, because
17269 the minibuffer status of a frame cannot be changed later.
17270
17271 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
17272
17273 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
17274 replace-regexp-in-string and inadvertent omissions in previous change.
17275 (todo-filter-items): Ensure only file names are comma-separated in
17276 name of filtered items buffer.
17277
17278 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
17279
17280 * desktop.el: Optionally force offscreen frames back onscreen.
17281 (desktop-restoring-reuses-frames): New option.
17282 (desktop--compute-pos, desktop--move-onscreen): New functions.
17283 (desktop--make-frame): Use desktop--move-onscreen.
17284
17285 2013-07-27 Alan Mackenzie <acm@muc.de>
17286
17287 Fontify a Java generic method as a function.
17288 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
17289 value to t.
17290
17291 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
17292
17293 * calendar/todo-mode.el: Add command to rename todo files.
17294 (todo-rename-file): New command.
17295 (todo-key-bindings-t): Add key binding for it. Change the
17296 bindings of todo-filter-regexp-items(-multifile) to use `x'
17297 instead of `r', since the latter is better suited to the new
17298 renaming command.
17299
17300 2013-07-27 Alan Mackenzie <acm@muc.de>
17301
17302 Make Java try-with-resources statement parse properly.
17303 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
17304 (c-block-stmt-1-2-key): New language constants/variables.
17305 * progmodes/cc-engine.el (c-beginning-of-statement-1)
17306 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
17307 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
17308 with c-block-stmt-1-2-key.
17309
17310 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
17311
17312 * desktop.el (desktop--make-frame): Apply most frame parameters after
17313 creating the frame to force (partially or totally) offscreen frames to
17314 be restored as such.
17315
17316 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
17317
17318 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
17319 (Bug#14948)
17320
17321 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
17322
17323 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
17324 `base' arg of backtrace-frame.
17325
17326 2013-07-26 Eli Zaretskii <eliz@gnu.org>
17327
17328 * simple.el (list-processes): Doc fix.
17329
17330 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
17331
17332 * desktop.el (desktop--select-frame):
17333 Try harder to reuse existing frames.
17334
17335 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
17336
17337 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
17338 (edebug-eval): Use backtrace-eval.
17339 (edebug--display, edebug--recursive-edit): Don't let-bind the
17340 edebug-outer-* vars that keep track of variables we locally let-bind.
17341 (edebug-outside-excursion): Don't restore outside values of locally
17342 let-bound vars.
17343 (edebug--display): Use user-error.
17344 (cl-lexical-debug, cl-debug-env): Remove.
17345
17346 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
17347
17348 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
17349 are restored to be sure that they are visible before deleting any
17350 remaining ones.
17351
17352 2013-07-26 Matthias Meulien <orontee@gmail.com>
17353
17354 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
17355 vc-print-root-log. (Bug#14948)
17356
17357 2013-07-26 Richard Stallman <rms@gnu.org>
17358
17359 Add aliases for encrypting mail.
17360 * epa.el (epa-mail-aliases): New option.
17361 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
17362 Bind inhibit-read-only so read-only text doesn't ruin everything.
17363 (epa-mail-default-recipients): New subroutine broken out.
17364 Handle epa-mail-aliases.
17365
17366 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
17367
17368 Add support for lexical variables to the debugger's `e' command.
17369 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
17370 vars, except for debugger-outer-match-data.
17371 (debugger-frame-number): Move check for "on a function call" from
17372 callers into it. Add `skip-base' argument.
17373 (debugger-frame, debugger-frame-clear): Simplify accordingly.
17374 (debugger-env-macro): Only reset the state stored in non-variables,
17375 i.e. current-buffer and match-data.
17376 (debugger-eval-expression): Rewrite using backtrace-eval.
17377 * subr.el (internal--called-interactively-p--get-frame): Remove.
17378 (called-interactively-p):
17379 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
17380 `base' arg of backtrace-frame instead.
17381
17382 2013-07-26 Glenn Morris <rgm@gnu.org>
17383
17384 * align.el (align-regexp): Doc fix. (Bug#14857)
17385 (align-region): Explicit error if subexpression missing/does not match.
17386
17387 * simple.el (global-visual-line-mode):
17388 Do not duplicate the mode lighter. (Bug#14858)
17389
17390 2013-07-25 Martin Rudalics <rudalics@gmx.at>
17391
17392 * window.el (display-buffer): In display-buffer bind
17393 split-window-keep-point to t, bug#14829.
17394
17395 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
17396
17397 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
17398 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
17399 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
17400 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
17401 Change accordingly.
17402 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
17403 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
17404
17405 2013-07-25 Glenn Morris <rgm@gnu.org>
17406
17407 * dired-x.el (dired-mark-extension): Convert comment to doc string.
17408
17409 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
17410
17411 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
17412 parameter to modify-frame-parameters if the value has not changed;
17413 this is a workaround for bug#14949.
17414 (desktop--make-frame): On cl-delete-if call, check parameter name,
17415 not full parameter.
17416
17417 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
17418
17419 * vc/vc.el (vc-ignore): New function.
17420
17421 * vc/vc-svn.el (vc-svn-ignore): New function.
17422
17423 * vc/vc-hg.el (vc-hg-ignore): New function.
17424
17425 * vc/vc-git.el (vc-git-ignore): New function.
17426
17427 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
17428 (vc-dir-ignore): New function.
17429
17430 * vc/vc-cvs.el (vc-cvs-ignore): New function.
17431 (cvs-append-to-ignore): Move here from pcvs.el.
17432
17433 * vc/vc-bzr.el (vc-bzr-ignore): New function.
17434
17435 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
17436
17437 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
17438
17439 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
17440 (desktop-restore-frames): Warn when deleting an existing frame failed.
17441
17442 2013-07-24 Glenn Morris <rgm@gnu.org>
17443
17444 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
17445
17446 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
17447
17448 * filenotify.el (file-notify-supported-p):
17449 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
17450 Remove functions.
17451
17452 * autorevert.el (auto-revert-use-notify)
17453 (auto-revert-notify-add-watch):
17454 * net/tramp.el (tramp-file-name-for-operation):
17455 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
17456 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17457 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
17458 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17459 Remove `file-notify-supported-p' entry.
17460
17461 2013-07-24 Glenn Morris <rgm@gnu.org>
17462
17463 * printing.el: Replace all uses of deleted ps-windows-system,
17464 ps-lp-system, ps-flatten-list with lpr- versions.
17465
17466 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
17467
17468 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
17469 checked with memq (bug#14935).
17470
17471 * files.el (revert-buffer-function): Use a non-nil default.
17472 (revert-buffer-preserve-modes): Declare var to
17473 provide access to the `preserve-modes' argument.
17474 (revert-buffer): Let-bind it.
17475 (revert-buffer--default): New function, extracted from revert-buffer.
17476
17477 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
17478
17479 * lpr.el: Signal print errors more prominently.
17480 (print-region-function): Don't default to nil.
17481 (lpr-print-region): New function, extracted from print-region-1.
17482 Check lpr's return value and signal an error in case of problem.
17483 (print-region-1): Use it.
17484 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
17485 versions instead.
17486 (ps-printer-name): Default to nil.
17487 (ps-printer-name-option): Default to lpr-printer-switch.
17488 (ps-print-region-function): Don't default to nil.
17489 (ps-postscript-code-directory): Simplify default.
17490 (ps-do-despool): Use lpr-print-region to properly check the outcome.
17491 (ps-string-list, ps-eval-switch, ps-flatten-list)
17492 (ps-flatten-list-1): Remove.
17493 (ps-multibyte-buffer): Avoid setq.
17494 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
17495 (print-region-function, ps-print-region-function): Don't set them here.
17496
17497 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
17498
17499 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
17500 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
17501 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
17502 (ido-decorations): Doc fix.
17503
17504 * ansi-color.el: Fix old URL.
17505
17506 2013-07-23 Michael R. Mauger <michael@mauger.com>
17507
17508 * progmodes/sql.el: Version 3.3
17509 (sql-product-alist): Improve oracle :prompt-cont-regexp.
17510 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
17511 (sql-interactive-remove-continuation-prompt): Rewrite, use
17512 functions above. Fix continuation prompt and complete output line
17513 handling.
17514 (sql-redirect-one, sql-execute): Use `read-only-mode' on
17515 redirected output buffer.
17516 (sql-mode): Restore deleted code (Bug#13591).
17517
17518 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
17519
17520 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
17521
17522 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
17523
17524 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
17525
17526 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
17527 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17528 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
17529
17530 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
17531
17532 * desktop.el (desktop-clear): Simplify; remove useless checks
17533 against invalid buffer names.
17534 (desktop-list*): Use cl-list*.
17535 (desktop-buffer-info, desktop-create-buffer): Simplify.
17536
17537 2013-07-23 Leo Liu <sdl.web@gmail.com>
17538
17539 * bookmark.el (bookmark-make-record): Restore NAME as a default
17540 value. (Bug#14933)
17541
17542 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
17543
17544 * emacs-lisp/autoload.el (autoload--setup-output): New function,
17545 extracted from autoload--insert-text.
17546 (autoload--insert-text): Remove.
17547 (autoload--print-cookie-text): New function, extracted from
17548 autoload--insert-cookie-text.
17549 (autoload--insert-cookie-text): Remove.
17550 (autoload-generate-file-autoloads): Adjust calls accordingly.
17551
17552 * winner.el (winner-hook-installed-p): Remove.
17553 (winner-mode): Simplify accordingly.
17554
17555 * subr.el (add-to-list): Fix compiler-macro when `append' is
17556 not constant. Don't use `cl-member' for the base case.
17557
17558 * progmodes/subword.el: Fix boundary case (bug#13758).
17559 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
17560 own group.
17561 (subword-backward-regexp): Make it a constant.
17562 (subword-forward-internal): Don't treat a trailing capital as the
17563 beginning of a word.
17564
17565 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
17566
17567 * emacs-lisp/package.el (package-menu-mode): Don't modify the
17568 global value of tabulated-list-revert-hook (bug#14930).
17569
17570 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
17571
17572 * desktop.el: Require 'cl-lib.
17573 (desktop-before-saving-frames-functions): New hook.
17574 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
17575 for frames being saved. Rename from desktop--save-minibuffer-frames.
17576 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
17577 Do not save frames with non-nil `desktop-dont-save' parameter.
17578 Filter out deleted frames.
17579 (desktop--find-frame): Use cl-find-if.
17580 (desktop--select-frame): Use cl-(first|second|third) to access values
17581 of desktop-mini.
17582 (desktop--make-frame): Use cl-delete-if.
17583 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
17584 (desktop-restore-frames): Use cl-(first|second|third) to access values
17585 of desktop-mini. Look for visible frame at the end, not while
17586 restoring frames.
17587
17588 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
17589 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
17590 Use string-match-p, looking-at-p (bug#14927).
17591
17592 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
17593
17594 * desktop.el (desktop-saved-frame-states):
17595 Rename from desktop--saved-states; all users changed.
17596 (desktop-save-frames): Rename from desktop--save-frames.
17597 Do not save state to desktop file.
17598 (desktop-save): Save desktop-saved-frame-states to desktop file
17599 and reset to nil.
17600 (desktop-restoring-frames-p): New function.
17601 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
17602 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
17603 buffer-lists when restoring frames. Suggested by Martin Rudalics.
17604
17605 * desktop.el: Correctly restore iconified frames.
17606 (desktop--filter-iconified-position): New function.
17607 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
17608
17609 2013-07-20 Glenn Morris <rgm@gnu.org>
17610
17611 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
17612 Let `message' do the formatting.
17613 (def-gdb-preempt-display-buffer): Add explicit format.
17614
17615 * image-dired.el (image-dired-track-original-file):
17616 Use with-current-buffer.
17617 (image-dired-track-thumbnail): Use with-current-buffer.
17618 Avoid changing point of wrong window.
17619
17620 * image-dired.el (image-dired-track-original-file):
17621 Avoid changing point of wrong window. (Bug#14909)
17622
17623 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
17624
17625 * progmodes/gdb-mi.el (gdb-done-or-error):
17626 Guard against "%" in gdb output. (Bug#14127)
17627
17628 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
17629
17630 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
17631 (Bug#14826)
17632
17633 * international/mule.el (coding-system-iso-2022-flags): Fix last
17634 change.
17635
17636 2013-07-20 Kenichi Handa <handa@gnu.org>
17637
17638 * international/mule.el (coding-system-iso-2022-flags):
17639 Add `8-bit-level-4'. (Bug#8522)
17640
17641 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17642
17643 * net/shr.el (shr-mouse-browse-url): New command and keystroke
17644 (bug#14815).
17645
17646 * net/eww.el (eww-process-text-input): Allow inputting when the
17647 point is at the start of the line, as the properties aren't
17648 front-sticky.
17649
17650 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
17651 degenerate widths.
17652
17653 2013-07-19 Richard Stallman <rms@gnu.org>
17654
17655 * epa.el (epa-popup-info-window): Doc fix.
17656
17657 * subr.el (split-string): New arg TRIM.
17658
17659 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
17660
17661 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
17662 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
17663
17664 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
17665
17666 * filenotify.el (file-notify--library): Rename from
17667 `file-notify-support'. Do not autoload. Adapt all uses.
17668 (file-notify-supported-p): New defun.
17669
17670 * autorevert.el (auto-revert-use-notify):
17671 Use `file-notify-supported-p' instead of `file-notify-support'.
17672 Adapt docstring.
17673 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
17674
17675 * net/tramp.el (tramp-file-name-for-operation):
17676 Add `file-notify-supported-p'.
17677
17678 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
17679 New defun.
17680 (tramp-sh-file-name-handler-alist): Add it as handler for
17681 `file-notify-supported-p '.
17682
17683 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
17684 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17685 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17686 Add `ignore' as handler for `file-notify-*' functions.
17687
17688 2013-07-17 Eli Zaretskii <eliz@gnu.org>
17689
17690 * simple.el (line-move-partial, line-move): Don't start vscroll or
17691 scroll-up if the current line is not taller than the window.
17692 (Bug#14881)
17693
17694 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
17695
17696 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
17697 highlight question marks in the method names as strings.
17698 (ruby-block-beg-keywords): Inline.
17699 (ruby-font-lock-keyword-beg-re): Extract from
17700 `ruby-font-lock-keywords'.
17701
17702 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
17703
17704 * frame.el (blink-cursor-blinks): New defcustom.
17705 (blink-cursor-blinks-done): New defvar.
17706 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
17707 (blink-cursor-timer-function): Check if number of blinks has been
17708 done on X and NS.
17709 (blink-cursor-suspend, blink-cursor-check): New defuns.
17710
17711 2013-07-15 Glenn Morris <rgm@gnu.org>
17712
17713 * edmacro.el (edmacro-format-keys): Fix previous change.
17714
17715 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
17716
17717 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
17718 The hack didn't work outside English locales anyway.
17719
17720 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
17721
17722 * simple.el (define-alternatives): Rename from alternatives-define,
17723 per RMS' suggestion.
17724
17725 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
17726
17727 * desktop.el (desktop-restore-frames): Change default to t.
17728 (desktop-restore-in-current-display): Now offer more options.
17729 (desktop-restoring-reuses-frames): New customization option.
17730 (desktop--saved-states): Doc fix.
17731 (desktop-filter-parameters-alist): New variable, renamed and expanded
17732 from desktop--excluded-frame-parameters.
17733 (desktop--target-display): New variable.
17734 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
17735 (desktop--filter-tty*, desktop--filter-*-color)
17736 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
17737 (desktop--filter-save-desktop-parm)
17738 (desktop-restore-in-original-display-p): New functions.
17739 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
17740 (desktop--save-minibuffer-frames): New function, inspired by a similar
17741 function from Martin Rudalics.
17742 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
17743 (desktop--restore-in-this-display-p): Remove.
17744 (desktop--find-frame): Rename from desktop--find-frame-in-display
17745 and add predicate argument.
17746 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
17747 (desktop--reuse-list): New variable.
17748 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
17749 New functions.
17750 (desktop--restore-frames): Add support for "minibuffer-special" frames.
17751
17752 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
17753
17754 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
17755
17756 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
17757
17758 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
17759 Highlight conversion methods on Kernel.
17760
17761 2013-07-13 Alan Mackenzie <acm@muc.de>
17762
17763 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
17764 and comment it out. This out-commenting enables certain C++
17765 declarations to be parsed correctly.
17766
17767 2013-07-13 Eli Zaretskii <eliz@gnu.org>
17768
17769 * international/mule.el (define-coding-system): Doc fix.
17770
17771 * simple.el (default-font-height): Don't call font-info if the
17772 frame's default font didn't change since the frame was created.
17773 (Bug#14838)
17774
17775 2013-07-13 Leo Liu <sdl.web@gmail.com>
17776
17777 * ido.el (ido-read-file-name): Guard against non-symbol value.
17778
17779 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
17780
17781 * progmodes/python.el (python-imenu--build-tree): Fix corner case
17782 in nested defuns.
17783
17784 2013-07-13 Leo Liu <sdl.web@gmail.com>
17785
17786 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
17787 ido-set-matches call. (Bug#6852)
17788
17789 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
17790
17791 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
17792 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
17793 Ruby 2.0.
17794 (ruby-font-lock-keywords): Distinguish calls to functions with
17795 module-like names from module references. Highlight character
17796 literals.
17797
17798 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
17799
17800 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
17801 (gdb-send): Handle continued commands. (Bug#14847)
17802
17803 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
17804
17805 * desktop.el (desktop--v2s): Remove unused local variable.
17806 (desktop-save-buffer): Make defvar-local; adjust docstring.
17807 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
17808 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
17809
17810 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
17811
17812 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
17813
17814 2013-07-12 Eli Zaretskii <eliz@gnu.org>
17815
17816 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
17817 (Bug#14842)
17818
17819 2013-07-12 Glenn Morris <rgm@gnu.org>
17820
17821 * doc-view.el: Require cl-lib at runtime too.
17822 (doc-view-remove-if): Remove.
17823 (doc-view-search-next-match, doc-view-search-previous-match):
17824 Use cl-remove-if.
17825
17826 * edmacro.el: Require cl-lib at runtime too.
17827 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
17828 (edmacro-mismatch, edmacro-subseq): Remove.
17829
17830 * shadowfile.el: Require cl-lib.
17831 (shadow-remove-if): Remove.
17832 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
17833 Use cl-remove-if.
17834
17835 * wid-edit.el: Require cl-lib.
17836 (widget-choose): Use cl-remove-if.
17837 (widget-remove-if): Remove.
17838
17839 * progmodes/ebrowse.el: Require cl-lib at runtime too.
17840 (ebrowse-delete-if-not): Remove.
17841 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
17842 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
17843 Use cl-delete-if-not.
17844
17845 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
17846
17847 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
17848 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
17849
17850 2013-07-12 Leo Liu <sdl.web@gmail.com>
17851
17852 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
17853
17854 2013-07-11 Glenn Morris <rgm@gnu.org>
17855
17856 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
17857 (edebug-gensym-index, edebug-gensym):
17858 Remove reimplementation of cl-gensym.
17859 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
17860
17861 * thumbs.el: Require cl-lib at run-time too.
17862 (thumbs-gensym-counter, thumbs-gensym):
17863 Remove reimplementation of cl-gensym.
17864 (thumbs-temp-file): Use cl-gensym.
17865
17866 * emacs-lisp/ert.el: Require cl-lib at runtime too.
17867 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
17868 (ert--intersection, ert--set-difference, ert--set-difference-eq)
17869 (ert--union, ert--gensym-counter, ert--gensym-counter)
17870 (ert--coerce-to-vector, ert--remove*, ert--string-position)
17871 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
17872 (ert-make-test-unbound, ert--expand-should-1)
17873 (ert--expand-should, ert--should-error-handle-error)
17874 (should-error, ert--explain-equal-rec)
17875 (ert--plist-difference-explanation, ert-select-tests)
17876 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
17877 Use cl-lib functions rather than reimplementations.
17878
17879 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
17880
17881 * net/tramp.el (tramp-methods): Extend docstring.
17882 (tramp-connection-timeout): New defcustom.
17883 (tramp-error-with-buffer): Reset timestamp only when appropriate.
17884 (with-tramp-progress-reporter): Simplify.
17885 (tramp-process-actions): Improve messages.
17886
17887 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
17888 * net/tramp-sh.el (tramp-maybe-open-connection):
17889 Use `tramp-connection-timeout'.
17890 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
17891 (Bug#14808)
17892
17893 2013-07-11 Leo Liu <sdl.web@gmail.com>
17894
17895 * ido.el (ido-read-file-name): Conform to the requirements of
17896 read-file-name. (Bug#11861)
17897 (ido-read-directory-name): Conform to the requirements of
17898 read-directory-name.
17899
17900 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
17901
17902 * subr.el (delay-warning): New function.
17903
17904 2013-07-10 Eli Zaretskii <eliz@gnu.org>
17905
17906 * simple.el (default-line-height): New function.
17907 (line-move-partial, line-move): Use it instead of computing the
17908 line height inline.
17909 (line-move-partial): Always compute ROWH. If the last line is
17910 partially-visible, but its text is completely visible, allow
17911 cursor to enter such a partially-visible line.
17912
17913 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
17914
17915 Improve error messages. (Bug#14808)
17916
17917 * net/tramp.el (tramp-current-connection): New defvar, moved from
17918 tramp-sh.el.
17919 (tramp-message-show-progress-reporter-message): Remove, not
17920 needed anymore.
17921 (tramp-error-with-buffer): Show message in minibuffer.
17922 Discard input before waiting. Reset connection timestamp.
17923 (with-tramp-progress-reporter): Improve messages.
17924 (tramp-process-actions): Use progress reporter. Delete process in
17925 case of error. Improve messages.
17926
17927 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
17928 Call `tramp-error-with-buffer' with vector and buffer.
17929 (tramp-current-connection): Remove.
17930 (tramp-maybe-open-connection): The car of
17931 `tramp-current-connection' are the first 3 slots of the vector.
17932
17933 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
17934
17935 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
17936 inside continued strings.
17937
17938 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
17939
17940 Timestamp fixes for undo (Bug#14824).
17941 * files.el (clear-visited-file-modtime): Move here from fileio.c.
17942
17943 2013-07-10 Leo Liu <sdl.web@gmail.com>
17944
17945 * files.el (require-final-newline): Allow safe local value.
17946 (Bug#14834)
17947
17948 2013-07-09 Leo Liu <sdl.web@gmail.com>
17949
17950 * ido.el (ido-read-directory-name): Handle fallback.
17951 (ido-read-file-name): Update DIR to ido-current-directory.
17952 (Bug#1516)
17953 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
17954
17955 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
17956
17957 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
17958 "autoload". Remove "warn lower camel case" section, previously
17959 commented out. Highlight negation char. Do not highlight the
17960 target in singleton method definitions.
17961
17962 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
17963
17964 * faces.el (tty-setup-hook): Declare the hook.
17965
17966 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
17967 and detect when a guard/pred depends on local vars (bug#14773).
17968 (pcase--u1): Adjust caller.
17969
17970 2013-07-08 Eli Zaretskii <eliz@gnu.org>
17971
17972 * simple.el (line-move-partial, line-move): Account for
17973 line-spacing.
17974 (line-move-partial): Avoid setting vscroll when the last
17975 partially-visible line in window is of default height.
17976
17977 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
17978
17979 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
17980 been used a while.
17981
17982 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
17983
17984 * subr.el (read-quoted-char): Remove unused local variable `char'.
17985
17986 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
17987
17988 * vc/ediff.el (ediff-version): Version update.
17989 (ediff-files-command, ediff3-files-command, ediff-merge-command)
17990 (ediff-merge-with-ancestor-command, ediff-directories-command)
17991 (ediff-directories3-command, ediff-merge-directories-command)
17992 (ediff-merge-directories-with-ancestor-command): New functions.
17993 All are command-line interfaces to ediff: to facilitate calling
17994 Emacs with the appropriate ediff functions invoked.
17995
17996 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
17997 New function.
17998 (viper-save-kill-buffer): Check if buffer is modified.
17999
18000 * emulation/viper.el (viper-version): Version update.
18001 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
18002
18003 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
18004
18005 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
18006 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
18007 (viper-intercept-ESC-key): Simplify.
18008 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
18009 don't use kbd.
18010 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
18011 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
18012 (viper-setup-ESC-to-escape): New functions.
18013 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
18014 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
18015
18016 2013-07-07 Eli Zaretskii <eliz@gnu.org>
18017
18018 * simple.el (default-font-height, window-screen-lines):
18019 New functions.
18020 (line-move, line-move-partial): Use them instead of
18021 frame-char-height and window-text-height. This makes scrolling
18022 text smoother when the buffer's default face uses a font that is
18023 different from the frame's default font.
18024
18025 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
18026
18027 * files.el (write-file): Do not display confirm dialog for NS,
18028 it does its own dialog, which can't be canceled (Bug#14578).
18029
18030 2013-07-06 Eli Zaretskii <eliz@gnu.org>
18031
18032 * simple.el (line-move-partial): Adjust the row returned by
18033 posn-at-point for the current window-vscroll. (Bug#14567)
18034
18035 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
18036
18037 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
18038 (tramp-sh-file-inotifywait-process-filter): Handle file names with
18039 spaces.
18040
18041 2013-07-06 Martin Rudalics <rudalics@gmx.at>
18042
18043 * window.el (window-state-put-stale-windows): New variable.
18044 (window--state-put-2): Save list of windows without matching buffer.
18045 (window-state-put): Remove "bufferless" windows if possible.
18046
18047 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
18048
18049 * simple.el (alternatives-define): Remove leftover :group keyword.
18050 Tweak docstring.
18051
18052 2013-07-06 Leo Liu <sdl.web@gmail.com>
18053
18054 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
18055 (ido-enable-virtual-buffers): New variable.
18056 (ido-buffer-internal, ido-toggle-virtual-buffers)
18057 (ido-make-buffer-list): Use it.
18058 (ido-exhibit): Support turning on and off virtual buffers
18059 automatically.
18060
18061 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
18062
18063 * simple.el (alternatives-define): New macro.
18064
18065 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
18066
18067 * subr.el (read-quoted-char): Use read-key.
18068 (sit-for): Let read-event decode tty input (bug#14782).
18069
18070 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
18071
18072 * calendar/todo-mode.el: Add handling of file deletion, both by
18073 mode command and externally. Fix various related bugs.
18074 Clarify Commentary and improve some documentation strings and code.
18075 (todo-delete-file): New command.
18076 (todo-check-file): New function.
18077 (todo-show): Handle external deletion of the file we're trying to
18078 show (bug#14688). Replace called-interactively-p by an optional
18079 prefix argument to avoid problematic interaction with catch form
18080 when byte compiled (bug#14702).
18081 (todo-quit): Handle external deletion of the archive's todo file.
18082 Make sure the buffer that was visiting the archive file is still
18083 live before trying to bury it.
18084 (todo-category-completions): Handle external deletion of any
18085 category completion files.
18086 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
18087 of todo files, in case of external deletion.
18088 (todo-add-file): Replace unnecessary setq by let-binding.
18089 (todo-find-archive): Check whether there are any archives.
18090 Replace unnecessary setq by let-binding.
18091 (todo-archive-done-item): Use find-file-noselect to get the
18092 archive buffer whether or not the archive already exists.
18093 Remove superfluous code. Use file size instead of buffer-file-name to
18094 check if the archive is new; if it is, update list of archives.
18095 (todo-default-todo-file): Allow nil to be a valid value for when
18096 there are no todo files.
18097 (todo-reevaluate-default-file-defcustom): Use corrected definition
18098 of todo-default-todo-file.
18099 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
18100 (todo-delete-category, todo-show-categories-table)
18101 (todo-category-number): Clarify comment.
18102 (todo-filter-items): Clarify documentation string.
18103 (todo-show-current-file, todo-display-as-todo-file)
18104 (todo-reset-and-enable-done-separator): Tweak documentation string.
18105 (todo-done-separator): Make separator length window-width, since
18106 bug#2749 is now fixed.
18107
18108 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
18109
18110 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
18111 Support both "gvfs-monitor-dir" and "inotifywait".
18112 (tramp-sh-file-inotifywait-process-filter): Rename from
18113 `tramp-sh-file-notify-process-filter'.
18114 (tramp-sh-file-gvfs-monitor-dir-process-filter)
18115 (tramp-get-remote-gvfs-monitor-dir): New defuns.
18116
18117 2013-07-05 Leo Liu <sdl.web@gmail.com>
18118
18119 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
18120
18121 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18122
18123 * frame.el (display-pixel-height, display-pixel-width)
18124 (display-mm-height, display-mm-width): Mention behavior on
18125 multi-monitor setups in docstrings.
18126 (w32-display-monitor-attributes-list): Declare function.
18127 (display-monitor-attributes-list): Use it.
18128
18129 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
18130
18131 * filenotify.el: New package.
18132
18133 * autorevert.el (top): Require filenotify.el.
18134 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
18135 instead.
18136 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
18137 (auto-revert-notify-handler): Use `file-notify-*' functions.
18138
18139 * subr.el (file-notify-handle-event): Move function to filenotify.el.
18140
18141 * net/tramp.el (tramp-file-name-for-operation):
18142 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
18143
18144 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
18145 for `file-notify-add-watch' and `file-notify-rm-watch'.
18146 (tramp-process-sentinel): Improve trace.
18147 (tramp-sh-handle-file-notify-add-watch)
18148 (tramp-sh-file-notify-process-filter)
18149 (tramp-sh-handle-file-notify-rm-watch)
18150 (tramp-get-remote-inotifywait): New defuns.
18151
18152 2013-07-03 Juri Linkov <juri@jurta.org>
18153
18154 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
18155 call of `occur-read-primary-args' to interactive spec.
18156
18157 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
18158 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
18159
18160 2013-07-03 Matthias Meulien <orontee@gmail.com>
18161
18162 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
18163 `Buffer-menu-multi-occur'. Add it to the menu.
18164 (Buffer-menu-mode): Document it in docstring.
18165 (Buffer-menu-multi-occur): New command. (Bug#14673)
18166
18167 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
18168
18169 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
18170 keywords and built-ins.
18171
18172 2013-07-03 Glenn Morris <rgm@gnu.org>
18173
18174 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
18175
18176 Make info-xref checks case-sensitive by default
18177 * info.el (Info-find-node, Info-find-in-tag-table)
18178 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
18179 Add option for exact case matching of nodes.
18180 * info-xref.el (info-xref): New custom group.
18181 (info-xref-case-fold): New option.
18182 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
18183
18184 2013-07-03 Leo Liu <sdl.web@gmail.com>
18185
18186 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
18187
18188 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
18189
18190 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
18191 middle of block statement initially, lower the depth. Remove
18192 FIXME comment, not longer valid. Remove middle of block statement
18193 detection, no need to do that anymore since we've been using
18194 `ruby-parse-region' here.
18195
18196 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
18197
18198 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
18199
18200 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
18201
18202 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
18203
18204 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
18205
18206 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
18207 (desktop-restore-in-current-display): New customization option.
18208 (desktop--excluded-frame-parameters): Add `font'.
18209 (desktop--save-frames): Rename from desktop--save-windows.
18210 (desktop--restore-in-this-display-p): New function.
18211 (desktop--make-full-frame): Remove unwanted width/height from
18212 full(width|height) frames.
18213 (desktop--restore-frames): Rename from desktop--restore-windows.
18214 Obey desktop-restore-current-display. Do not delete old frames or
18215 select a new frame unless we were able to restore at least one frame.
18216
18217 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
18218
18219 * files.el (find-file-noselect): Simplify conditional expression.
18220
18221 * textmodes/remember.el (remember-append-to-file):
18222 Don't mix `find-buffer-visiting' and `get-file-buffer'.
18223
18224 Add `remember-notes' function to store random notes across Emacs
18225 restarts.
18226 * textmodes/remember.el (remember-data-file): Add :set callback to
18227 affect notes buffer (if any).
18228 (remember-notes): New command.
18229 (remember-notes-buffer-name, bury-remember-notes-on-kill):
18230 New defcustoms for the `remember-notes' function.
18231 (remember-notes-save-and-bury-buffer): New command.
18232 (remember-notes-mode-map): New variable.
18233 (remember-mode): New minor mode.
18234 (remember-notes--kill-buffer-query): New function.
18235 * startup.el (initial-buffer-choice): Add notes to custom type.
18236
18237 2013-06-30 Eli Zaretskii <eliz@gnu.org>
18238
18239 * bindings.el (right-char, left-char): Don't call sit-for, this is
18240 no longer needed. Use arithmetic comparison only for numerical
18241 arguments.
18242
18243 * international/mule-cmds.el (select-safe-coding-system):
18244 Handle the case of FROM being a string correctly. (Bug#14755)
18245
18246 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
18247
18248 * net/shr.el (shr-make-table-1): Add a sanity check that allows
18249 progression on degenerate tables.
18250 (shr-rescale-image): ImageMagick animated images currently don't work.
18251
18252 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
18253
18254 Some fixes and improvements for desktop frame restoration.
18255 It is still experimental and disabled by default.
18256 * desktop.el (desktop--save-windows): Put the selected frame at
18257 the head of the list.
18258 (desktop--make-full-frame): New function.
18259 (desktop--restore-windows): Try to re-select the frame that was
18260 selected upon saving. Do not abort if some frames fail to restore,
18261 just show an error message and continue. Set up maximized frames
18262 so they have default non-maximized dimensions.
18263
18264 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
18265
18266 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
18267 Don't start heredoc inside a string or comment.
18268
18269 2013-06-29 Eli Zaretskii <eliz@gnu.org>
18270
18271 * bindings.el (visual-order-cursor-movement): New defcustom.
18272 (right-char, left-char): Provide visual-order cursor motion by
18273 calling move-point-visually. Update the doc strings.
18274
18275 2013-06-28 Kenichi Handa <handa@gnu.org>
18276
18277 * international/mule.el (define-coding-system): New coding system
18278 properties :inhibit-null-byte-detection,
18279 :inhibit-iso-escape-detection, and :prefer-utf-8.
18280 (set-buffer-file-coding-system): If :charset-list property of
18281 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
18282 appropriate for setting.
18283
18284 * international/mule-cmds.el (select-safe-coding-system):
18285 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
18286 multibyte characters, return utf-8 (or one of its siblings).
18287
18288 * international/mule-conf.el (prefer-utf-8): New coding system.
18289 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
18290 files.
18291
18292 2013-06-28 Ivan Kanis <ivan@kanis.fr>
18293
18294 * net/shr.el (shr-render-region): New function.
18295
18296 * net/eww.el: Autoload `eww-browse-url'.
18297
18298 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
18299
18300 * emacs-lisp/package-x.el (package-upload-buffer-internal):
18301 Adapt to `package-desc-version' being a list.
18302 Use `package--ac-desc-version' to retrieve version from a package
18303 archive element.
18304
18305 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
18306
18307 New experimental feature to save&restore window and frame setup.
18308 * desktop.el (desktop-save-windows): New defcustom.
18309 (desktop--saved-states): New var.
18310 (desktop--excluded-frame-parameters): New defconst.
18311 (desktop--filter-frame-parms, desktop--find-frame-in-display)
18312 (desktop--restore-windows, desktop--save-windows): New functions.
18313 (desktop-save): Call `desktop--save-windows'.
18314 (desktop-read): Call `desktop--restore-windows'.
18315
18316 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18317
18318 * net/shr.el (add-face-text-property): Remove compat definition.
18319
18320 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
18321
18322 * info.el (Info-try-follow-nearest-node): Move search for footnote
18323 above search for node name to prevent missing a footnote (bug#14717).
18324
18325 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
18326
18327 * obsolete/otodo-mode.el: Add obsolescence info to file header.
18328
18329 2013-06-27 Leo Liu <sdl.web@gmail.com>
18330
18331 * net/eww.el (eww-read-bookmarks): Check file size.
18332
18333 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
18334
18335 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
18336 advice--pending if newdef is nil or an autoload (bug#13820).
18337 (advice-mapc): New function.
18338
18339 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
18340
18341 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
18342 probably.
18343 (eww-mode-map): Add a menu bar.
18344 (eww-add-bookmark): New command.
18345 (eww-bookmark-mode): New mode and commands.
18346 (eww-add-bookmark): Remove newlines from the title.
18347 (eww-bookmark-browse): Don't bug out if it's the only window.
18348
18349 2013-06-26 Glenn Morris <rgm@gnu.org>
18350
18351 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
18352 (hfy-size): Handle ttys. (Bug#14668)
18353
18354 * info-xref.el: Update for Texinfo 5 change in *note format.
18355 (info-xref-node-re, info-xref-note-re): New constants.
18356 (info-xref-check-buffer): Use info-xref-note-re.
18357
18358 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
18359
18360 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
18361
18362 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
18363 nil terminate the loop (bug#14718).
18364
18365 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
18366
18367 * net/eww.el: Rework history traversal. When going forward/back,
18368 put these actions into the history, too, so that they can be
18369 replayed.
18370 (eww-render): Move the history reset to the correct buffer.
18371
18372 2013-06-25 Juri Linkov <juri@jurta.org>
18373
18374 * files-x.el (modify-dir-local-variable): Change the header comment
18375 in the file with directory local variables. (Bug#14692)
18376
18377 * files-x.el (read-file-local-variable-value): Add `default'.
18378 (Bug#14710)
18379
18380 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
18381
18382 * net/eww.el (eww-make-unique-file-name): Create a unique file
18383 name before saving to entering `y' accidentally asynchronously.
18384
18385 2013-06-25 Ivan Kanis <ivan@kanis.fr>
18386
18387 * net/eww.el (eww-download): New command and keystroke.
18388
18389 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
18390
18391 * net/eww.el (eww-copy-page-url): Change name of command.
18392
18393 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
18394 be more consistent with Info and dired.
18395
18396 * net/eww.el (eww-mode-map): Ditto.
18397
18398 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
18399
18400 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
18401 packages from archives.
18402 (package-archive-contents): Change format; include obsolete packages.
18403 (package-desc): Use `dir' to mark builtin packages.
18404 (package--from-builtin): Set the `dir' field to `builtin'.
18405 (generated-autoload-file, version-control): Declare.
18406 (package-compute-transaction): Change first arg and return value to be
18407 lists of package-descs. Adjust to new package-archive-contents format.
18408 (package--add-to-archive-contents): Adjust to new
18409 package-archive-contents format.
18410 (package-download-transaction): Arg is now a list of package-descs.
18411 (package-install): If `pkg' is a package name, pass it as
18412 a requirement, so it is subject to the usual (e.g. disabled) checks.
18413 (describe-package): Accept package-desc as well.
18414 (describe-package-1): Describe a specific package-desc. Add links to
18415 other package-descs for the same package name.
18416 (package-menu-describe-package): Pass the actual package-desc.
18417 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
18418 works correctly.
18419 (package-desc-status): New function.
18420 (package-menu--refresh): New function, extracted
18421 from package-menu--generate.
18422 (package-menu--generate): Use it.
18423 (package-delete): Update package-alist.
18424 (package-menu-execute): Don't call package-initialize.
18425
18426 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
18427 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
18428 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
18429 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
18430 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
18431 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
18432
18433 2013-06-25 Martin Rudalics <rudalics@gmx.at>
18434
18435 * window.el (window--state-get-1): Workaround for bug#14527.
18436 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
18437
18438 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
18439
18440 * net/eww.el (eww-back-url): Implement the history by stashing all
18441 the data into a list.
18442 (eww-forward-url): Allow going forward in the history, too.
18443
18444 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
18445
18446 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
18447 for values and use read--expression for expressions (bug#14710).
18448 (read-file-local-variable): Avoid setq.
18449 (read-file-local-variable-mode): Use minor-mode-list.
18450
18451 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
18452
18453 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
18454 for DOI URLs.
18455
18456 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
18457
18458 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
18459 Update imenu-support when dialect changes.
18460
18461 2013-06-25 Leo Liu <sdl.web@gmail.com>
18462
18463 * ido.el (ido-read-internal): Allow forward slash on windows.
18464
18465 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18466
18467 * net/eww.el (eww): Start of strings is \\`, not ^.
18468
18469 2013-06-24 Ivan Kanis <ivan@kanis.fr>
18470
18471 * net/shr.el (shr-browse-url): Fix interactive spec.
18472
18473 * net/eww.el (eww): Add a trailing slash to domain names.
18474
18475 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
18476
18477 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
18478
18479 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18480
18481 * net/shr.el (shr-browse-url): Use an external browser if given a
18482 prefix.
18483
18484 * net/eww.el (eww-external-browser): Move to shr.
18485
18486 2013-06-24 Ivan Kanis <ivan@kanis.fr>
18487
18488 * net/eww.el (eww): Work more correctly for file: URLs.
18489 (eww-detect-charset): Allow quoted charsets.
18490 (eww-yank-page-url): New command and keystroke.
18491
18492 2013-06-24 Daiki Ueno <ueno@gnu.org>
18493
18494 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
18495 file name of gpg executable.
18496 (epg-context-program): New function.
18497 (epg-context-home-directory): New function.
18498 (epg-context-set-program): New function.
18499 (epg-context-set-home-directory): New function.
18500 (epg--start): Use `epg-context-program' instead of
18501 'epg-gpg-program'.
18502 (epg--list-keys-1): Likewise.
18503
18504 2013-06-24 Leo Liu <sdl.web@gmail.com>
18505
18506 * ido.el (ido-read-internal): Fix bug#14620.
18507
18508 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
18509
18510 * faces.el (face-documentation): Simplify.
18511 (read-face-attribute, tty-find-type, x-resolve-font-name):
18512 Use `string-match-p'.
18513 (list-faces-display): Use `string-match-p'. Simplify.
18514 (face-spec-recalc): Check face to avoid face alias loops.
18515 (read-color): Use `string-match-p' and non-capturing parenthesis.
18516
18517 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18518
18519 * net/shr.el (shr-rescale-image): Use the new
18520 :max-width/:max-height functionality.
18521
18522 2013-06-23 Ivan Kanis <ivan@kanis.fr>
18523
18524 * net/eww.el (eww-search-prefix): New variable.
18525 (eww): Use it.
18526 (eww-external-browser): New variable.
18527 (eww-mode-map): New keystroke.
18528 (eww-browse-with-external-browser): New command.
18529
18530 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
18531
18532 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
18533
18534 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
18535 Don't skip aligning the next header field when padding is 0;
18536 otherwise, field width is not respected unless the title is as
18537 wide as the field.
18538
18539 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
18540
18541 * emacs-lisp/package.el (package-el-version): Remove.
18542 (package-process-define-package): Fix inf-loop.
18543 (package-install): Allow symbols as arguments again.
18544
18545 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
18546
18547 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
18548 add some more keyword-like methods.
18549 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
18550
18551 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
18552
18553 * bs.el (bs-buffer-show-mark): Make defvar-local.
18554 (bs-mode): Use setq-local.
18555
18556 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
18557 (emacs-lock--try-unlocking): Make defvar-local.
18558
18559 2013-06-22 Glenn Morris <rgm@gnu.org>
18560
18561 * play/cookie1.el (cookie-apropos): Minor simplification.
18562
18563 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
18564
18565 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
18566
18567 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
18568 `regexp-opt', it breaks the build during dumping.
18569
18570 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
18571
18572 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
18573 Highlight keyword-like methods on Kernel and Module with
18574 font-lock-builtin-face.
18575 (auto-mode-alist): Consolidate different entries into one regexp
18576 and add more *file-s.
18577
18578 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
18579
18580 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
18581
18582 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
18583 (diary-entry): Use it in the action of this button type instead of
18584 diary-goto-entry.
18585
18586 * calendar/todo-mode.el: New version.
18587 (todo-add-category): Append new category to end of file and give
18588 it the highest number, instead of putting it at the beginning and
18589 giving it 0. Incorporate noninteractive functionality.
18590 (todo-forward-category): Adapt to 1-based category numbering.
18591 Allow skipping over archived categories.
18592 (todo-backward-category): Derive from todo-forward-category.
18593 (todo-backward-item, todo-forward-item): Make noninteractive and
18594 delegate interactive part to new commands. Make sensitive to done items.
18595 (todo-categories): Make value an alist of category names and
18596 vectors of item counts.
18597 (todo-category-beg): Make a defconst.
18598 (todo-category-number): Use 1 instead of 0 as initial value.
18599 (todo-category-select): Make sensitive to overlays, optional item
18600 highlighting and done items.
18601 (todo-delete-item): Make sensitive to overlays and marked and done items.
18602 (todo-edit-item): Make sensitive to overlays and editing of
18603 date/time header optional. Add format checks.
18604 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
18605 no-op if point is not on an item. Advertise using todo-edit-quit.
18606 (todo-edit-mode): Make sensitive to new format, font-locking, and
18607 multiple todo files.
18608 (todo-insert-item, todo-insert-item-here): Derive from
18609 todo-basic-insert-item and extend functionality.
18610 (todo-item-end, todo-item-start): Make sensitive to done items.
18611 (todo-item-string): Don't return text properties. Restore point.
18612 (todo-jump-to-category): Make sensitive to multiple todo files and
18613 todo archives. Use extended category completion.
18614 (todo-lower-item, todo-raise-item): Rename to *-priority and
18615 derive from todo-set-item-priority.
18616 (todo-mode): Derive from special-mode. Make sensitive to new
18617 format, font-locking and multiple todo files. Make read-only.
18618 (todo-mode-map): Don't suppress digit keys, so they can supply
18619 prefix arguments. Add many new key bindings.
18620 (todo-prefix): Insert as an overlay instead of file text.
18621 Change semantics from diary date expression to purely visual mark.
18622 (todo-print): Rename to todo-print-buffer. Make buffer display
18623 features printable. Remove option to restrict number of items
18624 printed. Add option to print to file.
18625 (todo-print-function): Rename to todo-print-buffer-function.
18626 (todo-quit): Extend to handle exiting new todo modes.
18627 (todo-remove-item): Make sensitive to overlays.
18628 (todo-save): Extend to buffers of filtered items.
18629 (todo-show): Make sensitive to done items, multiple todo files and
18630 new todo modes. Offer to convert legacy todo file before creating
18631 first new todo file.
18632 (todo-show-priorities): Rename to todo-top-priorities.
18633 Change semantics of value 0.
18634 (todo-top-priorities): Rename to todo-filter-top-priorities,
18635 derive from todo-filter-items and extend functionality.
18636 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
18637 and extend functionality to other types of filtered items.
18638 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
18639 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
18640 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
18641 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
18642 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
18643 (todo-edit-mode-hook, todo-entry-prefix-function)
18644 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
18645 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
18646 (todo-initials, todo-insert-threshold, todo-item-string-start)
18647 (todo-line-string, todo-menu, todo-mode-hook)
18648 (todo-more-important-p, todo-previous-answer, todo-previous-line)
18649 (todo-print-priorities, todo-remove-separator)
18650 (todo-save-top-priorities-too, todo-string-count-lines)
18651 (todo-string-multiline-p, todo-time-string-format)
18652 (todo-tmp-buffer-name): Remove.
18653 (todo-add-file, todo-archive-done-item, todo-choose-archive)
18654 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
18655 (todo-edit-category-diary-inclusion)
18656 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
18657 (todo-edit-file, todo-edit-item-date-day)
18658 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
18659 (todo-edit-item-date-month, todo-edit-item-date-to-today)
18660 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
18661 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
18662 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
18663 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
18664 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
18665 (todo-filter-top-priorities-multifile, todo-find-archive)
18666 (todo-find-filtered-items-file, todo-go-to-source-item)
18667 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
18668 (todo-jump-to-archive-category, todo-lower-category)
18669 (todo-mark-category, todo-marked-item-p, todo-merge-category)
18670 (todo-move-category, todo-move-item, todo-next-button)
18671 (todo-next-item, todo-padded-string, todo-powerset)
18672 (todo-previous-button, todo-previous-item)
18673 (todo-print-buffer-to-file, todo-raise-category)
18674 (todo-rename-category, todo-repair-categories-sexp, todo-search)
18675 (todo-set-category-number, todo-set-item-priority)
18676 (todo-set-top-priorities-in-category)
18677 (todo-set-top-priorities-in-file, todo-show-categories-table)
18678 (todo-sort-categories-alphabetically-or-numerically)
18679 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
18680 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
18681 (todo-toggle-item-header, todo-toggle-item-highlighting)
18682 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
18683 (todo-toggle-view-done-items, todo-toggle-view-done-only)
18684 (todo-unarchive-items, todo-unmark-category): New commands.
18685 (todo-absolute-file-name, todo-add-to-buffer-list)
18686 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
18687 (todo-basic-insert-item, todo-category-completions)
18688 (todo-category-number, todo-category-string-matcher-1)
18689 (todo-category-string-matcher-2, todo-check-filtered-items-file)
18690 (todo-check-format, todo-clear-matches)
18691 (todo-comment-string-matcher, todo-convert-legacy-date-time)
18692 (todo-current-category, todo-date-string-matcher)
18693 (todo-define-insertion-command, todo-diary-expired-matcher)
18694 (todo-diary-goto-entry, todo-diary-item-p)
18695 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
18696 (todo-display-categories, todo-display-sorted, todo-done-item-p)
18697 (todo-done-item-section-p, todo-done-separator)
18698 (todo-done-string-matcher, todo-files, todo-filter-items)
18699 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
18700 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
18701 (todo-insert-category-line, todo-insert-item-from-calendar)
18702 (todo-insert-sort-button, todo-insert-with-overlays)
18703 (todo-insertion-command-name, todo-insertion-key-bindings)
18704 (todo-label-to-key, todo-longest-category-name-length)
18705 (todo-make-categories-list, todo-mode-external-set)
18706 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
18707 (todo-modes-set-3, todo-multiple-filter-files)
18708 (todo-nondiary-marker-matcher, todo-prefix-overlays)
18709 (todo-read-category, todo-read-date, todo-read-dayname)
18710 (todo-read-file-name, todo-read-time)
18711 (todo-reevaluate-category-completions-files-defcustom)
18712 (todo-reevaluate-default-file-defcustom)
18713 (todo-reevaluate-filelist-defcustoms)
18714 (todo-reevaluate-filter-files-defcustom)
18715 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
18716 (todo-reset-done-separator, todo-reset-done-separator-string)
18717 (todo-reset-done-string, todo-reset-global-current-todo-file)
18718 (todo-reset-highlight-item, todo-reset-nondiary-marker)
18719 (todo-reset-prefix, todo-set-categories)
18720 (todo-set-date-from-calendar, todo-set-show-current-file)
18721 (todo-set-top-priorities, todo-short-file-name)
18722 (todo-show-current-file, todo-sort, todo-time-string-matcher)
18723 (todo-total-item-counts, todo-update-buffer-list)
18724 (todo-update-categories-display, todo-update-categories-sexp)
18725 (todo-update-count, todo-validate-name, todo-y-or-n-p):
18726 New functions.
18727 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
18728 New major modes.
18729 (todo-categories, todo-display, todo-edit, todo-faces)
18730 (todo-filtered): New defgroups.
18731 (todo-archived-only, todo-button, todo-category-string, todo-date)
18732 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
18733 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
18734 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
18735 (todo-add-item-if-new-category, todo-always-add-time-string)
18736 (todo-categories-align, todo-categories-archived-label)
18737 (todo-categories-category-label, todo-categories-diary-label)
18738 (todo-categories-done-label, todo-categories-number-separator)
18739 (todo-categories-todo-label, todo-categories-totals-label)
18740 (todo-category-completions-files, todo-completion-ignore-case)
18741 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
18742 (todo-done-separator-string, todo-done-string)
18743 (todo-files-function, todo-filter-done-items, todo-filter-files)
18744 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
18745 (todo-initial-category, todo-initial-file, todo-item-mark)
18746 (todo-legacy-date-time-regexp, todo-mode-line-function)
18747 (todo-nondiary-marker, todo-number-prefix)
18748 (todo-print-buffer-function, todo-show-current-file)
18749 (todo-show-done-only, todo-show-first, todo-show-with-done)
18750 (todo-skip-archived-categories, todo-top-priorities-overrides)
18751 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
18752 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
18753 New defcustoms.
18754 (todo-category-done, todo-date-pattern, todo-date-string-start)
18755 (todo-diary-items-buffer, todo-done-string-start)
18756 (todo-filtered-items-buffer, todo-item-start)
18757 (todo-month-abbrev-array, todo-month-name-array)
18758 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
18759 (todo-top-priorities-buffer): New defconsts.
18760 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
18761 (todo-categories-with-marks, todo-category-string-face)
18762 (todo-comment-face, todo-comment-string, todo-current-todo-file)
18763 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
18764 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
18765 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
18766 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
18767 (todo-font-lock-keywords, todo-global-current-todo-file)
18768 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
18769 (todo-insertion-commands-args)
18770 (todo-insertion-commands-args-genlist)
18771 (todo-insertion-commands-names, todo-insertion-map)
18772 (todo-key-bindings-t, todo-key-bindings-t+a)
18773 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
18774 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
18775 (todo-nondiary-face, todo-print-buffer, todo-time-face)
18776 (todo-visited): New variables.
18777
18778 2013-06-21 Glenn Morris <rgm@gnu.org>
18779
18780 * play/cookie1.el (cookie-apropos): Add optional display argument.
18781 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
18782 (psychoanalyze-pinhead): Use cookie-doctor.
18783
18784 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
18785
18786 * emacs-lisp/package.el (tar-get-file-descriptor)
18787 (tar--extract): Declare.
18788
18789 2013-06-21 Eduard Wiebe <usenet@pusto.de>
18790
18791 Extend flymake's warning predicate to be a function (bug#14217).
18792 * progmodes/flymake.el (flymake-warning-predicate): New.
18793 (flymake-parse-line): Use it.
18794 (flymake-warning-re): Make obsolete alias to
18795 `flymake-warning-predicate'.
18796
18797 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
18798
18799 * emacs-lisp/package.el (package-alist): Include obsolete packages.
18800 (package-obsolete-list): Remove.
18801 (package-activate): Remove min-version argument. Add `force' argument.
18802 Adjust to new package-alist format.
18803 (package-mark-obsolete): Remove.
18804 (package-unpack): Force reload of the package's autoloads.
18805 (package-installed-p): Check builtins if the installed package is not
18806 recent enough.
18807 (package-initialize): Don't reset package-obsolete-list.
18808 Don't specify which package version to activate.
18809 (package-process-define-package, describe-package-1)
18810 (package-menu--generate): Adjust to new package-alist format.
18811
18812 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
18813
18814 * allout-widgets.el (allout-widgets-mode-off)
18815 (allout-widgets-mode-on, allout-widgets-pre-command-business)
18816 (allout-widgets-post-command-business)
18817 (allout-widgets-after-copy-or-kill-function)
18818 (allout-widgets-after-undo-function, allout-test-range-overlaps)
18819 (allout-decorate-item-and-context)
18820 (allout-graphics-modification-handler): Fix typos in docstrings.
18821 (allout-get-or-create-parent-widget): Use `looking-at-p'.
18822
18823 * cmuscheme.el (scheme-start-file): Doc fix.
18824 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
18825 (scheme-input-filter): Use `string-match-p'.
18826
18827 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
18828
18829 * dired-x.el: Use Dired consistently in docstrings.
18830
18831 * dired.el: Use Dired consistently in docstrings.
18832 (dired-readin, dired-mode): Use `setq-local'.
18833 (dired-switches-alist): Make defvar-local.
18834 (dired-buffers-for-dir): Use `zerop'.
18835 (dired-safe-switches-p, dired-switches-escape-p)
18836 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
18837 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
18838 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
18839 (dired-goto-next-nontrivial-file): Use `string-match-p'.
18840 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
18841 (dired-toggle-marks, dired-mark-files-containing-regexp)
18842 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
18843 (dired-flag-auto-save-files, dired-flag-backup-files):
18844 Use `looking-at-p'.
18845 (dired-mark-files-regexp, dired-build-subdir-alist):
18846 Use `string-match-p', `looking-at-p'.
18847
18848 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
18849 (direct-print-region-helper): Use `string-match-p'.
18850
18851 2013-06-21 Leo Liu <sdl.web@gmail.com>
18852
18853 * comint.el (comint-redirect-results-list-from-process):
18854 Fix infinite loop.
18855
18856 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18857
18858 * net/eww.el (eww-update-header-line-format): Quote % characters.
18859
18860 2013-06-21 Glenn Morris <rgm@gnu.org>
18861
18862 * play/cookie1.el (cookie): New custom group.
18863 (cookie-file): New option.
18864 (cookie-check-file): New function.
18865 (cookie): Make it interactive. Make start and end messages optional.
18866 Interactively, display the result. Default to cookie-file.
18867 (cookie-insert): Default to cookie-file.
18868 (cookie-snarf): Make start and end messages optional.
18869 Default to cookie-file. Use with-temp-buffer.
18870 (cookie-read): Rename from read-cookie.
18871 Make start and end messages optional. Default to cookie-file.
18872 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
18873 Do not autoload it.
18874 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
18875 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
18876
18877 2013-06-21 Leo Liu <sdl.web@gmail.com>
18878
18879 * progmodes/octave.el (octave-mode): Backward compatibility fix.
18880
18881 2013-06-21 Glenn Morris <rgm@gnu.org>
18882
18883 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
18884
18885 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
18886 Daniel Hackney <dan@haxney.org>
18887
18888 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
18889 Consolidate the single-file vs tarball code.
18890 (package-desc-suffix): New function.
18891 (package-desc-full-name): Don't bother inlining it.
18892 (package-load-descriptor): Return the new package-desc.
18893 (package-mark-obsolete): Remove unused arg `package'.
18894 (package-unpack): Make it work for single files as well.
18895 Make it update package-alist.
18896 (package--make-autoloads-and-stuff): Rename from
18897 package--make-autoloads-and-compile. Don't compile any more.
18898 (package--compile): New function.
18899 (package-generate-description-file): New function, extracted from
18900 package-unpack-single.
18901 (package-unpack-single): Remove.
18902 (package--with-work-buffer): Add indentation and debugging info.
18903 (package-download-single): Remove.
18904 (package-install-from-archive): Rename from package-download-tar, make
18905 it take a pkg-desc, and make it work for single files as well.
18906 (package-download-transaction): Simplify.
18907 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
18908 external tar program.
18909 (package-install-from-buffer): Remove `pkg-desc' argument.
18910 Use package-tar-file-info for tar-mode buffers.
18911 (package-install-file): Simplify accordingly.
18912 (package-archive-base): Change to take a pkg-desc.
18913 * tar-mode.el (tar--check-descriptor): New function, extracted from
18914 tar-get-descriptor.
18915 (tar-get-descriptor): Use it.
18916 (tar-get-file-descriptor): New function.
18917 (tar--extract): New function, extracted from tar-extract.
18918 (tar--extract): Use it.
18919 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
18920 case the summary uses non-ascii. Adjust to new calling convention of
18921 package-tar-file-info.
18922
18923 2013-06-21 Leo Liu <sdl.web@gmail.com>
18924
18925 * comint.el (comint-redirect-results-list-from-process):
18926 Fix random delay. (Bug#14681)
18927
18928 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
18929
18930 * profiler.el (profiler-format-number): Use log, not log10.
18931
18932 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
18933
18934 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
18935
18936 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
18937
18938 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
18939 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
18940 yet available.
18941 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
18942 (AUTOGENEL): ... here.
18943 * emacs-lisp/cl-macs.el (cl--sublis): New function.
18944 (cl--defsubst-expand): Use it.
18945
18946 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
18947
18948 * subr.el (log10): Move here from C code, and declare as obsolete.
18949 All uses of (log10 X) replaced with (log X 10).
18950
18951 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
18952
18953 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
18954 Declare with `defvar-local'.
18955 (tabulated-list-use-header-line, tabulated-list-entries)
18956 (tabulated-list-padding, tabulated-list-printer)
18957 (tabulated-list-sort-key): Declare with `defvar-local'.
18958 (tabulated-list-init-header, tabulated-list-print-fake-header):
18959 Use `setq-local'.
18960
18961 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
18962
18963 * arc-mode.el (archive-mode): Add `archive-write-file' to
18964 `write-contents-functions' also for remote files. (Bug#14652)
18965
18966 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
18967
18968 * cus-edit.el (custom-commands): Fix typos.
18969 (custom-display): Fix tooltip text.
18970 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
18971 Fix typos in docstrings.
18972 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
18973 (custom-unlispify-menu-entry, custom-magic-value-create)
18974 (custom-add-see-also, custom-group-value-create): Use ?\s.
18975 (custom-guess-type, customize-apropos, editable-field)
18976 (custom-face-value-create): Use `string-match-p'.
18977 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
18978
18979 * custom.el (custom-load-symbol): Use `string-match-p'.
18980
18981 * ansi-color.el: Convert to lexical binding.
18982 (ansi-colors): Fix URL.
18983 (ansi-color-context, ansi-color-context-region): Use defvar-local.
18984 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
18985 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
18986
18987 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18988
18989 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
18990
18991 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
18992
18993 2013-06-19 Tom Tromey <tromey@redhat.com>
18994
18995 * net/eww.el (eww-top-url): Remove.
18996 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
18997 (eww-render): Set new variables. Don't set eww-top-url.
18998 (eww-handle-link): Handle "prev", "home", and "contents".
18999 Downcase the rel text.
19000 (eww-top-url): Choose best top URL.
19001
19002 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19003
19004 * net/eww.el: Rewrite to implement form elements "by hand" instead of
19005 relying in widget.el. Using widget.el leads to too many
19006 user interface inconsistencies.
19007 (eww-self-insert): Implement entering commands in text fields.
19008 (eww-process-text-input): New function to make text input field editing
19009 work.
19010 (eww-submit): Rewrite to use the new-style form methods.
19011 (eww-select-display): Display the correct selected item.
19012 (eww-change-select): Implement changing the select value.
19013 (eww-toggle-checkbox): Implement radio/checkboxes.
19014 (eww-update-field): Fix compilation error.
19015 (eww-tag-textarea): Implement <textarea>.
19016
19017 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
19018 we don't shadow mode-specific bindings.
19019
19020 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
19021 nothing to push.
19022
19023 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
19024
19025 2013-06-19 Glenn Morris <rgm@gnu.org>
19026
19027 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
19028
19029 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
19030
19031 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
19032 not needed.
19033
19034 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
19035
19036 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19037
19038 * net/browse-url.el (browse-url-browser-function):
19039 `eww-browse-url' has the right calling signature, `eww' does not.
19040
19041 2013-06-19 Glenn Morris <rgm@gnu.org>
19042
19043 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19044 Only eval autoloaded macros.
19045 (byte-compile-autoload): Only give the macro warning for macros.
19046
19047 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
19048 (ps-underlined-faces): Declare.
19049
19050 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
19051 (speedbar-add-supported-extension): Declare.
19052
19053 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
19054 Don't include a date stamp in the header of the generated file;
19055 it leads to needless differences between output files.
19056
19057 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
19058
19059 * net/secrets.el (secrets-struct-secret-content-type):
19060 Replace check of introspection data by a test call of "CreateItem".
19061 Some servers do not offer introspection.
19062
19063 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
19064
19065 * electric.el (electric-pair-mode): Improve interaction with
19066 electric-layout-mode.
19067 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
19068 (electric-pair-syntax): Use text-mode-syntax-table in comments
19069 and strings.
19070 (electric-pair--insert): New function.
19071 (electric-pair-post-self-insert-function): Use it and
19072 electric--after-char-pos.
19073
19074 2013-06-19 Leo Liu <sdl.web@gmail.com>
19075
19076 * progmodes/octave.el (octave-help): Fix regexp.
19077
19078 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19079
19080 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
19081 (shr-table-horizontal-line): Allow nil as a value, and change the
19082 default.
19083 (shr-insert-table-ruler): Respect the nil value.
19084
19085 2013-06-18 Tom Tromey <tromey@barimba>
19086
19087 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
19088 New defvars.
19089 (eww-open-file): New defun.
19090 (eww-render): Initialize new variables.
19091 (eww-display-html): Handle "link" and "a".
19092 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
19093 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
19094 (eww-back-url): Rename from eww-previous-url.
19095 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
19096 New defuns.
19097
19098 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
19099
19100 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
19101 Distinguish ternary operator tokens from slash symbol and slash
19102 char literal.
19103
19104 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
19105
19106 Convert symbol prettification into minor mode and global minor mode.
19107
19108 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
19109 `prog-prettify-symbols', and make a local defvar instead of defcustom.
19110 (prettify-symbols--keywords): Rename from
19111 `prog-prettify-symbols-alist' and make a local defvar.
19112 (prettify-symbols--compose-symbol): Rename from
19113 `prog--prettify-font-lock-compose-symbol'.
19114 (prettify-symbols--make-keywords): Rename from
19115 `prog-prettify-font-lock-symbols-keywords' and simplify.
19116 (prog-prettify-install): Remove.
19117 (prettify-symbols-mode): New minor mode, based on
19118 `prog-prettify-install'.
19119 (turn-on-prettify-symbols-mode): New function.
19120 (global-prettify-symbols-mode): New globalized minor mode.
19121
19122 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19123 * progmodes/cfengine.el (cfengine3-mode):
19124 * progmodes/perl-mode.el (perl-mode): Don't call
19125 `prog-prettify-install'; set `prettify-symbols-alist' instead.
19126
19127 2013-06-18 Juri Linkov <juri@jurta.org>
19128
19129 * files-x.el (modify-file-local-variable-message): New function.
19130 (modify-file-local-variable)
19131 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
19132 and call `modify-file-local-variable-message' when it's non-nil.
19133 (add-file-local-variable, delete-file-local-variable)
19134 (add-file-local-variable-prop-line)
19135 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
19136 and use it. (Bug#9820)
19137
19138 2013-06-18 Juri Linkov <juri@jurta.org>
19139
19140 * emulation/vi.el (vi-shell-op):
19141 * emulation/vip.el (vip-execute-com, ex-command):
19142 * emulation/viper-cmd.el (viper-exec-bang):
19143 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
19144 the call of `shell-command-on-region'. (Bug#14637)
19145
19146 * simple.el (shell-command-on-region): Doc fix.
19147
19148 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
19149
19150 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
19151 (bug#14633).
19152
19153 2013-06-18 Glenn Morris <rgm@gnu.org>
19154
19155 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
19156
19157 * newcomment.el (comment-search-forward, comment-search-backward):
19158 Doc fix. (Bug#14376)
19159
19160 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
19161
19162 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
19163 (buffer-face-mode-invoke): Doc fix.
19164
19165 2013-06-18 Matthias Meulien <orontee@gmail.com>
19166
19167 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
19168 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
19169
19170 2013-06-18 Glenn Morris <rgm@gnu.org>
19171
19172 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
19173 Replace obsolete function generic-make-keywords with its expansion.
19174
19175 * progmodes/python.el (ffap-alist): Declare.
19176
19177 * textmodes/reftex.el (bibtex-mode-map): Declare.
19178
19179 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
19180
19181 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
19182 (package-unpack, package-unpack-single): Return the pkg-dir.
19183 (package-download-transaction): Use it to update package-alist.
19184
19185 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19186
19187 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
19188 possible choice.
19189
19190 2013-06-17 Juri Linkov <juri@jurta.org>
19191
19192 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
19193
19194 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
19195
19196 * emacs-lisp/package.el (package-load-descriptor):
19197 Remove `with-syntax-table' call, `read' doesn't need it.
19198 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
19199
19200 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
19201
19202 * startup.el (command-line): Expand package name returned by
19203 `package--description-file' (bug#14639).
19204
19205 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
19206
19207 * emacs-lisp/package.el (package-load-descriptor): Do not call
19208 `emacs-lisp-mode', just use its syntax table.
19209
19210 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
19211
19212 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
19213 `font-lock-extra-managed-props' if any prettifying keyword is added.
19214 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
19215 (prog-mode): Use `setq-local'.
19216
19217 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
19218
19219 * international/characters.el (standard-case-table): Set syntax of ?»
19220 and ?« to punctuation.
19221
19222 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
19223
19224 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
19225 Save relevant match data before calling `syntax-ppss' (bug#14595).
19226
19227 2013-06-15 Juri Linkov <juri@jurta.org>
19228
19229 * files-x.el (modify-file-local-variable-prop-line): Add local
19230 variables to the end of the existing comment on the first line.
19231 Use `file-auto-mode-skip' to skip interpreter magic line,
19232 and also skip XML declaration.
19233
19234 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19235
19236 * startup.el (package--builtin-versions): New var.
19237 (package-subdirectory-regexp): Remove.
19238 (package--description-file): Hard code its value instead.
19239
19240 * emacs-lisp/package.el: Don't activate packages older than builtin.
19241 (package-obsolete-list): Rename from package-obsolete-alist, and make
19242 it into a simple list of package-desc.
19243 (package-strip-version): Remove.
19244 (package-built-in-p): Use package--builtin-versions.
19245 (package-mark-obsolete): Simplify.
19246 (package-process-define-package): Mark it obsolete if older than the
19247 builtin version.
19248 (package-handle-response): Use line-end-position.
19249 (package-read-archive-contents, package--download-one-archive):
19250 Simplify.
19251 (package--add-to-archive-contents): Skip if older than the builtin or
19252 installed version.
19253 (package-menu-describe-package): Fix last change.
19254 (package-list-unversioned): New var.
19255 (package-menu--generate): Use it.
19256
19257 * emacs-lisp/autoload.el: Manage package--builtin-versions.
19258 (autoload--insert-text, autoload--insert-cookie-text): New functions.
19259 (autoload-builtin-package-versions): New variable.
19260 (autoload-generate-file-autoloads): Use them.
19261 Remove the list of autoloaded functions/macros from the
19262 (autoload...) comments.
19263
19264 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
19265
19266 2013-06-15 Eli Zaretskii <eliz@gnu.org>
19267
19268 * simple.el (line-move-partial): Don't jump to the next screen
19269 line as soon as it becomes visible. Instead, continue enlarging
19270 the vscroll until the portion of a tall screen line that's left on
19271 display is about the height of the frame's default font.
19272 (Bug#14567)
19273
19274 2013-06-15 Glenn Morris <rgm@gnu.org>
19275
19276 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
19277 compilation-error-regexp-alist void, or local while let-bound.
19278
19279 * progmodes/make-mode.el (makefile-mode-syntax-table):
19280 Treat "=" as punctuation. (Bug#14614)
19281
19282 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
19283
19284 * help-fns.el (describe-variable):
19285 Add extra line for permanent-local variables.
19286
19287 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
19288
19289 * progmodes/scheme.el (scheme-font-lock-keywords-2):
19290 Add export, import, library. (Bug#9164)
19291 (library): Set indent function.
19292
19293 2013-06-14 Glenn Morris <rgm@gnu.org>
19294
19295 * term/xterm.el (xterm--query):
19296 Stop after first matching handler. (Bug#14615)
19297
19298 2013-06-14 Ivan Kanis <ivan@kanis.fr>
19299
19300 Add support for dired in saveplace.
19301 * dired.el (dired-initial-position-hook): New variable.
19302 (dired-initial-position): Call hook to place cursor position.
19303 * saveplace.el (save-place-to-alist): Add dired position.
19304 (save-place-dired-hook): New function.
19305
19306 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
19307
19308 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
19309 through a symbol rather than letrec.
19310
19311 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
19312 (package-desc): Add `dir' field.
19313 (package-desc-full-name): New function.
19314 (package-load-descriptor): Combine the two arguments. Don't use `load'.
19315 (package-maybe-load-descriptor): Remove.
19316 (package-load-all-descriptors): Just call package-load-descriptor.
19317 (package--disabled-p): New function.
19318 (package-desc-vers, package-desc-doc): Remove aliases.
19319 (package--dir): Remove function.
19320 (package-activate): Check if a package is disabled.
19321 (package-process-define-package): New function, extracted from
19322 define-package.
19323 (define-package): Turn into a place holder.
19324 (package-unpack-single, package-tar-file-info):
19325 Use package--description-file.
19326 (package-compute-transaction): Use package--disabled-p.
19327 (package-download-transaction): Don't call
19328 package-maybe-load-descriptor since they're all loaded anyway.
19329 (package-install): Change argument to be a pkg-desc.
19330 (package-delete): Use a single pkg-desc argument.
19331 (describe-package-1): Use package-desc-dir instead of package--dir.
19332 Use package-desc property instead of package-symbol.
19333 (package-install-button-action): Adjust accordingly.
19334 (package--push): Rewrite.
19335 (package-menu--print-info): Adjust accordingly. Change the ID format
19336 to be a pkg-desc.
19337 (package-menu-describe-package, package-menu-get-status)
19338 (package-menu--find-upgrades, package-menu-mark-upgrades)
19339 (package-menu-execute, package-menu--name-predicate):
19340 Adjust accordingly.
19341 * startup.el (package--description-file): New function.
19342 (command-line): Use it.
19343 * emacs-lisp/package-x.el (package-upload-buffer-internal):
19344 Use package-desc-version.
19345
19346 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
19347 (byte-compile-preprocess): Use it.
19348 (byte-compile-file-form-defalias): Try a bit harder to use macros we
19349 can't quite recognize.
19350 (byte-compile-add-to-list): Remove.
19351 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
19352 (cconv-closure-convert): Add assertion.
19353
19354 * emacs-lisp/map-ynp.el: Use lexical-binding.
19355 (map-y-or-n-p): Remove unused vars `tail' and `object'.
19356 Factor out some repeated code.
19357
19358 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19359
19360 * subr.el (with-eval-after-load): New macro.
19361 (eval-after-load): Allow form to be a function.
19362 take advantage of lexical-binding.
19363 (do-after-load-evaluation): Use dolist and adjust to new format.
19364 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
19365
19366 2013-06-13 Juri Linkov <juri@jurta.org>
19367
19368 * replace.el (perform-replace): Display "symbol " and other search
19369 modes from `isearch-message-prefix' in the *Help* buffer.
19370
19371 * isearch.el (isearch-query-replace): Add " symbol" and other
19372 possible search modes from `isearch-message-prefix' to the prompt.
19373 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
19374 when reading a regexp to collect.
19375
19376 2013-06-13 Juri Linkov <juri@jurta.org>
19377
19378 * isearch.el (word-search-regexp): Match whitespace if the search
19379 string begins or ends in whitespace. The LAX arg is applied to
19380 both ends of the search string. Use `regexp-quote' and explicit
19381 \< and \> instead of \b. Use \` and \' instead of ^ and $.
19382 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
19383 boundaries are replaced with symbol boundaries, and characters
19384 between symbols match non-word non-symbol syntax. (Bug#14602)
19385
19386 2013-06-13 Juri Linkov <juri@jurta.org>
19387
19388 * isearch.el (isearch-del-char): Don't exceed the length of
19389 `isearch-string' by the prefix arg. (Bug#14563)
19390
19391 2013-06-13 Juri Linkov <juri@jurta.org>
19392
19393 * isearch.el (isearch-yank-word, isearch-yank-line)
19394 (isearch-char-by-name, isearch-quote-char)
19395 (isearch-printing-char, isearch-process-search-char):
19396 Add optional count prefix arg. (Bug#14563)
19397
19398 * international/isearch-x.el
19399 (isearch-process-search-multibyte-characters):
19400 Add optional count prefix arg.
19401
19402 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19403
19404 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
19405 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
19406 lexical-binding.
19407
19408 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
19409
19410 * subr.el (set-temporary-overlay-map): Add on-exit argument.
19411
19412 2013-06-13 Glenn Morris <rgm@gnu.org>
19413
19414 * startup.el (tty-handle-args):
19415 Don't just discard "--" and anything after. (Bug#14608)
19416
19417 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
19418
19419 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
19420
19421 Implement changes in Secret Service API. Make it backward compatible.
19422 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
19423 (secrets-create-item): Use it. Prefix properties with interface.
19424
19425 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
19426
19427 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
19428 (term-emulate-terminal): Respect term-suppress-hard-newline.
19429
19430 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
19431
19432 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
19433 Only remove a `thumb-file' overlay. (Bug#14548)
19434
19435 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
19436
19437 * mail/reporter.el (reporter-submit-bug-report):
19438 Handle missing package-name. (Bug#14600)
19439
19440 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
19441
19442 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
19443 (reftex-citation-prompt, reftex-default-bibliography)
19444 (reftex-bib-or-thebib, reftex-get-bibfile-list)
19445 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
19446 (reftex-bib-sort-author, reftex-bib-sort-year)
19447 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
19448 (reftex-extract-bib-entries-from-thebibliography)
19449 (reftex-get-bibkey-default, reftex-get-bib-names)
19450 (reftex-parse-bibtex-entry, reftex-get-bib-field)
19451 (reftex-format-bib-entry, reftex-parse-bibitem)
19452 (reftex-format-bibitem, reftex-do-citation)
19453 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
19454 (reftex-restrict-bib-matches, reftex-extract-bib-file)
19455 (reftex-insert-bib-matches, reftex-format-citation)
19456 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
19457 (reftex-create-bibtex-file): Add docstrings, mostly by converting
19458 existing comments into docstrings.
19459
19460 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
19461
19462 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
19463
19464 2013-06-12 Andreas Schwab <schwab@suse.de>
19465
19466 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
19467 for auto-save files.
19468
19469 2013-06-12 Glenn Morris <rgm@gnu.org>
19470
19471 * ido.el (ido-delete-ignored-files): Remove.
19472 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
19473 Go back to calling ido-ignore-item-p directly.
19474
19475 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
19476
19477 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
19478
19479 * ido.el (ido-delete-ignored-files): New function,
19480 split from ido-make-file-list-1.
19481 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
19482 (ido-make-file-list-1): Use ido-delete-ignored-files.
19483
19484 2013-06-12 Leo Liu <sdl.web@gmail.com>
19485
19486 * progmodes/octave.el (inferior-octave-startup)
19487 (inferior-octave-completion-table)
19488 (inferior-octave-track-window-width-change)
19489 (octave-eldoc-function-signatures, octave-help)
19490 (octave-find-definition): Use single quoted strings.
19491 (inferior-octave-startup-args): Change default value.
19492 (inferior-octave-startup): Do not hard code "-i" and
19493 "--no-line-editing".
19494 (inferior-octave-resync-dirs): Add optional arg NOERROR.
19495 (inferior-octave-directory-tracker): Use it.
19496 (octave-goto-function-definition): Robustify.
19497 (octave-help): Support highlighting operators in 'See also'.
19498 (octave-find-definition): Find subfunctions only in Octave mode.
19499
19500 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
19501
19502 * help-fns.el (help-fns--compiler-macro): If the handler function is
19503 named, then put a link to it.
19504 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
19505 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
19506 (cl-typep): Use it.
19507 (cl-eval-when): Simplify debug spec.
19508 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
19509 compiler-macro function instead of setting `compiler-macro-file'.
19510
19511 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
19512
19513 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
19514 * vc/vc-hooks.el (vc-stay-local): Doc fix.
19515
19516 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
19517 Daniel Hackney <dan@haxney.org>
19518
19519 First part of Daniel Hackney's patch to package.el.
19520 * emacs-lisp/package.el: Use defstruct.
19521 (package-desc): New, main struct.
19522 (package--bi-desc, package--ac-desc): New structs, used to describe the
19523 format in external files.
19524 (package-desc-vers): Replace with package-desc-version accessor.
19525 (package-desc-doc): Replace with package-desc-summary accessor.
19526 (package-activate-1): Remove `package' arg since the pkg-vec now
19527 includes the name.
19528 (define-package): Use package-desc-from-define.
19529 (package-unpack-single): Change file-name arg to be a symbol.
19530 (package--add-to-archive-contents): Use package-desc-create and new
19531 accessor functions to package--ac-desc.
19532 (package-buffer-info, package-tar-file-info): Return a package-desc.
19533 (package-install-from-buffer): Remove `type' argument. Change pkg-info
19534 arg to be a package-desc.
19535 (package-install-file): Adjust accordingly. Use \' to match EOS.
19536 (package--from-builtin): New function.
19537 (describe-package-1, package-menu--generate): Use it.
19538 (package--make-autoloads-and-compile): Change name arg to be a symbol.
19539 (package-generate-autoloads): Idem and return the name of the file.
19540 * emacs-lisp/package-x.el (package-upload-buffer-internal):
19541 Change pkg-info arg to be a package-desc.
19542 Use package-make-ac-desc.
19543 (package-upload-file): Use \' to match EOS.
19544 * finder.el (finder-compile-keywords): Use package-make-builtin.
19545
19546 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
19547
19548 * vc/vc.el (vc-deduce-fileset): Change error message.
19549 (vc-read-backend): New function.
19550 (vc-next-action): Use it.
19551
19552 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
19553
19554 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
19555 (prolog-font-lock-keywords): Use regexp-opt instead.
19556 Don't manually highlight strings.
19557 (prolog-mode-variables): Simplify comment-start-skip.
19558 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
19559
19560 * emacs-lisp/generic.el (generic--normalise-comments)
19561 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
19562 (generic-mode-set-comments): Use them.
19563 (generic-bracket-support): Use setq-local.
19564 (generic-make-keywords-list): Declare obsolete.
19565
19566 2013-06-11 Glenn Morris <rgm@gnu.org>
19567
19568 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19569 Prettify after setting font-lock-defaults. (Bug#14574)
19570
19571 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
19572
19573 * replace.el (query-replace, occur-read-regexp-defaults-function)
19574 (replace-search):
19575 * subr.el (declare-function, number-sequence, local-set-key)
19576 (substitute-key-definition, locate-user-emacs-file)
19577 (with-silent-modifications, split-string, eval-after-load):
19578 Fix typos, remove unneeded backslashes and reflow some docstrings.
19579
19580 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
19581
19582 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
19583 default for Elisp files.
19584
19585 2013-06-11 Glenn Morris <rgm@gnu.org>
19586
19587 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
19588 although define-derived-mode was doing this anyway. (Bug#14583)
19589
19590 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
19591
19592 * allout.el (allout-encryption-plaintext-sanitization-regexps):
19593 Fix make-variable-buffer-local call to refer to the correct variable.
19594
19595 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
19596
19597 * eshell/em-term.el (eshell-visual-commands)
19598 (eshell-visual-subcommands, eshell-visual-options):
19599 Add summary line to docstrings. Add cross-references.
19600
19601 2013-06-10 Glenn Morris <rgm@gnu.org>
19602
19603 * epa.el (epa-read-file-name): New function. (Bug#14510)
19604 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
19605
19606 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
19607
19608 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
19609 output redirection to be ignored with visual commands.
19610
19611 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
19612
19613 * eshell/em-term.el (eshell-visual-command-p): New function.
19614 (eshell-term-initialize): Move long lambda to separate function
19615 eshell-visual-command-p.
19616 * eshell/em-dirs.el (eshell-dirs-initialize):
19617 * eshell/em-script.el (eshell-script-initialize):
19618 Add missing #' to lambda.
19619
19620 2013-06-08 Leo Liu <sdl.web@gmail.com>
19621
19622 * progmodes/octave.el (octave-add-log-current-defun): New function.
19623 (octave-mode): Set add-log-current-defun-function.
19624 (octave-goto-function-definition): Do not move point if not found.
19625 (octave-find-definition): Enhance to try subfunctions first.
19626
19627 2013-06-08 Glenn Morris <rgm@gnu.org>
19628
19629 * emacs-lisp/bytecomp.el (byte-compile-char-before)
19630 (byte-compile-backward-char, byte-compile-backward-word):
19631 Improve previous change, to handle non-explicit nil.
19632
19633 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
19634
19635 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
19636 (smie--opener/closer-at-point): New function.
19637 (smie--matching-block-data): Use it. Don't match from right after an
19638 opener or right before a closer. Obey smie-blink-matching-inners.
19639 Don't signal a mismatch for repeated inners like "switch..case..case".
19640
19641 2013-06-07 Leo Liu <sdl.web@gmail.com>
19642
19643 * progmodes/octave.el (octave-mode): Set comment-use-global-state
19644 to t. (Bug#14303)
19645 (octave-function-header-regexp): Fix. (Bug#14570)
19646 (octave-help-mode-finish-hook, octave-help-mode-finish):
19647 Remove. Just use temp-buffer-show-hook.
19648
19649 * newcomment.el (comment-search-backward): Revert last change.
19650 (Bug#14434)
19651
19652 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
19653
19654 2013-06-07 Eli Zaretskii <eliz@gnu.org>
19655
19656 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
19657 through xargs, to avoid failure due to MS-Windows limitations on
19658 command-line length.
19659
19660 2013-06-06 Glenn Morris <rgm@gnu.org>
19661
19662 * font-lock.el (lisp-font-lock-keywords-2):
19663 Treat user-error like error.
19664
19665 * emacs-lisp/bytecomp.el (byte-compile-char-before)
19666 (byte-compile-backward-char, byte-compile-backward-word):
19667 Handle explicit nil arguments. (Bug#14565)
19668
19669 2013-06-05 Alan Mackenzie <acm@muc.de>
19670
19671 * isearch.el (isearch-allow-prefix): New user option.
19672 (isearch-other-meta-char): Don't exit isearch when a prefix
19673 argument is typed whilst `isearch-allow-prefix' is non-nil.
19674 (Bug#9706)
19675
19676 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
19677
19678 * autorevert.el (auto-revert-notify-handler): Use memq.
19679 Hide assertion failure.
19680
19681 * skeleton.el: Use cl-lib.
19682 (skeleton-further-elements): Use defvar-local.
19683 (skeleton-insert): Use cl-progv.
19684
19685 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
19686
19687 * progmodes/prog-mode.el (prog-prettify-symbols)
19688 (prog-prettify-install): Update docstrings.
19689
19690 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
19691
19692 * simple.el: Move all the prog-mode code to prog-mode.el.
19693 * progmodes/prog-mode.el: New file.
19694 * loadup.el: Add prog-mode.el.
19695
19696 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
19697
19698 * simple.el (prog-prettify-symbols): Add version.
19699 (prog-prettify-install): Add convenience function to prettify symbols.
19700
19701 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
19702 (perl--augmented-font-lock-keywords-1)
19703 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
19704 variables and use it.
19705
19706 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
19707 (cfengine3-mode): Remove unneeded variable and use it.
19708
19709 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
19710 (lisp--augmented-font-lock-keywords-1)
19711 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
19712 Remove unneeded variables and use it.
19713
19714 2013-06-05 João Távora <joaotavora@gmail.com>
19715
19716 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
19717 to point when opening the connection. (Bug#14380)
19718
19719 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
19720
19721 * subr.el (load-history-regexp, load-history-filename-element)
19722 (eval-after-load, after-load-functions, do-after-load-evaluation)
19723 (eval-next-after-load, display-delayed-warnings)
19724 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
19725 definition of save-match-data.
19726 (overriding-local-map): Remove accidental obsolescence declaration.
19727
19728 * emacs-lisp/edebug.el (edebug-result): Move before first use.
19729
19730 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
19731
19732 Generalize symbol prettify support to prog-mode and implement it
19733 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
19734 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
19735 (prog--prettify-font-lock-compose-symbol)
19736 (prog-prettify-font-lock-symbols-keywords): New variables and
19737 functions to support symbol prettification.
19738 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
19739 (lisp--augmented-font-lock-keywords-1)
19740 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
19741 (lisp--prettify-symbols-alist): Implement prettify of lambda.
19742 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
19743 (cfengine3--prettify-symbols-alist, cfengine3-mode):
19744 Implement prettify of -> => :: strings.
19745 * progmodes/perl-mode.el (perl-prettify-symbols)
19746 (perl--font-lock-compose-symbol)
19747 (perl--font-lock-symbols-keywords): Move to prog-mode.
19748 (perl--prettify-symbols-alist): Prettify -> => :: strings.
19749 (perl-font-lock-keywords-1)
19750 (perl-font-lock-keywords-2): Remove explicit prettify support.
19751 (perl--augmented-font-lock-keywords)
19752 (perl--augmented-font-lock-keywords-1)
19753 (perl--augmented-font-lock-keywords-2, perl-mode):
19754 Implement prettify support.
19755
19756 2013-06-05 Leo Liu <sdl.web@gmail.com>
19757
19758 Re-implement SMIE matching block highlight using
19759 show-paren-data-function. (Bug#14395)
19760 * emacs-lisp/smie.el (smie-matching-block-highlight)
19761 (smie--highlight-matching-block-overlay)
19762 (smie--highlight-matching-block-lastpos)
19763 (smie-highlight-matching-block)
19764 (smie-highlight-matching-block-mode): Remove.
19765 (smie--matching-block-data-cache): New variable.
19766 (smie--matching-block-data): New function.
19767 (smie-setup): Use smie--matching-block-data for
19768 show-paren-data-function.
19769
19770 * progmodes/octave.el (octave-mode-menu): Fix.
19771 (octave-find-definition): Skip garbage lines.
19772
19773 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
19774
19775 Fix compilation error with simultaneous dynamic+lexical scoping.
19776 Add warning when a defvar appears after the first let-binding.
19777 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
19778 (byte-compile-close-variables): Initialize it.
19779 (byte-compile--declare-var): New function.
19780 (byte-compile-file-form-defvar)
19781 (byte-compile-file-form-define-abbrev-table)
19782 (byte-compile-file-form-custom-declare-variable): Use it.
19783 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
19784 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
19785 (byte-compile-bind): Handle dynamic bindings that shadow
19786 lexical bindings.
19787 (byte-compile-unbind): Make arg non-optional.
19788 (byte-compile-let): Simplify.
19789 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
19790 (cconv--analyse-function, cconv-analyse-form): Populate it.
19791 Protect byte-compile-bound-variables to limit the scope of defvars.
19792 (cconv-analyse-form): Add missing rule for (defvar <foo>).
19793 Remove unneeded rule for `declare'.
19794
19795 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
19796 so as to avoid depending on cl-adjoin at run-time.
19797 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
19798
19799 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
19800 (macroexp--warn-and-return): Use it.
19801
19802 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
19803
19804 * subr.el: Convert to lexical binding.
19805 (overriding-local-map): Make obsolete.
19806 (add-to-list): Doc fix. Add compiler macro.
19807 (read-key): Swap values of local maps.
19808
19809 2013-06-05 Leo Liu <sdl.web@gmail.com>
19810
19811 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
19812
19813 2013-06-04 Leo Liu <sdl.web@gmail.com>
19814
19815 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
19816 (compilation-auto-jump): Suppress the "Mark set" message to give
19817 way to exit message.
19818
19819 2013-06-04 Alan Mackenzie <acm@muc.de>
19820
19821 Remove faulty optimization from indentation calculation.
19822 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
19823 search limit based on 2000 characters back from indent-point.
19824
19825 2013-06-03 Tassilo Horn <tsdh@gnu.org>
19826
19827 * eshell/em-term.el (cl-lib): Require `cl-lib'.
19828
19829 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19830
19831 * emacs-lisp/lisp.el: Use lexical-binding.
19832 (lisp--local-variables-1, lisp--local-variables): New functions.
19833 (lisp--local-variables-completion-table): New var.
19834 (lisp-completion-at-point): Use it complete let-bound vars.
19835
19836 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
19837 eagerly (bug#14422).
19838
19839 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
19840
19841 * autorevert.el (auto-revert-notify-enabled)
19842 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
19843 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
19844 (auto-revert-notify-handler): Handle also gfilenotify.
19845
19846 * subr.el (file-notify-handle-event): New defun. Replacing ...
19847 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
19848 Remove.
19849
19850 2013-06-03 Juri Linkov <juri@jurta.org>
19851
19852 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
19853 `M-s h .'. (Bug#14427)
19854
19855 * hi-lock.el (highlight-symbol-at-point): New alias for the new
19856 command `hi-lock-face-symbol-at-point'.
19857 (hi-lock-face-symbol-at-point): New command.
19858 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
19859 (hi-lock-menu): Add `highlight-symbol-at-point'.
19860 (hi-lock-mode): Doc fix.
19861
19862 * isearch.el (isearch-forward-symbol-at-point): New command.
19863 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
19864 (isearch-highlight-regexp): Add a regexp which matches
19865 words/symbols for word/symbol mode.
19866
19867 * subr.el (find-tag-default-bounds): New function with the body
19868 mostly moved from `find-tag-default'.
19869 (find-tag-default): Move most code to `find-tag-default-bounds',
19870 call it and apply `buffer-substring-no-properties' afterwards.
19871
19872 2013-06-03 Tassilo Horn <tsdh@gnu.org>
19873
19874 * eshell/em-term.el (eshell-term-initialize):
19875 Use `cl-intersection' rather than `intersection'.
19876
19877 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
19878
19879 * vc/log-view.el: Doc fix.
19880 (log-view-mode-map): Copy keymap from `special-mode-map'.
19881
19882 2013-06-02 Eric Ludlam <zappo@gnu.org>
19883
19884 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
19885 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
19886 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
19887 (eieio-unbound, eieio-default-superclass)
19888 (eieio--define-field-accessors, method-static, method-before)
19889 (method-primary, method-after, method-num-lists)
19890 (method-generic-before, method-generic-primary)
19891 (method-generic-after, method-num-slots)
19892 (eieio-specialized-key-to-generic-key)
19893 (eieio--check-type, class-v, class-p)
19894 (eieio-class-name, define-obsolete-function-alias)
19895 (eieio-class-parents-fast, eieio-class-children-fast)
19896 (same-class-fast-p, class-constructor, generic-p)
19897 (generic-primary-only-p, generic-primary-only-one-p)
19898 (class-option-assoc, class-option, eieio-object-p)
19899 (class-abstract-p, class-method-invocation-order)
19900 (eieio-defclass-autoload-map, eieio-defclass-autoload)
19901 (eieio-class-un-autoload, eieio-defclass)
19902 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
19903 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
19904 (eieio--defgeneric-init-form, eieio-defgeneric-form)
19905 (eieio-defgeneric-reset-generic-form)
19906 (eieio-defgeneric-form-primary-only)
19907 (eieio-defgeneric-reset-generic-form-primary-only)
19908 (eieio-defgeneric-form-primary-only-one)
19909 (eieio-defgeneric-reset-generic-form-primary-only-one)
19910 (eieio-unbind-method-implementations)
19911 (eieio--defmethod, eieio--typep)
19912 (eieio-perform-slot-validation, eieio-validate-slot-value)
19913 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
19914 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
19915 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
19916 (eieio-slot-name-index, eieio-class-slot-name-index)
19917 (eieio-set-defaults, eieio-initarg-to-attribute)
19918 (eieio-attribute-to-initarg, eieio-c3-candidate)
19919 (eieio-c3-merge-lists, eieio-class-precedence-c3)
19920 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
19921 (eieio-class-precedence-list, eieio-generic-call-methodname)
19922 (eieio-generic-call-arglst, eieio-generic-call-key)
19923 (eieio-generic-call-next-method-list)
19924 (eieio-pre-method-execution-functions, eieio-generic-call)
19925 (eieio-generic-call-primary-only, eieiomt-method-list)
19926 (eieiomt-optimizing-obarray, eieiomt-install)
19927 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
19928 (eieio-generic-form, eieio-defmethod, make-obsolete)
19929 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
19930 (defclass): Remove `eval-and-compile' from macro.
19931 (call-next-method, shared-initialize): Instead of using
19932 `scoped-class' variable, use new eieio--scoped-class, and
19933 eieio--with-scoped-class.
19934 (initialize-instance): Rename local variable 'scoped-class' to
19935 'this-class' to remove ambiguitity from old global.
19936
19937 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
19938 eieio.el.
19939 (eieio--scoped-class-stack): New variable.
19940 (eieio--scoped-class): New fcn.
19941 (eieio--with-scoped-class): New scoping macro.
19942 (eieio-defclass): Use pushnew instead of add-to-list.
19943 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
19944 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
19945 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
19946 `scoped-class' variable, use new eieio--scoped-class, and
19947 eieio--with-scoped-class.
19948
19949 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
19950
19951 2013-06-02 Tassilo Horn <tsdh@gnu.org>
19952
19953 * eshell/esh-ext.el (eshell-external-command): Pass args to
19954 `eshell-find-interpreter'.
19955 (eshell-find-interpreter): Add new second parameter ARGS.
19956
19957 * eshell/em-script.el (eshell-script-initialize): Add second arg
19958 to the function added as MATCH to `eshell-interpreter-alist'.
19959
19960 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
19961 the function added as MATCH to `eshell-interpreter-alist'.
19962
19963 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
19964 (eshell-visual-options): New defcustom.
19965 (eshell-escape-control-x): Adapt docstring.
19966 (eshell-term-initialize): Test `eshell-visual-subcommands' and
19967 `eshell-visual-options' in addition to `eshell-visual-commands'.
19968 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
19969
19970 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
19971
19972 * progmodes/python.el (python-indent-block-enders): Add break,
19973 continue and raise keywords.
19974
19975 2013-06-01 Glenn Morris <rgm@gnu.org>
19976
19977 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
19978
19979 Plain (f)boundp silences compilation warnings since Emacs 22.1.
19980 * progmodes/cc-cmds.el (delete-forward-p):
19981 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
19982 * progmodes/cc-engine.el (buffer-syntactic-context):
19983 * progmodes/cc-fonts.el (face-property-instance):
19984 * progmodes/cc-mode.el (set-keymap-parents):
19985 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
19986 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
19987 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
19988 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
19989 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
19990
19991 * progmodes/cc-vars.el (other): Emacs has this widget since
19992 at least 21.1, so don't (re)define it.
19993
19994 * eshell/em-cmpl.el (eshell-cmpl-initialize):
19995 Replace the obsolete alias pcomplete-arg-quote-list.
19996
19997 2013-06-01 Leo Liu <sdl.web@gmail.com>
19998
19999 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
20000 punctuation syntax.
20001 (inferior-octave-minimal-columns)
20002 (inferior-octave-last-column-width): New variables.
20003 (inferior-octave-track-window-width-change): New function.
20004 (inferior-octave-mode): Adjust column width so that Octave output,
20005 for example from 'ls', can fit into the window nicely.
20006
20007 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
20008
20009 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
20010 Highlight expansions inside regexp literals.
20011
20012 2013-05-31 Glenn Morris <rgm@gnu.org>
20013
20014 * obsolete/sym-comp.el (symbol-complete):
20015 Replace obsolete completion-annotate-function.
20016
20017 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
20018
20019 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
20020
20021 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
20022 New function, checks if point is inside a literal that allows
20023 expression expansion.
20024 (ruby-syntax-propertize-expansion): Use it.
20025 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
20026 around the body.
20027
20028 2013-05-30 Juri Linkov <juri@jurta.org>
20029
20030 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
20031 to "\M-si".
20032 (isearch-invisible): New variable.
20033 (isearch-forward): Doc fix.
20034 (isearch-mode): Set `isearch-invisible'
20035 to the value of `search-invisible'.
20036 (isearch-toggle-case-fold): Doc fix.
20037 (isearch-toggle-invisible): New command.
20038 (isearch-query-replace): Let-bind `search-invisible'
20039 to the value of `isearch-invisible'.
20040 (isearch-search): Use `isearch-invisible' instead of
20041 `search-invisible'. Let-bind `search-invisible'
20042 to the value of `isearch-invisible'. (Bug#11378)
20043
20044 2013-05-30 Juri Linkov <juri@jurta.org>
20045
20046 * replace.el (perform-replace): Avoid `isearch-range-invisible'
20047 call when `query-flag' is nil and `search-invisible' is non-nil.
20048 (Bug#11746)
20049
20050 2013-05-30 Glenn Morris <rgm@gnu.org>
20051
20052 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
20053
20054 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
20055 (cc-require): Suppress spurious "noruntime" warnings.
20056 (cc-require-when-compile): Use fboundp, for sake of compiler.
20057
20058 * progmodes/cc-mode.el: Move load of cc-vars before that of
20059 cc-langs (which in turn loads cc-vars), to quieten compiler.
20060
20061 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20062
20063 * paren.el: Simplify the code.
20064 (show-paren-mode): Always start the timer.
20065 (show-paren--idle-timer): Rename from show-paren-idle-timer.
20066 (show-paren--overlay, show-paren--overlay-1): Rename from
20067 show-paren-overlay and show-paren-overlay-1, and initialize to an
20068 overlay rather than to nil.
20069 (show-paren-function): Misc cleanup and simplifications.
20070
20071 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20072
20073 * paren.el (show-paren-data-function): New hook.
20074 (show-paren--default): New function, extracted from show-paren-function.
20075 (show-paren-function): Use show-paren-data-function.
20076
20077 2013-05-30 Glenn Morris <rgm@gnu.org>
20078
20079 * ielm.el (ielm-map, ielm-complete-symbol):
20080 Use completion-at-point rather than obsolete functions.
20081 (inferior-emacs-lisp-mode): Doc fix.
20082 Set completion-at-point-functions, rather than
20083 comint-dynamic-complete-functions.
20084
20085 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
20086 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
20087 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
20088
20089 * image.el (image-animated-p): Tweak definition.
20090
20091 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
20092 (rlogin-process-connection-type): Tweak default. Add set-after.
20093 (rlogin-host): Doc fix.
20094 (rlogin): Tweak prompt.
20095 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
20096
20097 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
20098 * progmodes/tcl.el (inferior-tcl-mode-map):
20099 Use completion-at-point rather than obsolete alias.
20100
20101 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
20102
20103 * minibuffer.el (read-file-name-completion-ignore-case):
20104 Move before completion--in-region, for eager macro expansion.
20105
20106 2013-05-29 Juri Linkov <juri@jurta.org>
20107
20108 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
20109 for total count of matching lines. Add `global-matches' for total
20110 count of matches. Rename `matches' to `lines' for count of
20111 matching lines. Add `matches' for count of matches.
20112 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
20113 to `prev-line' for line number of prev match endpt.
20114 Increment `matches' for every match. Print the number of
20115 matching lines in the header.
20116 (occur-context-lines): Rename `lines' to `curr-line'.
20117 Rename `prev-lines' to `prev-line'. (Bug#14017)
20118
20119 2013-05-29 Juri Linkov <juri@jurta.org>
20120
20121 * replace.el (perform-replace): Add `skip-read-only-count',
20122 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
20123 Increment them for corresponding conditions and report the number
20124 of skipped occurrences in the final message. (Bug#11746)
20125 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20126 (replace-string, replace-regexp): Doc fix.
20127
20128 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
20129
20130 * emacs-lisp/trace.el (trace--read-args): Provide a default.
20131
20132 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
20133 prog-mode-map (bug#14504).
20134
20135 2013-05-29 Leo Liu <sdl.web@gmail.com>
20136
20137 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
20138 (octave-help): Small simplification.
20139
20140 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
20141 off the highlight first.
20142
20143 2013-05-29 Glenn Morris <rgm@gnu.org>
20144
20145 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
20146 Handle idlwave-last-system-routine-info-cons-cell being nil.
20147
20148 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
20149 (idlwave-write-paths): Simplify via with-temp-buffer.
20150
20151 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
20152 * emulation/cua-rect.el: Also load cua-base at run time.
20153
20154 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
20155 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
20156 (cperl-imenu-on-info): Require imenu.
20157
20158 2013-05-28 Alan Mackenzie <acm@muc.de>
20159
20160 Handle "capitalised keywords" correctly.
20161 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
20162
20163 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
20164
20165 * eshell/em-unix.el: Add -r option to cp.
20166
20167 2013-05-28 Glenn Morris <rgm@gnu.org>
20168
20169 * vc/vc-arch.el (vc-exec-after): Declare.
20170 (vc-switches): Autoload.
20171 * vc/vc-bzr.el: No need to require vc when compiling.
20172 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
20173 (vc-resynch-buffer, vc-dir-refresh): Declare.
20174 (vc-setup-buffer, vc-switches): Autoload.
20175 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
20176 (vc-resynch-buffer): Declare.
20177 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
20178 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
20179 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
20180 (grep-read-regexp, grep-read-files, grep-expand-template)
20181 (vc-dir-refresh): Declare.
20182 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
20183 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
20184 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
20185 * vc/vc-mtn.el (vc-exec-after): Declare.
20186 (vc-switches): Autoload.
20187 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
20188 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
20189 (vc-file-tree-walk): Declare.
20190 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
20191 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
20192 (vc-tag-precondition, vc-rename-master): Autoload.
20193 * vc/vc-svn.el (vc-exec-after): Declare.
20194 (vc-switches, vc-setup-buffer): Autoload.
20195 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
20196 Autoload.
20197 (vc-resynch-buffer): Declare.
20198
20199 * obsolete/fast-lock.el (byte-compile-warnings):
20200 Don't warn about obsolete features in this obsolete file.
20201
20202 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
20203 Move definition before use.
20204
20205 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
20206 (dun-unix-verbs): Remove dun-zippy.
20207 (dun-zippy): Remove function.
20208
20209 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
20210
20211 2013-05-27 Juri Linkov <juri@jurta.org>
20212
20213 * replace.el (replace-search): New function with code moved out
20214 from `perform-replace'.
20215 (replace-highlight, replace-dehighlight): Move function definitions
20216 up closer to `replace-search'. (Bug#11746)
20217
20218 2013-05-27 Juri Linkov <juri@jurta.org>
20219
20220 * replace.el (perform-replace): Ignore invisible matches.
20221 In addition to checking `query-replace-skip-read-only', also
20222 filter out matches by calling `run-hook-with-args-until-failure'
20223 on `isearch-filter-predicates', and also check `search-invisible'
20224 for t or call `isearch-range-invisible'.
20225 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
20226
20227 2013-05-27 Juri Linkov <juri@jurta.org>
20228
20229 * isearch.el (isearch-filter-predicates): Rename from
20230 `isearch-filter-predicate'. Doc fix. (Bug#11378)
20231 (isearch-message-prefix): Display text from the property
20232 `isearch-message-prefix' of the currently active filters.
20233 (isearch-search): Don't compare `isearch-filter-predicate' with
20234 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
20235 on `isearch-filter-predicates'. Also check `search-invisible' for t
20236 or call `isearch-range-invisible'.
20237 (isearch-filter-visible): Make obsolete.
20238 (isearch-lazy-highlight-search):
20239 Call `run-hook-with-args-until-failure' on
20240 `isearch-filter-predicates' and use `isearch-range-invisible'.
20241
20242 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
20243 `isearch-filter-predicates' instead of `funcall'ing
20244 `isearch-filter-predicate'.
20245 (Info-mode): Set `Info-isearch-filter' to
20246 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
20247
20248 * dired-aux.el (dired-isearch-filter-predicate-orig):
20249 Remove variable.
20250 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
20251 (dired-isearch-filenames-end): Add and remove
20252 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
20253 instead of changing the value of `isearch-filter-predicate'.
20254 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
20255 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
20256 Put property `isearch-message-prefix' to "filename " on
20257 `dired-isearch-filter-filenames'.
20258
20259 * wdired.el (wdired-change-to-wdired-mode):
20260 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
20261 locally instead of changing `isearch-filter-predicate'.
20262 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
20263
20264 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
20265
20266 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
20267 return the commit hash (Bug#14459). Also set the
20268 `vc-git-detached' property.
20269 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
20270 (vc-git-mode-line-string): Use the same help-echo format whether
20271 in detached mode or not, because we know the actual revision now.
20272 When in detached mode, shorten the revision to 7 chars.
20273
20274 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
20275
20276 * emacs-lisp/easy-mmode.el (define-minor-mode):
20277 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
20278 mode hook and provide a docstring.
20279
20280 2013-05-27 Alan Mackenzie <acm@muc.de>
20281
20282 Remove spurious syntax-table text properties inserted by C-y.
20283 * progmodes/cc-mode.el (c-after-change): Also clear hard
20284 syntax-table property with value nil.
20285
20286 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
20287
20288 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
20289 when reading the events; the buffer layout shall not be changed.
20290
20291 2013-05-27 Leo Liu <sdl.web@gmail.com>
20292
20293 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
20294 New variable.
20295 (inferior-octave-directory-tracker): Automatically re-sync
20296 default-directory.
20297 (octave-help): Improve handling of 'See also'.
20298
20299 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
20300
20301 * doc-view.el: Minor naming convention tweaks.
20302 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
20303
20304 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
20305 even if there's no `display' property yet (bug#14435).
20306
20307 2013-05-25 Eli Zaretskii <eliz@gnu.org>
20308
20309 * subr.el (unmsys--file-name): Rename from reveal-filename.
20310
20311 * Makefile.in (custom-deps, finder-data, autoloads)
20312 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
20313 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
20314 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
20315
20316 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
20317
20318 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
20319 error-completion on the first 2 args of condition-case (bug#14446).
20320 Don't burp at EOB.
20321
20322 2013-05-25 Leo Liu <sdl.web@gmail.com>
20323
20324 * comint.el (comint-previous-matching-input): Do not flood the
20325 *Messages* buffer with trivial messages.
20326
20327 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
20328
20329 * progmodes/flymake.el (flymake-nop): Don't return a string.
20330 (flymake-set-at): Fix typo.
20331
20332 * simple.el (read--expression): New function, extracted from
20333 eval-expression. Set completion-at-point-functions (bug#14465).
20334 (eval-expression, eval-minibuffer): Use it.
20335
20336 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
20337
20338 * progmodes/flymake.el (flymake-save-buffer-in-file)
20339 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
20340 (flymake-selected-frame, flymake-log, flymake-ins-after)
20341 (flymake-set-at, flymake-get-buildfile-from-cache)
20342 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
20343 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
20344 Refine the doc string.
20345 (flymake-get-file-name-mode-and-masks): Reformat.
20346 (flymake-get-real-file-name-function): Fix a minor bug.
20347
20348 2013-05-24 Juri Linkov <juri@jurta.org>
20349
20350 * progmodes/grep.el (grep-mode-font-lock-keywords):
20351 Support =linenumber= format used by git-grep for lines with
20352 function names. (Bug#13549)
20353
20354 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
20355
20356 * progmodes/octave.el (octave-smie-rules): Return nil rather than
20357 0 after a semi-colon; it works better for smie-auto-fill.
20358 (octave--indent-new-comment-line): New function.
20359 (octave-indent-new-comment-line): Use it (indirectly).
20360 (octave-mode): Don't disable smie-auto-fill. Use add-function to
20361 modify comment-line-break-function.
20362
20363 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
20364 (smie-setup): Use add-function to set it.
20365
20366 2013-05-24 Sam Steingold <sds@gnu.org>
20367
20368 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
20369 argument (before the `interactive' argument).
20370
20371 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
20372
20373 * image-mode.el (image-mode-winprops): Add winprops to
20374 image-mode-winprops-alist before running
20375 image-mode-new-window-functions.
20376 * doc-view.el (doc-view-new-window-function): Don't delay
20377 doc-view-goto-page via timers (bug#14435).
20378
20379 2013-05-24 Tassilo Horn <tsdh@gnu.org>
20380
20381 * doc-view.el: Integrate with desktop.el. (Bug#14435)
20382 (doc-view-desktop-save-buffer): New function.
20383 (doc-view-restore-desktop-buffer): New function.
20384 (desktop-buffer-mode-handlers):
20385 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
20386 handler.
20387 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
20388 `desktop-save-buffer' function.
20389
20390 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
20391
20392 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
20393 (tramp-gvfs-file-name-handler): Raise a user error when
20394 `tramp-gvfs-enabled' is nil.
20395 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
20396 Do not raise a user error when loading package. (Bug#14447)
20397
20398 * net/xesam.el: Move to obsolete/.
20399
20400 2013-05-24 Glenn Morris <rgm@gnu.org>
20401
20402 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
20403
20404 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
20405
20406 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
20407 (Info-find-node, Man-getpage-in-background): Declare.
20408
20409 * mail/unrmail.el (unrmail):
20410 Replace obsolete detect-coding-with-priority.
20411
20412 * net/socks.el (socks-split-string): Use this rather than split-string.
20413 (socks-nslookup-host): Update for above change.
20414 (dynamic-choice, s5-dynamic-choice-match)
20415 (s5-dynamic-choice-match-inline, s5-widget-value-create):
20416 Comment out unused code.
20417
20418 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
20419 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
20420 (gud-tooltip-echo-area): Make obsolete.
20421 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
20422
20423 * progmodes/js.el (js--optimize-arglist): Declare.
20424
20425 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
20426
20427 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
20428 (ediff-window-C): Declare.
20429
20430 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
20431 Tweak requires to silence compiler.
20432
20433 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
20434 (he-search-string, he-tried-table, he-expand-list)
20435 (he-init-string, he-string-member, he-substitute-string)
20436 (he-reset-string): Declare.
20437
20438 * obsolete/options.el (list-options): Use custom-variable-p,
20439 rather than obsolete alias.
20440
20441 2013-05-23 Sam Steingold <sds@gnu.org>
20442
20443 * simple.el (shell-command-on-region): Pass the `replace' argument
20444 down to `call-process-region' to comply with the doc as reported on
20445 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
20446
20447 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
20448
20449 * emacs-lisp/smie.el (smie-indent-forward-token)
20450 (smie-indent-backward-token): Handle string tokens (bug#14381).
20451
20452 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
20453
20454 * ielm.el (ielm-menu): New menu.
20455 (inferior-emacs-lisp-mode): Set comment-start.
20456
20457 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
20458
20459 * textmodes/reftex.el (reftex-ref-style-toggle):
20460 Fix deactivate action.
20461
20462 * textmodes/reftex-vars.el (reftex-ref-style-alist):
20463 Add cleveref macros.
20464
20465 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
20466 Accept options for bibliography commands.
20467 * textmodes/reftex-vars.el (reftex-bibliography-commands):
20468 Add addbibresource. Basic Biblatex support.
20469
20470 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
20471
20472 * net/tramp-gvfs.el (top):
20473 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
20474 when loading package. (Bug#14447)
20475
20476 2013-05-23 Glenn Morris <rgm@gnu.org>
20477
20478 * progmodes/js.el: No need to load comint when compiling.
20479 (ring-insert, comint-send-string, comint-send-input)
20480 (comint-last-input-end, ido-chop): Declare.
20481
20482 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
20483 * vc/ediff-mult.el: Adjust requires.
20484 (ediff-directories-internal, ediff-directory-revisions-internal)
20485 (ediff-patch-file-internal): Declare.
20486 * vc/ediff-ptch.el: Adjust requires.
20487 (ediff-use-last-dir, ediff-buffers-internal): Declare.
20488 (ediff-find-file): Autoload.
20489 * vc/ediff-util.el: No need to load ediff when compiling.
20490 (ediff-regions-internal): Declare.
20491 * vc/ediff-wind.el: Adjust requires.
20492 (ediff-compute-toolbar-width): Define when compiling.
20493 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
20494 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
20495 (dired-get-filename, dired-get-marked-files)
20496 (ediff-last-dir-patch, ediff-patch-default-directory)
20497 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
20498 (ediff-patch-buffer-internal): Declare.
20499
20500 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
20501 (ispell-process, ispell-buffer-local-words, lm-summary)
20502 (lm-section-start, lm-section-end): Declare.
20503 (checkdoc-ispell-init): Simplify.
20504
20505 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
20506 (he-string-member, he-reset-string, he-substitute-string): Declare.
20507
20508 * eshell/em-ls.el: Adjust requires.
20509 (eshell-glob-regexp): Declare.
20510 * eshell/em-tramp.el: Adjust requires.
20511 (eshell-parse-command): Autoload.
20512 * eshell/em-xtra.el: Adjust requires.
20513 (eshell-parse-command): Autoload.
20514 * eshell/esh-ext.el: Adjust requires.
20515 (eshell-parse-command, eshell-close-handles): Autoload.
20516 * eshell/esh-io.el: Adjust requires.
20517 (eshell-output-filter): Autoload.
20518 * eshell/esh-util.el: No need to load tramp when compiling.
20519 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
20520 Declare.
20521 (eshell-parse-ange-ls): Require ange-ftp and tramp.
20522 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
20523 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
20524 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
20525 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
20526 * eshell/esh-opt.el, eshell/esh-proc.el:
20527 * eshell/esh-var.el: Adjust requires.
20528 * eshell/eshell.el: Do not require esh-util twice.
20529 (eshell-add-input-to-history): Declare.
20530 (eshell-command): Check history module is active before using it.
20531
20532 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
20533
20534 2013-05-22 Leo Liu <sdl.web@gmail.com>
20535
20536 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
20537
20538 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
20539
20540 * autorevert.el (auto-revert-notify-add-watch)
20541 (auto-revert-notify-handler): Add `attrib' for the inotify case,
20542 it indicates changes in file modification time.
20543
20544 2013-05-22 Glenn Morris <rgm@gnu.org>
20545
20546 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20547 Always delete the autoloaded function from the noruntime and
20548 unresolved functions lists.
20549
20550 * allout.el: No need to load epa, epg, overlay when compiling.
20551 (epg-context-set-passphrase-callback, epg-list-keys)
20552 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
20553 (epg-key-user-id-list): Declare.
20554
20555 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
20556 (viper-set-parsing-style-toggling-macro)
20557 (viper-set-emacs-state-searchstyle-macros):
20558 Use called-interactively-p on Emacs.
20559 (viper-looking-back): Make it an obsolete alias. Update callers.
20560 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
20561 Use looking-back rather than viper-looking-back.
20562 (viper-tmp-insert-at-eob, viper-enlarge-region)
20563 (viper-read-string-with-history, viper-register-to-point)
20564 (viper-append-to-register, viper-change-state-to-vi)
20565 (viper-backward-char-carefully, viper-forward-char-carefully)
20566 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
20567 (viper-change-state-to-emacs): Declare.
20568 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
20569 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
20570 * emulation/viper-mous.el: Do not load viper-cmd.
20571 (viper-backward-char-carefully, viper-forward-char-carefully)
20572 (viper-forward-word, viper-adjust-window): Declare.
20573
20574 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
20575
20576 * progmodes/idlw-help.el (idlwave-help-fontify):
20577 Use called-interactively-p.
20578
20579 * term/w32console.el (w32-get-console-codepage)
20580 (w32-get-console-output-codepage): Declare.
20581
20582 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
20583 Remove unnecessary declarations.
20584 (dframe-message): Doc fix.
20585
20586 * info.el (dframe-select-attached-frame, dframe-current-frame):
20587 Declare.
20588
20589 * speedbar.el (speedbar-message): Make it an obsolete alias.
20590 Update all callers.
20591 (speedbar-with-attached-buffer)
20592 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
20593 (speedbar-with-writable): Use backquote.
20594 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
20595 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
20596 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
20597 rather than speedbar- aliases.
20598 * mail/rmail.el: Load dframe rather than speedbar when compiling.
20599 (speedbar-make-specialized-keymap, speedbar-insert-button)
20600 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
20601 (speedbar-do-function-pointer): Declare.
20602 (rmail-speedbar-button, rmail-speedbar-find-file)
20603 (rmail-speedbar-move-message):
20604 Use dframe-with-attached-buffer rather than speedbar- alias.
20605 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
20606 (dframe-message, speedbar-make-specialized-keymap)
20607 (speedbar-add-expansion-list, speedbar-mode-functions-list)
20608 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
20609 (speedbar-insert-button, dframe-select-attached-frame)
20610 (dframe-maybee-jump-to-attached-frame)
20611 (speedbar-change-initial-expansion-list)
20612 (speedbar-previously-used-expansion-list-name): Declare.
20613 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
20614 Use dframe-message, dframe-with-attached-buffer rather than
20615 speedbar- aliases.
20616 (gud-sentinel): Silence compiler.
20617 * progmodes/vhdl-mode.el (speedbar-refresh)
20618 (speedbar-do-function-pointer, speedbar-add-supported-extension)
20619 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
20620 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
20621 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
20622 (speedbar-file-lists, speedbar-make-tag-line)
20623 (speedbar-line-directory, speedbar-goto-this-file)
20624 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
20625 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
20626 (speedbar-make-button, speedbar-reset-scanners)
20627 (speedbar-files-item-info, speedbar-line-text)
20628 (speedbar-find-file-in-frame, speedbar-set-timer)
20629 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
20630 (speedbar-with-writable): Do not (re)define it.
20631 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
20632 rather than speedbar- alias.
20633
20634 2013-05-21 Leo Liu <sdl.web@gmail.com>
20635
20636 * progmodes/octave.el (octave-mode-menu): Update and re-organize
20637 menu items.
20638 (octave-mode): Tweak fill-nobreak-predicate.
20639 (inferior-octave-startup): Check process to avoid infinite loop.
20640 (inferior-octave): Pop to buffer first to show abornmal process
20641 exit information.
20642
20643 2013-05-21 Glenn Morris <rgm@gnu.org>
20644
20645 * printing.el (pr-menu-bar): Define when compiling.
20646
20647 2013-05-21 Leo Liu <sdl.web@gmail.com>
20648
20649 * progmodes/octave.el (octave-auto-fill): Remove.
20650 (octave-indent-new-comment-line): Improve.
20651 (octave-mode): Use auto fill mode through
20652 comment-line-break-function and fill-nobreak-predicate.
20653 (octave-goto-function-definition): Support DEFUN_DLD.
20654 (octave-beginning-of-defun): Small tweak.
20655 (octave-help): Show parent directory.
20656
20657 2013-05-21 Glenn Morris <rgm@gnu.org>
20658
20659 * files.el (dired-unmark):
20660 * progmodes/gud.el (gdb-input): Update declarations.
20661
20662 * calculator.el (electric, ehelp): No need to load when compiling.
20663 (Electric-command-loop, electric-describe-mode): Declare.
20664
20665 * doc-view.el (doc-view-current-converter-processes): Move before use.
20666
20667 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
20668 Move MODE-set-explicitly definition before use.
20669
20670 * international/mule-diag.el (mule-diag):
20671 Don't use obsolete window-system-version.
20672
20673 * mail/feedmail.el (smtpmail): No need to load when compiling.
20674 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
20675
20676 * mail/mail-utils.el (rfc822): No need to load when compiling.
20677 (rfc822-addresses): Autoload it.
20678 (mail-strip-quoted-names): Trivial simplification.
20679
20680 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
20681 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
20682
20683 * net/snmp-mode.el (tempo): Don't duplicate requires.
20684
20685 * progmodes/prolog.el (info): No need to load when compiling.
20686 (comint): Require before shell requires it.
20687 (Info-goto-node): Autoload it.
20688 (Info-follow-nearest-node): Declare.
20689 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
20690
20691 * textmodes/artist.el (picture-mode-exit): Declare.
20692
20693 * textmodes/reftex-parse.el (reftex-parse-from-file):
20694 Trivial rewrite so the compiler can parse it better.
20695
20696 2013-05-20 Leo Liu <sdl.web@gmail.com>
20697
20698 * progmodes/octave.el (octave-help-mode-map)
20699 (octave-help-mode-finish-hook): New variables.
20700 (octave-help-mode, octave-help-mode-finish): New functions.
20701 (octave-help): Use octave-help-mode.
20702
20703 2013-05-20 Glenn Morris <rgm@gnu.org>
20704
20705 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
20706
20707 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
20708
20709 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
20710 start at point, so that expansion starting right after opening
20711 slash in a regexp is recognized.
20712 (ruby-syntax-before-regexp-re): New defvar, extracted from
20713 ruby-syntax-propertize-function. Since the value of this regexp
20714 is looked up at runtime now, we should be able to turn
20715 `ruby-syntax-methods-before-regexp' into a defcustom later.
20716 (ruby-syntax-propertize-function): Split regexp matching into two
20717 parts, for opening and closing slashes. That allows us to skip
20718 over string interpolations and support multiline regexps.
20719 Don't call `ruby-syntax-propertize-expansions', instead use another rule
20720 for them, which calls `ruby-syntax-propertize-expansion'.
20721 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
20722 call to `ruby-syntax-propertize-function'.
20723 (ruby-syntax-propertize-expansion): Extracted from
20724 `ruby-syntax-propertize-expansions'. Handles one expansion.
20725 (ruby-syntax-propertize-percent-literal): Leave point right after
20726 the percent symbol, so that the expression expansion rule can
20727 propertize the contents.
20728 (ruby-syntax-propertize-heredoc): Leave point at bol following the
20729 heredoc openers.
20730 (ruby-syntax-propertize-expansions): Remove.
20731
20732 2013-05-18 Juri Linkov <juri@jurta.org>
20733
20734 * man.el (Man-default-man-entry): Remove `-' from the end
20735 of the default value. (Bug#14400)
20736
20737 2013-05-18 Glenn Morris <rgm@gnu.org>
20738
20739 * comint.el (comint-password-prompt-regexp):
20740 Allow "password for XXX" where XXX contains colons (eg https://...).
20741
20742 2013-05-18 Leo Liu <sdl.web@gmail.com>
20743
20744 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
20745 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
20746 (octave-source-directories): Don't check process.
20747 (octave-source-directories, octave-find-definition): Doc fix.
20748
20749 2013-05-18 Glenn Morris <rgm@gnu.org>
20750
20751 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
20752 Remove backspace/delete bindings. (Bug#14392)
20753
20754 * cus-dep.el (custom-make-dependencies): Sort the output.
20755 (custom-versions-load-alist): Convert comment to doc.
20756
20757 2013-05-17 Leo Liu <sdl.web@gmail.com>
20758
20759 * newcomment.el (comment-search-backward): Stricter in finding
20760 comment start. (Bug#14303)
20761
20762 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
20763 (octave-comment-start-skip): Properly anchored.
20764
20765 2013-05-17 Leo Liu <sdl.web@gmail.com>
20766
20767 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
20768 Clean up when turned off. (Bug#14395)
20769 (smie--highlight-matching-block-overlay): No longer buffer-local.
20770 (smie-highlight-matching-block): Adjust.
20771
20772 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
20773
20774 Doc string fix for "nanoseconds" (Bug#14406).
20775 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
20776 Fix doc string typo that had "nanoseconds" instead of "microseconds".
20777
20778 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
20779
20780 * calc/calc-units.el (math-extract-units): Preserve powers
20781 of units.
20782
20783 2013-05-17 Leo Liu <sdl.web@gmail.com>
20784
20785 * subr.el (delete-consecutive-dups): New function.
20786 * ido.el (ido-set-matches-1): Use it.
20787 * progmodes/octave.el (inferior-octave-completion-table): Use it.
20788 * ido.el (ido-remove-consecutive-dups): Remove.
20789
20790 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
20791
20792 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
20793 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
20794 regexp-opt's `words'.
20795
20796 2013-05-16 Leo Liu <sdl.web@gmail.com>
20797
20798 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
20799 (smie--highlight-matching-block-overlay)
20800 (smie--highlight-matching-block-lastpos)
20801 (smie--highlight-matching-block-timer): New variables.
20802 (smie-highlight-matching-block): New function.
20803 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
20804 (smie-setup): Conditionally enable smie-blink-matching-open.
20805
20806 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
20807
20808 Sync with upstream verilog-mode r840.
20809 * progmodes/verilog-mode.el (verilog-mode-version)
20810 (verilog-mode-release-date): Update.
20811 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
20812 (verilog-sig-tieoff): Fix string error on
20813 AUTORESET with colon define, bug594. Reported by Andrew Hou.
20814 (verilog-read-decls): Fix parameters confusing
20815 AUTOINST interfaces, bug565. Reported by Leith Johnson.
20816
20817 2013-05-16 Eli Zaretskii <eliz@gnu.org>
20818
20819 * subr.el (reveal-filename): New function.
20820
20821 * loadup.el: Compute Emacs executable versions on MS-Windows,
20822 where executables have the .exe extension. Add a hard link
20823 emacs-XX.YY.ZZ.exe on MS-Windows.
20824
20825 * Makefile.in (XARGS_LIMIT): New variable.
20826 (custom-deps, finder-data, autoloads)
20827 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
20828 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
20829 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
20830 (compile-main): Limit xargs according to $(XARGS_LIMIT).
20831
20832 2013-05-16 Leo Liu <sdl.web@gmail.com>
20833
20834 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
20835 (octave-mode-menu, octave-mode-map): Remove its uses.
20836
20837 2013-05-16 Reto Zimmermann <reto@gnu.org>
20838
20839 Sync with upstream vhdl mode v3.34.2.
20840 * progmodes/vhdl-mode.el: Use `push' throughout.
20841 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
20842 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
20843 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
20844 (vhdl-actual-generic-name): New option to derive actual generic name.
20845 (vhdl-port-paste-signals): Replace formal by actual generics.
20846 (vhdl-beautify): New name for old group vhdl-align. Update users.
20847 (vhdl-beautify-options): New option.
20848 (vhdl-last-input-event): New compat alias. Use throughout.
20849 (vhdl-goto-line): Replace user level function `goto-line'.
20850 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
20851 vhdl-fix-statement-buffer.
20852 (vhdl-create-mode-menu): Add some entries.
20853 (vhdl-align-region-groups): Respect vhdl-beautify-options.
20854 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
20855 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
20856 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
20857 to force statements on one line.
20858 (vhdl-remove-trailing-spaces-region):
20859 New, split from vhdl-remove-trailing-spaces.
20860 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
20861 Respect vhdl-beautify-options.
20862 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
20863 (vhdl-update-sensitivity-list): Not add with index if exists without.
20864 Not include array index with signal. Ignore keywords in comments.
20865 (vhdl-get-visible-signals): Regexp tweaks.
20866 (vhdl-template-component-inst): Handle empty library.
20867 (vhdl-template-type): Add template for 'enum' type.
20868 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
20869 Use vhdl-replace-string.
20870 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
20871 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
20872 (vhdl-speedbar-initialize): Update for above name change.
20873 (vhdl-compose-wire-components): Fix in handling of constants.
20874 (vhdl-error-regexp-emacs-alist): New variable.
20875 (vhdl-error-regexp-add-emacs): New function;
20876 adds support for new compile.el (Emacs 22+)
20877 (vhdl-generate-makefile-1): Change target order for single lib. units.
20878 Allow use of absolute file names.
20879
20880 2013-05-16 Leo Liu <sdl.web@gmail.com>
20881
20882 * simple.el (prog-indent-sexp): Indent enclosing defun.
20883
20884 2013-05-15 Glenn Morris <rgm@gnu.org>
20885
20886 * cus-start.el (show-trailing-whitespace): Move to editing basics.
20887 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
20888 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
20889 (whitespace-highlight): Move to whitespace group.
20890
20891 * comint.el (comint-source):
20892 * pcmpl-linux.el (pcmpl-linux):
20893 * shell.el (shell-faces):
20894 * eshell/esh-opt.el (eshell-opt):
20895 * international/ccl.el (ccl): Remove empty custom groups.
20896
20897 * completion.el (dynamic-completion-mode):
20898 * jit-lock.el (jit-lock-debug-mode):
20899 * minibuffer.el (completion-in-region-mode):
20900 * type-break.el (type-break-mode-line-message-mode)
20901 (type-break-query-mode):
20902 * emulation/tpu-edt.el (tpu-edt-mode):
20903 * progmodes/subword.el (global-subword-mode, global-superword-mode):
20904 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
20905 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
20906
20907 * term/xterm.el (xterm): Change parent group to terminals.
20908
20909 * master.el (master): Remove empty custom group.
20910 (master-mode): Remove unused :group argument.
20911 * textmodes/refill.el (refill): Remove empty custom group.
20912 (refill-mode): Remove unused :group argument.
20913
20914 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
20915
20916 * cus-dep.el: Provide a feature.
20917 (custom-make-dependencies): Ignore dotfiles (dir-locals).
20918 Don't mistakenly ignore files whose basenames match a basename
20919 from preloaded-file-list (eg cedet/ede/simple.el).
20920 Add a fallback method for getting :group.
20921
20922 2013-05-15 Juri Linkov <juri@jurta.org>
20923
20924 * isearch.el (isearch-char-by-name): Rename from
20925 `isearch-insert-char-by-name'. Doc fix.
20926 (isearch-forward): Mention `isearch-char-by-name' in
20927 the docstring. (Bug#13348)
20928
20929 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
20930 `exit-minibuffer' instead of
20931 `isearch-nonincremental-exit-minibuffer'.
20932 (isearch-edit-string): Remove mention of
20933 `isearch-nonincremental-exit-minibuffer' from docstring.
20934 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
20935 (isearch-forward-exit-minibuffer)
20936 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
20937
20938 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
20939
20940 * loadup.el: Just use unversioned DOC.
20941
20942 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
20943 literals as extending to EOB.
20944 (nxml-last-fontify-end): Remove unused variable.
20945 (nxml-after-change1): Use with-silent-modifications.
20946 (nxml-extend-after-change-region): Simplify.
20947 (nxml-extend-after-change-region1): Remove function.
20948 (nxml-after-change1): Don't adjust for dependent regions.
20949 (nxml-fontify-matcher): Simplify.
20950 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
20951 (xmltok-add-dependent): Remove function.
20952 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
20953 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
20954 (xmltok-scan-prolog-after-processing-instruction-open): Treat
20955 unclosed <[[, <?, comment, and other literals as extending to EOB.
20956 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
20957 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
20958 Remove functions.
20959 (rng-do-some-validation-1): Don't mark dependent regions.
20960 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
20961 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
20962 (nxml-clear-dependent-regions): Remove functions.
20963 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
20964 (nxml-ensure-scan-up-to-date):
20965 Don't clear&mark dependent regions.
20966
20967 2013-05-15 Leo Liu <sdl.web@gmail.com>
20968
20969 * progmodes/octave.el (octave-goto-function-definition):
20970 Improve and fix callers.
20971
20972 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
20973
20974 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
20975 the setter (bug#14387).
20976
20977 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
20978 surrounding group (bug#14402).
20979
20980 2013-05-14 Juri Linkov <juri@jurta.org>
20981
20982 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
20983 (Bug#14390)
20984
20985 2013-05-14 Glenn Morris <rgm@gnu.org>
20986
20987 * progmodes/f90.el (f90-imenu-generic-expression):
20988 Fix typo in 2013-05-08 change. (Bug#14402)
20989
20990 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
20991
20992 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
20993 Remove signals for which replies are never received.
20994
20995 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
20996
20997 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
20998 (gdb-handler-alist, gdb-handler-number): Remove variables.
20999 (gdb-handler-list): New variable.
21000 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
21001 (gdb-pending-handler-p, gdb-handle-reply)
21002 (gdb-remove-all-pending-triggers): New functions.
21003 (gdb-discard-unordered-replies): New defcustom.
21004 (gdb-handler): New defstruct.
21005 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
21006 instead of gdb-pending-triggers. Update docstring.
21007 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
21008 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
21009 (gdb-var-update-handler, def-gdb-auto-update-trigger)
21010 (def-gdb-auto-update-handler, gdb-get-changed-registers)
21011 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
21012 (gdb-frame-handler): Pending triggers are now automatically managed.
21013 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
21014 Remove argument.
21015 (gdb-input): Automatically handles pending triggers. Update docstring.
21016 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
21017 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
21018 Update comments.
21019 (gdb-done-or-error): Now use gdb-handle-reply.
21020
21021 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
21022
21023 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
21024 gdb-debug-log.
21025
21026 2013-05-14 Glenn Morris <rgm@gnu.org>
21027
21028 * subr.el (user-emacs-directory-warning): New option.
21029 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
21030
21031 2013-05-14 Leo Liu <sdl.web@gmail.com>
21032
21033 * progmodes/octave.el (octave-font-lock-keywords): Fix error
21034 during redisplay.
21035 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
21036 (octave-font-lock-texinfo-comment): Fix invalid search bound
21037 error: wrong side of point.
21038
21039 2013-05-14 Glenn Morris <rgm@gnu.org>
21040
21041 * progmodes/flymake.el (flymake-xml-program): New option.
21042 (flymake-xml-init): Use it.
21043
21044 * term/xterm.el: Provide a feature.
21045
21046 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
21047
21048 2013-05-13 Glenn Morris <rgm@gnu.org>
21049
21050 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
21051 Add compat aliases as a hack workaround. (Bug#14384)
21052
21053 2013-05-13 Leo Liu <sdl.web@gmail.com>
21054
21055 * progmodes/octave.el (octave-indent-comment): Fix indentation for
21056 ###, and %!.
21057 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
21058 C-M-q.
21059 (octave-comment-start-skip): Include %!.
21060 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
21061
21062 2013-05-12 Leo Liu <sdl.web@gmail.com>
21063
21064 * progmodes/octave.el (inferior-octave-startup): Store the value
21065 of __octave_srcdir__ for octave-source-directories.
21066 (inferior-octave-check-process): New function refactored out of
21067 inferior-octave-send-list-and-digest.
21068 (octave-source-directories)
21069 (octave-find-definition-filename-function): New variables.
21070 (octave-source-directories)
21071 (octave-find-definition-default-filename): New functions.
21072 (octave-find-definition): Improve to find functions implemented in C++.
21073
21074 2013-05-12 Glenn Morris <rgm@gnu.org>
21075
21076 * calendar/diary-lib.el (diary-outlook-format-1):
21077 Don't include dayname in the output. (Bug#14349)
21078
21079 2013-05-11 Glenn Morris <rgm@gnu.org>
21080
21081 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
21082
21083 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
21084 Treat cc-provide like provide.
21085
21086 2013-05-11 Kevin Ryde <user42@zip.com.au>
21087
21088 * cus-dep.el (custom-make-dependencies):
21089 Use generated-autoload-load-name for the sake of files such
21090 such cedet/semantic/bovine/c.el, where the base file name
21091 is not in load-path. (Bug#5277)
21092
21093 2013-05-11 Glenn Morris <rgm@gnu.org>
21094
21095 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
21096 Provide features.
21097
21098 2013-05-11 Leo Liu <sdl.web@gmail.com>
21099
21100 * progmodes/octave.el (octave-indent-comment): Improve.
21101 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
21102 (octave-eldoc-function-signatures, octave-eldoc-function):
21103 New functions.
21104 (octave-mode, inferior-octave-mode): Add eldoc support.
21105
21106 2013-05-11 Richard Stallman <rms@gnu.org>
21107
21108 * epa.el (epa-decrypt-file): Take output file name as argument
21109 and read it using `interactive'.
21110
21111 2013-05-11 Leo Liu <sdl.web@gmail.com>
21112
21113 * progmodes/octave.el (octave-beginning-of-line)
21114 (octave-end-of-line): Check before using up-list because it jumps
21115 out of more syntactic contructs since moving to smie.
21116 (octave-indent-comment): New function.
21117 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
21118 (octave-begin-keywords, octave-end-keywords)
21119 (octave-reserved-words, octave-smie-bnf-table)
21120 (octave-smie-rules): Add new keywords from Octave 3.6.4.
21121
21122 2013-05-11 Glenn Morris <rgm@gnu.org>
21123
21124 * faces.el (internal-face-x-get-resource):
21125 * frame.el (ns-display-monitor-attributes-list):
21126 * calc/calc-aent.el (math-to-radians-2):
21127 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
21128 Fix declarations.
21129
21130 * calc/calc-menu.el: Make it loadable in isolation.
21131
21132 * net/eudcb-bbdb.el: Make it loadable without bbdb.
21133 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
21134 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
21135 (eudc-bbdb-query-internal): Require 'bbdb.
21136
21137 * lpr.el (lpr-headers-switches):
21138 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
21139
21140 * progmodes/sql.el (sql-login-params): Fix and improve :type.
21141
21142 * emulation/edt-mapper.el: In batch mode, error rather than hang.
21143
21144 * term.el (term-set-escape-char): Make it idempotent.
21145
21146 2013-05-10 Leo Liu <sdl.web@gmail.com>
21147
21148 * progmodes/octave.el (inferior-octave-completion-table):
21149 No longer a function and all uses changed. Use cache to speed up
21150 completion due to bug#11906.
21151 (octave-beginning-of-defun): Re-write to be more general.
21152
21153 2013-05-10 Glenn Morris <rgm@gnu.org>
21154
21155 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
21156
21157 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
21158
21159 * comint.el (comint-redirect-send-command-to-process): Use :around
21160 rather than :override for comint-redirect-filter.
21161 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
21162 Call it instead of comint-redirect-original-filter-function (which
21163 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
21164
21165 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
21166
21167 * frame.el (display-monitor-attributes-list): Add NS case.
21168 (ns-display-monitor-attributes-list): Declare.
21169
21170 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
21171
21172 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
21173
21174 2013-05-09 Glenn Morris <rgm@gnu.org>
21175
21176 * international/fontset.el (vertical-centering-font-regexp):
21177 Set standard-value.
21178
21179 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
21180
21181 * bookmark.el (bookmark-search-delay):
21182 * cus-start.el (vertical-centering-font-regexp):
21183 * ps-mule.el (ps-mule-font-info-database-default):
21184 * ps-print.el (ps-default-fg, ps-default-bg):
21185 * type-break.el (type-break-good-break-interval):
21186 * whitespace.el (whitespace-indentation-regexp)
21187 (whitespace-space-after-tab-regexp):
21188 * emacs-lisp/testcover.el (testcover-1value-functions)
21189 (testcover-noreturn-functions, testcover-progn-functions)
21190 (testcover-prog1-functions):
21191 * emulation/viper-init.el (viper-emacs-state-cursor-color):
21192 * eshell/em-glob.el (eshell-glob-translate-alist):
21193 * play/tetris.el (tetris-tty-colors):
21194 * progmodes/cpp.el (cpp-face-default-list):
21195 * progmodes/flymake.el (flymake-allowed-file-name-masks):
21196 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
21197 (idlwave-help-browser-generic-args):
21198 * progmodes/make-mode.el (makefile-special-targets-list):
21199 * progmodes/python.el (python-shell-virtualenv-path):
21200 * progmodes/verilog-mode.el (verilog-active-low-regexp)
21201 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
21202 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
21203 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
21204 * textmodes/reftex-vars.el (reftex-format-label-function):
21205 * textmodes/remember.el (remember-diary-file): Fix custom types.
21206
21207 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
21208 Add :version.
21209
21210 2013-05-09 Leo Liu <sdl.web@gmail.com>
21211
21212 * progmodes/octave.el (inferior-octave-completion-at-point):
21213 Restore file completion. (Bug#14300)
21214 (inferior-octave-startup): Fix incorrect highlighting for the
21215 first prompt.
21216
21217 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
21218
21219 * progmodes/ruby-mode.el: First cut at SMIE support.
21220 (ruby-use-smie): New var.
21221 (ruby-smie-grammar): New constant.
21222 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
21223 (ruby-smie--forward-token, ruby-smie--backward-token)
21224 (ruby-smie-rules): New functions.
21225 (ruby-mode-variables): Setup SMIE if applicable.
21226
21227 2013-05-08 Eli Zaretskii <eliz@gnu.org>
21228
21229 * simple.el (line-move-visual): Signal beginning/end of buffer
21230 only if vertical-motion moved less than it was requested. Avoids
21231 silly incorrect error messages when there are display strings with
21232 multiple newlines at EOL.
21233
21234 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
21235
21236 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
21237 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
21238 (prolog-char-quote-workaround):
21239 * progmodes/cperl-mode.el (cperl-under-as-char):
21240 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
21241 Mark as obsolete.
21242 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
21243 their declaration.
21244 (vhdl-mode-syntax-table-init): Remove.
21245
21246 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
21247 last change.
21248
21249 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
21250 syntax for "_".
21251 (ld-script-font-lock-keywords):
21252 Change regexps to use things like \_< and \_>.
21253
21254 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
21255 Change all regexps to use things like \_< and \_>.
21256
21257 * progmodes/autoconf.el (autoconf-definition-regexp)
21258 (autoconf-font-lock-keywords, autoconf-current-defun-function):
21259 Handle a _ with symbol syntax.
21260 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
21261
21262 * progmodes/ada-mode.el (ada-mode-abbrev-table):
21263 Consolidate declaration.
21264 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
21265 the declaration.
21266 (ada-create-syntax-table): Remove.
21267 (ada-capitalize-word): Don't mess with the syntax of "_" since it
21268 already has the right syntax nowadays.
21269 (ada-goto-next-word): Don't change the syntax of "_".
21270
21271 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
21272 with-wrapper-hook.
21273
21274 2013-05-08 Sam Steingold <sds@gnu.org>
21275
21276 * thingatpt.el (thing-at-point): Accept optional second argument
21277 NO-PROPERTIES to strip the text properties from the return value.
21278 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
21279 to `thing-at-point' instead of stripping the properties ourselves.
21280 Also, when `thing-at-point' fails to find a url, prepend "http://"
21281 to the filename at point on the assumption that the user is
21282 pointing at something like gnu.org/gnu.
21283
21284 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
21285
21286 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
21287 * faces.el (crm-separator):
21288 Silence byte-compiler.
21289
21290 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
21291 (tool-bar-map): Remove unneeded defvars.
21292
21293 2013-05-08 Leo Liu <sdl.web@gmail.com>
21294
21295 Re-work a fix for bug#10994 based on Le Wang's patch.
21296 * ido.el (ido-remove-consecutive-dups): New helper.
21297 (ido-completing-read): Use it.
21298 (ido-chop): Revert fix for bug#10994.
21299
21300 2013-05-08 Adam Spiers <emacs@adamspiers.org>
21301
21302 * cus-edit.el (custom-save-variables):
21303 Pretty-print long values. (Bug#14187)
21304
21305 2013-05-08 Glenn Morris <rgm@gnu.org>
21306
21307 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
21308 (m4-mode-syntax-table): Init in the defvar.
21309 (m4-mode-abbrev-table): Let define-derived-mode define it.
21310
21311 2013-05-08 Tom Tromey <tromey@redhat.com>
21312
21313 * progmodes/m4-mode.el (m4-mode-syntax-table):
21314 Do not treat "_" as word constituent. (Bug#14167)
21315
21316 2013-05-07 Glenn Morris <rgm@gnu.org>
21317
21318 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
21319 Remove explicit eshell-isearch-cancel-map.
21320
21321 * progmodes/f90.el (f90-smart-end-names): New option.
21322 (f90-smart-end): Doc fix.
21323 (f90-end-block-optional-name): New constant.
21324 (f90-block-match): Respect f90-smart-end-names.
21325
21326 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21327
21328 * progmodes/octave.el (octave-smie-forward-token): Be more careful
21329 about implicit semi-colons (bug#14218).
21330
21331 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21332
21333 * frame.el (display-monitor-attributes-list)
21334 (frame-monitor-attributes): New functions.
21335
21336 2013-05-06 Leo Liu <sdl.web@gmail.com>
21337
21338 * progmodes/octave.el (octave-syntax-propertize-function): Change
21339 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
21340 (octave-font-lock-keywords): Use octave-operator-regexp.
21341 (octave-completion-at-point): Rename from
21342 octave-completion-at-point-function.
21343 (inferior-octave-directory-tracker): Robustify.
21344 (octave-text-functions): Remove and fix its uses. No such things
21345 any more.
21346
21347 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21348
21349 * emacs-lisp/trace.el (trace--display-buffer): New function.
21350 (trace-make-advice): Use it.
21351
21352 2013-05-06 Juri Linkov <juri@jurta.org>
21353
21354 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
21355 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
21356 Doc fix.
21357 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
21358 in the help string. (Bug#12985)
21359
21360 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
21361
21362 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
21363
21364 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21365
21366 * progmodes/perl-mode.el: Add support for here documents.
21367 (perl-syntax-propertize-function): Match here-doc markers.
21368 (perl-syntax-propertize-special-constructs): Find their end.
21369 (perl-imenu-generic-expression): Use [:alnum:].
21370
21371 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
21372 (advice--add-function): Refresh the advice if already present
21373 (bug#14317).
21374
21375 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
21376
21377 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
21378
21379 2013-05-06 Glenn Morris <rgm@gnu.org>
21380
21381 * w32-fns.el (w32-charset-info-alist): Declare.
21382
21383 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
21384 of its defcustom properties.
21385 (eshell-cmpl-initialize): No need to load pcomplete.
21386
21387 * generic-x.el: No need to require comint when compiling.
21388
21389 * net/eudc-export.el: Make it loadable without bbdb.
21390 (top-level): Use require rather than load-library.
21391 (eudc-create-bbdb-record, eudc-bbdbify-phone)
21392 (eudc-batch-export-records-to-bbdb)
21393 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
21394 Require bbdb.
21395
21396 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21397
21398 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
21399 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
21400 some tweaks, instead.
21401
21402 2013-05-05 Leo Liu <sdl.web@gmail.com>
21403
21404 * progmodes/octave.el (octave-font-lock-keywords)
21405 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
21406 (inferior-octave-send-list-and-digest): Improve error message.
21407 (octave-mode, inferior-octave-mode): Use setq-local.
21408 (octave-help): Set info-lookup-mode.
21409
21410 2013-05-05 Richard Stallman <rms@gnu.org>
21411
21412 * vc/compare-w.el (compare-windows-whitespace):
21413 Treat no-break space as whitespace.
21414
21415 * mail/rmailsum.el (rmail-summary-rmail-update):
21416 Detect empty summary and don't change selected message.
21417 (rmail-summary-goto-msg): Likewise.
21418
21419 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
21420 Doc fixes, rename args.
21421
21422 2013-05-05 Alan Mackenzie <acm@muc.de>
21423
21424 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
21425
21426 2013-05-05 Juri Linkov <juri@jurta.org>
21427
21428 * info.el (Info-read-subfile): Use (point-min) instead of (point)
21429 to not add the length of the summary segment to the return value.
21430 (Bug#14125)
21431
21432 2013-05-05 Leo Liu <sdl.web@gmail.com>
21433
21434 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
21435 (inferior-octave-output-filter): Remove.
21436 (octave-send-region, inferior-octave-startup): Fix callers.
21437 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
21438 (octave-binary-file-extensions): New user variable.
21439 (octave-find-definition): Confirm if opening binary files.
21440 (octave-help-file): Use octave-find-definition to get the binary
21441 confirmation.
21442 (octave-help): Adjust for octave-help-file change.
21443
21444 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21445
21446 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
21447 Merge the two entries that handle function definitions.
21448 (pascal--syntax-propertize): New const.
21449 (pascal-mode): Use it. Use setq-local.
21450
21451 2013-05-04 Glenn Morris <rgm@gnu.org>
21452
21453 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
21454 (diary-from-outlook): Respect diary-from-outlook-function.
21455
21456 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
21457
21458 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
21459 Move the declaration from C.
21460 (read-minibuffer, eval-minibuffer): Move from C.
21461 (completion-setup-function): Avoid minibuffer-completion-contents.
21462
21463 2013-05-03 Leo Liu <sdl.web@gmail.com>
21464
21465 * progmodes/octave.el (octave-font-lock-keywords): Do not
21466 dehighlight 'end' in comments or strings.
21467 (octave-completing-read, octave-goto-function-definition):
21468 New helpers.
21469 (octave-help-buffer): New user variable.
21470 (octave-help-file, octave-help-function): New button types.
21471 (octave-help): New command and bind it to C-h ;.
21472 (octave-find-definition): New command and bind it to M-.
21473 (user-error): Alias to error if not defined.
21474
21475 2013-05-02 Leo Liu <sdl.web@gmail.com>
21476
21477 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
21478 for \. (bug#14332)
21479 (octave-font-lock-keywords): Include [ and {.
21480
21481 2013-05-02 Leo Liu <sdl.web@gmail.com>
21482
21483 * progmodes/octave.el (inferior-octave-startup-file): Change default.
21484 (inferior-octave): Remove calling comint-mode and return the buffer.
21485 (inferior-octave-startup): Cosmetic changes.
21486
21487 2013-05-02 Leo Liu <sdl.web@gmail.com>
21488
21489 * progmodes/octave.el (octave-syntax-propertize-function):
21490 Include the case when ' is at line beginning. (Bug#14336)
21491
21492 2013-05-02 Glenn Morris <rgm@gnu.org>
21493
21494 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
21495 * desktop.el (vc-dir-mode): Just autoload it here.
21496
21497 2013-05-02 Alan Mackenzie <acm@muc.de>
21498
21499 Eliminate variable c-standard-font-lock-fontify-region-function.
21500 * progmodes/cc-mode.el
21501 (c-standard-font-lock-fontify-region-function): Remove.
21502 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
21503
21504 2013-05-01 Leo Liu <sdl.web@gmail.com>
21505
21506 * progmodes/octave.el: Compatible with older emacs-24 releases.
21507 (inferior-octave-has-built-in-variables): Remove. Built-in
21508 variables were removed from Octave in 2007.
21509 (inferior-octave-startup): Fix uses.
21510 (comint-line-beginning-position): Remove compatibility code for
21511 emacs 21.
21512
21513 2013-05-01 Juri Linkov <juri@jurta.org>
21514
21515 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
21516
21517 2013-05-01 Juri Linkov <juri@jurta.org>
21518
21519 * comint.el (comint-previous-matching-input): Don't print message
21520 "History item: %d" when `isearch-mode' is active.
21521 (comint-history-isearch-message): Print message "History item: %d"
21522 when `comint-input-ring-index' is not empty and this function is
21523 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
21524
21525 2013-05-01 Leo Liu <sdl.web@gmail.com>
21526
21527 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
21528 definitions. Use completion-at-point to insert keywords.
21529 (octave-abbrev-start): Remove.
21530 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
21531
21532 2013-04-30 Leo Liu <sdl.web@gmail.com>
21533
21534 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
21535 change.
21536
21537 2013-04-30 Alan Mackenzie <acm@muc.de>
21538
21539 Handle arbitrarily long C++ member initialisation lists.
21540 * progmodes/cc-engine.el (c-back-over-member-initializers):
21541 new function.
21542 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
21543 (most) member init lists.
21544
21545 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
21546
21547 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
21548 variable.
21549
21550 2013-04-30 Leo Liu <sdl.web@gmail.com>
21551
21552 * progmodes/octave.el (octave-variables): Remove. No builtin
21553 variables any more. All converted to functions.
21554 (octave-font-lock-keywords, octave-completion-at-point-function):
21555 Fix uses.
21556 (octave-font-lock-texinfo-comment): New user variable.
21557 (octave-texinfo-font-lock-keywords): New variable for texinfo
21558 comment block.
21559 (octave-function-comment-block): New face.
21560 (octave-font-lock-texinfo-comment): New function.
21561 (octave-mode): Font lock texinfo comment block.
21562
21563 2013-04-29 Leo Liu <sdl.web@gmail.com>
21564
21565 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
21566 indexing expression.
21567 (octave-continuation-string): Do not use \.
21568 (inferior-octave-complete-impossible): Remove.
21569 (inferior-octave-completion-table)
21570 (inferior-octave-completion-at-point): Remove its uses.
21571 (inferior-octave-startup): completion_matches was introduced to
21572 Octave in 1996 so safe to assume it.
21573 (octave-function-file-comment): Improve to follow how Octave does it.
21574 (octave-update-function-file-comment): Tweak.
21575
21576 2013-04-29 Leo Liu <sdl.web@gmail.com>
21577
21578 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
21579 (inferior-octave-startup): Remove inferior-octave-startup-hook.
21580 (octave-function-file-comment): Fix typo.
21581 (octave-sync-function-file-names): Use read-char-choice.
21582
21583 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
21584
21585 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
21586 to t for the less important warnings.
21587
21588 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
21589
21590 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
21591
21592 2013-04-27 Glenn Morris <rgm@gnu.org>
21593
21594 * vc/log-view.el (log-view-current-entry):
21595 Treat "---" separator lines as part of the following rev. (Bug#14169)
21596
21597 2013-04-27 Juri Linkov <juri@jurta.org>
21598
21599 * subr.el (read-number): Doc fix about using it by interactive
21600 code letter `n'. (Bug#14254)
21601
21602 2013-04-27 Juri Linkov <juri@jurta.org>
21603
21604 * desktop.el (desktop-auto-save-timeout): New option.
21605 (desktop-file-checksum): New variable.
21606 (desktop-save): Add optional arg `auto-save' and don't auto-save
21607 if nothing changed.
21608 (desktop-auto-save-timer): New variable.
21609 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
21610 (after-init-hook): Call `desktop-auto-save-set-timer'.
21611 Suggested by Reuben Thomas <rrt@sc3d.org> in
21612 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
21613
21614 2013-04-27 Leo Liu <sdl.web@gmail.com>
21615
21616 * progmodes/octave.el (octave-function-file-p)
21617 (octave-skip-comment-forward, octave-function-file-comment)
21618 (octave-update-function-file-comment): New functions.
21619 (octave-mode-map): Bind C-c ; to
21620 octave-update-function-file-comment.
21621 (octave-mode-menu): Add octave-update-function-file-comment.
21622 (octave-mode, inferior-octave-mode): Fix doc-string.
21623 (octave-insert-defun): Conform to Octave's coding convention.
21624 (Bug#14285)
21625
21626 * files.el (basic-save-buffer): Don't let errors in
21627 before-save-hook prevent saving buffer.
21628
21629 2013-04-20 Roland Winkler <winkler@gnu.org>
21630
21631 * faces.el (read-face-name): Use completing-read if arg multiple
21632 is nil.
21633
21634 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
21635
21636 * ls-lisp.el (ls-lisp-insert-directory): If no files are
21637 displayed, move point to after the totals line.
21638 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
21639 for the details.
21640
21641 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21642
21643 * emacs-lisp/package.el (package-autoload-ensure-default-file):
21644 Add current dir to the load-path.
21645 (package-generate-autoloads): Don't rely on
21646 autoload-ensure-default-file.
21647
21648 2013-04-26 Reuben Thomas <rrt@sc3d.org>
21649
21650 * textmodes/remember.el (remember-store-in-files): Document that
21651 the file name format is passed to `format-time-string'.
21652
21653 2013-04-26 Leo Liu <sdl.web@gmail.com>
21654
21655 * progmodes/octave.el (octave-sync-function-file-names): New function.
21656 (octave-mode): Use it in before-save-hook.
21657
21658 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21659
21660 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
21661 (bug#14274).
21662
21663 * progmodes/octave.el (octave-smie-forward-token): Properly skip
21664 \n and comment, even if it's not an implicit ; (bug#14218).
21665
21666 2013-04-26 Glenn Morris <rgm@gnu.org>
21667
21668 * subr.el (read-number): Once more use `read' rather than
21669 `string-to-number', to trap non-numeric input. (Bug#14254)
21670
21671 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
21672
21673 * emacs-lisp/syntax.el (syntax-propertize-multiline):
21674 Use `syntax-multiline' text property consistently instead of
21675 `font-lock-multiline'. (Bug#14237)
21676
21677 2013-04-26 Glenn Morris <rgm@gnu.org>
21678
21679 * emacs-lisp/shadow.el (list-load-path-shadows):
21680 No longer necessary to check for duplicate simple.el, since
21681 2012-07-07 change to init_lread to not include installation lisp
21682 directories in load-path when running uninstalled. (Bug#14270)
21683
21684 2013-04-26 Leo Liu <sdl.web@gmail.com>
21685
21686 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
21687 (octave-mode, inferior-octave-mode): Use setq-local.
21688 (octave-not-in-string-or-comment-p): Rename to
21689 octave-in-string-or-comment-p.
21690 (octave-in-comment-p, octave-in-string-p)
21691 (octave-in-string-or-comment-p): Replace defsubst with defun.
21692
21693 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
21694
21695 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
21696
21697 2013-04-25 Bastien Guerry <bzg@gnu.org>
21698
21699 * textmodes/remember.el (remember-data-directory)
21700 (remember-directory-file-name-format): Fix custom types.
21701
21702 2013-04-25 Leo Liu <sdl.web@gmail.com>
21703
21704 * progmodes/octave.el (octave-completion-at-point-function):
21705 Make use of inferior octave process.
21706 (octave-initialize-completions): Remove.
21707 (inferior-octave-completion-table): New function.
21708 (inferior-octave-completion-at-point): Use it.
21709 (octave-completion-alist): Remove.
21710
21711 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
21712
21713 * progmodes/opascal.el: Use font-lock and syntax-propertize.
21714 (opascal-mode-syntax-table): New var.
21715 (opascal-literal-kind, opascal-is-literal-end)
21716 (opascal-literal-token-at): Rewrite.
21717 (opascal--literal-start-re, opascal-font-lock-keywords)
21718 (opascal--syntax-propertize): New constants.
21719 (opascal-font-lock-defaults): Adjust.
21720 (opascal-mode): Use them. Set comment-<foo> variables as well.
21721 (delphi-comment-face, opascal-comment-face, delphi-string-face)
21722 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
21723 (delphi-other-face, opascal-other-face): Remove face variables.
21724 (opascal-save-state): Remove macro.
21725 (opascal-fontifying-progress-step): Remove constant.
21726 (opascal--ignore-changes): Remove var.
21727 (opascal-set-token-property, opascal-parse-next-literal)
21728 (opascal-is-stable-literal, opascal-complete-literal)
21729 (opascal-is-literal-start, opascal-face-of)
21730 (opascal-parse-region, opascal-parse-region-until-stable)
21731 (opascal-fontify-region, opascal-after-change)
21732 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
21733 (opascal-debug-parse-region, opascal-debug-parse-window)
21734 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
21735 (opascal-debug-fontify-buffer): Remove.
21736 (opascal-debug-mode-map): Adjust accordingly.
21737
21738 2013-04-25 Leo Liu <sdl.web@gmail.com>
21739
21740 Merge octave-mod.el and octave-inf.el into octave.el with some
21741 cleanups.
21742 * progmodes/octave.el: New file renamed from octave-mod.el.
21743 * progmodes/octave-inf.el: Merged into octave.el.
21744 * progmodes/octave-mod.el: Renamed to octave.el.
21745
21746 2013-04-25 Tassilo Horn <tsdh@gnu.org>
21747
21748 * textmodes/reftex-vars.el
21749 (reftex-label-ignored-macros-and-environments): New defcustom.
21750
21751 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
21752
21753 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
21754
21755 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
21756 (smie-indent-keyword): Improve the check to ensure that the next
21757 comment is really on the same line.
21758 (smie-indent-comment): Don't align with a subsequent closer (or eob).
21759
21760 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
21761 semi-colons if the line is not otherwise empty (bug#14218).
21762
21763 2013-04-25 Glenn Morris <rgm@gnu.org>
21764
21765 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
21766
21767 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
21768
21769 * progmodes/opascal.el (opascal-set-token-property): Rename from
21770 opascal-set-text-properties and only set `token' (bug#14134).
21771 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
21772 (opascal-literal-text-properties): Remove.
21773 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
21774 Adjust callers.
21775
21776 2013-04-24 Reuben Thomas <rrt@sc3d.org>
21777
21778 * textmodes/remember.el (remember-handler-functions): Add an
21779 option for a new handler `remember-store-in-files'.
21780 (remember-data-directory, remember-directory-file-name-format):
21781 New options.
21782 (remember-store-in-files): New function to store remember notes
21783 as separate files within a directory.
21784
21785 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
21786
21787 * progmodes/compile.el (compilation-next-error-function):
21788 Pass "formats" to compilation-find-file (bug#11777).
21789
21790 2013-04-24 Glenn Morris <rgm@gnu.org>
21791
21792 * vc/vc-bzr.el (vc-bzr-print-log):
21793 * vc/vc-hg.el (vc-hg-print-log):
21794 * vc/vc-svn.el (vc-svn-print-log):
21795 Fix START-REVISION with LIMIT != 1. (Bug#14168)
21796
21797 * vc/vc-bzr.el (vc-bzr-print-log):
21798 * vc/vc-cvs.el (vc-cvs-print-log):
21799 * vc/vc-git.el (vc-git-print-log):
21800 * vc/vc-hg.el (vc-hg-print-log):
21801 * vc/vc-mtn.el (vc-mtn-print-log):
21802 * vc/vc-rcs.el (vc-rcs-print-log):
21803 * vc/vc-sccs.el (vc-sccs-print-log):
21804 * vc/vc-svn.el (vc-svn-print-log):
21805 * vc/vc.el (vc-print-log-internal): Doc fixes.
21806
21807 2013-04-23 Glenn Morris <rgm@gnu.org>
21808
21809 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
21810 Remove venerable code attempting to avoid substitute-command-keys.
21811
21812 2013-04-23 Tassilo Horn <tsdh@gnu.org>
21813
21814 * textmodes/reftex-vars.el (reftex-label-regexps):
21815 Call `reftex-compile-variables' after changes to this variable.
21816
21817 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
21818
21819 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
21820 Use lexical-binding.
21821 (jit-lock-force-redisplay): Use markers, check buffer's continued
21822 existence and beware narrowed buffers.
21823 (jit-lock-fontify-now): Adjust call accordingly.
21824
21825 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
21826
21827 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
21828 to avoid misleading the user.
21829
21830 2013-04-22 Leo Liu <sdl.web@gmail.com>
21831
21832 * info-look.el: Prefer latex2e.info. (Bug#14240)
21833
21834 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
21835
21836 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
21837
21838 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
21839 * net/tramp.el (tramp-call-process): ... here.
21840 (tramp-set-completion-function, tramp-parse-putty):
21841 * net/tramp-adb.el (tramp-adb-execute-adb-command):
21842 * net/tramp-gvfs.el (tramp-gvfs-send-command):
21843 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
21844 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
21845 (tramp-call-local-coding-command): Use `tramp-call-process'
21846 instead of `tramp-compat-call-process'.
21847
21848 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
21849 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
21850 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
21851 (tramp-find-inline-compress): Improve traces.
21852 (tramp-maybe-send-script): Check for Perl binary.
21853 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
21854
21855 2013-04-22 Daiki Ueno <ueno@gnu.org>
21856
21857 * epg.el (epg-context-pinentry-mode): New function.
21858 (epg-context-set-pinentry-mode): New function.
21859 (epg--start): Pass --pinentry-mode option to gpg command.
21860
21861 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
21862
21863 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
21864 `comint-dynamic-complete' is obsolete since 24.1, replaced by
21865 `completion-at-point'. (Bug#13774)
21866
21867 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
21868 default key binding for `describe-distribution' has been moved to
21869 `C-h C-o'. (Bug#13970)
21870
21871 2013-04-21 Glenn Morris <rgm@gnu.org>
21872
21873 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
21874 Add doc strings.
21875 (vc-print-log): Clarify interactive prompt.
21876
21877 2013-04-20 Glenn Morris <rgm@gnu.org>
21878
21879 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
21880 No longer include timestamp etc information.
21881
21882 2013-04-20 Roland Winkler <winkler@gnu.org>
21883
21884 * faces.el (read-face-name): Bug fix, return just one face if arg
21885 multiple is nil. (Bug#14209)
21886
21887 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21888
21889 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
21890 (remove-function): Autoload.
21891
21892 * comint.el (comint-redirect-original-filter-function): Remove.
21893 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
21894 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
21895 (vc-cvs-annotate-command):
21896 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
21897 * progmodes/prolog.el (prolog-consult-compile):
21898 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
21899 Use add/remove-function instead.
21900 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
21901 (gud-tooltip-process-output, gud-tooltip-tips):
21902 Use add/remove-function instead.
21903 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
21904 (scheme-interaction-mode, exit-scheme-interaction-mode):
21905 Use add/remove-function instead.
21906
21907 * vc/vc-dispatcher.el: Use lexical-binding.
21908 (vc--process-sentinel): Rename from vc-process-sentinel.
21909 Change last arg to be the code to run. Don't use vc-previous-sentinel
21910 and vc-sentinel-commands any more.
21911 (vc-exec-after): Allow code to be a function. Use add/remove-function.
21912 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
21913
21914 2013-04-19 Masatake YAMATO <yamato@redhat.com>
21915
21916 * progmodes/sh-script.el (sh-imenu-generic-expression):
21917 Handle function names with a single character. (Bug#14111)
21918
21919 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
21920
21921 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
21922 for subroutines defined in an eval (bug#14182).
21923
21924 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
21925
21926 * bookmark.el (bookmark-completing-read): Improve handling of empty
21927 string (bug#14176).
21928
21929 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21930
21931 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
21932
21933 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
21934
21935 New faster Imenu implementation (bug#14058).
21936 * progmodes/python.el (python-imenu-prev-index-position)
21937 (python-imenu-format-item-label-function)
21938 (python-imenu-format-parent-item-label-function)
21939 (python-imenu-format-parent-item-jump-label-function):
21940 New vars.
21941 (python-imenu-format-item-label)
21942 (python-imenu-format-parent-item-label)
21943 (python-imenu-format-parent-item-jump-label)
21944 (python-imenu--put-parent, python-imenu--build-tree)
21945 (python-imenu-create-index, python-imenu-create-flat-index)
21946 (python-util-popn): New functions.
21947 (python-mode): Set imenu-create-index-function to
21948 python-imenu-create-index.
21949
21950 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21951
21952 * winner.el (winner-active-region): Use region-active-p, activate-mark
21953 and deactivate-mark (bug#14225).
21954
21955 * simple.el (deactivate-mark): Don't inline it.
21956
21957 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
21958
21959 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
21960
21961 2013-04-18 Tassilo Horn <tsdh@gnu.org>
21962
21963 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
21964 file extensions from the archive-mode entry in order to prefer
21965 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
21966
21967 2013-04-18 Leo Liu <sdl.web@gmail.com>
21968
21969 * bindings.el (help-event-list): Add ?\?.
21970
21971 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21972
21973 * subr.el (with-wrapper-hook): Declare obsolete.
21974 * simple.el (filter-buffer-substring-function): New hook.
21975 (filter-buffer-substring): Use it.
21976 (filter-buffer-substring-functions): Mark obsolete.
21977 * minibuffer.el (completion-in-region-function): New hook.
21978 (completion-in-region): Use it.
21979 (completion-in-region-functions): Mark obsolete.
21980 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
21981 * abbrev.el (abbrev-expand-function): New hook.
21982 (expand-abbrev): Use it.
21983 (abbrev-expand-functions): Mark obsolete.
21984 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
21985 and :filter-return.
21986
21987 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
21988
21989 * progmodes/python.el (python-nav--syntactically): Fix cornercases
21990 and do not care about match data.
21991
21992 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
21993
21994 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
21995 completion tables when completing error conditions and
21996 `declare' arguments.
21997 (lisp-complete-symbol, field-complete): Mark as obsolete.
21998 (check-parens): Unmatched parens are user errors.
21999 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
22000
22001 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
22002
22003 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
22004 command changed buffer (ie. `flyspell-pre-buffer' is not current
22005 buffer), which prevents making decisions based on invalid value of
22006 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
22007 cause an error when `flyspell-pre-point' was nil after switching
22008 buffers.
22009 (flyspell-post-command-hook): No longer needs to change buffers when
22010 checking pre-word. While at it remove unnecessary progn.
22011
22012 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
22013
22014 * textmodes/ispell.el (ispell-add-per-file-word-list):
22015 Fix `flyspell-correct-word-before-point' error when accepting
22016 words and `coment-padding' is an integer by using
22017 `comment-normalize-vars' (Bug #14214).
22018
22019 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
22020
22021 New defun movement commands.
22022 * progmodes/python.el (python-nav--syntactically)
22023 (python-nav--forward-defun, python-nav-backward-defun)
22024 (python-nav-forward-defun): New functions.
22025
22026 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
22027
22028 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
22029 (python-syntax-context): Use named compiler-macro for backwards
22030 compatibility with Emacs 24.x.
22031
22032 2013-04-17 Leo Liu <sdl.web@gmail.com>
22033
22034 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
22035 octave-hide-process-buffer.
22036
22037 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
22038
22039 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
22040 (bug#14216).
22041
22042 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
22043
22044 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
22045 Fix adjustment of offset when receiving incomplete responses from GDB
22046 (bug#14129).
22047
22048 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
22049
22050 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
22051 python-mode-abbrev-table.
22052 (python-skeleton-define): Adjust accordingly.
22053 (python-mode-abbrev-table): New table that inherits from it so that
22054 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
22055
22056 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
22057 (abbrev-symbol): Use it.
22058 (abbrev--before-point): Use it since we already handle inheritance.
22059
22060 2013-04-16 Leo Liu <sdl.web@gmail.com>
22061
22062 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
22063 binding to info-lookup-symbol.
22064
22065 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
22066
22067 * minibuffer.el (completion--twq-all):
22068 * term/ns-win.el (ns-initialize-window-system):
22069 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
22070
22071 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
22072
22073 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
22074 global bindings.
22075
22076 * doc-view.el (doc-view-start-process): Handle url-handler directories.
22077
22078 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
22079
22080 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
22081 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
22082 to nil.
22083 (ruby-end-of-defun): Remove the unused arg, change the docstring
22084 to reflect that this function is only used as the value of
22085 `end-of-defun-function'.
22086 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
22087 to reflect an earlier change that beginning/end-of-defun functions
22088 jump between methods in a class definition, as well as top-level
22089 functions.
22090
22091 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
22092
22093 * minibuffer.el (minibuffer-complete): Don't just scroll
22094 a *Completions* that's been iconified.
22095 (minibuffer-force-complete): Make sure repetitions do cycle when going
22096 through completion-in-region -> minibuffer-complete.
22097
22098 2013-04-15 Alan Mackenzie <acm@muc.de>
22099
22100 Correct the placement of c-cpp-delimiters when there're #s not at
22101 col 0.
22102
22103 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
22104 place a submatch around the #.
22105 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
22106 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
22107 on the #, not BOL.
22108
22109 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
22110
22111 * emacs-lisp/nadvice.el: Properly test names when adding advice.
22112 (advice--member-p): New arg `name'.
22113 (advice--add-function, advice-member-p): Use it (bug#14202).
22114
22115 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
22116
22117 Reformulate java imenu-generic-expression.
22118 The old expression contained ill formed regexps.
22119
22120 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
22121 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
22122 (cc-imenu-java-method-arg-regexp): New defconsts.
22123 (cc-imenu-java-build-type-args-regex): New defun.
22124 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
22125 handling of spaces in the regexp.
22126
22127 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
22128
22129 * textmodes/ispell.el (ispell-command-loop): Remove
22130 flyspell highlight of a word when ispell accepts it (bug #14178).
22131
22132 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
22133
22134 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
22135 uses code from the previous `ange-ftp-run-real-handler'.
22136 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
22137 only in case that function exist. This is needed for proper
22138 unloading of Tramp.
22139
22140 2013-04-15 Tassilo Horn <tsdh@gnu.org>
22141
22142 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
22143
22144 * textmodes/reftex.el (reftex-compile-variables): Use it.
22145
22146 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
22147
22148 * files.el (normal-mode): Only use default major-mode if no other mode
22149 was specified.
22150
22151 * emacs-lisp/trace.el (trace-values): New function.
22152
22153 * files.el: Allow : in local variables (bug#14089).
22154 (hack-local-variable-regexp): New var.
22155 (hack-local-variables-prop-line, hack-local-variables): Use it.
22156
22157 2013-04-13 Roland Winkler <winkler@gnu.org>
22158
22159 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
22160 data before it gets modified by bibtex-beginning-of-entry.
22161
22162 2013-04-13 Roland Winkler <winkler@gnu.org>
22163
22164 * textmodes/bibtex.el (bibtex-url): Doc fix.
22165
22166 2013-04-13 Roland Winkler <winkler@gnu.org>
22167
22168 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
22169 does not visit a BibTeX file, exclude it from the list of buffers
22170 returned by bibtex-initialize.
22171
22172 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
22173
22174 * window.el (split-window): Remove interactive form, since as a
22175 command this function is a special case of split-window-below.
22176 Correct doc string.
22177
22178 2013-04-12 Roland Winkler <winkler@gnu.org>
22179
22180 * faces.el (read-face-name): Do not override value of arg default.
22181 Allow single faces and strings as default values. Remove those
22182 elements from return value that are not faces.
22183 (describe-face): Simplify.
22184 (face-at-point): New optional args thing and multiple so that this
22185 function can provide the same functionality previously provided by
22186 read-face-name.
22187 (make-face-bold, make-face-unbold, make-face-italic)
22188 (make-face-unitalic, make-face-bold-italic, invert-face)
22189 (modify-face, read-face-and-attribute): Use face-at-point.
22190
22191 * cus-edit.el (customize-face, customize-face-other-window)
22192 * cus-theme.el (custom-theme-add-face)
22193 * face-remap.el (buffer-face-set)
22194 * facemenu.el (facemenu-set-face): Use face-at-point.
22195
22196 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
22197
22198 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
22199
22200 2013-04-10 Tassilo Horn <tsdh@gnu.org>
22201
22202 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
22203 off leading { and trailing } from field values.
22204
22205 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22206
22207 * emacs-lisp/timer.el (timer--check): New function.
22208 (timer--time, timer-set-function, timer-event-handler): Use it.
22209 (timer-set-idle-time): Simplify.
22210 (timer--activate): CSE.
22211 (timer-event-handler): Give more info in error message.
22212 (internal-timer-start-idle): New function, moved from C.
22213
22214 * mpc.el (mpc-proc): Add `restart' argument.
22215 (mpc-proc-cmd): Use it.
22216 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
22217 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
22218 less often.
22219
22220 2013-04-10 Masatake YAMATO <yamato@redhat.com>
22221
22222 * progmodes/sh-script.el: Implement `sh-mode' own
22223 `add-log-current-defun-function' (bug#14112).
22224 (sh-current-defun-name): New function.
22225 (sh-mode): Use the function.
22226
22227 2013-04-09 Bastien Guerry <bzg@gnu.org>
22228
22229 * simple.el (choose-completion-string): Fix docstring (bug#14163).
22230
22231 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22232
22233 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
22234
22235 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
22236 timer (bug#14156).
22237
22238 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
22239
22240 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
22241 declaration.
22242
22243 2013-04-07 Leo Liu <sdl.web@gmail.com>
22244
22245 * pcmpl-x.el: New file.
22246
22247 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
22248
22249 Do not set x-display-name until X connection is established.
22250 This is needed to prevent from weird situation described at
22251 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
22252 * frame.el (make-frame): Set x-display-name after call to
22253 window system initialization function, not before.
22254 * term/x-win.el (x-initialize-window-system): Add optional
22255 display argument and use it.
22256 * term/w32-win.el (w32-initialize-window-system):
22257 * term/ns-win.el (ns-initialize-window-system):
22258 * term/pc-win.el (msdos-initialize-window-system):
22259 Add compatible optional display argument.
22260
22261 2013-04-06 Eli Zaretskii <eliz@gnu.org>
22262
22263 * files.el (normal-backup-enable-predicate): On MS-Windows and
22264 MS-DOS compare truenames of temporary-file-directory and of the
22265 file, so that 8+3 aliases (usually found in $TEMP on Windows)
22266 don't fail comparison by compare-strings. Also, compare file
22267 names case-insensitively on MS-Windows and MS-DOS.
22268
22269 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
22270
22271 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
22272 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
22273
22274 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
22275
22276 * whitespace.el (whitespace-color-on, whitespace-color-off):
22277 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
22278
22279 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
22280
22281 * ispell.el (ispell-set-spellchecker-params):
22282 Really set `ispell-args' for all equivs.
22283
22284 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
22285
22286 * ido.el (ido-completions): Use extra elements of ido-decorations
22287 (bug#14143).
22288 (ido-decorations): Update docstring.
22289
22290 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
22291
22292 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
22293 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
22294 nil during initialization, in order not to miss changes since the
22295 file was opened. (Bug#14140)
22296
22297 2013-04-05 Leo Liu <sdl.web@gmail.com>
22298
22299 * kmacro.el (kmacro-call-macro): Fix bug#14135.
22300
22301 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
22302
22303 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
22304
22305 2013-04-04 Glenn Morris <rgm@gnu.org>
22306
22307 * electric.el (electric-pair-inhibit-predicate): Add :version.
22308
22309 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
22310
22311 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
22312 when a package is required several times (bug#14082).
22313
22314 2013-04-04 Roland Winkler <winkler@gnu.org>
22315
22316 * faces.el (read-face-name): Behave as promised by the docstring.
22317 Assume that arg default is a list of faces.
22318 (describe-face): Call read-face-name with list of default faces.
22319
22320 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
22321
22322 * bookmark.el: Fix deletion of bookmarks (bug#13972).
22323 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
22324 (bookmark-bmenu-execute-deletions): Only skip first line if it's
22325 the header.
22326 (bookmark-exit-hook-internal): Save even if list is empty.
22327
22328 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
22329
22330 * emacs-lisp/package.el (package-pinned-packages): New var.
22331 (package--add-to-archive-contents): Obey it (bug#14118).
22332
22333 2013-04-03 Alan Mackenzie <acm@muc.de>
22334
22335 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
22336 Also adapt to the new values of element 7 of a parse state.
22337
22338 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
22339 parameter `not-in-delimiter'. Handle being inside comment opener.
22340 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
22341 character in case we're typing a '*' after a '/'.
22342 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
22343 instead by passing the parameter to c-state-pp-to-literal.
22344
22345 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
22346 for elt. 7 of a parse state.
22347
22348 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
22349
22350 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
22351 * international/latin1-disp.el, international/mule-util.el:
22352 * language/cyril-util.el, language/european.el, language/ind-util.el:
22353 * language/lao-util.el, language/thai.el, language/tibet-util.el:
22354 * language/tibetan.el, language/viet-util.el:
22355 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
22356
22357 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22358
22359 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
22360 (electric-pair-post-self-insert-function): Use it.
22361 (electric-pair-default-inhibit): New function, extracted from
22362 electric-pair-post-self-insert-function.
22363
22364 2013-03-31 Roland Winkler <winkler@gnu.org>
22365
22366 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
22367
22368 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22369
22370 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
22371
22372 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
22373
22374 Un-indent after "pass" and "return" statements (Bug#13888)
22375 * progmodes/python.el (python-indent-block-enders): New var.
22376 (python-indent-calculate-indentation): Use it.
22377
22378 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
22379
22380 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
22381 defun. Defining it as defalias could introduce too eager
22382 byte-compiler optimization. (Bug#14030)
22383
22384 2013-03-30 Chong Yidong <cyd@gnu.org>
22385
22386 * iswitchb.el (iswitchb-read-buffer): Fix typo.
22387
22388 2013-03-30 Leo Liu <sdl.web@gmail.com>
22389
22390 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
22391 (kmacro-execute-from-register): Pass the keyboard macro to
22392 kmacro-call-macro or repeating won't work correctly.
22393
22394 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
22395
22396 * progmodes/subword.el: Back to using `forward-symbol'.
22397
22398 * subr.el (forward-whitespace, forward-symbol)
22399 (forward-same-syntax): Move from thingatpt.el.
22400
22401 2013-03-29 Leo Liu <sdl.web@gmail.com>
22402
22403 * kmacro.el (kmacro-to-register): New command.
22404 (kmacro-execute-from-register): New function.
22405 (kmacro-keymap): Bind to 'x'. (Bug#14071)
22406
22407 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22408
22409 * mpc.el: Use defvar-local and setq-local.
22410 (mpc--proc-connect): Connection failures are not bugs.
22411 (mpc-mode-map): `follow-link' only applies to the buffer's content.
22412 (mpc-volume-map): Bind to the up-events.
22413
22414 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
22415
22416 * progmodes/subword.el (superword-mode): Use `forward-sexp'
22417 instead of `forward-symbol'.
22418
22419 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22420
22421 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
22422 (edebug--recursive-edit): Use it.
22423 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
22424 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
22425
22426 2013-03-28 Leo Liu <sdl.web@gmail.com>
22427
22428 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
22429
22430 2013-03-27 Eli Zaretskii <eliz@gnu.org>
22431
22432 * facemenu.el (list-colors-callback): New defvar.
22433 (list-colors-redisplay): New function.
22434 (list-colors-display): Install list-colors-redisplay as the
22435 revert-buffer-function. (Bug#14063)
22436
22437 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22438
22439 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
22440 and suffixes don't overlap (bug#14061).
22441
22442 * case-table.el: Use lexical-binding.
22443 (case-table-get-table): New function.
22444 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
22445
22446 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
22447
22448 * progmodes/subword.el: Add `superword-mode' to do word motion
22449 over symbol_words (parallels and leverages `subword-mode' which
22450 does word motion inside MixedCaseWords).
22451
22452 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
22453
22454 * eshell/em-unix.el: Move su and sudo to...
22455 * eshell/em-tramp.el: ...Eshell tramp module.
22456
22457 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22458
22459 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
22460 Change return value to be a sexp. Delay `get-buffer' to after
22461 restoring the desktop (bug#13951).
22462
22463 2013-03-26 Leo Liu <sdl.web@gmail.com>
22464
22465 * register.el: Move semantic tag handling back to
22466 cedet/semantic/senator.el. (Bug#14052)
22467
22468 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22469
22470 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
22471 into the prompt either (bug#13963).
22472
22473 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22474
22475 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
22476 part of "(error-foo)".
22477
22478 2013-03-24 Juri Linkov <juri@jurta.org>
22479
22480 * replace.el (list-matching-lines-prefix-face): New defcustom.
22481 (occur-1): Pass `list-matching-lines-prefix-face' to the function
22482 `occur-engine' if `face-differs-from-default-p' returns t.
22483 (occur-engine): Add `,' inside backquote construct to evaluate
22484 `prefix-face'. Propertize the prefix with the `prefix-face' face.
22485 Pass `prefix-face' to the functions `occur-context-lines' and
22486 `occur-engine-add-prefix'.
22487 (occur-engine-add-prefix, occur-context-lines): Add optional arg
22488 `prefix-face' and propertize the prefix with `prefix-face'.
22489 (Bug#14017)
22490
22491 2013-03-24 Leo Liu <sdl.web@gmail.com>
22492
22493 * nxml/rng-valid.el (rng-validate-while-idle)
22494 (rng-validate-quick-while-idle): Guard against deleted buffer.
22495 (Bug#13999)
22496
22497 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
22498 is the last entry in kill-buffer-hook.
22499
22500 * files.el (kill-buffer-hook): Doc fix.
22501
22502 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
22503
22504 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
22505 Make it safe-local.
22506
22507 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
22508
22509 2013-03-23 Leo Liu <sdl.web@gmail.com>
22510
22511 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
22512 Remove.
22513
22514 * nxml/rng-valid.el (rng-validate-mode)
22515 (rng-after-change-function, rng-do-some-validation):
22516 * nxml/rng-maint.el (rng-validate-buffer):
22517 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
22518 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
22519 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
22520 (nxml-extend-after-change-region): Use with-silent-modifications.
22521
22522 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
22523 timer-idle-list.
22524
22525 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
22526 (rng-next-error-1, rng-previous-error-1): Do not let-bind
22527 timer-idle-list. (Bug#13999)
22528
22529 2013-03-23 Juri Linkov <juri@jurta.org>
22530
22531 * info.el (info-index-match): New face.
22532 (Info-index, Info-apropos-matches): Add a nested subgroup to the
22533 main pattern and add text properties with the new face to matches
22534 in index entries relative to the beginning of the index entry.
22535 (Bug#14015)
22536
22537 2013-03-21 Eric Ludlam <zappo@gnu.org>
22538
22539 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
22540 Inhibit read only while inserting objects.
22541
22542 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
22543
22544 * progmodes/cfengine.el: Update docs to mention
22545 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
22546 symbol motion. Remove "_" from the word syntax.
22547
22548 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
22549
22550 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
22551 syntax for both `cfengine2-mode' and `cfengine3-mode'.
22552
22553 2013-03-20 Juri Linkov <juri@jurta.org>
22554
22555 * info.el (Info-next-reference-or-link)
22556 (Info-prev-reference-or-link): New functions.
22557 (Info-next-reference, Info-prev-reference): Use them.
22558 (Info-try-follow-nearest-node): Handle footnote navigation.
22559 (Info-fontify-node): Fontify footnotes. (Bug#13989)
22560
22561 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
22562
22563 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
22564 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
22565
22566 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
22567
22568 Suppress unnecessary non-ASCII chatter during build process.
22569 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
22570 (batch-skkdic-convert): Suppress most of the chatter.
22571 It's not needed so much now that machines are faster,
22572 and its non-ASCII component was confusing; see Dmitry Gutov in
22573 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
22574
22575 2013-03-20 Leo Liu <sdl.web@gmail.com>
22576
22577 * ido.el (ido-chop): Fix bug#10994.
22578
22579 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
22580
22581 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
22582 Remove vars.
22583 (whitespace-color-on, whitespace-color-off):
22584 Use `font-lock-fontify-buffer' (Bug#13817).
22585
22586 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
22587
22588 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
22589 remapping in mode-line.
22590 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
22591
22592 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
22593
22594 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
22595 value for `whitespace-line' face (Bug#13875).
22596 (whitespace-font-lock-keywords): Change description.
22597 (whitespace-color-on): Don't save `font-lock-keywords' value, save
22598 the constructed keywords instead.
22599 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
22600
22601 2013-03-19 Leo Liu <sdl.web@gmail.com>
22602
22603 * progmodes/compile.el (compilation-display-error): New command.
22604 (compilation-mode-map, compilation-minor-mode-map): Bind it to
22605 C-o. (Bug#13992)
22606
22607 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
22608
22609 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
22610
22611 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
22612
22613 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
22614
22615 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
22616
22617 * net/tramp-compat.el (tramp-compat-user-error): New defun.
22618
22619 * net/tramp-adb.el (tramp-adb-handle-shell-command):
22620 * net/tramp-gvfs.el (top):
22621 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
22622 (tramp-handle-shell-command): Use it.
22623 (tramp-dissect-file-name): Raise an error when hostname is a
22624 method name, and neither method nor user is specified.
22625
22626 * net/trampver.el: Update release number.
22627
22628 2013-03-18 Leo Liu <sdl.web@gmail.com>
22629
22630 Make sure eldoc can be turned off properly.
22631 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
22632 eldoc-mode.
22633 (eldoc-display-message-p): Revert last change.
22634 (eldoc-display-message-no-interference-p)
22635 (eldoc-print-current-symbol-info): Tweak.
22636
22637 2013-03-18 Tassilo Horn <tsdh@gnu.org>
22638
22639 * doc-view.el (doc-view-new-window-function): Check the new window
22640 overlay's display property instead the char property of the
22641 buffer's first char. Use `with-selected-window' instead of
22642 `save-window-excursion' with `select-window'.
22643 (doc-view-document->bitmap): Check the current doc-view overlay's
22644 display property instead the char property of the buffer's first char.
22645
22646 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
22647
22648 Automate the build of ja-dic.el (Bug#13984).
22649 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
22650 from the input, rather than assume that it's been done for us by the
22651 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
22652 the current date into a ja-dic.el comment, as that complicates
22653 regression testing.
22654
22655 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
22656
22657 * whitespace.el: Fix double evaluation.
22658 (whitespace-space, whitespace-hspace, whitespace-tab)
22659 (whitespace-newline, whitespace-trailing, whitespace-line)
22660 (whitespace-space-before-tab, whitespace-indentation)
22661 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
22662 obsolete defvars.
22663 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
22664 (whitespace-color-on): Use a single font-lock-add-keywords call.
22665 Fix double-evaluation of face variables.
22666
22667 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
22668
22669 * net/tramp-adb.el (tramp-adb-parse-device-names):
22670 Use `start-process' instead of `call-process'. Otherwise, the
22671 function might be blocked under MS Windows. (Bug#13299)
22672
22673 2013-03-17 Leo Liu <sdl.web@gmail.com>
22674
22675 Extend eldoc to display info in the mode-line. (Bug#13978)
22676 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
22677 (eldoc-mode-line-string): New variable.
22678 (eldoc-minibuffer-message): New function.
22679 (eldoc-message-function): New variable.
22680 (eldoc-message): Use it.
22681 (eldoc-display-message-p)
22682 (eldoc-display-message-no-interference-p):
22683 Support eldoc-post-insert-mode.
22684
22685 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
22686 (eval-expression): Run it.
22687
22688 2013-03-17 Roland Winkler <winkler@gnu.org>
22689
22690 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
22691 strings in the list of return values.
22692
22693 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
22694
22695 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
22696 radix before checking for HMS forms.
22697
22698 2013-03-16 Leo Liu <sdl.web@gmail.com>
22699
22700 * progmodes/scheme.el: Add indentation and font-locking for λ.
22701 (Bug#13975)
22702
22703 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
22704
22705 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
22706 token before point (bug#13942).
22707
22708 2013-03-16 Leo Liu <sdl.web@gmail.com>
22709
22710 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
22711
22712 2013-03-16 Eli Zaretskii <eliz@gnu.org>
22713
22714 * startup.el (command-line-normalize-file-name): Fix handling of
22715 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
22716 <xfq.free@gmail.com> in
22717 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
22718
22719 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
22720
22721 Sync with Tramp 2.2.7.
22722
22723 * net/trampver.el: Update release number.
22724
22725 2013-03-14 Tassilo Horn <tsdh@gnu.org>
22726
22727 * doc-view.el: Fix bug#13887.
22728 (doc-view-insert-image): Don't modify overlay associated to
22729 non-live windows, and implement horizontal centering of image in
22730 case it's smaller than the window.
22731 (doc-view-new-window-function): Force redisplay of new windows on
22732 doc-view buffers.
22733
22734 2013-03-13 Karl Fogel <kfogel@red-bean.com>
22735
22736 * saveplace.el (save-place-alist-to-file): Don't sort
22737 `save-place-alist', just pretty-print it (bug#13882).
22738
22739 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
22740
22741 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
22742 Check whether `default-file-name-coding-system' is bound.
22743 It isn't in XEmacs.
22744
22745 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
22746
22747 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
22748 backquotes for `obsolete' (bug#13929).
22749
22750 * international/mule.el (find-auto-coding): Include file name in
22751 obsolescence warning (bug#13922).
22752
22753 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
22754
22755 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
22756 for CFEngine 3-specific indentation.
22757 (cfengine3-indent-line): Use it. Fix up category regex.
22758 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
22759
22760 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
22761
22762 * type-break.el (type-break-file-name):
22763 * textmodes/remember.el (remember-data-file):
22764 * strokes.el (strokes-file):
22765 * shadowfile.el (shadow-initialize):
22766 * saveplace.el (save-place-file):
22767 * ps-bdf.el (bdf-cache-file):
22768 * progmodes/idlwave.el (idlwave-config-directory):
22769 * net/quickurl.el (quickurl-url-file):
22770 * international/kkc.el (kkc-init-file-name):
22771 * ido.el (ido-save-directory-list-file):
22772 * emulation/viper.el (viper-custom-file-name):
22773 * emulation/vip.el (vip-startup-file):
22774 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
22775 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
22776
22777 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
22778
22779 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
22780 * language/thai-word.el: Switch to UTF-8.
22781
22782 See ChangeLog.16 for earlier changes.
22783
22784 ;; Local Variables:
22785 ;; coding: utf-8
22786 ;; End:
22787
22788 Copyright (C) 2011-2015 Free Software Foundation, Inc.
22789
22790 This file is part of GNU Emacs.
22791
22792 GNU Emacs is free software: you can redistribute it and/or modify
22793 it under the terms of the GNU General Public License as published by
22794 the Free Software Foundation, either version 3 of the License, or
22795 (at your option) any later version.
22796
22797 GNU Emacs is distributed in the hope that it will be useful,
22798 but WITHOUT ANY WARRANTY; without even the implied warranty of
22799 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22800 GNU General Public License for more details.
22801
22802 You should have received a copy of the GNU General Public License
22803 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.