* arc-mode.el (archive-mode): Add `archive-write-file' also for
[bpt/emacs.git] / lisp / ChangeLog
1 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
2
3 * arc-mode.el (archive-mode): Add `archive-write-file' also for
4 remote files. (Bug#14652)
5
6 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
7
8 * cus-edit.el (custom-commands): Fix typos.
9 (custom-display): Fix tooltip text.
10 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
11 Fix typos in docstrings.
12 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
13 (custom-unlispify-menu-entry, custom-magic-value-create)
14 (custom-add-see-also, custom-group-value-create): Use ?\s.
15 (custom-guess-type, customize-apropos, editable-field)
16 (custom-face-value-create): Use `string-match-p'.
17 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
18
19 * custom.el (custom-load-symbol): Use `string-match-p'.
20
21 * ansi-color.el: Convert to lexical binding.
22 (ansi-colors): Fix URL.
23 (ansi-color-context, ansi-color-context-region): Use defvar-local.
24 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
25 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
26
27 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
28
29 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
30
31 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
32
33 2013-06-19 Tom Tromey <tromey@redhat.com>
34
35 * net/eww.el (eww-top-url): Remove.
36 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
37 (eww-render): Set new variables. Don't set eww-top-url.
38 (eww-handle-link): Handle "prev", "home", and "contents".
39 Downcase the rel text.
40 (eww-top-url): Choose best top URL.
41
42 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
43
44 * net/eww.el: Rewrite to implement form elements "by hand" instead of
45 relying in widget.el. Using widget.el leads to too many
46 user interface inconsistencies.
47 (eww-self-insert): Implement entering commands in text fields.
48 (eww-process-text-input): New function to make text input field editing
49 work.
50 (eww-submit): Rewrite to use the new-style form methods.
51 (eww-select-display): Display the correct selected item.
52 (eww-change-select): Implement changing the select value.
53 (eww-toggle-checkbox): Implement radio/checkboxes.
54 (eww-update-field): Fix compilation error.
55 (eww-tag-textarea): Implement <textarea>.
56
57 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
58 we don't shadow mode-specific bindings.
59
60 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
61 nothing to push.
62
63 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
64
65 2013-06-19 Glenn Morris <rgm@fencepost.gnu.org>
66
67 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
68
69 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
70
71 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
72 not needed.
73
74 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
75
76 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
77
78 * net/browse-url.el (browse-url-browser-function):
79 `eww-browse-url' has the right calling signature, `eww' does not.
80
81 2013-06-19 Glenn Morris <rgm@gnu.org>
82
83 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
84 Only eval autoloaded macros.
85 (byte-compile-autoload): Only give the macro warning for macros.
86
87 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
88 (ps-underlined-faces): Declare.
89
90 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
91 (speedbar-add-supported-extension): Declare.
92
93 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
94 Don't include a date stamp in the header of the generated file;
95 it leads to needless differences between output files.
96
97 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
98
99 * net/secrets.el (secrets-struct-secret-content-type): Replace
100 check of introspection data by a test call of "CreateItem". Some
101 servers do not offer introspection.
102
103 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * electric.el (electric-pair-mode): Improve interaction with
106 electric-layout-mode.
107 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
108 (electric-pair-syntax): Use text-mode-syntax-table in comments
109 and strings.
110 (electric-pair--insert): New function.
111 (electric-pair-post-self-insert-function): Use it and
112 electric--after-char-pos.
113
114 2013-06-19 Leo Liu <sdl.web@gmail.com>
115
116 * progmodes/octave.el (octave-help): Fix regexp.
117
118 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
119
120 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
121 (shr-table-horizontal-line): Allow nil as a value, and change the
122 default.
123 (shr-insert-table-ruler): Respect the nil value.
124
125 2013-06-18 Tom Tromey <tromey@barimba>
126
127 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
128 New defvars.
129 (eww-open-file): New defun.
130 (eww-render): Initialize new variables.
131 (eww-display-html): Handle "link" and "a".
132 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
133 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
134 (eww-back-url): Rename from eww-previous-url.
135 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
136 New defuns.
137
138 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
139
140 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
141 Distinguish ternary operator tokens from slash symbol and slash
142 char literal.
143
144 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
145
146 Convert symbol prettification into minor mode and global minor mode.
147
148 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
149 `prog-prettify-symbols', and make a local defvar instead of defcustom.
150 (prettify-symbols--keywords): Rename from
151 `prog-prettify-symbols-alist' and make a local defvar.
152 (prettify-symbols--compose-symbol): Rename from
153 `prog--prettify-font-lock-compose-symbol'.
154 (prettify-symbols--make-keywords): Rename from
155 `prog-prettify-font-lock-symbols-keywords' and simplify.
156 (prog-prettify-install): Remove.
157 (prettify-symbols-mode): New minor mode, based on
158 `prog-prettify-install'.
159 (turn-on-prettify-symbols-mode): New function.
160 (global-prettify-symbols-mode): New globalized minor mode.
161
162 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
163 * progmodes/cfengine.el (cfengine3-mode):
164 * progmodes/perl-mode.el (perl-mode): Don't call
165 `prog-prettify-install'; set `prettify-symbols-alist' instead.
166
167 2013-06-18 Juri Linkov <juri@jurta.org>
168
169 * files-x.el (modify-file-local-variable-message): New function.
170 (modify-file-local-variable)
171 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
172 and call `modify-file-local-variable-message' when it's non-nil.
173 (add-file-local-variable, delete-file-local-variable)
174 (add-file-local-variable-prop-line)
175 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
176 and use it. (Bug#9820)
177
178 2013-06-18 Juri Linkov <juri@jurta.org>
179
180 * emulation/vi.el (vi-shell-op):
181 * emulation/vip.el (vip-execute-com, ex-command):
182 * emulation/viper-cmd.el (viper-exec-bang):
183 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
184 the call of `shell-command-on-region'. (Bug#14637)
185
186 * simple.el (shell-command-on-region): Doc fix.
187
188 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
189
190 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
191 (bug#14633).
192
193 2013-06-18 Glenn Morris <rgm@gnu.org>
194
195 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
196
197 * newcomment.el (comment-search-forward, comment-search-backward):
198 Doc fix. (Bug#14376)
199
200 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
201
202 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
203 (buffer-face-mode-invoke): Doc fix.
204
205 2013-06-18 Matthias Meulien <orontee@gmail.com>
206
207 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
208
209 2013-06-18 Glenn Morris <rgm@gnu.org>
210
211 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
212 Replace obsolete function generic-make-keywords with its expansion.
213
214 * progmodes/python.el (ffap-alist): Declare.
215
216 * textmodes/reftex.el (bibtex-mode-map): Declare.
217
218 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
221 (package-unpack, package-unpack-single): Return the pkg-dir.
222 (package-download-transaction): Use it to update package-alist.
223
224 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
225
226 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
227 possible choice.
228
229 2013-06-17 Juri Linkov <juri@jurta.org>
230
231 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
232
233 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
234
235 * emacs-lisp/package.el (package-load-descriptor):
236 Remove `with-syntax-table' call, `read' doesn't need it.
237 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
238
239 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
240
241 * startup.el (command-line): Expand package name returned by
242 `package--description-file' (bug#14639).
243
244 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
245
246 * emacs-lisp/package.el (package-load-descriptor): Do not call
247 `emacs-lisp-mode', just use its syntax table.
248
249 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
250
251 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
252 `font-lock-extra-managed-props' if any prettifying keyword is added.
253 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
254 (prog-mode): Use `setq-local'.
255
256 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
257
258 * international/characters.el (standard-case-table): Set syntax of ?»
259 and ?« to punctuation.
260
261 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
262
263 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
264 Save relevant match data before calling `syntax-ppss' (bug#14595).
265
266 2013-06-15 Juri Linkov <juri@jurta.org>
267
268 * files-x.el (modify-file-local-variable-prop-line): Add local
269 variables to the end of the existing comment on the first line.
270 Use `file-auto-mode-skip' to skip interpreter magic line,
271 and also skip XML declaration.
272
273 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
274
275 * startup.el (package--builtin-versions): New var.
276 (package-subdirectory-regexp): Remove.
277 (package--description-file): Hard code its value instead.
278
279 * emacs-lisp/package.el: Don't activate packages older than builtin.
280 (package-obsolete-list): Rename from package-obsolete-alist, and make
281 it into a simple list of package-desc.
282 (package-strip-version): Remove.
283 (package-built-in-p): Use package--builtin-versions.
284 (package-mark-obsolete): Simplify.
285 (package-process-define-package): Mark it obsolete if older than the
286 builtin version.
287 (package-handle-response): Use line-end-position.
288 (package-read-archive-contents, package--download-one-archive):
289 Simplify.
290 (package--add-to-archive-contents): Skip if older than the builtin or
291 installed version.
292 (package-menu-describe-package): Fix last change.
293 (package-list-unversioned): New var.
294 (package-menu--generate): Use it.
295
296 * emacs-lisp/autoload.el: Manage package--builtin-versions.
297 (autoload--insert-text, autoload--insert-cookie-text): New functions.
298 (autoload-builtin-package-versions): New variable.
299 (autoload-generate-file-autoloads): Use them.
300 Remove the list of autoloaded functions/macros from the
301 (autoload...) comments.
302
303 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
304
305 2013-06-15 Eli Zaretskii <eliz@gnu.org>
306
307 * simple.el (line-move-partial): Don't jump to the next screen
308 line as soon as it becomes visible. Instead, continue enlarging
309 the vscroll until the portion of a tall screen line that's left on
310 display is about the height of the frame's default font.
311 (Bug#14567)
312
313 2013-06-15 Glenn Morris <rgm@gnu.org>
314
315 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
316 compilation-error-regexp-alist void, or local while let-bound.
317
318 * progmodes/make-mode.el (makefile-mode-syntax-table):
319 Treat "=" as punctuation. (Bug#14614)
320
321 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
322
323 * help-fns.el (describe-variable):
324 Add extra line for permanent-local variables.
325
326 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
327
328 * progmodes/scheme.el (scheme-font-lock-keywords-2):
329 Add export, import, library. (Bug#9164)
330 (library): Set indent function.
331
332 2013-06-14 Glenn Morris <rgm@gnu.org>
333
334 * term/xterm.el (xterm--query):
335 Stop after first matching handler. (Bug#14615)
336
337 2013-06-14 Ivan Kanis <ivan@kanis.fr>
338
339 Add support for dired in saveplace.
340 * dired.el (dired-initial-position-hook): New variable.
341 (dired-initial-position): Call hook to place cursor position.
342 * saveplace.el (save-place-to-alist): Add dired position.
343 (save-place-dired-hook): New function.
344
345 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
346
347 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
348 through a symbol rather than letrec.
349
350 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
351 (package-desc): Add `dir' field.
352 (package-desc-full-name): New function.
353 (package-load-descriptor): Combine the two arguments. Don't use `load'.
354 (package-maybe-load-descriptor): Remove.
355 (package-load-all-descriptors): Just call package-load-descriptor.
356 (package--disabled-p): New function.
357 (package-desc-vers, package-desc-doc): Remove aliases.
358 (package--dir): Remove function.
359 (package-activate): Check if a package is disabled.
360 (package-process-define-package): New function, extracted from
361 define-package.
362 (define-package): Turn into a place holder.
363 (package-unpack-single, package-tar-file-info):
364 Use package--description-file.
365 (package-compute-transaction): Use package--disabled-p.
366 (package-download-transaction): Don't call
367 package-maybe-load-descriptor since they're all loaded anyway.
368 (package-install): Change argument to be a pkg-desc.
369 (package-delete): Use a single pkg-desc argument.
370 (describe-package-1): Use package-desc-dir instead of package--dir.
371 Use package-desc property instead of package-symbol.
372 (package-install-button-action): Adjust accordingly.
373 (package--push): Rewrite.
374 (package-menu--print-info): Adjust accordingly. Change the ID format
375 to be a pkg-desc.
376 (package-menu-describe-package, package-menu-get-status)
377 (package-menu--find-upgrades, package-menu-mark-upgrades)
378 (package-menu-execute, package-menu--name-predicate):
379 Adjust accordingly.
380 * startup.el (package--description-file): New function.
381 (command-line): Use it.
382 * emacs-lisp/package-x.el (package-upload-buffer-internal):
383 Use package-desc-version.
384
385 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
386 (byte-compile-preprocess): Use it.
387 (byte-compile-file-form-defalias): Try a bit harder to use macros we
388 can't quite recognize.
389 (byte-compile-add-to-list): Remove.
390 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
391 (cconv-closure-convert): Add assertion.
392
393 * emacs-lisp/map-ynp.el: Use lexical-binding.
394 (map-y-or-n-p): Remove unused vars `tail' and `object'.
395 Factor out some repeated code.
396
397 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * subr.el (with-eval-after-load): New macro.
400 (eval-after-load): Allow form to be a function.
401 take advantage of lexical-binding.
402 (do-after-load-evaluation): Use dolist and adjust to new format.
403 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
404
405 2013-06-13 Juri Linkov <juri@jurta.org>
406
407 * replace.el (perform-replace): Display "symbol " and other search
408 modes from `isearch-message-prefix' in the *Help* buffer.
409
410 * isearch.el (isearch-query-replace): Add " symbol" and other
411 possible search modes from `isearch-message-prefix' to the prompt.
412 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
413 when reading a regexp to collect.
414
415 2013-06-13 Juri Linkov <juri@jurta.org>
416
417 * isearch.el (word-search-regexp): Match whitespace if the search
418 string begins or ends in whitespace. The LAX arg is applied to
419 both ends of the search string. Use `regexp-quote' and explicit
420 \< and \> instead of \b. Use \` and \' instead of ^ and $.
421 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
422 boundaries are replaced with symbol boundaries, and characters
423 between symbols match non-word non-symbol syntax. (Bug#14602)
424
425 2013-06-13 Juri Linkov <juri@jurta.org>
426
427 * isearch.el (isearch-del-char): Don't exceed the length of
428 `isearch-string' by the prefix arg. (Bug#14563)
429
430 2013-06-13 Juri Linkov <juri@jurta.org>
431
432 * isearch.el (isearch-yank-word, isearch-yank-line)
433 (isearch-char-by-name, isearch-quote-char)
434 (isearch-printing-char, isearch-process-search-char):
435 Add optional count prefix arg. (Bug#14563)
436
437 * international/isearch-x.el
438 (isearch-process-search-multibyte-characters):
439 Add optional count prefix arg.
440
441 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
444 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
445 lexical-binding.
446
447 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
448
449 * subr.el (set-temporary-overlay-map): Add on-exit argument.
450
451 2013-06-13 Glenn Morris <rgm@gnu.org>
452
453 * startup.el (tty-handle-args):
454 Don't just discard "--" and anything after. (Bug#14608)
455
456 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
457
458 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
459
460 Implement changes in Secret Service API. Make it backward compatible.
461 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
462 (secrets-create-item): Use it. Prefix properties with interface.
463
464 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
465
466 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
467 (term-emulate-terminal): Respect term-suppress-hard-newline.
468
469 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
470
471 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
472 Only remove a `thumb-file' overlay. (Bug#14548)
473
474 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
475
476 * mail/reporter.el (reporter-submit-bug-report):
477 Handle missing package-name. (Bug#14600)
478
479 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
480
481 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
482 (reftex-citation-prompt, reftex-default-bibliography)
483 (reftex-bib-or-thebib, reftex-get-bibfile-list)
484 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
485 (reftex-bib-sort-author, reftex-bib-sort-year)
486 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
487 (reftex-extract-bib-entries-from-thebibliography)
488 (reftex-get-bibkey-default, reftex-get-bib-names)
489 (reftex-parse-bibtex-entry, reftex-get-bib-field)
490 (reftex-format-bib-entry, reftex-parse-bibitem)
491 (reftex-format-bibitem, reftex-do-citation)
492 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
493 (reftex-restrict-bib-matches, reftex-extract-bib-file)
494 (reftex-insert-bib-matches, reftex-format-citation)
495 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
496 (reftex-create-bibtex-file): Add docstrings, mostly by converting
497 existing comments into docstrings.
498
499 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
500
501 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
502
503 2013-06-12 Andreas Schwab <schwab@suse.de>
504
505 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
506 for auto-save files.
507
508 2013-06-12 Glenn Morris <rgm@gnu.org>
509
510 * ido.el (ido-delete-ignored-files): Remove.
511 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
512 Go back to calling ido-ignore-item-p directly.
513
514 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
515
516 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
517
518 * ido.el (ido-delete-ignored-files): New function,
519 split from ido-make-file-list-1.
520 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
521 (ido-make-file-list-1): Use ido-delete-ignored-files.
522
523 2013-06-12 Leo Liu <sdl.web@gmail.com>
524
525 * progmodes/octave.el (inferior-octave-startup)
526 (inferior-octave-completion-table)
527 (inferior-octave-track-window-width-change)
528 (octave-eldoc-function-signatures, octave-help)
529 (octave-find-definition): Use single quoted strings.
530 (inferior-octave-startup-args): Change default value.
531 (inferior-octave-startup): Do not hard code "-i" and
532 "--no-line-editing".
533 (inferior-octave-resync-dirs): Add optional arg NOERROR.
534 (inferior-octave-directory-tracker): Use it.
535 (octave-goto-function-definition): Robustify.
536 (octave-help): Support highlighting operators in 'See also'.
537 (octave-find-definition): Find subfunctions only in Octave mode.
538
539 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * help-fns.el (help-fns--compiler-macro): If the handler function is
542 named, then put a link to it.
543 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
544 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
545 (cl-typep): Use it.
546 (cl-eval-when): Simplify debug spec.
547 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
548 compiler-macro function instead of setting `compiler-macro-file'.
549
550 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
551
552 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
553 * vc/vc-hooks.el (vc-stay-local): Doc fix.
554
555 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
556 Daniel Hackney <dan@haxney.org>
557
558 First part of Daniel Hackney's patch to package.el.
559 * emacs-lisp/package.el: Use defstruct.
560 (package-desc): New, main struct.
561 (package--bi-desc, package--ac-desc): New structs, used to describe the
562 format in external files.
563 (package-desc-vers): Replace with package-desc-version accessor.
564 (package-desc-doc): Replace with package-desc-summary accessor.
565 (package-activate-1): Remove `package' arg since the pkg-vec now
566 includes the name.
567 (define-package): Use package-desc-from-define.
568 (package-unpack-single): Change file-name arg to be a symbol.
569 (package--add-to-archive-contents): Use package-desc-create and new
570 accessor functions to package--ac-desc.
571 (package-buffer-info, package-tar-file-info): Return a package-desc.
572 (package-install-from-buffer): Remove `type' argument. Change pkg-info
573 arg to be a package-desc.
574 (package-install-file): Adjust accordingly. Use \' to match EOS.
575 (package--from-builtin): New function.
576 (describe-package-1, package-menu--generate): Use it.
577 (package--make-autoloads-and-compile): Change name arg to be a symbol.
578 (package-generate-autoloads): Idem and return the name of the file.
579 * emacs-lisp/package-x.el (package-upload-buffer-internal):
580 Change pkg-info arg to be a package-desc.
581 Use package-make-ac-desc.
582 (package-upload-file): Use \' to match EOS.
583 * finder.el (finder-compile-keywords): Use package-make-builtin.
584
585 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * vc/vc.el (vc-deduce-fileset): Change error message.
588 (vc-read-backend): New function.
589 (vc-next-action): Use it.
590
591 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
592
593 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
594 (prolog-font-lock-keywords): Use regexp-opt instead.
595 Don't manually highlight strings.
596 (prolog-mode-variables): Simplify comment-start-skip.
597 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
598
599 * emacs-lisp/generic.el (generic--normalise-comments)
600 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
601 (generic-mode-set-comments): Use them.
602 (generic-bracket-support): Use setq-local.
603 (generic-make-keywords-list): Declare obsolete.
604
605 2013-06-11 Glenn Morris <rgm@gnu.org>
606
607 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
608 Prettify after setting font-lock-defaults. (Bug#14574)
609
610 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
611
612 * replace.el (query-replace, occur-read-regexp-defaults-function)
613 (replace-search):
614 * subr.el (declare-function, number-sequence, local-set-key)
615 (substitute-key-definition, locate-user-emacs-file)
616 (with-silent-modifications, split-string, eval-after-load):
617 Fix typos, remove unneeded backslashes and reflow some docstrings.
618
619 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
622 default for Elisp files.
623
624 2013-06-11 Glenn Morris <rgm@gnu.org>
625
626 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
627 although define-derived-mode was doing this anyway. (Bug#14583)
628
629 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
630
631 * allout.el (allout-encryption-plaintext-sanitization-regexps):
632 Fix make-variable-buffer-local call to refer to the correct variable.
633
634 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
635
636 * eshell/em-term.el (eshell-visual-commands)
637 (eshell-visual-subcommands, eshell-visual-options):
638 Add summary line to docstrings. Add cross-references.
639
640 2013-06-10 Glenn Morris <rgm@gnu.org>
641
642 * epa.el (epa-read-file-name): New function. (Bug#14510)
643 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
644
645 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
646
647 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
648 output redirection to be ignored with visual commands.
649
650 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
651
652 * eshell/em-term.el (eshell-visual-command-p): New function.
653 (eshell-term-initialize): Move long lambda to separate function
654 eshell-visual-command-p.
655 * eshell/em-dirs.el (eshell-dirs-initialise):
656 * eshell/em-script.el (eshell-script-initialize):
657 Add missing #' to lambda.
658
659 2013-06-08 Leo Liu <sdl.web@gmail.com>
660
661 * progmodes/octave.el (octave-add-log-current-defun): New function.
662 (octave-mode): Set add-log-current-defun-function.
663 (octave-goto-function-definition): Do not move point if not found.
664 (octave-find-definition): Enhance to try subfunctions first.
665
666 2013-06-08 Glenn Morris <rgm@gnu.org>
667
668 * emacs-lisp/bytecomp.el (byte-compile-char-before)
669 (byte-compile-backward-char, byte-compile-backward-word):
670 Improve previous change, to handle non-explicit nil.
671
672 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
673
674 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
675 (smie--opener/closer-at-point): New function.
676 (smie--matching-block-data): Use it. Don't match from right after an
677 opener or right before a closer. Obey smie-blink-matching-inners.
678 Don't signal a mismatch for repeated inners like "switch..case..case".
679
680 2013-06-07 Leo Liu <sdl.web@gmail.com>
681
682 * progmodes/octave.el (octave-mode): Set comment-use-global-state
683 to t. (Bug#14303)
684 (octave-function-header-regexp): Fix. (Bug#14570)
685 (octave-help-mode-finish-hook, octave-help-mode-finish):
686 Remove. Just use temp-buffer-show-hook.
687
688 * newcomment.el (comment-search-backward): Revert last change.
689 (Bug#14434)
690
691 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
692
693 2013-06-07 Eli Zaretskii <eliz@gnu.org>
694
695 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
696 through xargs, to avoid failure due to MS-Windows limitations on
697 command-line length.
698
699 2013-06-06 Glenn Morris <rgm@gnu.org>
700
701 * font-lock.el (lisp-font-lock-keywords-2):
702 Treat user-error like error.
703
704 * emacs-lisp/bytecomp.el (byte-compile-char-before)
705 (byte-compile-backward-char, byte-compile-backward-word):
706 Handle explicit nil arguments. (Bug#14565)
707
708 2013-06-05 Alan Mackenzie <acm@muc.de>
709
710 * isearch.el (isearch-allow-prefix): New user option.
711 (isearch-other-meta-char): Don't exit isearch when a prefix
712 argument is typed whilst `isearch-allow-prefix' is non-nil.
713 (Bug#9706)
714
715 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 * autorevert.el (auto-revert-notify-handler): Use memq.
718 Hide assertion failure.
719
720 * skeleton.el: Use cl-lib.
721 (skeleton-further-elements): Use defvar-local.
722 (skeleton-insert): Use cl-progv.
723
724 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
725
726 * progmodes/prog-mode.el (prog-prettify-symbols)
727 (prog-prettify-install): Update docstrings.
728
729 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
730
731 * simple.el: Move all the prog-mode code to prog-mode.el.
732 * progmodes/prog-mode.el: New file.
733 * loadup.el: Add prog-mode.el.
734
735 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
736
737 * simple.el (prog-prettify-symbols): Add version.
738 (prog-prettify-install): Add convenience function to prettify symbols.
739
740 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
741 (perl--augmented-font-lock-keywords-1)
742 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
743 variables and use it.
744
745 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
746 (cfengine3-mode): Remove unneeded variable and use it.
747
748 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
749 (lisp--augmented-font-lock-keywords-1)
750 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
751 Remove unneeded variables and use it.
752
753 2013-06-05 João Távora <joaotavora@gmail.com>
754
755 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
756 to point when opening the connection. (Bug#14380)
757
758 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * subr.el (load-history-regexp, load-history-filename-element)
761 (eval-after-load, after-load-functions, do-after-load-evaluation)
762 (eval-next-after-load, display-delayed-warnings)
763 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
764 definition of save-match-data.
765 (overriding-local-map): Remove accidental obsolescence declaration.
766
767 * emacs-lisp/edebug.el (edebug-result): Move before first use.
768
769 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
770
771 Generalize symbol prettify support to prog-mode and implement it
772 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
773 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
774 (prog--prettify-font-lock-compose-symbol)
775 (prog-prettify-font-lock-symbols-keywords): New variables and
776 functions to support symbol prettification.
777 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
778 (lisp--augmented-font-lock-keywords-1)
779 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
780 (lisp--prettify-symbols-alist): Implement prettify of lambda.
781 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
782 (cfengine3--prettify-symbols-alist, cfengine3-mode):
783 Implement prettify of -> => :: strings.
784 * progmodes/perl-mode.el (perl-prettify-symbols)
785 (perl--font-lock-compose-symbol)
786 (perl--font-lock-symbols-keywords): Move to prog-mode.
787 (perl--prettify-symbols-alist): Prettify -> => :: strings.
788 (perl-font-lock-keywords-1)
789 (perl-font-lock-keywords-2): Remove explicit prettify support.
790 (perl--augmented-font-lock-keywords)
791 (perl--augmented-font-lock-keywords-1)
792 (perl--augmented-font-lock-keywords-2, perl-mode):
793 Implement prettify support.
794
795 2013-06-05 Leo Liu <sdl.web@gmail.com>
796
797 Re-implement smie matching block highlight using
798 show-paren-data-function. (Bug#14395)
799 * emacs-lisp/smie.el (smie-matching-block-highlight)
800 (smie--highlight-matching-block-overlay)
801 (smie--highlight-matching-block-lastpos)
802 (smie-highlight-matching-block)
803 (smie-highlight-matching-block-mode): Remove.
804 (smie--matching-block-data-cache): New variable.
805 (smie--matching-block-data): New function.
806 (smie-setup): Use smie--matching-block-data for
807 show-paren-data-function.
808
809 * progmodes/octave.el (octave-mode-menu): Fix.
810 (octave-find-definition): Skip garbage lines.
811
812 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 Fix compilation error with simultaneous dynamic+lexical scoping.
815 Add warning when a defvar appears after the first let-binding.
816 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
817 (byte-compile-close-variables): Initialize it.
818 (byte-compile--declare-var): New function.
819 (byte-compile-file-form-defvar)
820 (byte-compile-file-form-define-abbrev-table)
821 (byte-compile-file-form-custom-declare-variable): Use it.
822 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
823 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
824 (byte-compile-bind): Handle dynamic bindings that shadow
825 lexical bindings.
826 (byte-compile-unbind): Make arg non-optional.
827 (byte-compile-let): Simplify.
828 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
829 (cconv--analyse-function, cconv-analyse-form): Populate it.
830 Protect byte-compile-bound-variables to limit the scope of defvars.
831 (cconv-analyse-form): Add missing rule for (defvar <foo>).
832 Remove unneeded rule for `declare'.
833
834 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
835 so as to avoid depending on cl-adjoin at run-time.
836 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
837
838 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
839 (macroexp--warn-and-return): Use it.
840
841 2013-06-05 Leo Liu <sdl.web@gmail.com>
842
843 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
844
845 2013-06-04 Leo Liu <sdl.web@gmail.com>
846
847 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
848 (compilation-auto-jump): Suppress the "Mark set" message to give
849 way to exit message.
850
851 2013-06-04 Alan Mackenzie <acm@muc.de>
852
853 Remove faulty optimisation from indentation calculation.
854 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
855 search limit based on 2000 characters back from indent-point.
856
857 2013-06-03 Tassilo Horn <tsdh@gnu.org>
858
859 * eshell/em-term.el (cl-lib): Require `cl-lib'.
860
861 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
862
863 * emacs-lisp/lisp.el: Use lexical-binding.
864 (lisp--local-variables-1, lisp--local-variables): New functions.
865 (lisp--local-variables-completion-table): New var.
866 (lisp-completion-at-point): Use it complete let-bound vars.
867
868 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
869 eagerly (bug#14422).
870
871 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
872
873 * autorevert.el (auto-revert-notify-enabled)
874 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
875 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
876 (auto-revert-notify-handler): Handle also gfilenotify.
877
878 * subr.el (file-notify-handle-event): New defun. Replacing ...
879 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
880 Remove.
881
882 2013-06-03 Juri Linkov <juri@jurta.org>
883
884 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
885 `M-s h .'. (Bug#14427)
886
887 * hi-lock.el (highlight-symbol-at-point): New alias for the new
888 command `hi-lock-face-symbol-at-point'.
889 (hi-lock-face-symbol-at-point): New command.
890 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
891 (hi-lock-menu): Add `highlight-symbol-at-point'.
892 (hi-lock-mode): Doc fix.
893
894 * isearch.el (isearch-forward-symbol-at-point): New command.
895 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
896 (isearch-highlight-regexp): Add a regexp which matches
897 words/symbols for word/symbol mode.
898
899 * subr.el (find-tag-default-bounds): New function with the body
900 mostly moved from `find-tag-default'.
901 (find-tag-default): Move most code to `find-tag-default-bounds',
902 call it and apply `buffer-substring-no-properties' afterwards.
903
904 2013-06-03 Tassilo Horn <tsdh@gnu.org>
905
906 * eshell/em-term.el (eshell-term-initialize):
907 Use `cl-intersection' rather than `intersection'.
908
909 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
910
911 * vc/log-view.el: Doc fix.
912 (log-view-mode-map): Copy keymap from `special-mode-map'.
913
914 2013-06-02 Eric Ludlam <zappo@gnu.org>
915
916 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
917 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
918 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
919 (eieio-unbound, eieio-default-superclass)
920 (eieio--define-field-accessors, method-static, method-before)
921 (method-primary, method-after, method-num-lists)
922 (method-generic-before, method-generic-primary)
923 (method-generic-after, method-num-slots)
924 (eieio-specialized-key-to-generic-key)
925 (eieio--check-type, class-v, class-p)
926 (eieio-class-name, define-obsolete-function-alias)
927 (eieio-class-parents-fast, eieio-class-children-fast)
928 (same-class-fast-p, class-constructor, generic-p)
929 (generic-primary-only-p, generic-primary-only-one-p)
930 (class-option-assoc, class-option, eieio-object-p)
931 (class-abstract-p, class-method-invocation-order)
932 (eieio-defclass-autoload-map, eieio-defclass-autoload)
933 (eieio-class-un-autoload, eieio-defclass)
934 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
935 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
936 (eieio--defgeneric-init-form, eieio-defgeneric-form)
937 (eieio-defgeneric-reset-generic-form)
938 (eieio-defgeneric-form-primary-only)
939 (eieio-defgeneric-reset-generic-form-primary-only)
940 (eieio-defgeneric-form-primary-only-one)
941 (eieio-defgeneric-reset-generic-form-primary-only-one)
942 (eieio-unbind-method-implementations)
943 (eieio--defmethod, eieio--typep)
944 (eieio-perform-slot-validation, eieio-validate-slot-value)
945 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
946 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
947 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
948 (eieio-slot-name-index, eieio-class-slot-name-index)
949 (eieio-set-defaults, eieio-initarg-to-attribute)
950 (eieio-attribute-to-initarg, eieio-c3-candidate)
951 (eieio-c3-merge-lists, eieio-class-precedence-c3)
952 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
953 (eieio-class-precedence-list, eieio-generic-call-methodname)
954 (eieio-generic-call-arglst, eieio-generic-call-key)
955 (eieio-generic-call-next-method-list)
956 (eieio-pre-method-execution-functions, eieio-generic-call)
957 (eieio-generic-call-primary-only, eieiomt-method-list)
958 (eieiomt-optimizing-obarray, eieiomt-install)
959 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
960 (eieio-generic-form, eieio-defmethod, make-obsolete)
961 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
962 (defclass): Remove `eval-and-compile' from macro.
963 (call-next-method, shared-initialize): Instead of using
964 `scoped-class' variable, use new eieio--scoped-class, and
965 eieio--with-scoped-class.
966 (initialize-instance): Rename local variable 'scoped-class' to
967 'this-class' to remove ambiguitity from old global.
968
969 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
970 eieio.el.
971 (eieio--scoped-class-stack): New variable.
972 (eieio--scoped-class): New fcn.
973 (eieio--with-scoped-class): New scoping macro.
974 (eieio-defclass): Use pushnew instead of add-to-list.
975 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
976 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
977 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
978 `scoped-class' variable, use new eieio--scoped-class, and
979 eieio--with-scoped-class.
980
981 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
982
983 2013-06-02 Tassilo Horn <tsdh@gnu.org>
984
985 * eshell/esh-ext.el (eshell-external-command): Pass args to
986 `eshell-find-interpreter'.
987 (eshell-find-interpreter): Add new second parameter ARGS.
988
989 * eshell/em-script.el (eshell-script-initialize): Add second arg
990 to the function added as MATCH to `eshell-interpreter-alist'.
991
992 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
993 the function added as MATCH to `eshell-interpreter-alist'.
994
995 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
996 (eshell-visual-options): New defcustom.
997 (eshell-escape-control-x): Adapt docstring.
998 (eshell-term-initialize): Test `eshell-visual-subcommands' and
999 `eshell-visual-options' in addition to `eshell-visual-commands'.
1000 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
1001
1002 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
1003
1004 * progmodes/python.el (python-indent-block-enders): Add break,
1005 continue and raise keywords.
1006
1007 2013-06-01 Glenn Morris <rgm@gnu.org>
1008
1009 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
1010
1011 Plain (f)boundp silences compilation warnings since Emacs 22.1.
1012 * progmodes/cc-cmds.el (delete-forward-p):
1013 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
1014 * progmodes/cc-engine.el (buffer-syntactic-context):
1015 * progmodes/cc-fonts.el (face-property-instance):
1016 * progmodes/cc-mode.el (set-keymap-parents):
1017 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
1018 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
1019 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
1020 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
1021 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
1022
1023 * progmodes/cc-vars.el (other): Emacs has this widget since
1024 at least 21.1, so don't (re)define it.
1025
1026 * eshell/em-cmpl.el (eshell-cmpl-initialize):
1027 Replace the obsolete alias pcomplete-arg-quote-list.
1028
1029 2013-06-01 Leo Liu <sdl.web@gmail.com>
1030
1031 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
1032 punctuation syntax.
1033 (inferior-octave-minimal-columns)
1034 (inferior-octave-last-column-width): New variables.
1035 (inferior-octave-track-window-width-change): New function.
1036 (inferior-octave-mode): Adjust column width so that Octave output,
1037 for example from 'ls', can fit into the window nicely.
1038
1039 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
1040
1041 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
1042 Highlight expansions inside regexp literals.
1043
1044 2013-05-31 Glenn Morris <rgm@gnu.org>
1045
1046 * obsolete/sym-comp.el (symbol-complete):
1047 Replace obsolete completion-annotate-function.
1048
1049 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
1050
1051 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
1052
1053 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
1054 New function, checks if point is inside a literal that allows
1055 expression expansion.
1056 (ruby-syntax-propertize-expansion): Use it.
1057 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
1058 around the body.
1059
1060 2013-05-30 Juri Linkov <juri@jurta.org>
1061
1062 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
1063 to "\M-si".
1064 (isearch-invisible): New variable.
1065 (isearch-forward): Doc fix.
1066 (isearch-mode): Set `isearch-invisible'
1067 to the value of `search-invisible'.
1068 (isearch-toggle-case-fold): Doc fix.
1069 (isearch-toggle-invisible): New command.
1070 (isearch-query-replace): Let-bind `search-invisible'
1071 to the value of `isearch-invisible'.
1072 (isearch-search): Use `isearch-invisible' instead of
1073 `search-invisible'. Let-bind `search-invisible'
1074 to the value of `isearch-invisible'. (Bug#11378)
1075
1076 2013-05-30 Juri Linkov <juri@jurta.org>
1077
1078 * replace.el (perform-replace): Avoid `isearch-range-invisible'
1079 call when `query-flag' is nil and `search-invisible' is non-nil.
1080 (Bug#11746)
1081
1082 2013-05-30 Glenn Morris <rgm@gnu.org>
1083
1084 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
1085
1086 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
1087 (cc-require): Suppress spurious "noruntime" warnings.
1088 (cc-require-when-compile): Use fboundp, for sake of compiler.
1089
1090 * progmodes/cc-mode.el: Move load of cc-vars before that of
1091 cc-langs (which in turn loads cc-vars), to quieten compiler.
1092
1093 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1094
1095 * paren.el: Simplify the code.
1096 (show-paren-mode): Always start the timer.
1097 (show-paren--idle-timer): Rename from show-paren-idle-timer.
1098 (show-paren--overlay, show-paren--overlay-1): Rename from
1099 show-paren-overlay and show-paren-overlay-1, and initialize to an
1100 overlay rather than to nil.
1101 (show-paren-function): Misc cleanup and simplifications.
1102
1103 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * paren.el (show-paren-data-function): New hook.
1106 (show-paren--default): New function, extracted from show-paren-function.
1107 (show-paren-function): Use show-paren-data-function.
1108
1109 2013-05-30 Glenn Morris <rgm@gnu.org>
1110
1111 * ielm.el (ielm-map, ielm-complete-symbol):
1112 Use completion-at-point rather than obsolete functions.
1113 (inferior-emacs-lisp-mode): Doc fix.
1114 Set completion-at-point-functions, rather than
1115 comint-dynamic-complete-functions.
1116
1117 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
1118 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
1119 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
1120
1121 * image.el (image-animated-p): Tweak definition.
1122
1123 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
1124 (rlogin-process-connection-type): Tweak default. Add set-after.
1125 (rlogin-host): Doc fix.
1126 (rlogin): Tweak prompt.
1127 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
1128
1129 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1130 * progmodes/tcl.el (inferior-tcl-mode-map):
1131 Use completion-at-point rather than obsolete alias.
1132
1133 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
1134
1135 * minibuffer.el (read-file-name-completion-ignore-case):
1136 Move before completion--in-region, for eager macro expansion.
1137
1138 2013-05-29 Juri Linkov <juri@jurta.org>
1139
1140 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
1141 for total count of matching lines. Add `global-matches' for total
1142 count of matches. Rename `matches' to `lines' for count of
1143 matching lines. Add `matches' for count of matches.
1144 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
1145 to `prev-line' for line number of prev match endpt.
1146 Increment `matches' for every match. Print the number of
1147 matching lines in the header.
1148 (occur-context-lines): Rename `lines' to `curr-line'.
1149 Rename `prev-lines' to `prev-line'. (Bug#14017)
1150
1151 2013-05-29 Juri Linkov <juri@jurta.org>
1152
1153 * replace.el (perform-replace): Add `skip-read-only-count',
1154 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
1155 Increment them for corresponding conditions and report the number
1156 of skipped occurrences in the final message. (Bug#11746)
1157 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1158 (replace-string, replace-regexp): Doc fix.
1159
1160 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1161
1162 * emacs-lisp/trace.el (trace--read-args): Provide a default.
1163
1164 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
1165 prog-mode-map (bug#14504).
1166
1167 2013-05-29 Leo Liu <sdl.web@gmail.com>
1168
1169 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
1170 (octave-help): Small simplification.
1171
1172 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
1173 off the highlight first.
1174
1175 2013-05-29 Glenn Morris <rgm@gnu.org>
1176
1177 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
1178 Handle idlwave-last-system-routine-info-cons-cell being nil.
1179
1180 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
1181 (idlwave-write-paths): Simplify via with-temp-buffer.
1182
1183 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
1184 * emulation/cua-rect.el: Also load cua-base at run time.
1185
1186 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
1187 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
1188 (cperl-imenu-on-info): Require imenu.
1189
1190 2013-05-28 Alan Mackenzie <acm@muc.de>
1191
1192 Handle "capitalised keywords" correctly.
1193 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
1194
1195 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
1196
1197 * eshell/em-unix.el: Add -r option to cp.
1198
1199 2013-05-28 Glenn Morris <rgm@gnu.org>
1200
1201 * vc/vc-arch.el (vc-exec-after): Declare.
1202 (vc-switches): Autoload.
1203 * vc/vc-bzr.el: No need to require vc when compiling.
1204 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
1205 (vc-resynch-buffer, vc-dir-refresh): Declare.
1206 (vc-setup-buffer, vc-switches): Autoload.
1207 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
1208 (vc-resynch-buffer): Declare.
1209 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
1210 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
1211 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
1212 (grep-read-regexp, grep-read-files, grep-expand-template)
1213 (vc-dir-refresh): Declare.
1214 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
1215 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
1216 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
1217 * vc/vc-mtn.el (vc-exec-after): Declare.
1218 (vc-switches): Autoload.
1219 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
1220 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
1221 (vc-file-tree-walk): Declare.
1222 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
1223 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
1224 (vc-tag-precondition, vc-rename-master): Autoload.
1225 * vc/vc-svn.el (vc-exec-after): Declare.
1226 (vc-switches, vc-setup-buffer): Autoload.
1227 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
1228 Autoload.
1229 (vc-resynch-buffer): Declare.
1230
1231 * obsolete/fast-lock.el (byte-compile-warnings):
1232 Don't warn about obsolete features in this obsolete file.
1233
1234 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
1235 Move definition before use.
1236
1237 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
1238 (dun-unix-verbs): Remove dun-zippy.
1239 (dun-zippy): Remove function.
1240
1241 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
1242
1243 2013-05-27 Juri Linkov <juri@jurta.org>
1244
1245 * replace.el (replace-search): New function with code moved out
1246 from `perform-replace'.
1247 (replace-highlight, replace-dehighlight): Move function definitions
1248 up closer to `replace-search'. (Bug#11746)
1249
1250 2013-05-27 Juri Linkov <juri@jurta.org>
1251
1252 * replace.el (perform-replace): Ignore invisible matches.
1253 In addition to checking `query-replace-skip-read-only', also
1254 filter out matches by calling `run-hook-with-args-until-failure'
1255 on `isearch-filter-predicates', and also check `search-invisible'
1256 for t or call `isearch-range-invisible'.
1257 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
1258
1259 2013-05-27 Juri Linkov <juri@jurta.org>
1260
1261 * isearch.el (isearch-filter-predicates): Rename from
1262 `isearch-filter-predicate'. Doc fix. (Bug#11378)
1263 (isearch-message-prefix): Display text from the property
1264 `isearch-message-prefix' of the currently active filters.
1265 (isearch-search): Don't compare `isearch-filter-predicate' with
1266 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
1267 on `isearch-filter-predicates'. Also check `search-invisible' for t
1268 or call `isearch-range-invisible'.
1269 (isearch-filter-visible): Make obsolete.
1270 (isearch-lazy-highlight-search):
1271 Call `run-hook-with-args-until-failure' on
1272 `isearch-filter-predicates' and use `isearch-range-invisible'.
1273
1274 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
1275 `isearch-filter-predicates' instead of `funcall'ing
1276 `isearch-filter-predicate'.
1277 (Info-mode): Set `Info-isearch-filter' to
1278 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
1279
1280 * dired-aux.el (dired-isearch-filter-predicate-orig):
1281 Remove variable.
1282 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
1283 (dired-isearch-filenames-end): Add and remove
1284 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
1285 instead of changing the value of `isearch-filter-predicate'.
1286 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
1287 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
1288 Put property `isearch-message-prefix' to "filename " on
1289 `dired-isearch-filter-filenames'.
1290
1291 * wdired.el (wdired-change-to-wdired-mode):
1292 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
1293 locally instead of changing `isearch-filter-predicate'.
1294 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
1295
1296 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
1297
1298 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
1299 return the commit hash (Bug#14459). Also set the
1300 `vc-git-detached' property.
1301 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
1302 (vc-git-mode-line-string): Use the same help-echo format whether
1303 in detached mode or not, because we know the actual revision now.
1304 When in detached mode, shorten the revision to 7 chars.
1305
1306 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1307
1308 * emacs-lisp/easy-mmode.el (define-minor-mode):
1309 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
1310 mode hook and provide a docstring.
1311
1312 2013-05-27 Alan Mackenzie <acm@muc.de>
1313
1314 Remove spurious syntax-table text properties inserted by C-y.
1315 * progmodes/cc-mode.el (c-after-change): Also clear hard
1316 syntax-table property with value nil.
1317
1318 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
1319
1320 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
1321 when reading the events; the buffer layout shall not be changed.
1322
1323 2013-05-27 Leo Liu <sdl.web@gmail.com>
1324
1325 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
1326 New variable.
1327 (inferior-octave-directory-tracker): Automatically re-sync
1328 default-directory.
1329 (octave-help): Improve handling of 'See also'.
1330
1331 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1332
1333 * doc-view.el: Minor naming convention tweaks.
1334 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
1335
1336 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
1337 even if there's no `display' property yet (bug#14435).
1338
1339 2013-05-25 Eli Zaretskii <eliz@gnu.org>
1340
1341 * subr.el (unmsys--file-name): Rename from reveal-filename.
1342
1343 * Makefile.in (custom-deps, finder-data, autoloads)
1344 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1345 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1346 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
1347
1348 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1349
1350 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
1351 error-completion on the first 2 args of condition-case (bug#14446).
1352 Don't burp at EOB.
1353
1354 2013-05-25 Leo Liu <sdl.web@gmail.com>
1355
1356 * comint.el (comint-previous-matching-input): Do not flood the
1357 *Messages* buffer with trivial messages.
1358
1359 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1360
1361 * progmodes/flymake.el (flymake-nop): Don't return a string.
1362 (flymake-set-at): Fix typo.
1363
1364 * simple.el (read--expression): New function, extracted from
1365 eval-expression. Set completion-at-point-functions (bug#14465).
1366 (eval-expression, eval-minibuffer): Use it.
1367
1368 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
1369
1370 * progmodes/flymake.el (flymake-save-buffer-in-file)
1371 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
1372 (flymake-selected-frame, flymake-log, flymake-ins-after)
1373 (flymake-set-at, flymake-get-buildfile-from-cache)
1374 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
1375 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
1376 Refine the doc string.
1377 (flymake-get-file-name-mode-and-masks): Reformat.
1378 (flymake-get-real-file-name-function): Fix a minor bug.
1379
1380 2013-05-24 Juri Linkov <juri@jurta.org>
1381
1382 * progmodes/grep.el (grep-mode-font-lock-keywords):
1383 Support =linenumber= format used by git-grep for lines with
1384 function names. (Bug#13549)
1385
1386 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1387
1388 * progmodes/octave.el (octave-smie-rules): Return nil rather than
1389 0 after a semi-colon; it works better for smie-auto-fill.
1390 (octave--indent-new-comment-line): New function.
1391 (octave-indent-new-comment-line): Use it (indirectly).
1392 (octave-mode): Don't disable smie-auto-fill. Use add-function to
1393 modify comment-line-break-function.
1394
1395 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
1396 (smie-setup): Use add-function to set it.
1397
1398 2013-05-24 Sam Steingold <sds@gnu.org>
1399
1400 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
1401 argument (before the `interactive' argument).
1402
1403 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1404
1405 * image-mode.el (image-mode-winprops): Add winprops to
1406 image-mode-winprops-alist before running
1407 image-mode-new-window-functions.
1408 * doc-view.el (doc-view-new-window-function): Don't delay
1409 doc-view-goto-page via timers (bug#14435).
1410
1411 2013-05-24 Tassilo Horn <tsdh@gnu.org>
1412
1413 * doc-view.el: Integrate with desktop.el. (Bug#14435)
1414 (doc-view-desktop-save-buffer): New function.
1415 (doc-view-restore-desktop-buffer): New function.
1416 (desktop-buffer-mode-handlers):
1417 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
1418 handler.
1419 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
1420 `desktop-save-buffer' function.
1421
1422 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
1423
1424 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
1425 (tramp-gvfs-file-name-handler): Raise a user error when
1426 `tramp-gvfs-enabled' is nil.
1427 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
1428 Do not raise a user error when loading package. (Bug#14447)
1429
1430 * net/xesam.el: Move to obsolete/.
1431
1432 2013-05-24 Glenn Morris <rgm@gnu.org>
1433
1434 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
1435
1436 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
1437
1438 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
1439 (Info-find-node, Man-getpage-in-background): Declare.
1440
1441 * mail/unrmail.el (unrmail):
1442 Replace obsolete detect-coding-with-priority.
1443
1444 * net/socks.el (socks-split-string): Use this rather than split-string.
1445 (socks-nslookup-host): Update for above change.
1446 (dynamic-choice, s5-dynamic-choice-match)
1447 (s5-dynamic-choice-match-inline, s5-widget-value-create):
1448 Comment out unused code.
1449
1450 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
1451 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
1452 (gud-tooltip-echo-area): Make obsolete.
1453 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
1454
1455 * progmodes/js.el (js--optimize-arglist): Declare.
1456
1457 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
1458
1459 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
1460 (ediff-window-C): Declare.
1461
1462 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
1463 Tweak requires to silence compiler.
1464
1465 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
1466 (he-search-string, he-tried-table, he-expand-list)
1467 (he-init-string, he-string-member, he-substitute-string)
1468 (he-reset-string): Declare.
1469
1470 * obsolete/options.el (list-options): Use custom-variable-p,
1471 rather than obsolete alias.
1472
1473 2013-05-23 Sam Steingold <sds@gnu.org>
1474
1475 * simple.el (shell-command-on-region): Pass the `replace' argument
1476 down to `call-process-region' to comply with the doc as reported on
1477 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
1478
1479 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1480
1481 * emacs-lisp/smie.el (smie-indent-forward-token)
1482 (smie-indent-backward-token): Handle string tokens (bug#14381).
1483
1484 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1485
1486 * ielm.el (ielm-menu): New menu.
1487 (inferior-emacs-lisp-mode): Set comment-start.
1488
1489 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1490
1491 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
1492 Fix deactivate action.
1493
1494 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
1495 Add cleveref macros.
1496
1497 * lisp/textmodes/reftex-parse.el
1498 (reftex-locate-bibliography-files): Accept options for
1499 bibliography commands.
1500 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
1501 Add addbibresource. Basic Biblatex support.
1502
1503 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
1504
1505 * net/tramp-gvfs.el (top):
1506 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
1507 when loading package. (Bug#14447)
1508
1509 2013-05-23 Glenn Morris <rgm@gnu.org>
1510
1511 * progmodes/js.el: No need to load comint when compiling.
1512 (ring-insert, comint-send-string, comint-send-input)
1513 (comint-last-input-end, ido-chop): Declare.
1514
1515 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
1516 * vc/ediff-mult.el: Adjust requires.
1517 (ediff-directories-internal, ediff-directory-revisions-internal)
1518 (ediff-patch-file-internal): Declare.
1519 * vc/ediff-ptch.el: Adjust requires.
1520 (ediff-use-last-dir, ediff-buffers-internal): Declare.
1521 (ediff-find-file): Autoload.
1522 * vc/ediff-util.el: No need to load ediff when compiling.
1523 (ediff-regions-internal): Declare.
1524 * vc/ediff-wind.el: Adjust requires.
1525 (ediff-compute-toolbar-width): Define when compiling.
1526 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
1527 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
1528 (dired-get-filename, dired-get-marked-files)
1529 (ediff-last-dir-patch, ediff-patch-default-directory)
1530 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
1531 (ediff-patch-buffer-internal): Declare.
1532
1533 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
1534 (ispell-process, ispell-buffer-local-words, lm-summary)
1535 (lm-section-start, lm-section-end): Declare.
1536 (checkdoc-ispell-init): Simplify.
1537
1538 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
1539 (he-string-member, he-reset-string, he-substitute-string): Declare.
1540
1541 * eshell/em-ls.el: Adjust requires.
1542 (eshell-glob-regexp): Declare.
1543 * eshell/em-tramp.el: Adjust requires.
1544 (eshell-parse-command): Autoload.
1545 * eshell/em-xtra.el: Adjust requires.
1546 (eshell-parse-command): Autoload.
1547 * eshell/esh-ext.el: Adjust requires.
1548 (eshell-parse-command, eshell-close-handles): Autoload.
1549 * eshell/esh-io.el: Adjust requires.
1550 (eshell-output-filter): Autoload.
1551 * eshell/esh-util.el: No need to load tramp when compiling.
1552 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
1553 Declare.
1554 (eshell-parse-ange-ls): Require ange-ftp and tramp.
1555 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1556 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
1557 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
1558 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
1559 * eshell/esh-opt.el, eshell/esh-proc.el:
1560 * eshell/esh-var.el: Adjust requires.
1561 * eshell/eshell.el: Do not require esh-util twice.
1562 (eshell-add-input-to-history): Declare.
1563 (eshell-command): Check history module is active before using it.
1564
1565 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
1566
1567 2013-05-22 Leo Liu <sdl.web@gmail.com>
1568
1569 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
1570
1571 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
1572
1573 * autorevert.el (auto-revert-notify-add-watch)
1574 (auto-revert-notify-handler): Add `attrib' for the inotify case,
1575 it indicates changes in file modification time.
1576
1577 2013-05-22 Glenn Morris <rgm@gnu.org>
1578
1579 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1580 Always delete the autoloaded function from the noruntime and
1581 unresolved functions lists.
1582
1583 * allout.el: No need to load epa, epg, overlay when compiling.
1584 (epg-context-set-passphrase-callback, epg-list-keys)
1585 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
1586 (epg-key-user-id-list): Declare.
1587
1588 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
1589 (viper-set-parsing-style-toggling-macro)
1590 (viper-set-emacs-state-searchstyle-macros):
1591 Use called-interactively-p on Emacs.
1592 (viper-looking-back): Make it an obsolete alias. Update callers.
1593 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
1594 Use looking-back rather than viper-looking-back.
1595 (viper-tmp-insert-at-eob, viper-enlarge-region)
1596 (viper-read-string-with-history, viper-register-to-point)
1597 (viper-append-to-register, viper-change-state-to-vi)
1598 (viper-backward-char-carefully, viper-forward-char-carefully)
1599 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
1600 (viper-change-state-to-emacs): Declare.
1601 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
1602 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
1603 * emulation/viper-mous.el: Do not load viper-cmd.
1604 (viper-backward-char-carefully, viper-forward-char-carefully)
1605 (viper-forward-word, viper-adjust-window): Declare.
1606
1607 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
1608
1609 * progmodes/idlw-help.el (idlwave-help-fontify):
1610 Use called-interactively-p.
1611
1612 * term/w32console.el (w32-get-console-codepage)
1613 (w32-get-console-output-codepage): Declare.
1614
1615 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
1616 Remove unnecessary declarations.
1617 (dframe-message): Doc fix.
1618
1619 * info.el (dframe-select-attached-frame, dframe-current-frame):
1620 Declare.
1621
1622 * speedbar.el (speedbar-message): Make it an obsolete alias.
1623 Update all callers.
1624 (speedbar-with-attached-buffer)
1625 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
1626 (speedbar-with-writable): Use backquote.
1627 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
1628 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1629 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
1630 rather than speedbar- aliases.
1631 * mail/rmail.el: Load dframe rather than speedbar when compiling.
1632 (speedbar-make-specialized-keymap, speedbar-insert-button)
1633 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
1634 (speedbar-do-function-pointer): Declare.
1635 (rmail-speedbar-button, rmail-speedbar-find-file)
1636 (rmail-speedbar-move-message):
1637 Use dframe-with-attached-buffer rather than speedbar- alias.
1638 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
1639 (dframe-message, speedbar-make-specialized-keymap)
1640 (speedbar-add-expansion-list, speedbar-mode-functions-list)
1641 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
1642 (speedbar-insert-button, dframe-select-attached-frame)
1643 (dframe-maybee-jump-to-attached-frame)
1644 (speedbar-change-initial-expansion-list)
1645 (speedbar-previously-used-expansion-list-name): Declare.
1646 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
1647 Use dframe-message, dframe-with-attached-buffer rather than
1648 speedbar- aliases.
1649 (gud-sentinel): Silence compiler.
1650 * progmodes/vhdl-mode.el (speedbar-refresh)
1651 (speedbar-do-function-pointer, speedbar-add-supported-extension)
1652 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
1653 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
1654 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
1655 (speedbar-file-lists, speedbar-make-tag-line)
1656 (speedbar-line-directory, speedbar-goto-this-file)
1657 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
1658 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
1659 (speedbar-make-button, speedbar-reset-scanners)
1660 (speedbar-files-item-info, speedbar-line-text)
1661 (speedbar-find-file-in-frame, speedbar-set-timer)
1662 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
1663 (speedbar-with-writable): Do not (re)define it.
1664 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
1665 rather than speedbar- alias.
1666
1667 2013-05-21 Leo Liu <sdl.web@gmail.com>
1668
1669 * progmodes/octave.el (octave-mode-menu): Update and re-organize
1670 menu items.
1671 (octave-mode): Tweak fill-nobreak-predicate.
1672 (inferior-octave-startup): Check process to avoid infinite loop.
1673 (inferior-octave): Pop to buffer first to show abornmal process
1674 exit information.
1675
1676 2013-05-21 Glenn Morris <rgm@gnu.org>
1677
1678 * printing.el (pr-menu-bar): Define when compiling.
1679
1680 2013-05-21 Leo Liu <sdl.web@gmail.com>
1681
1682 * progmodes/octave.el (octave-auto-fill): Remove.
1683 (octave-indent-new-comment-line): Improve.
1684 (octave-mode): Use auto fill mode through
1685 comment-line-break-function and fill-nobreak-predicate.
1686 (octave-goto-function-definition): Support DEFUN_DLD.
1687 (octave-beginning-of-defun): Small tweak.
1688 (octave-help): Show parent directory.
1689
1690 2013-05-21 Glenn Morris <rgm@gnu.org>
1691
1692 * files.el (dired-unmark):
1693 * progmodes/gud.el (gdb-input): Update declarations.
1694
1695 * calculator.el (electric, ehelp): No need to load when compiling.
1696 (Electric-command-loop, electric-describe-mode): Declare.
1697
1698 * doc-view.el (doc-view-current-converter-processes): Move before use.
1699
1700 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1701 Move MODE-set-explicitly definition before use.
1702
1703 * international/mule-diag.el (mule-diag):
1704 Don't use obsolete window-system-version.
1705
1706 * mail/feedmail.el (smtpmail): No need to load when compiling.
1707 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
1708
1709 * mail/mail-utils.el (rfc822): No need to load when compiling.
1710 (rfc822-addresses): Autoload it.
1711 (mail-strip-quoted-names): Trivial simplification.
1712
1713 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
1714 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
1715
1716 * net/snmp-mode.el (tempo): Don't duplicate requires.
1717
1718 * progmodes/prolog.el (info): No need to load when compiling.
1719 (comint): Require before shell requires it.
1720 (Info-goto-node): Autoload it.
1721 (Info-follow-nearest-node): Declare.
1722 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
1723
1724 * textmodes/artist.el (picture-mode-exit): Declare.
1725
1726 * textmodes/reftex-parse.el (reftex-parse-from-file):
1727 Trivial rewrite so the compiler can parse it better.
1728
1729 2013-05-20 Leo Liu <sdl.web@gmail.com>
1730
1731 * progmodes/octave.el (octave-help-mode-map)
1732 (octave-help-mode-finish-hook): New variables.
1733 (octave-help-mode, octave-help-mode-finish): New functions.
1734 (octave-help): Use octave-help-mode.
1735
1736 2013-05-20 Glenn Morris <rgm@gnu.org>
1737
1738 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
1739
1740 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
1741
1742 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
1743 start at point, so that expansion starting right after opening
1744 slash in a regexp is recognized.
1745 (ruby-syntax-before-regexp-re): New defvar, extracted from
1746 ruby-syntax-propertize-function. Since the value of this regexp
1747 is looked up at runtime now, we should be able to turn
1748 `ruby-syntax-methods-before-regexp' into a defcustom later.
1749 (ruby-syntax-propertize-function): Split regexp matching into two
1750 parts, for opening and closing slashes. That allows us to skip
1751 over string interpolations and support multiline regexps.
1752 Don't call `ruby-syntax-propertize-expansions', instead use another rule
1753 for them, which calls `ruby-syntax-propertize-expansion'.
1754 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
1755 call to `ruby-syntax-propertize-function'.
1756 (ruby-syntax-propertize-expansion): Extracted from
1757 `ruby-syntax-propertize-expansions'. Handles one expansion.
1758 (ruby-syntax-propertize-percent-literal): Leave point right after
1759 the percent symbol, so that the expression expansion rule can
1760 propertize the contents.
1761 (ruby-syntax-propertize-heredoc): Leave point at bol following the
1762 heredoc openers.
1763 (ruby-syntax-propertize-expansions): Remove.
1764
1765 2013-05-18 Juri Linkov <juri@jurta.org>
1766
1767 * man.el (Man-default-man-entry): Remove `-' from the end
1768 of the default value. (Bug#14400)
1769
1770 2013-05-18 Glenn Morris <rgm@gnu.org>
1771
1772 * comint.el (comint-password-prompt-regexp):
1773 Allow "password for XXX" where XXX contains colons (eg https://...).
1774
1775 2013-05-18 Leo Liu <sdl.web@gmail.com>
1776
1777 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
1778 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
1779 (octave-source-directories): Don't check process.
1780 (octave-source-directories, octave-find-definition): Doc fix.
1781
1782 2013-05-18 Glenn Morris <rgm@gnu.org>
1783
1784 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
1785 Remove backspace/delete bindings. (Bug#14392)
1786
1787 * cus-dep.el (custom-make-dependencies): Sort the output.
1788 (custom-versions-load-alist): Convert comment to doc.
1789
1790 2013-05-17 Leo Liu <sdl.web@gmail.com>
1791
1792 * newcomment.el (comment-search-backward): Stricter in finding
1793 comment start. (Bug#14303)
1794
1795 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
1796 (octave-comment-start-skip): Properly anchored.
1797
1798 2013-05-17 Leo Liu <sdl.web@gmail.com>
1799
1800 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
1801 Clean up when turned off. (Bug#14395)
1802 (smie--highlight-matching-block-overlay): No longer buffer-local.
1803 (smie-highlight-matching-block): Adjust.
1804
1805 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
1806
1807 Doc string fix for "nanoseconds" (Bug#14406).
1808 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
1809 Fix doc string typo that had "nanoseconds" instead of "microseconds".
1810
1811 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
1812
1813 * calc/calc-units.el (math-extract-units): Preserve powers
1814 of units.
1815
1816 2013-05-17 Leo Liu <sdl.web@gmail.com>
1817
1818 * subr.el (delete-consecutive-dups): New function.
1819 * ido.el (ido-set-matches-1): Use it.
1820 * progmodes/octave.el (inferior-octave-completion-table): Use it.
1821 * ido.el (ido-remove-consecutive-dups): Remove.
1822
1823 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1824
1825 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
1826 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
1827 regexp-opt's `words'.
1828
1829 2013-05-16 Leo Liu <sdl.web@gmail.com>
1830
1831 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
1832 (smie--highlight-matching-block-overlay)
1833 (smie--highlight-matching-block-lastpos)
1834 (smie--highlight-matching-block-timer): New variables.
1835 (smie-highlight-matching-block): New function.
1836 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
1837 (smie-setup): Conditionally enable smie-blink-matching-open.
1838
1839 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
1840
1841 Sync with upstream verilog-mode r840.
1842 * progmodes/verilog-mode.el (verilog-mode-version)
1843 (verilog-mode-release-date): Update.
1844 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
1845 (verilog-sig-tieoff): Fix string error on
1846 AUTORESET with colon define, bug594. Reported by Andrew Hou.
1847 (verilog-read-decls): Fix parameters confusing
1848 AUTOINST interfaces, bug565. Reported by Leith Johnson.
1849
1850 2013-05-16 Eli Zaretskii <eliz@gnu.org>
1851
1852 * subr.el (reveal-filename): New function.
1853
1854 * loadup.el: Compute Emacs executable versions on MS-Windows,
1855 where executables have the .exe extension. Add a hard link
1856 emacs-XX.YY.ZZ.exe on MS-Windows.
1857
1858 * Makefile.in (XARGS_LIMIT): New variable.
1859 (custom-deps, finder-data, autoloads)
1860 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1861 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1862 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
1863 (compile-main): Limit xargs according to $(XARGS_LIMIT).
1864
1865 2013-05-16 Leo Liu <sdl.web@gmail.com>
1866
1867 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
1868 (octave-mode-menu, octave-mode-map): Remove its uses.
1869
1870 2013-05-16 Reto Zimmermann <reto@gnu.org>
1871
1872 Sync with upstream vhdl mode v3.34.2.
1873 * progmodes/vhdl-mode.el: Use `push' throughout.
1874 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
1875 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
1876 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
1877 (vhdl-actual-generic-name): New option to derive actual generic name.
1878 (vhdl-port-paste-signals): Replace formal by actual generics.
1879 (vhdl-beautify): New name for old group vhdl-align. Update users.
1880 (vhdl-beautify-options): New option.
1881 (vhdl-last-input-event): New compat alias. Use throughout.
1882 (vhdl-goto-line): Replace user level function `goto-line'.
1883 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
1884 vhdl-fix-statement-buffer.
1885 (vhdl-create-mode-menu): Add some entries.
1886 (vhdl-align-region-groups): Respect vhdl-beautify-options.
1887 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
1888 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
1889 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
1890 to force statements on one line.
1891 (vhdl-remove-trailing-spaces-region):
1892 New, split from vhdl-remove-trailing-spaces.
1893 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
1894 Respect vhdl-beautify-options.
1895 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
1896 (vhdl-update-sensitivity-list): Not add with index if exists without.
1897 Not include array index with signal. Ignore keywords in comments.
1898 (vhdl-get-visible-signals): Regexp tweaks.
1899 (vhdl-template-component-inst): Handle empty library.
1900 (vhdl-template-type): Add template for 'enum' type.
1901 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
1902 Use vhdl-replace-string.
1903 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
1904 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
1905 (vhdl-speedbar-initialize): Update for above name change.
1906 (vhdl-compose-wire-components): Fix in handling of constants.
1907 (vhdl-error-regexp-emacs-alist): New variable.
1908 (vhdl-error-regexp-add-emacs): New function;
1909 adds support for new compile.el (Emacs 22+)
1910 (vhdl-generate-makefile-1): Change target order for single lib. units.
1911 Allow use of absolute file names.
1912
1913 2013-05-16 Leo Liu <sdl.web@gmail.com>
1914
1915 * simple.el (prog-indent-sexp): Indent enclosing defun.
1916
1917 2013-05-15 Glenn Morris <rgm@gnu.org>
1918
1919 * cus-start.el (show-trailing-whitespace): Move to editing basics.
1920 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
1921 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
1922 (whitespace-highlight): Move to whitespace group.
1923
1924 * comint.el (comint-source):
1925 * pcmpl-linux.el (pcmpl-linux):
1926 * shell.el (shell-faces):
1927 * eshell/esh-opt.el (eshell-opt):
1928 * international/ccl.el (ccl): Remove empty custom groups.
1929
1930 * completion.el (dynamic-completion-mode):
1931 * jit-lock.el (jit-lock-debug-mode):
1932 * minibuffer.el (completion-in-region-mode):
1933 * type-break.el (type-break-mode-line-message-mode)
1934 (type-break-query-mode):
1935 * emulation/tpu-edt.el (tpu-edt-mode):
1936 * progmodes/subword.el (global-subword-mode, global-superword-mode):
1937 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1938 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
1939
1940 * term/xterm.el (xterm): Change parent group to terminals.
1941
1942 * master.el (master): Remove empty custom group.
1943 (master-mode): Remove unused :group argument.
1944 * textmodes/refill.el (refill): Remove empty custom group.
1945 (refill-mode): Remove unused :group argument.
1946
1947 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
1948
1949 * cus-dep.el: Provide a feature.
1950 (custom-make-dependencies): Ignore dotfiles (dir-locals).
1951 Don't mistakenly ignore files whose basenames match a basename
1952 from preloaded-file-list (eg cedet/ede/simple.el).
1953 Add a fallback method for getting :group.
1954
1955 2013-05-15 Juri Linkov <juri@jurta.org>
1956
1957 * isearch.el (isearch-char-by-name): Rename from
1958 `isearch-insert-char-by-name'. Doc fix.
1959 (isearch-forward): Mention `isearch-char-by-name' in
1960 the docstring. (Bug#13348)
1961
1962 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
1963 `exit-minibuffer' instead of
1964 `isearch-nonincremental-exit-minibuffer'.
1965 (isearch-edit-string): Remove mention of
1966 `isearch-nonincremental-exit-minibuffer' from docstring.
1967 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
1968 (isearch-forward-exit-minibuffer)
1969 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
1970
1971 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * loadup.el: Just use unversioned DOC.
1974
1975 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
1976 literals as extending to EOB.
1977 (nxml-last-fontify-end): Remove unused variable.
1978 (nxml-after-change1): Use with-silent-modifications.
1979 (nxml-extend-after-change-region): Simplify.
1980 (nxml-extend-after-change-region1): Remove function.
1981 (nxml-after-change1): Don't adjust for dependent regions.
1982 (nxml-fontify-matcher): Simplify.
1983 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
1984 (xmltok-add-dependent): Remove function.
1985 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
1986 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
1987 (xmltok-scan-prolog-after-processing-instruction-open): Treat
1988 unclosed <[[, <?, comment, and other literals as extending to EOB.
1989 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
1990 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
1991 Remove functions.
1992 (rng-do-some-validation-1): Don't mark dependent regions.
1993 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
1994 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
1995 (nxml-clear-dependent-regions): Remove functions.
1996 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
1997 (nxml-ensure-scan-up-to-date):
1998 Don't clear&mark dependent regions.
1999
2000 2013-05-15 Leo Liu <sdl.web@gmail.com>
2001
2002 * progmodes/octave.el (octave-goto-function-definition):
2003 Improve and fix callers.
2004
2005 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2006
2007 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
2008 the setter (bug#14387).
2009
2010 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
2011 surrounding group (bug#14402).
2012
2013 2013-05-14 Juri Linkov <juri@jurta.org>
2014
2015 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
2016 (Bug#14390)
2017
2018 2013-05-14 Glenn Morris <rgm@gnu.org>
2019
2020 * progmodes/f90.el (f90-imenu-generic-expression):
2021 Fix typo in 2013-05-08 change. (Bug#14402)
2022
2023 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
2024
2025 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
2026 Remove signals for which replies are never received.
2027
2028 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
2029
2030 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
2031 (gdb-handler-alist, gdb-handler-number): Remove variables.
2032 (gdb-handler-list): New variable.
2033 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
2034 (gdb-pending-handler-p, gdb-handle-reply)
2035 (gdb-remove-all-pending-triggers): New functions.
2036 (gdb-discard-unordered-replies): New defcustom.
2037 (gdb-handler): New defstruct.
2038 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
2039 instead of gdb-pending-triggers. Update docstring.
2040 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
2041 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
2042 (gdb-var-update-handler, def-gdb-auto-update-trigger)
2043 (def-gdb-auto-update-handler, gdb-get-changed-registers)
2044 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
2045 (gdb-frame-handler): Pending triggers are now automatically managed.
2046 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
2047 Remove argument.
2048 (gdb-input): Automatically handles pending triggers. Update docstring.
2049 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
2050 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
2051 Update comments.
2052 (gdb-done-or-error): Now use gdb-handle-reply.
2053
2054 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
2055
2056 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
2057 gdb-debug-log.
2058
2059 2013-05-14 Glenn Morris <rgm@gnu.org>
2060
2061 * subr.el (user-emacs-directory-warning): New option.
2062 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
2063
2064 2013-05-14 Leo Liu <sdl.web@gmail.com>
2065
2066 * progmodes/octave.el (octave-font-lock-keywords): Fix error
2067 during redisplay.
2068 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
2069 (octave-font-lock-texinfo-comment): Fix invalid search bound
2070 error: wrong side of point.
2071
2072 2013-05-14 Glenn Morris <rgm@gnu.org>
2073
2074 * progmodes/flymake.el (flymake-xml-program): New option.
2075 (flymake-xml-init): Use it.
2076
2077 * term/xterm.el: Provide a feature.
2078
2079 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
2080
2081 2013-05-13 Glenn Morris <rgm@gnu.org>
2082
2083 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
2084 Add compat aliases as a hack workaround. (Bug#14384)
2085
2086 2013-05-13 Leo Liu <sdl.web@gmail.com>
2087
2088 * progmodes/octave.el (octave-indent-comment): Fix indentation for
2089 ###, and %!.
2090 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
2091 C-M-q.
2092 (octave-comment-start-skip): Include %!.
2093 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2094
2095 2013-05-12 Leo Liu <sdl.web@gmail.com>
2096
2097 * progmodes/octave.el (inferior-octave-startup): Store the value
2098 of __octave_srcdir__ for octave-source-directories.
2099 (inferior-octave-check-process): New function refactored out of
2100 inferior-octave-send-list-and-digest.
2101 (octave-source-directories)
2102 (octave-find-definition-filename-function): New variables.
2103 (octave-source-directories)
2104 (octave-find-definition-default-filename): New functions.
2105 (octave-find-definition): Improve to find functions implemented in C++.
2106
2107 2013-05-12 Glenn Morris <rgm@gnu.org>
2108
2109 * calendar/diary-lib.el (diary-outlook-format-1):
2110 Don't include dayname in the output. (Bug#14349)
2111
2112 2013-05-11 Glenn Morris <rgm@gnu.org>
2113
2114 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
2115
2116 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
2117 Treat cc-provide like provide.
2118
2119 2013-05-11 Kevin Ryde <user42@zip.com.au>
2120
2121 * cus-dep.el (custom-make-dependencies):
2122 Use generated-autoload-load-name for the sake of files such
2123 such cedet/semantic/bovine/c.el, where the base file name
2124 is not in load-path. (Bug#5277)
2125
2126 2013-05-11 Glenn Morris <rgm@gnu.org>
2127
2128 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
2129 Provide features.
2130
2131 2013-05-11 Leo Liu <sdl.web@gmail.com>
2132
2133 * progmodes/octave.el (octave-indent-comment): Improve.
2134 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
2135 (octave-eldoc-function-signatures, octave-eldoc-function):
2136 New functions.
2137 (octave-mode, inferior-octave-mode): Add eldoc support.
2138
2139 2013-05-11 Richard Stallman <rms@gnu.org>
2140
2141 * epa.el (epa-decrypt-file): Take output file name as argument
2142 and read it using `interactive'.
2143
2144 2013-05-11 Leo Liu <sdl.web@gmail.com>
2145
2146 * progmodes/octave.el (octave-beginning-of-line)
2147 (octave-end-of-line): Check before using up-list because it jumps
2148 out of more syntactic contructs since moving to smie.
2149 (octave-indent-comment): New function.
2150 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
2151 (octave-begin-keywords, octave-end-keywords)
2152 (octave-reserved-words, octave-smie-bnf-table)
2153 (octave-smie-rules): Add new keywords from Octave 3.6.4.
2154
2155 2013-05-11 Glenn Morris <rgm@gnu.org>
2156
2157 * faces.el (internal-face-x-get-resource):
2158 * frame.el (ns-display-monitor-attributes-list):
2159 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
2160
2161 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
2162
2163 * calc/calc-menu.el: Make it loadable in isolation.
2164
2165 * net/eudcb-bbdb.el: Make it loadable without bbdb.
2166 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
2167 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
2168 (eudc-bbdb-query-internal): Require 'bbdb.
2169
2170 * lpr.el (lpr-headers-switches):
2171 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
2172
2173 * progmodes/sql.el (sql-login-params): Fix and improve :type.
2174
2175 * emulation/edt-mapper.el: In batch mode, error rather than hang.
2176
2177 * term.el (term-set-escape-char): Make it idempotent.
2178
2179 2013-05-10 Leo Liu <sdl.web@gmail.com>
2180
2181 * progmodes/octave.el (inferior-octave-completion-table):
2182 No longer a function and all uses changed. Use cache to speed up
2183 completion due to bug#11906.
2184 (octave-beginning-of-defun): Re-write to be more general.
2185
2186 2013-05-10 Glenn Morris <rgm@gnu.org>
2187
2188 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
2189
2190 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 * comint.el (comint-redirect-send-command-to-process): Use :around
2193 rather than :override for comint-redirect-filter.
2194 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
2195 Call it instead of comint-redirect-original-filter-function (which
2196 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
2197
2198 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
2199
2200 * frame.el (display-monitor-attributes-list): Add NS case.
2201 (ns-display-monitor-attributes-list): Declare.
2202
2203 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
2204
2205 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
2206
2207 2013-05-09 Glenn Morris <rgm@gnu.org>
2208
2209 * international/fontset.el (vertical-centering-font-regexp):
2210 Set standard-value.
2211
2212 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
2213
2214 * bookmark.el (bookmark-search-delay):
2215 * cus-start.el (vertical-centering-font-regexp):
2216 * ps-mule.el (ps-mule-font-info-database-default):
2217 * ps-print.el (ps-default-fg, ps-default-bg):
2218 * type-break.el (type-break-good-break-interval):
2219 * whitespace.el (whitespace-indentation-regexp)
2220 (whitespace-space-after-tab-regexp):
2221 * emacs-lisp/testcover.el (testcover-1value-functions)
2222 (testcover-noreturn-functions, testcover-progn-functions)
2223 (testcover-prog1-functions):
2224 * emulation/viper-init.el (viper-emacs-state-cursor-color):
2225 * eshell/em-glob.el (eshell-glob-translate-alist):
2226 * play/tetris.el (tetris-tty-colors):
2227 * progmodes/cpp.el (cpp-face-default-list):
2228 * progmodes/flymake.el (flymake-allowed-file-name-masks):
2229 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
2230 (idlwave-help-browser-generic-args):
2231 * progmodes/make-mode.el (makefile-special-targets-list):
2232 * progmodes/python.el (python-shell-virtualenv-path):
2233 * progmodes/verilog-mode.el (verilog-active-low-regexp)
2234 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
2235 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
2236 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
2237 * textmodes/reftex-vars.el (reftex-format-label-function):
2238 * textmodes/remember.el (remember-diary-file): Fix custom types.
2239
2240 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
2241 Add :version.
2242
2243 2013-05-09 Leo Liu <sdl.web@gmail.com>
2244
2245 * progmodes/octave.el (inferior-octave-completion-at-point):
2246 Restore file completion. (Bug#14300)
2247 (inferior-octave-startup): Fix incorrect highlighting for the
2248 first prompt.
2249
2250 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2251
2252 * progmodes/ruby-mode.el: First cut at SMIE support.
2253 (ruby-use-smie): New var.
2254 (ruby-smie-grammar): New constant.
2255 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
2256 (ruby-smie--forward-token, ruby-smie--backward-token)
2257 (ruby-smie-rules): New functions.
2258 (ruby-mode-variables): Setup SMIE if applicable.
2259
2260 2013-05-08 Eli Zaretskii <eliz@gnu.org>
2261
2262 * simple.el (line-move-visual): Signal beginning/end of buffer
2263 only if vertical-motion moved less than it was requested. Avoids
2264 silly incorrect error messages when there are display strings with
2265 multiple newlines at EOL.
2266
2267 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
2270 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
2271 (prolog-char-quote-workaround):
2272 * progmodes/cperl-mode.el (cperl-under-as-char):
2273 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
2274 Mark as obsolete.
2275 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
2276 their declaration.
2277 (vhdl-mode-syntax-table-init): Remove.
2278
2279 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
2280 last change.
2281
2282 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
2283 syntax for "_".
2284 (ld-script-font-lock-keywords):
2285 Change regexps to use things like \_< and \_>.
2286
2287 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
2288 Change all regexps to use things like \_< and \_>.
2289
2290 * progmodes/autoconf.el (autoconf-definition-regexp)
2291 (autoconf-font-lock-keywords, autoconf-current-defun-function):
2292 Handle a _ with symbol syntax.
2293 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
2294
2295 * progmodes/ada-mode.el (ada-mode-abbrev-table):
2296 Consolidate declaration.
2297 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
2298 the declaration.
2299 (ada-create-syntax-table): Remove.
2300 (ada-capitalize-word): Don't mess with the syntax of "_" since it
2301 already has the right syntax nowadays.
2302 (ada-goto-next-word): Don't change the syntax of "_".
2303
2304 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
2305 with-wrapper-hook.
2306
2307 2013-05-08 Sam Steingold <sds@gnu.org>
2308
2309 * thingatpt.el (thing-at-point): Accept optional second argument
2310 NO-PROPERTIES to strip the text properties from the return value.
2311 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
2312 to `thing-at-point' instead of stripping the properties ourselves.
2313 Also, when `thing-at-point' fails to find a url, prepend "http://"
2314 to the filename at point on the assumption that the user is
2315 pointing at something like gnu.org/gnu.
2316
2317 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
2318
2319 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
2320 * faces.el (crm-separator):
2321 Silence byte-compiler.
2322
2323 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
2324 (tool-bar-map): Remove unneeded defvars.
2325
2326 2013-05-08 Leo Liu <sdl.web@gmail.com>
2327
2328 Re-work a fix for bug#10994 based on Le Wang's patch.
2329 * ido.el (ido-remove-consecutive-dups): New helper.
2330 (ido-completing-read): Use it.
2331 (ido-chop): Revert fix for bug#10994.
2332
2333 2013-05-08 Adam Spiers <emacs@adamspiers.org>
2334
2335 * cus-edit.el (custom-save-variables):
2336 Pretty-print long values. (Bug#14187)
2337
2338 2013-05-08 Glenn Morris <rgm@gnu.org>
2339
2340 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
2341 (m4-mode-syntax-table): Init in the defvar.
2342 (m4-mode-abbrev-table): Let define-derived-mode define it.
2343
2344 2013-05-08 Tom Tromey <tromey@redhat.com>
2345
2346 * progmodes/m4-mode.el (m4-mode-syntax-table):
2347 Do not treat "_" as word constituent. (Bug#14167)
2348
2349 2013-05-07 Glenn Morris <rgm@gnu.org>
2350
2351 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
2352 Remove explicit eshell-isearch-cancel-map.
2353
2354 * progmodes/f90.el (f90-smart-end-names): New option.
2355 (f90-smart-end): Doc fix.
2356 (f90-end-block-optional-name): New constant.
2357 (f90-block-match): Respect f90-smart-end-names.
2358
2359 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2360
2361 * progmodes/octave.el (octave-smie-forward-token): Be more careful
2362 about implicit semi-colons (bug#14218).
2363
2364 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2365
2366 * frame.el (display-monitor-attributes-list)
2367 (frame-monitor-attributes): New functions.
2368
2369 2013-05-06 Leo Liu <sdl.web@gmail.com>
2370
2371 * progmodes/octave.el (octave-syntax-propertize-function): Change
2372 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
2373 (octave-font-lock-keywords): Use octave-operator-regexp.
2374 (octave-completion-at-point): Rename from
2375 octave-completion-at-point-function.
2376 (inferior-octave-directory-tracker): Robustify.
2377 (octave-text-functions): Remove and fix its uses. No such things
2378 any more.
2379
2380 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2381
2382 * emacs-lisp/trace.el (trace--display-buffer): New function.
2383 (trace-make-advice): Use it.
2384
2385 2013-05-06 Juri Linkov <juri@jurta.org>
2386
2387 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
2388 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
2389 Doc fix.
2390 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
2391 in the help string. (Bug#12985)
2392
2393 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2394
2395 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
2396
2397 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2398
2399 * progmodes/perl-mode.el: Add support for here documents.
2400 (perl-syntax-propertize-function): Match here-doc markers.
2401 (perl-syntax-propertize-special-constructs): Find their end.
2402 (perl-imenu-generic-expression): Use [:alnum:].
2403
2404 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
2405 (advice--add-function): Refresh the advice if already present
2406 (bug#14317).
2407
2408 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
2409
2410 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
2411
2412 2013-05-06 Glenn Morris <rgm@gnu.org>
2413
2414 * w32-fns.el (w32-charset-info-alist): Declare.
2415
2416 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
2417 of its defcustom properties.
2418 (eshell-cmpl-initialize): No need to load pcomplete.
2419
2420 * generic-x.el: No need to require comint when compiling.
2421
2422 * net/eudc-export.el: Make it loadable without bbdb.
2423 (top-level): Use require rather than load-library.
2424 (eudc-create-bbdb-record, eudc-bbdbify-phone)
2425 (eudc-batch-export-records-to-bbdb)
2426 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
2427 Require bbdb.
2428
2429 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2430
2431 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
2432 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
2433 some tweaks, instead.
2434
2435 2013-05-05 Leo Liu <sdl.web@gmail.com>
2436
2437 * progmodes/octave.el (octave-font-lock-keywords)
2438 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
2439 (inferior-octave-send-list-and-digest): Improve error message.
2440 (octave-mode, inferior-octave-mode): Use setq-local.
2441 (octave-help): Set info-lookup-mode.
2442
2443 2013-05-05 Richard Stallman <rms@gnu.org>
2444
2445 * vc/compare-w.el (compare-windows-whitespace):
2446 Treat no-break space as whitespace.
2447
2448 * mail/rmailsum.el (rmail-summary-rmail-update):
2449 Detect empty summary and don't change selected message.
2450 (rmail-summary-goto-msg): Likewise.
2451
2452 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
2453 Doc fixes, rename args.
2454
2455 2013-05-05 Alan Mackenzie <acm@muc.de>
2456
2457 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
2458
2459 2013-05-05 Juri Linkov <juri@jurta.org>
2460
2461 * info.el (Info-read-subfile): Use (point-min) instead of (point)
2462 to not add the length of the summary segment to the return value.
2463 (Bug#14125)
2464
2465 2013-05-05 Leo Liu <sdl.web@gmail.com>
2466
2467 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
2468 (inferior-octave-output-filter): Remove.
2469 (octave-send-region, inferior-octave-startup): Fix callers.
2470 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
2471 (octave-binary-file-extensions): New user variable.
2472 (octave-find-definition): Confirm if opening binary files.
2473 (octave-help-file): Use octave-find-definition to get the binary
2474 confirmation.
2475 (octave-help): Adjust for octave-help-file change.
2476
2477 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2478
2479 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
2480 Merge the two entries that handle function definitions.
2481 (pascal--syntax-propertize): New const.
2482 (pascal-mode): Use it. Use setq-local.
2483
2484 2013-05-04 Glenn Morris <rgm@gnu.org>
2485
2486 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
2487 (diary-from-outlook): Respect diary-from-outlook-function.
2488
2489 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2490
2491 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
2492 Move the declaration from C.
2493 (read-minibuffer, eval-minibuffer): Move from C.
2494 (completion-setup-function): Avoid minibuffer-completion-contents.
2495
2496 2013-05-03 Leo Liu <sdl.web@gmail.com>
2497
2498 * progmodes/octave.el (octave-font-lock-keywords): Do not
2499 dehighlight 'end' in comments or strings.
2500 (octave-completing-read, octave-goto-function-definition):
2501 New helpers.
2502 (octave-help-buffer): New user variable.
2503 (octave-help-file, octave-help-function): New button types.
2504 (octave-help): New command and bind it to C-h ;.
2505 (octave-find-definition): New command and bind it to M-.
2506 (user-error): Alias to error if not defined.
2507
2508 2013-05-02 Leo Liu <sdl.web@gmail.com>
2509
2510 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
2511 for \. (bug#14332)
2512 (octave-font-lock-keywords): Include [ and {.
2513
2514 2013-05-02 Leo Liu <sdl.web@gmail.com>
2515
2516 * progmodes/octave.el (inferior-octave-startup-file): Change default.
2517 (inferior-octave): Remove calling comint-mode and return the buffer.
2518 (inferior-octave-startup): Cosmetic changes.
2519
2520 2013-05-02 Leo Liu <sdl.web@gmail.com>
2521
2522 * progmodes/octave.el (octave-syntax-propertize-function):
2523 Include the case when ' is at line beginning. (Bug#14336)
2524
2525 2013-05-02 Glenn Morris <rgm@gnu.org>
2526
2527 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
2528 * desktop.el (vc-dir-mode): Just autoload it here.
2529
2530 2013-05-02 Alan Mackenzie <acm@muc.de>
2531
2532 Eliminate variable c-standard-font-lock-fontify-region-function.
2533 * progmodes/cc-mode.el
2534 (c-standard-font-lock-fontify-region-function): Remove.
2535 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
2536
2537 2013-05-01 Leo Liu <sdl.web@gmail.com>
2538
2539 * progmodes/octave.el: Compatible with older emacs-24 releases.
2540 (inferior-octave-has-built-in-variables): Remove. Built-in
2541 variables were removed from Octave in 2007.
2542 (inferior-octave-startup): Fix uses.
2543 (comint-line-beginning-position): Remove compatibility code for
2544 emacs 21.
2545
2546 2013-05-01 Juri Linkov <juri@jurta.org>
2547
2548 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
2549
2550 2013-05-01 Juri Linkov <juri@jurta.org>
2551
2552 * comint.el (comint-previous-matching-input): Don't print message
2553 "History item: %d" when `isearch-mode' is active.
2554 (comint-history-isearch-message): Print message "History item: %d"
2555 when `comint-input-ring-index' is not empty and this function is
2556 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
2557
2558 2013-05-01 Leo Liu <sdl.web@gmail.com>
2559
2560 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
2561 definitions. Use completion-at-point to insert keywords.
2562 (octave-abbrev-start): Remove.
2563 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
2564
2565 2013-04-30 Leo Liu <sdl.web@gmail.com>
2566
2567 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
2568 change.
2569
2570 2013-04-30 Alan Mackenzie <acm@muc.de>
2571
2572 Handle arbitrarily long C++ member initialisation lists.
2573 * progmodes/cc-engine.el (c-back-over-member-initializers):
2574 new function.
2575 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
2576 (most) member init lists.
2577
2578 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2579
2580 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
2581 variable.
2582
2583 2013-04-30 Leo Liu <sdl.web@gmail.com>
2584
2585 * progmodes/octave.el (octave-variables): Remove. No builtin
2586 variables any more. All converted to functions.
2587 (octave-font-lock-keywords, octave-completion-at-point-function):
2588 Fix uses.
2589 (octave-font-lock-texinfo-comment): New user variable.
2590 (octave-texinfo-font-lock-keywords): New variable for texinfo
2591 comment block.
2592 (octave-function-comment-block): New face.
2593 (octave-font-lock-texinfo-comment): New function.
2594 (octave-mode): Font lock texinfo comment block.
2595
2596 2013-04-29 Leo Liu <sdl.web@gmail.com>
2597
2598 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
2599 indexing expression.
2600 (octave-continuation-string): Do not use \.
2601 (inferior-octave-complete-impossible): Remove.
2602 (inferior-octave-completion-table)
2603 (inferior-octave-completion-at-point): Remove its uses.
2604 (inferior-octave-startup): completion_matches was introduced to
2605 Octave in 1996 so safe to assume it.
2606 (octave-function-file-comment): Improve to follow how Octave does it.
2607 (octave-update-function-file-comment): Tweak.
2608
2609 2013-04-29 Leo Liu <sdl.web@gmail.com>
2610
2611 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
2612 (inferior-octave-startup): Remove inferior-octave-startup-hook.
2613 (octave-function-file-comment): Fix typo.
2614 (octave-sync-function-file-names): Use read-char-choice.
2615
2616 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
2617
2618 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
2619 to t for the less important warnings.
2620
2621 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
2622
2623 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
2624
2625 2013-04-27 Glenn Morris <rgm@gnu.org>
2626
2627 * vc/log-view.el (log-view-current-entry):
2628 Treat "---" separator lines as part of the following rev. (Bug#14169)
2629
2630 2013-04-27 Juri Linkov <juri@jurta.org>
2631
2632 * subr.el (read-number): Doc fix about using it by interactive
2633 code letter `n'. (Bug#14254)
2634
2635 2013-04-27 Juri Linkov <juri@jurta.org>
2636
2637 * desktop.el (desktop-auto-save-timeout): New option.
2638 (desktop-file-checksum): New variable.
2639 (desktop-save): Add optional arg `auto-save' and don't auto-save
2640 if nothing changed.
2641 (desktop-auto-save-timer): New variable.
2642 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
2643 (after-init-hook): Call `desktop-auto-save-set-timer'.
2644 Suggested by Reuben Thomas <rrt@sc3d.org> in
2645 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
2646
2647 2013-04-27 Leo Liu <sdl.web@gmail.com>
2648
2649 * progmodes/octave.el (octave-function-file-p)
2650 (octave-skip-comment-forward, octave-function-file-comment)
2651 (octave-update-function-file-comment): New functions.
2652 (octave-mode-map): Bind C-c ; to
2653 octave-update-function-file-comment.
2654 (octave-mode-menu): Add octave-update-function-file-comment.
2655 (octave-mode, inferior-octave-mode): Fix doc-string.
2656 (octave-insert-defun): Conform to Octave's coding convention.
2657 (Bug#14285)
2658
2659 * files.el (basic-save-buffer): Don't let errors in
2660 before-save-hook prevent saving buffer.
2661
2662 2013-04-20 Roland Winkler <winkler@gnu.org>
2663
2664 * faces.el (read-face-name): Use completing-read if arg multiple
2665 is nil.
2666
2667 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
2668
2669 * ls-lisp.el (ls-lisp-insert-directory): If no files are
2670 displayed, move point to after the totals line.
2671 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
2672 for the details.
2673
2674 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2675
2676 * emacs-lisp/package.el (package-autoload-ensure-default-file):
2677 Add current dir to the load-path.
2678 (package-generate-autoloads): Don't rely on
2679 autoload-ensure-default-file.
2680
2681 2013-04-26 Reuben Thomas <rrt@sc3d.org>
2682
2683 * textmodes/remember.el (remember-store-in-files): Document that
2684 the file name format is passed to `format-time-string'.
2685
2686 2013-04-26 Leo Liu <sdl.web@gmail.com>
2687
2688 * progmodes/octave.el (octave-sync-function-file-names): New function.
2689 (octave-mode): Use it in before-save-hook.
2690
2691 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2692
2693 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
2694 (bug#14274).
2695
2696 * progmodes/octave.el (octave-smie-forward-token): Properly skip
2697 \n and comment, even if it's not an implicit ; (bug#14218).
2698
2699 2013-04-26 Glenn Morris <rgm@gnu.org>
2700
2701 * subr.el (read-number): Once more use `read' rather than
2702 `string-to-number', to trap non-numeric input. (Bug#14254)
2703
2704 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
2705
2706 * emacs-lisp/syntax.el (syntax-propertize-multiline):
2707 Use `syntax-multiline' text property consistently instead of
2708 `font-lock-multiline'. (Bug#14237)
2709
2710 2013-04-26 Glenn Morris <rgm@gnu.org>
2711
2712 * emacs-lisp/shadow.el (list-load-path-shadows):
2713 No longer necessary to check for duplicate simple.el, since
2714 2012-07-07 change to init_lread to not include installation lisp
2715 directories in load-path when running uninstalled. (Bug#14270)
2716
2717 2013-04-26 Leo Liu <sdl.web@gmail.com>
2718
2719 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
2720 (octave-mode, inferior-octave-mode): Use setq-local.
2721 (octave-not-in-string-or-comment-p): Rename to
2722 octave-in-string-or-comment-p.
2723 (octave-in-comment-p, octave-in-string-p)
2724 (octave-in-string-or-comment-p): Replace defsubst with defun.
2725
2726 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
2727
2728 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
2729
2730 2013-04-25 Bastien Guerry <bzg@gnu.org>
2731
2732 * textmodes/remember.el (remember-data-directory)
2733 (remember-directory-file-name-format): Fix custom types.
2734
2735 2013-04-25 Leo Liu <sdl.web@gmail.com>
2736
2737 * progmodes/octave.el (octave-completion-at-point-function):
2738 Make use of inferior octave process.
2739 (octave-initialize-completions): Remove.
2740 (inferior-octave-completion-table): New function.
2741 (inferior-octave-completion-at-point): Use it.
2742 (octave-completion-alist): Remove.
2743
2744 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2745
2746 * progmodes/opascal.el: Use font-lock and syntax-propertize.
2747 (opascal-mode-syntax-table): New var.
2748 (opascal-literal-kind, opascal-is-literal-end)
2749 (opascal-literal-token-at): Rewrite.
2750 (opascal--literal-start-re, opascal-font-lock-keywords)
2751 (opascal--syntax-propertize): New constants.
2752 (opascal-font-lock-defaults): Adjust.
2753 (opascal-mode): Use them. Set comment-<foo> variables as well.
2754 (delphi-comment-face, opascal-comment-face, delphi-string-face)
2755 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
2756 (delphi-other-face, opascal-other-face): Remove face variables.
2757 (opascal-save-state): Remove macro.
2758 (opascal-fontifying-progress-step): Remove constant.
2759 (opascal--ignore-changes): Remove var.
2760 (opascal-set-token-property, opascal-parse-next-literal)
2761 (opascal-is-stable-literal, opascal-complete-literal)
2762 (opascal-is-literal-start, opascal-face-of)
2763 (opascal-parse-region, opascal-parse-region-until-stable)
2764 (opascal-fontify-region, opascal-after-change)
2765 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
2766 (opascal-debug-parse-region, opascal-debug-parse-window)
2767 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
2768 (opascal-debug-fontify-buffer): Remove.
2769 (opascal-debug-mode-map): Adjust accordingly.
2770
2771 2013-04-25 Leo Liu <sdl.web@gmail.com>
2772
2773 Merge octave-mod.el and octave-inf.el into octave.el with some
2774 cleanups.
2775 * progmodes/octave.el: New file renamed from octave-mod.el.
2776 * progmodes/octave-inf.el: Merged into octave.el.
2777 * progmodes/octave-mod.el: Renamed to octave.el.
2778
2779 2013-04-25 Tassilo Horn <tsdh@gnu.org>
2780
2781 * textmodes/reftex-vars.el
2782 (reftex-label-ignored-macros-and-environments): New defcustom.
2783
2784 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
2785
2786 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2787
2788 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
2789 (smie-indent-keyword): Improve the check to ensure that the next
2790 comment is really on the same line.
2791 (smie-indent-comment): Don't align with a subsequent closer (or eob).
2792
2793 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
2794 semi-colons if the line is not otherwise empty (bug#14218).
2795
2796 2013-04-25 Glenn Morris <rgm@gnu.org>
2797
2798 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
2799
2800 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2801
2802 * progmodes/opascal.el (opascal-set-token-property): Rename from
2803 opascal-set-text-properties and only set `token' (bug#14134).
2804 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
2805 (opascal-literal-text-properties): Remove.
2806 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
2807 Adjust callers.
2808
2809 2013-04-24 Reuben Thomas <rrt@sc3d.org>
2810
2811 * textmodes/remember.el (remember-handler-functions): Add an
2812 option for a new handler `remember-store-in-files'.
2813 (remember-data-directory, remember-directory-file-name-format):
2814 New options.
2815 (remember-store-in-files): New function to store remember notes
2816 as separate files within a directory.
2817
2818 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
2819
2820 * progmodes/compile.el (compilation-next-error-function):
2821 Pass "formats" to compilation-find-file (bug#11777).
2822
2823 2013-04-24 Glenn Morris <rgm@gnu.org>
2824
2825 * vc/vc-bzr.el (vc-bzr-print-log):
2826 * vc/vc-hg.el (vc-hg-print-log):
2827 * vc/vc-svn.el (vc-svn-print-log):
2828 Fix START-REVISION with LIMIT != 1. (Bug#14168)
2829
2830 * vc/vc-bzr.el (vc-bzr-print-log):
2831 * vc/vc-cvs.el (vc-cvs-print-log):
2832 * vc/vc-git.el (vc-git-print-log):
2833 * vc/vc-hg.el (vc-hg-print-log):
2834 * vc/vc-mtn.el (vc-mtn-print-log):
2835 * vc/vc-rcs.el (vc-rcs-print-log):
2836 * vc/vc-sccs.el (vc-sccs-print-log):
2837 * vc/vc-svn.el (vc-svn-print-log):
2838 * vc/vc.el (vc-print-log-internal): Doc fixes.
2839
2840 2013-04-23 Glenn Morris <rgm@gnu.org>
2841
2842 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
2843 Remove venerable code attempting to avoid substitute-command-keys.
2844
2845 2013-04-23 Tassilo Horn <tsdh@gnu.org>
2846
2847 * textmodes/reftex-vars.el (reftex-label-regexps):
2848 Call `reftex-compile-variables' after changes to this variable.
2849
2850 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2851
2852 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
2853 Use lexical-binding.
2854 (jit-lock-force-redisplay): Use markers, check buffer's continued
2855 existence and beware narrowed buffers.
2856 (jit-lock-fontify-now): Adjust call accordingly.
2857
2858 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2859
2860 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
2861 to avoid misleading the user.
2862
2863 2013-04-22 Leo Liu <sdl.web@gmail.com>
2864
2865 * info-look.el: Prefer latex2e.info. (Bug#14240)
2866
2867 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
2868
2869 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
2870
2871 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
2872 * net/tramp.el (tramp-call-process): ... here.
2873 (tramp-set-completion-function, tramp-parse-putty):
2874 * net/tramp-adb.el (tramp-adb-execute-adb-command):
2875 * net/tramp-gvfs.el (tramp-gvfs-send-command):
2876 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
2877 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
2878 (tramp-call-local-coding-command): Use `tramp-call-process'
2879 instead of `tramp-compat-call-process'.
2880
2881 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
2882 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
2883 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
2884 (tramp-find-inline-compress): Improve traces.
2885 (tramp-maybe-send-script): Check for Perl binary.
2886 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
2887
2888 2013-04-22 Daiki Ueno <ueno@gnu.org>
2889
2890 * epg.el (epg-context-pinentry-mode): New function.
2891 (epg-context-set-pinentry-mode): New function.
2892 (epg--start): Pass --pinentry-mode option to gpg command.
2893
2894 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
2895
2896 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
2897 `comint-dynamic-complete' is obsolete since 24.1, replaced by
2898 `completion-at-point'. (Bug#13774)
2899
2900 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
2901 default key binding for `describe-distribution' has been moved to
2902 `C-h C-o'. (Bug#13970)
2903
2904 2013-04-21 Glenn Morris <rgm@gnu.org>
2905
2906 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
2907 Add doc strings.
2908 (vc-print-log): Clarify interactive prompt.
2909
2910 2013-04-20 Glenn Morris <rgm@gnu.org>
2911
2912 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
2913 No longer include timestamp etc information.
2914
2915 2013-04-20 Roland Winkler <winkler@gnu.org>
2916
2917 * faces.el (read-face-name): Bug fix, return just one face if arg
2918 multiple is nil. (Bug#14209)
2919
2920 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2921
2922 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
2923 (remove-function): Autoload.
2924
2925 * comint.el (comint-redirect-original-filter-function): Remove.
2926 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
2927 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
2928 (vc-cvs-annotate-command):
2929 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
2930 * progmodes/prolog.el (prolog-consult-compile):
2931 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
2932 Use add/remove-function instead.
2933 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
2934 (gud-tooltip-process-output, gud-tooltip-tips):
2935 Use add/remove-function instead.
2936 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
2937 (scheme-interaction-mode, exit-scheme-interaction-mode):
2938 Use add/remove-function instead.
2939
2940 * vc/vc-dispatcher.el: Use lexical-binding.
2941 (vc--process-sentinel): Rename from vc-process-sentinel.
2942 Change last arg to be the code to run. Don't use vc-previous-sentinel
2943 and vc-sentinel-commands any more.
2944 (vc-exec-after): Allow code to be a function. Use add/remove-function.
2945 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
2946
2947 2013-04-19 Masatake YAMATO <yamato@redhat.com>
2948
2949 * progmodes/sh-script.el (sh-imenu-generic-expression):
2950 Handle function names with a single character. (Bug#14111)
2951
2952 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
2953
2954 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
2955 for subroutines defined in an eval (bug#14182).
2956
2957 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2958
2959 * bookmark.el (bookmark-completing-read): Improve handling of empty
2960 string (bug#14176).
2961
2962 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2963
2964 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
2965
2966 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
2967
2968 New faster Imenu implementation (bug#14058).
2969 * progmodes/python.el:
2970 (python-imenu-prev-index-position):
2971 (python-imenu-format-item-label-function)
2972 (python-imenu-format-parent-item-label-function)
2973 (python-imenu-format-parent-item-jump-label-function):
2974 New vars.
2975 (python-imenu-format-item-label)
2976 (python-imenu-format-parent-item-label)
2977 (python-imenu-format-parent-item-jump-label)
2978 (python-imenu--put-parent, python-imenu--build-tree)
2979 (python-imenu-create-index, python-imenu-create-flat-index)
2980 (python-util-popn): New functions.
2981 (python-mode): Set imenu-create-index-function to
2982 python-imenu-create-index.
2983
2984 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2985
2986 * winner.el (winner-active-region): Use region-active-p, activate-mark
2987 and deactivate-mark (bug#14225).
2988
2989 * simple.el (deactivate-mark): Don't inline it.
2990
2991 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
2992
2993 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
2994
2995 2013-04-18 Tassilo Horn <tsdh@gnu.org>
2996
2997 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
2998 file extensions from the archive-mode entry in order to prefer
2999 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
3000
3001 2013-04-18 Leo Liu <sdl.web@gmail.com>
3002
3003 * bindings.el (help-event-list): Add ?\?.
3004
3005 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3006
3007 * subr.el (with-wrapper-hook): Declare obsolete.
3008 * simple.el (filter-buffer-substring-function): New hook.
3009 (filter-buffer-substring): Use it.
3010 (filter-buffer-substring-functions): Mark obsolete.
3011 * minibuffer.el (completion-in-region-function): New hook.
3012 (completion-in-region): Use it.
3013 (completion-in-region-functions): Mark obsolete.
3014 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
3015 * abbrev.el (abbrev-expand-function): New hook.
3016 (expand-abbrev): Use it.
3017 (abbrev-expand-functions): Mark obsolete.
3018 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
3019 and :filter-return.
3020
3021 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
3022
3023 * progmodes/python.el (python-nav--syntactically): Fix cornercases
3024 and do not care about match data.
3025
3026 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
3027
3028 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
3029 completion tables when completing error conditions and
3030 `declare' arguments.
3031 (lisp-complete-symbol, field-complete): Mark as obsolete.
3032 (check-parens): Unmatched parens are user errors.
3033 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
3034
3035 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
3036
3037 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
3038 command changed buffer (ie. `flyspell-pre-buffer' is not current
3039 buffer), which prevents making decisions based on invalid value of
3040 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
3041 cause an error when `flyspell-pre-point' was nil after switching
3042 buffers.
3043 (flyspell-post-command-hook): No longer needs to change buffers when
3044 checking pre-word. While at it remove unnecessary progn.
3045
3046 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
3047
3048 * textmodes/ispell.el (ispell-add-per-file-word-list):
3049 Fix `flyspell-correct-word-before-point' error when accepting
3050 words and `coment-padding' is an integer by using
3051 `comment-normalize-vars' (Bug #14214).
3052
3053 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
3054
3055 New defun movement commands.
3056 * progmodes/python.el (python-nav--syntactically)
3057 (python-nav--forward-defun, python-nav-backward-defun)
3058 (python-nav-forward-defun): New functions.
3059
3060 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
3061
3062 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
3063 (python-syntax-context): Use named compiler-macro for backwards
3064 compatibility with Emacs 24.x.
3065
3066 2013-04-17 Leo Liu <sdl.web@gmail.com>
3067
3068 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
3069 octave-hide-process-buffer.
3070
3071 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
3072
3073 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
3074 (bug#14216).
3075
3076 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
3077
3078 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
3079 Fix adjustment of offset when receiving incomplete responses from GDB
3080 (bug#14129).
3081
3082 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3083
3084 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
3085 python-mode-abbrev-table.
3086 (python-skeleton-define): Adjust accordingly.
3087 (python-mode-abbrev-table): New table that inherits from it so that
3088 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
3089
3090 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
3091 (abbrev-symbol): Use it.
3092 (abbrev--before-point): Use it since we already handle inheritance.
3093
3094 2013-04-16 Leo Liu <sdl.web@gmail.com>
3095
3096 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
3097 binding to info-lookup-symbol.
3098
3099 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
3100
3101 * minibuffer.el (completion--twq-all):
3102 * term/ns-win.el (ns-initialize-window-system):
3103 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
3104
3105 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3106
3107 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
3108 global bindings.
3109
3110 * doc-view.el (doc-view-start-process): Handle url-handler directories.
3111
3112 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
3113
3114 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
3115 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
3116 to nil.
3117 (ruby-end-of-defun): Remove the unused arg, change the docstring
3118 to reflect that this function is only used as the value of
3119 `end-of-defun-function'.
3120 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
3121 to reflect an earlier change that beginning/end-of-defun functions
3122 jump between methods in a class definition, as well as top-level
3123 functions.
3124
3125 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3126
3127 * minibuffer.el (minibuffer-complete): Don't just scroll
3128 a *Completions* that's been iconified.
3129 (minibuffer-force-complete): Make sure repetitions do cycle when going
3130 through completion-in-region -> minibuffer-complete.
3131
3132 2013-04-15 Alan Mackenzie <acm@muc.de>
3133
3134 Correct the placement of c-cpp-delimiters when there're #s not at
3135 col 0.
3136
3137 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
3138 place a submatch around the #.
3139 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
3140 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
3141 on the #, not BOL.
3142
3143 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3144
3145 * emacs-lisp/nadvice.el: Properly test names when adding advice.
3146 (advice--member-p): New arg `name'.
3147 (advice--add-function, advice-member-p): Use it (bug#14202).
3148
3149 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
3150
3151 Reformulate java imenu-generic-expression.
3152 The old expression contained ill formed regexps.
3153
3154 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
3155 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
3156 (cc-imenu-java-method-arg-regexp): New defconsts.
3157 (cc-imenu-java-build-type-args-regex): New defun.
3158 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
3159 handling of spaces in the regexp.
3160
3161 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3162
3163 * textmodes/ispell.el (ispell-command-loop): Remove
3164 flyspell highlight of a word when ispell accepts it (bug #14178).
3165
3166 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
3167
3168 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
3169 uses code from the previous `ange-ftp-run-real-handler'.
3170 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
3171 only in case that function exist. This is needed for proper
3172 unloading of Tramp.
3173
3174 2013-04-15 Tassilo Horn <tsdh@gnu.org>
3175
3176 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
3177
3178 * textmodes/reftex.el (reftex-compile-variables): Use it.
3179
3180 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3181
3182 * files.el (normal-mode): Only use default major-mode if no other mode
3183 was specified.
3184
3185 * emacs-lisp/trace.el (trace-values): New function.
3186
3187 * files.el: Allow : in local variables (bug#14089).
3188 (hack-local-variable-regexp): New var.
3189 (hack-local-variables-prop-line, hack-local-variables): Use it.
3190
3191 2013-04-13 Roland Winkler <winkler@gnu.org>
3192
3193 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
3194 data before it gets modified by bibtex-beginning-of-entry.
3195
3196 2013-04-13 Roland Winkler <winkler@gnu.org>
3197
3198 * textmodes/bibtex.el (bibtex-url): Doc fix.
3199
3200 2013-04-13 Roland Winkler <winkler@gnu.org>
3201
3202 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
3203 does not visit a BibTeX file, exclude it from the list of buffers
3204 returned by bibtex-initialize.
3205
3206 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
3207
3208 * window.el (split-window): Remove interactive form, since as a
3209 command this function is a special case of split-window-below.
3210 Correct doc string.
3211
3212 2013-04-12 Roland Winkler <winkler@gnu.org>
3213
3214 * faces.el (read-face-name): Do not override value of arg default.
3215 Allow single faces and strings as default values. Remove those
3216 elements from return value that are not faces.
3217 (describe-face): Simplify.
3218 (face-at-point): New optional args thing and multiple so that this
3219 function can provide the same functionality previously provided by
3220 read-face-name.
3221 (make-face-bold, make-face-unbold, make-face-italic)
3222 (make-face-unitalic, make-face-bold-italic, invert-face)
3223 (modify-face, read-face-and-attribute): Use face-at-point.
3224
3225 * cus-edit.el (customize-face, customize-face-other-window)
3226 * cus-theme.el (custom-theme-add-face)
3227 * face-remap.el (buffer-face-set)
3228 * facemenu.el (facemenu-set-face): Use face-at-point.
3229
3230 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
3231
3232 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
3233
3234 2013-04-10 Tassilo Horn <tsdh@gnu.org>
3235
3236 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
3237 off leading { and trailing } from field values.
3238
3239 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3240
3241 * emacs-lisp/timer.el (timer--check): New function.
3242 (timer--time, timer-set-function, timer-event-handler): Use it.
3243 (timer-set-idle-time): Simplify.
3244 (timer--activate): CSE.
3245 (timer-event-handler): Give more info in error message.
3246 (internal-timer-start-idle): New function, moved from C.
3247
3248 * mpc.el (mpc-proc): Add `restart' argument.
3249 (mpc-proc-cmd): Use it.
3250 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
3251 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
3252 less often.
3253
3254 2013-04-10 Masatake YAMATO <yamato@redhat.com>
3255
3256 * progmodes/sh-script.el: Implement `sh-mode' own
3257 `add-log-current-defun-function' (bug#14112).
3258 (sh-current-defun-name): New function.
3259 (sh-mode): Use the function.
3260
3261 2013-04-09 Bastien Guerry <bzg@gnu.org>
3262
3263 * simple.el (choose-completion-string): Fix docstring (bug#14163).
3264
3265 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3266
3267 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
3268
3269 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
3270 timer (bug#14156).
3271
3272 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
3273
3274 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
3275 declaration.
3276
3277 2013-04-07 Leo Liu <sdl.web@gmail.com>
3278
3279 * pcmpl-x.el: New file.
3280
3281 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
3282
3283 Do not set x-display-name until X connection is established.
3284 This is needed to prevent from weird situation described at
3285 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
3286 * frame.el (make-frame): Set x-display-name after call to
3287 window system initialization function, not before.
3288 * term/x-win.el (x-initialize-window-system): Add optional
3289 display argument and use it.
3290 * term/w32-win.el (w32-initialize-window-system):
3291 * term/ns-win.el (ns-initialize-window-system):
3292 * term/pc-win.el (msdos-initialize-window-system):
3293 Add compatible optional display argument.
3294
3295 2013-04-06 Eli Zaretskii <eliz@gnu.org>
3296
3297 * files.el (normal-backup-enable-predicate): On MS-Windows and
3298 MS-DOS compare truenames of temporary-file-directory and of the
3299 file, so that 8+3 aliases (usually found in $TEMP on Windows)
3300 don't fail comparison by compare-strings. Also, compare file
3301 names case-insensitively on MS-Windows and MS-DOS.
3302
3303 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3304
3305 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
3306 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
3307
3308 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
3309
3310 * whitespace.el (whitespace-color-on, whitespace-color-off):
3311 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
3312
3313 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
3314
3315 * ispell.el (ispell-set-spellchecker-params):
3316 Really set `ispell-args' for all equivs.
3317
3318 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3319
3320 * ido.el (ido-completions): Use extra elements of ido-decorations
3321 (bug#14143).
3322 (ido-decorations): Update docstring.
3323
3324 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
3325
3326 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3327 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
3328 nil during initialization, in order not to miss changes since the
3329 file was opened. (Bug#14140)
3330
3331 2013-04-05 Leo Liu <sdl.web@gmail.com>
3332
3333 * kmacro.el (kmacro-call-macro): Fix bug#14135.
3334
3335 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
3336
3337 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
3338
3339 2013-04-04 Glenn Morris <rgm@gnu.org>
3340
3341 * electric.el (electric-pair-inhibit-predicate): Add :version.
3342
3343 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3344
3345 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
3346 when a package is required several times (bug#14082).
3347
3348 2013-04-04 Roland Winkler <winkler@gnu.org>
3349
3350 * faces.el (read-face-name): Behave as promised by the docstring.
3351 Assume that arg default is a list of faces.
3352 (describe-face): Call read-face-name with list of default faces.
3353
3354 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3355
3356 * bookmark.el: Fix deletion of bookmarks (bug#13972).
3357 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
3358 (bookmark-bmenu-execute-deletions): Only skip first line if it's
3359 the header.
3360 (bookmark-exit-hook-internal): Save even if list is empty.
3361
3362 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
3363
3364 * emacs-lisp/package.el (package-pinned-packages): New var.
3365 (package--add-to-archive-contents): Obey it (bug#14118).
3366
3367 2013-04-03 Alan Mackenzie <acm@muc.de>
3368
3369 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
3370 Also adapt to the new values of element 7 of a parse state.
3371
3372 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
3373 parameter `not-in-delimiter'. Handle being inside comment opener.
3374 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
3375 character in case we're typing a '*' after a '/'.
3376 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
3377 instead by passing the parameter to c-state-pp-to-literal.
3378
3379 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
3380 for elt. 7 of a parse state.
3381
3382 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
3383
3384 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
3385 * international/latin1-disp.el, international/mule-util.el:
3386 * language/cyril-util.el, language/european.el, language/ind-util.el:
3387 * language/lao-util.el, language/thai.el, language/tibet-util.el:
3388 * language/tibetan.el, language/viet-util.el:
3389 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
3390
3391 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3392
3393 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
3394 (electric-pair-post-self-insert-function): Use it.
3395 (electric-pair-default-inhibit): New function, extracted from
3396 electric-pair-post-self-insert-function.
3397
3398 2013-03-31 Roland Winkler <winkler@gnu.org>
3399
3400 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
3401
3402 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3403
3404 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
3405
3406 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
3407
3408 Un-indent after "pass" and "return" statements (Bug#13888)
3409 * progmodes/python.el (python-indent-block-enders): New var.
3410 (python-indent-calculate-indentation): Use it.
3411
3412 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
3413
3414 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
3415 defun. Defining it as defalias could introduce too eager
3416 byte-compiler optimization. (Bug#14030)
3417
3418 2013-03-30 Chong Yidong <cyd@gnu.org>
3419
3420 * iswitchb.el (iswitchb-read-buffer): Fix typo.
3421
3422 2013-03-30 Leo Liu <sdl.web@gmail.com>
3423
3424 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
3425 (kmacro-execute-from-register): Pass the keyboard macro to
3426 kmacro-call-macro or repeating won't work correctly.
3427
3428 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
3429
3430 * progmodes/subword.el: Back to using `forward-symbol'.
3431
3432 * subr.el (forward-whitespace, forward-symbol)
3433 (forward-same-syntax): Move from thingatpt.el.
3434
3435 2013-03-29 Leo Liu <sdl.web@gmail.com>
3436
3437 * kmacro.el (kmacro-to-register): New command.
3438 (kmacro-execute-from-register): New function.
3439 (kmacro-keymap): Bind to 'x'. (Bug#14071)
3440
3441 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3442
3443 * mpc.el: Use defvar-local and setq-local.
3444 (mpc--proc-connect): Connection failures are not bugs.
3445 (mpc-mode-map): `follow-link' only applies to the buffer's content.
3446 (mpc-volume-map): Bind to the up-events.
3447
3448 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
3449
3450 * progmodes/subword.el (superword-mode): Use `forward-sexp'
3451 instead of `forward-symbol'.
3452
3453 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3454
3455 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
3456 (edebug--recursive-edit): Use it.
3457 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
3458 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
3459
3460 2013-03-28 Leo Liu <sdl.web@gmail.com>
3461
3462 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
3463
3464 2013-03-27 Eli Zaretskii <eliz@gnu.org>
3465
3466 * facemenu.el (list-colors-callback): New defvar.
3467 (list-colors-redisplay): New function.
3468 (list-colors-display): Install list-colors-redisplay as the
3469 revert-buffer-function. (Bug#14063)
3470
3471 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3472
3473 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
3474 and suffixes don't overlap (bug#14061).
3475
3476 * case-table.el: Use lexical-binding.
3477 (case-table-get-table): New function.
3478 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
3479
3480 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3481
3482 * progmodes/subword.el: Add `superword-mode' to do word motion
3483 over symbol_words (parallels and leverages `subword-mode' which
3484 does word motion inside MixedCaseWords).
3485
3486 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
3487
3488 * eshell/em-unix.el: Move su and sudo to...
3489 * eshell/em-tramp.el: ...Eshell tramp module.
3490
3491 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3492
3493 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
3494 Change return value to be a sexp. Delay `get-buffer' to after
3495 restoring the desktop (bug#13951).
3496
3497 2013-03-26 Leo Liu <sdl.web@gmail.com>
3498
3499 * register.el: Move semantic tag handling back to
3500 cedet/semantic/senator.el. (Bug#14052)
3501
3502 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3503
3504 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
3505 into the prompt either (bug#13963).
3506
3507 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3508
3509 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
3510 part of "(error-foo)".
3511
3512 2013-03-24 Juri Linkov <juri@jurta.org>
3513
3514 * replace.el (list-matching-lines-prefix-face): New defcustom.
3515 (occur-1): Pass `list-matching-lines-prefix-face' to the function
3516 `occur-engine' if `face-differs-from-default-p' returns t.
3517 (occur-engine): Add `,' inside backquote construct to evaluate
3518 `prefix-face'. Propertize the prefix with the `prefix-face' face.
3519 Pass `prefix-face' to the functions `occur-context-lines' and
3520 `occur-engine-add-prefix'.
3521 (occur-engine-add-prefix, occur-context-lines): Add optional arg
3522 `prefix-face' and propertize the prefix with `prefix-face'.
3523 (Bug#14017)
3524
3525 2013-03-24 Leo Liu <sdl.web@gmail.com>
3526
3527 * nxml/rng-valid.el (rng-validate-while-idle)
3528 (rng-validate-quick-while-idle): Guard against deleted buffer.
3529 (Bug#13999)
3530
3531 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
3532 is the last entry in kill-buffer-hook.
3533
3534 * files.el (kill-buffer-hook): Doc fix.
3535
3536 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
3537
3538 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
3539 Make it safe-local.
3540
3541 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
3542
3543 2013-03-23 Leo Liu <sdl.web@gmail.com>
3544
3545 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
3546 Remove.
3547
3548 * nxml/rng-valid.el (rng-validate-mode)
3549 (rng-after-change-function, rng-do-some-validation):
3550 * nxml/rng-maint.el (rng-validate-buffer):
3551 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
3552 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
3553 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
3554 (nxml-extend-after-change-region): Use with-silent-modifications.
3555
3556 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
3557 timer-idle-list.
3558
3559 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
3560 (rng-next-error-1, rng-previous-error-1): Do not let-bind
3561 timer-idle-list. (Bug#13999)
3562
3563 2013-03-23 Juri Linkov <juri@jurta.org>
3564
3565 * info.el (info-index-match): New face.
3566 (Info-index, Info-apropos-matches): Add a nested subgroup to the
3567 main pattern and add text properties with the new face to matches
3568 in index entries relative to the beginning of the index entry.
3569 (Bug#14015)
3570
3571 2013-03-21 Eric Ludlam <zappo@gnu.org>
3572
3573 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
3574 Inhibit read only while inserting objects.
3575
3576 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
3577
3578 * progmodes/cfengine.el: Update docs to mention
3579 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
3580 symbol motion. Remove "_" from the word syntax.
3581
3582 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
3583
3584 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
3585 syntax for both `cfengine2-mode' and `cfengine3-mode'.
3586
3587 2013-03-20 Juri Linkov <juri@jurta.org>
3588
3589 * info.el (Info-next-reference-or-link)
3590 (Info-prev-reference-or-link): New functions.
3591 (Info-next-reference, Info-prev-reference): Use them.
3592 (Info-try-follow-nearest-node): Handle footnote navigation.
3593 (Info-fontify-node): Fontify footnotes. (Bug#13989)
3594
3595 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
3598 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
3599
3600 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
3601
3602 Suppress unnecessary non-ASCII chatter during build process.
3603 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
3604 (batch-skkdic-convert): Suppress most of the chatter.
3605 It's not needed so much now that machines are faster,
3606 and its non-ASCII component was confusing; see Dmitry Gutov in
3607 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
3608
3609 2013-03-20 Leo Liu <sdl.web@gmail.com>
3610
3611 * ido.el (ido-chop): Fix bug#10994.
3612
3613 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
3614
3615 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
3616 Remove vars.
3617 (whitespace-color-on, whitespace-color-off):
3618 Use `font-lock-fontify-buffer' (Bug#13817).
3619
3620 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3621
3622 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
3623 remapping in mode-line.
3624 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
3625
3626 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
3627
3628 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
3629 value for `whitespace-line' face (Bug#13875).
3630 (whitespace-font-lock-keywords): Change description.
3631 (whitespace-color-on): Don't save `font-lock-keywords' value, save
3632 the constructed keywords instead.
3633 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
3634
3635 2013-03-19 Leo Liu <sdl.web@gmail.com>
3636
3637 * progmodes/compile.el (compilation-display-error): New command.
3638 (compilation-mode-map, compilation-minor-mode-map): Bind it to
3639 C-o. (Bug#13992)
3640
3641 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
3642
3643 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
3644
3645 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
3646
3647 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
3648
3649 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
3650
3651 * net/tramp-compat.el (tramp-compat-user-error): New defun.
3652
3653 * net/tramp-adb.el (tramp-adb-handle-shell-command):
3654 * net/tramp-gvfs.el (top):
3655 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
3656 (tramp-handle-shell-command): Use it.
3657 (tramp-dissect-file-name): Raise an error when hostname is a
3658 method name, and neither method nor user is specified.
3659
3660 * net/trampver.el: Update release number.
3661
3662 2013-03-18 Leo Liu <sdl.web@gmail.com>
3663
3664 Make sure eldoc can be turned off properly.
3665 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
3666 eldoc-mode.
3667 (eldoc-display-message-p): Revert last change.
3668 (eldoc-display-message-no-interference-p)
3669 (eldoc-print-current-symbol-info): Tweak.
3670
3671 2013-03-18 Tassilo Horn <tsdh@gnu.org>
3672
3673 * doc-view.el (doc-view-new-window-function): Check the new window
3674 overlay's display property instead the char property of the
3675 buffer's first char. Use `with-selected-window' instead of
3676 `save-window-excursion' with `select-window'.
3677 (doc-view-document->bitmap): Check the current doc-view overlay's
3678 display property instead the char property of the buffer's first char.
3679
3680 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
3681
3682 Automate the build of ja-dic.el (Bug#13984).
3683 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
3684 from the input, rather than assume that it's been done for us by the
3685 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
3686 the current date into a ja-dic.el comment, as that complicates
3687 regression testing.
3688
3689 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
3690
3691 * whitespace.el: Fix double evaluation.
3692 (whitespace-space, whitespace-hspace, whitespace-tab)
3693 (whitespace-newline, whitespace-trailing, whitespace-line)
3694 (whitespace-space-before-tab, whitespace-indentation)
3695 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
3696 obsolete defvars.
3697 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
3698 (whitespace-color-on): Use a single font-lock-add-keywords call.
3699 Fix double-evaluation of face variables.
3700
3701 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
3702
3703 * net/tramp-adb.el (tramp-adb-parse-device-names):
3704 Use `start-process' instead of `call-process'. Otherwise, the
3705 function might be blocked under MS Windows. (Bug#13299)
3706
3707 2013-03-17 Leo Liu <sdl.web@gmail.com>
3708
3709 Extend eldoc to display info in the mode-line. (Bug#13978)
3710 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
3711 (eldoc-mode-line-string): New variable.
3712 (eldoc-minibuffer-message): New function.
3713 (eldoc-message-function): New variable.
3714 (eldoc-message): Use it.
3715 (eldoc-display-message-p)
3716 (eldoc-display-message-no-interference-p):
3717 Support eldoc-post-insert-mode.
3718
3719 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
3720 (eval-expression): Run it.
3721
3722 2013-03-17 Roland Winkler <winkler@gnu.org>
3723
3724 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
3725 strings in the list of return values.
3726
3727 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3728
3729 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
3730 radix before checking for HMS forms.
3731
3732 2013-03-16 Leo Liu <sdl.web@gmail.com>
3733
3734 * progmodes/scheme.el: Add indentation and font-locking for λ.
3735 (Bug#13975)
3736
3737 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
3740 token before point (bug#13942).
3741
3742 2013-03-16 Leo Liu <sdl.web@gmail.com>
3743
3744 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
3745
3746 2013-03-16 Eli Zaretskii <eliz@gnu.org>
3747
3748 * startup.el (command-line-normalize-file-name): Fix handling of
3749 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
3750 <xfq.free@gmail.com> in
3751 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
3752
3753 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
3754
3755 Sync with Tramp 2.2.7.
3756
3757 * net/trampver.el: Update release number.
3758
3759 2013-03-14 Tassilo Horn <tsdh@gnu.org>
3760
3761 * doc-view.el Fix bug#13887.
3762 (doc-view-insert-image): Don't modify overlay associated to
3763 non-live windows, and implement horizontal centering of image in
3764 case it's smaller than the window.
3765 (doc-view-new-window-function): Force redisplay of new windows on
3766 doc-view buffers.
3767
3768 2013-03-13 Karl Fogel <kfogel@red-bean.com>
3769
3770 * saveplace.el (save-place-alist-to-file): Don't sort
3771 `save-place-alist', just pretty-print it (bug#13882).
3772
3773 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
3774
3775 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3776 Check whether `default-file-name-coding-system' is bound.
3777 It isn't in XEmacs.
3778
3779 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3780
3781 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
3782 backquotes for `obsolete' (bug#13929).
3783
3784 * international/mule.el (find-auto-coding): Include file name in
3785 obsolescence warning (bug#13922).
3786
3787 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3788
3789 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
3790 for CFEngine 3-specific indentation.
3791 (cfengine3-indent-line): Use it. Fix up category regex.
3792 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
3793
3794 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3795
3796 * type-break.el (type-break-file-name):
3797 * textmodes/remember.el (remember-data-file):
3798 * strokes.el (strokes-file):
3799 * shadowfile.el (shadow-initialize):
3800 * saveplace.el (save-place-file):
3801 * ps-bdf.el (bdf-cache-file):
3802 * progmodes/idlwave.el (idlwave-config-directory):
3803 * net/quickurl.el (quickurl-url-file):
3804 * international/kkc.el (kkc-init-file-name):
3805 * ido.el (ido-save-directory-list-file):
3806 * emulation/viper.el (viper-custom-file-name):
3807 * emulation/vip.el (vip-startup-file):
3808 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3809 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
3810
3811 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
3812
3813 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
3814 * language/thai-word.el: Switch to UTF-8.
3815
3816 See ChangeLog.16 for earlier changes.
3817
3818 ;; Local Variables:
3819 ;; coding: utf-8
3820 ;; End:
3821
3822 Copyright (C) 2011-2013 Free Software Foundation, Inc.
3823
3824 This file is part of GNU Emacs.
3825
3826 GNU Emacs is free software: you can redistribute it and/or modify
3827 it under the terms of the GNU General Public License as published by
3828 the Free Software Foundation, either version 3 of the License, or
3829 (at your option) any later version.
3830
3831 GNU Emacs is distributed in the hope that it will be useful,
3832 but WITHOUT ANY WARRANTY; without even the implied warranty of
3833 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3834 GNU General Public License for more details.
3835
3836 You should have received a copy of the GNU General Public License
3837 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.