Special mode buffers shouldn't query before exiting.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * net/eww.el (eww-follow-link): New command to avoid reloading
4 pages when we follow #target links (bug#15243).
5 (eww-quit): Special mode buffers shouldn't query before exiting.
6
7 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
8
9 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
10 forms.
11
12 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13
14 * net/eww.el (eww-restore-history): Update the window title after
15 moving in the history.
16 (eww-current-dom): New variable used to save the current DOM.
17
18 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
19
20 * vc/log-edit.el (log-edit-mode-map): Add binding for
21 `log-edit-beginning-of-line'.
22 (log-edit-setup-add-author): New user option.
23 (log-edit-beginning-of-line): New command.
24 (log-edit): Move major mode call above the contents setup so that
25 the local variable values are already applied.
26 (log-edit): Only insert "Author: " when
27 `log-edit-setup-add-author' is non-nil.
28 (log-edit): When SETUP is non-nil, position point after ": "
29 instead of point-min.
30
31 2013-12-01 Glenn Morris <rgm@gnu.org>
32
33 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
34
35 2013-11-30 Eli Zaretskii <eliz@gnu.org>
36
37 * startup.el (fancy-splash-frame): On MS-Windows, trigger
38 redisplay to make sure the initial frame gets a chance to become
39 visible. (Bug#16014)
40
41 2013-11-30 Martin Rudalics <rudalics@gmx.at>
42
43 Support resizing frames and windows pixelwise.
44 * cus-start.el (frame-resize-pixelwise)
45 (window-resize-pixelwise): New entries.
46 * emacs-lisp/debug.el (debug): Use window-total-height instead
47 of window-total-size.
48 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
49 * help.el (describe-bindings-internal): Call help-buffer
50 (temp-buffer-max-width): New option.
51 (resize-temp-buffer-window, help-window-setup)
52 (with-help-window): Rewrite.
53 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
54 dragging dividers.
55 * window.el (frame-char-size, window-min-pixel-height)
56 (window-safe-min-pixel-height, window-safe-min-pixel-width)
57 (window-min-pixel-width, window-safe-min-pixel-size)
58 (window-combination-p, window-safe-min-size)
59 (window-resizable-p, window--size-to-pixel)
60 (window--pixel-to-size, window--resize-apply-p): New functions.
61 (window-safe-min-height): Fix doc-string.
62 (window-size, window-min-size, window--min-size-1)
63 (window-sizable, window-sizable-p, window--min-delta-1)
64 (window-min-delta, window--max-delta-1, window-max-delta)
65 (window--resizable, window--resizable-p, window-resizable)
66 (window-full-height-p, window-full-width-p, window-at-side-p)
67 (window--in-direction-2, window-in-direction)
68 (window--resize-reset-1, window--resize-mini-window)
69 (window-resize, window-resize-no-error)
70 (window--resize-child-windows-normal)
71 (window--resize-child-windows, window--resize-siblings)
72 (window--resize-this-window, window--resize-root-window)
73 (window--resize-root-window-vertically)
74 (adjust-window-trailing-edge, enlarge-window, shrink-window)
75 (maximize-window, minimize-window, delete-window)
76 (quit-restore-window, window-split-min-size, split-window)
77 (balance-windows-2, balance-windows)
78 (balance-windows-area-adjust, balance-windows-area)
79 (window--state-get-1, window-state-get, window--state-put-1)
80 (window--state-put-2, window-state-put)
81 (display-buffer-record-window, window--display-buffer): Make
82 functions handle pixelwise sizing of windows.
83 (display-buffer--action-function-custom-type)
84 (display-buffer-fallback-action): Add
85 display-buffer-in-previous-window.
86 (display-buffer-use-some-window): Resize window to height it had
87 before.
88 (fit-window-to-buffer-horizontally): New option.
89 (fit-frame-to-buffer): Describe new values.
90 (fit-frame-to-buffer-bottom-margin): Replace with
91 fit-frame-to-buffer-margins.
92 (window--sanitize-margin): New function.
93 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
94 using window-text-pixel-size.
95
96 2013-11-30 Glenn Morris <rgm@gnu.org>
97
98 * emacs-lisp/bytecomp.el (byte-compile-form):
99 Make the `interactive-only' warning like the `obsolete' one.
100 * comint.el (comint-run):
101 * files.el (insert-file-literally, insert-file):
102 * replace.el (replace-string, replace-regexp):
103 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
104 (goto-line, insert-buffer, next-line, previous-line):
105 Tweak `interactive-only' spec.
106
107 Stop keeping (most) generated cedet grammar files in the repository.
108 * Makefile.in (semantic): New.
109 (compile-main): Depend on semantic.
110
111 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
112
113 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
114 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
115
116 * uniquify.el (uniquify-buffer-name-style): Change default.
117
118 * loadup.el: Preload "uniquify".
119
120 * time.el (display-time-update): Update all mode lines (bug#15999).
121
122 * electric.el (electric-indent-mode): Enable by default.
123 * loadup.el: Preload "electric".
124
125 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
126
127 * emacs-lisp/helpers.el (string-empty-p): New function.
128 (string-blank-p): New function.
129
130 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
131
132 * imenu.el (imenu--index-alist): Add missing dot to the docstring
133 (Bug#14029).
134
135 2013-11-29 Andreas Politz <politza@fh-trier.de>
136 * imenu.el (imenu--subalist-p): Don't error on non-conses and
137 allow non-lambda lists as functions.
138 (imenu--in-alist): Don't recurse into non-subalists.
139 (imenu): Don't pass function itself as an argument (Bug#14029).
140
141 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
142
143 * progmodes/python.el (python-mode-map): Remove binding for ":".
144 (python-indent-electric-colon): Remove command.
145 (python-indent-post-self-insert-function): Integrate the previous code
146 of python-indent-electric-colon. Make it conditional on
147 electric-indent-mode.
148 (python-mode): Add ?: to electric-indent-chars.
149 Move python-indent-post-self-insert-function to the end of
150 post-self-insert-hook.
151
152 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * doc-view.el (doc-view-goto-page): Update mode-line.
155
156 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
157
158 2013-11-27 Glenn Morris <rgm@gnu.org>
159
160 * international/charprop.el, international/uni-bidi.el:
161 * international/uni-category.el, international/uni-combining.el:
162 * international/uni-comment.el, international/uni-decimal.el:
163 * international/uni-decomposition.el, international/uni-digit.el:
164 * international/uni-lowercase.el, international/uni-mirrored.el:
165 * international/uni-name.el, international/uni-numeric.el:
166 * international/uni-old-name.el, international/uni-titlecase.el:
167 * international/uni-uppercase.el:
168 Remove generated files from VCS repository.
169
170 2013-11-27 Eli Zaretskii <eliz@gnu.org>
171
172 * filenotify.el (file-notify-add-watch): Don't special-case
173 w32notify when computing the directory to watch.
174
175 2013-11-27 Glenn Morris <rgm@gnu.org>
176
177 Make bootstrap without generated uni-*.el files possible again.
178 * loadup.el: Update command-line-args checking for unidata-gen.
179 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
180 * composite.el, international/characters.el:
181 Handle unicode tables being undefined.
182
183 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
184 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
185 (compile-main): Depend on leim rule.
186 (leim): New rule.
187 * loadup.el: Move leim-list.el to leim/ subdirectory.
188 * startup.el (normal-top-level): No more leim directory.
189 * international/ja-dic-cnv.el (skkdic-convert):
190 Disable version-control and autoloads in output files.
191 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
192 Disable version-control and autoloads in output files.
193 * leim/quail: Move here from ../leim.
194 * leim/quail/hangul.el (hangul-input-method-activate):
195 Add autoload cookie.
196 (generated-autoload-load-name): Set file-local value.
197 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
198 (generated-autoload-load-name): Set file-local value.
199
200 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com> (tiny change)
201
202 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
203 (eww-add-bookmark): ask confirmation when add to bookmarks
204 (eww-quit): ask confirmation before quitting eww
205
206 2013-11-26 Eli Zaretskii <eliz@gnu.org>
207
208 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
209 reading output from Diff on MS-Windows and MS-DOS.
210
211 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
212
213 * emacs-lisp/helpers.el (string-reverse): New function.
214
215 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
216
217 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
218 names on MS Windows, like "/[::1]:".
219
220 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
221 SWITCHES.
222
223 2013-11-26 Glenn Morris <rgm@gnu.org>
224
225 * progmodes/python.el (python-indent-guess-indent-offset):
226 Avoid corner-case error. (Bug#15975)
227
228 Preload leim-list.el. (Bug#4789)
229 * loadup.el: Load leim-list.el when found.
230 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
231
232 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
233
234 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
235
236 * emacs-lisp/helpers.el (string-join): New function.
237
238 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
239
240 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
241 Mark as obsolete and replace it with a symbol property.
242 (byte-compile-form): Use new 'interactive-only property.
243 * comint.el, files.el, replace.el, simple.el:
244 Apply new 'interactive-only properly.
245
246 2013-11-25 Martin Rudalics <rudalics@gmx.at>
247
248 * window.el (display-buffer-at-bottom): Make sure that
249 split-window-sensibly creates the new window on bottom
250 (Bug#15961).
251
252 2013-11-23 David Kastrup <dak@gnu.org>
253
254 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
255 on the conflict markers when available.
256 (smerge--get-marker): New function.
257 (smerge-end-re, smerge-base-re): Add subgroup.
258
259 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
260
261 * frame.el (handle-focus-in, handle-focus-out): Add missing
262 interactive spec.
263
264 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
265
266 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
267 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
268
269 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
270
271 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
272 (gomoku--last-pos): New var.
273 (gomoku--intangible-chars): New const.
274 (gomoku--intangible): New function.
275 (gomoku-mode): Use it. Derive from special-mode.
276 (gomoku-move-up): Adjust line count.
277 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
278 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
279 Simplify accordingly.
280
281 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
282 Remove blink-cursor code.
283 (blink-cursor-timer-function, blink-cursor-suspend):
284 Don't special-case GUIs.
285 (blink-cursor-mode): Use focus-in/out-hook.
286
287 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
288
289 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
290 work when annotation is invisible (Bug#13886).
291
292 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
293
294 * json.el (json-alist-p): Only return non-nil if the alist has
295 simple keys (Bug#13518).
296
297 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
298
299 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
300 when control-statement is the first statement in a buffer (Bug#15956).
301
302 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
303
304 * imenu.el (imenu-generic-skip-comments-and-strings):
305 New option (Bug#15560).
306 (imenu--generic-function): Use it.
307
308 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
309
310 * minibuffer.el (completion--in-region-1): Scroll the correct
311 window. (Bug#13898)
312
313 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
314
315 * emacs-lisp/helpers.el: Add some string helpers.
316 (string-trim-left): Removes leading whitespace.
317 (string-trim-right): Removes trailing whitespace.
318 (string-trim): Removes leading and trailing whitespace.
319
320 * subr.el (string-suffix-p): New function.
321
322 2013-11-23 Glenn Morris <rgm@gnu.org>
323
324 * progmodes/python.el (python-shell-send-file):
325 Add option to delete file when done. (Bug#15647)
326 (python-shell-send-string, python-shell-send-region): Use it.
327
328 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
329
330 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
331 to set buffer-read-only to t, never to nil. (Bug#15938)
332
333 * textmodes/tex-mode.el (latex-noindent-environments):
334 Add safe-local-variable property. (Bug#15936)
335
336 2013-11-23 Glenn Morris <rgm@gnu.org>
337
338 * textmodes/enriched.el (enriched-mode): Doc fix.
339 * emacs-lisp/authors.el (authors-renamed-files-alist):
340 Add enriched.doc -> enriched.txt.
341
342 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
343
344 2013-11-22 Leo Liu <sdl.web@gmail.com>
345
346 * progmodes/octave.el (inferior-octave-startup): Spit out error
347 message.
348
349 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
350
351 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
352 Improve docstring.
353 Add :version.
354 (ruby-encoding-magic-comment-style): Add :version.
355
356 2013-11-22 Leo Liu <sdl.web@gmail.com>
357
358 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
359 (Bug#15076)
360 (octave-help-mode): Adapt to change to help-mode-finish to use
361 derived-mode-p on 2013-09-17.
362 (inferior-octave-prompt): Also match octave-gui.
363 (octave-kill-process): Don't ask twice. (Bug#10564)
364
365 2013-11-22 Leo Liu <sdl.web@gmail.com>
366
367 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
368 (inferior-octave-startup, inferior-octave-check-process)
369 (inferior-octave-track-window-width-change)
370 (octave-completion-at-point, octave-eldoc-function): Use it.
371 (octave-kill-process): Provide confirmation. (Bug#10564)
372
373 2013-11-21 Leo Liu <sdl.web@gmail.com>
374
375 * progmodes/octave.el (octave-mode, inferior-octave-mode):
376 Fix obsolete variable comment-use-global-state.
377
378 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
379
380 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
381 Add `octave-source-file'.
382 (octave-source-file): New function. (Bug#15935)
383
384 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
385
386 * net/eww.el (eww-local-regex): New variable.
387 (eww): Use it to detect localhost and similar.
388
389 2013-11-21 Leo Liu <sdl.web@gmail.com>
390
391 Add completion for command `ag'.
392 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
393 (pcomplete/ag): New function.
394 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
395
396 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
397
398 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
399 (bug#14646).
400 (make-obsolete): Remove interactive spec.
401
402 2013-11-21 Glenn Morris <rgm@gnu.org>
403
404 * startup.el (command-line-1): Use path-separator with -L.
405
406 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
407
408 * emacs-lisp/package.el (describe-package-1): Add package archive
409 to shown fields.
410
411 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
412
413 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
414 Change default to "# encoding: %s" to differentiate it from the
415 default Ruby encoding comment template.
416
417 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
418
419 * ses.el (ses-mode): Doc fix. (Bug#14748)
420
421 2013-11-20 Leo Liu <sdl.web@gmail.com>
422
423 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
424
425 2013-11-19 Dan Nicolaescu <dann@gnu.org>
426
427 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
428 when rebase or bisect are in progress.
429
430 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
431
432 * filenotify.el (file-notify-add-watch): Doc fix.
433
434 2013-11-19 Leo Liu <sdl.web@gmail.com>
435
436 * obsolete/rcompile.el: Mark obsolete.
437
438 * progmodes/compile.el (compilation-start)
439 (compilation-goto-locus, compilation-find-file):
440 Pass no-display-ok and handle nil value from display-buffer.
441 (Bug#13594)
442
443 * window.el (display-buffer-alist, display-buffer): Document the
444 new parameter no-display-ok.
445
446 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
447
448 * electric.el (electric-indent-mode-map): Remove.
449 (electric-indent-mode): Change the global-map instead (bug#15915).
450
451 * textmodes/text-mode.el (paragraph-indent-minor-mode):
452 Use add-function.
453
454 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
455
456 * emacs-lisp/nadvice.el (remove-function): Align with
457 add-function's behavior.
458
459 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
460 (gdb--string-regexp): New constant.
461 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
462 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
463 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
464 submatch 1.
465 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
466 Adjust use accordingly.
467 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
468
469 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
470
471 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
472 interpolation curlies (Bug#15914).
473
474 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
475
476 * calc/calc.el (calc-context-sensitive-enter): New variable.
477 (calc-enter): Use `calc-context-sensitive-enter'.
478
479 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
480
481 * progmodes/cfengine.el: Version bump.
482 (cfengine-cf-promises): New defcustom to locate cf-promises.
483 (cfengine3-vartypes): Add new "data" type.
484 (cfengine3--current-word): New function to get current name-like
485 word or its bounds.
486 (cfengine3--current-function): New function to look up a CFEngine
487 function's definition.
488 (cfengine3-format-function-docstring): New function.
489 (cfengine3-make-syntax-cache): New function.
490 (cfengine3-documentation-function): New function: ElDoc glue.
491 (cfengine3-completion-function): New function: completion glue.
492 (cfengine3-mode): Set `compile-command',
493 `eldoc-documentation-function', and add to
494 `completion-at-point-functions'.
495
496 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
497
498 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
499 `tramp-current-connection'.
500
501 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
502
503 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
504 nil/self/true/false with "end of symbol".
505
506 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
507
508 * subr.el (version-regexp-alist): Fix a typo.
509
510 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
511
512 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
513 "en_US.utf8" and "LC_CTYPE" to "".
514 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
515 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
516
517 2013-11-15 Leo Liu <sdl.web@gmail.com>
518
519 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
520
521 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
522
523 * progmodes/gud.el (ctl-x-map):
524 Remove C-x SPC binding. (Bug#12342)
525 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
526
527 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
528
529 * subr.el (version-regexp-alist):
530 Recognize hg, svn and darcs versions as snapshot versions.
531
532 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
533 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
534 (ruby--encoding-comment-required-p): Extract from
535 `ruby-mode-set-encoding'.
536 (ruby-mode-set-encoding): Add the ability to always insert an
537 utf-8 encoding comment. Fix and simplify coding comment update
538 logic.
539
540 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
541
542 * net/tramp-gvfs.el (top): Run init code only when
543 `tramp-gvfs-enabled' is not nil.
544 (tramp-gvfs-enabled): Check also :system bus.
545
546 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
547
548 Sync with upstream verilog-mode revision 78e66ba.
549 * progmodes/verilog-mode.el (verilog-end-of-defun)
550 (verilog-type-completion, verilog-get-list): Remove unused funcs.
551 (verilog-get-end-of-defun): Remove unused argument.
552 (verilog-comment-depth): Remove unused local `e'.
553 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
554 Don't pass arg to verilog-get-end-of-defun.
555
556 2013-11-14 Glenn Morris <rgm@gnu.org>
557
558 * obsolete/assoc.el (aget): Prefix dynamic variable.
559
560 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
561
562 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
563
564 * widget.el, hfy-cmap.el: Remove bogus package version number.
565
566 2013-11-13 Glenn Morris <rgm@gnu.org>
567
568 * replace.el (replace-eval-replacement):
569 Try to give more helpful error message. (Bug#15836)
570
571 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
572 (archive-7z-update): Avoid custom type mismatches.
573
574 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
575
576 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
577
578 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
579 address can be empty.
580
581 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
582 Accept nil SWITCHES.
583 (tramp-gvfs-handle-write-region): Implement APPEND.
584
585 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
586
587 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
588 binary "|" operator and closing block args delimiter.
589 Remove FIXME comment referring to Ruby 1.8-only syntax.
590 (ruby-smie--implicit-semi-p): Not after "|" operator.
591 (ruby-smie--closing-pipe-p): New function.
592 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
593 (ruby-smie-rules): Indent after "|".
594
595 2013-11-12 Glenn Morris <rgm@gnu.org>
596
597 * ps-print.el (ps-face-attribute-list):
598 Handle anonymous faces. (Bug#15827)
599
600 2013-11-12 Martin Rudalics <rudalics@gmx.at>
601
602 * window.el (display-buffer-other-frame): Fix doc-string.
603 (Bug#15868)
604
605 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * subr.el (force-mode-line-update): Delete, move to buffer.c.
608
609 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
610
611 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
612 (tramp-sh-handle-file-local-copy): Don't write a message when
613 saving temporary files.
614
615 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
616 both directories are remote.
617 (tramp-smb-handle-directory-files): Do not return double entries.
618 Do not expand full file names.
619 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
620 (tramp-smb-handle-write-region): Implement APPEND.
621 (tramp-smb-get-stat-capability): Fix a stupid bug.
622
623 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
626
627 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
628
629 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
630 throwing error over malformed let/let* (bug#15814).
631
632 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
633
634 * iswitchb.el (iswitchb-mode): Mark obsolete.
635
636 2013-11-11 Glenn Morris <rgm@gnu.org>
637
638 * international/uni-bidi.el, international/uni-category.el:
639 * international/uni-name.el, international/uni-numeric.el:
640 Regenerate for Unicode 6.3.0.
641
642 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
643
644 * net/tramp.el (tramp-methods):
645 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
646 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
647
648 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
649
650 * progmodes/sh-script.el (sh-font-lock-keywords-var):
651 Force highlighting text after Summary keyword in doc face for rpm.
652
653 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
654
655 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
656 available and the word has no wildcards, append one to the grep pattern.
657 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
658 (ispell-complete-word): Call `ispell-lookup-words' with the value
659 independent of `ispell-look-p'.
660
661 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
662
663 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
664 Not after "||".
665 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
666 their parent.
667
668 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
669
670 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
671 (ruby-font-lock-keywords): Use backquote.
672
673 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
674
675 * progmodes/ruby-mode.el (ruby-smie--forward-token)
676 (ruby-smie--backward-token): Only consider full-string matches.
677
678 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
679
680 * faces.el (describe-face): Add distant-foreground.
681
682 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
683
684 * progmodes/ruby-mode.el: Improve encoding comment handling.
685 (ruby-encoding-magic-comment-style): New option.
686 (ruby-custom-encoding-magic-comment-template): New option.
687 (ruby--insert-coding-comment, ruby--detect-encoding):
688 New functions extracted from `ruby-mode-set-encoding'.
689 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
690 to control the style of the auto-inserted encoding comment.
691
692 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
693
694 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
695 Use `smie-backward-sexp' with token argument.
696
697 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
698
699 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
700 Remove instrumentation code.
701
702 2013-11-08 Glenn Morris <rgm@gnu.org>
703
704 * progmodes/autoconf.el (autoconf-mode):
705 Tweak comment-start-skip. (Bug#15822)
706
707 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
710 at bobp (bug#15826).
711 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
712
713 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
714
715 * man.el (Man-start-calling): New macro, extracted from
716 Man-getpage-in-background.
717 (Man-getpage-in-background): Use it.
718 (Man-update-manpage): New command.
719 (Man-mode-map): Bind it.
720
721 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
722
723 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
724 of "and", "or", "&&" and "||".
725 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
726 argument. Prohibit opening curly brace because it could only be a
727 block opener in that position.
728 (ruby-smie--forward-token, ruby-smie--backward-token):
729 Separate "|" from "&" or "*" going after it. That can happen in block
730 arguments.
731 (ruby-smie--indent-to-stmt): New function, seeks the end of
732 previous statement or beginning of buffer.
733 (ruby-smie-rules): Use it.
734 (ruby-smie-rules): Check if there's a ":" before a curly block
735 opener candidate; if there is, it's a hash.
736
737 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
738
739 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
740 (cl--block-wrapper): Fix last accidental change.
741
742 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
743
744 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
745 Instrument, in order to hunt failure on hydra.
746
747 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
748
749 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
750 malformed bindings form (bug#15814).
751
752 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
753
754 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
755 "." compared to " @ ". This incidentally fixes some indentation
756 examples with "do".
757 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
758 (ruby-smie-grammar): New tokens: "and" and "or".
759 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
760 Exclude "and" and "or". Remove "do" in order to work around token
761 priorities.
762 (ruby-smie-rules): Add all infix tokens. Handle the case of
763 beginning-of-buffer.
764
765 2013-11-06 Glenn Morris <rgm@gnu.org>
766
767 * Makefile.in (setwins_almost, setwins_for_subdirs):
768 Avoid accidental matches.
769
770 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
771
772 * menu-bar.el (popup-menu): Use key-binding.
773
774 2013-11-06 Eli Zaretskii <eliz@gnu.org>
775
776 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
777 menus, support also the menus produced by minor modes.
778 (Bug#15817)
779
780 2013-11-06 Leo Liu <sdl.web@gmail.com>
781
782 * thingatpt.el (thing-at-point-looking-at): Add optional arg
783 DISTANCE to bound the search. All uses changed. (Bug#15808)
784
785 2013-11-06 Glenn Morris <rgm@gnu.org>
786
787 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
788 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
789 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
790
791 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * electric.el (electric-indent-just-newline): New command.
794 (electric-indent-mode-map): New keymap.
795 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
796 Re-add :group which weren't redundant.
797
798 * electric.el (electric-indent-local-mode): New minor mode.
799 (electric-indent-functions-without-reindent): New var.
800 (electric-indent-post-self-insert-function): Use it.
801 * emacs-lisp/gv.el (buffer-local-value): Add setter.
802
803 2013-11-05 Eli Zaretskii <eliz@gnu.org>
804
805 * international/quail.el (quail-help): Be more explicit about the
806 meaning of the labels shown on the keys. (Bug#15800)
807
808 * startup.el (normal-top-level): Load the subdirs.el files before
809 setting the locale environment. (Bug#15805)
810
811 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
812
813 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
814 via arguments so as to get the right ones (bug#15418).
815
816 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
817
818 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
819
820 Fix problems found while writing a test suite.
821
822 * net/tramp-compat.el (tramp-compat-load): New defun.
823 * net/tramp.el (tramp-handle-load): Use it.
824
825 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
826 "(numberp ok-if-already-exists)" correctly.
827
828 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
829
830 * international/characters.el (glyphless-char-display-control):
831 Add usage note.
832
833 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
834
835 * progmodes/python.el (python-mode):
836 * progmodes/scheme.el (scheme-mode):
837 * progmodes/prolog.el (prolog-mode):
838 * progmodes/ruby-mode.el (ruby-mode):
839 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
840 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
841
842 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 * rect.el (rectangle--highlight-for-redisplay):
845 * emacs-lisp/smie.el (smie--next-indent-change):
846 Use buffer-chars-modified-tick.
847
848 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
849
850 * electric.el (electric-indent-post-self-insert-function):
851 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
852
853 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
854
855 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
856
857 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
858
859 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
860 (bug#15786).
861
862 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
863
864 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
865
866 * progmodes/python.el: Fix up last change.
867 (python-shell--save-temp-file): New function.
868 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
869 `string' comes from the current buffer.
870 (python-shell-send-string-no-output): Remove `msg' arg.
871 (python--use-fake-loc): New var.
872 (python-shell-buffer-substring): Obey it. Try to compensate for the
873 extra coding line added by python-shell--save-temp-file.
874 (python-shell-send-region): Use python-shell--save-temp-file and
875 python-shell-send-file directly. Add `nomain' argument.
876 (python-shell-send-buffer): Use python-shell-send-region.
877 (python-electric-pair-string-delimiter): New function.
878 (python-mode): Use it.
879
880 2013-11-04 Eli Zaretskii <eliz@gnu.org>
881
882 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
883 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
884 environment and decoding all of the default-directory's to here
885 from command-line.
886 (command-line): Decode also argv[0].
887
888 * loadup.el: Error out if default-directory is a multibyte string
889 when we are dumping.
890
891 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
892
893 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
894
895 * emacs-lisp/package.el (package-menu-mode)
896 (package-menu--print-info, package-menu--archive-predicate):
897 Add Archive column to package list.
898
899 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
900
901 Fix problems found while writing a test suite.
902
903 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
904 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
905 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
906 to nil when running original file name handler. Otherwise,
907 there are problems with constructs like "$$FOO".
908
909 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
910 for `localname'.
911
912 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
913
914 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
915
916 * subr.el (version<, version<=, version=):
917 Update docstrings with information for snapshot versions.
918
919 * helpers.el: New library for misc helper functions.
920 (hash-table-keys): New function returning a list of hash keys.
921 (hash-table-values): New function returning a list of hash values.
922
923 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
924
925 * progmodes/ruby-mode.el (ruby-smie--forward-token)
926 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
927
928 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
929
930 * textmodes/fill.el (fill-single-char-nobreak-p): New function
931 checking whether point is after a 1-letter word.
932
933 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
934
935 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
936 Don't infloop when expanding region over `multiline' syntax-type that
937 begins a line (bug#15778).
938
939 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
942 Make it into a proper minor mode.
943 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
944 (rectangle-mark-mode-map): New keymap.
945 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
946
947 2013-11-04 Glenn Morris <rgm@gnu.org>
948
949 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
950
951 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
952
953 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
954 (ruby-smie-rules): Use smie-rule-parent instead.
955
956 * emacs-lisp/smie.el (smie-rule-parent): Always call
957 smie-indent-virtual rather than only for hanging tokens.
958 (smie--next-indent-change): New helper command.
959
960 2013-11-03 Glenn Morris <rgm@gnu.org>
961
962 * Makefile.in (abs_srcdir): Remove.
963 (emacs): Unset EMACSLOADPATH.
964
965 2013-11-02 Glenn Morris <rgm@gnu.org>
966
967 * Makefile.in (EMACS): Use a relative filename.
968 (abs_top_builddir): Remove.
969 (custom-deps, finder-data, autoloads): Use --chdir.
970
971 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
972
973 Use relative filenames in TAGS files.
974 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
975 (lisptagsfiles4, TAGS): Use relative file names.
976 (TAGS-LISP): Remove.
977 (maintainer-clean): No more TAGS-LISP file.
978
979 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
980 (lisptagsfiles4): Use absolute filenames again.
981 (TAGS, TAGS-LISP): Not everything needs to run in one line.
982 Remove all *loaddefs files, not just the first. Remove esh-groups.
983 (maintainer-clean): Delete TAGS, TAGS-LISP.
984
985 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
986
987 * emacs-lisp/package.el (package-version-join):
988 Recognize snapshot versions.
989
990 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
991
992 * subr.el (version-regexp-alist): Add support for snapshot versions.
993
994 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
995
996 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
997 New function, replacement for `smie-rule-parent' for when we want to
998 skip over our direct parent if it's an assignment token..
999 (ruby-smie-rules): Use it.
1000
1001 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1002
1003 * progmodes/ruby-mode.el Use `syntax-propertize-function'
1004 unconditionally. Remove now unnecessary forward declarations.
1005 Remove XEmacs-specific setup.
1006 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1007 (ruby-font-lock-syntactic-keywords)
1008 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
1009 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1010 (ruby-here-doc-end-syntax): Remove.
1011 (ruby-mode): Don't check whether `syntax-propertize-rules' is
1012 defined as function.
1013
1014 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1015
1016 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
1017
1018 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1019
1020 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
1021 table and abbrev table, `define-derived-mode' does that for us
1022 anyway.
1023
1024 2013-11-01 Glenn Morris <rgm@gnu.org>
1025
1026 * Makefile.in: Remove manual mh-e dependencies (writing .elc
1027 files is atomic for some time, so no parallel compilation issues).
1028
1029 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1030
1031 * faces.el (face-x-resources): Add :distant-foreground.
1032 (region): Use :distant-foreground for gtk and ns.
1033
1034 2013-11-01 Tassilo Horn <tsdh@gnu.org>
1035
1036 Allow multiple bibliographies when BibLaTeX is used rather than
1037 BibTeX.
1038 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
1039 (reftex-locate-bibliography-files): Us it.
1040
1041 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
1042
1043 * image.el (image-type-header-regexps): Fix the 'pbm' part to
1044 allow comments in pbm files.
1045
1046 * term/w32-win.el (dynamic-library-alist): Support newer versions
1047 of libjpeg starting with v7: look only for the DLL from the
1048 version against which Emacs was built.
1049 Support versions of libpng beyond 1.4.x.
1050 Support libtiff v4.x.
1051
1052 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1053
1054 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
1055 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
1056 Add property :safe.
1057 (ruby-deep-arglist): Add property :type.
1058
1059 2013-10-31 Glenn Morris <rgm@gnu.org>
1060
1061 * Makefile.in (custom-deps, finder-data): No need to setq the target
1062 variables, we are in the right directory and the defaults work fine.
1063
1064 2013-10-30 Glenn Morris <rgm@gnu.org>
1065
1066 * Makefile.in (autoloads): Do not use abs_lisp.
1067
1068 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1069 `newline' does not respect `standard-output', so use `princ'.
1070
1071 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
1072
1073 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
1074 * buff-menu.el (Buffer-menu--unmark): New function.
1075 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
1076
1077 2013-10-30 Glenn Morris <rgm@gnu.org>
1078
1079 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
1080
1081 * emacs-lisp/package.el (lm-homepage): Declare.
1082
1083 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
1084 Fix doc typos.
1085
1086 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
1087
1088 * Makefile.in (finder-data, autoloads, update-subdirs)
1089 (compile-main, compile-clean, compile-always, bootstrap-clean):
1090 Check return value of cd.
1091 (compile-calc): Remove.
1092
1093 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1094
1095 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
1096
1097 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
1098 (byte-compile-and-folded): New function.
1099 (=, <, >, <=, >=): Use it.
1100
1101 * dos-w32.el (minibuffer-history-case-insensitive-variables)
1102 (path-separator, null-device, buffer-file-coding-system)
1103 (lpr-headers-switches): Check system-type before modifying them.
1104 (find-buffer-file-type-coding-system): Mark obsolete.
1105 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
1106 find-file-not-found-set-buffer-file-coding-system.
1107 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
1108 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
1109 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
1110 (w32-direct-print-region-helper, w32-direct-print-region-function)
1111 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
1112 * startup.el (normal-top-level-add-subdirs-to-load-path):
1113 * ps-print.el (ps-print-region-function):
1114 * lpr.el (print-region-function): Use new name.
1115
1116 * subr.el (custom-declare-variable-early): Remove function.
1117 (custom-declare-variable-list): Remove var.
1118 (error, user-error): Remove `while' loop.
1119 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
1120 (user-emacs-directory-warning, locate-user-emacs-file):
1121 Move to files.el.
1122 * simple.el (read-quoted-char-radix, read-quoted-char):
1123 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
1124 Move from subr.el.
1125 * custom.el (custom-declare-variable-list): Don't process
1126 custom-declare-variable-list.
1127
1128 * progmodes/python.el (python-shell-get-buffer): New function.
1129 (python-shell-get-process): Use it.
1130 (python-shell-send-string): Always use utf-8 and add a cookie to tell
1131 Python which encoding was used. Don't split-string since we only care
1132 about the first line. Return the temp-file, if applicable.
1133 (python-shell-send-region): Tell compile.el how to turn locations in
1134 the temp-file into locations in the source buffer.
1135
1136 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1137
1138 * subr.el (undefined): Add missing behavior from the C code for
1139 unbound keys.
1140
1141 * rect.el: Use lexical-binding. Add new rectangular region support.
1142 (rectangle-mark): New command.
1143 (rectangle--region): New var.
1144 (deactivate-mark-hook): Reset rectangle--region.
1145 (rectangle--extract-region, rectangle--insert-for-yank)
1146 (rectangle--highlight-for-redisplay)
1147 (rectangle--unhighlight-for-redisplay): New functions.
1148 (region-extract-function, redisplay-unhighlight-region-function)
1149 (redisplay-highlight-region-function): Use them to handle
1150 rectangular region.
1151 * simple.el (region-extract-function): New var.
1152 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
1153 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
1154 (kill-region): Replace obsolete `yank-handler' arg with `region'.
1155 (copy-region-as-kill, kill-ring-save): Add `region' argument.
1156 (redisplay-unhighlight-region-function)
1157 (redisplay-highlight-region-function): New vars.
1158 (redisplay--update-region-highlight): New function.
1159 (pre-redisplay-function): Use it.
1160 (exchange-point-and-mark): Don't deactivate the mark before
1161 reactivate-it anyway.
1162 * comint.el (comint-kill-region): Remove yank-handler argument.
1163 * delsel.el (delete-backward-char, backward-delete-char-untabify)
1164 (delete-char): Remove property, since it's now part of their
1165 default behavior.
1166 (self-insert-iso): Remove property since this command doesn't exist.
1167
1168 * emacs-lisp/package.el (package--download-one-archive)
1169 (describe-package-1): Don't query the user about final newline.
1170
1171 2013-10-29 Daniel Colascione <dancol@dancol.org>
1172
1173 * net/tramp.el (tramp-methods): Document new functionality.
1174 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
1175 tramp-hostname-checker if method provides one instead of scanning
1176 argument list for "%h" to decide hostname acceptability.
1177
1178 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
1179
1180 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
1181 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1182 Handle COPY-CONTENTS. (Bug#15737)
1183
1184 2013-10-28 Daiki Ueno <ueno@gnu.org>
1185
1186 * epa-file.el
1187 (epa-file-cache-passphrase-for-symmetric-encryption):
1188 Document that this option has no effect with GnuPG 2.0 (bug#15552).
1189
1190 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1191
1192 * image.el (defimage):
1193 (image-load-path): Doc fixes.
1194
1195 2013-10-27 Alan Mackenzie <acm@muc.de>
1196
1197 Indent statements in macros following "##" correctly.
1198 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1199 Modify the "#" arm of a cond form to handle "#" and "##" operators.
1200
1201 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1202
1203 * linum.el (linum-update-window): Fix boundary test (bug#13446).
1204
1205 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
1206
1207 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
1208 after `=' is probably a new expression.
1209
1210 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1211
1212 * man.el (man-imenu-title): New option.
1213 (Man-mode-map): Add menu. (Bug#15722)
1214 (Man-mode): Add imenu to menu.
1215
1216 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
1217
1218 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
1219 specific in what the first arg can be: a non-keyword word,
1220 string/regexp/percent literal opener, opening paren, or unary
1221 operator followed directly by word.
1222
1223 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1224
1225 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
1226 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
1227 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
1228 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
1229 Remove vars, they do not apply any more.
1230 (prolog-mode-abbrev-table): Remove redundant declaration.
1231 (prolog-upper-case-string, prolog-lower-case-string): Remove.
1232 (prolog-use-smie): Remove.
1233 (prolog-smie-rules): Add indentation rule for the if-then-else layout
1234 supported by prolog-electric-if-then-else-flag.
1235 (prolog-mode-variables, prolog-menu): Use setq-local.
1236 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
1237 Remove binding to `Backspace' since this key doesn't exist anyway.
1238 Remove bindings for electric self-inserting keys.
1239 (prog-mode): Assume it's defined.
1240 (prolog-post-self-insert): New function.
1241 (prolog-mode): Use it.
1242 (prolog-indent-line, prolog-indent-level)
1243 (prolog-find-indent-of-matching-paren)
1244 (prolog-indentation-level-of-line, prolog-goto-comment-column)
1245 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
1246 (prolog-goto-next-paren, prolog-in-string-or-comment)
1247 (prolog-tokenize, prolog-inside-mline-comment)
1248 (prolog-find-start-of-mline-comment): Remove functions.
1249 (prolog-find-unmatched-paren, prolog-clause-end)
1250 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
1251 (prolog-electric--if-then-else): Rename from
1252 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
1253 (prolog-tokenize-searchkey): Remove const.
1254 (prolog-clause-info): Use forward-sexp.
1255 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
1256 (prolog-electric-if-then-else): Remove commands.
1257 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
1258 for use in post-self-insert-hook.
1259 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
1260 for use in post-self-insert-hook.
1261 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
1262 for use in post-self-insert-hook.
1263 (prolog-electric--underscore): Rename from prolog-electric--underscore;
1264 adapt it for use in post-self-insert-hook.
1265
1266 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
1267
1268 * emacs-lisp/ert.el (ert-run-tests-interactively):
1269 Use `completing-read'. (Bug#9756)
1270
1271 2013-10-25 Eli Zaretskii <eliz@gnu.org>
1272
1273 * simple.el (line-move): Call line-move-1 instead of
1274 line-move-visual when the current window hscroll is zero, but
1275 temporary-goal-column indicates we will need to hscroll as result
1276 of the movement. (Bug#15712)
1277
1278 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
1279
1280 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
1281 capitalization. Use :visible instead of :active.
1282 Fix `ruby-indent-exp' reference. Add menu items for the generic
1283 commands that are used with SMIE.
1284 (ruby-do-end-to-brace): Insert space after `{'.
1285
1286 2013-10-25 John Anthony <john@jo.hnanthony.com>
1287
1288 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
1289
1290 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
1291
1292 2013-10-25 Glenn Morris <rgm@gnu.org>
1293
1294 * vc/vc.el (vc-print-log): Don't use a working revision unless
1295 one was explicitly specified. (Bug#15322)
1296
1297 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1298
1299 * subr.el (add-to-list): Preserve return value in compiler-macro
1300 (bug#15692).
1301
1302 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1303
1304 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
1305 result. Ask user to retry using '-all' flag. (Bug#15701)
1306
1307 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1308
1309 * emacs-lisp/smie.el: New smie-config system.
1310 (smie-config): New defcustom.
1311 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
1312 (smie-config-guess, smie-config-save): New commands.
1313 (smie-config--mode-local, smie-config--buffer-local)
1314 (smie-config--trace, smie-config--modefuns): New vars.
1315 (smie-config--advice, smie-config--mode-hook)
1316 (smie-config--setter, smie-config-local, smie-config--get-trace)
1317 (smie-config--guess-value, smie-config--guess): New functions.
1318 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
1319 text properties. Treat "string fence" syntax like string syntax.
1320
1321 * progmodes/sh-script.el (sh-use-smie): Change default.
1322 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
1323 (sh-var-value): Simplify by CSE.
1324 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
1325 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
1326 is used.
1327 (sh-guess-basic-offset): Use cl-incf.
1328 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
1329
1330 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
1331
1332 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
1333 (bug#15699).
1334
1335 2013-10-24 Glenn Morris <rgm@gnu.org>
1336
1337 * Makefile.in (abs_top_srcdir): Remove.
1338 (update-subdirs): Use relative path to update-subdirs.
1339
1340 2013-10-24 Eli Zaretskii <eliz@gnu.org>
1341
1342 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1343 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1344 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1345 Call unmsys--file-name before expand-file-name, not after it.
1346
1347 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
1348
1349 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
1350 (ert-test-skipped): New error.
1351 (ert-skip, ert-stats-skipped): New defuns.
1352 (ert--skip-unless): New macro.
1353 (ert-test-skipped): New struct.
1354 (ert--run-test-debugger, ert-test-result-type-p)
1355 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
1356 (ert--stats-set-test-and-result, ert-char-for-test-result)
1357 (ert-string-for-test-result, ert-run-tests-batch)
1358 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
1359 Handle skipped tests. (Bug#9803)
1360
1361 2013-10-24 Glenn Morris <rgm@gnu.org>
1362
1363 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
1364
1365 * Makefile.in (abs_top_srcdir): New, set by configure.
1366 (update-subdirs): Correct build-aux location.
1367
1368 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
1369
1370 * vc/vc.el (vc-print-root-log): Always set `default-directory'
1371 value, whether we could auto-deduce `backend', or not.
1372
1373 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
1374 with parameters" example. Simplify the "is it block or is it
1375 hash" check, but also make it more thorough.
1376
1377 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
1378
1379 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
1380
1381 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1382
1383 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
1384 { if it is hanging.
1385
1386 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
1387 :before ";".
1388
1389 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
1390
1391 * progmodes/compile.el (compilation-directory-matcher)
1392 (compilation-page-delimiter):
1393 Support GNU Make-4.0 directory quoting. (Bug#15678)
1394
1395 2013-10-23 Leo Liu <sdl.web@gmail.com>
1396
1397 * ido.el (ido-tidy): Handle read-only text.
1398
1399 2013-10-23 Glenn Morris <rgm@gnu.org>
1400
1401 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
1402 (emacs, compile, compile-always):
1403 Quote entities that might contain whitespace.
1404 (custom-deps, finder-data, autoloads): Use abs_lisp.
1405 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1406 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1407 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
1408
1409 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
1410
1411 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
1412 Use `following-char'.
1413
1414 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1415
1416 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
1417 * progmodes/ruby-mode.el (ruby-smie-rules):
1418 Remove corresponding workaround. Fix indentation rule of ";" so it
1419 also applies when ";" is the parent.
1420
1421 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
1422
1423 * frame.el (display-screens, display-pixel-height)
1424 (display-pixel-width, display-mm-width, display-backing-store)
1425 (display-save-under, display-planes, display-color-cells)
1426 (display-visual-class, display-monitor-attributes-list):
1427 Mention the optional ‘display’ argument in doc strings.
1428
1429 2013-10-22 Michael Gauland <mikelygee@amuri.net>
1430
1431 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
1432 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
1433
1434 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1435
1436 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
1437 TODO. Add "." after " @ ".
1438 (ruby-smie--at-dot-call): New function. Checks if point at method
1439 call with explicit target.
1440 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
1441 to the method name tokens when it precedes them.
1442 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
1443 (ruby-smie-rules): Add rule for indentation before and after "."
1444 token.
1445
1446 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * textmodes/remember.el (remember-diary-extract-entries):
1449 Avoid add-to-list.
1450
1451 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
1452 an instruction.
1453
1454 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1455
1456 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
1457 (ruby-smie--implicit-semi-p): Add new operator chars.
1458
1459 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1460 `smie-down-list'.
1461 (ruby-smie--args-separator-p): Check that there's no newline
1462 between method call and its arguments.
1463
1464 2013-10-20 Alan Mackenzie <acm@muc.de>
1465
1466 Allow comma separated lists after Java "implements".
1467
1468 * progmodes/cc-engine.el (c-backward-over-enum-header):
1469 Parse commas.
1470 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
1471 from a "disallowed" list in enum fontification.
1472
1473 2013-10-20 Johan Bockgård <bojohan@gnu.org>
1474
1475 * startup.el (default-frame-background-mode): Remove unused defvar.
1476
1477 * progmodes/verilog-mode.el (verilog-mode): Don't set
1478 comment-indent-function globally.
1479
1480 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
1481
1482 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
1483 Move Info menu item creation to ns-win.el.
1484
1485 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
1486 in menu bar.
1487
1488 * menu-bar.el: Move GNUStep specific menus...
1489
1490 * term/ns-win.el (ns-initialize-window-system): ... to here.
1491
1492 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1493
1494 * simple.el (newline): Only run post-self-insert-hook when
1495 called interactively.
1496
1497 2013-10-19 Johan Bockgård <bojohan@gnu.org>
1498
1499 * icomplete.el (icomplete-with-completion-tables): Add :version.
1500
1501 2013-10-19 Alan Mackenzie <acm@muc.de>
1502
1503 Fix fontification bugs with constructors and const.
1504
1505 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
1506 CASE 2) Remove the check for the absence of a suffix construct
1507 after a function declaration with only types (no identifiers) in
1508 the parentheses. Also, accept a function declaration with just a
1509 type inside the parentheses, if this type can be positively
1510 recognised as such, or if a prefix keyword like "explicit" nails
1511 down the construct as a declaration.
1512
1513 2013-10-19 Eli Zaretskii <eliz@gnu.org>
1514
1515 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
1516 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
1517 the problem whereby selecting a menu item that leads to a
1518 minibuffer prompt moves the cursor out of the minibuffer window,
1519 making it hard to type at the prompt. Suggested by Stefan Monnier
1520 <monnier@iro.umontreal.ca>.
1521
1522 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
1523
1524 * menu-bar.el: Don't make Services menu.
1525
1526 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1527
1528 * ffap.el: Handle "/usr/include/c++/<version>" directories.
1529 (ffap-alist): Use ffap-c++-mode for c++-mode.
1530 (ffap-c++-path): New variable.
1531 (ffap-c++-mode): New function.
1532
1533 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
1534
1535 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
1536
1537 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
1538
1539 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1540 introduced on 2013-09-08, which results in an infinite loop
1541 requesting a password.
1542
1543 2013-10-18 Glenn Morris <rgm@gnu.org>
1544
1545 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1546
1547 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
1548
1549 Sync with upstream verilog-mode revision 1a6ecec7.
1550 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1551 (verilog-mode-release-date): Remove.
1552 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1553 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1554 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
1555 (verilog-auto-tieoff-ignore-regexp)
1556 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
1557 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
1558 (verilog-signals-with, verilog-dir-cache-preserving)
1559 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
1560 Doc fixes.
1561 (verilog-case-fold): New option, to control case folding in
1562 regexp searches, bug597.
1563 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
1564 (verilog-string-match-fold, verilog-in-paren-count)
1565 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
1566 (verilog-at-close-struct-p): New functions.
1567 (verilog-beg-block-re-ordered, verilog-extended-case-re)
1568 (verilog-forward-sexp, verilog-set-auto-endcomments):
1569 (verilog-leap-to-case-head): Handle "unique0" case.
1570 (verilog-in-constraint-re): New constant.
1571 (verilog-keywords, verilog-type-font-keywords):
1572 Add some SystemVerilog 1800-2012 keywords.
1573 (verilog-label-be): Remove unimplemented argument, bug669.
1574 (verilog-batch-execute-func): When batch expanding clear
1575 create-lockfiles to prevent spurious user locks when a file ends
1576 up not changing.
1577 (verilog-calculate-indent, verilog-calc-1)
1578 (verilog-at-close-constraint-p, verilog-at-constraint-p)
1579 (verilog-do-indent): Fix indentation of nested constraints
1580 and structures.
1581 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
1582 (verilog-auto-inst-param): Use verilog-string-match-fold.
1583 (verilog-read-inst-module-matcher):
1584 Fix AUTOINST on gate primitives with #1.
1585 (verilog-read-decls): Fix double-declaring user-defined typed signals.
1586 Reads all user-defined typed variables.
1587 (verilog-read-defines): Fix reading definitions inside comments, bug647.
1588 (verilog-signals-matching-regexp)
1589 (verilog-signals-not-matching-regexp, verilog-auto):
1590 Respect verilog-case-fold.
1591 (verilog-diff-report): Fix line count.
1592 (verilog-auto-assign-modport): Remove unused local `modi'.
1593 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
1594 better handle multidimensional arrays.
1595 Fix packed array ports misadding bit index in AUTOINST, bug637.
1596 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
1597 to not double-declare existing outputs and inputs, respectively.
1598 (verilog-template-map): Bind U to verilog-sk-uvm-component.
1599 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
1600 (verilog-sk-uvm-component): New skeleton.
1601 (verilog-submit-bug-report): Add verilog-case-fold,
1602 remove verilog-mode-release-date.
1603
1604 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1605
1606 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
1607 as before.
1608
1609 2013-10-18 Reuben Thomas <rrt@sc3d.org>
1610
1611 * textmodes/remember.el (remember): set buffer-offer-save in
1612 remember buffers (bug#13566).
1613
1614 2013-10-18 Daniel Colascione <dancol@dancol.org>
1615
1616 When evaluating forms in ielm, direct standard output to ielm
1617 buffer. Add new ielm-return-for-effect command. Remove trailing
1618 whitespace throughout.
1619
1620 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
1621 (ielm-return-for-effect): New command.
1622 (ielm-send-input): Accept optional `for-effect' parameter.
1623 (ielm-eval-input): Accept optional `for-effect' parameter.
1624 Bind `standard-output' to stream we create using
1625 `ielm-standard-output-impl'. Suppress printing result when
1626 `for-effect'.
1627 (ielm-standard-output-impl): New function.
1628 (inferior-emacs-lisp-mode): Explain new features in documentation.
1629
1630 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
1631
1632 Code cleanup.
1633
1634 * net/tramp.el (tramp-debug-message): Do not check for connection
1635 buffer.
1636 (tramp-message): Use "vector" connection property.
1637
1638 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
1639 (tramp-equal-remote, tramp-eshell-directory-change)
1640 * net/tramp-adb.el (tramp-adb-handle-copy-file)
1641 (tramp-adb-handle-rename-file)
1642 * net/tramp-cmds.el (tramp-list-remote-buffers)
1643 (tramp-cleanup-connection, tramp-cleanup-this-connection)
1644 * net/tramp-compat.el (tramp-compat-process-running-p)
1645 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
1646 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
1647 (tramp-gvfs-handle-rename-file)
1648 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1649 (tramp-set-file-uid-gid)
1650 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1651 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
1652 of `file-remote-p'.
1653
1654 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
1655 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1656 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
1657 (tramp-gw-open-network-stream): Suppress unrelated traces.
1658
1659 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
1660 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1661 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1662 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
1663 connection property.
1664
1665 * net/tramp-cache.el (top): Suppress traces when reading
1666 persistency file.
1667
1668 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1669 Refactor common code. Improve debug message.
1670 (tramp-maybe-open-connection)
1671 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
1672 connection buffer too early.
1673
1674 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
1675 from `tramp-smb-actions-with-acl'.
1676 (tramp-smb-actions-set-acl): New defconst.
1677 (tramp-smb-handle-copy-directory)
1678 (tramp-smb-action-get-acl): New defun, renamed from
1679 `tramp-smb-action-with-acl'.
1680 (tramp-smb-action-set-acl): New defun.
1681 (tramp-smb-handle-set-file-acl): Rewrite.
1682
1683 2013-10-17 Glenn Morris <rgm@gnu.org>
1684
1685 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
1686
1687 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1688
1689 * skeleton.el (skeleton-newline): Remove.
1690 (skeleton-internal-1): Use (insert "\n") instead.
1691
1692 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
1693 let-bindings.
1694
1695 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
1696 forward-sexp-function while we redo its job (bug#15613).
1697
1698 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
1699
1700 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
1701 represented by lists.
1702
1703 2013-10-16 Glenn Morris <rgm@gnu.org>
1704
1705 * tmm.el (tmm--history): New dynamic variable.
1706 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
1707
1708 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
1709
1710 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
1711 (tramp-smb-errors): Add error messages.
1712 (tramp-smb-actions-with-acl): New defconst.
1713 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
1714 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
1715 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
1716 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
1717 (tramp-smb-get-stat-capability): Fix tests.
1718
1719 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
1720
1721 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
1722 (bug#15580).
1723
1724 2013-10-16 Glenn Morris <rgm@gnu.org>
1725
1726 * ansi-color.el (ansi-color-drop-regexp):
1727 Add 1J, 1K, 2K. (Bug#15617)
1728
1729 * files.el (hack-local-variables--warned-lexical): New.
1730 (hack-local-variables):
1731 Warn about misplaced lexical-binding. (Bug#15616)
1732
1733 * net/eww.el (eww-render): Always set eww-current-url,
1734 and update header line. (Bug#15622)
1735 (eww-display-html): ... Rather than just doing it here.
1736
1737 2013-10-15 Eli Zaretskii <eliz@gnu.org>
1738
1739 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
1740 menu navigations commands.
1741
1742 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
1743
1744 * progmodes/subword.el (subword-capitalize): Be careful when
1745 the search for [[:alpha:]] fails (bug#15580).
1746
1747 2013-10-14 Eli Zaretskii <eliz@gnu.org>
1748
1749 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
1750 to commands that scroll the menu.
1751
1752 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
1753
1754 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
1755 Handle methods ending with `?' and `!'.
1756
1757 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
1758
1759 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
1760 `japanese-cp932' to `cp932' to fix the problem where saving a
1761 source file written in Shift_JIS twice would end up having
1762 `coding: japanese-cp932' which Ruby could not recognize.
1763 (ruby-mode-set-encoding): Add support for encodings mapped to nil
1764 in `ruby-encoding-map'.
1765 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
1766 doesn't need to be explicitly declared in magic comment.
1767 (ruby-encoding-map): Add type declaration for better customize UI.
1768
1769 2013-10-13 Glenn Morris <rgm@gnu.org>
1770
1771 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
1772 Occur buffers are read-only. http://bugs.debian.org/720775
1773
1774 * emacs-lisp/authors.el (authors-fixed-entries):
1775 Comment out old alpha stuff.
1776
1777 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
1778
1779 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
1780 to `after-save-hook' instead of `before-save-hook'.
1781 (ruby-mode-set-encoding): Use the value of coding system used to
1782 write the file. Call `basic-save-buffer-1' after modifying the
1783 buffer.
1784
1785 2013-10-13 Alan Mackenzie <acm@muc.de>
1786
1787 Fix indentation/fontification of Java enum with
1788 "implements"/generic.
1789
1790 * progmodes/cc-engine.el (c-backward-over-enum-header):
1791 Extracted from the three other places and enhanced to handle generics.
1792 (c-inside-bracelist-p): Uses new function above.
1793 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
1794 function above.
1795 (c-font-lock-enum-tail): Uses new function above.
1796
1797 2013-10-13 Kenichi Handa <handa@gnu.org>
1798
1799 * international/mule-cmds.el (select-safe-coding-system): Remove a
1800 superfluous condition in chekcing whether a coding system is safe
1801 or not.
1802
1803 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
1804
1805 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
1806
1807 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
1808
1809 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
1810
1811 2013-10-13 Glenn Morris <rgm@gnu.org>
1812
1813 * menu-bar.el (menu-bar-update-buffers):
1814 Unify Buffers menu prompt string. (Bug#15576)
1815
1816 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
1817
1818 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
1819 Add some entries.
1820 (authors-fixed-entries): Use accented form of name.
1821
1822 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1823
1824 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
1825 method calls (bug#15594).
1826 (ruby-smie--args-separator-p): New function.
1827 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
1828 recognize paren-free method calls.
1829
1830 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
1831 internals of universal-argument.
1832
1833 2013-10-11 Eli Zaretskii <eliz@gnu.org>
1834
1835 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
1836 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
1837 dropped menu on second mouse click on the menu bar.
1838
1839 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1840
1841 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
1842 (explicit-shell-file-name): Declare.
1843 (sh--vars-before-point, sh--cmd-completion-table): New functions.
1844 (sh-completion-at-point-function): New function.
1845 (sh-mode): Use it.
1846 (sh-smie--keyword-p): Remove unused argument.
1847 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
1848 vars.
1849 (sh-set-shell): Always setup SMIE, even if we use the
1850 old indentation code.
1851
1852 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1853
1854 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
1855 cases of ? and =.
1856 (ruby-smie-rules): Simplify the "do" rule. The cases when the
1857 predicate would return nil are almost non-existent.
1858 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
1859
1860 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
1861 cache also after commands that modify the buffer but don't move
1862 point.
1863
1864 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1865
1866 * env.el (substitute-env-in-file-name): New function.
1867 (substitute-env-vars): Extend the meaning of the optional arg.
1868
1869 2013-10-10 Eli Zaretskii <eliz@gnu.org>
1870
1871 * term/w32-win.el (dynamic-library-alist): Define separate lists
1872 of GIF DLLs for versions before and after 5.0.0 of giflib.
1873 (Bug#15531)
1874
1875 2013-10-10 João Távora <joaotavora@gmail.com>
1876
1877 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
1878 not locked, use last revision and current source as
1879 defaults. (Bug#15569)
1880
1881 2013-10-10 Masatake YAMATO <yamato@redhat.com>
1882
1883 * menu-bar.el (menu-bar-open): Don't use popup-menu if
1884 menu-bar is hidden.
1885
1886 2013-10-10 Martin Rudalics <rudalics@gmx.at>
1887
1888 * window.el (pop-to-buffer-same-window): Fix doc-string.
1889 (Bug#15492)
1890
1891 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1892
1893 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
1894
1895 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
1896
1897 * calendar/icalendar.el (icalendar-import-file):
1898 Fix interactive spec. (Bug#15482)
1899
1900 2013-10-10 Glenn Morris <rgm@gnu.org>
1901
1902 * desktop.el (desktop-save): Default to saving in .emacs.d,
1903 since PWD is no longer in desktop-path by default. (Bug#15319)
1904
1905 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
1906 now that text mode has a menu with the same entry.
1907 (menu-bar-text-mode-auto-fill): Remove now unused func.
1908 * textmodes/text-mode.el (text-mode-map):
1909 Use auto-fill help text from menu-bar.el.
1910
1911 2013-10-10 John Anthony <john@jo.hnanthony.com>
1912
1913 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
1914
1915 2013-10-09 Juri Linkov <juri@jurta.org>
1916
1917 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
1918 instead of this-command-keys. Add universal-argument-more and
1919 universal-argument-minus to the list of prefix commands. (Bug#15568)
1920
1921 2013-10-09 Glenn Morris <rgm@gnu.org>
1922
1923 * vc/vc-svn.el (vc-svn-create-repo):
1924 Expand paths in file://... url. (Bug#15446)
1925
1926 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1927 Add some entries.
1928 (authors): Remove unused local variables.
1929
1930 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 * profiler.el: Create a more coherent calltree from partial backtraces.
1933 (profiler-format): Hide the tail with `invisible' so that C-s can still
1934 find the hidden elements.
1935 (profiler-calltree-depth): Don't recurse so enthusiastically.
1936 (profiler-function-equal): New hash-table-test.
1937 (profiler-calltree-build-unified): New function.
1938 (profiler-calltree-build): Use it.
1939 (profiler-report-make-name-part): Indent the calltree less.
1940 (profiler-report-mode): Add visibility specs for profiler-format.
1941 (profiler-report-expand-entry, profiler-report-toggle-entry):
1942 Expand the whole subtree when provided with a prefix arg.
1943
1944 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
1945
1946 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
1947 iuwu-mod token.
1948 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
1949 hanging iuwu-mod token.
1950 (ruby-smie--forward-token): Do not include a dot after a token in
1951 that token.
1952 (ruby-smie--backward-token): Likewise.
1953
1954 2013-10-08 Juri Linkov <juri@jurta.org>
1955
1956 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
1957 to isearch-other-control-char.
1958 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
1959 and isearch-post-command-hook to post-command-hook.
1960 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
1961 and isearch-post-command-hook from post-command-hook.
1962 (isearch-unread-key-sequence)
1963 (isearch-reread-key-sequence-naturally)
1964 (isearch-lookup-scroll-key, isearch-other-control-char)
1965 (isearch-other-meta-char): Remove functions.
1966 (isearch-pre-command-hook, isearch-post-command-hook):
1967 New functions based on isearch-other-meta-char rewritten
1968 relying on the new behavior of overriding-terminal-local-map
1969 that does not replace the local keymaps any more. (Bug#15200)
1970
1971 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1972
1973 Support menus on text-mode terminals.
1974 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
1975 functionality.
1976
1977 * tooltip.el (tooltip-mode): Don't error out on TTYs.
1978
1979 * menu-bar.el (popup-menu, popup-menu-normalize-position):
1980 Move here from mouse.el.
1981 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
1982 and arrow keys.
1983 (tty-menu-navigation-map): New map for TTY menu navigation.
1984
1985 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
1986
1987 * frame.el (display-mouse-p): Report text-mode mouse as available
1988 on w32.
1989 (display-popup-menus-p): Report availability if mouse is
1990 available; don't condition on window-system.
1991
1992 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
1993 (tty-menu-selected-face): New faces.
1994
1995 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1996
1997 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
1998 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
1999 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
2000 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
2001 New constants.
2002 (lisp-mode-variables): New `elisp' argument.
2003 (emacs-lisp-mode): Use it.
2004 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
2005 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
2006
2007 * indent.el: Use lexical-binding.
2008 (indent-region): Add progress reporter.
2009 (tab-stop-list): Make it implicitly extend to infinity by repeating the
2010 last step.
2011 (indent--next-tab-stop): New function to implement this behavior.
2012 (tab-to-tab-stop, move-to-tab-stop): Use it.
2013
2014 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
2015
2016 * indent.el (indent-rigidly--current-indentation): New function.
2017 (indent-rigidly-map): New var.
2018 (indent-rigidly): Use it to provide interactive mode (bug#8196).
2019
2020 2013-10-08 Bastien Guerry <bzg@gnu.org>
2021
2022 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
2023
2024 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2025
2026 * progmodes/perl-mode.el: Use lexical-binding.
2027 Remove redundant :group args.
2028 (perl-nochange): Change default to be closer to other major modes's
2029 standard behavior.
2030 (perl-indent-line): Don't consider text on current line as a
2031 valid beginning of function from which to indent.
2032
2033 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
2034 with more than one argument (bug#15538).
2035
2036 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
2037
2038 * vc/pcvs.el: Use lexical-binding.
2039 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
2040 environment of `eval'.
2041 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
2042 than a list of expressions. Adjust callers.
2043 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
2044
2045 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
2046
2047 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
2048 case of the dot in a chained method call being on the following line.
2049
2050 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2052 * electric.el (electric-indent-inhibit): New var.
2053 (electric-indent-post-self-insert-function): Use it.
2054 * progmodes/python.el (python-mode): Set it.
2055
2056 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
2057 open braces.
2058
2059 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
2060
2061 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
2062 (css-mode): Use electric-indent-chars.
2063
2064 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
2065 (font-lock-beg, font-lock-end): Move before first use.
2066 (nxml-mode): Use syntax-propertize-function.
2067 (nxml-after-change, nxml-after-change1): Adjust accordingly.
2068 (nxml-extend-after-change-region): Remove.
2069 * nxml/xmltok.el: Use lexical-binding.
2070 (xmltok-save): Use `declare'.
2071 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
2072 * nxml/nxml-util.el: Use lexical-binding.
2073 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
2074 Use `declare'.
2075 * nxml/nxml-ns.el: Use lexical-binding.
2076 (nxml-ns-save): Use `declare'.
2077 (nxml-ns-prefixes-for): Avoid add-to-list.
2078 * nxml/rng-match.el: Use lexical-binding.
2079 (rng--ipattern): Use cl-defstruct.
2080 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
2081 (rng-cons-group-after, rng-subst-group-after)
2082 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
2083 Use closures instead of `(lambda...).
2084
2085 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
2086
2087 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
2088 of BEG and END.
2089
2090 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2091 Use `tramp-handle-insert-file-contents'.
2092 (tramp-gvfs-handle-insert-file-contents): Remove function.
2093
2094 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2095 Use `save-restriction' in order to keep markers.
2096
2097 * net/trampver.el: Update release number.
2098
2099 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2100
2101 * progmodes/compile.el (compilation-parse-errors):
2102 Use compilation--put-prop.
2103 (compilation--ensure-parse): Check compilation-multiline.
2104
2105 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
2106
2107 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
2108 lexical-binding.
2109
2110 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
2111
2112 * progmodes/ruby-mode.el: Fix recently added tests.
2113 (ruby-smie-grammar): Add - and +.
2114 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
2115 (ruby-smie--backward-id): New functions.
2116 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
2117 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
2118 any more.
2119
2120 2013-10-07 Leo Liu <sdl.web@gmail.com>
2121
2122 * register.el (register-preview-delay)
2123 (register-preview-functions): New variables.
2124 (register-read-with-preview, register-preview)
2125 (register-describe-oneline): New functions.
2126 (point-to-register, window-configuration-to-register)
2127 (frame-configuration-to-register, jump-to-register)
2128 (number-to-register, view-register, insert-register)
2129 (copy-to-register, append-to-register, prepend-to-register)
2130 (copy-rectangle-to-register): Use register-read-with-preview to
2131 read register. (Bug#15525)
2132
2133 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
2134
2135 * net/network-stream.el (network-stream-open-starttls): Don't add
2136 --insecure if it's already present, because that gnutls-cli
2137 rejects getting that parameter twice.
2138
2139 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
2140
2141 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
2142 keyword, too.
2143
2144 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
2145
2146 * newcomment.el (comment-use-global-state): Change default value
2147 to t, mark obsolete (Bug#15251).
2148 (comment-beginning): In addition to `comment-to-syntax', check the
2149 value of `comment-use-global-state'.
2150
2151 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2152
2153 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
2154 (ruby-comment-column): Follow the global default, by default.
2155 (ruby-smie-grammar): Add assignment syntax.
2156 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
2157 open-paren, a comma, or a \.
2158 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
2159 and line continuations.
2160 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
2161 followed by implicit semi-colons. Add rule for string concatenation
2162 and for indentation at BOB.
2163 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
2164
2165 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
2166 calling next-sexp, since next-token may have skipped chars which
2167 next-sexp doesn't know should be skipped!
2168
2169 2013-10-05 Leo Liu <sdl.web@gmail.com>
2170
2171 * progmodes/octave.el (octave-send-region):
2172 Call compilation-forget-errors.
2173
2174 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
2175
2176 * vc/vc-svn.el (vc-svn-find-admin-dir):
2177 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
2178 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
2179 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
2180 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
2181
2182 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2183
2184 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
2185
2186 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2187
2188 * subr.el (read-passwd): Hide chars even when called within a context
2189 where after-change-functions is disabled (bug#15501).
2190 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
2191 until we removed ourself from overriding-terminal-local-map.
2192
2193 2013-10-04 Leo Liu <sdl.web@gmail.com>
2194
2195 * progmodes/octave.el (inferior-octave-mode):
2196 Call compilation-forget-errors.
2197
2198 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
2199
2200 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2201
2202 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
2203
2204 * net/secrets.el (secrets-create-collection): Add optional
2205 argument ALIAS. Use proper Label keyword. Append ALIAS as
2206 dbus-call-method argument. (Bug#15516)
2207
2208 2013-10-04 Leo Liu <sdl.web@gmail.com>
2209
2210 * progmodes/octave.el (inferior-octave-error-regexp-alist)
2211 (inferior-octave-compilation-font-lock-keywords): New variables.
2212 (compilation-error-regexp-alist)
2213 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
2214 (inferior-octave-mode): Use compilation-shell-minor-mode.
2215
2216 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
2217
2218 * minibuffer.el (completion--replace): Be careful that `end' might be
2219 a marker.
2220
2221 2013-10-03 Daiki Ueno <ueno@gnu.org>
2222
2223 Add support for package signature checking.
2224 * emacs-lisp/package.el (url-http-file-exists-p)
2225 (epg-make-context, epg-context-set-home-directory)
2226 (epg-verify-string, epg-context-result-for)
2227 (epg-signature-status, epg-signature-to-string)
2228 (epg-check-configuration, epg-configuration)
2229 (epg-import-keys-from-file): Declare.
2230 (package-check-signature): New user option.
2231 (package-unsigned-archives): New user option.
2232 (package-desc): Add `signed' field.
2233 (package-load-descriptor): Set `signed' field if .signed file exists.
2234 (package--archive-file-exists-p): New function.
2235 (package--check-signature): New function.
2236 (package-install-from-archive): Check package signature.
2237 (package--download-one-archive): Check archive signature.
2238 (package-delete): Remove .signed file.
2239 (package-import-keyring): New command.
2240 (package-refresh-contents): Import default keyring.
2241 (package-desc-status): Add "unsigned" status.
2242 (describe-package-1, package-menu--print-info)
2243 (package-menu-mark-delete, package-menu--find-upgrades)
2244 (package-menu--status-predicate): Support "unsigned" status.
2245
2246 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2247
2248 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
2249 the new compilation scheme using the new byte-codes.
2250
2251 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
2252 (byte-pophandler): New byte codes.
2253 (byte-goto-ops): Adjust accordingly.
2254 (byte-compile--use-old-handlers): New var.
2255 (byte-compile-catch): Use new byte codes depending on
2256 byte-compile--use-old-handlers.
2257 (byte-compile-condition-case--old): Rename from
2258 byte-compile-condition-case.
2259 (byte-compile-condition-case--new): New function.
2260 (byte-compile-condition-case): New function that dispatches depending
2261 on byte-compile--use-old-handlers.
2262 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
2263 when we can.
2264
2265 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2266 Optimize under `condition-case' and `catch' if
2267 byte-compile--use-old-handlers is nil.
2268 (disassemble-offset): Handle new bytecodes.
2269
2270 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2271
2272 * subr.el (error): Use `declare'.
2273 (decode-char, encode-char): Use advertised-calling-convention instead
2274 of the docstring to discourage use of the `restriction' arg.
2275
2276 2013-10-03 Daiki Ueno <ueno@gnu.org>
2277
2278 * epg.el (epg-verify-file): Add a comment saying that it does not
2279 notify verification error as a return value nor a signal.
2280 (epg-verify-string): Ditto.
2281
2282 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
2283
2284 * progmodes/compile.el (compilation-start): Try globbing the arg to
2285 `cd' (bug#15417).
2286
2287 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
2288
2289 Sync with Tramp 2.2.8.
2290
2291 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2292 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
2293 * net/trampver.el: Update release number.
2294
2295 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
2296
2297 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2298 and default-process-coding-system for darwin only.
2299
2300 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2301
2302 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
2303
2304 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
2305
2306 * vc/vc-git.el (vc-git-grep): Disable pager.
2307
2308 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
2309
2310 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
2311 Use :url instead of :homepage, as per
2312 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
2313
2314 * newcomment.el (comment-beginning): When `comment-use-syntax' is
2315 non-nil, use `syntax-ppss' (Bug#15251).
2316
2317 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2318
2319 * progmodes/octave.el (inferior-octave-startup-file):
2320 Prefer ~/.emacs.d/init_octave.m.
2321
2322 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
2323
2324 * emacs-lisp/package.el (package-desc-from-define):
2325 Accept additional arguments as plist, convert them to an alist and store
2326 them in the `extras' slot.
2327 (package-generate-description-file): Convert extras alist back to
2328 plist and append to the `define-package' form arguments.
2329 (package--alist-to-plist): New function.
2330 (package--ac-desc): Add `extras' slot.
2331 (package--add-to-archive-contents): Check if the archive-contents
2332 vector is long enough, and if it is, pass its `extras' slot value
2333 to `package-desc-create'.
2334 (package-buffer-info): Call `lm-homepage', pass the returned value
2335 to `package-desc-from-define'.
2336 (describe-package-1): Render the homepage button (Bug#13291).
2337
2338 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2339 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
2340
2341 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
2342
2343 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2344 and default-process-coding-system to utf-8-unix (Bug#15402).
2345
2346 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
2347
2348 * subr.el (looking-back): Do not recommend using looking-back.
2349
2350 2013-09-28 Alan Mackenzie <acm@muc.de>
2351
2352 Fix indentation/fontification of Java enum with "implements".
2353
2354 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
2355 regexp which matches "implements", etc., in Java.
2356 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
2357 specifier clauses coming after "enum".
2358 * progmodes/cc-fonts.el (c-font-lock-declarations)
2359 (c-font-lock-enum-tail): Check for extra specifier clauses coming
2360 after "enum".
2361
2362 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
2363
2364 * faces.el (region): Change ns_selection_color to
2365 ns_selection_fg_color, add ns_selection_bg_color.
2366
2367 2013-09-28 Leo Liu <sdl.web@gmail.com>
2368
2369 * progmodes/octave.el (inferior-octave-completion-table)
2370 (inferior-octave-completion-at-point): Minor tweaks.
2371
2372 * textmodes/ispell.el (ispell-lookup-words): Rename from
2373 lookup-words. (Bug#15460)
2374 (lookup-words): Obsolete.
2375 (ispell-complete-word, ispell-command-loop): All uses changed.
2376
2377 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2378
2379 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
2380 (octave-mode-menu): Add octave-send-buffer.
2381 (octave-send-buffer): New function.
2382
2383 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2384
2385 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
2386 octave-lookfor.
2387 (octave-mode-menu): Add octave-lookfor.
2388 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
2389 octave-lookfor.
2390 (octave-lookfor): New function.
2391
2392 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2393
2394 * emacs-lisp/cl-macs.el:
2395 (cl--loop-destr-temps): Remove.
2396 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
2397 its convention.
2398 (cl--loop-set-iterator-function): New function.
2399 (cl-loop): Adjust accordingly, so as not to use cl-subst.
2400 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
2401 Bind `it' with `let' instead of substituting it with `cl-subst'.
2402 (cl--unused-var-p): New function.
2403 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
2404 Eliminate some unused variable warnings (bug#15326).
2405
2406 2013-09-27 Tassilo Horn <tsdh@gnu.org>
2407
2408 * doc-view.el (doc-view-scale-reset): Rename from
2409 `doc-view-reset-zoom-level'.
2410 (doc-view-scale-adjust): New command.
2411 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
2412 `doc-view-scale-adjust'.
2413
2414 2013-09-26 Tassilo Horn <tsdh@gnu.org>
2415
2416 * doc-view.el (doc-view-reset-zoom-level): New command.
2417 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
2418 zoom commands (bug#15466).
2419
2420 2013-09-26 Kenichi Handa <handa@gnu.org>
2421
2422 * international/quail.el (quail-help): Make it not a command.
2423
2424 2013-09-26 Leo Liu <sdl.web@gmail.com>
2425
2426 * minibuffer.el (completion-all-sorted-completions): Make args
2427 optional as they are.
2428
2429 2013-09-25 Daniel Colascione <dancol@dancol.org>
2430
2431 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
2432 specs are and that they're not evaluated.
2433
2434 2013-09-24 Sam Steingold <sds@gnu.org>
2435
2436 * midnight.el (clean-buffer-list-kill-regexps)
2437 (clean-buffer-list-kill-buffer-names): Update for the new Man
2438 buffer naming which includes the object name.
2439
2440 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * eshell/esh-cmd.el (eshell--sep-terms): New var.
2443 (eshell-parse-command, eshell-parse-pipeline): Use it since
2444 eshell-separate-commands requires a dynamic scoped var.
2445 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
2446
2447 2013-09-23 Leo Liu <sdl.web@gmail.com>
2448
2449 * autoinsert.el (auto-insert-alist): Make the value of
2450 lexical-binding match its file setting.
2451
2452 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
2453
2454 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
2455
2456 * autoarg.el (autoarg-kp-digit-argument):
2457 * electric.el (Electric-command-loop):
2458 * kmacro.el (kmacro-step-edit-insert):
2459 Do not set universal-argument-num-events.
2460
2461 2013-09-22 Leo Liu <sdl.web@gmail.com>
2462
2463 * files.el (interpreter-mode-alist): Add octave.
2464
2465 2013-09-21 Alan Mackenzie <acm@muc.de>
2466
2467 C++: fontify identifier in declaration following "public:" correctly.
2468 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
2469 to match "public", etc.
2470 (c-decl-prefix-re): Add ":" into the C++ value.
2471 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
2472 bit. Add a check for a ":" preceded by "public", etc.
2473
2474 2013-09-21 Eli Zaretskii <eliz@gnu.org>
2475
2476 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
2477 recognized by GDB 7.5 and later.
2478
2479 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
2480
2481 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
2482
2483 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2484
2485 * subr.el (internal--call-interactively): New const.
2486 (called-interactively-p): Use it (bug#3984).
2487
2488 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
2489
2490 * vc/pcvs.el (cvs-mode-ignore):
2491 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
2492 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
2493
2494 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2495
2496 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
2497 (eshell-ls-orig-insert-directory): Remove.
2498 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
2499 (eshell-ls-use-in-dired): Use advice-add/remove.
2500 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
2501 Add `orig-fun' arg for use in :around advice.
2502 Make it check (redundantly) eshell-ls-use-in-dired.
2503
2504 2013-09-19 Glenn Morris <rgm@gnu.org>
2505
2506 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
2507
2508 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
2509
2510 * emacs-lisp/eieio.el (class-parent): Undo previous change.
2511
2512 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
2513
2514 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
2515 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
2516 (tramp-get-remote-python): New defuns.
2517 (tramp-get-remote-uid-with-perl)
2518 (tramp-get-remote-gid-with-perl): New defuns. Perl code
2519 contributed by yary <not.com@gmail.com> (tiny change).
2520 (tramp-get-remote-uid-with-python)
2521 (tramp-get-remote-gid-with-python): New defuns. Python code
2522 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2523 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2524
2525 2013-09-19 Glenn Morris <rgm@gnu.org>
2526
2527 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2528
2529 * eshell/em-unix.el (eshell-remove-entries):
2530 Rename argument to avoid name-clash with global `top-level'.
2531
2532 * eshell/esh-proc.el (eshell-kill-process-function):
2533 Remove eshell-reset-after-proc from eshell-kill-hook if present.
2534 (eshell-reset-after-proc): Remove unused arg `proc'.
2535
2536 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2537 (directory-files-and-attributes): Mark unused arg.
2538
2539 * eshell/em-unix.el (eshell-remove-entries):
2540 Remove unused arg `path'. Update callers.
2541
2542 * eshell/em-hist.el (eshell-hist-parse-arguments):
2543 Remove unused arg `silent'. Update callers.
2544
2545 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2546 Fix (f)boundp mix-up.
2547
2548 * eshell/em-smart.el (eshell-smart-scroll-window)
2549 (eshell-disable-after-change):
2550 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
2551
2552 2013-09-18 Alan Mackenzie <acm@muc.de>
2553
2554 Fix fontification of type when followed by "const".
2555 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
2556 "known" types from fontification.
2557
2558 2013-09-18 Glenn Morris <rgm@gnu.org>
2559
2560 * emacs-lisp/chart.el (x-display-color-cells): Declare.
2561 (chart-face-list): Drop Emacsen without display-color-p.
2562
2563 * net/eww.el (libxml-parse-html-region): Declare.
2564 (eww-display-html): Explicit error if no libxml2 support.
2565
2566 * doc-view.el (doc-view-mode): Silence --without-x compilation.
2567
2568 * image.el (image-type-from-buffer, image-multi-frame-p):
2569 Remove --without-x warning/error.
2570
2571 * mouse.el (mouse-yank-primary):
2572 * term.el (term-mouse-paste):
2573 Reorder to silence --without-x compilation.
2574
2575 * mpc.el (doc-view-mode): Silence --without-x compilation.
2576
2577 * mail/rmailmm.el (rmail-mime-set-bulk-data):
2578 Silence --without-x compilation.
2579
2580 * progmodes/gud.el (gud-find-file, gud-mode):
2581 Silence --without-x compilation.
2582 (tooltip-mode): Declare.
2583
2584 * wdired.el (dired-backup-overwrite): Remove declaration.
2585 (wdired-mode-map): Add doc string.
2586
2587 * custom.el (x-get-resource): Declare.
2588
2589 * eshell/em-glob.el (ange-cache):
2590 * eshell/em-unix.el (ange-cache): Declare.
2591
2592 * faces.el (x-display-list, x-open-connection, x-get-resource):
2593 Declare.
2594
2595 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
2596 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
2597 Declare.
2598
2599 * frame.el (x-display-grayscale-p, x-display-name): Declare.
2600
2601 * net/gnutls.el (gnutls-log-level): Declare.
2602
2603 * net/shr.el (image-size, image-animate): Declare.
2604
2605 * simple.el (font-info): Declare.
2606
2607 * subr.el (x-popup-dialog): Declare.
2608
2609 * term/common-win.el (x-select-enable-primary)
2610 (x-last-selected-text-primary, x-last-selected-text-clipboard):
2611 Declare.
2612
2613 * term/ns-win.el (x-handle-args): Declare.
2614
2615 * term/x-win.el (x-select-enable-clipboard): Declare.
2616
2617 * term/w32-win.el (create-default-fontset): Declare.
2618
2619 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
2620 Declare.
2621
2622 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
2623 (fit-frame-to-buffer): Explicit error if --without-x.
2624 (mouse-autoselect-window-select): Silence compiler.
2625
2626 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2627
2628 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
2629 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
2630 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
2631 * eshell/esh-util.el (eshell-sublist):
2632 Remove unused local variables.
2633
2634 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
2635
2636 * textmodes/two-column.el: Make 2C-split work for --without-x.
2637 (scroll-bar-columns): Autoload.
2638 (top-level): Require fringe when compiling.
2639
2640 2013-09-18 Leo Liu <sdl.web@gmail.com>
2641
2642 * subr.el (add-hook): Robustify to handle closure as well.
2643
2644 2013-09-17 Glenn Morris <rgm@gnu.org>
2645
2646 * simple.el (messages-buffer-mode-map): Unbind "g".
2647
2648 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2649
2650 * help-mode.el (help-mode-finish): Use derived-mode-p.
2651 Remove obsolete highlighting.
2652
2653 * play/life.el (life-mode): Use define-derived-mode. Derive from
2654 special-mode.
2655 (life): Let-bind inhibit-read-only.
2656 (life-setup): Avoid `setq'. Use `life-mode'.
2657
2658 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
2659 which should not be needed any more.
2660 (package-menu-refresh, package-menu-describe-package): Use user-error.
2661
2662 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
2663 (eshell-post-rewrite-command-hook): Make obsolete.
2664 (eshell-parse-command): Simplify.
2665 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
2666 (eshell--cmd): Declare.
2667 (eshell-parse-pipeline): Remove unused var `final-p'.
2668 Pass a dynvar to eshell-post-rewrite-command-hook.
2669 Implement the new eshell-post-rewrite-command-function.
2670 (eshell-invoke-directly): Remove unused arg `input'.
2671 * eshell/esh-io.el (eshell-io-initialize):
2672 Use eshell-post-rewrite-command-function (bug#15399).
2673 (eshell--apply-redirections): Rename from eshell-apply-redirections;
2674 adjust to new calling convention.
2675 (eshell-create-handles): Rename args to avoid clashing with dynvar
2676 `standard-output'.
2677
2678 2013-09-17 Glenn Morris <rgm@gnu.org>
2679
2680 * simple.el (messages-buffer-mode): New major mode.
2681 (messages-buffer): New function.
2682 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
2683 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
2684 (ert-run-test): Use `messages-buffer' function.
2685 (ert--force-message-log-buffer-truncation): Ignore read-only.
2686 * help.el (view-echo-area-messages): Use `messages-buffer' function.
2687 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
2688
2689 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2690
2691 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
2692
2693 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
2694
2695 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2696
2697 * icomplete.el (icomplete-in-buffer): New var.
2698 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
2699 vars and replace them with functions.
2700 (icomplete-minibuffer-setup): Adjust accordingly.
2701 (icomplete--completion-table, icomplete--completion-predicate)
2702 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
2703 New functions.
2704 (icomplete-forward-completions, icomplete-backward-completions)
2705 (icomplete-simple-completing-p, icomplete-exhibit)
2706 (icomplete-completions): Use them.
2707 (icomplete--in-region-buffer): New var.
2708 (icomplete--in-region-setup): New function.
2709 (icomplete-mode): Use it.
2710
2711 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
2712 (bug#15379).
2713 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
2714 return args and options.
2715 (eshell-eval-using-options): Use the new return value of
2716 eshell--do-opts to set the options's vars in their scope.
2717 (eshell--set-option): Rename from eshell-set-option.
2718 Add arg `opt-vals'.
2719 (eshell--process-option): Rename from eshell-process-option.
2720 Add arg `opt-vals'.
2721 (eshell--process-args): Use an `opt-vals' alist to store the options's
2722 values during their processing and return them additionally to the
2723 remaining args.
2724
2725 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
2726
2727 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
2728 continuation character an operator, as far as indentation is
2729 concerned (Bug#15369).
2730
2731 2013-09-15 Martin Rudalics <rudalics@gmx.at>
2732
2733 * window.el (window--state-put-2): Don't process buffer state
2734 when buffer doesn't exist any more (Bug#15382).
2735
2736 2013-09-15 Glenn Morris <rgm@gnu.org>
2737
2738 * eshell/em-unix.el (eshell/rm):
2739 Make -f ignore missing files. (Bug#15373)
2740
2741 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
2742 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
2743 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
2744
2745 2013-09-14 Glenn Morris <rgm@gnu.org>
2746
2747 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
2748
2749 2013-09-13 Glenn Morris <rgm@gnu.org>
2750
2751 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
2752 (dired-guess-default): Make `file' available in the env. (Bug#15363)
2753
2754 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
2755
2756 * frame.el (x-focus-frame): Mark as declared in frame.c.
2757
2758 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2759
2760 * ls-lisp.el: Use advice-add.
2761 (original-insert-directory): Remove.
2762 (ls-lisp--insert-directory): Rename from insert-directory; add
2763 `orig-fun' argument.
2764 (insert-directory): Advise.
2765
2766 2013-09-13 Eli Zaretskii <eliz@gnu.org>
2767
2768 * term.el (term-emulate-terminal): Decode the command string
2769 before passing it to term-command-hook. (Bug#15337)
2770
2771 2013-09-13 Glenn Morris <rgm@gnu.org>
2772
2773 * eshell/esh-util.el (ange-cache): Move declaration earlier.
2774
2775 * eshell/esh-ext.el (eshell-search-path): Declare.
2776
2777 * eshell/em-prompt.el (eshell/pwd): Autoload it.
2778 Otherwise an error occurs if eshell-dirs module not loaded.
2779
2780 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2781
2782 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
2783
2784 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
2785 `tramp-check-proper-host'. Check for a valid method name.
2786
2787 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2788 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2789 * net/tramp-sh.el (tramp-maybe-open-connection):
2790 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
2791
2792 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
2793 also for hash values.
2794
2795 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2796
2797 * term/ns-win.el (parameters): Don't declare as dynamic.
2798 (before-make-frame-hook): Don't add ineffective function.
2799
2800 * eshell/*.el: Use lexical-binding (bug#15231).
2801
2802 2013-09-12 Kenichi Handa <handa@gnu.org>
2803
2804 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
2805
2806 2013-09-12 Glenn Morris <rgm@gnu.org>
2807
2808 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
2809 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
2810
2811 * subr.el (do-after-load-evaluation): Also give compiler warnings
2812 when obsolete files are used (except by obsolete files).
2813
2814 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
2815 in the status output, assume `filename' is the first. (Bug#15322)
2816
2817 * vc/vc.el (vc-deduce-fileset): Doc fix.
2818
2819 * calc/calc-help.el (Info-goto-node):
2820 * progmodes/cperl-mode.el (Info-find-node):
2821 * vc/ediff.el (Info-goto-node): Update declarations.
2822
2823 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
2824
2825 * vc/vc-bzr.el (vc-compilation-mode): Declare.
2826 (vc-bzr-pull): Require vc-dispatcher.
2827 * vc/vc-git.el (vc-compilation-mode): Declare.
2828 (vc-git-pull): Require vc-dispatcher.
2829
2830 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
2831
2832 * progmodes/octave.el (help-button-action): Declare.
2833
2834 * shell.el (shell-directory-tracker): Output error as a message
2835 rather than just returning it as a string.
2836 (shell-process-pushd): Remove useless use of message.
2837
2838 * dframe.el (dframe-timer-fn):
2839 * files.el (dir-locals-read-from-file):
2840 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
2841 (mpc-format):
2842 * reveal.el (reveal-post-command):
2843 * saveplace.el (load-save-place-alist-from-file):
2844 * shell.el (shell-resync-dirs):
2845 * w32-common-fns.el (x-get-selection-value):
2846 * emacs-lisp/copyright.el (copyright-find-copyright):
2847 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2848 * emulation/tpu-edt.el (tpu-copy-keyfile):
2849 * play/bubbles.el (bubbles--mark-neighbourhood):
2850 * progmodes/executable.el
2851 (executable-make-buffer-file-executable-if-script-p):
2852 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2853
2854 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2855
2856 Cleanup Eshell to rely less on dynamic scoping.
2857 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
2858 last-value, and ext-command here. Bind `args' closer to `body'.
2859 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
2860 (eshell--args): Declare new dynamic var.
2861 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
2862 last-value, and ext-command. Pass `args' to `body'.
2863 (eshell-process-args): Bind eshell--args.
2864 (eshell-set-option): Use eshell--args.
2865 * eshell/eshell.el (eshell): Use derived-mode-p.
2866 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
2867 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
2868 (eshell-glob-function): Declare.
2869 * eshell/esh-util.el: Require cl-lib.
2870 (eshell-read-hosts-file): Avoid add-to-list.
2871 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
2872 `err'.
2873 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
2874 Declare.
2875 (eshell/diff): Remove unused var `err'.
2876 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
2877 `killflag'.
2878 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
2879 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
2880 first use.
2881 * eshell/em-glob.el (eshell-glob-matches, message-shown):
2882 Move declaration before first use.
2883 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
2884 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
2885 rely on cl-return.
2886
2887 2013-09-12 Glenn Morris <rgm@gnu.org>
2888
2889 * term/ns-win.el (global-map): Remove binding for ispell-next,
2890 deleted 1999-05-29. (Bug#15357)
2891
2892 2013-09-11 Glenn Morris <rgm@gnu.org>
2893
2894 * echistory.el (electric-command-history): Remove call to deleted func.
2895
2896 * play/landmark.el (landmark-mode): Fix typos.
2897
2898 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
2899 Check cvs-sort-ignore-file is bound.
2900
2901 * savehist.el: No need for cl when compiling on Emacs.
2902
2903 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2904
2905 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
2906 (bug#15338).
2907 (eshell-self-insert-command, eshell-send-invisible):
2908 Remove unused argument.
2909 (eshell-handle-control-codes): Remove unused var `orig'.
2910 Avoid delete-backward-char.
2911
2912 * files.el (set-auto-mode): Simplify a bit further.
2913
2914 2013-09-11 Glenn Morris <rgm@gnu.org>
2915
2916 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
2917 (set-auto-mode): Don't regexp-quote elements.
2918 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
2919 * progmodes/cc-mode.el (interpreter-mode-alist):
2920 * progmodes/ruby-mode.el (interpreter-mode-alist):
2921 Revert previous change.
2922
2923 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2924
2925 * play/snake.el (snake-mode):
2926 * play/mpuz.el (mpuz-mode):
2927 * play/landmark.el (lm-mode):
2928 * play/blackbox.el (blackbox-mode):
2929 * play/5x5.el (5x5-mode):
2930 * obsolete/options.el (Edit-options-mode):
2931 * net/quickurl.el (quickurl-list-mode):
2932 * net/newst-treeview.el (newsticker-treeview-mode):
2933 * mail/rmailsum.el (rmail-summary-mode):
2934 * mail/mspools.el (mspools-mode):
2935 * locate.el (locate-mode):
2936 * ibuffer.el (ibuffer-mode):
2937 * emulation/ws-mode.el (wordstar-mode):
2938 * emacs-lisp/debug.el (debugger-mode):
2939 * array.el (array-mode):
2940 * net/eudc.el (eudc-mode): Use define-derived-mode.
2941 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
2942 Move initialization into declaration.
2943 (mairix-searches-mode): Use define-derived-mode.
2944 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
2945 (eudc-edit-hotlist): Use dolist.
2946 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
2947 (Man-mode): Use define-derived-mode.
2948 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
2949 (Info-edit-mode): Use define-derived-mode.
2950 (Info-cease-edit): Use Info-mode.
2951 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
2952 into declaration.
2953 (eshell-mode): Use define-derived-mode.
2954 * chistory.el (command-history-mode-map): Rename from
2955 command-history-map.
2956 (command-history-mode): Use define-derived-mode.
2957 (Command-history-setup): Remove function.
2958 * calc/calc.el (calc-trail-mode-map): New var.
2959 (calc-trail-mode): Use define-derived-mode.
2960 (calc-trail-buffer): Set calc-main-buffer manually.
2961 * bookmark.el (bookmark-insert-annotation): New function.
2962 (bookmark-edit-annotation): Use it.
2963 (bookmark-edit-annotation-mode): Make it a proper major mode.
2964 (bookmark-send-edited-annotation): Use derived-mode-p.
2965 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
2966 closer to its ideal place. Use \' to match EOS.
2967
2968 * profiler.el (profiler-calltree-find): Use function-equal.
2969
2970 2013-09-10 Glenn Morris <rgm@gnu.org>
2971
2972 * files.el (interpreter-mode-alist): Convert to regexps.
2973 (set-auto-mode): Adapt for this. (Bug#15306)
2974 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
2975 Comment out unused variable.
2976 * progmodes/cc-mode.el (interpreter-mode-alist):
2977 * progmodes/python.el (interpreter-mode-alist):
2978 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
2979 * progmodes/sh-script.el (sh-set-shell):
2980 No longer use interpreter-mode-alist to get list of shells.
2981
2982 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
2983
2984 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2985
2986 * simple.el: Use set-temporary-overlay-map for universal-argument.
2987 (universal-argument-map): Don't use default-bindings (bug#15317).
2988 Bind switch-frame explicitly. Replace universal-argument-minus with
2989 a conditional binding.
2990 (universal-argument-num-events, saved-overriding-map): Remove.
2991 (restore-overriding-map): Remove.
2992 (universal-argument--mode): Rename from save&set-overriding-map,
2993 and rewrite.
2994 (universal-argument, universal-argument-more, negative-argument)
2995 (digit-argument): Adjust accordingly.
2996 (universal-argument-minus): Remove.
2997 (universal-argument-other-key): Remove.
2998
2999 * subr.el (with-demoted-errors): Add `format' argument.
3000
3001 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
3002
3003 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
3004 `tramp-cleanup-connection'.
3005
3006 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
3007 parameters KEEP-DEBUG and KEEP-PASSWORD.
3008
3009 * net/tramp.el (tramp-file-name-handler):
3010 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3011 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3012 (tramp-maybe-open-connection):
3013 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3014 Use `tramp-cleanup-connection'.
3015
3016 * net/tramp-sh.el (tramp-maybe-open-connection):
3017 Catch 'uname-changed inside the progress reporter.
3018
3019 2013-09-10 Glenn Morris <rgm@gnu.org>
3020
3021 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
3022
3023 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
3024 returns "alternate access method" in mode (eg "-rw-r--r--.").
3025
3026 2013-09-08 Glenn Morris <rgm@gnu.org>
3027
3028 * saveplace.el (load-save-place-alist-from-file):
3029 Demote errors. (Bug#15305)
3030
3031 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
3032
3033 Improve compatibility with older Emacsen, and XEmacs.
3034
3035 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
3036 only if it is bound. It isn't for XEmacs.
3037 (with-tramp-progress-reporter): Do not let-bind `result'.
3038 This yields to scoping errors in XEmacs.
3039 (tramp-handle-make-auto-save-file-name): New function, moved from
3040 tramp-sh.el.
3041
3042 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
3043 for `make-auto-save-file-name'.
3044 (tramp-adb--gnu-switches-to-ash):
3045 Use `tramp-compat-replace-regexp-in-string'.
3046
3047 * net/tramp-cache.el (tramp-cache-print): Call
3048 `substring-no-properties' only if it is bound. It isn't for XEmacs.
3049
3050 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
3051 bound. It isn't for XEmacs.
3052
3053 * net/tramp-compat.el (tramp-compat-copy-file):
3054 Catch `wrong-number-of-arguments' error.
3055 (tramp-compat-replace-regexp-in-string): New defun.
3056
3057 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
3058 for `make-auto-save-file-name'.
3059 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
3060 `copy-file'.
3061 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
3062 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
3063 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
3064
3065 * net/tramp-gw.el (tramp-gw-open-network-stream):
3066 Use `tramp-compat-replace-regexp-in-string'.
3067
3068 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3069 Call `tramp-handle-make-auto-save-file-name'.
3070 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
3071 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3072 (tramp-sh-file-inotifywait-process-filter):
3073 Use `tramp-compat-replace-regexp-in-string'.
3074 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
3075
3076 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
3077 for `make-auto-save-file-name'.
3078 (tramp-smb-handle-copy-directory):
3079 Call `tramp-compat-replace-regexp-in-string'.
3080 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
3081 (tramp-smb-handle-copy-file): Improve error message.
3082 (tramp-smb-handle-rename-file): Rename directly only in case
3083 `newname' does not exist yet. This is a restriction of smbclient.
3084 (tramp-smb-maybe-open-connection): Rerun the function only when
3085 `auth-sources' is non-nil.
3086
3087 2013-09-08 Kenichi Handa <handa@gnu.org>
3088
3089 * international/characters.el: Set category "^" (Combining) for
3090 more characters.
3091
3092 2013-09-07 Alan Mackenzie <acm@muc.de>
3093
3094 Correctly fontify Java class constructors.
3095 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
3096 in Java Mode.
3097 (c-recognize-typeless-decls): Set the Java value to t.
3098 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
3099 While handling a "(", add a check for, effectively, Java, and handle a
3100 "typeless" declaration there.
3101
3102 2013-09-07 Roland Winkler <winkler@gnu.org>
3103
3104 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
3105 field subtitle for entry type book.
3106
3107 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * minibuffer.el: Make minibuffer-complete call completion-in-region
3110 rather than other way around.
3111 (completion--some, completion-pcm--find-all-completions):
3112 Don't delay signals when debugging.
3113 (minibuffer-completion-contents): Beware fields within the
3114 minibuffer contents.
3115 (completion-all-sorted-completions): Use defvar-local.
3116 (completion--do-completion, completion--cache-all-sorted-completions)
3117 (completion-all-sorted-completions, minibuffer-force-complete):
3118 Add args `beg' and `end'.
3119 (completion--in-region-1): New fun, extracted from minibuffer-complete.
3120 (minibuffer-complete): Use completion-in-region.
3121 (completion-complete-and-exit): New fun, extracted from
3122 minibuffer-complete-and-exit.
3123 (minibuffer-complete-and-exit): Use it.
3124 (completion--complete-and-exit): Rename from
3125 minibuffer--complete-and-exit.
3126 (completion-in-region--single-word): New function, extracted from
3127 minibuffer-complete-word.
3128 (minibuffer-complete-word): Use it.
3129 (display-completion-list): Make `common-substring' argument obsolete.
3130 (completion--in-region): Call completion--in-region-1 instead of
3131 minibuffer-complete.
3132 (completion-help-at-point): Pass boundaries to
3133 minibuffer-completion-help as args rather than via an overlay.
3134 (completion-pcm--string->pattern): Use `any-delim'.
3135 (completion-pcm--optimize-pattern): New function.
3136 (completion-pcm--pattern->regex): Handle `any-delim'.
3137 * icomplete.el (icomplete-forward-completions)
3138 (icomplete-backward-completions, icomplete-completions):
3139 Adjust calls to completion-all-sorted-completions and
3140 completion--cache-all-sorted-completions.
3141 (icomplete-with-completion-tables): Default to t.
3142 * emacs-lisp/crm.el (crm--current-element): Rename from
3143 crm--select-current-element. Don't put an overlay but return the
3144 boundaries instead.
3145 (crm--completion-command): Take two new args to bind to the boundaries.
3146 (crm-completion-help): Adjust accordingly.
3147 (crm-complete): Use completion-in-region.
3148 (crm-complete-word): Use completion-in-region--single-word.
3149 (crm-complete-and-exit): Use completion-complete-and-exit.
3150
3151 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3152
3153 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
3154 than dynamically.
3155
3156 2013-09-06 Juri Linkov <juri@jurta.org>
3157
3158 * info.el (Info-display-images-node): When image file doesn't exist
3159 display text version of the image if it's provided in the Info file.
3160 Otherwise, display the location of missing image from SRC attribute.
3161 Add help-echo text property from ALT attribute. (Bug#15279)
3162
3163 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3164
3165 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
3166 (edit-abbrevs-mode): Use define-derived-mode.
3167
3168 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
3169 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
3170 that it's defined.
3171 (epa-key-list-mode, epa-key-mode, epa-info-mode):
3172 Use define-derived-mode.
3173
3174 * epg.el (epg-start-encrypt): Minor CSE simplification.
3175
3176 2013-09-06 William Xu <william.xwl@gmail.com>
3177
3178 * arc-mode.el: Add support for 7za (bug#15264).
3179 (archive-7z-program): New var.
3180 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
3181 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
3182 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
3183
3184 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
3185
3186 Remove URL syntax.
3187
3188 * net/tramp.el (tramp-syntax, tramp-prefix-format)
3189 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
3190 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
3191 (tramp-postfix-host-format, tramp-file-name-regexp)
3192 (tramp-completion-file-name-regexp)
3193 (tramp-completion-dissect-file-name)
3194 (tramp-handle-substitute-in-file-name): Remove 'url case.
3195 (tramp-file-name-regexp-url)
3196 (tramp-completion-file-name-regexp-url): Remove constants.
3197
3198 2013-09-06 Glenn Morris <rgm@gnu.org>
3199
3200 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
3201
3202 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
3203
3204 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
3205 keywords" below "here-doc beginnings" (Bug#15270).
3206
3207 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3208
3209 * subr.el (pop): Use `car-safe'.
3210 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
3211 to detect unused `pop' return value.
3212
3213 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
3214 var `block-regexp'.
3215 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
3216 (python-fill-string): Remove unused var `marker'.
3217 (python-skeleton-add-menu-items): Remove unused var `items'.
3218
3219 * international/mule-cmds.el: Require CL.
3220 (find-coding-systems-for-charsets): Avoid add-to-list.
3221 (sanitize-coding-system-list): New function, extracted from
3222 select-safe-coding-system-interactively.
3223 (select-safe-coding-system-interactively): Use it.
3224 (read-input-method-name): Accept symbols for `default'.
3225
3226 * emacs-lisp/advice.el (defadvice): Add indent rule.
3227
3228 2013-09-05 Daniel Hackney <dan@haxney.org>
3229
3230 * dired-x.el:
3231 * net/ange-ftp.el:
3232 * net/browse-url.el:
3233 * net/dbus.el:
3234 * net/eudc.el:
3235 * net/eudcb-ldap.el:
3236 * net/eww.el:
3237 * net/imap.el:
3238 * printing.el:
3239 * vc/ediff-diff.el:
3240 * vc/ediff-init.el:
3241 * vc/ediff-merg.el:
3242 * vc/ediff-mult.el:
3243 * vc/ediff-util.el:
3244 * vc/ediff-wind.el:
3245 * vc/ediff.el:
3246 * vc/emerge.el:
3247 * vc/pcvs.el:
3248 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
3249 byte compiler. Remove some unused let-bound variables.
3250
3251 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3252
3253 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
3254 a "ref-cell", since it gets better optimized (bug#14883).
3255
3256 2013-09-05 Glenn Morris <rgm@gnu.org>
3257
3258 * progmodes/cc-awk.el (c-forward-sws): Declare.
3259
3260 2013-09-04 Glenn Morris <rgm@gnu.org>
3261
3262 * generic-x.el [rul-generic-mode]: Require cc-mode.
3263 (c++-mode-syntax-table): Declare.
3264 (rul-generic-mode-syntax-table): Init in the defvar.
3265
3266 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3267
3268 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
3269 (vc-do-command, vc-set-async-update):
3270 * vc/vc-mtn.el (vc-mtn-dir-status):
3271 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
3272 (vc-hg-pull, vc-hg-merge-branch):
3273 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
3274 (vc-git-merge-branch):
3275 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
3276 (vc-cvs-dir-status-files):
3277 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
3278 (vc-bzr-dir-status-files):
3279 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
3280 * vc/vc-annotate.el: Use lexical-binding.
3281 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
3282 (vc-sentinel-movepoint): Declare.
3283 (vc-annotate): Don't use `goto-line'.
3284 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
3285 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
3286 (vc-sentinel-movepoint): Declare.
3287 * vc/vc-svn.el: Use lexical-binding.
3288 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
3289 * vc/vc-sccs.el:
3290 * vc/vc-rcs.el: Use lexical-binding.
3291
3292 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
3293 `deleted'. Don't drop errors silently.
3294
3295 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
3296
3297 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
3298
3299 * vc/vc.el (vc-ignore): Rewrite.
3300 (vc-default-ignore): New function.
3301 (vc-default-ignore-completion-table): Use find-ignore-file.
3302
3303 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
3304 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
3305 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
3306 Remove. Most code moved to vc.el.
3307
3308 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3309
3310 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
3311 * net/tramp-smb.el (tramp-smb-get-file-entries):
3312 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
3313 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
3314
3315 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
3316 Update call to it.
3317 (eww-change-select): Remove unused var `properties'.
3318 (eww-make-unique-file-name): Remove unused var `base'.
3319
3320 * finder.el (finder-compile-keywords): Don't mess with windows.
3321
3322 * calculator.el (calculator-funcall): Fix typo in last change.
3323
3324 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
3325
3326 * emacs-lisp/package.el (package-activate-1): Don't let a missing
3327 <pkg>-autoloads.el file stop us.
3328
3329 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
3330 warnings, and factor out common code.
3331
3332 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
3333
3334 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
3335 two-character operators and whether the character preceding them
3336 changes their meaning (Bug#15208).
3337
3338 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3339
3340 Format code sent to Python shell for robustness.
3341 * progmodes/python.el (python-shell-buffer-substring):
3342 New function.
3343 (python-shell-send-region, python-shell-send-buffer): Use it.
3344
3345 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
3346
3347 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
3348 * net/tramp.el (tramp-user-error): ... here.
3349 (tramp-find-method, tramp-check-proper-host)
3350 (tramp-dissect-file-name, tramp-debug-message)
3351 (tramp-handle-shell-command):
3352 * net/tramp-adb.el (tramp-adb-handle-shell-command):
3353 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
3354
3355 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
3356
3357 2013-09-02 Martin Rudalics <rudalics@gmx.at>
3358
3359 * avoid.el (mouse-avoidance-point-position)
3360 (mouse-avoidance-too-close-p): Handle case where posn-at-point
3361 returns nil.
3362
3363 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3364
3365 * progmodes/python.el (python-shell-completion-get-completions):
3366 Drop use of deleted `comint-last-prompt-overlay'.
3367 (python-nav-if-name-main): New command.
3368
3369 2013-09-01 Glenn Morris <rgm@gnu.org>
3370
3371 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3372 Avoid leading space in $wins. Otherwise the sed command used by
3373 eg compile-main ends up containing "/*.el". (Bug#15170)
3374
3375 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
3376
3377 2013-08-30 Glenn Morris <rgm@gnu.org>
3378
3379 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3380 Fix is-this-a-directory logic. (Bug#15220)
3381
3382 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3383
3384 * textmodes/css-mode.el: Use SMIE.
3385 (css-smie-grammar): New var.
3386 (css-smie--forward-token, css-smie--backward-token)
3387 (css-smie-rules): New functions.
3388 (css-mode): Use them.
3389 (css-navigation-syntax-table): Remove var.
3390 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
3391 (css-indent-calculate, css-indent-line): Remove functions.
3392
3393 Misc changes to reduce use of `(lambda...); and other cleanups.
3394 * cus-edit.el: Use lexical-binding.
3395 (customize-push-and-save, customize-apropos)
3396 (custom-buffer-create-internal): Use closures.
3397 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
3398 * progmodes/ada-xref.el: Use setq.
3399 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
3400 * dframe.el: Use lexical-binding.
3401 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
3402 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
3403 * descr-text.el: Use lexical-binding.
3404 (describe-text-widget, describe-text-sexp, describe-property-list):
3405 Use closures.
3406 * comint.el (comint-history-isearch-push-state): Use a closure.
3407 * calculator.el: Use lexical-binding.
3408 (calculator-number-to-string): Make it work with lexical-binding.
3409 (calculator-funcall): Same and use cl-letf.
3410
3411 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
3412 (lisp--company-doc-string, lisp--company-location): New functions.
3413 (lisp-completion-at-point): Use them to improve Company support.
3414
3415 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
3416 params of lambda expressions.
3417 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
3418 (ruby-smie--opening-pipe-p): New function.
3419 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
3420 symbols and matched |...| for formal params.
3421 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
3422 from being treated as hanging. Handle "rescue".
3423
3424 2013-08-29 Glenn Morris <rgm@gnu.org>
3425
3426 * progmodes/cc-engine.el (c-pull-open-brace):
3427 Move definition before use.
3428
3429 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
3432 are immutable. Don't use `unsafe' any more.
3433 (cl--defsubst-expand): Don't substitute at the same time as keeping
3434 a residual unused let-binding. Don't use `unsafe' any more.
3435
3436 2013-08-29 Glenn Morris <rgm@gnu.org>
3437
3438 * calendar/cal-china.el (calendar-chinese-year-cache):
3439 Recenter on 2015.
3440
3441 * nxml/nxml-util.el (nxml-debug-clear-inside):
3442 Use cl-loop rather than loop.
3443
3444 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
3445
3446 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
3447
3448 2013-08-28 Glenn Morris <rgm@gnu.org>
3449
3450 * progmodes/antlr-mode.el: No need to require cc-mode twice.
3451
3452 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
3453
3454 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
3455
3456 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3457
3458 * simple.el (repeat-complex-command--called-interactively-skip):
3459 New function.
3460 (repeat-complex-command): Use it (bug#14136).
3461
3462 * progmodes/cc-mode.el: Minor cleanup of var declarations.
3463 (c-define-abbrev-table): Add `doc' argument.
3464 (c-mode-abbrev-table, c++-mode-abbrev-table)
3465 (objc-mode-abbrev-table, java-mode-abbrev-table)
3466 (idl-mode-abbrev-table, pike-mode-abbrev-table)
3467 (awk-mode-abbrev-table): Use it.
3468 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
3469 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
3470 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
3471 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
3472 Move initialization into the declaration; and remove any
3473 autoload cookie.
3474
3475 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
3476 and dynamic let binding.
3477
3478 * vc/smerge-mode.el: Remove redundant :group args.
3479
3480 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
3481 to load-path.
3482
3483 2013-08-28 Juri Linkov <juri@jurta.org>
3484
3485 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
3486 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
3487 (isearch-other-meta-char): Handle an undefined shifted printing
3488 character by downshifting it. (Bug#15200)
3489
3490 2013-08-28 Juri Linkov <juri@jurta.org>
3491
3492 * isearch.el (isearch-search): Change regexp error message for
3493 non-regexp searches. (Bug#15166)
3494
3495 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
3496
3497 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
3498 for portability to hosts where /bin/sh has problems.
3499
3500 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3501
3502 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
3503
3504 2013-08-27 Juri Linkov <juri@jurta.org>
3505
3506 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
3507 in the keyboard macro. (Bug#15126)
3508
3509 2013-08-27 Juri Linkov <juri@jurta.org>
3510
3511 * isearch.el (isearch-quote-char): Comment out converting unibyte
3512 to multibyte, thus syncing with its `quoted-insert' counterpart.
3513 (Bug#15166)
3514
3515 2013-08-27 Martin Rudalics <rudalics@gmx.at>
3516
3517 * window.el (display-buffer-use-some-window): Add missing
3518 argument in call of get-largest-window (Bug#15185).
3519 Reported by Stephen Leake.
3520
3521 2013-08-27 Glenn Morris <rgm@gnu.org>
3522
3523 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3524
3525 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3526
3527 * progmodes/python.el (python-font-lock-keywords): Don't return nil
3528 from a matcher-function unless there's no more matches (bug#15161).
3529
3530 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3531
3532 * minibuffer.el: Revert change from 2013-08-20.
3533
3534 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3535 with text property `tramp-default', if appropriate.
3536 (tramp-check-proper-host): New defun.
3537 (tramp-dissect-file-name): Do not check hostname. Revert change
3538 of 2013-03-18.
3539 (tramp-backtrace): Make VEC-OR-PROC optional.
3540
3541 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3542 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3543 * net/tramp-sh.el (tramp-maybe-open-connection):
3544 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3545 Apply `tramp-check-proper-host'.
3546
3547 2013-08-26 Tassilo Horn <tsdh@gnu.org>
3548
3549 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3550 lambda expression in order to have `describe-variable' display it.
3551
3552 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3553
3554 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
3555 BUF can be optional. (Bug#15186)
3556
3557 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
3558
3559 * progmodes/flymake.el (flymake-get-real-file-name-function):
3560 Fix broken customization. (Bug#15184)
3561
3562 2013-08-25 Alan Mackenzie <acm@muc.de>
3563
3564 Improve indentation of bracelists defined by macros (without "=").
3565
3566 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
3567 expansion begins with "{", regard it as bracelist when it doesn't
3568 contain a ";".
3569
3570 Parse C++ inher-intro when there's a template split over 2 lines.
3571
3572 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
3573 rigorously the search for "class" etc. followed by ":".
3574
3575 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
3576 random languages a regexp which never matches rather than nil.
3577
3578 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
3579
3580 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
3581 (c-awk-regexp-one-line-possibly-open-char-list-re)
3582 (c-awk-one-line-possibly-open-regexp-re)
3583 (c-awk-one-line-non-syn-ws*-re): Remove.
3584 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
3585 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
3586 (c-awk-space*-unclosed-regexp-/-re): New constants.
3587 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
3588 aren't regexp delimiters.
3589
3590 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
3591 handling for a rare situation in AWK Mode involving unterminated
3592 strings/regexps.
3593
3594 2013-08-23 Glenn Morris <rgm@gnu.org>
3595
3596 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
3597
3598 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
3599
3600 * files.el (create-file-buffer): If the result would begin with
3601 spaces, prepend a "|" instead of removing them. (Bug#15162)
3602
3603 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
3606 text-properties (bug#15155).
3607
3608 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
3609 exist any more.
3610 (calc-keypad-redraw): Remove unused var `pad'.
3611 (calc-keypad-press): Remove unused var `menu'.
3612
3613 2013-08-23 Martin Rudalics <rudalics@gmx.at>
3614
3615 * window.el (display-buffer-pop-up-frame):
3616 Call pop-up-frame-function with BUFFER current so `make-frame' will
3617 use it as the new frame's buffer (Bug#15133).
3618
3619 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3620
3621 * calendar/timeclock.el: Minor cleanups.
3622 (timeclock-ask-before-exiting, timeclock-use-display-time):
3623 Use `symbol'.
3624 (timeclock-modeline-display): Define as alias before the
3625 actual definition.
3626 (timeclock-mode-line-display): Use define-minor-mode.
3627 (timeclock-day-list-template): Make it a function, add an argument.
3628 (timeclock-day-list-required, timeclock-day-list-length)
3629 (timeclock-day-list-debt, timeclock-day-list-span)
3630 (timeclock-day-list-break): Adjust calls accordingly.
3631
3632 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3633
3634 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
3635 Use read--expression so that completion works again.
3636
3637 2013-08-21 Sam Steingold <sds@gnu.org>
3638
3639 Add rudimentary inferior shell interaction
3640 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
3641 (sh-set-shell): Reset it.
3642 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
3643 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
3644
3645 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 * align.el: Use lexical-binding.
3648 (align-region): Simplify accordingly.
3649
3650 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
3651
3652 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
3653
3654 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
3655 `non-essential' up.
3656
3657 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
3658
3659 * net/tramp.el:
3660 * net/tramp-adb.el:
3661 * net/tramp-cmds.el:
3662 * net/tramp-ftp.el:
3663 * net/tramp-gvfs.el:
3664 * net/tramp-gw.el:
3665 * net/tramp-sh.el: Don't wrap external variable declarations by
3666 `eval-when-compile'.
3667
3668 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3669
3670 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
3671 now that Emacs supports ImageMagick animations.
3672
3673 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
3674
3675 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
3676 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
3677
3678 2013-08-16 Martin Rudalics <rudalics@gmx.at>
3679
3680 * window.el (mouse-autoselect-window-select): Do autoselect when
3681 mouse pointer is on margin.
3682
3683 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
3684
3685 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
3686
3687 2013-08-16 Glenn Morris <rgm@gnu.org>
3688
3689 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
3690 Handle "Remote Directory" response of some clients. (Bug#15058)
3691
3692 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
3693 Tweak warning. (Bug#14926)
3694
3695 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
3696 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
3697
3698 * image-mode.el (image-mode-map): Add menu items to reverse,
3699 increase, decrease, reset animation speed.
3700 (image--set-speed, image-increase-speed, image-decrease-speed)
3701 (image-reverse-speed, image-reset-speed): New functions.
3702 (image-mode-map): Add bindings for speed commands.
3703
3704 * image.el (image-animate-get-speed, image-animate-set-speed):
3705 New functions.
3706 (image-animate-timeout): Respect image :speed property.
3707
3708 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3709
3710 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
3711 previous line (bug#15101).
3712 (debugger-eval-expression, debugger-record-expression):
3713 Use read--expression (bug#15102).
3714
3715 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
3716
3717 Remove byte compiler warnings, visible when compiling with
3718 `byte-compile-force-lexical-warnings' set to t.
3719
3720 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
3721 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
3722 (tramp-handle-unhandled-file-name-directory)
3723 (tramp-handle-file-notify-add-watch, tramp-action-login)
3724 (tramp-action-succeed, tramp-action-permission-denied)
3725 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
3726 arguments with "_".
3727
3728 * net/tramp-adb.el (tramp-adb-parse-device-names)
3729 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
3730 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
3731 (tramp-adb-handle-file-truename): Remove unused arguments.
3732
3733 * net/tramp-cache.el (tramp-flush-directory-property)
3734 (tramp-flush-connection-property, tramp-list-connections)
3735 (tramp-parse-connection-properties): Prefix unused arguments with "_".
3736
3737 * net/tramp-compat.el (tramp-compat-make-temp-file):
3738 Rename FILENAME to F.
3739
3740 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3741 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
3742 (tramp-zeroconf-parse-workstation-device-names)
3743 (tramp-zeroconf-parse-webdav-device-names)
3744 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
3745
3746 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3747 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
3748
3749 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
3750 arguments.
3751 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
3752 (tramp-sh-handle-insert-file-contents-literally)
3753 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
3754 with "_".
3755 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
3756 Remove unused variables.
3757
3758 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3759 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
3760 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
3761
3762 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
3763 Make them a defconst.
3764 (tramp-uuencode-region): Remove unused variable.
3765
3766 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
3767
3768 * frameset.el (frameset--prop-setter): New function.
3769 (frameset-prop): Add gv-setter declaration.
3770 (frameset-filter-minibuffer): Deal with the case that the minibuffer
3771 parameter was already set in FILTERED. Doc fix.
3772 (frameset--record-minibuffer-relationships): Allow saving a
3773 minibufferless frame without its corresponding minibuffer frame.
3774 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
3775 frame, if the frame id matches.
3776 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
3777 frames before orphaned ones.
3778 (frameset-restore): Warn about orphaned windows, instead of error out.
3779
3780 2013-08-14 Martin Rudalics <rudalics@gmx.at>
3781
3782 * window.el (window-make-atom): Don't overwrite parameter
3783 already present.
3784 (display-buffer-in-atom-window): Handle special case where we
3785 split an already atomic window.
3786 (window--major-non-side-window, display-buffer-in-side-window)
3787 (window--side-check): Ignore minibuffer window when walking
3788 window tree.
3789 (window-deletable-p): Return 'frame only if no other frame uses
3790 our minibuffer window.
3791 (record-window-buffer): Run buffer-list-update-hook.
3792 (split-window): Make sure window--check-frame won't destroy an
3793 existing atomic window in case the new window gets nested
3794 inside.
3795 (display-buffer-at-bottom): Ignore minibuffer window when
3796 walking window tree. Don't split a side window.
3797 (pop-to-buffer): Don't set-buffer here, the select-window call
3798 should do that.
3799 (mouse-autoselect-window-select): Autoselect only if we are in the
3800 text portion of the window.
3801
3802 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3803
3804 * net/shr.el (shr-parse-image-data): New function to grab both the
3805 data itself and the Content-Type.
3806 (shr-put-image): Use it.
3807
3808 * net/eww.el (eww-display-image): Ditto.
3809
3810 * image.el (image-content-type-suffixes): New variable.
3811
3812 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3813
3814 * progmodes/python.el (python-imenu--build-tree)
3815 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
3816
3817 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
3818
3819 * simple.el (backward-word): Mention the optional argument.
3820
3821 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3822
3823 * frameset.el (frameset--make): Rename constructor from make-frameset.
3824 (frameset-p, frameset-valid-p): Don't autoload.
3825 (frameset-valid-p): Use normal accessors.
3826
3827 2013-08-13 Glenn Morris <rgm@gnu.org>
3828
3829 * progmodes/compile.el (compile-command): Tweak example in doc.
3830 * obsolete/scribe.el (scribe-mode):
3831 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
3832
3833 * mail/feedmail.el (feedmail-confirm-outgoing)
3834 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
3835
3836 * cus-start.el (truncate-partial-width-windows): Fix type.
3837
3838 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
3839
3840 * net/shr.el (shr-table-horizontal-line): Fix custom type.
3841
3842 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3844 * emacs-lisp/timer.el (timer--time-setter): New function.
3845 (timer--time): Use it as gv-setter.
3846
3847 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
3848 setter is not a symbol.
3849
3850 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
3851
3852 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
3853 if sending fails. This makes debugging easier.
3854
3855 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
3856
3857 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
3858 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
3859 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
3860
3861 2013-08-12 Eli Zaretskii <eliz@gnu.org>
3862
3863 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
3864
3865 2013-08-12 Glenn Morris <rgm@gnu.org>
3866
3867 * format.el (format-annotate-function):
3868 Handle read-only text properties in the source. (Bug#14887)
3869
3870 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3871
3872 * net/eww.el (eww-display-html): Ignore coding system errors.
3873 One web site uses "utf-8lias" as the coding system.
3874
3875 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
3876
3877 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
3878
3879 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
3880
3881 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
3882 (tutorial--detailed-help): Remove unused local variables.
3883 (tutorial--save-tutorial-to): Use ignore-errors.
3884 (help-with-tutorial): Use looking-at-p.
3885
3886 * view.el (view-buffer-other-window, view-buffer-other-frame):
3887 Mark unused arguments.
3888
3889 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
3890 (woman-select-symbol-fonts, woman, woman-find-file)
3891 (woman-insert-file-contents, woman-non-underline-faces):
3892 Use string-match-p.
3893 (woman1-unquote): Move declaration.
3894
3895 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
3896 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
3897 argument. Remove unused local variable.
3898 (xml-parse-elem-type): Use string-match-p.
3899 (xml-substitute-numeric-entities): Use ignore-errors.
3900
3901 * calculator.el (calculator): Mark unused argument.
3902 (calculator-paste, calculator-quit, calculator-integer-p):
3903 Use ignore-errors.
3904 (calculator-string-to-number, calculator-decimal, calculator-exp)
3905 (calculator-op-or-exp): Use string-match-p.
3906
3907 * dired.el (dired-buffer-more-recently-used-p): Declare.
3908 (dired-insert-set-properties, dired-insert-old-subdirs):
3909 Use ignore-errors.
3910
3911 * dired-aux.el (dired-compress): Use ignore-errors.
3912 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
3913 (dired-do-async-shell-command, dired-do-shell-command)
3914 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
3915 (dired-insert-subdir-validate): Use string-match-p.
3916 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
3917 (dired-add-entry): Use string-match-p, looking-at-p.
3918 (dired-insert-subdir-newpos): Remove unused local variable.
3919
3920 * filenotify.el (file-notify-callback): Remove unused local variable.
3921
3922 * filesets.el (filesets-error): Mark unused argument.
3923 (filesets-which-command-p, filesets-filter-dir-names)
3924 (filesets-directory-files, filesets-get-external-viewer)
3925 (filesets-ingroup-get-data): Use string-match-p.
3926
3927 * find-file.el (ff-other-file-name, ff-other-file-name)
3928 (ff-find-the-other-file, ff-cc-hh-converter):
3929 Remove unused local variables.
3930 (ff-get-file-name): Use string-match-p.
3931 (ff-all-dirs-under): Use ignore-errors.
3932
3933 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
3934 (follow-select-if-visible): Remove unused local variable.
3935
3936 * forms.el (read-file-filter): Move declaration.
3937 (forms--make-format, forms--make-parser, forms-insert-record):
3938 Quote function with #'.
3939 (forms--update): Use string-match-p. Quote function with #'.
3940
3941 * help-mode.el (help-dir-local-var-def): Mark unused argument.
3942 (help-make-xrefs): Use looking-at-p.
3943 (help-xref-on-pp): Use looking-at-p, ignore-errors.
3944
3945 * ibuffer.el (ibuffer-ext-visible-p): Declare.
3946 (ibuffer-confirm-operation-on): Use string-match-p.
3947
3948 * msb.el (msb-item-handler, msb-dired-item-handler):
3949 Mark unused arguments.
3950
3951 * ses.el (ses-decode-cell-symbol)
3952 (ses-kill-override): Remove unused local variable.
3953 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
3954 (ses-load): Use ignore-errors, looking-at-p.
3955 (ses-jump-safe): Use ignore-errors.
3956 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
3957
3958 * tabify.el (untabify, tabify): Mark unused arguments.
3959
3960 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
3961 Mark unused argument.
3962 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
3963 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
3964
3965 * emacs-lisp/timer.el (timer--time): Define setter with
3966 gv-define-setter to avoid deprecation warning.
3967
3968 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
3969 (*record-cmpl-statistics-p*): Remove (was commented out).
3970 (cmpl-statistics-block): Remove (body was commented out).
3971 All callers changed.
3972 (add-completions-from-buffer, load-completions-from-file):
3973 Remove unused variables.
3974
3975 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
3976
3977 * filecache.el (file-cache-delete-file-list):
3978 Print message only when told so.
3979 (file-cache-files-matching): Use #' in mapconcat argument.
3980
3981 * ffap.el (ffap-url-at-point): Fix reference to variable
3982 thing-at-point-default-mail-uri-scheme.
3983
3984 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3985
3986 * subr.el (define-error): New function.
3987 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
3988 error-file-not-found and define with define-error.
3989 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
3990 and define with define-error.
3991 * userlock.el (file-locked, file-supersession):
3992 * simple.el (mark-inactive):
3993 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
3994 * progmodes/ada-mode.el (ada-mode-errors):
3995 * play/life.el (life-extinct):
3996 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
3997 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
3998 * nxml/rng-util.el (rng-error):
3999 * nxml/rng-uri.el (rng-uri-error):
4000 * nxml/rng-match.el (rng-compile-error):
4001 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
4002 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
4003 * nxml/nxml-rap.el (nxml-scan-error):
4004 * nxml/nxml-outln.el (nxml-outline-error):
4005 * net/soap-client.el (soap-error):
4006 * net/gnutls.el (gnutls-error):
4007 * net/ange-ftp.el (ftp-error):
4008 * mpc.el (mpc-proc-error):
4009 * json.el (json-error, json-readtable-error, json-unknown-keyword)
4010 (json-number-format, json-string-escape, json-string-format)
4011 (json-key-format, json-object-format):
4012 * jka-compr.el (compression-error):
4013 * international/quail.el (quail-error):
4014 * international/kkc.el (kkc-error):
4015 * emacs-lisp/ert.el (ert-test-failed):
4016 * calc/calc.el (calc-error, inexact-result, math-overflow)
4017 (math-underflow):
4018 * bookmark.el (bookmark-error-no-filename):
4019 * epg.el (epg-error): Define with define-error.
4020
4021 * time.el (display-time-event-handler)
4022 (display-time-next-load-average): Don't call sit-for since it seems
4023 unnecessary (bug#15045).
4024
4025 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
4026 Use #' instead of ' to quote functions.
4027 (checkdoc-output-mode): Use setq-local.
4028 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
4029 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
4030 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
4031 (checkdoc-ispell, checkdoc-ispell-current-buffer)
4032 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
4033 (checkdoc-ispell-message-text, checkdoc-ispell-start)
4034 (checkdoc-ispell-continue, checkdoc-ispell-comments)
4035 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
4036
4037 * ido.el (ido-completion-help): Fix up compiler warning.
4038
4039 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
4040
4041 * frameset.el (frameset-p): Add autoload cookie.
4042 (frameset--jump-to-register): New function, based on code moved from
4043 register.el.
4044 (frameset-to-register): Move from register.el. Adapt to `registerv'.
4045
4046 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
4047 (frameset-restore, frameset-save, frameset-session-filter-alist):
4048 Remove declarations.
4049 (register-alist): Doc fix.
4050 (frameset-to-register): Move to frameset.el.
4051 (jump-to-register, describe-register-1): Remove frameset-specific code.
4052
4053 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4054
4055 * allout-widgets.el (allout-widgets-pre-command-business)
4056 (allout-widgets-post-command-business)
4057 (allout-widgets-after-change-handler)
4058 (allout-decorate-item-and-context, allout-set-boundary-marker)
4059 (allout-body-modification-handler)
4060 (allout-graphics-modification-handler): Mark ignored arguments.
4061 (allout-widgets-post-command-business)
4062 (allout-widgets-exposure-change-processor)
4063 (allout-widgets-exposure-undo-processor)
4064 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
4065 (allout-parse-item-at-point, allout-decorate-item-guides)
4066 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
4067 * allout.el (epa-passphrase-callback-function): Declare.
4068 (allout-overlay-insert-in-front-handler)
4069 (allout-overlay-interior-modification-handler)
4070 (allout-isearch-end-handler, allout-chart-siblings)
4071 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
4072 (allout-yank-processing, allout-process-exposed)
4073 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
4074 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
4075 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
4076 (lisp-indent-defform): Mark ignored arguments.
4077 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
4078 (calculate-lisp-indent): Remove unused variables.
4079 * international/characters.el (indian-2-column, arabic-2-column)
4080 (tibetan): Mark ignored arguments.
4081 (use-cjk-char-width-table): Mark ignored arguments.
4082 Remove unused variables.
4083 * international/fontset.el (build-default-fontset-data)
4084 (x-compose-font-name, create-fontset-from-fontset-spec):
4085 Mark ignored arguments.
4086 (fontset-plain-name): Remove unused variables.
4087 * international/mule.el (charset-id, charset-bytes, generic-char-p)
4088 (keyboard-coding-system): Mark ignored arguments.
4089 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
4090 * help.el (resize-temp-buffer-window):
4091 * window.el (display-buffer-in-major-side-window)
4092 (display-buffer-in-side-window, display-buffer-in-previous-window):
4093 Remove unused variables.
4094 * isearch.el (isearch-forward-symbol):
4095 * version.el (emacs-bzr-version-bzr):
4096 * international/mule-cmds.el (current-language-environment):
4097 * term/common-win.el (x-handle-iconic, x-handle-geometry)
4098 (x-handle-display):
4099 * term/pc-win.el (x-list-fonts, x-display-planes)
4100 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
4101 (x-server-version, x-display-screens, x-display-mm-height)
4102 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
4103 (x-selection-owner-p, x-own-selection-internal)
4104 (x-disown-selection-internal, x-get-selection-internal)
4105 (msdos-initialize-window-system):
4106 * term/tty-colors.el (tty-color-alist, tty-color-clear):
4107 * term/x-win.el (x-handle-no-bitmap-icon):
4108 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
4109 (vc-default-find-file-hook, vc-default-extra-menu):
4110 Mark ignored arguments.
4111
4112 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4113
4114 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
4115 break-condition in the context of the debugged code (bug#12685).
4116
4117 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
4118
4119 * comint.el:
4120 Do not use an overlay to highlight the last prompt. (Bug#14744)
4121 (comint-mode): Make comint-last-prompt buffer local.
4122 (comint-last-prompt): New variable.
4123 (comint-last-prompt-overlay): Remove. Superseded by
4124 comint-last-prompt.
4125 (comint-snapshot-last-prompt, comint-output-filter):
4126 Use comint-last-prompt.
4127
4128 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4129
4130 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
4131 (frameset-save): Check validity of the resulting frameset.
4132
4133 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
4134
4135 * ido.el (ido-record-command): Add doc string.
4136
4137 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4138
4139 * frameset.el (frameset): Do not disable creation of the default
4140 frameset-p predicate. Doc fix.
4141 (frameset-valid-p): New function, copied from the old predicate-p.
4142 Add additional checks.
4143 (frameset-restore): Check with frameset-valid-p.
4144 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
4145 (frameset-name, frameset-description, frameset-properties)
4146 (frameset-states): Add docstring.
4147 (frameset-session-filter-alist, frameset-persistent-filter-alist)
4148 (frameset-filter-alist): Doc fixes.
4149
4150 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4151
4152 * frameset.el (frameset-p, frameset-prop): Doc fixes.
4153
4154 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
4157 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
4158 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
4159 (byte-compile-normal-call): Remove obsolescence check.
4160
4161 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4162
4163 * frameset.el (frameset-restore): Doc fix.
4164
4165 * register.el (frameset-frame-id, frameset-frame-with-id)
4166 (frameset-p, frameset-restore, frameset-save): Declare.
4167 (register-alist): Document framesets.
4168 (frameset-session-filter-alist): Declare.
4169 (frameset-to-register): New function.
4170 (jump-to-register): Implement jumping to framesets. Doc fix.
4171 (describe-register-1): Describe framesets.
4172
4173 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
4174
4175 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
4176
4177 * desktop.el (desktop-save-frameset): Use new frameset-save args.
4178 Use lexical-binding.
4179
4180 * frameset.el (frameset): Use type vector, not list (incompatible
4181 change). Do not declare a new constructor, use the default one.
4182 Upgrade suggested properties `app', `name' and `desc' to slots `app',
4183 `name' and `description', respectively, and add read-only slot
4184 `timestamp'. Doc fixes.
4185 (frameset-copy, frameset-persistent-filter-alist)
4186 (frameset-filter-alist, frameset-switch-to-gui-p)
4187 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
4188 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
4189 (frameset-filter-iconified, frameset-keep-original-display-p):
4190 Doc fixes.
4191 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
4192 Rename from frameset-filter-(save|restore)-param. All callers changed.
4193 Doc fix.
4194 (frameset-p): Adapt to change to vector and be more thorough.
4195 Change arg name to OBJECT. Doc fix.
4196 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
4197 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
4198 All callers changed.
4199 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
4200 All callers changed.
4201 (frameset--record-minibuffer-relationships): Rename from
4202 frameset--process-minibuffer-frames. All callers changed.
4203 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
4204 Use new default constructor (again). Doc fix.
4205 (frameset--find-frame-if): Rename from `frameset--find-frame.
4206 All callers changed.
4207 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
4208 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
4209 Doc fix.
4210 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
4211 PARAMETERS and WINDOW-STATE, respectively.
4212 (frameset-restore): Add new keyword argument PREDICATE.
4213 Reset frameset--target-display to nil. Doc fix.
4214
4215 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4216
4217 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
4218 (bat-mode): Use it.
4219 (bat-mode-syntax-table): Mark \n as end-of-comment.
4220 (bat-font-lock-keywords): Remove comment rule.
4221
4222 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
4223 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
4224
4225 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
4226 (byte-compile-callargs-warn): Use `push'.
4227 (byte-compile-arglist-warn): Ignore higher-order "calls".
4228 (byte-compile-file-form-autoload): Use `pcase'.
4229 (byte-compile-function-form): If quoting a symbol, check that it exists.
4230
4231 2013-08-07 Eli Zaretskii <eliz@gnu.org>
4232
4233 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
4234 and add a few popular commands found in batch files.
4235 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
4236 (dos-mode): Doc fixes.
4237
4238 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4239
4240 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
4241 (dos-mode): Use setq-local. Add space after "rem".
4242 (dos-mode-syntax-table): Don't use "w" for symbol chars.
4243 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
4244
4245 2013-08-07 Arni Magnusson <arnima@hafro.is>
4246
4247 * progmodes/dos.el: New file.
4248 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
4249 dos-mode.
4250
4251 2013-08-06 Glenn Morris <rgm@gnu.org>
4252
4253 * calendar/calendar.el: Add new faces, and day-header-array.
4254 (calendar-weekday-header, calendar-weekend-header)
4255 (calendar-month-header): New faces.
4256 (calendar-day-header-construct): New function.
4257 (calendar-day-header-width): Also :set calendar-day-header-array.
4258 (calendar-american-month-header, calendar-european-month-header)
4259 (calendar-iso-month-header): Use calendar- faces.
4260 (calendar-generate-month):
4261 Use calendar-day-header-array for day headers; apply faces to them.
4262 (calendar-mode): Check calendar-font-lock-keywords non-nil.
4263 (calendar-abbrev-construct): Add optional maxlen argument.
4264 (calendar-day-name-array): Doc fix.
4265 (calendar-day-name-array, calendar-abbrev-length)
4266 (calendar-day-abbrev-array):
4267 Also :set calendar-day-header-array, and maybe redraw.
4268 (calendar-day-header-array): New option. (Bug#15007)
4269 (calendar-font-lock-keywords): Set to nil and make obsolete.
4270 (calendar-day-name): Add option to use header array.
4271
4272 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4273
4274 * net/shr.el (shr-render-td): Remove debugging.
4275 (shr-render-td): Make width computation consistent by defaulting
4276 all zero-width columns to 10 characters. This may not be optimal,
4277 but it's at least consistent.
4278 (shr-make-table-1): Redo last change to fix the real problem in
4279 colspan handling.
4280
4281 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4282
4283 * files.el (cache-long-line-scans):
4284 Make obsolete alias to `cache-long-scans'.
4285
4286 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
4287
4288 * frameset.el (frameset, frameset-filter-alist)
4289 (frameset-filter-params, frameset-save, frameset--reuse-frame)
4290 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
4291 (frameset-compute-pos): Rename from frameset--compute-pos,
4292 and add docstring.
4293 (frameset-move-onscreen): Use frameset-compute-pos.
4294 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4295
4296 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
4297 Fix typos in docstrings.
4298
4299 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4300
4301 * frame.el (get-other-frame): Tiny cleanup.
4302
4303 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
4304
4305 * vc/vc.el (vc-default-ignore-completion-table):
4306 Silence byte-compiler warning.
4307
4308 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
4309 slot , which can indeed be nil.
4310 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4311 Move entry for `left' from persistent to live filter alist.
4312 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
4313 Doc fixes.
4314 (frameset-filter-params): When restoring a frame, copy items added to
4315 `filtered', to avoid unwittingly modifying the original parameters.
4316 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
4317 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
4318
4319 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
4320 to use looking-at-p instead of looking-at. (Bug#15028)
4321
4322 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4323
4324 Revert introduction of isearch-filter-predicates (bug#14714).
4325 Rely on add-function instead.
4326 * isearch.el (isearch-filter-predicates): Rename it back to
4327 isearch-filter-predicate.
4328 (isearch-message-prefix): Use advice-function-mapc and advice
4329 properties to get the isearch-message-prefix.
4330 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
4331 instead of run-hook-with-args-until-failure.
4332 (isearch-filter-visible): Not obsolete any more.
4333 * loadup.el: Preload nadvice.
4334 * replace.el (perform-replace): Revert to funcall
4335 instead of run-hook-with-args-until-failure.
4336 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
4337 * dired-aux.el (dired-isearch-filenames-mode): Rename from
4338 dired-isearch-filenames-toggle; make it into a proper minor mode.
4339 Use add/remove-function.
4340 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
4341 Call the minor-mode rather than add/remove-hook.
4342 (dired-isearch-filter-filenames):
4343 Remove isearch-message-prefix property.
4344 * info.el (Info--search-loop): New function, extracted from Info-search.
4345 Funcall isearch-filter-predicate instead of
4346 run-hook-with-args-until-failure isearch-filter-predicates.
4347 (Info-search): Use it.
4348 (Info-mode): Use isearch-filter-predicate instead of
4349 isearch-filter-predicates.
4350
4351 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4352
4353 Do not call to `selected-window' where it is assumed by default.
4354 Affected functions are `window-minibuffer-p', `window-dedicated-p',
4355 `window-hscroll', `window-width', `window-height', `window-buffer',
4356 `window-frame', `window-start', `window-point', `next-window'
4357 and `window-display-table'.
4358 * abbrev.el (abbrev--default-expand):
4359 * bs.el (bs--show-with-configuration):
4360 * buff-menu.el (Buffer-menu-mouse-select):
4361 * calc/calc.el (calc):
4362 * calendar/calendar.el (calendar-generate-window):
4363 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
4364 (diary-make-entry):
4365 * comint.el (send-invisible, comint-dynamic-complete-filename)
4366 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
4367 * completion.el (complete):
4368 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
4369 * disp-table.el (describe-current-display-table):
4370 * doc-view.el (doc-view-insert-image):
4371 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
4372 * ehelp.el (with-electric-help):
4373 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4374 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
4375 * emacs-lisp/helper.el (Helper-help-scroller):
4376 * emulation/cua-base.el (cua--post-command-handler-1):
4377 * eshell/esh-mode.el (eshell-output-filter):
4378 * ffap.el (ffap-gnus-wrapper):
4379 * help-macro.el (make-help-screen):
4380 * hilit-chg.el (highlight-compare-buffers):
4381 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
4382 * hl-line.el (global-hl-line-highlight):
4383 * icomplete.el (icomplete-simple-completing-p):
4384 * isearch.el (isearch-done):
4385 * jit-lock.el (jit-lock-stealth-fontify):
4386 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
4387 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
4388 * mpc.el (mpc-tagbrowser, mpc):
4389 * net/rcirc.el (rcirc-any-buffer):
4390 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
4391 * play/landmark.el (landmark-max-width, landmark-max-height):
4392 * play/zone.el (zone):
4393 * progmodes/compile.el (compilation-goto-locus):
4394 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4395 * progmodes/etags.el (find-tag-other-window):
4396 * progmodes/fortran.el (fortran-column-ruler):
4397 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4398 * progmodes/verilog-mode.el (verilog-point-text):
4399 * reposition.el (reposition-window):
4400 * rot13.el (toggle-rot13-mode):
4401 * server.el (server-switch-buffer):
4402 * shell.el (shell-dynamic-complete-command)
4403 (shell-dynamic-complete-environment-variable):
4404 * simple.el (insert-buffer, set-selective-display)
4405 (delete-completion-window):
4406 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
4407 (speedbar-recenter):
4408 * startup.el (fancy-splash-head):
4409 * textmodes/ispell.el (ispell-command-loop):
4410 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
4411 * tutorial.el (help-with-tutorial):
4412 * vc/add-log.el (add-change-log-entry):
4413 * vc/compare-w.el (compare-windows):
4414 * vc/ediff-help.el (ediff-indent-help-message):
4415 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
4416 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
4417 (ediff-setup-control-frame):
4418 * vc/emerge.el (emerge-position-region):
4419 * vc/pcvs-util.el (cvs-bury-buffer):
4420 * window.el (walk-windows, mouse-autoselect-window-select):
4421 * winner.el (winner-set-conf, winner-undo): Related users changed.
4422
4423 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4424
4425 * frameset.el (frameset--set-id): Doc fix.
4426 (frameset-frame-id, frameset-frame-id-equal-p)
4427 (frameset-locate-frame-id): New functions.
4428 (frameset--process-minibuffer-frames, frameset--reuse-frame)
4429 (frameset-restore): Use them.
4430
4431 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4432
4433 Do not call to `selected-frame' where it is assumed by default.
4434 Affected functions are `raise-frame', `redraw-frame',
4435 `frame-first-window', `frame-terminal' and `delete-frame'.
4436 * calendar/appt.el (appt-disp-window):
4437 * epg.el (epg-wait-for-completion):
4438 * follow.el (follow-delete-other-windows-and-split)
4439 (follow-avoid-tail-recenter):
4440 * international/mule.el (set-terminal-coding-system):
4441 * mail/rmail.el (rmail-mail-return):
4442 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4443 * progmodes/f90.el (f90-add-imenu-menu):
4444 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
4445 * server.el (server-switch-buffer):
4446 * simple.el (delete-completion-window):
4447 * talk.el (talk):
4448 * term/xterm.el (terminal-init-xterm-modify-other-keys)
4449 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
4450 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
4451 * vc/ediff.el (ediff-documentation): Related users changed.
4452 * frame.el (selected-terminal): Remove the leftover.
4453
4454 2013-08-05 Glenn Morris <rgm@gnu.org>
4455
4456 * calendar/calendar.el (calendar-generate-month):
4457 Fix for calendar-column-width != 1 + calendar-day-digit-width.
4458 (calendar-generate-month, calendar-font-lock-keywords):
4459 Fix for calendar-day-header-width > length of any day name.
4460
4461 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4462
4463 * desktop.el (desktop-clear): Use new name of sort predicate.
4464
4465 * frameset.el (frameset): Add docstring. Move :version property to its
4466 own `version' slot.
4467 (frameset-copy): Rename from copy-frameset.
4468 (frameset-p): Check more thoroughly.
4469 (frameset-prop): Do not check for :version, which is no longer a prop.
4470 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4471 Use new :never value instead of t.
4472 (frameset-filter-alist): Expand and clarify docstring.
4473 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
4474 (frameset-filter-minibuffer, frameset-filter-save-param)
4475 (frameset-filter-restore-param, frameset-filter-iconified):
4476 Add pointer to docstring of frameset-filter-alist.
4477 (frameset-filter-params): Rename filter values to be more meaningful:
4478 :never instead of t, and reverse the meanings of :save and :restore.
4479 (frameset--process-minibuffer-frames): Clarify error message.
4480 (frameset-save): Avoid unnecessary and confusing call to framep.
4481 Use new BOA constructor for framesets.
4482 (frameset--reuse-list): Doc fix.
4483 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
4484 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
4485 (frameset-minibufferless-first-p): Doc fix.
4486 Rename from frameset-sort-frames-for-deletion.
4487 (frameset-restore): Doc fixes. Use new function names.
4488 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4489
4490 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4491
4492 * desktop.el (desktop-restore-forces-onscreen)
4493 (desktop-restore-reuses-frames): Document :keyword constant values.
4494 (desktop-filter-parameters-alist): Remove, now identical to
4495 frameset-filter-alist.
4496 (desktop--filter-tty*): Remove, moved to frameset.el.
4497 (desktop-save-frameset, desktop-restore-frameset):
4498 Do not pass :filters argument.
4499
4500 * frameset.el (frameset-live-filter-alist)
4501 (frameset-persistent-filter-alist): New variables.
4502 (frameset-filter-alist): Use them. Add autoload cookie.
4503 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
4504 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
4505 `frameset--id' (it's supposed to be internal to frameset.el).
4506 (frameset--process-minibuffer-frames): Ditto. Doc fix.
4507 (frameset--initial-params): New function.
4508 (frameset--get-frame): Use it. Doc fix.
4509 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
4510 Accept :all, not 'all.
4511 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
4512 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
4513 with fbound symbols. Fix frame id matching, and remove matching ids if
4514 the frame being restored is deleted. Obey :delete.
4515
4516 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4517
4518 * subr.el (macrop): New function.
4519 (text-clone--maintaining): New var.
4520 (text-clone--maintain): Rename from text-clone-maintain. Use it
4521 instead of inhibit-modification-hooks.
4522
4523 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4524 a proxy, so as handle autoloads and redefinitions of the target.
4525 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4526
4527 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4528 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
4529 (pcase--mutually-exclusive-p): New function.
4530 (pcase--split-consp): Use it.
4531 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
4532 mutually exclusive with the current predicate.
4533
4534 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4535 (edebug-macrop): Remove. Use `macrop' instead.
4536 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
4537 (ad-macro-p):
4538 * eshell/esh-cmd.el (eshell-macrop):
4539 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
4540
4541 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4542
4543 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4544 (advice-mapc): New function, using it.
4545 (advice-function-member-p): New function.
4546 (advice--normalize): Store the cdr in advice--saved-rewrite since
4547 that's the part that will be changed.
4548 (advice--symbol-function): New function.
4549 (advice-remove): Handle removal before the function is defined.
4550 Adjust to new advice--saved-rewrite.
4551 (advice-member-p): Use advice-function-member-p and
4552 advice--symbol-function.
4553
4554 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4555
4556 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
4557 (frameset-filter-minibuffer): Doc fix.
4558 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
4559 (frameset--set-id, frameset--process-minibuffer-frames)
4560 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
4561 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
4562
4563 * desktop.el (desktop-clear): Only delete frames when called
4564 interactively and desktop-restore-frames is non-nil. Doc fix.
4565 (desktop-read): Set desktop-saved-frameset to nil.
4566
4567 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
4568
4569 * vc/vc.el (vc-ignore): Rewrite.
4570 (vc-default-ignore-completion-table):
4571 (vc--read-lines):
4572 (vc--add-line, vc--remove-regexp): New functions.
4573
4574 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
4575 (vc-svn-ignore-completion-table): New function.
4576
4577 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
4578 (vc-hg-ignore-completion-table):
4579 (vc-hg-find-ignore-file): New functions.
4580
4581 * vc/vc-git.el (vc-git-ignore): Rewrite.
4582 (vc-git-ignore-completion-table):
4583 (vc-git-find-ignore-file): New functions.
4584
4585 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
4586
4587 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
4588 (vc-bzr-ignore-completion-table):
4589 (vc-bzr-find-ignore-file): New functions.
4590
4591 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
4592
4593 * frameset.el (frameset-prop): New function and setter.
4594 (frameset-save): Do not modify frame list passed by the caller.
4595
4596 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4597
4598 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
4599
4600 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4601
4602 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
4603 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
4604
4605 * custom.el (custom-initialize-default, custom-initialize-set)
4606 (custom-initialize-reset, custom-initialize-changed): Affect the
4607 toplevel-default-value (bug#6275, bug#14586).
4608 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
4609 for bug#6275.
4610
4611 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4612
4613 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4614 Add cl-def* expressions.
4615
4616 * frameset.el (frameset-filter-params): Fix order of arguments.
4617
4618 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4619
4620 Move code related to saving frames to frameset.el.
4621 * desktop.el: Require frameset.
4622 (desktop-restore-frames): Doc fix.
4623 (desktop-restore-reuses-frames): Rename from
4624 desktop-restoring-reuses-frames.
4625 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
4626 (desktop-clear): Clear frames too.
4627 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
4628 (desktop--filter-tty*, desktop-save, desktop-read):
4629 Use frameset functions.
4630 (desktop-before-saving-frames-functions, desktop--filter-*-color)
4631 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4632 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
4633 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
4634 (desktop--process-minibuffer-frames, desktop-save-frames)
4635 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
4636 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
4637 (desktop--sort-states, desktop-restoring-frames-p)
4638 (desktop-restore-frames): Remove. Most code moved to frameset.el.
4639 (desktop-restoring-frameset-p, desktop-restore-frameset)
4640 (desktop--check-dont-save, desktop-save-frameset): New functions.
4641 (desktop--app-id): New constant.
4642 (desktop-first-buffer, desktop-buffer-ok-count)
4643 (desktop-buffer-fail-count): Move before first use.
4644 * frameset.el: New file.
4645
4646 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * files.el: Use lexical-binding.
4649 (dir-locals-read-from-file): Remove unused `err' variable.
4650 (hack-dir-local-variables--warned-coding): New var.
4651 (hack-dir-local-variables): Use it to avoid repeated warnings.
4652 (make-backup-file-name--default-function): New function.
4653 (make-backup-file-name-function): Use it as default.
4654 (buffer-stale--default-function): New function.
4655 (buffer-stale-function): Use it as default.
4656 (revert-buffer-insert-file-contents--default-function): New function.
4657 (revert-buffer-insert-file-contents-function): Use it as default.
4658 (insert-directory): Avoid add-to-list.
4659
4660 * autorevert.el (auto-revert-handler): Simplify.
4661 Use buffer-stale--default-function.
4662
4663 2013-08-01 Tassilo Horn <tsdh@gnu.org>
4664
4665 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
4666
4667 * whitespace.el (whitespace-ensure-local-variables): New function.
4668 (whitespace-cleanup-region): Call it.
4669 (whitespace-turn-on): Call it.
4670
4671 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
4672
4673 Complete file name handlers.
4674
4675 * net/tramp.el (tramp-handle-set-visited-file-modtime)
4676 (tramp-handle-verify-visited-file-modtime)
4677 (tramp-handle-file-notify-rm-watch): New functions.
4678 (tramp-call-process): Do not bind `default-directory'.
4679
4680 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4681 Order alphabetically.
4682 [access-file, add-name-to-file, dired-call-process]:
4683 [dired-compress-file, file-acl, file-notify-rm-watch]:
4684 [file-ownership-preserved-p, file-selinux-context]:
4685 [make-directory-internal, make-symbolic-link, set-file-acl]:
4686 [set-file-selinux-context, set-visited-file-modtime]:
4687 [verify-visited-file-modtime]: Add handler.
4688 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
4689
4690 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4691 [file-notify-add-watch, file-notify-rm-watch]:
4692 [set-file-times, set-visited-file-modtime]:
4693 [verify-visited-file-modtime]: Add handler.
4694 (with-tramp-gvfs-error-message)
4695 (tramp-gvfs-handle-set-visited-file-modtime)
4696 (tramp-gvfs-fuse-file-name): Remove.
4697 (tramp-gvfs-handle-file-notify-add-watch)
4698 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
4699 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
4700
4701 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4702 Order alphabetically.
4703 [file-notify-rm-watch ]: Use default Tramp handler.
4704 [executable-find]: Remove private handler.
4705 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
4706 `default-directory'.
4707 (tramp-sh-handle-executable-find)
4708 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
4709 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4710 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
4711 Do not use `format' in `tramp-message'.
4712
4713 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
4714 [file-notify-rm-watch, set-visited-file-modtime]:
4715 [verify-visited-file-modtime]: Add handler.
4716 (tramp-smb-call-winexe): Do not bind `default-directory'.
4717
4718 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
4719
4720 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
4721
4722 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
4723
4724 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
4725 use it.
4726 (log-view-diff-changeset): Same.
4727 (log-view-diff-common): Call backend command `previous-revision'
4728 to find out the previous revision, in both cases. Swap the
4729 variables `to' and `fr', so that `fr' usually refers to the
4730 earlier revision (Bug#14989).
4731
4732 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
4733
4734 * ibuf-ext.el (ibuffer-filter-by-filename):
4735 Make it work with dired buffers too.
4736
4737 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
4738
4739 * emacs-lisp/re-builder.el (reb-color-display-p):
4740 * files.el (save-buffers-kill-terminal):
4741 * net/browse-url.el (browse-url):
4742 * server.el (server-save-buffers-kill-terminal):
4743 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
4744 Prefer nil to selected-frame for the first arg of frame-parameter.
4745
4746 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
4747
4748 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
4749
4750 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
4751
4752 * minibuffer.el (completion--twq-all): Try and preserve each
4753 completion's case choice (bug#14907).
4754
4755 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4756
4757 * net/network-stream.el (open-network-stream): Mention the new
4758 :nogreeting parameter.
4759 (network-stream-open-starttls): Use the :nogreeting parameter
4760 (bug#14938).
4761
4762 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
4763
4764 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
4765 more natural than popping.
4766
4767 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
4768 (shr-urlify): Highlight under mouse.
4769
4770 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4771
4772 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
4773
4774 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
4775
4776 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
4777 buffer for output.
4778
4779 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
4780 point-min==1. Fix search string. Fix parentheses missing.
4781
4782 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
4783 assume point-min==1. Fix search string. Fix parentheses missing.
4784
4785 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
4786
4787 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
4788 buffer for output.
4789
4790 2013-07-29 Eli Zaretskii <eliz@gnu.org>
4791
4792 * frame.el (frame-notice-user-settings): Avoid inflooping when the
4793 initial frame is minibuffer-less. (Bug#14841)
4794
4795 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
4796
4797 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
4798 option.
4799
4800 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4801 (tramp-maybe-open-connection): Use it.
4802
4803 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4804
4805 * desktop.el (desktop--make-frame): Include `minibuffer' in the
4806 minimal set of parameters passed when creating a frame, because
4807 the minibuffer status of a frame cannot be changed later.
4808
4809 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
4810
4811 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
4812 replace-regexp-in-string and inadvertent omissions in previous change.
4813 (todo-filter-items): Ensure only file names are comma-separated in
4814 name of filtered items buffer.
4815
4816 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4817
4818 * desktop.el: Optionally force offscreen frames back onscreen.
4819 (desktop-restoring-reuses-frames): New option.
4820 (desktop--compute-pos, desktop--move-onscreen): New functions.
4821 (desktop--make-frame): Use desktop--move-onscreen.
4822
4823 2013-07-27 Alan Mackenzie <acm@muc.de>
4824
4825 Fontify a Java generic method as a function.
4826 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
4827 value to t.
4828
4829 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
4830
4831 * calendar/todo-mode.el: Add command to rename todo files.
4832 (todo-rename-file): New command.
4833 (todo-key-bindings-t): Add key binding for it. Change the
4834 bindings of todo-filter-regexp-items(-multifile) to use `x'
4835 instead of `r', since the latter is better suited to the new
4836 renaming command.
4837
4838 2013-07-27 Alan Mackenzie <acm@muc.de>
4839
4840 Make Java try-with-resources statement parse properly.
4841 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
4842 (c-block-stmt-1-2-key): New language constants/variables.
4843 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4844 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
4845 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
4846 with c-block-stmt-1-2-key.
4847
4848 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
4849
4850 * desktop.el (desktop--make-frame): Apply most frame parameters after
4851 creating the frame to force (partially or totally) offscreen frames to
4852 be restored as such.
4853
4854 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
4855
4856 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
4857 (Bug#14948)
4858
4859 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4860
4861 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
4862 `base' arg of backtrace-frame.
4863
4864 2013-07-26 Eli Zaretskii <eliz@gnu.org>
4865
4866 * simple.el (list-processes): Doc fix.
4867
4868 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4869
4870 * desktop.el (desktop--select-frame):
4871 Try harder to reuse existing frames.
4872
4873 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4874
4875 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
4876 (edebug-eval): Use backtrace-eval.
4877 (edebug--display, edebug--recursive-edit): Don't let-bind the
4878 edebug-outer-* vars that keep track of variables we locally let-bind.
4879 (edebug-outside-excursion): Don't restore outside values of locally
4880 let-bound vars.
4881 (edebug--display): Use user-error.
4882 (cl-lexical-debug, cl-debug-env): Remove.
4883
4884 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4885
4886 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
4887 are restored to be sure that they are visible before deleting any
4888 remaining ones.
4889
4890 2013-07-26 Matthias Meulien <orontee@gmail.com>
4891
4892 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
4893 vc-print-root-log. (Bug#14948)
4894
4895 2013-07-26 Richard Stallman <rms@gnu.org>
4896
4897 Add aliases for encrypting mail.
4898 * epa.el (epa-mail-aliases): New option.
4899 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
4900 Bind inhibit-read-only so read-only text doesn't ruin everything.
4901 (epa-mail-default-recipients): New subroutine broken out.
4902 Handle epa-mail-aliases.
4903
4904 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4905
4906 Add support for lexical variables to the debugger's `e' command.
4907 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
4908 vars, except for debugger-outer-match-data.
4909 (debugger-frame-number): Move check for "on a function call" from
4910 callers into it. Add `skip-base' argument.
4911 (debugger-frame, debugger-frame-clear): Simplify accordingly.
4912 (debugger-env-macro): Only reset the state stored in non-variables,
4913 i.e. current-buffer and match-data.
4914 (debugger-eval-expression): Rewrite using backtrace-eval.
4915 * subr.el (internal--called-interactively-p--get-frame): Remove.
4916 (called-interactively-p):
4917 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
4918 `base' arg of backtrace-frame instead.
4919
4920 2013-07-26 Glenn Morris <rgm@gnu.org>
4921
4922 * align.el (align-regexp): Doc fix. (Bug#14857)
4923 (align-region): Explicit error if subexpression missing/does not match.
4924
4925 * simple.el (global-visual-line-mode):
4926 Do not duplicate the mode lighter. (Bug#14858)
4927
4928 2013-07-25 Martin Rudalics <rudalics@gmx.at>
4929
4930 * window.el (display-buffer): In display-buffer bind
4931 split-window-keep-point to t, bug#14829.
4932
4933 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4934
4935 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
4936 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
4937 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
4938 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4939 Change accordingly.
4940 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4941 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
4942
4943 2013-07-25 Glenn Morris <rgm@gnu.org>
4944
4945 * dired-x.el (dired-mark-extension): Convert comment to doc string.
4946
4947 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4948
4949 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
4950 parameter to modify-frame-parameters if the value has not changed;
4951 this is a workaround for bug#14949.
4952 (desktop--make-frame): On cl-delete-if call, check parameter name,
4953 not full parameter.
4954
4955 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4956
4957 * vc/vc.el (vc-ignore): New function.
4958
4959 * vc/vc-svn.el (vc-svn-ignore): New function.
4960
4961 * vc/vc-hg.el (vc-hg-ignore): New function.
4962
4963 * vc/vc-git.el (vc-git-ignore): New function.
4964
4965 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
4966 (vc-dir-ignore): New function.
4967
4968 * vc/vc-cvs.el (vc-cvs-ignore): New function.
4969 (cvs-append-to-ignore): Move here from pcvs.el.
4970
4971 * vc/vc-bzr.el (vc-bzr-ignore): New function.
4972
4973 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
4974
4975 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
4976
4977 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
4978 (desktop-restore-frames): Warn when deleting an existing frame failed.
4979
4980 2013-07-24 Glenn Morris <rgm@gnu.org>
4981
4982 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
4983
4984 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
4985
4986 * filenotify.el (file-notify-supported-p):
4987 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4988 Remove functions.
4989
4990 * autorevert.el (auto-revert-use-notify):
4991 (auto-revert-notify-add-watch):
4992 * net/tramp.el (tramp-file-name-for-operation):
4993 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4994 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4995 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4996 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4997 Remove `file-notify-supported-p' entry.
4998
4999 2013-07-24 Glenn Morris <rgm@gnu.org>
5000
5001 * printing.el: Replace all uses of deleted ps-windows-system,
5002 ps-lp-system, ps-flatten-list with lpr- versions.
5003
5004 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
5007 checked with memq (bug#14935).
5008
5009 * files.el (revert-buffer-function): Use a non-nil default.
5010 (revert-buffer-preserve-modes): Declare var to
5011 provide access to the `preserve-modes' argument.
5012 (revert-buffer): Let-bind it.
5013 (revert-buffer--default): New function, extracted from revert-buffer.
5014
5015 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5016
5017 * lpr.el: Signal print errors more prominently.
5018 (print-region-function): Don't default to nil.
5019 (lpr-print-region): New function, extracted from print-region-1.
5020 Check lpr's return value and signal an error in case of problem.
5021 (print-region-1): Use it.
5022 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
5023 versions instead.
5024 (ps-printer-name): Default to nil.
5025 (ps-printer-name-option): Default to lpr-printer-switch.
5026 (ps-print-region-function): Don't default to nil.
5027 (ps-postscript-code-directory): Simplify default.
5028 (ps-do-despool): Use lpr-print-region to properly check the outcome.
5029 (ps-string-list, ps-eval-switch, ps-flatten-list)
5030 (ps-flatten-list-1): Remove.
5031 (ps-multibyte-buffer): Avoid setq.
5032 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
5033 (print-region-function, ps-print-region-function): Don't set them here.
5034
5035 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
5036
5037 * ido.el (ido-fractionp):
5038 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
5039 (ido-max-file-prompt-width, ido-unc-hosts-cache)
5040 (ido-max-directory-size, ido-max-dir-file-cache)
5041 (ido-decorations): Doc fix.
5042
5043 * ansi-color.el: Fix old URL.
5044
5045 2013-07-23 Michael R. Mauger <michael@mauger.com>
5046
5047 * progmodes/sql.el: Version 3.3
5048 (sql-product-alist): Improve oracle :prompt-cont-regexp.
5049 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
5050 (sql-interactive-remove-continuation-prompt): Rewrite, use
5051 functions above. Fix continuation prompt and complete output line
5052 handling.
5053 (sql-redirect-one, sql-execute): Use `read-only-mode' on
5054 redirected output buffer.
5055 (sql-mode): Restore deleted code (Bug#13591).
5056
5057 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5058
5059 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
5060
5061 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
5062
5063 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
5064
5065 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5066 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5067 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
5068
5069 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5070
5071 * desktop.el (desktop-clear): Simplify; remove useless checks
5072 against invalid buffer names.
5073 (desktop-list*): Use cl-list*.
5074 (desktop-buffer-info, desktop-create-buffer): Simplify.
5075
5076 2013-07-23 Leo Liu <sdl.web@gmail.com>
5077
5078 * bookmark.el (bookmark-make-record): Restore NAME as a default
5079 value. (Bug#14933)
5080
5081 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5082
5083 * emacs-lisp/autoload.el (autoload--setup-output): New function,
5084 extracted from autoload--insert-text.
5085 (autoload--insert-text): Remove.
5086 (autoload--print-cookie-text): New function, extracted from
5087 autoload--insert-cookie-text.
5088 (autoload--insert-cookie-text): Remove.
5089 (autoload-generate-file-autoloads): Adjust calls accordingly.
5090
5091 * winner.el (winner-hook-installed-p): Remove.
5092 (winner-mode): Simplify accordingly.
5093
5094 * subr.el (add-to-list): Fix compiler-macro when `append' is
5095 not constant. Don't use `cl-member' for the base case.
5096
5097 * progmodes/subword.el: Fix boundary case (bug#13758).
5098 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
5099 own group.
5100 (subword-backward-regexp): Make it a constant.
5101 (subword-forward-internal): Don't treat a trailing capital as the
5102 beginning of a word.
5103
5104 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
5105
5106 * emacs-lisp/package.el (package-menu-mode): Don't modify the
5107 global value of tabulated-list-revert-hook (bug#14930).
5108
5109 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
5110
5111 * desktop.el: Require 'cl-lib.
5112 (desktop-before-saving-frames-functions): New hook.
5113 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
5114 for frames being saved. Rename from desktop--save-minibuffer-frames.
5115 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
5116 Do not save frames with non-nil `desktop-dont-save' parameter.
5117 Filter out deleted frames.
5118 (desktop--find-frame): Use cl-find-if.
5119 (desktop--select-frame): Use cl-(first|second|third) to access values
5120 of desktop-mini.
5121 (desktop--make-frame): Use cl-delete-if.
5122 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
5123 (desktop-restore-frames): Use cl-(first|second|third) to access values
5124 of desktop-mini. Look for visible frame at the end, not while
5125 restoring frames.
5126
5127 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
5128 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
5129 Use string-match-p, looking-at-p (bug#14927).
5130
5131 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
5132
5133 * desktop.el (desktop-saved-frame-states):
5134 Rename from desktop--saved-states; all users changed.
5135 (desktop-save-frames): Rename from desktop--save-frames.
5136 Do not save state to desktop file.
5137 (desktop-save): Save desktop-saved-frame-states to desktop file
5138 and reset to nil.
5139 (desktop-restoring-frames-p): New function.
5140 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
5141 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
5142 buffer-lists when restoring frames. Suggested by Martin Rudalics.
5143
5144 * desktop.el: Correctly restore iconified frames.
5145 (desktop--filter-iconified-position): New function.
5146 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
5147
5148 2013-07-20 Glenn Morris <rgm@gnu.org>
5149
5150 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
5151 Let `message' do the formatting.
5152 (def-gdb-preempt-display-buffer): Add explicit format.
5153
5154 * image-dired.el (image-dired-track-original-file):
5155 Use with-current-buffer.
5156 (image-dired-track-thumbnail): Use with-current-buffer.
5157 Avoid changing point of wrong window.
5158
5159 * image-dired.el (image-dired-track-original-file):
5160 Avoid changing point of wrong window. (Bug#14909)
5161
5162 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
5163
5164 * progmodes/gdb-mi.el (gdb-done-or-error):
5165 Guard against "%" in gdb output. (Bug#14127)
5166
5167 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
5168
5169 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
5170 (Bug#14826)
5171
5172 * international/mule.el (coding-system-iso-2022-flags): Fix last
5173 change.
5174
5175 2013-07-20 Kenichi Handa <handa@gnu.org>
5176
5177 * international/mule.el (coding-system-iso-2022-flags):
5178 Add `8-bit-level-4'. (Bug#8522)
5179
5180 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5181
5182 * net/shr.el (shr-mouse-browse-url): New command and keystroke
5183 (bug#14815).
5184
5185 * net/eww.el (eww-process-text-input): Allow inputting when the
5186 point is at the start of the line, as the properties aren't
5187 front-sticky.
5188
5189 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
5190 degenerate widths.
5191
5192 2013-07-19 Richard Stallman <rms@gnu.org>
5193
5194 * epa.el (epa-popup-info-window): Doc fix.
5195
5196 * subr.el (split-string): New arg TRIM.
5197
5198 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
5199
5200 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
5201 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
5202
5203 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
5204
5205 * filenotify.el (file-notify--library): Rename from
5206 `file-notify-support'. Do not autoload. Adapt all uses.
5207 (file-notify-supported-p): New defun.
5208
5209 * autorevert.el (auto-revert-use-notify):
5210 Use `file-notify-supported-p' instead of `file-notify-support'.
5211 Adapt docstring.
5212 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
5213
5214 * net/tramp.el (tramp-file-name-for-operation):
5215 Add `file-notify-supported-p'.
5216
5217 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5218 New defun.
5219 (tramp-sh-file-name-handler-alist): Add it as handler for
5220 `file-notify-supported-p '.
5221
5222 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5223 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5224 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5225 Add `ignore' as handler for `file-notify-*' functions.
5226
5227 2013-07-17 Eli Zaretskii <eliz@gnu.org>
5228
5229 * simple.el (line-move-partial, line-move): Don't start vscroll or
5230 scroll-up if the current line is not taller than the window.
5231 (Bug#14881)
5232
5233 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
5234
5235 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
5236 highlight question marks in the method names as strings.
5237 (ruby-block-beg-keywords): Inline.
5238 (ruby-font-lock-keyword-beg-re): Extract from
5239 `ruby-font-lock-keywords'.
5240
5241 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
5242
5243 * frame.el (blink-cursor-blinks): New defcustom.
5244 (blink-cursor-blinks-done): New defvar.
5245 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
5246 (blink-cursor-timer-function): Check if number of blinks has been
5247 done on X and NS.
5248 (blink-cursor-suspend, blink-cursor-check): New defuns.
5249
5250 2013-07-15 Glenn Morris <rgm@gnu.org>
5251
5252 * edmacro.el (edmacro-format-keys): Fix previous change.
5253
5254 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
5255
5256 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
5257 The hack didn't work outside English locales anyway.
5258
5259 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
5260
5261 * simple.el (define-alternatives): Rename from alternatives-define,
5262 per RMS' suggestion.
5263
5264 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
5265
5266 * desktop.el (desktop-restore-frames): Change default to t.
5267 (desktop-restore-in-current-display): Now offer more options.
5268 (desktop-restoring-reuses-frames): New customization option.
5269 (desktop--saved-states): Doc fix.
5270 (desktop-filter-parameters-alist): New variable, renamed and expanded
5271 from desktop--excluded-frame-parameters.
5272 (desktop--target-display): New variable.
5273 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
5274 (desktop--filter-tty*, desktop--filter-*-color)
5275 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5276 (desktop--filter-save-desktop-parm)
5277 (desktop-restore-in-original-display-p): New functions.
5278 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
5279 (desktop--save-minibuffer-frames): New function, inspired by a similar
5280 function from Martin Rudalics.
5281 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
5282 (desktop--restore-in-this-display-p): Remove.
5283 (desktop--find-frame): Rename from desktop--find-frame-in-display
5284 and add predicate argument.
5285 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
5286 (desktop--reuse-list): New variable.
5287 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
5288 New functions.
5289 (desktop--restore-frames): Add support for "minibuffer-special" frames.
5290
5291 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
5292
5293 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
5294
5295 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
5296
5297 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5298 Highlight conversion methods on Kernel.
5299
5300 2013-07-13 Alan Mackenzie <acm@muc.de>
5301
5302 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
5303 and comment it out. This out-commenting enables certain C++
5304 declarations to be parsed correctly.
5305
5306 2013-07-13 Eli Zaretskii <eliz@gnu.org>
5307
5308 * international/mule.el (define-coding-system): Doc fix.
5309
5310 * simple.el (default-font-height): Don't call font-info if the
5311 frame's default font didn't change since the frame was created.
5312 (Bug#14838)
5313
5314 2013-07-13 Leo Liu <sdl.web@gmail.com>
5315
5316 * ido.el (ido-read-file-name): Guard against non-symbol value.
5317
5318 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5319
5320 * progmodes/python.el (python-imenu--build-tree): Fix corner case
5321 in nested defuns.
5322
5323 2013-07-13 Leo Liu <sdl.web@gmail.com>
5324
5325 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
5326 ido-set-matches call. (Bug#6852)
5327
5328 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
5329
5330 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
5331 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
5332 Ruby 2.0.
5333 (ruby-font-lock-keywords): Distinguish calls to functions with
5334 module-like names from module references. Highlight character
5335 literals.
5336
5337 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
5338
5339 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
5340 (gdb-send): Handle continued commands. (Bug#14847)
5341
5342 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5343
5344 * desktop.el (desktop--v2s): Remove unused local variable.
5345 (desktop-save-buffer): Make defvar-local; adjust docstring.
5346 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
5347 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
5348
5349 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
5350
5351 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
5352
5353 2013-07-12 Eli Zaretskii <eliz@gnu.org>
5354
5355 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
5356 (Bug#14842)
5357
5358 2013-07-12 Glenn Morris <rgm@gnu.org>
5359
5360 * doc-view.el: Require cl-lib at runtime too.
5361 (doc-view-remove-if): Remove.
5362 (doc-view-search-next-match, doc-view-search-previous-match):
5363 Use cl-remove-if.
5364
5365 * edmacro.el: Require cl-lib at runtime too.
5366 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
5367 (edmacro-mismatch, edmacro-subseq): Remove.
5368
5369 * shadowfile.el: Require cl-lib.
5370 (shadow-remove-if): Remove.
5371 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
5372 Use cl-remove-if.
5373
5374 * wid-edit.el: Require cl-lib.
5375 (widget-choose): Use cl-remove-if.
5376 (widget-remove-if): Remove.
5377
5378 * progmodes/ebrowse.el: Require cl-lib at runtime too.
5379 (ebrowse-delete-if-not): Remove.
5380 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
5381 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
5382 Use cl-delete-if-not.
5383
5384 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5385
5386 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
5387 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
5388
5389 2013-07-12 Leo Liu <sdl.web@gmail.com>
5390
5391 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
5392
5393 2013-07-11 Glenn Morris <rgm@gnu.org>
5394
5395 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
5396 (edebug-gensym-index, edebug-gensym):
5397 Remove reimplementation of cl-gensym.
5398 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
5399
5400 * thumbs.el: Require cl-lib at run-time too.
5401 (thumbs-gensym-counter, thumbs-gensym):
5402 Remove reimplementation of cl-gensym.
5403 (thumbs-temp-file): Use cl-gensym.
5404
5405 * emacs-lisp/ert.el: Require cl-lib at runtime too.
5406 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5407 (ert--intersection, ert--set-difference, ert--set-difference-eq)
5408 (ert--union, ert--gensym-counter, ert--gensym-counter)
5409 (ert--coerce-to-vector, ert--remove*, ert--string-position)
5410 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
5411 (ert-make-test-unbound, ert--expand-should-1)
5412 (ert--expand-should, ert--should-error-handle-error)
5413 (should-error, ert--explain-equal-rec)
5414 (ert--plist-difference-explanation, ert-select-tests)
5415 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
5416 Use cl-lib functions rather than reimplementations.
5417
5418 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
5419
5420 * net/tramp.el (tramp-methods): Extend docstring.
5421 (tramp-connection-timeout): New defcustom.
5422 (tramp-error-with-buffer): Reset timestamp only when appropriate.
5423 (with-tramp-progress-reporter): Simplify.
5424 (tramp-process-actions): Improve messages.
5425
5426 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5427 * net/tramp-sh.el (tramp-maybe-open-connection):
5428 Use `tramp-connection-timeout'.
5429 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
5430 (Bug#14808)
5431
5432 2013-07-11 Leo Liu <sdl.web@gmail.com>
5433
5434 * ido.el (ido-read-file-name): Conform to the requirements of
5435 read-file-name. (Bug#11861)
5436 (ido-read-directory-name): Conform to the requirements of
5437 read-directory-name.
5438
5439 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
5440
5441 * subr.el (delay-warning): New function.
5442
5443 2013-07-10 Eli Zaretskii <eliz@gnu.org>
5444
5445 * simple.el (default-line-height): New function.
5446 (line-move-partial, line-move): Use it instead of computing the
5447 line height inline.
5448 (line-move-partial): Always compute ROWH. If the last line is
5449 partially-visible, but its text is completely visible, allow
5450 cursor to enter such a partially-visible line.
5451
5452 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
5453
5454 Improve error messages. (Bug#14808)
5455
5456 * net/tramp.el (tramp-current-connection): New defvar, moved from
5457 tramp-sh.el.
5458 (tramp-message-show-progress-reporter-message): Remove, not
5459 needed anymore.
5460 (tramp-error-with-buffer): Show message in minibuffer.
5461 Discard input before waiting. Reset connection timestamp.
5462 (with-tramp-progress-reporter): Improve messages.
5463 (tramp-process-actions): Use progress reporter. Delete process in
5464 case of error. Improve messages.
5465
5466 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
5467 Call `tramp-error-with-buffer' with vector and buffer.
5468 (tramp-current-connection): Remove.
5469 (tramp-maybe-open-connection): The car of
5470 `tramp-current-connection' are the first 3 slots of the vector.
5471
5472 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
5473
5474 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
5475 inside continued strings.
5476
5477 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
5478
5479 Timestamp fixes for undo (Bug#14824).
5480 * files.el (clear-visited-file-modtime): Move here from fileio.c.
5481
5482 2013-07-10 Leo Liu <sdl.web@gmail.com>
5483
5484 * files.el (require-final-newline): Allow safe local value.
5485 (Bug#14834)
5486
5487 2013-07-09 Leo Liu <sdl.web@gmail.com>
5488
5489 * ido.el (ido-read-directory-name): Handle fallback.
5490 (ido-read-file-name): Update DIR to ido-current-directory.
5491 (Bug#1516)
5492 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5493
5494 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
5495
5496 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
5497 "autoload". Remove "warn lower camel case" section, previously
5498 commented out. Highlight negation char. Do not highlight the
5499 target in singleton method definitions.
5500
5501 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5502
5503 * faces.el (tty-setup-hook): Declare the hook.
5504
5505 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
5506 and detect when a guard/pred depends on local vars (bug#14773).
5507 (pcase--u1): Adjust caller.
5508
5509 2013-07-08 Eli Zaretskii <eliz@gnu.org>
5510
5511 * simple.el (line-move-partial, line-move): Account for
5512 line-spacing.
5513 (line-move-partial): Avoid setting vscroll when the last
5514 partially-visible line in window is of default height.
5515
5516 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5517
5518 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5519 been used a while.
5520
5521 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
5522
5523 * subr.el (read-quoted-char): Remove unused local variable `char'.
5524
5525 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
5526
5527 * ediff.el (ediff-version): Version update.
5528 (ediff-files-command, ediff3-files-command, ediff-merge-command)
5529 (ediff-merge-with-ancestor-command, ediff-directories-command)
5530 (ediff-directories3-command, ediff-merge-directories-command)
5531 (ediff-merge-directories-with-ancestor-command): New functions.
5532 All are command-line interfaces to ediff: to facilitate calling
5533 Emacs with the appropriate ediff functions invoked.
5534
5535 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5536 (viper-save-kill-buffer): Check if buffer is modified.
5537
5538 * viper.el (viper-version): Version update.
5539 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5540
5541 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5544 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5545 (viper-intercept-ESC-key): Simplify.
5546 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5547 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5548 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5549 (viper-setup-ESC-to-escape): New functions.
5550 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5551 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
5552
5553 2013-07-07 Eli Zaretskii <eliz@gnu.org>
5554
5555 * simple.el (default-font-height, window-screen-lines):
5556 New functions.
5557 (line-move, line-move-partial): Use them instead of
5558 frame-char-height and window-text-height. This makes scrolling
5559 text smoother when the buffer's default face uses a font that is
5560 different from the frame's default font.
5561
5562 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
5563
5564 * files.el (write-file): Do not display confirm dialog for NS,
5565 it does its own dialog, which can't be cancelled (Bug#14578).
5566
5567 2013-07-06 Eli Zaretskii <eliz@gnu.org>
5568
5569 * simple.el (line-move-partial): Adjust the row returned by
5570 posn-at-point for the current window-vscroll. (Bug#14567)
5571
5572 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
5573
5574 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
5575 (tramp-sh-file-inotifywait-process-filter): Handle file names with
5576 spaces.
5577
5578 2013-07-06 Martin Rudalics <rudalics@gmx.at>
5579
5580 * window.el (window-state-put-stale-windows): New variable.
5581 (window--state-put-2): Save list of windows without matching buffer.
5582 (window-state-put): Remove "bufferless" windows if possible.
5583
5584 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5585
5586 * simple.el (alternatives-define): Remove leftover :group keyword.
5587 Tweak docstring.
5588
5589 2013-07-06 Leo Liu <sdl.web@gmail.com>
5590
5591 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
5592 (ido-enable-virtual-buffers): New variable.
5593 (ido-buffer-internal, ido-toggle-virtual-buffers)
5594 (ido-make-buffer-list): Use it.
5595 (ido-exhibit): Support turning on and off virtual buffers
5596 automatically.
5597
5598 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5599
5600 * simple.el (alternatives-define): New macro.
5601
5602 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5603
5604 * subr.el (read-quoted-char): Use read-key.
5605 (sit-for): Let read-event decode tty input (bug#14782).
5606
5607 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
5608
5609 * calendar/todo-mode.el: Add handling of file deletion, both by
5610 mode command and externally. Fix various related bugs.
5611 Clarify Commentary and improve some documentation strings and code.
5612 (todo-delete-file): New command.
5613 (todo-check-file): New function.
5614 (todo-show): Handle external deletion of the file we're trying to
5615 show (bug#14688). Replace called-interactively-p by an optional
5616 prefix argument to avoid problematic interaction with catch form
5617 when byte compiled (bug#14702).
5618 (todo-quit): Handle external deletion of the archive's todo file.
5619 Make sure the buffer that was visiting the archive file is still
5620 live before trying to bury it.
5621 (todo-category-completions): Handle external deletion of any
5622 category completion files.
5623 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
5624 of todo files, in case of external deletion.
5625 (todo-add-file): Replace unnecessary setq by let-binding.
5626 (todo-find-archive): Check whether there are any archives.
5627 Replace unnecessary setq by let-binding.
5628 (todo-archive-done-item): Use find-file-noselect to get the
5629 archive buffer whether or not the archive already exists.
5630 Remove superfluous code. Use file size instead of buffer-file-name to
5631 check if the archive is new; if it is, update list of archives.
5632 (todo-default-todo-file): Allow nil to be a valid value for when
5633 there are no todo files.
5634 (todo-reevaluate-default-file-defcustom): Use corrected definition
5635 of todo-default-todo-file.
5636 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
5637 (todo-delete-category, todo-show-categories-table)
5638 (todo-category-number): Clarify comment.
5639 (todo-filter-items): Clarify documentation string.
5640 (todo-show-current-file, todo-display-as-todo-file)
5641 (todo-reset-and-enable-done-separator): Tweak documentation string.
5642 (todo-done-separator): Make separator length window-width, since
5643 bug#2749 is now fixed.
5644
5645 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
5646
5647 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5648 Support both "gvfs-monitor-dir" and "inotifywait".
5649 (tramp-sh-file-inotifywait-process-filter): Rename from
5650 `tramp-sh-file-notify-process-filter'.
5651 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5652 (tramp-get-remote-gvfs-monitor-dir): New defuns.
5653
5654 2013-07-05 Leo Liu <sdl.web@gmail.com>
5655
5656 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
5657
5658 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5659
5660 * frame.el (display-pixel-height, display-pixel-width)
5661 (display-mm-height, display-mm-width): Mention behavior on
5662 multi-monitor setups in docstrings.
5663 (w32-display-monitor-attributes-list): Declare function.
5664 (display-monitor-attributes-list): Use it.
5665
5666 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
5667
5668 * filenotify.el: New package.
5669
5670 * autorevert.el (top): Require filenotify.el.
5671 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
5672 instead.
5673 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5674 (auto-revert-notify-handler): Use `file-notify-*' functions.
5675
5676 * subr.el (file-notify-handle-event): Move function to filenotify.el.
5677
5678 * net/tramp.el (tramp-file-name-for-operation):
5679 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
5680
5681 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5682 for `file-notify-add-watch' and `file-notify-rm-watch'.
5683 (tramp-process-sentinel): Improve trace.
5684 (tramp-sh-handle-file-notify-add-watch)
5685 (tramp-sh-file-notify-process-filter)
5686 (tramp-sh-handle-file-notify-rm-watch)
5687 (tramp-get-remote-inotifywait): New defuns.
5688
5689 2013-07-03 Juri Linkov <juri@jurta.org>
5690
5691 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
5692 call of `occur-read-primary-args' to interactive spec.
5693
5694 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
5695 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
5696
5697 2013-07-03 Matthias Meulien <orontee@gmail.com>
5698
5699 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
5700 `Buffer-menu-multi-occur'. Add it to the menu.
5701 (Buffer-menu-mode): Document it in docstring.
5702 (Buffer-menu-multi-occur): New command. (Bug#14673)
5703
5704 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5705
5706 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
5707 keywords and built-ins.
5708
5709 2013-07-03 Glenn Morris <rgm@gnu.org>
5710
5711 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
5712
5713 Make info-xref checks case-sensitive by default
5714 * info.el (Info-find-node, Info-find-in-tag-table)
5715 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
5716 Add option for exact case matching of nodes.
5717 * info-xref.el (info-xref): New custom group.
5718 (info-xref-case-fold): New option.
5719 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
5720
5721 2013-07-03 Leo Liu <sdl.web@gmail.com>
5722
5723 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
5724
5725 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5726
5727 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
5728 middle of block statement initially, lower the depth. Remove
5729 FIXME comment, not longer valid. Remove middle of block statement
5730 detection, no need to do that anymore since we've been using
5731 `ruby-parse-region' here.
5732
5733 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
5734
5735 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
5736
5737 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
5738
5739 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
5740
5741 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
5742
5743 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
5744 (desktop-restore-in-current-display): New customization option.
5745 (desktop--excluded-frame-parameters): Add `font'.
5746 (desktop--save-frames): Rename from desktop--save-windows.
5747 (desktop--restore-in-this-display-p): New function.
5748 (desktop--make-full-frame): Remove unwanted width/height from
5749 full(width|height) frames.
5750 (desktop--restore-frames): Rename from desktop--restore-windows.
5751 Obey desktop-restore-current-display. Do not delete old frames or
5752 select a new frame unless we were able to restore at least one frame.
5753
5754 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
5755
5756 * files.el (find-file-noselect): Simplify conditional expression.
5757
5758 * remember.el (remember-append-to-file):
5759 Don't mix `find-buffer-visiting' and `get-file-buffer'.
5760
5761 Add `remember-notes' function to store random notes across Emacs
5762 restarts.
5763 * remember.el (remember-data-file): Add :set callback to affect
5764 notes buffer (if any).
5765 (remember-notes): New command.
5766 (remember-notes-buffer-name, bury-remember-notes-on-kill):
5767 New defcustoms for the `remember-notes' function.
5768 (remember-notes-save-and-bury-buffer): New command.
5769 (remember-notes-mode-map): New variable.
5770 (remember-mode): New minor mode.
5771 (remember-notes--kill-buffer-query): New function.
5772 * startup.el (initial-buffer-choice): Add notes to custom type.
5773
5774 2013-06-30 Eli Zaretskii <eliz@gnu.org>
5775
5776 * bindings.el (right-char, left-char): Don't call sit-for, this is
5777 no longer needed. Use arithmetic comparison only for numerical
5778 arguments.
5779
5780 * international/mule-cmds.el (select-safe-coding-system):
5781 Handle the case of FROM being a string correctly. (Bug#14755)
5782
5783 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5784
5785 * net/shr.el (shr-make-table-1): Add a sanity check that allows
5786 progression on degenerate tables.
5787 (shr-rescale-image): ImageMagick animated images currently don't work.
5788
5789 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
5790
5791 Some fixes and improvements for desktop frame restoration.
5792 It is still experimental and disabled by default.
5793 * desktop.el (desktop--save-windows): Put the selected frame at
5794 the head of the list.
5795 (desktop--make-full-frame): New function.
5796 (desktop--restore-windows): Try to re-select the frame that was
5797 selected upon saving. Do not abort if some frames fail to restore,
5798 just show an error message and continue. Set up maximized frames
5799 so they have default non-maximized dimensions.
5800
5801 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
5802
5803 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5804 Don't start heredoc inside a string or comment.
5805
5806 2013-06-29 Eli Zaretskii <eliz@gnu.org>
5807
5808 * bindings.el (visual-order-cursor-movement): New defcustom.
5809 (right-char, left-char): Provide visual-order cursor motion by
5810 calling move-point-visually. Update the doc strings.
5811
5812 2013-06-28 Kenichi Handa <handa@gnu.org>
5813
5814 * international/mule.el (define-coding-system): New coding system
5815 properties :inhibit-null-byte-detection,
5816 :inhibit-iso-escape-detection, and :prefer-utf-8.
5817 (set-buffer-file-coding-system): If :charset-list property of
5818 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
5819 appropriate for setting.
5820
5821 * international/mule-cmds.el (select-safe-coding-system):
5822 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
5823 multibyte characters, return utf-8 (or one of its siblings).
5824
5825 * international/mule-conf.el (prefer-utf-8): New coding system.
5826 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
5827 files.
5828
5829 2013-06-28 Ivan Kanis <ivan@kanis.fr>
5830
5831 * net/shr.el (shr-render-region): New function.
5832
5833 * net/eww.el: Autoload `eww-browse-url'.
5834
5835 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
5836
5837 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5838 Adapt to `package-desc-version' being a list.
5839 Use `package--ac-desc-version' to retrieve version from a package
5840 archive element.
5841
5842 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
5843
5844 New experimental feature to save&restore window and frame setup.
5845 * desktop.el (desktop-save-windows): New defcustom.
5846 (desktop--saved-states): New var.
5847 (desktop--excluded-frame-parameters): New defconst.
5848 (desktop--filter-frame-parms, desktop--find-frame-in-display)
5849 (desktop--restore-windows, desktop--save-windows): New functions.
5850 (desktop-save): Call `desktop--save-windows'.
5851 (desktop-read): Call `desktop--restore-windows'.
5852
5853 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5854
5855 * net/shr.el (add-face-text-property): Remove compat definition.
5856
5857 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5858
5859 * info.el (Info-try-follow-nearest-node): Move search for footnote
5860 above search for node name to prevent missing a footnote (bug#14717).
5861
5862 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5863
5864 * obsolete/otodo-mode.el: Add obsolescence info to file header.
5865
5866 2013-06-27 Leo Liu <sdl.web@gmail.com>
5867
5868 * net/eww.el (eww-read-bookmarks): Check file size.
5869
5870 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5871
5872 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
5873 advice--pending if newdef is nil or an autoload (bug#13820).
5874 (advice-mapc): New function.
5875
5876 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5877
5878 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
5879 probably.
5880 (eww-mode-map): Add a menu bar.
5881 (eww-add-bookmark): New command.
5882 (eww-bookmark-mode): New mode and commands.
5883 (eww-add-bookmark): Remove newlines from the title.
5884 (eww-bookmark-browse): Don't bug out if it's the only window.
5885
5886 2013-06-26 Glenn Morris <rgm@gnu.org>
5887
5888 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
5889 (hfy-size): Handle ttys. (Bug#14668)
5890
5891 * info-xref.el: Update for Texinfo 5 change in *note format.
5892 (info-xref-node-re, info-xref-note-re): New constants.
5893 (info-xref-check-buffer): Use info-xref-note-re.
5894
5895 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
5898
5899 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
5900 nil terminate the loop (bug#14718).
5901
5902 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5903
5904 * net/eww.el: Rework history traversal. When going forward/back,
5905 put these actions into the history, too, so that they can be
5906 replayed.
5907 (eww-render): Move the history reset to the correct buffer.
5908
5909 2013-06-25 Juri Linkov <juri@jurta.org>
5910
5911 * files-x.el (modify-dir-local-variable): Change the header comment
5912 in the file with directory local variables. (Bug#14692)
5913
5914 * files-x.el (read-file-local-variable-value): Add `default'.
5915 (Bug#14710)
5916
5917 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5918
5919 * net/eww.el (eww-make-unique-file-name): Create a unique file
5920 name before saving to entering `y' accidentally asynchronously.
5921
5922 2013-06-25 Ivan Kanis <ivan@kanis.fr>
5923
5924 * net/eww.el (eww-download): New command and keystroke.
5925
5926 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5927
5928 * net/eww.el (eww-copy-page-url): Change name of command.
5929
5930 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
5931 be more consistent with Info and dired.
5932
5933 * net/eww.el (eww-mode-map): Ditto.
5934
5935 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5936
5937 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
5938 packages from archives.
5939 (package-archive-contents): Change format; include obsolete packages.
5940 (package-desc): Use `dir' to mark builtin packages.
5941 (package--from-builtin): Set the `dir' field to `builtin'.
5942 (generated-autoload-file, version-control): Declare.
5943 (package-compute-transaction): Change first arg and return value to be
5944 lists of package-descs. Adjust to new package-archive-contents format.
5945 (package--add-to-archive-contents): Adjust to new
5946 package-archive-contents format.
5947 (package-download-transaction): Arg is now a list of package-descs.
5948 (package-install): If `pkg' is a package name, pass it as
5949 a requirement, so it is subject to the usual (e.g. disabled) checks.
5950 (describe-package): Accept package-desc as well.
5951 (describe-package-1): Describe a specific package-desc. Add links to
5952 other package-descs for the same package name.
5953 (package-menu-describe-package): Pass the actual package-desc.
5954 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
5955 works correctly.
5956 (package-desc-status): New function.
5957 (package-menu--refresh): New function, extracted
5958 from package-menu--generate.
5959 (package-menu--generate): Use it.
5960 (package-delete): Update package-alist.
5961 (package-menu-execute): Don't call package-initialize.
5962
5963 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
5964 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
5965 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
5966 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
5967 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
5968 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
5969
5970 2013-06-25 Martin Rudalics <rudalics@gmx.at>
5971
5972 * window.el (window--state-get-1): Workaround for bug#14527.
5973 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
5974
5975 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5976
5977 * net/eww.el (eww-back-url): Implement the history by stashing all
5978 the data into a list.
5979 (eww-forward-url): Allow going forward in the history, too.
5980
5981 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5982
5983 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
5984 for values and use read--expression for expressions (bug#14710).
5985 (read-file-local-variable): Avoid setq.
5986 (read-file-local-variable-mode): Use minor-mode-list.
5987
5988 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5989
5990 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
5991 for DOI URLs.
5992
5993 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5994
5995 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
5996 Update imenu-support when dialect changes.
5997
5998 2013-06-25 Leo Liu <sdl.web@gmail.com>
5999
6000 * ido.el (ido-read-internal): Allow forward slash on windows.
6001
6002 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6003
6004 * net/eww.el (eww): Start of strings is \\`, not ^.
6005
6006 2013-06-24 Ivan Kanis <ivan@kanis.fr>
6007
6008 * net/shr.el (shr-browse-url): Fix interactive spec.
6009
6010 * net/eww.el (eww): Add a trailing slash to domain names.
6011
6012 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
6013
6014 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
6015
6016 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6017
6018 * net/shr.el (shr-browse-url): Use an external browser if given a
6019 prefix.
6020
6021 * net/eww.el (eww-external-browser): Move to shr.
6022
6023 2013-06-24 Ivan Kanis <ivan@kanis.fr>
6024
6025 * net/eww.el (eww): Work more correctly for file: URLs.
6026 (eww-detect-charset): Allow quoted charsets.
6027 (eww-yank-page-url): New command and keystroke.
6028
6029 2013-06-24 Daiki Ueno <ueno@gnu.org>
6030
6031 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
6032 file name of gpg executable.
6033 (epg-context-program): New function.
6034 (epg-context-home-directory): New function.
6035 (epg-context-set-program): New function.
6036 (epg-context-set-home-directory): New function.
6037 (epg--start): Use `epg-context-program' instead of
6038 'epg-gpg-program'.
6039 (epg--list-keys-1): Likewise.
6040
6041 2013-06-24 Leo Liu <sdl.web@gmail.com>
6042
6043 * ido.el (ido-read-internal): Fix bug#14620.
6044
6045 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
6046
6047 * faces.el (face-documentation): Simplify.
6048 (read-face-attribute, tty-find-type, x-resolve-font-name):
6049 Use `string-match-p'.
6050 (list-faces-display): Use `string-match-p'. Simplify.
6051 (face-spec-recalc): Check face to avoid face alias loops.
6052 (read-color): Use `string-match-p' and non-capturing parenthesis.
6053
6054 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6055
6056 * net/shr.el (shr-rescale-image): Use the new
6057 :max-width/:max-height functionality.
6058
6059 2013-06-23 Ivan Kanis <ivan@kanis.fr>
6060
6061 * net/eww.el (eww-search-prefix): New variable.
6062 (eww): Use it.
6063 (eww-external-browser): New variable.
6064 (eww-mode-map): New keystroke.
6065 (eww-browse-with-external-browser): New command.
6066
6067 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
6068
6069 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
6070
6071 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6072 Don't skip aligning the next header field when padding is 0;
6073 otherwise, field width is not respected unless the title is as
6074 wide as the field.
6075
6076 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6077
6078 * emacs-lisp/package.el (package-el-version): Remove.
6079 (package-process-define-package): Fix inf-loop.
6080 (package-install): Allow symbols as arguments again.
6081
6082 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6083
6084 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
6085 add some more keyword-like methods.
6086 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
6087
6088 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
6089
6090 * bs.el (bs-buffer-show-mark): Make defvar-local.
6091 (bs-mode): Use setq-local.
6092
6093 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
6094 (emacs-lock--try-unlocking): Make defvar-local.
6095
6096 2013-06-22 Glenn Morris <rgm@gnu.org>
6097
6098 * play/cookie1.el (cookie-apropos): Minor simplification.
6099
6100 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
6101
6102 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6103
6104 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
6105 `regexp-opt', it breaks the build during dumping.
6106
6107 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
6108
6109 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6110 Highlight keyword-like methods on Kernel and Module with
6111 font-lock-builtin-face.
6112 (auto-mode-alist): Consolidate different entries into one regexp
6113 and add more *file-s.
6114
6115 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
6116
6117 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
6118
6119 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
6120 (diary-entry): Use it in the action of this button type instead of
6121 diary-goto-entry.
6122
6123 * calendar/todo-mode.el: New version.
6124 (todo-add-category): Append new category to end of file and give
6125 it the highest number, instead of putting it at the beginning and
6126 giving it 0. Incorporate noninteractive functionality.
6127 (todo-forward-category): Adapt to 1-based category numbering.
6128 Allow skipping over archived categories.
6129 (todo-backward-category): Derive from todo-forward-category.
6130 (todo-backward-item, todo-forward-item): Make noninteractive and
6131 delegate interactive part to new commands. Make sensitive to done items.
6132 (todo-categories): Make value an alist of category names and
6133 vectors of item counts.
6134 (todo-category-beg): Make a defconst.
6135 (todo-category-number): Use 1 instead of 0 as initial value.
6136 (todo-category-select): Make sensitive to overlays, optional item
6137 highlighting and done items.
6138 (todo-delete-item): Make sensitive to overlays and marked and done items.
6139 (todo-edit-item): Make sensitive to overlays and editing of
6140 date/time header optional. Add format checks.
6141 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
6142 no-op if point is not on an item. Advertise using todo-edit-quit.
6143 (todo-edit-mode): Make sensitive to new format, font-locking, and
6144 multiple todo files.
6145 (todo-insert-item, todo-insert-item-here): Derive from
6146 todo-basic-insert-item and extend functionality.
6147 (todo-item-end, todo-item-start): Make sensitive to done items.
6148 (todo-item-string): Don't return text properties. Restore point.
6149 (todo-jump-to-category): Make sensitive to multiple todo files and
6150 todo archives. Use extended category completion.
6151 (todo-lower-item, todo-raise-item): Rename to *-priority and
6152 derive from todo-set-item-priority.
6153 (todo-mode): Derive from special-mode. Make sensitive to new
6154 format, font-locking and multiple todo files. Make read-only.
6155 (todo-mode-map): Don't suppress digit keys, so they can supply
6156 prefix arguments. Add many new key bindings.
6157 (todo-prefix): Insert as an overlay instead of file text.
6158 Change semantics from diary date expression to purely visual mark.
6159 (todo-print): Rename to todo-print-buffer. Make buffer display
6160 features printable. Remove option to restrict number of items
6161 printed. Add option to print to file.
6162 (todo-print-function): Rename to todo-print-buffer-function.
6163 (todo-quit): Extend to handle exiting new todo modes.
6164 (todo-remove-item): Make sensitive to overlays.
6165 (todo-save): Extend to buffers of filtered items.
6166 (todo-show): Make sensitive to done items, multiple todo files and
6167 new todo modes. Offer to convert legacy todo file before creating
6168 first new todo file.
6169 (todo-show-priorities): Rename to todo-top-priorities.
6170 Change semantics of value 0.
6171 (todo-top-priorities): Rename to todo-filter-top-priorities,
6172 derive from todo-filter-items and extend functionality.
6173 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
6174 and extend functionality to other types of filtered items.
6175 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
6176 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
6177 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
6178 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
6179 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
6180 (todo-edit-mode-hook, todo-entry-prefix-function)
6181 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
6182 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
6183 (todo-initials, todo-insert-threshold, todo-item-string-start)
6184 (todo-line-string, todo-menu, todo-mode-hook)
6185 (todo-more-important-p, todo-previous-answer, todo-previous-line)
6186 (todo-print-priorities, todo-remove-separator)
6187 (todo-save-top-priorities-too, todo-string-count-lines)
6188 (todo-string-multiline-p, todo-time-string-format)
6189 (todo-tmp-buffer-name): Remove.
6190 (todo-add-file, todo-archive-done-item, todo-choose-archive)
6191 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
6192 (todo-edit-category-diary-inclusion)
6193 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
6194 (todo-edit-file, todo-edit-item-date-day)
6195 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
6196 (todo-edit-item-date-month, todo-edit-item-date-to-today)
6197 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
6198 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
6199 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
6200 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
6201 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
6202 (todo-filter-top-priorities-multifile, todo-find-archive)
6203 (todo-find-filtered-items-file, todo-go-to-source-item)
6204 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
6205 (todo-jump-to-archive-category, todo-lower-category)
6206 (todo-mark-category, todo-marked-item-p, todo-merge-category)
6207 (todo-move-category, todo-move-item, todo-next-button)
6208 (todo-next-item, todo-padded-string, todo-powerset)
6209 (todo-previous-button, todo-previous-item)
6210 (todo-print-buffer-to-file, todo-raise-category)
6211 (todo-rename-category, todo-repair-categories-sexp, todo-search)
6212 (todo-set-category-number, todo-set-item-priority)
6213 (todo-set-top-priorities-in-category)
6214 (todo-set-top-priorities-in-file, todo-show-categories-table)
6215 (todo-sort-categories-alphabetically-or-numerically)
6216 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
6217 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
6218 (todo-toggle-item-header, todo-toggle-item-highlighting)
6219 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
6220 (todo-toggle-view-done-items, todo-toggle-view-done-only)
6221 (todo-unarchive-items, todo-unmark-category): New commands.
6222 (todo-absolute-file-name, todo-add-to-buffer-list)
6223 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
6224 (todo-basic-insert-item, todo-category-completions)
6225 (todo-category-number, todo-category-string-matcher-1)
6226 (todo-category-string-matcher-2, todo-check-filtered-items-file)
6227 (todo-check-format, todo-clear-matches)
6228 (todo-comment-string-matcher, todo-convert-legacy-date-time)
6229 (todo-current-category, todo-date-string-matcher)
6230 (todo-define-insertion-command, todo-diary-expired-matcher)
6231 (todo-diary-goto-entry, todo-diary-item-p)
6232 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
6233 (todo-display-categories, todo-display-sorted, todo-done-item-p)
6234 (todo-done-item-section-p, todo-done-separator)
6235 (todo-done-string-matcher, todo-files, todo-filter-items)
6236 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
6237 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
6238 (todo-insert-category-line, todo-insert-item-from-calendar)
6239 (todo-insert-sort-button, todo-insert-with-overlays)
6240 (todo-insertion-command-name, todo-insertion-key-bindings)
6241 (todo-label-to-key, todo-longest-category-name-length)
6242 (todo-make-categories-list, todo-mode-external-set)
6243 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
6244 (todo-modes-set-3, todo-multiple-filter-files)
6245 (todo-nondiary-marker-matcher, todo-prefix-overlays)
6246 (todo-read-category, todo-read-date, todo-read-dayname)
6247 (todo-read-file-name, todo-read-time)
6248 (todo-reevaluate-category-completions-files-defcustom)
6249 (todo-reevaluate-default-file-defcustom)
6250 (todo-reevaluate-filelist-defcustoms)
6251 (todo-reevaluate-filter-files-defcustom)
6252 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
6253 (todo-reset-done-separator, todo-reset-done-separator-string)
6254 (todo-reset-done-string, todo-reset-global-current-todo-file)
6255 (todo-reset-highlight-item, todo-reset-nondiary-marker)
6256 (todo-reset-prefix, todo-set-categories)
6257 (todo-set-date-from-calendar, todo-set-show-current-file)
6258 (todo-set-top-priorities, todo-short-file-name)
6259 (todo-show-current-file, todo-sort, todo-time-string-matcher)
6260 (todo-total-item-counts, todo-update-buffer-list)
6261 (todo-update-categories-display, todo-update-categories-sexp)
6262 (todo-update-count, todo-validate-name, todo-y-or-n-p):
6263 New functions.
6264 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
6265 New major modes.
6266 (todo-categories, todo-display, todo-edit, todo-faces)
6267 (todo-filtered): New defgroups.
6268 (todo-archived-only, todo-button, todo-category-string, todo-date)
6269 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
6270 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
6271 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
6272 (todo-add-item-if-new-category, todo-always-add-time-string)
6273 (todo-categories-align, todo-categories-archived-label)
6274 (todo-categories-category-label, todo-categories-diary-label)
6275 (todo-categories-done-label, todo-categories-number-separator)
6276 (todo-categories-todo-label, todo-categories-totals-label)
6277 (todo-category-completions-files, todo-completion-ignore-case)
6278 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
6279 (todo-done-separator-string, todo-done-string)
6280 (todo-files-function, todo-filter-done-items, todo-filter-files)
6281 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
6282 (todo-initial-category, todo-initial-file, todo-item-mark)
6283 (todo-legacy-date-time-regexp, todo-mode-line-function)
6284 (todo-nondiary-marker, todo-number-prefix)
6285 (todo-print-buffer-function, todo-show-current-file)
6286 (todo-show-done-only, todo-show-first, todo-show-with-done)
6287 (todo-skip-archived-categories, todo-top-priorities-overrides)
6288 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
6289 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
6290 New defcustoms.
6291 (todo-category-done, todo-date-pattern, todo-date-string-start)
6292 (todo-diary-items-buffer, todo-done-string-start)
6293 (todo-filtered-items-buffer, todo-item-start)
6294 (todo-month-abbrev-array, todo-month-name-array)
6295 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
6296 (todo-top-priorities-buffer): New defconsts.
6297 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
6298 (todo-categories-with-marks, todo-category-string-face)
6299 (todo-comment-face, todo-comment-string, todo-current-todo-file)
6300 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
6301 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
6302 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
6303 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
6304 (todo-font-lock-keywords, todo-global-current-todo-file)
6305 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
6306 (todo-insertion-commands-args)
6307 (todo-insertion-commands-args-genlist)
6308 (todo-insertion-commands-names, todo-insertion-map)
6309 (todo-key-bindings-t, todo-key-bindings-t+a)
6310 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
6311 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
6312 (todo-nondiary-face, todo-print-buffer, todo-time-face)
6313 (todo-visited): New variables.
6314
6315 2013-06-21 Glenn Morris <rgm@gnu.org>
6316
6317 * play/cookie1.el (cookie-apropos): Add optional display argument.
6318 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
6319 (psychoanalyze-pinhead): Use cookie-doctor.
6320
6321 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6322
6323 * emacs-lisp/package.el (tar-get-file-descriptor)
6324 (tar--extract): Declare.
6325
6326 2013-06-21 Eduard Wiebe <usenet@pusto.de>
6327
6328 Extend flymake's warning predicate to be a function (bug#14217).
6329 * progmodes/flymake.el (flymake-warning-predicate): New.
6330 (flymake-parse-line): Use it.
6331 (flymake-warning-re): Make obsolete alias to
6332 `flymake-warning-predicate'.
6333
6334 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6335
6336 * emacs-lisp/package.el (package-alist): Include obsolete packages.
6337 (package-obsolete-list): Remove.
6338 (package-activate): Remove min-version argument. Add `force' argument.
6339 Adjust to new package-alist format.
6340 (package-mark-obsolete): Remove.
6341 (package-unpack): Force reload of the package's autoloads.
6342 (package-installed-p): Check builtins if the installed package is not
6343 recent enough.
6344 (package-initialize): Don't reset package-obsolete-list.
6345 Don't specify which package version to activate.
6346 (package-process-define-package, describe-package-1)
6347 (package-menu--generate): Adjust to new package-alist format.
6348
6349 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6350
6351 * allout-widgets.el (allout-widgets-mode-off)
6352 (allout-widgets-mode-on, allout-widgets-pre-command-business)
6353 (allout-widgets-post-command-business)
6354 (allout-widgets-after-copy-or-kill-function)
6355 (allout-widgets-after-undo-function, allout-test-range-overlaps)
6356 (allout-decorate-item-and-context)
6357 (allout-graphics-modification-handler): Fix typos in docstrings.
6358 (allout-get-or-create-parent-widget): Use `looking-at-p'.
6359
6360 * cmuscheme.el (scheme-start-file): Doc fix.
6361 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
6362 (scheme-input-filter): Use `string-match-p'.
6363
6364 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
6365
6366 * dired-x.el: Use Dired consistently in docstrings.
6367
6368 * dired.el: Use Dired consistently in docstrings.
6369 (dired-readin, dired-mode): Use `setq-local'.
6370 (dired-switches-alist): Make defvar-local.
6371 (dired-buffers-for-dir): Use `zerop'.
6372 (dired-safe-switches-p, dired-switches-escape-p)
6373 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
6374 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
6375 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
6376 (dired-goto-next-nontrivial-file): Use `string-match-p'.
6377 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
6378 (dired-toggle-marks, dired-mark-files-containing-regexp)
6379 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
6380 (dired-flag-auto-save-files, dired-flag-backup-files):
6381 Use `looking-at-p'.
6382 (dired-mark-files-regexp, dired-build-subdir-alist):
6383 Use `string-match-p', `looking-at-p'.
6384
6385 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
6386 (direct-print-region-helper): Use `string-match-p'.
6387
6388 2013-06-21 Leo Liu <sdl.web@gmail.com>
6389
6390 * comint.el (comint-redirect-results-list-from-process):
6391 Fix infinite loop.
6392
6393 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6394
6395 * net/eww.el (eww-update-header-line-format): Quote % characters.
6396
6397 2013-06-21 Glenn Morris <rgm@gnu.org>
6398
6399 * play/cookie1.el (cookie): New custom group.
6400 (cookie-file): New option.
6401 (cookie-check-file): New function.
6402 (cookie): Make it interactive. Make start and end messages optional.
6403 Interactively, display the result. Default to cookie-file.
6404 (cookie-insert): Default to cookie-file.
6405 (cookie-snarf): Make start and end messages optional.
6406 Default to cookie-file. Use with-temp-buffer.
6407 (cookie-read): Rename from read-cookie.
6408 Make start and end messages optional. Default to cookie-file.
6409 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
6410 Do not autoload it.
6411 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
6412 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
6413
6414 2013-06-21 Leo Liu <sdl.web@gmail.com>
6415
6416 * progmodes/octave.el (octave-mode): Backward compatibility fix.
6417
6418 2013-06-21 Glenn Morris <rgm@gnu.org>
6419
6420 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
6421
6422 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6423 Daniel Hackney <dan@haxney.org>
6424
6425 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
6426 Consolidate the single-file vs tarball code.
6427 (package-desc-suffix): New function.
6428 (package-desc-full-name): Don't bother inlining it.
6429 (package-load-descriptor): Return the new package-desc.
6430 (package-mark-obsolete): Remove unused arg `package'.
6431 (package-unpack): Make it work for single files as well.
6432 Make it update package-alist.
6433 (package--make-autoloads-and-stuff): Rename from
6434 package--make-autoloads-and-compile. Don't compile any more.
6435 (package--compile): New function.
6436 (package-generate-description-file): New function, extracted from
6437 package-unpack-single.
6438 (package-unpack-single): Remove.
6439 (package--with-work-buffer): Add indentation and debugging info.
6440 (package-download-single): Remove.
6441 (package-install-from-archive): Rename from package-download-tar, make
6442 it take a pkg-desc, and make it work for single files as well.
6443 (package-download-transaction): Simplify.
6444 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
6445 external tar program.
6446 (package-install-from-buffer): Remove `pkg-desc' argument.
6447 Use package-tar-file-info for tar-mode buffers.
6448 (package-install-file): Simplify accordingly.
6449 (package-archive-base): Change to take a pkg-desc.
6450 * tar-mode.el (tar--check-descriptor): New function, extracted from
6451 tar-get-descriptor.
6452 (tar-get-descriptor): Use it.
6453 (tar-get-file-descriptor): New function.
6454 (tar--extract): New function, extracted from tar-extract.
6455 (tar--extract): Use it.
6456 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
6457 case the summary uses non-ascii. Adjust to new calling convention of
6458 package-tar-file-info.
6459
6460 2013-06-21 Leo Liu <sdl.web@gmail.com>
6461
6462 * comint.el (comint-redirect-results-list-from-process):
6463 Fix random delay. (Bug#14681)
6464
6465 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6466
6467 * profiler.el (profiler-format-number): Use log, not log10.
6468
6469 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6470
6471 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
6472
6473 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6474
6475 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
6476 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
6477 yet available.
6478 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
6479 (AUTOGENEL): ... here.
6480 * emacs-lisp/cl-macs.el (cl--sublis): New function.
6481 (cl--defsubst-expand): Use it.
6482
6483 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
6484
6485 * subr.el (log10): Move here from C code, and declare as obsolete.
6486 All uses of (log10 X) replaced with (log X 10).
6487
6488 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6489
6490 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
6491 Declare with `defvar-local'.
6492 (tabulated-list-use-header-line, tabulated-list-entries)
6493 (tabulated-list-padding, tabulated-list-printer)
6494 (tabulated-list-sort-key): Declare with `defvar-local'.
6495 (tabulated-list-init-header, tabulated-list-print-fake-header):
6496 Use `setq-local'.
6497
6498 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
6499
6500 * arc-mode.el (archive-mode): Add `archive-write-file' to
6501 `write-contents-functions' also for remote files. (Bug#14652)
6502
6503 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6504
6505 * cus-edit.el (custom-commands): Fix typos.
6506 (custom-display): Fix tooltip text.
6507 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
6508 Fix typos in docstrings.
6509 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
6510 (custom-unlispify-menu-entry, custom-magic-value-create)
6511 (custom-add-see-also, custom-group-value-create): Use ?\s.
6512 (custom-guess-type, customize-apropos, editable-field)
6513 (custom-face-value-create): Use `string-match-p'.
6514 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
6515
6516 * custom.el (custom-load-symbol): Use `string-match-p'.
6517
6518 * ansi-color.el: Convert to lexical binding.
6519 (ansi-colors): Fix URL.
6520 (ansi-color-context, ansi-color-context-region): Use defvar-local.
6521 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6522 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6523
6524 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6525
6526 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6527
6528 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6529
6530 2013-06-19 Tom Tromey <tromey@redhat.com>
6531
6532 * net/eww.el (eww-top-url): Remove.
6533 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6534 (eww-render): Set new variables. Don't set eww-top-url.
6535 (eww-handle-link): Handle "prev", "home", and "contents".
6536 Downcase the rel text.
6537 (eww-top-url): Choose best top URL.
6538
6539 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6540
6541 * net/eww.el: Rewrite to implement form elements "by hand" instead of
6542 relying in widget.el. Using widget.el leads to too many
6543 user interface inconsistencies.
6544 (eww-self-insert): Implement entering commands in text fields.
6545 (eww-process-text-input): New function to make text input field editing
6546 work.
6547 (eww-submit): Rewrite to use the new-style form methods.
6548 (eww-select-display): Display the correct selected item.
6549 (eww-change-select): Implement changing the select value.
6550 (eww-toggle-checkbox): Implement radio/checkboxes.
6551 (eww-update-field): Fix compilation error.
6552 (eww-tag-textarea): Implement <textarea>.
6553
6554 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
6555 we don't shadow mode-specific bindings.
6556
6557 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
6558 nothing to push.
6559
6560 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
6561
6562 2013-06-19 Glenn Morris <rgm@gnu.org>
6563
6564 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
6565
6566 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6567
6568 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
6569 not needed.
6570
6571 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
6572
6573 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6574
6575 * net/browse-url.el (browse-url-browser-function):
6576 `eww-browse-url' has the right calling signature, `eww' does not.
6577
6578 2013-06-19 Glenn Morris <rgm@gnu.org>
6579
6580 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6581 Only eval autoloaded macros.
6582 (byte-compile-autoload): Only give the macro warning for macros.
6583
6584 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
6585 (ps-underlined-faces): Declare.
6586
6587 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
6588 (speedbar-add-supported-extension): Declare.
6589
6590 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
6591 Don't include a date stamp in the header of the generated file;
6592 it leads to needless differences between output files.
6593
6594 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6595
6596 * net/secrets.el (secrets-struct-secret-content-type):
6597 Replace check of introspection data by a test call of "CreateItem".
6598 Some servers do not offer introspection.
6599
6600 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6601
6602 * electric.el (electric-pair-mode): Improve interaction with
6603 electric-layout-mode.
6604 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
6605 (electric-pair-syntax): Use text-mode-syntax-table in comments
6606 and strings.
6607 (electric-pair--insert): New function.
6608 (electric-pair-post-self-insert-function): Use it and
6609 electric--after-char-pos.
6610
6611 2013-06-19 Leo Liu <sdl.web@gmail.com>
6612
6613 * progmodes/octave.el (octave-help): Fix regexp.
6614
6615 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6616
6617 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
6618 (shr-table-horizontal-line): Allow nil as a value, and change the
6619 default.
6620 (shr-insert-table-ruler): Respect the nil value.
6621
6622 2013-06-18 Tom Tromey <tromey@barimba>
6623
6624 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6625 New defvars.
6626 (eww-open-file): New defun.
6627 (eww-render): Initialize new variables.
6628 (eww-display-html): Handle "link" and "a".
6629 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
6630 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
6631 (eww-back-url): Rename from eww-previous-url.
6632 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6633 New defuns.
6634
6635 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
6636
6637 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
6638 Distinguish ternary operator tokens from slash symbol and slash
6639 char literal.
6640
6641 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6642
6643 Convert symbol prettification into minor mode and global minor mode.
6644
6645 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
6646 `prog-prettify-symbols', and make a local defvar instead of defcustom.
6647 (prettify-symbols--keywords): Rename from
6648 `prog-prettify-symbols-alist' and make a local defvar.
6649 (prettify-symbols--compose-symbol): Rename from
6650 `prog--prettify-font-lock-compose-symbol'.
6651 (prettify-symbols--make-keywords): Rename from
6652 `prog-prettify-font-lock-symbols-keywords' and simplify.
6653 (prog-prettify-install): Remove.
6654 (prettify-symbols-mode): New minor mode, based on
6655 `prog-prettify-install'.
6656 (turn-on-prettify-symbols-mode): New function.
6657 (global-prettify-symbols-mode): New globalized minor mode.
6658
6659 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6660 * progmodes/cfengine.el (cfengine3-mode):
6661 * progmodes/perl-mode.el (perl-mode): Don't call
6662 `prog-prettify-install'; set `prettify-symbols-alist' instead.
6663
6664 2013-06-18 Juri Linkov <juri@jurta.org>
6665
6666 * files-x.el (modify-file-local-variable-message): New function.
6667 (modify-file-local-variable)
6668 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
6669 and call `modify-file-local-variable-message' when it's non-nil.
6670 (add-file-local-variable, delete-file-local-variable)
6671 (add-file-local-variable-prop-line)
6672 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
6673 and use it. (Bug#9820)
6674
6675 2013-06-18 Juri Linkov <juri@jurta.org>
6676
6677 * emulation/vi.el (vi-shell-op):
6678 * emulation/vip.el (vip-execute-com, ex-command):
6679 * emulation/viper-cmd.el (viper-exec-bang):
6680 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
6681 the call of `shell-command-on-region'. (Bug#14637)
6682
6683 * simple.el (shell-command-on-region): Doc fix.
6684
6685 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6686
6687 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
6688 (bug#14633).
6689
6690 2013-06-18 Glenn Morris <rgm@gnu.org>
6691
6692 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
6693
6694 * newcomment.el (comment-search-forward, comment-search-backward):
6695 Doc fix. (Bug#14376)
6696
6697 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6698
6699 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
6700 (buffer-face-mode-invoke): Doc fix.
6701
6702 2013-06-18 Matthias Meulien <orontee@gmail.com>
6703
6704 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
6705 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
6706
6707 2013-06-18 Glenn Morris <rgm@gnu.org>
6708
6709 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
6710 Replace obsolete function generic-make-keywords with its expansion.
6711
6712 * progmodes/python.el (ffap-alist): Declare.
6713
6714 * textmodes/reftex.el (bibtex-mode-map): Declare.
6715
6716 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6717
6718 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
6719 (package-unpack, package-unpack-single): Return the pkg-dir.
6720 (package-download-transaction): Use it to update package-alist.
6721
6722 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6723
6724 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
6725 possible choice.
6726
6727 2013-06-17 Juri Linkov <juri@jurta.org>
6728
6729 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
6730
6731 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6732
6733 * emacs-lisp/package.el (package-load-descriptor):
6734 Remove `with-syntax-table' call, `read' doesn't need it.
6735 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
6736
6737 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6738
6739 * startup.el (command-line): Expand package name returned by
6740 `package--description-file' (bug#14639).
6741
6742 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6743
6744 * emacs-lisp/package.el (package-load-descriptor): Do not call
6745 `emacs-lisp-mode', just use its syntax table.
6746
6747 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6748
6749 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
6750 `font-lock-extra-managed-props' if any prettifying keyword is added.
6751 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
6752 (prog-mode): Use `setq-local'.
6753
6754 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6755
6756 * international/characters.el (standard-case-table): Set syntax of ?»
6757 and ?« to punctuation.
6758
6759 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
6760
6761 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
6762 Save relevant match data before calling `syntax-ppss' (bug#14595).
6763
6764 2013-06-15 Juri Linkov <juri@jurta.org>
6765
6766 * files-x.el (modify-file-local-variable-prop-line): Add local
6767 variables to the end of the existing comment on the first line.
6768 Use `file-auto-mode-skip' to skip interpreter magic line,
6769 and also skip XML declaration.
6770
6771 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6772
6773 * startup.el (package--builtin-versions): New var.
6774 (package-subdirectory-regexp): Remove.
6775 (package--description-file): Hard code its value instead.
6776
6777 * emacs-lisp/package.el: Don't activate packages older than builtin.
6778 (package-obsolete-list): Rename from package-obsolete-alist, and make
6779 it into a simple list of package-desc.
6780 (package-strip-version): Remove.
6781 (package-built-in-p): Use package--builtin-versions.
6782 (package-mark-obsolete): Simplify.
6783 (package-process-define-package): Mark it obsolete if older than the
6784 builtin version.
6785 (package-handle-response): Use line-end-position.
6786 (package-read-archive-contents, package--download-one-archive):
6787 Simplify.
6788 (package--add-to-archive-contents): Skip if older than the builtin or
6789 installed version.
6790 (package-menu-describe-package): Fix last change.
6791 (package-list-unversioned): New var.
6792 (package-menu--generate): Use it.
6793
6794 * emacs-lisp/autoload.el: Manage package--builtin-versions.
6795 (autoload--insert-text, autoload--insert-cookie-text): New functions.
6796 (autoload-builtin-package-versions): New variable.
6797 (autoload-generate-file-autoloads): Use them.
6798 Remove the list of autoloaded functions/macros from the
6799 (autoload...) comments.
6800
6801 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
6802
6803 2013-06-15 Eli Zaretskii <eliz@gnu.org>
6804
6805 * simple.el (line-move-partial): Don't jump to the next screen
6806 line as soon as it becomes visible. Instead, continue enlarging
6807 the vscroll until the portion of a tall screen line that's left on
6808 display is about the height of the frame's default font.
6809 (Bug#14567)
6810
6811 2013-06-15 Glenn Morris <rgm@gnu.org>
6812
6813 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
6814 compilation-error-regexp-alist void, or local while let-bound.
6815
6816 * progmodes/make-mode.el (makefile-mode-syntax-table):
6817 Treat "=" as punctuation. (Bug#14614)
6818
6819 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
6820
6821 * help-fns.el (describe-variable):
6822 Add extra line for permanent-local variables.
6823
6824 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
6825
6826 * progmodes/scheme.el (scheme-font-lock-keywords-2):
6827 Add export, import, library. (Bug#9164)
6828 (library): Set indent function.
6829
6830 2013-06-14 Glenn Morris <rgm@gnu.org>
6831
6832 * term/xterm.el (xterm--query):
6833 Stop after first matching handler. (Bug#14615)
6834
6835 2013-06-14 Ivan Kanis <ivan@kanis.fr>
6836
6837 Add support for dired in saveplace.
6838 * dired.el (dired-initial-position-hook): New variable.
6839 (dired-initial-position): Call hook to place cursor position.
6840 * saveplace.el (save-place-to-alist): Add dired position.
6841 (save-place-dired-hook): New function.
6842
6843 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6844
6845 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
6846 through a symbol rather than letrec.
6847
6848 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
6849 (package-desc): Add `dir' field.
6850 (package-desc-full-name): New function.
6851 (package-load-descriptor): Combine the two arguments. Don't use `load'.
6852 (package-maybe-load-descriptor): Remove.
6853 (package-load-all-descriptors): Just call package-load-descriptor.
6854 (package--disabled-p): New function.
6855 (package-desc-vers, package-desc-doc): Remove aliases.
6856 (package--dir): Remove function.
6857 (package-activate): Check if a package is disabled.
6858 (package-process-define-package): New function, extracted from
6859 define-package.
6860 (define-package): Turn into a place holder.
6861 (package-unpack-single, package-tar-file-info):
6862 Use package--description-file.
6863 (package-compute-transaction): Use package--disabled-p.
6864 (package-download-transaction): Don't call
6865 package-maybe-load-descriptor since they're all loaded anyway.
6866 (package-install): Change argument to be a pkg-desc.
6867 (package-delete): Use a single pkg-desc argument.
6868 (describe-package-1): Use package-desc-dir instead of package--dir.
6869 Use package-desc property instead of package-symbol.
6870 (package-install-button-action): Adjust accordingly.
6871 (package--push): Rewrite.
6872 (package-menu--print-info): Adjust accordingly. Change the ID format
6873 to be a pkg-desc.
6874 (package-menu-describe-package, package-menu-get-status)
6875 (package-menu--find-upgrades, package-menu-mark-upgrades)
6876 (package-menu-execute, package-menu--name-predicate):
6877 Adjust accordingly.
6878 * startup.el (package--description-file): New function.
6879 (command-line): Use it.
6880 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6881 Use package-desc-version.
6882
6883 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
6884 (byte-compile-preprocess): Use it.
6885 (byte-compile-file-form-defalias): Try a bit harder to use macros we
6886 can't quite recognize.
6887 (byte-compile-add-to-list): Remove.
6888 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
6889 (cconv-closure-convert): Add assertion.
6890
6891 * emacs-lisp/map-ynp.el: Use lexical-binding.
6892 (map-y-or-n-p): Remove unused vars `tail' and `object'.
6893 Factor out some repeated code.
6894
6895 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6896
6897 * subr.el (with-eval-after-load): New macro.
6898 (eval-after-load): Allow form to be a function.
6899 take advantage of lexical-binding.
6900 (do-after-load-evaluation): Use dolist and adjust to new format.
6901 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
6902
6903 2013-06-13 Juri Linkov <juri@jurta.org>
6904
6905 * replace.el (perform-replace): Display "symbol " and other search
6906 modes from `isearch-message-prefix' in the *Help* buffer.
6907
6908 * isearch.el (isearch-query-replace): Add " symbol" and other
6909 possible search modes from `isearch-message-prefix' to the prompt.
6910 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
6911 when reading a regexp to collect.
6912
6913 2013-06-13 Juri Linkov <juri@jurta.org>
6914
6915 * isearch.el (word-search-regexp): Match whitespace if the search
6916 string begins or ends in whitespace. The LAX arg is applied to
6917 both ends of the search string. Use `regexp-quote' and explicit
6918 \< and \> instead of \b. Use \` and \' instead of ^ and $.
6919 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
6920 boundaries are replaced with symbol boundaries, and characters
6921 between symbols match non-word non-symbol syntax. (Bug#14602)
6922
6923 2013-06-13 Juri Linkov <juri@jurta.org>
6924
6925 * isearch.el (isearch-del-char): Don't exceed the length of
6926 `isearch-string' by the prefix arg. (Bug#14563)
6927
6928 2013-06-13 Juri Linkov <juri@jurta.org>
6929
6930 * isearch.el (isearch-yank-word, isearch-yank-line)
6931 (isearch-char-by-name, isearch-quote-char)
6932 (isearch-printing-char, isearch-process-search-char):
6933 Add optional count prefix arg. (Bug#14563)
6934
6935 * international/isearch-x.el
6936 (isearch-process-search-multibyte-characters):
6937 Add optional count prefix arg.
6938
6939 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6940
6941 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
6942 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
6943 lexical-binding.
6944
6945 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
6946
6947 * subr.el (set-temporary-overlay-map): Add on-exit argument.
6948
6949 2013-06-13 Glenn Morris <rgm@gnu.org>
6950
6951 * startup.el (tty-handle-args):
6952 Don't just discard "--" and anything after. (Bug#14608)
6953
6954 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
6955
6956 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
6957
6958 Implement changes in Secret Service API. Make it backward compatible.
6959 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
6960 (secrets-create-item): Use it. Prefix properties with interface.
6961
6962 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
6963
6964 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
6965 (term-emulate-terminal): Respect term-suppress-hard-newline.
6966
6967 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
6968
6969 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6970 Only remove a `thumb-file' overlay. (Bug#14548)
6971
6972 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
6973
6974 * mail/reporter.el (reporter-submit-bug-report):
6975 Handle missing package-name. (Bug#14600)
6976
6977 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6978
6979 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
6980 (reftex-citation-prompt, reftex-default-bibliography)
6981 (reftex-bib-or-thebib, reftex-get-bibfile-list)
6982 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6983 (reftex-bib-sort-author, reftex-bib-sort-year)
6984 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
6985 (reftex-extract-bib-entries-from-thebibliography)
6986 (reftex-get-bibkey-default, reftex-get-bib-names)
6987 (reftex-parse-bibtex-entry, reftex-get-bib-field)
6988 (reftex-format-bib-entry, reftex-parse-bibitem)
6989 (reftex-format-bibitem, reftex-do-citation)
6990 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
6991 (reftex-restrict-bib-matches, reftex-extract-bib-file)
6992 (reftex-insert-bib-matches, reftex-format-citation)
6993 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
6994 (reftex-create-bibtex-file): Add docstrings, mostly by converting
6995 existing comments into docstrings.
6996
6997 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6998
6999 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
7000
7001 2013-06-12 Andreas Schwab <schwab@suse.de>
7002
7003 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
7004 for auto-save files.
7005
7006 2013-06-12 Glenn Morris <rgm@gnu.org>
7007
7008 * ido.el (ido-delete-ignored-files): Remove.
7009 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
7010 Go back to calling ido-ignore-item-p directly.
7011
7012 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
7013
7014 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
7015
7016 * ido.el (ido-delete-ignored-files): New function,
7017 split from ido-make-file-list-1.
7018 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
7019 (ido-make-file-list-1): Use ido-delete-ignored-files.
7020
7021 2013-06-12 Leo Liu <sdl.web@gmail.com>
7022
7023 * progmodes/octave.el (inferior-octave-startup)
7024 (inferior-octave-completion-table)
7025 (inferior-octave-track-window-width-change)
7026 (octave-eldoc-function-signatures, octave-help)
7027 (octave-find-definition): Use single quoted strings.
7028 (inferior-octave-startup-args): Change default value.
7029 (inferior-octave-startup): Do not hard code "-i" and
7030 "--no-line-editing".
7031 (inferior-octave-resync-dirs): Add optional arg NOERROR.
7032 (inferior-octave-directory-tracker): Use it.
7033 (octave-goto-function-definition): Robustify.
7034 (octave-help): Support highlighting operators in 'See also'.
7035 (octave-find-definition): Find subfunctions only in Octave mode.
7036
7037 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7038
7039 * help-fns.el (help-fns--compiler-macro): If the handler function is
7040 named, then put a link to it.
7041 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
7042 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
7043 (cl-typep): Use it.
7044 (cl-eval-when): Simplify debug spec.
7045 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
7046 compiler-macro function instead of setting `compiler-macro-file'.
7047
7048 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7049
7050 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
7051 * vc/vc-hooks.el (vc-stay-local): Doc fix.
7052
7053 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7054 Daniel Hackney <dan@haxney.org>
7055
7056 First part of Daniel Hackney's patch to package.el.
7057 * emacs-lisp/package.el: Use defstruct.
7058 (package-desc): New, main struct.
7059 (package--bi-desc, package--ac-desc): New structs, used to describe the
7060 format in external files.
7061 (package-desc-vers): Replace with package-desc-version accessor.
7062 (package-desc-doc): Replace with package-desc-summary accessor.
7063 (package-activate-1): Remove `package' arg since the pkg-vec now
7064 includes the name.
7065 (define-package): Use package-desc-from-define.
7066 (package-unpack-single): Change file-name arg to be a symbol.
7067 (package--add-to-archive-contents): Use package-desc-create and new
7068 accessor functions to package--ac-desc.
7069 (package-buffer-info, package-tar-file-info): Return a package-desc.
7070 (package-install-from-buffer): Remove `type' argument. Change pkg-info
7071 arg to be a package-desc.
7072 (package-install-file): Adjust accordingly. Use \' to match EOS.
7073 (package--from-builtin): New function.
7074 (describe-package-1, package-menu--generate): Use it.
7075 (package--make-autoloads-and-compile): Change name arg to be a symbol.
7076 (package-generate-autoloads): Idem and return the name of the file.
7077 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7078 Change pkg-info arg to be a package-desc.
7079 Use package-make-ac-desc.
7080 (package-upload-file): Use \' to match EOS.
7081 * finder.el (finder-compile-keywords): Use package-make-builtin.
7082
7083 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7084
7085 * vc/vc.el (vc-deduce-fileset): Change error message.
7086 (vc-read-backend): New function.
7087 (vc-next-action): Use it.
7088
7089 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
7090
7091 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
7092 (prolog-font-lock-keywords): Use regexp-opt instead.
7093 Don't manually highlight strings.
7094 (prolog-mode-variables): Simplify comment-start-skip.
7095 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
7096
7097 * emacs-lisp/generic.el (generic--normalise-comments)
7098 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
7099 (generic-mode-set-comments): Use them.
7100 (generic-bracket-support): Use setq-local.
7101 (generic-make-keywords-list): Declare obsolete.
7102
7103 2013-06-11 Glenn Morris <rgm@gnu.org>
7104
7105 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7106 Prettify after setting font-lock-defaults. (Bug#14574)
7107
7108 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
7109
7110 * replace.el (query-replace, occur-read-regexp-defaults-function)
7111 (replace-search):
7112 * subr.el (declare-function, number-sequence, local-set-key)
7113 (substitute-key-definition, locate-user-emacs-file)
7114 (with-silent-modifications, split-string, eval-after-load):
7115 Fix typos, remove unneeded backslashes and reflow some docstrings.
7116
7117 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7118
7119 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
7120 default for Elisp files.
7121
7122 2013-06-11 Glenn Morris <rgm@gnu.org>
7123
7124 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
7125 although define-derived-mode was doing this anyway. (Bug#14583)
7126
7127 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
7128
7129 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7130 Fix make-variable-buffer-local call to refer to the correct variable.
7131
7132 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
7133
7134 * eshell/em-term.el (eshell-visual-commands)
7135 (eshell-visual-subcommands, eshell-visual-options):
7136 Add summary line to docstrings. Add cross-references.
7137
7138 2013-06-10 Glenn Morris <rgm@gnu.org>
7139
7140 * epa.el (epa-read-file-name): New function. (Bug#14510)
7141 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
7142
7143 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
7144
7145 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
7146 output redirection to be ignored with visual commands.
7147
7148 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
7149
7150 * eshell/em-term.el (eshell-visual-command-p): New function.
7151 (eshell-term-initialize): Move long lambda to separate function
7152 eshell-visual-command-p.
7153 * eshell/em-dirs.el (eshell-dirs-initialise):
7154 * eshell/em-script.el (eshell-script-initialize):
7155 Add missing #' to lambda.
7156
7157 2013-06-08 Leo Liu <sdl.web@gmail.com>
7158
7159 * progmodes/octave.el (octave-add-log-current-defun): New function.
7160 (octave-mode): Set add-log-current-defun-function.
7161 (octave-goto-function-definition): Do not move point if not found.
7162 (octave-find-definition): Enhance to try subfunctions first.
7163
7164 2013-06-08 Glenn Morris <rgm@gnu.org>
7165
7166 * emacs-lisp/bytecomp.el (byte-compile-char-before)
7167 (byte-compile-backward-char, byte-compile-backward-word):
7168 Improve previous change, to handle non-explicit nil.
7169
7170 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7171
7172 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
7173 (smie--opener/closer-at-point): New function.
7174 (smie--matching-block-data): Use it. Don't match from right after an
7175 opener or right before a closer. Obey smie-blink-matching-inners.
7176 Don't signal a mismatch for repeated inners like "switch..case..case".
7177
7178 2013-06-07 Leo Liu <sdl.web@gmail.com>
7179
7180 * progmodes/octave.el (octave-mode): Set comment-use-global-state
7181 to t. (Bug#14303)
7182 (octave-function-header-regexp): Fix. (Bug#14570)
7183 (octave-help-mode-finish-hook, octave-help-mode-finish):
7184 Remove. Just use temp-buffer-show-hook.
7185
7186 * newcomment.el (comment-search-backward): Revert last change.
7187 (Bug#14434)
7188
7189 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
7190
7191 2013-06-07 Eli Zaretskii <eliz@gnu.org>
7192
7193 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
7194 through xargs, to avoid failure due to MS-Windows limitations on
7195 command-line length.
7196
7197 2013-06-06 Glenn Morris <rgm@gnu.org>
7198
7199 * font-lock.el (lisp-font-lock-keywords-2):
7200 Treat user-error like error.
7201
7202 * emacs-lisp/bytecomp.el (byte-compile-char-before)
7203 (byte-compile-backward-char, byte-compile-backward-word):
7204 Handle explicit nil arguments. (Bug#14565)
7205
7206 2013-06-05 Alan Mackenzie <acm@muc.de>
7207
7208 * isearch.el (isearch-allow-prefix): New user option.
7209 (isearch-other-meta-char): Don't exit isearch when a prefix
7210 argument is typed whilst `isearch-allow-prefix' is non-nil.
7211 (Bug#9706)
7212
7213 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7214
7215 * autorevert.el (auto-revert-notify-handler): Use memq.
7216 Hide assertion failure.
7217
7218 * skeleton.el: Use cl-lib.
7219 (skeleton-further-elements): Use defvar-local.
7220 (skeleton-insert): Use cl-progv.
7221
7222 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7223
7224 * progmodes/prog-mode.el (prog-prettify-symbols)
7225 (prog-prettify-install): Update docstrings.
7226
7227 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7228
7229 * simple.el: Move all the prog-mode code to prog-mode.el.
7230 * progmodes/prog-mode.el: New file.
7231 * loadup.el: Add prog-mode.el.
7232
7233 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7234
7235 * simple.el (prog-prettify-symbols): Add version.
7236 (prog-prettify-install): Add convenience function to prettify symbols.
7237
7238 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
7239 (perl--augmented-font-lock-keywords-1)
7240 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
7241 variables and use it.
7242
7243 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7244 (cfengine3-mode): Remove unneeded variable and use it.
7245
7246 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7247 (lisp--augmented-font-lock-keywords-1)
7248 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
7249 Remove unneeded variables and use it.
7250
7251 2013-06-05 João Távora <joaotavora@gmail.com>
7252
7253 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
7254 to point when opening the connection. (Bug#14380)
7255
7256 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * subr.el (load-history-regexp, load-history-filename-element)
7259 (eval-after-load, after-load-functions, do-after-load-evaluation)
7260 (eval-next-after-load, display-delayed-warnings)
7261 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
7262 definition of save-match-data.
7263 (overriding-local-map): Remove accidental obsolescence declaration.
7264
7265 * emacs-lisp/edebug.el (edebug-result): Move before first use.
7266
7267 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7268
7269 Generalize symbol prettify support to prog-mode and implement it
7270 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
7271 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
7272 (prog--prettify-font-lock-compose-symbol)
7273 (prog-prettify-font-lock-symbols-keywords): New variables and
7274 functions to support symbol prettification.
7275 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7276 (lisp--augmented-font-lock-keywords-1)
7277 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
7278 (lisp--prettify-symbols-alist): Implement prettify of lambda.
7279 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7280 (cfengine3--prettify-symbols-alist, cfengine3-mode):
7281 Implement prettify of -> => :: strings.
7282 * progmodes/perl-mode.el (perl-prettify-symbols)
7283 (perl--font-lock-compose-symbol)
7284 (perl--font-lock-symbols-keywords): Move to prog-mode.
7285 (perl--prettify-symbols-alist): Prettify -> => :: strings.
7286 (perl-font-lock-keywords-1)
7287 (perl-font-lock-keywords-2): Remove explicit prettify support.
7288 (perl--augmented-font-lock-keywords)
7289 (perl--augmented-font-lock-keywords-1)
7290 (perl--augmented-font-lock-keywords-2, perl-mode):
7291 Implement prettify support.
7292
7293 2013-06-05 Leo Liu <sdl.web@gmail.com>
7294
7295 Re-implement smie matching block highlight using
7296 show-paren-data-function. (Bug#14395)
7297 * emacs-lisp/smie.el (smie-matching-block-highlight)
7298 (smie--highlight-matching-block-overlay)
7299 (smie--highlight-matching-block-lastpos)
7300 (smie-highlight-matching-block)
7301 (smie-highlight-matching-block-mode): Remove.
7302 (smie--matching-block-data-cache): New variable.
7303 (smie--matching-block-data): New function.
7304 (smie-setup): Use smie--matching-block-data for
7305 show-paren-data-function.
7306
7307 * progmodes/octave.el (octave-mode-menu): Fix.
7308 (octave-find-definition): Skip garbage lines.
7309
7310 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7311
7312 Fix compilation error with simultaneous dynamic+lexical scoping.
7313 Add warning when a defvar appears after the first let-binding.
7314 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
7315 (byte-compile-close-variables): Initialize it.
7316 (byte-compile--declare-var): New function.
7317 (byte-compile-file-form-defvar)
7318 (byte-compile-file-form-define-abbrev-table)
7319 (byte-compile-file-form-custom-declare-variable): Use it.
7320 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
7321 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
7322 (byte-compile-bind): Handle dynamic bindings that shadow
7323 lexical bindings.
7324 (byte-compile-unbind): Make arg non-optional.
7325 (byte-compile-let): Simplify.
7326 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
7327 (cconv--analyse-function, cconv-analyse-form): Populate it.
7328 Protect byte-compile-bound-variables to limit the scope of defvars.
7329 (cconv-analyse-form): Add missing rule for (defvar <foo>).
7330 Remove unneeded rule for `declare'.
7331
7332 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
7333 so as to avoid depending on cl-adjoin at run-time.
7334 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
7335
7336 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
7337 (macroexp--warn-and-return): Use it.
7338
7339 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7340
7341 * lisp/subr.el: Convert to lexical binding.
7342 (overriding-local-map): Make obsolete.
7343 (add-to-list): Doc fix. Add compiler macro.
7344 (read-key): Swap values of local maps.
7345
7346 2013-06-05 Leo Liu <sdl.web@gmail.com>
7347
7348 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
7349
7350 2013-06-04 Leo Liu <sdl.web@gmail.com>
7351
7352 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
7353 (compilation-auto-jump): Suppress the "Mark set" message to give
7354 way to exit message.
7355
7356 2013-06-04 Alan Mackenzie <acm@muc.de>
7357
7358 Remove faulty optimisation from indentation calculation.
7359 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
7360 search limit based on 2000 characters back from indent-point.
7361
7362 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7363
7364 * eshell/em-term.el (cl-lib): Require `cl-lib'.
7365
7366 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7367
7368 * emacs-lisp/lisp.el: Use lexical-binding.
7369 (lisp--local-variables-1, lisp--local-variables): New functions.
7370 (lisp--local-variables-completion-table): New var.
7371 (lisp-completion-at-point): Use it complete let-bound vars.
7372
7373 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
7374 eagerly (bug#14422).
7375
7376 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
7377
7378 * autorevert.el (auto-revert-notify-enabled)
7379 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7380 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
7381 (auto-revert-notify-handler): Handle also gfilenotify.
7382
7383 * subr.el (file-notify-handle-event): New defun. Replacing ...
7384 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
7385 Remove.
7386
7387 2013-06-03 Juri Linkov <juri@jurta.org>
7388
7389 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
7390 `M-s h .'. (Bug#14427)
7391
7392 * hi-lock.el (highlight-symbol-at-point): New alias for the new
7393 command `hi-lock-face-symbol-at-point'.
7394 (hi-lock-face-symbol-at-point): New command.
7395 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
7396 (hi-lock-menu): Add `highlight-symbol-at-point'.
7397 (hi-lock-mode): Doc fix.
7398
7399 * isearch.el (isearch-forward-symbol-at-point): New command.
7400 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
7401 (isearch-highlight-regexp): Add a regexp which matches
7402 words/symbols for word/symbol mode.
7403
7404 * subr.el (find-tag-default-bounds): New function with the body
7405 mostly moved from `find-tag-default'.
7406 (find-tag-default): Move most code to `find-tag-default-bounds',
7407 call it and apply `buffer-substring-no-properties' afterwards.
7408
7409 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7410
7411 * eshell/em-term.el (eshell-term-initialize):
7412 Use `cl-intersection' rather than `intersection'.
7413
7414 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
7415
7416 * vc/log-view.el: Doc fix.
7417 (log-view-mode-map): Copy keymap from `special-mode-map'.
7418
7419 2013-06-02 Eric Ludlam <zappo@gnu.org>
7420
7421 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
7422 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
7423 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
7424 (eieio-unbound, eieio-default-superclass)
7425 (eieio--define-field-accessors, method-static, method-before)
7426 (method-primary, method-after, method-num-lists)
7427 (method-generic-before, method-generic-primary)
7428 (method-generic-after, method-num-slots)
7429 (eieio-specialized-key-to-generic-key)
7430 (eieio--check-type, class-v, class-p)
7431 (eieio-class-name, define-obsolete-function-alias)
7432 (eieio-class-parents-fast, eieio-class-children-fast)
7433 (same-class-fast-p, class-constructor, generic-p)
7434 (generic-primary-only-p, generic-primary-only-one-p)
7435 (class-option-assoc, class-option, eieio-object-p)
7436 (class-abstract-p, class-method-invocation-order)
7437 (eieio-defclass-autoload-map, eieio-defclass-autoload)
7438 (eieio-class-un-autoload, eieio-defclass)
7439 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
7440 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
7441 (eieio--defgeneric-init-form, eieio-defgeneric-form)
7442 (eieio-defgeneric-reset-generic-form)
7443 (eieio-defgeneric-form-primary-only)
7444 (eieio-defgeneric-reset-generic-form-primary-only)
7445 (eieio-defgeneric-form-primary-only-one)
7446 (eieio-defgeneric-reset-generic-form-primary-only-one)
7447 (eieio-unbind-method-implementations)
7448 (eieio--defmethod, eieio--typep)
7449 (eieio-perform-slot-validation, eieio-validate-slot-value)
7450 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
7451 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
7452 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
7453 (eieio-slot-name-index, eieio-class-slot-name-index)
7454 (eieio-set-defaults, eieio-initarg-to-attribute)
7455 (eieio-attribute-to-initarg, eieio-c3-candidate)
7456 (eieio-c3-merge-lists, eieio-class-precedence-c3)
7457 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
7458 (eieio-class-precedence-list, eieio-generic-call-methodname)
7459 (eieio-generic-call-arglst, eieio-generic-call-key)
7460 (eieio-generic-call-next-method-list)
7461 (eieio-pre-method-execution-functions, eieio-generic-call)
7462 (eieio-generic-call-primary-only, eieiomt-method-list)
7463 (eieiomt-optimizing-obarray, eieiomt-install)
7464 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
7465 (eieio-generic-form, eieio-defmethod, make-obsolete)
7466 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
7467 (defclass): Remove `eval-and-compile' from macro.
7468 (call-next-method, shared-initialize): Instead of using
7469 `scoped-class' variable, use new eieio--scoped-class, and
7470 eieio--with-scoped-class.
7471 (initialize-instance): Rename local variable 'scoped-class' to
7472 'this-class' to remove ambiguitity from old global.
7473
7474 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
7475 eieio.el.
7476 (eieio--scoped-class-stack): New variable.
7477 (eieio--scoped-class): New fcn.
7478 (eieio--with-scoped-class): New scoping macro.
7479 (eieio-defclass): Use pushnew instead of add-to-list.
7480 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
7481 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
7482 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
7483 `scoped-class' variable, use new eieio--scoped-class, and
7484 eieio--with-scoped-class.
7485
7486 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
7487
7488 2013-06-02 Tassilo Horn <tsdh@gnu.org>
7489
7490 * eshell/esh-ext.el (eshell-external-command): Pass args to
7491 `eshell-find-interpreter'.
7492 (eshell-find-interpreter): Add new second parameter ARGS.
7493
7494 * eshell/em-script.el (eshell-script-initialize): Add second arg
7495 to the function added as MATCH to `eshell-interpreter-alist'.
7496
7497 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
7498 the function added as MATCH to `eshell-interpreter-alist'.
7499
7500 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
7501 (eshell-visual-options): New defcustom.
7502 (eshell-escape-control-x): Adapt docstring.
7503 (eshell-term-initialize): Test `eshell-visual-subcommands' and
7504 `eshell-visual-options' in addition to `eshell-visual-commands'.
7505 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
7506
7507 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
7508
7509 * progmodes/python.el (python-indent-block-enders): Add break,
7510 continue and raise keywords.
7511
7512 2013-06-01 Glenn Morris <rgm@gnu.org>
7513
7514 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
7515
7516 Plain (f)boundp silences compilation warnings since Emacs 22.1.
7517 * progmodes/cc-cmds.el (delete-forward-p):
7518 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7519 * progmodes/cc-engine.el (buffer-syntactic-context):
7520 * progmodes/cc-fonts.el (face-property-instance):
7521 * progmodes/cc-mode.el (set-keymap-parents):
7522 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7523 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7524 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
7525 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7526 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
7527
7528 * progmodes/cc-vars.el (other): Emacs has this widget since
7529 at least 21.1, so don't (re)define it.
7530
7531 * eshell/em-cmpl.el (eshell-cmpl-initialize):
7532 Replace the obsolete alias pcomplete-arg-quote-list.
7533
7534 2013-06-01 Leo Liu <sdl.web@gmail.com>
7535
7536 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7537 punctuation syntax.
7538 (inferior-octave-minimal-columns)
7539 (inferior-octave-last-column-width): New variables.
7540 (inferior-octave-track-window-width-change): New function.
7541 (inferior-octave-mode): Adjust column width so that Octave output,
7542 for example from 'ls', can fit into the window nicely.
7543
7544 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7545
7546 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7547 Highlight expansions inside regexp literals.
7548
7549 2013-05-31 Glenn Morris <rgm@gnu.org>
7550
7551 * obsolete/sym-comp.el (symbol-complete):
7552 Replace obsolete completion-annotate-function.
7553
7554 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
7555
7556 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7557
7558 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7559 New function, checks if point is inside a literal that allows
7560 expression expansion.
7561 (ruby-syntax-propertize-expansion): Use it.
7562 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
7563 around the body.
7564
7565 2013-05-30 Juri Linkov <juri@jurta.org>
7566
7567 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
7568 to "\M-si".
7569 (isearch-invisible): New variable.
7570 (isearch-forward): Doc fix.
7571 (isearch-mode): Set `isearch-invisible'
7572 to the value of `search-invisible'.
7573 (isearch-toggle-case-fold): Doc fix.
7574 (isearch-toggle-invisible): New command.
7575 (isearch-query-replace): Let-bind `search-invisible'
7576 to the value of `isearch-invisible'.
7577 (isearch-search): Use `isearch-invisible' instead of
7578 `search-invisible'. Let-bind `search-invisible'
7579 to the value of `isearch-invisible'. (Bug#11378)
7580
7581 2013-05-30 Juri Linkov <juri@jurta.org>
7582
7583 * replace.el (perform-replace): Avoid `isearch-range-invisible'
7584 call when `query-flag' is nil and `search-invisible' is non-nil.
7585 (Bug#11746)
7586
7587 2013-05-30 Glenn Morris <rgm@gnu.org>
7588
7589 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
7590
7591 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
7592 (cc-require): Suppress spurious "noruntime" warnings.
7593 (cc-require-when-compile): Use fboundp, for sake of compiler.
7594
7595 * progmodes/cc-mode.el: Move load of cc-vars before that of
7596 cc-langs (which in turn loads cc-vars), to quieten compiler.
7597
7598 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7599
7600 * paren.el: Simplify the code.
7601 (show-paren-mode): Always start the timer.
7602 (show-paren--idle-timer): Rename from show-paren-idle-timer.
7603 (show-paren--overlay, show-paren--overlay-1): Rename from
7604 show-paren-overlay and show-paren-overlay-1, and initialize to an
7605 overlay rather than to nil.
7606 (show-paren-function): Misc cleanup and simplifications.
7607
7608 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * paren.el (show-paren-data-function): New hook.
7611 (show-paren--default): New function, extracted from show-paren-function.
7612 (show-paren-function): Use show-paren-data-function.
7613
7614 2013-05-30 Glenn Morris <rgm@gnu.org>
7615
7616 * ielm.el (ielm-map, ielm-complete-symbol):
7617 Use completion-at-point rather than obsolete functions.
7618 (inferior-emacs-lisp-mode): Doc fix.
7619 Set completion-at-point-functions, rather than
7620 comint-dynamic-complete-functions.
7621
7622 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
7623 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
7624 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
7625
7626 * image.el (image-animated-p): Tweak definition.
7627
7628 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
7629 (rlogin-process-connection-type): Tweak default. Add set-after.
7630 (rlogin-host): Doc fix.
7631 (rlogin): Tweak prompt.
7632 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
7633
7634 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
7635 * progmodes/tcl.el (inferior-tcl-mode-map):
7636 Use completion-at-point rather than obsolete alias.
7637
7638 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
7639
7640 * minibuffer.el (read-file-name-completion-ignore-case):
7641 Move before completion--in-region, for eager macro expansion.
7642
7643 2013-05-29 Juri Linkov <juri@jurta.org>
7644
7645 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
7646 for total count of matching lines. Add `global-matches' for total
7647 count of matches. Rename `matches' to `lines' for count of
7648 matching lines. Add `matches' for count of matches.
7649 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
7650 to `prev-line' for line number of prev match endpt.
7651 Increment `matches' for every match. Print the number of
7652 matching lines in the header.
7653 (occur-context-lines): Rename `lines' to `curr-line'.
7654 Rename `prev-lines' to `prev-line'. (Bug#14017)
7655
7656 2013-05-29 Juri Linkov <juri@jurta.org>
7657
7658 * replace.el (perform-replace): Add `skip-read-only-count',
7659 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
7660 Increment them for corresponding conditions and report the number
7661 of skipped occurrences in the final message. (Bug#11746)
7662 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7663 (replace-string, replace-regexp): Doc fix.
7664
7665 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7666
7667 * emacs-lisp/trace.el (trace--read-args): Provide a default.
7668
7669 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
7670 prog-mode-map (bug#14504).
7671
7672 2013-05-29 Leo Liu <sdl.web@gmail.com>
7673
7674 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
7675 (octave-help): Small simplification.
7676
7677 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
7678 off the highlight first.
7679
7680 2013-05-29 Glenn Morris <rgm@gnu.org>
7681
7682 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
7683 Handle idlwave-last-system-routine-info-cons-cell being nil.
7684
7685 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7686 (idlwave-write-paths): Simplify via with-temp-buffer.
7687
7688 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
7689 * emulation/cua-rect.el: Also load cua-base at run time.
7690
7691 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
7692 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
7693 (cperl-imenu-on-info): Require imenu.
7694
7695 2013-05-28 Alan Mackenzie <acm@muc.de>
7696
7697 Handle "capitalised keywords" correctly.
7698 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
7699
7700 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
7701
7702 * eshell/em-unix.el: Add -r option to cp.
7703
7704 2013-05-28 Glenn Morris <rgm@gnu.org>
7705
7706 * vc/vc-arch.el (vc-exec-after): Declare.
7707 (vc-switches): Autoload.
7708 * vc/vc-bzr.el: No need to require vc when compiling.
7709 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
7710 (vc-resynch-buffer, vc-dir-refresh): Declare.
7711 (vc-setup-buffer, vc-switches): Autoload.
7712 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
7713 (vc-resynch-buffer): Declare.
7714 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
7715 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
7716 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
7717 (grep-read-regexp, grep-read-files, grep-expand-template)
7718 (vc-dir-refresh): Declare.
7719 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
7720 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
7721 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
7722 * vc/vc-mtn.el (vc-exec-after): Declare.
7723 (vc-switches): Autoload.
7724 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
7725 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
7726 (vc-file-tree-walk): Declare.
7727 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
7728 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
7729 (vc-tag-precondition, vc-rename-master): Autoload.
7730 * vc/vc-svn.el (vc-exec-after): Declare.
7731 (vc-switches, vc-setup-buffer): Autoload.
7732 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
7733 Autoload.
7734 (vc-resynch-buffer): Declare.
7735
7736 * obsolete/fast-lock.el (byte-compile-warnings):
7737 Don't warn about obsolete features in this obsolete file.
7738
7739 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
7740 Move definition before use.
7741
7742 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
7743 (dun-unix-verbs): Remove dun-zippy.
7744 (dun-zippy): Remove function.
7745
7746 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7747
7748 2013-05-27 Juri Linkov <juri@jurta.org>
7749
7750 * replace.el (replace-search): New function with code moved out
7751 from `perform-replace'.
7752 (replace-highlight, replace-dehighlight): Move function definitions
7753 up closer to `replace-search'. (Bug#11746)
7754
7755 2013-05-27 Juri Linkov <juri@jurta.org>
7756
7757 * replace.el (perform-replace): Ignore invisible matches.
7758 In addition to checking `query-replace-skip-read-only', also
7759 filter out matches by calling `run-hook-with-args-until-failure'
7760 on `isearch-filter-predicates', and also check `search-invisible'
7761 for t or call `isearch-range-invisible'.
7762 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
7763
7764 2013-05-27 Juri Linkov <juri@jurta.org>
7765
7766 * isearch.el (isearch-filter-predicates): Rename from
7767 `isearch-filter-predicate'. Doc fix. (Bug#11378)
7768 (isearch-message-prefix): Display text from the property
7769 `isearch-message-prefix' of the currently active filters.
7770 (isearch-search): Don't compare `isearch-filter-predicate' with
7771 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
7772 on `isearch-filter-predicates'. Also check `search-invisible' for t
7773 or call `isearch-range-invisible'.
7774 (isearch-filter-visible): Make obsolete.
7775 (isearch-lazy-highlight-search):
7776 Call `run-hook-with-args-until-failure' on
7777 `isearch-filter-predicates' and use `isearch-range-invisible'.
7778
7779 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
7780 `isearch-filter-predicates' instead of `funcall'ing
7781 `isearch-filter-predicate'.
7782 (Info-mode): Set `Info-isearch-filter' to
7783 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
7784
7785 * dired-aux.el (dired-isearch-filter-predicate-orig):
7786 Remove variable.
7787 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
7788 (dired-isearch-filenames-end): Add and remove
7789 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
7790 instead of changing the value of `isearch-filter-predicate'.
7791 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
7792 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
7793 Put property `isearch-message-prefix' to "filename " on
7794 `dired-isearch-filter-filenames'.
7795
7796 * wdired.el (wdired-change-to-wdired-mode):
7797 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
7798 locally instead of changing `isearch-filter-predicate'.
7799 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
7800
7801 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
7802
7803 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
7804 return the commit hash (Bug#14459). Also set the
7805 `vc-git-detached' property.
7806 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
7807 (vc-git-mode-line-string): Use the same help-echo format whether
7808 in detached mode or not, because we know the actual revision now.
7809 When in detached mode, shorten the revision to 7 chars.
7810
7811 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7812
7813 * emacs-lisp/easy-mmode.el (define-minor-mode):
7814 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
7815 mode hook and provide a docstring.
7816
7817 2013-05-27 Alan Mackenzie <acm@muc.de>
7818
7819 Remove spurious syntax-table text properties inserted by C-y.
7820 * progmodes/cc-mode.el (c-after-change): Also clear hard
7821 syntax-table property with value nil.
7822
7823 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
7824
7825 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
7826 when reading the events; the buffer layout shall not be changed.
7827
7828 2013-05-27 Leo Liu <sdl.web@gmail.com>
7829
7830 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
7831 New variable.
7832 (inferior-octave-directory-tracker): Automatically re-sync
7833 default-directory.
7834 (octave-help): Improve handling of 'See also'.
7835
7836 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7837
7838 * doc-view.el: Minor naming convention tweaks.
7839 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
7840
7841 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
7842 even if there's no `display' property yet (bug#14435).
7843
7844 2013-05-25 Eli Zaretskii <eliz@gnu.org>
7845
7846 * subr.el (unmsys--file-name): Rename from reveal-filename.
7847
7848 * Makefile.in (custom-deps, finder-data, autoloads)
7849 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7850 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7851 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
7852
7853 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7854
7855 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
7856 error-completion on the first 2 args of condition-case (bug#14446).
7857 Don't burp at EOB.
7858
7859 2013-05-25 Leo Liu <sdl.web@gmail.com>
7860
7861 * comint.el (comint-previous-matching-input): Do not flood the
7862 *Messages* buffer with trivial messages.
7863
7864 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7865
7866 * progmodes/flymake.el (flymake-nop): Don't return a string.
7867 (flymake-set-at): Fix typo.
7868
7869 * simple.el (read--expression): New function, extracted from
7870 eval-expression. Set completion-at-point-functions (bug#14465).
7871 (eval-expression, eval-minibuffer): Use it.
7872
7873 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
7874
7875 * progmodes/flymake.el (flymake-save-buffer-in-file)
7876 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
7877 (flymake-selected-frame, flymake-log, flymake-ins-after)
7878 (flymake-set-at, flymake-get-buildfile-from-cache)
7879 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
7880 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
7881 Refine the doc string.
7882 (flymake-get-file-name-mode-and-masks): Reformat.
7883 (flymake-get-real-file-name-function): Fix a minor bug.
7884
7885 2013-05-24 Juri Linkov <juri@jurta.org>
7886
7887 * progmodes/grep.el (grep-mode-font-lock-keywords):
7888 Support =linenumber= format used by git-grep for lines with
7889 function names. (Bug#13549)
7890
7891 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7892
7893 * progmodes/octave.el (octave-smie-rules): Return nil rather than
7894 0 after a semi-colon; it works better for smie-auto-fill.
7895 (octave--indent-new-comment-line): New function.
7896 (octave-indent-new-comment-line): Use it (indirectly).
7897 (octave-mode): Don't disable smie-auto-fill. Use add-function to
7898 modify comment-line-break-function.
7899
7900 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
7901 (smie-setup): Use add-function to set it.
7902
7903 2013-05-24 Sam Steingold <sds@gnu.org>
7904
7905 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
7906 argument (before the `interactive' argument).
7907
7908 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7909
7910 * image-mode.el (image-mode-winprops): Add winprops to
7911 image-mode-winprops-alist before running
7912 image-mode-new-window-functions.
7913 * doc-view.el (doc-view-new-window-function): Don't delay
7914 doc-view-goto-page via timers (bug#14435).
7915
7916 2013-05-24 Tassilo Horn <tsdh@gnu.org>
7917
7918 * doc-view.el: Integrate with desktop.el. (Bug#14435)
7919 (doc-view-desktop-save-buffer): New function.
7920 (doc-view-restore-desktop-buffer): New function.
7921 (desktop-buffer-mode-handlers):
7922 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
7923 handler.
7924 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
7925 `desktop-save-buffer' function.
7926
7927 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
7928
7929 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
7930 (tramp-gvfs-file-name-handler): Raise a user error when
7931 `tramp-gvfs-enabled' is nil.
7932 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
7933 Do not raise a user error when loading package. (Bug#14447)
7934
7935 * net/xesam.el: Move to obsolete/.
7936
7937 2013-05-24 Glenn Morris <rgm@gnu.org>
7938
7939 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
7940
7941 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
7942
7943 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
7944 (Info-find-node, Man-getpage-in-background): Declare.
7945
7946 * mail/unrmail.el (unrmail):
7947 Replace obsolete detect-coding-with-priority.
7948
7949 * net/socks.el (socks-split-string): Use this rather than split-string.
7950 (socks-nslookup-host): Update for above change.
7951 (dynamic-choice, s5-dynamic-choice-match)
7952 (s5-dynamic-choice-match-inline, s5-widget-value-create):
7953 Comment out unused code.
7954
7955 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
7956 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
7957 (gud-tooltip-echo-area): Make obsolete.
7958 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
7959
7960 * progmodes/js.el (js--optimize-arglist): Declare.
7961
7962 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
7963
7964 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
7965 (ediff-window-C): Declare.
7966
7967 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
7968 Tweak requires to silence compiler.
7969
7970 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
7971 (he-search-string, he-tried-table, he-expand-list)
7972 (he-init-string, he-string-member, he-substitute-string)
7973 (he-reset-string): Declare.
7974
7975 * obsolete/options.el (list-options): Use custom-variable-p,
7976 rather than obsolete alias.
7977
7978 2013-05-23 Sam Steingold <sds@gnu.org>
7979
7980 * simple.el (shell-command-on-region): Pass the `replace' argument
7981 down to `call-process-region' to comply with the doc as reported on
7982 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
7983
7984 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7985
7986 * emacs-lisp/smie.el (smie-indent-forward-token)
7987 (smie-indent-backward-token): Handle string tokens (bug#14381).
7988
7989 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7990
7991 * ielm.el (ielm-menu): New menu.
7992 (inferior-emacs-lisp-mode): Set comment-start.
7993
7994 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7995
7996 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
7997 Fix deactivate action.
7998
7999 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
8000 Add cleveref macros.
8001
8002 * lisp/textmodes/reftex-parse.el
8003 (reftex-locate-bibliography-files): Accept options for
8004 bibliography commands.
8005 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
8006 Add addbibresource. Basic Biblatex support.
8007
8008 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
8009
8010 * net/tramp-gvfs.el (top):
8011 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
8012 when loading package. (Bug#14447)
8013
8014 2013-05-23 Glenn Morris <rgm@gnu.org>
8015
8016 * progmodes/js.el: No need to load comint when compiling.
8017 (ring-insert, comint-send-string, comint-send-input)
8018 (comint-last-input-end, ido-chop): Declare.
8019
8020 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
8021 * vc/ediff-mult.el: Adjust requires.
8022 (ediff-directories-internal, ediff-directory-revisions-internal)
8023 (ediff-patch-file-internal): Declare.
8024 * vc/ediff-ptch.el: Adjust requires.
8025 (ediff-use-last-dir, ediff-buffers-internal): Declare.
8026 (ediff-find-file): Autoload.
8027 * vc/ediff-util.el: No need to load ediff when compiling.
8028 (ediff-regions-internal): Declare.
8029 * vc/ediff-wind.el: Adjust requires.
8030 (ediff-compute-toolbar-width): Define when compiling.
8031 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
8032 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
8033 (dired-get-filename, dired-get-marked-files)
8034 (ediff-last-dir-patch, ediff-patch-default-directory)
8035 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
8036 (ediff-patch-buffer-internal): Declare.
8037
8038 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
8039 (ispell-process, ispell-buffer-local-words, lm-summary)
8040 (lm-section-start, lm-section-end): Declare.
8041 (checkdoc-ispell-init): Simplify.
8042
8043 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
8044 (he-string-member, he-reset-string, he-substitute-string): Declare.
8045
8046 * eshell/em-ls.el: Adjust requires.
8047 (eshell-glob-regexp): Declare.
8048 * eshell/em-tramp.el: Adjust requires.
8049 (eshell-parse-command): Autoload.
8050 * eshell/em-xtra.el: Adjust requires.
8051 (eshell-parse-command): Autoload.
8052 * eshell/esh-ext.el: Adjust requires.
8053 (eshell-parse-command, eshell-close-handles): Autoload.
8054 * eshell/esh-io.el: Adjust requires.
8055 (eshell-output-filter): Autoload.
8056 * eshell/esh-util.el: No need to load tramp when compiling.
8057 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
8058 Declare.
8059 (eshell-parse-ange-ls): Require ange-ftp and tramp.
8060 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8061 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
8062 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
8063 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
8064 * eshell/esh-opt.el, eshell/esh-proc.el:
8065 * eshell/esh-var.el: Adjust requires.
8066 * eshell/eshell.el: Do not require esh-util twice.
8067 (eshell-add-input-to-history): Declare.
8068 (eshell-command): Check history module is active before using it.
8069
8070 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
8071
8072 2013-05-22 Leo Liu <sdl.web@gmail.com>
8073
8074 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
8075
8076 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
8077
8078 * autorevert.el (auto-revert-notify-add-watch)
8079 (auto-revert-notify-handler): Add `attrib' for the inotify case,
8080 it indicates changes in file modification time.
8081
8082 2013-05-22 Glenn Morris <rgm@gnu.org>
8083
8084 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8085 Always delete the autoloaded function from the noruntime and
8086 unresolved functions lists.
8087
8088 * allout.el: No need to load epa, epg, overlay when compiling.
8089 (epg-context-set-passphrase-callback, epg-list-keys)
8090 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
8091 (epg-key-user-id-list): Declare.
8092
8093 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8094 (viper-set-parsing-style-toggling-macro)
8095 (viper-set-emacs-state-searchstyle-macros):
8096 Use called-interactively-p on Emacs.
8097 (viper-looking-back): Make it an obsolete alias. Update callers.
8098 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
8099 Use looking-back rather than viper-looking-back.
8100 (viper-tmp-insert-at-eob, viper-enlarge-region)
8101 (viper-read-string-with-history, viper-register-to-point)
8102 (viper-append-to-register, viper-change-state-to-vi)
8103 (viper-backward-char-carefully, viper-forward-char-carefully)
8104 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
8105 (viper-change-state-to-emacs): Declare.
8106 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
8107 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
8108 * emulation/viper-mous.el: Do not load viper-cmd.
8109 (viper-backward-char-carefully, viper-forward-char-carefully)
8110 (viper-forward-word, viper-adjust-window): Declare.
8111
8112 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
8113
8114 * progmodes/idlw-help.el (idlwave-help-fontify):
8115 Use called-interactively-p.
8116
8117 * term/w32console.el (w32-get-console-codepage)
8118 (w32-get-console-output-codepage): Declare.
8119
8120 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
8121 Remove unnecessary declarations.
8122 (dframe-message): Doc fix.
8123
8124 * info.el (dframe-select-attached-frame, dframe-current-frame):
8125 Declare.
8126
8127 * speedbar.el (speedbar-message): Make it an obsolete alias.
8128 Update all callers.
8129 (speedbar-with-attached-buffer)
8130 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
8131 (speedbar-with-writable): Use backquote.
8132 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
8133 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8134 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
8135 rather than speedbar- aliases.
8136 * mail/rmail.el: Load dframe rather than speedbar when compiling.
8137 (speedbar-make-specialized-keymap, speedbar-insert-button)
8138 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
8139 (speedbar-do-function-pointer): Declare.
8140 (rmail-speedbar-button, rmail-speedbar-find-file)
8141 (rmail-speedbar-move-message):
8142 Use dframe-with-attached-buffer rather than speedbar- alias.
8143 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
8144 (dframe-message, speedbar-make-specialized-keymap)
8145 (speedbar-add-expansion-list, speedbar-mode-functions-list)
8146 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
8147 (speedbar-insert-button, dframe-select-attached-frame)
8148 (dframe-maybee-jump-to-attached-frame)
8149 (speedbar-change-initial-expansion-list)
8150 (speedbar-previously-used-expansion-list-name): Declare.
8151 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
8152 Use dframe-message, dframe-with-attached-buffer rather than
8153 speedbar- aliases.
8154 (gud-sentinel): Silence compiler.
8155 * progmodes/vhdl-mode.el (speedbar-refresh)
8156 (speedbar-do-function-pointer, speedbar-add-supported-extension)
8157 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
8158 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
8159 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
8160 (speedbar-file-lists, speedbar-make-tag-line)
8161 (speedbar-line-directory, speedbar-goto-this-file)
8162 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
8163 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
8164 (speedbar-make-button, speedbar-reset-scanners)
8165 (speedbar-files-item-info, speedbar-line-text)
8166 (speedbar-find-file-in-frame, speedbar-set-timer)
8167 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
8168 (speedbar-with-writable): Do not (re)define it.
8169 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
8170 rather than speedbar- alias.
8171
8172 2013-05-21 Leo Liu <sdl.web@gmail.com>
8173
8174 * progmodes/octave.el (octave-mode-menu): Update and re-organize
8175 menu items.
8176 (octave-mode): Tweak fill-nobreak-predicate.
8177 (inferior-octave-startup): Check process to avoid infinite loop.
8178 (inferior-octave): Pop to buffer first to show abornmal process
8179 exit information.
8180
8181 2013-05-21 Glenn Morris <rgm@gnu.org>
8182
8183 * printing.el (pr-menu-bar): Define when compiling.
8184
8185 2013-05-21 Leo Liu <sdl.web@gmail.com>
8186
8187 * progmodes/octave.el (octave-auto-fill): Remove.
8188 (octave-indent-new-comment-line): Improve.
8189 (octave-mode): Use auto fill mode through
8190 comment-line-break-function and fill-nobreak-predicate.
8191 (octave-goto-function-definition): Support DEFUN_DLD.
8192 (octave-beginning-of-defun): Small tweak.
8193 (octave-help): Show parent directory.
8194
8195 2013-05-21 Glenn Morris <rgm@gnu.org>
8196
8197 * files.el (dired-unmark):
8198 * progmodes/gud.el (gdb-input): Update declarations.
8199
8200 * calculator.el (electric, ehelp): No need to load when compiling.
8201 (Electric-command-loop, electric-describe-mode): Declare.
8202
8203 * doc-view.el (doc-view-current-converter-processes): Move before use.
8204
8205 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8206 Move MODE-set-explicitly definition before use.
8207
8208 * international/mule-diag.el (mule-diag):
8209 Don't use obsolete window-system-version.
8210
8211 * mail/feedmail.el (smtpmail): No need to load when compiling.
8212 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
8213
8214 * mail/mail-utils.el (rfc822): No need to load when compiling.
8215 (rfc822-addresses): Autoload it.
8216 (mail-strip-quoted-names): Trivial simplification.
8217
8218 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
8219 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
8220
8221 * net/snmp-mode.el (tempo): Don't duplicate requires.
8222
8223 * progmodes/prolog.el (info): No need to load when compiling.
8224 (comint): Require before shell requires it.
8225 (Info-goto-node): Autoload it.
8226 (Info-follow-nearest-node): Declare.
8227 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
8228
8229 * textmodes/artist.el (picture-mode-exit): Declare.
8230
8231 * textmodes/reftex-parse.el (reftex-parse-from-file):
8232 Trivial rewrite so the compiler can parse it better.
8233
8234 2013-05-20 Leo Liu <sdl.web@gmail.com>
8235
8236 * progmodes/octave.el (octave-help-mode-map)
8237 (octave-help-mode-finish-hook): New variables.
8238 (octave-help-mode, octave-help-mode-finish): New functions.
8239 (octave-help): Use octave-help-mode.
8240
8241 2013-05-20 Glenn Morris <rgm@gnu.org>
8242
8243 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
8244
8245 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
8246
8247 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
8248 start at point, so that expansion starting right after opening
8249 slash in a regexp is recognized.
8250 (ruby-syntax-before-regexp-re): New defvar, extracted from
8251 ruby-syntax-propertize-function. Since the value of this regexp
8252 is looked up at runtime now, we should be able to turn
8253 `ruby-syntax-methods-before-regexp' into a defcustom later.
8254 (ruby-syntax-propertize-function): Split regexp matching into two
8255 parts, for opening and closing slashes. That allows us to skip
8256 over string interpolations and support multiline regexps.
8257 Don't call `ruby-syntax-propertize-expansions', instead use another rule
8258 for them, which calls `ruby-syntax-propertize-expansion'.
8259 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
8260 call to `ruby-syntax-propertize-function'.
8261 (ruby-syntax-propertize-expansion): Extracted from
8262 `ruby-syntax-propertize-expansions'. Handles one expansion.
8263 (ruby-syntax-propertize-percent-literal): Leave point right after
8264 the percent symbol, so that the expression expansion rule can
8265 propertize the contents.
8266 (ruby-syntax-propertize-heredoc): Leave point at bol following the
8267 heredoc openers.
8268 (ruby-syntax-propertize-expansions): Remove.
8269
8270 2013-05-18 Juri Linkov <juri@jurta.org>
8271
8272 * man.el (Man-default-man-entry): Remove `-' from the end
8273 of the default value. (Bug#14400)
8274
8275 2013-05-18 Glenn Morris <rgm@gnu.org>
8276
8277 * comint.el (comint-password-prompt-regexp):
8278 Allow "password for XXX" where XXX contains colons (eg https://...).
8279
8280 2013-05-18 Leo Liu <sdl.web@gmail.com>
8281
8282 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
8283 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
8284 (octave-source-directories): Don't check process.
8285 (octave-source-directories, octave-find-definition): Doc fix.
8286
8287 2013-05-18 Glenn Morris <rgm@gnu.org>
8288
8289 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
8290 Remove backspace/delete bindings. (Bug#14392)
8291
8292 * cus-dep.el (custom-make-dependencies): Sort the output.
8293 (custom-versions-load-alist): Convert comment to doc.
8294
8295 2013-05-17 Leo Liu <sdl.web@gmail.com>
8296
8297 * newcomment.el (comment-search-backward): Stricter in finding
8298 comment start. (Bug#14303)
8299
8300 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
8301 (octave-comment-start-skip): Properly anchored.
8302
8303 2013-05-17 Leo Liu <sdl.web@gmail.com>
8304
8305 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
8306 Clean up when turned off. (Bug#14395)
8307 (smie--highlight-matching-block-overlay): No longer buffer-local.
8308 (smie-highlight-matching-block): Adjust.
8309
8310 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
8311
8312 Doc string fix for "nanoseconds" (Bug#14406).
8313 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
8314 Fix doc string typo that had "nanoseconds" instead of "microseconds".
8315
8316 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
8317
8318 * calc/calc-units.el (math-extract-units): Preserve powers
8319 of units.
8320
8321 2013-05-17 Leo Liu <sdl.web@gmail.com>
8322
8323 * subr.el (delete-consecutive-dups): New function.
8324 * ido.el (ido-set-matches-1): Use it.
8325 * progmodes/octave.el (inferior-octave-completion-table): Use it.
8326 * ido.el (ido-remove-consecutive-dups): Remove.
8327
8328 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8329
8330 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8331 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
8332 regexp-opt's `words'.
8333
8334 2013-05-16 Leo Liu <sdl.web@gmail.com>
8335
8336 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
8337 (smie--highlight-matching-block-overlay)
8338 (smie--highlight-matching-block-lastpos)
8339 (smie--highlight-matching-block-timer): New variables.
8340 (smie-highlight-matching-block): New function.
8341 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
8342 (smie-setup): Conditionally enable smie-blink-matching-open.
8343
8344 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
8345
8346 Sync with upstream verilog-mode r840.
8347 * progmodes/verilog-mode.el (verilog-mode-version)
8348 (verilog-mode-release-date): Update.
8349 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
8350 (verilog-sig-tieoff): Fix string error on
8351 AUTORESET with colon define, bug594. Reported by Andrew Hou.
8352 (verilog-read-decls): Fix parameters confusing
8353 AUTOINST interfaces, bug565. Reported by Leith Johnson.
8354
8355 2013-05-16 Eli Zaretskii <eliz@gnu.org>
8356
8357 * subr.el (reveal-filename): New function.
8358
8359 * loadup.el: Compute Emacs executable versions on MS-Windows,
8360 where executables have the .exe extension. Add a hard link
8361 emacs-XX.YY.ZZ.exe on MS-Windows.
8362
8363 * Makefile.in (XARGS_LIMIT): New variable.
8364 (custom-deps, finder-data, autoloads)
8365 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8366 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8367 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
8368 (compile-main): Limit xargs according to $(XARGS_LIMIT).
8369
8370 2013-05-16 Leo Liu <sdl.web@gmail.com>
8371
8372 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
8373 (octave-mode-menu, octave-mode-map): Remove its uses.
8374
8375 2013-05-16 Reto Zimmermann <reto@gnu.org>
8376
8377 Sync with upstream vhdl mode v3.34.2.
8378 * progmodes/vhdl-mode.el: Use `push' throughout.
8379 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
8380 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
8381 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
8382 (vhdl-actual-generic-name): New option to derive actual generic name.
8383 (vhdl-port-paste-signals): Replace formal by actual generics.
8384 (vhdl-beautify): New name for old group vhdl-align. Update users.
8385 (vhdl-beautify-options): New option.
8386 (vhdl-last-input-event): New compat alias. Use throughout.
8387 (vhdl-goto-line): Replace user level function `goto-line'.
8388 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
8389 vhdl-fix-statement-buffer.
8390 (vhdl-create-mode-menu): Add some entries.
8391 (vhdl-align-region-groups): Respect vhdl-beautify-options.
8392 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
8393 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
8394 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
8395 to force statements on one line.
8396 (vhdl-remove-trailing-spaces-region):
8397 New, split from vhdl-remove-trailing-spaces.
8398 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
8399 Respect vhdl-beautify-options.
8400 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
8401 (vhdl-update-sensitivity-list): Not add with index if exists without.
8402 Not include array index with signal. Ignore keywords in comments.
8403 (vhdl-get-visible-signals): Regexp tweaks.
8404 (vhdl-template-component-inst): Handle empty library.
8405 (vhdl-template-type): Add template for 'enum' type.
8406 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
8407 Use vhdl-replace-string.
8408 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
8409 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
8410 (vhdl-speedbar-initialize): Update for above name change.
8411 (vhdl-compose-wire-components): Fix in handling of constants.
8412 (vhdl-error-regexp-emacs-alist): New variable.
8413 (vhdl-error-regexp-add-emacs): New function;
8414 adds support for new compile.el (Emacs 22+)
8415 (vhdl-generate-makefile-1): Change target order for single lib. units.
8416 Allow use of absolute file names.
8417
8418 2013-05-16 Leo Liu <sdl.web@gmail.com>
8419
8420 * simple.el (prog-indent-sexp): Indent enclosing defun.
8421
8422 2013-05-15 Glenn Morris <rgm@gnu.org>
8423
8424 * cus-start.el (show-trailing-whitespace): Move to editing basics.
8425 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
8426 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
8427 (whitespace-highlight): Move to whitespace group.
8428
8429 * comint.el (comint-source):
8430 * pcmpl-linux.el (pcmpl-linux):
8431 * shell.el (shell-faces):
8432 * eshell/esh-opt.el (eshell-opt):
8433 * international/ccl.el (ccl): Remove empty custom groups.
8434
8435 * completion.el (dynamic-completion-mode):
8436 * jit-lock.el (jit-lock-debug-mode):
8437 * minibuffer.el (completion-in-region-mode):
8438 * type-break.el (type-break-mode-line-message-mode)
8439 (type-break-query-mode):
8440 * emulation/tpu-edt.el (tpu-edt-mode):
8441 * progmodes/subword.el (global-subword-mode, global-superword-mode):
8442 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8443 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
8444
8445 * term/xterm.el (xterm): Change parent group to terminals.
8446
8447 * master.el (master): Remove empty custom group.
8448 (master-mode): Remove unused :group argument.
8449 * textmodes/refill.el (refill): Remove empty custom group.
8450 (refill-mode): Remove unused :group argument.
8451
8452 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
8453
8454 * cus-dep.el: Provide a feature.
8455 (custom-make-dependencies): Ignore dotfiles (dir-locals).
8456 Don't mistakenly ignore files whose basenames match a basename
8457 from preloaded-file-list (eg cedet/ede/simple.el).
8458 Add a fallback method for getting :group.
8459
8460 2013-05-15 Juri Linkov <juri@jurta.org>
8461
8462 * isearch.el (isearch-char-by-name): Rename from
8463 `isearch-insert-char-by-name'. Doc fix.
8464 (isearch-forward): Mention `isearch-char-by-name' in
8465 the docstring. (Bug#13348)
8466
8467 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
8468 `exit-minibuffer' instead of
8469 `isearch-nonincremental-exit-minibuffer'.
8470 (isearch-edit-string): Remove mention of
8471 `isearch-nonincremental-exit-minibuffer' from docstring.
8472 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
8473 (isearch-forward-exit-minibuffer)
8474 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
8475
8476 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * loadup.el: Just use unversioned DOC.
8479
8480 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
8481 literals as extending to EOB.
8482 (nxml-last-fontify-end): Remove unused variable.
8483 (nxml-after-change1): Use with-silent-modifications.
8484 (nxml-extend-after-change-region): Simplify.
8485 (nxml-extend-after-change-region1): Remove function.
8486 (nxml-after-change1): Don't adjust for dependent regions.
8487 (nxml-fontify-matcher): Simplify.
8488 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
8489 (xmltok-add-dependent): Remove function.
8490 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
8491 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
8492 (xmltok-scan-prolog-after-processing-instruction-open): Treat
8493 unclosed <[[, <?, comment, and other literals as extending to EOB.
8494 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
8495 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
8496 Remove functions.
8497 (rng-do-some-validation-1): Don't mark dependent regions.
8498 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
8499 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
8500 (nxml-clear-dependent-regions): Remove functions.
8501 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
8502 (nxml-ensure-scan-up-to-date):
8503 Don't clear&mark dependent regions.
8504
8505 2013-05-15 Leo Liu <sdl.web@gmail.com>
8506
8507 * progmodes/octave.el (octave-goto-function-definition):
8508 Improve and fix callers.
8509
8510 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8511
8512 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
8513 the setter (bug#14387).
8514
8515 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
8516 surrounding group (bug#14402).
8517
8518 2013-05-14 Juri Linkov <juri@jurta.org>
8519
8520 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8521 (Bug#14390)
8522
8523 2013-05-14 Glenn Morris <rgm@gnu.org>
8524
8525 * progmodes/f90.el (f90-imenu-generic-expression):
8526 Fix typo in 2013-05-08 change. (Bug#14402)
8527
8528 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8529
8530 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8531 Remove signals for which replies are never received.
8532
8533 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8534
8535 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8536 (gdb-handler-alist, gdb-handler-number): Remove variables.
8537 (gdb-handler-list): New variable.
8538 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8539 (gdb-pending-handler-p, gdb-handle-reply)
8540 (gdb-remove-all-pending-triggers): New functions.
8541 (gdb-discard-unordered-replies): New defcustom.
8542 (gdb-handler): New defstruct.
8543 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
8544 instead of gdb-pending-triggers. Update docstring.
8545 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
8546 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8547 (gdb-var-update-handler, def-gdb-auto-update-trigger)
8548 (def-gdb-auto-update-handler, gdb-get-changed-registers)
8549 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8550 (gdb-frame-handler): Pending triggers are now automatically managed.
8551 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8552 Remove argument.
8553 (gdb-input): Automatically handles pending triggers. Update docstring.
8554 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
8555 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
8556 Update comments.
8557 (gdb-done-or-error): Now use gdb-handle-reply.
8558
8559 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8560
8561 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
8562 gdb-debug-log.
8563
8564 2013-05-14 Glenn Morris <rgm@gnu.org>
8565
8566 * subr.el (user-emacs-directory-warning): New option.
8567 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
8568
8569 2013-05-14 Leo Liu <sdl.web@gmail.com>
8570
8571 * progmodes/octave.el (octave-font-lock-keywords): Fix error
8572 during redisplay.
8573 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
8574 (octave-font-lock-texinfo-comment): Fix invalid search bound
8575 error: wrong side of point.
8576
8577 2013-05-14 Glenn Morris <rgm@gnu.org>
8578
8579 * progmodes/flymake.el (flymake-xml-program): New option.
8580 (flymake-xml-init): Use it.
8581
8582 * term/xterm.el: Provide a feature.
8583
8584 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
8585
8586 2013-05-13 Glenn Morris <rgm@gnu.org>
8587
8588 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
8589 Add compat aliases as a hack workaround. (Bug#14384)
8590
8591 2013-05-13 Leo Liu <sdl.web@gmail.com>
8592
8593 * progmodes/octave.el (octave-indent-comment): Fix indentation for
8594 ###, and %!.
8595 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
8596 C-M-q.
8597 (octave-comment-start-skip): Include %!.
8598 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
8599
8600 2013-05-12 Leo Liu <sdl.web@gmail.com>
8601
8602 * progmodes/octave.el (inferior-octave-startup): Store the value
8603 of __octave_srcdir__ for octave-source-directories.
8604 (inferior-octave-check-process): New function refactored out of
8605 inferior-octave-send-list-and-digest.
8606 (octave-source-directories)
8607 (octave-find-definition-filename-function): New variables.
8608 (octave-source-directories)
8609 (octave-find-definition-default-filename): New functions.
8610 (octave-find-definition): Improve to find functions implemented in C++.
8611
8612 2013-05-12 Glenn Morris <rgm@gnu.org>
8613
8614 * calendar/diary-lib.el (diary-outlook-format-1):
8615 Don't include dayname in the output. (Bug#14349)
8616
8617 2013-05-11 Glenn Morris <rgm@gnu.org>
8618
8619 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
8620
8621 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
8622 Treat cc-provide like provide.
8623
8624 2013-05-11 Kevin Ryde <user42@zip.com.au>
8625
8626 * cus-dep.el (custom-make-dependencies):
8627 Use generated-autoload-load-name for the sake of files such
8628 such cedet/semantic/bovine/c.el, where the base file name
8629 is not in load-path. (Bug#5277)
8630
8631 2013-05-11 Glenn Morris <rgm@gnu.org>
8632
8633 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
8634 Provide features.
8635
8636 2013-05-11 Leo Liu <sdl.web@gmail.com>
8637
8638 * progmodes/octave.el (octave-indent-comment): Improve.
8639 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
8640 (octave-eldoc-function-signatures, octave-eldoc-function):
8641 New functions.
8642 (octave-mode, inferior-octave-mode): Add eldoc support.
8643
8644 2013-05-11 Richard Stallman <rms@gnu.org>
8645
8646 * epa.el (epa-decrypt-file): Take output file name as argument
8647 and read it using `interactive'.
8648
8649 2013-05-11 Leo Liu <sdl.web@gmail.com>
8650
8651 * progmodes/octave.el (octave-beginning-of-line)
8652 (octave-end-of-line): Check before using up-list because it jumps
8653 out of more syntactic contructs since moving to smie.
8654 (octave-indent-comment): New function.
8655 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
8656 (octave-begin-keywords, octave-end-keywords)
8657 (octave-reserved-words, octave-smie-bnf-table)
8658 (octave-smie-rules): Add new keywords from Octave 3.6.4.
8659
8660 2013-05-11 Glenn Morris <rgm@gnu.org>
8661
8662 * faces.el (internal-face-x-get-resource):
8663 * frame.el (ns-display-monitor-attributes-list):
8664 * calc/calc-aent.el (math-to-radians-2):
8665 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
8666 Fix declarations.
8667
8668 * calc/calc-menu.el: Make it loadable in isolation.
8669
8670 * net/eudcb-bbdb.el: Make it loadable without bbdb.
8671 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
8672 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
8673 (eudc-bbdb-query-internal): Require 'bbdb.
8674
8675 * lpr.el (lpr-headers-switches):
8676 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
8677
8678 * progmodes/sql.el (sql-login-params): Fix and improve :type.
8679
8680 * emulation/edt-mapper.el: In batch mode, error rather than hang.
8681
8682 * term.el (term-set-escape-char): Make it idempotent.
8683
8684 2013-05-10 Leo Liu <sdl.web@gmail.com>
8685
8686 * progmodes/octave.el (inferior-octave-completion-table):
8687 No longer a function and all uses changed. Use cache to speed up
8688 completion due to bug#11906.
8689 (octave-beginning-of-defun): Re-write to be more general.
8690
8691 2013-05-10 Glenn Morris <rgm@gnu.org>
8692
8693 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
8694
8695 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * comint.el (comint-redirect-send-command-to-process): Use :around
8698 rather than :override for comint-redirect-filter.
8699 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
8700 Call it instead of comint-redirect-original-filter-function (which
8701 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
8702
8703 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
8704
8705 * frame.el (display-monitor-attributes-list): Add NS case.
8706 (ns-display-monitor-attributes-list): Declare.
8707
8708 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
8709
8710 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
8711
8712 2013-05-09 Glenn Morris <rgm@gnu.org>
8713
8714 * international/fontset.el (vertical-centering-font-regexp):
8715 Set standard-value.
8716
8717 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
8718
8719 * bookmark.el (bookmark-search-delay):
8720 * cus-start.el (vertical-centering-font-regexp):
8721 * ps-mule.el (ps-mule-font-info-database-default):
8722 * ps-print.el (ps-default-fg, ps-default-bg):
8723 * type-break.el (type-break-good-break-interval):
8724 * whitespace.el (whitespace-indentation-regexp)
8725 (whitespace-space-after-tab-regexp):
8726 * emacs-lisp/testcover.el (testcover-1value-functions)
8727 (testcover-noreturn-functions, testcover-progn-functions)
8728 (testcover-prog1-functions):
8729 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8730 * eshell/em-glob.el (eshell-glob-translate-alist):
8731 * play/tetris.el (tetris-tty-colors):
8732 * progmodes/cpp.el (cpp-face-default-list):
8733 * progmodes/flymake.el (flymake-allowed-file-name-masks):
8734 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
8735 (idlwave-help-browser-generic-args):
8736 * progmodes/make-mode.el (makefile-special-targets-list):
8737 * progmodes/python.el (python-shell-virtualenv-path):
8738 * progmodes/verilog-mode.el (verilog-active-low-regexp)
8739 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
8740 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
8741 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8742 * textmodes/reftex-vars.el (reftex-format-label-function):
8743 * textmodes/remember.el (remember-diary-file): Fix custom types.
8744
8745 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
8746 Add :version.
8747
8748 2013-05-09 Leo Liu <sdl.web@gmail.com>
8749
8750 * progmodes/octave.el (inferior-octave-completion-at-point):
8751 Restore file completion. (Bug#14300)
8752 (inferior-octave-startup): Fix incorrect highlighting for the
8753 first prompt.
8754
8755 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8756
8757 * progmodes/ruby-mode.el: First cut at SMIE support.
8758 (ruby-use-smie): New var.
8759 (ruby-smie-grammar): New constant.
8760 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
8761 (ruby-smie--forward-token, ruby-smie--backward-token)
8762 (ruby-smie-rules): New functions.
8763 (ruby-mode-variables): Setup SMIE if applicable.
8764
8765 2013-05-08 Eli Zaretskii <eliz@gnu.org>
8766
8767 * simple.el (line-move-visual): Signal beginning/end of buffer
8768 only if vertical-motion moved less than it was requested. Avoids
8769 silly incorrect error messages when there are display strings with
8770 multiple newlines at EOL.
8771
8772 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8773
8774 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
8775 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
8776 (prolog-char-quote-workaround):
8777 * progmodes/cperl-mode.el (cperl-under-as-char):
8778 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
8779 Mark as obsolete.
8780 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
8781 their declaration.
8782 (vhdl-mode-syntax-table-init): Remove.
8783
8784 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
8785 last change.
8786
8787 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
8788 syntax for "_".
8789 (ld-script-font-lock-keywords):
8790 Change regexps to use things like \_< and \_>.
8791
8792 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
8793 Change all regexps to use things like \_< and \_>.
8794
8795 * progmodes/autoconf.el (autoconf-definition-regexp)
8796 (autoconf-font-lock-keywords, autoconf-current-defun-function):
8797 Handle a _ with symbol syntax.
8798 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
8799
8800 * progmodes/ada-mode.el (ada-mode-abbrev-table):
8801 Consolidate declaration.
8802 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
8803 the declaration.
8804 (ada-create-syntax-table): Remove.
8805 (ada-capitalize-word): Don't mess with the syntax of "_" since it
8806 already has the right syntax nowadays.
8807 (ada-goto-next-word): Don't change the syntax of "_".
8808
8809 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
8810 with-wrapper-hook.
8811
8812 2013-05-08 Sam Steingold <sds@gnu.org>
8813
8814 * thingatpt.el (thing-at-point): Accept optional second argument
8815 NO-PROPERTIES to strip the text properties from the return value.
8816 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
8817 to `thing-at-point' instead of stripping the properties ourselves.
8818 Also, when `thing-at-point' fails to find a url, prepend "http://"
8819 to the filename at point on the assumption that the user is
8820 pointing at something like gnu.org/gnu.
8821
8822 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
8823
8824 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8825 * faces.el (crm-separator):
8826 Silence byte-compiler.
8827
8828 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
8829 (tool-bar-map): Remove unneeded defvars.
8830
8831 2013-05-08 Leo Liu <sdl.web@gmail.com>
8832
8833 Re-work a fix for bug#10994 based on Le Wang's patch.
8834 * ido.el (ido-remove-consecutive-dups): New helper.
8835 (ido-completing-read): Use it.
8836 (ido-chop): Revert fix for bug#10994.
8837
8838 2013-05-08 Adam Spiers <emacs@adamspiers.org>
8839
8840 * cus-edit.el (custom-save-variables):
8841 Pretty-print long values. (Bug#14187)
8842
8843 2013-05-08 Glenn Morris <rgm@gnu.org>
8844
8845 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
8846 (m4-mode-syntax-table): Init in the defvar.
8847 (m4-mode-abbrev-table): Let define-derived-mode define it.
8848
8849 2013-05-08 Tom Tromey <tromey@redhat.com>
8850
8851 * progmodes/m4-mode.el (m4-mode-syntax-table):
8852 Do not treat "_" as word constituent. (Bug#14167)
8853
8854 2013-05-07 Glenn Morris <rgm@gnu.org>
8855
8856 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
8857 Remove explicit eshell-isearch-cancel-map.
8858
8859 * progmodes/f90.el (f90-smart-end-names): New option.
8860 (f90-smart-end): Doc fix.
8861 (f90-end-block-optional-name): New constant.
8862 (f90-block-match): Respect f90-smart-end-names.
8863
8864 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8865
8866 * progmodes/octave.el (octave-smie-forward-token): Be more careful
8867 about implicit semi-colons (bug#14218).
8868
8869 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8870
8871 * frame.el (display-monitor-attributes-list)
8872 (frame-monitor-attributes): New functions.
8873
8874 2013-05-06 Leo Liu <sdl.web@gmail.com>
8875
8876 * progmodes/octave.el (octave-syntax-propertize-function): Change
8877 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
8878 (octave-font-lock-keywords): Use octave-operator-regexp.
8879 (octave-completion-at-point): Rename from
8880 octave-completion-at-point-function.
8881 (inferior-octave-directory-tracker): Robustify.
8882 (octave-text-functions): Remove and fix its uses. No such things
8883 any more.
8884
8885 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8886
8887 * emacs-lisp/trace.el (trace--display-buffer): New function.
8888 (trace-make-advice): Use it.
8889
8890 2013-05-06 Juri Linkov <juri@jurta.org>
8891
8892 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
8893 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
8894 Doc fix.
8895 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
8896 in the help string. (Bug#12985)
8897
8898 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
8899
8900 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
8901
8902 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8903
8904 * progmodes/perl-mode.el: Add support for here documents.
8905 (perl-syntax-propertize-function): Match here-doc markers.
8906 (perl-syntax-propertize-special-constructs): Find their end.
8907 (perl-imenu-generic-expression): Use [:alnum:].
8908
8909 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
8910 (advice--add-function): Refresh the advice if already present
8911 (bug#14317).
8912
8913 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
8914
8915 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
8916
8917 2013-05-06 Glenn Morris <rgm@gnu.org>
8918
8919 * w32-fns.el (w32-charset-info-alist): Declare.
8920
8921 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
8922 of its defcustom properties.
8923 (eshell-cmpl-initialize): No need to load pcomplete.
8924
8925 * generic-x.el: No need to require comint when compiling.
8926
8927 * net/eudc-export.el: Make it loadable without bbdb.
8928 (top-level): Use require rather than load-library.
8929 (eudc-create-bbdb-record, eudc-bbdbify-phone)
8930 (eudc-batch-export-records-to-bbdb)
8931 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
8932 Require bbdb.
8933
8934 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8935
8936 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
8937 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
8938 some tweaks, instead.
8939
8940 2013-05-05 Leo Liu <sdl.web@gmail.com>
8941
8942 * progmodes/octave.el (octave-font-lock-keywords)
8943 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
8944 (inferior-octave-send-list-and-digest): Improve error message.
8945 (octave-mode, inferior-octave-mode): Use setq-local.
8946 (octave-help): Set info-lookup-mode.
8947
8948 2013-05-05 Richard Stallman <rms@gnu.org>
8949
8950 * vc/compare-w.el (compare-windows-whitespace):
8951 Treat no-break space as whitespace.
8952
8953 * mail/rmailsum.el (rmail-summary-rmail-update):
8954 Detect empty summary and don't change selected message.
8955 (rmail-summary-goto-msg): Likewise.
8956
8957 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
8958 Doc fixes, rename args.
8959
8960 2013-05-05 Alan Mackenzie <acm@muc.de>
8961
8962 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
8963
8964 2013-05-05 Juri Linkov <juri@jurta.org>
8965
8966 * info.el (Info-read-subfile): Use (point-min) instead of (point)
8967 to not add the length of the summary segment to the return value.
8968 (Bug#14125)
8969
8970 2013-05-05 Leo Liu <sdl.web@gmail.com>
8971
8972 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
8973 (inferior-octave-output-filter): Remove.
8974 (octave-send-region, inferior-octave-startup): Fix callers.
8975 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
8976 (octave-binary-file-extensions): New user variable.
8977 (octave-find-definition): Confirm if opening binary files.
8978 (octave-help-file): Use octave-find-definition to get the binary
8979 confirmation.
8980 (octave-help): Adjust for octave-help-file change.
8981
8982 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8983
8984 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
8985 Merge the two entries that handle function definitions.
8986 (pascal--syntax-propertize): New const.
8987 (pascal-mode): Use it. Use setq-local.
8988
8989 2013-05-04 Glenn Morris <rgm@gnu.org>
8990
8991 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
8992 (diary-from-outlook): Respect diary-from-outlook-function.
8993
8994 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8995
8996 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
8997 Move the declaration from C.
8998 (read-minibuffer, eval-minibuffer): Move from C.
8999 (completion-setup-function): Avoid minibuffer-completion-contents.
9000
9001 2013-05-03 Leo Liu <sdl.web@gmail.com>
9002
9003 * progmodes/octave.el (octave-font-lock-keywords): Do not
9004 dehighlight 'end' in comments or strings.
9005 (octave-completing-read, octave-goto-function-definition):
9006 New helpers.
9007 (octave-help-buffer): New user variable.
9008 (octave-help-file, octave-help-function): New button types.
9009 (octave-help): New command and bind it to C-h ;.
9010 (octave-find-definition): New command and bind it to M-.
9011 (user-error): Alias to error if not defined.
9012
9013 2013-05-02 Leo Liu <sdl.web@gmail.com>
9014
9015 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
9016 for \. (bug#14332)
9017 (octave-font-lock-keywords): Include [ and {.
9018
9019 2013-05-02 Leo Liu <sdl.web@gmail.com>
9020
9021 * progmodes/octave.el (inferior-octave-startup-file): Change default.
9022 (inferior-octave): Remove calling comint-mode and return the buffer.
9023 (inferior-octave-startup): Cosmetic changes.
9024
9025 2013-05-02 Leo Liu <sdl.web@gmail.com>
9026
9027 * progmodes/octave.el (octave-syntax-propertize-function):
9028 Include the case when ' is at line beginning. (Bug#14336)
9029
9030 2013-05-02 Glenn Morris <rgm@gnu.org>
9031
9032 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
9033 * desktop.el (vc-dir-mode): Just autoload it here.
9034
9035 2013-05-02 Alan Mackenzie <acm@muc.de>
9036
9037 Eliminate variable c-standard-font-lock-fontify-region-function.
9038 * progmodes/cc-mode.el
9039 (c-standard-font-lock-fontify-region-function): Remove.
9040 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
9041
9042 2013-05-01 Leo Liu <sdl.web@gmail.com>
9043
9044 * progmodes/octave.el: Compatible with older emacs-24 releases.
9045 (inferior-octave-has-built-in-variables): Remove. Built-in
9046 variables were removed from Octave in 2007.
9047 (inferior-octave-startup): Fix uses.
9048 (comint-line-beginning-position): Remove compatibility code for
9049 emacs 21.
9050
9051 2013-05-01 Juri Linkov <juri@jurta.org>
9052
9053 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
9054
9055 2013-05-01 Juri Linkov <juri@jurta.org>
9056
9057 * comint.el (comint-previous-matching-input): Don't print message
9058 "History item: %d" when `isearch-mode' is active.
9059 (comint-history-isearch-message): Print message "History item: %d"
9060 when `comint-input-ring-index' is not empty and this function is
9061 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
9062
9063 2013-05-01 Leo Liu <sdl.web@gmail.com>
9064
9065 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
9066 definitions. Use completion-at-point to insert keywords.
9067 (octave-abbrev-start): Remove.
9068 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
9069
9070 2013-04-30 Leo Liu <sdl.web@gmail.com>
9071
9072 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
9073 change.
9074
9075 2013-04-30 Alan Mackenzie <acm@muc.de>
9076
9077 Handle arbitrarily long C++ member initialisation lists.
9078 * progmodes/cc-engine.el (c-back-over-member-initializers):
9079 new function.
9080 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
9081 (most) member init lists.
9082
9083 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9084
9085 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
9086 variable.
9087
9088 2013-04-30 Leo Liu <sdl.web@gmail.com>
9089
9090 * progmodes/octave.el (octave-variables): Remove. No builtin
9091 variables any more. All converted to functions.
9092 (octave-font-lock-keywords, octave-completion-at-point-function):
9093 Fix uses.
9094 (octave-font-lock-texinfo-comment): New user variable.
9095 (octave-texinfo-font-lock-keywords): New variable for texinfo
9096 comment block.
9097 (octave-function-comment-block): New face.
9098 (octave-font-lock-texinfo-comment): New function.
9099 (octave-mode): Font lock texinfo comment block.
9100
9101 2013-04-29 Leo Liu <sdl.web@gmail.com>
9102
9103 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
9104 indexing expression.
9105 (octave-continuation-string): Do not use \.
9106 (inferior-octave-complete-impossible): Remove.
9107 (inferior-octave-completion-table)
9108 (inferior-octave-completion-at-point): Remove its uses.
9109 (inferior-octave-startup): completion_matches was introduced to
9110 Octave in 1996 so safe to assume it.
9111 (octave-function-file-comment): Improve to follow how Octave does it.
9112 (octave-update-function-file-comment): Tweak.
9113
9114 2013-04-29 Leo Liu <sdl.web@gmail.com>
9115
9116 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
9117 (inferior-octave-startup): Remove inferior-octave-startup-hook.
9118 (octave-function-file-comment): Fix typo.
9119 (octave-sync-function-file-names): Use read-char-choice.
9120
9121 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
9122
9123 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
9124 to t for the less important warnings.
9125
9126 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
9127
9128 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
9129
9130 2013-04-27 Glenn Morris <rgm@gnu.org>
9131
9132 * vc/log-view.el (log-view-current-entry):
9133 Treat "---" separator lines as part of the following rev. (Bug#14169)
9134
9135 2013-04-27 Juri Linkov <juri@jurta.org>
9136
9137 * subr.el (read-number): Doc fix about using it by interactive
9138 code letter `n'. (Bug#14254)
9139
9140 2013-04-27 Juri Linkov <juri@jurta.org>
9141
9142 * desktop.el (desktop-auto-save-timeout): New option.
9143 (desktop-file-checksum): New variable.
9144 (desktop-save): Add optional arg `auto-save' and don't auto-save
9145 if nothing changed.
9146 (desktop-auto-save-timer): New variable.
9147 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
9148 (after-init-hook): Call `desktop-auto-save-set-timer'.
9149 Suggested by Reuben Thomas <rrt@sc3d.org> in
9150 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
9151
9152 2013-04-27 Leo Liu <sdl.web@gmail.com>
9153
9154 * progmodes/octave.el (octave-function-file-p)
9155 (octave-skip-comment-forward, octave-function-file-comment)
9156 (octave-update-function-file-comment): New functions.
9157 (octave-mode-map): Bind C-c ; to
9158 octave-update-function-file-comment.
9159 (octave-mode-menu): Add octave-update-function-file-comment.
9160 (octave-mode, inferior-octave-mode): Fix doc-string.
9161 (octave-insert-defun): Conform to Octave's coding convention.
9162 (Bug#14285)
9163
9164 * files.el (basic-save-buffer): Don't let errors in
9165 before-save-hook prevent saving buffer.
9166
9167 2013-04-20 Roland Winkler <winkler@gnu.org>
9168
9169 * faces.el (read-face-name): Use completing-read if arg multiple
9170 is nil.
9171
9172 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
9173
9174 * ls-lisp.el (ls-lisp-insert-directory): If no files are
9175 displayed, move point to after the totals line.
9176 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
9177 for the details.
9178
9179 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9180
9181 * emacs-lisp/package.el (package-autoload-ensure-default-file):
9182 Add current dir to the load-path.
9183 (package-generate-autoloads): Don't rely on
9184 autoload-ensure-default-file.
9185
9186 2013-04-26 Reuben Thomas <rrt@sc3d.org>
9187
9188 * textmodes/remember.el (remember-store-in-files): Document that
9189 the file name format is passed to `format-time-string'.
9190
9191 2013-04-26 Leo Liu <sdl.web@gmail.com>
9192
9193 * progmodes/octave.el (octave-sync-function-file-names): New function.
9194 (octave-mode): Use it in before-save-hook.
9195
9196 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9197
9198 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
9199 (bug#14274).
9200
9201 * progmodes/octave.el (octave-smie-forward-token): Properly skip
9202 \n and comment, even if it's not an implicit ; (bug#14218).
9203
9204 2013-04-26 Glenn Morris <rgm@gnu.org>
9205
9206 * subr.el (read-number): Once more use `read' rather than
9207 `string-to-number', to trap non-numeric input. (Bug#14254)
9208
9209 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
9210
9211 * emacs-lisp/syntax.el (syntax-propertize-multiline):
9212 Use `syntax-multiline' text property consistently instead of
9213 `font-lock-multiline'. (Bug#14237)
9214
9215 2013-04-26 Glenn Morris <rgm@gnu.org>
9216
9217 * emacs-lisp/shadow.el (list-load-path-shadows):
9218 No longer necessary to check for duplicate simple.el, since
9219 2012-07-07 change to init_lread to not include installation lisp
9220 directories in load-path when running uninstalled. (Bug#14270)
9221
9222 2013-04-26 Leo Liu <sdl.web@gmail.com>
9223
9224 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
9225 (octave-mode, inferior-octave-mode): Use setq-local.
9226 (octave-not-in-string-or-comment-p): Rename to
9227 octave-in-string-or-comment-p.
9228 (octave-in-comment-p, octave-in-string-p)
9229 (octave-in-string-or-comment-p): Replace defsubst with defun.
9230
9231 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
9232
9233 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
9234
9235 2013-04-25 Bastien Guerry <bzg@gnu.org>
9236
9237 * textmodes/remember.el (remember-data-directory)
9238 (remember-directory-file-name-format): Fix custom types.
9239
9240 2013-04-25 Leo Liu <sdl.web@gmail.com>
9241
9242 * progmodes/octave.el (octave-completion-at-point-function):
9243 Make use of inferior octave process.
9244 (octave-initialize-completions): Remove.
9245 (inferior-octave-completion-table): New function.
9246 (inferior-octave-completion-at-point): Use it.
9247 (octave-completion-alist): Remove.
9248
9249 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9250
9251 * progmodes/opascal.el: Use font-lock and syntax-propertize.
9252 (opascal-mode-syntax-table): New var.
9253 (opascal-literal-kind, opascal-is-literal-end)
9254 (opascal-literal-token-at): Rewrite.
9255 (opascal--literal-start-re, opascal-font-lock-keywords)
9256 (opascal--syntax-propertize): New constants.
9257 (opascal-font-lock-defaults): Adjust.
9258 (opascal-mode): Use them. Set comment-<foo> variables as well.
9259 (delphi-comment-face, opascal-comment-face, delphi-string-face)
9260 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
9261 (delphi-other-face, opascal-other-face): Remove face variables.
9262 (opascal-save-state): Remove macro.
9263 (opascal-fontifying-progress-step): Remove constant.
9264 (opascal--ignore-changes): Remove var.
9265 (opascal-set-token-property, opascal-parse-next-literal)
9266 (opascal-is-stable-literal, opascal-complete-literal)
9267 (opascal-is-literal-start, opascal-face-of)
9268 (opascal-parse-region, opascal-parse-region-until-stable)
9269 (opascal-fontify-region, opascal-after-change)
9270 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
9271 (opascal-debug-parse-region, opascal-debug-parse-window)
9272 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
9273 (opascal-debug-fontify-buffer): Remove.
9274 (opascal-debug-mode-map): Adjust accordingly.
9275
9276 2013-04-25 Leo Liu <sdl.web@gmail.com>
9277
9278 Merge octave-mod.el and octave-inf.el into octave.el with some
9279 cleanups.
9280 * progmodes/octave.el: New file renamed from octave-mod.el.
9281 * progmodes/octave-inf.el: Merged into octave.el.
9282 * progmodes/octave-mod.el: Renamed to octave.el.
9283
9284 2013-04-25 Tassilo Horn <tsdh@gnu.org>
9285
9286 * textmodes/reftex-vars.el
9287 (reftex-label-ignored-macros-and-environments): New defcustom.
9288
9289 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
9290
9291 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9292
9293 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
9294 (smie-indent-keyword): Improve the check to ensure that the next
9295 comment is really on the same line.
9296 (smie-indent-comment): Don't align with a subsequent closer (or eob).
9297
9298 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
9299 semi-colons if the line is not otherwise empty (bug#14218).
9300
9301 2013-04-25 Glenn Morris <rgm@gnu.org>
9302
9303 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
9304
9305 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9306
9307 * progmodes/opascal.el (opascal-set-token-property): Rename from
9308 opascal-set-text-properties and only set `token' (bug#14134).
9309 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
9310 (opascal-literal-text-properties): Remove.
9311 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
9312 Adjust callers.
9313
9314 2013-04-24 Reuben Thomas <rrt@sc3d.org>
9315
9316 * textmodes/remember.el (remember-handler-functions): Add an
9317 option for a new handler `remember-store-in-files'.
9318 (remember-data-directory, remember-directory-file-name-format):
9319 New options.
9320 (remember-store-in-files): New function to store remember notes
9321 as separate files within a directory.
9322
9323 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
9324
9325 * progmodes/compile.el (compilation-next-error-function):
9326 Pass "formats" to compilation-find-file (bug#11777).
9327
9328 2013-04-24 Glenn Morris <rgm@gnu.org>
9329
9330 * vc/vc-bzr.el (vc-bzr-print-log):
9331 * vc/vc-hg.el (vc-hg-print-log):
9332 * vc/vc-svn.el (vc-svn-print-log):
9333 Fix START-REVISION with LIMIT != 1. (Bug#14168)
9334
9335 * vc/vc-bzr.el (vc-bzr-print-log):
9336 * vc/vc-cvs.el (vc-cvs-print-log):
9337 * vc/vc-git.el (vc-git-print-log):
9338 * vc/vc-hg.el (vc-hg-print-log):
9339 * vc/vc-mtn.el (vc-mtn-print-log):
9340 * vc/vc-rcs.el (vc-rcs-print-log):
9341 * vc/vc-sccs.el (vc-sccs-print-log):
9342 * vc/vc-svn.el (vc-svn-print-log):
9343 * vc/vc.el (vc-print-log-internal): Doc fixes.
9344
9345 2013-04-23 Glenn Morris <rgm@gnu.org>
9346
9347 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
9348 Remove venerable code attempting to avoid substitute-command-keys.
9349
9350 2013-04-23 Tassilo Horn <tsdh@gnu.org>
9351
9352 * textmodes/reftex-vars.el (reftex-label-regexps):
9353 Call `reftex-compile-variables' after changes to this variable.
9354
9355 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9356
9357 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
9358 Use lexical-binding.
9359 (jit-lock-force-redisplay): Use markers, check buffer's continued
9360 existence and beware narrowed buffers.
9361 (jit-lock-fontify-now): Adjust call accordingly.
9362
9363 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9364
9365 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
9366 to avoid misleading the user.
9367
9368 2013-04-22 Leo Liu <sdl.web@gmail.com>
9369
9370 * info-look.el: Prefer latex2e.info. (Bug#14240)
9371
9372 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
9373
9374 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
9375
9376 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
9377 * net/tramp.el (tramp-call-process): ... here.
9378 (tramp-set-completion-function, tramp-parse-putty):
9379 * net/tramp-adb.el (tramp-adb-execute-adb-command):
9380 * net/tramp-gvfs.el (tramp-gvfs-send-command):
9381 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9382 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
9383 (tramp-call-local-coding-command): Use `tramp-call-process'
9384 instead of `tramp-compat-call-process'.
9385
9386 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
9387 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
9388 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
9389 (tramp-find-inline-compress): Improve traces.
9390 (tramp-maybe-send-script): Check for Perl binary.
9391 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
9392
9393 2013-04-22 Daiki Ueno <ueno@gnu.org>
9394
9395 * epg.el (epg-context-pinentry-mode): New function.
9396 (epg-context-set-pinentry-mode): New function.
9397 (epg--start): Pass --pinentry-mode option to gpg command.
9398
9399 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
9400
9401 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
9402 `comint-dynamic-complete' is obsolete since 24.1, replaced by
9403 `completion-at-point'. (Bug#13774)
9404
9405 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
9406 default key binding for `describe-distribution' has been moved to
9407 `C-h C-o'. (Bug#13970)
9408
9409 2013-04-21 Glenn Morris <rgm@gnu.org>
9410
9411 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
9412 Add doc strings.
9413 (vc-print-log): Clarify interactive prompt.
9414
9415 2013-04-20 Glenn Morris <rgm@gnu.org>
9416
9417 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9418 No longer include timestamp etc information.
9419
9420 2013-04-20 Roland Winkler <winkler@gnu.org>
9421
9422 * faces.el (read-face-name): Bug fix, return just one face if arg
9423 multiple is nil. (Bug#14209)
9424
9425 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9426
9427 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
9428 (remove-function): Autoload.
9429
9430 * comint.el (comint-redirect-original-filter-function): Remove.
9431 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
9432 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
9433 (vc-cvs-annotate-command):
9434 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
9435 * progmodes/prolog.el (prolog-consult-compile):
9436 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
9437 Use add/remove-function instead.
9438 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
9439 (gud-tooltip-process-output, gud-tooltip-tips):
9440 Use add/remove-function instead.
9441 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
9442 (scheme-interaction-mode, exit-scheme-interaction-mode):
9443 Use add/remove-function instead.
9444
9445 * vc/vc-dispatcher.el: Use lexical-binding.
9446 (vc--process-sentinel): Rename from vc-process-sentinel.
9447 Change last arg to be the code to run. Don't use vc-previous-sentinel
9448 and vc-sentinel-commands any more.
9449 (vc-exec-after): Allow code to be a function. Use add/remove-function.
9450 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
9451
9452 2013-04-19 Masatake YAMATO <yamato@redhat.com>
9453
9454 * progmodes/sh-script.el (sh-imenu-generic-expression):
9455 Handle function names with a single character. (Bug#14111)
9456
9457 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
9458
9459 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
9460 for subroutines defined in an eval (bug#14182).
9461
9462 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9463
9464 * bookmark.el (bookmark-completing-read): Improve handling of empty
9465 string (bug#14176).
9466
9467 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9468
9469 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
9470
9471 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
9472
9473 New faster Imenu implementation (bug#14058).
9474 * progmodes/python.el:
9475 (python-imenu-prev-index-position):
9476 (python-imenu-format-item-label-function)
9477 (python-imenu-format-parent-item-label-function)
9478 (python-imenu-format-parent-item-jump-label-function):
9479 New vars.
9480 (python-imenu-format-item-label)
9481 (python-imenu-format-parent-item-label)
9482 (python-imenu-format-parent-item-jump-label)
9483 (python-imenu--put-parent, python-imenu--build-tree)
9484 (python-imenu-create-index, python-imenu-create-flat-index)
9485 (python-util-popn): New functions.
9486 (python-mode): Set imenu-create-index-function to
9487 python-imenu-create-index.
9488
9489 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9490
9491 * winner.el (winner-active-region): Use region-active-p, activate-mark
9492 and deactivate-mark (bug#14225).
9493
9494 * simple.el (deactivate-mark): Don't inline it.
9495
9496 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
9497
9498 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
9499
9500 2013-04-18 Tassilo Horn <tsdh@gnu.org>
9501
9502 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
9503 file extensions from the archive-mode entry in order to prefer
9504 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
9505
9506 2013-04-18 Leo Liu <sdl.web@gmail.com>
9507
9508 * bindings.el (help-event-list): Add ?\?.
9509
9510 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9511
9512 * subr.el (with-wrapper-hook): Declare obsolete.
9513 * simple.el (filter-buffer-substring-function): New hook.
9514 (filter-buffer-substring): Use it.
9515 (filter-buffer-substring-functions): Mark obsolete.
9516 * minibuffer.el (completion-in-region-function): New hook.
9517 (completion-in-region): Use it.
9518 (completion-in-region-functions): Mark obsolete.
9519 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9520 * abbrev.el (abbrev-expand-function): New hook.
9521 (expand-abbrev): Use it.
9522 (abbrev-expand-functions): Mark obsolete.
9523 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9524 and :filter-return.
9525
9526 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9527
9528 * progmodes/python.el (python-nav--syntactically): Fix cornercases
9529 and do not care about match data.
9530
9531 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9534 completion tables when completing error conditions and
9535 `declare' arguments.
9536 (lisp-complete-symbol, field-complete): Mark as obsolete.
9537 (check-parens): Unmatched parens are user errors.
9538 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9539
9540 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
9541
9542 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9543 command changed buffer (ie. `flyspell-pre-buffer' is not current
9544 buffer), which prevents making decisions based on invalid value of
9545 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
9546 cause an error when `flyspell-pre-point' was nil after switching
9547 buffers.
9548 (flyspell-post-command-hook): No longer needs to change buffers when
9549 checking pre-word. While at it remove unnecessary progn.
9550
9551 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
9552
9553 * textmodes/ispell.el (ispell-add-per-file-word-list):
9554 Fix `flyspell-correct-word-before-point' error when accepting
9555 words and `coment-padding' is an integer by using
9556 `comment-normalize-vars' (Bug #14214).
9557
9558 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9559
9560 New defun movement commands.
9561 * progmodes/python.el (python-nav--syntactically)
9562 (python-nav--forward-defun, python-nav-backward-defun)
9563 (python-nav-forward-defun): New functions.
9564
9565 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9566
9567 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
9568 (python-syntax-context): Use named compiler-macro for backwards
9569 compatibility with Emacs 24.x.
9570
9571 2013-04-17 Leo Liu <sdl.web@gmail.com>
9572
9573 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
9574 octave-hide-process-buffer.
9575
9576 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9577
9578 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
9579 (bug#14216).
9580
9581 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
9582
9583 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
9584 Fix adjustment of offset when receiving incomplete responses from GDB
9585 (bug#14129).
9586
9587 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9588
9589 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
9590 python-mode-abbrev-table.
9591 (python-skeleton-define): Adjust accordingly.
9592 (python-mode-abbrev-table): New table that inherits from it so that
9593 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
9594
9595 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
9596 (abbrev-symbol): Use it.
9597 (abbrev--before-point): Use it since we already handle inheritance.
9598
9599 2013-04-16 Leo Liu <sdl.web@gmail.com>
9600
9601 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
9602 binding to info-lookup-symbol.
9603
9604 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
9605
9606 * minibuffer.el (completion--twq-all):
9607 * term/ns-win.el (ns-initialize-window-system):
9608 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
9609
9610 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9611
9612 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
9613 global bindings.
9614
9615 * doc-view.el (doc-view-start-process): Handle url-handler directories.
9616
9617 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
9618
9619 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
9620 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
9621 to nil.
9622 (ruby-end-of-defun): Remove the unused arg, change the docstring
9623 to reflect that this function is only used as the value of
9624 `end-of-defun-function'.
9625 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
9626 to reflect an earlier change that beginning/end-of-defun functions
9627 jump between methods in a class definition, as well as top-level
9628 functions.
9629
9630 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9631
9632 * minibuffer.el (minibuffer-complete): Don't just scroll
9633 a *Completions* that's been iconified.
9634 (minibuffer-force-complete): Make sure repetitions do cycle when going
9635 through completion-in-region -> minibuffer-complete.
9636
9637 2013-04-15 Alan Mackenzie <acm@muc.de>
9638
9639 Correct the placement of c-cpp-delimiters when there're #s not at
9640 col 0.
9641
9642 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
9643 place a submatch around the #.
9644 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
9645 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
9646 on the #, not BOL.
9647
9648 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9649
9650 * emacs-lisp/nadvice.el: Properly test names when adding advice.
9651 (advice--member-p): New arg `name'.
9652 (advice--add-function, advice-member-p): Use it (bug#14202).
9653
9654 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
9655
9656 Reformulate java imenu-generic-expression.
9657 The old expression contained ill formed regexps.
9658
9659 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
9660 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
9661 (cc-imenu-java-method-arg-regexp): New defconsts.
9662 (cc-imenu-java-build-type-args-regex): New defun.
9663 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
9664 handling of spaces in the regexp.
9665
9666 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9667
9668 * textmodes/ispell.el (ispell-command-loop): Remove
9669 flyspell highlight of a word when ispell accepts it (bug #14178).
9670
9671 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
9672
9673 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
9674 uses code from the previous `ange-ftp-run-real-handler'.
9675 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
9676 only in case that function exist. This is needed for proper
9677 unloading of Tramp.
9678
9679 2013-04-15 Tassilo Horn <tsdh@gnu.org>
9680
9681 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
9682
9683 * textmodes/reftex.el (reftex-compile-variables): Use it.
9684
9685 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9686
9687 * files.el (normal-mode): Only use default major-mode if no other mode
9688 was specified.
9689
9690 * emacs-lisp/trace.el (trace-values): New function.
9691
9692 * files.el: Allow : in local variables (bug#14089).
9693 (hack-local-variable-regexp): New var.
9694 (hack-local-variables-prop-line, hack-local-variables): Use it.
9695
9696 2013-04-13 Roland Winkler <winkler@gnu.org>
9697
9698 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
9699 data before it gets modified by bibtex-beginning-of-entry.
9700
9701 2013-04-13 Roland Winkler <winkler@gnu.org>
9702
9703 * textmodes/bibtex.el (bibtex-url): Doc fix.
9704
9705 2013-04-13 Roland Winkler <winkler@gnu.org>
9706
9707 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
9708 does not visit a BibTeX file, exclude it from the list of buffers
9709 returned by bibtex-initialize.
9710
9711 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
9712
9713 * window.el (split-window): Remove interactive form, since as a
9714 command this function is a special case of split-window-below.
9715 Correct doc string.
9716
9717 2013-04-12 Roland Winkler <winkler@gnu.org>
9718
9719 * faces.el (read-face-name): Do not override value of arg default.
9720 Allow single faces and strings as default values. Remove those
9721 elements from return value that are not faces.
9722 (describe-face): Simplify.
9723 (face-at-point): New optional args thing and multiple so that this
9724 function can provide the same functionality previously provided by
9725 read-face-name.
9726 (make-face-bold, make-face-unbold, make-face-italic)
9727 (make-face-unitalic, make-face-bold-italic, invert-face)
9728 (modify-face, read-face-and-attribute): Use face-at-point.
9729
9730 * cus-edit.el (customize-face, customize-face-other-window)
9731 * cus-theme.el (custom-theme-add-face)
9732 * face-remap.el (buffer-face-set)
9733 * facemenu.el (facemenu-set-face): Use face-at-point.
9734
9735 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
9736
9737 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
9738
9739 2013-04-10 Tassilo Horn <tsdh@gnu.org>
9740
9741 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
9742 off leading { and trailing } from field values.
9743
9744 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 * emacs-lisp/timer.el (timer--check): New function.
9747 (timer--time, timer-set-function, timer-event-handler): Use it.
9748 (timer-set-idle-time): Simplify.
9749 (timer--activate): CSE.
9750 (timer-event-handler): Give more info in error message.
9751 (internal-timer-start-idle): New function, moved from C.
9752
9753 * mpc.el (mpc-proc): Add `restart' argument.
9754 (mpc-proc-cmd): Use it.
9755 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
9756 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
9757 less often.
9758
9759 2013-04-10 Masatake YAMATO <yamato@redhat.com>
9760
9761 * progmodes/sh-script.el: Implement `sh-mode' own
9762 `add-log-current-defun-function' (bug#14112).
9763 (sh-current-defun-name): New function.
9764 (sh-mode): Use the function.
9765
9766 2013-04-09 Bastien Guerry <bzg@gnu.org>
9767
9768 * simple.el (choose-completion-string): Fix docstring (bug#14163).
9769
9770 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9771
9772 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
9773
9774 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
9775 timer (bug#14156).
9776
9777 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
9778
9779 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
9780 declaration.
9781
9782 2013-04-07 Leo Liu <sdl.web@gmail.com>
9783
9784 * pcmpl-x.el: New file.
9785
9786 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
9787
9788 Do not set x-display-name until X connection is established.
9789 This is needed to prevent from weird situation described at
9790 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
9791 * frame.el (make-frame): Set x-display-name after call to
9792 window system initialization function, not before.
9793 * term/x-win.el (x-initialize-window-system): Add optional
9794 display argument and use it.
9795 * term/w32-win.el (w32-initialize-window-system):
9796 * term/ns-win.el (ns-initialize-window-system):
9797 * term/pc-win.el (msdos-initialize-window-system):
9798 Add compatible optional display argument.
9799
9800 2013-04-06 Eli Zaretskii <eliz@gnu.org>
9801
9802 * files.el (normal-backup-enable-predicate): On MS-Windows and
9803 MS-DOS compare truenames of temporary-file-directory and of the
9804 file, so that 8+3 aliases (usually found in $TEMP on Windows)
9805 don't fail comparison by compare-strings. Also, compare file
9806 names case-insensitively on MS-Windows and MS-DOS.
9807
9808 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
9811 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
9812
9813 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
9814
9815 * whitespace.el (whitespace-color-on, whitespace-color-off):
9816 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
9817
9818 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
9819
9820 * ispell.el (ispell-set-spellchecker-params):
9821 Really set `ispell-args' for all equivs.
9822
9823 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9824
9825 * ido.el (ido-completions): Use extra elements of ido-decorations
9826 (bug#14143).
9827 (ido-decorations): Update docstring.
9828
9829 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
9830
9831 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9832 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
9833 nil during initialization, in order not to miss changes since the
9834 file was opened. (Bug#14140)
9835
9836 2013-04-05 Leo Liu <sdl.web@gmail.com>
9837
9838 * kmacro.el (kmacro-call-macro): Fix bug#14135.
9839
9840 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
9841
9842 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
9843
9844 2013-04-04 Glenn Morris <rgm@gnu.org>
9845
9846 * electric.el (electric-pair-inhibit-predicate): Add :version.
9847
9848 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9849
9850 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
9851 when a package is required several times (bug#14082).
9852
9853 2013-04-04 Roland Winkler <winkler@gnu.org>
9854
9855 * faces.el (read-face-name): Behave as promised by the docstring.
9856 Assume that arg default is a list of faces.
9857 (describe-face): Call read-face-name with list of default faces.
9858
9859 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9860
9861 * bookmark.el: Fix deletion of bookmarks (bug#13972).
9862 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
9863 (bookmark-bmenu-execute-deletions): Only skip first line if it's
9864 the header.
9865 (bookmark-exit-hook-internal): Save even if list is empty.
9866
9867 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
9868
9869 * emacs-lisp/package.el (package-pinned-packages): New var.
9870 (package--add-to-archive-contents): Obey it (bug#14118).
9871
9872 2013-04-03 Alan Mackenzie <acm@muc.de>
9873
9874 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
9875 Also adapt to the new values of element 7 of a parse state.
9876
9877 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
9878 parameter `not-in-delimiter'. Handle being inside comment opener.
9879 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
9880 character in case we're typing a '*' after a '/'.
9881 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
9882 instead by passing the parameter to c-state-pp-to-literal.
9883
9884 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
9885 for elt. 7 of a parse state.
9886
9887 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
9888
9889 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
9890 * international/latin1-disp.el, international/mule-util.el:
9891 * language/cyril-util.el, language/european.el, language/ind-util.el:
9892 * language/lao-util.el, language/thai.el, language/tibet-util.el:
9893 * language/tibetan.el, language/viet-util.el:
9894 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
9895
9896 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9897
9898 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
9899 (electric-pair-post-self-insert-function): Use it.
9900 (electric-pair-default-inhibit): New function, extracted from
9901 electric-pair-post-self-insert-function.
9902
9903 2013-03-31 Roland Winkler <winkler@gnu.org>
9904
9905 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
9906
9907 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9908
9909 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
9910
9911 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
9912
9913 Un-indent after "pass" and "return" statements (Bug#13888)
9914 * progmodes/python.el (python-indent-block-enders): New var.
9915 (python-indent-calculate-indentation): Use it.
9916
9917 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
9918
9919 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
9920 defun. Defining it as defalias could introduce too eager
9921 byte-compiler optimization. (Bug#14030)
9922
9923 2013-03-30 Chong Yidong <cyd@gnu.org>
9924
9925 * iswitchb.el (iswitchb-read-buffer): Fix typo.
9926
9927 2013-03-30 Leo Liu <sdl.web@gmail.com>
9928
9929 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
9930 (kmacro-execute-from-register): Pass the keyboard macro to
9931 kmacro-call-macro or repeating won't work correctly.
9932
9933 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
9934
9935 * progmodes/subword.el: Back to using `forward-symbol'.
9936
9937 * subr.el (forward-whitespace, forward-symbol)
9938 (forward-same-syntax): Move from thingatpt.el.
9939
9940 2013-03-29 Leo Liu <sdl.web@gmail.com>
9941
9942 * kmacro.el (kmacro-to-register): New command.
9943 (kmacro-execute-from-register): New function.
9944 (kmacro-keymap): Bind to 'x'. (Bug#14071)
9945
9946 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9947
9948 * mpc.el: Use defvar-local and setq-local.
9949 (mpc--proc-connect): Connection failures are not bugs.
9950 (mpc-mode-map): `follow-link' only applies to the buffer's content.
9951 (mpc-volume-map): Bind to the up-events.
9952
9953 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9954
9955 * progmodes/subword.el (superword-mode): Use `forward-sexp'
9956 instead of `forward-symbol'.
9957
9958 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9959
9960 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
9961 (edebug--recursive-edit): Use it.
9962 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
9963 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
9964
9965 2013-03-28 Leo Liu <sdl.web@gmail.com>
9966
9967 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
9968
9969 2013-03-27 Eli Zaretskii <eliz@gnu.org>
9970
9971 * facemenu.el (list-colors-callback): New defvar.
9972 (list-colors-redisplay): New function.
9973 (list-colors-display): Install list-colors-redisplay as the
9974 revert-buffer-function. (Bug#14063)
9975
9976 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9977
9978 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
9979 and suffixes don't overlap (bug#14061).
9980
9981 * case-table.el: Use lexical-binding.
9982 (case-table-get-table): New function.
9983 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
9984
9985 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9986
9987 * progmodes/subword.el: Add `superword-mode' to do word motion
9988 over symbol_words (parallels and leverages `subword-mode' which
9989 does word motion inside MixedCaseWords).
9990
9991 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
9992
9993 * eshell/em-unix.el: Move su and sudo to...
9994 * eshell/em-tramp.el: ...Eshell tramp module.
9995
9996 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9997
9998 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
9999 Change return value to be a sexp. Delay `get-buffer' to after
10000 restoring the desktop (bug#13951).
10001
10002 2013-03-26 Leo Liu <sdl.web@gmail.com>
10003
10004 * register.el: Move semantic tag handling back to
10005 cedet/semantic/senator.el. (Bug#14052)
10006
10007 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10008
10009 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
10010 into the prompt either (bug#13963).
10011
10012 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10013
10014 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
10015 part of "(error-foo)".
10016
10017 2013-03-24 Juri Linkov <juri@jurta.org>
10018
10019 * replace.el (list-matching-lines-prefix-face): New defcustom.
10020 (occur-1): Pass `list-matching-lines-prefix-face' to the function
10021 `occur-engine' if `face-differs-from-default-p' returns t.
10022 (occur-engine): Add `,' inside backquote construct to evaluate
10023 `prefix-face'. Propertize the prefix with the `prefix-face' face.
10024 Pass `prefix-face' to the functions `occur-context-lines' and
10025 `occur-engine-add-prefix'.
10026 (occur-engine-add-prefix, occur-context-lines): Add optional arg
10027 `prefix-face' and propertize the prefix with `prefix-face'.
10028 (Bug#14017)
10029
10030 2013-03-24 Leo Liu <sdl.web@gmail.com>
10031
10032 * nxml/rng-valid.el (rng-validate-while-idle)
10033 (rng-validate-quick-while-idle): Guard against deleted buffer.
10034 (Bug#13999)
10035
10036 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
10037 is the last entry in kill-buffer-hook.
10038
10039 * files.el (kill-buffer-hook): Doc fix.
10040
10041 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
10042
10043 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
10044 Make it safe-local.
10045
10046 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
10047
10048 2013-03-23 Leo Liu <sdl.web@gmail.com>
10049
10050 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
10051 Remove.
10052
10053 * nxml/rng-valid.el (rng-validate-mode)
10054 (rng-after-change-function, rng-do-some-validation):
10055 * nxml/rng-maint.el (rng-validate-buffer):
10056 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
10057 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
10058 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
10059 (nxml-extend-after-change-region): Use with-silent-modifications.
10060
10061 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
10062 timer-idle-list.
10063
10064 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
10065 (rng-next-error-1, rng-previous-error-1): Do not let-bind
10066 timer-idle-list. (Bug#13999)
10067
10068 2013-03-23 Juri Linkov <juri@jurta.org>
10069
10070 * info.el (info-index-match): New face.
10071 (Info-index, Info-apropos-matches): Add a nested subgroup to the
10072 main pattern and add text properties with the new face to matches
10073 in index entries relative to the beginning of the index entry.
10074 (Bug#14015)
10075
10076 2013-03-21 Eric Ludlam <zappo@gnu.org>
10077
10078 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
10079 Inhibit read only while inserting objects.
10080
10081 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
10082
10083 * progmodes/cfengine.el: Update docs to mention
10084 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
10085 symbol motion. Remove "_" from the word syntax.
10086
10087 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
10088
10089 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
10090 syntax for both `cfengine2-mode' and `cfengine3-mode'.
10091
10092 2013-03-20 Juri Linkov <juri@jurta.org>
10093
10094 * info.el (Info-next-reference-or-link)
10095 (Info-prev-reference-or-link): New functions.
10096 (Info-next-reference, Info-prev-reference): Use them.
10097 (Info-try-follow-nearest-node): Handle footnote navigation.
10098 (Info-fontify-node): Fontify footnotes. (Bug#13989)
10099
10100 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10101
10102 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
10103 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
10104
10105 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
10106
10107 Suppress unnecessary non-ASCII chatter during build process.
10108 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
10109 (batch-skkdic-convert): Suppress most of the chatter.
10110 It's not needed so much now that machines are faster,
10111 and its non-ASCII component was confusing; see Dmitry Gutov in
10112 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
10113
10114 2013-03-20 Leo Liu <sdl.web@gmail.com>
10115
10116 * ido.el (ido-chop): Fix bug#10994.
10117
10118 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10119
10120 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
10121 Remove vars.
10122 (whitespace-color-on, whitespace-color-off):
10123 Use `font-lock-fontify-buffer' (Bug#13817).
10124
10125 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10126
10127 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
10128 remapping in mode-line.
10129 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
10130
10131 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10132
10133 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
10134 value for `whitespace-line' face (Bug#13875).
10135 (whitespace-font-lock-keywords): Change description.
10136 (whitespace-color-on): Don't save `font-lock-keywords' value, save
10137 the constructed keywords instead.
10138 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
10139
10140 2013-03-19 Leo Liu <sdl.web@gmail.com>
10141
10142 * progmodes/compile.el (compilation-display-error): New command.
10143 (compilation-mode-map, compilation-minor-mode-map): Bind it to
10144 C-o. (Bug#13992)
10145
10146 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10147
10148 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
10149
10150 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
10151
10152 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
10153
10154 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
10155
10156 * net/tramp-compat.el (tramp-compat-user-error): New defun.
10157
10158 * net/tramp-adb.el (tramp-adb-handle-shell-command):
10159 * net/tramp-gvfs.el (top):
10160 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
10161 (tramp-handle-shell-command): Use it.
10162 (tramp-dissect-file-name): Raise an error when hostname is a
10163 method name, and neither method nor user is specified.
10164
10165 * net/trampver.el: Update release number.
10166
10167 2013-03-18 Leo Liu <sdl.web@gmail.com>
10168
10169 Make sure eldoc can be turned off properly.
10170 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
10171 eldoc-mode.
10172 (eldoc-display-message-p): Revert last change.
10173 (eldoc-display-message-no-interference-p)
10174 (eldoc-print-current-symbol-info): Tweak.
10175
10176 2013-03-18 Tassilo Horn <tsdh@gnu.org>
10177
10178 * doc-view.el (doc-view-new-window-function): Check the new window
10179 overlay's display property instead the char property of the
10180 buffer's first char. Use `with-selected-window' instead of
10181 `save-window-excursion' with `select-window'.
10182 (doc-view-document->bitmap): Check the current doc-view overlay's
10183 display property instead the char property of the buffer's first char.
10184
10185 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10186
10187 Automate the build of ja-dic.el (Bug#13984).
10188 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
10189 from the input, rather than assume that it's been done for us by the
10190 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
10191 the current date into a ja-dic.el comment, as that complicates
10192 regression testing.
10193
10194 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
10195
10196 * whitespace.el: Fix double evaluation.
10197 (whitespace-space, whitespace-hspace, whitespace-tab)
10198 (whitespace-newline, whitespace-trailing, whitespace-line)
10199 (whitespace-space-before-tab, whitespace-indentation)
10200 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
10201 obsolete defvars.
10202 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
10203 (whitespace-color-on): Use a single font-lock-add-keywords call.
10204 Fix double-evaluation of face variables.
10205
10206 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
10207
10208 * net/tramp-adb.el (tramp-adb-parse-device-names):
10209 Use `start-process' instead of `call-process'. Otherwise, the
10210 function might be blocked under MS Windows. (Bug#13299)
10211
10212 2013-03-17 Leo Liu <sdl.web@gmail.com>
10213
10214 Extend eldoc to display info in the mode-line. (Bug#13978)
10215 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
10216 (eldoc-mode-line-string): New variable.
10217 (eldoc-minibuffer-message): New function.
10218 (eldoc-message-function): New variable.
10219 (eldoc-message): Use it.
10220 (eldoc-display-message-p)
10221 (eldoc-display-message-no-interference-p):
10222 Support eldoc-post-insert-mode.
10223
10224 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
10225 (eval-expression): Run it.
10226
10227 2013-03-17 Roland Winkler <winkler@gnu.org>
10228
10229 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
10230 strings in the list of return values.
10231
10232 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
10233
10234 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
10235 radix before checking for HMS forms.
10236
10237 2013-03-16 Leo Liu <sdl.web@gmail.com>
10238
10239 * progmodes/scheme.el: Add indentation and font-locking for λ.
10240 (Bug#13975)
10241
10242 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10243
10244 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
10245 token before point (bug#13942).
10246
10247 2013-03-16 Leo Liu <sdl.web@gmail.com>
10248
10249 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
10250
10251 2013-03-16 Eli Zaretskii <eliz@gnu.org>
10252
10253 * startup.el (command-line-normalize-file-name): Fix handling of
10254 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
10255 <xfq.free@gmail.com> in
10256 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
10257
10258 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
10259
10260 Sync with Tramp 2.2.7.
10261
10262 * net/trampver.el: Update release number.
10263
10264 2013-03-14 Tassilo Horn <tsdh@gnu.org>
10265
10266 * doc-view.el: Fix bug#13887.
10267 (doc-view-insert-image): Don't modify overlay associated to
10268 non-live windows, and implement horizontal centering of image in
10269 case it's smaller than the window.
10270 (doc-view-new-window-function): Force redisplay of new windows on
10271 doc-view buffers.
10272
10273 2013-03-13 Karl Fogel <kfogel@red-bean.com>
10274
10275 * saveplace.el (save-place-alist-to-file): Don't sort
10276 `save-place-alist', just pretty-print it (bug#13882).
10277
10278 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
10279
10280 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
10281 Check whether `default-file-name-coding-system' is bound.
10282 It isn't in XEmacs.
10283
10284 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10285
10286 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
10287 backquotes for `obsolete' (bug#13929).
10288
10289 * international/mule.el (find-auto-coding): Include file name in
10290 obsolescence warning (bug#13922).
10291
10292 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
10293
10294 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
10295 for CFEngine 3-specific indentation.
10296 (cfengine3-indent-line): Use it. Fix up category regex.
10297 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
10298
10299 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10300
10301 * type-break.el (type-break-file-name):
10302 * textmodes/remember.el (remember-data-file):
10303 * strokes.el (strokes-file):
10304 * shadowfile.el (shadow-initialize):
10305 * saveplace.el (save-place-file):
10306 * ps-bdf.el (bdf-cache-file):
10307 * progmodes/idlwave.el (idlwave-config-directory):
10308 * net/quickurl.el (quickurl-url-file):
10309 * international/kkc.el (kkc-init-file-name):
10310 * ido.el (ido-save-directory-list-file):
10311 * emulation/viper.el (viper-custom-file-name):
10312 * emulation/vip.el (vip-startup-file):
10313 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
10314 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
10315
10316 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
10317
10318 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
10319 * language/thai-word.el: Switch to UTF-8.
10320
10321 See ChangeLog.16 for earlier changes.
10322
10323 ;; Local Variables:
10324 ;; coding: utf-8
10325 ;; End:
10326
10327 Copyright (C) 2011-2013 Free Software Foundation, Inc.
10328
10329 This file is part of GNU Emacs.
10330
10331 GNU Emacs is free software: you can redistribute it and/or modify
10332 it under the terms of the GNU General Public License as published by
10333 the Free Software Foundation, either version 3 of the License, or
10334 (at your option) any later version.
10335
10336 GNU Emacs is distributed in the hope that it will be useful,
10337 but WITHOUT ANY WARRANTY; without even the implied warranty of
10338 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10339 GNU General Public License for more details.
10340
10341 You should have received a copy of the GNU General Public License
10342 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.