Support the new log-edit behavior in vc-git-log-edit-toggle-amend
[bpt/emacs.git] / lisp / ChangeLog
1 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
2
3 * vc/log-edit.el (log-edit-set-header): Extract from
4 `log-edit-toggle-header'.
5 (log-edit-extract-headers): Separate the summary, when extracted
6 from header, from the rest of the message with an empty line.
7
8 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
9 line, if present, to the Summary header.
10
11 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
14 in current-buffer (bug#16029).
15
16 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
17
18 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
19 (debugger-mode-map): Bind it.
20 (debugger--backtrace-base): New function.
21 (debugger-eval-expression): Use it.
22 (debugger-frame-number): Skip local vars when present.
23 (debugger--locals-visible-p, debugger--insert-locals)
24 (debugger--show-locals, debugger--hide-locals): New functions.
25
26 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
27
28 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
29 "LC_ALL".
30 (tramp-get-remote-locale): New defun.
31 (tramp-open-connection-setup-interactive-shell): Use it.
32
33 2013-12-02 Leo Liu <sdl.web@gmail.com>
34
35 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
36
37 * progmodes/sh-script.el (sh-shell-process):
38 * progmodes/octave.el (inferior-octave-process-live-p):
39 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
40 (gdb-inferior-io-sentinel):
41 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
42
43 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
44
45 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
46 `save-selected-window' to `log-edit-hide-buf'. This makes
47 `log-edit-show-files' idempotent.
48 (log-edit-show-files): Mark the new window as dedicated.
49
50 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
51
52 * vc/log-edit.el (log-edit-mode-map): Add binding for
53 `log-edit-kill-biffer'.
54 (log-edit-hide-buf): Add a FIXME comment.
55 (log-edit-add-new-comment): New function, extracted from
56 `log-edit-done'.
57 (log-edit-done, log-edit-add-to-changelog): Use it.
58 (log-edit-kill-buffer): New command.
59
60 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
61
62 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
63 instead of killing the buffer.
64
65 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
68
69 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
70
71 * net/eww.el (eww-form-checkbox-selected-symbol)
72 (eww-form-checkbox-symbol): New customizable variable.
73 (eww-form-checkbox, eww-toggle-checkbox):
74 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
75
76 * net/shr.el (shr-prefer-media-type-alist): : New customizable variable.
77 (shr--get-media-pref, shr--extract-best-source): New function.
78 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
79 no :src tag was specified.
80
81 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
82 (eww-render): Handle `eww-use-external-browser-for-content-type'.
83 Use \\` to match beginning of string instead of ^.
84 (eww-browse-with-external-browser): Provide optional URL parameter.
85 (eww-render): Set `eww-current-title' back to "".
86
87 * net/shr.el (shr-tag-video): Display content for video if no
88 poster is available.
89 (shr-tag-audio): Add support for <audio> tag.
90
91 * net/eww.el (eww-text-input-types): : New const.
92 (eww-process-text-input): Treat input types in
93 `eww-text-input-types' as text.
94
95 * net/shr.el (shr-tag-table): Fix comment typo.
96
97 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
98
99 * net/eww.el (eww-follow-link): New command to avoid reloading
100 pages when we follow #target links (bug#15243).
101 (eww-quit): Special mode buffers shouldn't query before exiting.
102
103 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
104
105 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
106 forms.
107
108 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
109
110 * net/eww.el (eww-restore-history): Update the window title after
111 moving in the history.
112 (eww-current-dom): New variable used to save the current DOM.
113
114 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
115
116 * vc/log-edit.el (log-edit-mode-map): Add binding for
117 `log-edit-beginning-of-line'.
118 (log-edit-setup-add-author): New user option.
119 (log-edit-beginning-of-line): New command.
120 (log-edit): Move major mode call above the contents setup so that
121 the local variable values are already applied.
122 (log-edit): Only insert "Author: " when
123 `log-edit-setup-add-author' is non-nil.
124 (log-edit): When SETUP is non-nil, position point after ": "
125 instead of point-min.
126
127 2013-12-01 Glenn Morris <rgm@gnu.org>
128
129 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
130
131 2013-11-30 Eli Zaretskii <eliz@gnu.org>
132
133 * startup.el (fancy-splash-frame): On MS-Windows, trigger
134 redisplay to make sure the initial frame gets a chance to become
135 visible. (Bug#16014)
136
137 2013-11-30 Martin Rudalics <rudalics@gmx.at>
138
139 Support resizing frames and windows pixelwise.
140 * cus-start.el (frame-resize-pixelwise)
141 (window-resize-pixelwise): New entries.
142 * emacs-lisp/debug.el (debug): Use window-total-height instead
143 of window-total-size.
144 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
145 * help.el (describe-bindings-internal): Call help-buffer
146 (temp-buffer-max-width): New option.
147 (resize-temp-buffer-window, help-window-setup)
148 (with-help-window): Rewrite.
149 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
150 dragging dividers.
151 * window.el (frame-char-size, window-min-pixel-height)
152 (window-safe-min-pixel-height, window-safe-min-pixel-width)
153 (window-min-pixel-width, window-safe-min-pixel-size)
154 (window-combination-p, window-safe-min-size)
155 (window-resizable-p, window--size-to-pixel)
156 (window--pixel-to-size, window--resize-apply-p): New functions.
157 (window-safe-min-height): Fix doc-string.
158 (window-size, window-min-size, window--min-size-1)
159 (window-sizable, window-sizable-p, window--min-delta-1)
160 (window-min-delta, window--max-delta-1, window-max-delta)
161 (window--resizable, window--resizable-p, window-resizable)
162 (window-full-height-p, window-full-width-p, window-at-side-p)
163 (window--in-direction-2, window-in-direction)
164 (window--resize-reset-1, window--resize-mini-window)
165 (window-resize, window-resize-no-error)
166 (window--resize-child-windows-normal)
167 (window--resize-child-windows, window--resize-siblings)
168 (window--resize-this-window, window--resize-root-window)
169 (window--resize-root-window-vertically)
170 (adjust-window-trailing-edge, enlarge-window, shrink-window)
171 (maximize-window, minimize-window, delete-window)
172 (quit-restore-window, window-split-min-size, split-window)
173 (balance-windows-2, balance-windows)
174 (balance-windows-area-adjust, balance-windows-area)
175 (window--state-get-1, window-state-get, window--state-put-1)
176 (window--state-put-2, window-state-put)
177 (display-buffer-record-window, window--display-buffer):
178 Make functions handle pixelwise sizing of windows.
179 (display-buffer--action-function-custom-type)
180 (display-buffer-fallback-action):
181 Add display-buffer-in-previous-window.
182 (display-buffer-use-some-window): Resize window to height it had
183 before.
184 (fit-window-to-buffer-horizontally): New option.
185 (fit-frame-to-buffer): Describe new values.
186 (fit-frame-to-buffer-bottom-margin): Replace with
187 fit-frame-to-buffer-margins.
188 (window--sanitize-margin): New function.
189 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
190 using window-text-pixel-size.
191
192 2013-11-30 Glenn Morris <rgm@gnu.org>
193
194 * emacs-lisp/bytecomp.el (byte-compile-form):
195 Make the `interactive-only' warning like the `obsolete' one.
196 * comint.el (comint-run):
197 * files.el (insert-file-literally, insert-file):
198 * replace.el (replace-string, replace-regexp):
199 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
200 (goto-line, insert-buffer, next-line, previous-line):
201 Tweak `interactive-only' spec.
202
203 Stop keeping (most) generated cedet grammar files in the repository.
204 * Makefile.in (semantic): New.
205 (compile-main): Depend on semantic.
206
207 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
210 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
211
212 * uniquify.el (uniquify-buffer-name-style): Change default.
213
214 * loadup.el: Preload "uniquify".
215
216 * time.el (display-time-update): Update all mode lines (bug#15999).
217
218 * electric.el (electric-indent-mode): Enable by default.
219 * loadup.el: Preload "electric".
220
221 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
222
223 * emacs-lisp/helpers.el (string-empty-p): New function.
224 (string-blank-p): New function.
225
226 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
227
228 * imenu.el (imenu--index-alist): Add missing dot to the docstring
229 (Bug#14029).
230
231 2013-11-29 Andreas Politz <politza@fh-trier.de>
232 * imenu.el (imenu--subalist-p): Don't error on non-conses and
233 allow non-lambda lists as functions.
234 (imenu--in-alist): Don't recurse into non-subalists.
235 (imenu): Don't pass function itself as an argument (Bug#14029).
236
237 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
238
239 * progmodes/python.el (python-mode-map): Remove binding for ":".
240 (python-indent-electric-colon): Remove command.
241 (python-indent-post-self-insert-function): Integrate the previous code
242 of python-indent-electric-colon. Make it conditional on
243 electric-indent-mode.
244 (python-mode): Add ?: to electric-indent-chars.
245 Move python-indent-post-self-insert-function to the end of
246 post-self-insert-hook.
247
248 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
249
250 * doc-view.el (doc-view-goto-page): Update mode-line.
251
252 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
253
254 2013-11-27 Glenn Morris <rgm@gnu.org>
255
256 * international/charprop.el, international/uni-bidi.el:
257 * international/uni-category.el, international/uni-combining.el:
258 * international/uni-comment.el, international/uni-decimal.el:
259 * international/uni-decomposition.el, international/uni-digit.el:
260 * international/uni-lowercase.el, international/uni-mirrored.el:
261 * international/uni-name.el, international/uni-numeric.el:
262 * international/uni-old-name.el, international/uni-titlecase.el:
263 * international/uni-uppercase.el:
264 Remove generated files from VCS repository.
265
266 2013-11-27 Eli Zaretskii <eliz@gnu.org>
267
268 * filenotify.el (file-notify-add-watch): Don't special-case
269 w32notify when computing the directory to watch.
270
271 2013-11-27 Glenn Morris <rgm@gnu.org>
272
273 Make bootstrap without generated uni-*.el files possible again.
274 * loadup.el: Update command-line-args checking for unidata-gen.
275 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
276 * composite.el, international/characters.el:
277 Handle unicode tables being undefined.
278
279 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
280 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
281 (compile-main): Depend on leim rule.
282 (leim): New rule.
283 * loadup.el: Move leim-list.el to leim/ subdirectory.
284 * startup.el (normal-top-level): No more leim directory.
285 * international/ja-dic-cnv.el (skkdic-convert):
286 Disable version-control and autoloads in output files.
287 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
288 Disable version-control and autoloads in output files.
289 * leim/quail: Move here from ../leim.
290 * leim/quail/hangul.el (hangul-input-method-activate):
291 Add autoload cookie.
292 (generated-autoload-load-name): Set file-local value.
293 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
294 (generated-autoload-load-name): Set file-local value.
295
296 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com> (tiny change)
297
298 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
299 (eww-add-bookmark): ask confirmation when add to bookmarks
300 (eww-quit): ask confirmation before quitting eww
301
302 2013-11-26 Eli Zaretskii <eliz@gnu.org>
303
304 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
305 reading output from Diff on MS-Windows and MS-DOS.
306
307 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
308
309 * emacs-lisp/helpers.el (string-reverse): New function.
310
311 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
312
313 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
314 names on MS Windows, like "/[::1]:".
315
316 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
317 SWITCHES.
318
319 2013-11-26 Glenn Morris <rgm@gnu.org>
320
321 * progmodes/python.el (python-indent-guess-indent-offset):
322 Avoid corner-case error. (Bug#15975)
323
324 Preload leim-list.el. (Bug#4789)
325 * loadup.el: Load leim-list.el when found.
326 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
327
328 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
329
330 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
331
332 * emacs-lisp/helpers.el (string-join): New function.
333
334 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
335
336 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
337 Mark as obsolete and replace it with a symbol property.
338 (byte-compile-form): Use new 'interactive-only property.
339 * comint.el, files.el, replace.el, simple.el:
340 Apply new 'interactive-only properly.
341
342 2013-11-25 Martin Rudalics <rudalics@gmx.at>
343
344 * window.el (display-buffer-at-bottom): Make sure that
345 split-window-sensibly creates the new window on bottom
346 (Bug#15961).
347
348 2013-11-23 David Kastrup <dak@gnu.org>
349
350 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
351 on the conflict markers when available.
352 (smerge--get-marker): New function.
353 (smerge-end-re, smerge-base-re): Add subgroup.
354
355 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
356
357 * frame.el (handle-focus-in, handle-focus-out): Add missing
358 interactive spec.
359
360 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
361
362 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
363 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
364
365 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
368 (gomoku--last-pos): New var.
369 (gomoku--intangible-chars): New const.
370 (gomoku--intangible): New function.
371 (gomoku-mode): Use it. Derive from special-mode.
372 (gomoku-move-up): Adjust line count.
373 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
374 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
375 Simplify accordingly.
376
377 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
378 Remove blink-cursor code.
379 (blink-cursor-timer-function, blink-cursor-suspend):
380 Don't special-case GUIs.
381 (blink-cursor-mode): Use focus-in/out-hook.
382
383 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
384
385 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
386 work when annotation is invisible (Bug#13886).
387
388 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
389
390 * json.el (json-alist-p): Only return non-nil if the alist has
391 simple keys (Bug#13518).
392
393 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
394
395 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
396 when control-statement is the first statement in a buffer (Bug#15956).
397
398 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
399
400 * imenu.el (imenu-generic-skip-comments-and-strings):
401 New option (Bug#15560).
402 (imenu--generic-function): Use it.
403
404 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
405
406 * minibuffer.el (completion--in-region-1): Scroll the correct
407 window. (Bug#13898)
408
409 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
410
411 * emacs-lisp/helpers.el: Add some string helpers.
412 (string-trim-left): Removes leading whitespace.
413 (string-trim-right): Removes trailing whitespace.
414 (string-trim): Removes leading and trailing whitespace.
415
416 * subr.el (string-suffix-p): New function.
417
418 2013-11-23 Glenn Morris <rgm@gnu.org>
419
420 * progmodes/python.el (python-shell-send-file):
421 Add option to delete file when done. (Bug#15647)
422 (python-shell-send-string, python-shell-send-region): Use it.
423
424 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
425
426 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
427 to set buffer-read-only to t, never to nil. (Bug#15938)
428
429 * textmodes/tex-mode.el (latex-noindent-environments):
430 Add safe-local-variable property. (Bug#15936)
431
432 2013-11-23 Glenn Morris <rgm@gnu.org>
433
434 * textmodes/enriched.el (enriched-mode): Doc fix.
435 * emacs-lisp/authors.el (authors-renamed-files-alist):
436 Add enriched.doc -> enriched.txt.
437
438 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
439
440 2013-11-22 Leo Liu <sdl.web@gmail.com>
441
442 * progmodes/octave.el (inferior-octave-startup): Spit out error
443 message.
444
445 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
446
447 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
448 Improve docstring.
449 Add :version.
450 (ruby-encoding-magic-comment-style): Add :version.
451
452 2013-11-22 Leo Liu <sdl.web@gmail.com>
453
454 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
455 (Bug#15076)
456 (octave-help-mode): Adapt to change to help-mode-finish to use
457 derived-mode-p on 2013-09-17.
458 (inferior-octave-prompt): Also match octave-gui.
459 (octave-kill-process): Don't ask twice. (Bug#10564)
460
461 2013-11-22 Leo Liu <sdl.web@gmail.com>
462
463 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
464 (inferior-octave-startup, inferior-octave-check-process)
465 (inferior-octave-track-window-width-change)
466 (octave-completion-at-point, octave-eldoc-function): Use it.
467 (octave-kill-process): Provide confirmation. (Bug#10564)
468
469 2013-11-21 Leo Liu <sdl.web@gmail.com>
470
471 * progmodes/octave.el (octave-mode, inferior-octave-mode):
472 Fix obsolete variable comment-use-global-state.
473
474 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
475
476 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
477 Add `octave-source-file'.
478 (octave-source-file): New function. (Bug#15935)
479
480 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
481
482 * net/eww.el (eww-local-regex): New variable.
483 (eww): Use it to detect localhost and similar.
484
485 2013-11-21 Leo Liu <sdl.web@gmail.com>
486
487 Add completion for command `ag'.
488 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
489 (pcomplete/ag): New function.
490 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
491
492 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
495 (bug#14646).
496 (make-obsolete): Remove interactive spec.
497
498 2013-11-21 Glenn Morris <rgm@gnu.org>
499
500 * startup.el (command-line-1): Use path-separator with -L.
501
502 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
503
504 * emacs-lisp/package.el (describe-package-1): Add package archive
505 to shown fields.
506
507 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
508
509 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
510 Change default to "# encoding: %s" to differentiate it from the
511 default Ruby encoding comment template.
512
513 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
514
515 * ses.el (ses-mode): Doc fix. (Bug#14748)
516
517 2013-11-20 Leo Liu <sdl.web@gmail.com>
518
519 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
520
521 2013-11-19 Dan Nicolaescu <dann@gnu.org>
522
523 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
524 when rebase or bisect are in progress.
525
526 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
527
528 * filenotify.el (file-notify-add-watch): Doc fix.
529
530 2013-11-19 Leo Liu <sdl.web@gmail.com>
531
532 * obsolete/rcompile.el: Mark obsolete.
533
534 * progmodes/compile.el (compilation-start)
535 (compilation-goto-locus, compilation-find-file):
536 Pass no-display-ok and handle nil value from display-buffer.
537 (Bug#13594)
538
539 * window.el (display-buffer-alist, display-buffer): Document the
540 new parameter no-display-ok.
541
542 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * electric.el (electric-indent-mode-map): Remove.
545 (electric-indent-mode): Change the global-map instead (bug#15915).
546
547 * textmodes/text-mode.el (paragraph-indent-minor-mode):
548 Use add-function.
549
550 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
551
552 * emacs-lisp/nadvice.el (remove-function): Align with
553 add-function's behavior.
554
555 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
556 (gdb--string-regexp): New constant.
557 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
558 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
559 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
560 submatch 1.
561 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
562 Adjust use accordingly.
563 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
564
565 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
566
567 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
568 interpolation curlies (Bug#15914).
569
570 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
571
572 * calc/calc.el (calc-context-sensitive-enter): New variable.
573 (calc-enter): Use `calc-context-sensitive-enter'.
574
575 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
576
577 * progmodes/cfengine.el: Version bump.
578 (cfengine-cf-promises): New defcustom to locate cf-promises.
579 (cfengine3-vartypes): Add new "data" type.
580 (cfengine3--current-word): New function to get current name-like
581 word or its bounds.
582 (cfengine3--current-function): New function to look up a CFEngine
583 function's definition.
584 (cfengine3-format-function-docstring): New function.
585 (cfengine3-make-syntax-cache): New function.
586 (cfengine3-documentation-function): New function: ElDoc glue.
587 (cfengine3-completion-function): New function: completion glue.
588 (cfengine3-mode): Set `compile-command',
589 `eldoc-documentation-function', and add to
590 `completion-at-point-functions'.
591
592 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
593
594 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
595 `tramp-current-connection'.
596
597 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
598
599 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
600 nil/self/true/false with "end of symbol".
601
602 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
603
604 * subr.el (version-regexp-alist): Fix a typo.
605
606 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
607
608 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
609 "en_US.utf8" and "LC_CTYPE" to "".
610 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
611 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
612
613 2013-11-15 Leo Liu <sdl.web@gmail.com>
614
615 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
616
617 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
618
619 * progmodes/gud.el (ctl-x-map):
620 Remove C-x SPC binding. (Bug#12342)
621 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
622
623 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
624
625 * subr.el (version-regexp-alist):
626 Recognize hg, svn and darcs versions as snapshot versions.
627
628 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
629 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
630 (ruby--encoding-comment-required-p): Extract from
631 `ruby-mode-set-encoding'.
632 (ruby-mode-set-encoding): Add the ability to always insert an
633 utf-8 encoding comment. Fix and simplify coding comment update
634 logic.
635
636 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
637
638 * net/tramp-gvfs.el (top): Run init code only when
639 `tramp-gvfs-enabled' is not nil.
640 (tramp-gvfs-enabled): Check also :system bus.
641
642 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
643
644 Sync with upstream verilog-mode revision 78e66ba.
645 * progmodes/verilog-mode.el (verilog-end-of-defun)
646 (verilog-type-completion, verilog-get-list): Remove unused funcs.
647 (verilog-get-end-of-defun): Remove unused argument.
648 (verilog-comment-depth): Remove unused local `e'.
649 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
650 Don't pass arg to verilog-get-end-of-defun.
651
652 2013-11-14 Glenn Morris <rgm@gnu.org>
653
654 * obsolete/assoc.el (aget): Prefix dynamic variable.
655
656 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
657
658 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
659
660 * widget.el, hfy-cmap.el: Remove bogus package version number.
661
662 2013-11-13 Glenn Morris <rgm@gnu.org>
663
664 * replace.el (replace-eval-replacement):
665 Try to give more helpful error message. (Bug#15836)
666
667 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
668 (archive-7z-update): Avoid custom type mismatches.
669
670 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
671
672 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
673
674 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
675 address can be empty.
676
677 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
678 Accept nil SWITCHES.
679 (tramp-gvfs-handle-write-region): Implement APPEND.
680
681 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
682
683 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
684 binary "|" operator and closing block args delimiter.
685 Remove FIXME comment referring to Ruby 1.8-only syntax.
686 (ruby-smie--implicit-semi-p): Not after "|" operator.
687 (ruby-smie--closing-pipe-p): New function.
688 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
689 (ruby-smie-rules): Indent after "|".
690
691 2013-11-12 Glenn Morris <rgm@gnu.org>
692
693 * ps-print.el (ps-face-attribute-list):
694 Handle anonymous faces. (Bug#15827)
695
696 2013-11-12 Martin Rudalics <rudalics@gmx.at>
697
698 * window.el (display-buffer-other-frame): Fix doc-string.
699 (Bug#15868)
700
701 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
702
703 * subr.el (force-mode-line-update): Delete, move to buffer.c.
704
705 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
706
707 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
708 (tramp-sh-handle-file-local-copy): Don't write a message when
709 saving temporary files.
710
711 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
712 both directories are remote.
713 (tramp-smb-handle-directory-files): Do not return double entries.
714 Do not expand full file names.
715 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
716 (tramp-smb-handle-write-region): Implement APPEND.
717 (tramp-smb-get-stat-capability): Fix a stupid bug.
718
719 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
720
721 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
722
723 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
724
725 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
726 throwing error over malformed let/let* (bug#15814).
727
728 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * iswitchb.el (iswitchb-mode): Mark obsolete.
731
732 2013-11-11 Glenn Morris <rgm@gnu.org>
733
734 * international/uni-bidi.el, international/uni-category.el:
735 * international/uni-name.el, international/uni-numeric.el:
736 Regenerate for Unicode 6.3.0.
737
738 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
739
740 * net/tramp.el (tramp-methods):
741 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
742 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
743
744 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
745
746 * progmodes/sh-script.el (sh-font-lock-keywords-var):
747 Force highlighting text after Summary keyword in doc face for rpm.
748
749 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
750
751 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
752 available and the word has no wildcards, append one to the grep pattern.
753 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
754 (ispell-complete-word): Call `ispell-lookup-words' with the value
755 independent of `ispell-look-p'.
756
757 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
758
759 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
760 Not after "||".
761 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
762 their parent.
763
764 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
765
766 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
767 (ruby-font-lock-keywords): Use backquote.
768
769 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
770
771 * progmodes/ruby-mode.el (ruby-smie--forward-token)
772 (ruby-smie--backward-token): Only consider full-string matches.
773
774 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
775
776 * faces.el (describe-face): Add distant-foreground.
777
778 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
779
780 * progmodes/ruby-mode.el: Improve encoding comment handling.
781 (ruby-encoding-magic-comment-style): New option.
782 (ruby-custom-encoding-magic-comment-template): New option.
783 (ruby--insert-coding-comment, ruby--detect-encoding):
784 New functions extracted from `ruby-mode-set-encoding'.
785 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
786 to control the style of the auto-inserted encoding comment.
787
788 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
789
790 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
791 Use `smie-backward-sexp' with token argument.
792
793 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
794
795 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
796 Remove instrumentation code.
797
798 2013-11-08 Glenn Morris <rgm@gnu.org>
799
800 * progmodes/autoconf.el (autoconf-mode):
801 Tweak comment-start-skip. (Bug#15822)
802
803 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
804
805 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
806 at bobp (bug#15826).
807 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
808
809 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
810
811 * man.el (Man-start-calling): New macro, extracted from
812 Man-getpage-in-background.
813 (Man-getpage-in-background): Use it.
814 (Man-update-manpage): New command.
815 (Man-mode-map): Bind it.
816
817 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
818
819 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
820 of "and", "or", "&&" and "||".
821 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
822 argument. Prohibit opening curly brace because it could only be a
823 block opener in that position.
824 (ruby-smie--forward-token, ruby-smie--backward-token):
825 Separate "|" from "&" or "*" going after it. That can happen in block
826 arguments.
827 (ruby-smie--indent-to-stmt): New function, seeks the end of
828 previous statement or beginning of buffer.
829 (ruby-smie-rules): Use it.
830 (ruby-smie-rules): Check if there's a ":" before a curly block
831 opener candidate; if there is, it's a hash.
832
833 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
834
835 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
836 (cl--block-wrapper): Fix last accidental change.
837
838 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
839
840 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
841 Instrument, in order to hunt failure on hydra.
842
843 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
844
845 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
846 malformed bindings form (bug#15814).
847
848 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
849
850 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
851 "." compared to " @ ". This incidentally fixes some indentation
852 examples with "do".
853 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
854 (ruby-smie-grammar): New tokens: "and" and "or".
855 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
856 Exclude "and" and "or". Remove "do" in order to work around token
857 priorities.
858 (ruby-smie-rules): Add all infix tokens. Handle the case of
859 beginning-of-buffer.
860
861 2013-11-06 Glenn Morris <rgm@gnu.org>
862
863 * Makefile.in (setwins_almost, setwins_for_subdirs):
864 Avoid accidental matches.
865
866 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
867
868 * menu-bar.el (popup-menu): Use key-binding.
869
870 2013-11-06 Eli Zaretskii <eliz@gnu.org>
871
872 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
873 menus, support also the menus produced by minor modes.
874 (Bug#15817)
875
876 2013-11-06 Leo Liu <sdl.web@gmail.com>
877
878 * thingatpt.el (thing-at-point-looking-at): Add optional arg
879 DISTANCE to bound the search. All uses changed. (Bug#15808)
880
881 2013-11-06 Glenn Morris <rgm@gnu.org>
882
883 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
884 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
885 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
886
887 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
888
889 * electric.el (electric-indent-just-newline): New command.
890 (electric-indent-mode-map): New keymap.
891 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
892 Re-add :group which weren't redundant.
893
894 * electric.el (electric-indent-local-mode): New minor mode.
895 (electric-indent-functions-without-reindent): New var.
896 (electric-indent-post-self-insert-function): Use it.
897 * emacs-lisp/gv.el (buffer-local-value): Add setter.
898
899 2013-11-05 Eli Zaretskii <eliz@gnu.org>
900
901 * international/quail.el (quail-help): Be more explicit about the
902 meaning of the labels shown on the keys. (Bug#15800)
903
904 * startup.el (normal-top-level): Load the subdirs.el files before
905 setting the locale environment. (Bug#15805)
906
907 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
908
909 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
910 via arguments so as to get the right ones (bug#15418).
911
912 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
913
914 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
915
916 Fix problems found while writing a test suite.
917
918 * net/tramp-compat.el (tramp-compat-load): New defun.
919 * net/tramp.el (tramp-handle-load): Use it.
920
921 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
922 "(numberp ok-if-already-exists)" correctly.
923
924 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
925
926 * international/characters.el (glyphless-char-display-control):
927 Add usage note.
928
929 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
930
931 * progmodes/python.el (python-mode):
932 * progmodes/scheme.el (scheme-mode):
933 * progmodes/prolog.el (prolog-mode):
934 * progmodes/ruby-mode.el (ruby-mode):
935 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
936 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
937
938 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
939
940 * rect.el (rectangle--highlight-for-redisplay):
941 * emacs-lisp/smie.el (smie--next-indent-change):
942 Use buffer-chars-modified-tick.
943
944 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
945
946 * electric.el (electric-indent-post-self-insert-function):
947 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
948
949 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
950
951 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
952
953 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
954
955 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
956 (bug#15786).
957
958 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
961
962 * progmodes/python.el: Fix up last change.
963 (python-shell--save-temp-file): New function.
964 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
965 `string' comes from the current buffer.
966 (python-shell-send-string-no-output): Remove `msg' arg.
967 (python--use-fake-loc): New var.
968 (python-shell-buffer-substring): Obey it. Try to compensate for the
969 extra coding line added by python-shell--save-temp-file.
970 (python-shell-send-region): Use python-shell--save-temp-file and
971 python-shell-send-file directly. Add `nomain' argument.
972 (python-shell-send-buffer): Use python-shell-send-region.
973 (python-electric-pair-string-delimiter): New function.
974 (python-mode): Use it.
975
976 2013-11-04 Eli Zaretskii <eliz@gnu.org>
977
978 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
979 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
980 environment and decoding all of the default-directory's to here
981 from command-line.
982 (command-line): Decode also argv[0].
983
984 * loadup.el: Error out if default-directory is a multibyte string
985 when we are dumping.
986
987 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
988
989 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
990
991 * emacs-lisp/package.el (package-menu-mode)
992 (package-menu--print-info, package-menu--archive-predicate):
993 Add Archive column to package list.
994
995 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
996
997 Fix problems found while writing a test suite.
998
999 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
1000 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
1001 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
1002 to nil when running original file name handler. Otherwise,
1003 there are problems with constructs like "$$FOO".
1004
1005 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
1006 for `localname'.
1007
1008 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
1009
1010 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
1011
1012 * subr.el (version<, version<=, version=):
1013 Update docstrings with information for snapshot versions.
1014
1015 * helpers.el: New library for misc helper functions.
1016 (hash-table-keys): New function returning a list of hash keys.
1017 (hash-table-values): New function returning a list of hash values.
1018
1019 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
1020
1021 * progmodes/ruby-mode.el (ruby-smie--forward-token)
1022 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
1023
1024 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
1025
1026 * textmodes/fill.el (fill-single-char-nobreak-p): New function
1027 checking whether point is after a 1-letter word.
1028
1029 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1030
1031 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
1032 Don't infloop when expanding region over `multiline' syntax-type that
1033 begins a line (bug#15778).
1034
1035 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1036
1037 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
1038 Make it into a proper minor mode.
1039 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
1040 (rectangle-mark-mode-map): New keymap.
1041 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
1042
1043 2013-11-04 Glenn Morris <rgm@gnu.org>
1044
1045 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
1046
1047 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1048
1049 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
1050 (ruby-smie-rules): Use smie-rule-parent instead.
1051
1052 * emacs-lisp/smie.el (smie-rule-parent): Always call
1053 smie-indent-virtual rather than only for hanging tokens.
1054 (smie--next-indent-change): New helper command.
1055
1056 2013-11-03 Glenn Morris <rgm@gnu.org>
1057
1058 * Makefile.in (abs_srcdir): Remove.
1059 (emacs): Unset EMACSLOADPATH.
1060
1061 2013-11-02 Glenn Morris <rgm@gnu.org>
1062
1063 * Makefile.in (EMACS): Use a relative filename.
1064 (abs_top_builddir): Remove.
1065 (custom-deps, finder-data, autoloads): Use --chdir.
1066
1067 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
1068
1069 Use relative filenames in TAGS files.
1070 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1071 (lisptagsfiles4, TAGS): Use relative file names.
1072 (TAGS-LISP): Remove.
1073 (maintainer-clean): No more TAGS-LISP file.
1074
1075 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1076 (lisptagsfiles4): Use absolute filenames again.
1077 (TAGS, TAGS-LISP): Not everything needs to run in one line.
1078 Remove all *loaddefs files, not just the first. Remove esh-groups.
1079 (maintainer-clean): Delete TAGS, TAGS-LISP.
1080
1081 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1082
1083 * emacs-lisp/package.el (package-version-join):
1084 Recognize snapshot versions.
1085
1086 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1087
1088 * subr.el (version-regexp-alist): Add support for snapshot versions.
1089
1090 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1091
1092 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
1093 New function, replacement for `smie-rule-parent' for when we want to
1094 skip over our direct parent if it's an assignment token..
1095 (ruby-smie-rules): Use it.
1096
1097 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1098
1099 * progmodes/ruby-mode.el Use `syntax-propertize-function'
1100 unconditionally. Remove now unnecessary forward declarations.
1101 Remove XEmacs-specific setup.
1102 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1103 (ruby-font-lock-syntactic-keywords)
1104 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
1105 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1106 (ruby-here-doc-end-syntax): Remove.
1107 (ruby-mode): Don't check whether `syntax-propertize-rules' is
1108 defined as function.
1109
1110 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1111
1112 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
1113
1114 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1115
1116 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
1117 table and abbrev table, `define-derived-mode' does that for us
1118 anyway.
1119
1120 2013-11-01 Glenn Morris <rgm@gnu.org>
1121
1122 * Makefile.in: Remove manual mh-e dependencies (writing .elc
1123 files is atomic for some time, so no parallel compilation issues).
1124
1125 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1126
1127 * faces.el (face-x-resources): Add :distant-foreground.
1128 (region): Use :distant-foreground for gtk and ns.
1129
1130 2013-11-01 Tassilo Horn <tsdh@gnu.org>
1131
1132 Allow multiple bibliographies when BibLaTeX is used rather than
1133 BibTeX.
1134 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
1135 (reftex-locate-bibliography-files): Us it.
1136
1137 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
1138
1139 * image.el (image-type-header-regexps): Fix the 'pbm' part to
1140 allow comments in pbm files.
1141
1142 * term/w32-win.el (dynamic-library-alist): Support newer versions
1143 of libjpeg starting with v7: look only for the DLL from the
1144 version against which Emacs was built.
1145 Support versions of libpng beyond 1.4.x.
1146 Support libtiff v4.x.
1147
1148 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1149
1150 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
1151 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
1152 Add property :safe.
1153 (ruby-deep-arglist): Add property :type.
1154
1155 2013-10-31 Glenn Morris <rgm@gnu.org>
1156
1157 * Makefile.in (custom-deps, finder-data): No need to setq the target
1158 variables, we are in the right directory and the defaults work fine.
1159
1160 2013-10-30 Glenn Morris <rgm@gnu.org>
1161
1162 * Makefile.in (autoloads): Do not use abs_lisp.
1163
1164 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1165 `newline' does not respect `standard-output', so use `princ'.
1166
1167 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
1168
1169 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
1170 * buff-menu.el (Buffer-menu--unmark): New function.
1171 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
1172
1173 2013-10-30 Glenn Morris <rgm@gnu.org>
1174
1175 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
1176
1177 * emacs-lisp/package.el (lm-homepage): Declare.
1178
1179 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
1180 Fix doc typos.
1181
1182 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
1183
1184 * Makefile.in (finder-data, autoloads, update-subdirs)
1185 (compile-main, compile-clean, compile-always, bootstrap-clean):
1186 Check return value of cd.
1187 (compile-calc): Remove.
1188
1189 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1190
1191 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
1192
1193 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
1194 (byte-compile-and-folded): New function.
1195 (=, <, >, <=, >=): Use it.
1196
1197 * dos-w32.el (minibuffer-history-case-insensitive-variables)
1198 (path-separator, null-device, buffer-file-coding-system)
1199 (lpr-headers-switches): Check system-type before modifying them.
1200 (find-buffer-file-type-coding-system): Mark obsolete.
1201 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
1202 find-file-not-found-set-buffer-file-coding-system.
1203 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
1204 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
1205 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
1206 (w32-direct-print-region-helper, w32-direct-print-region-function)
1207 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
1208 * startup.el (normal-top-level-add-subdirs-to-load-path):
1209 * ps-print.el (ps-print-region-function):
1210 * lpr.el (print-region-function): Use new name.
1211
1212 * subr.el (custom-declare-variable-early): Remove function.
1213 (custom-declare-variable-list): Remove var.
1214 (error, user-error): Remove `while' loop.
1215 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
1216 (user-emacs-directory-warning, locate-user-emacs-file):
1217 Move to files.el.
1218 * simple.el (read-quoted-char-radix, read-quoted-char):
1219 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
1220 Move from subr.el.
1221 * custom.el (custom-declare-variable-list): Don't process
1222 custom-declare-variable-list.
1223
1224 * progmodes/python.el (python-shell-get-buffer): New function.
1225 (python-shell-get-process): Use it.
1226 (python-shell-send-string): Always use utf-8 and add a cookie to tell
1227 Python which encoding was used. Don't split-string since we only care
1228 about the first line. Return the temp-file, if applicable.
1229 (python-shell-send-region): Tell compile.el how to turn locations in
1230 the temp-file into locations in the source buffer.
1231
1232 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * subr.el (undefined): Add missing behavior from the C code for
1235 unbound keys.
1236
1237 * rect.el: Use lexical-binding. Add new rectangular region support.
1238 (rectangle-mark): New command.
1239 (rectangle--region): New var.
1240 (deactivate-mark-hook): Reset rectangle--region.
1241 (rectangle--extract-region, rectangle--insert-for-yank)
1242 (rectangle--highlight-for-redisplay)
1243 (rectangle--unhighlight-for-redisplay): New functions.
1244 (region-extract-function, redisplay-unhighlight-region-function)
1245 (redisplay-highlight-region-function): Use them to handle
1246 rectangular region.
1247 * simple.el (region-extract-function): New var.
1248 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
1249 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
1250 (kill-region): Replace obsolete `yank-handler' arg with `region'.
1251 (copy-region-as-kill, kill-ring-save): Add `region' argument.
1252 (redisplay-unhighlight-region-function)
1253 (redisplay-highlight-region-function): New vars.
1254 (redisplay--update-region-highlight): New function.
1255 (pre-redisplay-function): Use it.
1256 (exchange-point-and-mark): Don't deactivate the mark before
1257 reactivate-it anyway.
1258 * comint.el (comint-kill-region): Remove yank-handler argument.
1259 * delsel.el (delete-backward-char, backward-delete-char-untabify)
1260 (delete-char): Remove property, since it's now part of their
1261 default behavior.
1262 (self-insert-iso): Remove property since this command doesn't exist.
1263
1264 * emacs-lisp/package.el (package--download-one-archive)
1265 (describe-package-1): Don't query the user about final newline.
1266
1267 2013-10-29 Daniel Colascione <dancol@dancol.org>
1268
1269 * net/tramp.el (tramp-methods): Document new functionality.
1270 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
1271 tramp-hostname-checker if method provides one instead of scanning
1272 argument list for "%h" to decide hostname acceptability.
1273
1274 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
1275
1276 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
1277 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1278 Handle COPY-CONTENTS. (Bug#15737)
1279
1280 2013-10-28 Daiki Ueno <ueno@gnu.org>
1281
1282 * epa-file.el
1283 (epa-file-cache-passphrase-for-symmetric-encryption):
1284 Document that this option has no effect with GnuPG 2.0 (bug#15552).
1285
1286 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1287
1288 * image.el (defimage):
1289 (image-load-path): Doc fixes.
1290
1291 2013-10-27 Alan Mackenzie <acm@muc.de>
1292
1293 Indent statements in macros following "##" correctly.
1294 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1295 Modify the "#" arm of a cond form to handle "#" and "##" operators.
1296
1297 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1298
1299 * linum.el (linum-update-window): Fix boundary test (bug#13446).
1300
1301 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
1302
1303 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
1304 after `=' is probably a new expression.
1305
1306 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1307
1308 * man.el (man-imenu-title): New option.
1309 (Man-mode-map): Add menu. (Bug#15722)
1310 (Man-mode): Add imenu to menu.
1311
1312 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
1313
1314 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
1315 specific in what the first arg can be: a non-keyword word,
1316 string/regexp/percent literal opener, opening paren, or unary
1317 operator followed directly by word.
1318
1319 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
1322 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
1323 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
1324 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
1325 Remove vars, they do not apply any more.
1326 (prolog-mode-abbrev-table): Remove redundant declaration.
1327 (prolog-upper-case-string, prolog-lower-case-string): Remove.
1328 (prolog-use-smie): Remove.
1329 (prolog-smie-rules): Add indentation rule for the if-then-else layout
1330 supported by prolog-electric-if-then-else-flag.
1331 (prolog-mode-variables, prolog-menu): Use setq-local.
1332 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
1333 Remove binding to `Backspace' since this key doesn't exist anyway.
1334 Remove bindings for electric self-inserting keys.
1335 (prog-mode): Assume it's defined.
1336 (prolog-post-self-insert): New function.
1337 (prolog-mode): Use it.
1338 (prolog-indent-line, prolog-indent-level)
1339 (prolog-find-indent-of-matching-paren)
1340 (prolog-indentation-level-of-line, prolog-goto-comment-column)
1341 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
1342 (prolog-goto-next-paren, prolog-in-string-or-comment)
1343 (prolog-tokenize, prolog-inside-mline-comment)
1344 (prolog-find-start-of-mline-comment): Remove functions.
1345 (prolog-find-unmatched-paren, prolog-clause-end)
1346 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
1347 (prolog-electric--if-then-else): Rename from
1348 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
1349 (prolog-tokenize-searchkey): Remove const.
1350 (prolog-clause-info): Use forward-sexp.
1351 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
1352 (prolog-electric-if-then-else): Remove commands.
1353 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
1354 for use in post-self-insert-hook.
1355 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
1356 for use in post-self-insert-hook.
1357 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
1358 for use in post-self-insert-hook.
1359 (prolog-electric--underscore): Rename from prolog-electric--underscore;
1360 adapt it for use in post-self-insert-hook.
1361
1362 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
1363
1364 * emacs-lisp/ert.el (ert-run-tests-interactively):
1365 Use `completing-read'. (Bug#9756)
1366
1367 2013-10-25 Eli Zaretskii <eliz@gnu.org>
1368
1369 * simple.el (line-move): Call line-move-1 instead of
1370 line-move-visual when the current window hscroll is zero, but
1371 temporary-goal-column indicates we will need to hscroll as result
1372 of the movement. (Bug#15712)
1373
1374 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
1375
1376 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
1377 capitalization. Use :visible instead of :active.
1378 Fix `ruby-indent-exp' reference. Add menu items for the generic
1379 commands that are used with SMIE.
1380 (ruby-do-end-to-brace): Insert space after `{'.
1381
1382 2013-10-25 John Anthony <john@jo.hnanthony.com>
1383
1384 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
1385
1386 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
1387
1388 2013-10-25 Glenn Morris <rgm@gnu.org>
1389
1390 * vc/vc.el (vc-print-log): Don't use a working revision unless
1391 one was explicitly specified. (Bug#15322)
1392
1393 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1394
1395 * subr.el (add-to-list): Preserve return value in compiler-macro
1396 (bug#15692).
1397
1398 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1399
1400 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
1401 result. Ask user to retry using '-all' flag. (Bug#15701)
1402
1403 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1404
1405 * emacs-lisp/smie.el: New smie-config system.
1406 (smie-config): New defcustom.
1407 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
1408 (smie-config-guess, smie-config-save): New commands.
1409 (smie-config--mode-local, smie-config--buffer-local)
1410 (smie-config--trace, smie-config--modefuns): New vars.
1411 (smie-config--advice, smie-config--mode-hook)
1412 (smie-config--setter, smie-config-local, smie-config--get-trace)
1413 (smie-config--guess-value, smie-config--guess): New functions.
1414 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
1415 text properties. Treat "string fence" syntax like string syntax.
1416
1417 * progmodes/sh-script.el (sh-use-smie): Change default.
1418 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
1419 (sh-var-value): Simplify by CSE.
1420 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
1421 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
1422 is used.
1423 (sh-guess-basic-offset): Use cl-incf.
1424 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
1425
1426 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
1427
1428 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
1429 (bug#15699).
1430
1431 2013-10-24 Glenn Morris <rgm@gnu.org>
1432
1433 * Makefile.in (abs_top_srcdir): Remove.
1434 (update-subdirs): Use relative path to update-subdirs.
1435
1436 2013-10-24 Eli Zaretskii <eliz@gnu.org>
1437
1438 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1439 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1440 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1441 Call unmsys--file-name before expand-file-name, not after it.
1442
1443 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
1444
1445 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
1446 (ert-test-skipped): New error.
1447 (ert-skip, ert-stats-skipped): New defuns.
1448 (ert--skip-unless): New macro.
1449 (ert-test-skipped): New struct.
1450 (ert--run-test-debugger, ert-test-result-type-p)
1451 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
1452 (ert--stats-set-test-and-result, ert-char-for-test-result)
1453 (ert-string-for-test-result, ert-run-tests-batch)
1454 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
1455 Handle skipped tests. (Bug#9803)
1456
1457 2013-10-24 Glenn Morris <rgm@gnu.org>
1458
1459 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
1460
1461 * Makefile.in (abs_top_srcdir): New, set by configure.
1462 (update-subdirs): Correct build-aux location.
1463
1464 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
1465
1466 * vc/vc.el (vc-print-root-log): Always set `default-directory'
1467 value, whether we could auto-deduce `backend', or not.
1468
1469 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
1470 with parameters" example. Simplify the "is it block or is it
1471 hash" check, but also make it more thorough.
1472
1473 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
1474
1475 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
1476
1477 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1478
1479 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
1480 { if it is hanging.
1481
1482 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
1483 :before ";".
1484
1485 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
1486
1487 * progmodes/compile.el (compilation-directory-matcher)
1488 (compilation-page-delimiter):
1489 Support GNU Make-4.0 directory quoting. (Bug#15678)
1490
1491 2013-10-23 Leo Liu <sdl.web@gmail.com>
1492
1493 * ido.el (ido-tidy): Handle read-only text.
1494
1495 2013-10-23 Glenn Morris <rgm@gnu.org>
1496
1497 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
1498 (emacs, compile, compile-always):
1499 Quote entities that might contain whitespace.
1500 (custom-deps, finder-data, autoloads): Use abs_lisp.
1501 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1502 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1503 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
1504
1505 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
1506
1507 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
1508 Use `following-char'.
1509
1510 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1511
1512 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
1513 * progmodes/ruby-mode.el (ruby-smie-rules):
1514 Remove corresponding workaround. Fix indentation rule of ";" so it
1515 also applies when ";" is the parent.
1516
1517 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
1518
1519 * frame.el (display-screens, display-pixel-height)
1520 (display-pixel-width, display-mm-width, display-backing-store)
1521 (display-save-under, display-planes, display-color-cells)
1522 (display-visual-class, display-monitor-attributes-list):
1523 Mention the optional ‘display’ argument in doc strings.
1524
1525 2013-10-22 Michael Gauland <mikelygee@amuri.net>
1526
1527 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
1528 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
1529
1530 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1531
1532 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
1533 TODO. Add "." after " @ ".
1534 (ruby-smie--at-dot-call): New function. Checks if point at method
1535 call with explicit target.
1536 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
1537 to the method name tokens when it precedes them.
1538 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
1539 (ruby-smie-rules): Add rule for indentation before and after "."
1540 token.
1541
1542 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1543
1544 * textmodes/remember.el (remember-diary-extract-entries):
1545 Avoid add-to-list.
1546
1547 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
1548 an instruction.
1549
1550 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1551
1552 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
1553 (ruby-smie--implicit-semi-p): Add new operator chars.
1554
1555 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1556 `smie-down-list'.
1557 (ruby-smie--args-separator-p): Check that there's no newline
1558 between method call and its arguments.
1559
1560 2013-10-20 Alan Mackenzie <acm@muc.de>
1561
1562 Allow comma separated lists after Java "implements".
1563
1564 * progmodes/cc-engine.el (c-backward-over-enum-header):
1565 Parse commas.
1566 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
1567 from a "disallowed" list in enum fontification.
1568
1569 2013-10-20 Johan Bockgård <bojohan@gnu.org>
1570
1571 * startup.el (default-frame-background-mode): Remove unused defvar.
1572
1573 * progmodes/verilog-mode.el (verilog-mode): Don't set
1574 comment-indent-function globally.
1575
1576 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
1577
1578 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
1579 Move Info menu item creation to ns-win.el.
1580
1581 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
1582 in menu bar.
1583
1584 * menu-bar.el: Move GNUStep specific menus...
1585
1586 * term/ns-win.el (ns-initialize-window-system): ... to here.
1587
1588 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1589
1590 * simple.el (newline): Only run post-self-insert-hook when
1591 called interactively.
1592
1593 2013-10-19 Johan Bockgård <bojohan@gnu.org>
1594
1595 * icomplete.el (icomplete-with-completion-tables): Add :version.
1596
1597 2013-10-19 Alan Mackenzie <acm@muc.de>
1598
1599 Fix fontification bugs with constructors and const.
1600
1601 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
1602 CASE 2) Remove the check for the absence of a suffix construct
1603 after a function declaration with only types (no identifiers) in
1604 the parentheses. Also, accept a function declaration with just a
1605 type inside the parentheses, if this type can be positively
1606 recognised as such, or if a prefix keyword like "explicit" nails
1607 down the construct as a declaration.
1608
1609 2013-10-19 Eli Zaretskii <eliz@gnu.org>
1610
1611 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
1612 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
1613 the problem whereby selecting a menu item that leads to a
1614 minibuffer prompt moves the cursor out of the minibuffer window,
1615 making it hard to type at the prompt. Suggested by Stefan Monnier
1616 <monnier@iro.umontreal.ca>.
1617
1618 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
1619
1620 * menu-bar.el: Don't make Services menu.
1621
1622 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1623
1624 * ffap.el: Handle "/usr/include/c++/<version>" directories.
1625 (ffap-alist): Use ffap-c++-mode for c++-mode.
1626 (ffap-c++-path): New variable.
1627 (ffap-c++-mode): New function.
1628
1629 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
1630
1631 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
1632
1633 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
1634
1635 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1636 introduced on 2013-09-08, which results in an infinite loop
1637 requesting a password.
1638
1639 2013-10-18 Glenn Morris <rgm@gnu.org>
1640
1641 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1642
1643 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
1644
1645 Sync with upstream verilog-mode revision 1a6ecec7.
1646 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1647 (verilog-mode-release-date): Remove.
1648 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1649 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1650 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
1651 (verilog-auto-tieoff-ignore-regexp)
1652 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
1653 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
1654 (verilog-signals-with, verilog-dir-cache-preserving)
1655 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
1656 Doc fixes.
1657 (verilog-case-fold): New option, to control case folding in
1658 regexp searches, bug597.
1659 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
1660 (verilog-string-match-fold, verilog-in-paren-count)
1661 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
1662 (verilog-at-close-struct-p): New functions.
1663 (verilog-beg-block-re-ordered, verilog-extended-case-re)
1664 (verilog-forward-sexp, verilog-set-auto-endcomments):
1665 (verilog-leap-to-case-head): Handle "unique0" case.
1666 (verilog-in-constraint-re): New constant.
1667 (verilog-keywords, verilog-type-font-keywords):
1668 Add some SystemVerilog 1800-2012 keywords.
1669 (verilog-label-be): Remove unimplemented argument, bug669.
1670 (verilog-batch-execute-func): When batch expanding clear
1671 create-lockfiles to prevent spurious user locks when a file ends
1672 up not changing.
1673 (verilog-calculate-indent, verilog-calc-1)
1674 (verilog-at-close-constraint-p, verilog-at-constraint-p)
1675 (verilog-do-indent): Fix indentation of nested constraints
1676 and structures.
1677 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
1678 (verilog-auto-inst-param): Use verilog-string-match-fold.
1679 (verilog-read-inst-module-matcher):
1680 Fix AUTOINST on gate primitives with #1.
1681 (verilog-read-decls): Fix double-declaring user-defined typed signals.
1682 Reads all user-defined typed variables.
1683 (verilog-read-defines): Fix reading definitions inside comments, bug647.
1684 (verilog-signals-matching-regexp)
1685 (verilog-signals-not-matching-regexp, verilog-auto):
1686 Respect verilog-case-fold.
1687 (verilog-diff-report): Fix line count.
1688 (verilog-auto-assign-modport): Remove unused local `modi'.
1689 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
1690 better handle multidimensional arrays.
1691 Fix packed array ports misadding bit index in AUTOINST, bug637.
1692 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
1693 to not double-declare existing outputs and inputs, respectively.
1694 (verilog-template-map): Bind U to verilog-sk-uvm-component.
1695 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
1696 (verilog-sk-uvm-component): New skeleton.
1697 (verilog-submit-bug-report): Add verilog-case-fold,
1698 remove verilog-mode-release-date.
1699
1700 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1701
1702 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
1703 as before.
1704
1705 2013-10-18 Reuben Thomas <rrt@sc3d.org>
1706
1707 * textmodes/remember.el (remember): set buffer-offer-save in
1708 remember buffers (bug#13566).
1709
1710 2013-10-18 Daniel Colascione <dancol@dancol.org>
1711
1712 When evaluating forms in ielm, direct standard output to ielm
1713 buffer. Add new ielm-return-for-effect command. Remove trailing
1714 whitespace throughout.
1715
1716 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
1717 (ielm-return-for-effect): New command.
1718 (ielm-send-input): Accept optional `for-effect' parameter.
1719 (ielm-eval-input): Accept optional `for-effect' parameter.
1720 Bind `standard-output' to stream we create using
1721 `ielm-standard-output-impl'. Suppress printing result when
1722 `for-effect'.
1723 (ielm-standard-output-impl): New function.
1724 (inferior-emacs-lisp-mode): Explain new features in documentation.
1725
1726 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
1727
1728 Code cleanup.
1729
1730 * net/tramp.el (tramp-debug-message): Do not check for connection
1731 buffer.
1732 (tramp-message): Use "vector" connection property.
1733
1734 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
1735 (tramp-equal-remote, tramp-eshell-directory-change)
1736 * net/tramp-adb.el (tramp-adb-handle-copy-file)
1737 (tramp-adb-handle-rename-file)
1738 * net/tramp-cmds.el (tramp-list-remote-buffers)
1739 (tramp-cleanup-connection, tramp-cleanup-this-connection)
1740 * net/tramp-compat.el (tramp-compat-process-running-p)
1741 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
1742 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
1743 (tramp-gvfs-handle-rename-file)
1744 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1745 (tramp-set-file-uid-gid)
1746 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1747 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
1748 of `file-remote-p'.
1749
1750 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
1751 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1752 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
1753 (tramp-gw-open-network-stream): Suppress unrelated traces.
1754
1755 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
1756 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1757 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1758 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
1759 connection property.
1760
1761 * net/tramp-cache.el (top): Suppress traces when reading
1762 persistency file.
1763
1764 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1765 Refactor common code. Improve debug message.
1766 (tramp-maybe-open-connection)
1767 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
1768 connection buffer too early.
1769
1770 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
1771 from `tramp-smb-actions-with-acl'.
1772 (tramp-smb-actions-set-acl): New defconst.
1773 (tramp-smb-handle-copy-directory)
1774 (tramp-smb-action-get-acl): New defun, renamed from
1775 `tramp-smb-action-with-acl'.
1776 (tramp-smb-action-set-acl): New defun.
1777 (tramp-smb-handle-set-file-acl): Rewrite.
1778
1779 2013-10-17 Glenn Morris <rgm@gnu.org>
1780
1781 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
1782
1783 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1784
1785 * skeleton.el (skeleton-newline): Remove.
1786 (skeleton-internal-1): Use (insert "\n") instead.
1787
1788 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
1789 let-bindings.
1790
1791 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
1792 forward-sexp-function while we redo its job (bug#15613).
1793
1794 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
1795
1796 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
1797 represented by lists.
1798
1799 2013-10-16 Glenn Morris <rgm@gnu.org>
1800
1801 * tmm.el (tmm--history): New dynamic variable.
1802 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
1803
1804 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
1805
1806 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
1807 (tramp-smb-errors): Add error messages.
1808 (tramp-smb-actions-with-acl): New defconst.
1809 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
1810 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
1811 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
1812 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
1813 (tramp-smb-get-stat-capability): Fix tests.
1814
1815 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
1816
1817 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
1818 (bug#15580).
1819
1820 2013-10-16 Glenn Morris <rgm@gnu.org>
1821
1822 * ansi-color.el (ansi-color-drop-regexp):
1823 Add 1J, 1K, 2K. (Bug#15617)
1824
1825 * files.el (hack-local-variables--warned-lexical): New.
1826 (hack-local-variables):
1827 Warn about misplaced lexical-binding. (Bug#15616)
1828
1829 * net/eww.el (eww-render): Always set eww-current-url,
1830 and update header line. (Bug#15622)
1831 (eww-display-html): ... Rather than just doing it here.
1832
1833 2013-10-15 Eli Zaretskii <eliz@gnu.org>
1834
1835 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
1836 menu navigations commands.
1837
1838 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
1839
1840 * progmodes/subword.el (subword-capitalize): Be careful when
1841 the search for [[:alpha:]] fails (bug#15580).
1842
1843 2013-10-14 Eli Zaretskii <eliz@gnu.org>
1844
1845 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
1846 to commands that scroll the menu.
1847
1848 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
1849
1850 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
1851 Handle methods ending with `?' and `!'.
1852
1853 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
1854
1855 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
1856 `japanese-cp932' to `cp932' to fix the problem where saving a
1857 source file written in Shift_JIS twice would end up having
1858 `coding: japanese-cp932' which Ruby could not recognize.
1859 (ruby-mode-set-encoding): Add support for encodings mapped to nil
1860 in `ruby-encoding-map'.
1861 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
1862 doesn't need to be explicitly declared in magic comment.
1863 (ruby-encoding-map): Add type declaration for better customize UI.
1864
1865 2013-10-13 Glenn Morris <rgm@gnu.org>
1866
1867 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
1868 Occur buffers are read-only. http://bugs.debian.org/720775
1869
1870 * emacs-lisp/authors.el (authors-fixed-entries):
1871 Comment out old alpha stuff.
1872
1873 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
1874
1875 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
1876 to `after-save-hook' instead of `before-save-hook'.
1877 (ruby-mode-set-encoding): Use the value of coding system used to
1878 write the file. Call `basic-save-buffer-1' after modifying the
1879 buffer.
1880
1881 2013-10-13 Alan Mackenzie <acm@muc.de>
1882
1883 Fix indentation/fontification of Java enum with
1884 "implements"/generic.
1885
1886 * progmodes/cc-engine.el (c-backward-over-enum-header):
1887 Extracted from the three other places and enhanced to handle generics.
1888 (c-inside-bracelist-p): Uses new function above.
1889 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
1890 function above.
1891 (c-font-lock-enum-tail): Uses new function above.
1892
1893 2013-10-13 Kenichi Handa <handa@gnu.org>
1894
1895 * international/mule-cmds.el (select-safe-coding-system): Remove a
1896 superfluous condition in chekcing whether a coding system is safe
1897 or not.
1898
1899 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
1900
1901 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
1902
1903 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
1904
1905 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
1906
1907 2013-10-13 Glenn Morris <rgm@gnu.org>
1908
1909 * menu-bar.el (menu-bar-update-buffers):
1910 Unify Buffers menu prompt string. (Bug#15576)
1911
1912 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
1913
1914 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
1915 Add some entries.
1916 (authors-fixed-entries): Use accented form of name.
1917
1918 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1919
1920 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
1921 method calls (bug#15594).
1922 (ruby-smie--args-separator-p): New function.
1923 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
1924 recognize paren-free method calls.
1925
1926 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
1927 internals of universal-argument.
1928
1929 2013-10-11 Eli Zaretskii <eliz@gnu.org>
1930
1931 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
1932 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
1933 dropped menu on second mouse click on the menu bar.
1934
1935 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1936
1937 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
1938 (explicit-shell-file-name): Declare.
1939 (sh--vars-before-point, sh--cmd-completion-table): New functions.
1940 (sh-completion-at-point-function): New function.
1941 (sh-mode): Use it.
1942 (sh-smie--keyword-p): Remove unused argument.
1943 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
1944 vars.
1945 (sh-set-shell): Always setup SMIE, even if we use the
1946 old indentation code.
1947
1948 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1949
1950 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
1951 cases of ? and =.
1952 (ruby-smie-rules): Simplify the "do" rule. The cases when the
1953 predicate would return nil are almost non-existent.
1954 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
1955
1956 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
1957 cache also after commands that modify the buffer but don't move
1958 point.
1959
1960 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * env.el (substitute-env-in-file-name): New function.
1963 (substitute-env-vars): Extend the meaning of the optional arg.
1964
1965 2013-10-10 Eli Zaretskii <eliz@gnu.org>
1966
1967 * term/w32-win.el (dynamic-library-alist): Define separate lists
1968 of GIF DLLs for versions before and after 5.0.0 of giflib.
1969 (Bug#15531)
1970
1971 2013-10-10 João Távora <joaotavora@gmail.com>
1972
1973 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
1974 not locked, use last revision and current source as
1975 defaults. (Bug#15569)
1976
1977 2013-10-10 Masatake YAMATO <yamato@redhat.com>
1978
1979 * menu-bar.el (menu-bar-open): Don't use popup-menu if
1980 menu-bar is hidden.
1981
1982 2013-10-10 Martin Rudalics <rudalics@gmx.at>
1983
1984 * window.el (pop-to-buffer-same-window): Fix doc-string.
1985 (Bug#15492)
1986
1987 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1988
1989 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
1990
1991 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
1992
1993 * calendar/icalendar.el (icalendar-import-file):
1994 Fix interactive spec. (Bug#15482)
1995
1996 2013-10-10 Glenn Morris <rgm@gnu.org>
1997
1998 * desktop.el (desktop-save): Default to saving in .emacs.d,
1999 since PWD is no longer in desktop-path by default. (Bug#15319)
2000
2001 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
2002 now that text mode has a menu with the same entry.
2003 (menu-bar-text-mode-auto-fill): Remove now unused func.
2004 * textmodes/text-mode.el (text-mode-map):
2005 Use auto-fill help text from menu-bar.el.
2006
2007 2013-10-10 John Anthony <john@jo.hnanthony.com>
2008
2009 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
2010
2011 2013-10-09 Juri Linkov <juri@jurta.org>
2012
2013 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
2014 instead of this-command-keys. Add universal-argument-more and
2015 universal-argument-minus to the list of prefix commands. (Bug#15568)
2016
2017 2013-10-09 Glenn Morris <rgm@gnu.org>
2018
2019 * vc/vc-svn.el (vc-svn-create-repo):
2020 Expand paths in file://... url. (Bug#15446)
2021
2022 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2023 Add some entries.
2024 (authors): Remove unused local variables.
2025
2026 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 * profiler.el: Create a more coherent calltree from partial backtraces.
2029 (profiler-format): Hide the tail with `invisible' so that C-s can still
2030 find the hidden elements.
2031 (profiler-calltree-depth): Don't recurse so enthusiastically.
2032 (profiler-function-equal): New hash-table-test.
2033 (profiler-calltree-build-unified): New function.
2034 (profiler-calltree-build): Use it.
2035 (profiler-report-make-name-part): Indent the calltree less.
2036 (profiler-report-mode): Add visibility specs for profiler-format.
2037 (profiler-report-expand-entry, profiler-report-toggle-entry):
2038 Expand the whole subtree when provided with a prefix arg.
2039
2040 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
2041
2042 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
2043 iuwu-mod token.
2044 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
2045 hanging iuwu-mod token.
2046 (ruby-smie--forward-token): Do not include a dot after a token in
2047 that token.
2048 (ruby-smie--backward-token): Likewise.
2049
2050 2013-10-08 Juri Linkov <juri@jurta.org>
2051
2052 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
2053 to isearch-other-control-char.
2054 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
2055 and isearch-post-command-hook to post-command-hook.
2056 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
2057 and isearch-post-command-hook from post-command-hook.
2058 (isearch-unread-key-sequence)
2059 (isearch-reread-key-sequence-naturally)
2060 (isearch-lookup-scroll-key, isearch-other-control-char)
2061 (isearch-other-meta-char): Remove functions.
2062 (isearch-pre-command-hook, isearch-post-command-hook):
2063 New functions based on isearch-other-meta-char rewritten
2064 relying on the new behavior of overriding-terminal-local-map
2065 that does not replace the local keymaps any more. (Bug#15200)
2066
2067 2013-10-08 Eli Zaretskii <eliz@gnu.org>
2068
2069 Support menus on text-mode terminals.
2070 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
2071 functionality.
2072
2073 * tooltip.el (tooltip-mode): Don't error out on TTYs.
2074
2075 * menu-bar.el (popup-menu, popup-menu-normalize-position):
2076 Move here from mouse.el.
2077 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
2078 and arrow keys.
2079 (tty-menu-navigation-map): New map for TTY menu navigation.
2080
2081 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
2082
2083 * frame.el (display-mouse-p): Report text-mode mouse as available
2084 on w32.
2085 (display-popup-menus-p): Report availability if mouse is
2086 available; don't condition on window-system.
2087
2088 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
2089 (tty-menu-selected-face): New faces.
2090
2091 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2092
2093 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
2094 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
2095 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
2096 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
2097 New constants.
2098 (lisp-mode-variables): New `elisp' argument.
2099 (emacs-lisp-mode): Use it.
2100 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
2101 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
2102
2103 * indent.el: Use lexical-binding.
2104 (indent-region): Add progress reporter.
2105 (tab-stop-list): Make it implicitly extend to infinity by repeating the
2106 last step.
2107 (indent--next-tab-stop): New function to implement this behavior.
2108 (tab-to-tab-stop, move-to-tab-stop): Use it.
2109
2110 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
2111
2112 * indent.el (indent-rigidly--current-indentation): New function.
2113 (indent-rigidly-map): New var.
2114 (indent-rigidly): Use it to provide interactive mode (bug#8196).
2115
2116 2013-10-08 Bastien Guerry <bzg@gnu.org>
2117
2118 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
2119
2120 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2121
2122 * progmodes/perl-mode.el: Use lexical-binding.
2123 Remove redundant :group args.
2124 (perl-nochange): Change default to be closer to other major modes's
2125 standard behavior.
2126 (perl-indent-line): Don't consider text on current line as a
2127 valid beginning of function from which to indent.
2128
2129 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
2130 with more than one argument (bug#15538).
2131
2132 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
2133
2134 * vc/pcvs.el: Use lexical-binding.
2135 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
2136 environment of `eval'.
2137 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
2138 than a list of expressions. Adjust callers.
2139 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
2140
2141 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
2142
2143 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
2144 case of the dot in a chained method call being on the following line.
2145
2146 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 * electric.el (electric-indent-inhibit): New var.
2149 (electric-indent-post-self-insert-function): Use it.
2150 * progmodes/python.el (python-mode): Set it.
2151
2152 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
2153 open braces.
2154
2155 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
2156
2157 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
2158 (css-mode): Use electric-indent-chars.
2159
2160 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
2161 (font-lock-beg, font-lock-end): Move before first use.
2162 (nxml-mode): Use syntax-propertize-function.
2163 (nxml-after-change, nxml-after-change1): Adjust accordingly.
2164 (nxml-extend-after-change-region): Remove.
2165 * nxml/xmltok.el: Use lexical-binding.
2166 (xmltok-save): Use `declare'.
2167 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
2168 * nxml/nxml-util.el: Use lexical-binding.
2169 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
2170 Use `declare'.
2171 * nxml/nxml-ns.el: Use lexical-binding.
2172 (nxml-ns-save): Use `declare'.
2173 (nxml-ns-prefixes-for): Avoid add-to-list.
2174 * nxml/rng-match.el: Use lexical-binding.
2175 (rng--ipattern): Use cl-defstruct.
2176 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
2177 (rng-cons-group-after, rng-subst-group-after)
2178 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
2179 Use closures instead of `(lambda...).
2180
2181 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
2182
2183 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
2184 of BEG and END.
2185
2186 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2187 Use `tramp-handle-insert-file-contents'.
2188 (tramp-gvfs-handle-insert-file-contents): Remove function.
2189
2190 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2191 Use `save-restriction' in order to keep markers.
2192
2193 * net/trampver.el: Update release number.
2194
2195 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2196
2197 * progmodes/compile.el (compilation-parse-errors):
2198 Use compilation--put-prop.
2199 (compilation--ensure-parse): Check compilation-multiline.
2200
2201 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
2202
2203 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
2204 lexical-binding.
2205
2206 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
2207
2208 * progmodes/ruby-mode.el: Fix recently added tests.
2209 (ruby-smie-grammar): Add - and +.
2210 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
2211 (ruby-smie--backward-id): New functions.
2212 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
2213 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
2214 any more.
2215
2216 2013-10-07 Leo Liu <sdl.web@gmail.com>
2217
2218 * register.el (register-preview-delay)
2219 (register-preview-functions): New variables.
2220 (register-read-with-preview, register-preview)
2221 (register-describe-oneline): New functions.
2222 (point-to-register, window-configuration-to-register)
2223 (frame-configuration-to-register, jump-to-register)
2224 (number-to-register, view-register, insert-register)
2225 (copy-to-register, append-to-register, prepend-to-register)
2226 (copy-rectangle-to-register): Use register-read-with-preview to
2227 read register. (Bug#15525)
2228
2229 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
2230
2231 * net/network-stream.el (network-stream-open-starttls): Don't add
2232 --insecure if it's already present, because that gnutls-cli
2233 rejects getting that parameter twice.
2234
2235 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
2236
2237 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
2238 keyword, too.
2239
2240 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
2241
2242 * newcomment.el (comment-use-global-state): Change default value
2243 to t, mark obsolete (Bug#15251).
2244 (comment-beginning): In addition to `comment-to-syntax', check the
2245 value of `comment-use-global-state'.
2246
2247 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2248
2249 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
2250 (ruby-comment-column): Follow the global default, by default.
2251 (ruby-smie-grammar): Add assignment syntax.
2252 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
2253 open-paren, a comma, or a \.
2254 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
2255 and line continuations.
2256 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
2257 followed by implicit semi-colons. Add rule for string concatenation
2258 and for indentation at BOB.
2259 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
2260
2261 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
2262 calling next-sexp, since next-token may have skipped chars which
2263 next-sexp doesn't know should be skipped!
2264
2265 2013-10-05 Leo Liu <sdl.web@gmail.com>
2266
2267 * progmodes/octave.el (octave-send-region):
2268 Call compilation-forget-errors.
2269
2270 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
2271
2272 * vc/vc-svn.el (vc-svn-find-admin-dir):
2273 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
2274 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
2275 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
2276 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
2277
2278 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2279
2280 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
2281
2282 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2283
2284 * subr.el (read-passwd): Hide chars even when called within a context
2285 where after-change-functions is disabled (bug#15501).
2286 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
2287 until we removed ourself from overriding-terminal-local-map.
2288
2289 2013-10-04 Leo Liu <sdl.web@gmail.com>
2290
2291 * progmodes/octave.el (inferior-octave-mode):
2292 Call compilation-forget-errors.
2293
2294 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
2295
2296 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2297
2298 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
2299
2300 * net/secrets.el (secrets-create-collection): Add optional
2301 argument ALIAS. Use proper Label keyword. Append ALIAS as
2302 dbus-call-method argument. (Bug#15516)
2303
2304 2013-10-04 Leo Liu <sdl.web@gmail.com>
2305
2306 * progmodes/octave.el (inferior-octave-error-regexp-alist)
2307 (inferior-octave-compilation-font-lock-keywords): New variables.
2308 (compilation-error-regexp-alist)
2309 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
2310 (inferior-octave-mode): Use compilation-shell-minor-mode.
2311
2312 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
2313
2314 * minibuffer.el (completion--replace): Be careful that `end' might be
2315 a marker.
2316
2317 2013-10-03 Daiki Ueno <ueno@gnu.org>
2318
2319 Add support for package signature checking.
2320 * emacs-lisp/package.el (url-http-file-exists-p)
2321 (epg-make-context, epg-context-set-home-directory)
2322 (epg-verify-string, epg-context-result-for)
2323 (epg-signature-status, epg-signature-to-string)
2324 (epg-check-configuration, epg-configuration)
2325 (epg-import-keys-from-file): Declare.
2326 (package-check-signature): New user option.
2327 (package-unsigned-archives): New user option.
2328 (package-desc): Add `signed' field.
2329 (package-load-descriptor): Set `signed' field if .signed file exists.
2330 (package--archive-file-exists-p): New function.
2331 (package--check-signature): New function.
2332 (package-install-from-archive): Check package signature.
2333 (package--download-one-archive): Check archive signature.
2334 (package-delete): Remove .signed file.
2335 (package-import-keyring): New command.
2336 (package-refresh-contents): Import default keyring.
2337 (package-desc-status): Add "unsigned" status.
2338 (describe-package-1, package-menu--print-info)
2339 (package-menu-mark-delete, package-menu--find-upgrades)
2340 (package-menu--status-predicate): Support "unsigned" status.
2341
2342 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2343
2344 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
2345 the new compilation scheme using the new byte-codes.
2346
2347 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
2348 (byte-pophandler): New byte codes.
2349 (byte-goto-ops): Adjust accordingly.
2350 (byte-compile--use-old-handlers): New var.
2351 (byte-compile-catch): Use new byte codes depending on
2352 byte-compile--use-old-handlers.
2353 (byte-compile-condition-case--old): Rename from
2354 byte-compile-condition-case.
2355 (byte-compile-condition-case--new): New function.
2356 (byte-compile-condition-case): New function that dispatches depending
2357 on byte-compile--use-old-handlers.
2358 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
2359 when we can.
2360
2361 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2362 Optimize under `condition-case' and `catch' if
2363 byte-compile--use-old-handlers is nil.
2364 (disassemble-offset): Handle new bytecodes.
2365
2366 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2367
2368 * subr.el (error): Use `declare'.
2369 (decode-char, encode-char): Use advertised-calling-convention instead
2370 of the docstring to discourage use of the `restriction' arg.
2371
2372 2013-10-03 Daiki Ueno <ueno@gnu.org>
2373
2374 * epg.el (epg-verify-file): Add a comment saying that it does not
2375 notify verification error as a return value nor a signal.
2376 (epg-verify-string): Ditto.
2377
2378 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
2379
2380 * progmodes/compile.el (compilation-start): Try globbing the arg to
2381 `cd' (bug#15417).
2382
2383 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
2384
2385 Sync with Tramp 2.2.8.
2386
2387 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2388 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
2389 * net/trampver.el: Update release number.
2390
2391 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
2392
2393 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2394 and default-process-coding-system for darwin only.
2395
2396 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
2399
2400 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
2401
2402 * vc/vc-git.el (vc-git-grep): Disable pager.
2403
2404 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
2405
2406 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
2407 Use :url instead of :homepage, as per
2408 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
2409
2410 * newcomment.el (comment-beginning): When `comment-use-syntax' is
2411 non-nil, use `syntax-ppss' (Bug#15251).
2412
2413 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2414
2415 * progmodes/octave.el (inferior-octave-startup-file):
2416 Prefer ~/.emacs.d/init_octave.m.
2417
2418 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
2419
2420 * emacs-lisp/package.el (package-desc-from-define):
2421 Accept additional arguments as plist, convert them to an alist and store
2422 them in the `extras' slot.
2423 (package-generate-description-file): Convert extras alist back to
2424 plist and append to the `define-package' form arguments.
2425 (package--alist-to-plist): New function.
2426 (package--ac-desc): Add `extras' slot.
2427 (package--add-to-archive-contents): Check if the archive-contents
2428 vector is long enough, and if it is, pass its `extras' slot value
2429 to `package-desc-create'.
2430 (package-buffer-info): Call `lm-homepage', pass the returned value
2431 to `package-desc-from-define'.
2432 (describe-package-1): Render the homepage button (Bug#13291).
2433
2434 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2435 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
2436
2437 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
2438
2439 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2440 and default-process-coding-system to utf-8-unix (Bug#15402).
2441
2442 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
2443
2444 * subr.el (looking-back): Do not recommend using looking-back.
2445
2446 2013-09-28 Alan Mackenzie <acm@muc.de>
2447
2448 Fix indentation/fontification of Java enum with "implements".
2449
2450 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
2451 regexp which matches "implements", etc., in Java.
2452 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
2453 specifier clauses coming after "enum".
2454 * progmodes/cc-fonts.el (c-font-lock-declarations)
2455 (c-font-lock-enum-tail): Check for extra specifier clauses coming
2456 after "enum".
2457
2458 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
2459
2460 * faces.el (region): Change ns_selection_color to
2461 ns_selection_fg_color, add ns_selection_bg_color.
2462
2463 2013-09-28 Leo Liu <sdl.web@gmail.com>
2464
2465 * progmodes/octave.el (inferior-octave-completion-table)
2466 (inferior-octave-completion-at-point): Minor tweaks.
2467
2468 * textmodes/ispell.el (ispell-lookup-words): Rename from
2469 lookup-words. (Bug#15460)
2470 (lookup-words): Obsolete.
2471 (ispell-complete-word, ispell-command-loop): All uses changed.
2472
2473 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2474
2475 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
2476 (octave-mode-menu): Add octave-send-buffer.
2477 (octave-send-buffer): New function.
2478
2479 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2480
2481 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
2482 octave-lookfor.
2483 (octave-mode-menu): Add octave-lookfor.
2484 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
2485 octave-lookfor.
2486 (octave-lookfor): New function.
2487
2488 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2489
2490 * emacs-lisp/cl-macs.el:
2491 (cl--loop-destr-temps): Remove.
2492 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
2493 its convention.
2494 (cl--loop-set-iterator-function): New function.
2495 (cl-loop): Adjust accordingly, so as not to use cl-subst.
2496 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
2497 Bind `it' with `let' instead of substituting it with `cl-subst'.
2498 (cl--unused-var-p): New function.
2499 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
2500 Eliminate some unused variable warnings (bug#15326).
2501
2502 2013-09-27 Tassilo Horn <tsdh@gnu.org>
2503
2504 * doc-view.el (doc-view-scale-reset): Rename from
2505 `doc-view-reset-zoom-level'.
2506 (doc-view-scale-adjust): New command.
2507 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
2508 `doc-view-scale-adjust'.
2509
2510 2013-09-26 Tassilo Horn <tsdh@gnu.org>
2511
2512 * doc-view.el (doc-view-reset-zoom-level): New command.
2513 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
2514 zoom commands (bug#15466).
2515
2516 2013-09-26 Kenichi Handa <handa@gnu.org>
2517
2518 * international/quail.el (quail-help): Make it not a command.
2519
2520 2013-09-26 Leo Liu <sdl.web@gmail.com>
2521
2522 * minibuffer.el (completion-all-sorted-completions): Make args
2523 optional as they are.
2524
2525 2013-09-25 Daniel Colascione <dancol@dancol.org>
2526
2527 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
2528 specs are and that they're not evaluated.
2529
2530 2013-09-24 Sam Steingold <sds@gnu.org>
2531
2532 * midnight.el (clean-buffer-list-kill-regexps)
2533 (clean-buffer-list-kill-buffer-names): Update for the new Man
2534 buffer naming which includes the object name.
2535
2536 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2537
2538 * eshell/esh-cmd.el (eshell--sep-terms): New var.
2539 (eshell-parse-command, eshell-parse-pipeline): Use it since
2540 eshell-separate-commands requires a dynamic scoped var.
2541 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
2542
2543 2013-09-23 Leo Liu <sdl.web@gmail.com>
2544
2545 * autoinsert.el (auto-insert-alist): Make the value of
2546 lexical-binding match its file setting.
2547
2548 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
2549
2550 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
2551
2552 * autoarg.el (autoarg-kp-digit-argument):
2553 * electric.el (Electric-command-loop):
2554 * kmacro.el (kmacro-step-edit-insert):
2555 Do not set universal-argument-num-events.
2556
2557 2013-09-22 Leo Liu <sdl.web@gmail.com>
2558
2559 * files.el (interpreter-mode-alist): Add octave.
2560
2561 2013-09-21 Alan Mackenzie <acm@muc.de>
2562
2563 C++: fontify identifier in declaration following "public:" correctly.
2564 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
2565 to match "public", etc.
2566 (c-decl-prefix-re): Add ":" into the C++ value.
2567 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
2568 bit. Add a check for a ":" preceded by "public", etc.
2569
2570 2013-09-21 Eli Zaretskii <eliz@gnu.org>
2571
2572 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
2573 recognized by GDB 7.5 and later.
2574
2575 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
2576
2577 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
2578
2579 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2580
2581 * subr.el (internal--call-interactively): New const.
2582 (called-interactively-p): Use it (bug#3984).
2583
2584 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
2585
2586 * vc/pcvs.el (cvs-mode-ignore):
2587 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
2588 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
2589
2590 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2591
2592 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
2593 (eshell-ls-orig-insert-directory): Remove.
2594 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
2595 (eshell-ls-use-in-dired): Use advice-add/remove.
2596 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
2597 Add `orig-fun' arg for use in :around advice.
2598 Make it check (redundantly) eshell-ls-use-in-dired.
2599
2600 2013-09-19 Glenn Morris <rgm@gnu.org>
2601
2602 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
2603
2604 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
2605
2606 * emacs-lisp/eieio.el (class-parent): Undo previous change.
2607
2608 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
2609
2610 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
2611 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
2612 (tramp-get-remote-python): New defuns.
2613 (tramp-get-remote-uid-with-perl)
2614 (tramp-get-remote-gid-with-perl): New defuns. Perl code
2615 contributed by yary <not.com@gmail.com> (tiny change).
2616 (tramp-get-remote-uid-with-python)
2617 (tramp-get-remote-gid-with-python): New defuns. Python code
2618 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2619 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2620
2621 2013-09-19 Glenn Morris <rgm@gnu.org>
2622
2623 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2624
2625 * eshell/em-unix.el (eshell-remove-entries):
2626 Rename argument to avoid name-clash with global `top-level'.
2627
2628 * eshell/esh-proc.el (eshell-kill-process-function):
2629 Remove eshell-reset-after-proc from eshell-kill-hook if present.
2630 (eshell-reset-after-proc): Remove unused arg `proc'.
2631
2632 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2633 (directory-files-and-attributes): Mark unused arg.
2634
2635 * eshell/em-unix.el (eshell-remove-entries):
2636 Remove unused arg `path'. Update callers.
2637
2638 * eshell/em-hist.el (eshell-hist-parse-arguments):
2639 Remove unused arg `silent'. Update callers.
2640
2641 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2642 Fix (f)boundp mix-up.
2643
2644 * eshell/em-smart.el (eshell-smart-scroll-window)
2645 (eshell-disable-after-change):
2646 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
2647
2648 2013-09-18 Alan Mackenzie <acm@muc.de>
2649
2650 Fix fontification of type when followed by "const".
2651 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
2652 "known" types from fontification.
2653
2654 2013-09-18 Glenn Morris <rgm@gnu.org>
2655
2656 * emacs-lisp/chart.el (x-display-color-cells): Declare.
2657 (chart-face-list): Drop Emacsen without display-color-p.
2658
2659 * net/eww.el (libxml-parse-html-region): Declare.
2660 (eww-display-html): Explicit error if no libxml2 support.
2661
2662 * doc-view.el (doc-view-mode): Silence --without-x compilation.
2663
2664 * image.el (image-type-from-buffer, image-multi-frame-p):
2665 Remove --without-x warning/error.
2666
2667 * mouse.el (mouse-yank-primary):
2668 * term.el (term-mouse-paste):
2669 Reorder to silence --without-x compilation.
2670
2671 * mpc.el (doc-view-mode): Silence --without-x compilation.
2672
2673 * mail/rmailmm.el (rmail-mime-set-bulk-data):
2674 Silence --without-x compilation.
2675
2676 * progmodes/gud.el (gud-find-file, gud-mode):
2677 Silence --without-x compilation.
2678 (tooltip-mode): Declare.
2679
2680 * wdired.el (dired-backup-overwrite): Remove declaration.
2681 (wdired-mode-map): Add doc string.
2682
2683 * custom.el (x-get-resource): Declare.
2684
2685 * eshell/em-glob.el (ange-cache):
2686 * eshell/em-unix.el (ange-cache): Declare.
2687
2688 * faces.el (x-display-list, x-open-connection, x-get-resource):
2689 Declare.
2690
2691 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
2692 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
2693 Declare.
2694
2695 * frame.el (x-display-grayscale-p, x-display-name): Declare.
2696
2697 * net/gnutls.el (gnutls-log-level): Declare.
2698
2699 * net/shr.el (image-size, image-animate): Declare.
2700
2701 * simple.el (font-info): Declare.
2702
2703 * subr.el (x-popup-dialog): Declare.
2704
2705 * term/common-win.el (x-select-enable-primary)
2706 (x-last-selected-text-primary, x-last-selected-text-clipboard):
2707 Declare.
2708
2709 * term/ns-win.el (x-handle-args): Declare.
2710
2711 * term/x-win.el (x-select-enable-clipboard): Declare.
2712
2713 * term/w32-win.el (create-default-fontset): Declare.
2714
2715 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
2716 Declare.
2717
2718 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
2719 (fit-frame-to-buffer): Explicit error if --without-x.
2720 (mouse-autoselect-window-select): Silence compiler.
2721
2722 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2723
2724 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
2725 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
2726 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
2727 * eshell/esh-util.el (eshell-sublist):
2728 Remove unused local variables.
2729
2730 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
2731
2732 * textmodes/two-column.el: Make 2C-split work for --without-x.
2733 (scroll-bar-columns): Autoload.
2734 (top-level): Require fringe when compiling.
2735
2736 2013-09-18 Leo Liu <sdl.web@gmail.com>
2737
2738 * subr.el (add-hook): Robustify to handle closure as well.
2739
2740 2013-09-17 Glenn Morris <rgm@gnu.org>
2741
2742 * simple.el (messages-buffer-mode-map): Unbind "g".
2743
2744 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2745
2746 * help-mode.el (help-mode-finish): Use derived-mode-p.
2747 Remove obsolete highlighting.
2748
2749 * play/life.el (life-mode): Use define-derived-mode. Derive from
2750 special-mode.
2751 (life): Let-bind inhibit-read-only.
2752 (life-setup): Avoid `setq'. Use `life-mode'.
2753
2754 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
2755 which should not be needed any more.
2756 (package-menu-refresh, package-menu-describe-package): Use user-error.
2757
2758 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
2759 (eshell-post-rewrite-command-hook): Make obsolete.
2760 (eshell-parse-command): Simplify.
2761 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
2762 (eshell--cmd): Declare.
2763 (eshell-parse-pipeline): Remove unused var `final-p'.
2764 Pass a dynvar to eshell-post-rewrite-command-hook.
2765 Implement the new eshell-post-rewrite-command-function.
2766 (eshell-invoke-directly): Remove unused arg `input'.
2767 * eshell/esh-io.el (eshell-io-initialize):
2768 Use eshell-post-rewrite-command-function (bug#15399).
2769 (eshell--apply-redirections): Rename from eshell-apply-redirections;
2770 adjust to new calling convention.
2771 (eshell-create-handles): Rename args to avoid clashing with dynvar
2772 `standard-output'.
2773
2774 2013-09-17 Glenn Morris <rgm@gnu.org>
2775
2776 * simple.el (messages-buffer-mode): New major mode.
2777 (messages-buffer): New function.
2778 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
2779 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
2780 (ert-run-test): Use `messages-buffer' function.
2781 (ert--force-message-log-buffer-truncation): Ignore read-only.
2782 * help.el (view-echo-area-messages): Use `messages-buffer' function.
2783 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
2784
2785 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2786
2787 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
2788
2789 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
2790
2791 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2792
2793 * icomplete.el (icomplete-in-buffer): New var.
2794 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
2795 vars and replace them with functions.
2796 (icomplete-minibuffer-setup): Adjust accordingly.
2797 (icomplete--completion-table, icomplete--completion-predicate)
2798 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
2799 New functions.
2800 (icomplete-forward-completions, icomplete-backward-completions)
2801 (icomplete-simple-completing-p, icomplete-exhibit)
2802 (icomplete-completions): Use them.
2803 (icomplete--in-region-buffer): New var.
2804 (icomplete--in-region-setup): New function.
2805 (icomplete-mode): Use it.
2806
2807 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
2808 (bug#15379).
2809 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
2810 return args and options.
2811 (eshell-eval-using-options): Use the new return value of
2812 eshell--do-opts to set the options's vars in their scope.
2813 (eshell--set-option): Rename from eshell-set-option.
2814 Add arg `opt-vals'.
2815 (eshell--process-option): Rename from eshell-process-option.
2816 Add arg `opt-vals'.
2817 (eshell--process-args): Use an `opt-vals' alist to store the options's
2818 values during their processing and return them additionally to the
2819 remaining args.
2820
2821 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
2822
2823 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
2824 continuation character an operator, as far as indentation is
2825 concerned (Bug#15369).
2826
2827 2013-09-15 Martin Rudalics <rudalics@gmx.at>
2828
2829 * window.el (window--state-put-2): Don't process buffer state
2830 when buffer doesn't exist any more (Bug#15382).
2831
2832 2013-09-15 Glenn Morris <rgm@gnu.org>
2833
2834 * eshell/em-unix.el (eshell/rm):
2835 Make -f ignore missing files. (Bug#15373)
2836
2837 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
2838 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
2839 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
2840
2841 2013-09-14 Glenn Morris <rgm@gnu.org>
2842
2843 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
2844
2845 2013-09-13 Glenn Morris <rgm@gnu.org>
2846
2847 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
2848 (dired-guess-default): Make `file' available in the env. (Bug#15363)
2849
2850 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
2851
2852 * frame.el (x-focus-frame): Mark as declared in frame.c.
2853
2854 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2855
2856 * ls-lisp.el: Use advice-add.
2857 (original-insert-directory): Remove.
2858 (ls-lisp--insert-directory): Rename from insert-directory; add
2859 `orig-fun' argument.
2860 (insert-directory): Advise.
2861
2862 2013-09-13 Eli Zaretskii <eliz@gnu.org>
2863
2864 * term.el (term-emulate-terminal): Decode the command string
2865 before passing it to term-command-hook. (Bug#15337)
2866
2867 2013-09-13 Glenn Morris <rgm@gnu.org>
2868
2869 * eshell/esh-util.el (ange-cache): Move declaration earlier.
2870
2871 * eshell/esh-ext.el (eshell-search-path): Declare.
2872
2873 * eshell/em-prompt.el (eshell/pwd): Autoload it.
2874 Otherwise an error occurs if eshell-dirs module not loaded.
2875
2876 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2877
2878 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
2879
2880 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
2881 `tramp-check-proper-host'. Check for a valid method name.
2882
2883 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2884 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2885 * net/tramp-sh.el (tramp-maybe-open-connection):
2886 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
2887
2888 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
2889 also for hash values.
2890
2891 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * term/ns-win.el (parameters): Don't declare as dynamic.
2894 (before-make-frame-hook): Don't add ineffective function.
2895
2896 * eshell/*.el: Use lexical-binding (bug#15231).
2897
2898 2013-09-12 Kenichi Handa <handa@gnu.org>
2899
2900 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
2901
2902 2013-09-12 Glenn Morris <rgm@gnu.org>
2903
2904 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
2905 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
2906
2907 * subr.el (do-after-load-evaluation): Also give compiler warnings
2908 when obsolete files are used (except by obsolete files).
2909
2910 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
2911 in the status output, assume `filename' is the first. (Bug#15322)
2912
2913 * vc/vc.el (vc-deduce-fileset): Doc fix.
2914
2915 * calc/calc-help.el (Info-goto-node):
2916 * progmodes/cperl-mode.el (Info-find-node):
2917 * vc/ediff.el (Info-goto-node): Update declarations.
2918
2919 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
2920
2921 * vc/vc-bzr.el (vc-compilation-mode): Declare.
2922 (vc-bzr-pull): Require vc-dispatcher.
2923 * vc/vc-git.el (vc-compilation-mode): Declare.
2924 (vc-git-pull): Require vc-dispatcher.
2925
2926 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
2927
2928 * progmodes/octave.el (help-button-action): Declare.
2929
2930 * shell.el (shell-directory-tracker): Output error as a message
2931 rather than just returning it as a string.
2932 (shell-process-pushd): Remove useless use of message.
2933
2934 * dframe.el (dframe-timer-fn):
2935 * files.el (dir-locals-read-from-file):
2936 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
2937 (mpc-format):
2938 * reveal.el (reveal-post-command):
2939 * saveplace.el (load-save-place-alist-from-file):
2940 * shell.el (shell-resync-dirs):
2941 * w32-common-fns.el (x-get-selection-value):
2942 * emacs-lisp/copyright.el (copyright-find-copyright):
2943 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2944 * emulation/tpu-edt.el (tpu-copy-keyfile):
2945 * play/bubbles.el (bubbles--mark-neighbourhood):
2946 * progmodes/executable.el
2947 (executable-make-buffer-file-executable-if-script-p):
2948 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2949
2950 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2951
2952 Cleanup Eshell to rely less on dynamic scoping.
2953 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
2954 last-value, and ext-command here. Bind `args' closer to `body'.
2955 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
2956 (eshell--args): Declare new dynamic var.
2957 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
2958 last-value, and ext-command. Pass `args' to `body'.
2959 (eshell-process-args): Bind eshell--args.
2960 (eshell-set-option): Use eshell--args.
2961 * eshell/eshell.el (eshell): Use derived-mode-p.
2962 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
2963 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
2964 (eshell-glob-function): Declare.
2965 * eshell/esh-util.el: Require cl-lib.
2966 (eshell-read-hosts-file): Avoid add-to-list.
2967 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
2968 `err'.
2969 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
2970 Declare.
2971 (eshell/diff): Remove unused var `err'.
2972 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
2973 `killflag'.
2974 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
2975 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
2976 first use.
2977 * eshell/em-glob.el (eshell-glob-matches, message-shown):
2978 Move declaration before first use.
2979 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
2980 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
2981 rely on cl-return.
2982
2983 2013-09-12 Glenn Morris <rgm@gnu.org>
2984
2985 * term/ns-win.el (global-map): Remove binding for ispell-next,
2986 deleted 1999-05-29. (Bug#15357)
2987
2988 2013-09-11 Glenn Morris <rgm@gnu.org>
2989
2990 * echistory.el (electric-command-history): Remove call to deleted func.
2991
2992 * play/landmark.el (landmark-mode): Fix typos.
2993
2994 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
2995 Check cvs-sort-ignore-file is bound.
2996
2997 * savehist.el: No need for cl when compiling on Emacs.
2998
2999 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3000
3001 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
3002 (bug#15338).
3003 (eshell-self-insert-command, eshell-send-invisible):
3004 Remove unused argument.
3005 (eshell-handle-control-codes): Remove unused var `orig'.
3006 Avoid delete-backward-char.
3007
3008 * files.el (set-auto-mode): Simplify a bit further.
3009
3010 2013-09-11 Glenn Morris <rgm@gnu.org>
3011
3012 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
3013 (set-auto-mode): Don't regexp-quote elements.
3014 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
3015 * progmodes/cc-mode.el (interpreter-mode-alist):
3016 * progmodes/ruby-mode.el (interpreter-mode-alist):
3017 Revert previous change.
3018
3019 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3020
3021 * play/snake.el (snake-mode):
3022 * play/mpuz.el (mpuz-mode):
3023 * play/landmark.el (lm-mode):
3024 * play/blackbox.el (blackbox-mode):
3025 * play/5x5.el (5x5-mode):
3026 * obsolete/options.el (Edit-options-mode):
3027 * net/quickurl.el (quickurl-list-mode):
3028 * net/newst-treeview.el (newsticker-treeview-mode):
3029 * mail/rmailsum.el (rmail-summary-mode):
3030 * mail/mspools.el (mspools-mode):
3031 * locate.el (locate-mode):
3032 * ibuffer.el (ibuffer-mode):
3033 * emulation/ws-mode.el (wordstar-mode):
3034 * emacs-lisp/debug.el (debugger-mode):
3035 * array.el (array-mode):
3036 * net/eudc.el (eudc-mode): Use define-derived-mode.
3037 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
3038 Move initialization into declaration.
3039 (mairix-searches-mode): Use define-derived-mode.
3040 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
3041 (eudc-edit-hotlist): Use dolist.
3042 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
3043 (Man-mode): Use define-derived-mode.
3044 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
3045 (Info-edit-mode): Use define-derived-mode.
3046 (Info-cease-edit): Use Info-mode.
3047 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
3048 into declaration.
3049 (eshell-mode): Use define-derived-mode.
3050 * chistory.el (command-history-mode-map): Rename from
3051 command-history-map.
3052 (command-history-mode): Use define-derived-mode.
3053 (Command-history-setup): Remove function.
3054 * calc/calc.el (calc-trail-mode-map): New var.
3055 (calc-trail-mode): Use define-derived-mode.
3056 (calc-trail-buffer): Set calc-main-buffer manually.
3057 * bookmark.el (bookmark-insert-annotation): New function.
3058 (bookmark-edit-annotation): Use it.
3059 (bookmark-edit-annotation-mode): Make it a proper major mode.
3060 (bookmark-send-edited-annotation): Use derived-mode-p.
3061 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
3062 closer to its ideal place. Use \' to match EOS.
3063
3064 * profiler.el (profiler-calltree-find): Use function-equal.
3065
3066 2013-09-10 Glenn Morris <rgm@gnu.org>
3067
3068 * files.el (interpreter-mode-alist): Convert to regexps.
3069 (set-auto-mode): Adapt for this. (Bug#15306)
3070 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
3071 Comment out unused variable.
3072 * progmodes/cc-mode.el (interpreter-mode-alist):
3073 * progmodes/python.el (interpreter-mode-alist):
3074 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
3075 * progmodes/sh-script.el (sh-set-shell):
3076 No longer use interpreter-mode-alist to get list of shells.
3077
3078 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
3079
3080 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3081
3082 * simple.el: Use set-temporary-overlay-map for universal-argument.
3083 (universal-argument-map): Don't use default-bindings (bug#15317).
3084 Bind switch-frame explicitly. Replace universal-argument-minus with
3085 a conditional binding.
3086 (universal-argument-num-events, saved-overriding-map): Remove.
3087 (restore-overriding-map): Remove.
3088 (universal-argument--mode): Rename from save&set-overriding-map,
3089 and rewrite.
3090 (universal-argument, universal-argument-more, negative-argument)
3091 (digit-argument): Adjust accordingly.
3092 (universal-argument-minus): Remove.
3093 (universal-argument-other-key): Remove.
3094
3095 * subr.el (with-demoted-errors): Add `format' argument.
3096
3097 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
3098
3099 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
3100 `tramp-cleanup-connection'.
3101
3102 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
3103 parameters KEEP-DEBUG and KEEP-PASSWORD.
3104
3105 * net/tramp.el (tramp-file-name-handler):
3106 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3107 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3108 (tramp-maybe-open-connection):
3109 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3110 Use `tramp-cleanup-connection'.
3111
3112 * net/tramp-sh.el (tramp-maybe-open-connection):
3113 Catch 'uname-changed inside the progress reporter.
3114
3115 2013-09-10 Glenn Morris <rgm@gnu.org>
3116
3117 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
3118
3119 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
3120 returns "alternate access method" in mode (eg "-rw-r--r--.").
3121
3122 2013-09-08 Glenn Morris <rgm@gnu.org>
3123
3124 * saveplace.el (load-save-place-alist-from-file):
3125 Demote errors. (Bug#15305)
3126
3127 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
3128
3129 Improve compatibility with older Emacsen, and XEmacs.
3130
3131 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
3132 only if it is bound. It isn't for XEmacs.
3133 (with-tramp-progress-reporter): Do not let-bind `result'.
3134 This yields to scoping errors in XEmacs.
3135 (tramp-handle-make-auto-save-file-name): New function, moved from
3136 tramp-sh.el.
3137
3138 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
3139 for `make-auto-save-file-name'.
3140 (tramp-adb--gnu-switches-to-ash):
3141 Use `tramp-compat-replace-regexp-in-string'.
3142
3143 * net/tramp-cache.el (tramp-cache-print): Call
3144 `substring-no-properties' only if it is bound. It isn't for XEmacs.
3145
3146 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
3147 bound. It isn't for XEmacs.
3148
3149 * net/tramp-compat.el (tramp-compat-copy-file):
3150 Catch `wrong-number-of-arguments' error.
3151 (tramp-compat-replace-regexp-in-string): New defun.
3152
3153 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
3154 for `make-auto-save-file-name'.
3155 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
3156 `copy-file'.
3157 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
3158 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
3159 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
3160
3161 * net/tramp-gw.el (tramp-gw-open-network-stream):
3162 Use `tramp-compat-replace-regexp-in-string'.
3163
3164 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3165 Call `tramp-handle-make-auto-save-file-name'.
3166 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
3167 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3168 (tramp-sh-file-inotifywait-process-filter):
3169 Use `tramp-compat-replace-regexp-in-string'.
3170 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
3171
3172 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
3173 for `make-auto-save-file-name'.
3174 (tramp-smb-handle-copy-directory):
3175 Call `tramp-compat-replace-regexp-in-string'.
3176 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
3177 (tramp-smb-handle-copy-file): Improve error message.
3178 (tramp-smb-handle-rename-file): Rename directly only in case
3179 `newname' does not exist yet. This is a restriction of smbclient.
3180 (tramp-smb-maybe-open-connection): Rerun the function only when
3181 `auth-sources' is non-nil.
3182
3183 2013-09-08 Kenichi Handa <handa@gnu.org>
3184
3185 * international/characters.el: Set category "^" (Combining) for
3186 more characters.
3187
3188 2013-09-07 Alan Mackenzie <acm@muc.de>
3189
3190 Correctly fontify Java class constructors.
3191 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
3192 in Java Mode.
3193 (c-recognize-typeless-decls): Set the Java value to t.
3194 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
3195 While handling a "(", add a check for, effectively, Java, and handle a
3196 "typeless" declaration there.
3197
3198 2013-09-07 Roland Winkler <winkler@gnu.org>
3199
3200 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
3201 field subtitle for entry type book.
3202
3203 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3204
3205 * minibuffer.el: Make minibuffer-complete call completion-in-region
3206 rather than other way around.
3207 (completion--some, completion-pcm--find-all-completions):
3208 Don't delay signals when debugging.
3209 (minibuffer-completion-contents): Beware fields within the
3210 minibuffer contents.
3211 (completion-all-sorted-completions): Use defvar-local.
3212 (completion--do-completion, completion--cache-all-sorted-completions)
3213 (completion-all-sorted-completions, minibuffer-force-complete):
3214 Add args `beg' and `end'.
3215 (completion--in-region-1): New fun, extracted from minibuffer-complete.
3216 (minibuffer-complete): Use completion-in-region.
3217 (completion-complete-and-exit): New fun, extracted from
3218 minibuffer-complete-and-exit.
3219 (minibuffer-complete-and-exit): Use it.
3220 (completion--complete-and-exit): Rename from
3221 minibuffer--complete-and-exit.
3222 (completion-in-region--single-word): New function, extracted from
3223 minibuffer-complete-word.
3224 (minibuffer-complete-word): Use it.
3225 (display-completion-list): Make `common-substring' argument obsolete.
3226 (completion--in-region): Call completion--in-region-1 instead of
3227 minibuffer-complete.
3228 (completion-help-at-point): Pass boundaries to
3229 minibuffer-completion-help as args rather than via an overlay.
3230 (completion-pcm--string->pattern): Use `any-delim'.
3231 (completion-pcm--optimize-pattern): New function.
3232 (completion-pcm--pattern->regex): Handle `any-delim'.
3233 * icomplete.el (icomplete-forward-completions)
3234 (icomplete-backward-completions, icomplete-completions):
3235 Adjust calls to completion-all-sorted-completions and
3236 completion--cache-all-sorted-completions.
3237 (icomplete-with-completion-tables): Default to t.
3238 * emacs-lisp/crm.el (crm--current-element): Rename from
3239 crm--select-current-element. Don't put an overlay but return the
3240 boundaries instead.
3241 (crm--completion-command): Take two new args to bind to the boundaries.
3242 (crm-completion-help): Adjust accordingly.
3243 (crm-complete): Use completion-in-region.
3244 (crm-complete-word): Use completion-in-region--single-word.
3245 (crm-complete-and-exit): Use completion-complete-and-exit.
3246
3247 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
3250 than dynamically.
3251
3252 2013-09-06 Juri Linkov <juri@jurta.org>
3253
3254 * info.el (Info-display-images-node): When image file doesn't exist
3255 display text version of the image if it's provided in the Info file.
3256 Otherwise, display the location of missing image from SRC attribute.
3257 Add help-echo text property from ALT attribute. (Bug#15279)
3258
3259 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3260
3261 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
3262 (edit-abbrevs-mode): Use define-derived-mode.
3263
3264 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
3265 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
3266 that it's defined.
3267 (epa-key-list-mode, epa-key-mode, epa-info-mode):
3268 Use define-derived-mode.
3269
3270 * epg.el (epg-start-encrypt): Minor CSE simplification.
3271
3272 2013-09-06 William Xu <william.xwl@gmail.com>
3273
3274 * arc-mode.el: Add support for 7za (bug#15264).
3275 (archive-7z-program): New var.
3276 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
3277 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
3278 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
3279
3280 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
3281
3282 Remove URL syntax.
3283
3284 * net/tramp.el (tramp-syntax, tramp-prefix-format)
3285 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
3286 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
3287 (tramp-postfix-host-format, tramp-file-name-regexp)
3288 (tramp-completion-file-name-regexp)
3289 (tramp-completion-dissect-file-name)
3290 (tramp-handle-substitute-in-file-name): Remove 'url case.
3291 (tramp-file-name-regexp-url)
3292 (tramp-completion-file-name-regexp-url): Remove constants.
3293
3294 2013-09-06 Glenn Morris <rgm@gnu.org>
3295
3296 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
3297
3298 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
3299
3300 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
3301 keywords" below "here-doc beginnings" (Bug#15270).
3302
3303 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3304
3305 * subr.el (pop): Use `car-safe'.
3306 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
3307 to detect unused `pop' return value.
3308
3309 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
3310 var `block-regexp'.
3311 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
3312 (python-fill-string): Remove unused var `marker'.
3313 (python-skeleton-add-menu-items): Remove unused var `items'.
3314
3315 * international/mule-cmds.el: Require CL.
3316 (find-coding-systems-for-charsets): Avoid add-to-list.
3317 (sanitize-coding-system-list): New function, extracted from
3318 select-safe-coding-system-interactively.
3319 (select-safe-coding-system-interactively): Use it.
3320 (read-input-method-name): Accept symbols for `default'.
3321
3322 * emacs-lisp/advice.el (defadvice): Add indent rule.
3323
3324 2013-09-05 Daniel Hackney <dan@haxney.org>
3325
3326 * dired-x.el:
3327 * net/ange-ftp.el:
3328 * net/browse-url.el:
3329 * net/dbus.el:
3330 * net/eudc.el:
3331 * net/eudcb-ldap.el:
3332 * net/eww.el:
3333 * net/imap.el:
3334 * printing.el:
3335 * vc/ediff-diff.el:
3336 * vc/ediff-init.el:
3337 * vc/ediff-merg.el:
3338 * vc/ediff-mult.el:
3339 * vc/ediff-util.el:
3340 * vc/ediff-wind.el:
3341 * vc/ediff.el:
3342 * vc/emerge.el:
3343 * vc/pcvs.el:
3344 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
3345 byte compiler. Remove some unused let-bound variables.
3346
3347 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3348
3349 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
3350 a "ref-cell", since it gets better optimized (bug#14883).
3351
3352 2013-09-05 Glenn Morris <rgm@gnu.org>
3353
3354 * progmodes/cc-awk.el (c-forward-sws): Declare.
3355
3356 2013-09-04 Glenn Morris <rgm@gnu.org>
3357
3358 * generic-x.el [rul-generic-mode]: Require cc-mode.
3359 (c++-mode-syntax-table): Declare.
3360 (rul-generic-mode-syntax-table): Init in the defvar.
3361
3362 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3363
3364 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
3365 (vc-do-command, vc-set-async-update):
3366 * vc/vc-mtn.el (vc-mtn-dir-status):
3367 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
3368 (vc-hg-pull, vc-hg-merge-branch):
3369 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
3370 (vc-git-merge-branch):
3371 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
3372 (vc-cvs-dir-status-files):
3373 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
3374 (vc-bzr-dir-status-files):
3375 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
3376 * vc/vc-annotate.el: Use lexical-binding.
3377 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
3378 (vc-sentinel-movepoint): Declare.
3379 (vc-annotate): Don't use `goto-line'.
3380 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
3381 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
3382 (vc-sentinel-movepoint): Declare.
3383 * vc/vc-svn.el: Use lexical-binding.
3384 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
3385 * vc/vc-sccs.el:
3386 * vc/vc-rcs.el: Use lexical-binding.
3387
3388 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
3389 `deleted'. Don't drop errors silently.
3390
3391 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
3392
3393 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
3394
3395 * vc/vc.el (vc-ignore): Rewrite.
3396 (vc-default-ignore): New function.
3397 (vc-default-ignore-completion-table): Use find-ignore-file.
3398
3399 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
3400 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
3401 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
3402 Remove. Most code moved to vc.el.
3403
3404 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3405
3406 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
3407 * net/tramp-smb.el (tramp-smb-get-file-entries):
3408 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
3409 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
3410
3411 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
3412 Update call to it.
3413 (eww-change-select): Remove unused var `properties'.
3414 (eww-make-unique-file-name): Remove unused var `base'.
3415
3416 * finder.el (finder-compile-keywords): Don't mess with windows.
3417
3418 * calculator.el (calculator-funcall): Fix typo in last change.
3419
3420 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
3421
3422 * emacs-lisp/package.el (package-activate-1): Don't let a missing
3423 <pkg>-autoloads.el file stop us.
3424
3425 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
3426 warnings, and factor out common code.
3427
3428 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
3429
3430 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
3431 two-character operators and whether the character preceding them
3432 changes their meaning (Bug#15208).
3433
3434 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3435
3436 Format code sent to Python shell for robustness.
3437 * progmodes/python.el (python-shell-buffer-substring):
3438 New function.
3439 (python-shell-send-region, python-shell-send-buffer): Use it.
3440
3441 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
3442
3443 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
3444 * net/tramp.el (tramp-user-error): ... here.
3445 (tramp-find-method, tramp-check-proper-host)
3446 (tramp-dissect-file-name, tramp-debug-message)
3447 (tramp-handle-shell-command):
3448 * net/tramp-adb.el (tramp-adb-handle-shell-command):
3449 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
3450
3451 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
3452
3453 2013-09-02 Martin Rudalics <rudalics@gmx.at>
3454
3455 * avoid.el (mouse-avoidance-point-position)
3456 (mouse-avoidance-too-close-p): Handle case where posn-at-point
3457 returns nil.
3458
3459 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3460
3461 * progmodes/python.el (python-shell-completion-get-completions):
3462 Drop use of deleted `comint-last-prompt-overlay'.
3463 (python-nav-if-name-main): New command.
3464
3465 2013-09-01 Glenn Morris <rgm@gnu.org>
3466
3467 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3468 Avoid leading space in $wins. Otherwise the sed command used by
3469 eg compile-main ends up containing "/*.el". (Bug#15170)
3470
3471 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
3472
3473 2013-08-30 Glenn Morris <rgm@gnu.org>
3474
3475 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3476 Fix is-this-a-directory logic. (Bug#15220)
3477
3478 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3479
3480 * textmodes/css-mode.el: Use SMIE.
3481 (css-smie-grammar): New var.
3482 (css-smie--forward-token, css-smie--backward-token)
3483 (css-smie-rules): New functions.
3484 (css-mode): Use them.
3485 (css-navigation-syntax-table): Remove var.
3486 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
3487 (css-indent-calculate, css-indent-line): Remove functions.
3488
3489 Misc changes to reduce use of `(lambda...); and other cleanups.
3490 * cus-edit.el: Use lexical-binding.
3491 (customize-push-and-save, customize-apropos)
3492 (custom-buffer-create-internal): Use closures.
3493 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
3494 * progmodes/ada-xref.el: Use setq.
3495 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
3496 * dframe.el: Use lexical-binding.
3497 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
3498 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
3499 * descr-text.el: Use lexical-binding.
3500 (describe-text-widget, describe-text-sexp, describe-property-list):
3501 Use closures.
3502 * comint.el (comint-history-isearch-push-state): Use a closure.
3503 * calculator.el: Use lexical-binding.
3504 (calculator-number-to-string): Make it work with lexical-binding.
3505 (calculator-funcall): Same and use cl-letf.
3506
3507 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
3508 (lisp--company-doc-string, lisp--company-location): New functions.
3509 (lisp-completion-at-point): Use them to improve Company support.
3510
3511 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
3512 params of lambda expressions.
3513 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
3514 (ruby-smie--opening-pipe-p): New function.
3515 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
3516 symbols and matched |...| for formal params.
3517 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
3518 from being treated as hanging. Handle "rescue".
3519
3520 2013-08-29 Glenn Morris <rgm@gnu.org>
3521
3522 * progmodes/cc-engine.el (c-pull-open-brace):
3523 Move definition before use.
3524
3525 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3526
3527 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
3528 are immutable. Don't use `unsafe' any more.
3529 (cl--defsubst-expand): Don't substitute at the same time as keeping
3530 a residual unused let-binding. Don't use `unsafe' any more.
3531
3532 2013-08-29 Glenn Morris <rgm@gnu.org>
3533
3534 * calendar/cal-china.el (calendar-chinese-year-cache):
3535 Recenter on 2015.
3536
3537 * nxml/nxml-util.el (nxml-debug-clear-inside):
3538 Use cl-loop rather than loop.
3539
3540 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
3541
3542 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
3543
3544 2013-08-28 Glenn Morris <rgm@gnu.org>
3545
3546 * progmodes/antlr-mode.el: No need to require cc-mode twice.
3547
3548 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
3549
3550 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
3551
3552 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3553
3554 * simple.el (repeat-complex-command--called-interactively-skip):
3555 New function.
3556 (repeat-complex-command): Use it (bug#14136).
3557
3558 * progmodes/cc-mode.el: Minor cleanup of var declarations.
3559 (c-define-abbrev-table): Add `doc' argument.
3560 (c-mode-abbrev-table, c++-mode-abbrev-table)
3561 (objc-mode-abbrev-table, java-mode-abbrev-table)
3562 (idl-mode-abbrev-table, pike-mode-abbrev-table)
3563 (awk-mode-abbrev-table): Use it.
3564 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
3565 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
3566 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
3567 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
3568 Move initialization into the declaration; and remove any
3569 autoload cookie.
3570
3571 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
3572 and dynamic let binding.
3573
3574 * vc/smerge-mode.el: Remove redundant :group args.
3575
3576 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
3577 to load-path.
3578
3579 2013-08-28 Juri Linkov <juri@jurta.org>
3580
3581 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
3582 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
3583 (isearch-other-meta-char): Handle an undefined shifted printing
3584 character by downshifting it. (Bug#15200)
3585
3586 2013-08-28 Juri Linkov <juri@jurta.org>
3587
3588 * isearch.el (isearch-search): Change regexp error message for
3589 non-regexp searches. (Bug#15166)
3590
3591 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
3592
3593 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
3594 for portability to hosts where /bin/sh has problems.
3595
3596 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3597
3598 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
3599
3600 2013-08-27 Juri Linkov <juri@jurta.org>
3601
3602 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
3603 in the keyboard macro. (Bug#15126)
3604
3605 2013-08-27 Juri Linkov <juri@jurta.org>
3606
3607 * isearch.el (isearch-quote-char): Comment out converting unibyte
3608 to multibyte, thus syncing with its `quoted-insert' counterpart.
3609 (Bug#15166)
3610
3611 2013-08-27 Martin Rudalics <rudalics@gmx.at>
3612
3613 * window.el (display-buffer-use-some-window): Add missing
3614 argument in call of get-largest-window (Bug#15185).
3615 Reported by Stephen Leake.
3616
3617 2013-08-27 Glenn Morris <rgm@gnu.org>
3618
3619 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3620
3621 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3622
3623 * progmodes/python.el (python-font-lock-keywords): Don't return nil
3624 from a matcher-function unless there's no more matches (bug#15161).
3625
3626 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3627
3628 * minibuffer.el: Revert change from 2013-08-20.
3629
3630 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3631 with text property `tramp-default', if appropriate.
3632 (tramp-check-proper-host): New defun.
3633 (tramp-dissect-file-name): Do not check hostname. Revert change
3634 of 2013-03-18.
3635 (tramp-backtrace): Make VEC-OR-PROC optional.
3636
3637 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3638 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3639 * net/tramp-sh.el (tramp-maybe-open-connection):
3640 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3641 Apply `tramp-check-proper-host'.
3642
3643 2013-08-26 Tassilo Horn <tsdh@gnu.org>
3644
3645 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3646 lambda expression in order to have `describe-variable' display it.
3647
3648 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3649
3650 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
3651 BUF can be optional. (Bug#15186)
3652
3653 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
3654
3655 * progmodes/flymake.el (flymake-get-real-file-name-function):
3656 Fix broken customization. (Bug#15184)
3657
3658 2013-08-25 Alan Mackenzie <acm@muc.de>
3659
3660 Improve indentation of bracelists defined by macros (without "=").
3661
3662 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
3663 expansion begins with "{", regard it as bracelist when it doesn't
3664 contain a ";".
3665
3666 Parse C++ inher-intro when there's a template split over 2 lines.
3667
3668 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
3669 rigorously the search for "class" etc. followed by ":".
3670
3671 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
3672 random languages a regexp which never matches rather than nil.
3673
3674 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
3675
3676 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
3677 (c-awk-regexp-one-line-possibly-open-char-list-re)
3678 (c-awk-one-line-possibly-open-regexp-re)
3679 (c-awk-one-line-non-syn-ws*-re): Remove.
3680 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
3681 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
3682 (c-awk-space*-unclosed-regexp-/-re): New constants.
3683 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
3684 aren't regexp delimiters.
3685
3686 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
3687 handling for a rare situation in AWK Mode involving unterminated
3688 strings/regexps.
3689
3690 2013-08-23 Glenn Morris <rgm@gnu.org>
3691
3692 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
3693
3694 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
3695
3696 * files.el (create-file-buffer): If the result would begin with
3697 spaces, prepend a "|" instead of removing them. (Bug#15162)
3698
3699 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3700
3701 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
3702 text-properties (bug#15155).
3703
3704 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
3705 exist any more.
3706 (calc-keypad-redraw): Remove unused var `pad'.
3707 (calc-keypad-press): Remove unused var `menu'.
3708
3709 2013-08-23 Martin Rudalics <rudalics@gmx.at>
3710
3711 * window.el (display-buffer-pop-up-frame):
3712 Call pop-up-frame-function with BUFFER current so `make-frame' will
3713 use it as the new frame's buffer (Bug#15133).
3714
3715 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * calendar/timeclock.el: Minor cleanups.
3718 (timeclock-ask-before-exiting, timeclock-use-display-time):
3719 Use `symbol'.
3720 (timeclock-modeline-display): Define as alias before the
3721 actual definition.
3722 (timeclock-mode-line-display): Use define-minor-mode.
3723 (timeclock-day-list-template): Make it a function, add an argument.
3724 (timeclock-day-list-required, timeclock-day-list-length)
3725 (timeclock-day-list-debt, timeclock-day-list-span)
3726 (timeclock-day-list-break): Adjust calls accordingly.
3727
3728 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
3731 Use read--expression so that completion works again.
3732
3733 2013-08-21 Sam Steingold <sds@gnu.org>
3734
3735 Add rudimentary inferior shell interaction
3736 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
3737 (sh-set-shell): Reset it.
3738 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
3739 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
3740
3741 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3742
3743 * align.el: Use lexical-binding.
3744 (align-region): Simplify accordingly.
3745
3746 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
3747
3748 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
3749
3750 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
3751 `non-essential' up.
3752
3753 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
3754
3755 * net/tramp.el:
3756 * net/tramp-adb.el:
3757 * net/tramp-cmds.el:
3758 * net/tramp-ftp.el:
3759 * net/tramp-gvfs.el:
3760 * net/tramp-gw.el:
3761 * net/tramp-sh.el: Don't wrap external variable declarations by
3762 `eval-when-compile'.
3763
3764 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3765
3766 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
3767 now that Emacs supports ImageMagick animations.
3768
3769 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
3770
3771 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
3772 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
3773
3774 2013-08-16 Martin Rudalics <rudalics@gmx.at>
3775
3776 * window.el (mouse-autoselect-window-select): Do autoselect when
3777 mouse pointer is on margin.
3778
3779 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
3780
3781 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
3782
3783 2013-08-16 Glenn Morris <rgm@gnu.org>
3784
3785 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
3786 Handle "Remote Directory" response of some clients. (Bug#15058)
3787
3788 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
3789 Tweak warning. (Bug#14926)
3790
3791 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
3792 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
3793
3794 * image-mode.el (image-mode-map): Add menu items to reverse,
3795 increase, decrease, reset animation speed.
3796 (image--set-speed, image-increase-speed, image-decrease-speed)
3797 (image-reverse-speed, image-reset-speed): New functions.
3798 (image-mode-map): Add bindings for speed commands.
3799
3800 * image.el (image-animate-get-speed, image-animate-set-speed):
3801 New functions.
3802 (image-animate-timeout): Respect image :speed property.
3803
3804 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3805
3806 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
3807 previous line (bug#15101).
3808 (debugger-eval-expression, debugger-record-expression):
3809 Use read--expression (bug#15102).
3810
3811 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
3812
3813 Remove byte compiler warnings, visible when compiling with
3814 `byte-compile-force-lexical-warnings' set to t.
3815
3816 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
3817 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
3818 (tramp-handle-unhandled-file-name-directory)
3819 (tramp-handle-file-notify-add-watch, tramp-action-login)
3820 (tramp-action-succeed, tramp-action-permission-denied)
3821 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
3822 arguments with "_".
3823
3824 * net/tramp-adb.el (tramp-adb-parse-device-names)
3825 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
3826 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
3827 (tramp-adb-handle-file-truename): Remove unused arguments.
3828
3829 * net/tramp-cache.el (tramp-flush-directory-property)
3830 (tramp-flush-connection-property, tramp-list-connections)
3831 (tramp-parse-connection-properties): Prefix unused arguments with "_".
3832
3833 * net/tramp-compat.el (tramp-compat-make-temp-file):
3834 Rename FILENAME to F.
3835
3836 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3837 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
3838 (tramp-zeroconf-parse-workstation-device-names)
3839 (tramp-zeroconf-parse-webdav-device-names)
3840 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
3841
3842 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3843 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
3844
3845 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
3846 arguments.
3847 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
3848 (tramp-sh-handle-insert-file-contents-literally)
3849 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
3850 with "_".
3851 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
3852 Remove unused variables.
3853
3854 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3855 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
3856 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
3857
3858 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
3859 Make them a defconst.
3860 (tramp-uuencode-region): Remove unused variable.
3861
3862 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
3863
3864 * frameset.el (frameset--prop-setter): New function.
3865 (frameset-prop): Add gv-setter declaration.
3866 (frameset-filter-minibuffer): Deal with the case that the minibuffer
3867 parameter was already set in FILTERED. Doc fix.
3868 (frameset--record-minibuffer-relationships): Allow saving a
3869 minibufferless frame without its corresponding minibuffer frame.
3870 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
3871 frame, if the frame id matches.
3872 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
3873 frames before orphaned ones.
3874 (frameset-restore): Warn about orphaned windows, instead of error out.
3875
3876 2013-08-14 Martin Rudalics <rudalics@gmx.at>
3877
3878 * window.el (window-make-atom): Don't overwrite parameter
3879 already present.
3880 (display-buffer-in-atom-window): Handle special case where we
3881 split an already atomic window.
3882 (window--major-non-side-window, display-buffer-in-side-window)
3883 (window--side-check): Ignore minibuffer window when walking
3884 window tree.
3885 (window-deletable-p): Return 'frame only if no other frame uses
3886 our minibuffer window.
3887 (record-window-buffer): Run buffer-list-update-hook.
3888 (split-window): Make sure window--check-frame won't destroy an
3889 existing atomic window in case the new window gets nested
3890 inside.
3891 (display-buffer-at-bottom): Ignore minibuffer window when
3892 walking window tree. Don't split a side window.
3893 (pop-to-buffer): Don't set-buffer here, the select-window call
3894 should do that.
3895 (mouse-autoselect-window-select): Autoselect only if we are in the
3896 text portion of the window.
3897
3898 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3899
3900 * net/shr.el (shr-parse-image-data): New function to grab both the
3901 data itself and the Content-Type.
3902 (shr-put-image): Use it.
3903
3904 * net/eww.el (eww-display-image): Ditto.
3905
3906 * image.el (image-content-type-suffixes): New variable.
3907
3908 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3909
3910 * progmodes/python.el (python-imenu--build-tree)
3911 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
3912
3913 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
3914
3915 * simple.el (backward-word): Mention the optional argument.
3916
3917 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3918
3919 * frameset.el (frameset--make): Rename constructor from make-frameset.
3920 (frameset-p, frameset-valid-p): Don't autoload.
3921 (frameset-valid-p): Use normal accessors.
3922
3923 2013-08-13 Glenn Morris <rgm@gnu.org>
3924
3925 * progmodes/compile.el (compile-command): Tweak example in doc.
3926 * obsolete/scribe.el (scribe-mode):
3927 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
3928
3929 * mail/feedmail.el (feedmail-confirm-outgoing)
3930 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
3931
3932 * cus-start.el (truncate-partial-width-windows): Fix type.
3933
3934 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
3935
3936 * net/shr.el (shr-table-horizontal-line): Fix custom type.
3937
3938 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3939
3940 * emacs-lisp/timer.el (timer--time-setter): New function.
3941 (timer--time): Use it as gv-setter.
3942
3943 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
3944 setter is not a symbol.
3945
3946 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
3947
3948 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
3949 if sending fails. This makes debugging easier.
3950
3951 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
3952
3953 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
3954 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
3955 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
3956
3957 2013-08-12 Eli Zaretskii <eliz@gnu.org>
3958
3959 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
3960
3961 2013-08-12 Glenn Morris <rgm@gnu.org>
3962
3963 * format.el (format-annotate-function):
3964 Handle read-only text properties in the source. (Bug#14887)
3965
3966 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3967
3968 * net/eww.el (eww-display-html): Ignore coding system errors.
3969 One web site uses "utf-8lias" as the coding system.
3970
3971 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
3972
3973 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
3974
3975 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
3976
3977 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
3978 (tutorial--detailed-help): Remove unused local variables.
3979 (tutorial--save-tutorial-to): Use ignore-errors.
3980 (help-with-tutorial): Use looking-at-p.
3981
3982 * view.el (view-buffer-other-window, view-buffer-other-frame):
3983 Mark unused arguments.
3984
3985 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
3986 (woman-select-symbol-fonts, woman, woman-find-file)
3987 (woman-insert-file-contents, woman-non-underline-faces):
3988 Use string-match-p.
3989 (woman1-unquote): Move declaration.
3990
3991 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
3992 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
3993 argument. Remove unused local variable.
3994 (xml-parse-elem-type): Use string-match-p.
3995 (xml-substitute-numeric-entities): Use ignore-errors.
3996
3997 * calculator.el (calculator): Mark unused argument.
3998 (calculator-paste, calculator-quit, calculator-integer-p):
3999 Use ignore-errors.
4000 (calculator-string-to-number, calculator-decimal, calculator-exp)
4001 (calculator-op-or-exp): Use string-match-p.
4002
4003 * dired.el (dired-buffer-more-recently-used-p): Declare.
4004 (dired-insert-set-properties, dired-insert-old-subdirs):
4005 Use ignore-errors.
4006
4007 * dired-aux.el (dired-compress): Use ignore-errors.
4008 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
4009 (dired-do-async-shell-command, dired-do-shell-command)
4010 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
4011 (dired-insert-subdir-validate): Use string-match-p.
4012 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
4013 (dired-add-entry): Use string-match-p, looking-at-p.
4014 (dired-insert-subdir-newpos): Remove unused local variable.
4015
4016 * filenotify.el (file-notify-callback): Remove unused local variable.
4017
4018 * filesets.el (filesets-error): Mark unused argument.
4019 (filesets-which-command-p, filesets-filter-dir-names)
4020 (filesets-directory-files, filesets-get-external-viewer)
4021 (filesets-ingroup-get-data): Use string-match-p.
4022
4023 * find-file.el (ff-other-file-name, ff-other-file-name)
4024 (ff-find-the-other-file, ff-cc-hh-converter):
4025 Remove unused local variables.
4026 (ff-get-file-name): Use string-match-p.
4027 (ff-all-dirs-under): Use ignore-errors.
4028
4029 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
4030 (follow-select-if-visible): Remove unused local variable.
4031
4032 * forms.el (read-file-filter): Move declaration.
4033 (forms--make-format, forms--make-parser, forms-insert-record):
4034 Quote function with #'.
4035 (forms--update): Use string-match-p. Quote function with #'.
4036
4037 * help-mode.el (help-dir-local-var-def): Mark unused argument.
4038 (help-make-xrefs): Use looking-at-p.
4039 (help-xref-on-pp): Use looking-at-p, ignore-errors.
4040
4041 * ibuffer.el (ibuffer-ext-visible-p): Declare.
4042 (ibuffer-confirm-operation-on): Use string-match-p.
4043
4044 * msb.el (msb-item-handler, msb-dired-item-handler):
4045 Mark unused arguments.
4046
4047 * ses.el (ses-decode-cell-symbol)
4048 (ses-kill-override): Remove unused local variable.
4049 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
4050 (ses-load): Use ignore-errors, looking-at-p.
4051 (ses-jump-safe): Use ignore-errors.
4052 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
4053
4054 * tabify.el (untabify, tabify): Mark unused arguments.
4055
4056 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
4057 Mark unused argument.
4058 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
4059 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
4060
4061 * emacs-lisp/timer.el (timer--time): Define setter with
4062 gv-define-setter to avoid deprecation warning.
4063
4064 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
4065 (*record-cmpl-statistics-p*): Remove (was commented out).
4066 (cmpl-statistics-block): Remove (body was commented out).
4067 All callers changed.
4068 (add-completions-from-buffer, load-completions-from-file):
4069 Remove unused variables.
4070
4071 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
4072
4073 * filecache.el (file-cache-delete-file-list):
4074 Print message only when told so.
4075 (file-cache-files-matching): Use #' in mapconcat argument.
4076
4077 * ffap.el (ffap-url-at-point): Fix reference to variable
4078 thing-at-point-default-mail-uri-scheme.
4079
4080 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * subr.el (define-error): New function.
4083 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
4084 error-file-not-found and define with define-error.
4085 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
4086 and define with define-error.
4087 * userlock.el (file-locked, file-supersession):
4088 * simple.el (mark-inactive):
4089 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
4090 * progmodes/ada-mode.el (ada-mode-errors):
4091 * play/life.el (life-extinct):
4092 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
4093 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
4094 * nxml/rng-util.el (rng-error):
4095 * nxml/rng-uri.el (rng-uri-error):
4096 * nxml/rng-match.el (rng-compile-error):
4097 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
4098 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
4099 * nxml/nxml-rap.el (nxml-scan-error):
4100 * nxml/nxml-outln.el (nxml-outline-error):
4101 * net/soap-client.el (soap-error):
4102 * net/gnutls.el (gnutls-error):
4103 * net/ange-ftp.el (ftp-error):
4104 * mpc.el (mpc-proc-error):
4105 * json.el (json-error, json-readtable-error, json-unknown-keyword)
4106 (json-number-format, json-string-escape, json-string-format)
4107 (json-key-format, json-object-format):
4108 * jka-compr.el (compression-error):
4109 * international/quail.el (quail-error):
4110 * international/kkc.el (kkc-error):
4111 * emacs-lisp/ert.el (ert-test-failed):
4112 * calc/calc.el (calc-error, inexact-result, math-overflow)
4113 (math-underflow):
4114 * bookmark.el (bookmark-error-no-filename):
4115 * epg.el (epg-error): Define with define-error.
4116
4117 * time.el (display-time-event-handler)
4118 (display-time-next-load-average): Don't call sit-for since it seems
4119 unnecessary (bug#15045).
4120
4121 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
4122 Use #' instead of ' to quote functions.
4123 (checkdoc-output-mode): Use setq-local.
4124 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
4125 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
4126 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
4127 (checkdoc-ispell, checkdoc-ispell-current-buffer)
4128 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
4129 (checkdoc-ispell-message-text, checkdoc-ispell-start)
4130 (checkdoc-ispell-continue, checkdoc-ispell-comments)
4131 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
4132
4133 * ido.el (ido-completion-help): Fix up compiler warning.
4134
4135 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
4136
4137 * frameset.el (frameset-p): Add autoload cookie.
4138 (frameset--jump-to-register): New function, based on code moved from
4139 register.el.
4140 (frameset-to-register): Move from register.el. Adapt to `registerv'.
4141
4142 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
4143 (frameset-restore, frameset-save, frameset-session-filter-alist):
4144 Remove declarations.
4145 (register-alist): Doc fix.
4146 (frameset-to-register): Move to frameset.el.
4147 (jump-to-register, describe-register-1): Remove frameset-specific code.
4148
4149 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4150
4151 * allout-widgets.el (allout-widgets-pre-command-business)
4152 (allout-widgets-post-command-business)
4153 (allout-widgets-after-change-handler)
4154 (allout-decorate-item-and-context, allout-set-boundary-marker)
4155 (allout-body-modification-handler)
4156 (allout-graphics-modification-handler): Mark ignored arguments.
4157 (allout-widgets-post-command-business)
4158 (allout-widgets-exposure-change-processor)
4159 (allout-widgets-exposure-undo-processor)
4160 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
4161 (allout-parse-item-at-point, allout-decorate-item-guides)
4162 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
4163 * allout.el (epa-passphrase-callback-function): Declare.
4164 (allout-overlay-insert-in-front-handler)
4165 (allout-overlay-interior-modification-handler)
4166 (allout-isearch-end-handler, allout-chart-siblings)
4167 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
4168 (allout-yank-processing, allout-process-exposed)
4169 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
4170 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
4171 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
4172 (lisp-indent-defform): Mark ignored arguments.
4173 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
4174 (calculate-lisp-indent): Remove unused variables.
4175 * international/characters.el (indian-2-column, arabic-2-column)
4176 (tibetan): Mark ignored arguments.
4177 (use-cjk-char-width-table): Mark ignored arguments.
4178 Remove unused variables.
4179 * international/fontset.el (build-default-fontset-data)
4180 (x-compose-font-name, create-fontset-from-fontset-spec):
4181 Mark ignored arguments.
4182 (fontset-plain-name): Remove unused variables.
4183 * international/mule.el (charset-id, charset-bytes, generic-char-p)
4184 (keyboard-coding-system): Mark ignored arguments.
4185 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
4186 * help.el (resize-temp-buffer-window):
4187 * window.el (display-buffer-in-major-side-window)
4188 (display-buffer-in-side-window, display-buffer-in-previous-window):
4189 Remove unused variables.
4190 * isearch.el (isearch-forward-symbol):
4191 * version.el (emacs-bzr-version-bzr):
4192 * international/mule-cmds.el (current-language-environment):
4193 * term/common-win.el (x-handle-iconic, x-handle-geometry)
4194 (x-handle-display):
4195 * term/pc-win.el (x-list-fonts, x-display-planes)
4196 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
4197 (x-server-version, x-display-screens, x-display-mm-height)
4198 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
4199 (x-selection-owner-p, x-own-selection-internal)
4200 (x-disown-selection-internal, x-get-selection-internal)
4201 (msdos-initialize-window-system):
4202 * term/tty-colors.el (tty-color-alist, tty-color-clear):
4203 * term/x-win.el (x-handle-no-bitmap-icon):
4204 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
4205 (vc-default-find-file-hook, vc-default-extra-menu):
4206 Mark ignored arguments.
4207
4208 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4209
4210 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
4211 break-condition in the context of the debugged code (bug#12685).
4212
4213 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
4214
4215 * comint.el:
4216 Do not use an overlay to highlight the last prompt. (Bug#14744)
4217 (comint-mode): Make comint-last-prompt buffer local.
4218 (comint-last-prompt): New variable.
4219 (comint-last-prompt-overlay): Remove. Superseded by
4220 comint-last-prompt.
4221 (comint-snapshot-last-prompt, comint-output-filter):
4222 Use comint-last-prompt.
4223
4224 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4225
4226 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
4227 (frameset-save): Check validity of the resulting frameset.
4228
4229 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
4230
4231 * ido.el (ido-record-command): Add doc string.
4232
4233 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4234
4235 * frameset.el (frameset): Do not disable creation of the default
4236 frameset-p predicate. Doc fix.
4237 (frameset-valid-p): New function, copied from the old predicate-p.
4238 Add additional checks.
4239 (frameset-restore): Check with frameset-valid-p.
4240 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
4241 (frameset-name, frameset-description, frameset-properties)
4242 (frameset-states): Add docstring.
4243 (frameset-session-filter-alist, frameset-persistent-filter-alist)
4244 (frameset-filter-alist): Doc fixes.
4245
4246 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4247
4248 * frameset.el (frameset-p, frameset-prop): Doc fixes.
4249
4250 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
4253 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
4254 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
4255 (byte-compile-normal-call): Remove obsolescence check.
4256
4257 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4258
4259 * frameset.el (frameset-restore): Doc fix.
4260
4261 * register.el (frameset-frame-id, frameset-frame-with-id)
4262 (frameset-p, frameset-restore, frameset-save): Declare.
4263 (register-alist): Document framesets.
4264 (frameset-session-filter-alist): Declare.
4265 (frameset-to-register): New function.
4266 (jump-to-register): Implement jumping to framesets. Doc fix.
4267 (describe-register-1): Describe framesets.
4268
4269 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
4270
4271 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
4272
4273 * desktop.el (desktop-save-frameset): Use new frameset-save args.
4274 Use lexical-binding.
4275
4276 * frameset.el (frameset): Use type vector, not list (incompatible
4277 change). Do not declare a new constructor, use the default one.
4278 Upgrade suggested properties `app', `name' and `desc' to slots `app',
4279 `name' and `description', respectively, and add read-only slot
4280 `timestamp'. Doc fixes.
4281 (frameset-copy, frameset-persistent-filter-alist)
4282 (frameset-filter-alist, frameset-switch-to-gui-p)
4283 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
4284 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
4285 (frameset-filter-iconified, frameset-keep-original-display-p):
4286 Doc fixes.
4287 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
4288 Rename from frameset-filter-(save|restore)-param. All callers changed.
4289 Doc fix.
4290 (frameset-p): Adapt to change to vector and be more thorough.
4291 Change arg name to OBJECT. Doc fix.
4292 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
4293 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
4294 All callers changed.
4295 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
4296 All callers changed.
4297 (frameset--record-minibuffer-relationships): Rename from
4298 frameset--process-minibuffer-frames. All callers changed.
4299 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
4300 Use new default constructor (again). Doc fix.
4301 (frameset--find-frame-if): Rename from `frameset--find-frame.
4302 All callers changed.
4303 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
4304 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
4305 Doc fix.
4306 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
4307 PARAMETERS and WINDOW-STATE, respectively.
4308 (frameset-restore): Add new keyword argument PREDICATE.
4309 Reset frameset--target-display to nil. Doc fix.
4310
4311 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4312
4313 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
4314 (bat-mode): Use it.
4315 (bat-mode-syntax-table): Mark \n as end-of-comment.
4316 (bat-font-lock-keywords): Remove comment rule.
4317
4318 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
4319 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
4320
4321 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
4322 (byte-compile-callargs-warn): Use `push'.
4323 (byte-compile-arglist-warn): Ignore higher-order "calls".
4324 (byte-compile-file-form-autoload): Use `pcase'.
4325 (byte-compile-function-form): If quoting a symbol, check that it exists.
4326
4327 2013-08-07 Eli Zaretskii <eliz@gnu.org>
4328
4329 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
4330 and add a few popular commands found in batch files.
4331 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
4332 (dos-mode): Doc fixes.
4333
4334 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4335
4336 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
4337 (dos-mode): Use setq-local. Add space after "rem".
4338 (dos-mode-syntax-table): Don't use "w" for symbol chars.
4339 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
4340
4341 2013-08-07 Arni Magnusson <arnima@hafro.is>
4342
4343 * progmodes/dos.el: New file.
4344 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
4345 dos-mode.
4346
4347 2013-08-06 Glenn Morris <rgm@gnu.org>
4348
4349 * calendar/calendar.el: Add new faces, and day-header-array.
4350 (calendar-weekday-header, calendar-weekend-header)
4351 (calendar-month-header): New faces.
4352 (calendar-day-header-construct): New function.
4353 (calendar-day-header-width): Also :set calendar-day-header-array.
4354 (calendar-american-month-header, calendar-european-month-header)
4355 (calendar-iso-month-header): Use calendar- faces.
4356 (calendar-generate-month):
4357 Use calendar-day-header-array for day headers; apply faces to them.
4358 (calendar-mode): Check calendar-font-lock-keywords non-nil.
4359 (calendar-abbrev-construct): Add optional maxlen argument.
4360 (calendar-day-name-array): Doc fix.
4361 (calendar-day-name-array, calendar-abbrev-length)
4362 (calendar-day-abbrev-array):
4363 Also :set calendar-day-header-array, and maybe redraw.
4364 (calendar-day-header-array): New option. (Bug#15007)
4365 (calendar-font-lock-keywords): Set to nil and make obsolete.
4366 (calendar-day-name): Add option to use header array.
4367
4368 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4369
4370 * net/shr.el (shr-render-td): Remove debugging.
4371 (shr-render-td): Make width computation consistent by defaulting
4372 all zero-width columns to 10 characters. This may not be optimal,
4373 but it's at least consistent.
4374 (shr-make-table-1): Redo last change to fix the real problem in
4375 colspan handling.
4376
4377 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4378
4379 * files.el (cache-long-line-scans):
4380 Make obsolete alias to `cache-long-scans'.
4381
4382 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
4383
4384 * frameset.el (frameset, frameset-filter-alist)
4385 (frameset-filter-params, frameset-save, frameset--reuse-frame)
4386 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
4387 (frameset-compute-pos): Rename from frameset--compute-pos,
4388 and add docstring.
4389 (frameset-move-onscreen): Use frameset-compute-pos.
4390 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4391
4392 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
4393 Fix typos in docstrings.
4394
4395 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4396
4397 * frame.el (get-other-frame): Tiny cleanup.
4398
4399 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
4400
4401 * vc/vc.el (vc-default-ignore-completion-table):
4402 Silence byte-compiler warning.
4403
4404 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
4405 slot , which can indeed be nil.
4406 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4407 Move entry for `left' from persistent to live filter alist.
4408 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
4409 Doc fixes.
4410 (frameset-filter-params): When restoring a frame, copy items added to
4411 `filtered', to avoid unwittingly modifying the original parameters.
4412 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
4413 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
4414
4415 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
4416 to use looking-at-p instead of looking-at. (Bug#15028)
4417
4418 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4419
4420 Revert introduction of isearch-filter-predicates (bug#14714).
4421 Rely on add-function instead.
4422 * isearch.el (isearch-filter-predicates): Rename it back to
4423 isearch-filter-predicate.
4424 (isearch-message-prefix): Use advice-function-mapc and advice
4425 properties to get the isearch-message-prefix.
4426 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
4427 instead of run-hook-with-args-until-failure.
4428 (isearch-filter-visible): Not obsolete any more.
4429 * loadup.el: Preload nadvice.
4430 * replace.el (perform-replace): Revert to funcall
4431 instead of run-hook-with-args-until-failure.
4432 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
4433 * dired-aux.el (dired-isearch-filenames-mode): Rename from
4434 dired-isearch-filenames-toggle; make it into a proper minor mode.
4435 Use add/remove-function.
4436 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
4437 Call the minor-mode rather than add/remove-hook.
4438 (dired-isearch-filter-filenames):
4439 Remove isearch-message-prefix property.
4440 * info.el (Info--search-loop): New function, extracted from Info-search.
4441 Funcall isearch-filter-predicate instead of
4442 run-hook-with-args-until-failure isearch-filter-predicates.
4443 (Info-search): Use it.
4444 (Info-mode): Use isearch-filter-predicate instead of
4445 isearch-filter-predicates.
4446
4447 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4448
4449 Do not call to `selected-window' where it is assumed by default.
4450 Affected functions are `window-minibuffer-p', `window-dedicated-p',
4451 `window-hscroll', `window-width', `window-height', `window-buffer',
4452 `window-frame', `window-start', `window-point', `next-window'
4453 and `window-display-table'.
4454 * abbrev.el (abbrev--default-expand):
4455 * bs.el (bs--show-with-configuration):
4456 * buff-menu.el (Buffer-menu-mouse-select):
4457 * calc/calc.el (calc):
4458 * calendar/calendar.el (calendar-generate-window):
4459 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
4460 (diary-make-entry):
4461 * comint.el (send-invisible, comint-dynamic-complete-filename)
4462 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
4463 * completion.el (complete):
4464 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
4465 * disp-table.el (describe-current-display-table):
4466 * doc-view.el (doc-view-insert-image):
4467 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
4468 * ehelp.el (with-electric-help):
4469 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4470 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
4471 * emacs-lisp/helper.el (Helper-help-scroller):
4472 * emulation/cua-base.el (cua--post-command-handler-1):
4473 * eshell/esh-mode.el (eshell-output-filter):
4474 * ffap.el (ffap-gnus-wrapper):
4475 * help-macro.el (make-help-screen):
4476 * hilit-chg.el (highlight-compare-buffers):
4477 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
4478 * hl-line.el (global-hl-line-highlight):
4479 * icomplete.el (icomplete-simple-completing-p):
4480 * isearch.el (isearch-done):
4481 * jit-lock.el (jit-lock-stealth-fontify):
4482 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
4483 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
4484 * mpc.el (mpc-tagbrowser, mpc):
4485 * net/rcirc.el (rcirc-any-buffer):
4486 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
4487 * play/landmark.el (landmark-max-width, landmark-max-height):
4488 * play/zone.el (zone):
4489 * progmodes/compile.el (compilation-goto-locus):
4490 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4491 * progmodes/etags.el (find-tag-other-window):
4492 * progmodes/fortran.el (fortran-column-ruler):
4493 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4494 * progmodes/verilog-mode.el (verilog-point-text):
4495 * reposition.el (reposition-window):
4496 * rot13.el (toggle-rot13-mode):
4497 * server.el (server-switch-buffer):
4498 * shell.el (shell-dynamic-complete-command)
4499 (shell-dynamic-complete-environment-variable):
4500 * simple.el (insert-buffer, set-selective-display)
4501 (delete-completion-window):
4502 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
4503 (speedbar-recenter):
4504 * startup.el (fancy-splash-head):
4505 * textmodes/ispell.el (ispell-command-loop):
4506 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
4507 * tutorial.el (help-with-tutorial):
4508 * vc/add-log.el (add-change-log-entry):
4509 * vc/compare-w.el (compare-windows):
4510 * vc/ediff-help.el (ediff-indent-help-message):
4511 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
4512 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
4513 (ediff-setup-control-frame):
4514 * vc/emerge.el (emerge-position-region):
4515 * vc/pcvs-util.el (cvs-bury-buffer):
4516 * window.el (walk-windows, mouse-autoselect-window-select):
4517 * winner.el (winner-set-conf, winner-undo): Related users changed.
4518
4519 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4520
4521 * frameset.el (frameset--set-id): Doc fix.
4522 (frameset-frame-id, frameset-frame-id-equal-p)
4523 (frameset-locate-frame-id): New functions.
4524 (frameset--process-minibuffer-frames, frameset--reuse-frame)
4525 (frameset-restore): Use them.
4526
4527 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4528
4529 Do not call to `selected-frame' where it is assumed by default.
4530 Affected functions are `raise-frame', `redraw-frame',
4531 `frame-first-window', `frame-terminal' and `delete-frame'.
4532 * calendar/appt.el (appt-disp-window):
4533 * epg.el (epg-wait-for-completion):
4534 * follow.el (follow-delete-other-windows-and-split)
4535 (follow-avoid-tail-recenter):
4536 * international/mule.el (set-terminal-coding-system):
4537 * mail/rmail.el (rmail-mail-return):
4538 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4539 * progmodes/f90.el (f90-add-imenu-menu):
4540 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
4541 * server.el (server-switch-buffer):
4542 * simple.el (delete-completion-window):
4543 * talk.el (talk):
4544 * term/xterm.el (terminal-init-xterm-modify-other-keys)
4545 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
4546 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
4547 * vc/ediff.el (ediff-documentation): Related users changed.
4548 * frame.el (selected-terminal): Remove the leftover.
4549
4550 2013-08-05 Glenn Morris <rgm@gnu.org>
4551
4552 * calendar/calendar.el (calendar-generate-month):
4553 Fix for calendar-column-width != 1 + calendar-day-digit-width.
4554 (calendar-generate-month, calendar-font-lock-keywords):
4555 Fix for calendar-day-header-width > length of any day name.
4556
4557 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4558
4559 * desktop.el (desktop-clear): Use new name of sort predicate.
4560
4561 * frameset.el (frameset): Add docstring. Move :version property to its
4562 own `version' slot.
4563 (frameset-copy): Rename from copy-frameset.
4564 (frameset-p): Check more thoroughly.
4565 (frameset-prop): Do not check for :version, which is no longer a prop.
4566 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4567 Use new :never value instead of t.
4568 (frameset-filter-alist): Expand and clarify docstring.
4569 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
4570 (frameset-filter-minibuffer, frameset-filter-save-param)
4571 (frameset-filter-restore-param, frameset-filter-iconified):
4572 Add pointer to docstring of frameset-filter-alist.
4573 (frameset-filter-params): Rename filter values to be more meaningful:
4574 :never instead of t, and reverse the meanings of :save and :restore.
4575 (frameset--process-minibuffer-frames): Clarify error message.
4576 (frameset-save): Avoid unnecessary and confusing call to framep.
4577 Use new BOA constructor for framesets.
4578 (frameset--reuse-list): Doc fix.
4579 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
4580 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
4581 (frameset-minibufferless-first-p): Doc fix.
4582 Rename from frameset-sort-frames-for-deletion.
4583 (frameset-restore): Doc fixes. Use new function names.
4584 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4585
4586 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4587
4588 * desktop.el (desktop-restore-forces-onscreen)
4589 (desktop-restore-reuses-frames): Document :keyword constant values.
4590 (desktop-filter-parameters-alist): Remove, now identical to
4591 frameset-filter-alist.
4592 (desktop--filter-tty*): Remove, moved to frameset.el.
4593 (desktop-save-frameset, desktop-restore-frameset):
4594 Do not pass :filters argument.
4595
4596 * frameset.el (frameset-live-filter-alist)
4597 (frameset-persistent-filter-alist): New variables.
4598 (frameset-filter-alist): Use them. Add autoload cookie.
4599 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
4600 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
4601 `frameset--id' (it's supposed to be internal to frameset.el).
4602 (frameset--process-minibuffer-frames): Ditto. Doc fix.
4603 (frameset--initial-params): New function.
4604 (frameset--get-frame): Use it. Doc fix.
4605 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
4606 Accept :all, not 'all.
4607 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
4608 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
4609 with fbound symbols. Fix frame id matching, and remove matching ids if
4610 the frame being restored is deleted. Obey :delete.
4611
4612 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4613
4614 * subr.el (macrop): New function.
4615 (text-clone--maintaining): New var.
4616 (text-clone--maintain): Rename from text-clone-maintain. Use it
4617 instead of inhibit-modification-hooks.
4618
4619 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4620 a proxy, so as handle autoloads and redefinitions of the target.
4621 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4622
4623 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4624 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
4625 (pcase--mutually-exclusive-p): New function.
4626 (pcase--split-consp): Use it.
4627 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
4628 mutually exclusive with the current predicate.
4629
4630 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4631 (edebug-macrop): Remove. Use `macrop' instead.
4632 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
4633 (ad-macro-p):
4634 * eshell/esh-cmd.el (eshell-macrop):
4635 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
4636
4637 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4638
4639 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4640 (advice-mapc): New function, using it.
4641 (advice-function-member-p): New function.
4642 (advice--normalize): Store the cdr in advice--saved-rewrite since
4643 that's the part that will be changed.
4644 (advice--symbol-function): New function.
4645 (advice-remove): Handle removal before the function is defined.
4646 Adjust to new advice--saved-rewrite.
4647 (advice-member-p): Use advice-function-member-p and
4648 advice--symbol-function.
4649
4650 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4651
4652 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
4653 (frameset-filter-minibuffer): Doc fix.
4654 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
4655 (frameset--set-id, frameset--process-minibuffer-frames)
4656 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
4657 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
4658
4659 * desktop.el (desktop-clear): Only delete frames when called
4660 interactively and desktop-restore-frames is non-nil. Doc fix.
4661 (desktop-read): Set desktop-saved-frameset to nil.
4662
4663 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
4664
4665 * vc/vc.el (vc-ignore): Rewrite.
4666 (vc-default-ignore-completion-table):
4667 (vc--read-lines):
4668 (vc--add-line, vc--remove-regexp): New functions.
4669
4670 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
4671 (vc-svn-ignore-completion-table): New function.
4672
4673 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
4674 (vc-hg-ignore-completion-table):
4675 (vc-hg-find-ignore-file): New functions.
4676
4677 * vc/vc-git.el (vc-git-ignore): Rewrite.
4678 (vc-git-ignore-completion-table):
4679 (vc-git-find-ignore-file): New functions.
4680
4681 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
4682
4683 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
4684 (vc-bzr-ignore-completion-table):
4685 (vc-bzr-find-ignore-file): New functions.
4686
4687 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
4688
4689 * frameset.el (frameset-prop): New function and setter.
4690 (frameset-save): Do not modify frame list passed by the caller.
4691
4692 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4693
4694 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
4695
4696 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4697
4698 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
4699 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
4700
4701 * custom.el (custom-initialize-default, custom-initialize-set)
4702 (custom-initialize-reset, custom-initialize-changed): Affect the
4703 toplevel-default-value (bug#6275, bug#14586).
4704 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
4705 for bug#6275.
4706
4707 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4708
4709 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4710 Add cl-def* expressions.
4711
4712 * frameset.el (frameset-filter-params): Fix order of arguments.
4713
4714 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4715
4716 Move code related to saving frames to frameset.el.
4717 * desktop.el: Require frameset.
4718 (desktop-restore-frames): Doc fix.
4719 (desktop-restore-reuses-frames): Rename from
4720 desktop-restoring-reuses-frames.
4721 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
4722 (desktop-clear): Clear frames too.
4723 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
4724 (desktop--filter-tty*, desktop-save, desktop-read):
4725 Use frameset functions.
4726 (desktop-before-saving-frames-functions, desktop--filter-*-color)
4727 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4728 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
4729 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
4730 (desktop--process-minibuffer-frames, desktop-save-frames)
4731 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
4732 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
4733 (desktop--sort-states, desktop-restoring-frames-p)
4734 (desktop-restore-frames): Remove. Most code moved to frameset.el.
4735 (desktop-restoring-frameset-p, desktop-restore-frameset)
4736 (desktop--check-dont-save, desktop-save-frameset): New functions.
4737 (desktop--app-id): New constant.
4738 (desktop-first-buffer, desktop-buffer-ok-count)
4739 (desktop-buffer-fail-count): Move before first use.
4740 * frameset.el: New file.
4741
4742 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4743
4744 * files.el: Use lexical-binding.
4745 (dir-locals-read-from-file): Remove unused `err' variable.
4746 (hack-dir-local-variables--warned-coding): New var.
4747 (hack-dir-local-variables): Use it to avoid repeated warnings.
4748 (make-backup-file-name--default-function): New function.
4749 (make-backup-file-name-function): Use it as default.
4750 (buffer-stale--default-function): New function.
4751 (buffer-stale-function): Use it as default.
4752 (revert-buffer-insert-file-contents--default-function): New function.
4753 (revert-buffer-insert-file-contents-function): Use it as default.
4754 (insert-directory): Avoid add-to-list.
4755
4756 * autorevert.el (auto-revert-handler): Simplify.
4757 Use buffer-stale--default-function.
4758
4759 2013-08-01 Tassilo Horn <tsdh@gnu.org>
4760
4761 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
4762
4763 * whitespace.el (whitespace-ensure-local-variables): New function.
4764 (whitespace-cleanup-region): Call it.
4765 (whitespace-turn-on): Call it.
4766
4767 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
4768
4769 Complete file name handlers.
4770
4771 * net/tramp.el (tramp-handle-set-visited-file-modtime)
4772 (tramp-handle-verify-visited-file-modtime)
4773 (tramp-handle-file-notify-rm-watch): New functions.
4774 (tramp-call-process): Do not bind `default-directory'.
4775
4776 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4777 Order alphabetically.
4778 [access-file, add-name-to-file, dired-call-process]:
4779 [dired-compress-file, file-acl, file-notify-rm-watch]:
4780 [file-ownership-preserved-p, file-selinux-context]:
4781 [make-directory-internal, make-symbolic-link, set-file-acl]:
4782 [set-file-selinux-context, set-visited-file-modtime]:
4783 [verify-visited-file-modtime]: Add handler.
4784 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
4785
4786 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4787 [file-notify-add-watch, file-notify-rm-watch]:
4788 [set-file-times, set-visited-file-modtime]:
4789 [verify-visited-file-modtime]: Add handler.
4790 (with-tramp-gvfs-error-message)
4791 (tramp-gvfs-handle-set-visited-file-modtime)
4792 (tramp-gvfs-fuse-file-name): Remove.
4793 (tramp-gvfs-handle-file-notify-add-watch)
4794 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
4795 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
4796
4797 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4798 Order alphabetically.
4799 [file-notify-rm-watch ]: Use default Tramp handler.
4800 [executable-find]: Remove private handler.
4801 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
4802 `default-directory'.
4803 (tramp-sh-handle-executable-find)
4804 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
4805 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4806 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
4807 Do not use `format' in `tramp-message'.
4808
4809 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
4810 [file-notify-rm-watch, set-visited-file-modtime]:
4811 [verify-visited-file-modtime]: Add handler.
4812 (tramp-smb-call-winexe): Do not bind `default-directory'.
4813
4814 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
4815
4816 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
4817
4818 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
4819
4820 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
4821 use it.
4822 (log-view-diff-changeset): Same.
4823 (log-view-diff-common): Call backend command `previous-revision'
4824 to find out the previous revision, in both cases. Swap the
4825 variables `to' and `fr', so that `fr' usually refers to the
4826 earlier revision (Bug#14989).
4827
4828 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
4829
4830 * ibuf-ext.el (ibuffer-filter-by-filename):
4831 Make it work with dired buffers too.
4832
4833 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
4834
4835 * emacs-lisp/re-builder.el (reb-color-display-p):
4836 * files.el (save-buffers-kill-terminal):
4837 * net/browse-url.el (browse-url):
4838 * server.el (server-save-buffers-kill-terminal):
4839 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
4840 Prefer nil to selected-frame for the first arg of frame-parameter.
4841
4842 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
4843
4844 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
4845
4846 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
4847
4848 * minibuffer.el (completion--twq-all): Try and preserve each
4849 completion's case choice (bug#14907).
4850
4851 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4852
4853 * net/network-stream.el (open-network-stream): Mention the new
4854 :nogreeting parameter.
4855 (network-stream-open-starttls): Use the :nogreeting parameter
4856 (bug#14938).
4857
4858 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
4859
4860 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
4861 more natural than popping.
4862
4863 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
4864 (shr-urlify): Highlight under mouse.
4865
4866 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4867
4868 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
4869
4870 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
4871
4872 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
4873 buffer for output.
4874
4875 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
4876 point-min==1. Fix search string. Fix parentheses missing.
4877
4878 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
4879 assume point-min==1. Fix search string. Fix parentheses missing.
4880
4881 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
4882
4883 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
4884 buffer for output.
4885
4886 2013-07-29 Eli Zaretskii <eliz@gnu.org>
4887
4888 * frame.el (frame-notice-user-settings): Avoid inflooping when the
4889 initial frame is minibuffer-less. (Bug#14841)
4890
4891 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
4892
4893 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
4894 option.
4895
4896 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4897 (tramp-maybe-open-connection): Use it.
4898
4899 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4900
4901 * desktop.el (desktop--make-frame): Include `minibuffer' in the
4902 minimal set of parameters passed when creating a frame, because
4903 the minibuffer status of a frame cannot be changed later.
4904
4905 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
4906
4907 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
4908 replace-regexp-in-string and inadvertent omissions in previous change.
4909 (todo-filter-items): Ensure only file names are comma-separated in
4910 name of filtered items buffer.
4911
4912 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4913
4914 * desktop.el: Optionally force offscreen frames back onscreen.
4915 (desktop-restoring-reuses-frames): New option.
4916 (desktop--compute-pos, desktop--move-onscreen): New functions.
4917 (desktop--make-frame): Use desktop--move-onscreen.
4918
4919 2013-07-27 Alan Mackenzie <acm@muc.de>
4920
4921 Fontify a Java generic method as a function.
4922 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
4923 value to t.
4924
4925 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
4926
4927 * calendar/todo-mode.el: Add command to rename todo files.
4928 (todo-rename-file): New command.
4929 (todo-key-bindings-t): Add key binding for it. Change the
4930 bindings of todo-filter-regexp-items(-multifile) to use `x'
4931 instead of `r', since the latter is better suited to the new
4932 renaming command.
4933
4934 2013-07-27 Alan Mackenzie <acm@muc.de>
4935
4936 Make Java try-with-resources statement parse properly.
4937 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
4938 (c-block-stmt-1-2-key): New language constants/variables.
4939 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4940 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
4941 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
4942 with c-block-stmt-1-2-key.
4943
4944 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
4945
4946 * desktop.el (desktop--make-frame): Apply most frame parameters after
4947 creating the frame to force (partially or totally) offscreen frames to
4948 be restored as such.
4949
4950 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
4951
4952 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
4953 (Bug#14948)
4954
4955 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4956
4957 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
4958 `base' arg of backtrace-frame.
4959
4960 2013-07-26 Eli Zaretskii <eliz@gnu.org>
4961
4962 * simple.el (list-processes): Doc fix.
4963
4964 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4965
4966 * desktop.el (desktop--select-frame):
4967 Try harder to reuse existing frames.
4968
4969 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4970
4971 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
4972 (edebug-eval): Use backtrace-eval.
4973 (edebug--display, edebug--recursive-edit): Don't let-bind the
4974 edebug-outer-* vars that keep track of variables we locally let-bind.
4975 (edebug-outside-excursion): Don't restore outside values of locally
4976 let-bound vars.
4977 (edebug--display): Use user-error.
4978 (cl-lexical-debug, cl-debug-env): Remove.
4979
4980 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4981
4982 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
4983 are restored to be sure that they are visible before deleting any
4984 remaining ones.
4985
4986 2013-07-26 Matthias Meulien <orontee@gmail.com>
4987
4988 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
4989 vc-print-root-log. (Bug#14948)
4990
4991 2013-07-26 Richard Stallman <rms@gnu.org>
4992
4993 Add aliases for encrypting mail.
4994 * epa.el (epa-mail-aliases): New option.
4995 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
4996 Bind inhibit-read-only so read-only text doesn't ruin everything.
4997 (epa-mail-default-recipients): New subroutine broken out.
4998 Handle epa-mail-aliases.
4999
5000 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5001
5002 Add support for lexical variables to the debugger's `e' command.
5003 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
5004 vars, except for debugger-outer-match-data.
5005 (debugger-frame-number): Move check for "on a function call" from
5006 callers into it. Add `skip-base' argument.
5007 (debugger-frame, debugger-frame-clear): Simplify accordingly.
5008 (debugger-env-macro): Only reset the state stored in non-variables,
5009 i.e. current-buffer and match-data.
5010 (debugger-eval-expression): Rewrite using backtrace-eval.
5011 * subr.el (internal--called-interactively-p--get-frame): Remove.
5012 (called-interactively-p):
5013 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
5014 `base' arg of backtrace-frame instead.
5015
5016 2013-07-26 Glenn Morris <rgm@gnu.org>
5017
5018 * align.el (align-regexp): Doc fix. (Bug#14857)
5019 (align-region): Explicit error if subexpression missing/does not match.
5020
5021 * simple.el (global-visual-line-mode):
5022 Do not duplicate the mode lighter. (Bug#14858)
5023
5024 2013-07-25 Martin Rudalics <rudalics@gmx.at>
5025
5026 * window.el (display-buffer): In display-buffer bind
5027 split-window-keep-point to t, bug#14829.
5028
5029 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
5030
5031 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
5032 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
5033 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
5034 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5035 Change accordingly.
5036 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5037 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
5038
5039 2013-07-25 Glenn Morris <rgm@gnu.org>
5040
5041 * dired-x.el (dired-mark-extension): Convert comment to doc string.
5042
5043 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
5044
5045 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
5046 parameter to modify-frame-parameters if the value has not changed;
5047 this is a workaround for bug#14949.
5048 (desktop--make-frame): On cl-delete-if call, check parameter name,
5049 not full parameter.
5050
5051 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
5052
5053 * vc/vc.el (vc-ignore): New function.
5054
5055 * vc/vc-svn.el (vc-svn-ignore): New function.
5056
5057 * vc/vc-hg.el (vc-hg-ignore): New function.
5058
5059 * vc/vc-git.el (vc-git-ignore): New function.
5060
5061 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
5062 (vc-dir-ignore): New function.
5063
5064 * vc/vc-cvs.el (vc-cvs-ignore): New function.
5065 (cvs-append-to-ignore): Move here from pcvs.el.
5066
5067 * vc/vc-bzr.el (vc-bzr-ignore): New function.
5068
5069 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
5070
5071 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
5072
5073 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
5074 (desktop-restore-frames): Warn when deleting an existing frame failed.
5075
5076 2013-07-24 Glenn Morris <rgm@gnu.org>
5077
5078 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
5079
5080 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
5081
5082 * filenotify.el (file-notify-supported-p):
5083 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5084 Remove functions.
5085
5086 * autorevert.el (auto-revert-use-notify):
5087 (auto-revert-notify-add-watch):
5088 * net/tramp.el (tramp-file-name-for-operation):
5089 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5090 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5091 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5092 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5093 Remove `file-notify-supported-p' entry.
5094
5095 2013-07-24 Glenn Morris <rgm@gnu.org>
5096
5097 * printing.el: Replace all uses of deleted ps-windows-system,
5098 ps-lp-system, ps-flatten-list with lpr- versions.
5099
5100 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5101
5102 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
5103 checked with memq (bug#14935).
5104
5105 * files.el (revert-buffer-function): Use a non-nil default.
5106 (revert-buffer-preserve-modes): Declare var to
5107 provide access to the `preserve-modes' argument.
5108 (revert-buffer): Let-bind it.
5109 (revert-buffer--default): New function, extracted from revert-buffer.
5110
5111 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5112
5113 * lpr.el: Signal print errors more prominently.
5114 (print-region-function): Don't default to nil.
5115 (lpr-print-region): New function, extracted from print-region-1.
5116 Check lpr's return value and signal an error in case of problem.
5117 (print-region-1): Use it.
5118 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
5119 versions instead.
5120 (ps-printer-name): Default to nil.
5121 (ps-printer-name-option): Default to lpr-printer-switch.
5122 (ps-print-region-function): Don't default to nil.
5123 (ps-postscript-code-directory): Simplify default.
5124 (ps-do-despool): Use lpr-print-region to properly check the outcome.
5125 (ps-string-list, ps-eval-switch, ps-flatten-list)
5126 (ps-flatten-list-1): Remove.
5127 (ps-multibyte-buffer): Avoid setq.
5128 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
5129 (print-region-function, ps-print-region-function): Don't set them here.
5130
5131 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
5132
5133 * ido.el (ido-fractionp):
5134 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
5135 (ido-max-file-prompt-width, ido-unc-hosts-cache)
5136 (ido-max-directory-size, ido-max-dir-file-cache)
5137 (ido-decorations): Doc fix.
5138
5139 * ansi-color.el: Fix old URL.
5140
5141 2013-07-23 Michael R. Mauger <michael@mauger.com>
5142
5143 * progmodes/sql.el: Version 3.3
5144 (sql-product-alist): Improve oracle :prompt-cont-regexp.
5145 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
5146 (sql-interactive-remove-continuation-prompt): Rewrite, use
5147 functions above. Fix continuation prompt and complete output line
5148 handling.
5149 (sql-redirect-one, sql-execute): Use `read-only-mode' on
5150 redirected output buffer.
5151 (sql-mode): Restore deleted code (Bug#13591).
5152
5153 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5154
5155 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
5156
5157 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
5158
5159 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
5160
5161 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5162 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5163 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
5164
5165 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5166
5167 * desktop.el (desktop-clear): Simplify; remove useless checks
5168 against invalid buffer names.
5169 (desktop-list*): Use cl-list*.
5170 (desktop-buffer-info, desktop-create-buffer): Simplify.
5171
5172 2013-07-23 Leo Liu <sdl.web@gmail.com>
5173
5174 * bookmark.el (bookmark-make-record): Restore NAME as a default
5175 value. (Bug#14933)
5176
5177 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5178
5179 * emacs-lisp/autoload.el (autoload--setup-output): New function,
5180 extracted from autoload--insert-text.
5181 (autoload--insert-text): Remove.
5182 (autoload--print-cookie-text): New function, extracted from
5183 autoload--insert-cookie-text.
5184 (autoload--insert-cookie-text): Remove.
5185 (autoload-generate-file-autoloads): Adjust calls accordingly.
5186
5187 * winner.el (winner-hook-installed-p): Remove.
5188 (winner-mode): Simplify accordingly.
5189
5190 * subr.el (add-to-list): Fix compiler-macro when `append' is
5191 not constant. Don't use `cl-member' for the base case.
5192
5193 * progmodes/subword.el: Fix boundary case (bug#13758).
5194 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
5195 own group.
5196 (subword-backward-regexp): Make it a constant.
5197 (subword-forward-internal): Don't treat a trailing capital as the
5198 beginning of a word.
5199
5200 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
5201
5202 * emacs-lisp/package.el (package-menu-mode): Don't modify the
5203 global value of tabulated-list-revert-hook (bug#14930).
5204
5205 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
5206
5207 * desktop.el: Require 'cl-lib.
5208 (desktop-before-saving-frames-functions): New hook.
5209 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
5210 for frames being saved. Rename from desktop--save-minibuffer-frames.
5211 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
5212 Do not save frames with non-nil `desktop-dont-save' parameter.
5213 Filter out deleted frames.
5214 (desktop--find-frame): Use cl-find-if.
5215 (desktop--select-frame): Use cl-(first|second|third) to access values
5216 of desktop-mini.
5217 (desktop--make-frame): Use cl-delete-if.
5218 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
5219 (desktop-restore-frames): Use cl-(first|second|third) to access values
5220 of desktop-mini. Look for visible frame at the end, not while
5221 restoring frames.
5222
5223 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
5224 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
5225 Use string-match-p, looking-at-p (bug#14927).
5226
5227 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
5228
5229 * desktop.el (desktop-saved-frame-states):
5230 Rename from desktop--saved-states; all users changed.
5231 (desktop-save-frames): Rename from desktop--save-frames.
5232 Do not save state to desktop file.
5233 (desktop-save): Save desktop-saved-frame-states to desktop file
5234 and reset to nil.
5235 (desktop-restoring-frames-p): New function.
5236 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
5237 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
5238 buffer-lists when restoring frames. Suggested by Martin Rudalics.
5239
5240 * desktop.el: Correctly restore iconified frames.
5241 (desktop--filter-iconified-position): New function.
5242 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
5243
5244 2013-07-20 Glenn Morris <rgm@gnu.org>
5245
5246 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
5247 Let `message' do the formatting.
5248 (def-gdb-preempt-display-buffer): Add explicit format.
5249
5250 * image-dired.el (image-dired-track-original-file):
5251 Use with-current-buffer.
5252 (image-dired-track-thumbnail): Use with-current-buffer.
5253 Avoid changing point of wrong window.
5254
5255 * image-dired.el (image-dired-track-original-file):
5256 Avoid changing point of wrong window. (Bug#14909)
5257
5258 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
5259
5260 * progmodes/gdb-mi.el (gdb-done-or-error):
5261 Guard against "%" in gdb output. (Bug#14127)
5262
5263 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
5264
5265 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
5266 (Bug#14826)
5267
5268 * international/mule.el (coding-system-iso-2022-flags): Fix last
5269 change.
5270
5271 2013-07-20 Kenichi Handa <handa@gnu.org>
5272
5273 * international/mule.el (coding-system-iso-2022-flags):
5274 Add `8-bit-level-4'. (Bug#8522)
5275
5276 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5277
5278 * net/shr.el (shr-mouse-browse-url): New command and keystroke
5279 (bug#14815).
5280
5281 * net/eww.el (eww-process-text-input): Allow inputting when the
5282 point is at the start of the line, as the properties aren't
5283 front-sticky.
5284
5285 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
5286 degenerate widths.
5287
5288 2013-07-19 Richard Stallman <rms@gnu.org>
5289
5290 * epa.el (epa-popup-info-window): Doc fix.
5291
5292 * subr.el (split-string): New arg TRIM.
5293
5294 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
5295
5296 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
5297 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
5298
5299 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
5300
5301 * filenotify.el (file-notify--library): Rename from
5302 `file-notify-support'. Do not autoload. Adapt all uses.
5303 (file-notify-supported-p): New defun.
5304
5305 * autorevert.el (auto-revert-use-notify):
5306 Use `file-notify-supported-p' instead of `file-notify-support'.
5307 Adapt docstring.
5308 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
5309
5310 * net/tramp.el (tramp-file-name-for-operation):
5311 Add `file-notify-supported-p'.
5312
5313 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5314 New defun.
5315 (tramp-sh-file-name-handler-alist): Add it as handler for
5316 `file-notify-supported-p '.
5317
5318 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5319 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5320 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5321 Add `ignore' as handler for `file-notify-*' functions.
5322
5323 2013-07-17 Eli Zaretskii <eliz@gnu.org>
5324
5325 * simple.el (line-move-partial, line-move): Don't start vscroll or
5326 scroll-up if the current line is not taller than the window.
5327 (Bug#14881)
5328
5329 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
5330
5331 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
5332 highlight question marks in the method names as strings.
5333 (ruby-block-beg-keywords): Inline.
5334 (ruby-font-lock-keyword-beg-re): Extract from
5335 `ruby-font-lock-keywords'.
5336
5337 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
5338
5339 * frame.el (blink-cursor-blinks): New defcustom.
5340 (blink-cursor-blinks-done): New defvar.
5341 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
5342 (blink-cursor-timer-function): Check if number of blinks has been
5343 done on X and NS.
5344 (blink-cursor-suspend, blink-cursor-check): New defuns.
5345
5346 2013-07-15 Glenn Morris <rgm@gnu.org>
5347
5348 * edmacro.el (edmacro-format-keys): Fix previous change.
5349
5350 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
5351
5352 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
5353 The hack didn't work outside English locales anyway.
5354
5355 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
5356
5357 * simple.el (define-alternatives): Rename from alternatives-define,
5358 per RMS' suggestion.
5359
5360 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
5361
5362 * desktop.el (desktop-restore-frames): Change default to t.
5363 (desktop-restore-in-current-display): Now offer more options.
5364 (desktop-restoring-reuses-frames): New customization option.
5365 (desktop--saved-states): Doc fix.
5366 (desktop-filter-parameters-alist): New variable, renamed and expanded
5367 from desktop--excluded-frame-parameters.
5368 (desktop--target-display): New variable.
5369 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
5370 (desktop--filter-tty*, desktop--filter-*-color)
5371 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5372 (desktop--filter-save-desktop-parm)
5373 (desktop-restore-in-original-display-p): New functions.
5374 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
5375 (desktop--save-minibuffer-frames): New function, inspired by a similar
5376 function from Martin Rudalics.
5377 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
5378 (desktop--restore-in-this-display-p): Remove.
5379 (desktop--find-frame): Rename from desktop--find-frame-in-display
5380 and add predicate argument.
5381 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
5382 (desktop--reuse-list): New variable.
5383 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
5384 New functions.
5385 (desktop--restore-frames): Add support for "minibuffer-special" frames.
5386
5387 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
5388
5389 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
5390
5391 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
5392
5393 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5394 Highlight conversion methods on Kernel.
5395
5396 2013-07-13 Alan Mackenzie <acm@muc.de>
5397
5398 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
5399 and comment it out. This out-commenting enables certain C++
5400 declarations to be parsed correctly.
5401
5402 2013-07-13 Eli Zaretskii <eliz@gnu.org>
5403
5404 * international/mule.el (define-coding-system): Doc fix.
5405
5406 * simple.el (default-font-height): Don't call font-info if the
5407 frame's default font didn't change since the frame was created.
5408 (Bug#14838)
5409
5410 2013-07-13 Leo Liu <sdl.web@gmail.com>
5411
5412 * ido.el (ido-read-file-name): Guard against non-symbol value.
5413
5414 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5415
5416 * progmodes/python.el (python-imenu--build-tree): Fix corner case
5417 in nested defuns.
5418
5419 2013-07-13 Leo Liu <sdl.web@gmail.com>
5420
5421 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
5422 ido-set-matches call. (Bug#6852)
5423
5424 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
5425
5426 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
5427 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
5428 Ruby 2.0.
5429 (ruby-font-lock-keywords): Distinguish calls to functions with
5430 module-like names from module references. Highlight character
5431 literals.
5432
5433 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
5434
5435 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
5436 (gdb-send): Handle continued commands. (Bug#14847)
5437
5438 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5439
5440 * desktop.el (desktop--v2s): Remove unused local variable.
5441 (desktop-save-buffer): Make defvar-local; adjust docstring.
5442 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
5443 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
5444
5445 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
5446
5447 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
5448
5449 2013-07-12 Eli Zaretskii <eliz@gnu.org>
5450
5451 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
5452 (Bug#14842)
5453
5454 2013-07-12 Glenn Morris <rgm@gnu.org>
5455
5456 * doc-view.el: Require cl-lib at runtime too.
5457 (doc-view-remove-if): Remove.
5458 (doc-view-search-next-match, doc-view-search-previous-match):
5459 Use cl-remove-if.
5460
5461 * edmacro.el: Require cl-lib at runtime too.
5462 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
5463 (edmacro-mismatch, edmacro-subseq): Remove.
5464
5465 * shadowfile.el: Require cl-lib.
5466 (shadow-remove-if): Remove.
5467 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
5468 Use cl-remove-if.
5469
5470 * wid-edit.el: Require cl-lib.
5471 (widget-choose): Use cl-remove-if.
5472 (widget-remove-if): Remove.
5473
5474 * progmodes/ebrowse.el: Require cl-lib at runtime too.
5475 (ebrowse-delete-if-not): Remove.
5476 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
5477 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
5478 Use cl-delete-if-not.
5479
5480 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5481
5482 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
5483 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
5484
5485 2013-07-12 Leo Liu <sdl.web@gmail.com>
5486
5487 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
5488
5489 2013-07-11 Glenn Morris <rgm@gnu.org>
5490
5491 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
5492 (edebug-gensym-index, edebug-gensym):
5493 Remove reimplementation of cl-gensym.
5494 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
5495
5496 * thumbs.el: Require cl-lib at run-time too.
5497 (thumbs-gensym-counter, thumbs-gensym):
5498 Remove reimplementation of cl-gensym.
5499 (thumbs-temp-file): Use cl-gensym.
5500
5501 * emacs-lisp/ert.el: Require cl-lib at runtime too.
5502 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5503 (ert--intersection, ert--set-difference, ert--set-difference-eq)
5504 (ert--union, ert--gensym-counter, ert--gensym-counter)
5505 (ert--coerce-to-vector, ert--remove*, ert--string-position)
5506 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
5507 (ert-make-test-unbound, ert--expand-should-1)
5508 (ert--expand-should, ert--should-error-handle-error)
5509 (should-error, ert--explain-equal-rec)
5510 (ert--plist-difference-explanation, ert-select-tests)
5511 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
5512 Use cl-lib functions rather than reimplementations.
5513
5514 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
5515
5516 * net/tramp.el (tramp-methods): Extend docstring.
5517 (tramp-connection-timeout): New defcustom.
5518 (tramp-error-with-buffer): Reset timestamp only when appropriate.
5519 (with-tramp-progress-reporter): Simplify.
5520 (tramp-process-actions): Improve messages.
5521
5522 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5523 * net/tramp-sh.el (tramp-maybe-open-connection):
5524 Use `tramp-connection-timeout'.
5525 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
5526 (Bug#14808)
5527
5528 2013-07-11 Leo Liu <sdl.web@gmail.com>
5529
5530 * ido.el (ido-read-file-name): Conform to the requirements of
5531 read-file-name. (Bug#11861)
5532 (ido-read-directory-name): Conform to the requirements of
5533 read-directory-name.
5534
5535 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
5536
5537 * subr.el (delay-warning): New function.
5538
5539 2013-07-10 Eli Zaretskii <eliz@gnu.org>
5540
5541 * simple.el (default-line-height): New function.
5542 (line-move-partial, line-move): Use it instead of computing the
5543 line height inline.
5544 (line-move-partial): Always compute ROWH. If the last line is
5545 partially-visible, but its text is completely visible, allow
5546 cursor to enter such a partially-visible line.
5547
5548 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
5549
5550 Improve error messages. (Bug#14808)
5551
5552 * net/tramp.el (tramp-current-connection): New defvar, moved from
5553 tramp-sh.el.
5554 (tramp-message-show-progress-reporter-message): Remove, not
5555 needed anymore.
5556 (tramp-error-with-buffer): Show message in minibuffer.
5557 Discard input before waiting. Reset connection timestamp.
5558 (with-tramp-progress-reporter): Improve messages.
5559 (tramp-process-actions): Use progress reporter. Delete process in
5560 case of error. Improve messages.
5561
5562 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
5563 Call `tramp-error-with-buffer' with vector and buffer.
5564 (tramp-current-connection): Remove.
5565 (tramp-maybe-open-connection): The car of
5566 `tramp-current-connection' are the first 3 slots of the vector.
5567
5568 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
5569
5570 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
5571 inside continued strings.
5572
5573 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
5574
5575 Timestamp fixes for undo (Bug#14824).
5576 * files.el (clear-visited-file-modtime): Move here from fileio.c.
5577
5578 2013-07-10 Leo Liu <sdl.web@gmail.com>
5579
5580 * files.el (require-final-newline): Allow safe local value.
5581 (Bug#14834)
5582
5583 2013-07-09 Leo Liu <sdl.web@gmail.com>
5584
5585 * ido.el (ido-read-directory-name): Handle fallback.
5586 (ido-read-file-name): Update DIR to ido-current-directory.
5587 (Bug#1516)
5588 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5589
5590 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
5591
5592 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
5593 "autoload". Remove "warn lower camel case" section, previously
5594 commented out. Highlight negation char. Do not highlight the
5595 target in singleton method definitions.
5596
5597 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5598
5599 * faces.el (tty-setup-hook): Declare the hook.
5600
5601 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
5602 and detect when a guard/pred depends on local vars (bug#14773).
5603 (pcase--u1): Adjust caller.
5604
5605 2013-07-08 Eli Zaretskii <eliz@gnu.org>
5606
5607 * simple.el (line-move-partial, line-move): Account for
5608 line-spacing.
5609 (line-move-partial): Avoid setting vscroll when the last
5610 partially-visible line in window is of default height.
5611
5612 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5613
5614 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5615 been used a while.
5616
5617 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
5618
5619 * subr.el (read-quoted-char): Remove unused local variable `char'.
5620
5621 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
5622
5623 * ediff.el (ediff-version): Version update.
5624 (ediff-files-command, ediff3-files-command, ediff-merge-command)
5625 (ediff-merge-with-ancestor-command, ediff-directories-command)
5626 (ediff-directories3-command, ediff-merge-directories-command)
5627 (ediff-merge-directories-with-ancestor-command): New functions.
5628 All are command-line interfaces to ediff: to facilitate calling
5629 Emacs with the appropriate ediff functions invoked.
5630
5631 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5632 (viper-save-kill-buffer): Check if buffer is modified.
5633
5634 * viper.el (viper-version): Version update.
5635 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5636
5637 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5638
5639 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5640 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5641 (viper-intercept-ESC-key): Simplify.
5642 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5643 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5644 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5645 (viper-setup-ESC-to-escape): New functions.
5646 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5647 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
5648
5649 2013-07-07 Eli Zaretskii <eliz@gnu.org>
5650
5651 * simple.el (default-font-height, window-screen-lines):
5652 New functions.
5653 (line-move, line-move-partial): Use them instead of
5654 frame-char-height and window-text-height. This makes scrolling
5655 text smoother when the buffer's default face uses a font that is
5656 different from the frame's default font.
5657
5658 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
5659
5660 * files.el (write-file): Do not display confirm dialog for NS,
5661 it does its own dialog, which can't be cancelled (Bug#14578).
5662
5663 2013-07-06 Eli Zaretskii <eliz@gnu.org>
5664
5665 * simple.el (line-move-partial): Adjust the row returned by
5666 posn-at-point for the current window-vscroll. (Bug#14567)
5667
5668 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
5669
5670 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
5671 (tramp-sh-file-inotifywait-process-filter): Handle file names with
5672 spaces.
5673
5674 2013-07-06 Martin Rudalics <rudalics@gmx.at>
5675
5676 * window.el (window-state-put-stale-windows): New variable.
5677 (window--state-put-2): Save list of windows without matching buffer.
5678 (window-state-put): Remove "bufferless" windows if possible.
5679
5680 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5681
5682 * simple.el (alternatives-define): Remove leftover :group keyword.
5683 Tweak docstring.
5684
5685 2013-07-06 Leo Liu <sdl.web@gmail.com>
5686
5687 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
5688 (ido-enable-virtual-buffers): New variable.
5689 (ido-buffer-internal, ido-toggle-virtual-buffers)
5690 (ido-make-buffer-list): Use it.
5691 (ido-exhibit): Support turning on and off virtual buffers
5692 automatically.
5693
5694 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5695
5696 * simple.el (alternatives-define): New macro.
5697
5698 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5699
5700 * subr.el (read-quoted-char): Use read-key.
5701 (sit-for): Let read-event decode tty input (bug#14782).
5702
5703 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
5704
5705 * calendar/todo-mode.el: Add handling of file deletion, both by
5706 mode command and externally. Fix various related bugs.
5707 Clarify Commentary and improve some documentation strings and code.
5708 (todo-delete-file): New command.
5709 (todo-check-file): New function.
5710 (todo-show): Handle external deletion of the file we're trying to
5711 show (bug#14688). Replace called-interactively-p by an optional
5712 prefix argument to avoid problematic interaction with catch form
5713 when byte compiled (bug#14702).
5714 (todo-quit): Handle external deletion of the archive's todo file.
5715 Make sure the buffer that was visiting the archive file is still
5716 live before trying to bury it.
5717 (todo-category-completions): Handle external deletion of any
5718 category completion files.
5719 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
5720 of todo files, in case of external deletion.
5721 (todo-add-file): Replace unnecessary setq by let-binding.
5722 (todo-find-archive): Check whether there are any archives.
5723 Replace unnecessary setq by let-binding.
5724 (todo-archive-done-item): Use find-file-noselect to get the
5725 archive buffer whether or not the archive already exists.
5726 Remove superfluous code. Use file size instead of buffer-file-name to
5727 check if the archive is new; if it is, update list of archives.
5728 (todo-default-todo-file): Allow nil to be a valid value for when
5729 there are no todo files.
5730 (todo-reevaluate-default-file-defcustom): Use corrected definition
5731 of todo-default-todo-file.
5732 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
5733 (todo-delete-category, todo-show-categories-table)
5734 (todo-category-number): Clarify comment.
5735 (todo-filter-items): Clarify documentation string.
5736 (todo-show-current-file, todo-display-as-todo-file)
5737 (todo-reset-and-enable-done-separator): Tweak documentation string.
5738 (todo-done-separator): Make separator length window-width, since
5739 bug#2749 is now fixed.
5740
5741 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
5742
5743 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5744 Support both "gvfs-monitor-dir" and "inotifywait".
5745 (tramp-sh-file-inotifywait-process-filter): Rename from
5746 `tramp-sh-file-notify-process-filter'.
5747 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5748 (tramp-get-remote-gvfs-monitor-dir): New defuns.
5749
5750 2013-07-05 Leo Liu <sdl.web@gmail.com>
5751
5752 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
5753
5754 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5755
5756 * frame.el (display-pixel-height, display-pixel-width)
5757 (display-mm-height, display-mm-width): Mention behavior on
5758 multi-monitor setups in docstrings.
5759 (w32-display-monitor-attributes-list): Declare function.
5760 (display-monitor-attributes-list): Use it.
5761
5762 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
5763
5764 * filenotify.el: New package.
5765
5766 * autorevert.el (top): Require filenotify.el.
5767 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
5768 instead.
5769 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5770 (auto-revert-notify-handler): Use `file-notify-*' functions.
5771
5772 * subr.el (file-notify-handle-event): Move function to filenotify.el.
5773
5774 * net/tramp.el (tramp-file-name-for-operation):
5775 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
5776
5777 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5778 for `file-notify-add-watch' and `file-notify-rm-watch'.
5779 (tramp-process-sentinel): Improve trace.
5780 (tramp-sh-handle-file-notify-add-watch)
5781 (tramp-sh-file-notify-process-filter)
5782 (tramp-sh-handle-file-notify-rm-watch)
5783 (tramp-get-remote-inotifywait): New defuns.
5784
5785 2013-07-03 Juri Linkov <juri@jurta.org>
5786
5787 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
5788 call of `occur-read-primary-args' to interactive spec.
5789
5790 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
5791 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
5792
5793 2013-07-03 Matthias Meulien <orontee@gmail.com>
5794
5795 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
5796 `Buffer-menu-multi-occur'. Add it to the menu.
5797 (Buffer-menu-mode): Document it in docstring.
5798 (Buffer-menu-multi-occur): New command. (Bug#14673)
5799
5800 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5801
5802 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
5803 keywords and built-ins.
5804
5805 2013-07-03 Glenn Morris <rgm@gnu.org>
5806
5807 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
5808
5809 Make info-xref checks case-sensitive by default
5810 * info.el (Info-find-node, Info-find-in-tag-table)
5811 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
5812 Add option for exact case matching of nodes.
5813 * info-xref.el (info-xref): New custom group.
5814 (info-xref-case-fold): New option.
5815 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
5816
5817 2013-07-03 Leo Liu <sdl.web@gmail.com>
5818
5819 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
5820
5821 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5822
5823 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
5824 middle of block statement initially, lower the depth. Remove
5825 FIXME comment, not longer valid. Remove middle of block statement
5826 detection, no need to do that anymore since we've been using
5827 `ruby-parse-region' here.
5828
5829 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
5830
5831 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
5832
5833 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
5834
5835 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
5836
5837 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
5838
5839 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
5840 (desktop-restore-in-current-display): New customization option.
5841 (desktop--excluded-frame-parameters): Add `font'.
5842 (desktop--save-frames): Rename from desktop--save-windows.
5843 (desktop--restore-in-this-display-p): New function.
5844 (desktop--make-full-frame): Remove unwanted width/height from
5845 full(width|height) frames.
5846 (desktop--restore-frames): Rename from desktop--restore-windows.
5847 Obey desktop-restore-current-display. Do not delete old frames or
5848 select a new frame unless we were able to restore at least one frame.
5849
5850 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
5851
5852 * files.el (find-file-noselect): Simplify conditional expression.
5853
5854 * remember.el (remember-append-to-file):
5855 Don't mix `find-buffer-visiting' and `get-file-buffer'.
5856
5857 Add `remember-notes' function to store random notes across Emacs
5858 restarts.
5859 * remember.el (remember-data-file): Add :set callback to affect
5860 notes buffer (if any).
5861 (remember-notes): New command.
5862 (remember-notes-buffer-name, bury-remember-notes-on-kill):
5863 New defcustoms for the `remember-notes' function.
5864 (remember-notes-save-and-bury-buffer): New command.
5865 (remember-notes-mode-map): New variable.
5866 (remember-mode): New minor mode.
5867 (remember-notes--kill-buffer-query): New function.
5868 * startup.el (initial-buffer-choice): Add notes to custom type.
5869
5870 2013-06-30 Eli Zaretskii <eliz@gnu.org>
5871
5872 * bindings.el (right-char, left-char): Don't call sit-for, this is
5873 no longer needed. Use arithmetic comparison only for numerical
5874 arguments.
5875
5876 * international/mule-cmds.el (select-safe-coding-system):
5877 Handle the case of FROM being a string correctly. (Bug#14755)
5878
5879 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5880
5881 * net/shr.el (shr-make-table-1): Add a sanity check that allows
5882 progression on degenerate tables.
5883 (shr-rescale-image): ImageMagick animated images currently don't work.
5884
5885 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
5886
5887 Some fixes and improvements for desktop frame restoration.
5888 It is still experimental and disabled by default.
5889 * desktop.el (desktop--save-windows): Put the selected frame at
5890 the head of the list.
5891 (desktop--make-full-frame): New function.
5892 (desktop--restore-windows): Try to re-select the frame that was
5893 selected upon saving. Do not abort if some frames fail to restore,
5894 just show an error message and continue. Set up maximized frames
5895 so they have default non-maximized dimensions.
5896
5897 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
5898
5899 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5900 Don't start heredoc inside a string or comment.
5901
5902 2013-06-29 Eli Zaretskii <eliz@gnu.org>
5903
5904 * bindings.el (visual-order-cursor-movement): New defcustom.
5905 (right-char, left-char): Provide visual-order cursor motion by
5906 calling move-point-visually. Update the doc strings.
5907
5908 2013-06-28 Kenichi Handa <handa@gnu.org>
5909
5910 * international/mule.el (define-coding-system): New coding system
5911 properties :inhibit-null-byte-detection,
5912 :inhibit-iso-escape-detection, and :prefer-utf-8.
5913 (set-buffer-file-coding-system): If :charset-list property of
5914 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
5915 appropriate for setting.
5916
5917 * international/mule-cmds.el (select-safe-coding-system):
5918 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
5919 multibyte characters, return utf-8 (or one of its siblings).
5920
5921 * international/mule-conf.el (prefer-utf-8): New coding system.
5922 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
5923 files.
5924
5925 2013-06-28 Ivan Kanis <ivan@kanis.fr>
5926
5927 * net/shr.el (shr-render-region): New function.
5928
5929 * net/eww.el: Autoload `eww-browse-url'.
5930
5931 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
5932
5933 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5934 Adapt to `package-desc-version' being a list.
5935 Use `package--ac-desc-version' to retrieve version from a package
5936 archive element.
5937
5938 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
5939
5940 New experimental feature to save&restore window and frame setup.
5941 * desktop.el (desktop-save-windows): New defcustom.
5942 (desktop--saved-states): New var.
5943 (desktop--excluded-frame-parameters): New defconst.
5944 (desktop--filter-frame-parms, desktop--find-frame-in-display)
5945 (desktop--restore-windows, desktop--save-windows): New functions.
5946 (desktop-save): Call `desktop--save-windows'.
5947 (desktop-read): Call `desktop--restore-windows'.
5948
5949 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5950
5951 * net/shr.el (add-face-text-property): Remove compat definition.
5952
5953 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5954
5955 * info.el (Info-try-follow-nearest-node): Move search for footnote
5956 above search for node name to prevent missing a footnote (bug#14717).
5957
5958 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5959
5960 * obsolete/otodo-mode.el: Add obsolescence info to file header.
5961
5962 2013-06-27 Leo Liu <sdl.web@gmail.com>
5963
5964 * net/eww.el (eww-read-bookmarks): Check file size.
5965
5966 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
5969 advice--pending if newdef is nil or an autoload (bug#13820).
5970 (advice-mapc): New function.
5971
5972 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5973
5974 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
5975 probably.
5976 (eww-mode-map): Add a menu bar.
5977 (eww-add-bookmark): New command.
5978 (eww-bookmark-mode): New mode and commands.
5979 (eww-add-bookmark): Remove newlines from the title.
5980 (eww-bookmark-browse): Don't bug out if it's the only window.
5981
5982 2013-06-26 Glenn Morris <rgm@gnu.org>
5983
5984 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
5985 (hfy-size): Handle ttys. (Bug#14668)
5986
5987 * info-xref.el: Update for Texinfo 5 change in *note format.
5988 (info-xref-node-re, info-xref-note-re): New constants.
5989 (info-xref-check-buffer): Use info-xref-note-re.
5990
5991 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5992
5993 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
5994
5995 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
5996 nil terminate the loop (bug#14718).
5997
5998 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5999
6000 * net/eww.el: Rework history traversal. When going forward/back,
6001 put these actions into the history, too, so that they can be
6002 replayed.
6003 (eww-render): Move the history reset to the correct buffer.
6004
6005 2013-06-25 Juri Linkov <juri@jurta.org>
6006
6007 * files-x.el (modify-dir-local-variable): Change the header comment
6008 in the file with directory local variables. (Bug#14692)
6009
6010 * files-x.el (read-file-local-variable-value): Add `default'.
6011 (Bug#14710)
6012
6013 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6014
6015 * net/eww.el (eww-make-unique-file-name): Create a unique file
6016 name before saving to entering `y' accidentally asynchronously.
6017
6018 2013-06-25 Ivan Kanis <ivan@kanis.fr>
6019
6020 * net/eww.el (eww-download): New command and keystroke.
6021
6022 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6023
6024 * net/eww.el (eww-copy-page-url): Change name of command.
6025
6026 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
6027 be more consistent with Info and dired.
6028
6029 * net/eww.el (eww-mode-map): Ditto.
6030
6031 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6032
6033 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
6034 packages from archives.
6035 (package-archive-contents): Change format; include obsolete packages.
6036 (package-desc): Use `dir' to mark builtin packages.
6037 (package--from-builtin): Set the `dir' field to `builtin'.
6038 (generated-autoload-file, version-control): Declare.
6039 (package-compute-transaction): Change first arg and return value to be
6040 lists of package-descs. Adjust to new package-archive-contents format.
6041 (package--add-to-archive-contents): Adjust to new
6042 package-archive-contents format.
6043 (package-download-transaction): Arg is now a list of package-descs.
6044 (package-install): If `pkg' is a package name, pass it as
6045 a requirement, so it is subject to the usual (e.g. disabled) checks.
6046 (describe-package): Accept package-desc as well.
6047 (describe-package-1): Describe a specific package-desc. Add links to
6048 other package-descs for the same package name.
6049 (package-menu-describe-package): Pass the actual package-desc.
6050 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
6051 works correctly.
6052 (package-desc-status): New function.
6053 (package-menu--refresh): New function, extracted
6054 from package-menu--generate.
6055 (package-menu--generate): Use it.
6056 (package-delete): Update package-alist.
6057 (package-menu-execute): Don't call package-initialize.
6058
6059 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
6060 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
6061 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
6062 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
6063 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
6064 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
6065
6066 2013-06-25 Martin Rudalics <rudalics@gmx.at>
6067
6068 * window.el (window--state-get-1): Workaround for bug#14527.
6069 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
6070
6071 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6072
6073 * net/eww.el (eww-back-url): Implement the history by stashing all
6074 the data into a list.
6075 (eww-forward-url): Allow going forward in the history, too.
6076
6077 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6078
6079 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
6080 for values and use read--expression for expressions (bug#14710).
6081 (read-file-local-variable): Avoid setq.
6082 (read-file-local-variable-mode): Use minor-mode-list.
6083
6084 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6085
6086 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
6087 for DOI URLs.
6088
6089 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6090
6091 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
6092 Update imenu-support when dialect changes.
6093
6094 2013-06-25 Leo Liu <sdl.web@gmail.com>
6095
6096 * ido.el (ido-read-internal): Allow forward slash on windows.
6097
6098 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6099
6100 * net/eww.el (eww): Start of strings is \\`, not ^.
6101
6102 2013-06-24 Ivan Kanis <ivan@kanis.fr>
6103
6104 * net/shr.el (shr-browse-url): Fix interactive spec.
6105
6106 * net/eww.el (eww): Add a trailing slash to domain names.
6107
6108 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
6109
6110 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
6111
6112 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6113
6114 * net/shr.el (shr-browse-url): Use an external browser if given a
6115 prefix.
6116
6117 * net/eww.el (eww-external-browser): Move to shr.
6118
6119 2013-06-24 Ivan Kanis <ivan@kanis.fr>
6120
6121 * net/eww.el (eww): Work more correctly for file: URLs.
6122 (eww-detect-charset): Allow quoted charsets.
6123 (eww-yank-page-url): New command and keystroke.
6124
6125 2013-06-24 Daiki Ueno <ueno@gnu.org>
6126
6127 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
6128 file name of gpg executable.
6129 (epg-context-program): New function.
6130 (epg-context-home-directory): New function.
6131 (epg-context-set-program): New function.
6132 (epg-context-set-home-directory): New function.
6133 (epg--start): Use `epg-context-program' instead of
6134 'epg-gpg-program'.
6135 (epg--list-keys-1): Likewise.
6136
6137 2013-06-24 Leo Liu <sdl.web@gmail.com>
6138
6139 * ido.el (ido-read-internal): Fix bug#14620.
6140
6141 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
6142
6143 * faces.el (face-documentation): Simplify.
6144 (read-face-attribute, tty-find-type, x-resolve-font-name):
6145 Use `string-match-p'.
6146 (list-faces-display): Use `string-match-p'. Simplify.
6147 (face-spec-recalc): Check face to avoid face alias loops.
6148 (read-color): Use `string-match-p' and non-capturing parenthesis.
6149
6150 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6151
6152 * net/shr.el (shr-rescale-image): Use the new
6153 :max-width/:max-height functionality.
6154
6155 2013-06-23 Ivan Kanis <ivan@kanis.fr>
6156
6157 * net/eww.el (eww-search-prefix): New variable.
6158 (eww): Use it.
6159 (eww-external-browser): New variable.
6160 (eww-mode-map): New keystroke.
6161 (eww-browse-with-external-browser): New command.
6162
6163 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
6164
6165 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
6166
6167 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6168 Don't skip aligning the next header field when padding is 0;
6169 otherwise, field width is not respected unless the title is as
6170 wide as the field.
6171
6172 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6173
6174 * emacs-lisp/package.el (package-el-version): Remove.
6175 (package-process-define-package): Fix inf-loop.
6176 (package-install): Allow symbols as arguments again.
6177
6178 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6179
6180 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
6181 add some more keyword-like methods.
6182 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
6183
6184 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
6185
6186 * bs.el (bs-buffer-show-mark): Make defvar-local.
6187 (bs-mode): Use setq-local.
6188
6189 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
6190 (emacs-lock--try-unlocking): Make defvar-local.
6191
6192 2013-06-22 Glenn Morris <rgm@gnu.org>
6193
6194 * play/cookie1.el (cookie-apropos): Minor simplification.
6195
6196 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
6197
6198 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6199
6200 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
6201 `regexp-opt', it breaks the build during dumping.
6202
6203 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
6204
6205 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6206 Highlight keyword-like methods on Kernel and Module with
6207 font-lock-builtin-face.
6208 (auto-mode-alist): Consolidate different entries into one regexp
6209 and add more *file-s.
6210
6211 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
6212
6213 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
6214
6215 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
6216 (diary-entry): Use it in the action of this button type instead of
6217 diary-goto-entry.
6218
6219 * calendar/todo-mode.el: New version.
6220 (todo-add-category): Append new category to end of file and give
6221 it the highest number, instead of putting it at the beginning and
6222 giving it 0. Incorporate noninteractive functionality.
6223 (todo-forward-category): Adapt to 1-based category numbering.
6224 Allow skipping over archived categories.
6225 (todo-backward-category): Derive from todo-forward-category.
6226 (todo-backward-item, todo-forward-item): Make noninteractive and
6227 delegate interactive part to new commands. Make sensitive to done items.
6228 (todo-categories): Make value an alist of category names and
6229 vectors of item counts.
6230 (todo-category-beg): Make a defconst.
6231 (todo-category-number): Use 1 instead of 0 as initial value.
6232 (todo-category-select): Make sensitive to overlays, optional item
6233 highlighting and done items.
6234 (todo-delete-item): Make sensitive to overlays and marked and done items.
6235 (todo-edit-item): Make sensitive to overlays and editing of
6236 date/time header optional. Add format checks.
6237 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
6238 no-op if point is not on an item. Advertise using todo-edit-quit.
6239 (todo-edit-mode): Make sensitive to new format, font-locking, and
6240 multiple todo files.
6241 (todo-insert-item, todo-insert-item-here): Derive from
6242 todo-basic-insert-item and extend functionality.
6243 (todo-item-end, todo-item-start): Make sensitive to done items.
6244 (todo-item-string): Don't return text properties. Restore point.
6245 (todo-jump-to-category): Make sensitive to multiple todo files and
6246 todo archives. Use extended category completion.
6247 (todo-lower-item, todo-raise-item): Rename to *-priority and
6248 derive from todo-set-item-priority.
6249 (todo-mode): Derive from special-mode. Make sensitive to new
6250 format, font-locking and multiple todo files. Make read-only.
6251 (todo-mode-map): Don't suppress digit keys, so they can supply
6252 prefix arguments. Add many new key bindings.
6253 (todo-prefix): Insert as an overlay instead of file text.
6254 Change semantics from diary date expression to purely visual mark.
6255 (todo-print): Rename to todo-print-buffer. Make buffer display
6256 features printable. Remove option to restrict number of items
6257 printed. Add option to print to file.
6258 (todo-print-function): Rename to todo-print-buffer-function.
6259 (todo-quit): Extend to handle exiting new todo modes.
6260 (todo-remove-item): Make sensitive to overlays.
6261 (todo-save): Extend to buffers of filtered items.
6262 (todo-show): Make sensitive to done items, multiple todo files and
6263 new todo modes. Offer to convert legacy todo file before creating
6264 first new todo file.
6265 (todo-show-priorities): Rename to todo-top-priorities.
6266 Change semantics of value 0.
6267 (todo-top-priorities): Rename to todo-filter-top-priorities,
6268 derive from todo-filter-items and extend functionality.
6269 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
6270 and extend functionality to other types of filtered items.
6271 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
6272 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
6273 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
6274 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
6275 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
6276 (todo-edit-mode-hook, todo-entry-prefix-function)
6277 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
6278 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
6279 (todo-initials, todo-insert-threshold, todo-item-string-start)
6280 (todo-line-string, todo-menu, todo-mode-hook)
6281 (todo-more-important-p, todo-previous-answer, todo-previous-line)
6282 (todo-print-priorities, todo-remove-separator)
6283 (todo-save-top-priorities-too, todo-string-count-lines)
6284 (todo-string-multiline-p, todo-time-string-format)
6285 (todo-tmp-buffer-name): Remove.
6286 (todo-add-file, todo-archive-done-item, todo-choose-archive)
6287 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
6288 (todo-edit-category-diary-inclusion)
6289 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
6290 (todo-edit-file, todo-edit-item-date-day)
6291 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
6292 (todo-edit-item-date-month, todo-edit-item-date-to-today)
6293 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
6294 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
6295 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
6296 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
6297 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
6298 (todo-filter-top-priorities-multifile, todo-find-archive)
6299 (todo-find-filtered-items-file, todo-go-to-source-item)
6300 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
6301 (todo-jump-to-archive-category, todo-lower-category)
6302 (todo-mark-category, todo-marked-item-p, todo-merge-category)
6303 (todo-move-category, todo-move-item, todo-next-button)
6304 (todo-next-item, todo-padded-string, todo-powerset)
6305 (todo-previous-button, todo-previous-item)
6306 (todo-print-buffer-to-file, todo-raise-category)
6307 (todo-rename-category, todo-repair-categories-sexp, todo-search)
6308 (todo-set-category-number, todo-set-item-priority)
6309 (todo-set-top-priorities-in-category)
6310 (todo-set-top-priorities-in-file, todo-show-categories-table)
6311 (todo-sort-categories-alphabetically-or-numerically)
6312 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
6313 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
6314 (todo-toggle-item-header, todo-toggle-item-highlighting)
6315 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
6316 (todo-toggle-view-done-items, todo-toggle-view-done-only)
6317 (todo-unarchive-items, todo-unmark-category): New commands.
6318 (todo-absolute-file-name, todo-add-to-buffer-list)
6319 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
6320 (todo-basic-insert-item, todo-category-completions)
6321 (todo-category-number, todo-category-string-matcher-1)
6322 (todo-category-string-matcher-2, todo-check-filtered-items-file)
6323 (todo-check-format, todo-clear-matches)
6324 (todo-comment-string-matcher, todo-convert-legacy-date-time)
6325 (todo-current-category, todo-date-string-matcher)
6326 (todo-define-insertion-command, todo-diary-expired-matcher)
6327 (todo-diary-goto-entry, todo-diary-item-p)
6328 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
6329 (todo-display-categories, todo-display-sorted, todo-done-item-p)
6330 (todo-done-item-section-p, todo-done-separator)
6331 (todo-done-string-matcher, todo-files, todo-filter-items)
6332 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
6333 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
6334 (todo-insert-category-line, todo-insert-item-from-calendar)
6335 (todo-insert-sort-button, todo-insert-with-overlays)
6336 (todo-insertion-command-name, todo-insertion-key-bindings)
6337 (todo-label-to-key, todo-longest-category-name-length)
6338 (todo-make-categories-list, todo-mode-external-set)
6339 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
6340 (todo-modes-set-3, todo-multiple-filter-files)
6341 (todo-nondiary-marker-matcher, todo-prefix-overlays)
6342 (todo-read-category, todo-read-date, todo-read-dayname)
6343 (todo-read-file-name, todo-read-time)
6344 (todo-reevaluate-category-completions-files-defcustom)
6345 (todo-reevaluate-default-file-defcustom)
6346 (todo-reevaluate-filelist-defcustoms)
6347 (todo-reevaluate-filter-files-defcustom)
6348 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
6349 (todo-reset-done-separator, todo-reset-done-separator-string)
6350 (todo-reset-done-string, todo-reset-global-current-todo-file)
6351 (todo-reset-highlight-item, todo-reset-nondiary-marker)
6352 (todo-reset-prefix, todo-set-categories)
6353 (todo-set-date-from-calendar, todo-set-show-current-file)
6354 (todo-set-top-priorities, todo-short-file-name)
6355 (todo-show-current-file, todo-sort, todo-time-string-matcher)
6356 (todo-total-item-counts, todo-update-buffer-list)
6357 (todo-update-categories-display, todo-update-categories-sexp)
6358 (todo-update-count, todo-validate-name, todo-y-or-n-p):
6359 New functions.
6360 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
6361 New major modes.
6362 (todo-categories, todo-display, todo-edit, todo-faces)
6363 (todo-filtered): New defgroups.
6364 (todo-archived-only, todo-button, todo-category-string, todo-date)
6365 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
6366 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
6367 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
6368 (todo-add-item-if-new-category, todo-always-add-time-string)
6369 (todo-categories-align, todo-categories-archived-label)
6370 (todo-categories-category-label, todo-categories-diary-label)
6371 (todo-categories-done-label, todo-categories-number-separator)
6372 (todo-categories-todo-label, todo-categories-totals-label)
6373 (todo-category-completions-files, todo-completion-ignore-case)
6374 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
6375 (todo-done-separator-string, todo-done-string)
6376 (todo-files-function, todo-filter-done-items, todo-filter-files)
6377 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
6378 (todo-initial-category, todo-initial-file, todo-item-mark)
6379 (todo-legacy-date-time-regexp, todo-mode-line-function)
6380 (todo-nondiary-marker, todo-number-prefix)
6381 (todo-print-buffer-function, todo-show-current-file)
6382 (todo-show-done-only, todo-show-first, todo-show-with-done)
6383 (todo-skip-archived-categories, todo-top-priorities-overrides)
6384 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
6385 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
6386 New defcustoms.
6387 (todo-category-done, todo-date-pattern, todo-date-string-start)
6388 (todo-diary-items-buffer, todo-done-string-start)
6389 (todo-filtered-items-buffer, todo-item-start)
6390 (todo-month-abbrev-array, todo-month-name-array)
6391 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
6392 (todo-top-priorities-buffer): New defconsts.
6393 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
6394 (todo-categories-with-marks, todo-category-string-face)
6395 (todo-comment-face, todo-comment-string, todo-current-todo-file)
6396 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
6397 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
6398 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
6399 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
6400 (todo-font-lock-keywords, todo-global-current-todo-file)
6401 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
6402 (todo-insertion-commands-args)
6403 (todo-insertion-commands-args-genlist)
6404 (todo-insertion-commands-names, todo-insertion-map)
6405 (todo-key-bindings-t, todo-key-bindings-t+a)
6406 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
6407 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
6408 (todo-nondiary-face, todo-print-buffer, todo-time-face)
6409 (todo-visited): New variables.
6410
6411 2013-06-21 Glenn Morris <rgm@gnu.org>
6412
6413 * play/cookie1.el (cookie-apropos): Add optional display argument.
6414 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
6415 (psychoanalyze-pinhead): Use cookie-doctor.
6416
6417 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6418
6419 * emacs-lisp/package.el (tar-get-file-descriptor)
6420 (tar--extract): Declare.
6421
6422 2013-06-21 Eduard Wiebe <usenet@pusto.de>
6423
6424 Extend flymake's warning predicate to be a function (bug#14217).
6425 * progmodes/flymake.el (flymake-warning-predicate): New.
6426 (flymake-parse-line): Use it.
6427 (flymake-warning-re): Make obsolete alias to
6428 `flymake-warning-predicate'.
6429
6430 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6431
6432 * emacs-lisp/package.el (package-alist): Include obsolete packages.
6433 (package-obsolete-list): Remove.
6434 (package-activate): Remove min-version argument. Add `force' argument.
6435 Adjust to new package-alist format.
6436 (package-mark-obsolete): Remove.
6437 (package-unpack): Force reload of the package's autoloads.
6438 (package-installed-p): Check builtins if the installed package is not
6439 recent enough.
6440 (package-initialize): Don't reset package-obsolete-list.
6441 Don't specify which package version to activate.
6442 (package-process-define-package, describe-package-1)
6443 (package-menu--generate): Adjust to new package-alist format.
6444
6445 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6446
6447 * allout-widgets.el (allout-widgets-mode-off)
6448 (allout-widgets-mode-on, allout-widgets-pre-command-business)
6449 (allout-widgets-post-command-business)
6450 (allout-widgets-after-copy-or-kill-function)
6451 (allout-widgets-after-undo-function, allout-test-range-overlaps)
6452 (allout-decorate-item-and-context)
6453 (allout-graphics-modification-handler): Fix typos in docstrings.
6454 (allout-get-or-create-parent-widget): Use `looking-at-p'.
6455
6456 * cmuscheme.el (scheme-start-file): Doc fix.
6457 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
6458 (scheme-input-filter): Use `string-match-p'.
6459
6460 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
6461
6462 * dired-x.el: Use Dired consistently in docstrings.
6463
6464 * dired.el: Use Dired consistently in docstrings.
6465 (dired-readin, dired-mode): Use `setq-local'.
6466 (dired-switches-alist): Make defvar-local.
6467 (dired-buffers-for-dir): Use `zerop'.
6468 (dired-safe-switches-p, dired-switches-escape-p)
6469 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
6470 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
6471 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
6472 (dired-goto-next-nontrivial-file): Use `string-match-p'.
6473 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
6474 (dired-toggle-marks, dired-mark-files-containing-regexp)
6475 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
6476 (dired-flag-auto-save-files, dired-flag-backup-files):
6477 Use `looking-at-p'.
6478 (dired-mark-files-regexp, dired-build-subdir-alist):
6479 Use `string-match-p', `looking-at-p'.
6480
6481 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
6482 (direct-print-region-helper): Use `string-match-p'.
6483
6484 2013-06-21 Leo Liu <sdl.web@gmail.com>
6485
6486 * comint.el (comint-redirect-results-list-from-process):
6487 Fix infinite loop.
6488
6489 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6490
6491 * net/eww.el (eww-update-header-line-format): Quote % characters.
6492
6493 2013-06-21 Glenn Morris <rgm@gnu.org>
6494
6495 * play/cookie1.el (cookie): New custom group.
6496 (cookie-file): New option.
6497 (cookie-check-file): New function.
6498 (cookie): Make it interactive. Make start and end messages optional.
6499 Interactively, display the result. Default to cookie-file.
6500 (cookie-insert): Default to cookie-file.
6501 (cookie-snarf): Make start and end messages optional.
6502 Default to cookie-file. Use with-temp-buffer.
6503 (cookie-read): Rename from read-cookie.
6504 Make start and end messages optional. Default to cookie-file.
6505 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
6506 Do not autoload it.
6507 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
6508 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
6509
6510 2013-06-21 Leo Liu <sdl.web@gmail.com>
6511
6512 * progmodes/octave.el (octave-mode): Backward compatibility fix.
6513
6514 2013-06-21 Glenn Morris <rgm@gnu.org>
6515
6516 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
6517
6518 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6519 Daniel Hackney <dan@haxney.org>
6520
6521 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
6522 Consolidate the single-file vs tarball code.
6523 (package-desc-suffix): New function.
6524 (package-desc-full-name): Don't bother inlining it.
6525 (package-load-descriptor): Return the new package-desc.
6526 (package-mark-obsolete): Remove unused arg `package'.
6527 (package-unpack): Make it work for single files as well.
6528 Make it update package-alist.
6529 (package--make-autoloads-and-stuff): Rename from
6530 package--make-autoloads-and-compile. Don't compile any more.
6531 (package--compile): New function.
6532 (package-generate-description-file): New function, extracted from
6533 package-unpack-single.
6534 (package-unpack-single): Remove.
6535 (package--with-work-buffer): Add indentation and debugging info.
6536 (package-download-single): Remove.
6537 (package-install-from-archive): Rename from package-download-tar, make
6538 it take a pkg-desc, and make it work for single files as well.
6539 (package-download-transaction): Simplify.
6540 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
6541 external tar program.
6542 (package-install-from-buffer): Remove `pkg-desc' argument.
6543 Use package-tar-file-info for tar-mode buffers.
6544 (package-install-file): Simplify accordingly.
6545 (package-archive-base): Change to take a pkg-desc.
6546 * tar-mode.el (tar--check-descriptor): New function, extracted from
6547 tar-get-descriptor.
6548 (tar-get-descriptor): Use it.
6549 (tar-get-file-descriptor): New function.
6550 (tar--extract): New function, extracted from tar-extract.
6551 (tar--extract): Use it.
6552 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
6553 case the summary uses non-ascii. Adjust to new calling convention of
6554 package-tar-file-info.
6555
6556 2013-06-21 Leo Liu <sdl.web@gmail.com>
6557
6558 * comint.el (comint-redirect-results-list-from-process):
6559 Fix random delay. (Bug#14681)
6560
6561 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6562
6563 * profiler.el (profiler-format-number): Use log, not log10.
6564
6565 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6566
6567 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
6568
6569 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6570
6571 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
6572 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
6573 yet available.
6574 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
6575 (AUTOGENEL): ... here.
6576 * emacs-lisp/cl-macs.el (cl--sublis): New function.
6577 (cl--defsubst-expand): Use it.
6578
6579 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
6580
6581 * subr.el (log10): Move here from C code, and declare as obsolete.
6582 All uses of (log10 X) replaced with (log X 10).
6583
6584 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6585
6586 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
6587 Declare with `defvar-local'.
6588 (tabulated-list-use-header-line, tabulated-list-entries)
6589 (tabulated-list-padding, tabulated-list-printer)
6590 (tabulated-list-sort-key): Declare with `defvar-local'.
6591 (tabulated-list-init-header, tabulated-list-print-fake-header):
6592 Use `setq-local'.
6593
6594 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
6595
6596 * arc-mode.el (archive-mode): Add `archive-write-file' to
6597 `write-contents-functions' also for remote files. (Bug#14652)
6598
6599 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6600
6601 * cus-edit.el (custom-commands): Fix typos.
6602 (custom-display): Fix tooltip text.
6603 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
6604 Fix typos in docstrings.
6605 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
6606 (custom-unlispify-menu-entry, custom-magic-value-create)
6607 (custom-add-see-also, custom-group-value-create): Use ?\s.
6608 (custom-guess-type, customize-apropos, editable-field)
6609 (custom-face-value-create): Use `string-match-p'.
6610 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
6611
6612 * custom.el (custom-load-symbol): Use `string-match-p'.
6613
6614 * ansi-color.el: Convert to lexical binding.
6615 (ansi-colors): Fix URL.
6616 (ansi-color-context, ansi-color-context-region): Use defvar-local.
6617 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6618 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6619
6620 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6621
6622 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6623
6624 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6625
6626 2013-06-19 Tom Tromey <tromey@redhat.com>
6627
6628 * net/eww.el (eww-top-url): Remove.
6629 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6630 (eww-render): Set new variables. Don't set eww-top-url.
6631 (eww-handle-link): Handle "prev", "home", and "contents".
6632 Downcase the rel text.
6633 (eww-top-url): Choose best top URL.
6634
6635 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6636
6637 * net/eww.el: Rewrite to implement form elements "by hand" instead of
6638 relying in widget.el. Using widget.el leads to too many
6639 user interface inconsistencies.
6640 (eww-self-insert): Implement entering commands in text fields.
6641 (eww-process-text-input): New function to make text input field editing
6642 work.
6643 (eww-submit): Rewrite to use the new-style form methods.
6644 (eww-select-display): Display the correct selected item.
6645 (eww-change-select): Implement changing the select value.
6646 (eww-toggle-checkbox): Implement radio/checkboxes.
6647 (eww-update-field): Fix compilation error.
6648 (eww-tag-textarea): Implement <textarea>.
6649
6650 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
6651 we don't shadow mode-specific bindings.
6652
6653 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
6654 nothing to push.
6655
6656 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
6657
6658 2013-06-19 Glenn Morris <rgm@gnu.org>
6659
6660 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
6661
6662 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6663
6664 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
6665 not needed.
6666
6667 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
6668
6669 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6670
6671 * net/browse-url.el (browse-url-browser-function):
6672 `eww-browse-url' has the right calling signature, `eww' does not.
6673
6674 2013-06-19 Glenn Morris <rgm@gnu.org>
6675
6676 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6677 Only eval autoloaded macros.
6678 (byte-compile-autoload): Only give the macro warning for macros.
6679
6680 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
6681 (ps-underlined-faces): Declare.
6682
6683 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
6684 (speedbar-add-supported-extension): Declare.
6685
6686 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
6687 Don't include a date stamp in the header of the generated file;
6688 it leads to needless differences between output files.
6689
6690 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6691
6692 * net/secrets.el (secrets-struct-secret-content-type):
6693 Replace check of introspection data by a test call of "CreateItem".
6694 Some servers do not offer introspection.
6695
6696 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6697
6698 * electric.el (electric-pair-mode): Improve interaction with
6699 electric-layout-mode.
6700 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
6701 (electric-pair-syntax): Use text-mode-syntax-table in comments
6702 and strings.
6703 (electric-pair--insert): New function.
6704 (electric-pair-post-self-insert-function): Use it and
6705 electric--after-char-pos.
6706
6707 2013-06-19 Leo Liu <sdl.web@gmail.com>
6708
6709 * progmodes/octave.el (octave-help): Fix regexp.
6710
6711 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6712
6713 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
6714 (shr-table-horizontal-line): Allow nil as a value, and change the
6715 default.
6716 (shr-insert-table-ruler): Respect the nil value.
6717
6718 2013-06-18 Tom Tromey <tromey@barimba>
6719
6720 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6721 New defvars.
6722 (eww-open-file): New defun.
6723 (eww-render): Initialize new variables.
6724 (eww-display-html): Handle "link" and "a".
6725 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
6726 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
6727 (eww-back-url): Rename from eww-previous-url.
6728 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6729 New defuns.
6730
6731 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
6732
6733 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
6734 Distinguish ternary operator tokens from slash symbol and slash
6735 char literal.
6736
6737 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6738
6739 Convert symbol prettification into minor mode and global minor mode.
6740
6741 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
6742 `prog-prettify-symbols', and make a local defvar instead of defcustom.
6743 (prettify-symbols--keywords): Rename from
6744 `prog-prettify-symbols-alist' and make a local defvar.
6745 (prettify-symbols--compose-symbol): Rename from
6746 `prog--prettify-font-lock-compose-symbol'.
6747 (prettify-symbols--make-keywords): Rename from
6748 `prog-prettify-font-lock-symbols-keywords' and simplify.
6749 (prog-prettify-install): Remove.
6750 (prettify-symbols-mode): New minor mode, based on
6751 `prog-prettify-install'.
6752 (turn-on-prettify-symbols-mode): New function.
6753 (global-prettify-symbols-mode): New globalized minor mode.
6754
6755 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6756 * progmodes/cfengine.el (cfengine3-mode):
6757 * progmodes/perl-mode.el (perl-mode): Don't call
6758 `prog-prettify-install'; set `prettify-symbols-alist' instead.
6759
6760 2013-06-18 Juri Linkov <juri@jurta.org>
6761
6762 * files-x.el (modify-file-local-variable-message): New function.
6763 (modify-file-local-variable)
6764 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
6765 and call `modify-file-local-variable-message' when it's non-nil.
6766 (add-file-local-variable, delete-file-local-variable)
6767 (add-file-local-variable-prop-line)
6768 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
6769 and use it. (Bug#9820)
6770
6771 2013-06-18 Juri Linkov <juri@jurta.org>
6772
6773 * emulation/vi.el (vi-shell-op):
6774 * emulation/vip.el (vip-execute-com, ex-command):
6775 * emulation/viper-cmd.el (viper-exec-bang):
6776 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
6777 the call of `shell-command-on-region'. (Bug#14637)
6778
6779 * simple.el (shell-command-on-region): Doc fix.
6780
6781 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6782
6783 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
6784 (bug#14633).
6785
6786 2013-06-18 Glenn Morris <rgm@gnu.org>
6787
6788 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
6789
6790 * newcomment.el (comment-search-forward, comment-search-backward):
6791 Doc fix. (Bug#14376)
6792
6793 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6794
6795 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
6796 (buffer-face-mode-invoke): Doc fix.
6797
6798 2013-06-18 Matthias Meulien <orontee@gmail.com>
6799
6800 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
6801 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
6802
6803 2013-06-18 Glenn Morris <rgm@gnu.org>
6804
6805 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
6806 Replace obsolete function generic-make-keywords with its expansion.
6807
6808 * progmodes/python.el (ffap-alist): Declare.
6809
6810 * textmodes/reftex.el (bibtex-mode-map): Declare.
6811
6812 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6813
6814 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
6815 (package-unpack, package-unpack-single): Return the pkg-dir.
6816 (package-download-transaction): Use it to update package-alist.
6817
6818 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6819
6820 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
6821 possible choice.
6822
6823 2013-06-17 Juri Linkov <juri@jurta.org>
6824
6825 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
6826
6827 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6828
6829 * emacs-lisp/package.el (package-load-descriptor):
6830 Remove `with-syntax-table' call, `read' doesn't need it.
6831 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
6832
6833 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6834
6835 * startup.el (command-line): Expand package name returned by
6836 `package--description-file' (bug#14639).
6837
6838 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6839
6840 * emacs-lisp/package.el (package-load-descriptor): Do not call
6841 `emacs-lisp-mode', just use its syntax table.
6842
6843 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6844
6845 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
6846 `font-lock-extra-managed-props' if any prettifying keyword is added.
6847 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
6848 (prog-mode): Use `setq-local'.
6849
6850 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6851
6852 * international/characters.el (standard-case-table): Set syntax of ?»
6853 and ?« to punctuation.
6854
6855 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
6856
6857 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
6858 Save relevant match data before calling `syntax-ppss' (bug#14595).
6859
6860 2013-06-15 Juri Linkov <juri@jurta.org>
6861
6862 * files-x.el (modify-file-local-variable-prop-line): Add local
6863 variables to the end of the existing comment on the first line.
6864 Use `file-auto-mode-skip' to skip interpreter magic line,
6865 and also skip XML declaration.
6866
6867 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6868
6869 * startup.el (package--builtin-versions): New var.
6870 (package-subdirectory-regexp): Remove.
6871 (package--description-file): Hard code its value instead.
6872
6873 * emacs-lisp/package.el: Don't activate packages older than builtin.
6874 (package-obsolete-list): Rename from package-obsolete-alist, and make
6875 it into a simple list of package-desc.
6876 (package-strip-version): Remove.
6877 (package-built-in-p): Use package--builtin-versions.
6878 (package-mark-obsolete): Simplify.
6879 (package-process-define-package): Mark it obsolete if older than the
6880 builtin version.
6881 (package-handle-response): Use line-end-position.
6882 (package-read-archive-contents, package--download-one-archive):
6883 Simplify.
6884 (package--add-to-archive-contents): Skip if older than the builtin or
6885 installed version.
6886 (package-menu-describe-package): Fix last change.
6887 (package-list-unversioned): New var.
6888 (package-menu--generate): Use it.
6889
6890 * emacs-lisp/autoload.el: Manage package--builtin-versions.
6891 (autoload--insert-text, autoload--insert-cookie-text): New functions.
6892 (autoload-builtin-package-versions): New variable.
6893 (autoload-generate-file-autoloads): Use them.
6894 Remove the list of autoloaded functions/macros from the
6895 (autoload...) comments.
6896
6897 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
6898
6899 2013-06-15 Eli Zaretskii <eliz@gnu.org>
6900
6901 * simple.el (line-move-partial): Don't jump to the next screen
6902 line as soon as it becomes visible. Instead, continue enlarging
6903 the vscroll until the portion of a tall screen line that's left on
6904 display is about the height of the frame's default font.
6905 (Bug#14567)
6906
6907 2013-06-15 Glenn Morris <rgm@gnu.org>
6908
6909 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
6910 compilation-error-regexp-alist void, or local while let-bound.
6911
6912 * progmodes/make-mode.el (makefile-mode-syntax-table):
6913 Treat "=" as punctuation. (Bug#14614)
6914
6915 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
6916
6917 * help-fns.el (describe-variable):
6918 Add extra line for permanent-local variables.
6919
6920 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
6921
6922 * progmodes/scheme.el (scheme-font-lock-keywords-2):
6923 Add export, import, library. (Bug#9164)
6924 (library): Set indent function.
6925
6926 2013-06-14 Glenn Morris <rgm@gnu.org>
6927
6928 * term/xterm.el (xterm--query):
6929 Stop after first matching handler. (Bug#14615)
6930
6931 2013-06-14 Ivan Kanis <ivan@kanis.fr>
6932
6933 Add support for dired in saveplace.
6934 * dired.el (dired-initial-position-hook): New variable.
6935 (dired-initial-position): Call hook to place cursor position.
6936 * saveplace.el (save-place-to-alist): Add dired position.
6937 (save-place-dired-hook): New function.
6938
6939 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6940
6941 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
6942 through a symbol rather than letrec.
6943
6944 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
6945 (package-desc): Add `dir' field.
6946 (package-desc-full-name): New function.
6947 (package-load-descriptor): Combine the two arguments. Don't use `load'.
6948 (package-maybe-load-descriptor): Remove.
6949 (package-load-all-descriptors): Just call package-load-descriptor.
6950 (package--disabled-p): New function.
6951 (package-desc-vers, package-desc-doc): Remove aliases.
6952 (package--dir): Remove function.
6953 (package-activate): Check if a package is disabled.
6954 (package-process-define-package): New function, extracted from
6955 define-package.
6956 (define-package): Turn into a place holder.
6957 (package-unpack-single, package-tar-file-info):
6958 Use package--description-file.
6959 (package-compute-transaction): Use package--disabled-p.
6960 (package-download-transaction): Don't call
6961 package-maybe-load-descriptor since they're all loaded anyway.
6962 (package-install): Change argument to be a pkg-desc.
6963 (package-delete): Use a single pkg-desc argument.
6964 (describe-package-1): Use package-desc-dir instead of package--dir.
6965 Use package-desc property instead of package-symbol.
6966 (package-install-button-action): Adjust accordingly.
6967 (package--push): Rewrite.
6968 (package-menu--print-info): Adjust accordingly. Change the ID format
6969 to be a pkg-desc.
6970 (package-menu-describe-package, package-menu-get-status)
6971 (package-menu--find-upgrades, package-menu-mark-upgrades)
6972 (package-menu-execute, package-menu--name-predicate):
6973 Adjust accordingly.
6974 * startup.el (package--description-file): New function.
6975 (command-line): Use it.
6976 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6977 Use package-desc-version.
6978
6979 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
6980 (byte-compile-preprocess): Use it.
6981 (byte-compile-file-form-defalias): Try a bit harder to use macros we
6982 can't quite recognize.
6983 (byte-compile-add-to-list): Remove.
6984 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
6985 (cconv-closure-convert): Add assertion.
6986
6987 * emacs-lisp/map-ynp.el: Use lexical-binding.
6988 (map-y-or-n-p): Remove unused vars `tail' and `object'.
6989 Factor out some repeated code.
6990
6991 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6992
6993 * subr.el (with-eval-after-load): New macro.
6994 (eval-after-load): Allow form to be a function.
6995 take advantage of lexical-binding.
6996 (do-after-load-evaluation): Use dolist and adjust to new format.
6997 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
6998
6999 2013-06-13 Juri Linkov <juri@jurta.org>
7000
7001 * replace.el (perform-replace): Display "symbol " and other search
7002 modes from `isearch-message-prefix' in the *Help* buffer.
7003
7004 * isearch.el (isearch-query-replace): Add " symbol" and other
7005 possible search modes from `isearch-message-prefix' to the prompt.
7006 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
7007 when reading a regexp to collect.
7008
7009 2013-06-13 Juri Linkov <juri@jurta.org>
7010
7011 * isearch.el (word-search-regexp): Match whitespace if the search
7012 string begins or ends in whitespace. The LAX arg is applied to
7013 both ends of the search string. Use `regexp-quote' and explicit
7014 \< and \> instead of \b. Use \` and \' instead of ^ and $.
7015 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
7016 boundaries are replaced with symbol boundaries, and characters
7017 between symbols match non-word non-symbol syntax. (Bug#14602)
7018
7019 2013-06-13 Juri Linkov <juri@jurta.org>
7020
7021 * isearch.el (isearch-del-char): Don't exceed the length of
7022 `isearch-string' by the prefix arg. (Bug#14563)
7023
7024 2013-06-13 Juri Linkov <juri@jurta.org>
7025
7026 * isearch.el (isearch-yank-word, isearch-yank-line)
7027 (isearch-char-by-name, isearch-quote-char)
7028 (isearch-printing-char, isearch-process-search-char):
7029 Add optional count prefix arg. (Bug#14563)
7030
7031 * international/isearch-x.el
7032 (isearch-process-search-multibyte-characters):
7033 Add optional count prefix arg.
7034
7035 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
7038 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
7039 lexical-binding.
7040
7041 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
7042
7043 * subr.el (set-temporary-overlay-map): Add on-exit argument.
7044
7045 2013-06-13 Glenn Morris <rgm@gnu.org>
7046
7047 * startup.el (tty-handle-args):
7048 Don't just discard "--" and anything after. (Bug#14608)
7049
7050 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
7051
7052 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
7053
7054 Implement changes in Secret Service API. Make it backward compatible.
7055 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
7056 (secrets-create-item): Use it. Prefix properties with interface.
7057
7058 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
7059
7060 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
7061 (term-emulate-terminal): Respect term-suppress-hard-newline.
7062
7063 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
7064
7065 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7066 Only remove a `thumb-file' overlay. (Bug#14548)
7067
7068 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
7069
7070 * mail/reporter.el (reporter-submit-bug-report):
7071 Handle missing package-name. (Bug#14600)
7072
7073 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7074
7075 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
7076 (reftex-citation-prompt, reftex-default-bibliography)
7077 (reftex-bib-or-thebib, reftex-get-bibfile-list)
7078 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7079 (reftex-bib-sort-author, reftex-bib-sort-year)
7080 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
7081 (reftex-extract-bib-entries-from-thebibliography)
7082 (reftex-get-bibkey-default, reftex-get-bib-names)
7083 (reftex-parse-bibtex-entry, reftex-get-bib-field)
7084 (reftex-format-bib-entry, reftex-parse-bibitem)
7085 (reftex-format-bibitem, reftex-do-citation)
7086 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
7087 (reftex-restrict-bib-matches, reftex-extract-bib-file)
7088 (reftex-insert-bib-matches, reftex-format-citation)
7089 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
7090 (reftex-create-bibtex-file): Add docstrings, mostly by converting
7091 existing comments into docstrings.
7092
7093 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7094
7095 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
7096
7097 2013-06-12 Andreas Schwab <schwab@suse.de>
7098
7099 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
7100 for auto-save files.
7101
7102 2013-06-12 Glenn Morris <rgm@gnu.org>
7103
7104 * ido.el (ido-delete-ignored-files): Remove.
7105 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
7106 Go back to calling ido-ignore-item-p directly.
7107
7108 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
7109
7110 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
7111
7112 * ido.el (ido-delete-ignored-files): New function,
7113 split from ido-make-file-list-1.
7114 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
7115 (ido-make-file-list-1): Use ido-delete-ignored-files.
7116
7117 2013-06-12 Leo Liu <sdl.web@gmail.com>
7118
7119 * progmodes/octave.el (inferior-octave-startup)
7120 (inferior-octave-completion-table)
7121 (inferior-octave-track-window-width-change)
7122 (octave-eldoc-function-signatures, octave-help)
7123 (octave-find-definition): Use single quoted strings.
7124 (inferior-octave-startup-args): Change default value.
7125 (inferior-octave-startup): Do not hard code "-i" and
7126 "--no-line-editing".
7127 (inferior-octave-resync-dirs): Add optional arg NOERROR.
7128 (inferior-octave-directory-tracker): Use it.
7129 (octave-goto-function-definition): Robustify.
7130 (octave-help): Support highlighting operators in 'See also'.
7131 (octave-find-definition): Find subfunctions only in Octave mode.
7132
7133 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7134
7135 * help-fns.el (help-fns--compiler-macro): If the handler function is
7136 named, then put a link to it.
7137 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
7138 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
7139 (cl-typep): Use it.
7140 (cl-eval-when): Simplify debug spec.
7141 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
7142 compiler-macro function instead of setting `compiler-macro-file'.
7143
7144 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7145
7146 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
7147 * vc/vc-hooks.el (vc-stay-local): Doc fix.
7148
7149 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7150 Daniel Hackney <dan@haxney.org>
7151
7152 First part of Daniel Hackney's patch to package.el.
7153 * emacs-lisp/package.el: Use defstruct.
7154 (package-desc): New, main struct.
7155 (package--bi-desc, package--ac-desc): New structs, used to describe the
7156 format in external files.
7157 (package-desc-vers): Replace with package-desc-version accessor.
7158 (package-desc-doc): Replace with package-desc-summary accessor.
7159 (package-activate-1): Remove `package' arg since the pkg-vec now
7160 includes the name.
7161 (define-package): Use package-desc-from-define.
7162 (package-unpack-single): Change file-name arg to be a symbol.
7163 (package--add-to-archive-contents): Use package-desc-create and new
7164 accessor functions to package--ac-desc.
7165 (package-buffer-info, package-tar-file-info): Return a package-desc.
7166 (package-install-from-buffer): Remove `type' argument. Change pkg-info
7167 arg to be a package-desc.
7168 (package-install-file): Adjust accordingly. Use \' to match EOS.
7169 (package--from-builtin): New function.
7170 (describe-package-1, package-menu--generate): Use it.
7171 (package--make-autoloads-and-compile): Change name arg to be a symbol.
7172 (package-generate-autoloads): Idem and return the name of the file.
7173 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7174 Change pkg-info arg to be a package-desc.
7175 Use package-make-ac-desc.
7176 (package-upload-file): Use \' to match EOS.
7177 * finder.el (finder-compile-keywords): Use package-make-builtin.
7178
7179 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * vc/vc.el (vc-deduce-fileset): Change error message.
7182 (vc-read-backend): New function.
7183 (vc-next-action): Use it.
7184
7185 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
7186
7187 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
7188 (prolog-font-lock-keywords): Use regexp-opt instead.
7189 Don't manually highlight strings.
7190 (prolog-mode-variables): Simplify comment-start-skip.
7191 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
7192
7193 * emacs-lisp/generic.el (generic--normalise-comments)
7194 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
7195 (generic-mode-set-comments): Use them.
7196 (generic-bracket-support): Use setq-local.
7197 (generic-make-keywords-list): Declare obsolete.
7198
7199 2013-06-11 Glenn Morris <rgm@gnu.org>
7200
7201 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7202 Prettify after setting font-lock-defaults. (Bug#14574)
7203
7204 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
7205
7206 * replace.el (query-replace, occur-read-regexp-defaults-function)
7207 (replace-search):
7208 * subr.el (declare-function, number-sequence, local-set-key)
7209 (substitute-key-definition, locate-user-emacs-file)
7210 (with-silent-modifications, split-string, eval-after-load):
7211 Fix typos, remove unneeded backslashes and reflow some docstrings.
7212
7213 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7214
7215 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
7216 default for Elisp files.
7217
7218 2013-06-11 Glenn Morris <rgm@gnu.org>
7219
7220 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
7221 although define-derived-mode was doing this anyway. (Bug#14583)
7222
7223 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
7224
7225 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7226 Fix make-variable-buffer-local call to refer to the correct variable.
7227
7228 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
7229
7230 * eshell/em-term.el (eshell-visual-commands)
7231 (eshell-visual-subcommands, eshell-visual-options):
7232 Add summary line to docstrings. Add cross-references.
7233
7234 2013-06-10 Glenn Morris <rgm@gnu.org>
7235
7236 * epa.el (epa-read-file-name): New function. (Bug#14510)
7237 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
7238
7239 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
7240
7241 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
7242 output redirection to be ignored with visual commands.
7243
7244 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
7245
7246 * eshell/em-term.el (eshell-visual-command-p): New function.
7247 (eshell-term-initialize): Move long lambda to separate function
7248 eshell-visual-command-p.
7249 * eshell/em-dirs.el (eshell-dirs-initialise):
7250 * eshell/em-script.el (eshell-script-initialize):
7251 Add missing #' to lambda.
7252
7253 2013-06-08 Leo Liu <sdl.web@gmail.com>
7254
7255 * progmodes/octave.el (octave-add-log-current-defun): New function.
7256 (octave-mode): Set add-log-current-defun-function.
7257 (octave-goto-function-definition): Do not move point if not found.
7258 (octave-find-definition): Enhance to try subfunctions first.
7259
7260 2013-06-08 Glenn Morris <rgm@gnu.org>
7261
7262 * emacs-lisp/bytecomp.el (byte-compile-char-before)
7263 (byte-compile-backward-char, byte-compile-backward-word):
7264 Improve previous change, to handle non-explicit nil.
7265
7266 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7267
7268 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
7269 (smie--opener/closer-at-point): New function.
7270 (smie--matching-block-data): Use it. Don't match from right after an
7271 opener or right before a closer. Obey smie-blink-matching-inners.
7272 Don't signal a mismatch for repeated inners like "switch..case..case".
7273
7274 2013-06-07 Leo Liu <sdl.web@gmail.com>
7275
7276 * progmodes/octave.el (octave-mode): Set comment-use-global-state
7277 to t. (Bug#14303)
7278 (octave-function-header-regexp): Fix. (Bug#14570)
7279 (octave-help-mode-finish-hook, octave-help-mode-finish):
7280 Remove. Just use temp-buffer-show-hook.
7281
7282 * newcomment.el (comment-search-backward): Revert last change.
7283 (Bug#14434)
7284
7285 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
7286
7287 2013-06-07 Eli Zaretskii <eliz@gnu.org>
7288
7289 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
7290 through xargs, to avoid failure due to MS-Windows limitations on
7291 command-line length.
7292
7293 2013-06-06 Glenn Morris <rgm@gnu.org>
7294
7295 * font-lock.el (lisp-font-lock-keywords-2):
7296 Treat user-error like error.
7297
7298 * emacs-lisp/bytecomp.el (byte-compile-char-before)
7299 (byte-compile-backward-char, byte-compile-backward-word):
7300 Handle explicit nil arguments. (Bug#14565)
7301
7302 2013-06-05 Alan Mackenzie <acm@muc.de>
7303
7304 * isearch.el (isearch-allow-prefix): New user option.
7305 (isearch-other-meta-char): Don't exit isearch when a prefix
7306 argument is typed whilst `isearch-allow-prefix' is non-nil.
7307 (Bug#9706)
7308
7309 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7310
7311 * autorevert.el (auto-revert-notify-handler): Use memq.
7312 Hide assertion failure.
7313
7314 * skeleton.el: Use cl-lib.
7315 (skeleton-further-elements): Use defvar-local.
7316 (skeleton-insert): Use cl-progv.
7317
7318 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7319
7320 * progmodes/prog-mode.el (prog-prettify-symbols)
7321 (prog-prettify-install): Update docstrings.
7322
7323 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 * simple.el: Move all the prog-mode code to prog-mode.el.
7326 * progmodes/prog-mode.el: New file.
7327 * loadup.el: Add prog-mode.el.
7328
7329 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7330
7331 * simple.el (prog-prettify-symbols): Add version.
7332 (prog-prettify-install): Add convenience function to prettify symbols.
7333
7334 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
7335 (perl--augmented-font-lock-keywords-1)
7336 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
7337 variables and use it.
7338
7339 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7340 (cfengine3-mode): Remove unneeded variable and use it.
7341
7342 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7343 (lisp--augmented-font-lock-keywords-1)
7344 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
7345 Remove unneeded variables and use it.
7346
7347 2013-06-05 João Távora <joaotavora@gmail.com>
7348
7349 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
7350 to point when opening the connection. (Bug#14380)
7351
7352 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7353
7354 * subr.el (load-history-regexp, load-history-filename-element)
7355 (eval-after-load, after-load-functions, do-after-load-evaluation)
7356 (eval-next-after-load, display-delayed-warnings)
7357 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
7358 definition of save-match-data.
7359 (overriding-local-map): Remove accidental obsolescence declaration.
7360
7361 * emacs-lisp/edebug.el (edebug-result): Move before first use.
7362
7363 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7364
7365 Generalize symbol prettify support to prog-mode and implement it
7366 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
7367 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
7368 (prog--prettify-font-lock-compose-symbol)
7369 (prog-prettify-font-lock-symbols-keywords): New variables and
7370 functions to support symbol prettification.
7371 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7372 (lisp--augmented-font-lock-keywords-1)
7373 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
7374 (lisp--prettify-symbols-alist): Implement prettify of lambda.
7375 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7376 (cfengine3--prettify-symbols-alist, cfengine3-mode):
7377 Implement prettify of -> => :: strings.
7378 * progmodes/perl-mode.el (perl-prettify-symbols)
7379 (perl--font-lock-compose-symbol)
7380 (perl--font-lock-symbols-keywords): Move to prog-mode.
7381 (perl--prettify-symbols-alist): Prettify -> => :: strings.
7382 (perl-font-lock-keywords-1)
7383 (perl-font-lock-keywords-2): Remove explicit prettify support.
7384 (perl--augmented-font-lock-keywords)
7385 (perl--augmented-font-lock-keywords-1)
7386 (perl--augmented-font-lock-keywords-2, perl-mode):
7387 Implement prettify support.
7388
7389 2013-06-05 Leo Liu <sdl.web@gmail.com>
7390
7391 Re-implement smie matching block highlight using
7392 show-paren-data-function. (Bug#14395)
7393 * emacs-lisp/smie.el (smie-matching-block-highlight)
7394 (smie--highlight-matching-block-overlay)
7395 (smie--highlight-matching-block-lastpos)
7396 (smie-highlight-matching-block)
7397 (smie-highlight-matching-block-mode): Remove.
7398 (smie--matching-block-data-cache): New variable.
7399 (smie--matching-block-data): New function.
7400 (smie-setup): Use smie--matching-block-data for
7401 show-paren-data-function.
7402
7403 * progmodes/octave.el (octave-mode-menu): Fix.
7404 (octave-find-definition): Skip garbage lines.
7405
7406 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7407
7408 Fix compilation error with simultaneous dynamic+lexical scoping.
7409 Add warning when a defvar appears after the first let-binding.
7410 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
7411 (byte-compile-close-variables): Initialize it.
7412 (byte-compile--declare-var): New function.
7413 (byte-compile-file-form-defvar)
7414 (byte-compile-file-form-define-abbrev-table)
7415 (byte-compile-file-form-custom-declare-variable): Use it.
7416 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
7417 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
7418 (byte-compile-bind): Handle dynamic bindings that shadow
7419 lexical bindings.
7420 (byte-compile-unbind): Make arg non-optional.
7421 (byte-compile-let): Simplify.
7422 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
7423 (cconv--analyse-function, cconv-analyse-form): Populate it.
7424 Protect byte-compile-bound-variables to limit the scope of defvars.
7425 (cconv-analyse-form): Add missing rule for (defvar <foo>).
7426 Remove unneeded rule for `declare'.
7427
7428 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
7429 so as to avoid depending on cl-adjoin at run-time.
7430 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
7431
7432 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
7433 (macroexp--warn-and-return): Use it.
7434
7435 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7436
7437 * lisp/subr.el: Convert to lexical binding.
7438 (overriding-local-map): Make obsolete.
7439 (add-to-list): Doc fix. Add compiler macro.
7440 (read-key): Swap values of local maps.
7441
7442 2013-06-05 Leo Liu <sdl.web@gmail.com>
7443
7444 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
7445
7446 2013-06-04 Leo Liu <sdl.web@gmail.com>
7447
7448 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
7449 (compilation-auto-jump): Suppress the "Mark set" message to give
7450 way to exit message.
7451
7452 2013-06-04 Alan Mackenzie <acm@muc.de>
7453
7454 Remove faulty optimisation from indentation calculation.
7455 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
7456 search limit based on 2000 characters back from indent-point.
7457
7458 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7459
7460 * eshell/em-term.el (cl-lib): Require `cl-lib'.
7461
7462 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7463
7464 * emacs-lisp/lisp.el: Use lexical-binding.
7465 (lisp--local-variables-1, lisp--local-variables): New functions.
7466 (lisp--local-variables-completion-table): New var.
7467 (lisp-completion-at-point): Use it complete let-bound vars.
7468
7469 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
7470 eagerly (bug#14422).
7471
7472 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
7473
7474 * autorevert.el (auto-revert-notify-enabled)
7475 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7476 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
7477 (auto-revert-notify-handler): Handle also gfilenotify.
7478
7479 * subr.el (file-notify-handle-event): New defun. Replacing ...
7480 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
7481 Remove.
7482
7483 2013-06-03 Juri Linkov <juri@jurta.org>
7484
7485 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
7486 `M-s h .'. (Bug#14427)
7487
7488 * hi-lock.el (highlight-symbol-at-point): New alias for the new
7489 command `hi-lock-face-symbol-at-point'.
7490 (hi-lock-face-symbol-at-point): New command.
7491 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
7492 (hi-lock-menu): Add `highlight-symbol-at-point'.
7493 (hi-lock-mode): Doc fix.
7494
7495 * isearch.el (isearch-forward-symbol-at-point): New command.
7496 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
7497 (isearch-highlight-regexp): Add a regexp which matches
7498 words/symbols for word/symbol mode.
7499
7500 * subr.el (find-tag-default-bounds): New function with the body
7501 mostly moved from `find-tag-default'.
7502 (find-tag-default): Move most code to `find-tag-default-bounds',
7503 call it and apply `buffer-substring-no-properties' afterwards.
7504
7505 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7506
7507 * eshell/em-term.el (eshell-term-initialize):
7508 Use `cl-intersection' rather than `intersection'.
7509
7510 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
7511
7512 * vc/log-view.el: Doc fix.
7513 (log-view-mode-map): Copy keymap from `special-mode-map'.
7514
7515 2013-06-02 Eric Ludlam <zappo@gnu.org>
7516
7517 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
7518 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
7519 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
7520 (eieio-unbound, eieio-default-superclass)
7521 (eieio--define-field-accessors, method-static, method-before)
7522 (method-primary, method-after, method-num-lists)
7523 (method-generic-before, method-generic-primary)
7524 (method-generic-after, method-num-slots)
7525 (eieio-specialized-key-to-generic-key)
7526 (eieio--check-type, class-v, class-p)
7527 (eieio-class-name, define-obsolete-function-alias)
7528 (eieio-class-parents-fast, eieio-class-children-fast)
7529 (same-class-fast-p, class-constructor, generic-p)
7530 (generic-primary-only-p, generic-primary-only-one-p)
7531 (class-option-assoc, class-option, eieio-object-p)
7532 (class-abstract-p, class-method-invocation-order)
7533 (eieio-defclass-autoload-map, eieio-defclass-autoload)
7534 (eieio-class-un-autoload, eieio-defclass)
7535 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
7536 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
7537 (eieio--defgeneric-init-form, eieio-defgeneric-form)
7538 (eieio-defgeneric-reset-generic-form)
7539 (eieio-defgeneric-form-primary-only)
7540 (eieio-defgeneric-reset-generic-form-primary-only)
7541 (eieio-defgeneric-form-primary-only-one)
7542 (eieio-defgeneric-reset-generic-form-primary-only-one)
7543 (eieio-unbind-method-implementations)
7544 (eieio--defmethod, eieio--typep)
7545 (eieio-perform-slot-validation, eieio-validate-slot-value)
7546 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
7547 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
7548 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
7549 (eieio-slot-name-index, eieio-class-slot-name-index)
7550 (eieio-set-defaults, eieio-initarg-to-attribute)
7551 (eieio-attribute-to-initarg, eieio-c3-candidate)
7552 (eieio-c3-merge-lists, eieio-class-precedence-c3)
7553 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
7554 (eieio-class-precedence-list, eieio-generic-call-methodname)
7555 (eieio-generic-call-arglst, eieio-generic-call-key)
7556 (eieio-generic-call-next-method-list)
7557 (eieio-pre-method-execution-functions, eieio-generic-call)
7558 (eieio-generic-call-primary-only, eieiomt-method-list)
7559 (eieiomt-optimizing-obarray, eieiomt-install)
7560 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
7561 (eieio-generic-form, eieio-defmethod, make-obsolete)
7562 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
7563 (defclass): Remove `eval-and-compile' from macro.
7564 (call-next-method, shared-initialize): Instead of using
7565 `scoped-class' variable, use new eieio--scoped-class, and
7566 eieio--with-scoped-class.
7567 (initialize-instance): Rename local variable 'scoped-class' to
7568 'this-class' to remove ambiguitity from old global.
7569
7570 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
7571 eieio.el.
7572 (eieio--scoped-class-stack): New variable.
7573 (eieio--scoped-class): New fcn.
7574 (eieio--with-scoped-class): New scoping macro.
7575 (eieio-defclass): Use pushnew instead of add-to-list.
7576 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
7577 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
7578 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
7579 `scoped-class' variable, use new eieio--scoped-class, and
7580 eieio--with-scoped-class.
7581
7582 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
7583
7584 2013-06-02 Tassilo Horn <tsdh@gnu.org>
7585
7586 * eshell/esh-ext.el (eshell-external-command): Pass args to
7587 `eshell-find-interpreter'.
7588 (eshell-find-interpreter): Add new second parameter ARGS.
7589
7590 * eshell/em-script.el (eshell-script-initialize): Add second arg
7591 to the function added as MATCH to `eshell-interpreter-alist'.
7592
7593 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
7594 the function added as MATCH to `eshell-interpreter-alist'.
7595
7596 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
7597 (eshell-visual-options): New defcustom.
7598 (eshell-escape-control-x): Adapt docstring.
7599 (eshell-term-initialize): Test `eshell-visual-subcommands' and
7600 `eshell-visual-options' in addition to `eshell-visual-commands'.
7601 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
7602
7603 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
7604
7605 * progmodes/python.el (python-indent-block-enders): Add break,
7606 continue and raise keywords.
7607
7608 2013-06-01 Glenn Morris <rgm@gnu.org>
7609
7610 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
7611
7612 Plain (f)boundp silences compilation warnings since Emacs 22.1.
7613 * progmodes/cc-cmds.el (delete-forward-p):
7614 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7615 * progmodes/cc-engine.el (buffer-syntactic-context):
7616 * progmodes/cc-fonts.el (face-property-instance):
7617 * progmodes/cc-mode.el (set-keymap-parents):
7618 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7619 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7620 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
7621 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7622 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
7623
7624 * progmodes/cc-vars.el (other): Emacs has this widget since
7625 at least 21.1, so don't (re)define it.
7626
7627 * eshell/em-cmpl.el (eshell-cmpl-initialize):
7628 Replace the obsolete alias pcomplete-arg-quote-list.
7629
7630 2013-06-01 Leo Liu <sdl.web@gmail.com>
7631
7632 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7633 punctuation syntax.
7634 (inferior-octave-minimal-columns)
7635 (inferior-octave-last-column-width): New variables.
7636 (inferior-octave-track-window-width-change): New function.
7637 (inferior-octave-mode): Adjust column width so that Octave output,
7638 for example from 'ls', can fit into the window nicely.
7639
7640 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7641
7642 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7643 Highlight expansions inside regexp literals.
7644
7645 2013-05-31 Glenn Morris <rgm@gnu.org>
7646
7647 * obsolete/sym-comp.el (symbol-complete):
7648 Replace obsolete completion-annotate-function.
7649
7650 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
7651
7652 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7653
7654 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7655 New function, checks if point is inside a literal that allows
7656 expression expansion.
7657 (ruby-syntax-propertize-expansion): Use it.
7658 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
7659 around the body.
7660
7661 2013-05-30 Juri Linkov <juri@jurta.org>
7662
7663 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
7664 to "\M-si".
7665 (isearch-invisible): New variable.
7666 (isearch-forward): Doc fix.
7667 (isearch-mode): Set `isearch-invisible'
7668 to the value of `search-invisible'.
7669 (isearch-toggle-case-fold): Doc fix.
7670 (isearch-toggle-invisible): New command.
7671 (isearch-query-replace): Let-bind `search-invisible'
7672 to the value of `isearch-invisible'.
7673 (isearch-search): Use `isearch-invisible' instead of
7674 `search-invisible'. Let-bind `search-invisible'
7675 to the value of `isearch-invisible'. (Bug#11378)
7676
7677 2013-05-30 Juri Linkov <juri@jurta.org>
7678
7679 * replace.el (perform-replace): Avoid `isearch-range-invisible'
7680 call when `query-flag' is nil and `search-invisible' is non-nil.
7681 (Bug#11746)
7682
7683 2013-05-30 Glenn Morris <rgm@gnu.org>
7684
7685 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
7686
7687 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
7688 (cc-require): Suppress spurious "noruntime" warnings.
7689 (cc-require-when-compile): Use fboundp, for sake of compiler.
7690
7691 * progmodes/cc-mode.el: Move load of cc-vars before that of
7692 cc-langs (which in turn loads cc-vars), to quieten compiler.
7693
7694 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7695
7696 * paren.el: Simplify the code.
7697 (show-paren-mode): Always start the timer.
7698 (show-paren--idle-timer): Rename from show-paren-idle-timer.
7699 (show-paren--overlay, show-paren--overlay-1): Rename from
7700 show-paren-overlay and show-paren-overlay-1, and initialize to an
7701 overlay rather than to nil.
7702 (show-paren-function): Misc cleanup and simplifications.
7703
7704 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7705
7706 * paren.el (show-paren-data-function): New hook.
7707 (show-paren--default): New function, extracted from show-paren-function.
7708 (show-paren-function): Use show-paren-data-function.
7709
7710 2013-05-30 Glenn Morris <rgm@gnu.org>
7711
7712 * ielm.el (ielm-map, ielm-complete-symbol):
7713 Use completion-at-point rather than obsolete functions.
7714 (inferior-emacs-lisp-mode): Doc fix.
7715 Set completion-at-point-functions, rather than
7716 comint-dynamic-complete-functions.
7717
7718 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
7719 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
7720 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
7721
7722 * image.el (image-animated-p): Tweak definition.
7723
7724 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
7725 (rlogin-process-connection-type): Tweak default. Add set-after.
7726 (rlogin-host): Doc fix.
7727 (rlogin): Tweak prompt.
7728 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
7729
7730 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
7731 * progmodes/tcl.el (inferior-tcl-mode-map):
7732 Use completion-at-point rather than obsolete alias.
7733
7734 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
7735
7736 * minibuffer.el (read-file-name-completion-ignore-case):
7737 Move before completion--in-region, for eager macro expansion.
7738
7739 2013-05-29 Juri Linkov <juri@jurta.org>
7740
7741 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
7742 for total count of matching lines. Add `global-matches' for total
7743 count of matches. Rename `matches' to `lines' for count of
7744 matching lines. Add `matches' for count of matches.
7745 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
7746 to `prev-line' for line number of prev match endpt.
7747 Increment `matches' for every match. Print the number of
7748 matching lines in the header.
7749 (occur-context-lines): Rename `lines' to `curr-line'.
7750 Rename `prev-lines' to `prev-line'. (Bug#14017)
7751
7752 2013-05-29 Juri Linkov <juri@jurta.org>
7753
7754 * replace.el (perform-replace): Add `skip-read-only-count',
7755 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
7756 Increment them for corresponding conditions and report the number
7757 of skipped occurrences in the final message. (Bug#11746)
7758 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7759 (replace-string, replace-regexp): Doc fix.
7760
7761 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7762
7763 * emacs-lisp/trace.el (trace--read-args): Provide a default.
7764
7765 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
7766 prog-mode-map (bug#14504).
7767
7768 2013-05-29 Leo Liu <sdl.web@gmail.com>
7769
7770 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
7771 (octave-help): Small simplification.
7772
7773 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
7774 off the highlight first.
7775
7776 2013-05-29 Glenn Morris <rgm@gnu.org>
7777
7778 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
7779 Handle idlwave-last-system-routine-info-cons-cell being nil.
7780
7781 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7782 (idlwave-write-paths): Simplify via with-temp-buffer.
7783
7784 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
7785 * emulation/cua-rect.el: Also load cua-base at run time.
7786
7787 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
7788 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
7789 (cperl-imenu-on-info): Require imenu.
7790
7791 2013-05-28 Alan Mackenzie <acm@muc.de>
7792
7793 Handle "capitalised keywords" correctly.
7794 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
7795
7796 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
7797
7798 * eshell/em-unix.el: Add -r option to cp.
7799
7800 2013-05-28 Glenn Morris <rgm@gnu.org>
7801
7802 * vc/vc-arch.el (vc-exec-after): Declare.
7803 (vc-switches): Autoload.
7804 * vc/vc-bzr.el: No need to require vc when compiling.
7805 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
7806 (vc-resynch-buffer, vc-dir-refresh): Declare.
7807 (vc-setup-buffer, vc-switches): Autoload.
7808 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
7809 (vc-resynch-buffer): Declare.
7810 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
7811 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
7812 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
7813 (grep-read-regexp, grep-read-files, grep-expand-template)
7814 (vc-dir-refresh): Declare.
7815 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
7816 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
7817 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
7818 * vc/vc-mtn.el (vc-exec-after): Declare.
7819 (vc-switches): Autoload.
7820 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
7821 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
7822 (vc-file-tree-walk): Declare.
7823 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
7824 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
7825 (vc-tag-precondition, vc-rename-master): Autoload.
7826 * vc/vc-svn.el (vc-exec-after): Declare.
7827 (vc-switches, vc-setup-buffer): Autoload.
7828 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
7829 Autoload.
7830 (vc-resynch-buffer): Declare.
7831
7832 * obsolete/fast-lock.el (byte-compile-warnings):
7833 Don't warn about obsolete features in this obsolete file.
7834
7835 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
7836 Move definition before use.
7837
7838 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
7839 (dun-unix-verbs): Remove dun-zippy.
7840 (dun-zippy): Remove function.
7841
7842 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7843
7844 2013-05-27 Juri Linkov <juri@jurta.org>
7845
7846 * replace.el (replace-search): New function with code moved out
7847 from `perform-replace'.
7848 (replace-highlight, replace-dehighlight): Move function definitions
7849 up closer to `replace-search'. (Bug#11746)
7850
7851 2013-05-27 Juri Linkov <juri@jurta.org>
7852
7853 * replace.el (perform-replace): Ignore invisible matches.
7854 In addition to checking `query-replace-skip-read-only', also
7855 filter out matches by calling `run-hook-with-args-until-failure'
7856 on `isearch-filter-predicates', and also check `search-invisible'
7857 for t or call `isearch-range-invisible'.
7858 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
7859
7860 2013-05-27 Juri Linkov <juri@jurta.org>
7861
7862 * isearch.el (isearch-filter-predicates): Rename from
7863 `isearch-filter-predicate'. Doc fix. (Bug#11378)
7864 (isearch-message-prefix): Display text from the property
7865 `isearch-message-prefix' of the currently active filters.
7866 (isearch-search): Don't compare `isearch-filter-predicate' with
7867 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
7868 on `isearch-filter-predicates'. Also check `search-invisible' for t
7869 or call `isearch-range-invisible'.
7870 (isearch-filter-visible): Make obsolete.
7871 (isearch-lazy-highlight-search):
7872 Call `run-hook-with-args-until-failure' on
7873 `isearch-filter-predicates' and use `isearch-range-invisible'.
7874
7875 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
7876 `isearch-filter-predicates' instead of `funcall'ing
7877 `isearch-filter-predicate'.
7878 (Info-mode): Set `Info-isearch-filter' to
7879 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
7880
7881 * dired-aux.el (dired-isearch-filter-predicate-orig):
7882 Remove variable.
7883 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
7884 (dired-isearch-filenames-end): Add and remove
7885 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
7886 instead of changing the value of `isearch-filter-predicate'.
7887 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
7888 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
7889 Put property `isearch-message-prefix' to "filename " on
7890 `dired-isearch-filter-filenames'.
7891
7892 * wdired.el (wdired-change-to-wdired-mode):
7893 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
7894 locally instead of changing `isearch-filter-predicate'.
7895 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
7896
7897 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
7898
7899 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
7900 return the commit hash (Bug#14459). Also set the
7901 `vc-git-detached' property.
7902 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
7903 (vc-git-mode-line-string): Use the same help-echo format whether
7904 in detached mode or not, because we know the actual revision now.
7905 When in detached mode, shorten the revision to 7 chars.
7906
7907 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7908
7909 * emacs-lisp/easy-mmode.el (define-minor-mode):
7910 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
7911 mode hook and provide a docstring.
7912
7913 2013-05-27 Alan Mackenzie <acm@muc.de>
7914
7915 Remove spurious syntax-table text properties inserted by C-y.
7916 * progmodes/cc-mode.el (c-after-change): Also clear hard
7917 syntax-table property with value nil.
7918
7919 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
7920
7921 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
7922 when reading the events; the buffer layout shall not be changed.
7923
7924 2013-05-27 Leo Liu <sdl.web@gmail.com>
7925
7926 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
7927 New variable.
7928 (inferior-octave-directory-tracker): Automatically re-sync
7929 default-directory.
7930 (octave-help): Improve handling of 'See also'.
7931
7932 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7933
7934 * doc-view.el: Minor naming convention tweaks.
7935 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
7936
7937 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
7938 even if there's no `display' property yet (bug#14435).
7939
7940 2013-05-25 Eli Zaretskii <eliz@gnu.org>
7941
7942 * subr.el (unmsys--file-name): Rename from reveal-filename.
7943
7944 * Makefile.in (custom-deps, finder-data, autoloads)
7945 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7946 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7947 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
7948
7949 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7950
7951 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
7952 error-completion on the first 2 args of condition-case (bug#14446).
7953 Don't burp at EOB.
7954
7955 2013-05-25 Leo Liu <sdl.web@gmail.com>
7956
7957 * comint.el (comint-previous-matching-input): Do not flood the
7958 *Messages* buffer with trivial messages.
7959
7960 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * progmodes/flymake.el (flymake-nop): Don't return a string.
7963 (flymake-set-at): Fix typo.
7964
7965 * simple.el (read--expression): New function, extracted from
7966 eval-expression. Set completion-at-point-functions (bug#14465).
7967 (eval-expression, eval-minibuffer): Use it.
7968
7969 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
7970
7971 * progmodes/flymake.el (flymake-save-buffer-in-file)
7972 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
7973 (flymake-selected-frame, flymake-log, flymake-ins-after)
7974 (flymake-set-at, flymake-get-buildfile-from-cache)
7975 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
7976 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
7977 Refine the doc string.
7978 (flymake-get-file-name-mode-and-masks): Reformat.
7979 (flymake-get-real-file-name-function): Fix a minor bug.
7980
7981 2013-05-24 Juri Linkov <juri@jurta.org>
7982
7983 * progmodes/grep.el (grep-mode-font-lock-keywords):
7984 Support =linenumber= format used by git-grep for lines with
7985 function names. (Bug#13549)
7986
7987 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7988
7989 * progmodes/octave.el (octave-smie-rules): Return nil rather than
7990 0 after a semi-colon; it works better for smie-auto-fill.
7991 (octave--indent-new-comment-line): New function.
7992 (octave-indent-new-comment-line): Use it (indirectly).
7993 (octave-mode): Don't disable smie-auto-fill. Use add-function to
7994 modify comment-line-break-function.
7995
7996 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
7997 (smie-setup): Use add-function to set it.
7998
7999 2013-05-24 Sam Steingold <sds@gnu.org>
8000
8001 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
8002 argument (before the `interactive' argument).
8003
8004 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8005
8006 * image-mode.el (image-mode-winprops): Add winprops to
8007 image-mode-winprops-alist before running
8008 image-mode-new-window-functions.
8009 * doc-view.el (doc-view-new-window-function): Don't delay
8010 doc-view-goto-page via timers (bug#14435).
8011
8012 2013-05-24 Tassilo Horn <tsdh@gnu.org>
8013
8014 * doc-view.el: Integrate with desktop.el. (Bug#14435)
8015 (doc-view-desktop-save-buffer): New function.
8016 (doc-view-restore-desktop-buffer): New function.
8017 (desktop-buffer-mode-handlers):
8018 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
8019 handler.
8020 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
8021 `desktop-save-buffer' function.
8022
8023 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
8024
8025 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
8026 (tramp-gvfs-file-name-handler): Raise a user error when
8027 `tramp-gvfs-enabled' is nil.
8028 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
8029 Do not raise a user error when loading package. (Bug#14447)
8030
8031 * net/xesam.el: Move to obsolete/.
8032
8033 2013-05-24 Glenn Morris <rgm@gnu.org>
8034
8035 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
8036
8037 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
8038
8039 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
8040 (Info-find-node, Man-getpage-in-background): Declare.
8041
8042 * mail/unrmail.el (unrmail):
8043 Replace obsolete detect-coding-with-priority.
8044
8045 * net/socks.el (socks-split-string): Use this rather than split-string.
8046 (socks-nslookup-host): Update for above change.
8047 (dynamic-choice, s5-dynamic-choice-match)
8048 (s5-dynamic-choice-match-inline, s5-widget-value-create):
8049 Comment out unused code.
8050
8051 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
8052 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
8053 (gud-tooltip-echo-area): Make obsolete.
8054 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
8055
8056 * progmodes/js.el (js--optimize-arglist): Declare.
8057
8058 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
8059
8060 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
8061 (ediff-window-C): Declare.
8062
8063 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
8064 Tweak requires to silence compiler.
8065
8066 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
8067 (he-search-string, he-tried-table, he-expand-list)
8068 (he-init-string, he-string-member, he-substitute-string)
8069 (he-reset-string): Declare.
8070
8071 * obsolete/options.el (list-options): Use custom-variable-p,
8072 rather than obsolete alias.
8073
8074 2013-05-23 Sam Steingold <sds@gnu.org>
8075
8076 * simple.el (shell-command-on-region): Pass the `replace' argument
8077 down to `call-process-region' to comply with the doc as reported on
8078 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
8079
8080 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8081
8082 * emacs-lisp/smie.el (smie-indent-forward-token)
8083 (smie-indent-backward-token): Handle string tokens (bug#14381).
8084
8085 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8086
8087 * ielm.el (ielm-menu): New menu.
8088 (inferior-emacs-lisp-mode): Set comment-start.
8089
8090 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8091
8092 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
8093 Fix deactivate action.
8094
8095 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
8096 Add cleveref macros.
8097
8098 * lisp/textmodes/reftex-parse.el
8099 (reftex-locate-bibliography-files): Accept options for
8100 bibliography commands.
8101 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
8102 Add addbibresource. Basic Biblatex support.
8103
8104 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
8105
8106 * net/tramp-gvfs.el (top):
8107 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
8108 when loading package. (Bug#14447)
8109
8110 2013-05-23 Glenn Morris <rgm@gnu.org>
8111
8112 * progmodes/js.el: No need to load comint when compiling.
8113 (ring-insert, comint-send-string, comint-send-input)
8114 (comint-last-input-end, ido-chop): Declare.
8115
8116 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
8117 * vc/ediff-mult.el: Adjust requires.
8118 (ediff-directories-internal, ediff-directory-revisions-internal)
8119 (ediff-patch-file-internal): Declare.
8120 * vc/ediff-ptch.el: Adjust requires.
8121 (ediff-use-last-dir, ediff-buffers-internal): Declare.
8122 (ediff-find-file): Autoload.
8123 * vc/ediff-util.el: No need to load ediff when compiling.
8124 (ediff-regions-internal): Declare.
8125 * vc/ediff-wind.el: Adjust requires.
8126 (ediff-compute-toolbar-width): Define when compiling.
8127 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
8128 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
8129 (dired-get-filename, dired-get-marked-files)
8130 (ediff-last-dir-patch, ediff-patch-default-directory)
8131 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
8132 (ediff-patch-buffer-internal): Declare.
8133
8134 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
8135 (ispell-process, ispell-buffer-local-words, lm-summary)
8136 (lm-section-start, lm-section-end): Declare.
8137 (checkdoc-ispell-init): Simplify.
8138
8139 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
8140 (he-string-member, he-reset-string, he-substitute-string): Declare.
8141
8142 * eshell/em-ls.el: Adjust requires.
8143 (eshell-glob-regexp): Declare.
8144 * eshell/em-tramp.el: Adjust requires.
8145 (eshell-parse-command): Autoload.
8146 * eshell/em-xtra.el: Adjust requires.
8147 (eshell-parse-command): Autoload.
8148 * eshell/esh-ext.el: Adjust requires.
8149 (eshell-parse-command, eshell-close-handles): Autoload.
8150 * eshell/esh-io.el: Adjust requires.
8151 (eshell-output-filter): Autoload.
8152 * eshell/esh-util.el: No need to load tramp when compiling.
8153 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
8154 Declare.
8155 (eshell-parse-ange-ls): Require ange-ftp and tramp.
8156 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8157 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
8158 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
8159 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
8160 * eshell/esh-opt.el, eshell/esh-proc.el:
8161 * eshell/esh-var.el: Adjust requires.
8162 * eshell/eshell.el: Do not require esh-util twice.
8163 (eshell-add-input-to-history): Declare.
8164 (eshell-command): Check history module is active before using it.
8165
8166 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
8167
8168 2013-05-22 Leo Liu <sdl.web@gmail.com>
8169
8170 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
8171
8172 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
8173
8174 * autorevert.el (auto-revert-notify-add-watch)
8175 (auto-revert-notify-handler): Add `attrib' for the inotify case,
8176 it indicates changes in file modification time.
8177
8178 2013-05-22 Glenn Morris <rgm@gnu.org>
8179
8180 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8181 Always delete the autoloaded function from the noruntime and
8182 unresolved functions lists.
8183
8184 * allout.el: No need to load epa, epg, overlay when compiling.
8185 (epg-context-set-passphrase-callback, epg-list-keys)
8186 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
8187 (epg-key-user-id-list): Declare.
8188
8189 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8190 (viper-set-parsing-style-toggling-macro)
8191 (viper-set-emacs-state-searchstyle-macros):
8192 Use called-interactively-p on Emacs.
8193 (viper-looking-back): Make it an obsolete alias. Update callers.
8194 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
8195 Use looking-back rather than viper-looking-back.
8196 (viper-tmp-insert-at-eob, viper-enlarge-region)
8197 (viper-read-string-with-history, viper-register-to-point)
8198 (viper-append-to-register, viper-change-state-to-vi)
8199 (viper-backward-char-carefully, viper-forward-char-carefully)
8200 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
8201 (viper-change-state-to-emacs): Declare.
8202 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
8203 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
8204 * emulation/viper-mous.el: Do not load viper-cmd.
8205 (viper-backward-char-carefully, viper-forward-char-carefully)
8206 (viper-forward-word, viper-adjust-window): Declare.
8207
8208 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
8209
8210 * progmodes/idlw-help.el (idlwave-help-fontify):
8211 Use called-interactively-p.
8212
8213 * term/w32console.el (w32-get-console-codepage)
8214 (w32-get-console-output-codepage): Declare.
8215
8216 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
8217 Remove unnecessary declarations.
8218 (dframe-message): Doc fix.
8219
8220 * info.el (dframe-select-attached-frame, dframe-current-frame):
8221 Declare.
8222
8223 * speedbar.el (speedbar-message): Make it an obsolete alias.
8224 Update all callers.
8225 (speedbar-with-attached-buffer)
8226 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
8227 (speedbar-with-writable): Use backquote.
8228 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
8229 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8230 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
8231 rather than speedbar- aliases.
8232 * mail/rmail.el: Load dframe rather than speedbar when compiling.
8233 (speedbar-make-specialized-keymap, speedbar-insert-button)
8234 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
8235 (speedbar-do-function-pointer): Declare.
8236 (rmail-speedbar-button, rmail-speedbar-find-file)
8237 (rmail-speedbar-move-message):
8238 Use dframe-with-attached-buffer rather than speedbar- alias.
8239 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
8240 (dframe-message, speedbar-make-specialized-keymap)
8241 (speedbar-add-expansion-list, speedbar-mode-functions-list)
8242 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
8243 (speedbar-insert-button, dframe-select-attached-frame)
8244 (dframe-maybee-jump-to-attached-frame)
8245 (speedbar-change-initial-expansion-list)
8246 (speedbar-previously-used-expansion-list-name): Declare.
8247 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
8248 Use dframe-message, dframe-with-attached-buffer rather than
8249 speedbar- aliases.
8250 (gud-sentinel): Silence compiler.
8251 * progmodes/vhdl-mode.el (speedbar-refresh)
8252 (speedbar-do-function-pointer, speedbar-add-supported-extension)
8253 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
8254 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
8255 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
8256 (speedbar-file-lists, speedbar-make-tag-line)
8257 (speedbar-line-directory, speedbar-goto-this-file)
8258 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
8259 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
8260 (speedbar-make-button, speedbar-reset-scanners)
8261 (speedbar-files-item-info, speedbar-line-text)
8262 (speedbar-find-file-in-frame, speedbar-set-timer)
8263 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
8264 (speedbar-with-writable): Do not (re)define it.
8265 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
8266 rather than speedbar- alias.
8267
8268 2013-05-21 Leo Liu <sdl.web@gmail.com>
8269
8270 * progmodes/octave.el (octave-mode-menu): Update and re-organize
8271 menu items.
8272 (octave-mode): Tweak fill-nobreak-predicate.
8273 (inferior-octave-startup): Check process to avoid infinite loop.
8274 (inferior-octave): Pop to buffer first to show abornmal process
8275 exit information.
8276
8277 2013-05-21 Glenn Morris <rgm@gnu.org>
8278
8279 * printing.el (pr-menu-bar): Define when compiling.
8280
8281 2013-05-21 Leo Liu <sdl.web@gmail.com>
8282
8283 * progmodes/octave.el (octave-auto-fill): Remove.
8284 (octave-indent-new-comment-line): Improve.
8285 (octave-mode): Use auto fill mode through
8286 comment-line-break-function and fill-nobreak-predicate.
8287 (octave-goto-function-definition): Support DEFUN_DLD.
8288 (octave-beginning-of-defun): Small tweak.
8289 (octave-help): Show parent directory.
8290
8291 2013-05-21 Glenn Morris <rgm@gnu.org>
8292
8293 * files.el (dired-unmark):
8294 * progmodes/gud.el (gdb-input): Update declarations.
8295
8296 * calculator.el (electric, ehelp): No need to load when compiling.
8297 (Electric-command-loop, electric-describe-mode): Declare.
8298
8299 * doc-view.el (doc-view-current-converter-processes): Move before use.
8300
8301 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8302 Move MODE-set-explicitly definition before use.
8303
8304 * international/mule-diag.el (mule-diag):
8305 Don't use obsolete window-system-version.
8306
8307 * mail/feedmail.el (smtpmail): No need to load when compiling.
8308 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
8309
8310 * mail/mail-utils.el (rfc822): No need to load when compiling.
8311 (rfc822-addresses): Autoload it.
8312 (mail-strip-quoted-names): Trivial simplification.
8313
8314 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
8315 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
8316
8317 * net/snmp-mode.el (tempo): Don't duplicate requires.
8318
8319 * progmodes/prolog.el (info): No need to load when compiling.
8320 (comint): Require before shell requires it.
8321 (Info-goto-node): Autoload it.
8322 (Info-follow-nearest-node): Declare.
8323 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
8324
8325 * textmodes/artist.el (picture-mode-exit): Declare.
8326
8327 * textmodes/reftex-parse.el (reftex-parse-from-file):
8328 Trivial rewrite so the compiler can parse it better.
8329
8330 2013-05-20 Leo Liu <sdl.web@gmail.com>
8331
8332 * progmodes/octave.el (octave-help-mode-map)
8333 (octave-help-mode-finish-hook): New variables.
8334 (octave-help-mode, octave-help-mode-finish): New functions.
8335 (octave-help): Use octave-help-mode.
8336
8337 2013-05-20 Glenn Morris <rgm@gnu.org>
8338
8339 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
8340
8341 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
8342
8343 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
8344 start at point, so that expansion starting right after opening
8345 slash in a regexp is recognized.
8346 (ruby-syntax-before-regexp-re): New defvar, extracted from
8347 ruby-syntax-propertize-function. Since the value of this regexp
8348 is looked up at runtime now, we should be able to turn
8349 `ruby-syntax-methods-before-regexp' into a defcustom later.
8350 (ruby-syntax-propertize-function): Split regexp matching into two
8351 parts, for opening and closing slashes. That allows us to skip
8352 over string interpolations and support multiline regexps.
8353 Don't call `ruby-syntax-propertize-expansions', instead use another rule
8354 for them, which calls `ruby-syntax-propertize-expansion'.
8355 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
8356 call to `ruby-syntax-propertize-function'.
8357 (ruby-syntax-propertize-expansion): Extracted from
8358 `ruby-syntax-propertize-expansions'. Handles one expansion.
8359 (ruby-syntax-propertize-percent-literal): Leave point right after
8360 the percent symbol, so that the expression expansion rule can
8361 propertize the contents.
8362 (ruby-syntax-propertize-heredoc): Leave point at bol following the
8363 heredoc openers.
8364 (ruby-syntax-propertize-expansions): Remove.
8365
8366 2013-05-18 Juri Linkov <juri@jurta.org>
8367
8368 * man.el (Man-default-man-entry): Remove `-' from the end
8369 of the default value. (Bug#14400)
8370
8371 2013-05-18 Glenn Morris <rgm@gnu.org>
8372
8373 * comint.el (comint-password-prompt-regexp):
8374 Allow "password for XXX" where XXX contains colons (eg https://...).
8375
8376 2013-05-18 Leo Liu <sdl.web@gmail.com>
8377
8378 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
8379 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
8380 (octave-source-directories): Don't check process.
8381 (octave-source-directories, octave-find-definition): Doc fix.
8382
8383 2013-05-18 Glenn Morris <rgm@gnu.org>
8384
8385 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
8386 Remove backspace/delete bindings. (Bug#14392)
8387
8388 * cus-dep.el (custom-make-dependencies): Sort the output.
8389 (custom-versions-load-alist): Convert comment to doc.
8390
8391 2013-05-17 Leo Liu <sdl.web@gmail.com>
8392
8393 * newcomment.el (comment-search-backward): Stricter in finding
8394 comment start. (Bug#14303)
8395
8396 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
8397 (octave-comment-start-skip): Properly anchored.
8398
8399 2013-05-17 Leo Liu <sdl.web@gmail.com>
8400
8401 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
8402 Clean up when turned off. (Bug#14395)
8403 (smie--highlight-matching-block-overlay): No longer buffer-local.
8404 (smie-highlight-matching-block): Adjust.
8405
8406 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
8407
8408 Doc string fix for "nanoseconds" (Bug#14406).
8409 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
8410 Fix doc string typo that had "nanoseconds" instead of "microseconds".
8411
8412 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
8413
8414 * calc/calc-units.el (math-extract-units): Preserve powers
8415 of units.
8416
8417 2013-05-17 Leo Liu <sdl.web@gmail.com>
8418
8419 * subr.el (delete-consecutive-dups): New function.
8420 * ido.el (ido-set-matches-1): Use it.
8421 * progmodes/octave.el (inferior-octave-completion-table): Use it.
8422 * ido.el (ido-remove-consecutive-dups): Remove.
8423
8424 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8425
8426 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8427 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
8428 regexp-opt's `words'.
8429
8430 2013-05-16 Leo Liu <sdl.web@gmail.com>
8431
8432 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
8433 (smie--highlight-matching-block-overlay)
8434 (smie--highlight-matching-block-lastpos)
8435 (smie--highlight-matching-block-timer): New variables.
8436 (smie-highlight-matching-block): New function.
8437 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
8438 (smie-setup): Conditionally enable smie-blink-matching-open.
8439
8440 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
8441
8442 Sync with upstream verilog-mode r840.
8443 * progmodes/verilog-mode.el (verilog-mode-version)
8444 (verilog-mode-release-date): Update.
8445 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
8446 (verilog-sig-tieoff): Fix string error on
8447 AUTORESET with colon define, bug594. Reported by Andrew Hou.
8448 (verilog-read-decls): Fix parameters confusing
8449 AUTOINST interfaces, bug565. Reported by Leith Johnson.
8450
8451 2013-05-16 Eli Zaretskii <eliz@gnu.org>
8452
8453 * subr.el (reveal-filename): New function.
8454
8455 * loadup.el: Compute Emacs executable versions on MS-Windows,
8456 where executables have the .exe extension. Add a hard link
8457 emacs-XX.YY.ZZ.exe on MS-Windows.
8458
8459 * Makefile.in (XARGS_LIMIT): New variable.
8460 (custom-deps, finder-data, autoloads)
8461 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8462 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8463 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
8464 (compile-main): Limit xargs according to $(XARGS_LIMIT).
8465
8466 2013-05-16 Leo Liu <sdl.web@gmail.com>
8467
8468 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
8469 (octave-mode-menu, octave-mode-map): Remove its uses.
8470
8471 2013-05-16 Reto Zimmermann <reto@gnu.org>
8472
8473 Sync with upstream vhdl mode v3.34.2.
8474 * progmodes/vhdl-mode.el: Use `push' throughout.
8475 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
8476 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
8477 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
8478 (vhdl-actual-generic-name): New option to derive actual generic name.
8479 (vhdl-port-paste-signals): Replace formal by actual generics.
8480 (vhdl-beautify): New name for old group vhdl-align. Update users.
8481 (vhdl-beautify-options): New option.
8482 (vhdl-last-input-event): New compat alias. Use throughout.
8483 (vhdl-goto-line): Replace user level function `goto-line'.
8484 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
8485 vhdl-fix-statement-buffer.
8486 (vhdl-create-mode-menu): Add some entries.
8487 (vhdl-align-region-groups): Respect vhdl-beautify-options.
8488 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
8489 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
8490 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
8491 to force statements on one line.
8492 (vhdl-remove-trailing-spaces-region):
8493 New, split from vhdl-remove-trailing-spaces.
8494 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
8495 Respect vhdl-beautify-options.
8496 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
8497 (vhdl-update-sensitivity-list): Not add with index if exists without.
8498 Not include array index with signal. Ignore keywords in comments.
8499 (vhdl-get-visible-signals): Regexp tweaks.
8500 (vhdl-template-component-inst): Handle empty library.
8501 (vhdl-template-type): Add template for 'enum' type.
8502 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
8503 Use vhdl-replace-string.
8504 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
8505 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
8506 (vhdl-speedbar-initialize): Update for above name change.
8507 (vhdl-compose-wire-components): Fix in handling of constants.
8508 (vhdl-error-regexp-emacs-alist): New variable.
8509 (vhdl-error-regexp-add-emacs): New function;
8510 adds support for new compile.el (Emacs 22+)
8511 (vhdl-generate-makefile-1): Change target order for single lib. units.
8512 Allow use of absolute file names.
8513
8514 2013-05-16 Leo Liu <sdl.web@gmail.com>
8515
8516 * simple.el (prog-indent-sexp): Indent enclosing defun.
8517
8518 2013-05-15 Glenn Morris <rgm@gnu.org>
8519
8520 * cus-start.el (show-trailing-whitespace): Move to editing basics.
8521 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
8522 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
8523 (whitespace-highlight): Move to whitespace group.
8524
8525 * comint.el (comint-source):
8526 * pcmpl-linux.el (pcmpl-linux):
8527 * shell.el (shell-faces):
8528 * eshell/esh-opt.el (eshell-opt):
8529 * international/ccl.el (ccl): Remove empty custom groups.
8530
8531 * completion.el (dynamic-completion-mode):
8532 * jit-lock.el (jit-lock-debug-mode):
8533 * minibuffer.el (completion-in-region-mode):
8534 * type-break.el (type-break-mode-line-message-mode)
8535 (type-break-query-mode):
8536 * emulation/tpu-edt.el (tpu-edt-mode):
8537 * progmodes/subword.el (global-subword-mode, global-superword-mode):
8538 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8539 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
8540
8541 * term/xterm.el (xterm): Change parent group to terminals.
8542
8543 * master.el (master): Remove empty custom group.
8544 (master-mode): Remove unused :group argument.
8545 * textmodes/refill.el (refill): Remove empty custom group.
8546 (refill-mode): Remove unused :group argument.
8547
8548 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
8549
8550 * cus-dep.el: Provide a feature.
8551 (custom-make-dependencies): Ignore dotfiles (dir-locals).
8552 Don't mistakenly ignore files whose basenames match a basename
8553 from preloaded-file-list (eg cedet/ede/simple.el).
8554 Add a fallback method for getting :group.
8555
8556 2013-05-15 Juri Linkov <juri@jurta.org>
8557
8558 * isearch.el (isearch-char-by-name): Rename from
8559 `isearch-insert-char-by-name'. Doc fix.
8560 (isearch-forward): Mention `isearch-char-by-name' in
8561 the docstring. (Bug#13348)
8562
8563 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
8564 `exit-minibuffer' instead of
8565 `isearch-nonincremental-exit-minibuffer'.
8566 (isearch-edit-string): Remove mention of
8567 `isearch-nonincremental-exit-minibuffer' from docstring.
8568 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
8569 (isearch-forward-exit-minibuffer)
8570 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
8571
8572 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8573
8574 * loadup.el: Just use unversioned DOC.
8575
8576 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
8577 literals as extending to EOB.
8578 (nxml-last-fontify-end): Remove unused variable.
8579 (nxml-after-change1): Use with-silent-modifications.
8580 (nxml-extend-after-change-region): Simplify.
8581 (nxml-extend-after-change-region1): Remove function.
8582 (nxml-after-change1): Don't adjust for dependent regions.
8583 (nxml-fontify-matcher): Simplify.
8584 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
8585 (xmltok-add-dependent): Remove function.
8586 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
8587 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
8588 (xmltok-scan-prolog-after-processing-instruction-open): Treat
8589 unclosed <[[, <?, comment, and other literals as extending to EOB.
8590 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
8591 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
8592 Remove functions.
8593 (rng-do-some-validation-1): Don't mark dependent regions.
8594 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
8595 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
8596 (nxml-clear-dependent-regions): Remove functions.
8597 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
8598 (nxml-ensure-scan-up-to-date):
8599 Don't clear&mark dependent regions.
8600
8601 2013-05-15 Leo Liu <sdl.web@gmail.com>
8602
8603 * progmodes/octave.el (octave-goto-function-definition):
8604 Improve and fix callers.
8605
8606 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8607
8608 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
8609 the setter (bug#14387).
8610
8611 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
8612 surrounding group (bug#14402).
8613
8614 2013-05-14 Juri Linkov <juri@jurta.org>
8615
8616 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8617 (Bug#14390)
8618
8619 2013-05-14 Glenn Morris <rgm@gnu.org>
8620
8621 * progmodes/f90.el (f90-imenu-generic-expression):
8622 Fix typo in 2013-05-08 change. (Bug#14402)
8623
8624 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8625
8626 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8627 Remove signals for which replies are never received.
8628
8629 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8630
8631 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8632 (gdb-handler-alist, gdb-handler-number): Remove variables.
8633 (gdb-handler-list): New variable.
8634 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8635 (gdb-pending-handler-p, gdb-handle-reply)
8636 (gdb-remove-all-pending-triggers): New functions.
8637 (gdb-discard-unordered-replies): New defcustom.
8638 (gdb-handler): New defstruct.
8639 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
8640 instead of gdb-pending-triggers. Update docstring.
8641 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
8642 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8643 (gdb-var-update-handler, def-gdb-auto-update-trigger)
8644 (def-gdb-auto-update-handler, gdb-get-changed-registers)
8645 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8646 (gdb-frame-handler): Pending triggers are now automatically managed.
8647 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8648 Remove argument.
8649 (gdb-input): Automatically handles pending triggers. Update docstring.
8650 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
8651 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
8652 Update comments.
8653 (gdb-done-or-error): Now use gdb-handle-reply.
8654
8655 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8656
8657 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
8658 gdb-debug-log.
8659
8660 2013-05-14 Glenn Morris <rgm@gnu.org>
8661
8662 * subr.el (user-emacs-directory-warning): New option.
8663 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
8664
8665 2013-05-14 Leo Liu <sdl.web@gmail.com>
8666
8667 * progmodes/octave.el (octave-font-lock-keywords): Fix error
8668 during redisplay.
8669 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
8670 (octave-font-lock-texinfo-comment): Fix invalid search bound
8671 error: wrong side of point.
8672
8673 2013-05-14 Glenn Morris <rgm@gnu.org>
8674
8675 * progmodes/flymake.el (flymake-xml-program): New option.
8676 (flymake-xml-init): Use it.
8677
8678 * term/xterm.el: Provide a feature.
8679
8680 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
8681
8682 2013-05-13 Glenn Morris <rgm@gnu.org>
8683
8684 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
8685 Add compat aliases as a hack workaround. (Bug#14384)
8686
8687 2013-05-13 Leo Liu <sdl.web@gmail.com>
8688
8689 * progmodes/octave.el (octave-indent-comment): Fix indentation for
8690 ###, and %!.
8691 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
8692 C-M-q.
8693 (octave-comment-start-skip): Include %!.
8694 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
8695
8696 2013-05-12 Leo Liu <sdl.web@gmail.com>
8697
8698 * progmodes/octave.el (inferior-octave-startup): Store the value
8699 of __octave_srcdir__ for octave-source-directories.
8700 (inferior-octave-check-process): New function refactored out of
8701 inferior-octave-send-list-and-digest.
8702 (octave-source-directories)
8703 (octave-find-definition-filename-function): New variables.
8704 (octave-source-directories)
8705 (octave-find-definition-default-filename): New functions.
8706 (octave-find-definition): Improve to find functions implemented in C++.
8707
8708 2013-05-12 Glenn Morris <rgm@gnu.org>
8709
8710 * calendar/diary-lib.el (diary-outlook-format-1):
8711 Don't include dayname in the output. (Bug#14349)
8712
8713 2013-05-11 Glenn Morris <rgm@gnu.org>
8714
8715 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
8716
8717 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
8718 Treat cc-provide like provide.
8719
8720 2013-05-11 Kevin Ryde <user42@zip.com.au>
8721
8722 * cus-dep.el (custom-make-dependencies):
8723 Use generated-autoload-load-name for the sake of files such
8724 such cedet/semantic/bovine/c.el, where the base file name
8725 is not in load-path. (Bug#5277)
8726
8727 2013-05-11 Glenn Morris <rgm@gnu.org>
8728
8729 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
8730 Provide features.
8731
8732 2013-05-11 Leo Liu <sdl.web@gmail.com>
8733
8734 * progmodes/octave.el (octave-indent-comment): Improve.
8735 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
8736 (octave-eldoc-function-signatures, octave-eldoc-function):
8737 New functions.
8738 (octave-mode, inferior-octave-mode): Add eldoc support.
8739
8740 2013-05-11 Richard Stallman <rms@gnu.org>
8741
8742 * epa.el (epa-decrypt-file): Take output file name as argument
8743 and read it using `interactive'.
8744
8745 2013-05-11 Leo Liu <sdl.web@gmail.com>
8746
8747 * progmodes/octave.el (octave-beginning-of-line)
8748 (octave-end-of-line): Check before using up-list because it jumps
8749 out of more syntactic contructs since moving to smie.
8750 (octave-indent-comment): New function.
8751 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
8752 (octave-begin-keywords, octave-end-keywords)
8753 (octave-reserved-words, octave-smie-bnf-table)
8754 (octave-smie-rules): Add new keywords from Octave 3.6.4.
8755
8756 2013-05-11 Glenn Morris <rgm@gnu.org>
8757
8758 * faces.el (internal-face-x-get-resource):
8759 * frame.el (ns-display-monitor-attributes-list):
8760 * calc/calc-aent.el (math-to-radians-2):
8761 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
8762 Fix declarations.
8763
8764 * calc/calc-menu.el: Make it loadable in isolation.
8765
8766 * net/eudcb-bbdb.el: Make it loadable without bbdb.
8767 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
8768 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
8769 (eudc-bbdb-query-internal): Require 'bbdb.
8770
8771 * lpr.el (lpr-headers-switches):
8772 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
8773
8774 * progmodes/sql.el (sql-login-params): Fix and improve :type.
8775
8776 * emulation/edt-mapper.el: In batch mode, error rather than hang.
8777
8778 * term.el (term-set-escape-char): Make it idempotent.
8779
8780 2013-05-10 Leo Liu <sdl.web@gmail.com>
8781
8782 * progmodes/octave.el (inferior-octave-completion-table):
8783 No longer a function and all uses changed. Use cache to speed up
8784 completion due to bug#11906.
8785 (octave-beginning-of-defun): Re-write to be more general.
8786
8787 2013-05-10 Glenn Morris <rgm@gnu.org>
8788
8789 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
8790
8791 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8792
8793 * comint.el (comint-redirect-send-command-to-process): Use :around
8794 rather than :override for comint-redirect-filter.
8795 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
8796 Call it instead of comint-redirect-original-filter-function (which
8797 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
8798
8799 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
8800
8801 * frame.el (display-monitor-attributes-list): Add NS case.
8802 (ns-display-monitor-attributes-list): Declare.
8803
8804 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
8805
8806 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
8807
8808 2013-05-09 Glenn Morris <rgm@gnu.org>
8809
8810 * international/fontset.el (vertical-centering-font-regexp):
8811 Set standard-value.
8812
8813 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
8814
8815 * bookmark.el (bookmark-search-delay):
8816 * cus-start.el (vertical-centering-font-regexp):
8817 * ps-mule.el (ps-mule-font-info-database-default):
8818 * ps-print.el (ps-default-fg, ps-default-bg):
8819 * type-break.el (type-break-good-break-interval):
8820 * whitespace.el (whitespace-indentation-regexp)
8821 (whitespace-space-after-tab-regexp):
8822 * emacs-lisp/testcover.el (testcover-1value-functions)
8823 (testcover-noreturn-functions, testcover-progn-functions)
8824 (testcover-prog1-functions):
8825 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8826 * eshell/em-glob.el (eshell-glob-translate-alist):
8827 * play/tetris.el (tetris-tty-colors):
8828 * progmodes/cpp.el (cpp-face-default-list):
8829 * progmodes/flymake.el (flymake-allowed-file-name-masks):
8830 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
8831 (idlwave-help-browser-generic-args):
8832 * progmodes/make-mode.el (makefile-special-targets-list):
8833 * progmodes/python.el (python-shell-virtualenv-path):
8834 * progmodes/verilog-mode.el (verilog-active-low-regexp)
8835 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
8836 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
8837 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8838 * textmodes/reftex-vars.el (reftex-format-label-function):
8839 * textmodes/remember.el (remember-diary-file): Fix custom types.
8840
8841 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
8842 Add :version.
8843
8844 2013-05-09 Leo Liu <sdl.web@gmail.com>
8845
8846 * progmodes/octave.el (inferior-octave-completion-at-point):
8847 Restore file completion. (Bug#14300)
8848 (inferior-octave-startup): Fix incorrect highlighting for the
8849 first prompt.
8850
8851 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * progmodes/ruby-mode.el: First cut at SMIE support.
8854 (ruby-use-smie): New var.
8855 (ruby-smie-grammar): New constant.
8856 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
8857 (ruby-smie--forward-token, ruby-smie--backward-token)
8858 (ruby-smie-rules): New functions.
8859 (ruby-mode-variables): Setup SMIE if applicable.
8860
8861 2013-05-08 Eli Zaretskii <eliz@gnu.org>
8862
8863 * simple.el (line-move-visual): Signal beginning/end of buffer
8864 only if vertical-motion moved less than it was requested. Avoids
8865 silly incorrect error messages when there are display strings with
8866 multiple newlines at EOL.
8867
8868 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8869
8870 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
8871 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
8872 (prolog-char-quote-workaround):
8873 * progmodes/cperl-mode.el (cperl-under-as-char):
8874 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
8875 Mark as obsolete.
8876 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
8877 their declaration.
8878 (vhdl-mode-syntax-table-init): Remove.
8879
8880 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
8881 last change.
8882
8883 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
8884 syntax for "_".
8885 (ld-script-font-lock-keywords):
8886 Change regexps to use things like \_< and \_>.
8887
8888 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
8889 Change all regexps to use things like \_< and \_>.
8890
8891 * progmodes/autoconf.el (autoconf-definition-regexp)
8892 (autoconf-font-lock-keywords, autoconf-current-defun-function):
8893 Handle a _ with symbol syntax.
8894 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
8895
8896 * progmodes/ada-mode.el (ada-mode-abbrev-table):
8897 Consolidate declaration.
8898 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
8899 the declaration.
8900 (ada-create-syntax-table): Remove.
8901 (ada-capitalize-word): Don't mess with the syntax of "_" since it
8902 already has the right syntax nowadays.
8903 (ada-goto-next-word): Don't change the syntax of "_".
8904
8905 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
8906 with-wrapper-hook.
8907
8908 2013-05-08 Sam Steingold <sds@gnu.org>
8909
8910 * thingatpt.el (thing-at-point): Accept optional second argument
8911 NO-PROPERTIES to strip the text properties from the return value.
8912 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
8913 to `thing-at-point' instead of stripping the properties ourselves.
8914 Also, when `thing-at-point' fails to find a url, prepend "http://"
8915 to the filename at point on the assumption that the user is
8916 pointing at something like gnu.org/gnu.
8917
8918 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
8919
8920 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8921 * faces.el (crm-separator):
8922 Silence byte-compiler.
8923
8924 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
8925 (tool-bar-map): Remove unneeded defvars.
8926
8927 2013-05-08 Leo Liu <sdl.web@gmail.com>
8928
8929 Re-work a fix for bug#10994 based on Le Wang's patch.
8930 * ido.el (ido-remove-consecutive-dups): New helper.
8931 (ido-completing-read): Use it.
8932 (ido-chop): Revert fix for bug#10994.
8933
8934 2013-05-08 Adam Spiers <emacs@adamspiers.org>
8935
8936 * cus-edit.el (custom-save-variables):
8937 Pretty-print long values. (Bug#14187)
8938
8939 2013-05-08 Glenn Morris <rgm@gnu.org>
8940
8941 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
8942 (m4-mode-syntax-table): Init in the defvar.
8943 (m4-mode-abbrev-table): Let define-derived-mode define it.
8944
8945 2013-05-08 Tom Tromey <tromey@redhat.com>
8946
8947 * progmodes/m4-mode.el (m4-mode-syntax-table):
8948 Do not treat "_" as word constituent. (Bug#14167)
8949
8950 2013-05-07 Glenn Morris <rgm@gnu.org>
8951
8952 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
8953 Remove explicit eshell-isearch-cancel-map.
8954
8955 * progmodes/f90.el (f90-smart-end-names): New option.
8956 (f90-smart-end): Doc fix.
8957 (f90-end-block-optional-name): New constant.
8958 (f90-block-match): Respect f90-smart-end-names.
8959
8960 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8961
8962 * progmodes/octave.el (octave-smie-forward-token): Be more careful
8963 about implicit semi-colons (bug#14218).
8964
8965 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8966
8967 * frame.el (display-monitor-attributes-list)
8968 (frame-monitor-attributes): New functions.
8969
8970 2013-05-06 Leo Liu <sdl.web@gmail.com>
8971
8972 * progmodes/octave.el (octave-syntax-propertize-function): Change
8973 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
8974 (octave-font-lock-keywords): Use octave-operator-regexp.
8975 (octave-completion-at-point): Rename from
8976 octave-completion-at-point-function.
8977 (inferior-octave-directory-tracker): Robustify.
8978 (octave-text-functions): Remove and fix its uses. No such things
8979 any more.
8980
8981 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8982
8983 * emacs-lisp/trace.el (trace--display-buffer): New function.
8984 (trace-make-advice): Use it.
8985
8986 2013-05-06 Juri Linkov <juri@jurta.org>
8987
8988 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
8989 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
8990 Doc fix.
8991 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
8992 in the help string. (Bug#12985)
8993
8994 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
8995
8996 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
8997
8998 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * progmodes/perl-mode.el: Add support for here documents.
9001 (perl-syntax-propertize-function): Match here-doc markers.
9002 (perl-syntax-propertize-special-constructs): Find their end.
9003 (perl-imenu-generic-expression): Use [:alnum:].
9004
9005 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
9006 (advice--add-function): Refresh the advice if already present
9007 (bug#14317).
9008
9009 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
9010
9011 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
9012
9013 2013-05-06 Glenn Morris <rgm@gnu.org>
9014
9015 * w32-fns.el (w32-charset-info-alist): Declare.
9016
9017 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
9018 of its defcustom properties.
9019 (eshell-cmpl-initialize): No need to load pcomplete.
9020
9021 * generic-x.el: No need to require comint when compiling.
9022
9023 * net/eudc-export.el: Make it loadable without bbdb.
9024 (top-level): Use require rather than load-library.
9025 (eudc-create-bbdb-record, eudc-bbdbify-phone)
9026 (eudc-batch-export-records-to-bbdb)
9027 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
9028 Require bbdb.
9029
9030 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9031
9032 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
9033 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
9034 some tweaks, instead.
9035
9036 2013-05-05 Leo Liu <sdl.web@gmail.com>
9037
9038 * progmodes/octave.el (octave-font-lock-keywords)
9039 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
9040 (inferior-octave-send-list-and-digest): Improve error message.
9041 (octave-mode, inferior-octave-mode): Use setq-local.
9042 (octave-help): Set info-lookup-mode.
9043
9044 2013-05-05 Richard Stallman <rms@gnu.org>
9045
9046 * vc/compare-w.el (compare-windows-whitespace):
9047 Treat no-break space as whitespace.
9048
9049 * mail/rmailsum.el (rmail-summary-rmail-update):
9050 Detect empty summary and don't change selected message.
9051 (rmail-summary-goto-msg): Likewise.
9052
9053 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
9054 Doc fixes, rename args.
9055
9056 2013-05-05 Alan Mackenzie <acm@muc.de>
9057
9058 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
9059
9060 2013-05-05 Juri Linkov <juri@jurta.org>
9061
9062 * info.el (Info-read-subfile): Use (point-min) instead of (point)
9063 to not add the length of the summary segment to the return value.
9064 (Bug#14125)
9065
9066 2013-05-05 Leo Liu <sdl.web@gmail.com>
9067
9068 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
9069 (inferior-octave-output-filter): Remove.
9070 (octave-send-region, inferior-octave-startup): Fix callers.
9071 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
9072 (octave-binary-file-extensions): New user variable.
9073 (octave-find-definition): Confirm if opening binary files.
9074 (octave-help-file): Use octave-find-definition to get the binary
9075 confirmation.
9076 (octave-help): Adjust for octave-help-file change.
9077
9078 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9079
9080 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
9081 Merge the two entries that handle function definitions.
9082 (pascal--syntax-propertize): New const.
9083 (pascal-mode): Use it. Use setq-local.
9084
9085 2013-05-04 Glenn Morris <rgm@gnu.org>
9086
9087 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
9088 (diary-from-outlook): Respect diary-from-outlook-function.
9089
9090 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9091
9092 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
9093 Move the declaration from C.
9094 (read-minibuffer, eval-minibuffer): Move from C.
9095 (completion-setup-function): Avoid minibuffer-completion-contents.
9096
9097 2013-05-03 Leo Liu <sdl.web@gmail.com>
9098
9099 * progmodes/octave.el (octave-font-lock-keywords): Do not
9100 dehighlight 'end' in comments or strings.
9101 (octave-completing-read, octave-goto-function-definition):
9102 New helpers.
9103 (octave-help-buffer): New user variable.
9104 (octave-help-file, octave-help-function): New button types.
9105 (octave-help): New command and bind it to C-h ;.
9106 (octave-find-definition): New command and bind it to M-.
9107 (user-error): Alias to error if not defined.
9108
9109 2013-05-02 Leo Liu <sdl.web@gmail.com>
9110
9111 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
9112 for \. (bug#14332)
9113 (octave-font-lock-keywords): Include [ and {.
9114
9115 2013-05-02 Leo Liu <sdl.web@gmail.com>
9116
9117 * progmodes/octave.el (inferior-octave-startup-file): Change default.
9118 (inferior-octave): Remove calling comint-mode and return the buffer.
9119 (inferior-octave-startup): Cosmetic changes.
9120
9121 2013-05-02 Leo Liu <sdl.web@gmail.com>
9122
9123 * progmodes/octave.el (octave-syntax-propertize-function):
9124 Include the case when ' is at line beginning. (Bug#14336)
9125
9126 2013-05-02 Glenn Morris <rgm@gnu.org>
9127
9128 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
9129 * desktop.el (vc-dir-mode): Just autoload it here.
9130
9131 2013-05-02 Alan Mackenzie <acm@muc.de>
9132
9133 Eliminate variable c-standard-font-lock-fontify-region-function.
9134 * progmodes/cc-mode.el
9135 (c-standard-font-lock-fontify-region-function): Remove.
9136 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
9137
9138 2013-05-01 Leo Liu <sdl.web@gmail.com>
9139
9140 * progmodes/octave.el: Compatible with older emacs-24 releases.
9141 (inferior-octave-has-built-in-variables): Remove. Built-in
9142 variables were removed from Octave in 2007.
9143 (inferior-octave-startup): Fix uses.
9144 (comint-line-beginning-position): Remove compatibility code for
9145 emacs 21.
9146
9147 2013-05-01 Juri Linkov <juri@jurta.org>
9148
9149 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
9150
9151 2013-05-01 Juri Linkov <juri@jurta.org>
9152
9153 * comint.el (comint-previous-matching-input): Don't print message
9154 "History item: %d" when `isearch-mode' is active.
9155 (comint-history-isearch-message): Print message "History item: %d"
9156 when `comint-input-ring-index' is not empty and this function is
9157 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
9158
9159 2013-05-01 Leo Liu <sdl.web@gmail.com>
9160
9161 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
9162 definitions. Use completion-at-point to insert keywords.
9163 (octave-abbrev-start): Remove.
9164 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
9165
9166 2013-04-30 Leo Liu <sdl.web@gmail.com>
9167
9168 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
9169 change.
9170
9171 2013-04-30 Alan Mackenzie <acm@muc.de>
9172
9173 Handle arbitrarily long C++ member initialisation lists.
9174 * progmodes/cc-engine.el (c-back-over-member-initializers):
9175 new function.
9176 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
9177 (most) member init lists.
9178
9179 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9180
9181 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
9182 variable.
9183
9184 2013-04-30 Leo Liu <sdl.web@gmail.com>
9185
9186 * progmodes/octave.el (octave-variables): Remove. No builtin
9187 variables any more. All converted to functions.
9188 (octave-font-lock-keywords, octave-completion-at-point-function):
9189 Fix uses.
9190 (octave-font-lock-texinfo-comment): New user variable.
9191 (octave-texinfo-font-lock-keywords): New variable for texinfo
9192 comment block.
9193 (octave-function-comment-block): New face.
9194 (octave-font-lock-texinfo-comment): New function.
9195 (octave-mode): Font lock texinfo comment block.
9196
9197 2013-04-29 Leo Liu <sdl.web@gmail.com>
9198
9199 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
9200 indexing expression.
9201 (octave-continuation-string): Do not use \.
9202 (inferior-octave-complete-impossible): Remove.
9203 (inferior-octave-completion-table)
9204 (inferior-octave-completion-at-point): Remove its uses.
9205 (inferior-octave-startup): completion_matches was introduced to
9206 Octave in 1996 so safe to assume it.
9207 (octave-function-file-comment): Improve to follow how Octave does it.
9208 (octave-update-function-file-comment): Tweak.
9209
9210 2013-04-29 Leo Liu <sdl.web@gmail.com>
9211
9212 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
9213 (inferior-octave-startup): Remove inferior-octave-startup-hook.
9214 (octave-function-file-comment): Fix typo.
9215 (octave-sync-function-file-names): Use read-char-choice.
9216
9217 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
9218
9219 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
9220 to t for the less important warnings.
9221
9222 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
9223
9224 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
9225
9226 2013-04-27 Glenn Morris <rgm@gnu.org>
9227
9228 * vc/log-view.el (log-view-current-entry):
9229 Treat "---" separator lines as part of the following rev. (Bug#14169)
9230
9231 2013-04-27 Juri Linkov <juri@jurta.org>
9232
9233 * subr.el (read-number): Doc fix about using it by interactive
9234 code letter `n'. (Bug#14254)
9235
9236 2013-04-27 Juri Linkov <juri@jurta.org>
9237
9238 * desktop.el (desktop-auto-save-timeout): New option.
9239 (desktop-file-checksum): New variable.
9240 (desktop-save): Add optional arg `auto-save' and don't auto-save
9241 if nothing changed.
9242 (desktop-auto-save-timer): New variable.
9243 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
9244 (after-init-hook): Call `desktop-auto-save-set-timer'.
9245 Suggested by Reuben Thomas <rrt@sc3d.org> in
9246 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
9247
9248 2013-04-27 Leo Liu <sdl.web@gmail.com>
9249
9250 * progmodes/octave.el (octave-function-file-p)
9251 (octave-skip-comment-forward, octave-function-file-comment)
9252 (octave-update-function-file-comment): New functions.
9253 (octave-mode-map): Bind C-c ; to
9254 octave-update-function-file-comment.
9255 (octave-mode-menu): Add octave-update-function-file-comment.
9256 (octave-mode, inferior-octave-mode): Fix doc-string.
9257 (octave-insert-defun): Conform to Octave's coding convention.
9258 (Bug#14285)
9259
9260 * files.el (basic-save-buffer): Don't let errors in
9261 before-save-hook prevent saving buffer.
9262
9263 2013-04-20 Roland Winkler <winkler@gnu.org>
9264
9265 * faces.el (read-face-name): Use completing-read if arg multiple
9266 is nil.
9267
9268 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
9269
9270 * ls-lisp.el (ls-lisp-insert-directory): If no files are
9271 displayed, move point to after the totals line.
9272 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
9273 for the details.
9274
9275 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9276
9277 * emacs-lisp/package.el (package-autoload-ensure-default-file):
9278 Add current dir to the load-path.
9279 (package-generate-autoloads): Don't rely on
9280 autoload-ensure-default-file.
9281
9282 2013-04-26 Reuben Thomas <rrt@sc3d.org>
9283
9284 * textmodes/remember.el (remember-store-in-files): Document that
9285 the file name format is passed to `format-time-string'.
9286
9287 2013-04-26 Leo Liu <sdl.web@gmail.com>
9288
9289 * progmodes/octave.el (octave-sync-function-file-names): New function.
9290 (octave-mode): Use it in before-save-hook.
9291
9292 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9293
9294 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
9295 (bug#14274).
9296
9297 * progmodes/octave.el (octave-smie-forward-token): Properly skip
9298 \n and comment, even if it's not an implicit ; (bug#14218).
9299
9300 2013-04-26 Glenn Morris <rgm@gnu.org>
9301
9302 * subr.el (read-number): Once more use `read' rather than
9303 `string-to-number', to trap non-numeric input. (Bug#14254)
9304
9305 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
9306
9307 * emacs-lisp/syntax.el (syntax-propertize-multiline):
9308 Use `syntax-multiline' text property consistently instead of
9309 `font-lock-multiline'. (Bug#14237)
9310
9311 2013-04-26 Glenn Morris <rgm@gnu.org>
9312
9313 * emacs-lisp/shadow.el (list-load-path-shadows):
9314 No longer necessary to check for duplicate simple.el, since
9315 2012-07-07 change to init_lread to not include installation lisp
9316 directories in load-path when running uninstalled. (Bug#14270)
9317
9318 2013-04-26 Leo Liu <sdl.web@gmail.com>
9319
9320 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
9321 (octave-mode, inferior-octave-mode): Use setq-local.
9322 (octave-not-in-string-or-comment-p): Rename to
9323 octave-in-string-or-comment-p.
9324 (octave-in-comment-p, octave-in-string-p)
9325 (octave-in-string-or-comment-p): Replace defsubst with defun.
9326
9327 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
9328
9329 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
9330
9331 2013-04-25 Bastien Guerry <bzg@gnu.org>
9332
9333 * textmodes/remember.el (remember-data-directory)
9334 (remember-directory-file-name-format): Fix custom types.
9335
9336 2013-04-25 Leo Liu <sdl.web@gmail.com>
9337
9338 * progmodes/octave.el (octave-completion-at-point-function):
9339 Make use of inferior octave process.
9340 (octave-initialize-completions): Remove.
9341 (inferior-octave-completion-table): New function.
9342 (inferior-octave-completion-at-point): Use it.
9343 (octave-completion-alist): Remove.
9344
9345 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9346
9347 * progmodes/opascal.el: Use font-lock and syntax-propertize.
9348 (opascal-mode-syntax-table): New var.
9349 (opascal-literal-kind, opascal-is-literal-end)
9350 (opascal-literal-token-at): Rewrite.
9351 (opascal--literal-start-re, opascal-font-lock-keywords)
9352 (opascal--syntax-propertize): New constants.
9353 (opascal-font-lock-defaults): Adjust.
9354 (opascal-mode): Use them. Set comment-<foo> variables as well.
9355 (delphi-comment-face, opascal-comment-face, delphi-string-face)
9356 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
9357 (delphi-other-face, opascal-other-face): Remove face variables.
9358 (opascal-save-state): Remove macro.
9359 (opascal-fontifying-progress-step): Remove constant.
9360 (opascal--ignore-changes): Remove var.
9361 (opascal-set-token-property, opascal-parse-next-literal)
9362 (opascal-is-stable-literal, opascal-complete-literal)
9363 (opascal-is-literal-start, opascal-face-of)
9364 (opascal-parse-region, opascal-parse-region-until-stable)
9365 (opascal-fontify-region, opascal-after-change)
9366 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
9367 (opascal-debug-parse-region, opascal-debug-parse-window)
9368 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
9369 (opascal-debug-fontify-buffer): Remove.
9370 (opascal-debug-mode-map): Adjust accordingly.
9371
9372 2013-04-25 Leo Liu <sdl.web@gmail.com>
9373
9374 Merge octave-mod.el and octave-inf.el into octave.el with some
9375 cleanups.
9376 * progmodes/octave.el: New file renamed from octave-mod.el.
9377 * progmodes/octave-inf.el: Merged into octave.el.
9378 * progmodes/octave-mod.el: Renamed to octave.el.
9379
9380 2013-04-25 Tassilo Horn <tsdh@gnu.org>
9381
9382 * textmodes/reftex-vars.el
9383 (reftex-label-ignored-macros-and-environments): New defcustom.
9384
9385 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
9386
9387 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9388
9389 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
9390 (smie-indent-keyword): Improve the check to ensure that the next
9391 comment is really on the same line.
9392 (smie-indent-comment): Don't align with a subsequent closer (or eob).
9393
9394 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
9395 semi-colons if the line is not otherwise empty (bug#14218).
9396
9397 2013-04-25 Glenn Morris <rgm@gnu.org>
9398
9399 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
9400
9401 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * progmodes/opascal.el (opascal-set-token-property): Rename from
9404 opascal-set-text-properties and only set `token' (bug#14134).
9405 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
9406 (opascal-literal-text-properties): Remove.
9407 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
9408 Adjust callers.
9409
9410 2013-04-24 Reuben Thomas <rrt@sc3d.org>
9411
9412 * textmodes/remember.el (remember-handler-functions): Add an
9413 option for a new handler `remember-store-in-files'.
9414 (remember-data-directory, remember-directory-file-name-format):
9415 New options.
9416 (remember-store-in-files): New function to store remember notes
9417 as separate files within a directory.
9418
9419 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
9420
9421 * progmodes/compile.el (compilation-next-error-function):
9422 Pass "formats" to compilation-find-file (bug#11777).
9423
9424 2013-04-24 Glenn Morris <rgm@gnu.org>
9425
9426 * vc/vc-bzr.el (vc-bzr-print-log):
9427 * vc/vc-hg.el (vc-hg-print-log):
9428 * vc/vc-svn.el (vc-svn-print-log):
9429 Fix START-REVISION with LIMIT != 1. (Bug#14168)
9430
9431 * vc/vc-bzr.el (vc-bzr-print-log):
9432 * vc/vc-cvs.el (vc-cvs-print-log):
9433 * vc/vc-git.el (vc-git-print-log):
9434 * vc/vc-hg.el (vc-hg-print-log):
9435 * vc/vc-mtn.el (vc-mtn-print-log):
9436 * vc/vc-rcs.el (vc-rcs-print-log):
9437 * vc/vc-sccs.el (vc-sccs-print-log):
9438 * vc/vc-svn.el (vc-svn-print-log):
9439 * vc/vc.el (vc-print-log-internal): Doc fixes.
9440
9441 2013-04-23 Glenn Morris <rgm@gnu.org>
9442
9443 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
9444 Remove venerable code attempting to avoid substitute-command-keys.
9445
9446 2013-04-23 Tassilo Horn <tsdh@gnu.org>
9447
9448 * textmodes/reftex-vars.el (reftex-label-regexps):
9449 Call `reftex-compile-variables' after changes to this variable.
9450
9451 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9452
9453 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
9454 Use lexical-binding.
9455 (jit-lock-force-redisplay): Use markers, check buffer's continued
9456 existence and beware narrowed buffers.
9457 (jit-lock-fontify-now): Adjust call accordingly.
9458
9459 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9460
9461 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
9462 to avoid misleading the user.
9463
9464 2013-04-22 Leo Liu <sdl.web@gmail.com>
9465
9466 * info-look.el: Prefer latex2e.info. (Bug#14240)
9467
9468 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
9469
9470 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
9471
9472 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
9473 * net/tramp.el (tramp-call-process): ... here.
9474 (tramp-set-completion-function, tramp-parse-putty):
9475 * net/tramp-adb.el (tramp-adb-execute-adb-command):
9476 * net/tramp-gvfs.el (tramp-gvfs-send-command):
9477 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9478 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
9479 (tramp-call-local-coding-command): Use `tramp-call-process'
9480 instead of `tramp-compat-call-process'.
9481
9482 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
9483 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
9484 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
9485 (tramp-find-inline-compress): Improve traces.
9486 (tramp-maybe-send-script): Check for Perl binary.
9487 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
9488
9489 2013-04-22 Daiki Ueno <ueno@gnu.org>
9490
9491 * epg.el (epg-context-pinentry-mode): New function.
9492 (epg-context-set-pinentry-mode): New function.
9493 (epg--start): Pass --pinentry-mode option to gpg command.
9494
9495 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
9496
9497 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
9498 `comint-dynamic-complete' is obsolete since 24.1, replaced by
9499 `completion-at-point'. (Bug#13774)
9500
9501 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
9502 default key binding for `describe-distribution' has been moved to
9503 `C-h C-o'. (Bug#13970)
9504
9505 2013-04-21 Glenn Morris <rgm@gnu.org>
9506
9507 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
9508 Add doc strings.
9509 (vc-print-log): Clarify interactive prompt.
9510
9511 2013-04-20 Glenn Morris <rgm@gnu.org>
9512
9513 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9514 No longer include timestamp etc information.
9515
9516 2013-04-20 Roland Winkler <winkler@gnu.org>
9517
9518 * faces.el (read-face-name): Bug fix, return just one face if arg
9519 multiple is nil. (Bug#14209)
9520
9521 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9522
9523 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
9524 (remove-function): Autoload.
9525
9526 * comint.el (comint-redirect-original-filter-function): Remove.
9527 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
9528 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
9529 (vc-cvs-annotate-command):
9530 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
9531 * progmodes/prolog.el (prolog-consult-compile):
9532 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
9533 Use add/remove-function instead.
9534 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
9535 (gud-tooltip-process-output, gud-tooltip-tips):
9536 Use add/remove-function instead.
9537 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
9538 (scheme-interaction-mode, exit-scheme-interaction-mode):
9539 Use add/remove-function instead.
9540
9541 * vc/vc-dispatcher.el: Use lexical-binding.
9542 (vc--process-sentinel): Rename from vc-process-sentinel.
9543 Change last arg to be the code to run. Don't use vc-previous-sentinel
9544 and vc-sentinel-commands any more.
9545 (vc-exec-after): Allow code to be a function. Use add/remove-function.
9546 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
9547
9548 2013-04-19 Masatake YAMATO <yamato@redhat.com>
9549
9550 * progmodes/sh-script.el (sh-imenu-generic-expression):
9551 Handle function names with a single character. (Bug#14111)
9552
9553 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
9554
9555 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
9556 for subroutines defined in an eval (bug#14182).
9557
9558 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9559
9560 * bookmark.el (bookmark-completing-read): Improve handling of empty
9561 string (bug#14176).
9562
9563 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9564
9565 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
9566
9567 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
9568
9569 New faster Imenu implementation (bug#14058).
9570 * progmodes/python.el:
9571 (python-imenu-prev-index-position):
9572 (python-imenu-format-item-label-function)
9573 (python-imenu-format-parent-item-label-function)
9574 (python-imenu-format-parent-item-jump-label-function):
9575 New vars.
9576 (python-imenu-format-item-label)
9577 (python-imenu-format-parent-item-label)
9578 (python-imenu-format-parent-item-jump-label)
9579 (python-imenu--put-parent, python-imenu--build-tree)
9580 (python-imenu-create-index, python-imenu-create-flat-index)
9581 (python-util-popn): New functions.
9582 (python-mode): Set imenu-create-index-function to
9583 python-imenu-create-index.
9584
9585 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9586
9587 * winner.el (winner-active-region): Use region-active-p, activate-mark
9588 and deactivate-mark (bug#14225).
9589
9590 * simple.el (deactivate-mark): Don't inline it.
9591
9592 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
9593
9594 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
9595
9596 2013-04-18 Tassilo Horn <tsdh@gnu.org>
9597
9598 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
9599 file extensions from the archive-mode entry in order to prefer
9600 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
9601
9602 2013-04-18 Leo Liu <sdl.web@gmail.com>
9603
9604 * bindings.el (help-event-list): Add ?\?.
9605
9606 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9607
9608 * subr.el (with-wrapper-hook): Declare obsolete.
9609 * simple.el (filter-buffer-substring-function): New hook.
9610 (filter-buffer-substring): Use it.
9611 (filter-buffer-substring-functions): Mark obsolete.
9612 * minibuffer.el (completion-in-region-function): New hook.
9613 (completion-in-region): Use it.
9614 (completion-in-region-functions): Mark obsolete.
9615 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9616 * abbrev.el (abbrev-expand-function): New hook.
9617 (expand-abbrev): Use it.
9618 (abbrev-expand-functions): Mark obsolete.
9619 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9620 and :filter-return.
9621
9622 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9623
9624 * progmodes/python.el (python-nav--syntactically): Fix cornercases
9625 and do not care about match data.
9626
9627 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9628
9629 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9630 completion tables when completing error conditions and
9631 `declare' arguments.
9632 (lisp-complete-symbol, field-complete): Mark as obsolete.
9633 (check-parens): Unmatched parens are user errors.
9634 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9635
9636 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
9637
9638 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9639 command changed buffer (ie. `flyspell-pre-buffer' is not current
9640 buffer), which prevents making decisions based on invalid value of
9641 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
9642 cause an error when `flyspell-pre-point' was nil after switching
9643 buffers.
9644 (flyspell-post-command-hook): No longer needs to change buffers when
9645 checking pre-word. While at it remove unnecessary progn.
9646
9647 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
9648
9649 * textmodes/ispell.el (ispell-add-per-file-word-list):
9650 Fix `flyspell-correct-word-before-point' error when accepting
9651 words and `coment-padding' is an integer by using
9652 `comment-normalize-vars' (Bug #14214).
9653
9654 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9655
9656 New defun movement commands.
9657 * progmodes/python.el (python-nav--syntactically)
9658 (python-nav--forward-defun, python-nav-backward-defun)
9659 (python-nav-forward-defun): New functions.
9660
9661 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9662
9663 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
9664 (python-syntax-context): Use named compiler-macro for backwards
9665 compatibility with Emacs 24.x.
9666
9667 2013-04-17 Leo Liu <sdl.web@gmail.com>
9668
9669 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
9670 octave-hide-process-buffer.
9671
9672 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9673
9674 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
9675 (bug#14216).
9676
9677 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
9678
9679 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
9680 Fix adjustment of offset when receiving incomplete responses from GDB
9681 (bug#14129).
9682
9683 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9684
9685 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
9686 python-mode-abbrev-table.
9687 (python-skeleton-define): Adjust accordingly.
9688 (python-mode-abbrev-table): New table that inherits from it so that
9689 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
9690
9691 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
9692 (abbrev-symbol): Use it.
9693 (abbrev--before-point): Use it since we already handle inheritance.
9694
9695 2013-04-16 Leo Liu <sdl.web@gmail.com>
9696
9697 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
9698 binding to info-lookup-symbol.
9699
9700 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
9701
9702 * minibuffer.el (completion--twq-all):
9703 * term/ns-win.el (ns-initialize-window-system):
9704 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
9705
9706 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9707
9708 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
9709 global bindings.
9710
9711 * doc-view.el (doc-view-start-process): Handle url-handler directories.
9712
9713 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
9714
9715 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
9716 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
9717 to nil.
9718 (ruby-end-of-defun): Remove the unused arg, change the docstring
9719 to reflect that this function is only used as the value of
9720 `end-of-defun-function'.
9721 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
9722 to reflect an earlier change that beginning/end-of-defun functions
9723 jump between methods in a class definition, as well as top-level
9724 functions.
9725
9726 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9727
9728 * minibuffer.el (minibuffer-complete): Don't just scroll
9729 a *Completions* that's been iconified.
9730 (minibuffer-force-complete): Make sure repetitions do cycle when going
9731 through completion-in-region -> minibuffer-complete.
9732
9733 2013-04-15 Alan Mackenzie <acm@muc.de>
9734
9735 Correct the placement of c-cpp-delimiters when there're #s not at
9736 col 0.
9737
9738 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
9739 place a submatch around the #.
9740 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
9741 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
9742 on the #, not BOL.
9743
9744 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 * emacs-lisp/nadvice.el: Properly test names when adding advice.
9747 (advice--member-p): New arg `name'.
9748 (advice--add-function, advice-member-p): Use it (bug#14202).
9749
9750 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
9751
9752 Reformulate java imenu-generic-expression.
9753 The old expression contained ill formed regexps.
9754
9755 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
9756 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
9757 (cc-imenu-java-method-arg-regexp): New defconsts.
9758 (cc-imenu-java-build-type-args-regex): New defun.
9759 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
9760 handling of spaces in the regexp.
9761
9762 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9763
9764 * textmodes/ispell.el (ispell-command-loop): Remove
9765 flyspell highlight of a word when ispell accepts it (bug #14178).
9766
9767 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
9768
9769 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
9770 uses code from the previous `ange-ftp-run-real-handler'.
9771 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
9772 only in case that function exist. This is needed for proper
9773 unloading of Tramp.
9774
9775 2013-04-15 Tassilo Horn <tsdh@gnu.org>
9776
9777 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
9778
9779 * textmodes/reftex.el (reftex-compile-variables): Use it.
9780
9781 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9782
9783 * files.el (normal-mode): Only use default major-mode if no other mode
9784 was specified.
9785
9786 * emacs-lisp/trace.el (trace-values): New function.
9787
9788 * files.el: Allow : in local variables (bug#14089).
9789 (hack-local-variable-regexp): New var.
9790 (hack-local-variables-prop-line, hack-local-variables): Use it.
9791
9792 2013-04-13 Roland Winkler <winkler@gnu.org>
9793
9794 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
9795 data before it gets modified by bibtex-beginning-of-entry.
9796
9797 2013-04-13 Roland Winkler <winkler@gnu.org>
9798
9799 * textmodes/bibtex.el (bibtex-url): Doc fix.
9800
9801 2013-04-13 Roland Winkler <winkler@gnu.org>
9802
9803 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
9804 does not visit a BibTeX file, exclude it from the list of buffers
9805 returned by bibtex-initialize.
9806
9807 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
9808
9809 * window.el (split-window): Remove interactive form, since as a
9810 command this function is a special case of split-window-below.
9811 Correct doc string.
9812
9813 2013-04-12 Roland Winkler <winkler@gnu.org>
9814
9815 * faces.el (read-face-name): Do not override value of arg default.
9816 Allow single faces and strings as default values. Remove those
9817 elements from return value that are not faces.
9818 (describe-face): Simplify.
9819 (face-at-point): New optional args thing and multiple so that this
9820 function can provide the same functionality previously provided by
9821 read-face-name.
9822 (make-face-bold, make-face-unbold, make-face-italic)
9823 (make-face-unitalic, make-face-bold-italic, invert-face)
9824 (modify-face, read-face-and-attribute): Use face-at-point.
9825
9826 * cus-edit.el (customize-face, customize-face-other-window)
9827 * cus-theme.el (custom-theme-add-face)
9828 * face-remap.el (buffer-face-set)
9829 * facemenu.el (facemenu-set-face): Use face-at-point.
9830
9831 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
9832
9833 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
9834
9835 2013-04-10 Tassilo Horn <tsdh@gnu.org>
9836
9837 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
9838 off leading { and trailing } from field values.
9839
9840 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9841
9842 * emacs-lisp/timer.el (timer--check): New function.
9843 (timer--time, timer-set-function, timer-event-handler): Use it.
9844 (timer-set-idle-time): Simplify.
9845 (timer--activate): CSE.
9846 (timer-event-handler): Give more info in error message.
9847 (internal-timer-start-idle): New function, moved from C.
9848
9849 * mpc.el (mpc-proc): Add `restart' argument.
9850 (mpc-proc-cmd): Use it.
9851 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
9852 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
9853 less often.
9854
9855 2013-04-10 Masatake YAMATO <yamato@redhat.com>
9856
9857 * progmodes/sh-script.el: Implement `sh-mode' own
9858 `add-log-current-defun-function' (bug#14112).
9859 (sh-current-defun-name): New function.
9860 (sh-mode): Use the function.
9861
9862 2013-04-09 Bastien Guerry <bzg@gnu.org>
9863
9864 * simple.el (choose-completion-string): Fix docstring (bug#14163).
9865
9866 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9867
9868 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
9869
9870 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
9871 timer (bug#14156).
9872
9873 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
9874
9875 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
9876 declaration.
9877
9878 2013-04-07 Leo Liu <sdl.web@gmail.com>
9879
9880 * pcmpl-x.el: New file.
9881
9882 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
9883
9884 Do not set x-display-name until X connection is established.
9885 This is needed to prevent from weird situation described at
9886 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
9887 * frame.el (make-frame): Set x-display-name after call to
9888 window system initialization function, not before.
9889 * term/x-win.el (x-initialize-window-system): Add optional
9890 display argument and use it.
9891 * term/w32-win.el (w32-initialize-window-system):
9892 * term/ns-win.el (ns-initialize-window-system):
9893 * term/pc-win.el (msdos-initialize-window-system):
9894 Add compatible optional display argument.
9895
9896 2013-04-06 Eli Zaretskii <eliz@gnu.org>
9897
9898 * files.el (normal-backup-enable-predicate): On MS-Windows and
9899 MS-DOS compare truenames of temporary-file-directory and of the
9900 file, so that 8+3 aliases (usually found in $TEMP on Windows)
9901 don't fail comparison by compare-strings. Also, compare file
9902 names case-insensitively on MS-Windows and MS-DOS.
9903
9904 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9905
9906 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
9907 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
9908
9909 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
9910
9911 * whitespace.el (whitespace-color-on, whitespace-color-off):
9912 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
9913
9914 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
9915
9916 * ispell.el (ispell-set-spellchecker-params):
9917 Really set `ispell-args' for all equivs.
9918
9919 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9920
9921 * ido.el (ido-completions): Use extra elements of ido-decorations
9922 (bug#14143).
9923 (ido-decorations): Update docstring.
9924
9925 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
9926
9927 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9928 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
9929 nil during initialization, in order not to miss changes since the
9930 file was opened. (Bug#14140)
9931
9932 2013-04-05 Leo Liu <sdl.web@gmail.com>
9933
9934 * kmacro.el (kmacro-call-macro): Fix bug#14135.
9935
9936 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
9937
9938 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
9939
9940 2013-04-04 Glenn Morris <rgm@gnu.org>
9941
9942 * electric.el (electric-pair-inhibit-predicate): Add :version.
9943
9944 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9945
9946 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
9947 when a package is required several times (bug#14082).
9948
9949 2013-04-04 Roland Winkler <winkler@gnu.org>
9950
9951 * faces.el (read-face-name): Behave as promised by the docstring.
9952 Assume that arg default is a list of faces.
9953 (describe-face): Call read-face-name with list of default faces.
9954
9955 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9956
9957 * bookmark.el: Fix deletion of bookmarks (bug#13972).
9958 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
9959 (bookmark-bmenu-execute-deletions): Only skip first line if it's
9960 the header.
9961 (bookmark-exit-hook-internal): Save even if list is empty.
9962
9963 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
9964
9965 * emacs-lisp/package.el (package-pinned-packages): New var.
9966 (package--add-to-archive-contents): Obey it (bug#14118).
9967
9968 2013-04-03 Alan Mackenzie <acm@muc.de>
9969
9970 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
9971 Also adapt to the new values of element 7 of a parse state.
9972
9973 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
9974 parameter `not-in-delimiter'. Handle being inside comment opener.
9975 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
9976 character in case we're typing a '*' after a '/'.
9977 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
9978 instead by passing the parameter to c-state-pp-to-literal.
9979
9980 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
9981 for elt. 7 of a parse state.
9982
9983 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
9984
9985 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
9986 * international/latin1-disp.el, international/mule-util.el:
9987 * language/cyril-util.el, language/european.el, language/ind-util.el:
9988 * language/lao-util.el, language/thai.el, language/tibet-util.el:
9989 * language/tibetan.el, language/viet-util.el:
9990 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
9991
9992 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9993
9994 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
9995 (electric-pair-post-self-insert-function): Use it.
9996 (electric-pair-default-inhibit): New function, extracted from
9997 electric-pair-post-self-insert-function.
9998
9999 2013-03-31 Roland Winkler <winkler@gnu.org>
10000
10001 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
10002
10003 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10004
10005 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
10006
10007 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
10008
10009 Un-indent after "pass" and "return" statements (Bug#13888)
10010 * progmodes/python.el (python-indent-block-enders): New var.
10011 (python-indent-calculate-indentation): Use it.
10012
10013 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
10014
10015 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
10016 defun. Defining it as defalias could introduce too eager
10017 byte-compiler optimization. (Bug#14030)
10018
10019 2013-03-30 Chong Yidong <cyd@gnu.org>
10020
10021 * iswitchb.el (iswitchb-read-buffer): Fix typo.
10022
10023 2013-03-30 Leo Liu <sdl.web@gmail.com>
10024
10025 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
10026 (kmacro-execute-from-register): Pass the keyboard macro to
10027 kmacro-call-macro or repeating won't work correctly.
10028
10029 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
10030
10031 * progmodes/subword.el: Back to using `forward-symbol'.
10032
10033 * subr.el (forward-whitespace, forward-symbol)
10034 (forward-same-syntax): Move from thingatpt.el.
10035
10036 2013-03-29 Leo Liu <sdl.web@gmail.com>
10037
10038 * kmacro.el (kmacro-to-register): New command.
10039 (kmacro-execute-from-register): New function.
10040 (kmacro-keymap): Bind to 'x'. (Bug#14071)
10041
10042 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10043
10044 * mpc.el: Use defvar-local and setq-local.
10045 (mpc--proc-connect): Connection failures are not bugs.
10046 (mpc-mode-map): `follow-link' only applies to the buffer's content.
10047 (mpc-volume-map): Bind to the up-events.
10048
10049 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10050
10051 * progmodes/subword.el (superword-mode): Use `forward-sexp'
10052 instead of `forward-symbol'.
10053
10054 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10055
10056 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
10057 (edebug--recursive-edit): Use it.
10058 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
10059 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
10060
10061 2013-03-28 Leo Liu <sdl.web@gmail.com>
10062
10063 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
10064
10065 2013-03-27 Eli Zaretskii <eliz@gnu.org>
10066
10067 * facemenu.el (list-colors-callback): New defvar.
10068 (list-colors-redisplay): New function.
10069 (list-colors-display): Install list-colors-redisplay as the
10070 revert-buffer-function. (Bug#14063)
10071
10072 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10073
10074 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
10075 and suffixes don't overlap (bug#14061).
10076
10077 * case-table.el: Use lexical-binding.
10078 (case-table-get-table): New function.
10079 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
10080
10081 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
10082
10083 * progmodes/subword.el: Add `superword-mode' to do word motion
10084 over symbol_words (parallels and leverages `subword-mode' which
10085 does word motion inside MixedCaseWords).
10086
10087 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
10088
10089 * eshell/em-unix.el: Move su and sudo to...
10090 * eshell/em-tramp.el: ...Eshell tramp module.
10091
10092 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10093
10094 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
10095 Change return value to be a sexp. Delay `get-buffer' to after
10096 restoring the desktop (bug#13951).
10097
10098 2013-03-26 Leo Liu <sdl.web@gmail.com>
10099
10100 * register.el: Move semantic tag handling back to
10101 cedet/semantic/senator.el. (Bug#14052)
10102
10103 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10104
10105 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
10106 into the prompt either (bug#13963).
10107
10108 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10109
10110 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
10111 part of "(error-foo)".
10112
10113 2013-03-24 Juri Linkov <juri@jurta.org>
10114
10115 * replace.el (list-matching-lines-prefix-face): New defcustom.
10116 (occur-1): Pass `list-matching-lines-prefix-face' to the function
10117 `occur-engine' if `face-differs-from-default-p' returns t.
10118 (occur-engine): Add `,' inside backquote construct to evaluate
10119 `prefix-face'. Propertize the prefix with the `prefix-face' face.
10120 Pass `prefix-face' to the functions `occur-context-lines' and
10121 `occur-engine-add-prefix'.
10122 (occur-engine-add-prefix, occur-context-lines): Add optional arg
10123 `prefix-face' and propertize the prefix with `prefix-face'.
10124 (Bug#14017)
10125
10126 2013-03-24 Leo Liu <sdl.web@gmail.com>
10127
10128 * nxml/rng-valid.el (rng-validate-while-idle)
10129 (rng-validate-quick-while-idle): Guard against deleted buffer.
10130 (Bug#13999)
10131
10132 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
10133 is the last entry in kill-buffer-hook.
10134
10135 * files.el (kill-buffer-hook): Doc fix.
10136
10137 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
10138
10139 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
10140 Make it safe-local.
10141
10142 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
10143
10144 2013-03-23 Leo Liu <sdl.web@gmail.com>
10145
10146 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
10147 Remove.
10148
10149 * nxml/rng-valid.el (rng-validate-mode)
10150 (rng-after-change-function, rng-do-some-validation):
10151 * nxml/rng-maint.el (rng-validate-buffer):
10152 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
10153 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
10154 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
10155 (nxml-extend-after-change-region): Use with-silent-modifications.
10156
10157 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
10158 timer-idle-list.
10159
10160 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
10161 (rng-next-error-1, rng-previous-error-1): Do not let-bind
10162 timer-idle-list. (Bug#13999)
10163
10164 2013-03-23 Juri Linkov <juri@jurta.org>
10165
10166 * info.el (info-index-match): New face.
10167 (Info-index, Info-apropos-matches): Add a nested subgroup to the
10168 main pattern and add text properties with the new face to matches
10169 in index entries relative to the beginning of the index entry.
10170 (Bug#14015)
10171
10172 2013-03-21 Eric Ludlam <zappo@gnu.org>
10173
10174 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
10175 Inhibit read only while inserting objects.
10176
10177 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
10178
10179 * progmodes/cfengine.el: Update docs to mention
10180 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
10181 symbol motion. Remove "_" from the word syntax.
10182
10183 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
10184
10185 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
10186 syntax for both `cfengine2-mode' and `cfengine3-mode'.
10187
10188 2013-03-20 Juri Linkov <juri@jurta.org>
10189
10190 * info.el (Info-next-reference-or-link)
10191 (Info-prev-reference-or-link): New functions.
10192 (Info-next-reference, Info-prev-reference): Use them.
10193 (Info-try-follow-nearest-node): Handle footnote navigation.
10194 (Info-fontify-node): Fontify footnotes. (Bug#13989)
10195
10196 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10197
10198 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
10199 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
10200
10201 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
10202
10203 Suppress unnecessary non-ASCII chatter during build process.
10204 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
10205 (batch-skkdic-convert): Suppress most of the chatter.
10206 It's not needed so much now that machines are faster,
10207 and its non-ASCII component was confusing; see Dmitry Gutov in
10208 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
10209
10210 2013-03-20 Leo Liu <sdl.web@gmail.com>
10211
10212 * ido.el (ido-chop): Fix bug#10994.
10213
10214 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10215
10216 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
10217 Remove vars.
10218 (whitespace-color-on, whitespace-color-off):
10219 Use `font-lock-fontify-buffer' (Bug#13817).
10220
10221 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10222
10223 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
10224 remapping in mode-line.
10225 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
10226
10227 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10228
10229 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
10230 value for `whitespace-line' face (Bug#13875).
10231 (whitespace-font-lock-keywords): Change description.
10232 (whitespace-color-on): Don't save `font-lock-keywords' value, save
10233 the constructed keywords instead.
10234 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
10235
10236 2013-03-19 Leo Liu <sdl.web@gmail.com>
10237
10238 * progmodes/compile.el (compilation-display-error): New command.
10239 (compilation-mode-map, compilation-minor-mode-map): Bind it to
10240 C-o. (Bug#13992)
10241
10242 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10243
10244 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
10245
10246 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
10247
10248 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
10249
10250 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
10251
10252 * net/tramp-compat.el (tramp-compat-user-error): New defun.
10253
10254 * net/tramp-adb.el (tramp-adb-handle-shell-command):
10255 * net/tramp-gvfs.el (top):
10256 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
10257 (tramp-handle-shell-command): Use it.
10258 (tramp-dissect-file-name): Raise an error when hostname is a
10259 method name, and neither method nor user is specified.
10260
10261 * net/trampver.el: Update release number.
10262
10263 2013-03-18 Leo Liu <sdl.web@gmail.com>
10264
10265 Make sure eldoc can be turned off properly.
10266 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
10267 eldoc-mode.
10268 (eldoc-display-message-p): Revert last change.
10269 (eldoc-display-message-no-interference-p)
10270 (eldoc-print-current-symbol-info): Tweak.
10271
10272 2013-03-18 Tassilo Horn <tsdh@gnu.org>
10273
10274 * doc-view.el (doc-view-new-window-function): Check the new window
10275 overlay's display property instead the char property of the
10276 buffer's first char. Use `with-selected-window' instead of
10277 `save-window-excursion' with `select-window'.
10278 (doc-view-document->bitmap): Check the current doc-view overlay's
10279 display property instead the char property of the buffer's first char.
10280
10281 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10282
10283 Automate the build of ja-dic.el (Bug#13984).
10284 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
10285 from the input, rather than assume that it's been done for us by the
10286 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
10287 the current date into a ja-dic.el comment, as that complicates
10288 regression testing.
10289
10290 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
10291
10292 * whitespace.el: Fix double evaluation.
10293 (whitespace-space, whitespace-hspace, whitespace-tab)
10294 (whitespace-newline, whitespace-trailing, whitespace-line)
10295 (whitespace-space-before-tab, whitespace-indentation)
10296 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
10297 obsolete defvars.
10298 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
10299 (whitespace-color-on): Use a single font-lock-add-keywords call.
10300 Fix double-evaluation of face variables.
10301
10302 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
10303
10304 * net/tramp-adb.el (tramp-adb-parse-device-names):
10305 Use `start-process' instead of `call-process'. Otherwise, the
10306 function might be blocked under MS Windows. (Bug#13299)
10307
10308 2013-03-17 Leo Liu <sdl.web@gmail.com>
10309
10310 Extend eldoc to display info in the mode-line. (Bug#13978)
10311 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
10312 (eldoc-mode-line-string): New variable.
10313 (eldoc-minibuffer-message): New function.
10314 (eldoc-message-function): New variable.
10315 (eldoc-message): Use it.
10316 (eldoc-display-message-p)
10317 (eldoc-display-message-no-interference-p):
10318 Support eldoc-post-insert-mode.
10319
10320 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
10321 (eval-expression): Run it.
10322
10323 2013-03-17 Roland Winkler <winkler@gnu.org>
10324
10325 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
10326 strings in the list of return values.
10327
10328 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
10329
10330 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
10331 radix before checking for HMS forms.
10332
10333 2013-03-16 Leo Liu <sdl.web@gmail.com>
10334
10335 * progmodes/scheme.el: Add indentation and font-locking for λ.
10336 (Bug#13975)
10337
10338 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
10341 token before point (bug#13942).
10342
10343 2013-03-16 Leo Liu <sdl.web@gmail.com>
10344
10345 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
10346
10347 2013-03-16 Eli Zaretskii <eliz@gnu.org>
10348
10349 * startup.el (command-line-normalize-file-name): Fix handling of
10350 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
10351 <xfq.free@gmail.com> in
10352 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
10353
10354 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
10355
10356 Sync with Tramp 2.2.7.
10357
10358 * net/trampver.el: Update release number.
10359
10360 2013-03-14 Tassilo Horn <tsdh@gnu.org>
10361
10362 * doc-view.el: Fix bug#13887.
10363 (doc-view-insert-image): Don't modify overlay associated to
10364 non-live windows, and implement horizontal centering of image in
10365 case it's smaller than the window.
10366 (doc-view-new-window-function): Force redisplay of new windows on
10367 doc-view buffers.
10368
10369 2013-03-13 Karl Fogel <kfogel@red-bean.com>
10370
10371 * saveplace.el (save-place-alist-to-file): Don't sort
10372 `save-place-alist', just pretty-print it (bug#13882).
10373
10374 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
10375
10376 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
10377 Check whether `default-file-name-coding-system' is bound.
10378 It isn't in XEmacs.
10379
10380 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10381
10382 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
10383 backquotes for `obsolete' (bug#13929).
10384
10385 * international/mule.el (find-auto-coding): Include file name in
10386 obsolescence warning (bug#13922).
10387
10388 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
10389
10390 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
10391 for CFEngine 3-specific indentation.
10392 (cfengine3-indent-line): Use it. Fix up category regex.
10393 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
10394
10395 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10396
10397 * type-break.el (type-break-file-name):
10398 * textmodes/remember.el (remember-data-file):
10399 * strokes.el (strokes-file):
10400 * shadowfile.el (shadow-initialize):
10401 * saveplace.el (save-place-file):
10402 * ps-bdf.el (bdf-cache-file):
10403 * progmodes/idlwave.el (idlwave-config-directory):
10404 * net/quickurl.el (quickurl-url-file):
10405 * international/kkc.el (kkc-init-file-name):
10406 * ido.el (ido-save-directory-list-file):
10407 * emulation/viper.el (viper-custom-file-name):
10408 * emulation/vip.el (vip-startup-file):
10409 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
10410 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
10411
10412 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
10413
10414 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
10415 * language/thai-word.el: Switch to UTF-8.
10416
10417 See ChangeLog.16 for earlier changes.
10418
10419 ;; Local Variables:
10420 ;; coding: utf-8
10421 ;; End:
10422
10423 Copyright (C) 2011-2013 Free Software Foundation, Inc.
10424
10425 This file is part of GNU Emacs.
10426
10427 GNU Emacs is free software: you can redistribute it and/or modify
10428 it under the terms of the GNU General Public License as published by
10429 the Free Software Foundation, either version 3 of the License, or
10430 (at your option) any later version.
10431
10432 GNU Emacs is distributed in the hope that it will be useful,
10433 but WITHOUT ANY WARRANTY; without even the implied warranty of
10434 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10435 GNU General Public License for more details.
10436
10437 You should have received a copy of the GNU General Public License
10438 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.