886c3075653c002491a7b93f64d353b30ff999b9
[bpt/emacs.git] / lisp / ChangeLog
1 2013-07-24 Glenn Morris <rgm@gnu.org>
2
3 * printing.el: Replace all uses of deleted ps-windows-system,
4 ps-lp-system, ps-flatten-list with lpr- versions.
5
6 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
9 checked with memq (bug#14935).
10
11 * files.el (revert-buffer-function): Use a non-nil default.
12 (revert-buffer-preserve-modes): Declare var to
13 provide access to the `preserve-modes' argument.
14 (revert-buffer): Let-bind it.
15 (revert-buffer--default): New function, extracted from revert-buffer.
16
17 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * lpr.el: Signal print errors more prominently.
20 (print-region-function): Don't default to nil.
21 (lpr-print-region): New function, extracted from print-region-1.
22 Check lpr's return value and signal an error in case of problem.
23 (print-region-1): Use it.
24 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
25 versions instead.
26 (ps-printer-name): Default to nil.
27 (ps-printer-name-option): Default to lpr-printer-switch.
28 (ps-print-region-function): Don't default to nil.
29 (ps-postscript-code-directory): Simplify default.
30 (ps-do-despool): Use lpr-print-region to properly check the outcome.
31 (ps-string-list, ps-eval-switch, ps-flatten-list)
32 (ps-flatten-list-1): Remove.
33 (ps-multibyte-buffer): Avoid setq.
34 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
35 (print-region-function, ps-print-region-function): Don't set them here.
36
37 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
38
39 * ido.el (ido-fractionp):
40 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
41 (ido-max-file-prompt-width, ido-unc-hosts-cache)
42 (ido-max-directory-size, ido-max-dir-file-cache)
43 (ido-decorations): Doc fix.
44
45 * ansi-color.el: Fix old URL.
46
47 2013-07-23 Michael R. Mauger <michael@mauger.com>
48
49 * progmodes/sql.el Version 3.3
50 (sql-product-alist): Improve oracle :prompt-cont-regexp.
51 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
52 (sql-interactive-remove-continuation-prompt): Rewrite, use
53 functions above. Fix continuation prompt and complete output line
54 handling.
55 (sql-redirect-one, sql-execute): Use `read-only-mode' on
56 redirected output buffer.
57 (sql-mode): Restore deleted code (Bug#13591).
58
59 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
60
61 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
62
63 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
64
65 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
66
67 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
68 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
69 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
70
71 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
72
73 * desktop.el (desktop-clear): Simplify; remove useless checks
74 against invalid buffer names.
75 (desktop-list*): Use cl-list*.
76 (desktop-buffer-info, desktop-create-buffer): Simplify.
77
78 2013-07-23 Leo Liu <sdl.web@gmail.com>
79
80 * bookmark.el (bookmark-make-record): Restore NAME as a default
81 value. (Bug#14933)
82
83 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
84
85 * emacs-lisp/autoload.el (autoload--setup-output): New function,
86 extracted from autoload--insert-text.
87 (autoload--insert-text): Remove.
88 (autoload--print-cookie-text): New function, extracted from
89 autoload--insert-cookie-text.
90 (autoload--insert-cookie-text): Remove.
91 (autoload-generate-file-autoloads): Adjust calls accordingly.
92
93 * winner.el (winner-hook-installed-p): Remove.
94 (winner-mode): Simplify accordingly.
95
96 * subr.el (add-to-list): Fix compiler-macro when `append' is
97 not constant. Don't use `cl-member' for the base case.
98
99 * progmodes/subword.el: Fix boundary case (bug#13758).
100 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
101 own group.
102 (subword-backward-regexp): Make it a constant.
103 (subword-forward-internal): Don't treat a trailing capital as the
104 beginning of a word.
105
106 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
107
108 * emacs-lisp/package.el (package-menu-mode): Don't modify the
109 global value of tabulated-list-revert-hook (bug#14930).
110
111 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
112
113 * desktop.el: Require 'cl-lib.
114 (desktop-before-saving-frames-functions): New hook.
115 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
116 for frames being saved. Rename from desktop--save-minibuffer-frames.
117 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
118 Do not save frames with non-nil `desktop-dont-save' parameter.
119 Filter out deleted frames.
120 (desktop--find-frame): Use cl-find-if.
121 (desktop--select-frame): Use cl-(first|second|third) to access values
122 of desktop-mini.
123 (desktop--make-frame): Use cl-delete-if.
124 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
125 (desktop-restore-frames): Use cl-(first|second|third) to access values
126 of desktop-mini. Look for visible frame at the end, not while
127 restoring frames.
128
129 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
130 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
131 Use string-match-p, looking-at-p (bug#14927).
132
133 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
134
135 * desktop.el (desktop-saved-frame-states):
136 Rename from desktop--saved-states; all users changed.
137 (desktop-save-frames): Rename from desktop--save-frames.
138 Do not save state to desktop file.
139 (desktop-save): Save desktop-saved-frame-states to desktop file
140 and reset to nil.
141 (desktop-restoring-frames-p): New function.
142 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
143 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
144 buffer-lists when restoring frames. Suggested by Martin Rudalics.
145
146 * desktop.el: Correctly restore iconified frames.
147 (desktop--filter-iconified-position): New function.
148 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
149
150 2013-07-20 Glenn Morris <rgm@gnu.org>
151
152 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
153 Let `message' do the formatting.
154 (def-gdb-preempt-display-buffer): Add explicit format.
155
156 * image-dired.el (image-dired-track-original-file):
157 Use with-current-buffer.
158 (image-dired-track-thumbnail): Use with-current-buffer.
159 Avoid changing point of wrong window.
160
161 * image-dired.el (image-dired-track-original-file):
162 Avoid changing point of wrong window. (Bug#14909)
163
164 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
165
166 * progmodes/gdb-mi.el (gdb-done-or-error):
167 Guard against "%" in gdb output. (Bug#14127)
168
169 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
170
171 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
172 (Bug#14826)
173
174 * international/mule.el (coding-system-iso-2022-flags): Fix last
175 change.
176
177 2013-07-20 Kenichi Handa <handa@gnu.org>
178
179 * international/mule.el (coding-system-iso-2022-flags):
180 Add `8-bit-level-4'. (Bug#8522)
181
182 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
183
184 * net/shr.el (shr-mouse-browse-url): New command and keystroke
185 (bug#14815).
186
187 * net/eww.el (eww-process-text-input): Allow inputting when the
188 point is at the start of the line, as the properties aren't
189 front-sticky.
190
191 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
192 degenerate widths.
193
194 2013-07-19 Richard Stallman <rms@gnu.org>
195
196 * epa.el (epa-popup-info-window): Doc fix.
197
198 * subr.el (split-string): New arg TRIM.
199
200 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
201
202 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
203 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
204
205 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
206
207 * filenotify.el (file-notify--library): Rename from
208 `file-notify-support'. Do not autoload. Adapt all uses.
209 (file-notify-supported-p): New defun.
210
211 * autorevert.el (auto-revert-use-notify):
212 Use `file-notify-supported-p' instead of `file-notify-support'.
213 Adapt docstring.
214 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
215
216 * net/tramp.el (tramp-file-name-for-operation):
217 Add `file-notify-supported-p'.
218
219 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
220 New defun.
221 (tramp-sh-file-name-handler-alist): Add it as handler for
222 `file-notify-supported-p '.
223
224 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
225 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
226 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
227 Add `ignore' as handler for `file-notify-*' functions.
228
229 2013-07-17 Eli Zaretskii <eliz@gnu.org>
230
231 * simple.el (line-move-partial, line-move): Don't start vscroll or
232 scroll-up if the current line is not taller than the window.
233 (Bug#14881)
234
235 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
236
237 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
238 highlight question marks in the method names as strings.
239 (ruby-block-beg-keywords): Inline.
240 (ruby-font-lock-keyword-beg-re): Extract from
241 `ruby-font-lock-keywords'.
242
243 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
244
245 * frame.el (blink-cursor-blinks): New defcustom.
246 (blink-cursor-blinks-done): New defvar.
247 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
248 (blink-cursor-timer-function): Check if number of blinks has been
249 done on X and NS.
250 (blink-cursor-suspend, blink-cursor-check): New defuns.
251
252 2013-07-15 Glenn Morris <rgm@gnu.org>
253
254 * edmacro.el (edmacro-format-keys): Fix previous change.
255
256 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
257
258 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
259 The hack didn't work outside English locales anyway.
260
261 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
262
263 * simple.el (define-alternatives): Rename from alternatives-define,
264 per RMS' suggestion.
265
266 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
267
268 * desktop.el (desktop-restore-frames): Change default to t.
269 (desktop-restore-in-current-display): Now offer more options.
270 (desktop-restoring-reuses-frames): New customization option.
271 (desktop--saved-states): Doc fix.
272 (desktop-filter-parameters-alist): New variable, renamed and expanded
273 from desktop--excluded-frame-parameters.
274 (desktop--target-display): New variable.
275 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
276 (desktop--filter-tty*, desktop--filter-*-color)
277 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
278 (desktop--filter-save-desktop-parm)
279 (desktop-restore-in-original-display-p): New functions.
280 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
281 (desktop--save-minibuffer-frames): New function, inspired by a similar
282 function from Martin Rudalics.
283 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
284 (desktop--restore-in-this-display-p): Remove.
285 (desktop--find-frame): Rename from desktop--find-frame-in-display
286 and add predicate argument.
287 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
288 (desktop--reuse-list): New variable.
289 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
290 New functions.
291 (desktop--restore-frames): Add support for "minibuffer-special" frames.
292
293 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
294
295 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
296
297 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
298
299 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
300 Highlight conversion methods on Kernel.
301
302 2013-07-13 Alan Mackenzie <acm@muc.de>
303
304 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
305 and comment it out. This out-commenting enables certain C++
306 declarations to be parsed correctly.
307
308 2013-07-13 Eli Zaretskii <eliz@gnu.org>
309
310 * international/mule.el (define-coding-system): Doc fix.
311
312 * simple.el (default-font-height): Don't call font-info if the
313 frame's default font didn't change since the frame was created.
314 (Bug#14838)
315
316 2013-07-13 Leo Liu <sdl.web@gmail.com>
317
318 * ido.el (ido-read-file-name): Guard against non-symbol value.
319
320 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
321
322 * progmodes/python.el (python-imenu--build-tree): Fix corner case
323 in nested defuns.
324
325 2013-07-13 Leo Liu <sdl.web@gmail.com>
326
327 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
328 ido-set-matches call. (Bug#6852)
329
330 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
331
332 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
333 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
334 Ruby 2.0.
335 (ruby-font-lock-keywords): Distinguish calls to functions with
336 module-like names from module references. Highlight character
337 literals.
338
339 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
340
341 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
342 (gdb-send): Handle continued commands. (Bug#14847)
343
344 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
345
346 * desktop.el (desktop--v2s): Remove unused local variable.
347 (desktop-save-buffer): Make defvar-local; adjust docstring.
348 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
349 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
350
351 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
352
353 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
354
355 2013-07-12 Eli Zaretskii <eliz@gnu.org>
356
357 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
358 (Bug#14842)
359
360 2013-07-12 Glenn Morris <rgm@gnu.org>
361
362 * doc-view.el: Require cl-lib at runtime too.
363 (doc-view-remove-if): Remove.
364 (doc-view-search-next-match, doc-view-search-previous-match):
365 Use cl-remove-if.
366
367 * edmacro.el: Require cl-lib at runtime too.
368 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
369 (edmacro-mismatch, edmacro-subseq): Remove.
370
371 * shadowfile.el: Require cl-lib.
372 (shadow-remove-if): Remove.
373 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
374 Use cl-remove-if.
375
376 * wid-edit.el: Require cl-lib.
377 (widget-choose): Use cl-remove-if.
378 (widget-remove-if): Remove.
379
380 * progmodes/ebrowse.el: Require cl-lib at runtime too.
381 (ebrowse-delete-if-not): Remove.
382 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
383 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
384 Use cl-delete-if-not.
385
386 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
387
388 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
389 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
390
391 2013-07-12 Leo Liu <sdl.web@gmail.com>
392
393 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
394
395 2013-07-11 Glenn Morris <rgm@gnu.org>
396
397 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
398 (edebug-gensym-index, edebug-gensym):
399 Remove reimplementation of cl-gensym.
400 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
401
402 * thumbs.el: Require cl-lib at run-time too.
403 (thumbs-gensym-counter, thumbs-gensym):
404 Remove reimplementation of cl-gensym.
405 (thumbs-temp-file): Use cl-gensym.
406
407 * emacs-lisp/ert.el: Require cl-lib at runtime too.
408 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
409 (ert--intersection, ert--set-difference, ert--set-difference-eq)
410 (ert--union, ert--gensym-counter, ert--gensym-counter)
411 (ert--coerce-to-vector, ert--remove*, ert--string-position)
412 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
413 (ert-make-test-unbound, ert--expand-should-1)
414 (ert--expand-should, ert--should-error-handle-error)
415 (should-error, ert--explain-equal-rec)
416 (ert--plist-difference-explanation, ert-select-tests)
417 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
418 Use cl-lib functions rather than reimplementations.
419
420 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
421
422 * net/tramp.el (tramp-methods): Extend docstring.
423 (tramp-connection-timeout): New defcustom.
424 (tramp-error-with-buffer): Reset timestamp only when appropriate.
425 (with-tramp-progress-reporter): Simplify.
426 (tramp-process-actions): Improve messages.
427
428 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
429 * net/tramp-sh.el (tramp-maybe-open-connection):
430 Use `tramp-connection-timeout'.
431 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
432 (Bug#14808)
433
434 2013-07-11 Leo Liu <sdl.web@gmail.com>
435
436 * ido.el (ido-read-file-name): Conform to the requirements of
437 read-file-name. (Bug#11861)
438 (ido-read-directory-name): Conform to the requirements of
439 read-directory-name.
440
441 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
442
443 * subr.el (delay-warning): New function.
444
445 2013-07-10 Eli Zaretskii <eliz@gnu.org>
446
447 * simple.el (default-line-height): New function.
448 (line-move-partial, line-move): Use it instead of computing the
449 line height inline.
450 (line-move-partial): Always compute ROWH. If the last line is
451 partially-visible, but its text is completely visible, allow
452 cursor to enter such a partially-visible line.
453
454 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
455
456 Improve error messages. (Bug#14808)
457
458 * net/tramp.el (tramp-current-connection): New defvar, moved from
459 tramp-sh.el.
460 (tramp-message-show-progress-reporter-message): Remove, not
461 needed anymore.
462 (tramp-error-with-buffer): Show message in minibuffer.
463 Discard input before waiting. Reset connection timestamp.
464 (with-tramp-progress-reporter): Improve messages.
465 (tramp-process-actions): Use progress reporter. Delete process in
466 case of error. Improve messages.
467
468 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
469 Call `tramp-error-with-buffer' with vector and buffer.
470 (tramp-current-connection): Remove.
471 (tramp-maybe-open-connection): The car of
472 `tramp-current-connection' are the first 3 slots of the vector.
473
474 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
475
476 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
477 inside continued strings.
478
479 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
480
481 Timestamp fixes for undo (Bug#14824).
482 * files.el (clear-visited-file-modtime): Move here from fileio.c.
483
484 2013-07-10 Leo Liu <sdl.web@gmail.com>
485
486 * files.el (require-final-newline): Allow safe local value.
487 (Bug#14834)
488
489 2013-07-09 Leo Liu <sdl.web@gmail.com>
490
491 * ido.el (ido-read-directory-name): Handle fallback.
492 (ido-read-file-name): Update DIR to ido-current-directory.
493 (Bug#1516)
494 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
495
496 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
497
498 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
499 "autoload". Remove "warn lower camel case" section, previously
500 commented out. Highlight negation char. Do not highlight the
501 target in singleton method definitions.
502
503 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
504
505 * faces.el (tty-setup-hook): Declare the hook.
506
507 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
508 and detect when a guard/pred depends on local vars (bug#14773).
509 (pcase--u1): Adjust caller.
510
511 2013-07-08 Eli Zaretskii <eliz@gnu.org>
512
513 * simple.el (line-move-partial, line-move): Account for
514 line-spacing.
515 (line-move-partial): Avoid setting vscroll when the last
516 partially-visible line in window is of default height.
517
518 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
519
520 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
521 been used a while.
522
523 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
524
525 * subr.el (read-quoted-char): Remove unused local variable `char'.
526
527 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
528
529 * ediff.el (ediff-version): Version update.
530 (ediff-files-command, ediff3-files-command, ediff-merge-command)
531 (ediff-merge-with-ancestor-command, ediff-directories-command)
532 (ediff-directories3-command, ediff-merge-directories-command)
533 (ediff-merge-directories-with-ancestor-command): New functions.
534 All are command-line interfaces to ediff: to facilitate calling
535 Emacs with the appropriate ediff functions invoked.
536
537 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
538 (viper-save-kill-buffer): Check if buffer is modified.
539
540 * viper.el (viper-version): Version update.
541 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
542
543 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
546 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
547 (viper-intercept-ESC-key): Simplify.
548 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
549 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
550 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
551 (viper-setup-ESC-to-escape): New functions.
552 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
553 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
554
555 2013-07-07 Eli Zaretskii <eliz@gnu.org>
556
557 * simple.el (default-font-height, window-screen-lines):
558 New functions.
559 (line-move, line-move-partial): Use them instead of
560 frame-char-height and window-text-height. This makes scrolling
561 text smoother when the buffer's default face uses a font that is
562 different from the frame's default font.
563
564 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
565
566 * files.el (write-file): Do not display confirm dialog for NS,
567 it does its own dialog, which can't be cancelled (Bug#14578).
568
569 2013-07-06 Eli Zaretskii <eliz@gnu.org>
570
571 * simple.el (line-move-partial): Adjust the row returned by
572 posn-at-point for the current window-vscroll. (Bug#14567)
573
574 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
575
576 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
577 (tramp-sh-file-inotifywait-process-filter): Handle file names with
578 spaces.
579
580 2013-07-06 Martin Rudalics <rudalics@gmx.at>
581
582 * window.el (window-state-put-stale-windows): New variable.
583 (window--state-put-2): Save list of windows without matching buffer.
584 (window-state-put): Remove "bufferless" windows if possible.
585
586 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
587
588 * simple.el (alternatives-define): Remove leftover :group keyword.
589 Tweak docstring.
590
591 2013-07-06 Leo Liu <sdl.web@gmail.com>
592
593 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
594 (ido-enable-virtual-buffers): New variable.
595 (ido-buffer-internal, ido-toggle-virtual-buffers)
596 (ido-make-buffer-list): Use it.
597 (ido-exhibit): Support turning on and off virtual buffers
598 automatically.
599
600 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
601
602 * simple.el (alternatives-define): New macro.
603
604 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
605
606 * subr.el (read-quoted-char): Use read-key.
607 (sit-for): Let read-event decode tty input (bug#14782).
608
609 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
610
611 * calendar/todo-mode.el: Add handling of file deletion, both by
612 mode command and externally. Fix various related bugs.
613 Clarify Commentary and improve some documentation strings and code.
614 (todo-delete-file): New command.
615 (todo-check-file): New function.
616 (todo-show): Handle external deletion of the file we're trying to
617 show (bug#14688). Replace called-interactively-p by an optional
618 prefix argument to avoid problematic interaction with catch form
619 when byte compiled (bug#14702).
620 (todo-quit): Handle external deletion of the archive's todo file.
621 Make sure the buffer that was visiting the archive file is still
622 live before trying to bury it.
623 (todo-category-completions): Handle external deletion of any
624 category completion files.
625 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
626 of todo files, in case of external deletion.
627 (todo-add-file): Replace unnecessary setq by let-binding.
628 (todo-find-archive): Check whether there are any archives.
629 Replace unnecessary setq by let-binding.
630 (todo-archive-done-item): Use find-file-noselect to get the
631 archive buffer whether or not the archive already exists.
632 Remove superfluous code. Use file size instead of buffer-file-name to
633 check if the archive is new; if it is, update list of archives.
634 (todo-default-todo-file): Allow nil to be a valid value for when
635 there are no todo files.
636 (todo-reevaluate-default-file-defcustom): Use corrected definition
637 of todo-default-todo-file.
638 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
639 (todo-delete-category, todo-show-categories-table)
640 (todo-category-number): Clarify comment.
641 (todo-filter-items): Clarify documentation string.
642 (todo-show-current-file, todo-display-as-todo-file)
643 (todo-reset-and-enable-done-separator): Tweak documentation string.
644 (todo-done-separator): Make separator length window-width, since
645 bug#2749 is now fixed.
646
647 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
648
649 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
650 Support both "gvfs-monitor-dir" and "inotifywait".
651 (tramp-sh-file-inotifywait-process-filter): Rename from
652 `tramp-sh-file-notify-process-filter'.
653 (tramp-sh-file-gvfs-monitor-dir-process-filter)
654 (tramp-get-remote-gvfs-monitor-dir): New defuns.
655
656 2013-07-05 Leo Liu <sdl.web@gmail.com>
657
658 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
659
660 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
661
662 * frame.el (display-pixel-height, display-pixel-width)
663 (display-mm-height, display-mm-width): Mention behavior on
664 multi-monitor setups in docstrings.
665 (w32-display-monitor-attributes-list): Declare function.
666 (display-monitor-attributes-list): Use it.
667
668 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
669
670 * filenotify.el: New package.
671
672 * autorevert.el (top): Require filenotify.el.
673 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
674 instead.
675 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
676 (auto-revert-notify-handler): Use `file-notify-*' functions.
677
678 * subr.el (file-notify-handle-event): Move function to filenotify.el.
679
680 * net/tramp.el (tramp-file-name-for-operation):
681 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
682
683 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
684 for `file-notify-add-watch' and `file-notify-rm-watch'.
685 (tramp-process-sentinel): Improve trace.
686 (tramp-sh-handle-file-notify-add-watch)
687 (tramp-sh-file-notify-process-filter)
688 (tramp-sh-handle-file-notify-rm-watch)
689 (tramp-get-remote-inotifywait): New defuns.
690
691 2013-07-03 Juri Linkov <juri@jurta.org>
692
693 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
694 call of `occur-read-primary-args' to interactive spec.
695
696 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
697 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
698
699 2013-07-03 Matthias Meulien <orontee@gmail.com>
700
701 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
702 `Buffer-menu-multi-occur'. Add it to the menu.
703 (Buffer-menu-mode): Document it in docstring.
704 (Buffer-menu-multi-occur): New command. (Bug#14673)
705
706 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
707
708 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
709 keywords and built-ins.
710
711 2013-07-03 Glenn Morris <rgm@gnu.org>
712
713 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
714
715 Make info-xref checks case-sensitive by default
716 * info.el (Info-find-node, Info-find-in-tag-table)
717 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
718 Add option for exact case matching of nodes.
719 * info-xref.el (info-xref): New custom group.
720 (info-xref-case-fold): New option.
721 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
722
723 2013-07-03 Leo Liu <sdl.web@gmail.com>
724
725 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
726
727 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
728
729 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
730 middle of block statement initially, lower the depth. Remove
731 FIXME comment, not longer valid. Remove middle of block statement
732 detection, no need to do that anymore since we've been using
733 `ruby-parse-region' here.
734
735 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
736
737 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
738
739 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
740
741 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
742
743 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
744
745 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
746 (desktop-restore-in-current-display): New customization option.
747 (desktop--excluded-frame-parameters): Add `font'.
748 (desktop--save-frames): Rename from desktop--save-windows.
749 (desktop--restore-in-this-display-p): New function.
750 (desktop--make-full-frame): Remove unwanted width/height from
751 full(width|height) frames.
752 (desktop--restore-frames): Rename from desktop--restore-windows.
753 Obey desktop-restore-current-display. Do not delete old frames or
754 select a new frame unless we were able to restore at least one frame.
755
756 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
757
758 * files.el (find-file-noselect): Simplify conditional expression.
759
760 * remember.el (remember-append-to-file):
761 Don't mix `find-buffer-visiting' and `get-file-buffer'.
762
763 Add `remember-notes' function to store random notes across Emacs
764 restarts.
765 * remember.el (remember-data-file): Add :set callback to affect
766 notes buffer (if any).
767 (remember-notes): New command.
768 (remember-notes-buffer-name, bury-remember-notes-on-kill):
769 New defcustoms for the `remember-notes' function.
770 (remember-notes-save-and-bury-buffer): New command.
771 (remember-notes-mode-map): New variable.
772 (remember-mode): New minor mode.
773 (remember-notes--kill-buffer-query): New function.
774 * startup.el (initial-buffer-choice): Add notes to custom type.
775
776 2013-06-30 Eli Zaretskii <eliz@gnu.org>
777
778 * bindings.el (right-char, left-char): Don't call sit-for, this is
779 no longer needed. Use arithmetic comparison only for numerical
780 arguments.
781
782 * international/mule-cmds.el (select-safe-coding-system):
783 Handle the case of FROM being a string correctly. (Bug#14755)
784
785 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
786
787 * net/shr.el (shr-make-table-1): Add a sanity check that allows
788 progression on degenerate tables.
789 (shr-rescale-image): ImageMagick animated images currently don't work.
790
791 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
792
793 Some fixes and improvements for desktop frame restoration.
794 It is still experimental and disabled by default.
795 * desktop.el (desktop--save-windows): Put the selected frame at
796 the head of the list.
797 (desktop--make-full-frame): New function.
798 (desktop--restore-windows): Try to re-select the frame that was
799 selected upon saving. Do not abort if some frames fail to restore,
800 just show an error message and continue. Set up maximized frames
801 so they have default non-maximized dimensions.
802
803 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
804
805 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
806 Don't start heredoc inside a string or comment.
807
808 2013-06-29 Eli Zaretskii <eliz@gnu.org>
809
810 * bindings.el (visual-order-cursor-movement): New defcustom.
811 (right-char, left-char): Provide visual-order cursor motion by
812 calling move-point-visually. Update the doc strings.
813
814 2013-06-28 Kenichi Handa <handa@gnu.org>
815
816 * international/mule.el (define-coding-system): New coding system
817 properties :inhibit-null-byte-detection,
818 :inhibit-iso-escape-detection, and :prefer-utf-8.
819 (set-buffer-file-coding-system): If :charset-list property of
820 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
821 appropriate for setting.
822
823 * international/mule-cmds.el (select-safe-coding-system):
824 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
825 multibyte characters, return utf-8 (or one of its siblings).
826
827 * international/mule-conf.el (prefer-utf-8): New coding system.
828 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
829 files.
830
831 2013-06-28 Ivan Kanis <ivan@kanis.fr>
832
833 * net/shr.el (shr-render-region): New function.
834
835 * net/eww.el: Autoload `eww-browse-url'.
836
837 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
838
839 * emacs-lisp/package-x.el (package-upload-buffer-internal):
840 Adapt to `package-desc-version' being a list.
841 Use `package--ac-desc-version' to retrieve version from a package
842 archive element.
843
844 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
845
846 New experimental feature to save&restore window and frame setup.
847 * desktop.el (desktop-save-windows): New defcustom.
848 (desktop--saved-states): New var.
849 (desktop--excluded-frame-parameters): New defconst.
850 (desktop--filter-frame-parms, desktop--find-frame-in-display)
851 (desktop--restore-windows, desktop--save-windows): New functions.
852 (desktop-save): Call `desktop--save-windows'.
853 (desktop-read): Call `desktop--restore-windows'.
854
855 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
856
857 * net/shr.el (add-face-text-property): Remove compat definition.
858
859 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
860
861 * info.el (Info-try-follow-nearest-node): Move search for footnote
862 above search for node name to prevent missing a footnote (bug#14717).
863
864 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
865
866 * obsolete/otodo-mode.el: Add obsolescence info to file header.
867
868 2013-06-27 Leo Liu <sdl.web@gmail.com>
869
870 * net/eww.el (eww-read-bookmarks): Check file size.
871
872 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
875 advice--pending if newdef is nil or an autoload (bug#13820).
876 (advice-mapc): New function.
877
878 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
879
880 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
881 probably.
882 (eww-mode-map): Add a menu bar.
883 (eww-add-bookmark): New command.
884 (eww-bookmark-mode): New mode and commands.
885 (eww-add-bookmark): Remove newlines from the title.
886 (eww-bookmark-browse): Don't bug out if it's the only window.
887
888 2013-06-26 Glenn Morris <rgm@gnu.org>
889
890 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
891 (hfy-size): Handle ttys. (Bug#14668)
892
893 * info-xref.el: Update for Texinfo 5 change in *note format.
894 (info-xref-node-re, info-xref-note-re): New constants.
895 (info-xref-check-buffer): Use info-xref-note-re.
896
897 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
900
901 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
902 nil terminate the loop (bug#14718).
903
904 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
905
906 * net/eww.el: Rework history traversal. When going forward/back,
907 put these actions into the history, too, so that they can be
908 replayed.
909 (eww-render): Move the history reset to the correct buffer.
910
911 2013-06-25 Juri Linkov <juri@jurta.org>
912
913 * files-x.el (modify-dir-local-variable): Change the header comment
914 in the file with directory local variables. (Bug#14692)
915
916 * files-x.el (read-file-local-variable-value): Add `default'.
917 (Bug#14710)
918
919 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
920
921 * net/eww.el (eww-make-unique-file-name): Create a unique file
922 name before saving to entering `y' accidentally asynchronously.
923
924 2013-06-25 Ivan Kanis <ivan@kanis.fr>
925
926 * net/eww.el (eww-download): New command and keystroke.
927
928 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
929
930 * net/eww.el (eww-copy-page-url): Change name of command.
931
932 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
933 be more consistent with Info and dired.
934
935 * net/eww.el (eww-mode-map): Ditto.
936
937 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
940 packages from archives.
941 (package-archive-contents): Change format; include obsolete packages.
942 (package-desc): Use `dir' to mark builtin packages.
943 (package--from-builtin): Set the `dir' field to `builtin'.
944 (generated-autoload-file, version-control): Declare.
945 (package-compute-transaction): Change first arg and return value to be
946 lists of package-descs. Adjust to new package-archive-contents format.
947 (package--add-to-archive-contents): Adjust to new
948 package-archive-contents format.
949 (package-download-transaction): Arg is now a list of package-descs.
950 (package-install): If `pkg' is a package name, pass it as
951 a requirement, so it is subject to the usual (e.g. disabled) checks.
952 (describe-package): Accept package-desc as well.
953 (describe-package-1): Describe a specific package-desc. Add links to
954 other package-descs for the same package name.
955 (package-menu-describe-package): Pass the actual package-desc.
956 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
957 works correctly.
958 (package-desc-status): New function.
959 (package-menu--refresh): New function, extracted
960 from package-menu--generate.
961 (package-menu--generate): Use it.
962 (package-delete): Update package-alist.
963 (package-menu-execute): Don't call package-initialize.
964
965 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
966 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
967 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
968 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
969 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
970 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
971
972 2013-06-25 Martin Rudalics <rudalics@gmx.at>
973
974 * window.el (window--state-get-1): Workaround for bug#14527.
975 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
976
977 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
978
979 * net/eww.el (eww-back-url): Implement the history by stashing all
980 the data into a list.
981 (eww-forward-url): Allow going forward in the history, too.
982
983 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
986 for values and use read--expression for expressions (bug#14710).
987 (read-file-local-variable): Avoid setq.
988 (read-file-local-variable-mode): Use minor-mode-list.
989
990 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
991
992 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
993 for DOI URLs.
994
995 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
996
997 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
998 Update imenu-support when dialect changes.
999
1000 2013-06-25 Leo Liu <sdl.web@gmail.com>
1001
1002 * ido.el (ido-read-internal): Allow forward slash on windows.
1003
1004 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1005
1006 * net/eww.el (eww): Start of strings is \\`, not ^.
1007
1008 2013-06-24 Ivan Kanis <ivan@kanis.fr>
1009
1010 * net/shr.el (shr-browse-url): Fix interactive spec.
1011
1012 * net/eww.el (eww): Add a trailing slash to domain names.
1013
1014 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
1015
1016 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
1017
1018 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1019
1020 * net/shr.el (shr-browse-url): Use an external browser if given a
1021 prefix.
1022
1023 * net/eww.el (eww-external-browser): Move to shr.
1024
1025 2013-06-24 Ivan Kanis <ivan@kanis.fr>
1026
1027 * net/eww.el (eww): Work more correctly for file: URLs.
1028 (eww-detect-charset): Allow quoted charsets.
1029 (eww-yank-page-url): New command and keystroke.
1030
1031 2013-06-24 Daiki Ueno <ueno@gnu.org>
1032
1033 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
1034 file name of gpg executable.
1035 (epg-context-program): New function.
1036 (epg-context-home-directory): New function.
1037 (epg-context-set-program): New function.
1038 (epg-context-set-home-directory): New function.
1039 (epg--start): Use `epg-context-program' instead of
1040 'epg-gpg-program'.
1041 (epg--list-keys-1): Likewise.
1042
1043 2013-06-24 Leo Liu <sdl.web@gmail.com>
1044
1045 * ido.el (ido-read-internal): Fix bug#14620.
1046
1047 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
1048
1049 * faces.el (face-documentation): Simplify.
1050 (read-face-attribute, tty-find-type, x-resolve-font-name):
1051 Use `string-match-p'.
1052 (list-faces-display): Use `string-match-p'. Simplify.
1053 (face-spec-recalc): Check face to avoid face alias loops.
1054 (read-color): Use `string-match-p' and non-capturing parenthesis.
1055
1056 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1057
1058 * net/shr.el (shr-rescale-image): Use the new
1059 :max-width/:max-height functionality.
1060
1061 2013-06-23 Ivan Kanis <ivan@kanis.fr>
1062
1063 * net/eww.el (eww-search-prefix): New variable.
1064 (eww): Use it.
1065 (eww-external-browser): New variable.
1066 (eww-mode-map): New keystroke.
1067 (eww-browse-with-external-browser): New command.
1068
1069 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
1070
1071 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
1072
1073 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
1074 Don't skip aligning the next header field when padding is 0;
1075 otherwise, field width is not respected unless the title is as
1076 wide as the field.
1077
1078 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1079
1080 * emacs-lisp/package.el (package-el-version): Remove.
1081 (package-process-define-package): Fix inf-loop.
1082 (package-install): Allow symbols as arguments again.
1083
1084 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
1085
1086 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
1087 add some more keyword-like methods.
1088 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
1089
1090 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
1091
1092 * bs.el (bs-buffer-show-mark): Make defvar-local.
1093 (bs-mode): Use setq-local.
1094
1095 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
1096 (emacs-lock--try-unlocking): Make defvar-local.
1097
1098 2013-06-22 Glenn Morris <rgm@gnu.org>
1099
1100 * play/cookie1.el (cookie-apropos): Minor simplification.
1101
1102 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
1103
1104 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
1105
1106 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
1107 `regexp-opt', it breaks the build during dumping.
1108
1109 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
1110
1111 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1112 Highlight keyword-like methods on Kernel and Module with
1113 font-lock-builtin-face.
1114 (auto-mode-alist): Consolidate different entries into one regexp
1115 and add more *file-s.
1116
1117 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
1118
1119 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
1120
1121 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
1122 (diary-entry): Use it in the action of this button type instead of
1123 diary-goto-entry.
1124
1125 * calendar/todo-mode.el: New version.
1126 (todo-add-category): Append new category to end of file and give
1127 it the highest number, instead of putting it at the beginning and
1128 giving it 0. Incorporate noninteractive functionality.
1129 (todo-forward-category): Adapt to 1-based category numbering.
1130 Allow skipping over archived categories.
1131 (todo-backward-category): Derive from todo-forward-category.
1132 (todo-backward-item, todo-forward-item): Make noninteractive and
1133 delegate interactive part to new commands. Make sensitive to done items.
1134 (todo-categories): Make value an alist of category names and
1135 vectors of item counts.
1136 (todo-category-beg): Make a defconst.
1137 (todo-category-number): Use 1 instead of 0 as initial value.
1138 (todo-category-select): Make sensitive to overlays, optional item
1139 highlighting and done items.
1140 (todo-delete-item): Make sensitive to overlays and marked and done items.
1141 (todo-edit-item): Make sensitive to overlays and editing of
1142 date/time header optional. Add format checks.
1143 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
1144 no-op if point is not on an item. Advertise using todo-edit-quit.
1145 (todo-edit-mode): Make sensitive to new format, font-locking, and
1146 multiple todo files.
1147 (todo-insert-item, todo-insert-item-here): Derive from
1148 todo-basic-insert-item and extend functionality.
1149 (todo-item-end, todo-item-start): Make sensitive to done items.
1150 (todo-item-string): Don't return text properties. Restore point.
1151 (todo-jump-to-category): Make sensitive to multiple todo files and
1152 todo archives. Use extended category completion.
1153 (todo-lower-item, todo-raise-item): Rename to *-priority and
1154 derive from todo-set-item-priority.
1155 (todo-mode): Derive from special-mode. Make sensitive to new
1156 format, font-locking and multiple todo files. Make read-only.
1157 (todo-mode-map): Don't suppress digit keys, so they can supply
1158 prefix arguments. Add many new key bindings.
1159 (todo-prefix): Insert as an overlay instead of file text.
1160 Change semantics from diary date expression to purely visual mark.
1161 (todo-print): Rename to todo-print-buffer. Make buffer display
1162 features printable. Remove option to restrict number of items
1163 printed. Add option to print to file.
1164 (todo-print-function): Rename to todo-print-buffer-function.
1165 (todo-quit): Extend to handle exiting new todo modes.
1166 (todo-remove-item): Make sensitive to overlays.
1167 (todo-save): Extend to buffers of filtered items.
1168 (todo-show): Make sensitive to done items, multiple todo files and
1169 new todo modes. Offer to convert legacy todo file before creating
1170 first new todo file.
1171 (todo-show-priorities): Rename to todo-top-priorities.
1172 Change semantics of value 0.
1173 (todo-top-priorities): Rename to todo-filter-top-priorities,
1174 derive from todo-filter-items and extend functionality.
1175 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
1176 and extend functionality to other types of filtered items.
1177 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
1178 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
1179 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
1180 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
1181 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
1182 (todo-edit-mode-hook, todo-entry-prefix-function)
1183 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
1184 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
1185 (todo-initials, todo-insert-threshold, todo-item-string-start)
1186 (todo-line-string, todo-menu, todo-mode-hook)
1187 (todo-more-important-p, todo-previous-answer, todo-previous-line)
1188 (todo-print-priorities, todo-remove-separator)
1189 (todo-save-top-priorities-too, todo-string-count-lines)
1190 (todo-string-multiline-p, todo-time-string-format)
1191 (todo-tmp-buffer-name): Remove.
1192 (todo-add-file, todo-archive-done-item, todo-choose-archive)
1193 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
1194 (todo-edit-category-diary-inclusion)
1195 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
1196 (todo-edit-file, todo-edit-item-date-day)
1197 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
1198 (todo-edit-item-date-month, todo-edit-item-date-to-today)
1199 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
1200 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
1201 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
1202 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
1203 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
1204 (todo-filter-top-priorities-multifile, todo-find-archive)
1205 (todo-find-filtered-items-file, todo-go-to-source-item)
1206 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
1207 (todo-jump-to-archive-category, todo-lower-category)
1208 (todo-mark-category, todo-marked-item-p, todo-merge-category)
1209 (todo-move-category, todo-move-item, todo-next-button)
1210 (todo-next-item, todo-padded-string, todo-powerset)
1211 (todo-previous-button, todo-previous-item)
1212 (todo-print-buffer-to-file, todo-raise-category)
1213 (todo-rename-category, todo-repair-categories-sexp, todo-search)
1214 (todo-set-category-number, todo-set-item-priority)
1215 (todo-set-top-priorities-in-category)
1216 (todo-set-top-priorities-in-file, todo-show-categories-table)
1217 (todo-sort-categories-alphabetically-or-numerically)
1218 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
1219 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
1220 (todo-toggle-item-header, todo-toggle-item-highlighting)
1221 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
1222 (todo-toggle-view-done-items, todo-toggle-view-done-only)
1223 (todo-unarchive-items, todo-unmark-category): New commands.
1224 (todo-absolute-file-name, todo-add-to-buffer-list)
1225 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
1226 (todo-basic-insert-item, todo-category-completions)
1227 (todo-category-number, todo-category-string-matcher-1)
1228 (todo-category-string-matcher-2, todo-check-filtered-items-file)
1229 (todo-check-format, todo-clear-matches)
1230 (todo-comment-string-matcher, todo-convert-legacy-date-time)
1231 (todo-current-category, todo-date-string-matcher)
1232 (todo-define-insertion-command, todo-diary-expired-matcher)
1233 (todo-diary-goto-entry, todo-diary-item-p)
1234 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
1235 (todo-display-categories, todo-display-sorted, todo-done-item-p)
1236 (todo-done-item-section-p, todo-done-separator)
1237 (todo-done-string-matcher, todo-files, todo-filter-items)
1238 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
1239 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
1240 (todo-insert-category-line, todo-insert-item-from-calendar)
1241 (todo-insert-sort-button, todo-insert-with-overlays)
1242 (todo-insertion-command-name, todo-insertion-key-bindings)
1243 (todo-label-to-key, todo-longest-category-name-length)
1244 (todo-make-categories-list, todo-mode-external-set)
1245 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
1246 (todo-modes-set-3, todo-multiple-filter-files)
1247 (todo-nondiary-marker-matcher, todo-prefix-overlays)
1248 (todo-read-category, todo-read-date, todo-read-dayname)
1249 (todo-read-file-name, todo-read-time)
1250 (todo-reevaluate-category-completions-files-defcustom)
1251 (todo-reevaluate-default-file-defcustom)
1252 (todo-reevaluate-filelist-defcustoms)
1253 (todo-reevaluate-filter-files-defcustom)
1254 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
1255 (todo-reset-done-separator, todo-reset-done-separator-string)
1256 (todo-reset-done-string, todo-reset-global-current-todo-file)
1257 (todo-reset-highlight-item, todo-reset-nondiary-marker)
1258 (todo-reset-prefix, todo-set-categories)
1259 (todo-set-date-from-calendar, todo-set-show-current-file)
1260 (todo-set-top-priorities, todo-short-file-name)
1261 (todo-show-current-file, todo-sort, todo-time-string-matcher)
1262 (todo-total-item-counts, todo-update-buffer-list)
1263 (todo-update-categories-display, todo-update-categories-sexp)
1264 (todo-update-count, todo-validate-name, todo-y-or-n-p):
1265 New functions.
1266 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
1267 New major modes.
1268 (todo-categories, todo-display, todo-edit, todo-faces)
1269 (todo-filtered): New defgroups.
1270 (todo-archived-only, todo-button, todo-category-string, todo-date)
1271 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
1272 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
1273 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
1274 (todo-add-item-if-new-category, todo-always-add-time-string)
1275 (todo-categories-align, todo-categories-archived-label)
1276 (todo-categories-category-label, todo-categories-diary-label)
1277 (todo-categories-done-label, todo-categories-number-separator)
1278 (todo-categories-todo-label, todo-categories-totals-label)
1279 (todo-category-completions-files, todo-completion-ignore-case)
1280 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
1281 (todo-done-separator-string, todo-done-string)
1282 (todo-files-function, todo-filter-done-items, todo-filter-files)
1283 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
1284 (todo-initial-category, todo-initial-file, todo-item-mark)
1285 (todo-legacy-date-time-regexp, todo-mode-line-function)
1286 (todo-nondiary-marker, todo-number-prefix)
1287 (todo-print-buffer-function, todo-show-current-file)
1288 (todo-show-done-only, todo-show-first, todo-show-with-done)
1289 (todo-skip-archived-categories, todo-top-priorities-overrides)
1290 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
1291 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
1292 New defcustoms.
1293 (todo-category-done, todo-date-pattern, todo-date-string-start)
1294 (todo-diary-items-buffer, todo-done-string-start)
1295 (todo-filtered-items-buffer, todo-item-start)
1296 (todo-month-abbrev-array, todo-month-name-array)
1297 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
1298 (todo-top-priorities-buffer): New defconsts.
1299 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
1300 (todo-categories-with-marks, todo-category-string-face)
1301 (todo-comment-face, todo-comment-string, todo-current-todo-file)
1302 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
1303 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
1304 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
1305 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
1306 (todo-font-lock-keywords, todo-global-current-todo-file)
1307 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
1308 (todo-insertion-commands-args)
1309 (todo-insertion-commands-args-genlist)
1310 (todo-insertion-commands-names, todo-insertion-map)
1311 (todo-key-bindings-t, todo-key-bindings-t+a)
1312 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
1313 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
1314 (todo-nondiary-face, todo-print-buffer, todo-time-face)
1315 (todo-visited): New variables.
1316
1317 2013-06-21 Glenn Morris <rgm@gnu.org>
1318
1319 * play/cookie1.el (cookie-apropos): Add optional display argument.
1320 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
1321 (psychoanalyze-pinhead): Use cookie-doctor.
1322
1323 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
1324
1325 * emacs-lisp/package.el (tar-get-file-descriptor)
1326 (tar--extract): Declare.
1327
1328 2013-06-21 Eduard Wiebe <usenet@pusto.de>
1329
1330 Extend flymake's warning predicate to be a function (bug#14217).
1331 * progmodes/flymake.el (flymake-warning-predicate): New.
1332 (flymake-parse-line): Use it.
1333 (flymake-warning-re): Make obsolete alias to
1334 `flymake-warning-predicate'.
1335
1336 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1337
1338 * emacs-lisp/package.el (package-alist): Include obsolete packages.
1339 (package-obsolete-list): Remove.
1340 (package-activate): Remove min-version argument. Add `force' argument.
1341 Adjust to new package-alist format.
1342 (package-mark-obsolete): Remove.
1343 (package-unpack): Force reload of the package's autoloads.
1344 (package-installed-p): Check builtins if the installed package is not
1345 recent enough.
1346 (package-initialize): Don't reset package-obsolete-list.
1347 Don't specify which package version to activate.
1348 (package-process-define-package, describe-package-1)
1349 (package-menu--generate): Adjust to new package-alist format.
1350
1351 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
1352
1353 * allout-widgets.el (allout-widgets-mode-off)
1354 (allout-widgets-mode-on, allout-widgets-pre-command-business)
1355 (allout-widgets-post-command-business)
1356 (allout-widgets-after-copy-or-kill-function)
1357 (allout-widgets-after-undo-function, allout-test-range-overlaps)
1358 (allout-decorate-item-and-context)
1359 (allout-graphics-modification-handler): Fix typos in docstrings.
1360 (allout-get-or-create-parent-widget): Use `looking-at-p'.
1361
1362 * cmuscheme.el (scheme-start-file): Doc fix.
1363 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
1364 (scheme-input-filter): Use `string-match-p'.
1365
1366 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
1367
1368 * dired-x.el: Use Dired consistently in docstrings.
1369
1370 * dired.el: Use Dired consistently in docstrings.
1371 (dired-readin, dired-mode): Use `setq-local'.
1372 (dired-switches-alist): Make defvar-local.
1373 (dired-buffers-for-dir): Use `zerop'.
1374 (dired-safe-switches-p, dired-switches-escape-p)
1375 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
1376 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
1377 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
1378 (dired-goto-next-nontrivial-file): Use `string-match-p'.
1379 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
1380 (dired-toggle-marks, dired-mark-files-containing-regexp)
1381 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
1382 (dired-flag-auto-save-files, dired-flag-backup-files):
1383 Use `looking-at-p'.
1384 (dired-mark-files-regexp, dired-build-subdir-alist):
1385 Use `string-match-p', `looking-at-p'.
1386
1387 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
1388 (direct-print-region-helper): Use `string-match-p'.
1389
1390 2013-06-21 Leo Liu <sdl.web@gmail.com>
1391
1392 * comint.el (comint-redirect-results-list-from-process):
1393 Fix infinite loop.
1394
1395 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1396
1397 * net/eww.el (eww-update-header-line-format): Quote % characters.
1398
1399 2013-06-21 Glenn Morris <rgm@gnu.org>
1400
1401 * play/cookie1.el (cookie): New custom group.
1402 (cookie-file): New option.
1403 (cookie-check-file): New function.
1404 (cookie): Make it interactive. Make start and end messages optional.
1405 Interactively, display the result. Default to cookie-file.
1406 (cookie-insert): Default to cookie-file.
1407 (cookie-snarf): Make start and end messages optional.
1408 Default to cookie-file. Use with-temp-buffer.
1409 (cookie-read): Rename from read-cookie.
1410 Make start and end messages optional. Default to cookie-file.
1411 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
1412 Do not autoload it.
1413 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
1414 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
1415
1416 2013-06-21 Leo Liu <sdl.web@gmail.com>
1417
1418 * progmodes/octave.el (octave-mode): Backward compatibility fix.
1419
1420 2013-06-21 Glenn Morris <rgm@gnu.org>
1421
1422 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
1423
1424 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1425 Daniel Hackney <dan@haxney.org>
1426
1427 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
1428 Consolidate the single-file vs tarball code.
1429 (package-desc-suffix): New function.
1430 (package-desc-full-name): Don't bother inlining it.
1431 (package-load-descriptor): Return the new package-desc.
1432 (package-mark-obsolete): Remove unused arg `package'.
1433 (package-unpack): Make it work for single files as well.
1434 Make it update package-alist.
1435 (package--make-autoloads-and-stuff): Rename from
1436 package--make-autoloads-and-compile. Don't compile any more.
1437 (package--compile): New function.
1438 (package-generate-description-file): New function, extracted from
1439 package-unpack-single.
1440 (package-unpack-single): Remove.
1441 (package--with-work-buffer): Add indentation and debugging info.
1442 (package-download-single): Remove.
1443 (package-install-from-archive): Rename from package-download-tar, make
1444 it take a pkg-desc, and make it work for single files as well.
1445 (package-download-transaction): Simplify.
1446 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
1447 external tar program.
1448 (package-install-from-buffer): Remove `pkg-desc' argument.
1449 Use package-tar-file-info for tar-mode buffers.
1450 (package-install-file): Simplify accordingly.
1451 (package-archive-base): Change to take a pkg-desc.
1452 * tar-mode.el (tar--check-descriptor): New function, extracted from
1453 tar-get-descriptor.
1454 (tar-get-descriptor): Use it.
1455 (tar-get-file-descriptor): New function.
1456 (tar--extract): New function, extracted from tar-extract.
1457 (tar--extract): Use it.
1458 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
1459 case the summary uses non-ascii. Adjust to new calling convention of
1460 package-tar-file-info.
1461
1462 2013-06-21 Leo Liu <sdl.web@gmail.com>
1463
1464 * comint.el (comint-redirect-results-list-from-process):
1465 Fix random delay. (Bug#14681)
1466
1467 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
1468
1469 * profiler.el (profiler-format-number): Use log, not log10.
1470
1471 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
1472
1473 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
1474
1475 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
1478 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
1479 yet available.
1480 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
1481 (AUTOGENEL): ... here.
1482 * emacs-lisp/cl-macs.el (cl--sublis): New function.
1483 (cl--defsubst-expand): Use it.
1484
1485 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1486
1487 * subr.el (log10): Move here from C code, and declare as obsolete.
1488 All uses of (log10 X) replaced with (log X 10).
1489
1490 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
1491
1492 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
1493 Declare with `defvar-local'.
1494 (tabulated-list-use-header-line, tabulated-list-entries)
1495 (tabulated-list-padding, tabulated-list-printer)
1496 (tabulated-list-sort-key): Declare with `defvar-local'.
1497 (tabulated-list-init-header, tabulated-list-print-fake-header):
1498 Use `setq-local'.
1499
1500 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
1501
1502 * arc-mode.el (archive-mode): Add `archive-write-file' to
1503 `write-contents-functions' also for remote files. (Bug#14652)
1504
1505 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
1506
1507 * cus-edit.el (custom-commands): Fix typos.
1508 (custom-display): Fix tooltip text.
1509 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
1510 Fix typos in docstrings.
1511 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
1512 (custom-unlispify-menu-entry, custom-magic-value-create)
1513 (custom-add-see-also, custom-group-value-create): Use ?\s.
1514 (custom-guess-type, customize-apropos, editable-field)
1515 (custom-face-value-create): Use `string-match-p'.
1516 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
1517
1518 * custom.el (custom-load-symbol): Use `string-match-p'.
1519
1520 * ansi-color.el: Convert to lexical binding.
1521 (ansi-colors): Fix URL.
1522 (ansi-color-context, ansi-color-context-region): Use defvar-local.
1523 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
1524 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
1525
1526 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1527
1528 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
1529
1530 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
1531
1532 2013-06-19 Tom Tromey <tromey@redhat.com>
1533
1534 * net/eww.el (eww-top-url): Remove.
1535 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1536 (eww-render): Set new variables. Don't set eww-top-url.
1537 (eww-handle-link): Handle "prev", "home", and "contents".
1538 Downcase the rel text.
1539 (eww-top-url): Choose best top URL.
1540
1541 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1542
1543 * net/eww.el: Rewrite to implement form elements "by hand" instead of
1544 relying in widget.el. Using widget.el leads to too many
1545 user interface inconsistencies.
1546 (eww-self-insert): Implement entering commands in text fields.
1547 (eww-process-text-input): New function to make text input field editing
1548 work.
1549 (eww-submit): Rewrite to use the new-style form methods.
1550 (eww-select-display): Display the correct selected item.
1551 (eww-change-select): Implement changing the select value.
1552 (eww-toggle-checkbox): Implement radio/checkboxes.
1553 (eww-update-field): Fix compilation error.
1554 (eww-tag-textarea): Implement <textarea>.
1555
1556 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
1557 we don't shadow mode-specific bindings.
1558
1559 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
1560 nothing to push.
1561
1562 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1563
1564 2013-06-19 Glenn Morris <rgm@gnu.org>
1565
1566 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
1567
1568 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
1569
1570 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
1571 not needed.
1572
1573 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
1574
1575 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1576
1577 * net/browse-url.el (browse-url-browser-function):
1578 `eww-browse-url' has the right calling signature, `eww' does not.
1579
1580 2013-06-19 Glenn Morris <rgm@gnu.org>
1581
1582 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1583 Only eval autoloaded macros.
1584 (byte-compile-autoload): Only give the macro warning for macros.
1585
1586 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
1587 (ps-underlined-faces): Declare.
1588
1589 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
1590 (speedbar-add-supported-extension): Declare.
1591
1592 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
1593 Don't include a date stamp in the header of the generated file;
1594 it leads to needless differences between output files.
1595
1596 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
1597
1598 * net/secrets.el (secrets-struct-secret-content-type):
1599 Replace check of introspection data by a test call of "CreateItem".
1600 Some servers do not offer introspection.
1601
1602 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1603
1604 * electric.el (electric-pair-mode): Improve interaction with
1605 electric-layout-mode.
1606 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
1607 (electric-pair-syntax): Use text-mode-syntax-table in comments
1608 and strings.
1609 (electric-pair--insert): New function.
1610 (electric-pair-post-self-insert-function): Use it and
1611 electric--after-char-pos.
1612
1613 2013-06-19 Leo Liu <sdl.web@gmail.com>
1614
1615 * progmodes/octave.el (octave-help): Fix regexp.
1616
1617 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1618
1619 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
1620 (shr-table-horizontal-line): Allow nil as a value, and change the
1621 default.
1622 (shr-insert-table-ruler): Respect the nil value.
1623
1624 2013-06-18 Tom Tromey <tromey@barimba>
1625
1626 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1627 New defvars.
1628 (eww-open-file): New defun.
1629 (eww-render): Initialize new variables.
1630 (eww-display-html): Handle "link" and "a".
1631 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1632 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
1633 (eww-back-url): Rename from eww-previous-url.
1634 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1635 New defuns.
1636
1637 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
1638
1639 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
1640 Distinguish ternary operator tokens from slash symbol and slash
1641 char literal.
1642
1643 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
1644
1645 Convert symbol prettification into minor mode and global minor mode.
1646
1647 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
1648 `prog-prettify-symbols', and make a local defvar instead of defcustom.
1649 (prettify-symbols--keywords): Rename from
1650 `prog-prettify-symbols-alist' and make a local defvar.
1651 (prettify-symbols--compose-symbol): Rename from
1652 `prog--prettify-font-lock-compose-symbol'.
1653 (prettify-symbols--make-keywords): Rename from
1654 `prog-prettify-font-lock-symbols-keywords' and simplify.
1655 (prog-prettify-install): Remove.
1656 (prettify-symbols-mode): New minor mode, based on
1657 `prog-prettify-install'.
1658 (turn-on-prettify-symbols-mode): New function.
1659 (global-prettify-symbols-mode): New globalized minor mode.
1660
1661 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1662 * progmodes/cfengine.el (cfengine3-mode):
1663 * progmodes/perl-mode.el (perl-mode): Don't call
1664 `prog-prettify-install'; set `prettify-symbols-alist' instead.
1665
1666 2013-06-18 Juri Linkov <juri@jurta.org>
1667
1668 * files-x.el (modify-file-local-variable-message): New function.
1669 (modify-file-local-variable)
1670 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
1671 and call `modify-file-local-variable-message' when it's non-nil.
1672 (add-file-local-variable, delete-file-local-variable)
1673 (add-file-local-variable-prop-line)
1674 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
1675 and use it. (Bug#9820)
1676
1677 2013-06-18 Juri Linkov <juri@jurta.org>
1678
1679 * emulation/vi.el (vi-shell-op):
1680 * emulation/vip.el (vip-execute-com, ex-command):
1681 * emulation/viper-cmd.el (viper-exec-bang):
1682 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
1683 the call of `shell-command-on-region'. (Bug#14637)
1684
1685 * simple.el (shell-command-on-region): Doc fix.
1686
1687 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1688
1689 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
1690 (bug#14633).
1691
1692 2013-06-18 Glenn Morris <rgm@gnu.org>
1693
1694 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
1695
1696 * newcomment.el (comment-search-forward, comment-search-backward):
1697 Doc fix. (Bug#14376)
1698
1699 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
1700
1701 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
1702 (buffer-face-mode-invoke): Doc fix.
1703
1704 2013-06-18 Matthias Meulien <orontee@gmail.com>
1705
1706 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
1707 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
1708
1709 2013-06-18 Glenn Morris <rgm@gnu.org>
1710
1711 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
1712 Replace obsolete function generic-make-keywords with its expansion.
1713
1714 * progmodes/python.el (ffap-alist): Declare.
1715
1716 * textmodes/reftex.el (bibtex-mode-map): Declare.
1717
1718 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1719
1720 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
1721 (package-unpack, package-unpack-single): Return the pkg-dir.
1722 (package-download-transaction): Use it to update package-alist.
1723
1724 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1725
1726 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
1727 possible choice.
1728
1729 2013-06-17 Juri Linkov <juri@jurta.org>
1730
1731 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
1732
1733 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
1734
1735 * emacs-lisp/package.el (package-load-descriptor):
1736 Remove `with-syntax-table' call, `read' doesn't need it.
1737 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
1738
1739 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
1740
1741 * startup.el (command-line): Expand package name returned by
1742 `package--description-file' (bug#14639).
1743
1744 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
1745
1746 * emacs-lisp/package.el (package-load-descriptor): Do not call
1747 `emacs-lisp-mode', just use its syntax table.
1748
1749 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
1750
1751 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
1752 `font-lock-extra-managed-props' if any prettifying keyword is added.
1753 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
1754 (prog-mode): Use `setq-local'.
1755
1756 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1757
1758 * international/characters.el (standard-case-table): Set syntax of ?»
1759 and ?« to punctuation.
1760
1761 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
1762
1763 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
1764 Save relevant match data before calling `syntax-ppss' (bug#14595).
1765
1766 2013-06-15 Juri Linkov <juri@jurta.org>
1767
1768 * files-x.el (modify-file-local-variable-prop-line): Add local
1769 variables to the end of the existing comment on the first line.
1770 Use `file-auto-mode-skip' to skip interpreter magic line,
1771 and also skip XML declaration.
1772
1773 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1774
1775 * startup.el (package--builtin-versions): New var.
1776 (package-subdirectory-regexp): Remove.
1777 (package--description-file): Hard code its value instead.
1778
1779 * emacs-lisp/package.el: Don't activate packages older than builtin.
1780 (package-obsolete-list): Rename from package-obsolete-alist, and make
1781 it into a simple list of package-desc.
1782 (package-strip-version): Remove.
1783 (package-built-in-p): Use package--builtin-versions.
1784 (package-mark-obsolete): Simplify.
1785 (package-process-define-package): Mark it obsolete if older than the
1786 builtin version.
1787 (package-handle-response): Use line-end-position.
1788 (package-read-archive-contents, package--download-one-archive):
1789 Simplify.
1790 (package--add-to-archive-contents): Skip if older than the builtin or
1791 installed version.
1792 (package-menu-describe-package): Fix last change.
1793 (package-list-unversioned): New var.
1794 (package-menu--generate): Use it.
1795
1796 * emacs-lisp/autoload.el: Manage package--builtin-versions.
1797 (autoload--insert-text, autoload--insert-cookie-text): New functions.
1798 (autoload-builtin-package-versions): New variable.
1799 (autoload-generate-file-autoloads): Use them.
1800 Remove the list of autoloaded functions/macros from the
1801 (autoload...) comments.
1802
1803 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
1804
1805 2013-06-15 Eli Zaretskii <eliz@gnu.org>
1806
1807 * simple.el (line-move-partial): Don't jump to the next screen
1808 line as soon as it becomes visible. Instead, continue enlarging
1809 the vscroll until the portion of a tall screen line that's left on
1810 display is about the height of the frame's default font.
1811 (Bug#14567)
1812
1813 2013-06-15 Glenn Morris <rgm@gnu.org>
1814
1815 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
1816 compilation-error-regexp-alist void, or local while let-bound.
1817
1818 * progmodes/make-mode.el (makefile-mode-syntax-table):
1819 Treat "=" as punctuation. (Bug#14614)
1820
1821 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
1822
1823 * help-fns.el (describe-variable):
1824 Add extra line for permanent-local variables.
1825
1826 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
1827
1828 * progmodes/scheme.el (scheme-font-lock-keywords-2):
1829 Add export, import, library. (Bug#9164)
1830 (library): Set indent function.
1831
1832 2013-06-14 Glenn Morris <rgm@gnu.org>
1833
1834 * term/xterm.el (xterm--query):
1835 Stop after first matching handler. (Bug#14615)
1836
1837 2013-06-14 Ivan Kanis <ivan@kanis.fr>
1838
1839 Add support for dired in saveplace.
1840 * dired.el (dired-initial-position-hook): New variable.
1841 (dired-initial-position): Call hook to place cursor position.
1842 * saveplace.el (save-place-to-alist): Add dired position.
1843 (save-place-dired-hook): New function.
1844
1845 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1846
1847 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
1848 through a symbol rather than letrec.
1849
1850 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
1851 (package-desc): Add `dir' field.
1852 (package-desc-full-name): New function.
1853 (package-load-descriptor): Combine the two arguments. Don't use `load'.
1854 (package-maybe-load-descriptor): Remove.
1855 (package-load-all-descriptors): Just call package-load-descriptor.
1856 (package--disabled-p): New function.
1857 (package-desc-vers, package-desc-doc): Remove aliases.
1858 (package--dir): Remove function.
1859 (package-activate): Check if a package is disabled.
1860 (package-process-define-package): New function, extracted from
1861 define-package.
1862 (define-package): Turn into a place holder.
1863 (package-unpack-single, package-tar-file-info):
1864 Use package--description-file.
1865 (package-compute-transaction): Use package--disabled-p.
1866 (package-download-transaction): Don't call
1867 package-maybe-load-descriptor since they're all loaded anyway.
1868 (package-install): Change argument to be a pkg-desc.
1869 (package-delete): Use a single pkg-desc argument.
1870 (describe-package-1): Use package-desc-dir instead of package--dir.
1871 Use package-desc property instead of package-symbol.
1872 (package-install-button-action): Adjust accordingly.
1873 (package--push): Rewrite.
1874 (package-menu--print-info): Adjust accordingly. Change the ID format
1875 to be a pkg-desc.
1876 (package-menu-describe-package, package-menu-get-status)
1877 (package-menu--find-upgrades, package-menu-mark-upgrades)
1878 (package-menu-execute, package-menu--name-predicate):
1879 Adjust accordingly.
1880 * startup.el (package--description-file): New function.
1881 (command-line): Use it.
1882 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1883 Use package-desc-version.
1884
1885 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
1886 (byte-compile-preprocess): Use it.
1887 (byte-compile-file-form-defalias): Try a bit harder to use macros we
1888 can't quite recognize.
1889 (byte-compile-add-to-list): Remove.
1890 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
1891 (cconv-closure-convert): Add assertion.
1892
1893 * emacs-lisp/map-ynp.el: Use lexical-binding.
1894 (map-y-or-n-p): Remove unused vars `tail' and `object'.
1895 Factor out some repeated code.
1896
1897 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1898
1899 * subr.el (with-eval-after-load): New macro.
1900 (eval-after-load): Allow form to be a function.
1901 take advantage of lexical-binding.
1902 (do-after-load-evaluation): Use dolist and adjust to new format.
1903 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
1904
1905 2013-06-13 Juri Linkov <juri@jurta.org>
1906
1907 * replace.el (perform-replace): Display "symbol " and other search
1908 modes from `isearch-message-prefix' in the *Help* buffer.
1909
1910 * isearch.el (isearch-query-replace): Add " symbol" and other
1911 possible search modes from `isearch-message-prefix' to the prompt.
1912 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
1913 when reading a regexp to collect.
1914
1915 2013-06-13 Juri Linkov <juri@jurta.org>
1916
1917 * isearch.el (word-search-regexp): Match whitespace if the search
1918 string begins or ends in whitespace. The LAX arg is applied to
1919 both ends of the search string. Use `regexp-quote' and explicit
1920 \< and \> instead of \b. Use \` and \' instead of ^ and $.
1921 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
1922 boundaries are replaced with symbol boundaries, and characters
1923 between symbols match non-word non-symbol syntax. (Bug#14602)
1924
1925 2013-06-13 Juri Linkov <juri@jurta.org>
1926
1927 * isearch.el (isearch-del-char): Don't exceed the length of
1928 `isearch-string' by the prefix arg. (Bug#14563)
1929
1930 2013-06-13 Juri Linkov <juri@jurta.org>
1931
1932 * isearch.el (isearch-yank-word, isearch-yank-line)
1933 (isearch-char-by-name, isearch-quote-char)
1934 (isearch-printing-char, isearch-process-search-char):
1935 Add optional count prefix arg. (Bug#14563)
1936
1937 * international/isearch-x.el
1938 (isearch-process-search-multibyte-characters):
1939 Add optional count prefix arg.
1940
1941 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1942
1943 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
1944 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
1945 lexical-binding.
1946
1947 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
1948
1949 * subr.el (set-temporary-overlay-map): Add on-exit argument.
1950
1951 2013-06-13 Glenn Morris <rgm@gnu.org>
1952
1953 * startup.el (tty-handle-args):
1954 Don't just discard "--" and anything after. (Bug#14608)
1955
1956 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
1957
1958 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
1959
1960 Implement changes in Secret Service API. Make it backward compatible.
1961 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
1962 (secrets-create-item): Use it. Prefix properties with interface.
1963
1964 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
1965
1966 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
1967 (term-emulate-terminal): Respect term-suppress-hard-newline.
1968
1969 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
1970
1971 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1972 Only remove a `thumb-file' overlay. (Bug#14548)
1973
1974 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
1975
1976 * mail/reporter.el (reporter-submit-bug-report):
1977 Handle missing package-name. (Bug#14600)
1978
1979 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1980
1981 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
1982 (reftex-citation-prompt, reftex-default-bibliography)
1983 (reftex-bib-or-thebib, reftex-get-bibfile-list)
1984 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1985 (reftex-bib-sort-author, reftex-bib-sort-year)
1986 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
1987 (reftex-extract-bib-entries-from-thebibliography)
1988 (reftex-get-bibkey-default, reftex-get-bib-names)
1989 (reftex-parse-bibtex-entry, reftex-get-bib-field)
1990 (reftex-format-bib-entry, reftex-parse-bibitem)
1991 (reftex-format-bibitem, reftex-do-citation)
1992 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
1993 (reftex-restrict-bib-matches, reftex-extract-bib-file)
1994 (reftex-insert-bib-matches, reftex-format-citation)
1995 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
1996 (reftex-create-bibtex-file): Add docstrings, mostly by converting
1997 existing comments into docstrings.
1998
1999 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
2000
2001 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
2002
2003 2013-06-12 Andreas Schwab <schwab@suse.de>
2004
2005 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
2006 for auto-save files.
2007
2008 2013-06-12 Glenn Morris <rgm@gnu.org>
2009
2010 * ido.el (ido-delete-ignored-files): Remove.
2011 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
2012 Go back to calling ido-ignore-item-p directly.
2013
2014 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
2015
2016 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
2017
2018 * ido.el (ido-delete-ignored-files): New function,
2019 split from ido-make-file-list-1.
2020 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
2021 (ido-make-file-list-1): Use ido-delete-ignored-files.
2022
2023 2013-06-12 Leo Liu <sdl.web@gmail.com>
2024
2025 * progmodes/octave.el (inferior-octave-startup)
2026 (inferior-octave-completion-table)
2027 (inferior-octave-track-window-width-change)
2028 (octave-eldoc-function-signatures, octave-help)
2029 (octave-find-definition): Use single quoted strings.
2030 (inferior-octave-startup-args): Change default value.
2031 (inferior-octave-startup): Do not hard code "-i" and
2032 "--no-line-editing".
2033 (inferior-octave-resync-dirs): Add optional arg NOERROR.
2034 (inferior-octave-directory-tracker): Use it.
2035 (octave-goto-function-definition): Robustify.
2036 (octave-help): Support highlighting operators in 'See also'.
2037 (octave-find-definition): Find subfunctions only in Octave mode.
2038
2039 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 * help-fns.el (help-fns--compiler-macro): If the handler function is
2042 named, then put a link to it.
2043 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
2044 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
2045 (cl-typep): Use it.
2046 (cl-eval-when): Simplify debug spec.
2047 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
2048 compiler-macro function instead of setting `compiler-macro-file'.
2049
2050 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
2051
2052 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
2053 * vc/vc-hooks.el (vc-stay-local): Doc fix.
2054
2055 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2056 Daniel Hackney <dan@haxney.org>
2057
2058 First part of Daniel Hackney's patch to package.el.
2059 * emacs-lisp/package.el: Use defstruct.
2060 (package-desc): New, main struct.
2061 (package--bi-desc, package--ac-desc): New structs, used to describe the
2062 format in external files.
2063 (package-desc-vers): Replace with package-desc-version accessor.
2064 (package-desc-doc): Replace with package-desc-summary accessor.
2065 (package-activate-1): Remove `package' arg since the pkg-vec now
2066 includes the name.
2067 (define-package): Use package-desc-from-define.
2068 (package-unpack-single): Change file-name arg to be a symbol.
2069 (package--add-to-archive-contents): Use package-desc-create and new
2070 accessor functions to package--ac-desc.
2071 (package-buffer-info, package-tar-file-info): Return a package-desc.
2072 (package-install-from-buffer): Remove `type' argument. Change pkg-info
2073 arg to be a package-desc.
2074 (package-install-file): Adjust accordingly. Use \' to match EOS.
2075 (package--from-builtin): New function.
2076 (describe-package-1, package-menu--generate): Use it.
2077 (package--make-autoloads-and-compile): Change name arg to be a symbol.
2078 (package-generate-autoloads): Idem and return the name of the file.
2079 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2080 Change pkg-info arg to be a package-desc.
2081 Use package-make-ac-desc.
2082 (package-upload-file): Use \' to match EOS.
2083 * finder.el (finder-compile-keywords): Use package-make-builtin.
2084
2085 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2086
2087 * vc/vc.el (vc-deduce-fileset): Change error message.
2088 (vc-read-backend): New function.
2089 (vc-next-action): Use it.
2090
2091 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
2092
2093 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
2094 (prolog-font-lock-keywords): Use regexp-opt instead.
2095 Don't manually highlight strings.
2096 (prolog-mode-variables): Simplify comment-start-skip.
2097 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
2098
2099 * emacs-lisp/generic.el (generic--normalise-comments)
2100 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
2101 (generic-mode-set-comments): Use them.
2102 (generic-bracket-support): Use setq-local.
2103 (generic-make-keywords-list): Declare obsolete.
2104
2105 2013-06-11 Glenn Morris <rgm@gnu.org>
2106
2107 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2108 Prettify after setting font-lock-defaults. (Bug#14574)
2109
2110 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
2111
2112 * replace.el (query-replace, occur-read-regexp-defaults-function)
2113 (replace-search):
2114 * subr.el (declare-function, number-sequence, local-set-key)
2115 (substitute-key-definition, locate-user-emacs-file)
2116 (with-silent-modifications, split-string, eval-after-load):
2117 Fix typos, remove unneeded backslashes and reflow some docstrings.
2118
2119 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2120
2121 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
2122 default for Elisp files.
2123
2124 2013-06-11 Glenn Morris <rgm@gnu.org>
2125
2126 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
2127 although define-derived-mode was doing this anyway. (Bug#14583)
2128
2129 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
2130
2131 * allout.el (allout-encryption-plaintext-sanitization-regexps):
2132 Fix make-variable-buffer-local call to refer to the correct variable.
2133
2134 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
2135
2136 * eshell/em-term.el (eshell-visual-commands)
2137 (eshell-visual-subcommands, eshell-visual-options):
2138 Add summary line to docstrings. Add cross-references.
2139
2140 2013-06-10 Glenn Morris <rgm@gnu.org>
2141
2142 * epa.el (epa-read-file-name): New function. (Bug#14510)
2143 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
2144
2145 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
2146
2147 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
2148 output redirection to be ignored with visual commands.
2149
2150 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
2151
2152 * eshell/em-term.el (eshell-visual-command-p): New function.
2153 (eshell-term-initialize): Move long lambda to separate function
2154 eshell-visual-command-p.
2155 * eshell/em-dirs.el (eshell-dirs-initialise):
2156 * eshell/em-script.el (eshell-script-initialize):
2157 Add missing #' to lambda.
2158
2159 2013-06-08 Leo Liu <sdl.web@gmail.com>
2160
2161 * progmodes/octave.el (octave-add-log-current-defun): New function.
2162 (octave-mode): Set add-log-current-defun-function.
2163 (octave-goto-function-definition): Do not move point if not found.
2164 (octave-find-definition): Enhance to try subfunctions first.
2165
2166 2013-06-08 Glenn Morris <rgm@gnu.org>
2167
2168 * emacs-lisp/bytecomp.el (byte-compile-char-before)
2169 (byte-compile-backward-char, byte-compile-backward-word):
2170 Improve previous change, to handle non-explicit nil.
2171
2172 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2173
2174 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
2175 (smie--opener/closer-at-point): New function.
2176 (smie--matching-block-data): Use it. Don't match from right after an
2177 opener or right before a closer. Obey smie-blink-matching-inners.
2178 Don't signal a mismatch for repeated inners like "switch..case..case".
2179
2180 2013-06-07 Leo Liu <sdl.web@gmail.com>
2181
2182 * progmodes/octave.el (octave-mode): Set comment-use-global-state
2183 to t. (Bug#14303)
2184 (octave-function-header-regexp): Fix. (Bug#14570)
2185 (octave-help-mode-finish-hook, octave-help-mode-finish):
2186 Remove. Just use temp-buffer-show-hook.
2187
2188 * newcomment.el (comment-search-backward): Revert last change.
2189 (Bug#14434)
2190
2191 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
2192
2193 2013-06-07 Eli Zaretskii <eliz@gnu.org>
2194
2195 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
2196 through xargs, to avoid failure due to MS-Windows limitations on
2197 command-line length.
2198
2199 2013-06-06 Glenn Morris <rgm@gnu.org>
2200
2201 * font-lock.el (lisp-font-lock-keywords-2):
2202 Treat user-error like error.
2203
2204 * emacs-lisp/bytecomp.el (byte-compile-char-before)
2205 (byte-compile-backward-char, byte-compile-backward-word):
2206 Handle explicit nil arguments. (Bug#14565)
2207
2208 2013-06-05 Alan Mackenzie <acm@muc.de>
2209
2210 * isearch.el (isearch-allow-prefix): New user option.
2211 (isearch-other-meta-char): Don't exit isearch when a prefix
2212 argument is typed whilst `isearch-allow-prefix' is non-nil.
2213 (Bug#9706)
2214
2215 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2216
2217 * autorevert.el (auto-revert-notify-handler): Use memq.
2218 Hide assertion failure.
2219
2220 * skeleton.el: Use cl-lib.
2221 (skeleton-further-elements): Use defvar-local.
2222 (skeleton-insert): Use cl-progv.
2223
2224 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
2225
2226 * progmodes/prog-mode.el (prog-prettify-symbols)
2227 (prog-prettify-install): Update docstrings.
2228
2229 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2230
2231 * simple.el: Move all the prog-mode code to prog-mode.el.
2232 * progmodes/prog-mode.el: New file.
2233 * loadup.el: Add prog-mode.el.
2234
2235 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
2236
2237 * simple.el (prog-prettify-symbols): Add version.
2238 (prog-prettify-install): Add convenience function to prettify symbols.
2239
2240 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
2241 (perl--augmented-font-lock-keywords-1)
2242 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
2243 variables and use it.
2244
2245 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
2246 (cfengine3-mode): Remove unneeded variable and use it.
2247
2248 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
2249 (lisp--augmented-font-lock-keywords-1)
2250 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
2251 Remove unneeded variables and use it.
2252
2253 2013-06-05 João Távora <joaotavora@gmail.com>
2254
2255 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
2256 to point when opening the connection. (Bug#14380)
2257
2258 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2259
2260 * subr.el (load-history-regexp, load-history-filename-element)
2261 (eval-after-load, after-load-functions, do-after-load-evaluation)
2262 (eval-next-after-load, display-delayed-warnings)
2263 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
2264 definition of save-match-data.
2265 (overriding-local-map): Remove accidental obsolescence declaration.
2266
2267 * emacs-lisp/edebug.el (edebug-result): Move before first use.
2268
2269 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
2270
2271 Generalize symbol prettify support to prog-mode and implement it
2272 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
2273 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
2274 (prog--prettify-font-lock-compose-symbol)
2275 (prog-prettify-font-lock-symbols-keywords): New variables and
2276 functions to support symbol prettification.
2277 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
2278 (lisp--augmented-font-lock-keywords-1)
2279 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
2280 (lisp--prettify-symbols-alist): Implement prettify of lambda.
2281 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
2282 (cfengine3--prettify-symbols-alist, cfengine3-mode):
2283 Implement prettify of -> => :: strings.
2284 * progmodes/perl-mode.el (perl-prettify-symbols)
2285 (perl--font-lock-compose-symbol)
2286 (perl--font-lock-symbols-keywords): Move to prog-mode.
2287 (perl--prettify-symbols-alist): Prettify -> => :: strings.
2288 (perl-font-lock-keywords-1)
2289 (perl-font-lock-keywords-2): Remove explicit prettify support.
2290 (perl--augmented-font-lock-keywords)
2291 (perl--augmented-font-lock-keywords-1)
2292 (perl--augmented-font-lock-keywords-2, perl-mode):
2293 Implement prettify support.
2294
2295 2013-06-05 Leo Liu <sdl.web@gmail.com>
2296
2297 Re-implement smie matching block highlight using
2298 show-paren-data-function. (Bug#14395)
2299 * emacs-lisp/smie.el (smie-matching-block-highlight)
2300 (smie--highlight-matching-block-overlay)
2301 (smie--highlight-matching-block-lastpos)
2302 (smie-highlight-matching-block)
2303 (smie-highlight-matching-block-mode): Remove.
2304 (smie--matching-block-data-cache): New variable.
2305 (smie--matching-block-data): New function.
2306 (smie-setup): Use smie--matching-block-data for
2307 show-paren-data-function.
2308
2309 * progmodes/octave.el (octave-mode-menu): Fix.
2310 (octave-find-definition): Skip garbage lines.
2311
2312 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2313
2314 Fix compilation error with simultaneous dynamic+lexical scoping.
2315 Add warning when a defvar appears after the first let-binding.
2316 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
2317 (byte-compile-close-variables): Initialize it.
2318 (byte-compile--declare-var): New function.
2319 (byte-compile-file-form-defvar)
2320 (byte-compile-file-form-define-abbrev-table)
2321 (byte-compile-file-form-custom-declare-variable): Use it.
2322 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
2323 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
2324 (byte-compile-bind): Handle dynamic bindings that shadow
2325 lexical bindings.
2326 (byte-compile-unbind): Make arg non-optional.
2327 (byte-compile-let): Simplify.
2328 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
2329 (cconv--analyse-function, cconv-analyse-form): Populate it.
2330 Protect byte-compile-bound-variables to limit the scope of defvars.
2331 (cconv-analyse-form): Add missing rule for (defvar <foo>).
2332 Remove unneeded rule for `declare'.
2333
2334 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
2335 so as to avoid depending on cl-adjoin at run-time.
2336 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
2337
2338 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
2339 (macroexp--warn-and-return): Use it.
2340
2341 2013-06-05 Leo Liu <sdl.web@gmail.com>
2342
2343 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
2344
2345 2013-06-04 Leo Liu <sdl.web@gmail.com>
2346
2347 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
2348 (compilation-auto-jump): Suppress the "Mark set" message to give
2349 way to exit message.
2350
2351 2013-06-04 Alan Mackenzie <acm@muc.de>
2352
2353 Remove faulty optimisation from indentation calculation.
2354 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
2355 search limit based on 2000 characters back from indent-point.
2356
2357 2013-06-03 Tassilo Horn <tsdh@gnu.org>
2358
2359 * eshell/em-term.el (cl-lib): Require `cl-lib'.
2360
2361 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2362
2363 * emacs-lisp/lisp.el: Use lexical-binding.
2364 (lisp--local-variables-1, lisp--local-variables): New functions.
2365 (lisp--local-variables-completion-table): New var.
2366 (lisp-completion-at-point): Use it complete let-bound vars.
2367
2368 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
2369 eagerly (bug#14422).
2370
2371 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
2372
2373 * autorevert.el (auto-revert-notify-enabled)
2374 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2375 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
2376 (auto-revert-notify-handler): Handle also gfilenotify.
2377
2378 * subr.el (file-notify-handle-event): New defun. Replacing ...
2379 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
2380 Remove.
2381
2382 2013-06-03 Juri Linkov <juri@jurta.org>
2383
2384 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
2385 `M-s h .'. (Bug#14427)
2386
2387 * hi-lock.el (highlight-symbol-at-point): New alias for the new
2388 command `hi-lock-face-symbol-at-point'.
2389 (hi-lock-face-symbol-at-point): New command.
2390 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
2391 (hi-lock-menu): Add `highlight-symbol-at-point'.
2392 (hi-lock-mode): Doc fix.
2393
2394 * isearch.el (isearch-forward-symbol-at-point): New command.
2395 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
2396 (isearch-highlight-regexp): Add a regexp which matches
2397 words/symbols for word/symbol mode.
2398
2399 * subr.el (find-tag-default-bounds): New function with the body
2400 mostly moved from `find-tag-default'.
2401 (find-tag-default): Move most code to `find-tag-default-bounds',
2402 call it and apply `buffer-substring-no-properties' afterwards.
2403
2404 2013-06-03 Tassilo Horn <tsdh@gnu.org>
2405
2406 * eshell/em-term.el (eshell-term-initialize):
2407 Use `cl-intersection' rather than `intersection'.
2408
2409 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
2410
2411 * vc/log-view.el: Doc fix.
2412 (log-view-mode-map): Copy keymap from `special-mode-map'.
2413
2414 2013-06-02 Eric Ludlam <zappo@gnu.org>
2415
2416 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
2417 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
2418 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
2419 (eieio-unbound, eieio-default-superclass)
2420 (eieio--define-field-accessors, method-static, method-before)
2421 (method-primary, method-after, method-num-lists)
2422 (method-generic-before, method-generic-primary)
2423 (method-generic-after, method-num-slots)
2424 (eieio-specialized-key-to-generic-key)
2425 (eieio--check-type, class-v, class-p)
2426 (eieio-class-name, define-obsolete-function-alias)
2427 (eieio-class-parents-fast, eieio-class-children-fast)
2428 (same-class-fast-p, class-constructor, generic-p)
2429 (generic-primary-only-p, generic-primary-only-one-p)
2430 (class-option-assoc, class-option, eieio-object-p)
2431 (class-abstract-p, class-method-invocation-order)
2432 (eieio-defclass-autoload-map, eieio-defclass-autoload)
2433 (eieio-class-un-autoload, eieio-defclass)
2434 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
2435 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
2436 (eieio--defgeneric-init-form, eieio-defgeneric-form)
2437 (eieio-defgeneric-reset-generic-form)
2438 (eieio-defgeneric-form-primary-only)
2439 (eieio-defgeneric-reset-generic-form-primary-only)
2440 (eieio-defgeneric-form-primary-only-one)
2441 (eieio-defgeneric-reset-generic-form-primary-only-one)
2442 (eieio-unbind-method-implementations)
2443 (eieio--defmethod, eieio--typep)
2444 (eieio-perform-slot-validation, eieio-validate-slot-value)
2445 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
2446 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
2447 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
2448 (eieio-slot-name-index, eieio-class-slot-name-index)
2449 (eieio-set-defaults, eieio-initarg-to-attribute)
2450 (eieio-attribute-to-initarg, eieio-c3-candidate)
2451 (eieio-c3-merge-lists, eieio-class-precedence-c3)
2452 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
2453 (eieio-class-precedence-list, eieio-generic-call-methodname)
2454 (eieio-generic-call-arglst, eieio-generic-call-key)
2455 (eieio-generic-call-next-method-list)
2456 (eieio-pre-method-execution-functions, eieio-generic-call)
2457 (eieio-generic-call-primary-only, eieiomt-method-list)
2458 (eieiomt-optimizing-obarray, eieiomt-install)
2459 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
2460 (eieio-generic-form, eieio-defmethod, make-obsolete)
2461 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
2462 (defclass): Remove `eval-and-compile' from macro.
2463 (call-next-method, shared-initialize): Instead of using
2464 `scoped-class' variable, use new eieio--scoped-class, and
2465 eieio--with-scoped-class.
2466 (initialize-instance): Rename local variable 'scoped-class' to
2467 'this-class' to remove ambiguitity from old global.
2468
2469 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
2470 eieio.el.
2471 (eieio--scoped-class-stack): New variable.
2472 (eieio--scoped-class): New fcn.
2473 (eieio--with-scoped-class): New scoping macro.
2474 (eieio-defclass): Use pushnew instead of add-to-list.
2475 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
2476 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
2477 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
2478 `scoped-class' variable, use new eieio--scoped-class, and
2479 eieio--with-scoped-class.
2480
2481 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
2482
2483 2013-06-02 Tassilo Horn <tsdh@gnu.org>
2484
2485 * eshell/esh-ext.el (eshell-external-command): Pass args to
2486 `eshell-find-interpreter'.
2487 (eshell-find-interpreter): Add new second parameter ARGS.
2488
2489 * eshell/em-script.el (eshell-script-initialize): Add second arg
2490 to the function added as MATCH to `eshell-interpreter-alist'.
2491
2492 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
2493 the function added as MATCH to `eshell-interpreter-alist'.
2494
2495 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
2496 (eshell-visual-options): New defcustom.
2497 (eshell-escape-control-x): Adapt docstring.
2498 (eshell-term-initialize): Test `eshell-visual-subcommands' and
2499 `eshell-visual-options' in addition to `eshell-visual-commands'.
2500 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
2501
2502 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
2503
2504 * progmodes/python.el (python-indent-block-enders): Add break,
2505 continue and raise keywords.
2506
2507 2013-06-01 Glenn Morris <rgm@gnu.org>
2508
2509 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
2510
2511 Plain (f)boundp silences compilation warnings since Emacs 22.1.
2512 * progmodes/cc-cmds.el (delete-forward-p):
2513 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
2514 * progmodes/cc-engine.el (buffer-syntactic-context):
2515 * progmodes/cc-fonts.el (face-property-instance):
2516 * progmodes/cc-mode.el (set-keymap-parents):
2517 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
2518 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
2519 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
2520 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
2521 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
2522
2523 * progmodes/cc-vars.el (other): Emacs has this widget since
2524 at least 21.1, so don't (re)define it.
2525
2526 * eshell/em-cmpl.el (eshell-cmpl-initialize):
2527 Replace the obsolete alias pcomplete-arg-quote-list.
2528
2529 2013-06-01 Leo Liu <sdl.web@gmail.com>
2530
2531 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
2532 punctuation syntax.
2533 (inferior-octave-minimal-columns)
2534 (inferior-octave-last-column-width): New variables.
2535 (inferior-octave-track-window-width-change): New function.
2536 (inferior-octave-mode): Adjust column width so that Octave output,
2537 for example from 'ls', can fit into the window nicely.
2538
2539 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
2540
2541 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
2542 Highlight expansions inside regexp literals.
2543
2544 2013-05-31 Glenn Morris <rgm@gnu.org>
2545
2546 * obsolete/sym-comp.el (symbol-complete):
2547 Replace obsolete completion-annotate-function.
2548
2549 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
2550
2551 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
2552
2553 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
2554 New function, checks if point is inside a literal that allows
2555 expression expansion.
2556 (ruby-syntax-propertize-expansion): Use it.
2557 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
2558 around the body.
2559
2560 2013-05-30 Juri Linkov <juri@jurta.org>
2561
2562 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
2563 to "\M-si".
2564 (isearch-invisible): New variable.
2565 (isearch-forward): Doc fix.
2566 (isearch-mode): Set `isearch-invisible'
2567 to the value of `search-invisible'.
2568 (isearch-toggle-case-fold): Doc fix.
2569 (isearch-toggle-invisible): New command.
2570 (isearch-query-replace): Let-bind `search-invisible'
2571 to the value of `isearch-invisible'.
2572 (isearch-search): Use `isearch-invisible' instead of
2573 `search-invisible'. Let-bind `search-invisible'
2574 to the value of `isearch-invisible'. (Bug#11378)
2575
2576 2013-05-30 Juri Linkov <juri@jurta.org>
2577
2578 * replace.el (perform-replace): Avoid `isearch-range-invisible'
2579 call when `query-flag' is nil and `search-invisible' is non-nil.
2580 (Bug#11746)
2581
2582 2013-05-30 Glenn Morris <rgm@gnu.org>
2583
2584 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
2585
2586 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
2587 (cc-require): Suppress spurious "noruntime" warnings.
2588 (cc-require-when-compile): Use fboundp, for sake of compiler.
2589
2590 * progmodes/cc-mode.el: Move load of cc-vars before that of
2591 cc-langs (which in turn loads cc-vars), to quieten compiler.
2592
2593 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2594
2595 * paren.el: Simplify the code.
2596 (show-paren-mode): Always start the timer.
2597 (show-paren--idle-timer): Rename from show-paren-idle-timer.
2598 (show-paren--overlay, show-paren--overlay-1): Rename from
2599 show-paren-overlay and show-paren-overlay-1, and initialize to an
2600 overlay rather than to nil.
2601 (show-paren-function): Misc cleanup and simplifications.
2602
2603 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2604
2605 * paren.el (show-paren-data-function): New hook.
2606 (show-paren--default): New function, extracted from show-paren-function.
2607 (show-paren-function): Use show-paren-data-function.
2608
2609 2013-05-30 Glenn Morris <rgm@gnu.org>
2610
2611 * ielm.el (ielm-map, ielm-complete-symbol):
2612 Use completion-at-point rather than obsolete functions.
2613 (inferior-emacs-lisp-mode): Doc fix.
2614 Set completion-at-point-functions, rather than
2615 comint-dynamic-complete-functions.
2616
2617 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
2618 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
2619 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
2620
2621 * image.el (image-animated-p): Tweak definition.
2622
2623 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
2624 (rlogin-process-connection-type): Tweak default. Add set-after.
2625 (rlogin-host): Doc fix.
2626 (rlogin): Tweak prompt.
2627 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
2628
2629 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
2630 * progmodes/tcl.el (inferior-tcl-mode-map):
2631 Use completion-at-point rather than obsolete alias.
2632
2633 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
2634
2635 * minibuffer.el (read-file-name-completion-ignore-case):
2636 Move before completion--in-region, for eager macro expansion.
2637
2638 2013-05-29 Juri Linkov <juri@jurta.org>
2639
2640 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
2641 for total count of matching lines. Add `global-matches' for total
2642 count of matches. Rename `matches' to `lines' for count of
2643 matching lines. Add `matches' for count of matches.
2644 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
2645 to `prev-line' for line number of prev match endpt.
2646 Increment `matches' for every match. Print the number of
2647 matching lines in the header.
2648 (occur-context-lines): Rename `lines' to `curr-line'.
2649 Rename `prev-lines' to `prev-line'. (Bug#14017)
2650
2651 2013-05-29 Juri Linkov <juri@jurta.org>
2652
2653 * replace.el (perform-replace): Add `skip-read-only-count',
2654 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
2655 Increment them for corresponding conditions and report the number
2656 of skipped occurrences in the final message. (Bug#11746)
2657 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2658 (replace-string, replace-regexp): Doc fix.
2659
2660 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2661
2662 * emacs-lisp/trace.el (trace--read-args): Provide a default.
2663
2664 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
2665 prog-mode-map (bug#14504).
2666
2667 2013-05-29 Leo Liu <sdl.web@gmail.com>
2668
2669 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
2670 (octave-help): Small simplification.
2671
2672 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
2673 off the highlight first.
2674
2675 2013-05-29 Glenn Morris <rgm@gnu.org>
2676
2677 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
2678 Handle idlwave-last-system-routine-info-cons-cell being nil.
2679
2680 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
2681 (idlwave-write-paths): Simplify via with-temp-buffer.
2682
2683 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
2684 * emulation/cua-rect.el: Also load cua-base at run time.
2685
2686 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
2687 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
2688 (cperl-imenu-on-info): Require imenu.
2689
2690 2013-05-28 Alan Mackenzie <acm@muc.de>
2691
2692 Handle "capitalised keywords" correctly.
2693 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
2694
2695 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
2696
2697 * eshell/em-unix.el: Add -r option to cp.
2698
2699 2013-05-28 Glenn Morris <rgm@gnu.org>
2700
2701 * vc/vc-arch.el (vc-exec-after): Declare.
2702 (vc-switches): Autoload.
2703 * vc/vc-bzr.el: No need to require vc when compiling.
2704 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
2705 (vc-resynch-buffer, vc-dir-refresh): Declare.
2706 (vc-setup-buffer, vc-switches): Autoload.
2707 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
2708 (vc-resynch-buffer): Declare.
2709 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
2710 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
2711 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
2712 (grep-read-regexp, grep-read-files, grep-expand-template)
2713 (vc-dir-refresh): Declare.
2714 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
2715 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
2716 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
2717 * vc/vc-mtn.el (vc-exec-after): Declare.
2718 (vc-switches): Autoload.
2719 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
2720 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
2721 (vc-file-tree-walk): Declare.
2722 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
2723 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
2724 (vc-tag-precondition, vc-rename-master): Autoload.
2725 * vc/vc-svn.el (vc-exec-after): Declare.
2726 (vc-switches, vc-setup-buffer): Autoload.
2727 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
2728 Autoload.
2729 (vc-resynch-buffer): Declare.
2730
2731 * obsolete/fast-lock.el (byte-compile-warnings):
2732 Don't warn about obsolete features in this obsolete file.
2733
2734 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
2735 Move definition before use.
2736
2737 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
2738 (dun-unix-verbs): Remove dun-zippy.
2739 (dun-zippy): Remove function.
2740
2741 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
2742
2743 2013-05-27 Juri Linkov <juri@jurta.org>
2744
2745 * replace.el (replace-search): New function with code moved out
2746 from `perform-replace'.
2747 (replace-highlight, replace-dehighlight): Move function definitions
2748 up closer to `replace-search'. (Bug#11746)
2749
2750 2013-05-27 Juri Linkov <juri@jurta.org>
2751
2752 * replace.el (perform-replace): Ignore invisible matches.
2753 In addition to checking `query-replace-skip-read-only', also
2754 filter out matches by calling `run-hook-with-args-until-failure'
2755 on `isearch-filter-predicates', and also check `search-invisible'
2756 for t or call `isearch-range-invisible'.
2757 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
2758
2759 2013-05-27 Juri Linkov <juri@jurta.org>
2760
2761 * isearch.el (isearch-filter-predicates): Rename from
2762 `isearch-filter-predicate'. Doc fix. (Bug#11378)
2763 (isearch-message-prefix): Display text from the property
2764 `isearch-message-prefix' of the currently active filters.
2765 (isearch-search): Don't compare `isearch-filter-predicate' with
2766 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
2767 on `isearch-filter-predicates'. Also check `search-invisible' for t
2768 or call `isearch-range-invisible'.
2769 (isearch-filter-visible): Make obsolete.
2770 (isearch-lazy-highlight-search):
2771 Call `run-hook-with-args-until-failure' on
2772 `isearch-filter-predicates' and use `isearch-range-invisible'.
2773
2774 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
2775 `isearch-filter-predicates' instead of `funcall'ing
2776 `isearch-filter-predicate'.
2777 (Info-mode): Set `Info-isearch-filter' to
2778 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
2779
2780 * dired-aux.el (dired-isearch-filter-predicate-orig):
2781 Remove variable.
2782 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
2783 (dired-isearch-filenames-end): Add and remove
2784 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
2785 instead of changing the value of `isearch-filter-predicate'.
2786 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
2787 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
2788 Put property `isearch-message-prefix' to "filename " on
2789 `dired-isearch-filter-filenames'.
2790
2791 * wdired.el (wdired-change-to-wdired-mode):
2792 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
2793 locally instead of changing `isearch-filter-predicate'.
2794 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
2795
2796 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
2797
2798 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
2799 return the commit hash (Bug#14459). Also set the
2800 `vc-git-detached' property.
2801 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
2802 (vc-git-mode-line-string): Use the same help-echo format whether
2803 in detached mode or not, because we know the actual revision now.
2804 When in detached mode, shorten the revision to 7 chars.
2805
2806 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2807
2808 * emacs-lisp/easy-mmode.el (define-minor-mode):
2809 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
2810 mode hook and provide a docstring.
2811
2812 2013-05-27 Alan Mackenzie <acm@muc.de>
2813
2814 Remove spurious syntax-table text properties inserted by C-y.
2815 * progmodes/cc-mode.el (c-after-change): Also clear hard
2816 syntax-table property with value nil.
2817
2818 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
2819
2820 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
2821 when reading the events; the buffer layout shall not be changed.
2822
2823 2013-05-27 Leo Liu <sdl.web@gmail.com>
2824
2825 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
2826 New variable.
2827 (inferior-octave-directory-tracker): Automatically re-sync
2828 default-directory.
2829 (octave-help): Improve handling of 'See also'.
2830
2831 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2832
2833 * doc-view.el: Minor naming convention tweaks.
2834 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
2835
2836 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
2837 even if there's no `display' property yet (bug#14435).
2838
2839 2013-05-25 Eli Zaretskii <eliz@gnu.org>
2840
2841 * subr.el (unmsys--file-name): Rename from reveal-filename.
2842
2843 * Makefile.in (custom-deps, finder-data, autoloads)
2844 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
2845 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
2846 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
2847
2848 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2849
2850 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
2851 error-completion on the first 2 args of condition-case (bug#14446).
2852 Don't burp at EOB.
2853
2854 2013-05-25 Leo Liu <sdl.web@gmail.com>
2855
2856 * comint.el (comint-previous-matching-input): Do not flood the
2857 *Messages* buffer with trivial messages.
2858
2859 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * progmodes/flymake.el (flymake-nop): Don't return a string.
2862 (flymake-set-at): Fix typo.
2863
2864 * simple.el (read--expression): New function, extracted from
2865 eval-expression. Set completion-at-point-functions (bug#14465).
2866 (eval-expression, eval-minibuffer): Use it.
2867
2868 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
2869
2870 * progmodes/flymake.el (flymake-save-buffer-in-file)
2871 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
2872 (flymake-selected-frame, flymake-log, flymake-ins-after)
2873 (flymake-set-at, flymake-get-buildfile-from-cache)
2874 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
2875 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
2876 Refine the doc string.
2877 (flymake-get-file-name-mode-and-masks): Reformat.
2878 (flymake-get-real-file-name-function): Fix a minor bug.
2879
2880 2013-05-24 Juri Linkov <juri@jurta.org>
2881
2882 * progmodes/grep.el (grep-mode-font-lock-keywords):
2883 Support =linenumber= format used by git-grep for lines with
2884 function names. (Bug#13549)
2885
2886 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2887
2888 * progmodes/octave.el (octave-smie-rules): Return nil rather than
2889 0 after a semi-colon; it works better for smie-auto-fill.
2890 (octave--indent-new-comment-line): New function.
2891 (octave-indent-new-comment-line): Use it (indirectly).
2892 (octave-mode): Don't disable smie-auto-fill. Use add-function to
2893 modify comment-line-break-function.
2894
2895 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
2896 (smie-setup): Use add-function to set it.
2897
2898 2013-05-24 Sam Steingold <sds@gnu.org>
2899
2900 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
2901 argument (before the `interactive' argument).
2902
2903 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2904
2905 * image-mode.el (image-mode-winprops): Add winprops to
2906 image-mode-winprops-alist before running
2907 image-mode-new-window-functions.
2908 * doc-view.el (doc-view-new-window-function): Don't delay
2909 doc-view-goto-page via timers (bug#14435).
2910
2911 2013-05-24 Tassilo Horn <tsdh@gnu.org>
2912
2913 * doc-view.el: Integrate with desktop.el. (Bug#14435)
2914 (doc-view-desktop-save-buffer): New function.
2915 (doc-view-restore-desktop-buffer): New function.
2916 (desktop-buffer-mode-handlers):
2917 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
2918 handler.
2919 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
2920 `desktop-save-buffer' function.
2921
2922 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
2923
2924 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
2925 (tramp-gvfs-file-name-handler): Raise a user error when
2926 `tramp-gvfs-enabled' is nil.
2927 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
2928 Do not raise a user error when loading package. (Bug#14447)
2929
2930 * net/xesam.el: Move to obsolete/.
2931
2932 2013-05-24 Glenn Morris <rgm@gnu.org>
2933
2934 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
2935
2936 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
2937
2938 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
2939 (Info-find-node, Man-getpage-in-background): Declare.
2940
2941 * mail/unrmail.el (unrmail):
2942 Replace obsolete detect-coding-with-priority.
2943
2944 * net/socks.el (socks-split-string): Use this rather than split-string.
2945 (socks-nslookup-host): Update for above change.
2946 (dynamic-choice, s5-dynamic-choice-match)
2947 (s5-dynamic-choice-match-inline, s5-widget-value-create):
2948 Comment out unused code.
2949
2950 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
2951 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
2952 (gud-tooltip-echo-area): Make obsolete.
2953 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
2954
2955 * progmodes/js.el (js--optimize-arglist): Declare.
2956
2957 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
2958
2959 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
2960 (ediff-window-C): Declare.
2961
2962 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
2963 Tweak requires to silence compiler.
2964
2965 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
2966 (he-search-string, he-tried-table, he-expand-list)
2967 (he-init-string, he-string-member, he-substitute-string)
2968 (he-reset-string): Declare.
2969
2970 * obsolete/options.el (list-options): Use custom-variable-p,
2971 rather than obsolete alias.
2972
2973 2013-05-23 Sam Steingold <sds@gnu.org>
2974
2975 * simple.el (shell-command-on-region): Pass the `replace' argument
2976 down to `call-process-region' to comply with the doc as reported on
2977 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
2978
2979 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2980
2981 * emacs-lisp/smie.el (smie-indent-forward-token)
2982 (smie-indent-backward-token): Handle string tokens (bug#14381).
2983
2984 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2985
2986 * ielm.el (ielm-menu): New menu.
2987 (inferior-emacs-lisp-mode): Set comment-start.
2988
2989 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2990
2991 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
2992 Fix deactivate action.
2993
2994 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
2995 Add cleveref macros.
2996
2997 * lisp/textmodes/reftex-parse.el
2998 (reftex-locate-bibliography-files): Accept options for
2999 bibliography commands.
3000 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
3001 Add addbibresource. Basic Biblatex support.
3002
3003 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
3004
3005 * net/tramp-gvfs.el (top):
3006 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
3007 when loading package. (Bug#14447)
3008
3009 2013-05-23 Glenn Morris <rgm@gnu.org>
3010
3011 * progmodes/js.el: No need to load comint when compiling.
3012 (ring-insert, comint-send-string, comint-send-input)
3013 (comint-last-input-end, ido-chop): Declare.
3014
3015 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
3016 * vc/ediff-mult.el: Adjust requires.
3017 (ediff-directories-internal, ediff-directory-revisions-internal)
3018 (ediff-patch-file-internal): Declare.
3019 * vc/ediff-ptch.el: Adjust requires.
3020 (ediff-use-last-dir, ediff-buffers-internal): Declare.
3021 (ediff-find-file): Autoload.
3022 * vc/ediff-util.el: No need to load ediff when compiling.
3023 (ediff-regions-internal): Declare.
3024 * vc/ediff-wind.el: Adjust requires.
3025 (ediff-compute-toolbar-width): Define when compiling.
3026 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
3027 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
3028 (dired-get-filename, dired-get-marked-files)
3029 (ediff-last-dir-patch, ediff-patch-default-directory)
3030 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
3031 (ediff-patch-buffer-internal): Declare.
3032
3033 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
3034 (ispell-process, ispell-buffer-local-words, lm-summary)
3035 (lm-section-start, lm-section-end): Declare.
3036 (checkdoc-ispell-init): Simplify.
3037
3038 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
3039 (he-string-member, he-reset-string, he-substitute-string): Declare.
3040
3041 * eshell/em-ls.el: Adjust requires.
3042 (eshell-glob-regexp): Declare.
3043 * eshell/em-tramp.el: Adjust requires.
3044 (eshell-parse-command): Autoload.
3045 * eshell/em-xtra.el: Adjust requires.
3046 (eshell-parse-command): Autoload.
3047 * eshell/esh-ext.el: Adjust requires.
3048 (eshell-parse-command, eshell-close-handles): Autoload.
3049 * eshell/esh-io.el: Adjust requires.
3050 (eshell-output-filter): Autoload.
3051 * eshell/esh-util.el: No need to load tramp when compiling.
3052 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
3053 Declare.
3054 (eshell-parse-ange-ls): Require ange-ftp and tramp.
3055 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3056 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
3057 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
3058 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
3059 * eshell/esh-opt.el, eshell/esh-proc.el:
3060 * eshell/esh-var.el: Adjust requires.
3061 * eshell/eshell.el: Do not require esh-util twice.
3062 (eshell-add-input-to-history): Declare.
3063 (eshell-command): Check history module is active before using it.
3064
3065 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
3066
3067 2013-05-22 Leo Liu <sdl.web@gmail.com>
3068
3069 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
3070
3071 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
3072
3073 * autorevert.el (auto-revert-notify-add-watch)
3074 (auto-revert-notify-handler): Add `attrib' for the inotify case,
3075 it indicates changes in file modification time.
3076
3077 2013-05-22 Glenn Morris <rgm@gnu.org>
3078
3079 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
3080 Always delete the autoloaded function from the noruntime and
3081 unresolved functions lists.
3082
3083 * allout.el: No need to load epa, epg, overlay when compiling.
3084 (epg-context-set-passphrase-callback, epg-list-keys)
3085 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
3086 (epg-key-user-id-list): Declare.
3087
3088 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
3089 (viper-set-parsing-style-toggling-macro)
3090 (viper-set-emacs-state-searchstyle-macros):
3091 Use called-interactively-p on Emacs.
3092 (viper-looking-back): Make it an obsolete alias. Update callers.
3093 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
3094 Use looking-back rather than viper-looking-back.
3095 (viper-tmp-insert-at-eob, viper-enlarge-region)
3096 (viper-read-string-with-history, viper-register-to-point)
3097 (viper-append-to-register, viper-change-state-to-vi)
3098 (viper-backward-char-carefully, viper-forward-char-carefully)
3099 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
3100 (viper-change-state-to-emacs): Declare.
3101 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
3102 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
3103 * emulation/viper-mous.el: Do not load viper-cmd.
3104 (viper-backward-char-carefully, viper-forward-char-carefully)
3105 (viper-forward-word, viper-adjust-window): Declare.
3106
3107 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
3108
3109 * progmodes/idlw-help.el (idlwave-help-fontify):
3110 Use called-interactively-p.
3111
3112 * term/w32console.el (w32-get-console-codepage)
3113 (w32-get-console-output-codepage): Declare.
3114
3115 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
3116 Remove unnecessary declarations.
3117 (dframe-message): Doc fix.
3118
3119 * info.el (dframe-select-attached-frame, dframe-current-frame):
3120 Declare.
3121
3122 * speedbar.el (speedbar-message): Make it an obsolete alias.
3123 Update all callers.
3124 (speedbar-with-attached-buffer)
3125 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
3126 (speedbar-with-writable): Use backquote.
3127 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
3128 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
3129 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
3130 rather than speedbar- aliases.
3131 * mail/rmail.el: Load dframe rather than speedbar when compiling.
3132 (speedbar-make-specialized-keymap, speedbar-insert-button)
3133 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
3134 (speedbar-do-function-pointer): Declare.
3135 (rmail-speedbar-button, rmail-speedbar-find-file)
3136 (rmail-speedbar-move-message):
3137 Use dframe-with-attached-buffer rather than speedbar- alias.
3138 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
3139 (dframe-message, speedbar-make-specialized-keymap)
3140 (speedbar-add-expansion-list, speedbar-mode-functions-list)
3141 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
3142 (speedbar-insert-button, dframe-select-attached-frame)
3143 (dframe-maybee-jump-to-attached-frame)
3144 (speedbar-change-initial-expansion-list)
3145 (speedbar-previously-used-expansion-list-name): Declare.
3146 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
3147 Use dframe-message, dframe-with-attached-buffer rather than
3148 speedbar- aliases.
3149 (gud-sentinel): Silence compiler.
3150 * progmodes/vhdl-mode.el (speedbar-refresh)
3151 (speedbar-do-function-pointer, speedbar-add-supported-extension)
3152 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
3153 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
3154 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
3155 (speedbar-file-lists, speedbar-make-tag-line)
3156 (speedbar-line-directory, speedbar-goto-this-file)
3157 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
3158 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
3159 (speedbar-make-button, speedbar-reset-scanners)
3160 (speedbar-files-item-info, speedbar-line-text)
3161 (speedbar-find-file-in-frame, speedbar-set-timer)
3162 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
3163 (speedbar-with-writable): Do not (re)define it.
3164 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
3165 rather than speedbar- alias.
3166
3167 2013-05-21 Leo Liu <sdl.web@gmail.com>
3168
3169 * progmodes/octave.el (octave-mode-menu): Update and re-organize
3170 menu items.
3171 (octave-mode): Tweak fill-nobreak-predicate.
3172 (inferior-octave-startup): Check process to avoid infinite loop.
3173 (inferior-octave): Pop to buffer first to show abornmal process
3174 exit information.
3175
3176 2013-05-21 Glenn Morris <rgm@gnu.org>
3177
3178 * printing.el (pr-menu-bar): Define when compiling.
3179
3180 2013-05-21 Leo Liu <sdl.web@gmail.com>
3181
3182 * progmodes/octave.el (octave-auto-fill): Remove.
3183 (octave-indent-new-comment-line): Improve.
3184 (octave-mode): Use auto fill mode through
3185 comment-line-break-function and fill-nobreak-predicate.
3186 (octave-goto-function-definition): Support DEFUN_DLD.
3187 (octave-beginning-of-defun): Small tweak.
3188 (octave-help): Show parent directory.
3189
3190 2013-05-21 Glenn Morris <rgm@gnu.org>
3191
3192 * files.el (dired-unmark):
3193 * progmodes/gud.el (gdb-input): Update declarations.
3194
3195 * calculator.el (electric, ehelp): No need to load when compiling.
3196 (Electric-command-loop, electric-describe-mode): Declare.
3197
3198 * doc-view.el (doc-view-current-converter-processes): Move before use.
3199
3200 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3201 Move MODE-set-explicitly definition before use.
3202
3203 * international/mule-diag.el (mule-diag):
3204 Don't use obsolete window-system-version.
3205
3206 * mail/feedmail.el (smtpmail): No need to load when compiling.
3207 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
3208
3209 * mail/mail-utils.el (rfc822): No need to load when compiling.
3210 (rfc822-addresses): Autoload it.
3211 (mail-strip-quoted-names): Trivial simplification.
3212
3213 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
3214 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
3215
3216 * net/snmp-mode.el (tempo): Don't duplicate requires.
3217
3218 * progmodes/prolog.el (info): No need to load when compiling.
3219 (comint): Require before shell requires it.
3220 (Info-goto-node): Autoload it.
3221 (Info-follow-nearest-node): Declare.
3222 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
3223
3224 * textmodes/artist.el (picture-mode-exit): Declare.
3225
3226 * textmodes/reftex-parse.el (reftex-parse-from-file):
3227 Trivial rewrite so the compiler can parse it better.
3228
3229 2013-05-20 Leo Liu <sdl.web@gmail.com>
3230
3231 * progmodes/octave.el (octave-help-mode-map)
3232 (octave-help-mode-finish-hook): New variables.
3233 (octave-help-mode, octave-help-mode-finish): New functions.
3234 (octave-help): Use octave-help-mode.
3235
3236 2013-05-20 Glenn Morris <rgm@gnu.org>
3237
3238 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
3239
3240 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
3241
3242 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
3243 start at point, so that expansion starting right after opening
3244 slash in a regexp is recognized.
3245 (ruby-syntax-before-regexp-re): New defvar, extracted from
3246 ruby-syntax-propertize-function. Since the value of this regexp
3247 is looked up at runtime now, we should be able to turn
3248 `ruby-syntax-methods-before-regexp' into a defcustom later.
3249 (ruby-syntax-propertize-function): Split regexp matching into two
3250 parts, for opening and closing slashes. That allows us to skip
3251 over string interpolations and support multiline regexps.
3252 Don't call `ruby-syntax-propertize-expansions', instead use another rule
3253 for them, which calls `ruby-syntax-propertize-expansion'.
3254 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
3255 call to `ruby-syntax-propertize-function'.
3256 (ruby-syntax-propertize-expansion): Extracted from
3257 `ruby-syntax-propertize-expansions'. Handles one expansion.
3258 (ruby-syntax-propertize-percent-literal): Leave point right after
3259 the percent symbol, so that the expression expansion rule can
3260 propertize the contents.
3261 (ruby-syntax-propertize-heredoc): Leave point at bol following the
3262 heredoc openers.
3263 (ruby-syntax-propertize-expansions): Remove.
3264
3265 2013-05-18 Juri Linkov <juri@jurta.org>
3266
3267 * man.el (Man-default-man-entry): Remove `-' from the end
3268 of the default value. (Bug#14400)
3269
3270 2013-05-18 Glenn Morris <rgm@gnu.org>
3271
3272 * comint.el (comint-password-prompt-regexp):
3273 Allow "password for XXX" where XXX contains colons (eg https://...).
3274
3275 2013-05-18 Leo Liu <sdl.web@gmail.com>
3276
3277 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
3278 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
3279 (octave-source-directories): Don't check process.
3280 (octave-source-directories, octave-find-definition): Doc fix.
3281
3282 2013-05-18 Glenn Morris <rgm@gnu.org>
3283
3284 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
3285 Remove backspace/delete bindings. (Bug#14392)
3286
3287 * cus-dep.el (custom-make-dependencies): Sort the output.
3288 (custom-versions-load-alist): Convert comment to doc.
3289
3290 2013-05-17 Leo Liu <sdl.web@gmail.com>
3291
3292 * newcomment.el (comment-search-backward): Stricter in finding
3293 comment start. (Bug#14303)
3294
3295 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
3296 (octave-comment-start-skip): Properly anchored.
3297
3298 2013-05-17 Leo Liu <sdl.web@gmail.com>
3299
3300 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
3301 Clean up when turned off. (Bug#14395)
3302 (smie--highlight-matching-block-overlay): No longer buffer-local.
3303 (smie-highlight-matching-block): Adjust.
3304
3305 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
3306
3307 Doc string fix for "nanoseconds" (Bug#14406).
3308 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
3309 Fix doc string typo that had "nanoseconds" instead of "microseconds".
3310
3311 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
3312
3313 * calc/calc-units.el (math-extract-units): Preserve powers
3314 of units.
3315
3316 2013-05-17 Leo Liu <sdl.web@gmail.com>
3317
3318 * subr.el (delete-consecutive-dups): New function.
3319 * ido.el (ido-set-matches-1): Use it.
3320 * progmodes/octave.el (inferior-octave-completion-table): Use it.
3321 * ido.el (ido-remove-consecutive-dups): Remove.
3322
3323 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3324
3325 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
3326 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
3327 regexp-opt's `words'.
3328
3329 2013-05-16 Leo Liu <sdl.web@gmail.com>
3330
3331 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
3332 (smie--highlight-matching-block-overlay)
3333 (smie--highlight-matching-block-lastpos)
3334 (smie--highlight-matching-block-timer): New variables.
3335 (smie-highlight-matching-block): New function.
3336 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
3337 (smie-setup): Conditionally enable smie-blink-matching-open.
3338
3339 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
3340
3341 Sync with upstream verilog-mode r840.
3342 * progmodes/verilog-mode.el (verilog-mode-version)
3343 (verilog-mode-release-date): Update.
3344 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
3345 (verilog-sig-tieoff): Fix string error on
3346 AUTORESET with colon define, bug594. Reported by Andrew Hou.
3347 (verilog-read-decls): Fix parameters confusing
3348 AUTOINST interfaces, bug565. Reported by Leith Johnson.
3349
3350 2013-05-16 Eli Zaretskii <eliz@gnu.org>
3351
3352 * subr.el (reveal-filename): New function.
3353
3354 * loadup.el: Compute Emacs executable versions on MS-Windows,
3355 where executables have the .exe extension. Add a hard link
3356 emacs-XX.YY.ZZ.exe on MS-Windows.
3357
3358 * Makefile.in (XARGS_LIMIT): New variable.
3359 (custom-deps, finder-data, autoloads)
3360 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
3361 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
3362 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
3363 (compile-main): Limit xargs according to $(XARGS_LIMIT).
3364
3365 2013-05-16 Leo Liu <sdl.web@gmail.com>
3366
3367 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
3368 (octave-mode-menu, octave-mode-map): Remove its uses.
3369
3370 2013-05-16 Reto Zimmermann <reto@gnu.org>
3371
3372 Sync with upstream vhdl mode v3.34.2.
3373 * progmodes/vhdl-mode.el: Use `push' throughout.
3374 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
3375 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
3376 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
3377 (vhdl-actual-generic-name): New option to derive actual generic name.
3378 (vhdl-port-paste-signals): Replace formal by actual generics.
3379 (vhdl-beautify): New name for old group vhdl-align. Update users.
3380 (vhdl-beautify-options): New option.
3381 (vhdl-last-input-event): New compat alias. Use throughout.
3382 (vhdl-goto-line): Replace user level function `goto-line'.
3383 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
3384 vhdl-fix-statement-buffer.
3385 (vhdl-create-mode-menu): Add some entries.
3386 (vhdl-align-region-groups): Respect vhdl-beautify-options.
3387 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
3388 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
3389 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
3390 to force statements on one line.
3391 (vhdl-remove-trailing-spaces-region):
3392 New, split from vhdl-remove-trailing-spaces.
3393 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
3394 Respect vhdl-beautify-options.
3395 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
3396 (vhdl-update-sensitivity-list): Not add with index if exists without.
3397 Not include array index with signal. Ignore keywords in comments.
3398 (vhdl-get-visible-signals): Regexp tweaks.
3399 (vhdl-template-component-inst): Handle empty library.
3400 (vhdl-template-type): Add template for 'enum' type.
3401 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
3402 Use vhdl-replace-string.
3403 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
3404 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
3405 (vhdl-speedbar-initialize): Update for above name change.
3406 (vhdl-compose-wire-components): Fix in handling of constants.
3407 (vhdl-error-regexp-emacs-alist): New variable.
3408 (vhdl-error-regexp-add-emacs): New function;
3409 adds support for new compile.el (Emacs 22+)
3410 (vhdl-generate-makefile-1): Change target order for single lib. units.
3411 Allow use of absolute file names.
3412
3413 2013-05-16 Leo Liu <sdl.web@gmail.com>
3414
3415 * simple.el (prog-indent-sexp): Indent enclosing defun.
3416
3417 2013-05-15 Glenn Morris <rgm@gnu.org>
3418
3419 * cus-start.el (show-trailing-whitespace): Move to editing basics.
3420 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
3421 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
3422 (whitespace-highlight): Move to whitespace group.
3423
3424 * comint.el (comint-source):
3425 * pcmpl-linux.el (pcmpl-linux):
3426 * shell.el (shell-faces):
3427 * eshell/esh-opt.el (eshell-opt):
3428 * international/ccl.el (ccl): Remove empty custom groups.
3429
3430 * completion.el (dynamic-completion-mode):
3431 * jit-lock.el (jit-lock-debug-mode):
3432 * minibuffer.el (completion-in-region-mode):
3433 * type-break.el (type-break-mode-line-message-mode)
3434 (type-break-query-mode):
3435 * emulation/tpu-edt.el (tpu-edt-mode):
3436 * progmodes/subword.el (global-subword-mode, global-superword-mode):
3437 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3438 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
3439
3440 * term/xterm.el (xterm): Change parent group to terminals.
3441
3442 * master.el (master): Remove empty custom group.
3443 (master-mode): Remove unused :group argument.
3444 * textmodes/refill.el (refill): Remove empty custom group.
3445 (refill-mode): Remove unused :group argument.
3446
3447 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
3448
3449 * cus-dep.el: Provide a feature.
3450 (custom-make-dependencies): Ignore dotfiles (dir-locals).
3451 Don't mistakenly ignore files whose basenames match a basename
3452 from preloaded-file-list (eg cedet/ede/simple.el).
3453 Add a fallback method for getting :group.
3454
3455 2013-05-15 Juri Linkov <juri@jurta.org>
3456
3457 * isearch.el (isearch-char-by-name): Rename from
3458 `isearch-insert-char-by-name'. Doc fix.
3459 (isearch-forward): Mention `isearch-char-by-name' in
3460 the docstring. (Bug#13348)
3461
3462 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
3463 `exit-minibuffer' instead of
3464 `isearch-nonincremental-exit-minibuffer'.
3465 (isearch-edit-string): Remove mention of
3466 `isearch-nonincremental-exit-minibuffer' from docstring.
3467 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
3468 (isearch-forward-exit-minibuffer)
3469 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
3470
3471 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3472
3473 * loadup.el: Just use unversioned DOC.
3474
3475 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
3476 literals as extending to EOB.
3477 (nxml-last-fontify-end): Remove unused variable.
3478 (nxml-after-change1): Use with-silent-modifications.
3479 (nxml-extend-after-change-region): Simplify.
3480 (nxml-extend-after-change-region1): Remove function.
3481 (nxml-after-change1): Don't adjust for dependent regions.
3482 (nxml-fontify-matcher): Simplify.
3483 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
3484 (xmltok-add-dependent): Remove function.
3485 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
3486 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
3487 (xmltok-scan-prolog-after-processing-instruction-open): Treat
3488 unclosed <[[, <?, comment, and other literals as extending to EOB.
3489 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
3490 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
3491 Remove functions.
3492 (rng-do-some-validation-1): Don't mark dependent regions.
3493 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
3494 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
3495 (nxml-clear-dependent-regions): Remove functions.
3496 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
3497 (nxml-ensure-scan-up-to-date):
3498 Don't clear&mark dependent regions.
3499
3500 2013-05-15 Leo Liu <sdl.web@gmail.com>
3501
3502 * progmodes/octave.el (octave-goto-function-definition):
3503 Improve and fix callers.
3504
3505 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3506
3507 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
3508 the setter (bug#14387).
3509
3510 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
3511 surrounding group (bug#14402).
3512
3513 2013-05-14 Juri Linkov <juri@jurta.org>
3514
3515 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
3516 (Bug#14390)
3517
3518 2013-05-14 Glenn Morris <rgm@gnu.org>
3519
3520 * progmodes/f90.el (f90-imenu-generic-expression):
3521 Fix typo in 2013-05-08 change. (Bug#14402)
3522
3523 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
3524
3525 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
3526 Remove signals for which replies are never received.
3527
3528 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
3529
3530 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
3531 (gdb-handler-alist, gdb-handler-number): Remove variables.
3532 (gdb-handler-list): New variable.
3533 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
3534 (gdb-pending-handler-p, gdb-handle-reply)
3535 (gdb-remove-all-pending-triggers): New functions.
3536 (gdb-discard-unordered-replies): New defcustom.
3537 (gdb-handler): New defstruct.
3538 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
3539 instead of gdb-pending-triggers. Update docstring.
3540 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
3541 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
3542 (gdb-var-update-handler, def-gdb-auto-update-trigger)
3543 (def-gdb-auto-update-handler, gdb-get-changed-registers)
3544 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
3545 (gdb-frame-handler): Pending triggers are now automatically managed.
3546 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
3547 Remove argument.
3548 (gdb-input): Automatically handles pending triggers. Update docstring.
3549 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
3550 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
3551 Update comments.
3552 (gdb-done-or-error): Now use gdb-handle-reply.
3553
3554 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
3555
3556 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
3557 gdb-debug-log.
3558
3559 2013-05-14 Glenn Morris <rgm@gnu.org>
3560
3561 * subr.el (user-emacs-directory-warning): New option.
3562 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
3563
3564 2013-05-14 Leo Liu <sdl.web@gmail.com>
3565
3566 * progmodes/octave.el (octave-font-lock-keywords): Fix error
3567 during redisplay.
3568 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
3569 (octave-font-lock-texinfo-comment): Fix invalid search bound
3570 error: wrong side of point.
3571
3572 2013-05-14 Glenn Morris <rgm@gnu.org>
3573
3574 * progmodes/flymake.el (flymake-xml-program): New option.
3575 (flymake-xml-init): Use it.
3576
3577 * term/xterm.el: Provide a feature.
3578
3579 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
3580
3581 2013-05-13 Glenn Morris <rgm@gnu.org>
3582
3583 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
3584 Add compat aliases as a hack workaround. (Bug#14384)
3585
3586 2013-05-13 Leo Liu <sdl.web@gmail.com>
3587
3588 * progmodes/octave.el (octave-indent-comment): Fix indentation for
3589 ###, and %!.
3590 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
3591 C-M-q.
3592 (octave-comment-start-skip): Include %!.
3593 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
3594
3595 2013-05-12 Leo Liu <sdl.web@gmail.com>
3596
3597 * progmodes/octave.el (inferior-octave-startup): Store the value
3598 of __octave_srcdir__ for octave-source-directories.
3599 (inferior-octave-check-process): New function refactored out of
3600 inferior-octave-send-list-and-digest.
3601 (octave-source-directories)
3602 (octave-find-definition-filename-function): New variables.
3603 (octave-source-directories)
3604 (octave-find-definition-default-filename): New functions.
3605 (octave-find-definition): Improve to find functions implemented in C++.
3606
3607 2013-05-12 Glenn Morris <rgm@gnu.org>
3608
3609 * calendar/diary-lib.el (diary-outlook-format-1):
3610 Don't include dayname in the output. (Bug#14349)
3611
3612 2013-05-11 Glenn Morris <rgm@gnu.org>
3613
3614 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
3615
3616 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
3617 Treat cc-provide like provide.
3618
3619 2013-05-11 Kevin Ryde <user42@zip.com.au>
3620
3621 * cus-dep.el (custom-make-dependencies):
3622 Use generated-autoload-load-name for the sake of files such
3623 such cedet/semantic/bovine/c.el, where the base file name
3624 is not in load-path. (Bug#5277)
3625
3626 2013-05-11 Glenn Morris <rgm@gnu.org>
3627
3628 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
3629 Provide features.
3630
3631 2013-05-11 Leo Liu <sdl.web@gmail.com>
3632
3633 * progmodes/octave.el (octave-indent-comment): Improve.
3634 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
3635 (octave-eldoc-function-signatures, octave-eldoc-function):
3636 New functions.
3637 (octave-mode, inferior-octave-mode): Add eldoc support.
3638
3639 2013-05-11 Richard Stallman <rms@gnu.org>
3640
3641 * epa.el (epa-decrypt-file): Take output file name as argument
3642 and read it using `interactive'.
3643
3644 2013-05-11 Leo Liu <sdl.web@gmail.com>
3645
3646 * progmodes/octave.el (octave-beginning-of-line)
3647 (octave-end-of-line): Check before using up-list because it jumps
3648 out of more syntactic contructs since moving to smie.
3649 (octave-indent-comment): New function.
3650 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
3651 (octave-begin-keywords, octave-end-keywords)
3652 (octave-reserved-words, octave-smie-bnf-table)
3653 (octave-smie-rules): Add new keywords from Octave 3.6.4.
3654
3655 2013-05-11 Glenn Morris <rgm@gnu.org>
3656
3657 * faces.el (internal-face-x-get-resource):
3658 * frame.el (ns-display-monitor-attributes-list):
3659 * calc/calc-aent.el (math-to-radians-2):
3660 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
3661 Fix declarations.
3662
3663 * calc/calc-menu.el: Make it loadable in isolation.
3664
3665 * net/eudcb-bbdb.el: Make it loadable without bbdb.
3666 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
3667 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
3668 (eudc-bbdb-query-internal): Require 'bbdb.
3669
3670 * lpr.el (lpr-headers-switches):
3671 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
3672
3673 * progmodes/sql.el (sql-login-params): Fix and improve :type.
3674
3675 * emulation/edt-mapper.el: In batch mode, error rather than hang.
3676
3677 * term.el (term-set-escape-char): Make it idempotent.
3678
3679 2013-05-10 Leo Liu <sdl.web@gmail.com>
3680
3681 * progmodes/octave.el (inferior-octave-completion-table):
3682 No longer a function and all uses changed. Use cache to speed up
3683 completion due to bug#11906.
3684 (octave-beginning-of-defun): Re-write to be more general.
3685
3686 2013-05-10 Glenn Morris <rgm@gnu.org>
3687
3688 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
3689
3690 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3691
3692 * comint.el (comint-redirect-send-command-to-process): Use :around
3693 rather than :override for comint-redirect-filter.
3694 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
3695 Call it instead of comint-redirect-original-filter-function (which
3696 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
3697
3698 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
3699
3700 * frame.el (display-monitor-attributes-list): Add NS case.
3701 (ns-display-monitor-attributes-list): Declare.
3702
3703 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
3704
3705 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
3706
3707 2013-05-09 Glenn Morris <rgm@gnu.org>
3708
3709 * international/fontset.el (vertical-centering-font-regexp):
3710 Set standard-value.
3711
3712 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
3713
3714 * bookmark.el (bookmark-search-delay):
3715 * cus-start.el (vertical-centering-font-regexp):
3716 * ps-mule.el (ps-mule-font-info-database-default):
3717 * ps-print.el (ps-default-fg, ps-default-bg):
3718 * type-break.el (type-break-good-break-interval):
3719 * whitespace.el (whitespace-indentation-regexp)
3720 (whitespace-space-after-tab-regexp):
3721 * emacs-lisp/testcover.el (testcover-1value-functions)
3722 (testcover-noreturn-functions, testcover-progn-functions)
3723 (testcover-prog1-functions):
3724 * emulation/viper-init.el (viper-emacs-state-cursor-color):
3725 * eshell/em-glob.el (eshell-glob-translate-alist):
3726 * play/tetris.el (tetris-tty-colors):
3727 * progmodes/cpp.el (cpp-face-default-list):
3728 * progmodes/flymake.el (flymake-allowed-file-name-masks):
3729 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
3730 (idlwave-help-browser-generic-args):
3731 * progmodes/make-mode.el (makefile-special-targets-list):
3732 * progmodes/python.el (python-shell-virtualenv-path):
3733 * progmodes/verilog-mode.el (verilog-active-low-regexp)
3734 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
3735 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
3736 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
3737 * textmodes/reftex-vars.el (reftex-format-label-function):
3738 * textmodes/remember.el (remember-diary-file): Fix custom types.
3739
3740 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
3741 Add :version.
3742
3743 2013-05-09 Leo Liu <sdl.web@gmail.com>
3744
3745 * progmodes/octave.el (inferior-octave-completion-at-point):
3746 Restore file completion. (Bug#14300)
3747 (inferior-octave-startup): Fix incorrect highlighting for the
3748 first prompt.
3749
3750 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3751
3752 * progmodes/ruby-mode.el: First cut at SMIE support.
3753 (ruby-use-smie): New var.
3754 (ruby-smie-grammar): New constant.
3755 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
3756 (ruby-smie--forward-token, ruby-smie--backward-token)
3757 (ruby-smie-rules): New functions.
3758 (ruby-mode-variables): Setup SMIE if applicable.
3759
3760 2013-05-08 Eli Zaretskii <eliz@gnu.org>
3761
3762 * simple.el (line-move-visual): Signal beginning/end of buffer
3763 only if vertical-motion moved less than it was requested. Avoids
3764 silly incorrect error messages when there are display strings with
3765 multiple newlines at EOL.
3766
3767 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3768
3769 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
3770 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
3771 (prolog-char-quote-workaround):
3772 * progmodes/cperl-mode.el (cperl-under-as-char):
3773 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
3774 Mark as obsolete.
3775 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
3776 their declaration.
3777 (vhdl-mode-syntax-table-init): Remove.
3778
3779 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
3780 last change.
3781
3782 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
3783 syntax for "_".
3784 (ld-script-font-lock-keywords):
3785 Change regexps to use things like \_< and \_>.
3786
3787 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
3788 Change all regexps to use things like \_< and \_>.
3789
3790 * progmodes/autoconf.el (autoconf-definition-regexp)
3791 (autoconf-font-lock-keywords, autoconf-current-defun-function):
3792 Handle a _ with symbol syntax.
3793 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
3794
3795 * progmodes/ada-mode.el (ada-mode-abbrev-table):
3796 Consolidate declaration.
3797 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
3798 the declaration.
3799 (ada-create-syntax-table): Remove.
3800 (ada-capitalize-word): Don't mess with the syntax of "_" since it
3801 already has the right syntax nowadays.
3802 (ada-goto-next-word): Don't change the syntax of "_".
3803
3804 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
3805 with-wrapper-hook.
3806
3807 2013-05-08 Sam Steingold <sds@gnu.org>
3808
3809 * thingatpt.el (thing-at-point): Accept optional second argument
3810 NO-PROPERTIES to strip the text properties from the return value.
3811 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
3812 to `thing-at-point' instead of stripping the properties ourselves.
3813 Also, when `thing-at-point' fails to find a url, prepend "http://"
3814 to the filename at point on the assumption that the user is
3815 pointing at something like gnu.org/gnu.
3816
3817 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
3818
3819 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
3820 * faces.el (crm-separator):
3821 Silence byte-compiler.
3822
3823 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
3824 (tool-bar-map): Remove unneeded defvars.
3825
3826 2013-05-08 Leo Liu <sdl.web@gmail.com>
3827
3828 Re-work a fix for bug#10994 based on Le Wang's patch.
3829 * ido.el (ido-remove-consecutive-dups): New helper.
3830 (ido-completing-read): Use it.
3831 (ido-chop): Revert fix for bug#10994.
3832
3833 2013-05-08 Adam Spiers <emacs@adamspiers.org>
3834
3835 * cus-edit.el (custom-save-variables):
3836 Pretty-print long values. (Bug#14187)
3837
3838 2013-05-08 Glenn Morris <rgm@gnu.org>
3839
3840 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
3841 (m4-mode-syntax-table): Init in the defvar.
3842 (m4-mode-abbrev-table): Let define-derived-mode define it.
3843
3844 2013-05-08 Tom Tromey <tromey@redhat.com>
3845
3846 * progmodes/m4-mode.el (m4-mode-syntax-table):
3847 Do not treat "_" as word constituent. (Bug#14167)
3848
3849 2013-05-07 Glenn Morris <rgm@gnu.org>
3850
3851 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
3852 Remove explicit eshell-isearch-cancel-map.
3853
3854 * progmodes/f90.el (f90-smart-end-names): New option.
3855 (f90-smart-end): Doc fix.
3856 (f90-end-block-optional-name): New constant.
3857 (f90-block-match): Respect f90-smart-end-names.
3858
3859 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3860
3861 * progmodes/octave.el (octave-smie-forward-token): Be more careful
3862 about implicit semi-colons (bug#14218).
3863
3864 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3865
3866 * frame.el (display-monitor-attributes-list)
3867 (frame-monitor-attributes): New functions.
3868
3869 2013-05-06 Leo Liu <sdl.web@gmail.com>
3870
3871 * progmodes/octave.el (octave-syntax-propertize-function): Change
3872 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
3873 (octave-font-lock-keywords): Use octave-operator-regexp.
3874 (octave-completion-at-point): Rename from
3875 octave-completion-at-point-function.
3876 (inferior-octave-directory-tracker): Robustify.
3877 (octave-text-functions): Remove and fix its uses. No such things
3878 any more.
3879
3880 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * emacs-lisp/trace.el (trace--display-buffer): New function.
3883 (trace-make-advice): Use it.
3884
3885 2013-05-06 Juri Linkov <juri@jurta.org>
3886
3887 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
3888 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
3889 Doc fix.
3890 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
3891 in the help string. (Bug#12985)
3892
3893 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3894
3895 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
3896
3897 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3898
3899 * progmodes/perl-mode.el: Add support for here documents.
3900 (perl-syntax-propertize-function): Match here-doc markers.
3901 (perl-syntax-propertize-special-constructs): Find their end.
3902 (perl-imenu-generic-expression): Use [:alnum:].
3903
3904 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
3905 (advice--add-function): Refresh the advice if already present
3906 (bug#14317).
3907
3908 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
3909
3910 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
3911
3912 2013-05-06 Glenn Morris <rgm@gnu.org>
3913
3914 * w32-fns.el (w32-charset-info-alist): Declare.
3915
3916 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
3917 of its defcustom properties.
3918 (eshell-cmpl-initialize): No need to load pcomplete.
3919
3920 * generic-x.el: No need to require comint when compiling.
3921
3922 * net/eudc-export.el: Make it loadable without bbdb.
3923 (top-level): Use require rather than load-library.
3924 (eudc-create-bbdb-record, eudc-bbdbify-phone)
3925 (eudc-batch-export-records-to-bbdb)
3926 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
3927 Require bbdb.
3928
3929 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3930
3931 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
3932 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
3933 some tweaks, instead.
3934
3935 2013-05-05 Leo Liu <sdl.web@gmail.com>
3936
3937 * progmodes/octave.el (octave-font-lock-keywords)
3938 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
3939 (inferior-octave-send-list-and-digest): Improve error message.
3940 (octave-mode, inferior-octave-mode): Use setq-local.
3941 (octave-help): Set info-lookup-mode.
3942
3943 2013-05-05 Richard Stallman <rms@gnu.org>
3944
3945 * vc/compare-w.el (compare-windows-whitespace):
3946 Treat no-break space as whitespace.
3947
3948 * mail/rmailsum.el (rmail-summary-rmail-update):
3949 Detect empty summary and don't change selected message.
3950 (rmail-summary-goto-msg): Likewise.
3951
3952 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
3953 Doc fixes, rename args.
3954
3955 2013-05-05 Alan Mackenzie <acm@muc.de>
3956
3957 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
3958
3959 2013-05-05 Juri Linkov <juri@jurta.org>
3960
3961 * info.el (Info-read-subfile): Use (point-min) instead of (point)
3962 to not add the length of the summary segment to the return value.
3963 (Bug#14125)
3964
3965 2013-05-05 Leo Liu <sdl.web@gmail.com>
3966
3967 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
3968 (inferior-octave-output-filter): Remove.
3969 (octave-send-region, inferior-octave-startup): Fix callers.
3970 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
3971 (octave-binary-file-extensions): New user variable.
3972 (octave-find-definition): Confirm if opening binary files.
3973 (octave-help-file): Use octave-find-definition to get the binary
3974 confirmation.
3975 (octave-help): Adjust for octave-help-file change.
3976
3977 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3978
3979 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
3980 Merge the two entries that handle function definitions.
3981 (pascal--syntax-propertize): New const.
3982 (pascal-mode): Use it. Use setq-local.
3983
3984 2013-05-04 Glenn Morris <rgm@gnu.org>
3985
3986 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
3987 (diary-from-outlook): Respect diary-from-outlook-function.
3988
3989 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3990
3991 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
3992 Move the declaration from C.
3993 (read-minibuffer, eval-minibuffer): Move from C.
3994 (completion-setup-function): Avoid minibuffer-completion-contents.
3995
3996 2013-05-03 Leo Liu <sdl.web@gmail.com>
3997
3998 * progmodes/octave.el (octave-font-lock-keywords): Do not
3999 dehighlight 'end' in comments or strings.
4000 (octave-completing-read, octave-goto-function-definition):
4001 New helpers.
4002 (octave-help-buffer): New user variable.
4003 (octave-help-file, octave-help-function): New button types.
4004 (octave-help): New command and bind it to C-h ;.
4005 (octave-find-definition): New command and bind it to M-.
4006 (user-error): Alias to error if not defined.
4007
4008 2013-05-02 Leo Liu <sdl.web@gmail.com>
4009
4010 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
4011 for \. (bug#14332)
4012 (octave-font-lock-keywords): Include [ and {.
4013
4014 2013-05-02 Leo Liu <sdl.web@gmail.com>
4015
4016 * progmodes/octave.el (inferior-octave-startup-file): Change default.
4017 (inferior-octave): Remove calling comint-mode and return the buffer.
4018 (inferior-octave-startup): Cosmetic changes.
4019
4020 2013-05-02 Leo Liu <sdl.web@gmail.com>
4021
4022 * progmodes/octave.el (octave-syntax-propertize-function):
4023 Include the case when ' is at line beginning. (Bug#14336)
4024
4025 2013-05-02 Glenn Morris <rgm@gnu.org>
4026
4027 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
4028 * desktop.el (vc-dir-mode): Just autoload it here.
4029
4030 2013-05-02 Alan Mackenzie <acm@muc.de>
4031
4032 Eliminate variable c-standard-font-lock-fontify-region-function.
4033 * progmodes/cc-mode.el
4034 (c-standard-font-lock-fontify-region-function): Remove.
4035 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
4036
4037 2013-05-01 Leo Liu <sdl.web@gmail.com>
4038
4039 * progmodes/octave.el: Compatible with older emacs-24 releases.
4040 (inferior-octave-has-built-in-variables): Remove. Built-in
4041 variables were removed from Octave in 2007.
4042 (inferior-octave-startup): Fix uses.
4043 (comint-line-beginning-position): Remove compatibility code for
4044 emacs 21.
4045
4046 2013-05-01 Juri Linkov <juri@jurta.org>
4047
4048 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
4049
4050 2013-05-01 Juri Linkov <juri@jurta.org>
4051
4052 * comint.el (comint-previous-matching-input): Don't print message
4053 "History item: %d" when `isearch-mode' is active.
4054 (comint-history-isearch-message): Print message "History item: %d"
4055 when `comint-input-ring-index' is not empty and this function is
4056 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
4057
4058 2013-05-01 Leo Liu <sdl.web@gmail.com>
4059
4060 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
4061 definitions. Use completion-at-point to insert keywords.
4062 (octave-abbrev-start): Remove.
4063 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
4064
4065 2013-04-30 Leo Liu <sdl.web@gmail.com>
4066
4067 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
4068 change.
4069
4070 2013-04-30 Alan Mackenzie <acm@muc.de>
4071
4072 Handle arbitrarily long C++ member initialisation lists.
4073 * progmodes/cc-engine.el (c-back-over-member-initializers):
4074 new function.
4075 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
4076 (most) member init lists.
4077
4078 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4079
4080 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
4081 variable.
4082
4083 2013-04-30 Leo Liu <sdl.web@gmail.com>
4084
4085 * progmodes/octave.el (octave-variables): Remove. No builtin
4086 variables any more. All converted to functions.
4087 (octave-font-lock-keywords, octave-completion-at-point-function):
4088 Fix uses.
4089 (octave-font-lock-texinfo-comment): New user variable.
4090 (octave-texinfo-font-lock-keywords): New variable for texinfo
4091 comment block.
4092 (octave-function-comment-block): New face.
4093 (octave-font-lock-texinfo-comment): New function.
4094 (octave-mode): Font lock texinfo comment block.
4095
4096 2013-04-29 Leo Liu <sdl.web@gmail.com>
4097
4098 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
4099 indexing expression.
4100 (octave-continuation-string): Do not use \.
4101 (inferior-octave-complete-impossible): Remove.
4102 (inferior-octave-completion-table)
4103 (inferior-octave-completion-at-point): Remove its uses.
4104 (inferior-octave-startup): completion_matches was introduced to
4105 Octave in 1996 so safe to assume it.
4106 (octave-function-file-comment): Improve to follow how Octave does it.
4107 (octave-update-function-file-comment): Tweak.
4108
4109 2013-04-29 Leo Liu <sdl.web@gmail.com>
4110
4111 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
4112 (inferior-octave-startup): Remove inferior-octave-startup-hook.
4113 (octave-function-file-comment): Fix typo.
4114 (octave-sync-function-file-names): Use read-char-choice.
4115
4116 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
4117
4118 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
4119 to t for the less important warnings.
4120
4121 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
4122
4123 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
4124
4125 2013-04-27 Glenn Morris <rgm@gnu.org>
4126
4127 * vc/log-view.el (log-view-current-entry):
4128 Treat "---" separator lines as part of the following rev. (Bug#14169)
4129
4130 2013-04-27 Juri Linkov <juri@jurta.org>
4131
4132 * subr.el (read-number): Doc fix about using it by interactive
4133 code letter `n'. (Bug#14254)
4134
4135 2013-04-27 Juri Linkov <juri@jurta.org>
4136
4137 * desktop.el (desktop-auto-save-timeout): New option.
4138 (desktop-file-checksum): New variable.
4139 (desktop-save): Add optional arg `auto-save' and don't auto-save
4140 if nothing changed.
4141 (desktop-auto-save-timer): New variable.
4142 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
4143 (after-init-hook): Call `desktop-auto-save-set-timer'.
4144 Suggested by Reuben Thomas <rrt@sc3d.org> in
4145 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
4146
4147 2013-04-27 Leo Liu <sdl.web@gmail.com>
4148
4149 * progmodes/octave.el (octave-function-file-p)
4150 (octave-skip-comment-forward, octave-function-file-comment)
4151 (octave-update-function-file-comment): New functions.
4152 (octave-mode-map): Bind C-c ; to
4153 octave-update-function-file-comment.
4154 (octave-mode-menu): Add octave-update-function-file-comment.
4155 (octave-mode, inferior-octave-mode): Fix doc-string.
4156 (octave-insert-defun): Conform to Octave's coding convention.
4157 (Bug#14285)
4158
4159 * files.el (basic-save-buffer): Don't let errors in
4160 before-save-hook prevent saving buffer.
4161
4162 2013-04-20 Roland Winkler <winkler@gnu.org>
4163
4164 * faces.el (read-face-name): Use completing-read if arg multiple
4165 is nil.
4166
4167 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
4168
4169 * ls-lisp.el (ls-lisp-insert-directory): If no files are
4170 displayed, move point to after the totals line.
4171 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
4172 for the details.
4173
4174 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4176 * emacs-lisp/package.el (package-autoload-ensure-default-file):
4177 Add current dir to the load-path.
4178 (package-generate-autoloads): Don't rely on
4179 autoload-ensure-default-file.
4180
4181 2013-04-26 Reuben Thomas <rrt@sc3d.org>
4182
4183 * textmodes/remember.el (remember-store-in-files): Document that
4184 the file name format is passed to `format-time-string'.
4185
4186 2013-04-26 Leo Liu <sdl.web@gmail.com>
4187
4188 * progmodes/octave.el (octave-sync-function-file-names): New function.
4189 (octave-mode): Use it in before-save-hook.
4190
4191 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4192
4193 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
4194 (bug#14274).
4195
4196 * progmodes/octave.el (octave-smie-forward-token): Properly skip
4197 \n and comment, even if it's not an implicit ; (bug#14218).
4198
4199 2013-04-26 Glenn Morris <rgm@gnu.org>
4200
4201 * subr.el (read-number): Once more use `read' rather than
4202 `string-to-number', to trap non-numeric input. (Bug#14254)
4203
4204 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
4205
4206 * emacs-lisp/syntax.el (syntax-propertize-multiline):
4207 Use `syntax-multiline' text property consistently instead of
4208 `font-lock-multiline'. (Bug#14237)
4209
4210 2013-04-26 Glenn Morris <rgm@gnu.org>
4211
4212 * emacs-lisp/shadow.el (list-load-path-shadows):
4213 No longer necessary to check for duplicate simple.el, since
4214 2012-07-07 change to init_lread to not include installation lisp
4215 directories in load-path when running uninstalled. (Bug#14270)
4216
4217 2013-04-26 Leo Liu <sdl.web@gmail.com>
4218
4219 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
4220 (octave-mode, inferior-octave-mode): Use setq-local.
4221 (octave-not-in-string-or-comment-p): Rename to
4222 octave-in-string-or-comment-p.
4223 (octave-in-comment-p, octave-in-string-p)
4224 (octave-in-string-or-comment-p): Replace defsubst with defun.
4225
4226 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
4227
4228 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
4229
4230 2013-04-25 Bastien Guerry <bzg@gnu.org>
4231
4232 * textmodes/remember.el (remember-data-directory)
4233 (remember-directory-file-name-format): Fix custom types.
4234
4235 2013-04-25 Leo Liu <sdl.web@gmail.com>
4236
4237 * progmodes/octave.el (octave-completion-at-point-function):
4238 Make use of inferior octave process.
4239 (octave-initialize-completions): Remove.
4240 (inferior-octave-completion-table): New function.
4241 (inferior-octave-completion-at-point): Use it.
4242 (octave-completion-alist): Remove.
4243
4244 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * progmodes/opascal.el: Use font-lock and syntax-propertize.
4247 (opascal-mode-syntax-table): New var.
4248 (opascal-literal-kind, opascal-is-literal-end)
4249 (opascal-literal-token-at): Rewrite.
4250 (opascal--literal-start-re, opascal-font-lock-keywords)
4251 (opascal--syntax-propertize): New constants.
4252 (opascal-font-lock-defaults): Adjust.
4253 (opascal-mode): Use them. Set comment-<foo> variables as well.
4254 (delphi-comment-face, opascal-comment-face, delphi-string-face)
4255 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
4256 (delphi-other-face, opascal-other-face): Remove face variables.
4257 (opascal-save-state): Remove macro.
4258 (opascal-fontifying-progress-step): Remove constant.
4259 (opascal--ignore-changes): Remove var.
4260 (opascal-set-token-property, opascal-parse-next-literal)
4261 (opascal-is-stable-literal, opascal-complete-literal)
4262 (opascal-is-literal-start, opascal-face-of)
4263 (opascal-parse-region, opascal-parse-region-until-stable)
4264 (opascal-fontify-region, opascal-after-change)
4265 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
4266 (opascal-debug-parse-region, opascal-debug-parse-window)
4267 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
4268 (opascal-debug-fontify-buffer): Remove.
4269 (opascal-debug-mode-map): Adjust accordingly.
4270
4271 2013-04-25 Leo Liu <sdl.web@gmail.com>
4272
4273 Merge octave-mod.el and octave-inf.el into octave.el with some
4274 cleanups.
4275 * progmodes/octave.el: New file renamed from octave-mod.el.
4276 * progmodes/octave-inf.el: Merged into octave.el.
4277 * progmodes/octave-mod.el: Renamed to octave.el.
4278
4279 2013-04-25 Tassilo Horn <tsdh@gnu.org>
4280
4281 * textmodes/reftex-vars.el
4282 (reftex-label-ignored-macros-and-environments): New defcustom.
4283
4284 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
4285
4286 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4287
4288 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
4289 (smie-indent-keyword): Improve the check to ensure that the next
4290 comment is really on the same line.
4291 (smie-indent-comment): Don't align with a subsequent closer (or eob).
4292
4293 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
4294 semi-colons if the line is not otherwise empty (bug#14218).
4295
4296 2013-04-25 Glenn Morris <rgm@gnu.org>
4297
4298 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
4299
4300 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4301
4302 * progmodes/opascal.el (opascal-set-token-property): Rename from
4303 opascal-set-text-properties and only set `token' (bug#14134).
4304 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
4305 (opascal-literal-text-properties): Remove.
4306 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
4307 Adjust callers.
4308
4309 2013-04-24 Reuben Thomas <rrt@sc3d.org>
4310
4311 * textmodes/remember.el (remember-handler-functions): Add an
4312 option for a new handler `remember-store-in-files'.
4313 (remember-data-directory, remember-directory-file-name-format):
4314 New options.
4315 (remember-store-in-files): New function to store remember notes
4316 as separate files within a directory.
4317
4318 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
4319
4320 * progmodes/compile.el (compilation-next-error-function):
4321 Pass "formats" to compilation-find-file (bug#11777).
4322
4323 2013-04-24 Glenn Morris <rgm@gnu.org>
4324
4325 * vc/vc-bzr.el (vc-bzr-print-log):
4326 * vc/vc-hg.el (vc-hg-print-log):
4327 * vc/vc-svn.el (vc-svn-print-log):
4328 Fix START-REVISION with LIMIT != 1. (Bug#14168)
4329
4330 * vc/vc-bzr.el (vc-bzr-print-log):
4331 * vc/vc-cvs.el (vc-cvs-print-log):
4332 * vc/vc-git.el (vc-git-print-log):
4333 * vc/vc-hg.el (vc-hg-print-log):
4334 * vc/vc-mtn.el (vc-mtn-print-log):
4335 * vc/vc-rcs.el (vc-rcs-print-log):
4336 * vc/vc-sccs.el (vc-sccs-print-log):
4337 * vc/vc-svn.el (vc-svn-print-log):
4338 * vc/vc.el (vc-print-log-internal): Doc fixes.
4339
4340 2013-04-23 Glenn Morris <rgm@gnu.org>
4341
4342 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
4343 Remove venerable code attempting to avoid substitute-command-keys.
4344
4345 2013-04-23 Tassilo Horn <tsdh@gnu.org>
4346
4347 * textmodes/reftex-vars.el (reftex-label-regexps):
4348 Call `reftex-compile-variables' after changes to this variable.
4349
4350 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4351
4352 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
4353 Use lexical-binding.
4354 (jit-lock-force-redisplay): Use markers, check buffer's continued
4355 existence and beware narrowed buffers.
4356 (jit-lock-fontify-now): Adjust call accordingly.
4357
4358 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4359
4360 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
4361 to avoid misleading the user.
4362
4363 2013-04-22 Leo Liu <sdl.web@gmail.com>
4364
4365 * info-look.el: Prefer latex2e.info. (Bug#14240)
4366
4367 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
4368
4369 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
4370
4371 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4372 * net/tramp.el (tramp-call-process): ... here.
4373 (tramp-set-completion-function, tramp-parse-putty):
4374 * net/tramp-adb.el (tramp-adb-execute-adb-command):
4375 * net/tramp-gvfs.el (tramp-gvfs-send-command):
4376 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
4377 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
4378 (tramp-call-local-coding-command): Use `tramp-call-process'
4379 instead of `tramp-compat-call-process'.
4380
4381 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
4382 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
4383 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
4384 (tramp-find-inline-compress): Improve traces.
4385 (tramp-maybe-send-script): Check for Perl binary.
4386 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
4387
4388 2013-04-22 Daiki Ueno <ueno@gnu.org>
4389
4390 * epg.el (epg-context-pinentry-mode): New function.
4391 (epg-context-set-pinentry-mode): New function.
4392 (epg--start): Pass --pinentry-mode option to gpg command.
4393
4394 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
4395
4396 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
4397 `comint-dynamic-complete' is obsolete since 24.1, replaced by
4398 `completion-at-point'. (Bug#13774)
4399
4400 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
4401 default key binding for `describe-distribution' has been moved to
4402 `C-h C-o'. (Bug#13970)
4403
4404 2013-04-21 Glenn Morris <rgm@gnu.org>
4405
4406 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
4407 Add doc strings.
4408 (vc-print-log): Clarify interactive prompt.
4409
4410 2013-04-20 Glenn Morris <rgm@gnu.org>
4411
4412 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
4413 No longer include timestamp etc information.
4414
4415 2013-04-20 Roland Winkler <winkler@gnu.org>
4416
4417 * faces.el (read-face-name): Bug fix, return just one face if arg
4418 multiple is nil. (Bug#14209)
4419
4420 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4421
4422 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
4423 (remove-function): Autoload.
4424
4425 * comint.el (comint-redirect-original-filter-function): Remove.
4426 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
4427 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
4428 (vc-cvs-annotate-command):
4429 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
4430 * progmodes/prolog.el (prolog-consult-compile):
4431 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
4432 Use add/remove-function instead.
4433 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
4434 (gud-tooltip-process-output, gud-tooltip-tips):
4435 Use add/remove-function instead.
4436 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
4437 (scheme-interaction-mode, exit-scheme-interaction-mode):
4438 Use add/remove-function instead.
4439
4440 * vc/vc-dispatcher.el: Use lexical-binding.
4441 (vc--process-sentinel): Rename from vc-process-sentinel.
4442 Change last arg to be the code to run. Don't use vc-previous-sentinel
4443 and vc-sentinel-commands any more.
4444 (vc-exec-after): Allow code to be a function. Use add/remove-function.
4445 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
4446
4447 2013-04-19 Masatake YAMATO <yamato@redhat.com>
4448
4449 * progmodes/sh-script.el (sh-imenu-generic-expression):
4450 Handle function names with a single character. (Bug#14111)
4451
4452 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
4453
4454 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
4455 for subroutines defined in an eval (bug#14182).
4456
4457 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4458
4459 * bookmark.el (bookmark-completing-read): Improve handling of empty
4460 string (bug#14176).
4461
4462 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4463
4464 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
4465
4466 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
4467
4468 New faster Imenu implementation (bug#14058).
4469 * progmodes/python.el:
4470 (python-imenu-prev-index-position):
4471 (python-imenu-format-item-label-function)
4472 (python-imenu-format-parent-item-label-function)
4473 (python-imenu-format-parent-item-jump-label-function):
4474 New vars.
4475 (python-imenu-format-item-label)
4476 (python-imenu-format-parent-item-label)
4477 (python-imenu-format-parent-item-jump-label)
4478 (python-imenu--put-parent, python-imenu--build-tree)
4479 (python-imenu-create-index, python-imenu-create-flat-index)
4480 (python-util-popn): New functions.
4481 (python-mode): Set imenu-create-index-function to
4482 python-imenu-create-index.
4483
4484 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4485
4486 * winner.el (winner-active-region): Use region-active-p, activate-mark
4487 and deactivate-mark (bug#14225).
4488
4489 * simple.el (deactivate-mark): Don't inline it.
4490
4491 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
4492
4493 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
4494
4495 2013-04-18 Tassilo Horn <tsdh@gnu.org>
4496
4497 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
4498 file extensions from the archive-mode entry in order to prefer
4499 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
4500
4501 2013-04-18 Leo Liu <sdl.web@gmail.com>
4502
4503 * bindings.el (help-event-list): Add ?\?.
4504
4505 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4506
4507 * subr.el (with-wrapper-hook): Declare obsolete.
4508 * simple.el (filter-buffer-substring-function): New hook.
4509 (filter-buffer-substring): Use it.
4510 (filter-buffer-substring-functions): Mark obsolete.
4511 * minibuffer.el (completion-in-region-function): New hook.
4512 (completion-in-region): Use it.
4513 (completion-in-region-functions): Mark obsolete.
4514 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
4515 * abbrev.el (abbrev-expand-function): New hook.
4516 (expand-abbrev): Use it.
4517 (abbrev-expand-functions): Mark obsolete.
4518 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
4519 and :filter-return.
4520
4521 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
4522
4523 * progmodes/python.el (python-nav--syntactically): Fix cornercases
4524 and do not care about match data.
4525
4526 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4527
4528 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
4529 completion tables when completing error conditions and
4530 `declare' arguments.
4531 (lisp-complete-symbol, field-complete): Mark as obsolete.
4532 (check-parens): Unmatched parens are user errors.
4533 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
4534
4535 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
4536
4537 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
4538 command changed buffer (ie. `flyspell-pre-buffer' is not current
4539 buffer), which prevents making decisions based on invalid value of
4540 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
4541 cause an error when `flyspell-pre-point' was nil after switching
4542 buffers.
4543 (flyspell-post-command-hook): No longer needs to change buffers when
4544 checking pre-word. While at it remove unnecessary progn.
4545
4546 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
4547
4548 * textmodes/ispell.el (ispell-add-per-file-word-list):
4549 Fix `flyspell-correct-word-before-point' error when accepting
4550 words and `coment-padding' is an integer by using
4551 `comment-normalize-vars' (Bug #14214).
4552
4553 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
4554
4555 New defun movement commands.
4556 * progmodes/python.el (python-nav--syntactically)
4557 (python-nav--forward-defun, python-nav-backward-defun)
4558 (python-nav-forward-defun): New functions.
4559
4560 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
4561
4562 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
4563 (python-syntax-context): Use named compiler-macro for backwards
4564 compatibility with Emacs 24.x.
4565
4566 2013-04-17 Leo Liu <sdl.web@gmail.com>
4567
4568 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
4569 octave-hide-process-buffer.
4570
4571 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4572
4573 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
4574 (bug#14216).
4575
4576 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
4577
4578 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
4579 Fix adjustment of offset when receiving incomplete responses from GDB
4580 (bug#14129).
4581
4582 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4583
4584 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
4585 python-mode-abbrev-table.
4586 (python-skeleton-define): Adjust accordingly.
4587 (python-mode-abbrev-table): New table that inherits from it so that
4588 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
4589
4590 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
4591 (abbrev-symbol): Use it.
4592 (abbrev--before-point): Use it since we already handle inheritance.
4593
4594 2013-04-16 Leo Liu <sdl.web@gmail.com>
4595
4596 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
4597 binding to info-lookup-symbol.
4598
4599 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
4600
4601 * minibuffer.el (completion--twq-all):
4602 * term/ns-win.el (ns-initialize-window-system):
4603 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
4604
4605 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4606
4607 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
4608 global bindings.
4609
4610 * doc-view.el (doc-view-start-process): Handle url-handler directories.
4611
4612 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
4613
4614 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
4615 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
4616 to nil.
4617 (ruby-end-of-defun): Remove the unused arg, change the docstring
4618 to reflect that this function is only used as the value of
4619 `end-of-defun-function'.
4620 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
4621 to reflect an earlier change that beginning/end-of-defun functions
4622 jump between methods in a class definition, as well as top-level
4623 functions.
4624
4625 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4626
4627 * minibuffer.el (minibuffer-complete): Don't just scroll
4628 a *Completions* that's been iconified.
4629 (minibuffer-force-complete): Make sure repetitions do cycle when going
4630 through completion-in-region -> minibuffer-complete.
4631
4632 2013-04-15 Alan Mackenzie <acm@muc.de>
4633
4634 Correct the placement of c-cpp-delimiters when there're #s not at
4635 col 0.
4636
4637 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
4638 place a submatch around the #.
4639 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
4640 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
4641 on the #, not BOL.
4642
4643 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4644
4645 * emacs-lisp/nadvice.el: Properly test names when adding advice.
4646 (advice--member-p): New arg `name'.
4647 (advice--add-function, advice-member-p): Use it (bug#14202).
4648
4649 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
4650
4651 Reformulate java imenu-generic-expression.
4652 The old expression contained ill formed regexps.
4653
4654 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
4655 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
4656 (cc-imenu-java-method-arg-regexp): New defconsts.
4657 (cc-imenu-java-build-type-args-regex): New defun.
4658 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
4659 handling of spaces in the regexp.
4660
4661 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4662
4663 * textmodes/ispell.el (ispell-command-loop): Remove
4664 flyspell highlight of a word when ispell accepts it (bug #14178).
4665
4666 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
4667
4668 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
4669 uses code from the previous `ange-ftp-run-real-handler'.
4670 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
4671 only in case that function exist. This is needed for proper
4672 unloading of Tramp.
4673
4674 2013-04-15 Tassilo Horn <tsdh@gnu.org>
4675
4676 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
4677
4678 * textmodes/reftex.el (reftex-compile-variables): Use it.
4679
4680 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4681
4682 * files.el (normal-mode): Only use default major-mode if no other mode
4683 was specified.
4684
4685 * emacs-lisp/trace.el (trace-values): New function.
4686
4687 * files.el: Allow : in local variables (bug#14089).
4688 (hack-local-variable-regexp): New var.
4689 (hack-local-variables-prop-line, hack-local-variables): Use it.
4690
4691 2013-04-13 Roland Winkler <winkler@gnu.org>
4692
4693 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
4694 data before it gets modified by bibtex-beginning-of-entry.
4695
4696 2013-04-13 Roland Winkler <winkler@gnu.org>
4697
4698 * textmodes/bibtex.el (bibtex-url): Doc fix.
4699
4700 2013-04-13 Roland Winkler <winkler@gnu.org>
4701
4702 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
4703 does not visit a BibTeX file, exclude it from the list of buffers
4704 returned by bibtex-initialize.
4705
4706 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
4707
4708 * window.el (split-window): Remove interactive form, since as a
4709 command this function is a special case of split-window-below.
4710 Correct doc string.
4711
4712 2013-04-12 Roland Winkler <winkler@gnu.org>
4713
4714 * faces.el (read-face-name): Do not override value of arg default.
4715 Allow single faces and strings as default values. Remove those
4716 elements from return value that are not faces.
4717 (describe-face): Simplify.
4718 (face-at-point): New optional args thing and multiple so that this
4719 function can provide the same functionality previously provided by
4720 read-face-name.
4721 (make-face-bold, make-face-unbold, make-face-italic)
4722 (make-face-unitalic, make-face-bold-italic, invert-face)
4723 (modify-face, read-face-and-attribute): Use face-at-point.
4724
4725 * cus-edit.el (customize-face, customize-face-other-window)
4726 * cus-theme.el (custom-theme-add-face)
4727 * face-remap.el (buffer-face-set)
4728 * facemenu.el (facemenu-set-face): Use face-at-point.
4729
4730 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
4731
4732 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
4733
4734 2013-04-10 Tassilo Horn <tsdh@gnu.org>
4735
4736 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
4737 off leading { and trailing } from field values.
4738
4739 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4740
4741 * emacs-lisp/timer.el (timer--check): New function.
4742 (timer--time, timer-set-function, timer-event-handler): Use it.
4743 (timer-set-idle-time): Simplify.
4744 (timer--activate): CSE.
4745 (timer-event-handler): Give more info in error message.
4746 (internal-timer-start-idle): New function, moved from C.
4747
4748 * mpc.el (mpc-proc): Add `restart' argument.
4749 (mpc-proc-cmd): Use it.
4750 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
4751 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
4752 less often.
4753
4754 2013-04-10 Masatake YAMATO <yamato@redhat.com>
4755
4756 * progmodes/sh-script.el: Implement `sh-mode' own
4757 `add-log-current-defun-function' (bug#14112).
4758 (sh-current-defun-name): New function.
4759 (sh-mode): Use the function.
4760
4761 2013-04-09 Bastien Guerry <bzg@gnu.org>
4762
4763 * simple.el (choose-completion-string): Fix docstring (bug#14163).
4764
4765 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4766
4767 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
4768
4769 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
4770 timer (bug#14156).
4771
4772 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
4773
4774 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
4775 declaration.
4776
4777 2013-04-07 Leo Liu <sdl.web@gmail.com>
4778
4779 * pcmpl-x.el: New file.
4780
4781 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
4782
4783 Do not set x-display-name until X connection is established.
4784 This is needed to prevent from weird situation described at
4785 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
4786 * frame.el (make-frame): Set x-display-name after call to
4787 window system initialization function, not before.
4788 * term/x-win.el (x-initialize-window-system): Add optional
4789 display argument and use it.
4790 * term/w32-win.el (w32-initialize-window-system):
4791 * term/ns-win.el (ns-initialize-window-system):
4792 * term/pc-win.el (msdos-initialize-window-system):
4793 Add compatible optional display argument.
4794
4795 2013-04-06 Eli Zaretskii <eliz@gnu.org>
4796
4797 * files.el (normal-backup-enable-predicate): On MS-Windows and
4798 MS-DOS compare truenames of temporary-file-directory and of the
4799 file, so that 8+3 aliases (usually found in $TEMP on Windows)
4800 don't fail comparison by compare-strings. Also, compare file
4801 names case-insensitively on MS-Windows and MS-DOS.
4802
4803 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4804
4805 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
4806 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
4807
4808 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
4809
4810 * whitespace.el (whitespace-color-on, whitespace-color-off):
4811 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
4812
4813 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
4814
4815 * ispell.el (ispell-set-spellchecker-params):
4816 Really set `ispell-args' for all equivs.
4817
4818 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4819
4820 * ido.el (ido-completions): Use extra elements of ido-decorations
4821 (bug#14143).
4822 (ido-decorations): Update docstring.
4823
4824 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
4825
4826 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4827 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
4828 nil during initialization, in order not to miss changes since the
4829 file was opened. (Bug#14140)
4830
4831 2013-04-05 Leo Liu <sdl.web@gmail.com>
4832
4833 * kmacro.el (kmacro-call-macro): Fix bug#14135.
4834
4835 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
4836
4837 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
4838
4839 2013-04-04 Glenn Morris <rgm@gnu.org>
4840
4841 * electric.el (electric-pair-inhibit-predicate): Add :version.
4842
4843 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4844
4845 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
4846 when a package is required several times (bug#14082).
4847
4848 2013-04-04 Roland Winkler <winkler@gnu.org>
4849
4850 * faces.el (read-face-name): Behave as promised by the docstring.
4851 Assume that arg default is a list of faces.
4852 (describe-face): Call read-face-name with list of default faces.
4853
4854 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4855
4856 * bookmark.el: Fix deletion of bookmarks (bug#13972).
4857 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
4858 (bookmark-bmenu-execute-deletions): Only skip first line if it's
4859 the header.
4860 (bookmark-exit-hook-internal): Save even if list is empty.
4861
4862 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
4863
4864 * emacs-lisp/package.el (package-pinned-packages): New var.
4865 (package--add-to-archive-contents): Obey it (bug#14118).
4866
4867 2013-04-03 Alan Mackenzie <acm@muc.de>
4868
4869 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
4870 Also adapt to the new values of element 7 of a parse state.
4871
4872 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
4873 parameter `not-in-delimiter'. Handle being inside comment opener.
4874 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
4875 character in case we're typing a '*' after a '/'.
4876 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
4877 instead by passing the parameter to c-state-pp-to-literal.
4878
4879 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
4880 for elt. 7 of a parse state.
4881
4882 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
4883
4884 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
4885 * international/latin1-disp.el, international/mule-util.el:
4886 * language/cyril-util.el, language/european.el, language/ind-util.el:
4887 * language/lao-util.el, language/thai.el, language/tibet-util.el:
4888 * language/tibetan.el, language/viet-util.el:
4889 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
4890
4891 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
4894 (electric-pair-post-self-insert-function): Use it.
4895 (electric-pair-default-inhibit): New function, extracted from
4896 electric-pair-post-self-insert-function.
4897
4898 2013-03-31 Roland Winkler <winkler@gnu.org>
4899
4900 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
4901
4902 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4903
4904 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
4905
4906 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
4907
4908 Un-indent after "pass" and "return" statements (Bug#13888)
4909 * progmodes/python.el (python-indent-block-enders): New var.
4910 (python-indent-calculate-indentation): Use it.
4911
4912 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
4913
4914 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
4915 defun. Defining it as defalias could introduce too eager
4916 byte-compiler optimization. (Bug#14030)
4917
4918 2013-03-30 Chong Yidong <cyd@gnu.org>
4919
4920 * iswitchb.el (iswitchb-read-buffer): Fix typo.
4921
4922 2013-03-30 Leo Liu <sdl.web@gmail.com>
4923
4924 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
4925 (kmacro-execute-from-register): Pass the keyboard macro to
4926 kmacro-call-macro or repeating won't work correctly.
4927
4928 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
4929
4930 * progmodes/subword.el: Back to using `forward-symbol'.
4931
4932 * subr.el (forward-whitespace, forward-symbol)
4933 (forward-same-syntax): Move from thingatpt.el.
4934
4935 2013-03-29 Leo Liu <sdl.web@gmail.com>
4936
4937 * kmacro.el (kmacro-to-register): New command.
4938 (kmacro-execute-from-register): New function.
4939 (kmacro-keymap): Bind to 'x'. (Bug#14071)
4940
4941 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4942
4943 * mpc.el: Use defvar-local and setq-local.
4944 (mpc--proc-connect): Connection failures are not bugs.
4945 (mpc-mode-map): `follow-link' only applies to the buffer's content.
4946 (mpc-volume-map): Bind to the up-events.
4947
4948 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4949
4950 * progmodes/subword.el (superword-mode): Use `forward-sexp'
4951 instead of `forward-symbol'.
4952
4953 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4954
4955 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
4956 (edebug--recursive-edit): Use it.
4957 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
4958 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
4959
4960 2013-03-28 Leo Liu <sdl.web@gmail.com>
4961
4962 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
4963
4964 2013-03-27 Eli Zaretskii <eliz@gnu.org>
4965
4966 * facemenu.el (list-colors-callback): New defvar.
4967 (list-colors-redisplay): New function.
4968 (list-colors-display): Install list-colors-redisplay as the
4969 revert-buffer-function. (Bug#14063)
4970
4971 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4972
4973 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
4974 and suffixes don't overlap (bug#14061).
4975
4976 * case-table.el: Use lexical-binding.
4977 (case-table-get-table): New function.
4978 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
4979
4980 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4981
4982 * progmodes/subword.el: Add `superword-mode' to do word motion
4983 over symbol_words (parallels and leverages `subword-mode' which
4984 does word motion inside MixedCaseWords).
4985
4986 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
4987
4988 * eshell/em-unix.el: Move su and sudo to...
4989 * eshell/em-tramp.el: ...Eshell tramp module.
4990
4991 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4992
4993 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
4994 Change return value to be a sexp. Delay `get-buffer' to after
4995 restoring the desktop (bug#13951).
4996
4997 2013-03-26 Leo Liu <sdl.web@gmail.com>
4998
4999 * register.el: Move semantic tag handling back to
5000 cedet/semantic/senator.el. (Bug#14052)
5001
5002 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5003
5004 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
5005 into the prompt either (bug#13963).
5006
5007 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
5010 part of "(error-foo)".
5011
5012 2013-03-24 Juri Linkov <juri@jurta.org>
5013
5014 * replace.el (list-matching-lines-prefix-face): New defcustom.
5015 (occur-1): Pass `list-matching-lines-prefix-face' to the function
5016 `occur-engine' if `face-differs-from-default-p' returns t.
5017 (occur-engine): Add `,' inside backquote construct to evaluate
5018 `prefix-face'. Propertize the prefix with the `prefix-face' face.
5019 Pass `prefix-face' to the functions `occur-context-lines' and
5020 `occur-engine-add-prefix'.
5021 (occur-engine-add-prefix, occur-context-lines): Add optional arg
5022 `prefix-face' and propertize the prefix with `prefix-face'.
5023 (Bug#14017)
5024
5025 2013-03-24 Leo Liu <sdl.web@gmail.com>
5026
5027 * nxml/rng-valid.el (rng-validate-while-idle)
5028 (rng-validate-quick-while-idle): Guard against deleted buffer.
5029 (Bug#13999)
5030
5031 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
5032 is the last entry in kill-buffer-hook.
5033
5034 * files.el (kill-buffer-hook): Doc fix.
5035
5036 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
5037
5038 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
5039 Make it safe-local.
5040
5041 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
5042
5043 2013-03-23 Leo Liu <sdl.web@gmail.com>
5044
5045 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
5046 Remove.
5047
5048 * nxml/rng-valid.el (rng-validate-mode)
5049 (rng-after-change-function, rng-do-some-validation):
5050 * nxml/rng-maint.el (rng-validate-buffer):
5051 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
5052 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
5053 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
5054 (nxml-extend-after-change-region): Use with-silent-modifications.
5055
5056 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
5057 timer-idle-list.
5058
5059 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
5060 (rng-next-error-1, rng-previous-error-1): Do not let-bind
5061 timer-idle-list. (Bug#13999)
5062
5063 2013-03-23 Juri Linkov <juri@jurta.org>
5064
5065 * info.el (info-index-match): New face.
5066 (Info-index, Info-apropos-matches): Add a nested subgroup to the
5067 main pattern and add text properties with the new face to matches
5068 in index entries relative to the beginning of the index entry.
5069 (Bug#14015)
5070
5071 2013-03-21 Eric Ludlam <zappo@gnu.org>
5072
5073 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
5074 Inhibit read only while inserting objects.
5075
5076 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
5077
5078 * progmodes/cfengine.el: Update docs to mention
5079 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
5080 symbol motion. Remove "_" from the word syntax.
5081
5082 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
5083
5084 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
5085 syntax for both `cfengine2-mode' and `cfengine3-mode'.
5086
5087 2013-03-20 Juri Linkov <juri@jurta.org>
5088
5089 * info.el (Info-next-reference-or-link)
5090 (Info-prev-reference-or-link): New functions.
5091 (Info-next-reference, Info-prev-reference): Use them.
5092 (Info-try-follow-nearest-node): Handle footnote navigation.
5093 (Info-fontify-node): Fontify footnotes. (Bug#13989)
5094
5095 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5096
5097 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
5098 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
5099
5100 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
5101
5102 Suppress unnecessary non-ASCII chatter during build process.
5103 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
5104 (batch-skkdic-convert): Suppress most of the chatter.
5105 It's not needed so much now that machines are faster,
5106 and its non-ASCII component was confusing; see Dmitry Gutov in
5107 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
5108
5109 2013-03-20 Leo Liu <sdl.web@gmail.com>
5110
5111 * ido.el (ido-chop): Fix bug#10994.
5112
5113 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
5114
5115 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
5116 Remove vars.
5117 (whitespace-color-on, whitespace-color-off):
5118 Use `font-lock-fontify-buffer' (Bug#13817).
5119
5120 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5121
5122 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
5123 remapping in mode-line.
5124 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
5125
5126 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
5127
5128 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
5129 value for `whitespace-line' face (Bug#13875).
5130 (whitespace-font-lock-keywords): Change description.
5131 (whitespace-color-on): Don't save `font-lock-keywords' value, save
5132 the constructed keywords instead.
5133 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
5134
5135 2013-03-19 Leo Liu <sdl.web@gmail.com>
5136
5137 * progmodes/compile.el (compilation-display-error): New command.
5138 (compilation-mode-map, compilation-minor-mode-map): Bind it to
5139 C-o. (Bug#13992)
5140
5141 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
5142
5143 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
5144
5145 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
5146
5147 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
5148
5149 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
5150
5151 * net/tramp-compat.el (tramp-compat-user-error): New defun.
5152
5153 * net/tramp-adb.el (tramp-adb-handle-shell-command):
5154 * net/tramp-gvfs.el (top):
5155 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
5156 (tramp-handle-shell-command): Use it.
5157 (tramp-dissect-file-name): Raise an error when hostname is a
5158 method name, and neither method nor user is specified.
5159
5160 * net/trampver.el: Update release number.
5161
5162 2013-03-18 Leo Liu <sdl.web@gmail.com>
5163
5164 Make sure eldoc can be turned off properly.
5165 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
5166 eldoc-mode.
5167 (eldoc-display-message-p): Revert last change.
5168 (eldoc-display-message-no-interference-p)
5169 (eldoc-print-current-symbol-info): Tweak.
5170
5171 2013-03-18 Tassilo Horn <tsdh@gnu.org>
5172
5173 * doc-view.el (doc-view-new-window-function): Check the new window
5174 overlay's display property instead the char property of the
5175 buffer's first char. Use `with-selected-window' instead of
5176 `save-window-excursion' with `select-window'.
5177 (doc-view-document->bitmap): Check the current doc-view overlay's
5178 display property instead the char property of the buffer's first char.
5179
5180 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
5181
5182 Automate the build of ja-dic.el (Bug#13984).
5183 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
5184 from the input, rather than assume that it's been done for us by the
5185 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
5186 the current date into a ja-dic.el comment, as that complicates
5187 regression testing.
5188
5189 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
5190
5191 * whitespace.el: Fix double evaluation.
5192 (whitespace-space, whitespace-hspace, whitespace-tab)
5193 (whitespace-newline, whitespace-trailing, whitespace-line)
5194 (whitespace-space-before-tab, whitespace-indentation)
5195 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
5196 obsolete defvars.
5197 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
5198 (whitespace-color-on): Use a single font-lock-add-keywords call.
5199 Fix double-evaluation of face variables.
5200
5201 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
5202
5203 * net/tramp-adb.el (tramp-adb-parse-device-names):
5204 Use `start-process' instead of `call-process'. Otherwise, the
5205 function might be blocked under MS Windows. (Bug#13299)
5206
5207 2013-03-17 Leo Liu <sdl.web@gmail.com>
5208
5209 Extend eldoc to display info in the mode-line. (Bug#13978)
5210 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
5211 (eldoc-mode-line-string): New variable.
5212 (eldoc-minibuffer-message): New function.
5213 (eldoc-message-function): New variable.
5214 (eldoc-message): Use it.
5215 (eldoc-display-message-p)
5216 (eldoc-display-message-no-interference-p):
5217 Support eldoc-post-insert-mode.
5218
5219 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
5220 (eval-expression): Run it.
5221
5222 2013-03-17 Roland Winkler <winkler@gnu.org>
5223
5224 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
5225 strings in the list of return values.
5226
5227 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
5228
5229 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
5230 radix before checking for HMS forms.
5231
5232 2013-03-16 Leo Liu <sdl.web@gmail.com>
5233
5234 * progmodes/scheme.el: Add indentation and font-locking for λ.
5235 (Bug#13975)
5236
5237 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5238
5239 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
5240 token before point (bug#13942).
5241
5242 2013-03-16 Leo Liu <sdl.web@gmail.com>
5243
5244 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
5245
5246 2013-03-16 Eli Zaretskii <eliz@gnu.org>
5247
5248 * startup.el (command-line-normalize-file-name): Fix handling of
5249 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
5250 <xfq.free@gmail.com> in
5251 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
5252
5253 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
5254
5255 Sync with Tramp 2.2.7.
5256
5257 * net/trampver.el: Update release number.
5258
5259 2013-03-14 Tassilo Horn <tsdh@gnu.org>
5260
5261 * doc-view.el Fix bug#13887.
5262 (doc-view-insert-image): Don't modify overlay associated to
5263 non-live windows, and implement horizontal centering of image in
5264 case it's smaller than the window.
5265 (doc-view-new-window-function): Force redisplay of new windows on
5266 doc-view buffers.
5267
5268 2013-03-13 Karl Fogel <kfogel@red-bean.com>
5269
5270 * saveplace.el (save-place-alist-to-file): Don't sort
5271 `save-place-alist', just pretty-print it (bug#13882).
5272
5273 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
5274
5275 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
5276 Check whether `default-file-name-coding-system' is bound.
5277 It isn't in XEmacs.
5278
5279 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5280
5281 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
5282 backquotes for `obsolete' (bug#13929).
5283
5284 * international/mule.el (find-auto-coding): Include file name in
5285 obsolescence warning (bug#13922).
5286
5287 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5288
5289 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
5290 for CFEngine 3-specific indentation.
5291 (cfengine3-indent-line): Use it. Fix up category regex.
5292 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
5293
5294 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5295
5296 * type-break.el (type-break-file-name):
5297 * textmodes/remember.el (remember-data-file):
5298 * strokes.el (strokes-file):
5299 * shadowfile.el (shadow-initialize):
5300 * saveplace.el (save-place-file):
5301 * ps-bdf.el (bdf-cache-file):
5302 * progmodes/idlwave.el (idlwave-config-directory):
5303 * net/quickurl.el (quickurl-url-file):
5304 * international/kkc.el (kkc-init-file-name):
5305 * ido.el (ido-save-directory-list-file):
5306 * emulation/viper.el (viper-custom-file-name):
5307 * emulation/vip.el (vip-startup-file):
5308 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
5309 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
5310
5311 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
5312
5313 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
5314 * language/thai-word.el: Switch to UTF-8.
5315
5316 See ChangeLog.16 for earlier changes.
5317
5318 ;; Local Variables:
5319 ;; coding: utf-8
5320 ;; End:
5321
5322 Copyright (C) 2011-2013 Free Software Foundation, Inc.
5323
5324 This file is part of GNU Emacs.
5325
5326 GNU Emacs is free software: you can redistribute it and/or modify
5327 it under the terms of the GNU General Public License as published by
5328 the Free Software Foundation, either version 3 of the License, or
5329 (at your option) any later version.
5330
5331 GNU Emacs is distributed in the hope that it will be useful,
5332 but WITHOUT ANY WARRANTY; without even the implied warranty of
5333 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5334 GNU General Public License for more details.
5335
5336 You should have received a copy of the GNU General Public License
5337 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.