Implement log-edit-kill-buffer
[bpt/emacs.git] / lisp / ChangeLog
1 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
2
3 * vc/log-edit.el (log-edit-mode-map): Add binding for
4 `log-edit-kill-biffer'.
5 (log-edit-hide-buf): Add a FIXME comment.
6 (log-edit-add-new-comment): New function, extracted from
7 `log-edit-done'.
8 (log-edit-done, log-edit-add-to-changelog): Use it.
9 (log-edit-kill-buffer): New command.
10
11 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12
13 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
14 instead of killing the buffer.
15
16 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
19
20 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
21
22 * net/eww.el (eww-form-checkbox-selected-symbol)
23 (eww-form-checkbox-symbol): New customizable variable.
24 (eww-form-checkbox, eww-toggle-checkbox):
25 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
26
27 * net/shr.el (shr-prefer-media-type-alist): : New customizable variable.
28 (shr--get-media-pref, shr--extract-best-source): New function.
29 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
30 no :src tag was specified.
31
32 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
33 (eww-render): Handle `eww-use-external-browser-for-content-type'.
34 Use \\` to match beginning of string instead of ^.
35 (eww-browse-with-external-browser): Provide optional URL parameter.
36 (eww-render): Set `eww-current-title' back to "".
37
38 * net/shr.el (shr-tag-video): Display content for video if no
39 poster is available.
40 (shr-tag-audio): Add support for <audio> tag.
41
42 * net/eww.el (eww-text-input-types): : New const.
43 (eww-process-text-input): Treat input types in
44 `eww-text-input-types' as text.
45
46 * net/shr.el (shr-tag-table): Fix comment typo.
47
48 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
49
50 * net/eww.el (eww-follow-link): New command to avoid reloading
51 pages when we follow #target links (bug#15243).
52 (eww-quit): Special mode buffers shouldn't query before exiting.
53
54 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
55
56 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
57 forms.
58
59 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
60
61 * net/eww.el (eww-restore-history): Update the window title after
62 moving in the history.
63 (eww-current-dom): New variable used to save the current DOM.
64
65 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
66
67 * vc/log-edit.el (log-edit-mode-map): Add binding for
68 `log-edit-beginning-of-line'.
69 (log-edit-setup-add-author): New user option.
70 (log-edit-beginning-of-line): New command.
71 (log-edit): Move major mode call above the contents setup so that
72 the local variable values are already applied.
73 (log-edit): Only insert "Author: " when
74 `log-edit-setup-add-author' is non-nil.
75 (log-edit): When SETUP is non-nil, position point after ": "
76 instead of point-min.
77
78 2013-12-01 Glenn Morris <rgm@gnu.org>
79
80 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
81
82 2013-11-30 Eli Zaretskii <eliz@gnu.org>
83
84 * startup.el (fancy-splash-frame): On MS-Windows, trigger
85 redisplay to make sure the initial frame gets a chance to become
86 visible. (Bug#16014)
87
88 2013-11-30 Martin Rudalics <rudalics@gmx.at>
89
90 Support resizing frames and windows pixelwise.
91 * cus-start.el (frame-resize-pixelwise)
92 (window-resize-pixelwise): New entries.
93 * emacs-lisp/debug.el (debug): Use window-total-height instead
94 of window-total-size.
95 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
96 * help.el (describe-bindings-internal): Call help-buffer
97 (temp-buffer-max-width): New option.
98 (resize-temp-buffer-window, help-window-setup)
99 (with-help-window): Rewrite.
100 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
101 dragging dividers.
102 * window.el (frame-char-size, window-min-pixel-height)
103 (window-safe-min-pixel-height, window-safe-min-pixel-width)
104 (window-min-pixel-width, window-safe-min-pixel-size)
105 (window-combination-p, window-safe-min-size)
106 (window-resizable-p, window--size-to-pixel)
107 (window--pixel-to-size, window--resize-apply-p): New functions.
108 (window-safe-min-height): Fix doc-string.
109 (window-size, window-min-size, window--min-size-1)
110 (window-sizable, window-sizable-p, window--min-delta-1)
111 (window-min-delta, window--max-delta-1, window-max-delta)
112 (window--resizable, window--resizable-p, window-resizable)
113 (window-full-height-p, window-full-width-p, window-at-side-p)
114 (window--in-direction-2, window-in-direction)
115 (window--resize-reset-1, window--resize-mini-window)
116 (window-resize, window-resize-no-error)
117 (window--resize-child-windows-normal)
118 (window--resize-child-windows, window--resize-siblings)
119 (window--resize-this-window, window--resize-root-window)
120 (window--resize-root-window-vertically)
121 (adjust-window-trailing-edge, enlarge-window, shrink-window)
122 (maximize-window, minimize-window, delete-window)
123 (quit-restore-window, window-split-min-size, split-window)
124 (balance-windows-2, balance-windows)
125 (balance-windows-area-adjust, balance-windows-area)
126 (window--state-get-1, window-state-get, window--state-put-1)
127 (window--state-put-2, window-state-put)
128 (display-buffer-record-window, window--display-buffer):
129 Make functions handle pixelwise sizing of windows.
130 (display-buffer--action-function-custom-type)
131 (display-buffer-fallback-action):
132 Add display-buffer-in-previous-window.
133 (display-buffer-use-some-window): Resize window to height it had
134 before.
135 (fit-window-to-buffer-horizontally): New option.
136 (fit-frame-to-buffer): Describe new values.
137 (fit-frame-to-buffer-bottom-margin): Replace with
138 fit-frame-to-buffer-margins.
139 (window--sanitize-margin): New function.
140 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
141 using window-text-pixel-size.
142
143 2013-11-30 Glenn Morris <rgm@gnu.org>
144
145 * emacs-lisp/bytecomp.el (byte-compile-form):
146 Make the `interactive-only' warning like the `obsolete' one.
147 * comint.el (comint-run):
148 * files.el (insert-file-literally, insert-file):
149 * replace.el (replace-string, replace-regexp):
150 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
151 (goto-line, insert-buffer, next-line, previous-line):
152 Tweak `interactive-only' spec.
153
154 Stop keeping (most) generated cedet grammar files in the repository.
155 * Makefile.in (semantic): New.
156 (compile-main): Depend on semantic.
157
158 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
159
160 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
161 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
162
163 * uniquify.el (uniquify-buffer-name-style): Change default.
164
165 * loadup.el: Preload "uniquify".
166
167 * time.el (display-time-update): Update all mode lines (bug#15999).
168
169 * electric.el (electric-indent-mode): Enable by default.
170 * loadup.el: Preload "electric".
171
172 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
173
174 * emacs-lisp/helpers.el (string-empty-p): New function.
175 (string-blank-p): New function.
176
177 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
178
179 * imenu.el (imenu--index-alist): Add missing dot to the docstring
180 (Bug#14029).
181
182 2013-11-29 Andreas Politz <politza@fh-trier.de>
183 * imenu.el (imenu--subalist-p): Don't error on non-conses and
184 allow non-lambda lists as functions.
185 (imenu--in-alist): Don't recurse into non-subalists.
186 (imenu): Don't pass function itself as an argument (Bug#14029).
187
188 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
189
190 * progmodes/python.el (python-mode-map): Remove binding for ":".
191 (python-indent-electric-colon): Remove command.
192 (python-indent-post-self-insert-function): Integrate the previous code
193 of python-indent-electric-colon. Make it conditional on
194 electric-indent-mode.
195 (python-mode): Add ?: to electric-indent-chars.
196 Move python-indent-post-self-insert-function to the end of
197 post-self-insert-hook.
198
199 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * doc-view.el (doc-view-goto-page): Update mode-line.
202
203 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
204
205 2013-11-27 Glenn Morris <rgm@gnu.org>
206
207 * international/charprop.el, international/uni-bidi.el:
208 * international/uni-category.el, international/uni-combining.el:
209 * international/uni-comment.el, international/uni-decimal.el:
210 * international/uni-decomposition.el, international/uni-digit.el:
211 * international/uni-lowercase.el, international/uni-mirrored.el:
212 * international/uni-name.el, international/uni-numeric.el:
213 * international/uni-old-name.el, international/uni-titlecase.el:
214 * international/uni-uppercase.el:
215 Remove generated files from VCS repository.
216
217 2013-11-27 Eli Zaretskii <eliz@gnu.org>
218
219 * filenotify.el (file-notify-add-watch): Don't special-case
220 w32notify when computing the directory to watch.
221
222 2013-11-27 Glenn Morris <rgm@gnu.org>
223
224 Make bootstrap without generated uni-*.el files possible again.
225 * loadup.el: Update command-line-args checking for unidata-gen.
226 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
227 * composite.el, international/characters.el:
228 Handle unicode tables being undefined.
229
230 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
231 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
232 (compile-main): Depend on leim rule.
233 (leim): New rule.
234 * loadup.el: Move leim-list.el to leim/ subdirectory.
235 * startup.el (normal-top-level): No more leim directory.
236 * international/ja-dic-cnv.el (skkdic-convert):
237 Disable version-control and autoloads in output files.
238 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
239 Disable version-control and autoloads in output files.
240 * leim/quail: Move here from ../leim.
241 * leim/quail/hangul.el (hangul-input-method-activate):
242 Add autoload cookie.
243 (generated-autoload-load-name): Set file-local value.
244 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
245 (generated-autoload-load-name): Set file-local value.
246
247 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com> (tiny change)
248
249 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
250 (eww-add-bookmark): ask confirmation when add to bookmarks
251 (eww-quit): ask confirmation before quitting eww
252
253 2013-11-26 Eli Zaretskii <eliz@gnu.org>
254
255 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
256 reading output from Diff on MS-Windows and MS-DOS.
257
258 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
259
260 * emacs-lisp/helpers.el (string-reverse): New function.
261
262 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
263
264 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
265 names on MS Windows, like "/[::1]:".
266
267 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
268 SWITCHES.
269
270 2013-11-26 Glenn Morris <rgm@gnu.org>
271
272 * progmodes/python.el (python-indent-guess-indent-offset):
273 Avoid corner-case error. (Bug#15975)
274
275 Preload leim-list.el. (Bug#4789)
276 * loadup.el: Load leim-list.el when found.
277 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
278
279 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
280
281 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
282
283 * emacs-lisp/helpers.el (string-join): New function.
284
285 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
286
287 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
288 Mark as obsolete and replace it with a symbol property.
289 (byte-compile-form): Use new 'interactive-only property.
290 * comint.el, files.el, replace.el, simple.el:
291 Apply new 'interactive-only properly.
292
293 2013-11-25 Martin Rudalics <rudalics@gmx.at>
294
295 * window.el (display-buffer-at-bottom): Make sure that
296 split-window-sensibly creates the new window on bottom
297 (Bug#15961).
298
299 2013-11-23 David Kastrup <dak@gnu.org>
300
301 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
302 on the conflict markers when available.
303 (smerge--get-marker): New function.
304 (smerge-end-re, smerge-base-re): Add subgroup.
305
306 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
307
308 * frame.el (handle-focus-in, handle-focus-out): Add missing
309 interactive spec.
310
311 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
312
313 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
314 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
315
316 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
317
318 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
319 (gomoku--last-pos): New var.
320 (gomoku--intangible-chars): New const.
321 (gomoku--intangible): New function.
322 (gomoku-mode): Use it. Derive from special-mode.
323 (gomoku-move-up): Adjust line count.
324 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
325 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
326 Simplify accordingly.
327
328 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
329 Remove blink-cursor code.
330 (blink-cursor-timer-function, blink-cursor-suspend):
331 Don't special-case GUIs.
332 (blink-cursor-mode): Use focus-in/out-hook.
333
334 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
335
336 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
337 work when annotation is invisible (Bug#13886).
338
339 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
340
341 * json.el (json-alist-p): Only return non-nil if the alist has
342 simple keys (Bug#13518).
343
344 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
345
346 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
347 when control-statement is the first statement in a buffer (Bug#15956).
348
349 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
350
351 * imenu.el (imenu-generic-skip-comments-and-strings):
352 New option (Bug#15560).
353 (imenu--generic-function): Use it.
354
355 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
356
357 * minibuffer.el (completion--in-region-1): Scroll the correct
358 window. (Bug#13898)
359
360 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
361
362 * emacs-lisp/helpers.el: Add some string helpers.
363 (string-trim-left): Removes leading whitespace.
364 (string-trim-right): Removes trailing whitespace.
365 (string-trim): Removes leading and trailing whitespace.
366
367 * subr.el (string-suffix-p): New function.
368
369 2013-11-23 Glenn Morris <rgm@gnu.org>
370
371 * progmodes/python.el (python-shell-send-file):
372 Add option to delete file when done. (Bug#15647)
373 (python-shell-send-string, python-shell-send-region): Use it.
374
375 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
376
377 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
378 to set buffer-read-only to t, never to nil. (Bug#15938)
379
380 * textmodes/tex-mode.el (latex-noindent-environments):
381 Add safe-local-variable property. (Bug#15936)
382
383 2013-11-23 Glenn Morris <rgm@gnu.org>
384
385 * textmodes/enriched.el (enriched-mode): Doc fix.
386 * emacs-lisp/authors.el (authors-renamed-files-alist):
387 Add enriched.doc -> enriched.txt.
388
389 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
390
391 2013-11-22 Leo Liu <sdl.web@gmail.com>
392
393 * progmodes/octave.el (inferior-octave-startup): Spit out error
394 message.
395
396 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
397
398 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
399 Improve docstring.
400 Add :version.
401 (ruby-encoding-magic-comment-style): Add :version.
402
403 2013-11-22 Leo Liu <sdl.web@gmail.com>
404
405 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
406 (Bug#15076)
407 (octave-help-mode): Adapt to change to help-mode-finish to use
408 derived-mode-p on 2013-09-17.
409 (inferior-octave-prompt): Also match octave-gui.
410 (octave-kill-process): Don't ask twice. (Bug#10564)
411
412 2013-11-22 Leo Liu <sdl.web@gmail.com>
413
414 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
415 (inferior-octave-startup, inferior-octave-check-process)
416 (inferior-octave-track-window-width-change)
417 (octave-completion-at-point, octave-eldoc-function): Use it.
418 (octave-kill-process): Provide confirmation. (Bug#10564)
419
420 2013-11-21 Leo Liu <sdl.web@gmail.com>
421
422 * progmodes/octave.el (octave-mode, inferior-octave-mode):
423 Fix obsolete variable comment-use-global-state.
424
425 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
426
427 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
428 Add `octave-source-file'.
429 (octave-source-file): New function. (Bug#15935)
430
431 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
432
433 * net/eww.el (eww-local-regex): New variable.
434 (eww): Use it to detect localhost and similar.
435
436 2013-11-21 Leo Liu <sdl.web@gmail.com>
437
438 Add completion for command `ag'.
439 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
440 (pcomplete/ag): New function.
441 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
442
443 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
444
445 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
446 (bug#14646).
447 (make-obsolete): Remove interactive spec.
448
449 2013-11-21 Glenn Morris <rgm@gnu.org>
450
451 * startup.el (command-line-1): Use path-separator with -L.
452
453 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
454
455 * emacs-lisp/package.el (describe-package-1): Add package archive
456 to shown fields.
457
458 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
459
460 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
461 Change default to "# encoding: %s" to differentiate it from the
462 default Ruby encoding comment template.
463
464 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
465
466 * ses.el (ses-mode): Doc fix. (Bug#14748)
467
468 2013-11-20 Leo Liu <sdl.web@gmail.com>
469
470 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
471
472 2013-11-19 Dan Nicolaescu <dann@gnu.org>
473
474 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
475 when rebase or bisect are in progress.
476
477 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
478
479 * filenotify.el (file-notify-add-watch): Doc fix.
480
481 2013-11-19 Leo Liu <sdl.web@gmail.com>
482
483 * obsolete/rcompile.el: Mark obsolete.
484
485 * progmodes/compile.el (compilation-start)
486 (compilation-goto-locus, compilation-find-file):
487 Pass no-display-ok and handle nil value from display-buffer.
488 (Bug#13594)
489
490 * window.el (display-buffer-alist, display-buffer): Document the
491 new parameter no-display-ok.
492
493 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * electric.el (electric-indent-mode-map): Remove.
496 (electric-indent-mode): Change the global-map instead (bug#15915).
497
498 * textmodes/text-mode.el (paragraph-indent-minor-mode):
499 Use add-function.
500
501 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
502
503 * emacs-lisp/nadvice.el (remove-function): Align with
504 add-function's behavior.
505
506 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
507 (gdb--string-regexp): New constant.
508 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
509 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
510 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
511 submatch 1.
512 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
513 Adjust use accordingly.
514 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
515
516 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
517
518 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
519 interpolation curlies (Bug#15914).
520
521 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
522
523 * calc/calc.el (calc-context-sensitive-enter): New variable.
524 (calc-enter): Use `calc-context-sensitive-enter'.
525
526 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
527
528 * progmodes/cfengine.el: Version bump.
529 (cfengine-cf-promises): New defcustom to locate cf-promises.
530 (cfengine3-vartypes): Add new "data" type.
531 (cfengine3--current-word): New function to get current name-like
532 word or its bounds.
533 (cfengine3--current-function): New function to look up a CFEngine
534 function's definition.
535 (cfengine3-format-function-docstring): New function.
536 (cfengine3-make-syntax-cache): New function.
537 (cfengine3-documentation-function): New function: ElDoc glue.
538 (cfengine3-completion-function): New function: completion glue.
539 (cfengine3-mode): Set `compile-command',
540 `eldoc-documentation-function', and add to
541 `completion-at-point-functions'.
542
543 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
544
545 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
546 `tramp-current-connection'.
547
548 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
549
550 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
551 nil/self/true/false with "end of symbol".
552
553 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
554
555 * subr.el (version-regexp-alist): Fix a typo.
556
557 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
558
559 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
560 "en_US.utf8" and "LC_CTYPE" to "".
561 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
562 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
563
564 2013-11-15 Leo Liu <sdl.web@gmail.com>
565
566 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
567
568 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
569
570 * progmodes/gud.el (ctl-x-map):
571 Remove C-x SPC binding. (Bug#12342)
572 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
573
574 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
575
576 * subr.el (version-regexp-alist):
577 Recognize hg, svn and darcs versions as snapshot versions.
578
579 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
580 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
581 (ruby--encoding-comment-required-p): Extract from
582 `ruby-mode-set-encoding'.
583 (ruby-mode-set-encoding): Add the ability to always insert an
584 utf-8 encoding comment. Fix and simplify coding comment update
585 logic.
586
587 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
588
589 * net/tramp-gvfs.el (top): Run init code only when
590 `tramp-gvfs-enabled' is not nil.
591 (tramp-gvfs-enabled): Check also :system bus.
592
593 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
594
595 Sync with upstream verilog-mode revision 78e66ba.
596 * progmodes/verilog-mode.el (verilog-end-of-defun)
597 (verilog-type-completion, verilog-get-list): Remove unused funcs.
598 (verilog-get-end-of-defun): Remove unused argument.
599 (verilog-comment-depth): Remove unused local `e'.
600 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
601 Don't pass arg to verilog-get-end-of-defun.
602
603 2013-11-14 Glenn Morris <rgm@gnu.org>
604
605 * obsolete/assoc.el (aget): Prefix dynamic variable.
606
607 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
608
609 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
610
611 * widget.el, hfy-cmap.el: Remove bogus package version number.
612
613 2013-11-13 Glenn Morris <rgm@gnu.org>
614
615 * replace.el (replace-eval-replacement):
616 Try to give more helpful error message. (Bug#15836)
617
618 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
619 (archive-7z-update): Avoid custom type mismatches.
620
621 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
622
623 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
624
625 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
626 address can be empty.
627
628 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
629 Accept nil SWITCHES.
630 (tramp-gvfs-handle-write-region): Implement APPEND.
631
632 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
633
634 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
635 binary "|" operator and closing block args delimiter.
636 Remove FIXME comment referring to Ruby 1.8-only syntax.
637 (ruby-smie--implicit-semi-p): Not after "|" operator.
638 (ruby-smie--closing-pipe-p): New function.
639 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
640 (ruby-smie-rules): Indent after "|".
641
642 2013-11-12 Glenn Morris <rgm@gnu.org>
643
644 * ps-print.el (ps-face-attribute-list):
645 Handle anonymous faces. (Bug#15827)
646
647 2013-11-12 Martin Rudalics <rudalics@gmx.at>
648
649 * window.el (display-buffer-other-frame): Fix doc-string.
650 (Bug#15868)
651
652 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 * subr.el (force-mode-line-update): Delete, move to buffer.c.
655
656 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
657
658 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
659 (tramp-sh-handle-file-local-copy): Don't write a message when
660 saving temporary files.
661
662 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
663 both directories are remote.
664 (tramp-smb-handle-directory-files): Do not return double entries.
665 Do not expand full file names.
666 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
667 (tramp-smb-handle-write-region): Implement APPEND.
668 (tramp-smb-get-stat-capability): Fix a stupid bug.
669
670 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
671
672 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
673
674 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
675
676 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
677 throwing error over malformed let/let* (bug#15814).
678
679 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * iswitchb.el (iswitchb-mode): Mark obsolete.
682
683 2013-11-11 Glenn Morris <rgm@gnu.org>
684
685 * international/uni-bidi.el, international/uni-category.el:
686 * international/uni-name.el, international/uni-numeric.el:
687 Regenerate for Unicode 6.3.0.
688
689 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
690
691 * net/tramp.el (tramp-methods):
692 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
693 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
694
695 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
696
697 * progmodes/sh-script.el (sh-font-lock-keywords-var):
698 Force highlighting text after Summary keyword in doc face for rpm.
699
700 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
701
702 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
703 available and the word has no wildcards, append one to the grep pattern.
704 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
705 (ispell-complete-word): Call `ispell-lookup-words' with the value
706 independent of `ispell-look-p'.
707
708 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
709
710 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
711 Not after "||".
712 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
713 their parent.
714
715 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
718 (ruby-font-lock-keywords): Use backquote.
719
720 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
721
722 * progmodes/ruby-mode.el (ruby-smie--forward-token)
723 (ruby-smie--backward-token): Only consider full-string matches.
724
725 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
726
727 * faces.el (describe-face): Add distant-foreground.
728
729 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
730
731 * progmodes/ruby-mode.el: Improve encoding comment handling.
732 (ruby-encoding-magic-comment-style): New option.
733 (ruby-custom-encoding-magic-comment-template): New option.
734 (ruby--insert-coding-comment, ruby--detect-encoding):
735 New functions extracted from `ruby-mode-set-encoding'.
736 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
737 to control the style of the auto-inserted encoding comment.
738
739 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
740
741 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
742 Use `smie-backward-sexp' with token argument.
743
744 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
745
746 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
747 Remove instrumentation code.
748
749 2013-11-08 Glenn Morris <rgm@gnu.org>
750
751 * progmodes/autoconf.el (autoconf-mode):
752 Tweak comment-start-skip. (Bug#15822)
753
754 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
755
756 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
757 at bobp (bug#15826).
758 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
759
760 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
761
762 * man.el (Man-start-calling): New macro, extracted from
763 Man-getpage-in-background.
764 (Man-getpage-in-background): Use it.
765 (Man-update-manpage): New command.
766 (Man-mode-map): Bind it.
767
768 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
769
770 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
771 of "and", "or", "&&" and "||".
772 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
773 argument. Prohibit opening curly brace because it could only be a
774 block opener in that position.
775 (ruby-smie--forward-token, ruby-smie--backward-token):
776 Separate "|" from "&" or "*" going after it. That can happen in block
777 arguments.
778 (ruby-smie--indent-to-stmt): New function, seeks the end of
779 previous statement or beginning of buffer.
780 (ruby-smie-rules): Use it.
781 (ruby-smie-rules): Check if there's a ":" before a curly block
782 opener candidate; if there is, it's a hash.
783
784 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
785
786 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
787 (cl--block-wrapper): Fix last accidental change.
788
789 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
790
791 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
792 Instrument, in order to hunt failure on hydra.
793
794 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
795
796 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
797 malformed bindings form (bug#15814).
798
799 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
800
801 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
802 "." compared to " @ ". This incidentally fixes some indentation
803 examples with "do".
804 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
805 (ruby-smie-grammar): New tokens: "and" and "or".
806 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
807 Exclude "and" and "or". Remove "do" in order to work around token
808 priorities.
809 (ruby-smie-rules): Add all infix tokens. Handle the case of
810 beginning-of-buffer.
811
812 2013-11-06 Glenn Morris <rgm@gnu.org>
813
814 * Makefile.in (setwins_almost, setwins_for_subdirs):
815 Avoid accidental matches.
816
817 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * menu-bar.el (popup-menu): Use key-binding.
820
821 2013-11-06 Eli Zaretskii <eliz@gnu.org>
822
823 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
824 menus, support also the menus produced by minor modes.
825 (Bug#15817)
826
827 2013-11-06 Leo Liu <sdl.web@gmail.com>
828
829 * thingatpt.el (thing-at-point-looking-at): Add optional arg
830 DISTANCE to bound the search. All uses changed. (Bug#15808)
831
832 2013-11-06 Glenn Morris <rgm@gnu.org>
833
834 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
835 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
836 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
837
838 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
839
840 * electric.el (electric-indent-just-newline): New command.
841 (electric-indent-mode-map): New keymap.
842 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
843 Re-add :group which weren't redundant.
844
845 * electric.el (electric-indent-local-mode): New minor mode.
846 (electric-indent-functions-without-reindent): New var.
847 (electric-indent-post-self-insert-function): Use it.
848 * emacs-lisp/gv.el (buffer-local-value): Add setter.
849
850 2013-11-05 Eli Zaretskii <eliz@gnu.org>
851
852 * international/quail.el (quail-help): Be more explicit about the
853 meaning of the labels shown on the keys. (Bug#15800)
854
855 * startup.el (normal-top-level): Load the subdirs.el files before
856 setting the locale environment. (Bug#15805)
857
858 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
859
860 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
861 via arguments so as to get the right ones (bug#15418).
862
863 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
864
865 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
866
867 Fix problems found while writing a test suite.
868
869 * net/tramp-compat.el (tramp-compat-load): New defun.
870 * net/tramp.el (tramp-handle-load): Use it.
871
872 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
873 "(numberp ok-if-already-exists)" correctly.
874
875 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
876
877 * international/characters.el (glyphless-char-display-control):
878 Add usage note.
879
880 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
881
882 * progmodes/python.el (python-mode):
883 * progmodes/scheme.el (scheme-mode):
884 * progmodes/prolog.el (prolog-mode):
885 * progmodes/ruby-mode.el (ruby-mode):
886 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
887 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
888
889 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 * rect.el (rectangle--highlight-for-redisplay):
892 * emacs-lisp/smie.el (smie--next-indent-change):
893 Use buffer-chars-modified-tick.
894
895 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
896
897 * electric.el (electric-indent-post-self-insert-function):
898 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
899
900 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
901
902 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
903
904 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
905
906 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
907 (bug#15786).
908
909 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
912
913 * progmodes/python.el: Fix up last change.
914 (python-shell--save-temp-file): New function.
915 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
916 `string' comes from the current buffer.
917 (python-shell-send-string-no-output): Remove `msg' arg.
918 (python--use-fake-loc): New var.
919 (python-shell-buffer-substring): Obey it. Try to compensate for the
920 extra coding line added by python-shell--save-temp-file.
921 (python-shell-send-region): Use python-shell--save-temp-file and
922 python-shell-send-file directly. Add `nomain' argument.
923 (python-shell-send-buffer): Use python-shell-send-region.
924 (python-electric-pair-string-delimiter): New function.
925 (python-mode): Use it.
926
927 2013-11-04 Eli Zaretskii <eliz@gnu.org>
928
929 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
930 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
931 environment and decoding all of the default-directory's to here
932 from command-line.
933 (command-line): Decode also argv[0].
934
935 * loadup.el: Error out if default-directory is a multibyte string
936 when we are dumping.
937
938 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
939
940 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
941
942 * emacs-lisp/package.el (package-menu-mode)
943 (package-menu--print-info, package-menu--archive-predicate):
944 Add Archive column to package list.
945
946 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
947
948 Fix problems found while writing a test suite.
949
950 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
951 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
952 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
953 to nil when running original file name handler. Otherwise,
954 there are problems with constructs like "$$FOO".
955
956 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
957 for `localname'.
958
959 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
960
961 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
962
963 * subr.el (version<, version<=, version=):
964 Update docstrings with information for snapshot versions.
965
966 * helpers.el: New library for misc helper functions.
967 (hash-table-keys): New function returning a list of hash keys.
968 (hash-table-values): New function returning a list of hash values.
969
970 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
971
972 * progmodes/ruby-mode.el (ruby-smie--forward-token)
973 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
974
975 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
976
977 * textmodes/fill.el (fill-single-char-nobreak-p): New function
978 checking whether point is after a 1-letter word.
979
980 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
981
982 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
983 Don't infloop when expanding region over `multiline' syntax-type that
984 begins a line (bug#15778).
985
986 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
987
988 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
989 Make it into a proper minor mode.
990 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
991 (rectangle-mark-mode-map): New keymap.
992 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
993
994 2013-11-04 Glenn Morris <rgm@gnu.org>
995
996 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
997
998 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
999
1000 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
1001 (ruby-smie-rules): Use smie-rule-parent instead.
1002
1003 * emacs-lisp/smie.el (smie-rule-parent): Always call
1004 smie-indent-virtual rather than only for hanging tokens.
1005 (smie--next-indent-change): New helper command.
1006
1007 2013-11-03 Glenn Morris <rgm@gnu.org>
1008
1009 * Makefile.in (abs_srcdir): Remove.
1010 (emacs): Unset EMACSLOADPATH.
1011
1012 2013-11-02 Glenn Morris <rgm@gnu.org>
1013
1014 * Makefile.in (EMACS): Use a relative filename.
1015 (abs_top_builddir): Remove.
1016 (custom-deps, finder-data, autoloads): Use --chdir.
1017
1018 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
1019
1020 Use relative filenames in TAGS files.
1021 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1022 (lisptagsfiles4, TAGS): Use relative file names.
1023 (TAGS-LISP): Remove.
1024 (maintainer-clean): No more TAGS-LISP file.
1025
1026 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1027 (lisptagsfiles4): Use absolute filenames again.
1028 (TAGS, TAGS-LISP): Not everything needs to run in one line.
1029 Remove all *loaddefs files, not just the first. Remove esh-groups.
1030 (maintainer-clean): Delete TAGS, TAGS-LISP.
1031
1032 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1033
1034 * emacs-lisp/package.el (package-version-join):
1035 Recognize snapshot versions.
1036
1037 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1038
1039 * subr.el (version-regexp-alist): Add support for snapshot versions.
1040
1041 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1042
1043 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
1044 New function, replacement for `smie-rule-parent' for when we want to
1045 skip over our direct parent if it's an assignment token..
1046 (ruby-smie-rules): Use it.
1047
1048 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1049
1050 * progmodes/ruby-mode.el Use `syntax-propertize-function'
1051 unconditionally. Remove now unnecessary forward declarations.
1052 Remove XEmacs-specific setup.
1053 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1054 (ruby-font-lock-syntactic-keywords)
1055 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
1056 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1057 (ruby-here-doc-end-syntax): Remove.
1058 (ruby-mode): Don't check whether `syntax-propertize-rules' is
1059 defined as function.
1060
1061 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1062
1063 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
1064
1065 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1066
1067 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
1068 table and abbrev table, `define-derived-mode' does that for us
1069 anyway.
1070
1071 2013-11-01 Glenn Morris <rgm@gnu.org>
1072
1073 * Makefile.in: Remove manual mh-e dependencies (writing .elc
1074 files is atomic for some time, so no parallel compilation issues).
1075
1076 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1077
1078 * faces.el (face-x-resources): Add :distant-foreground.
1079 (region): Use :distant-foreground for gtk and ns.
1080
1081 2013-11-01 Tassilo Horn <tsdh@gnu.org>
1082
1083 Allow multiple bibliographies when BibLaTeX is used rather than
1084 BibTeX.
1085 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
1086 (reftex-locate-bibliography-files): Us it.
1087
1088 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
1089
1090 * image.el (image-type-header-regexps): Fix the 'pbm' part to
1091 allow comments in pbm files.
1092
1093 * term/w32-win.el (dynamic-library-alist): Support newer versions
1094 of libjpeg starting with v7: look only for the DLL from the
1095 version against which Emacs was built.
1096 Support versions of libpng beyond 1.4.x.
1097 Support libtiff v4.x.
1098
1099 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1100
1101 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
1102 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
1103 Add property :safe.
1104 (ruby-deep-arglist): Add property :type.
1105
1106 2013-10-31 Glenn Morris <rgm@gnu.org>
1107
1108 * Makefile.in (custom-deps, finder-data): No need to setq the target
1109 variables, we are in the right directory and the defaults work fine.
1110
1111 2013-10-30 Glenn Morris <rgm@gnu.org>
1112
1113 * Makefile.in (autoloads): Do not use abs_lisp.
1114
1115 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1116 `newline' does not respect `standard-output', so use `princ'.
1117
1118 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
1119
1120 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
1121 * buff-menu.el (Buffer-menu--unmark): New function.
1122 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
1123
1124 2013-10-30 Glenn Morris <rgm@gnu.org>
1125
1126 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
1127
1128 * emacs-lisp/package.el (lm-homepage): Declare.
1129
1130 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
1131 Fix doc typos.
1132
1133 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
1134
1135 * Makefile.in (finder-data, autoloads, update-subdirs)
1136 (compile-main, compile-clean, compile-always, bootstrap-clean):
1137 Check return value of cd.
1138 (compile-calc): Remove.
1139
1140 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1141
1142 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
1143
1144 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
1145 (byte-compile-and-folded): New function.
1146 (=, <, >, <=, >=): Use it.
1147
1148 * dos-w32.el (minibuffer-history-case-insensitive-variables)
1149 (path-separator, null-device, buffer-file-coding-system)
1150 (lpr-headers-switches): Check system-type before modifying them.
1151 (find-buffer-file-type-coding-system): Mark obsolete.
1152 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
1153 find-file-not-found-set-buffer-file-coding-system.
1154 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
1155 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
1156 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
1157 (w32-direct-print-region-helper, w32-direct-print-region-function)
1158 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
1159 * startup.el (normal-top-level-add-subdirs-to-load-path):
1160 * ps-print.el (ps-print-region-function):
1161 * lpr.el (print-region-function): Use new name.
1162
1163 * subr.el (custom-declare-variable-early): Remove function.
1164 (custom-declare-variable-list): Remove var.
1165 (error, user-error): Remove `while' loop.
1166 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
1167 (user-emacs-directory-warning, locate-user-emacs-file):
1168 Move to files.el.
1169 * simple.el (read-quoted-char-radix, read-quoted-char):
1170 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
1171 Move from subr.el.
1172 * custom.el (custom-declare-variable-list): Don't process
1173 custom-declare-variable-list.
1174
1175 * progmodes/python.el (python-shell-get-buffer): New function.
1176 (python-shell-get-process): Use it.
1177 (python-shell-send-string): Always use utf-8 and add a cookie to tell
1178 Python which encoding was used. Don't split-string since we only care
1179 about the first line. Return the temp-file, if applicable.
1180 (python-shell-send-region): Tell compile.el how to turn locations in
1181 the temp-file into locations in the source buffer.
1182
1183 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * subr.el (undefined): Add missing behavior from the C code for
1186 unbound keys.
1187
1188 * rect.el: Use lexical-binding. Add new rectangular region support.
1189 (rectangle-mark): New command.
1190 (rectangle--region): New var.
1191 (deactivate-mark-hook): Reset rectangle--region.
1192 (rectangle--extract-region, rectangle--insert-for-yank)
1193 (rectangle--highlight-for-redisplay)
1194 (rectangle--unhighlight-for-redisplay): New functions.
1195 (region-extract-function, redisplay-unhighlight-region-function)
1196 (redisplay-highlight-region-function): Use them to handle
1197 rectangular region.
1198 * simple.el (region-extract-function): New var.
1199 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
1200 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
1201 (kill-region): Replace obsolete `yank-handler' arg with `region'.
1202 (copy-region-as-kill, kill-ring-save): Add `region' argument.
1203 (redisplay-unhighlight-region-function)
1204 (redisplay-highlight-region-function): New vars.
1205 (redisplay--update-region-highlight): New function.
1206 (pre-redisplay-function): Use it.
1207 (exchange-point-and-mark): Don't deactivate the mark before
1208 reactivate-it anyway.
1209 * comint.el (comint-kill-region): Remove yank-handler argument.
1210 * delsel.el (delete-backward-char, backward-delete-char-untabify)
1211 (delete-char): Remove property, since it's now part of their
1212 default behavior.
1213 (self-insert-iso): Remove property since this command doesn't exist.
1214
1215 * emacs-lisp/package.el (package--download-one-archive)
1216 (describe-package-1): Don't query the user about final newline.
1217
1218 2013-10-29 Daniel Colascione <dancol@dancol.org>
1219
1220 * net/tramp.el (tramp-methods): Document new functionality.
1221 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
1222 tramp-hostname-checker if method provides one instead of scanning
1223 argument list for "%h" to decide hostname acceptability.
1224
1225 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
1226
1227 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
1228 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1229 Handle COPY-CONTENTS. (Bug#15737)
1230
1231 2013-10-28 Daiki Ueno <ueno@gnu.org>
1232
1233 * epa-file.el
1234 (epa-file-cache-passphrase-for-symmetric-encryption):
1235 Document that this option has no effect with GnuPG 2.0 (bug#15552).
1236
1237 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1238
1239 * image.el (defimage):
1240 (image-load-path): Doc fixes.
1241
1242 2013-10-27 Alan Mackenzie <acm@muc.de>
1243
1244 Indent statements in macros following "##" correctly.
1245 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1246 Modify the "#" arm of a cond form to handle "#" and "##" operators.
1247
1248 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1249
1250 * linum.el (linum-update-window): Fix boundary test (bug#13446).
1251
1252 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
1253
1254 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
1255 after `=' is probably a new expression.
1256
1257 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1258
1259 * man.el (man-imenu-title): New option.
1260 (Man-mode-map): Add menu. (Bug#15722)
1261 (Man-mode): Add imenu to menu.
1262
1263 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
1264
1265 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
1266 specific in what the first arg can be: a non-keyword word,
1267 string/regexp/percent literal opener, opening paren, or unary
1268 operator followed directly by word.
1269
1270 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1271
1272 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
1273 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
1274 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
1275 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
1276 Remove vars, they do not apply any more.
1277 (prolog-mode-abbrev-table): Remove redundant declaration.
1278 (prolog-upper-case-string, prolog-lower-case-string): Remove.
1279 (prolog-use-smie): Remove.
1280 (prolog-smie-rules): Add indentation rule for the if-then-else layout
1281 supported by prolog-electric-if-then-else-flag.
1282 (prolog-mode-variables, prolog-menu): Use setq-local.
1283 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
1284 Remove binding to `Backspace' since this key doesn't exist anyway.
1285 Remove bindings for electric self-inserting keys.
1286 (prog-mode): Assume it's defined.
1287 (prolog-post-self-insert): New function.
1288 (prolog-mode): Use it.
1289 (prolog-indent-line, prolog-indent-level)
1290 (prolog-find-indent-of-matching-paren)
1291 (prolog-indentation-level-of-line, prolog-goto-comment-column)
1292 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
1293 (prolog-goto-next-paren, prolog-in-string-or-comment)
1294 (prolog-tokenize, prolog-inside-mline-comment)
1295 (prolog-find-start-of-mline-comment): Remove functions.
1296 (prolog-find-unmatched-paren, prolog-clause-end)
1297 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
1298 (prolog-electric--if-then-else): Rename from
1299 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
1300 (prolog-tokenize-searchkey): Remove const.
1301 (prolog-clause-info): Use forward-sexp.
1302 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
1303 (prolog-electric-if-then-else): Remove commands.
1304 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
1305 for use in post-self-insert-hook.
1306 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
1307 for use in post-self-insert-hook.
1308 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
1309 for use in post-self-insert-hook.
1310 (prolog-electric--underscore): Rename from prolog-electric--underscore;
1311 adapt it for use in post-self-insert-hook.
1312
1313 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
1314
1315 * emacs-lisp/ert.el (ert-run-tests-interactively):
1316 Use `completing-read'. (Bug#9756)
1317
1318 2013-10-25 Eli Zaretskii <eliz@gnu.org>
1319
1320 * simple.el (line-move): Call line-move-1 instead of
1321 line-move-visual when the current window hscroll is zero, but
1322 temporary-goal-column indicates we will need to hscroll as result
1323 of the movement. (Bug#15712)
1324
1325 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
1326
1327 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
1328 capitalization. Use :visible instead of :active.
1329 Fix `ruby-indent-exp' reference. Add menu items for the generic
1330 commands that are used with SMIE.
1331 (ruby-do-end-to-brace): Insert space after `{'.
1332
1333 2013-10-25 John Anthony <john@jo.hnanthony.com>
1334
1335 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
1336
1337 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
1338
1339 2013-10-25 Glenn Morris <rgm@gnu.org>
1340
1341 * vc/vc.el (vc-print-log): Don't use a working revision unless
1342 one was explicitly specified. (Bug#15322)
1343
1344 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 * subr.el (add-to-list): Preserve return value in compiler-macro
1347 (bug#15692).
1348
1349 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1350
1351 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
1352 result. Ask user to retry using '-all' flag. (Bug#15701)
1353
1354 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1355
1356 * emacs-lisp/smie.el: New smie-config system.
1357 (smie-config): New defcustom.
1358 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
1359 (smie-config-guess, smie-config-save): New commands.
1360 (smie-config--mode-local, smie-config--buffer-local)
1361 (smie-config--trace, smie-config--modefuns): New vars.
1362 (smie-config--advice, smie-config--mode-hook)
1363 (smie-config--setter, smie-config-local, smie-config--get-trace)
1364 (smie-config--guess-value, smie-config--guess): New functions.
1365 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
1366 text properties. Treat "string fence" syntax like string syntax.
1367
1368 * progmodes/sh-script.el (sh-use-smie): Change default.
1369 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
1370 (sh-var-value): Simplify by CSE.
1371 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
1372 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
1373 is used.
1374 (sh-guess-basic-offset): Use cl-incf.
1375 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
1376
1377 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
1378
1379 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
1380 (bug#15699).
1381
1382 2013-10-24 Glenn Morris <rgm@gnu.org>
1383
1384 * Makefile.in (abs_top_srcdir): Remove.
1385 (update-subdirs): Use relative path to update-subdirs.
1386
1387 2013-10-24 Eli Zaretskii <eliz@gnu.org>
1388
1389 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1390 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1391 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1392 Call unmsys--file-name before expand-file-name, not after it.
1393
1394 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
1395
1396 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
1397 (ert-test-skipped): New error.
1398 (ert-skip, ert-stats-skipped): New defuns.
1399 (ert--skip-unless): New macro.
1400 (ert-test-skipped): New struct.
1401 (ert--run-test-debugger, ert-test-result-type-p)
1402 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
1403 (ert--stats-set-test-and-result, ert-char-for-test-result)
1404 (ert-string-for-test-result, ert-run-tests-batch)
1405 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
1406 Handle skipped tests. (Bug#9803)
1407
1408 2013-10-24 Glenn Morris <rgm@gnu.org>
1409
1410 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
1411
1412 * Makefile.in (abs_top_srcdir): New, set by configure.
1413 (update-subdirs): Correct build-aux location.
1414
1415 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
1416
1417 * vc/vc.el (vc-print-root-log): Always set `default-directory'
1418 value, whether we could auto-deduce `backend', or not.
1419
1420 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
1421 with parameters" example. Simplify the "is it block or is it
1422 hash" check, but also make it more thorough.
1423
1424 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
1425
1426 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
1427
1428 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1429
1430 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
1431 { if it is hanging.
1432
1433 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
1434 :before ";".
1435
1436 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
1437
1438 * progmodes/compile.el (compilation-directory-matcher)
1439 (compilation-page-delimiter):
1440 Support GNU Make-4.0 directory quoting. (Bug#15678)
1441
1442 2013-10-23 Leo Liu <sdl.web@gmail.com>
1443
1444 * ido.el (ido-tidy): Handle read-only text.
1445
1446 2013-10-23 Glenn Morris <rgm@gnu.org>
1447
1448 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
1449 (emacs, compile, compile-always):
1450 Quote entities that might contain whitespace.
1451 (custom-deps, finder-data, autoloads): Use abs_lisp.
1452 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1453 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1454 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
1455
1456 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
1457
1458 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
1459 Use `following-char'.
1460
1461 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
1464 * progmodes/ruby-mode.el (ruby-smie-rules):
1465 Remove corresponding workaround. Fix indentation rule of ";" so it
1466 also applies when ";" is the parent.
1467
1468 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
1469
1470 * frame.el (display-screens, display-pixel-height)
1471 (display-pixel-width, display-mm-width, display-backing-store)
1472 (display-save-under, display-planes, display-color-cells)
1473 (display-visual-class, display-monitor-attributes-list):
1474 Mention the optional ‘display’ argument in doc strings.
1475
1476 2013-10-22 Michael Gauland <mikelygee@amuri.net>
1477
1478 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
1479 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
1480
1481 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1482
1483 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
1484 TODO. Add "." after " @ ".
1485 (ruby-smie--at-dot-call): New function. Checks if point at method
1486 call with explicit target.
1487 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
1488 to the method name tokens when it precedes them.
1489 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
1490 (ruby-smie-rules): Add rule for indentation before and after "."
1491 token.
1492
1493 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1494
1495 * textmodes/remember.el (remember-diary-extract-entries):
1496 Avoid add-to-list.
1497
1498 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
1499 an instruction.
1500
1501 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1502
1503 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
1504 (ruby-smie--implicit-semi-p): Add new operator chars.
1505
1506 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1507 `smie-down-list'.
1508 (ruby-smie--args-separator-p): Check that there's no newline
1509 between method call and its arguments.
1510
1511 2013-10-20 Alan Mackenzie <acm@muc.de>
1512
1513 Allow comma separated lists after Java "implements".
1514
1515 * progmodes/cc-engine.el (c-backward-over-enum-header):
1516 Parse commas.
1517 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
1518 from a "disallowed" list in enum fontification.
1519
1520 2013-10-20 Johan Bockgård <bojohan@gnu.org>
1521
1522 * startup.el (default-frame-background-mode): Remove unused defvar.
1523
1524 * progmodes/verilog-mode.el (verilog-mode): Don't set
1525 comment-indent-function globally.
1526
1527 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
1528
1529 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
1530 Move Info menu item creation to ns-win.el.
1531
1532 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
1533 in menu bar.
1534
1535 * menu-bar.el: Move GNUStep specific menus...
1536
1537 * term/ns-win.el (ns-initialize-window-system): ... to here.
1538
1539 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1540
1541 * simple.el (newline): Only run post-self-insert-hook when
1542 called interactively.
1543
1544 2013-10-19 Johan Bockgård <bojohan@gnu.org>
1545
1546 * icomplete.el (icomplete-with-completion-tables): Add :version.
1547
1548 2013-10-19 Alan Mackenzie <acm@muc.de>
1549
1550 Fix fontification bugs with constructors and const.
1551
1552 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
1553 CASE 2) Remove the check for the absence of a suffix construct
1554 after a function declaration with only types (no identifiers) in
1555 the parentheses. Also, accept a function declaration with just a
1556 type inside the parentheses, if this type can be positively
1557 recognised as such, or if a prefix keyword like "explicit" nails
1558 down the construct as a declaration.
1559
1560 2013-10-19 Eli Zaretskii <eliz@gnu.org>
1561
1562 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
1563 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
1564 the problem whereby selecting a menu item that leads to a
1565 minibuffer prompt moves the cursor out of the minibuffer window,
1566 making it hard to type at the prompt. Suggested by Stefan Monnier
1567 <monnier@iro.umontreal.ca>.
1568
1569 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
1570
1571 * menu-bar.el: Don't make Services menu.
1572
1573 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1574
1575 * ffap.el: Handle "/usr/include/c++/<version>" directories.
1576 (ffap-alist): Use ffap-c++-mode for c++-mode.
1577 (ffap-c++-path): New variable.
1578 (ffap-c++-mode): New function.
1579
1580 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
1581
1582 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
1583
1584 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
1585
1586 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1587 introduced on 2013-09-08, which results in an infinite loop
1588 requesting a password.
1589
1590 2013-10-18 Glenn Morris <rgm@gnu.org>
1591
1592 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1593
1594 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
1595
1596 Sync with upstream verilog-mode revision 1a6ecec7.
1597 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1598 (verilog-mode-release-date): Remove.
1599 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1600 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1601 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
1602 (verilog-auto-tieoff-ignore-regexp)
1603 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
1604 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
1605 (verilog-signals-with, verilog-dir-cache-preserving)
1606 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
1607 Doc fixes.
1608 (verilog-case-fold): New option, to control case folding in
1609 regexp searches, bug597.
1610 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
1611 (verilog-string-match-fold, verilog-in-paren-count)
1612 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
1613 (verilog-at-close-struct-p): New functions.
1614 (verilog-beg-block-re-ordered, verilog-extended-case-re)
1615 (verilog-forward-sexp, verilog-set-auto-endcomments):
1616 (verilog-leap-to-case-head): Handle "unique0" case.
1617 (verilog-in-constraint-re): New constant.
1618 (verilog-keywords, verilog-type-font-keywords):
1619 Add some SystemVerilog 1800-2012 keywords.
1620 (verilog-label-be): Remove unimplemented argument, bug669.
1621 (verilog-batch-execute-func): When batch expanding clear
1622 create-lockfiles to prevent spurious user locks when a file ends
1623 up not changing.
1624 (verilog-calculate-indent, verilog-calc-1)
1625 (verilog-at-close-constraint-p, verilog-at-constraint-p)
1626 (verilog-do-indent): Fix indentation of nested constraints
1627 and structures.
1628 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
1629 (verilog-auto-inst-param): Use verilog-string-match-fold.
1630 (verilog-read-inst-module-matcher):
1631 Fix AUTOINST on gate primitives with #1.
1632 (verilog-read-decls): Fix double-declaring user-defined typed signals.
1633 Reads all user-defined typed variables.
1634 (verilog-read-defines): Fix reading definitions inside comments, bug647.
1635 (verilog-signals-matching-regexp)
1636 (verilog-signals-not-matching-regexp, verilog-auto):
1637 Respect verilog-case-fold.
1638 (verilog-diff-report): Fix line count.
1639 (verilog-auto-assign-modport): Remove unused local `modi'.
1640 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
1641 better handle multidimensional arrays.
1642 Fix packed array ports misadding bit index in AUTOINST, bug637.
1643 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
1644 to not double-declare existing outputs and inputs, respectively.
1645 (verilog-template-map): Bind U to verilog-sk-uvm-component.
1646 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
1647 (verilog-sk-uvm-component): New skeleton.
1648 (verilog-submit-bug-report): Add verilog-case-fold,
1649 remove verilog-mode-release-date.
1650
1651 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1652
1653 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
1654 as before.
1655
1656 2013-10-18 Reuben Thomas <rrt@sc3d.org>
1657
1658 * textmodes/remember.el (remember): set buffer-offer-save in
1659 remember buffers (bug#13566).
1660
1661 2013-10-18 Daniel Colascione <dancol@dancol.org>
1662
1663 When evaluating forms in ielm, direct standard output to ielm
1664 buffer. Add new ielm-return-for-effect command. Remove trailing
1665 whitespace throughout.
1666
1667 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
1668 (ielm-return-for-effect): New command.
1669 (ielm-send-input): Accept optional `for-effect' parameter.
1670 (ielm-eval-input): Accept optional `for-effect' parameter.
1671 Bind `standard-output' to stream we create using
1672 `ielm-standard-output-impl'. Suppress printing result when
1673 `for-effect'.
1674 (ielm-standard-output-impl): New function.
1675 (inferior-emacs-lisp-mode): Explain new features in documentation.
1676
1677 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
1678
1679 Code cleanup.
1680
1681 * net/tramp.el (tramp-debug-message): Do not check for connection
1682 buffer.
1683 (tramp-message): Use "vector" connection property.
1684
1685 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
1686 (tramp-equal-remote, tramp-eshell-directory-change)
1687 * net/tramp-adb.el (tramp-adb-handle-copy-file)
1688 (tramp-adb-handle-rename-file)
1689 * net/tramp-cmds.el (tramp-list-remote-buffers)
1690 (tramp-cleanup-connection, tramp-cleanup-this-connection)
1691 * net/tramp-compat.el (tramp-compat-process-running-p)
1692 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
1693 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
1694 (tramp-gvfs-handle-rename-file)
1695 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1696 (tramp-set-file-uid-gid)
1697 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1698 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
1699 of `file-remote-p'.
1700
1701 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
1702 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1703 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
1704 (tramp-gw-open-network-stream): Suppress unrelated traces.
1705
1706 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
1707 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1708 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1709 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
1710 connection property.
1711
1712 * net/tramp-cache.el (top): Suppress traces when reading
1713 persistency file.
1714
1715 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1716 Refactor common code. Improve debug message.
1717 (tramp-maybe-open-connection)
1718 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
1719 connection buffer too early.
1720
1721 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
1722 from `tramp-smb-actions-with-acl'.
1723 (tramp-smb-actions-set-acl): New defconst.
1724 (tramp-smb-handle-copy-directory)
1725 (tramp-smb-action-get-acl): New defun, renamed from
1726 `tramp-smb-action-with-acl'.
1727 (tramp-smb-action-set-acl): New defun.
1728 (tramp-smb-handle-set-file-acl): Rewrite.
1729
1730 2013-10-17 Glenn Morris <rgm@gnu.org>
1731
1732 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
1733
1734 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * skeleton.el (skeleton-newline): Remove.
1737 (skeleton-internal-1): Use (insert "\n") instead.
1738
1739 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
1740 let-bindings.
1741
1742 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
1743 forward-sexp-function while we redo its job (bug#15613).
1744
1745 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
1746
1747 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
1748 represented by lists.
1749
1750 2013-10-16 Glenn Morris <rgm@gnu.org>
1751
1752 * tmm.el (tmm--history): New dynamic variable.
1753 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
1754
1755 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
1756
1757 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
1758 (tramp-smb-errors): Add error messages.
1759 (tramp-smb-actions-with-acl): New defconst.
1760 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
1761 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
1762 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
1763 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
1764 (tramp-smb-get-stat-capability): Fix tests.
1765
1766 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
1767
1768 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
1769 (bug#15580).
1770
1771 2013-10-16 Glenn Morris <rgm@gnu.org>
1772
1773 * ansi-color.el (ansi-color-drop-regexp):
1774 Add 1J, 1K, 2K. (Bug#15617)
1775
1776 * files.el (hack-local-variables--warned-lexical): New.
1777 (hack-local-variables):
1778 Warn about misplaced lexical-binding. (Bug#15616)
1779
1780 * net/eww.el (eww-render): Always set eww-current-url,
1781 and update header line. (Bug#15622)
1782 (eww-display-html): ... Rather than just doing it here.
1783
1784 2013-10-15 Eli Zaretskii <eliz@gnu.org>
1785
1786 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
1787 menu navigations commands.
1788
1789 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
1790
1791 * progmodes/subword.el (subword-capitalize): Be careful when
1792 the search for [[:alpha:]] fails (bug#15580).
1793
1794 2013-10-14 Eli Zaretskii <eliz@gnu.org>
1795
1796 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
1797 to commands that scroll the menu.
1798
1799 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
1800
1801 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
1802 Handle methods ending with `?' and `!'.
1803
1804 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
1805
1806 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
1807 `japanese-cp932' to `cp932' to fix the problem where saving a
1808 source file written in Shift_JIS twice would end up having
1809 `coding: japanese-cp932' which Ruby could not recognize.
1810 (ruby-mode-set-encoding): Add support for encodings mapped to nil
1811 in `ruby-encoding-map'.
1812 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
1813 doesn't need to be explicitly declared in magic comment.
1814 (ruby-encoding-map): Add type declaration for better customize UI.
1815
1816 2013-10-13 Glenn Morris <rgm@gnu.org>
1817
1818 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
1819 Occur buffers are read-only. http://bugs.debian.org/720775
1820
1821 * emacs-lisp/authors.el (authors-fixed-entries):
1822 Comment out old alpha stuff.
1823
1824 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
1825
1826 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
1827 to `after-save-hook' instead of `before-save-hook'.
1828 (ruby-mode-set-encoding): Use the value of coding system used to
1829 write the file. Call `basic-save-buffer-1' after modifying the
1830 buffer.
1831
1832 2013-10-13 Alan Mackenzie <acm@muc.de>
1833
1834 Fix indentation/fontification of Java enum with
1835 "implements"/generic.
1836
1837 * progmodes/cc-engine.el (c-backward-over-enum-header):
1838 Extracted from the three other places and enhanced to handle generics.
1839 (c-inside-bracelist-p): Uses new function above.
1840 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
1841 function above.
1842 (c-font-lock-enum-tail): Uses new function above.
1843
1844 2013-10-13 Kenichi Handa <handa@gnu.org>
1845
1846 * international/mule-cmds.el (select-safe-coding-system): Remove a
1847 superfluous condition in chekcing whether a coding system is safe
1848 or not.
1849
1850 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
1851
1852 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
1853
1854 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
1855
1856 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
1857
1858 2013-10-13 Glenn Morris <rgm@gnu.org>
1859
1860 * menu-bar.el (menu-bar-update-buffers):
1861 Unify Buffers menu prompt string. (Bug#15576)
1862
1863 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
1864
1865 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
1866 Add some entries.
1867 (authors-fixed-entries): Use accented form of name.
1868
1869 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1870
1871 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
1872 method calls (bug#15594).
1873 (ruby-smie--args-separator-p): New function.
1874 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
1875 recognize paren-free method calls.
1876
1877 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
1878 internals of universal-argument.
1879
1880 2013-10-11 Eli Zaretskii <eliz@gnu.org>
1881
1882 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
1883 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
1884 dropped menu on second mouse click on the menu bar.
1885
1886 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1887
1888 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
1889 (explicit-shell-file-name): Declare.
1890 (sh--vars-before-point, sh--cmd-completion-table): New functions.
1891 (sh-completion-at-point-function): New function.
1892 (sh-mode): Use it.
1893 (sh-smie--keyword-p): Remove unused argument.
1894 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
1895 vars.
1896 (sh-set-shell): Always setup SMIE, even if we use the
1897 old indentation code.
1898
1899 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1900
1901 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
1902 cases of ? and =.
1903 (ruby-smie-rules): Simplify the "do" rule. The cases when the
1904 predicate would return nil are almost non-existent.
1905 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
1906
1907 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
1908 cache also after commands that modify the buffer but don't move
1909 point.
1910
1911 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1912
1913 * env.el (substitute-env-in-file-name): New function.
1914 (substitute-env-vars): Extend the meaning of the optional arg.
1915
1916 2013-10-10 Eli Zaretskii <eliz@gnu.org>
1917
1918 * term/w32-win.el (dynamic-library-alist): Define separate lists
1919 of GIF DLLs for versions before and after 5.0.0 of giflib.
1920 (Bug#15531)
1921
1922 2013-10-10 João Távora <joaotavora@gmail.com>
1923
1924 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
1925 not locked, use last revision and current source as
1926 defaults. (Bug#15569)
1927
1928 2013-10-10 Masatake YAMATO <yamato@redhat.com>
1929
1930 * menu-bar.el (menu-bar-open): Don't use popup-menu if
1931 menu-bar is hidden.
1932
1933 2013-10-10 Martin Rudalics <rudalics@gmx.at>
1934
1935 * window.el (pop-to-buffer-same-window): Fix doc-string.
1936 (Bug#15492)
1937
1938 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1939
1940 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
1941
1942 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
1943
1944 * calendar/icalendar.el (icalendar-import-file):
1945 Fix interactive spec. (Bug#15482)
1946
1947 2013-10-10 Glenn Morris <rgm@gnu.org>
1948
1949 * desktop.el (desktop-save): Default to saving in .emacs.d,
1950 since PWD is no longer in desktop-path by default. (Bug#15319)
1951
1952 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
1953 now that text mode has a menu with the same entry.
1954 (menu-bar-text-mode-auto-fill): Remove now unused func.
1955 * textmodes/text-mode.el (text-mode-map):
1956 Use auto-fill help text from menu-bar.el.
1957
1958 2013-10-10 John Anthony <john@jo.hnanthony.com>
1959
1960 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
1961
1962 2013-10-09 Juri Linkov <juri@jurta.org>
1963
1964 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
1965 instead of this-command-keys. Add universal-argument-more and
1966 universal-argument-minus to the list of prefix commands. (Bug#15568)
1967
1968 2013-10-09 Glenn Morris <rgm@gnu.org>
1969
1970 * vc/vc-svn.el (vc-svn-create-repo):
1971 Expand paths in file://... url. (Bug#15446)
1972
1973 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1974 Add some entries.
1975 (authors): Remove unused local variables.
1976
1977 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1978
1979 * profiler.el: Create a more coherent calltree from partial backtraces.
1980 (profiler-format): Hide the tail with `invisible' so that C-s can still
1981 find the hidden elements.
1982 (profiler-calltree-depth): Don't recurse so enthusiastically.
1983 (profiler-function-equal): New hash-table-test.
1984 (profiler-calltree-build-unified): New function.
1985 (profiler-calltree-build): Use it.
1986 (profiler-report-make-name-part): Indent the calltree less.
1987 (profiler-report-mode): Add visibility specs for profiler-format.
1988 (profiler-report-expand-entry, profiler-report-toggle-entry):
1989 Expand the whole subtree when provided with a prefix arg.
1990
1991 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
1992
1993 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
1994 iuwu-mod token.
1995 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
1996 hanging iuwu-mod token.
1997 (ruby-smie--forward-token): Do not include a dot after a token in
1998 that token.
1999 (ruby-smie--backward-token): Likewise.
2000
2001 2013-10-08 Juri Linkov <juri@jurta.org>
2002
2003 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
2004 to isearch-other-control-char.
2005 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
2006 and isearch-post-command-hook to post-command-hook.
2007 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
2008 and isearch-post-command-hook from post-command-hook.
2009 (isearch-unread-key-sequence)
2010 (isearch-reread-key-sequence-naturally)
2011 (isearch-lookup-scroll-key, isearch-other-control-char)
2012 (isearch-other-meta-char): Remove functions.
2013 (isearch-pre-command-hook, isearch-post-command-hook):
2014 New functions based on isearch-other-meta-char rewritten
2015 relying on the new behavior of overriding-terminal-local-map
2016 that does not replace the local keymaps any more. (Bug#15200)
2017
2018 2013-10-08 Eli Zaretskii <eliz@gnu.org>
2019
2020 Support menus on text-mode terminals.
2021 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
2022 functionality.
2023
2024 * tooltip.el (tooltip-mode): Don't error out on TTYs.
2025
2026 * menu-bar.el (popup-menu, popup-menu-normalize-position):
2027 Move here from mouse.el.
2028 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
2029 and arrow keys.
2030 (tty-menu-navigation-map): New map for TTY menu navigation.
2031
2032 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
2033
2034 * frame.el (display-mouse-p): Report text-mode mouse as available
2035 on w32.
2036 (display-popup-menus-p): Report availability if mouse is
2037 available; don't condition on window-system.
2038
2039 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
2040 (tty-menu-selected-face): New faces.
2041
2042 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2043
2044 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
2045 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
2046 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
2047 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
2048 New constants.
2049 (lisp-mode-variables): New `elisp' argument.
2050 (emacs-lisp-mode): Use it.
2051 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
2052 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
2053
2054 * indent.el: Use lexical-binding.
2055 (indent-region): Add progress reporter.
2056 (tab-stop-list): Make it implicitly extend to infinity by repeating the
2057 last step.
2058 (indent--next-tab-stop): New function to implement this behavior.
2059 (tab-to-tab-stop, move-to-tab-stop): Use it.
2060
2061 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
2062
2063 * indent.el (indent-rigidly--current-indentation): New function.
2064 (indent-rigidly-map): New var.
2065 (indent-rigidly): Use it to provide interactive mode (bug#8196).
2066
2067 2013-10-08 Bastien Guerry <bzg@gnu.org>
2068
2069 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
2070
2071 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2072
2073 * progmodes/perl-mode.el: Use lexical-binding.
2074 Remove redundant :group args.
2075 (perl-nochange): Change default to be closer to other major modes's
2076 standard behavior.
2077 (perl-indent-line): Don't consider text on current line as a
2078 valid beginning of function from which to indent.
2079
2080 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
2081 with more than one argument (bug#15538).
2082
2083 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
2084
2085 * vc/pcvs.el: Use lexical-binding.
2086 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
2087 environment of `eval'.
2088 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
2089 than a list of expressions. Adjust callers.
2090 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
2091
2092 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
2093
2094 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
2095 case of the dot in a chained method call being on the following line.
2096
2097 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2098
2099 * electric.el (electric-indent-inhibit): New var.
2100 (electric-indent-post-self-insert-function): Use it.
2101 * progmodes/python.el (python-mode): Set it.
2102
2103 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
2104 open braces.
2105
2106 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
2107
2108 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
2109 (css-mode): Use electric-indent-chars.
2110
2111 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
2112 (font-lock-beg, font-lock-end): Move before first use.
2113 (nxml-mode): Use syntax-propertize-function.
2114 (nxml-after-change, nxml-after-change1): Adjust accordingly.
2115 (nxml-extend-after-change-region): Remove.
2116 * nxml/xmltok.el: Use lexical-binding.
2117 (xmltok-save): Use `declare'.
2118 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
2119 * nxml/nxml-util.el: Use lexical-binding.
2120 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
2121 Use `declare'.
2122 * nxml/nxml-ns.el: Use lexical-binding.
2123 (nxml-ns-save): Use `declare'.
2124 (nxml-ns-prefixes-for): Avoid add-to-list.
2125 * nxml/rng-match.el: Use lexical-binding.
2126 (rng--ipattern): Use cl-defstruct.
2127 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
2128 (rng-cons-group-after, rng-subst-group-after)
2129 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
2130 Use closures instead of `(lambda...).
2131
2132 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
2133
2134 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
2135 of BEG and END.
2136
2137 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2138 Use `tramp-handle-insert-file-contents'.
2139 (tramp-gvfs-handle-insert-file-contents): Remove function.
2140
2141 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2142 Use `save-restriction' in order to keep markers.
2143
2144 * net/trampver.el: Update release number.
2145
2146 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 * progmodes/compile.el (compilation-parse-errors):
2149 Use compilation--put-prop.
2150 (compilation--ensure-parse): Check compilation-multiline.
2151
2152 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
2153
2154 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
2155 lexical-binding.
2156
2157 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
2158
2159 * progmodes/ruby-mode.el: Fix recently added tests.
2160 (ruby-smie-grammar): Add - and +.
2161 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
2162 (ruby-smie--backward-id): New functions.
2163 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
2164 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
2165 any more.
2166
2167 2013-10-07 Leo Liu <sdl.web@gmail.com>
2168
2169 * register.el (register-preview-delay)
2170 (register-preview-functions): New variables.
2171 (register-read-with-preview, register-preview)
2172 (register-describe-oneline): New functions.
2173 (point-to-register, window-configuration-to-register)
2174 (frame-configuration-to-register, jump-to-register)
2175 (number-to-register, view-register, insert-register)
2176 (copy-to-register, append-to-register, prepend-to-register)
2177 (copy-rectangle-to-register): Use register-read-with-preview to
2178 read register. (Bug#15525)
2179
2180 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
2181
2182 * net/network-stream.el (network-stream-open-starttls): Don't add
2183 --insecure if it's already present, because that gnutls-cli
2184 rejects getting that parameter twice.
2185
2186 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
2187
2188 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
2189 keyword, too.
2190
2191 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
2192
2193 * newcomment.el (comment-use-global-state): Change default value
2194 to t, mark obsolete (Bug#15251).
2195 (comment-beginning): In addition to `comment-to-syntax', check the
2196 value of `comment-use-global-state'.
2197
2198 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2199
2200 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
2201 (ruby-comment-column): Follow the global default, by default.
2202 (ruby-smie-grammar): Add assignment syntax.
2203 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
2204 open-paren, a comma, or a \.
2205 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
2206 and line continuations.
2207 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
2208 followed by implicit semi-colons. Add rule for string concatenation
2209 and for indentation at BOB.
2210 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
2211
2212 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
2213 calling next-sexp, since next-token may have skipped chars which
2214 next-sexp doesn't know should be skipped!
2215
2216 2013-10-05 Leo Liu <sdl.web@gmail.com>
2217
2218 * progmodes/octave.el (octave-send-region):
2219 Call compilation-forget-errors.
2220
2221 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
2222
2223 * vc/vc-svn.el (vc-svn-find-admin-dir):
2224 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
2225 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
2226 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
2227 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
2228
2229 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2230
2231 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
2232
2233 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2234
2235 * subr.el (read-passwd): Hide chars even when called within a context
2236 where after-change-functions is disabled (bug#15501).
2237 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
2238 until we removed ourself from overriding-terminal-local-map.
2239
2240 2013-10-04 Leo Liu <sdl.web@gmail.com>
2241
2242 * progmodes/octave.el (inferior-octave-mode):
2243 Call compilation-forget-errors.
2244
2245 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
2246
2247 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2248
2249 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
2250
2251 * net/secrets.el (secrets-create-collection): Add optional
2252 argument ALIAS. Use proper Label keyword. Append ALIAS as
2253 dbus-call-method argument. (Bug#15516)
2254
2255 2013-10-04 Leo Liu <sdl.web@gmail.com>
2256
2257 * progmodes/octave.el (inferior-octave-error-regexp-alist)
2258 (inferior-octave-compilation-font-lock-keywords): New variables.
2259 (compilation-error-regexp-alist)
2260 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
2261 (inferior-octave-mode): Use compilation-shell-minor-mode.
2262
2263 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
2264
2265 * minibuffer.el (completion--replace): Be careful that `end' might be
2266 a marker.
2267
2268 2013-10-03 Daiki Ueno <ueno@gnu.org>
2269
2270 Add support for package signature checking.
2271 * emacs-lisp/package.el (url-http-file-exists-p)
2272 (epg-make-context, epg-context-set-home-directory)
2273 (epg-verify-string, epg-context-result-for)
2274 (epg-signature-status, epg-signature-to-string)
2275 (epg-check-configuration, epg-configuration)
2276 (epg-import-keys-from-file): Declare.
2277 (package-check-signature): New user option.
2278 (package-unsigned-archives): New user option.
2279 (package-desc): Add `signed' field.
2280 (package-load-descriptor): Set `signed' field if .signed file exists.
2281 (package--archive-file-exists-p): New function.
2282 (package--check-signature): New function.
2283 (package-install-from-archive): Check package signature.
2284 (package--download-one-archive): Check archive signature.
2285 (package-delete): Remove .signed file.
2286 (package-import-keyring): New command.
2287 (package-refresh-contents): Import default keyring.
2288 (package-desc-status): Add "unsigned" status.
2289 (describe-package-1, package-menu--print-info)
2290 (package-menu-mark-delete, package-menu--find-upgrades)
2291 (package-menu--status-predicate): Support "unsigned" status.
2292
2293 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2294
2295 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
2296 the new compilation scheme using the new byte-codes.
2297
2298 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
2299 (byte-pophandler): New byte codes.
2300 (byte-goto-ops): Adjust accordingly.
2301 (byte-compile--use-old-handlers): New var.
2302 (byte-compile-catch): Use new byte codes depending on
2303 byte-compile--use-old-handlers.
2304 (byte-compile-condition-case--old): Rename from
2305 byte-compile-condition-case.
2306 (byte-compile-condition-case--new): New function.
2307 (byte-compile-condition-case): New function that dispatches depending
2308 on byte-compile--use-old-handlers.
2309 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
2310 when we can.
2311
2312 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2313 Optimize under `condition-case' and `catch' if
2314 byte-compile--use-old-handlers is nil.
2315 (disassemble-offset): Handle new bytecodes.
2316
2317 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * subr.el (error): Use `declare'.
2320 (decode-char, encode-char): Use advertised-calling-convention instead
2321 of the docstring to discourage use of the `restriction' arg.
2322
2323 2013-10-03 Daiki Ueno <ueno@gnu.org>
2324
2325 * epg.el (epg-verify-file): Add a comment saying that it does not
2326 notify verification error as a return value nor a signal.
2327 (epg-verify-string): Ditto.
2328
2329 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
2330
2331 * progmodes/compile.el (compilation-start): Try globbing the arg to
2332 `cd' (bug#15417).
2333
2334 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
2335
2336 Sync with Tramp 2.2.8.
2337
2338 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2339 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
2340 * net/trampver.el: Update release number.
2341
2342 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
2343
2344 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2345 and default-process-coding-system for darwin only.
2346
2347 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2348
2349 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
2350
2351 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
2352
2353 * vc/vc-git.el (vc-git-grep): Disable pager.
2354
2355 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
2356
2357 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
2358 Use :url instead of :homepage, as per
2359 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
2360
2361 * newcomment.el (comment-beginning): When `comment-use-syntax' is
2362 non-nil, use `syntax-ppss' (Bug#15251).
2363
2364 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2365
2366 * progmodes/octave.el (inferior-octave-startup-file):
2367 Prefer ~/.emacs.d/init_octave.m.
2368
2369 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
2370
2371 * emacs-lisp/package.el (package-desc-from-define):
2372 Accept additional arguments as plist, convert them to an alist and store
2373 them in the `extras' slot.
2374 (package-generate-description-file): Convert extras alist back to
2375 plist and append to the `define-package' form arguments.
2376 (package--alist-to-plist): New function.
2377 (package--ac-desc): Add `extras' slot.
2378 (package--add-to-archive-contents): Check if the archive-contents
2379 vector is long enough, and if it is, pass its `extras' slot value
2380 to `package-desc-create'.
2381 (package-buffer-info): Call `lm-homepage', pass the returned value
2382 to `package-desc-from-define'.
2383 (describe-package-1): Render the homepage button (Bug#13291).
2384
2385 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2386 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
2387
2388 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
2389
2390 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2391 and default-process-coding-system to utf-8-unix (Bug#15402).
2392
2393 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
2394
2395 * subr.el (looking-back): Do not recommend using looking-back.
2396
2397 2013-09-28 Alan Mackenzie <acm@muc.de>
2398
2399 Fix indentation/fontification of Java enum with "implements".
2400
2401 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
2402 regexp which matches "implements", etc., in Java.
2403 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
2404 specifier clauses coming after "enum".
2405 * progmodes/cc-fonts.el (c-font-lock-declarations)
2406 (c-font-lock-enum-tail): Check for extra specifier clauses coming
2407 after "enum".
2408
2409 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
2410
2411 * faces.el (region): Change ns_selection_color to
2412 ns_selection_fg_color, add ns_selection_bg_color.
2413
2414 2013-09-28 Leo Liu <sdl.web@gmail.com>
2415
2416 * progmodes/octave.el (inferior-octave-completion-table)
2417 (inferior-octave-completion-at-point): Minor tweaks.
2418
2419 * textmodes/ispell.el (ispell-lookup-words): Rename from
2420 lookup-words. (Bug#15460)
2421 (lookup-words): Obsolete.
2422 (ispell-complete-word, ispell-command-loop): All uses changed.
2423
2424 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2425
2426 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
2427 (octave-mode-menu): Add octave-send-buffer.
2428 (octave-send-buffer): New function.
2429
2430 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2431
2432 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
2433 octave-lookfor.
2434 (octave-mode-menu): Add octave-lookfor.
2435 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
2436 octave-lookfor.
2437 (octave-lookfor): New function.
2438
2439 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2440
2441 * emacs-lisp/cl-macs.el:
2442 (cl--loop-destr-temps): Remove.
2443 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
2444 its convention.
2445 (cl--loop-set-iterator-function): New function.
2446 (cl-loop): Adjust accordingly, so as not to use cl-subst.
2447 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
2448 Bind `it' with `let' instead of substituting it with `cl-subst'.
2449 (cl--unused-var-p): New function.
2450 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
2451 Eliminate some unused variable warnings (bug#15326).
2452
2453 2013-09-27 Tassilo Horn <tsdh@gnu.org>
2454
2455 * doc-view.el (doc-view-scale-reset): Rename from
2456 `doc-view-reset-zoom-level'.
2457 (doc-view-scale-adjust): New command.
2458 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
2459 `doc-view-scale-adjust'.
2460
2461 2013-09-26 Tassilo Horn <tsdh@gnu.org>
2462
2463 * doc-view.el (doc-view-reset-zoom-level): New command.
2464 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
2465 zoom commands (bug#15466).
2466
2467 2013-09-26 Kenichi Handa <handa@gnu.org>
2468
2469 * international/quail.el (quail-help): Make it not a command.
2470
2471 2013-09-26 Leo Liu <sdl.web@gmail.com>
2472
2473 * minibuffer.el (completion-all-sorted-completions): Make args
2474 optional as they are.
2475
2476 2013-09-25 Daniel Colascione <dancol@dancol.org>
2477
2478 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
2479 specs are and that they're not evaluated.
2480
2481 2013-09-24 Sam Steingold <sds@gnu.org>
2482
2483 * midnight.el (clean-buffer-list-kill-regexps)
2484 (clean-buffer-list-kill-buffer-names): Update for the new Man
2485 buffer naming which includes the object name.
2486
2487 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * eshell/esh-cmd.el (eshell--sep-terms): New var.
2490 (eshell-parse-command, eshell-parse-pipeline): Use it since
2491 eshell-separate-commands requires a dynamic scoped var.
2492 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
2493
2494 2013-09-23 Leo Liu <sdl.web@gmail.com>
2495
2496 * autoinsert.el (auto-insert-alist): Make the value of
2497 lexical-binding match its file setting.
2498
2499 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
2500
2501 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
2502
2503 * autoarg.el (autoarg-kp-digit-argument):
2504 * electric.el (Electric-command-loop):
2505 * kmacro.el (kmacro-step-edit-insert):
2506 Do not set universal-argument-num-events.
2507
2508 2013-09-22 Leo Liu <sdl.web@gmail.com>
2509
2510 * files.el (interpreter-mode-alist): Add octave.
2511
2512 2013-09-21 Alan Mackenzie <acm@muc.de>
2513
2514 C++: fontify identifier in declaration following "public:" correctly.
2515 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
2516 to match "public", etc.
2517 (c-decl-prefix-re): Add ":" into the C++ value.
2518 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
2519 bit. Add a check for a ":" preceded by "public", etc.
2520
2521 2013-09-21 Eli Zaretskii <eliz@gnu.org>
2522
2523 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
2524 recognized by GDB 7.5 and later.
2525
2526 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
2527
2528 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
2529
2530 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2531
2532 * subr.el (internal--call-interactively): New const.
2533 (called-interactively-p): Use it (bug#3984).
2534
2535 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
2536
2537 * vc/pcvs.el (cvs-mode-ignore):
2538 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
2539 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
2540
2541 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2542
2543 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
2544 (eshell-ls-orig-insert-directory): Remove.
2545 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
2546 (eshell-ls-use-in-dired): Use advice-add/remove.
2547 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
2548 Add `orig-fun' arg for use in :around advice.
2549 Make it check (redundantly) eshell-ls-use-in-dired.
2550
2551 2013-09-19 Glenn Morris <rgm@gnu.org>
2552
2553 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
2554
2555 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
2556
2557 * emacs-lisp/eieio.el (class-parent): Undo previous change.
2558
2559 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
2560
2561 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
2562 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
2563 (tramp-get-remote-python): New defuns.
2564 (tramp-get-remote-uid-with-perl)
2565 (tramp-get-remote-gid-with-perl): New defuns. Perl code
2566 contributed by yary <not.com@gmail.com> (tiny change).
2567 (tramp-get-remote-uid-with-python)
2568 (tramp-get-remote-gid-with-python): New defuns. Python code
2569 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2570 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2571
2572 2013-09-19 Glenn Morris <rgm@gnu.org>
2573
2574 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2575
2576 * eshell/em-unix.el (eshell-remove-entries):
2577 Rename argument to avoid name-clash with global `top-level'.
2578
2579 * eshell/esh-proc.el (eshell-kill-process-function):
2580 Remove eshell-reset-after-proc from eshell-kill-hook if present.
2581 (eshell-reset-after-proc): Remove unused arg `proc'.
2582
2583 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2584 (directory-files-and-attributes): Mark unused arg.
2585
2586 * eshell/em-unix.el (eshell-remove-entries):
2587 Remove unused arg `path'. Update callers.
2588
2589 * eshell/em-hist.el (eshell-hist-parse-arguments):
2590 Remove unused arg `silent'. Update callers.
2591
2592 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2593 Fix (f)boundp mix-up.
2594
2595 * eshell/em-smart.el (eshell-smart-scroll-window)
2596 (eshell-disable-after-change):
2597 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
2598
2599 2013-09-18 Alan Mackenzie <acm@muc.de>
2600
2601 Fix fontification of type when followed by "const".
2602 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
2603 "known" types from fontification.
2604
2605 2013-09-18 Glenn Morris <rgm@gnu.org>
2606
2607 * emacs-lisp/chart.el (x-display-color-cells): Declare.
2608 (chart-face-list): Drop Emacsen without display-color-p.
2609
2610 * net/eww.el (libxml-parse-html-region): Declare.
2611 (eww-display-html): Explicit error if no libxml2 support.
2612
2613 * doc-view.el (doc-view-mode): Silence --without-x compilation.
2614
2615 * image.el (image-type-from-buffer, image-multi-frame-p):
2616 Remove --without-x warning/error.
2617
2618 * mouse.el (mouse-yank-primary):
2619 * term.el (term-mouse-paste):
2620 Reorder to silence --without-x compilation.
2621
2622 * mpc.el (doc-view-mode): Silence --without-x compilation.
2623
2624 * mail/rmailmm.el (rmail-mime-set-bulk-data):
2625 Silence --without-x compilation.
2626
2627 * progmodes/gud.el (gud-find-file, gud-mode):
2628 Silence --without-x compilation.
2629 (tooltip-mode): Declare.
2630
2631 * wdired.el (dired-backup-overwrite): Remove declaration.
2632 (wdired-mode-map): Add doc string.
2633
2634 * custom.el (x-get-resource): Declare.
2635
2636 * eshell/em-glob.el (ange-cache):
2637 * eshell/em-unix.el (ange-cache): Declare.
2638
2639 * faces.el (x-display-list, x-open-connection, x-get-resource):
2640 Declare.
2641
2642 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
2643 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
2644 Declare.
2645
2646 * frame.el (x-display-grayscale-p, x-display-name): Declare.
2647
2648 * net/gnutls.el (gnutls-log-level): Declare.
2649
2650 * net/shr.el (image-size, image-animate): Declare.
2651
2652 * simple.el (font-info): Declare.
2653
2654 * subr.el (x-popup-dialog): Declare.
2655
2656 * term/common-win.el (x-select-enable-primary)
2657 (x-last-selected-text-primary, x-last-selected-text-clipboard):
2658 Declare.
2659
2660 * term/ns-win.el (x-handle-args): Declare.
2661
2662 * term/x-win.el (x-select-enable-clipboard): Declare.
2663
2664 * term/w32-win.el (create-default-fontset): Declare.
2665
2666 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
2667 Declare.
2668
2669 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
2670 (fit-frame-to-buffer): Explicit error if --without-x.
2671 (mouse-autoselect-window-select): Silence compiler.
2672
2673 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2674
2675 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
2676 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
2677 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
2678 * eshell/esh-util.el (eshell-sublist):
2679 Remove unused local variables.
2680
2681 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
2682
2683 * textmodes/two-column.el: Make 2C-split work for --without-x.
2684 (scroll-bar-columns): Autoload.
2685 (top-level): Require fringe when compiling.
2686
2687 2013-09-18 Leo Liu <sdl.web@gmail.com>
2688
2689 * subr.el (add-hook): Robustify to handle closure as well.
2690
2691 2013-09-17 Glenn Morris <rgm@gnu.org>
2692
2693 * simple.el (messages-buffer-mode-map): Unbind "g".
2694
2695 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2696
2697 * help-mode.el (help-mode-finish): Use derived-mode-p.
2698 Remove obsolete highlighting.
2699
2700 * play/life.el (life-mode): Use define-derived-mode. Derive from
2701 special-mode.
2702 (life): Let-bind inhibit-read-only.
2703 (life-setup): Avoid `setq'. Use `life-mode'.
2704
2705 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
2706 which should not be needed any more.
2707 (package-menu-refresh, package-menu-describe-package): Use user-error.
2708
2709 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
2710 (eshell-post-rewrite-command-hook): Make obsolete.
2711 (eshell-parse-command): Simplify.
2712 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
2713 (eshell--cmd): Declare.
2714 (eshell-parse-pipeline): Remove unused var `final-p'.
2715 Pass a dynvar to eshell-post-rewrite-command-hook.
2716 Implement the new eshell-post-rewrite-command-function.
2717 (eshell-invoke-directly): Remove unused arg `input'.
2718 * eshell/esh-io.el (eshell-io-initialize):
2719 Use eshell-post-rewrite-command-function (bug#15399).
2720 (eshell--apply-redirections): Rename from eshell-apply-redirections;
2721 adjust to new calling convention.
2722 (eshell-create-handles): Rename args to avoid clashing with dynvar
2723 `standard-output'.
2724
2725 2013-09-17 Glenn Morris <rgm@gnu.org>
2726
2727 * simple.el (messages-buffer-mode): New major mode.
2728 (messages-buffer): New function.
2729 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
2730 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
2731 (ert-run-test): Use `messages-buffer' function.
2732 (ert--force-message-log-buffer-truncation): Ignore read-only.
2733 * help.el (view-echo-area-messages): Use `messages-buffer' function.
2734 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
2735
2736 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
2739
2740 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
2741
2742 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2743
2744 * icomplete.el (icomplete-in-buffer): New var.
2745 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
2746 vars and replace them with functions.
2747 (icomplete-minibuffer-setup): Adjust accordingly.
2748 (icomplete--completion-table, icomplete--completion-predicate)
2749 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
2750 New functions.
2751 (icomplete-forward-completions, icomplete-backward-completions)
2752 (icomplete-simple-completing-p, icomplete-exhibit)
2753 (icomplete-completions): Use them.
2754 (icomplete--in-region-buffer): New var.
2755 (icomplete--in-region-setup): New function.
2756 (icomplete-mode): Use it.
2757
2758 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
2759 (bug#15379).
2760 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
2761 return args and options.
2762 (eshell-eval-using-options): Use the new return value of
2763 eshell--do-opts to set the options's vars in their scope.
2764 (eshell--set-option): Rename from eshell-set-option.
2765 Add arg `opt-vals'.
2766 (eshell--process-option): Rename from eshell-process-option.
2767 Add arg `opt-vals'.
2768 (eshell--process-args): Use an `opt-vals' alist to store the options's
2769 values during their processing and return them additionally to the
2770 remaining args.
2771
2772 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
2773
2774 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
2775 continuation character an operator, as far as indentation is
2776 concerned (Bug#15369).
2777
2778 2013-09-15 Martin Rudalics <rudalics@gmx.at>
2779
2780 * window.el (window--state-put-2): Don't process buffer state
2781 when buffer doesn't exist any more (Bug#15382).
2782
2783 2013-09-15 Glenn Morris <rgm@gnu.org>
2784
2785 * eshell/em-unix.el (eshell/rm):
2786 Make -f ignore missing files. (Bug#15373)
2787
2788 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
2789 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
2790 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
2791
2792 2013-09-14 Glenn Morris <rgm@gnu.org>
2793
2794 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
2795
2796 2013-09-13 Glenn Morris <rgm@gnu.org>
2797
2798 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
2799 (dired-guess-default): Make `file' available in the env. (Bug#15363)
2800
2801 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
2802
2803 * frame.el (x-focus-frame): Mark as declared in frame.c.
2804
2805 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2806
2807 * ls-lisp.el: Use advice-add.
2808 (original-insert-directory): Remove.
2809 (ls-lisp--insert-directory): Rename from insert-directory; add
2810 `orig-fun' argument.
2811 (insert-directory): Advise.
2812
2813 2013-09-13 Eli Zaretskii <eliz@gnu.org>
2814
2815 * term.el (term-emulate-terminal): Decode the command string
2816 before passing it to term-command-hook. (Bug#15337)
2817
2818 2013-09-13 Glenn Morris <rgm@gnu.org>
2819
2820 * eshell/esh-util.el (ange-cache): Move declaration earlier.
2821
2822 * eshell/esh-ext.el (eshell-search-path): Declare.
2823
2824 * eshell/em-prompt.el (eshell/pwd): Autoload it.
2825 Otherwise an error occurs if eshell-dirs module not loaded.
2826
2827 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2828
2829 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
2830
2831 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
2832 `tramp-check-proper-host'. Check for a valid method name.
2833
2834 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2835 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2836 * net/tramp-sh.el (tramp-maybe-open-connection):
2837 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
2838
2839 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
2840 also for hash values.
2841
2842 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2843
2844 * term/ns-win.el (parameters): Don't declare as dynamic.
2845 (before-make-frame-hook): Don't add ineffective function.
2846
2847 * eshell/*.el: Use lexical-binding (bug#15231).
2848
2849 2013-09-12 Kenichi Handa <handa@gnu.org>
2850
2851 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
2852
2853 2013-09-12 Glenn Morris <rgm@gnu.org>
2854
2855 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
2856 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
2857
2858 * subr.el (do-after-load-evaluation): Also give compiler warnings
2859 when obsolete files are used (except by obsolete files).
2860
2861 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
2862 in the status output, assume `filename' is the first. (Bug#15322)
2863
2864 * vc/vc.el (vc-deduce-fileset): Doc fix.
2865
2866 * calc/calc-help.el (Info-goto-node):
2867 * progmodes/cperl-mode.el (Info-find-node):
2868 * vc/ediff.el (Info-goto-node): Update declarations.
2869
2870 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
2871
2872 * vc/vc-bzr.el (vc-compilation-mode): Declare.
2873 (vc-bzr-pull): Require vc-dispatcher.
2874 * vc/vc-git.el (vc-compilation-mode): Declare.
2875 (vc-git-pull): Require vc-dispatcher.
2876
2877 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
2878
2879 * progmodes/octave.el (help-button-action): Declare.
2880
2881 * shell.el (shell-directory-tracker): Output error as a message
2882 rather than just returning it as a string.
2883 (shell-process-pushd): Remove useless use of message.
2884
2885 * dframe.el (dframe-timer-fn):
2886 * files.el (dir-locals-read-from-file):
2887 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
2888 (mpc-format):
2889 * reveal.el (reveal-post-command):
2890 * saveplace.el (load-save-place-alist-from-file):
2891 * shell.el (shell-resync-dirs):
2892 * w32-common-fns.el (x-get-selection-value):
2893 * emacs-lisp/copyright.el (copyright-find-copyright):
2894 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2895 * emulation/tpu-edt.el (tpu-copy-keyfile):
2896 * play/bubbles.el (bubbles--mark-neighbourhood):
2897 * progmodes/executable.el
2898 (executable-make-buffer-file-executable-if-script-p):
2899 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2900
2901 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2902
2903 Cleanup Eshell to rely less on dynamic scoping.
2904 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
2905 last-value, and ext-command here. Bind `args' closer to `body'.
2906 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
2907 (eshell--args): Declare new dynamic var.
2908 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
2909 last-value, and ext-command. Pass `args' to `body'.
2910 (eshell-process-args): Bind eshell--args.
2911 (eshell-set-option): Use eshell--args.
2912 * eshell/eshell.el (eshell): Use derived-mode-p.
2913 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
2914 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
2915 (eshell-glob-function): Declare.
2916 * eshell/esh-util.el: Require cl-lib.
2917 (eshell-read-hosts-file): Avoid add-to-list.
2918 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
2919 `err'.
2920 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
2921 Declare.
2922 (eshell/diff): Remove unused var `err'.
2923 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
2924 `killflag'.
2925 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
2926 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
2927 first use.
2928 * eshell/em-glob.el (eshell-glob-matches, message-shown):
2929 Move declaration before first use.
2930 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
2931 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
2932 rely on cl-return.
2933
2934 2013-09-12 Glenn Morris <rgm@gnu.org>
2935
2936 * term/ns-win.el (global-map): Remove binding for ispell-next,
2937 deleted 1999-05-29. (Bug#15357)
2938
2939 2013-09-11 Glenn Morris <rgm@gnu.org>
2940
2941 * echistory.el (electric-command-history): Remove call to deleted func.
2942
2943 * play/landmark.el (landmark-mode): Fix typos.
2944
2945 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
2946 Check cvs-sort-ignore-file is bound.
2947
2948 * savehist.el: No need for cl when compiling on Emacs.
2949
2950 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2951
2952 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
2953 (bug#15338).
2954 (eshell-self-insert-command, eshell-send-invisible):
2955 Remove unused argument.
2956 (eshell-handle-control-codes): Remove unused var `orig'.
2957 Avoid delete-backward-char.
2958
2959 * files.el (set-auto-mode): Simplify a bit further.
2960
2961 2013-09-11 Glenn Morris <rgm@gnu.org>
2962
2963 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
2964 (set-auto-mode): Don't regexp-quote elements.
2965 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
2966 * progmodes/cc-mode.el (interpreter-mode-alist):
2967 * progmodes/ruby-mode.el (interpreter-mode-alist):
2968 Revert previous change.
2969
2970 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * play/snake.el (snake-mode):
2973 * play/mpuz.el (mpuz-mode):
2974 * play/landmark.el (lm-mode):
2975 * play/blackbox.el (blackbox-mode):
2976 * play/5x5.el (5x5-mode):
2977 * obsolete/options.el (Edit-options-mode):
2978 * net/quickurl.el (quickurl-list-mode):
2979 * net/newst-treeview.el (newsticker-treeview-mode):
2980 * mail/rmailsum.el (rmail-summary-mode):
2981 * mail/mspools.el (mspools-mode):
2982 * locate.el (locate-mode):
2983 * ibuffer.el (ibuffer-mode):
2984 * emulation/ws-mode.el (wordstar-mode):
2985 * emacs-lisp/debug.el (debugger-mode):
2986 * array.el (array-mode):
2987 * net/eudc.el (eudc-mode): Use define-derived-mode.
2988 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
2989 Move initialization into declaration.
2990 (mairix-searches-mode): Use define-derived-mode.
2991 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
2992 (eudc-edit-hotlist): Use dolist.
2993 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
2994 (Man-mode): Use define-derived-mode.
2995 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
2996 (Info-edit-mode): Use define-derived-mode.
2997 (Info-cease-edit): Use Info-mode.
2998 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
2999 into declaration.
3000 (eshell-mode): Use define-derived-mode.
3001 * chistory.el (command-history-mode-map): Rename from
3002 command-history-map.
3003 (command-history-mode): Use define-derived-mode.
3004 (Command-history-setup): Remove function.
3005 * calc/calc.el (calc-trail-mode-map): New var.
3006 (calc-trail-mode): Use define-derived-mode.
3007 (calc-trail-buffer): Set calc-main-buffer manually.
3008 * bookmark.el (bookmark-insert-annotation): New function.
3009 (bookmark-edit-annotation): Use it.
3010 (bookmark-edit-annotation-mode): Make it a proper major mode.
3011 (bookmark-send-edited-annotation): Use derived-mode-p.
3012 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
3013 closer to its ideal place. Use \' to match EOS.
3014
3015 * profiler.el (profiler-calltree-find): Use function-equal.
3016
3017 2013-09-10 Glenn Morris <rgm@gnu.org>
3018
3019 * files.el (interpreter-mode-alist): Convert to regexps.
3020 (set-auto-mode): Adapt for this. (Bug#15306)
3021 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
3022 Comment out unused variable.
3023 * progmodes/cc-mode.el (interpreter-mode-alist):
3024 * progmodes/python.el (interpreter-mode-alist):
3025 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
3026 * progmodes/sh-script.el (sh-set-shell):
3027 No longer use interpreter-mode-alist to get list of shells.
3028
3029 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
3030
3031 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3032
3033 * simple.el: Use set-temporary-overlay-map for universal-argument.
3034 (universal-argument-map): Don't use default-bindings (bug#15317).
3035 Bind switch-frame explicitly. Replace universal-argument-minus with
3036 a conditional binding.
3037 (universal-argument-num-events, saved-overriding-map): Remove.
3038 (restore-overriding-map): Remove.
3039 (universal-argument--mode): Rename from save&set-overriding-map,
3040 and rewrite.
3041 (universal-argument, universal-argument-more, negative-argument)
3042 (digit-argument): Adjust accordingly.
3043 (universal-argument-minus): Remove.
3044 (universal-argument-other-key): Remove.
3045
3046 * subr.el (with-demoted-errors): Add `format' argument.
3047
3048 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
3049
3050 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
3051 `tramp-cleanup-connection'.
3052
3053 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
3054 parameters KEEP-DEBUG and KEEP-PASSWORD.
3055
3056 * net/tramp.el (tramp-file-name-handler):
3057 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3058 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3059 (tramp-maybe-open-connection):
3060 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3061 Use `tramp-cleanup-connection'.
3062
3063 * net/tramp-sh.el (tramp-maybe-open-connection):
3064 Catch 'uname-changed inside the progress reporter.
3065
3066 2013-09-10 Glenn Morris <rgm@gnu.org>
3067
3068 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
3069
3070 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
3071 returns "alternate access method" in mode (eg "-rw-r--r--.").
3072
3073 2013-09-08 Glenn Morris <rgm@gnu.org>
3074
3075 * saveplace.el (load-save-place-alist-from-file):
3076 Demote errors. (Bug#15305)
3077
3078 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
3079
3080 Improve compatibility with older Emacsen, and XEmacs.
3081
3082 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
3083 only if it is bound. It isn't for XEmacs.
3084 (with-tramp-progress-reporter): Do not let-bind `result'.
3085 This yields to scoping errors in XEmacs.
3086 (tramp-handle-make-auto-save-file-name): New function, moved from
3087 tramp-sh.el.
3088
3089 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
3090 for `make-auto-save-file-name'.
3091 (tramp-adb--gnu-switches-to-ash):
3092 Use `tramp-compat-replace-regexp-in-string'.
3093
3094 * net/tramp-cache.el (tramp-cache-print): Call
3095 `substring-no-properties' only if it is bound. It isn't for XEmacs.
3096
3097 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
3098 bound. It isn't for XEmacs.
3099
3100 * net/tramp-compat.el (tramp-compat-copy-file):
3101 Catch `wrong-number-of-arguments' error.
3102 (tramp-compat-replace-regexp-in-string): New defun.
3103
3104 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
3105 for `make-auto-save-file-name'.
3106 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
3107 `copy-file'.
3108 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
3109 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
3110 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
3111
3112 * net/tramp-gw.el (tramp-gw-open-network-stream):
3113 Use `tramp-compat-replace-regexp-in-string'.
3114
3115 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3116 Call `tramp-handle-make-auto-save-file-name'.
3117 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
3118 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3119 (tramp-sh-file-inotifywait-process-filter):
3120 Use `tramp-compat-replace-regexp-in-string'.
3121 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
3122
3123 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
3124 for `make-auto-save-file-name'.
3125 (tramp-smb-handle-copy-directory):
3126 Call `tramp-compat-replace-regexp-in-string'.
3127 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
3128 (tramp-smb-handle-copy-file): Improve error message.
3129 (tramp-smb-handle-rename-file): Rename directly only in case
3130 `newname' does not exist yet. This is a restriction of smbclient.
3131 (tramp-smb-maybe-open-connection): Rerun the function only when
3132 `auth-sources' is non-nil.
3133
3134 2013-09-08 Kenichi Handa <handa@gnu.org>
3135
3136 * international/characters.el: Set category "^" (Combining) for
3137 more characters.
3138
3139 2013-09-07 Alan Mackenzie <acm@muc.de>
3140
3141 Correctly fontify Java class constructors.
3142 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
3143 in Java Mode.
3144 (c-recognize-typeless-decls): Set the Java value to t.
3145 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
3146 While handling a "(", add a check for, effectively, Java, and handle a
3147 "typeless" declaration there.
3148
3149 2013-09-07 Roland Winkler <winkler@gnu.org>
3150
3151 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
3152 field subtitle for entry type book.
3153
3154 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3155
3156 * minibuffer.el: Make minibuffer-complete call completion-in-region
3157 rather than other way around.
3158 (completion--some, completion-pcm--find-all-completions):
3159 Don't delay signals when debugging.
3160 (minibuffer-completion-contents): Beware fields within the
3161 minibuffer contents.
3162 (completion-all-sorted-completions): Use defvar-local.
3163 (completion--do-completion, completion--cache-all-sorted-completions)
3164 (completion-all-sorted-completions, minibuffer-force-complete):
3165 Add args `beg' and `end'.
3166 (completion--in-region-1): New fun, extracted from minibuffer-complete.
3167 (minibuffer-complete): Use completion-in-region.
3168 (completion-complete-and-exit): New fun, extracted from
3169 minibuffer-complete-and-exit.
3170 (minibuffer-complete-and-exit): Use it.
3171 (completion--complete-and-exit): Rename from
3172 minibuffer--complete-and-exit.
3173 (completion-in-region--single-word): New function, extracted from
3174 minibuffer-complete-word.
3175 (minibuffer-complete-word): Use it.
3176 (display-completion-list): Make `common-substring' argument obsolete.
3177 (completion--in-region): Call completion--in-region-1 instead of
3178 minibuffer-complete.
3179 (completion-help-at-point): Pass boundaries to
3180 minibuffer-completion-help as args rather than via an overlay.
3181 (completion-pcm--string->pattern): Use `any-delim'.
3182 (completion-pcm--optimize-pattern): New function.
3183 (completion-pcm--pattern->regex): Handle `any-delim'.
3184 * icomplete.el (icomplete-forward-completions)
3185 (icomplete-backward-completions, icomplete-completions):
3186 Adjust calls to completion-all-sorted-completions and
3187 completion--cache-all-sorted-completions.
3188 (icomplete-with-completion-tables): Default to t.
3189 * emacs-lisp/crm.el (crm--current-element): Rename from
3190 crm--select-current-element. Don't put an overlay but return the
3191 boundaries instead.
3192 (crm--completion-command): Take two new args to bind to the boundaries.
3193 (crm-completion-help): Adjust accordingly.
3194 (crm-complete): Use completion-in-region.
3195 (crm-complete-word): Use completion-in-region--single-word.
3196 (crm-complete-and-exit): Use completion-complete-and-exit.
3197
3198 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3199
3200 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
3201 than dynamically.
3202
3203 2013-09-06 Juri Linkov <juri@jurta.org>
3204
3205 * info.el (Info-display-images-node): When image file doesn't exist
3206 display text version of the image if it's provided in the Info file.
3207 Otherwise, display the location of missing image from SRC attribute.
3208 Add help-echo text property from ALT attribute. (Bug#15279)
3209
3210 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3211
3212 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
3213 (edit-abbrevs-mode): Use define-derived-mode.
3214
3215 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
3216 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
3217 that it's defined.
3218 (epa-key-list-mode, epa-key-mode, epa-info-mode):
3219 Use define-derived-mode.
3220
3221 * epg.el (epg-start-encrypt): Minor CSE simplification.
3222
3223 2013-09-06 William Xu <william.xwl@gmail.com>
3224
3225 * arc-mode.el: Add support for 7za (bug#15264).
3226 (archive-7z-program): New var.
3227 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
3228 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
3229 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
3230
3231 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
3232
3233 Remove URL syntax.
3234
3235 * net/tramp.el (tramp-syntax, tramp-prefix-format)
3236 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
3237 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
3238 (tramp-postfix-host-format, tramp-file-name-regexp)
3239 (tramp-completion-file-name-regexp)
3240 (tramp-completion-dissect-file-name)
3241 (tramp-handle-substitute-in-file-name): Remove 'url case.
3242 (tramp-file-name-regexp-url)
3243 (tramp-completion-file-name-regexp-url): Remove constants.
3244
3245 2013-09-06 Glenn Morris <rgm@gnu.org>
3246
3247 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
3248
3249 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
3250
3251 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
3252 keywords" below "here-doc beginnings" (Bug#15270).
3253
3254 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * subr.el (pop): Use `car-safe'.
3257 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
3258 to detect unused `pop' return value.
3259
3260 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
3261 var `block-regexp'.
3262 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
3263 (python-fill-string): Remove unused var `marker'.
3264 (python-skeleton-add-menu-items): Remove unused var `items'.
3265
3266 * international/mule-cmds.el: Require CL.
3267 (find-coding-systems-for-charsets): Avoid add-to-list.
3268 (sanitize-coding-system-list): New function, extracted from
3269 select-safe-coding-system-interactively.
3270 (select-safe-coding-system-interactively): Use it.
3271 (read-input-method-name): Accept symbols for `default'.
3272
3273 * emacs-lisp/advice.el (defadvice): Add indent rule.
3274
3275 2013-09-05 Daniel Hackney <dan@haxney.org>
3276
3277 * dired-x.el:
3278 * net/ange-ftp.el:
3279 * net/browse-url.el:
3280 * net/dbus.el:
3281 * net/eudc.el:
3282 * net/eudcb-ldap.el:
3283 * net/eww.el:
3284 * net/imap.el:
3285 * printing.el:
3286 * vc/ediff-diff.el:
3287 * vc/ediff-init.el:
3288 * vc/ediff-merg.el:
3289 * vc/ediff-mult.el:
3290 * vc/ediff-util.el:
3291 * vc/ediff-wind.el:
3292 * vc/ediff.el:
3293 * vc/emerge.el:
3294 * vc/pcvs.el:
3295 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
3296 byte compiler. Remove some unused let-bound variables.
3297
3298 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3299
3300 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
3301 a "ref-cell", since it gets better optimized (bug#14883).
3302
3303 2013-09-05 Glenn Morris <rgm@gnu.org>
3304
3305 * progmodes/cc-awk.el (c-forward-sws): Declare.
3306
3307 2013-09-04 Glenn Morris <rgm@gnu.org>
3308
3309 * generic-x.el [rul-generic-mode]: Require cc-mode.
3310 (c++-mode-syntax-table): Declare.
3311 (rul-generic-mode-syntax-table): Init in the defvar.
3312
3313 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3314
3315 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
3316 (vc-do-command, vc-set-async-update):
3317 * vc/vc-mtn.el (vc-mtn-dir-status):
3318 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
3319 (vc-hg-pull, vc-hg-merge-branch):
3320 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
3321 (vc-git-merge-branch):
3322 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
3323 (vc-cvs-dir-status-files):
3324 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
3325 (vc-bzr-dir-status-files):
3326 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
3327 * vc/vc-annotate.el: Use lexical-binding.
3328 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
3329 (vc-sentinel-movepoint): Declare.
3330 (vc-annotate): Don't use `goto-line'.
3331 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
3332 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
3333 (vc-sentinel-movepoint): Declare.
3334 * vc/vc-svn.el: Use lexical-binding.
3335 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
3336 * vc/vc-sccs.el:
3337 * vc/vc-rcs.el: Use lexical-binding.
3338
3339 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
3340 `deleted'. Don't drop errors silently.
3341
3342 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
3343
3344 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
3345
3346 * vc/vc.el (vc-ignore): Rewrite.
3347 (vc-default-ignore): New function.
3348 (vc-default-ignore-completion-table): Use find-ignore-file.
3349
3350 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
3351 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
3352 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
3353 Remove. Most code moved to vc.el.
3354
3355 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3356
3357 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
3358 * net/tramp-smb.el (tramp-smb-get-file-entries):
3359 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
3360 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
3361
3362 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
3363 Update call to it.
3364 (eww-change-select): Remove unused var `properties'.
3365 (eww-make-unique-file-name): Remove unused var `base'.
3366
3367 * finder.el (finder-compile-keywords): Don't mess with windows.
3368
3369 * calculator.el (calculator-funcall): Fix typo in last change.
3370
3371 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
3372
3373 * emacs-lisp/package.el (package-activate-1): Don't let a missing
3374 <pkg>-autoloads.el file stop us.
3375
3376 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
3377 warnings, and factor out common code.
3378
3379 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
3380
3381 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
3382 two-character operators and whether the character preceding them
3383 changes their meaning (Bug#15208).
3384
3385 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3386
3387 Format code sent to Python shell for robustness.
3388 * progmodes/python.el (python-shell-buffer-substring):
3389 New function.
3390 (python-shell-send-region, python-shell-send-buffer): Use it.
3391
3392 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
3393
3394 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
3395 * net/tramp.el (tramp-user-error): ... here.
3396 (tramp-find-method, tramp-check-proper-host)
3397 (tramp-dissect-file-name, tramp-debug-message)
3398 (tramp-handle-shell-command):
3399 * net/tramp-adb.el (tramp-adb-handle-shell-command):
3400 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
3401
3402 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
3403
3404 2013-09-02 Martin Rudalics <rudalics@gmx.at>
3405
3406 * avoid.el (mouse-avoidance-point-position)
3407 (mouse-avoidance-too-close-p): Handle case where posn-at-point
3408 returns nil.
3409
3410 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3411
3412 * progmodes/python.el (python-shell-completion-get-completions):
3413 Drop use of deleted `comint-last-prompt-overlay'.
3414 (python-nav-if-name-main): New command.
3415
3416 2013-09-01 Glenn Morris <rgm@gnu.org>
3417
3418 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3419 Avoid leading space in $wins. Otherwise the sed command used by
3420 eg compile-main ends up containing "/*.el". (Bug#15170)
3421
3422 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
3423
3424 2013-08-30 Glenn Morris <rgm@gnu.org>
3425
3426 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3427 Fix is-this-a-directory logic. (Bug#15220)
3428
3429 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * textmodes/css-mode.el: Use SMIE.
3432 (css-smie-grammar): New var.
3433 (css-smie--forward-token, css-smie--backward-token)
3434 (css-smie-rules): New functions.
3435 (css-mode): Use them.
3436 (css-navigation-syntax-table): Remove var.
3437 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
3438 (css-indent-calculate, css-indent-line): Remove functions.
3439
3440 Misc changes to reduce use of `(lambda...); and other cleanups.
3441 * cus-edit.el: Use lexical-binding.
3442 (customize-push-and-save, customize-apropos)
3443 (custom-buffer-create-internal): Use closures.
3444 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
3445 * progmodes/ada-xref.el: Use setq.
3446 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
3447 * dframe.el: Use lexical-binding.
3448 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
3449 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
3450 * descr-text.el: Use lexical-binding.
3451 (describe-text-widget, describe-text-sexp, describe-property-list):
3452 Use closures.
3453 * comint.el (comint-history-isearch-push-state): Use a closure.
3454 * calculator.el: Use lexical-binding.
3455 (calculator-number-to-string): Make it work with lexical-binding.
3456 (calculator-funcall): Same and use cl-letf.
3457
3458 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
3459 (lisp--company-doc-string, lisp--company-location): New functions.
3460 (lisp-completion-at-point): Use them to improve Company support.
3461
3462 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
3463 params of lambda expressions.
3464 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
3465 (ruby-smie--opening-pipe-p): New function.
3466 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
3467 symbols and matched |...| for formal params.
3468 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
3469 from being treated as hanging. Handle "rescue".
3470
3471 2013-08-29 Glenn Morris <rgm@gnu.org>
3472
3473 * progmodes/cc-engine.el (c-pull-open-brace):
3474 Move definition before use.
3475
3476 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3477
3478 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
3479 are immutable. Don't use `unsafe' any more.
3480 (cl--defsubst-expand): Don't substitute at the same time as keeping
3481 a residual unused let-binding. Don't use `unsafe' any more.
3482
3483 2013-08-29 Glenn Morris <rgm@gnu.org>
3484
3485 * calendar/cal-china.el (calendar-chinese-year-cache):
3486 Recenter on 2015.
3487
3488 * nxml/nxml-util.el (nxml-debug-clear-inside):
3489 Use cl-loop rather than loop.
3490
3491 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
3492
3493 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
3494
3495 2013-08-28 Glenn Morris <rgm@gnu.org>
3496
3497 * progmodes/antlr-mode.el: No need to require cc-mode twice.
3498
3499 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
3500
3501 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
3502
3503 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3504
3505 * simple.el (repeat-complex-command--called-interactively-skip):
3506 New function.
3507 (repeat-complex-command): Use it (bug#14136).
3508
3509 * progmodes/cc-mode.el: Minor cleanup of var declarations.
3510 (c-define-abbrev-table): Add `doc' argument.
3511 (c-mode-abbrev-table, c++-mode-abbrev-table)
3512 (objc-mode-abbrev-table, java-mode-abbrev-table)
3513 (idl-mode-abbrev-table, pike-mode-abbrev-table)
3514 (awk-mode-abbrev-table): Use it.
3515 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
3516 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
3517 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
3518 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
3519 Move initialization into the declaration; and remove any
3520 autoload cookie.
3521
3522 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
3523 and dynamic let binding.
3524
3525 * vc/smerge-mode.el: Remove redundant :group args.
3526
3527 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
3528 to load-path.
3529
3530 2013-08-28 Juri Linkov <juri@jurta.org>
3531
3532 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
3533 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
3534 (isearch-other-meta-char): Handle an undefined shifted printing
3535 character by downshifting it. (Bug#15200)
3536
3537 2013-08-28 Juri Linkov <juri@jurta.org>
3538
3539 * isearch.el (isearch-search): Change regexp error message for
3540 non-regexp searches. (Bug#15166)
3541
3542 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
3543
3544 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
3545 for portability to hosts where /bin/sh has problems.
3546
3547 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3548
3549 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
3550
3551 2013-08-27 Juri Linkov <juri@jurta.org>
3552
3553 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
3554 in the keyboard macro. (Bug#15126)
3555
3556 2013-08-27 Juri Linkov <juri@jurta.org>
3557
3558 * isearch.el (isearch-quote-char): Comment out converting unibyte
3559 to multibyte, thus syncing with its `quoted-insert' counterpart.
3560 (Bug#15166)
3561
3562 2013-08-27 Martin Rudalics <rudalics@gmx.at>
3563
3564 * window.el (display-buffer-use-some-window): Add missing
3565 argument in call of get-largest-window (Bug#15185).
3566 Reported by Stephen Leake.
3567
3568 2013-08-27 Glenn Morris <rgm@gnu.org>
3569
3570 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3571
3572 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3573
3574 * progmodes/python.el (python-font-lock-keywords): Don't return nil
3575 from a matcher-function unless there's no more matches (bug#15161).
3576
3577 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3578
3579 * minibuffer.el: Revert change from 2013-08-20.
3580
3581 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3582 with text property `tramp-default', if appropriate.
3583 (tramp-check-proper-host): New defun.
3584 (tramp-dissect-file-name): Do not check hostname. Revert change
3585 of 2013-03-18.
3586 (tramp-backtrace): Make VEC-OR-PROC optional.
3587
3588 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3589 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3590 * net/tramp-sh.el (tramp-maybe-open-connection):
3591 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3592 Apply `tramp-check-proper-host'.
3593
3594 2013-08-26 Tassilo Horn <tsdh@gnu.org>
3595
3596 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3597 lambda expression in order to have `describe-variable' display it.
3598
3599 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3600
3601 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
3602 BUF can be optional. (Bug#15186)
3603
3604 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
3605
3606 * progmodes/flymake.el (flymake-get-real-file-name-function):
3607 Fix broken customization. (Bug#15184)
3608
3609 2013-08-25 Alan Mackenzie <acm@muc.de>
3610
3611 Improve indentation of bracelists defined by macros (without "=").
3612
3613 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
3614 expansion begins with "{", regard it as bracelist when it doesn't
3615 contain a ";".
3616
3617 Parse C++ inher-intro when there's a template split over 2 lines.
3618
3619 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
3620 rigorously the search for "class" etc. followed by ":".
3621
3622 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
3623 random languages a regexp which never matches rather than nil.
3624
3625 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
3626
3627 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
3628 (c-awk-regexp-one-line-possibly-open-char-list-re)
3629 (c-awk-one-line-possibly-open-regexp-re)
3630 (c-awk-one-line-non-syn-ws*-re): Remove.
3631 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
3632 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
3633 (c-awk-space*-unclosed-regexp-/-re): New constants.
3634 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
3635 aren't regexp delimiters.
3636
3637 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
3638 handling for a rare situation in AWK Mode involving unterminated
3639 strings/regexps.
3640
3641 2013-08-23 Glenn Morris <rgm@gnu.org>
3642
3643 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
3644
3645 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
3646
3647 * files.el (create-file-buffer): If the result would begin with
3648 spaces, prepend a "|" instead of removing them. (Bug#15162)
3649
3650 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3651
3652 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
3653 text-properties (bug#15155).
3654
3655 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
3656 exist any more.
3657 (calc-keypad-redraw): Remove unused var `pad'.
3658 (calc-keypad-press): Remove unused var `menu'.
3659
3660 2013-08-23 Martin Rudalics <rudalics@gmx.at>
3661
3662 * window.el (display-buffer-pop-up-frame):
3663 Call pop-up-frame-function with BUFFER current so `make-frame' will
3664 use it as the new frame's buffer (Bug#15133).
3665
3666 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3667
3668 * calendar/timeclock.el: Minor cleanups.
3669 (timeclock-ask-before-exiting, timeclock-use-display-time):
3670 Use `symbol'.
3671 (timeclock-modeline-display): Define as alias before the
3672 actual definition.
3673 (timeclock-mode-line-display): Use define-minor-mode.
3674 (timeclock-day-list-template): Make it a function, add an argument.
3675 (timeclock-day-list-required, timeclock-day-list-length)
3676 (timeclock-day-list-debt, timeclock-day-list-span)
3677 (timeclock-day-list-break): Adjust calls accordingly.
3678
3679 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3680
3681 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
3682 Use read--expression so that completion works again.
3683
3684 2013-08-21 Sam Steingold <sds@gnu.org>
3685
3686 Add rudimentary inferior shell interaction
3687 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
3688 (sh-set-shell): Reset it.
3689 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
3690 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
3691
3692 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3693
3694 * align.el: Use lexical-binding.
3695 (align-region): Simplify accordingly.
3696
3697 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
3698
3699 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
3700
3701 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
3702 `non-essential' up.
3703
3704 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
3705
3706 * net/tramp.el:
3707 * net/tramp-adb.el:
3708 * net/tramp-cmds.el:
3709 * net/tramp-ftp.el:
3710 * net/tramp-gvfs.el:
3711 * net/tramp-gw.el:
3712 * net/tramp-sh.el: Don't wrap external variable declarations by
3713 `eval-when-compile'.
3714
3715 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3716
3717 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
3718 now that Emacs supports ImageMagick animations.
3719
3720 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
3721
3722 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
3723 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
3724
3725 2013-08-16 Martin Rudalics <rudalics@gmx.at>
3726
3727 * window.el (mouse-autoselect-window-select): Do autoselect when
3728 mouse pointer is on margin.
3729
3730 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
3731
3732 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
3733
3734 2013-08-16 Glenn Morris <rgm@gnu.org>
3735
3736 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
3737 Handle "Remote Directory" response of some clients. (Bug#15058)
3738
3739 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
3740 Tweak warning. (Bug#14926)
3741
3742 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
3743 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
3744
3745 * image-mode.el (image-mode-map): Add menu items to reverse,
3746 increase, decrease, reset animation speed.
3747 (image--set-speed, image-increase-speed, image-decrease-speed)
3748 (image-reverse-speed, image-reset-speed): New functions.
3749 (image-mode-map): Add bindings for speed commands.
3750
3751 * image.el (image-animate-get-speed, image-animate-set-speed):
3752 New functions.
3753 (image-animate-timeout): Respect image :speed property.
3754
3755 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3756
3757 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
3758 previous line (bug#15101).
3759 (debugger-eval-expression, debugger-record-expression):
3760 Use read--expression (bug#15102).
3761
3762 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
3763
3764 Remove byte compiler warnings, visible when compiling with
3765 `byte-compile-force-lexical-warnings' set to t.
3766
3767 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
3768 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
3769 (tramp-handle-unhandled-file-name-directory)
3770 (tramp-handle-file-notify-add-watch, tramp-action-login)
3771 (tramp-action-succeed, tramp-action-permission-denied)
3772 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
3773 arguments with "_".
3774
3775 * net/tramp-adb.el (tramp-adb-parse-device-names)
3776 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
3777 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
3778 (tramp-adb-handle-file-truename): Remove unused arguments.
3779
3780 * net/tramp-cache.el (tramp-flush-directory-property)
3781 (tramp-flush-connection-property, tramp-list-connections)
3782 (tramp-parse-connection-properties): Prefix unused arguments with "_".
3783
3784 * net/tramp-compat.el (tramp-compat-make-temp-file):
3785 Rename FILENAME to F.
3786
3787 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3788 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
3789 (tramp-zeroconf-parse-workstation-device-names)
3790 (tramp-zeroconf-parse-webdav-device-names)
3791 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
3792
3793 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3794 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
3795
3796 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
3797 arguments.
3798 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
3799 (tramp-sh-handle-insert-file-contents-literally)
3800 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
3801 with "_".
3802 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
3803 Remove unused variables.
3804
3805 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3806 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
3807 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
3808
3809 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
3810 Make them a defconst.
3811 (tramp-uuencode-region): Remove unused variable.
3812
3813 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
3814
3815 * frameset.el (frameset--prop-setter): New function.
3816 (frameset-prop): Add gv-setter declaration.
3817 (frameset-filter-minibuffer): Deal with the case that the minibuffer
3818 parameter was already set in FILTERED. Doc fix.
3819 (frameset--record-minibuffer-relationships): Allow saving a
3820 minibufferless frame without its corresponding minibuffer frame.
3821 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
3822 frame, if the frame id matches.
3823 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
3824 frames before orphaned ones.
3825 (frameset-restore): Warn about orphaned windows, instead of error out.
3826
3827 2013-08-14 Martin Rudalics <rudalics@gmx.at>
3828
3829 * window.el (window-make-atom): Don't overwrite parameter
3830 already present.
3831 (display-buffer-in-atom-window): Handle special case where we
3832 split an already atomic window.
3833 (window--major-non-side-window, display-buffer-in-side-window)
3834 (window--side-check): Ignore minibuffer window when walking
3835 window tree.
3836 (window-deletable-p): Return 'frame only if no other frame uses
3837 our minibuffer window.
3838 (record-window-buffer): Run buffer-list-update-hook.
3839 (split-window): Make sure window--check-frame won't destroy an
3840 existing atomic window in case the new window gets nested
3841 inside.
3842 (display-buffer-at-bottom): Ignore minibuffer window when
3843 walking window tree. Don't split a side window.
3844 (pop-to-buffer): Don't set-buffer here, the select-window call
3845 should do that.
3846 (mouse-autoselect-window-select): Autoselect only if we are in the
3847 text portion of the window.
3848
3849 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3850
3851 * net/shr.el (shr-parse-image-data): New function to grab both the
3852 data itself and the Content-Type.
3853 (shr-put-image): Use it.
3854
3855 * net/eww.el (eww-display-image): Ditto.
3856
3857 * image.el (image-content-type-suffixes): New variable.
3858
3859 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3860
3861 * progmodes/python.el (python-imenu--build-tree)
3862 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
3863
3864 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
3865
3866 * simple.el (backward-word): Mention the optional argument.
3867
3868 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3869
3870 * frameset.el (frameset--make): Rename constructor from make-frameset.
3871 (frameset-p, frameset-valid-p): Don't autoload.
3872 (frameset-valid-p): Use normal accessors.
3873
3874 2013-08-13 Glenn Morris <rgm@gnu.org>
3875
3876 * progmodes/compile.el (compile-command): Tweak example in doc.
3877 * obsolete/scribe.el (scribe-mode):
3878 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
3879
3880 * mail/feedmail.el (feedmail-confirm-outgoing)
3881 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
3882
3883 * cus-start.el (truncate-partial-width-windows): Fix type.
3884
3885 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
3886
3887 * net/shr.el (shr-table-horizontal-line): Fix custom type.
3888
3889 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * emacs-lisp/timer.el (timer--time-setter): New function.
3892 (timer--time): Use it as gv-setter.
3893
3894 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
3895 setter is not a symbol.
3896
3897 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
3898
3899 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
3900 if sending fails. This makes debugging easier.
3901
3902 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
3903
3904 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
3905 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
3906 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
3907
3908 2013-08-12 Eli Zaretskii <eliz@gnu.org>
3909
3910 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
3911
3912 2013-08-12 Glenn Morris <rgm@gnu.org>
3913
3914 * format.el (format-annotate-function):
3915 Handle read-only text properties in the source. (Bug#14887)
3916
3917 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3918
3919 * net/eww.el (eww-display-html): Ignore coding system errors.
3920 One web site uses "utf-8lias" as the coding system.
3921
3922 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
3923
3924 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
3925
3926 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
3927
3928 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
3929 (tutorial--detailed-help): Remove unused local variables.
3930 (tutorial--save-tutorial-to): Use ignore-errors.
3931 (help-with-tutorial): Use looking-at-p.
3932
3933 * view.el (view-buffer-other-window, view-buffer-other-frame):
3934 Mark unused arguments.
3935
3936 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
3937 (woman-select-symbol-fonts, woman, woman-find-file)
3938 (woman-insert-file-contents, woman-non-underline-faces):
3939 Use string-match-p.
3940 (woman1-unquote): Move declaration.
3941
3942 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
3943 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
3944 argument. Remove unused local variable.
3945 (xml-parse-elem-type): Use string-match-p.
3946 (xml-substitute-numeric-entities): Use ignore-errors.
3947
3948 * calculator.el (calculator): Mark unused argument.
3949 (calculator-paste, calculator-quit, calculator-integer-p):
3950 Use ignore-errors.
3951 (calculator-string-to-number, calculator-decimal, calculator-exp)
3952 (calculator-op-or-exp): Use string-match-p.
3953
3954 * dired.el (dired-buffer-more-recently-used-p): Declare.
3955 (dired-insert-set-properties, dired-insert-old-subdirs):
3956 Use ignore-errors.
3957
3958 * dired-aux.el (dired-compress): Use ignore-errors.
3959 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
3960 (dired-do-async-shell-command, dired-do-shell-command)
3961 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
3962 (dired-insert-subdir-validate): Use string-match-p.
3963 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
3964 (dired-add-entry): Use string-match-p, looking-at-p.
3965 (dired-insert-subdir-newpos): Remove unused local variable.
3966
3967 * filenotify.el (file-notify-callback): Remove unused local variable.
3968
3969 * filesets.el (filesets-error): Mark unused argument.
3970 (filesets-which-command-p, filesets-filter-dir-names)
3971 (filesets-directory-files, filesets-get-external-viewer)
3972 (filesets-ingroup-get-data): Use string-match-p.
3973
3974 * find-file.el (ff-other-file-name, ff-other-file-name)
3975 (ff-find-the-other-file, ff-cc-hh-converter):
3976 Remove unused local variables.
3977 (ff-get-file-name): Use string-match-p.
3978 (ff-all-dirs-under): Use ignore-errors.
3979
3980 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
3981 (follow-select-if-visible): Remove unused local variable.
3982
3983 * forms.el (read-file-filter): Move declaration.
3984 (forms--make-format, forms--make-parser, forms-insert-record):
3985 Quote function with #'.
3986 (forms--update): Use string-match-p. Quote function with #'.
3987
3988 * help-mode.el (help-dir-local-var-def): Mark unused argument.
3989 (help-make-xrefs): Use looking-at-p.
3990 (help-xref-on-pp): Use looking-at-p, ignore-errors.
3991
3992 * ibuffer.el (ibuffer-ext-visible-p): Declare.
3993 (ibuffer-confirm-operation-on): Use string-match-p.
3994
3995 * msb.el (msb-item-handler, msb-dired-item-handler):
3996 Mark unused arguments.
3997
3998 * ses.el (ses-decode-cell-symbol)
3999 (ses-kill-override): Remove unused local variable.
4000 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
4001 (ses-load): Use ignore-errors, looking-at-p.
4002 (ses-jump-safe): Use ignore-errors.
4003 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
4004
4005 * tabify.el (untabify, tabify): Mark unused arguments.
4006
4007 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
4008 Mark unused argument.
4009 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
4010 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
4011
4012 * emacs-lisp/timer.el (timer--time): Define setter with
4013 gv-define-setter to avoid deprecation warning.
4014
4015 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
4016 (*record-cmpl-statistics-p*): Remove (was commented out).
4017 (cmpl-statistics-block): Remove (body was commented out).
4018 All callers changed.
4019 (add-completions-from-buffer, load-completions-from-file):
4020 Remove unused variables.
4021
4022 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
4023
4024 * filecache.el (file-cache-delete-file-list):
4025 Print message only when told so.
4026 (file-cache-files-matching): Use #' in mapconcat argument.
4027
4028 * ffap.el (ffap-url-at-point): Fix reference to variable
4029 thing-at-point-default-mail-uri-scheme.
4030
4031 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * subr.el (define-error): New function.
4034 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
4035 error-file-not-found and define with define-error.
4036 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
4037 and define with define-error.
4038 * userlock.el (file-locked, file-supersession):
4039 * simple.el (mark-inactive):
4040 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
4041 * progmodes/ada-mode.el (ada-mode-errors):
4042 * play/life.el (life-extinct):
4043 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
4044 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
4045 * nxml/rng-util.el (rng-error):
4046 * nxml/rng-uri.el (rng-uri-error):
4047 * nxml/rng-match.el (rng-compile-error):
4048 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
4049 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
4050 * nxml/nxml-rap.el (nxml-scan-error):
4051 * nxml/nxml-outln.el (nxml-outline-error):
4052 * net/soap-client.el (soap-error):
4053 * net/gnutls.el (gnutls-error):
4054 * net/ange-ftp.el (ftp-error):
4055 * mpc.el (mpc-proc-error):
4056 * json.el (json-error, json-readtable-error, json-unknown-keyword)
4057 (json-number-format, json-string-escape, json-string-format)
4058 (json-key-format, json-object-format):
4059 * jka-compr.el (compression-error):
4060 * international/quail.el (quail-error):
4061 * international/kkc.el (kkc-error):
4062 * emacs-lisp/ert.el (ert-test-failed):
4063 * calc/calc.el (calc-error, inexact-result, math-overflow)
4064 (math-underflow):
4065 * bookmark.el (bookmark-error-no-filename):
4066 * epg.el (epg-error): Define with define-error.
4067
4068 * time.el (display-time-event-handler)
4069 (display-time-next-load-average): Don't call sit-for since it seems
4070 unnecessary (bug#15045).
4071
4072 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
4073 Use #' instead of ' to quote functions.
4074 (checkdoc-output-mode): Use setq-local.
4075 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
4076 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
4077 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
4078 (checkdoc-ispell, checkdoc-ispell-current-buffer)
4079 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
4080 (checkdoc-ispell-message-text, checkdoc-ispell-start)
4081 (checkdoc-ispell-continue, checkdoc-ispell-comments)
4082 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
4083
4084 * ido.el (ido-completion-help): Fix up compiler warning.
4085
4086 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
4087
4088 * frameset.el (frameset-p): Add autoload cookie.
4089 (frameset--jump-to-register): New function, based on code moved from
4090 register.el.
4091 (frameset-to-register): Move from register.el. Adapt to `registerv'.
4092
4093 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
4094 (frameset-restore, frameset-save, frameset-session-filter-alist):
4095 Remove declarations.
4096 (register-alist): Doc fix.
4097 (frameset-to-register): Move to frameset.el.
4098 (jump-to-register, describe-register-1): Remove frameset-specific code.
4099
4100 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4101
4102 * allout-widgets.el (allout-widgets-pre-command-business)
4103 (allout-widgets-post-command-business)
4104 (allout-widgets-after-change-handler)
4105 (allout-decorate-item-and-context, allout-set-boundary-marker)
4106 (allout-body-modification-handler)
4107 (allout-graphics-modification-handler): Mark ignored arguments.
4108 (allout-widgets-post-command-business)
4109 (allout-widgets-exposure-change-processor)
4110 (allout-widgets-exposure-undo-processor)
4111 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
4112 (allout-parse-item-at-point, allout-decorate-item-guides)
4113 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
4114 * allout.el (epa-passphrase-callback-function): Declare.
4115 (allout-overlay-insert-in-front-handler)
4116 (allout-overlay-interior-modification-handler)
4117 (allout-isearch-end-handler, allout-chart-siblings)
4118 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
4119 (allout-yank-processing, allout-process-exposed)
4120 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
4121 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
4122 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
4123 (lisp-indent-defform): Mark ignored arguments.
4124 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
4125 (calculate-lisp-indent): Remove unused variables.
4126 * international/characters.el (indian-2-column, arabic-2-column)
4127 (tibetan): Mark ignored arguments.
4128 (use-cjk-char-width-table): Mark ignored arguments.
4129 Remove unused variables.
4130 * international/fontset.el (build-default-fontset-data)
4131 (x-compose-font-name, create-fontset-from-fontset-spec):
4132 Mark ignored arguments.
4133 (fontset-plain-name): Remove unused variables.
4134 * international/mule.el (charset-id, charset-bytes, generic-char-p)
4135 (keyboard-coding-system): Mark ignored arguments.
4136 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
4137 * help.el (resize-temp-buffer-window):
4138 * window.el (display-buffer-in-major-side-window)
4139 (display-buffer-in-side-window, display-buffer-in-previous-window):
4140 Remove unused variables.
4141 * isearch.el (isearch-forward-symbol):
4142 * version.el (emacs-bzr-version-bzr):
4143 * international/mule-cmds.el (current-language-environment):
4144 * term/common-win.el (x-handle-iconic, x-handle-geometry)
4145 (x-handle-display):
4146 * term/pc-win.el (x-list-fonts, x-display-planes)
4147 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
4148 (x-server-version, x-display-screens, x-display-mm-height)
4149 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
4150 (x-selection-owner-p, x-own-selection-internal)
4151 (x-disown-selection-internal, x-get-selection-internal)
4152 (msdos-initialize-window-system):
4153 * term/tty-colors.el (tty-color-alist, tty-color-clear):
4154 * term/x-win.el (x-handle-no-bitmap-icon):
4155 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
4156 (vc-default-find-file-hook, vc-default-extra-menu):
4157 Mark ignored arguments.
4158
4159 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4160
4161 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
4162 break-condition in the context of the debugged code (bug#12685).
4163
4164 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
4165
4166 * comint.el:
4167 Do not use an overlay to highlight the last prompt. (Bug#14744)
4168 (comint-mode): Make comint-last-prompt buffer local.
4169 (comint-last-prompt): New variable.
4170 (comint-last-prompt-overlay): Remove. Superseded by
4171 comint-last-prompt.
4172 (comint-snapshot-last-prompt, comint-output-filter):
4173 Use comint-last-prompt.
4174
4175 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4176
4177 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
4178 (frameset-save): Check validity of the resulting frameset.
4179
4180 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
4181
4182 * ido.el (ido-record-command): Add doc string.
4183
4184 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4185
4186 * frameset.el (frameset): Do not disable creation of the default
4187 frameset-p predicate. Doc fix.
4188 (frameset-valid-p): New function, copied from the old predicate-p.
4189 Add additional checks.
4190 (frameset-restore): Check with frameset-valid-p.
4191 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
4192 (frameset-name, frameset-description, frameset-properties)
4193 (frameset-states): Add docstring.
4194 (frameset-session-filter-alist, frameset-persistent-filter-alist)
4195 (frameset-filter-alist): Doc fixes.
4196
4197 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4198
4199 * frameset.el (frameset-p, frameset-prop): Doc fixes.
4200
4201 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4202
4203 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
4204 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
4205 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
4206 (byte-compile-normal-call): Remove obsolescence check.
4207
4208 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4209
4210 * frameset.el (frameset-restore): Doc fix.
4211
4212 * register.el (frameset-frame-id, frameset-frame-with-id)
4213 (frameset-p, frameset-restore, frameset-save): Declare.
4214 (register-alist): Document framesets.
4215 (frameset-session-filter-alist): Declare.
4216 (frameset-to-register): New function.
4217 (jump-to-register): Implement jumping to framesets. Doc fix.
4218 (describe-register-1): Describe framesets.
4219
4220 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
4221
4222 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
4223
4224 * desktop.el (desktop-save-frameset): Use new frameset-save args.
4225 Use lexical-binding.
4226
4227 * frameset.el (frameset): Use type vector, not list (incompatible
4228 change). Do not declare a new constructor, use the default one.
4229 Upgrade suggested properties `app', `name' and `desc' to slots `app',
4230 `name' and `description', respectively, and add read-only slot
4231 `timestamp'. Doc fixes.
4232 (frameset-copy, frameset-persistent-filter-alist)
4233 (frameset-filter-alist, frameset-switch-to-gui-p)
4234 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
4235 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
4236 (frameset-filter-iconified, frameset-keep-original-display-p):
4237 Doc fixes.
4238 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
4239 Rename from frameset-filter-(save|restore)-param. All callers changed.
4240 Doc fix.
4241 (frameset-p): Adapt to change to vector and be more thorough.
4242 Change arg name to OBJECT. Doc fix.
4243 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
4244 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
4245 All callers changed.
4246 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
4247 All callers changed.
4248 (frameset--record-minibuffer-relationships): Rename from
4249 frameset--process-minibuffer-frames. All callers changed.
4250 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
4251 Use new default constructor (again). Doc fix.
4252 (frameset--find-frame-if): Rename from `frameset--find-frame.
4253 All callers changed.
4254 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
4255 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
4256 Doc fix.
4257 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
4258 PARAMETERS and WINDOW-STATE, respectively.
4259 (frameset-restore): Add new keyword argument PREDICATE.
4260 Reset frameset--target-display to nil. Doc fix.
4261
4262 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4263
4264 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
4265 (bat-mode): Use it.
4266 (bat-mode-syntax-table): Mark \n as end-of-comment.
4267 (bat-font-lock-keywords): Remove comment rule.
4268
4269 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
4270 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
4271
4272 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
4273 (byte-compile-callargs-warn): Use `push'.
4274 (byte-compile-arglist-warn): Ignore higher-order "calls".
4275 (byte-compile-file-form-autoload): Use `pcase'.
4276 (byte-compile-function-form): If quoting a symbol, check that it exists.
4277
4278 2013-08-07 Eli Zaretskii <eliz@gnu.org>
4279
4280 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
4281 and add a few popular commands found in batch files.
4282 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
4283 (dos-mode): Doc fixes.
4284
4285 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4286
4287 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
4288 (dos-mode): Use setq-local. Add space after "rem".
4289 (dos-mode-syntax-table): Don't use "w" for symbol chars.
4290 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
4291
4292 2013-08-07 Arni Magnusson <arnima@hafro.is>
4293
4294 * progmodes/dos.el: New file.
4295 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
4296 dos-mode.
4297
4298 2013-08-06 Glenn Morris <rgm@gnu.org>
4299
4300 * calendar/calendar.el: Add new faces, and day-header-array.
4301 (calendar-weekday-header, calendar-weekend-header)
4302 (calendar-month-header): New faces.
4303 (calendar-day-header-construct): New function.
4304 (calendar-day-header-width): Also :set calendar-day-header-array.
4305 (calendar-american-month-header, calendar-european-month-header)
4306 (calendar-iso-month-header): Use calendar- faces.
4307 (calendar-generate-month):
4308 Use calendar-day-header-array for day headers; apply faces to them.
4309 (calendar-mode): Check calendar-font-lock-keywords non-nil.
4310 (calendar-abbrev-construct): Add optional maxlen argument.
4311 (calendar-day-name-array): Doc fix.
4312 (calendar-day-name-array, calendar-abbrev-length)
4313 (calendar-day-abbrev-array):
4314 Also :set calendar-day-header-array, and maybe redraw.
4315 (calendar-day-header-array): New option. (Bug#15007)
4316 (calendar-font-lock-keywords): Set to nil and make obsolete.
4317 (calendar-day-name): Add option to use header array.
4318
4319 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4320
4321 * net/shr.el (shr-render-td): Remove debugging.
4322 (shr-render-td): Make width computation consistent by defaulting
4323 all zero-width columns to 10 characters. This may not be optimal,
4324 but it's at least consistent.
4325 (shr-make-table-1): Redo last change to fix the real problem in
4326 colspan handling.
4327
4328 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4329
4330 * files.el (cache-long-line-scans):
4331 Make obsolete alias to `cache-long-scans'.
4332
4333 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
4334
4335 * frameset.el (frameset, frameset-filter-alist)
4336 (frameset-filter-params, frameset-save, frameset--reuse-frame)
4337 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
4338 (frameset-compute-pos): Rename from frameset--compute-pos,
4339 and add docstring.
4340 (frameset-move-onscreen): Use frameset-compute-pos.
4341 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4342
4343 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
4344 Fix typos in docstrings.
4345
4346 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4347
4348 * frame.el (get-other-frame): Tiny cleanup.
4349
4350 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
4351
4352 * vc/vc.el (vc-default-ignore-completion-table):
4353 Silence byte-compiler warning.
4354
4355 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
4356 slot , which can indeed be nil.
4357 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4358 Move entry for `left' from persistent to live filter alist.
4359 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
4360 Doc fixes.
4361 (frameset-filter-params): When restoring a frame, copy items added to
4362 `filtered', to avoid unwittingly modifying the original parameters.
4363 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
4364 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
4365
4366 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
4367 to use looking-at-p instead of looking-at. (Bug#15028)
4368
4369 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4370
4371 Revert introduction of isearch-filter-predicates (bug#14714).
4372 Rely on add-function instead.
4373 * isearch.el (isearch-filter-predicates): Rename it back to
4374 isearch-filter-predicate.
4375 (isearch-message-prefix): Use advice-function-mapc and advice
4376 properties to get the isearch-message-prefix.
4377 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
4378 instead of run-hook-with-args-until-failure.
4379 (isearch-filter-visible): Not obsolete any more.
4380 * loadup.el: Preload nadvice.
4381 * replace.el (perform-replace): Revert to funcall
4382 instead of run-hook-with-args-until-failure.
4383 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
4384 * dired-aux.el (dired-isearch-filenames-mode): Rename from
4385 dired-isearch-filenames-toggle; make it into a proper minor mode.
4386 Use add/remove-function.
4387 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
4388 Call the minor-mode rather than add/remove-hook.
4389 (dired-isearch-filter-filenames):
4390 Remove isearch-message-prefix property.
4391 * info.el (Info--search-loop): New function, extracted from Info-search.
4392 Funcall isearch-filter-predicate instead of
4393 run-hook-with-args-until-failure isearch-filter-predicates.
4394 (Info-search): Use it.
4395 (Info-mode): Use isearch-filter-predicate instead of
4396 isearch-filter-predicates.
4397
4398 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4399
4400 Do not call to `selected-window' where it is assumed by default.
4401 Affected functions are `window-minibuffer-p', `window-dedicated-p',
4402 `window-hscroll', `window-width', `window-height', `window-buffer',
4403 `window-frame', `window-start', `window-point', `next-window'
4404 and `window-display-table'.
4405 * abbrev.el (abbrev--default-expand):
4406 * bs.el (bs--show-with-configuration):
4407 * buff-menu.el (Buffer-menu-mouse-select):
4408 * calc/calc.el (calc):
4409 * calendar/calendar.el (calendar-generate-window):
4410 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
4411 (diary-make-entry):
4412 * comint.el (send-invisible, comint-dynamic-complete-filename)
4413 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
4414 * completion.el (complete):
4415 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
4416 * disp-table.el (describe-current-display-table):
4417 * doc-view.el (doc-view-insert-image):
4418 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
4419 * ehelp.el (with-electric-help):
4420 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4421 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
4422 * emacs-lisp/helper.el (Helper-help-scroller):
4423 * emulation/cua-base.el (cua--post-command-handler-1):
4424 * eshell/esh-mode.el (eshell-output-filter):
4425 * ffap.el (ffap-gnus-wrapper):
4426 * help-macro.el (make-help-screen):
4427 * hilit-chg.el (highlight-compare-buffers):
4428 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
4429 * hl-line.el (global-hl-line-highlight):
4430 * icomplete.el (icomplete-simple-completing-p):
4431 * isearch.el (isearch-done):
4432 * jit-lock.el (jit-lock-stealth-fontify):
4433 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
4434 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
4435 * mpc.el (mpc-tagbrowser, mpc):
4436 * net/rcirc.el (rcirc-any-buffer):
4437 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
4438 * play/landmark.el (landmark-max-width, landmark-max-height):
4439 * play/zone.el (zone):
4440 * progmodes/compile.el (compilation-goto-locus):
4441 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4442 * progmodes/etags.el (find-tag-other-window):
4443 * progmodes/fortran.el (fortran-column-ruler):
4444 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4445 * progmodes/verilog-mode.el (verilog-point-text):
4446 * reposition.el (reposition-window):
4447 * rot13.el (toggle-rot13-mode):
4448 * server.el (server-switch-buffer):
4449 * shell.el (shell-dynamic-complete-command)
4450 (shell-dynamic-complete-environment-variable):
4451 * simple.el (insert-buffer, set-selective-display)
4452 (delete-completion-window):
4453 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
4454 (speedbar-recenter):
4455 * startup.el (fancy-splash-head):
4456 * textmodes/ispell.el (ispell-command-loop):
4457 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
4458 * tutorial.el (help-with-tutorial):
4459 * vc/add-log.el (add-change-log-entry):
4460 * vc/compare-w.el (compare-windows):
4461 * vc/ediff-help.el (ediff-indent-help-message):
4462 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
4463 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
4464 (ediff-setup-control-frame):
4465 * vc/emerge.el (emerge-position-region):
4466 * vc/pcvs-util.el (cvs-bury-buffer):
4467 * window.el (walk-windows, mouse-autoselect-window-select):
4468 * winner.el (winner-set-conf, winner-undo): Related users changed.
4469
4470 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4471
4472 * frameset.el (frameset--set-id): Doc fix.
4473 (frameset-frame-id, frameset-frame-id-equal-p)
4474 (frameset-locate-frame-id): New functions.
4475 (frameset--process-minibuffer-frames, frameset--reuse-frame)
4476 (frameset-restore): Use them.
4477
4478 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4479
4480 Do not call to `selected-frame' where it is assumed by default.
4481 Affected functions are `raise-frame', `redraw-frame',
4482 `frame-first-window', `frame-terminal' and `delete-frame'.
4483 * calendar/appt.el (appt-disp-window):
4484 * epg.el (epg-wait-for-completion):
4485 * follow.el (follow-delete-other-windows-and-split)
4486 (follow-avoid-tail-recenter):
4487 * international/mule.el (set-terminal-coding-system):
4488 * mail/rmail.el (rmail-mail-return):
4489 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4490 * progmodes/f90.el (f90-add-imenu-menu):
4491 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
4492 * server.el (server-switch-buffer):
4493 * simple.el (delete-completion-window):
4494 * talk.el (talk):
4495 * term/xterm.el (terminal-init-xterm-modify-other-keys)
4496 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
4497 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
4498 * vc/ediff.el (ediff-documentation): Related users changed.
4499 * frame.el (selected-terminal): Remove the leftover.
4500
4501 2013-08-05 Glenn Morris <rgm@gnu.org>
4502
4503 * calendar/calendar.el (calendar-generate-month):
4504 Fix for calendar-column-width != 1 + calendar-day-digit-width.
4505 (calendar-generate-month, calendar-font-lock-keywords):
4506 Fix for calendar-day-header-width > length of any day name.
4507
4508 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4509
4510 * desktop.el (desktop-clear): Use new name of sort predicate.
4511
4512 * frameset.el (frameset): Add docstring. Move :version property to its
4513 own `version' slot.
4514 (frameset-copy): Rename from copy-frameset.
4515 (frameset-p): Check more thoroughly.
4516 (frameset-prop): Do not check for :version, which is no longer a prop.
4517 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4518 Use new :never value instead of t.
4519 (frameset-filter-alist): Expand and clarify docstring.
4520 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
4521 (frameset-filter-minibuffer, frameset-filter-save-param)
4522 (frameset-filter-restore-param, frameset-filter-iconified):
4523 Add pointer to docstring of frameset-filter-alist.
4524 (frameset-filter-params): Rename filter values to be more meaningful:
4525 :never instead of t, and reverse the meanings of :save and :restore.
4526 (frameset--process-minibuffer-frames): Clarify error message.
4527 (frameset-save): Avoid unnecessary and confusing call to framep.
4528 Use new BOA constructor for framesets.
4529 (frameset--reuse-list): Doc fix.
4530 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
4531 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
4532 (frameset-minibufferless-first-p): Doc fix.
4533 Rename from frameset-sort-frames-for-deletion.
4534 (frameset-restore): Doc fixes. Use new function names.
4535 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4536
4537 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4538
4539 * desktop.el (desktop-restore-forces-onscreen)
4540 (desktop-restore-reuses-frames): Document :keyword constant values.
4541 (desktop-filter-parameters-alist): Remove, now identical to
4542 frameset-filter-alist.
4543 (desktop--filter-tty*): Remove, moved to frameset.el.
4544 (desktop-save-frameset, desktop-restore-frameset):
4545 Do not pass :filters argument.
4546
4547 * frameset.el (frameset-live-filter-alist)
4548 (frameset-persistent-filter-alist): New variables.
4549 (frameset-filter-alist): Use them. Add autoload cookie.
4550 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
4551 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
4552 `frameset--id' (it's supposed to be internal to frameset.el).
4553 (frameset--process-minibuffer-frames): Ditto. Doc fix.
4554 (frameset--initial-params): New function.
4555 (frameset--get-frame): Use it. Doc fix.
4556 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
4557 Accept :all, not 'all.
4558 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
4559 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
4560 with fbound symbols. Fix frame id matching, and remove matching ids if
4561 the frame being restored is deleted. Obey :delete.
4562
4563 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4564
4565 * subr.el (macrop): New function.
4566 (text-clone--maintaining): New var.
4567 (text-clone--maintain): Rename from text-clone-maintain. Use it
4568 instead of inhibit-modification-hooks.
4569
4570 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4571 a proxy, so as handle autoloads and redefinitions of the target.
4572 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4573
4574 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4575 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
4576 (pcase--mutually-exclusive-p): New function.
4577 (pcase--split-consp): Use it.
4578 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
4579 mutually exclusive with the current predicate.
4580
4581 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4582 (edebug-macrop): Remove. Use `macrop' instead.
4583 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
4584 (ad-macro-p):
4585 * eshell/esh-cmd.el (eshell-macrop):
4586 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
4587
4588 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4589
4590 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4591 (advice-mapc): New function, using it.
4592 (advice-function-member-p): New function.
4593 (advice--normalize): Store the cdr in advice--saved-rewrite since
4594 that's the part that will be changed.
4595 (advice--symbol-function): New function.
4596 (advice-remove): Handle removal before the function is defined.
4597 Adjust to new advice--saved-rewrite.
4598 (advice-member-p): Use advice-function-member-p and
4599 advice--symbol-function.
4600
4601 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4602
4603 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
4604 (frameset-filter-minibuffer): Doc fix.
4605 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
4606 (frameset--set-id, frameset--process-minibuffer-frames)
4607 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
4608 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
4609
4610 * desktop.el (desktop-clear): Only delete frames when called
4611 interactively and desktop-restore-frames is non-nil. Doc fix.
4612 (desktop-read): Set desktop-saved-frameset to nil.
4613
4614 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
4615
4616 * vc/vc.el (vc-ignore): Rewrite.
4617 (vc-default-ignore-completion-table):
4618 (vc--read-lines):
4619 (vc--add-line, vc--remove-regexp): New functions.
4620
4621 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
4622 (vc-svn-ignore-completion-table): New function.
4623
4624 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
4625 (vc-hg-ignore-completion-table):
4626 (vc-hg-find-ignore-file): New functions.
4627
4628 * vc/vc-git.el (vc-git-ignore): Rewrite.
4629 (vc-git-ignore-completion-table):
4630 (vc-git-find-ignore-file): New functions.
4631
4632 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
4633
4634 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
4635 (vc-bzr-ignore-completion-table):
4636 (vc-bzr-find-ignore-file): New functions.
4637
4638 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
4639
4640 * frameset.el (frameset-prop): New function and setter.
4641 (frameset-save): Do not modify frame list passed by the caller.
4642
4643 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4644
4645 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
4646
4647 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4648
4649 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
4650 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
4651
4652 * custom.el (custom-initialize-default, custom-initialize-set)
4653 (custom-initialize-reset, custom-initialize-changed): Affect the
4654 toplevel-default-value (bug#6275, bug#14586).
4655 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
4656 for bug#6275.
4657
4658 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4659
4660 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4661 Add cl-def* expressions.
4662
4663 * frameset.el (frameset-filter-params): Fix order of arguments.
4664
4665 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4666
4667 Move code related to saving frames to frameset.el.
4668 * desktop.el: Require frameset.
4669 (desktop-restore-frames): Doc fix.
4670 (desktop-restore-reuses-frames): Rename from
4671 desktop-restoring-reuses-frames.
4672 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
4673 (desktop-clear): Clear frames too.
4674 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
4675 (desktop--filter-tty*, desktop-save, desktop-read):
4676 Use frameset functions.
4677 (desktop-before-saving-frames-functions, desktop--filter-*-color)
4678 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4679 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
4680 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
4681 (desktop--process-minibuffer-frames, desktop-save-frames)
4682 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
4683 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
4684 (desktop--sort-states, desktop-restoring-frames-p)
4685 (desktop-restore-frames): Remove. Most code moved to frameset.el.
4686 (desktop-restoring-frameset-p, desktop-restore-frameset)
4687 (desktop--check-dont-save, desktop-save-frameset): New functions.
4688 (desktop--app-id): New constant.
4689 (desktop-first-buffer, desktop-buffer-ok-count)
4690 (desktop-buffer-fail-count): Move before first use.
4691 * frameset.el: New file.
4692
4693 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4694
4695 * files.el: Use lexical-binding.
4696 (dir-locals-read-from-file): Remove unused `err' variable.
4697 (hack-dir-local-variables--warned-coding): New var.
4698 (hack-dir-local-variables): Use it to avoid repeated warnings.
4699 (make-backup-file-name--default-function): New function.
4700 (make-backup-file-name-function): Use it as default.
4701 (buffer-stale--default-function): New function.
4702 (buffer-stale-function): Use it as default.
4703 (revert-buffer-insert-file-contents--default-function): New function.
4704 (revert-buffer-insert-file-contents-function): Use it as default.
4705 (insert-directory): Avoid add-to-list.
4706
4707 * autorevert.el (auto-revert-handler): Simplify.
4708 Use buffer-stale--default-function.
4709
4710 2013-08-01 Tassilo Horn <tsdh@gnu.org>
4711
4712 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
4713
4714 * whitespace.el (whitespace-ensure-local-variables): New function.
4715 (whitespace-cleanup-region): Call it.
4716 (whitespace-turn-on): Call it.
4717
4718 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
4719
4720 Complete file name handlers.
4721
4722 * net/tramp.el (tramp-handle-set-visited-file-modtime)
4723 (tramp-handle-verify-visited-file-modtime)
4724 (tramp-handle-file-notify-rm-watch): New functions.
4725 (tramp-call-process): Do not bind `default-directory'.
4726
4727 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4728 Order alphabetically.
4729 [access-file, add-name-to-file, dired-call-process]:
4730 [dired-compress-file, file-acl, file-notify-rm-watch]:
4731 [file-ownership-preserved-p, file-selinux-context]:
4732 [make-directory-internal, make-symbolic-link, set-file-acl]:
4733 [set-file-selinux-context, set-visited-file-modtime]:
4734 [verify-visited-file-modtime]: Add handler.
4735 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
4736
4737 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4738 [file-notify-add-watch, file-notify-rm-watch]:
4739 [set-file-times, set-visited-file-modtime]:
4740 [verify-visited-file-modtime]: Add handler.
4741 (with-tramp-gvfs-error-message)
4742 (tramp-gvfs-handle-set-visited-file-modtime)
4743 (tramp-gvfs-fuse-file-name): Remove.
4744 (tramp-gvfs-handle-file-notify-add-watch)
4745 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
4746 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
4747
4748 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4749 Order alphabetically.
4750 [file-notify-rm-watch ]: Use default Tramp handler.
4751 [executable-find]: Remove private handler.
4752 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
4753 `default-directory'.
4754 (tramp-sh-handle-executable-find)
4755 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
4756 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4757 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
4758 Do not use `format' in `tramp-message'.
4759
4760 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
4761 [file-notify-rm-watch, set-visited-file-modtime]:
4762 [verify-visited-file-modtime]: Add handler.
4763 (tramp-smb-call-winexe): Do not bind `default-directory'.
4764
4765 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
4766
4767 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
4768
4769 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
4770
4771 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
4772 use it.
4773 (log-view-diff-changeset): Same.
4774 (log-view-diff-common): Call backend command `previous-revision'
4775 to find out the previous revision, in both cases. Swap the
4776 variables `to' and `fr', so that `fr' usually refers to the
4777 earlier revision (Bug#14989).
4778
4779 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
4780
4781 * ibuf-ext.el (ibuffer-filter-by-filename):
4782 Make it work with dired buffers too.
4783
4784 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
4785
4786 * emacs-lisp/re-builder.el (reb-color-display-p):
4787 * files.el (save-buffers-kill-terminal):
4788 * net/browse-url.el (browse-url):
4789 * server.el (server-save-buffers-kill-terminal):
4790 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
4791 Prefer nil to selected-frame for the first arg of frame-parameter.
4792
4793 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
4794
4795 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
4796
4797 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
4798
4799 * minibuffer.el (completion--twq-all): Try and preserve each
4800 completion's case choice (bug#14907).
4801
4802 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4803
4804 * net/network-stream.el (open-network-stream): Mention the new
4805 :nogreeting parameter.
4806 (network-stream-open-starttls): Use the :nogreeting parameter
4807 (bug#14938).
4808
4809 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
4810
4811 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
4812 more natural than popping.
4813
4814 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
4815 (shr-urlify): Highlight under mouse.
4816
4817 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4818
4819 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
4820
4821 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
4822
4823 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
4824 buffer for output.
4825
4826 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
4827 point-min==1. Fix search string. Fix parentheses missing.
4828
4829 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
4830 assume point-min==1. Fix search string. Fix parentheses missing.
4831
4832 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
4833
4834 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
4835 buffer for output.
4836
4837 2013-07-29 Eli Zaretskii <eliz@gnu.org>
4838
4839 * frame.el (frame-notice-user-settings): Avoid inflooping when the
4840 initial frame is minibuffer-less. (Bug#14841)
4841
4842 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
4843
4844 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
4845 option.
4846
4847 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4848 (tramp-maybe-open-connection): Use it.
4849
4850 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4851
4852 * desktop.el (desktop--make-frame): Include `minibuffer' in the
4853 minimal set of parameters passed when creating a frame, because
4854 the minibuffer status of a frame cannot be changed later.
4855
4856 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
4857
4858 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
4859 replace-regexp-in-string and inadvertent omissions in previous change.
4860 (todo-filter-items): Ensure only file names are comma-separated in
4861 name of filtered items buffer.
4862
4863 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4864
4865 * desktop.el: Optionally force offscreen frames back onscreen.
4866 (desktop-restoring-reuses-frames): New option.
4867 (desktop--compute-pos, desktop--move-onscreen): New functions.
4868 (desktop--make-frame): Use desktop--move-onscreen.
4869
4870 2013-07-27 Alan Mackenzie <acm@muc.de>
4871
4872 Fontify a Java generic method as a function.
4873 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
4874 value to t.
4875
4876 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
4877
4878 * calendar/todo-mode.el: Add command to rename todo files.
4879 (todo-rename-file): New command.
4880 (todo-key-bindings-t): Add key binding for it. Change the
4881 bindings of todo-filter-regexp-items(-multifile) to use `x'
4882 instead of `r', since the latter is better suited to the new
4883 renaming command.
4884
4885 2013-07-27 Alan Mackenzie <acm@muc.de>
4886
4887 Make Java try-with-resources statement parse properly.
4888 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
4889 (c-block-stmt-1-2-key): New language constants/variables.
4890 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4891 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
4892 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
4893 with c-block-stmt-1-2-key.
4894
4895 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
4896
4897 * desktop.el (desktop--make-frame): Apply most frame parameters after
4898 creating the frame to force (partially or totally) offscreen frames to
4899 be restored as such.
4900
4901 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
4902
4903 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
4904 (Bug#14948)
4905
4906 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
4909 `base' arg of backtrace-frame.
4910
4911 2013-07-26 Eli Zaretskii <eliz@gnu.org>
4912
4913 * simple.el (list-processes): Doc fix.
4914
4915 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4916
4917 * desktop.el (desktop--select-frame):
4918 Try harder to reuse existing frames.
4919
4920 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4921
4922 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
4923 (edebug-eval): Use backtrace-eval.
4924 (edebug--display, edebug--recursive-edit): Don't let-bind the
4925 edebug-outer-* vars that keep track of variables we locally let-bind.
4926 (edebug-outside-excursion): Don't restore outside values of locally
4927 let-bound vars.
4928 (edebug--display): Use user-error.
4929 (cl-lexical-debug, cl-debug-env): Remove.
4930
4931 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4932
4933 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
4934 are restored to be sure that they are visible before deleting any
4935 remaining ones.
4936
4937 2013-07-26 Matthias Meulien <orontee@gmail.com>
4938
4939 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
4940 vc-print-root-log. (Bug#14948)
4941
4942 2013-07-26 Richard Stallman <rms@gnu.org>
4943
4944 Add aliases for encrypting mail.
4945 * epa.el (epa-mail-aliases): New option.
4946 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
4947 Bind inhibit-read-only so read-only text doesn't ruin everything.
4948 (epa-mail-default-recipients): New subroutine broken out.
4949 Handle epa-mail-aliases.
4950
4951 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4952
4953 Add support for lexical variables to the debugger's `e' command.
4954 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
4955 vars, except for debugger-outer-match-data.
4956 (debugger-frame-number): Move check for "on a function call" from
4957 callers into it. Add `skip-base' argument.
4958 (debugger-frame, debugger-frame-clear): Simplify accordingly.
4959 (debugger-env-macro): Only reset the state stored in non-variables,
4960 i.e. current-buffer and match-data.
4961 (debugger-eval-expression): Rewrite using backtrace-eval.
4962 * subr.el (internal--called-interactively-p--get-frame): Remove.
4963 (called-interactively-p):
4964 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
4965 `base' arg of backtrace-frame instead.
4966
4967 2013-07-26 Glenn Morris <rgm@gnu.org>
4968
4969 * align.el (align-regexp): Doc fix. (Bug#14857)
4970 (align-region): Explicit error if subexpression missing/does not match.
4971
4972 * simple.el (global-visual-line-mode):
4973 Do not duplicate the mode lighter. (Bug#14858)
4974
4975 2013-07-25 Martin Rudalics <rudalics@gmx.at>
4976
4977 * window.el (display-buffer): In display-buffer bind
4978 split-window-keep-point to t, bug#14829.
4979
4980 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4981
4982 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
4983 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
4984 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
4985 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4986 Change accordingly.
4987 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4988 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
4989
4990 2013-07-25 Glenn Morris <rgm@gnu.org>
4991
4992 * dired-x.el (dired-mark-extension): Convert comment to doc string.
4993
4994 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4995
4996 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
4997 parameter to modify-frame-parameters if the value has not changed;
4998 this is a workaround for bug#14949.
4999 (desktop--make-frame): On cl-delete-if call, check parameter name,
5000 not full parameter.
5001
5002 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
5003
5004 * vc/vc.el (vc-ignore): New function.
5005
5006 * vc/vc-svn.el (vc-svn-ignore): New function.
5007
5008 * vc/vc-hg.el (vc-hg-ignore): New function.
5009
5010 * vc/vc-git.el (vc-git-ignore): New function.
5011
5012 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
5013 (vc-dir-ignore): New function.
5014
5015 * vc/vc-cvs.el (vc-cvs-ignore): New function.
5016 (cvs-append-to-ignore): Move here from pcvs.el.
5017
5018 * vc/vc-bzr.el (vc-bzr-ignore): New function.
5019
5020 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
5021
5022 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
5023
5024 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
5025 (desktop-restore-frames): Warn when deleting an existing frame failed.
5026
5027 2013-07-24 Glenn Morris <rgm@gnu.org>
5028
5029 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
5030
5031 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
5032
5033 * filenotify.el (file-notify-supported-p):
5034 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5035 Remove functions.
5036
5037 * autorevert.el (auto-revert-use-notify):
5038 (auto-revert-notify-add-watch):
5039 * net/tramp.el (tramp-file-name-for-operation):
5040 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5041 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5042 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5043 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5044 Remove `file-notify-supported-p' entry.
5045
5046 2013-07-24 Glenn Morris <rgm@gnu.org>
5047
5048 * printing.el: Replace all uses of deleted ps-windows-system,
5049 ps-lp-system, ps-flatten-list with lpr- versions.
5050
5051 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5052
5053 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
5054 checked with memq (bug#14935).
5055
5056 * files.el (revert-buffer-function): Use a non-nil default.
5057 (revert-buffer-preserve-modes): Declare var to
5058 provide access to the `preserve-modes' argument.
5059 (revert-buffer): Let-bind it.
5060 (revert-buffer--default): New function, extracted from revert-buffer.
5061
5062 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5063
5064 * lpr.el: Signal print errors more prominently.
5065 (print-region-function): Don't default to nil.
5066 (lpr-print-region): New function, extracted from print-region-1.
5067 Check lpr's return value and signal an error in case of problem.
5068 (print-region-1): Use it.
5069 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
5070 versions instead.
5071 (ps-printer-name): Default to nil.
5072 (ps-printer-name-option): Default to lpr-printer-switch.
5073 (ps-print-region-function): Don't default to nil.
5074 (ps-postscript-code-directory): Simplify default.
5075 (ps-do-despool): Use lpr-print-region to properly check the outcome.
5076 (ps-string-list, ps-eval-switch, ps-flatten-list)
5077 (ps-flatten-list-1): Remove.
5078 (ps-multibyte-buffer): Avoid setq.
5079 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
5080 (print-region-function, ps-print-region-function): Don't set them here.
5081
5082 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
5083
5084 * ido.el (ido-fractionp):
5085 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
5086 (ido-max-file-prompt-width, ido-unc-hosts-cache)
5087 (ido-max-directory-size, ido-max-dir-file-cache)
5088 (ido-decorations): Doc fix.
5089
5090 * ansi-color.el: Fix old URL.
5091
5092 2013-07-23 Michael R. Mauger <michael@mauger.com>
5093
5094 * progmodes/sql.el: Version 3.3
5095 (sql-product-alist): Improve oracle :prompt-cont-regexp.
5096 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
5097 (sql-interactive-remove-continuation-prompt): Rewrite, use
5098 functions above. Fix continuation prompt and complete output line
5099 handling.
5100 (sql-redirect-one, sql-execute): Use `read-only-mode' on
5101 redirected output buffer.
5102 (sql-mode): Restore deleted code (Bug#13591).
5103
5104 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5105
5106 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
5107
5108 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
5109
5110 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
5111
5112 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5113 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5114 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
5115
5116 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5117
5118 * desktop.el (desktop-clear): Simplify; remove useless checks
5119 against invalid buffer names.
5120 (desktop-list*): Use cl-list*.
5121 (desktop-buffer-info, desktop-create-buffer): Simplify.
5122
5123 2013-07-23 Leo Liu <sdl.web@gmail.com>
5124
5125 * bookmark.el (bookmark-make-record): Restore NAME as a default
5126 value. (Bug#14933)
5127
5128 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5129
5130 * emacs-lisp/autoload.el (autoload--setup-output): New function,
5131 extracted from autoload--insert-text.
5132 (autoload--insert-text): Remove.
5133 (autoload--print-cookie-text): New function, extracted from
5134 autoload--insert-cookie-text.
5135 (autoload--insert-cookie-text): Remove.
5136 (autoload-generate-file-autoloads): Adjust calls accordingly.
5137
5138 * winner.el (winner-hook-installed-p): Remove.
5139 (winner-mode): Simplify accordingly.
5140
5141 * subr.el (add-to-list): Fix compiler-macro when `append' is
5142 not constant. Don't use `cl-member' for the base case.
5143
5144 * progmodes/subword.el: Fix boundary case (bug#13758).
5145 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
5146 own group.
5147 (subword-backward-regexp): Make it a constant.
5148 (subword-forward-internal): Don't treat a trailing capital as the
5149 beginning of a word.
5150
5151 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
5152
5153 * emacs-lisp/package.el (package-menu-mode): Don't modify the
5154 global value of tabulated-list-revert-hook (bug#14930).
5155
5156 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
5157
5158 * desktop.el: Require 'cl-lib.
5159 (desktop-before-saving-frames-functions): New hook.
5160 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
5161 for frames being saved. Rename from desktop--save-minibuffer-frames.
5162 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
5163 Do not save frames with non-nil `desktop-dont-save' parameter.
5164 Filter out deleted frames.
5165 (desktop--find-frame): Use cl-find-if.
5166 (desktop--select-frame): Use cl-(first|second|third) to access values
5167 of desktop-mini.
5168 (desktop--make-frame): Use cl-delete-if.
5169 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
5170 (desktop-restore-frames): Use cl-(first|second|third) to access values
5171 of desktop-mini. Look for visible frame at the end, not while
5172 restoring frames.
5173
5174 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
5175 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
5176 Use string-match-p, looking-at-p (bug#14927).
5177
5178 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
5179
5180 * desktop.el (desktop-saved-frame-states):
5181 Rename from desktop--saved-states; all users changed.
5182 (desktop-save-frames): Rename from desktop--save-frames.
5183 Do not save state to desktop file.
5184 (desktop-save): Save desktop-saved-frame-states to desktop file
5185 and reset to nil.
5186 (desktop-restoring-frames-p): New function.
5187 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
5188 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
5189 buffer-lists when restoring frames. Suggested by Martin Rudalics.
5190
5191 * desktop.el: Correctly restore iconified frames.
5192 (desktop--filter-iconified-position): New function.
5193 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
5194
5195 2013-07-20 Glenn Morris <rgm@gnu.org>
5196
5197 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
5198 Let `message' do the formatting.
5199 (def-gdb-preempt-display-buffer): Add explicit format.
5200
5201 * image-dired.el (image-dired-track-original-file):
5202 Use with-current-buffer.
5203 (image-dired-track-thumbnail): Use with-current-buffer.
5204 Avoid changing point of wrong window.
5205
5206 * image-dired.el (image-dired-track-original-file):
5207 Avoid changing point of wrong window. (Bug#14909)
5208
5209 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
5210
5211 * progmodes/gdb-mi.el (gdb-done-or-error):
5212 Guard against "%" in gdb output. (Bug#14127)
5213
5214 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
5215
5216 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
5217 (Bug#14826)
5218
5219 * international/mule.el (coding-system-iso-2022-flags): Fix last
5220 change.
5221
5222 2013-07-20 Kenichi Handa <handa@gnu.org>
5223
5224 * international/mule.el (coding-system-iso-2022-flags):
5225 Add `8-bit-level-4'. (Bug#8522)
5226
5227 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5228
5229 * net/shr.el (shr-mouse-browse-url): New command and keystroke
5230 (bug#14815).
5231
5232 * net/eww.el (eww-process-text-input): Allow inputting when the
5233 point is at the start of the line, as the properties aren't
5234 front-sticky.
5235
5236 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
5237 degenerate widths.
5238
5239 2013-07-19 Richard Stallman <rms@gnu.org>
5240
5241 * epa.el (epa-popup-info-window): Doc fix.
5242
5243 * subr.el (split-string): New arg TRIM.
5244
5245 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
5246
5247 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
5248 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
5249
5250 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
5251
5252 * filenotify.el (file-notify--library): Rename from
5253 `file-notify-support'. Do not autoload. Adapt all uses.
5254 (file-notify-supported-p): New defun.
5255
5256 * autorevert.el (auto-revert-use-notify):
5257 Use `file-notify-supported-p' instead of `file-notify-support'.
5258 Adapt docstring.
5259 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
5260
5261 * net/tramp.el (tramp-file-name-for-operation):
5262 Add `file-notify-supported-p'.
5263
5264 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5265 New defun.
5266 (tramp-sh-file-name-handler-alist): Add it as handler for
5267 `file-notify-supported-p '.
5268
5269 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5270 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5271 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5272 Add `ignore' as handler for `file-notify-*' functions.
5273
5274 2013-07-17 Eli Zaretskii <eliz@gnu.org>
5275
5276 * simple.el (line-move-partial, line-move): Don't start vscroll or
5277 scroll-up if the current line is not taller than the window.
5278 (Bug#14881)
5279
5280 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
5281
5282 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
5283 highlight question marks in the method names as strings.
5284 (ruby-block-beg-keywords): Inline.
5285 (ruby-font-lock-keyword-beg-re): Extract from
5286 `ruby-font-lock-keywords'.
5287
5288 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
5289
5290 * frame.el (blink-cursor-blinks): New defcustom.
5291 (blink-cursor-blinks-done): New defvar.
5292 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
5293 (blink-cursor-timer-function): Check if number of blinks has been
5294 done on X and NS.
5295 (blink-cursor-suspend, blink-cursor-check): New defuns.
5296
5297 2013-07-15 Glenn Morris <rgm@gnu.org>
5298
5299 * edmacro.el (edmacro-format-keys): Fix previous change.
5300
5301 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
5302
5303 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
5304 The hack didn't work outside English locales anyway.
5305
5306 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
5307
5308 * simple.el (define-alternatives): Rename from alternatives-define,
5309 per RMS' suggestion.
5310
5311 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
5312
5313 * desktop.el (desktop-restore-frames): Change default to t.
5314 (desktop-restore-in-current-display): Now offer more options.
5315 (desktop-restoring-reuses-frames): New customization option.
5316 (desktop--saved-states): Doc fix.
5317 (desktop-filter-parameters-alist): New variable, renamed and expanded
5318 from desktop--excluded-frame-parameters.
5319 (desktop--target-display): New variable.
5320 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
5321 (desktop--filter-tty*, desktop--filter-*-color)
5322 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5323 (desktop--filter-save-desktop-parm)
5324 (desktop-restore-in-original-display-p): New functions.
5325 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
5326 (desktop--save-minibuffer-frames): New function, inspired by a similar
5327 function from Martin Rudalics.
5328 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
5329 (desktop--restore-in-this-display-p): Remove.
5330 (desktop--find-frame): Rename from desktop--find-frame-in-display
5331 and add predicate argument.
5332 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
5333 (desktop--reuse-list): New variable.
5334 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
5335 New functions.
5336 (desktop--restore-frames): Add support for "minibuffer-special" frames.
5337
5338 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
5339
5340 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
5341
5342 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
5343
5344 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5345 Highlight conversion methods on Kernel.
5346
5347 2013-07-13 Alan Mackenzie <acm@muc.de>
5348
5349 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
5350 and comment it out. This out-commenting enables certain C++
5351 declarations to be parsed correctly.
5352
5353 2013-07-13 Eli Zaretskii <eliz@gnu.org>
5354
5355 * international/mule.el (define-coding-system): Doc fix.
5356
5357 * simple.el (default-font-height): Don't call font-info if the
5358 frame's default font didn't change since the frame was created.
5359 (Bug#14838)
5360
5361 2013-07-13 Leo Liu <sdl.web@gmail.com>
5362
5363 * ido.el (ido-read-file-name): Guard against non-symbol value.
5364
5365 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5366
5367 * progmodes/python.el (python-imenu--build-tree): Fix corner case
5368 in nested defuns.
5369
5370 2013-07-13 Leo Liu <sdl.web@gmail.com>
5371
5372 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
5373 ido-set-matches call. (Bug#6852)
5374
5375 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
5376
5377 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
5378 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
5379 Ruby 2.0.
5380 (ruby-font-lock-keywords): Distinguish calls to functions with
5381 module-like names from module references. Highlight character
5382 literals.
5383
5384 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
5385
5386 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
5387 (gdb-send): Handle continued commands. (Bug#14847)
5388
5389 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5390
5391 * desktop.el (desktop--v2s): Remove unused local variable.
5392 (desktop-save-buffer): Make defvar-local; adjust docstring.
5393 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
5394 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
5395
5396 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
5397
5398 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
5399
5400 2013-07-12 Eli Zaretskii <eliz@gnu.org>
5401
5402 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
5403 (Bug#14842)
5404
5405 2013-07-12 Glenn Morris <rgm@gnu.org>
5406
5407 * doc-view.el: Require cl-lib at runtime too.
5408 (doc-view-remove-if): Remove.
5409 (doc-view-search-next-match, doc-view-search-previous-match):
5410 Use cl-remove-if.
5411
5412 * edmacro.el: Require cl-lib at runtime too.
5413 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
5414 (edmacro-mismatch, edmacro-subseq): Remove.
5415
5416 * shadowfile.el: Require cl-lib.
5417 (shadow-remove-if): Remove.
5418 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
5419 Use cl-remove-if.
5420
5421 * wid-edit.el: Require cl-lib.
5422 (widget-choose): Use cl-remove-if.
5423 (widget-remove-if): Remove.
5424
5425 * progmodes/ebrowse.el: Require cl-lib at runtime too.
5426 (ebrowse-delete-if-not): Remove.
5427 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
5428 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
5429 Use cl-delete-if-not.
5430
5431 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5432
5433 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
5434 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
5435
5436 2013-07-12 Leo Liu <sdl.web@gmail.com>
5437
5438 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
5439
5440 2013-07-11 Glenn Morris <rgm@gnu.org>
5441
5442 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
5443 (edebug-gensym-index, edebug-gensym):
5444 Remove reimplementation of cl-gensym.
5445 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
5446
5447 * thumbs.el: Require cl-lib at run-time too.
5448 (thumbs-gensym-counter, thumbs-gensym):
5449 Remove reimplementation of cl-gensym.
5450 (thumbs-temp-file): Use cl-gensym.
5451
5452 * emacs-lisp/ert.el: Require cl-lib at runtime too.
5453 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5454 (ert--intersection, ert--set-difference, ert--set-difference-eq)
5455 (ert--union, ert--gensym-counter, ert--gensym-counter)
5456 (ert--coerce-to-vector, ert--remove*, ert--string-position)
5457 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
5458 (ert-make-test-unbound, ert--expand-should-1)
5459 (ert--expand-should, ert--should-error-handle-error)
5460 (should-error, ert--explain-equal-rec)
5461 (ert--plist-difference-explanation, ert-select-tests)
5462 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
5463 Use cl-lib functions rather than reimplementations.
5464
5465 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
5466
5467 * net/tramp.el (tramp-methods): Extend docstring.
5468 (tramp-connection-timeout): New defcustom.
5469 (tramp-error-with-buffer): Reset timestamp only when appropriate.
5470 (with-tramp-progress-reporter): Simplify.
5471 (tramp-process-actions): Improve messages.
5472
5473 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5474 * net/tramp-sh.el (tramp-maybe-open-connection):
5475 Use `tramp-connection-timeout'.
5476 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
5477 (Bug#14808)
5478
5479 2013-07-11 Leo Liu <sdl.web@gmail.com>
5480
5481 * ido.el (ido-read-file-name): Conform to the requirements of
5482 read-file-name. (Bug#11861)
5483 (ido-read-directory-name): Conform to the requirements of
5484 read-directory-name.
5485
5486 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
5487
5488 * subr.el (delay-warning): New function.
5489
5490 2013-07-10 Eli Zaretskii <eliz@gnu.org>
5491
5492 * simple.el (default-line-height): New function.
5493 (line-move-partial, line-move): Use it instead of computing the
5494 line height inline.
5495 (line-move-partial): Always compute ROWH. If the last line is
5496 partially-visible, but its text is completely visible, allow
5497 cursor to enter such a partially-visible line.
5498
5499 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
5500
5501 Improve error messages. (Bug#14808)
5502
5503 * net/tramp.el (tramp-current-connection): New defvar, moved from
5504 tramp-sh.el.
5505 (tramp-message-show-progress-reporter-message): Remove, not
5506 needed anymore.
5507 (tramp-error-with-buffer): Show message in minibuffer.
5508 Discard input before waiting. Reset connection timestamp.
5509 (with-tramp-progress-reporter): Improve messages.
5510 (tramp-process-actions): Use progress reporter. Delete process in
5511 case of error. Improve messages.
5512
5513 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
5514 Call `tramp-error-with-buffer' with vector and buffer.
5515 (tramp-current-connection): Remove.
5516 (tramp-maybe-open-connection): The car of
5517 `tramp-current-connection' are the first 3 slots of the vector.
5518
5519 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
5520
5521 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
5522 inside continued strings.
5523
5524 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
5525
5526 Timestamp fixes for undo (Bug#14824).
5527 * files.el (clear-visited-file-modtime): Move here from fileio.c.
5528
5529 2013-07-10 Leo Liu <sdl.web@gmail.com>
5530
5531 * files.el (require-final-newline): Allow safe local value.
5532 (Bug#14834)
5533
5534 2013-07-09 Leo Liu <sdl.web@gmail.com>
5535
5536 * ido.el (ido-read-directory-name): Handle fallback.
5537 (ido-read-file-name): Update DIR to ido-current-directory.
5538 (Bug#1516)
5539 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5540
5541 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
5542
5543 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
5544 "autoload". Remove "warn lower camel case" section, previously
5545 commented out. Highlight negation char. Do not highlight the
5546 target in singleton method definitions.
5547
5548 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5549
5550 * faces.el (tty-setup-hook): Declare the hook.
5551
5552 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
5553 and detect when a guard/pred depends on local vars (bug#14773).
5554 (pcase--u1): Adjust caller.
5555
5556 2013-07-08 Eli Zaretskii <eliz@gnu.org>
5557
5558 * simple.el (line-move-partial, line-move): Account for
5559 line-spacing.
5560 (line-move-partial): Avoid setting vscroll when the last
5561 partially-visible line in window is of default height.
5562
5563 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5564
5565 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5566 been used a while.
5567
5568 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
5569
5570 * subr.el (read-quoted-char): Remove unused local variable `char'.
5571
5572 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
5573
5574 * ediff.el (ediff-version): Version update.
5575 (ediff-files-command, ediff3-files-command, ediff-merge-command)
5576 (ediff-merge-with-ancestor-command, ediff-directories-command)
5577 (ediff-directories3-command, ediff-merge-directories-command)
5578 (ediff-merge-directories-with-ancestor-command): New functions.
5579 All are command-line interfaces to ediff: to facilitate calling
5580 Emacs with the appropriate ediff functions invoked.
5581
5582 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5583 (viper-save-kill-buffer): Check if buffer is modified.
5584
5585 * viper.el (viper-version): Version update.
5586 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5587
5588 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5589
5590 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5591 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5592 (viper-intercept-ESC-key): Simplify.
5593 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5594 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5595 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5596 (viper-setup-ESC-to-escape): New functions.
5597 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5598 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
5599
5600 2013-07-07 Eli Zaretskii <eliz@gnu.org>
5601
5602 * simple.el (default-font-height, window-screen-lines):
5603 New functions.
5604 (line-move, line-move-partial): Use them instead of
5605 frame-char-height and window-text-height. This makes scrolling
5606 text smoother when the buffer's default face uses a font that is
5607 different from the frame's default font.
5608
5609 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
5610
5611 * files.el (write-file): Do not display confirm dialog for NS,
5612 it does its own dialog, which can't be cancelled (Bug#14578).
5613
5614 2013-07-06 Eli Zaretskii <eliz@gnu.org>
5615
5616 * simple.el (line-move-partial): Adjust the row returned by
5617 posn-at-point for the current window-vscroll. (Bug#14567)
5618
5619 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
5620
5621 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
5622 (tramp-sh-file-inotifywait-process-filter): Handle file names with
5623 spaces.
5624
5625 2013-07-06 Martin Rudalics <rudalics@gmx.at>
5626
5627 * window.el (window-state-put-stale-windows): New variable.
5628 (window--state-put-2): Save list of windows without matching buffer.
5629 (window-state-put): Remove "bufferless" windows if possible.
5630
5631 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5632
5633 * simple.el (alternatives-define): Remove leftover :group keyword.
5634 Tweak docstring.
5635
5636 2013-07-06 Leo Liu <sdl.web@gmail.com>
5637
5638 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
5639 (ido-enable-virtual-buffers): New variable.
5640 (ido-buffer-internal, ido-toggle-virtual-buffers)
5641 (ido-make-buffer-list): Use it.
5642 (ido-exhibit): Support turning on and off virtual buffers
5643 automatically.
5644
5645 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5646
5647 * simple.el (alternatives-define): New macro.
5648
5649 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5650
5651 * subr.el (read-quoted-char): Use read-key.
5652 (sit-for): Let read-event decode tty input (bug#14782).
5653
5654 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
5655
5656 * calendar/todo-mode.el: Add handling of file deletion, both by
5657 mode command and externally. Fix various related bugs.
5658 Clarify Commentary and improve some documentation strings and code.
5659 (todo-delete-file): New command.
5660 (todo-check-file): New function.
5661 (todo-show): Handle external deletion of the file we're trying to
5662 show (bug#14688). Replace called-interactively-p by an optional
5663 prefix argument to avoid problematic interaction with catch form
5664 when byte compiled (bug#14702).
5665 (todo-quit): Handle external deletion of the archive's todo file.
5666 Make sure the buffer that was visiting the archive file is still
5667 live before trying to bury it.
5668 (todo-category-completions): Handle external deletion of any
5669 category completion files.
5670 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
5671 of todo files, in case of external deletion.
5672 (todo-add-file): Replace unnecessary setq by let-binding.
5673 (todo-find-archive): Check whether there are any archives.
5674 Replace unnecessary setq by let-binding.
5675 (todo-archive-done-item): Use find-file-noselect to get the
5676 archive buffer whether or not the archive already exists.
5677 Remove superfluous code. Use file size instead of buffer-file-name to
5678 check if the archive is new; if it is, update list of archives.
5679 (todo-default-todo-file): Allow nil to be a valid value for when
5680 there are no todo files.
5681 (todo-reevaluate-default-file-defcustom): Use corrected definition
5682 of todo-default-todo-file.
5683 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
5684 (todo-delete-category, todo-show-categories-table)
5685 (todo-category-number): Clarify comment.
5686 (todo-filter-items): Clarify documentation string.
5687 (todo-show-current-file, todo-display-as-todo-file)
5688 (todo-reset-and-enable-done-separator): Tweak documentation string.
5689 (todo-done-separator): Make separator length window-width, since
5690 bug#2749 is now fixed.
5691
5692 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
5693
5694 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5695 Support both "gvfs-monitor-dir" and "inotifywait".
5696 (tramp-sh-file-inotifywait-process-filter): Rename from
5697 `tramp-sh-file-notify-process-filter'.
5698 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5699 (tramp-get-remote-gvfs-monitor-dir): New defuns.
5700
5701 2013-07-05 Leo Liu <sdl.web@gmail.com>
5702
5703 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
5704
5705 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5706
5707 * frame.el (display-pixel-height, display-pixel-width)
5708 (display-mm-height, display-mm-width): Mention behavior on
5709 multi-monitor setups in docstrings.
5710 (w32-display-monitor-attributes-list): Declare function.
5711 (display-monitor-attributes-list): Use it.
5712
5713 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
5714
5715 * filenotify.el: New package.
5716
5717 * autorevert.el (top): Require filenotify.el.
5718 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
5719 instead.
5720 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5721 (auto-revert-notify-handler): Use `file-notify-*' functions.
5722
5723 * subr.el (file-notify-handle-event): Move function to filenotify.el.
5724
5725 * net/tramp.el (tramp-file-name-for-operation):
5726 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
5727
5728 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5729 for `file-notify-add-watch' and `file-notify-rm-watch'.
5730 (tramp-process-sentinel): Improve trace.
5731 (tramp-sh-handle-file-notify-add-watch)
5732 (tramp-sh-file-notify-process-filter)
5733 (tramp-sh-handle-file-notify-rm-watch)
5734 (tramp-get-remote-inotifywait): New defuns.
5735
5736 2013-07-03 Juri Linkov <juri@jurta.org>
5737
5738 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
5739 call of `occur-read-primary-args' to interactive spec.
5740
5741 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
5742 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
5743
5744 2013-07-03 Matthias Meulien <orontee@gmail.com>
5745
5746 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
5747 `Buffer-menu-multi-occur'. Add it to the menu.
5748 (Buffer-menu-mode): Document it in docstring.
5749 (Buffer-menu-multi-occur): New command. (Bug#14673)
5750
5751 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5752
5753 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
5754 keywords and built-ins.
5755
5756 2013-07-03 Glenn Morris <rgm@gnu.org>
5757
5758 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
5759
5760 Make info-xref checks case-sensitive by default
5761 * info.el (Info-find-node, Info-find-in-tag-table)
5762 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
5763 Add option for exact case matching of nodes.
5764 * info-xref.el (info-xref): New custom group.
5765 (info-xref-case-fold): New option.
5766 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
5767
5768 2013-07-03 Leo Liu <sdl.web@gmail.com>
5769
5770 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
5771
5772 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5773
5774 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
5775 middle of block statement initially, lower the depth. Remove
5776 FIXME comment, not longer valid. Remove middle of block statement
5777 detection, no need to do that anymore since we've been using
5778 `ruby-parse-region' here.
5779
5780 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
5781
5782 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
5783
5784 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
5785
5786 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
5787
5788 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
5789
5790 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
5791 (desktop-restore-in-current-display): New customization option.
5792 (desktop--excluded-frame-parameters): Add `font'.
5793 (desktop--save-frames): Rename from desktop--save-windows.
5794 (desktop--restore-in-this-display-p): New function.
5795 (desktop--make-full-frame): Remove unwanted width/height from
5796 full(width|height) frames.
5797 (desktop--restore-frames): Rename from desktop--restore-windows.
5798 Obey desktop-restore-current-display. Do not delete old frames or
5799 select a new frame unless we were able to restore at least one frame.
5800
5801 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
5802
5803 * files.el (find-file-noselect): Simplify conditional expression.
5804
5805 * remember.el (remember-append-to-file):
5806 Don't mix `find-buffer-visiting' and `get-file-buffer'.
5807
5808 Add `remember-notes' function to store random notes across Emacs
5809 restarts.
5810 * remember.el (remember-data-file): Add :set callback to affect
5811 notes buffer (if any).
5812 (remember-notes): New command.
5813 (remember-notes-buffer-name, bury-remember-notes-on-kill):
5814 New defcustoms for the `remember-notes' function.
5815 (remember-notes-save-and-bury-buffer): New command.
5816 (remember-notes-mode-map): New variable.
5817 (remember-mode): New minor mode.
5818 (remember-notes--kill-buffer-query): New function.
5819 * startup.el (initial-buffer-choice): Add notes to custom type.
5820
5821 2013-06-30 Eli Zaretskii <eliz@gnu.org>
5822
5823 * bindings.el (right-char, left-char): Don't call sit-for, this is
5824 no longer needed. Use arithmetic comparison only for numerical
5825 arguments.
5826
5827 * international/mule-cmds.el (select-safe-coding-system):
5828 Handle the case of FROM being a string correctly. (Bug#14755)
5829
5830 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5831
5832 * net/shr.el (shr-make-table-1): Add a sanity check that allows
5833 progression on degenerate tables.
5834 (shr-rescale-image): ImageMagick animated images currently don't work.
5835
5836 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
5837
5838 Some fixes and improvements for desktop frame restoration.
5839 It is still experimental and disabled by default.
5840 * desktop.el (desktop--save-windows): Put the selected frame at
5841 the head of the list.
5842 (desktop--make-full-frame): New function.
5843 (desktop--restore-windows): Try to re-select the frame that was
5844 selected upon saving. Do not abort if some frames fail to restore,
5845 just show an error message and continue. Set up maximized frames
5846 so they have default non-maximized dimensions.
5847
5848 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
5849
5850 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5851 Don't start heredoc inside a string or comment.
5852
5853 2013-06-29 Eli Zaretskii <eliz@gnu.org>
5854
5855 * bindings.el (visual-order-cursor-movement): New defcustom.
5856 (right-char, left-char): Provide visual-order cursor motion by
5857 calling move-point-visually. Update the doc strings.
5858
5859 2013-06-28 Kenichi Handa <handa@gnu.org>
5860
5861 * international/mule.el (define-coding-system): New coding system
5862 properties :inhibit-null-byte-detection,
5863 :inhibit-iso-escape-detection, and :prefer-utf-8.
5864 (set-buffer-file-coding-system): If :charset-list property of
5865 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
5866 appropriate for setting.
5867
5868 * international/mule-cmds.el (select-safe-coding-system):
5869 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
5870 multibyte characters, return utf-8 (or one of its siblings).
5871
5872 * international/mule-conf.el (prefer-utf-8): New coding system.
5873 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
5874 files.
5875
5876 2013-06-28 Ivan Kanis <ivan@kanis.fr>
5877
5878 * net/shr.el (shr-render-region): New function.
5879
5880 * net/eww.el: Autoload `eww-browse-url'.
5881
5882 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
5883
5884 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5885 Adapt to `package-desc-version' being a list.
5886 Use `package--ac-desc-version' to retrieve version from a package
5887 archive element.
5888
5889 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
5890
5891 New experimental feature to save&restore window and frame setup.
5892 * desktop.el (desktop-save-windows): New defcustom.
5893 (desktop--saved-states): New var.
5894 (desktop--excluded-frame-parameters): New defconst.
5895 (desktop--filter-frame-parms, desktop--find-frame-in-display)
5896 (desktop--restore-windows, desktop--save-windows): New functions.
5897 (desktop-save): Call `desktop--save-windows'.
5898 (desktop-read): Call `desktop--restore-windows'.
5899
5900 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5901
5902 * net/shr.el (add-face-text-property): Remove compat definition.
5903
5904 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5905
5906 * info.el (Info-try-follow-nearest-node): Move search for footnote
5907 above search for node name to prevent missing a footnote (bug#14717).
5908
5909 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5910
5911 * obsolete/otodo-mode.el: Add obsolescence info to file header.
5912
5913 2013-06-27 Leo Liu <sdl.web@gmail.com>
5914
5915 * net/eww.el (eww-read-bookmarks): Check file size.
5916
5917 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5918
5919 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
5920 advice--pending if newdef is nil or an autoload (bug#13820).
5921 (advice-mapc): New function.
5922
5923 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5924
5925 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
5926 probably.
5927 (eww-mode-map): Add a menu bar.
5928 (eww-add-bookmark): New command.
5929 (eww-bookmark-mode): New mode and commands.
5930 (eww-add-bookmark): Remove newlines from the title.
5931 (eww-bookmark-browse): Don't bug out if it's the only window.
5932
5933 2013-06-26 Glenn Morris <rgm@gnu.org>
5934
5935 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
5936 (hfy-size): Handle ttys. (Bug#14668)
5937
5938 * info-xref.el: Update for Texinfo 5 change in *note format.
5939 (info-xref-node-re, info-xref-note-re): New constants.
5940 (info-xref-check-buffer): Use info-xref-note-re.
5941
5942 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5943
5944 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
5945
5946 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
5947 nil terminate the loop (bug#14718).
5948
5949 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5950
5951 * net/eww.el: Rework history traversal. When going forward/back,
5952 put these actions into the history, too, so that they can be
5953 replayed.
5954 (eww-render): Move the history reset to the correct buffer.
5955
5956 2013-06-25 Juri Linkov <juri@jurta.org>
5957
5958 * files-x.el (modify-dir-local-variable): Change the header comment
5959 in the file with directory local variables. (Bug#14692)
5960
5961 * files-x.el (read-file-local-variable-value): Add `default'.
5962 (Bug#14710)
5963
5964 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5965
5966 * net/eww.el (eww-make-unique-file-name): Create a unique file
5967 name before saving to entering `y' accidentally asynchronously.
5968
5969 2013-06-25 Ivan Kanis <ivan@kanis.fr>
5970
5971 * net/eww.el (eww-download): New command and keystroke.
5972
5973 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5974
5975 * net/eww.el (eww-copy-page-url): Change name of command.
5976
5977 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
5978 be more consistent with Info and dired.
5979
5980 * net/eww.el (eww-mode-map): Ditto.
5981
5982 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5983
5984 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
5985 packages from archives.
5986 (package-archive-contents): Change format; include obsolete packages.
5987 (package-desc): Use `dir' to mark builtin packages.
5988 (package--from-builtin): Set the `dir' field to `builtin'.
5989 (generated-autoload-file, version-control): Declare.
5990 (package-compute-transaction): Change first arg and return value to be
5991 lists of package-descs. Adjust to new package-archive-contents format.
5992 (package--add-to-archive-contents): Adjust to new
5993 package-archive-contents format.
5994 (package-download-transaction): Arg is now a list of package-descs.
5995 (package-install): If `pkg' is a package name, pass it as
5996 a requirement, so it is subject to the usual (e.g. disabled) checks.
5997 (describe-package): Accept package-desc as well.
5998 (describe-package-1): Describe a specific package-desc. Add links to
5999 other package-descs for the same package name.
6000 (package-menu-describe-package): Pass the actual package-desc.
6001 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
6002 works correctly.
6003 (package-desc-status): New function.
6004 (package-menu--refresh): New function, extracted
6005 from package-menu--generate.
6006 (package-menu--generate): Use it.
6007 (package-delete): Update package-alist.
6008 (package-menu-execute): Don't call package-initialize.
6009
6010 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
6011 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
6012 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
6013 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
6014 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
6015 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
6016
6017 2013-06-25 Martin Rudalics <rudalics@gmx.at>
6018
6019 * window.el (window--state-get-1): Workaround for bug#14527.
6020 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
6021
6022 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6023
6024 * net/eww.el (eww-back-url): Implement the history by stashing all
6025 the data into a list.
6026 (eww-forward-url): Allow going forward in the history, too.
6027
6028 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6029
6030 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
6031 for values and use read--expression for expressions (bug#14710).
6032 (read-file-local-variable): Avoid setq.
6033 (read-file-local-variable-mode): Use minor-mode-list.
6034
6035 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6036
6037 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
6038 for DOI URLs.
6039
6040 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6041
6042 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
6043 Update imenu-support when dialect changes.
6044
6045 2013-06-25 Leo Liu <sdl.web@gmail.com>
6046
6047 * ido.el (ido-read-internal): Allow forward slash on windows.
6048
6049 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6050
6051 * net/eww.el (eww): Start of strings is \\`, not ^.
6052
6053 2013-06-24 Ivan Kanis <ivan@kanis.fr>
6054
6055 * net/shr.el (shr-browse-url): Fix interactive spec.
6056
6057 * net/eww.el (eww): Add a trailing slash to domain names.
6058
6059 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
6060
6061 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
6062
6063 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6064
6065 * net/shr.el (shr-browse-url): Use an external browser if given a
6066 prefix.
6067
6068 * net/eww.el (eww-external-browser): Move to shr.
6069
6070 2013-06-24 Ivan Kanis <ivan@kanis.fr>
6071
6072 * net/eww.el (eww): Work more correctly for file: URLs.
6073 (eww-detect-charset): Allow quoted charsets.
6074 (eww-yank-page-url): New command and keystroke.
6075
6076 2013-06-24 Daiki Ueno <ueno@gnu.org>
6077
6078 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
6079 file name of gpg executable.
6080 (epg-context-program): New function.
6081 (epg-context-home-directory): New function.
6082 (epg-context-set-program): New function.
6083 (epg-context-set-home-directory): New function.
6084 (epg--start): Use `epg-context-program' instead of
6085 'epg-gpg-program'.
6086 (epg--list-keys-1): Likewise.
6087
6088 2013-06-24 Leo Liu <sdl.web@gmail.com>
6089
6090 * ido.el (ido-read-internal): Fix bug#14620.
6091
6092 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
6093
6094 * faces.el (face-documentation): Simplify.
6095 (read-face-attribute, tty-find-type, x-resolve-font-name):
6096 Use `string-match-p'.
6097 (list-faces-display): Use `string-match-p'. Simplify.
6098 (face-spec-recalc): Check face to avoid face alias loops.
6099 (read-color): Use `string-match-p' and non-capturing parenthesis.
6100
6101 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6102
6103 * net/shr.el (shr-rescale-image): Use the new
6104 :max-width/:max-height functionality.
6105
6106 2013-06-23 Ivan Kanis <ivan@kanis.fr>
6107
6108 * net/eww.el (eww-search-prefix): New variable.
6109 (eww): Use it.
6110 (eww-external-browser): New variable.
6111 (eww-mode-map): New keystroke.
6112 (eww-browse-with-external-browser): New command.
6113
6114 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
6115
6116 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
6117
6118 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6119 Don't skip aligning the next header field when padding is 0;
6120 otherwise, field width is not respected unless the title is as
6121 wide as the field.
6122
6123 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6124
6125 * emacs-lisp/package.el (package-el-version): Remove.
6126 (package-process-define-package): Fix inf-loop.
6127 (package-install): Allow symbols as arguments again.
6128
6129 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6130
6131 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
6132 add some more keyword-like methods.
6133 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
6134
6135 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
6136
6137 * bs.el (bs-buffer-show-mark): Make defvar-local.
6138 (bs-mode): Use setq-local.
6139
6140 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
6141 (emacs-lock--try-unlocking): Make defvar-local.
6142
6143 2013-06-22 Glenn Morris <rgm@gnu.org>
6144
6145 * play/cookie1.el (cookie-apropos): Minor simplification.
6146
6147 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
6148
6149 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6150
6151 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
6152 `regexp-opt', it breaks the build during dumping.
6153
6154 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
6155
6156 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6157 Highlight keyword-like methods on Kernel and Module with
6158 font-lock-builtin-face.
6159 (auto-mode-alist): Consolidate different entries into one regexp
6160 and add more *file-s.
6161
6162 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
6163
6164 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
6165
6166 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
6167 (diary-entry): Use it in the action of this button type instead of
6168 diary-goto-entry.
6169
6170 * calendar/todo-mode.el: New version.
6171 (todo-add-category): Append new category to end of file and give
6172 it the highest number, instead of putting it at the beginning and
6173 giving it 0. Incorporate noninteractive functionality.
6174 (todo-forward-category): Adapt to 1-based category numbering.
6175 Allow skipping over archived categories.
6176 (todo-backward-category): Derive from todo-forward-category.
6177 (todo-backward-item, todo-forward-item): Make noninteractive and
6178 delegate interactive part to new commands. Make sensitive to done items.
6179 (todo-categories): Make value an alist of category names and
6180 vectors of item counts.
6181 (todo-category-beg): Make a defconst.
6182 (todo-category-number): Use 1 instead of 0 as initial value.
6183 (todo-category-select): Make sensitive to overlays, optional item
6184 highlighting and done items.
6185 (todo-delete-item): Make sensitive to overlays and marked and done items.
6186 (todo-edit-item): Make sensitive to overlays and editing of
6187 date/time header optional. Add format checks.
6188 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
6189 no-op if point is not on an item. Advertise using todo-edit-quit.
6190 (todo-edit-mode): Make sensitive to new format, font-locking, and
6191 multiple todo files.
6192 (todo-insert-item, todo-insert-item-here): Derive from
6193 todo-basic-insert-item and extend functionality.
6194 (todo-item-end, todo-item-start): Make sensitive to done items.
6195 (todo-item-string): Don't return text properties. Restore point.
6196 (todo-jump-to-category): Make sensitive to multiple todo files and
6197 todo archives. Use extended category completion.
6198 (todo-lower-item, todo-raise-item): Rename to *-priority and
6199 derive from todo-set-item-priority.
6200 (todo-mode): Derive from special-mode. Make sensitive to new
6201 format, font-locking and multiple todo files. Make read-only.
6202 (todo-mode-map): Don't suppress digit keys, so they can supply
6203 prefix arguments. Add many new key bindings.
6204 (todo-prefix): Insert as an overlay instead of file text.
6205 Change semantics from diary date expression to purely visual mark.
6206 (todo-print): Rename to todo-print-buffer. Make buffer display
6207 features printable. Remove option to restrict number of items
6208 printed. Add option to print to file.
6209 (todo-print-function): Rename to todo-print-buffer-function.
6210 (todo-quit): Extend to handle exiting new todo modes.
6211 (todo-remove-item): Make sensitive to overlays.
6212 (todo-save): Extend to buffers of filtered items.
6213 (todo-show): Make sensitive to done items, multiple todo files and
6214 new todo modes. Offer to convert legacy todo file before creating
6215 first new todo file.
6216 (todo-show-priorities): Rename to todo-top-priorities.
6217 Change semantics of value 0.
6218 (todo-top-priorities): Rename to todo-filter-top-priorities,
6219 derive from todo-filter-items and extend functionality.
6220 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
6221 and extend functionality to other types of filtered items.
6222 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
6223 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
6224 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
6225 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
6226 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
6227 (todo-edit-mode-hook, todo-entry-prefix-function)
6228 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
6229 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
6230 (todo-initials, todo-insert-threshold, todo-item-string-start)
6231 (todo-line-string, todo-menu, todo-mode-hook)
6232 (todo-more-important-p, todo-previous-answer, todo-previous-line)
6233 (todo-print-priorities, todo-remove-separator)
6234 (todo-save-top-priorities-too, todo-string-count-lines)
6235 (todo-string-multiline-p, todo-time-string-format)
6236 (todo-tmp-buffer-name): Remove.
6237 (todo-add-file, todo-archive-done-item, todo-choose-archive)
6238 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
6239 (todo-edit-category-diary-inclusion)
6240 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
6241 (todo-edit-file, todo-edit-item-date-day)
6242 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
6243 (todo-edit-item-date-month, todo-edit-item-date-to-today)
6244 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
6245 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
6246 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
6247 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
6248 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
6249 (todo-filter-top-priorities-multifile, todo-find-archive)
6250 (todo-find-filtered-items-file, todo-go-to-source-item)
6251 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
6252 (todo-jump-to-archive-category, todo-lower-category)
6253 (todo-mark-category, todo-marked-item-p, todo-merge-category)
6254 (todo-move-category, todo-move-item, todo-next-button)
6255 (todo-next-item, todo-padded-string, todo-powerset)
6256 (todo-previous-button, todo-previous-item)
6257 (todo-print-buffer-to-file, todo-raise-category)
6258 (todo-rename-category, todo-repair-categories-sexp, todo-search)
6259 (todo-set-category-number, todo-set-item-priority)
6260 (todo-set-top-priorities-in-category)
6261 (todo-set-top-priorities-in-file, todo-show-categories-table)
6262 (todo-sort-categories-alphabetically-or-numerically)
6263 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
6264 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
6265 (todo-toggle-item-header, todo-toggle-item-highlighting)
6266 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
6267 (todo-toggle-view-done-items, todo-toggle-view-done-only)
6268 (todo-unarchive-items, todo-unmark-category): New commands.
6269 (todo-absolute-file-name, todo-add-to-buffer-list)
6270 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
6271 (todo-basic-insert-item, todo-category-completions)
6272 (todo-category-number, todo-category-string-matcher-1)
6273 (todo-category-string-matcher-2, todo-check-filtered-items-file)
6274 (todo-check-format, todo-clear-matches)
6275 (todo-comment-string-matcher, todo-convert-legacy-date-time)
6276 (todo-current-category, todo-date-string-matcher)
6277 (todo-define-insertion-command, todo-diary-expired-matcher)
6278 (todo-diary-goto-entry, todo-diary-item-p)
6279 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
6280 (todo-display-categories, todo-display-sorted, todo-done-item-p)
6281 (todo-done-item-section-p, todo-done-separator)
6282 (todo-done-string-matcher, todo-files, todo-filter-items)
6283 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
6284 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
6285 (todo-insert-category-line, todo-insert-item-from-calendar)
6286 (todo-insert-sort-button, todo-insert-with-overlays)
6287 (todo-insertion-command-name, todo-insertion-key-bindings)
6288 (todo-label-to-key, todo-longest-category-name-length)
6289 (todo-make-categories-list, todo-mode-external-set)
6290 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
6291 (todo-modes-set-3, todo-multiple-filter-files)
6292 (todo-nondiary-marker-matcher, todo-prefix-overlays)
6293 (todo-read-category, todo-read-date, todo-read-dayname)
6294 (todo-read-file-name, todo-read-time)
6295 (todo-reevaluate-category-completions-files-defcustom)
6296 (todo-reevaluate-default-file-defcustom)
6297 (todo-reevaluate-filelist-defcustoms)
6298 (todo-reevaluate-filter-files-defcustom)
6299 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
6300 (todo-reset-done-separator, todo-reset-done-separator-string)
6301 (todo-reset-done-string, todo-reset-global-current-todo-file)
6302 (todo-reset-highlight-item, todo-reset-nondiary-marker)
6303 (todo-reset-prefix, todo-set-categories)
6304 (todo-set-date-from-calendar, todo-set-show-current-file)
6305 (todo-set-top-priorities, todo-short-file-name)
6306 (todo-show-current-file, todo-sort, todo-time-string-matcher)
6307 (todo-total-item-counts, todo-update-buffer-list)
6308 (todo-update-categories-display, todo-update-categories-sexp)
6309 (todo-update-count, todo-validate-name, todo-y-or-n-p):
6310 New functions.
6311 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
6312 New major modes.
6313 (todo-categories, todo-display, todo-edit, todo-faces)
6314 (todo-filtered): New defgroups.
6315 (todo-archived-only, todo-button, todo-category-string, todo-date)
6316 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
6317 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
6318 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
6319 (todo-add-item-if-new-category, todo-always-add-time-string)
6320 (todo-categories-align, todo-categories-archived-label)
6321 (todo-categories-category-label, todo-categories-diary-label)
6322 (todo-categories-done-label, todo-categories-number-separator)
6323 (todo-categories-todo-label, todo-categories-totals-label)
6324 (todo-category-completions-files, todo-completion-ignore-case)
6325 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
6326 (todo-done-separator-string, todo-done-string)
6327 (todo-files-function, todo-filter-done-items, todo-filter-files)
6328 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
6329 (todo-initial-category, todo-initial-file, todo-item-mark)
6330 (todo-legacy-date-time-regexp, todo-mode-line-function)
6331 (todo-nondiary-marker, todo-number-prefix)
6332 (todo-print-buffer-function, todo-show-current-file)
6333 (todo-show-done-only, todo-show-first, todo-show-with-done)
6334 (todo-skip-archived-categories, todo-top-priorities-overrides)
6335 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
6336 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
6337 New defcustoms.
6338 (todo-category-done, todo-date-pattern, todo-date-string-start)
6339 (todo-diary-items-buffer, todo-done-string-start)
6340 (todo-filtered-items-buffer, todo-item-start)
6341 (todo-month-abbrev-array, todo-month-name-array)
6342 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
6343 (todo-top-priorities-buffer): New defconsts.
6344 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
6345 (todo-categories-with-marks, todo-category-string-face)
6346 (todo-comment-face, todo-comment-string, todo-current-todo-file)
6347 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
6348 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
6349 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
6350 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
6351 (todo-font-lock-keywords, todo-global-current-todo-file)
6352 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
6353 (todo-insertion-commands-args)
6354 (todo-insertion-commands-args-genlist)
6355 (todo-insertion-commands-names, todo-insertion-map)
6356 (todo-key-bindings-t, todo-key-bindings-t+a)
6357 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
6358 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
6359 (todo-nondiary-face, todo-print-buffer, todo-time-face)
6360 (todo-visited): New variables.
6361
6362 2013-06-21 Glenn Morris <rgm@gnu.org>
6363
6364 * play/cookie1.el (cookie-apropos): Add optional display argument.
6365 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
6366 (psychoanalyze-pinhead): Use cookie-doctor.
6367
6368 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6369
6370 * emacs-lisp/package.el (tar-get-file-descriptor)
6371 (tar--extract): Declare.
6372
6373 2013-06-21 Eduard Wiebe <usenet@pusto.de>
6374
6375 Extend flymake's warning predicate to be a function (bug#14217).
6376 * progmodes/flymake.el (flymake-warning-predicate): New.
6377 (flymake-parse-line): Use it.
6378 (flymake-warning-re): Make obsolete alias to
6379 `flymake-warning-predicate'.
6380
6381 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6382
6383 * emacs-lisp/package.el (package-alist): Include obsolete packages.
6384 (package-obsolete-list): Remove.
6385 (package-activate): Remove min-version argument. Add `force' argument.
6386 Adjust to new package-alist format.
6387 (package-mark-obsolete): Remove.
6388 (package-unpack): Force reload of the package's autoloads.
6389 (package-installed-p): Check builtins if the installed package is not
6390 recent enough.
6391 (package-initialize): Don't reset package-obsolete-list.
6392 Don't specify which package version to activate.
6393 (package-process-define-package, describe-package-1)
6394 (package-menu--generate): Adjust to new package-alist format.
6395
6396 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6397
6398 * allout-widgets.el (allout-widgets-mode-off)
6399 (allout-widgets-mode-on, allout-widgets-pre-command-business)
6400 (allout-widgets-post-command-business)
6401 (allout-widgets-after-copy-or-kill-function)
6402 (allout-widgets-after-undo-function, allout-test-range-overlaps)
6403 (allout-decorate-item-and-context)
6404 (allout-graphics-modification-handler): Fix typos in docstrings.
6405 (allout-get-or-create-parent-widget): Use `looking-at-p'.
6406
6407 * cmuscheme.el (scheme-start-file): Doc fix.
6408 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
6409 (scheme-input-filter): Use `string-match-p'.
6410
6411 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
6412
6413 * dired-x.el: Use Dired consistently in docstrings.
6414
6415 * dired.el: Use Dired consistently in docstrings.
6416 (dired-readin, dired-mode): Use `setq-local'.
6417 (dired-switches-alist): Make defvar-local.
6418 (dired-buffers-for-dir): Use `zerop'.
6419 (dired-safe-switches-p, dired-switches-escape-p)
6420 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
6421 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
6422 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
6423 (dired-goto-next-nontrivial-file): Use `string-match-p'.
6424 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
6425 (dired-toggle-marks, dired-mark-files-containing-regexp)
6426 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
6427 (dired-flag-auto-save-files, dired-flag-backup-files):
6428 Use `looking-at-p'.
6429 (dired-mark-files-regexp, dired-build-subdir-alist):
6430 Use `string-match-p', `looking-at-p'.
6431
6432 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
6433 (direct-print-region-helper): Use `string-match-p'.
6434
6435 2013-06-21 Leo Liu <sdl.web@gmail.com>
6436
6437 * comint.el (comint-redirect-results-list-from-process):
6438 Fix infinite loop.
6439
6440 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6441
6442 * net/eww.el (eww-update-header-line-format): Quote % characters.
6443
6444 2013-06-21 Glenn Morris <rgm@gnu.org>
6445
6446 * play/cookie1.el (cookie): New custom group.
6447 (cookie-file): New option.
6448 (cookie-check-file): New function.
6449 (cookie): Make it interactive. Make start and end messages optional.
6450 Interactively, display the result. Default to cookie-file.
6451 (cookie-insert): Default to cookie-file.
6452 (cookie-snarf): Make start and end messages optional.
6453 Default to cookie-file. Use with-temp-buffer.
6454 (cookie-read): Rename from read-cookie.
6455 Make start and end messages optional. Default to cookie-file.
6456 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
6457 Do not autoload it.
6458 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
6459 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
6460
6461 2013-06-21 Leo Liu <sdl.web@gmail.com>
6462
6463 * progmodes/octave.el (octave-mode): Backward compatibility fix.
6464
6465 2013-06-21 Glenn Morris <rgm@gnu.org>
6466
6467 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
6468
6469 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6470 Daniel Hackney <dan@haxney.org>
6471
6472 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
6473 Consolidate the single-file vs tarball code.
6474 (package-desc-suffix): New function.
6475 (package-desc-full-name): Don't bother inlining it.
6476 (package-load-descriptor): Return the new package-desc.
6477 (package-mark-obsolete): Remove unused arg `package'.
6478 (package-unpack): Make it work for single files as well.
6479 Make it update package-alist.
6480 (package--make-autoloads-and-stuff): Rename from
6481 package--make-autoloads-and-compile. Don't compile any more.
6482 (package--compile): New function.
6483 (package-generate-description-file): New function, extracted from
6484 package-unpack-single.
6485 (package-unpack-single): Remove.
6486 (package--with-work-buffer): Add indentation and debugging info.
6487 (package-download-single): Remove.
6488 (package-install-from-archive): Rename from package-download-tar, make
6489 it take a pkg-desc, and make it work for single files as well.
6490 (package-download-transaction): Simplify.
6491 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
6492 external tar program.
6493 (package-install-from-buffer): Remove `pkg-desc' argument.
6494 Use package-tar-file-info for tar-mode buffers.
6495 (package-install-file): Simplify accordingly.
6496 (package-archive-base): Change to take a pkg-desc.
6497 * tar-mode.el (tar--check-descriptor): New function, extracted from
6498 tar-get-descriptor.
6499 (tar-get-descriptor): Use it.
6500 (tar-get-file-descriptor): New function.
6501 (tar--extract): New function, extracted from tar-extract.
6502 (tar--extract): Use it.
6503 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
6504 case the summary uses non-ascii. Adjust to new calling convention of
6505 package-tar-file-info.
6506
6507 2013-06-21 Leo Liu <sdl.web@gmail.com>
6508
6509 * comint.el (comint-redirect-results-list-from-process):
6510 Fix random delay. (Bug#14681)
6511
6512 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6513
6514 * profiler.el (profiler-format-number): Use log, not log10.
6515
6516 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6517
6518 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
6519
6520 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6521
6522 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
6523 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
6524 yet available.
6525 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
6526 (AUTOGENEL): ... here.
6527 * emacs-lisp/cl-macs.el (cl--sublis): New function.
6528 (cl--defsubst-expand): Use it.
6529
6530 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
6531
6532 * subr.el (log10): Move here from C code, and declare as obsolete.
6533 All uses of (log10 X) replaced with (log X 10).
6534
6535 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6536
6537 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
6538 Declare with `defvar-local'.
6539 (tabulated-list-use-header-line, tabulated-list-entries)
6540 (tabulated-list-padding, tabulated-list-printer)
6541 (tabulated-list-sort-key): Declare with `defvar-local'.
6542 (tabulated-list-init-header, tabulated-list-print-fake-header):
6543 Use `setq-local'.
6544
6545 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
6546
6547 * arc-mode.el (archive-mode): Add `archive-write-file' to
6548 `write-contents-functions' also for remote files. (Bug#14652)
6549
6550 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6551
6552 * cus-edit.el (custom-commands): Fix typos.
6553 (custom-display): Fix tooltip text.
6554 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
6555 Fix typos in docstrings.
6556 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
6557 (custom-unlispify-menu-entry, custom-magic-value-create)
6558 (custom-add-see-also, custom-group-value-create): Use ?\s.
6559 (custom-guess-type, customize-apropos, editable-field)
6560 (custom-face-value-create): Use `string-match-p'.
6561 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
6562
6563 * custom.el (custom-load-symbol): Use `string-match-p'.
6564
6565 * ansi-color.el: Convert to lexical binding.
6566 (ansi-colors): Fix URL.
6567 (ansi-color-context, ansi-color-context-region): Use defvar-local.
6568 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6569 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6570
6571 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6572
6573 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6574
6575 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6576
6577 2013-06-19 Tom Tromey <tromey@redhat.com>
6578
6579 * net/eww.el (eww-top-url): Remove.
6580 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6581 (eww-render): Set new variables. Don't set eww-top-url.
6582 (eww-handle-link): Handle "prev", "home", and "contents".
6583 Downcase the rel text.
6584 (eww-top-url): Choose best top URL.
6585
6586 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6587
6588 * net/eww.el: Rewrite to implement form elements "by hand" instead of
6589 relying in widget.el. Using widget.el leads to too many
6590 user interface inconsistencies.
6591 (eww-self-insert): Implement entering commands in text fields.
6592 (eww-process-text-input): New function to make text input field editing
6593 work.
6594 (eww-submit): Rewrite to use the new-style form methods.
6595 (eww-select-display): Display the correct selected item.
6596 (eww-change-select): Implement changing the select value.
6597 (eww-toggle-checkbox): Implement radio/checkboxes.
6598 (eww-update-field): Fix compilation error.
6599 (eww-tag-textarea): Implement <textarea>.
6600
6601 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
6602 we don't shadow mode-specific bindings.
6603
6604 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
6605 nothing to push.
6606
6607 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
6608
6609 2013-06-19 Glenn Morris <rgm@gnu.org>
6610
6611 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
6612
6613 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6614
6615 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
6616 not needed.
6617
6618 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
6619
6620 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6621
6622 * net/browse-url.el (browse-url-browser-function):
6623 `eww-browse-url' has the right calling signature, `eww' does not.
6624
6625 2013-06-19 Glenn Morris <rgm@gnu.org>
6626
6627 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6628 Only eval autoloaded macros.
6629 (byte-compile-autoload): Only give the macro warning for macros.
6630
6631 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
6632 (ps-underlined-faces): Declare.
6633
6634 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
6635 (speedbar-add-supported-extension): Declare.
6636
6637 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
6638 Don't include a date stamp in the header of the generated file;
6639 it leads to needless differences between output files.
6640
6641 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6642
6643 * net/secrets.el (secrets-struct-secret-content-type):
6644 Replace check of introspection data by a test call of "CreateItem".
6645 Some servers do not offer introspection.
6646
6647 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6648
6649 * electric.el (electric-pair-mode): Improve interaction with
6650 electric-layout-mode.
6651 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
6652 (electric-pair-syntax): Use text-mode-syntax-table in comments
6653 and strings.
6654 (electric-pair--insert): New function.
6655 (electric-pair-post-self-insert-function): Use it and
6656 electric--after-char-pos.
6657
6658 2013-06-19 Leo Liu <sdl.web@gmail.com>
6659
6660 * progmodes/octave.el (octave-help): Fix regexp.
6661
6662 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6663
6664 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
6665 (shr-table-horizontal-line): Allow nil as a value, and change the
6666 default.
6667 (shr-insert-table-ruler): Respect the nil value.
6668
6669 2013-06-18 Tom Tromey <tromey@barimba>
6670
6671 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6672 New defvars.
6673 (eww-open-file): New defun.
6674 (eww-render): Initialize new variables.
6675 (eww-display-html): Handle "link" and "a".
6676 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
6677 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
6678 (eww-back-url): Rename from eww-previous-url.
6679 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6680 New defuns.
6681
6682 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
6683
6684 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
6685 Distinguish ternary operator tokens from slash symbol and slash
6686 char literal.
6687
6688 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6689
6690 Convert symbol prettification into minor mode and global minor mode.
6691
6692 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
6693 `prog-prettify-symbols', and make a local defvar instead of defcustom.
6694 (prettify-symbols--keywords): Rename from
6695 `prog-prettify-symbols-alist' and make a local defvar.
6696 (prettify-symbols--compose-symbol): Rename from
6697 `prog--prettify-font-lock-compose-symbol'.
6698 (prettify-symbols--make-keywords): Rename from
6699 `prog-prettify-font-lock-symbols-keywords' and simplify.
6700 (prog-prettify-install): Remove.
6701 (prettify-symbols-mode): New minor mode, based on
6702 `prog-prettify-install'.
6703 (turn-on-prettify-symbols-mode): New function.
6704 (global-prettify-symbols-mode): New globalized minor mode.
6705
6706 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6707 * progmodes/cfengine.el (cfengine3-mode):
6708 * progmodes/perl-mode.el (perl-mode): Don't call
6709 `prog-prettify-install'; set `prettify-symbols-alist' instead.
6710
6711 2013-06-18 Juri Linkov <juri@jurta.org>
6712
6713 * files-x.el (modify-file-local-variable-message): New function.
6714 (modify-file-local-variable)
6715 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
6716 and call `modify-file-local-variable-message' when it's non-nil.
6717 (add-file-local-variable, delete-file-local-variable)
6718 (add-file-local-variable-prop-line)
6719 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
6720 and use it. (Bug#9820)
6721
6722 2013-06-18 Juri Linkov <juri@jurta.org>
6723
6724 * emulation/vi.el (vi-shell-op):
6725 * emulation/vip.el (vip-execute-com, ex-command):
6726 * emulation/viper-cmd.el (viper-exec-bang):
6727 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
6728 the call of `shell-command-on-region'. (Bug#14637)
6729
6730 * simple.el (shell-command-on-region): Doc fix.
6731
6732 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6733
6734 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
6735 (bug#14633).
6736
6737 2013-06-18 Glenn Morris <rgm@gnu.org>
6738
6739 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
6740
6741 * newcomment.el (comment-search-forward, comment-search-backward):
6742 Doc fix. (Bug#14376)
6743
6744 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6745
6746 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
6747 (buffer-face-mode-invoke): Doc fix.
6748
6749 2013-06-18 Matthias Meulien <orontee@gmail.com>
6750
6751 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
6752 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
6753
6754 2013-06-18 Glenn Morris <rgm@gnu.org>
6755
6756 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
6757 Replace obsolete function generic-make-keywords with its expansion.
6758
6759 * progmodes/python.el (ffap-alist): Declare.
6760
6761 * textmodes/reftex.el (bibtex-mode-map): Declare.
6762
6763 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6764
6765 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
6766 (package-unpack, package-unpack-single): Return the pkg-dir.
6767 (package-download-transaction): Use it to update package-alist.
6768
6769 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6770
6771 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
6772 possible choice.
6773
6774 2013-06-17 Juri Linkov <juri@jurta.org>
6775
6776 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
6777
6778 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6779
6780 * emacs-lisp/package.el (package-load-descriptor):
6781 Remove `with-syntax-table' call, `read' doesn't need it.
6782 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
6783
6784 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6785
6786 * startup.el (command-line): Expand package name returned by
6787 `package--description-file' (bug#14639).
6788
6789 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6790
6791 * emacs-lisp/package.el (package-load-descriptor): Do not call
6792 `emacs-lisp-mode', just use its syntax table.
6793
6794 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6795
6796 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
6797 `font-lock-extra-managed-props' if any prettifying keyword is added.
6798 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
6799 (prog-mode): Use `setq-local'.
6800
6801 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6802
6803 * international/characters.el (standard-case-table): Set syntax of ?»
6804 and ?« to punctuation.
6805
6806 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
6807
6808 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
6809 Save relevant match data before calling `syntax-ppss' (bug#14595).
6810
6811 2013-06-15 Juri Linkov <juri@jurta.org>
6812
6813 * files-x.el (modify-file-local-variable-prop-line): Add local
6814 variables to the end of the existing comment on the first line.
6815 Use `file-auto-mode-skip' to skip interpreter magic line,
6816 and also skip XML declaration.
6817
6818 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6819
6820 * startup.el (package--builtin-versions): New var.
6821 (package-subdirectory-regexp): Remove.
6822 (package--description-file): Hard code its value instead.
6823
6824 * emacs-lisp/package.el: Don't activate packages older than builtin.
6825 (package-obsolete-list): Rename from package-obsolete-alist, and make
6826 it into a simple list of package-desc.
6827 (package-strip-version): Remove.
6828 (package-built-in-p): Use package--builtin-versions.
6829 (package-mark-obsolete): Simplify.
6830 (package-process-define-package): Mark it obsolete if older than the
6831 builtin version.
6832 (package-handle-response): Use line-end-position.
6833 (package-read-archive-contents, package--download-one-archive):
6834 Simplify.
6835 (package--add-to-archive-contents): Skip if older than the builtin or
6836 installed version.
6837 (package-menu-describe-package): Fix last change.
6838 (package-list-unversioned): New var.
6839 (package-menu--generate): Use it.
6840
6841 * emacs-lisp/autoload.el: Manage package--builtin-versions.
6842 (autoload--insert-text, autoload--insert-cookie-text): New functions.
6843 (autoload-builtin-package-versions): New variable.
6844 (autoload-generate-file-autoloads): Use them.
6845 Remove the list of autoloaded functions/macros from the
6846 (autoload...) comments.
6847
6848 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
6849
6850 2013-06-15 Eli Zaretskii <eliz@gnu.org>
6851
6852 * simple.el (line-move-partial): Don't jump to the next screen
6853 line as soon as it becomes visible. Instead, continue enlarging
6854 the vscroll until the portion of a tall screen line that's left on
6855 display is about the height of the frame's default font.
6856 (Bug#14567)
6857
6858 2013-06-15 Glenn Morris <rgm@gnu.org>
6859
6860 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
6861 compilation-error-regexp-alist void, or local while let-bound.
6862
6863 * progmodes/make-mode.el (makefile-mode-syntax-table):
6864 Treat "=" as punctuation. (Bug#14614)
6865
6866 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
6867
6868 * help-fns.el (describe-variable):
6869 Add extra line for permanent-local variables.
6870
6871 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
6872
6873 * progmodes/scheme.el (scheme-font-lock-keywords-2):
6874 Add export, import, library. (Bug#9164)
6875 (library): Set indent function.
6876
6877 2013-06-14 Glenn Morris <rgm@gnu.org>
6878
6879 * term/xterm.el (xterm--query):
6880 Stop after first matching handler. (Bug#14615)
6881
6882 2013-06-14 Ivan Kanis <ivan@kanis.fr>
6883
6884 Add support for dired in saveplace.
6885 * dired.el (dired-initial-position-hook): New variable.
6886 (dired-initial-position): Call hook to place cursor position.
6887 * saveplace.el (save-place-to-alist): Add dired position.
6888 (save-place-dired-hook): New function.
6889
6890 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6891
6892 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
6893 through a symbol rather than letrec.
6894
6895 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
6896 (package-desc): Add `dir' field.
6897 (package-desc-full-name): New function.
6898 (package-load-descriptor): Combine the two arguments. Don't use `load'.
6899 (package-maybe-load-descriptor): Remove.
6900 (package-load-all-descriptors): Just call package-load-descriptor.
6901 (package--disabled-p): New function.
6902 (package-desc-vers, package-desc-doc): Remove aliases.
6903 (package--dir): Remove function.
6904 (package-activate): Check if a package is disabled.
6905 (package-process-define-package): New function, extracted from
6906 define-package.
6907 (define-package): Turn into a place holder.
6908 (package-unpack-single, package-tar-file-info):
6909 Use package--description-file.
6910 (package-compute-transaction): Use package--disabled-p.
6911 (package-download-transaction): Don't call
6912 package-maybe-load-descriptor since they're all loaded anyway.
6913 (package-install): Change argument to be a pkg-desc.
6914 (package-delete): Use a single pkg-desc argument.
6915 (describe-package-1): Use package-desc-dir instead of package--dir.
6916 Use package-desc property instead of package-symbol.
6917 (package-install-button-action): Adjust accordingly.
6918 (package--push): Rewrite.
6919 (package-menu--print-info): Adjust accordingly. Change the ID format
6920 to be a pkg-desc.
6921 (package-menu-describe-package, package-menu-get-status)
6922 (package-menu--find-upgrades, package-menu-mark-upgrades)
6923 (package-menu-execute, package-menu--name-predicate):
6924 Adjust accordingly.
6925 * startup.el (package--description-file): New function.
6926 (command-line): Use it.
6927 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6928 Use package-desc-version.
6929
6930 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
6931 (byte-compile-preprocess): Use it.
6932 (byte-compile-file-form-defalias): Try a bit harder to use macros we
6933 can't quite recognize.
6934 (byte-compile-add-to-list): Remove.
6935 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
6936 (cconv-closure-convert): Add assertion.
6937
6938 * emacs-lisp/map-ynp.el: Use lexical-binding.
6939 (map-y-or-n-p): Remove unused vars `tail' and `object'.
6940 Factor out some repeated code.
6941
6942 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6943
6944 * subr.el (with-eval-after-load): New macro.
6945 (eval-after-load): Allow form to be a function.
6946 take advantage of lexical-binding.
6947 (do-after-load-evaluation): Use dolist and adjust to new format.
6948 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
6949
6950 2013-06-13 Juri Linkov <juri@jurta.org>
6951
6952 * replace.el (perform-replace): Display "symbol " and other search
6953 modes from `isearch-message-prefix' in the *Help* buffer.
6954
6955 * isearch.el (isearch-query-replace): Add " symbol" and other
6956 possible search modes from `isearch-message-prefix' to the prompt.
6957 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
6958 when reading a regexp to collect.
6959
6960 2013-06-13 Juri Linkov <juri@jurta.org>
6961
6962 * isearch.el (word-search-regexp): Match whitespace if the search
6963 string begins or ends in whitespace. The LAX arg is applied to
6964 both ends of the search string. Use `regexp-quote' and explicit
6965 \< and \> instead of \b. Use \` and \' instead of ^ and $.
6966 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
6967 boundaries are replaced with symbol boundaries, and characters
6968 between symbols match non-word non-symbol syntax. (Bug#14602)
6969
6970 2013-06-13 Juri Linkov <juri@jurta.org>
6971
6972 * isearch.el (isearch-del-char): Don't exceed the length of
6973 `isearch-string' by the prefix arg. (Bug#14563)
6974
6975 2013-06-13 Juri Linkov <juri@jurta.org>
6976
6977 * isearch.el (isearch-yank-word, isearch-yank-line)
6978 (isearch-char-by-name, isearch-quote-char)
6979 (isearch-printing-char, isearch-process-search-char):
6980 Add optional count prefix arg. (Bug#14563)
6981
6982 * international/isearch-x.el
6983 (isearch-process-search-multibyte-characters):
6984 Add optional count prefix arg.
6985
6986 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6987
6988 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
6989 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
6990 lexical-binding.
6991
6992 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
6993
6994 * subr.el (set-temporary-overlay-map): Add on-exit argument.
6995
6996 2013-06-13 Glenn Morris <rgm@gnu.org>
6997
6998 * startup.el (tty-handle-args):
6999 Don't just discard "--" and anything after. (Bug#14608)
7000
7001 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
7002
7003 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
7004
7005 Implement changes in Secret Service API. Make it backward compatible.
7006 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
7007 (secrets-create-item): Use it. Prefix properties with interface.
7008
7009 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
7010
7011 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
7012 (term-emulate-terminal): Respect term-suppress-hard-newline.
7013
7014 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
7015
7016 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7017 Only remove a `thumb-file' overlay. (Bug#14548)
7018
7019 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
7020
7021 * mail/reporter.el (reporter-submit-bug-report):
7022 Handle missing package-name. (Bug#14600)
7023
7024 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7025
7026 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
7027 (reftex-citation-prompt, reftex-default-bibliography)
7028 (reftex-bib-or-thebib, reftex-get-bibfile-list)
7029 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7030 (reftex-bib-sort-author, reftex-bib-sort-year)
7031 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
7032 (reftex-extract-bib-entries-from-thebibliography)
7033 (reftex-get-bibkey-default, reftex-get-bib-names)
7034 (reftex-parse-bibtex-entry, reftex-get-bib-field)
7035 (reftex-format-bib-entry, reftex-parse-bibitem)
7036 (reftex-format-bibitem, reftex-do-citation)
7037 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
7038 (reftex-restrict-bib-matches, reftex-extract-bib-file)
7039 (reftex-insert-bib-matches, reftex-format-citation)
7040 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
7041 (reftex-create-bibtex-file): Add docstrings, mostly by converting
7042 existing comments into docstrings.
7043
7044 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7045
7046 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
7047
7048 2013-06-12 Andreas Schwab <schwab@suse.de>
7049
7050 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
7051 for auto-save files.
7052
7053 2013-06-12 Glenn Morris <rgm@gnu.org>
7054
7055 * ido.el (ido-delete-ignored-files): Remove.
7056 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
7057 Go back to calling ido-ignore-item-p directly.
7058
7059 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
7060
7061 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
7062
7063 * ido.el (ido-delete-ignored-files): New function,
7064 split from ido-make-file-list-1.
7065 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
7066 (ido-make-file-list-1): Use ido-delete-ignored-files.
7067
7068 2013-06-12 Leo Liu <sdl.web@gmail.com>
7069
7070 * progmodes/octave.el (inferior-octave-startup)
7071 (inferior-octave-completion-table)
7072 (inferior-octave-track-window-width-change)
7073 (octave-eldoc-function-signatures, octave-help)
7074 (octave-find-definition): Use single quoted strings.
7075 (inferior-octave-startup-args): Change default value.
7076 (inferior-octave-startup): Do not hard code "-i" and
7077 "--no-line-editing".
7078 (inferior-octave-resync-dirs): Add optional arg NOERROR.
7079 (inferior-octave-directory-tracker): Use it.
7080 (octave-goto-function-definition): Robustify.
7081 (octave-help): Support highlighting operators in 'See also'.
7082 (octave-find-definition): Find subfunctions only in Octave mode.
7083
7084 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7085
7086 * help-fns.el (help-fns--compiler-macro): If the handler function is
7087 named, then put a link to it.
7088 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
7089 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
7090 (cl-typep): Use it.
7091 (cl-eval-when): Simplify debug spec.
7092 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
7093 compiler-macro function instead of setting `compiler-macro-file'.
7094
7095 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7096
7097 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
7098 * vc/vc-hooks.el (vc-stay-local): Doc fix.
7099
7100 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7101 Daniel Hackney <dan@haxney.org>
7102
7103 First part of Daniel Hackney's patch to package.el.
7104 * emacs-lisp/package.el: Use defstruct.
7105 (package-desc): New, main struct.
7106 (package--bi-desc, package--ac-desc): New structs, used to describe the
7107 format in external files.
7108 (package-desc-vers): Replace with package-desc-version accessor.
7109 (package-desc-doc): Replace with package-desc-summary accessor.
7110 (package-activate-1): Remove `package' arg since the pkg-vec now
7111 includes the name.
7112 (define-package): Use package-desc-from-define.
7113 (package-unpack-single): Change file-name arg to be a symbol.
7114 (package--add-to-archive-contents): Use package-desc-create and new
7115 accessor functions to package--ac-desc.
7116 (package-buffer-info, package-tar-file-info): Return a package-desc.
7117 (package-install-from-buffer): Remove `type' argument. Change pkg-info
7118 arg to be a package-desc.
7119 (package-install-file): Adjust accordingly. Use \' to match EOS.
7120 (package--from-builtin): New function.
7121 (describe-package-1, package-menu--generate): Use it.
7122 (package--make-autoloads-and-compile): Change name arg to be a symbol.
7123 (package-generate-autoloads): Idem and return the name of the file.
7124 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7125 Change pkg-info arg to be a package-desc.
7126 Use package-make-ac-desc.
7127 (package-upload-file): Use \' to match EOS.
7128 * finder.el (finder-compile-keywords): Use package-make-builtin.
7129
7130 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7131
7132 * vc/vc.el (vc-deduce-fileset): Change error message.
7133 (vc-read-backend): New function.
7134 (vc-next-action): Use it.
7135
7136 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
7137
7138 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
7139 (prolog-font-lock-keywords): Use regexp-opt instead.
7140 Don't manually highlight strings.
7141 (prolog-mode-variables): Simplify comment-start-skip.
7142 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
7143
7144 * emacs-lisp/generic.el (generic--normalise-comments)
7145 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
7146 (generic-mode-set-comments): Use them.
7147 (generic-bracket-support): Use setq-local.
7148 (generic-make-keywords-list): Declare obsolete.
7149
7150 2013-06-11 Glenn Morris <rgm@gnu.org>
7151
7152 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7153 Prettify after setting font-lock-defaults. (Bug#14574)
7154
7155 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
7156
7157 * replace.el (query-replace, occur-read-regexp-defaults-function)
7158 (replace-search):
7159 * subr.el (declare-function, number-sequence, local-set-key)
7160 (substitute-key-definition, locate-user-emacs-file)
7161 (with-silent-modifications, split-string, eval-after-load):
7162 Fix typos, remove unneeded backslashes and reflow some docstrings.
7163
7164 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7165
7166 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
7167 default for Elisp files.
7168
7169 2013-06-11 Glenn Morris <rgm@gnu.org>
7170
7171 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
7172 although define-derived-mode was doing this anyway. (Bug#14583)
7173
7174 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
7175
7176 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7177 Fix make-variable-buffer-local call to refer to the correct variable.
7178
7179 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
7180
7181 * eshell/em-term.el (eshell-visual-commands)
7182 (eshell-visual-subcommands, eshell-visual-options):
7183 Add summary line to docstrings. Add cross-references.
7184
7185 2013-06-10 Glenn Morris <rgm@gnu.org>
7186
7187 * epa.el (epa-read-file-name): New function. (Bug#14510)
7188 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
7189
7190 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
7191
7192 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
7193 output redirection to be ignored with visual commands.
7194
7195 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
7196
7197 * eshell/em-term.el (eshell-visual-command-p): New function.
7198 (eshell-term-initialize): Move long lambda to separate function
7199 eshell-visual-command-p.
7200 * eshell/em-dirs.el (eshell-dirs-initialise):
7201 * eshell/em-script.el (eshell-script-initialize):
7202 Add missing #' to lambda.
7203
7204 2013-06-08 Leo Liu <sdl.web@gmail.com>
7205
7206 * progmodes/octave.el (octave-add-log-current-defun): New function.
7207 (octave-mode): Set add-log-current-defun-function.
7208 (octave-goto-function-definition): Do not move point if not found.
7209 (octave-find-definition): Enhance to try subfunctions first.
7210
7211 2013-06-08 Glenn Morris <rgm@gnu.org>
7212
7213 * emacs-lisp/bytecomp.el (byte-compile-char-before)
7214 (byte-compile-backward-char, byte-compile-backward-word):
7215 Improve previous change, to handle non-explicit nil.
7216
7217 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7218
7219 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
7220 (smie--opener/closer-at-point): New function.
7221 (smie--matching-block-data): Use it. Don't match from right after an
7222 opener or right before a closer. Obey smie-blink-matching-inners.
7223 Don't signal a mismatch for repeated inners like "switch..case..case".
7224
7225 2013-06-07 Leo Liu <sdl.web@gmail.com>
7226
7227 * progmodes/octave.el (octave-mode): Set comment-use-global-state
7228 to t. (Bug#14303)
7229 (octave-function-header-regexp): Fix. (Bug#14570)
7230 (octave-help-mode-finish-hook, octave-help-mode-finish):
7231 Remove. Just use temp-buffer-show-hook.
7232
7233 * newcomment.el (comment-search-backward): Revert last change.
7234 (Bug#14434)
7235
7236 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
7237
7238 2013-06-07 Eli Zaretskii <eliz@gnu.org>
7239
7240 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
7241 through xargs, to avoid failure due to MS-Windows limitations on
7242 command-line length.
7243
7244 2013-06-06 Glenn Morris <rgm@gnu.org>
7245
7246 * font-lock.el (lisp-font-lock-keywords-2):
7247 Treat user-error like error.
7248
7249 * emacs-lisp/bytecomp.el (byte-compile-char-before)
7250 (byte-compile-backward-char, byte-compile-backward-word):
7251 Handle explicit nil arguments. (Bug#14565)
7252
7253 2013-06-05 Alan Mackenzie <acm@muc.de>
7254
7255 * isearch.el (isearch-allow-prefix): New user option.
7256 (isearch-other-meta-char): Don't exit isearch when a prefix
7257 argument is typed whilst `isearch-allow-prefix' is non-nil.
7258 (Bug#9706)
7259
7260 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7261
7262 * autorevert.el (auto-revert-notify-handler): Use memq.
7263 Hide assertion failure.
7264
7265 * skeleton.el: Use cl-lib.
7266 (skeleton-further-elements): Use defvar-local.
7267 (skeleton-insert): Use cl-progv.
7268
7269 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7270
7271 * progmodes/prog-mode.el (prog-prettify-symbols)
7272 (prog-prettify-install): Update docstrings.
7273
7274 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7275
7276 * simple.el: Move all the prog-mode code to prog-mode.el.
7277 * progmodes/prog-mode.el: New file.
7278 * loadup.el: Add prog-mode.el.
7279
7280 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7281
7282 * simple.el (prog-prettify-symbols): Add version.
7283 (prog-prettify-install): Add convenience function to prettify symbols.
7284
7285 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
7286 (perl--augmented-font-lock-keywords-1)
7287 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
7288 variables and use it.
7289
7290 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7291 (cfengine3-mode): Remove unneeded variable and use it.
7292
7293 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7294 (lisp--augmented-font-lock-keywords-1)
7295 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
7296 Remove unneeded variables and use it.
7297
7298 2013-06-05 João Távora <joaotavora@gmail.com>
7299
7300 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
7301 to point when opening the connection. (Bug#14380)
7302
7303 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * subr.el (load-history-regexp, load-history-filename-element)
7306 (eval-after-load, after-load-functions, do-after-load-evaluation)
7307 (eval-next-after-load, display-delayed-warnings)
7308 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
7309 definition of save-match-data.
7310 (overriding-local-map): Remove accidental obsolescence declaration.
7311
7312 * emacs-lisp/edebug.el (edebug-result): Move before first use.
7313
7314 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7315
7316 Generalize symbol prettify support to prog-mode and implement it
7317 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
7318 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
7319 (prog--prettify-font-lock-compose-symbol)
7320 (prog-prettify-font-lock-symbols-keywords): New variables and
7321 functions to support symbol prettification.
7322 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7323 (lisp--augmented-font-lock-keywords-1)
7324 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
7325 (lisp--prettify-symbols-alist): Implement prettify of lambda.
7326 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7327 (cfengine3--prettify-symbols-alist, cfengine3-mode):
7328 Implement prettify of -> => :: strings.
7329 * progmodes/perl-mode.el (perl-prettify-symbols)
7330 (perl--font-lock-compose-symbol)
7331 (perl--font-lock-symbols-keywords): Move to prog-mode.
7332 (perl--prettify-symbols-alist): Prettify -> => :: strings.
7333 (perl-font-lock-keywords-1)
7334 (perl-font-lock-keywords-2): Remove explicit prettify support.
7335 (perl--augmented-font-lock-keywords)
7336 (perl--augmented-font-lock-keywords-1)
7337 (perl--augmented-font-lock-keywords-2, perl-mode):
7338 Implement prettify support.
7339
7340 2013-06-05 Leo Liu <sdl.web@gmail.com>
7341
7342 Re-implement smie matching block highlight using
7343 show-paren-data-function. (Bug#14395)
7344 * emacs-lisp/smie.el (smie-matching-block-highlight)
7345 (smie--highlight-matching-block-overlay)
7346 (smie--highlight-matching-block-lastpos)
7347 (smie-highlight-matching-block)
7348 (smie-highlight-matching-block-mode): Remove.
7349 (smie--matching-block-data-cache): New variable.
7350 (smie--matching-block-data): New function.
7351 (smie-setup): Use smie--matching-block-data for
7352 show-paren-data-function.
7353
7354 * progmodes/octave.el (octave-mode-menu): Fix.
7355 (octave-find-definition): Skip garbage lines.
7356
7357 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7358
7359 Fix compilation error with simultaneous dynamic+lexical scoping.
7360 Add warning when a defvar appears after the first let-binding.
7361 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
7362 (byte-compile-close-variables): Initialize it.
7363 (byte-compile--declare-var): New function.
7364 (byte-compile-file-form-defvar)
7365 (byte-compile-file-form-define-abbrev-table)
7366 (byte-compile-file-form-custom-declare-variable): Use it.
7367 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
7368 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
7369 (byte-compile-bind): Handle dynamic bindings that shadow
7370 lexical bindings.
7371 (byte-compile-unbind): Make arg non-optional.
7372 (byte-compile-let): Simplify.
7373 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
7374 (cconv--analyse-function, cconv-analyse-form): Populate it.
7375 Protect byte-compile-bound-variables to limit the scope of defvars.
7376 (cconv-analyse-form): Add missing rule for (defvar <foo>).
7377 Remove unneeded rule for `declare'.
7378
7379 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
7380 so as to avoid depending on cl-adjoin at run-time.
7381 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
7382
7383 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
7384 (macroexp--warn-and-return): Use it.
7385
7386 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7387
7388 * lisp/subr.el: Convert to lexical binding.
7389 (overriding-local-map): Make obsolete.
7390 (add-to-list): Doc fix. Add compiler macro.
7391 (read-key): Swap values of local maps.
7392
7393 2013-06-05 Leo Liu <sdl.web@gmail.com>
7394
7395 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
7396
7397 2013-06-04 Leo Liu <sdl.web@gmail.com>
7398
7399 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
7400 (compilation-auto-jump): Suppress the "Mark set" message to give
7401 way to exit message.
7402
7403 2013-06-04 Alan Mackenzie <acm@muc.de>
7404
7405 Remove faulty optimisation from indentation calculation.
7406 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
7407 search limit based on 2000 characters back from indent-point.
7408
7409 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7410
7411 * eshell/em-term.el (cl-lib): Require `cl-lib'.
7412
7413 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7414
7415 * emacs-lisp/lisp.el: Use lexical-binding.
7416 (lisp--local-variables-1, lisp--local-variables): New functions.
7417 (lisp--local-variables-completion-table): New var.
7418 (lisp-completion-at-point): Use it complete let-bound vars.
7419
7420 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
7421 eagerly (bug#14422).
7422
7423 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
7424
7425 * autorevert.el (auto-revert-notify-enabled)
7426 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7427 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
7428 (auto-revert-notify-handler): Handle also gfilenotify.
7429
7430 * subr.el (file-notify-handle-event): New defun. Replacing ...
7431 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
7432 Remove.
7433
7434 2013-06-03 Juri Linkov <juri@jurta.org>
7435
7436 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
7437 `M-s h .'. (Bug#14427)
7438
7439 * hi-lock.el (highlight-symbol-at-point): New alias for the new
7440 command `hi-lock-face-symbol-at-point'.
7441 (hi-lock-face-symbol-at-point): New command.
7442 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
7443 (hi-lock-menu): Add `highlight-symbol-at-point'.
7444 (hi-lock-mode): Doc fix.
7445
7446 * isearch.el (isearch-forward-symbol-at-point): New command.
7447 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
7448 (isearch-highlight-regexp): Add a regexp which matches
7449 words/symbols for word/symbol mode.
7450
7451 * subr.el (find-tag-default-bounds): New function with the body
7452 mostly moved from `find-tag-default'.
7453 (find-tag-default): Move most code to `find-tag-default-bounds',
7454 call it and apply `buffer-substring-no-properties' afterwards.
7455
7456 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7457
7458 * eshell/em-term.el (eshell-term-initialize):
7459 Use `cl-intersection' rather than `intersection'.
7460
7461 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
7462
7463 * vc/log-view.el: Doc fix.
7464 (log-view-mode-map): Copy keymap from `special-mode-map'.
7465
7466 2013-06-02 Eric Ludlam <zappo@gnu.org>
7467
7468 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
7469 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
7470 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
7471 (eieio-unbound, eieio-default-superclass)
7472 (eieio--define-field-accessors, method-static, method-before)
7473 (method-primary, method-after, method-num-lists)
7474 (method-generic-before, method-generic-primary)
7475 (method-generic-after, method-num-slots)
7476 (eieio-specialized-key-to-generic-key)
7477 (eieio--check-type, class-v, class-p)
7478 (eieio-class-name, define-obsolete-function-alias)
7479 (eieio-class-parents-fast, eieio-class-children-fast)
7480 (same-class-fast-p, class-constructor, generic-p)
7481 (generic-primary-only-p, generic-primary-only-one-p)
7482 (class-option-assoc, class-option, eieio-object-p)
7483 (class-abstract-p, class-method-invocation-order)
7484 (eieio-defclass-autoload-map, eieio-defclass-autoload)
7485 (eieio-class-un-autoload, eieio-defclass)
7486 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
7487 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
7488 (eieio--defgeneric-init-form, eieio-defgeneric-form)
7489 (eieio-defgeneric-reset-generic-form)
7490 (eieio-defgeneric-form-primary-only)
7491 (eieio-defgeneric-reset-generic-form-primary-only)
7492 (eieio-defgeneric-form-primary-only-one)
7493 (eieio-defgeneric-reset-generic-form-primary-only-one)
7494 (eieio-unbind-method-implementations)
7495 (eieio--defmethod, eieio--typep)
7496 (eieio-perform-slot-validation, eieio-validate-slot-value)
7497 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
7498 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
7499 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
7500 (eieio-slot-name-index, eieio-class-slot-name-index)
7501 (eieio-set-defaults, eieio-initarg-to-attribute)
7502 (eieio-attribute-to-initarg, eieio-c3-candidate)
7503 (eieio-c3-merge-lists, eieio-class-precedence-c3)
7504 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
7505 (eieio-class-precedence-list, eieio-generic-call-methodname)
7506 (eieio-generic-call-arglst, eieio-generic-call-key)
7507 (eieio-generic-call-next-method-list)
7508 (eieio-pre-method-execution-functions, eieio-generic-call)
7509 (eieio-generic-call-primary-only, eieiomt-method-list)
7510 (eieiomt-optimizing-obarray, eieiomt-install)
7511 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
7512 (eieio-generic-form, eieio-defmethod, make-obsolete)
7513 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
7514 (defclass): Remove `eval-and-compile' from macro.
7515 (call-next-method, shared-initialize): Instead of using
7516 `scoped-class' variable, use new eieio--scoped-class, and
7517 eieio--with-scoped-class.
7518 (initialize-instance): Rename local variable 'scoped-class' to
7519 'this-class' to remove ambiguitity from old global.
7520
7521 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
7522 eieio.el.
7523 (eieio--scoped-class-stack): New variable.
7524 (eieio--scoped-class): New fcn.
7525 (eieio--with-scoped-class): New scoping macro.
7526 (eieio-defclass): Use pushnew instead of add-to-list.
7527 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
7528 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
7529 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
7530 `scoped-class' variable, use new eieio--scoped-class, and
7531 eieio--with-scoped-class.
7532
7533 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
7534
7535 2013-06-02 Tassilo Horn <tsdh@gnu.org>
7536
7537 * eshell/esh-ext.el (eshell-external-command): Pass args to
7538 `eshell-find-interpreter'.
7539 (eshell-find-interpreter): Add new second parameter ARGS.
7540
7541 * eshell/em-script.el (eshell-script-initialize): Add second arg
7542 to the function added as MATCH to `eshell-interpreter-alist'.
7543
7544 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
7545 the function added as MATCH to `eshell-interpreter-alist'.
7546
7547 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
7548 (eshell-visual-options): New defcustom.
7549 (eshell-escape-control-x): Adapt docstring.
7550 (eshell-term-initialize): Test `eshell-visual-subcommands' and
7551 `eshell-visual-options' in addition to `eshell-visual-commands'.
7552 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
7553
7554 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
7555
7556 * progmodes/python.el (python-indent-block-enders): Add break,
7557 continue and raise keywords.
7558
7559 2013-06-01 Glenn Morris <rgm@gnu.org>
7560
7561 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
7562
7563 Plain (f)boundp silences compilation warnings since Emacs 22.1.
7564 * progmodes/cc-cmds.el (delete-forward-p):
7565 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7566 * progmodes/cc-engine.el (buffer-syntactic-context):
7567 * progmodes/cc-fonts.el (face-property-instance):
7568 * progmodes/cc-mode.el (set-keymap-parents):
7569 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7570 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7571 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
7572 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7573 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
7574
7575 * progmodes/cc-vars.el (other): Emacs has this widget since
7576 at least 21.1, so don't (re)define it.
7577
7578 * eshell/em-cmpl.el (eshell-cmpl-initialize):
7579 Replace the obsolete alias pcomplete-arg-quote-list.
7580
7581 2013-06-01 Leo Liu <sdl.web@gmail.com>
7582
7583 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7584 punctuation syntax.
7585 (inferior-octave-minimal-columns)
7586 (inferior-octave-last-column-width): New variables.
7587 (inferior-octave-track-window-width-change): New function.
7588 (inferior-octave-mode): Adjust column width so that Octave output,
7589 for example from 'ls', can fit into the window nicely.
7590
7591 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7592
7593 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7594 Highlight expansions inside regexp literals.
7595
7596 2013-05-31 Glenn Morris <rgm@gnu.org>
7597
7598 * obsolete/sym-comp.el (symbol-complete):
7599 Replace obsolete completion-annotate-function.
7600
7601 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
7602
7603 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7604
7605 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7606 New function, checks if point is inside a literal that allows
7607 expression expansion.
7608 (ruby-syntax-propertize-expansion): Use it.
7609 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
7610 around the body.
7611
7612 2013-05-30 Juri Linkov <juri@jurta.org>
7613
7614 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
7615 to "\M-si".
7616 (isearch-invisible): New variable.
7617 (isearch-forward): Doc fix.
7618 (isearch-mode): Set `isearch-invisible'
7619 to the value of `search-invisible'.
7620 (isearch-toggle-case-fold): Doc fix.
7621 (isearch-toggle-invisible): New command.
7622 (isearch-query-replace): Let-bind `search-invisible'
7623 to the value of `isearch-invisible'.
7624 (isearch-search): Use `isearch-invisible' instead of
7625 `search-invisible'. Let-bind `search-invisible'
7626 to the value of `isearch-invisible'. (Bug#11378)
7627
7628 2013-05-30 Juri Linkov <juri@jurta.org>
7629
7630 * replace.el (perform-replace): Avoid `isearch-range-invisible'
7631 call when `query-flag' is nil and `search-invisible' is non-nil.
7632 (Bug#11746)
7633
7634 2013-05-30 Glenn Morris <rgm@gnu.org>
7635
7636 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
7637
7638 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
7639 (cc-require): Suppress spurious "noruntime" warnings.
7640 (cc-require-when-compile): Use fboundp, for sake of compiler.
7641
7642 * progmodes/cc-mode.el: Move load of cc-vars before that of
7643 cc-langs (which in turn loads cc-vars), to quieten compiler.
7644
7645 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7646
7647 * paren.el: Simplify the code.
7648 (show-paren-mode): Always start the timer.
7649 (show-paren--idle-timer): Rename from show-paren-idle-timer.
7650 (show-paren--overlay, show-paren--overlay-1): Rename from
7651 show-paren-overlay and show-paren-overlay-1, and initialize to an
7652 overlay rather than to nil.
7653 (show-paren-function): Misc cleanup and simplifications.
7654
7655 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7656
7657 * paren.el (show-paren-data-function): New hook.
7658 (show-paren--default): New function, extracted from show-paren-function.
7659 (show-paren-function): Use show-paren-data-function.
7660
7661 2013-05-30 Glenn Morris <rgm@gnu.org>
7662
7663 * ielm.el (ielm-map, ielm-complete-symbol):
7664 Use completion-at-point rather than obsolete functions.
7665 (inferior-emacs-lisp-mode): Doc fix.
7666 Set completion-at-point-functions, rather than
7667 comint-dynamic-complete-functions.
7668
7669 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
7670 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
7671 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
7672
7673 * image.el (image-animated-p): Tweak definition.
7674
7675 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
7676 (rlogin-process-connection-type): Tweak default. Add set-after.
7677 (rlogin-host): Doc fix.
7678 (rlogin): Tweak prompt.
7679 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
7680
7681 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
7682 * progmodes/tcl.el (inferior-tcl-mode-map):
7683 Use completion-at-point rather than obsolete alias.
7684
7685 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
7686
7687 * minibuffer.el (read-file-name-completion-ignore-case):
7688 Move before completion--in-region, for eager macro expansion.
7689
7690 2013-05-29 Juri Linkov <juri@jurta.org>
7691
7692 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
7693 for total count of matching lines. Add `global-matches' for total
7694 count of matches. Rename `matches' to `lines' for count of
7695 matching lines. Add `matches' for count of matches.
7696 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
7697 to `prev-line' for line number of prev match endpt.
7698 Increment `matches' for every match. Print the number of
7699 matching lines in the header.
7700 (occur-context-lines): Rename `lines' to `curr-line'.
7701 Rename `prev-lines' to `prev-line'. (Bug#14017)
7702
7703 2013-05-29 Juri Linkov <juri@jurta.org>
7704
7705 * replace.el (perform-replace): Add `skip-read-only-count',
7706 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
7707 Increment them for corresponding conditions and report the number
7708 of skipped occurrences in the final message. (Bug#11746)
7709 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7710 (replace-string, replace-regexp): Doc fix.
7711
7712 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7713
7714 * emacs-lisp/trace.el (trace--read-args): Provide a default.
7715
7716 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
7717 prog-mode-map (bug#14504).
7718
7719 2013-05-29 Leo Liu <sdl.web@gmail.com>
7720
7721 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
7722 (octave-help): Small simplification.
7723
7724 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
7725 off the highlight first.
7726
7727 2013-05-29 Glenn Morris <rgm@gnu.org>
7728
7729 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
7730 Handle idlwave-last-system-routine-info-cons-cell being nil.
7731
7732 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7733 (idlwave-write-paths): Simplify via with-temp-buffer.
7734
7735 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
7736 * emulation/cua-rect.el: Also load cua-base at run time.
7737
7738 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
7739 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
7740 (cperl-imenu-on-info): Require imenu.
7741
7742 2013-05-28 Alan Mackenzie <acm@muc.de>
7743
7744 Handle "capitalised keywords" correctly.
7745 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
7746
7747 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
7748
7749 * eshell/em-unix.el: Add -r option to cp.
7750
7751 2013-05-28 Glenn Morris <rgm@gnu.org>
7752
7753 * vc/vc-arch.el (vc-exec-after): Declare.
7754 (vc-switches): Autoload.
7755 * vc/vc-bzr.el: No need to require vc when compiling.
7756 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
7757 (vc-resynch-buffer, vc-dir-refresh): Declare.
7758 (vc-setup-buffer, vc-switches): Autoload.
7759 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
7760 (vc-resynch-buffer): Declare.
7761 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
7762 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
7763 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
7764 (grep-read-regexp, grep-read-files, grep-expand-template)
7765 (vc-dir-refresh): Declare.
7766 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
7767 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
7768 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
7769 * vc/vc-mtn.el (vc-exec-after): Declare.
7770 (vc-switches): Autoload.
7771 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
7772 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
7773 (vc-file-tree-walk): Declare.
7774 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
7775 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
7776 (vc-tag-precondition, vc-rename-master): Autoload.
7777 * vc/vc-svn.el (vc-exec-after): Declare.
7778 (vc-switches, vc-setup-buffer): Autoload.
7779 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
7780 Autoload.
7781 (vc-resynch-buffer): Declare.
7782
7783 * obsolete/fast-lock.el (byte-compile-warnings):
7784 Don't warn about obsolete features in this obsolete file.
7785
7786 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
7787 Move definition before use.
7788
7789 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
7790 (dun-unix-verbs): Remove dun-zippy.
7791 (dun-zippy): Remove function.
7792
7793 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7794
7795 2013-05-27 Juri Linkov <juri@jurta.org>
7796
7797 * replace.el (replace-search): New function with code moved out
7798 from `perform-replace'.
7799 (replace-highlight, replace-dehighlight): Move function definitions
7800 up closer to `replace-search'. (Bug#11746)
7801
7802 2013-05-27 Juri Linkov <juri@jurta.org>
7803
7804 * replace.el (perform-replace): Ignore invisible matches.
7805 In addition to checking `query-replace-skip-read-only', also
7806 filter out matches by calling `run-hook-with-args-until-failure'
7807 on `isearch-filter-predicates', and also check `search-invisible'
7808 for t or call `isearch-range-invisible'.
7809 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
7810
7811 2013-05-27 Juri Linkov <juri@jurta.org>
7812
7813 * isearch.el (isearch-filter-predicates): Rename from
7814 `isearch-filter-predicate'. Doc fix. (Bug#11378)
7815 (isearch-message-prefix): Display text from the property
7816 `isearch-message-prefix' of the currently active filters.
7817 (isearch-search): Don't compare `isearch-filter-predicate' with
7818 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
7819 on `isearch-filter-predicates'. Also check `search-invisible' for t
7820 or call `isearch-range-invisible'.
7821 (isearch-filter-visible): Make obsolete.
7822 (isearch-lazy-highlight-search):
7823 Call `run-hook-with-args-until-failure' on
7824 `isearch-filter-predicates' and use `isearch-range-invisible'.
7825
7826 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
7827 `isearch-filter-predicates' instead of `funcall'ing
7828 `isearch-filter-predicate'.
7829 (Info-mode): Set `Info-isearch-filter' to
7830 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
7831
7832 * dired-aux.el (dired-isearch-filter-predicate-orig):
7833 Remove variable.
7834 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
7835 (dired-isearch-filenames-end): Add and remove
7836 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
7837 instead of changing the value of `isearch-filter-predicate'.
7838 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
7839 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
7840 Put property `isearch-message-prefix' to "filename " on
7841 `dired-isearch-filter-filenames'.
7842
7843 * wdired.el (wdired-change-to-wdired-mode):
7844 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
7845 locally instead of changing `isearch-filter-predicate'.
7846 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
7847
7848 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
7849
7850 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
7851 return the commit hash (Bug#14459). Also set the
7852 `vc-git-detached' property.
7853 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
7854 (vc-git-mode-line-string): Use the same help-echo format whether
7855 in detached mode or not, because we know the actual revision now.
7856 When in detached mode, shorten the revision to 7 chars.
7857
7858 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * emacs-lisp/easy-mmode.el (define-minor-mode):
7861 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
7862 mode hook and provide a docstring.
7863
7864 2013-05-27 Alan Mackenzie <acm@muc.de>
7865
7866 Remove spurious syntax-table text properties inserted by C-y.
7867 * progmodes/cc-mode.el (c-after-change): Also clear hard
7868 syntax-table property with value nil.
7869
7870 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
7871
7872 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
7873 when reading the events; the buffer layout shall not be changed.
7874
7875 2013-05-27 Leo Liu <sdl.web@gmail.com>
7876
7877 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
7878 New variable.
7879 (inferior-octave-directory-tracker): Automatically re-sync
7880 default-directory.
7881 (octave-help): Improve handling of 'See also'.
7882
7883 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7884
7885 * doc-view.el: Minor naming convention tweaks.
7886 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
7887
7888 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
7889 even if there's no `display' property yet (bug#14435).
7890
7891 2013-05-25 Eli Zaretskii <eliz@gnu.org>
7892
7893 * subr.el (unmsys--file-name): Rename from reveal-filename.
7894
7895 * Makefile.in (custom-deps, finder-data, autoloads)
7896 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7897 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7898 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
7899
7900 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7901
7902 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
7903 error-completion on the first 2 args of condition-case (bug#14446).
7904 Don't burp at EOB.
7905
7906 2013-05-25 Leo Liu <sdl.web@gmail.com>
7907
7908 * comint.el (comint-previous-matching-input): Do not flood the
7909 *Messages* buffer with trivial messages.
7910
7911 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7912
7913 * progmodes/flymake.el (flymake-nop): Don't return a string.
7914 (flymake-set-at): Fix typo.
7915
7916 * simple.el (read--expression): New function, extracted from
7917 eval-expression. Set completion-at-point-functions (bug#14465).
7918 (eval-expression, eval-minibuffer): Use it.
7919
7920 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
7921
7922 * progmodes/flymake.el (flymake-save-buffer-in-file)
7923 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
7924 (flymake-selected-frame, flymake-log, flymake-ins-after)
7925 (flymake-set-at, flymake-get-buildfile-from-cache)
7926 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
7927 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
7928 Refine the doc string.
7929 (flymake-get-file-name-mode-and-masks): Reformat.
7930 (flymake-get-real-file-name-function): Fix a minor bug.
7931
7932 2013-05-24 Juri Linkov <juri@jurta.org>
7933
7934 * progmodes/grep.el (grep-mode-font-lock-keywords):
7935 Support =linenumber= format used by git-grep for lines with
7936 function names. (Bug#13549)
7937
7938 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * progmodes/octave.el (octave-smie-rules): Return nil rather than
7941 0 after a semi-colon; it works better for smie-auto-fill.
7942 (octave--indent-new-comment-line): New function.
7943 (octave-indent-new-comment-line): Use it (indirectly).
7944 (octave-mode): Don't disable smie-auto-fill. Use add-function to
7945 modify comment-line-break-function.
7946
7947 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
7948 (smie-setup): Use add-function to set it.
7949
7950 2013-05-24 Sam Steingold <sds@gnu.org>
7951
7952 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
7953 argument (before the `interactive' argument).
7954
7955 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7956
7957 * image-mode.el (image-mode-winprops): Add winprops to
7958 image-mode-winprops-alist before running
7959 image-mode-new-window-functions.
7960 * doc-view.el (doc-view-new-window-function): Don't delay
7961 doc-view-goto-page via timers (bug#14435).
7962
7963 2013-05-24 Tassilo Horn <tsdh@gnu.org>
7964
7965 * doc-view.el: Integrate with desktop.el. (Bug#14435)
7966 (doc-view-desktop-save-buffer): New function.
7967 (doc-view-restore-desktop-buffer): New function.
7968 (desktop-buffer-mode-handlers):
7969 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
7970 handler.
7971 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
7972 `desktop-save-buffer' function.
7973
7974 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
7975
7976 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
7977 (tramp-gvfs-file-name-handler): Raise a user error when
7978 `tramp-gvfs-enabled' is nil.
7979 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
7980 Do not raise a user error when loading package. (Bug#14447)
7981
7982 * net/xesam.el: Move to obsolete/.
7983
7984 2013-05-24 Glenn Morris <rgm@gnu.org>
7985
7986 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
7987
7988 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
7989
7990 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
7991 (Info-find-node, Man-getpage-in-background): Declare.
7992
7993 * mail/unrmail.el (unrmail):
7994 Replace obsolete detect-coding-with-priority.
7995
7996 * net/socks.el (socks-split-string): Use this rather than split-string.
7997 (socks-nslookup-host): Update for above change.
7998 (dynamic-choice, s5-dynamic-choice-match)
7999 (s5-dynamic-choice-match-inline, s5-widget-value-create):
8000 Comment out unused code.
8001
8002 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
8003 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
8004 (gud-tooltip-echo-area): Make obsolete.
8005 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
8006
8007 * progmodes/js.el (js--optimize-arglist): Declare.
8008
8009 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
8010
8011 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
8012 (ediff-window-C): Declare.
8013
8014 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
8015 Tweak requires to silence compiler.
8016
8017 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
8018 (he-search-string, he-tried-table, he-expand-list)
8019 (he-init-string, he-string-member, he-substitute-string)
8020 (he-reset-string): Declare.
8021
8022 * obsolete/options.el (list-options): Use custom-variable-p,
8023 rather than obsolete alias.
8024
8025 2013-05-23 Sam Steingold <sds@gnu.org>
8026
8027 * simple.el (shell-command-on-region): Pass the `replace' argument
8028 down to `call-process-region' to comply with the doc as reported on
8029 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
8030
8031 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8032
8033 * emacs-lisp/smie.el (smie-indent-forward-token)
8034 (smie-indent-backward-token): Handle string tokens (bug#14381).
8035
8036 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8037
8038 * ielm.el (ielm-menu): New menu.
8039 (inferior-emacs-lisp-mode): Set comment-start.
8040
8041 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8042
8043 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
8044 Fix deactivate action.
8045
8046 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
8047 Add cleveref macros.
8048
8049 * lisp/textmodes/reftex-parse.el
8050 (reftex-locate-bibliography-files): Accept options for
8051 bibliography commands.
8052 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
8053 Add addbibresource. Basic Biblatex support.
8054
8055 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
8056
8057 * net/tramp-gvfs.el (top):
8058 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
8059 when loading package. (Bug#14447)
8060
8061 2013-05-23 Glenn Morris <rgm@gnu.org>
8062
8063 * progmodes/js.el: No need to load comint when compiling.
8064 (ring-insert, comint-send-string, comint-send-input)
8065 (comint-last-input-end, ido-chop): Declare.
8066
8067 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
8068 * vc/ediff-mult.el: Adjust requires.
8069 (ediff-directories-internal, ediff-directory-revisions-internal)
8070 (ediff-patch-file-internal): Declare.
8071 * vc/ediff-ptch.el: Adjust requires.
8072 (ediff-use-last-dir, ediff-buffers-internal): Declare.
8073 (ediff-find-file): Autoload.
8074 * vc/ediff-util.el: No need to load ediff when compiling.
8075 (ediff-regions-internal): Declare.
8076 * vc/ediff-wind.el: Adjust requires.
8077 (ediff-compute-toolbar-width): Define when compiling.
8078 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
8079 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
8080 (dired-get-filename, dired-get-marked-files)
8081 (ediff-last-dir-patch, ediff-patch-default-directory)
8082 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
8083 (ediff-patch-buffer-internal): Declare.
8084
8085 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
8086 (ispell-process, ispell-buffer-local-words, lm-summary)
8087 (lm-section-start, lm-section-end): Declare.
8088 (checkdoc-ispell-init): Simplify.
8089
8090 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
8091 (he-string-member, he-reset-string, he-substitute-string): Declare.
8092
8093 * eshell/em-ls.el: Adjust requires.
8094 (eshell-glob-regexp): Declare.
8095 * eshell/em-tramp.el: Adjust requires.
8096 (eshell-parse-command): Autoload.
8097 * eshell/em-xtra.el: Adjust requires.
8098 (eshell-parse-command): Autoload.
8099 * eshell/esh-ext.el: Adjust requires.
8100 (eshell-parse-command, eshell-close-handles): Autoload.
8101 * eshell/esh-io.el: Adjust requires.
8102 (eshell-output-filter): Autoload.
8103 * eshell/esh-util.el: No need to load tramp when compiling.
8104 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
8105 Declare.
8106 (eshell-parse-ange-ls): Require ange-ftp and tramp.
8107 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8108 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
8109 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
8110 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
8111 * eshell/esh-opt.el, eshell/esh-proc.el:
8112 * eshell/esh-var.el: Adjust requires.
8113 * eshell/eshell.el: Do not require esh-util twice.
8114 (eshell-add-input-to-history): Declare.
8115 (eshell-command): Check history module is active before using it.
8116
8117 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
8118
8119 2013-05-22 Leo Liu <sdl.web@gmail.com>
8120
8121 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
8122
8123 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
8124
8125 * autorevert.el (auto-revert-notify-add-watch)
8126 (auto-revert-notify-handler): Add `attrib' for the inotify case,
8127 it indicates changes in file modification time.
8128
8129 2013-05-22 Glenn Morris <rgm@gnu.org>
8130
8131 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8132 Always delete the autoloaded function from the noruntime and
8133 unresolved functions lists.
8134
8135 * allout.el: No need to load epa, epg, overlay when compiling.
8136 (epg-context-set-passphrase-callback, epg-list-keys)
8137 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
8138 (epg-key-user-id-list): Declare.
8139
8140 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8141 (viper-set-parsing-style-toggling-macro)
8142 (viper-set-emacs-state-searchstyle-macros):
8143 Use called-interactively-p on Emacs.
8144 (viper-looking-back): Make it an obsolete alias. Update callers.
8145 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
8146 Use looking-back rather than viper-looking-back.
8147 (viper-tmp-insert-at-eob, viper-enlarge-region)
8148 (viper-read-string-with-history, viper-register-to-point)
8149 (viper-append-to-register, viper-change-state-to-vi)
8150 (viper-backward-char-carefully, viper-forward-char-carefully)
8151 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
8152 (viper-change-state-to-emacs): Declare.
8153 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
8154 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
8155 * emulation/viper-mous.el: Do not load viper-cmd.
8156 (viper-backward-char-carefully, viper-forward-char-carefully)
8157 (viper-forward-word, viper-adjust-window): Declare.
8158
8159 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
8160
8161 * progmodes/idlw-help.el (idlwave-help-fontify):
8162 Use called-interactively-p.
8163
8164 * term/w32console.el (w32-get-console-codepage)
8165 (w32-get-console-output-codepage): Declare.
8166
8167 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
8168 Remove unnecessary declarations.
8169 (dframe-message): Doc fix.
8170
8171 * info.el (dframe-select-attached-frame, dframe-current-frame):
8172 Declare.
8173
8174 * speedbar.el (speedbar-message): Make it an obsolete alias.
8175 Update all callers.
8176 (speedbar-with-attached-buffer)
8177 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
8178 (speedbar-with-writable): Use backquote.
8179 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
8180 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8181 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
8182 rather than speedbar- aliases.
8183 * mail/rmail.el: Load dframe rather than speedbar when compiling.
8184 (speedbar-make-specialized-keymap, speedbar-insert-button)
8185 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
8186 (speedbar-do-function-pointer): Declare.
8187 (rmail-speedbar-button, rmail-speedbar-find-file)
8188 (rmail-speedbar-move-message):
8189 Use dframe-with-attached-buffer rather than speedbar- alias.
8190 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
8191 (dframe-message, speedbar-make-specialized-keymap)
8192 (speedbar-add-expansion-list, speedbar-mode-functions-list)
8193 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
8194 (speedbar-insert-button, dframe-select-attached-frame)
8195 (dframe-maybee-jump-to-attached-frame)
8196 (speedbar-change-initial-expansion-list)
8197 (speedbar-previously-used-expansion-list-name): Declare.
8198 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
8199 Use dframe-message, dframe-with-attached-buffer rather than
8200 speedbar- aliases.
8201 (gud-sentinel): Silence compiler.
8202 * progmodes/vhdl-mode.el (speedbar-refresh)
8203 (speedbar-do-function-pointer, speedbar-add-supported-extension)
8204 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
8205 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
8206 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
8207 (speedbar-file-lists, speedbar-make-tag-line)
8208 (speedbar-line-directory, speedbar-goto-this-file)
8209 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
8210 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
8211 (speedbar-make-button, speedbar-reset-scanners)
8212 (speedbar-files-item-info, speedbar-line-text)
8213 (speedbar-find-file-in-frame, speedbar-set-timer)
8214 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
8215 (speedbar-with-writable): Do not (re)define it.
8216 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
8217 rather than speedbar- alias.
8218
8219 2013-05-21 Leo Liu <sdl.web@gmail.com>
8220
8221 * progmodes/octave.el (octave-mode-menu): Update and re-organize
8222 menu items.
8223 (octave-mode): Tweak fill-nobreak-predicate.
8224 (inferior-octave-startup): Check process to avoid infinite loop.
8225 (inferior-octave): Pop to buffer first to show abornmal process
8226 exit information.
8227
8228 2013-05-21 Glenn Morris <rgm@gnu.org>
8229
8230 * printing.el (pr-menu-bar): Define when compiling.
8231
8232 2013-05-21 Leo Liu <sdl.web@gmail.com>
8233
8234 * progmodes/octave.el (octave-auto-fill): Remove.
8235 (octave-indent-new-comment-line): Improve.
8236 (octave-mode): Use auto fill mode through
8237 comment-line-break-function and fill-nobreak-predicate.
8238 (octave-goto-function-definition): Support DEFUN_DLD.
8239 (octave-beginning-of-defun): Small tweak.
8240 (octave-help): Show parent directory.
8241
8242 2013-05-21 Glenn Morris <rgm@gnu.org>
8243
8244 * files.el (dired-unmark):
8245 * progmodes/gud.el (gdb-input): Update declarations.
8246
8247 * calculator.el (electric, ehelp): No need to load when compiling.
8248 (Electric-command-loop, electric-describe-mode): Declare.
8249
8250 * doc-view.el (doc-view-current-converter-processes): Move before use.
8251
8252 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8253 Move MODE-set-explicitly definition before use.
8254
8255 * international/mule-diag.el (mule-diag):
8256 Don't use obsolete window-system-version.
8257
8258 * mail/feedmail.el (smtpmail): No need to load when compiling.
8259 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
8260
8261 * mail/mail-utils.el (rfc822): No need to load when compiling.
8262 (rfc822-addresses): Autoload it.
8263 (mail-strip-quoted-names): Trivial simplification.
8264
8265 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
8266 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
8267
8268 * net/snmp-mode.el (tempo): Don't duplicate requires.
8269
8270 * progmodes/prolog.el (info): No need to load when compiling.
8271 (comint): Require before shell requires it.
8272 (Info-goto-node): Autoload it.
8273 (Info-follow-nearest-node): Declare.
8274 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
8275
8276 * textmodes/artist.el (picture-mode-exit): Declare.
8277
8278 * textmodes/reftex-parse.el (reftex-parse-from-file):
8279 Trivial rewrite so the compiler can parse it better.
8280
8281 2013-05-20 Leo Liu <sdl.web@gmail.com>
8282
8283 * progmodes/octave.el (octave-help-mode-map)
8284 (octave-help-mode-finish-hook): New variables.
8285 (octave-help-mode, octave-help-mode-finish): New functions.
8286 (octave-help): Use octave-help-mode.
8287
8288 2013-05-20 Glenn Morris <rgm@gnu.org>
8289
8290 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
8291
8292 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
8293
8294 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
8295 start at point, so that expansion starting right after opening
8296 slash in a regexp is recognized.
8297 (ruby-syntax-before-regexp-re): New defvar, extracted from
8298 ruby-syntax-propertize-function. Since the value of this regexp
8299 is looked up at runtime now, we should be able to turn
8300 `ruby-syntax-methods-before-regexp' into a defcustom later.
8301 (ruby-syntax-propertize-function): Split regexp matching into two
8302 parts, for opening and closing slashes. That allows us to skip
8303 over string interpolations and support multiline regexps.
8304 Don't call `ruby-syntax-propertize-expansions', instead use another rule
8305 for them, which calls `ruby-syntax-propertize-expansion'.
8306 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
8307 call to `ruby-syntax-propertize-function'.
8308 (ruby-syntax-propertize-expansion): Extracted from
8309 `ruby-syntax-propertize-expansions'. Handles one expansion.
8310 (ruby-syntax-propertize-percent-literal): Leave point right after
8311 the percent symbol, so that the expression expansion rule can
8312 propertize the contents.
8313 (ruby-syntax-propertize-heredoc): Leave point at bol following the
8314 heredoc openers.
8315 (ruby-syntax-propertize-expansions): Remove.
8316
8317 2013-05-18 Juri Linkov <juri@jurta.org>
8318
8319 * man.el (Man-default-man-entry): Remove `-' from the end
8320 of the default value. (Bug#14400)
8321
8322 2013-05-18 Glenn Morris <rgm@gnu.org>
8323
8324 * comint.el (comint-password-prompt-regexp):
8325 Allow "password for XXX" where XXX contains colons (eg https://...).
8326
8327 2013-05-18 Leo Liu <sdl.web@gmail.com>
8328
8329 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
8330 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
8331 (octave-source-directories): Don't check process.
8332 (octave-source-directories, octave-find-definition): Doc fix.
8333
8334 2013-05-18 Glenn Morris <rgm@gnu.org>
8335
8336 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
8337 Remove backspace/delete bindings. (Bug#14392)
8338
8339 * cus-dep.el (custom-make-dependencies): Sort the output.
8340 (custom-versions-load-alist): Convert comment to doc.
8341
8342 2013-05-17 Leo Liu <sdl.web@gmail.com>
8343
8344 * newcomment.el (comment-search-backward): Stricter in finding
8345 comment start. (Bug#14303)
8346
8347 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
8348 (octave-comment-start-skip): Properly anchored.
8349
8350 2013-05-17 Leo Liu <sdl.web@gmail.com>
8351
8352 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
8353 Clean up when turned off. (Bug#14395)
8354 (smie--highlight-matching-block-overlay): No longer buffer-local.
8355 (smie-highlight-matching-block): Adjust.
8356
8357 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
8358
8359 Doc string fix for "nanoseconds" (Bug#14406).
8360 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
8361 Fix doc string typo that had "nanoseconds" instead of "microseconds".
8362
8363 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
8364
8365 * calc/calc-units.el (math-extract-units): Preserve powers
8366 of units.
8367
8368 2013-05-17 Leo Liu <sdl.web@gmail.com>
8369
8370 * subr.el (delete-consecutive-dups): New function.
8371 * ido.el (ido-set-matches-1): Use it.
8372 * progmodes/octave.el (inferior-octave-completion-table): Use it.
8373 * ido.el (ido-remove-consecutive-dups): Remove.
8374
8375 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8376
8377 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8378 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
8379 regexp-opt's `words'.
8380
8381 2013-05-16 Leo Liu <sdl.web@gmail.com>
8382
8383 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
8384 (smie--highlight-matching-block-overlay)
8385 (smie--highlight-matching-block-lastpos)
8386 (smie--highlight-matching-block-timer): New variables.
8387 (smie-highlight-matching-block): New function.
8388 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
8389 (smie-setup): Conditionally enable smie-blink-matching-open.
8390
8391 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
8392
8393 Sync with upstream verilog-mode r840.
8394 * progmodes/verilog-mode.el (verilog-mode-version)
8395 (verilog-mode-release-date): Update.
8396 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
8397 (verilog-sig-tieoff): Fix string error on
8398 AUTORESET with colon define, bug594. Reported by Andrew Hou.
8399 (verilog-read-decls): Fix parameters confusing
8400 AUTOINST interfaces, bug565. Reported by Leith Johnson.
8401
8402 2013-05-16 Eli Zaretskii <eliz@gnu.org>
8403
8404 * subr.el (reveal-filename): New function.
8405
8406 * loadup.el: Compute Emacs executable versions on MS-Windows,
8407 where executables have the .exe extension. Add a hard link
8408 emacs-XX.YY.ZZ.exe on MS-Windows.
8409
8410 * Makefile.in (XARGS_LIMIT): New variable.
8411 (custom-deps, finder-data, autoloads)
8412 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8413 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8414 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
8415 (compile-main): Limit xargs according to $(XARGS_LIMIT).
8416
8417 2013-05-16 Leo Liu <sdl.web@gmail.com>
8418
8419 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
8420 (octave-mode-menu, octave-mode-map): Remove its uses.
8421
8422 2013-05-16 Reto Zimmermann <reto@gnu.org>
8423
8424 Sync with upstream vhdl mode v3.34.2.
8425 * progmodes/vhdl-mode.el: Use `push' throughout.
8426 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
8427 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
8428 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
8429 (vhdl-actual-generic-name): New option to derive actual generic name.
8430 (vhdl-port-paste-signals): Replace formal by actual generics.
8431 (vhdl-beautify): New name for old group vhdl-align. Update users.
8432 (vhdl-beautify-options): New option.
8433 (vhdl-last-input-event): New compat alias. Use throughout.
8434 (vhdl-goto-line): Replace user level function `goto-line'.
8435 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
8436 vhdl-fix-statement-buffer.
8437 (vhdl-create-mode-menu): Add some entries.
8438 (vhdl-align-region-groups): Respect vhdl-beautify-options.
8439 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
8440 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
8441 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
8442 to force statements on one line.
8443 (vhdl-remove-trailing-spaces-region):
8444 New, split from vhdl-remove-trailing-spaces.
8445 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
8446 Respect vhdl-beautify-options.
8447 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
8448 (vhdl-update-sensitivity-list): Not add with index if exists without.
8449 Not include array index with signal. Ignore keywords in comments.
8450 (vhdl-get-visible-signals): Regexp tweaks.
8451 (vhdl-template-component-inst): Handle empty library.
8452 (vhdl-template-type): Add template for 'enum' type.
8453 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
8454 Use vhdl-replace-string.
8455 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
8456 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
8457 (vhdl-speedbar-initialize): Update for above name change.
8458 (vhdl-compose-wire-components): Fix in handling of constants.
8459 (vhdl-error-regexp-emacs-alist): New variable.
8460 (vhdl-error-regexp-add-emacs): New function;
8461 adds support for new compile.el (Emacs 22+)
8462 (vhdl-generate-makefile-1): Change target order for single lib. units.
8463 Allow use of absolute file names.
8464
8465 2013-05-16 Leo Liu <sdl.web@gmail.com>
8466
8467 * simple.el (prog-indent-sexp): Indent enclosing defun.
8468
8469 2013-05-15 Glenn Morris <rgm@gnu.org>
8470
8471 * cus-start.el (show-trailing-whitespace): Move to editing basics.
8472 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
8473 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
8474 (whitespace-highlight): Move to whitespace group.
8475
8476 * comint.el (comint-source):
8477 * pcmpl-linux.el (pcmpl-linux):
8478 * shell.el (shell-faces):
8479 * eshell/esh-opt.el (eshell-opt):
8480 * international/ccl.el (ccl): Remove empty custom groups.
8481
8482 * completion.el (dynamic-completion-mode):
8483 * jit-lock.el (jit-lock-debug-mode):
8484 * minibuffer.el (completion-in-region-mode):
8485 * type-break.el (type-break-mode-line-message-mode)
8486 (type-break-query-mode):
8487 * emulation/tpu-edt.el (tpu-edt-mode):
8488 * progmodes/subword.el (global-subword-mode, global-superword-mode):
8489 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8490 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
8491
8492 * term/xterm.el (xterm): Change parent group to terminals.
8493
8494 * master.el (master): Remove empty custom group.
8495 (master-mode): Remove unused :group argument.
8496 * textmodes/refill.el (refill): Remove empty custom group.
8497 (refill-mode): Remove unused :group argument.
8498
8499 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
8500
8501 * cus-dep.el: Provide a feature.
8502 (custom-make-dependencies): Ignore dotfiles (dir-locals).
8503 Don't mistakenly ignore files whose basenames match a basename
8504 from preloaded-file-list (eg cedet/ede/simple.el).
8505 Add a fallback method for getting :group.
8506
8507 2013-05-15 Juri Linkov <juri@jurta.org>
8508
8509 * isearch.el (isearch-char-by-name): Rename from
8510 `isearch-insert-char-by-name'. Doc fix.
8511 (isearch-forward): Mention `isearch-char-by-name' in
8512 the docstring. (Bug#13348)
8513
8514 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
8515 `exit-minibuffer' instead of
8516 `isearch-nonincremental-exit-minibuffer'.
8517 (isearch-edit-string): Remove mention of
8518 `isearch-nonincremental-exit-minibuffer' from docstring.
8519 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
8520 (isearch-forward-exit-minibuffer)
8521 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
8522
8523 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8524
8525 * loadup.el: Just use unversioned DOC.
8526
8527 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
8528 literals as extending to EOB.
8529 (nxml-last-fontify-end): Remove unused variable.
8530 (nxml-after-change1): Use with-silent-modifications.
8531 (nxml-extend-after-change-region): Simplify.
8532 (nxml-extend-after-change-region1): Remove function.
8533 (nxml-after-change1): Don't adjust for dependent regions.
8534 (nxml-fontify-matcher): Simplify.
8535 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
8536 (xmltok-add-dependent): Remove function.
8537 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
8538 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
8539 (xmltok-scan-prolog-after-processing-instruction-open): Treat
8540 unclosed <[[, <?, comment, and other literals as extending to EOB.
8541 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
8542 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
8543 Remove functions.
8544 (rng-do-some-validation-1): Don't mark dependent regions.
8545 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
8546 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
8547 (nxml-clear-dependent-regions): Remove functions.
8548 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
8549 (nxml-ensure-scan-up-to-date):
8550 Don't clear&mark dependent regions.
8551
8552 2013-05-15 Leo Liu <sdl.web@gmail.com>
8553
8554 * progmodes/octave.el (octave-goto-function-definition):
8555 Improve and fix callers.
8556
8557 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8558
8559 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
8560 the setter (bug#14387).
8561
8562 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
8563 surrounding group (bug#14402).
8564
8565 2013-05-14 Juri Linkov <juri@jurta.org>
8566
8567 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8568 (Bug#14390)
8569
8570 2013-05-14 Glenn Morris <rgm@gnu.org>
8571
8572 * progmodes/f90.el (f90-imenu-generic-expression):
8573 Fix typo in 2013-05-08 change. (Bug#14402)
8574
8575 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8576
8577 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8578 Remove signals for which replies are never received.
8579
8580 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8581
8582 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8583 (gdb-handler-alist, gdb-handler-number): Remove variables.
8584 (gdb-handler-list): New variable.
8585 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8586 (gdb-pending-handler-p, gdb-handle-reply)
8587 (gdb-remove-all-pending-triggers): New functions.
8588 (gdb-discard-unordered-replies): New defcustom.
8589 (gdb-handler): New defstruct.
8590 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
8591 instead of gdb-pending-triggers. Update docstring.
8592 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
8593 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8594 (gdb-var-update-handler, def-gdb-auto-update-trigger)
8595 (def-gdb-auto-update-handler, gdb-get-changed-registers)
8596 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8597 (gdb-frame-handler): Pending triggers are now automatically managed.
8598 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8599 Remove argument.
8600 (gdb-input): Automatically handles pending triggers. Update docstring.
8601 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
8602 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
8603 Update comments.
8604 (gdb-done-or-error): Now use gdb-handle-reply.
8605
8606 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8607
8608 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
8609 gdb-debug-log.
8610
8611 2013-05-14 Glenn Morris <rgm@gnu.org>
8612
8613 * subr.el (user-emacs-directory-warning): New option.
8614 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
8615
8616 2013-05-14 Leo Liu <sdl.web@gmail.com>
8617
8618 * progmodes/octave.el (octave-font-lock-keywords): Fix error
8619 during redisplay.
8620 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
8621 (octave-font-lock-texinfo-comment): Fix invalid search bound
8622 error: wrong side of point.
8623
8624 2013-05-14 Glenn Morris <rgm@gnu.org>
8625
8626 * progmodes/flymake.el (flymake-xml-program): New option.
8627 (flymake-xml-init): Use it.
8628
8629 * term/xterm.el: Provide a feature.
8630
8631 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
8632
8633 2013-05-13 Glenn Morris <rgm@gnu.org>
8634
8635 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
8636 Add compat aliases as a hack workaround. (Bug#14384)
8637
8638 2013-05-13 Leo Liu <sdl.web@gmail.com>
8639
8640 * progmodes/octave.el (octave-indent-comment): Fix indentation for
8641 ###, and %!.
8642 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
8643 C-M-q.
8644 (octave-comment-start-skip): Include %!.
8645 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
8646
8647 2013-05-12 Leo Liu <sdl.web@gmail.com>
8648
8649 * progmodes/octave.el (inferior-octave-startup): Store the value
8650 of __octave_srcdir__ for octave-source-directories.
8651 (inferior-octave-check-process): New function refactored out of
8652 inferior-octave-send-list-and-digest.
8653 (octave-source-directories)
8654 (octave-find-definition-filename-function): New variables.
8655 (octave-source-directories)
8656 (octave-find-definition-default-filename): New functions.
8657 (octave-find-definition): Improve to find functions implemented in C++.
8658
8659 2013-05-12 Glenn Morris <rgm@gnu.org>
8660
8661 * calendar/diary-lib.el (diary-outlook-format-1):
8662 Don't include dayname in the output. (Bug#14349)
8663
8664 2013-05-11 Glenn Morris <rgm@gnu.org>
8665
8666 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
8667
8668 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
8669 Treat cc-provide like provide.
8670
8671 2013-05-11 Kevin Ryde <user42@zip.com.au>
8672
8673 * cus-dep.el (custom-make-dependencies):
8674 Use generated-autoload-load-name for the sake of files such
8675 such cedet/semantic/bovine/c.el, where the base file name
8676 is not in load-path. (Bug#5277)
8677
8678 2013-05-11 Glenn Morris <rgm@gnu.org>
8679
8680 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
8681 Provide features.
8682
8683 2013-05-11 Leo Liu <sdl.web@gmail.com>
8684
8685 * progmodes/octave.el (octave-indent-comment): Improve.
8686 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
8687 (octave-eldoc-function-signatures, octave-eldoc-function):
8688 New functions.
8689 (octave-mode, inferior-octave-mode): Add eldoc support.
8690
8691 2013-05-11 Richard Stallman <rms@gnu.org>
8692
8693 * epa.el (epa-decrypt-file): Take output file name as argument
8694 and read it using `interactive'.
8695
8696 2013-05-11 Leo Liu <sdl.web@gmail.com>
8697
8698 * progmodes/octave.el (octave-beginning-of-line)
8699 (octave-end-of-line): Check before using up-list because it jumps
8700 out of more syntactic contructs since moving to smie.
8701 (octave-indent-comment): New function.
8702 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
8703 (octave-begin-keywords, octave-end-keywords)
8704 (octave-reserved-words, octave-smie-bnf-table)
8705 (octave-smie-rules): Add new keywords from Octave 3.6.4.
8706
8707 2013-05-11 Glenn Morris <rgm@gnu.org>
8708
8709 * faces.el (internal-face-x-get-resource):
8710 * frame.el (ns-display-monitor-attributes-list):
8711 * calc/calc-aent.el (math-to-radians-2):
8712 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
8713 Fix declarations.
8714
8715 * calc/calc-menu.el: Make it loadable in isolation.
8716
8717 * net/eudcb-bbdb.el: Make it loadable without bbdb.
8718 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
8719 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
8720 (eudc-bbdb-query-internal): Require 'bbdb.
8721
8722 * lpr.el (lpr-headers-switches):
8723 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
8724
8725 * progmodes/sql.el (sql-login-params): Fix and improve :type.
8726
8727 * emulation/edt-mapper.el: In batch mode, error rather than hang.
8728
8729 * term.el (term-set-escape-char): Make it idempotent.
8730
8731 2013-05-10 Leo Liu <sdl.web@gmail.com>
8732
8733 * progmodes/octave.el (inferior-octave-completion-table):
8734 No longer a function and all uses changed. Use cache to speed up
8735 completion due to bug#11906.
8736 (octave-beginning-of-defun): Re-write to be more general.
8737
8738 2013-05-10 Glenn Morris <rgm@gnu.org>
8739
8740 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
8741
8742 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8743
8744 * comint.el (comint-redirect-send-command-to-process): Use :around
8745 rather than :override for comint-redirect-filter.
8746 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
8747 Call it instead of comint-redirect-original-filter-function (which
8748 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
8749
8750 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
8751
8752 * frame.el (display-monitor-attributes-list): Add NS case.
8753 (ns-display-monitor-attributes-list): Declare.
8754
8755 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
8756
8757 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
8758
8759 2013-05-09 Glenn Morris <rgm@gnu.org>
8760
8761 * international/fontset.el (vertical-centering-font-regexp):
8762 Set standard-value.
8763
8764 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
8765
8766 * bookmark.el (bookmark-search-delay):
8767 * cus-start.el (vertical-centering-font-regexp):
8768 * ps-mule.el (ps-mule-font-info-database-default):
8769 * ps-print.el (ps-default-fg, ps-default-bg):
8770 * type-break.el (type-break-good-break-interval):
8771 * whitespace.el (whitespace-indentation-regexp)
8772 (whitespace-space-after-tab-regexp):
8773 * emacs-lisp/testcover.el (testcover-1value-functions)
8774 (testcover-noreturn-functions, testcover-progn-functions)
8775 (testcover-prog1-functions):
8776 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8777 * eshell/em-glob.el (eshell-glob-translate-alist):
8778 * play/tetris.el (tetris-tty-colors):
8779 * progmodes/cpp.el (cpp-face-default-list):
8780 * progmodes/flymake.el (flymake-allowed-file-name-masks):
8781 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
8782 (idlwave-help-browser-generic-args):
8783 * progmodes/make-mode.el (makefile-special-targets-list):
8784 * progmodes/python.el (python-shell-virtualenv-path):
8785 * progmodes/verilog-mode.el (verilog-active-low-regexp)
8786 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
8787 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
8788 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8789 * textmodes/reftex-vars.el (reftex-format-label-function):
8790 * textmodes/remember.el (remember-diary-file): Fix custom types.
8791
8792 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
8793 Add :version.
8794
8795 2013-05-09 Leo Liu <sdl.web@gmail.com>
8796
8797 * progmodes/octave.el (inferior-octave-completion-at-point):
8798 Restore file completion. (Bug#14300)
8799 (inferior-octave-startup): Fix incorrect highlighting for the
8800 first prompt.
8801
8802 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8803
8804 * progmodes/ruby-mode.el: First cut at SMIE support.
8805 (ruby-use-smie): New var.
8806 (ruby-smie-grammar): New constant.
8807 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
8808 (ruby-smie--forward-token, ruby-smie--backward-token)
8809 (ruby-smie-rules): New functions.
8810 (ruby-mode-variables): Setup SMIE if applicable.
8811
8812 2013-05-08 Eli Zaretskii <eliz@gnu.org>
8813
8814 * simple.el (line-move-visual): Signal beginning/end of buffer
8815 only if vertical-motion moved less than it was requested. Avoids
8816 silly incorrect error messages when there are display strings with
8817 multiple newlines at EOL.
8818
8819 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8820
8821 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
8822 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
8823 (prolog-char-quote-workaround):
8824 * progmodes/cperl-mode.el (cperl-under-as-char):
8825 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
8826 Mark as obsolete.
8827 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
8828 their declaration.
8829 (vhdl-mode-syntax-table-init): Remove.
8830
8831 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
8832 last change.
8833
8834 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
8835 syntax for "_".
8836 (ld-script-font-lock-keywords):
8837 Change regexps to use things like \_< and \_>.
8838
8839 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
8840 Change all regexps to use things like \_< and \_>.
8841
8842 * progmodes/autoconf.el (autoconf-definition-regexp)
8843 (autoconf-font-lock-keywords, autoconf-current-defun-function):
8844 Handle a _ with symbol syntax.
8845 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
8846
8847 * progmodes/ada-mode.el (ada-mode-abbrev-table):
8848 Consolidate declaration.
8849 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
8850 the declaration.
8851 (ada-create-syntax-table): Remove.
8852 (ada-capitalize-word): Don't mess with the syntax of "_" since it
8853 already has the right syntax nowadays.
8854 (ada-goto-next-word): Don't change the syntax of "_".
8855
8856 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
8857 with-wrapper-hook.
8858
8859 2013-05-08 Sam Steingold <sds@gnu.org>
8860
8861 * thingatpt.el (thing-at-point): Accept optional second argument
8862 NO-PROPERTIES to strip the text properties from the return value.
8863 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
8864 to `thing-at-point' instead of stripping the properties ourselves.
8865 Also, when `thing-at-point' fails to find a url, prepend "http://"
8866 to the filename at point on the assumption that the user is
8867 pointing at something like gnu.org/gnu.
8868
8869 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
8870
8871 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8872 * faces.el (crm-separator):
8873 Silence byte-compiler.
8874
8875 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
8876 (tool-bar-map): Remove unneeded defvars.
8877
8878 2013-05-08 Leo Liu <sdl.web@gmail.com>
8879
8880 Re-work a fix for bug#10994 based on Le Wang's patch.
8881 * ido.el (ido-remove-consecutive-dups): New helper.
8882 (ido-completing-read): Use it.
8883 (ido-chop): Revert fix for bug#10994.
8884
8885 2013-05-08 Adam Spiers <emacs@adamspiers.org>
8886
8887 * cus-edit.el (custom-save-variables):
8888 Pretty-print long values. (Bug#14187)
8889
8890 2013-05-08 Glenn Morris <rgm@gnu.org>
8891
8892 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
8893 (m4-mode-syntax-table): Init in the defvar.
8894 (m4-mode-abbrev-table): Let define-derived-mode define it.
8895
8896 2013-05-08 Tom Tromey <tromey@redhat.com>
8897
8898 * progmodes/m4-mode.el (m4-mode-syntax-table):
8899 Do not treat "_" as word constituent. (Bug#14167)
8900
8901 2013-05-07 Glenn Morris <rgm@gnu.org>
8902
8903 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
8904 Remove explicit eshell-isearch-cancel-map.
8905
8906 * progmodes/f90.el (f90-smart-end-names): New option.
8907 (f90-smart-end): Doc fix.
8908 (f90-end-block-optional-name): New constant.
8909 (f90-block-match): Respect f90-smart-end-names.
8910
8911 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8912
8913 * progmodes/octave.el (octave-smie-forward-token): Be more careful
8914 about implicit semi-colons (bug#14218).
8915
8916 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8917
8918 * frame.el (display-monitor-attributes-list)
8919 (frame-monitor-attributes): New functions.
8920
8921 2013-05-06 Leo Liu <sdl.web@gmail.com>
8922
8923 * progmodes/octave.el (octave-syntax-propertize-function): Change
8924 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
8925 (octave-font-lock-keywords): Use octave-operator-regexp.
8926 (octave-completion-at-point): Rename from
8927 octave-completion-at-point-function.
8928 (inferior-octave-directory-tracker): Robustify.
8929 (octave-text-functions): Remove and fix its uses. No such things
8930 any more.
8931
8932 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8933
8934 * emacs-lisp/trace.el (trace--display-buffer): New function.
8935 (trace-make-advice): Use it.
8936
8937 2013-05-06 Juri Linkov <juri@jurta.org>
8938
8939 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
8940 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
8941 Doc fix.
8942 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
8943 in the help string. (Bug#12985)
8944
8945 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
8946
8947 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
8948
8949 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8950
8951 * progmodes/perl-mode.el: Add support for here documents.
8952 (perl-syntax-propertize-function): Match here-doc markers.
8953 (perl-syntax-propertize-special-constructs): Find their end.
8954 (perl-imenu-generic-expression): Use [:alnum:].
8955
8956 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
8957 (advice--add-function): Refresh the advice if already present
8958 (bug#14317).
8959
8960 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
8961
8962 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
8963
8964 2013-05-06 Glenn Morris <rgm@gnu.org>
8965
8966 * w32-fns.el (w32-charset-info-alist): Declare.
8967
8968 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
8969 of its defcustom properties.
8970 (eshell-cmpl-initialize): No need to load pcomplete.
8971
8972 * generic-x.el: No need to require comint when compiling.
8973
8974 * net/eudc-export.el: Make it loadable without bbdb.
8975 (top-level): Use require rather than load-library.
8976 (eudc-create-bbdb-record, eudc-bbdbify-phone)
8977 (eudc-batch-export-records-to-bbdb)
8978 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
8979 Require bbdb.
8980
8981 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8982
8983 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
8984 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
8985 some tweaks, instead.
8986
8987 2013-05-05 Leo Liu <sdl.web@gmail.com>
8988
8989 * progmodes/octave.el (octave-font-lock-keywords)
8990 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
8991 (inferior-octave-send-list-and-digest): Improve error message.
8992 (octave-mode, inferior-octave-mode): Use setq-local.
8993 (octave-help): Set info-lookup-mode.
8994
8995 2013-05-05 Richard Stallman <rms@gnu.org>
8996
8997 * vc/compare-w.el (compare-windows-whitespace):
8998 Treat no-break space as whitespace.
8999
9000 * mail/rmailsum.el (rmail-summary-rmail-update):
9001 Detect empty summary and don't change selected message.
9002 (rmail-summary-goto-msg): Likewise.
9003
9004 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
9005 Doc fixes, rename args.
9006
9007 2013-05-05 Alan Mackenzie <acm@muc.de>
9008
9009 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
9010
9011 2013-05-05 Juri Linkov <juri@jurta.org>
9012
9013 * info.el (Info-read-subfile): Use (point-min) instead of (point)
9014 to not add the length of the summary segment to the return value.
9015 (Bug#14125)
9016
9017 2013-05-05 Leo Liu <sdl.web@gmail.com>
9018
9019 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
9020 (inferior-octave-output-filter): Remove.
9021 (octave-send-region, inferior-octave-startup): Fix callers.
9022 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
9023 (octave-binary-file-extensions): New user variable.
9024 (octave-find-definition): Confirm if opening binary files.
9025 (octave-help-file): Use octave-find-definition to get the binary
9026 confirmation.
9027 (octave-help): Adjust for octave-help-file change.
9028
9029 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9030
9031 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
9032 Merge the two entries that handle function definitions.
9033 (pascal--syntax-propertize): New const.
9034 (pascal-mode): Use it. Use setq-local.
9035
9036 2013-05-04 Glenn Morris <rgm@gnu.org>
9037
9038 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
9039 (diary-from-outlook): Respect diary-from-outlook-function.
9040
9041 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9042
9043 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
9044 Move the declaration from C.
9045 (read-minibuffer, eval-minibuffer): Move from C.
9046 (completion-setup-function): Avoid minibuffer-completion-contents.
9047
9048 2013-05-03 Leo Liu <sdl.web@gmail.com>
9049
9050 * progmodes/octave.el (octave-font-lock-keywords): Do not
9051 dehighlight 'end' in comments or strings.
9052 (octave-completing-read, octave-goto-function-definition):
9053 New helpers.
9054 (octave-help-buffer): New user variable.
9055 (octave-help-file, octave-help-function): New button types.
9056 (octave-help): New command and bind it to C-h ;.
9057 (octave-find-definition): New command and bind it to M-.
9058 (user-error): Alias to error if not defined.
9059
9060 2013-05-02 Leo Liu <sdl.web@gmail.com>
9061
9062 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
9063 for \. (bug#14332)
9064 (octave-font-lock-keywords): Include [ and {.
9065
9066 2013-05-02 Leo Liu <sdl.web@gmail.com>
9067
9068 * progmodes/octave.el (inferior-octave-startup-file): Change default.
9069 (inferior-octave): Remove calling comint-mode and return the buffer.
9070 (inferior-octave-startup): Cosmetic changes.
9071
9072 2013-05-02 Leo Liu <sdl.web@gmail.com>
9073
9074 * progmodes/octave.el (octave-syntax-propertize-function):
9075 Include the case when ' is at line beginning. (Bug#14336)
9076
9077 2013-05-02 Glenn Morris <rgm@gnu.org>
9078
9079 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
9080 * desktop.el (vc-dir-mode): Just autoload it here.
9081
9082 2013-05-02 Alan Mackenzie <acm@muc.de>
9083
9084 Eliminate variable c-standard-font-lock-fontify-region-function.
9085 * progmodes/cc-mode.el
9086 (c-standard-font-lock-fontify-region-function): Remove.
9087 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
9088
9089 2013-05-01 Leo Liu <sdl.web@gmail.com>
9090
9091 * progmodes/octave.el: Compatible with older emacs-24 releases.
9092 (inferior-octave-has-built-in-variables): Remove. Built-in
9093 variables were removed from Octave in 2007.
9094 (inferior-octave-startup): Fix uses.
9095 (comint-line-beginning-position): Remove compatibility code for
9096 emacs 21.
9097
9098 2013-05-01 Juri Linkov <juri@jurta.org>
9099
9100 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
9101
9102 2013-05-01 Juri Linkov <juri@jurta.org>
9103
9104 * comint.el (comint-previous-matching-input): Don't print message
9105 "History item: %d" when `isearch-mode' is active.
9106 (comint-history-isearch-message): Print message "History item: %d"
9107 when `comint-input-ring-index' is not empty and this function is
9108 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
9109
9110 2013-05-01 Leo Liu <sdl.web@gmail.com>
9111
9112 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
9113 definitions. Use completion-at-point to insert keywords.
9114 (octave-abbrev-start): Remove.
9115 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
9116
9117 2013-04-30 Leo Liu <sdl.web@gmail.com>
9118
9119 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
9120 change.
9121
9122 2013-04-30 Alan Mackenzie <acm@muc.de>
9123
9124 Handle arbitrarily long C++ member initialisation lists.
9125 * progmodes/cc-engine.el (c-back-over-member-initializers):
9126 new function.
9127 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
9128 (most) member init lists.
9129
9130 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9131
9132 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
9133 variable.
9134
9135 2013-04-30 Leo Liu <sdl.web@gmail.com>
9136
9137 * progmodes/octave.el (octave-variables): Remove. No builtin
9138 variables any more. All converted to functions.
9139 (octave-font-lock-keywords, octave-completion-at-point-function):
9140 Fix uses.
9141 (octave-font-lock-texinfo-comment): New user variable.
9142 (octave-texinfo-font-lock-keywords): New variable for texinfo
9143 comment block.
9144 (octave-function-comment-block): New face.
9145 (octave-font-lock-texinfo-comment): New function.
9146 (octave-mode): Font lock texinfo comment block.
9147
9148 2013-04-29 Leo Liu <sdl.web@gmail.com>
9149
9150 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
9151 indexing expression.
9152 (octave-continuation-string): Do not use \.
9153 (inferior-octave-complete-impossible): Remove.
9154 (inferior-octave-completion-table)
9155 (inferior-octave-completion-at-point): Remove its uses.
9156 (inferior-octave-startup): completion_matches was introduced to
9157 Octave in 1996 so safe to assume it.
9158 (octave-function-file-comment): Improve to follow how Octave does it.
9159 (octave-update-function-file-comment): Tweak.
9160
9161 2013-04-29 Leo Liu <sdl.web@gmail.com>
9162
9163 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
9164 (inferior-octave-startup): Remove inferior-octave-startup-hook.
9165 (octave-function-file-comment): Fix typo.
9166 (octave-sync-function-file-names): Use read-char-choice.
9167
9168 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
9169
9170 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
9171 to t for the less important warnings.
9172
9173 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
9174
9175 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
9176
9177 2013-04-27 Glenn Morris <rgm@gnu.org>
9178
9179 * vc/log-view.el (log-view-current-entry):
9180 Treat "---" separator lines as part of the following rev. (Bug#14169)
9181
9182 2013-04-27 Juri Linkov <juri@jurta.org>
9183
9184 * subr.el (read-number): Doc fix about using it by interactive
9185 code letter `n'. (Bug#14254)
9186
9187 2013-04-27 Juri Linkov <juri@jurta.org>
9188
9189 * desktop.el (desktop-auto-save-timeout): New option.
9190 (desktop-file-checksum): New variable.
9191 (desktop-save): Add optional arg `auto-save' and don't auto-save
9192 if nothing changed.
9193 (desktop-auto-save-timer): New variable.
9194 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
9195 (after-init-hook): Call `desktop-auto-save-set-timer'.
9196 Suggested by Reuben Thomas <rrt@sc3d.org> in
9197 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
9198
9199 2013-04-27 Leo Liu <sdl.web@gmail.com>
9200
9201 * progmodes/octave.el (octave-function-file-p)
9202 (octave-skip-comment-forward, octave-function-file-comment)
9203 (octave-update-function-file-comment): New functions.
9204 (octave-mode-map): Bind C-c ; to
9205 octave-update-function-file-comment.
9206 (octave-mode-menu): Add octave-update-function-file-comment.
9207 (octave-mode, inferior-octave-mode): Fix doc-string.
9208 (octave-insert-defun): Conform to Octave's coding convention.
9209 (Bug#14285)
9210
9211 * files.el (basic-save-buffer): Don't let errors in
9212 before-save-hook prevent saving buffer.
9213
9214 2013-04-20 Roland Winkler <winkler@gnu.org>
9215
9216 * faces.el (read-face-name): Use completing-read if arg multiple
9217 is nil.
9218
9219 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
9220
9221 * ls-lisp.el (ls-lisp-insert-directory): If no files are
9222 displayed, move point to after the totals line.
9223 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
9224 for the details.
9225
9226 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9227
9228 * emacs-lisp/package.el (package-autoload-ensure-default-file):
9229 Add current dir to the load-path.
9230 (package-generate-autoloads): Don't rely on
9231 autoload-ensure-default-file.
9232
9233 2013-04-26 Reuben Thomas <rrt@sc3d.org>
9234
9235 * textmodes/remember.el (remember-store-in-files): Document that
9236 the file name format is passed to `format-time-string'.
9237
9238 2013-04-26 Leo Liu <sdl.web@gmail.com>
9239
9240 * progmodes/octave.el (octave-sync-function-file-names): New function.
9241 (octave-mode): Use it in before-save-hook.
9242
9243 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9244
9245 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
9246 (bug#14274).
9247
9248 * progmodes/octave.el (octave-smie-forward-token): Properly skip
9249 \n and comment, even if it's not an implicit ; (bug#14218).
9250
9251 2013-04-26 Glenn Morris <rgm@gnu.org>
9252
9253 * subr.el (read-number): Once more use `read' rather than
9254 `string-to-number', to trap non-numeric input. (Bug#14254)
9255
9256 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
9257
9258 * emacs-lisp/syntax.el (syntax-propertize-multiline):
9259 Use `syntax-multiline' text property consistently instead of
9260 `font-lock-multiline'. (Bug#14237)
9261
9262 2013-04-26 Glenn Morris <rgm@gnu.org>
9263
9264 * emacs-lisp/shadow.el (list-load-path-shadows):
9265 No longer necessary to check for duplicate simple.el, since
9266 2012-07-07 change to init_lread to not include installation lisp
9267 directories in load-path when running uninstalled. (Bug#14270)
9268
9269 2013-04-26 Leo Liu <sdl.web@gmail.com>
9270
9271 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
9272 (octave-mode, inferior-octave-mode): Use setq-local.
9273 (octave-not-in-string-or-comment-p): Rename to
9274 octave-in-string-or-comment-p.
9275 (octave-in-comment-p, octave-in-string-p)
9276 (octave-in-string-or-comment-p): Replace defsubst with defun.
9277
9278 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
9279
9280 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
9281
9282 2013-04-25 Bastien Guerry <bzg@gnu.org>
9283
9284 * textmodes/remember.el (remember-data-directory)
9285 (remember-directory-file-name-format): Fix custom types.
9286
9287 2013-04-25 Leo Liu <sdl.web@gmail.com>
9288
9289 * progmodes/octave.el (octave-completion-at-point-function):
9290 Make use of inferior octave process.
9291 (octave-initialize-completions): Remove.
9292 (inferior-octave-completion-table): New function.
9293 (inferior-octave-completion-at-point): Use it.
9294 (octave-completion-alist): Remove.
9295
9296 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9297
9298 * progmodes/opascal.el: Use font-lock and syntax-propertize.
9299 (opascal-mode-syntax-table): New var.
9300 (opascal-literal-kind, opascal-is-literal-end)
9301 (opascal-literal-token-at): Rewrite.
9302 (opascal--literal-start-re, opascal-font-lock-keywords)
9303 (opascal--syntax-propertize): New constants.
9304 (opascal-font-lock-defaults): Adjust.
9305 (opascal-mode): Use them. Set comment-<foo> variables as well.
9306 (delphi-comment-face, opascal-comment-face, delphi-string-face)
9307 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
9308 (delphi-other-face, opascal-other-face): Remove face variables.
9309 (opascal-save-state): Remove macro.
9310 (opascal-fontifying-progress-step): Remove constant.
9311 (opascal--ignore-changes): Remove var.
9312 (opascal-set-token-property, opascal-parse-next-literal)
9313 (opascal-is-stable-literal, opascal-complete-literal)
9314 (opascal-is-literal-start, opascal-face-of)
9315 (opascal-parse-region, opascal-parse-region-until-stable)
9316 (opascal-fontify-region, opascal-after-change)
9317 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
9318 (opascal-debug-parse-region, opascal-debug-parse-window)
9319 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
9320 (opascal-debug-fontify-buffer): Remove.
9321 (opascal-debug-mode-map): Adjust accordingly.
9322
9323 2013-04-25 Leo Liu <sdl.web@gmail.com>
9324
9325 Merge octave-mod.el and octave-inf.el into octave.el with some
9326 cleanups.
9327 * progmodes/octave.el: New file renamed from octave-mod.el.
9328 * progmodes/octave-inf.el: Merged into octave.el.
9329 * progmodes/octave-mod.el: Renamed to octave.el.
9330
9331 2013-04-25 Tassilo Horn <tsdh@gnu.org>
9332
9333 * textmodes/reftex-vars.el
9334 (reftex-label-ignored-macros-and-environments): New defcustom.
9335
9336 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
9337
9338 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9339
9340 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
9341 (smie-indent-keyword): Improve the check to ensure that the next
9342 comment is really on the same line.
9343 (smie-indent-comment): Don't align with a subsequent closer (or eob).
9344
9345 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
9346 semi-colons if the line is not otherwise empty (bug#14218).
9347
9348 2013-04-25 Glenn Morris <rgm@gnu.org>
9349
9350 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
9351
9352 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9353
9354 * progmodes/opascal.el (opascal-set-token-property): Rename from
9355 opascal-set-text-properties and only set `token' (bug#14134).
9356 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
9357 (opascal-literal-text-properties): Remove.
9358 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
9359 Adjust callers.
9360
9361 2013-04-24 Reuben Thomas <rrt@sc3d.org>
9362
9363 * textmodes/remember.el (remember-handler-functions): Add an
9364 option for a new handler `remember-store-in-files'.
9365 (remember-data-directory, remember-directory-file-name-format):
9366 New options.
9367 (remember-store-in-files): New function to store remember notes
9368 as separate files within a directory.
9369
9370 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
9371
9372 * progmodes/compile.el (compilation-next-error-function):
9373 Pass "formats" to compilation-find-file (bug#11777).
9374
9375 2013-04-24 Glenn Morris <rgm@gnu.org>
9376
9377 * vc/vc-bzr.el (vc-bzr-print-log):
9378 * vc/vc-hg.el (vc-hg-print-log):
9379 * vc/vc-svn.el (vc-svn-print-log):
9380 Fix START-REVISION with LIMIT != 1. (Bug#14168)
9381
9382 * vc/vc-bzr.el (vc-bzr-print-log):
9383 * vc/vc-cvs.el (vc-cvs-print-log):
9384 * vc/vc-git.el (vc-git-print-log):
9385 * vc/vc-hg.el (vc-hg-print-log):
9386 * vc/vc-mtn.el (vc-mtn-print-log):
9387 * vc/vc-rcs.el (vc-rcs-print-log):
9388 * vc/vc-sccs.el (vc-sccs-print-log):
9389 * vc/vc-svn.el (vc-svn-print-log):
9390 * vc/vc.el (vc-print-log-internal): Doc fixes.
9391
9392 2013-04-23 Glenn Morris <rgm@gnu.org>
9393
9394 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
9395 Remove venerable code attempting to avoid substitute-command-keys.
9396
9397 2013-04-23 Tassilo Horn <tsdh@gnu.org>
9398
9399 * textmodes/reftex-vars.el (reftex-label-regexps):
9400 Call `reftex-compile-variables' after changes to this variable.
9401
9402 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9403
9404 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
9405 Use lexical-binding.
9406 (jit-lock-force-redisplay): Use markers, check buffer's continued
9407 existence and beware narrowed buffers.
9408 (jit-lock-fontify-now): Adjust call accordingly.
9409
9410 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9411
9412 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
9413 to avoid misleading the user.
9414
9415 2013-04-22 Leo Liu <sdl.web@gmail.com>
9416
9417 * info-look.el: Prefer latex2e.info. (Bug#14240)
9418
9419 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
9420
9421 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
9422
9423 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
9424 * net/tramp.el (tramp-call-process): ... here.
9425 (tramp-set-completion-function, tramp-parse-putty):
9426 * net/tramp-adb.el (tramp-adb-execute-adb-command):
9427 * net/tramp-gvfs.el (tramp-gvfs-send-command):
9428 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9429 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
9430 (tramp-call-local-coding-command): Use `tramp-call-process'
9431 instead of `tramp-compat-call-process'.
9432
9433 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
9434 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
9435 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
9436 (tramp-find-inline-compress): Improve traces.
9437 (tramp-maybe-send-script): Check for Perl binary.
9438 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
9439
9440 2013-04-22 Daiki Ueno <ueno@gnu.org>
9441
9442 * epg.el (epg-context-pinentry-mode): New function.
9443 (epg-context-set-pinentry-mode): New function.
9444 (epg--start): Pass --pinentry-mode option to gpg command.
9445
9446 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
9447
9448 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
9449 `comint-dynamic-complete' is obsolete since 24.1, replaced by
9450 `completion-at-point'. (Bug#13774)
9451
9452 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
9453 default key binding for `describe-distribution' has been moved to
9454 `C-h C-o'. (Bug#13970)
9455
9456 2013-04-21 Glenn Morris <rgm@gnu.org>
9457
9458 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
9459 Add doc strings.
9460 (vc-print-log): Clarify interactive prompt.
9461
9462 2013-04-20 Glenn Morris <rgm@gnu.org>
9463
9464 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9465 No longer include timestamp etc information.
9466
9467 2013-04-20 Roland Winkler <winkler@gnu.org>
9468
9469 * faces.el (read-face-name): Bug fix, return just one face if arg
9470 multiple is nil. (Bug#14209)
9471
9472 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9473
9474 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
9475 (remove-function): Autoload.
9476
9477 * comint.el (comint-redirect-original-filter-function): Remove.
9478 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
9479 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
9480 (vc-cvs-annotate-command):
9481 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
9482 * progmodes/prolog.el (prolog-consult-compile):
9483 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
9484 Use add/remove-function instead.
9485 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
9486 (gud-tooltip-process-output, gud-tooltip-tips):
9487 Use add/remove-function instead.
9488 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
9489 (scheme-interaction-mode, exit-scheme-interaction-mode):
9490 Use add/remove-function instead.
9491
9492 * vc/vc-dispatcher.el: Use lexical-binding.
9493 (vc--process-sentinel): Rename from vc-process-sentinel.
9494 Change last arg to be the code to run. Don't use vc-previous-sentinel
9495 and vc-sentinel-commands any more.
9496 (vc-exec-after): Allow code to be a function. Use add/remove-function.
9497 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
9498
9499 2013-04-19 Masatake YAMATO <yamato@redhat.com>
9500
9501 * progmodes/sh-script.el (sh-imenu-generic-expression):
9502 Handle function names with a single character. (Bug#14111)
9503
9504 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
9505
9506 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
9507 for subroutines defined in an eval (bug#14182).
9508
9509 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9510
9511 * bookmark.el (bookmark-completing-read): Improve handling of empty
9512 string (bug#14176).
9513
9514 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
9517
9518 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
9519
9520 New faster Imenu implementation (bug#14058).
9521 * progmodes/python.el:
9522 (python-imenu-prev-index-position):
9523 (python-imenu-format-item-label-function)
9524 (python-imenu-format-parent-item-label-function)
9525 (python-imenu-format-parent-item-jump-label-function):
9526 New vars.
9527 (python-imenu-format-item-label)
9528 (python-imenu-format-parent-item-label)
9529 (python-imenu-format-parent-item-jump-label)
9530 (python-imenu--put-parent, python-imenu--build-tree)
9531 (python-imenu-create-index, python-imenu-create-flat-index)
9532 (python-util-popn): New functions.
9533 (python-mode): Set imenu-create-index-function to
9534 python-imenu-create-index.
9535
9536 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9537
9538 * winner.el (winner-active-region): Use region-active-p, activate-mark
9539 and deactivate-mark (bug#14225).
9540
9541 * simple.el (deactivate-mark): Don't inline it.
9542
9543 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
9544
9545 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
9546
9547 2013-04-18 Tassilo Horn <tsdh@gnu.org>
9548
9549 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
9550 file extensions from the archive-mode entry in order to prefer
9551 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
9552
9553 2013-04-18 Leo Liu <sdl.web@gmail.com>
9554
9555 * bindings.el (help-event-list): Add ?\?.
9556
9557 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9558
9559 * subr.el (with-wrapper-hook): Declare obsolete.
9560 * simple.el (filter-buffer-substring-function): New hook.
9561 (filter-buffer-substring): Use it.
9562 (filter-buffer-substring-functions): Mark obsolete.
9563 * minibuffer.el (completion-in-region-function): New hook.
9564 (completion-in-region): Use it.
9565 (completion-in-region-functions): Mark obsolete.
9566 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9567 * abbrev.el (abbrev-expand-function): New hook.
9568 (expand-abbrev): Use it.
9569 (abbrev-expand-functions): Mark obsolete.
9570 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9571 and :filter-return.
9572
9573 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9574
9575 * progmodes/python.el (python-nav--syntactically): Fix cornercases
9576 and do not care about match data.
9577
9578 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9579
9580 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9581 completion tables when completing error conditions and
9582 `declare' arguments.
9583 (lisp-complete-symbol, field-complete): Mark as obsolete.
9584 (check-parens): Unmatched parens are user errors.
9585 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9586
9587 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
9588
9589 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9590 command changed buffer (ie. `flyspell-pre-buffer' is not current
9591 buffer), which prevents making decisions based on invalid value of
9592 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
9593 cause an error when `flyspell-pre-point' was nil after switching
9594 buffers.
9595 (flyspell-post-command-hook): No longer needs to change buffers when
9596 checking pre-word. While at it remove unnecessary progn.
9597
9598 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
9599
9600 * textmodes/ispell.el (ispell-add-per-file-word-list):
9601 Fix `flyspell-correct-word-before-point' error when accepting
9602 words and `coment-padding' is an integer by using
9603 `comment-normalize-vars' (Bug #14214).
9604
9605 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9606
9607 New defun movement commands.
9608 * progmodes/python.el (python-nav--syntactically)
9609 (python-nav--forward-defun, python-nav-backward-defun)
9610 (python-nav-forward-defun): New functions.
9611
9612 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9613
9614 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
9615 (python-syntax-context): Use named compiler-macro for backwards
9616 compatibility with Emacs 24.x.
9617
9618 2013-04-17 Leo Liu <sdl.web@gmail.com>
9619
9620 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
9621 octave-hide-process-buffer.
9622
9623 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9624
9625 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
9626 (bug#14216).
9627
9628 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
9629
9630 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
9631 Fix adjustment of offset when receiving incomplete responses from GDB
9632 (bug#14129).
9633
9634 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9635
9636 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
9637 python-mode-abbrev-table.
9638 (python-skeleton-define): Adjust accordingly.
9639 (python-mode-abbrev-table): New table that inherits from it so that
9640 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
9641
9642 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
9643 (abbrev-symbol): Use it.
9644 (abbrev--before-point): Use it since we already handle inheritance.
9645
9646 2013-04-16 Leo Liu <sdl.web@gmail.com>
9647
9648 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
9649 binding to info-lookup-symbol.
9650
9651 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
9652
9653 * minibuffer.el (completion--twq-all):
9654 * term/ns-win.el (ns-initialize-window-system):
9655 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
9656
9657 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9658
9659 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
9660 global bindings.
9661
9662 * doc-view.el (doc-view-start-process): Handle url-handler directories.
9663
9664 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
9665
9666 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
9667 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
9668 to nil.
9669 (ruby-end-of-defun): Remove the unused arg, change the docstring
9670 to reflect that this function is only used as the value of
9671 `end-of-defun-function'.
9672 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
9673 to reflect an earlier change that beginning/end-of-defun functions
9674 jump between methods in a class definition, as well as top-level
9675 functions.
9676
9677 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9678
9679 * minibuffer.el (minibuffer-complete): Don't just scroll
9680 a *Completions* that's been iconified.
9681 (minibuffer-force-complete): Make sure repetitions do cycle when going
9682 through completion-in-region -> minibuffer-complete.
9683
9684 2013-04-15 Alan Mackenzie <acm@muc.de>
9685
9686 Correct the placement of c-cpp-delimiters when there're #s not at
9687 col 0.
9688
9689 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
9690 place a submatch around the #.
9691 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
9692 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
9693 on the #, not BOL.
9694
9695 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9696
9697 * emacs-lisp/nadvice.el: Properly test names when adding advice.
9698 (advice--member-p): New arg `name'.
9699 (advice--add-function, advice-member-p): Use it (bug#14202).
9700
9701 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
9702
9703 Reformulate java imenu-generic-expression.
9704 The old expression contained ill formed regexps.
9705
9706 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
9707 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
9708 (cc-imenu-java-method-arg-regexp): New defconsts.
9709 (cc-imenu-java-build-type-args-regex): New defun.
9710 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
9711 handling of spaces in the regexp.
9712
9713 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9714
9715 * textmodes/ispell.el (ispell-command-loop): Remove
9716 flyspell highlight of a word when ispell accepts it (bug #14178).
9717
9718 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
9719
9720 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
9721 uses code from the previous `ange-ftp-run-real-handler'.
9722 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
9723 only in case that function exist. This is needed for proper
9724 unloading of Tramp.
9725
9726 2013-04-15 Tassilo Horn <tsdh@gnu.org>
9727
9728 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
9729
9730 * textmodes/reftex.el (reftex-compile-variables): Use it.
9731
9732 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9733
9734 * files.el (normal-mode): Only use default major-mode if no other mode
9735 was specified.
9736
9737 * emacs-lisp/trace.el (trace-values): New function.
9738
9739 * files.el: Allow : in local variables (bug#14089).
9740 (hack-local-variable-regexp): New var.
9741 (hack-local-variables-prop-line, hack-local-variables): Use it.
9742
9743 2013-04-13 Roland Winkler <winkler@gnu.org>
9744
9745 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
9746 data before it gets modified by bibtex-beginning-of-entry.
9747
9748 2013-04-13 Roland Winkler <winkler@gnu.org>
9749
9750 * textmodes/bibtex.el (bibtex-url): Doc fix.
9751
9752 2013-04-13 Roland Winkler <winkler@gnu.org>
9753
9754 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
9755 does not visit a BibTeX file, exclude it from the list of buffers
9756 returned by bibtex-initialize.
9757
9758 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
9759
9760 * window.el (split-window): Remove interactive form, since as a
9761 command this function is a special case of split-window-below.
9762 Correct doc string.
9763
9764 2013-04-12 Roland Winkler <winkler@gnu.org>
9765
9766 * faces.el (read-face-name): Do not override value of arg default.
9767 Allow single faces and strings as default values. Remove those
9768 elements from return value that are not faces.
9769 (describe-face): Simplify.
9770 (face-at-point): New optional args thing and multiple so that this
9771 function can provide the same functionality previously provided by
9772 read-face-name.
9773 (make-face-bold, make-face-unbold, make-face-italic)
9774 (make-face-unitalic, make-face-bold-italic, invert-face)
9775 (modify-face, read-face-and-attribute): Use face-at-point.
9776
9777 * cus-edit.el (customize-face, customize-face-other-window)
9778 * cus-theme.el (custom-theme-add-face)
9779 * face-remap.el (buffer-face-set)
9780 * facemenu.el (facemenu-set-face): Use face-at-point.
9781
9782 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
9783
9784 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
9785
9786 2013-04-10 Tassilo Horn <tsdh@gnu.org>
9787
9788 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
9789 off leading { and trailing } from field values.
9790
9791 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9792
9793 * emacs-lisp/timer.el (timer--check): New function.
9794 (timer--time, timer-set-function, timer-event-handler): Use it.
9795 (timer-set-idle-time): Simplify.
9796 (timer--activate): CSE.
9797 (timer-event-handler): Give more info in error message.
9798 (internal-timer-start-idle): New function, moved from C.
9799
9800 * mpc.el (mpc-proc): Add `restart' argument.
9801 (mpc-proc-cmd): Use it.
9802 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
9803 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
9804 less often.
9805
9806 2013-04-10 Masatake YAMATO <yamato@redhat.com>
9807
9808 * progmodes/sh-script.el: Implement `sh-mode' own
9809 `add-log-current-defun-function' (bug#14112).
9810 (sh-current-defun-name): New function.
9811 (sh-mode): Use the function.
9812
9813 2013-04-09 Bastien Guerry <bzg@gnu.org>
9814
9815 * simple.el (choose-completion-string): Fix docstring (bug#14163).
9816
9817 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9818
9819 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
9820
9821 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
9822 timer (bug#14156).
9823
9824 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
9825
9826 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
9827 declaration.
9828
9829 2013-04-07 Leo Liu <sdl.web@gmail.com>
9830
9831 * pcmpl-x.el: New file.
9832
9833 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
9834
9835 Do not set x-display-name until X connection is established.
9836 This is needed to prevent from weird situation described at
9837 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
9838 * frame.el (make-frame): Set x-display-name after call to
9839 window system initialization function, not before.
9840 * term/x-win.el (x-initialize-window-system): Add optional
9841 display argument and use it.
9842 * term/w32-win.el (w32-initialize-window-system):
9843 * term/ns-win.el (ns-initialize-window-system):
9844 * term/pc-win.el (msdos-initialize-window-system):
9845 Add compatible optional display argument.
9846
9847 2013-04-06 Eli Zaretskii <eliz@gnu.org>
9848
9849 * files.el (normal-backup-enable-predicate): On MS-Windows and
9850 MS-DOS compare truenames of temporary-file-directory and of the
9851 file, so that 8+3 aliases (usually found in $TEMP on Windows)
9852 don't fail comparison by compare-strings. Also, compare file
9853 names case-insensitively on MS-Windows and MS-DOS.
9854
9855 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9856
9857 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
9858 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
9859
9860 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
9861
9862 * whitespace.el (whitespace-color-on, whitespace-color-off):
9863 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
9864
9865 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
9866
9867 * ispell.el (ispell-set-spellchecker-params):
9868 Really set `ispell-args' for all equivs.
9869
9870 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9871
9872 * ido.el (ido-completions): Use extra elements of ido-decorations
9873 (bug#14143).
9874 (ido-decorations): Update docstring.
9875
9876 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
9877
9878 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9879 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
9880 nil during initialization, in order not to miss changes since the
9881 file was opened. (Bug#14140)
9882
9883 2013-04-05 Leo Liu <sdl.web@gmail.com>
9884
9885 * kmacro.el (kmacro-call-macro): Fix bug#14135.
9886
9887 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
9888
9889 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
9890
9891 2013-04-04 Glenn Morris <rgm@gnu.org>
9892
9893 * electric.el (electric-pair-inhibit-predicate): Add :version.
9894
9895 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9896
9897 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
9898 when a package is required several times (bug#14082).
9899
9900 2013-04-04 Roland Winkler <winkler@gnu.org>
9901
9902 * faces.el (read-face-name): Behave as promised by the docstring.
9903 Assume that arg default is a list of faces.
9904 (describe-face): Call read-face-name with list of default faces.
9905
9906 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9907
9908 * bookmark.el: Fix deletion of bookmarks (bug#13972).
9909 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
9910 (bookmark-bmenu-execute-deletions): Only skip first line if it's
9911 the header.
9912 (bookmark-exit-hook-internal): Save even if list is empty.
9913
9914 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
9915
9916 * emacs-lisp/package.el (package-pinned-packages): New var.
9917 (package--add-to-archive-contents): Obey it (bug#14118).
9918
9919 2013-04-03 Alan Mackenzie <acm@muc.de>
9920
9921 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
9922 Also adapt to the new values of element 7 of a parse state.
9923
9924 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
9925 parameter `not-in-delimiter'. Handle being inside comment opener.
9926 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
9927 character in case we're typing a '*' after a '/'.
9928 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
9929 instead by passing the parameter to c-state-pp-to-literal.
9930
9931 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
9932 for elt. 7 of a parse state.
9933
9934 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
9935
9936 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
9937 * international/latin1-disp.el, international/mule-util.el:
9938 * language/cyril-util.el, language/european.el, language/ind-util.el:
9939 * language/lao-util.el, language/thai.el, language/tibet-util.el:
9940 * language/tibetan.el, language/viet-util.el:
9941 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
9942
9943 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9944
9945 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
9946 (electric-pair-post-self-insert-function): Use it.
9947 (electric-pair-default-inhibit): New function, extracted from
9948 electric-pair-post-self-insert-function.
9949
9950 2013-03-31 Roland Winkler <winkler@gnu.org>
9951
9952 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
9953
9954 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9955
9956 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
9957
9958 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
9959
9960 Un-indent after "pass" and "return" statements (Bug#13888)
9961 * progmodes/python.el (python-indent-block-enders): New var.
9962 (python-indent-calculate-indentation): Use it.
9963
9964 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
9965
9966 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
9967 defun. Defining it as defalias could introduce too eager
9968 byte-compiler optimization. (Bug#14030)
9969
9970 2013-03-30 Chong Yidong <cyd@gnu.org>
9971
9972 * iswitchb.el (iswitchb-read-buffer): Fix typo.
9973
9974 2013-03-30 Leo Liu <sdl.web@gmail.com>
9975
9976 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
9977 (kmacro-execute-from-register): Pass the keyboard macro to
9978 kmacro-call-macro or repeating won't work correctly.
9979
9980 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
9981
9982 * progmodes/subword.el: Back to using `forward-symbol'.
9983
9984 * subr.el (forward-whitespace, forward-symbol)
9985 (forward-same-syntax): Move from thingatpt.el.
9986
9987 2013-03-29 Leo Liu <sdl.web@gmail.com>
9988
9989 * kmacro.el (kmacro-to-register): New command.
9990 (kmacro-execute-from-register): New function.
9991 (kmacro-keymap): Bind to 'x'. (Bug#14071)
9992
9993 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9994
9995 * mpc.el: Use defvar-local and setq-local.
9996 (mpc--proc-connect): Connection failures are not bugs.
9997 (mpc-mode-map): `follow-link' only applies to the buffer's content.
9998 (mpc-volume-map): Bind to the up-events.
9999
10000 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10001
10002 * progmodes/subword.el (superword-mode): Use `forward-sexp'
10003 instead of `forward-symbol'.
10004
10005 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10006
10007 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
10008 (edebug--recursive-edit): Use it.
10009 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
10010 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
10011
10012 2013-03-28 Leo Liu <sdl.web@gmail.com>
10013
10014 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
10015
10016 2013-03-27 Eli Zaretskii <eliz@gnu.org>
10017
10018 * facemenu.el (list-colors-callback): New defvar.
10019 (list-colors-redisplay): New function.
10020 (list-colors-display): Install list-colors-redisplay as the
10021 revert-buffer-function. (Bug#14063)
10022
10023 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10024
10025 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
10026 and suffixes don't overlap (bug#14061).
10027
10028 * case-table.el: Use lexical-binding.
10029 (case-table-get-table): New function.
10030 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
10031
10032 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
10033
10034 * progmodes/subword.el: Add `superword-mode' to do word motion
10035 over symbol_words (parallels and leverages `subword-mode' which
10036 does word motion inside MixedCaseWords).
10037
10038 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
10039
10040 * eshell/em-unix.el: Move su and sudo to...
10041 * eshell/em-tramp.el: ...Eshell tramp module.
10042
10043 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10044
10045 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
10046 Change return value to be a sexp. Delay `get-buffer' to after
10047 restoring the desktop (bug#13951).
10048
10049 2013-03-26 Leo Liu <sdl.web@gmail.com>
10050
10051 * register.el: Move semantic tag handling back to
10052 cedet/semantic/senator.el. (Bug#14052)
10053
10054 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10055
10056 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
10057 into the prompt either (bug#13963).
10058
10059 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10060
10061 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
10062 part of "(error-foo)".
10063
10064 2013-03-24 Juri Linkov <juri@jurta.org>
10065
10066 * replace.el (list-matching-lines-prefix-face): New defcustom.
10067 (occur-1): Pass `list-matching-lines-prefix-face' to the function
10068 `occur-engine' if `face-differs-from-default-p' returns t.
10069 (occur-engine): Add `,' inside backquote construct to evaluate
10070 `prefix-face'. Propertize the prefix with the `prefix-face' face.
10071 Pass `prefix-face' to the functions `occur-context-lines' and
10072 `occur-engine-add-prefix'.
10073 (occur-engine-add-prefix, occur-context-lines): Add optional arg
10074 `prefix-face' and propertize the prefix with `prefix-face'.
10075 (Bug#14017)
10076
10077 2013-03-24 Leo Liu <sdl.web@gmail.com>
10078
10079 * nxml/rng-valid.el (rng-validate-while-idle)
10080 (rng-validate-quick-while-idle): Guard against deleted buffer.
10081 (Bug#13999)
10082
10083 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
10084 is the last entry in kill-buffer-hook.
10085
10086 * files.el (kill-buffer-hook): Doc fix.
10087
10088 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
10089
10090 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
10091 Make it safe-local.
10092
10093 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
10094
10095 2013-03-23 Leo Liu <sdl.web@gmail.com>
10096
10097 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
10098 Remove.
10099
10100 * nxml/rng-valid.el (rng-validate-mode)
10101 (rng-after-change-function, rng-do-some-validation):
10102 * nxml/rng-maint.el (rng-validate-buffer):
10103 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
10104 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
10105 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
10106 (nxml-extend-after-change-region): Use with-silent-modifications.
10107
10108 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
10109 timer-idle-list.
10110
10111 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
10112 (rng-next-error-1, rng-previous-error-1): Do not let-bind
10113 timer-idle-list. (Bug#13999)
10114
10115 2013-03-23 Juri Linkov <juri@jurta.org>
10116
10117 * info.el (info-index-match): New face.
10118 (Info-index, Info-apropos-matches): Add a nested subgroup to the
10119 main pattern and add text properties with the new face to matches
10120 in index entries relative to the beginning of the index entry.
10121 (Bug#14015)
10122
10123 2013-03-21 Eric Ludlam <zappo@gnu.org>
10124
10125 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
10126 Inhibit read only while inserting objects.
10127
10128 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
10129
10130 * progmodes/cfengine.el: Update docs to mention
10131 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
10132 symbol motion. Remove "_" from the word syntax.
10133
10134 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
10135
10136 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
10137 syntax for both `cfengine2-mode' and `cfengine3-mode'.
10138
10139 2013-03-20 Juri Linkov <juri@jurta.org>
10140
10141 * info.el (Info-next-reference-or-link)
10142 (Info-prev-reference-or-link): New functions.
10143 (Info-next-reference, Info-prev-reference): Use them.
10144 (Info-try-follow-nearest-node): Handle footnote navigation.
10145 (Info-fontify-node): Fontify footnotes. (Bug#13989)
10146
10147 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10148
10149 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
10150 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
10151
10152 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
10153
10154 Suppress unnecessary non-ASCII chatter during build process.
10155 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
10156 (batch-skkdic-convert): Suppress most of the chatter.
10157 It's not needed so much now that machines are faster,
10158 and its non-ASCII component was confusing; see Dmitry Gutov in
10159 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
10160
10161 2013-03-20 Leo Liu <sdl.web@gmail.com>
10162
10163 * ido.el (ido-chop): Fix bug#10994.
10164
10165 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10166
10167 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
10168 Remove vars.
10169 (whitespace-color-on, whitespace-color-off):
10170 Use `font-lock-fontify-buffer' (Bug#13817).
10171
10172 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10173
10174 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
10175 remapping in mode-line.
10176 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
10177
10178 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10179
10180 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
10181 value for `whitespace-line' face (Bug#13875).
10182 (whitespace-font-lock-keywords): Change description.
10183 (whitespace-color-on): Don't save `font-lock-keywords' value, save
10184 the constructed keywords instead.
10185 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
10186
10187 2013-03-19 Leo Liu <sdl.web@gmail.com>
10188
10189 * progmodes/compile.el (compilation-display-error): New command.
10190 (compilation-mode-map, compilation-minor-mode-map): Bind it to
10191 C-o. (Bug#13992)
10192
10193 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10194
10195 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
10196
10197 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
10198
10199 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
10200
10201 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
10202
10203 * net/tramp-compat.el (tramp-compat-user-error): New defun.
10204
10205 * net/tramp-adb.el (tramp-adb-handle-shell-command):
10206 * net/tramp-gvfs.el (top):
10207 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
10208 (tramp-handle-shell-command): Use it.
10209 (tramp-dissect-file-name): Raise an error when hostname is a
10210 method name, and neither method nor user is specified.
10211
10212 * net/trampver.el: Update release number.
10213
10214 2013-03-18 Leo Liu <sdl.web@gmail.com>
10215
10216 Make sure eldoc can be turned off properly.
10217 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
10218 eldoc-mode.
10219 (eldoc-display-message-p): Revert last change.
10220 (eldoc-display-message-no-interference-p)
10221 (eldoc-print-current-symbol-info): Tweak.
10222
10223 2013-03-18 Tassilo Horn <tsdh@gnu.org>
10224
10225 * doc-view.el (doc-view-new-window-function): Check the new window
10226 overlay's display property instead the char property of the
10227 buffer's first char. Use `with-selected-window' instead of
10228 `save-window-excursion' with `select-window'.
10229 (doc-view-document->bitmap): Check the current doc-view overlay's
10230 display property instead the char property of the buffer's first char.
10231
10232 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10233
10234 Automate the build of ja-dic.el (Bug#13984).
10235 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
10236 from the input, rather than assume that it's been done for us by the
10237 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
10238 the current date into a ja-dic.el comment, as that complicates
10239 regression testing.
10240
10241 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
10242
10243 * whitespace.el: Fix double evaluation.
10244 (whitespace-space, whitespace-hspace, whitespace-tab)
10245 (whitespace-newline, whitespace-trailing, whitespace-line)
10246 (whitespace-space-before-tab, whitespace-indentation)
10247 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
10248 obsolete defvars.
10249 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
10250 (whitespace-color-on): Use a single font-lock-add-keywords call.
10251 Fix double-evaluation of face variables.
10252
10253 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
10254
10255 * net/tramp-adb.el (tramp-adb-parse-device-names):
10256 Use `start-process' instead of `call-process'. Otherwise, the
10257 function might be blocked under MS Windows. (Bug#13299)
10258
10259 2013-03-17 Leo Liu <sdl.web@gmail.com>
10260
10261 Extend eldoc to display info in the mode-line. (Bug#13978)
10262 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
10263 (eldoc-mode-line-string): New variable.
10264 (eldoc-minibuffer-message): New function.
10265 (eldoc-message-function): New variable.
10266 (eldoc-message): Use it.
10267 (eldoc-display-message-p)
10268 (eldoc-display-message-no-interference-p):
10269 Support eldoc-post-insert-mode.
10270
10271 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
10272 (eval-expression): Run it.
10273
10274 2013-03-17 Roland Winkler <winkler@gnu.org>
10275
10276 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
10277 strings in the list of return values.
10278
10279 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
10280
10281 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
10282 radix before checking for HMS forms.
10283
10284 2013-03-16 Leo Liu <sdl.web@gmail.com>
10285
10286 * progmodes/scheme.el: Add indentation and font-locking for λ.
10287 (Bug#13975)
10288
10289 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10290
10291 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
10292 token before point (bug#13942).
10293
10294 2013-03-16 Leo Liu <sdl.web@gmail.com>
10295
10296 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
10297
10298 2013-03-16 Eli Zaretskii <eliz@gnu.org>
10299
10300 * startup.el (command-line-normalize-file-name): Fix handling of
10301 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
10302 <xfq.free@gmail.com> in
10303 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
10304
10305 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
10306
10307 Sync with Tramp 2.2.7.
10308
10309 * net/trampver.el: Update release number.
10310
10311 2013-03-14 Tassilo Horn <tsdh@gnu.org>
10312
10313 * doc-view.el: Fix bug#13887.
10314 (doc-view-insert-image): Don't modify overlay associated to
10315 non-live windows, and implement horizontal centering of image in
10316 case it's smaller than the window.
10317 (doc-view-new-window-function): Force redisplay of new windows on
10318 doc-view buffers.
10319
10320 2013-03-13 Karl Fogel <kfogel@red-bean.com>
10321
10322 * saveplace.el (save-place-alist-to-file): Don't sort
10323 `save-place-alist', just pretty-print it (bug#13882).
10324
10325 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
10326
10327 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
10328 Check whether `default-file-name-coding-system' is bound.
10329 It isn't in XEmacs.
10330
10331 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10332
10333 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
10334 backquotes for `obsolete' (bug#13929).
10335
10336 * international/mule.el (find-auto-coding): Include file name in
10337 obsolescence warning (bug#13922).
10338
10339 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
10340
10341 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
10342 for CFEngine 3-specific indentation.
10343 (cfengine3-indent-line): Use it. Fix up category regex.
10344 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
10345
10346 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10347
10348 * type-break.el (type-break-file-name):
10349 * textmodes/remember.el (remember-data-file):
10350 * strokes.el (strokes-file):
10351 * shadowfile.el (shadow-initialize):
10352 * saveplace.el (save-place-file):
10353 * ps-bdf.el (bdf-cache-file):
10354 * progmodes/idlwave.el (idlwave-config-directory):
10355 * net/quickurl.el (quickurl-url-file):
10356 * international/kkc.el (kkc-init-file-name):
10357 * ido.el (ido-save-directory-list-file):
10358 * emulation/viper.el (viper-custom-file-name):
10359 * emulation/vip.el (vip-startup-file):
10360 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
10361 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
10362
10363 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
10364
10365 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
10366 * language/thai-word.el: Switch to UTF-8.
10367
10368 See ChangeLog.16 for earlier changes.
10369
10370 ;; Local Variables:
10371 ;; coding: utf-8
10372 ;; End:
10373
10374 Copyright (C) 2011-2013 Free Software Foundation, Inc.
10375
10376 This file is part of GNU Emacs.
10377
10378 GNU Emacs is free software: you can redistribute it and/or modify
10379 it under the terms of the GNU General Public License as published by
10380 the Free Software Foundation, either version 3 of the License, or
10381 (at your option) any later version.
10382
10383 GNU Emacs is distributed in the hope that it will be useful,
10384 but WITHOUT ANY WARRANTY; without even the implied warranty of
10385 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10386 GNU General Public License for more details.
10387
10388 You should have received a copy of the GNU General Public License
10389 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.