Rename `zlib-decompress-gzipped-region' to `zlib-decompress-region'.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
01f1a9ab
JB
12013-08-12 Juanma Barranquero <lekktu@gmail.com>
2
3 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
4 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
5 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
6
594a4307
EZ
72013-08-12 Eli Zaretskii <eliz@gnu.org>
8
9 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
10
7a22490f 112013-08-12 Glenn Morris <rgm@gnu.org>
f26afdb0
GM
12
13 * format.el (format-annotate-function):
14 Handle read-only text properties in the source. (Bug#14887)
15
3e41a054
LMI
162013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17
18 * net/eww.el (eww-display-html): Ignore coding system errors. One
19 web site uses "utf-8lias" as the coding system.
20
7ec326db
JB
212013-08-11 Juanma Barranquero <lekktu@gmail.com>
22
23 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
24
5660113b
JB
252013-08-10 Juanma Barranquero <lekktu@gmail.com>
26
9a4ebc74
JB
27 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
28 (tutorial--detailed-help): Remove unused local variables.
29 (tutorial--save-tutorial-to): Use ignore-errors.
30 (help-with-tutorial): Use looking-at-p.
31
32 * view.el (view-buffer-other-window, view-buffer-other-frame):
33 Mark unused arguments.
34
35 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
36 (woman-select-symbol-fonts, woman, woman-find-file)
37 (woman-insert-file-contents, woman-non-underline-faces):
38 Use string-match-p.
39 (woman1-unquote): Move declaration.
40
41 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
42 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
43 argument. Remove unused local variable.
44 (xml-parse-elem-type): Use string-match-p.
45 (xml-substitute-numeric-entities): Use ignore-errors.
46
45fdb482
JB
47 * calculator.el (calculator): Mark unused argument.
48 (calculator-paste, calculator-quit, calculator-integer-p):
49 Use ignore-errors.
50 (calculator-string-to-number, calculator-decimal, calculator-exp)
51 (calculator-op-or-exp): Use string-match-p.
52
53 * dired.el (dired-buffer-more-recently-used-p): Declare.
54 (dired-insert-set-properties, dired-insert-old-subdirs):
55 Use ignore-errors.
56
57 * dired-aux.el (dired-compress): Use ignore-errors.
58 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
59 (dired-do-async-shell-command, dired-do-shell-command)
60 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
61 (dired-insert-subdir-validate): Use string-match-p.
62 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
63 (dired-add-entry): Use string-match-p, looking-at-p.
64 (dired-insert-subdir-newpos): Remove unused local variable.
65
66 * filenotify.el (file-notify-callback): Remove unused local variable.
67
68 * filesets.el (filesets-error): Mark unused argument.
69 (filesets-which-command-p, filesets-filter-dir-names)
70 (filesets-directory-files, filesets-get-external-viewer)
71 (filesets-ingroup-get-data): Use string-match-p.
72
73 * find-file.el (ff-other-file-name, ff-other-file-name)
74 (ff-find-the-other-file, ff-cc-hh-converter):
75 Remove unused local variables.
76 (ff-get-file-name): Use string-match-p.
77 (ff-all-dirs-under): Use ignore-errors.
78
79 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
80 (follow-select-if-visible): Remove unused local variable.
81
82 * forms.el (read-file-filter): Move declaration.
83 (forms--make-format, forms--make-parser, forms-insert-record):
84 Quote function with #'.
85 (forms--update): Use string-match-p. Quote function with #'.
86
87 * help-mode.el (help-dir-local-var-def): Mark unused argument.
88 (help-make-xrefs): Use looking-at-p.
89 (help-xref-on-pp): Use looking-at-p, ignore-errors.
90
91 * ibuffer.el (ibuffer-ext-visible-p): Declare.
92 (ibuffer-confirm-operation-on): Use string-match-p.
93
94 * msb.el (msb-item-handler, msb-dired-item-handler):
95 Mark unused arguments.
96
97 * ses.el (ses-decode-cell-symbol)
98 (ses-kill-override): Remove unused local variable.
99 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
100 (ses-load): Use ignore-errors, looking-at-p.
101 (ses-jump-safe): Use ignore-errors.
102 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
103
104 * tabify.el (untabify, tabify): Mark unused arguments.
105
106 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
107 Mark unused argument.
108 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
109 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
110
c880af52
JB
111 * emacs-lisp/timer.el (timer--time): Define setter with
112 gv-define-setter to avoid deprecation warning.
113
5660113b 114 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
c880af52 115 (*record-cmpl-statistics-p*): Remove (was commented out).
5660113b
JB
116 (cmpl-statistics-block): Remove (body was commented out).
117 All callers changed.
118 (add-completions-from-buffer, load-completions-from-file):
119 Remove unused variables.
120
156aab80
JB
1212013-08-09 Juanma Barranquero <lekktu@gmail.com>
122
5c5dee78
JB
123 * filecache.el (file-cache-delete-file-list):
124 Print message only when told so.
125 (file-cache-files-matching): Use #' in mapconcat argument.
126
156aab80
JB
127 * ffap.el (ffap-url-at-point): Fix reference to variable
128 thing-at-point-default-mail-uri-scheme.
129
ad9dcd70
SM
1302013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
131
54bd972f
SM
132 * subr.el (define-error): New function.
133 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
134 error-file-not-found and define with define-error.
135 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
136 and define with define-error.
137 * userlock.el (file-locked, file-supersession):
138 * simple.el (mark-inactive):
139 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
140 * progmodes/ada-mode.el (ada-mode-errors):
141 * play/life.el (life-extinct):
142 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
143 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
144 * nxml/rng-util.el (rng-error):
145 * nxml/rng-uri.el (rng-uri-error):
146 * nxml/rng-match.el (rng-compile-error):
147 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
148 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
149 * nxml/nxml-rap.el (nxml-scan-error):
150 * nxml/nxml-outln.el (nxml-outline-error):
151 * net/soap-client.el (soap-error):
152 * net/gnutls.el (gnutls-error):
153 * net/ange-ftp.el (ftp-error):
154 * mpc.el (mpc-proc-error):
155 * json.el (json-error, json-readtable-error, json-unknown-keyword)
156 (json-number-format, json-string-escape, json-string-format)
157 (json-key-format, json-object-format):
158 * jka-compr.el (compression-error):
159 * international/quail.el (quail-error):
160 * international/kkc.el (kkc-error):
161 * emacs-lisp/ert.el (ert-test-failed):
162 * calc/calc.el (calc-error, inexact-result, math-overflow)
163 (math-underflow):
164 * bookmark.el (bookmark-error-no-filename):
165 * epg.el (epg-error): Define with define-error.
166
0ea9e53a
SM
167 * time.el (display-time-event-handler)
168 (display-time-next-load-average): Don't call sit-for since it seems
169 unnecessary (bug#15045).
170
b0429158
SM
171 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
172 Use #' instead of ' to quote functions.
173 (checkdoc-output-mode): Use setq-local.
174 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
175 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
176 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
177 (checkdoc-ispell, checkdoc-ispell-current-buffer)
178 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
179 (checkdoc-ispell-message-text, checkdoc-ispell-start)
180 (checkdoc-ispell-continue, checkdoc-ispell-comments)
181 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
182
ad9dcd70
SM
183 * ido.el (ido-completion-help): Fix up compiler warning.
184
77187e6f
JB
1852013-08-09 Juanma Barranquero <lekktu@gmail.com>
186
187 * frameset.el (frameset-p): Add autoload cookie.
188 (frameset--jump-to-register): New function, based on code moved from
189 register.el.
190 (frameset-to-register): Move from register.el. Adapt to `registerv'.
191
192 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
193 (frameset-restore, frameset-save, frameset-session-filter-alist):
194 Remove declarations.
195 (register-alist): Doc fix.
196 (frameset-to-register): Move to frameset.el.
197 (jump-to-register, describe-register-1): Remove frameset-specific code.
198
9d3aa82c
JB
1992013-08-08 Juanma Barranquero <lekktu@gmail.com>
200
201 * allout-widgets.el (allout-widgets-pre-command-business)
202 (allout-widgets-post-command-business)
203 (allout-widgets-after-change-handler)
204 (allout-decorate-item-and-context, allout-set-boundary-marker)
205 (allout-body-modification-handler)
206 (allout-graphics-modification-handler): Mark ignored arguments.
207 (allout-widgets-post-command-business)
208 (allout-widgets-exposure-change-processor)
209 (allout-widgets-exposure-undo-processor)
210 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
211 (allout-parse-item-at-point, allout-decorate-item-guides)
212 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
213 * allout.el (epa-passphrase-callback-function): Declare.
214 (allout-overlay-insert-in-front-handler)
215 (allout-overlay-interior-modification-handler)
216 (allout-isearch-end-handler, allout-chart-siblings)
217 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
218 (allout-yank-processing, allout-process-exposed)
219 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
220 (allout-latex-verbatim-quote-curr-line): Removed unused variables.
221 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
222 (lisp-indent-defform): Mark ignored arguments.
223 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
224 (calculate-lisp-indent): Remove unused variables.
225 * international/characters.el (indian-2-column, arabic-2-column)
226 (tibetan): Mark ignored arguments.
227 (use-cjk-char-width-table): Mark ignored arguments.
228 Remove unused variables.
229 * international/fontset.el (build-default-fontset-data)
230 (x-compose-font-name, create-fontset-from-fontset-spec):
231 Mark ignored arguments.
232 (fontset-plain-name): Remove unused variables.
233 * international/mule.el (charset-id, charset-bytes, generic-char-p)
234 (keyboard-coding-system): Mark ignored arguments.
235 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
236 * help.el (resize-temp-buffer-window):
237 * window.el (display-buffer-in-major-side-window)
238 (display-buffer-in-side-window, display-buffer-in-previous-window):
239 Remove unused variables.
240 * isearch.el (isearch-forward-symbol):
241 * version.el (emacs-bzr-version-bzr):
242 * international/mule-cmds.el (current-language-environment):
243 * term/common-win.el (x-handle-iconic, x-handle-geometry)
244 (x-handle-display):
245 * term/pc-win.el (x-list-fonts, x-display-planes)
246 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
247 (x-server-version, x-display-screens, x-display-mm-height)
248 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
249 (x-selection-owner-p, x-own-selection-internal)
250 (x-disown-selection-internal, x-get-selection-internal)
251 (msdos-initialize-window-system):
252 * term/tty-colors.el (tty-color-alist, tty-color-clear):
253 * term/x-win.el (x-handle-no-bitmap-icon):
254 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
255 (vc-default-find-file-hook, vc-default-extra-menu):
256 Mark ignored arguments.
257
0ca3f70e
SM
2582013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
261 break-condition in the context of the debugged code (bug#12685).
262
74c5d24c
CS
2632013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
264
265 * comint.el:
266 Do not use an overlay to highlight the last prompt. (Bug#14744)
267 (comint-mode): Make comint-last-prompt buffer local.
268 (comint-last-prompt): New variable.
269 (comint-last-prompt-overlay): Remove. Superseded by
270 comint-last-prompt.
0ca3f70e
SM
271 (comint-snapshot-last-prompt, comint-output-filter):
272 Use comint-last-prompt.
74c5d24c 273
c03c02ee
JB
2742013-08-08 Juanma Barranquero <lekktu@gmail.com>
275
a3738d20 276 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
c03c02ee
JB
277 (frameset-save): Check validity of the resulting frameset.
278
04263d23
XF
2792013-08-08 Xue Fuqiao <xfq.free@gmail.com>
280
281 * ido.el (ido-record-command): Add doc string.
282
76c5e5ab
JB
2832013-08-08 Juanma Barranquero <lekktu@gmail.com>
284
285 * frameset.el (frameset): Do not disable creation of the default
286 frameset-p predicate. Doc fix.
287 (frameset-valid-p): New function, copied from the old predicate-p.
288 Add additional checks.
289 (frameset-restore): Check with frameset-valid-p.
290 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
291 (frameset-name, frameset-description, frameset-properties)
292 (frameset-states): Add docstring.
f9dbf1cb
JB
293 (frameset-session-filter-alist, frameset-persistent-filter-alist)
294 (frameset-filter-alist): Doc fixes.
76c5e5ab 295
bd0c3c0b
JB
2962013-08-08 Juanma Barranquero <lekktu@gmail.com>
297
298 * frameset.el (frameset-p, frameset-prop): Doc fixes.
299
c735544c
SM
3002013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
303 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
304 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
305 (byte-compile-normal-call): Remove obsolescence check.
306
2805a651
JB
3072013-08-08 Juanma Barranquero <lekktu@gmail.com>
308
3677ffeb
JB
309 * frameset.el (frameset-restore): Doc fix.
310
2805a651
JB
311 * register.el (frameset-frame-id, frameset-frame-with-id)
312 (frameset-p, frameset-restore, frameset-save): Declare.
313 (register-alist): Document framesets.
314 (frameset-session-filter-alist): Declare.
315 (frameset-to-register): New function.
316 (jump-to-register): Implement jumping to framesets. Doc fix.
317 (describe-register-1): Describe framesets.
318
319 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
320
a912c016
JB
3212013-08-07 Juanma Barranquero <lekktu@gmail.com>
322
323 * desktop.el (desktop-save-frameset): Use new frameset-save args.
324 Use lexical-binding.
325
326 * frameset.el (frameset): Use type vector, not list (incompatible
327 change). Do not declare a new constructor, use the default one.
328 Upgrade suggested properties `app', `name' and `desc' to slots `app',
329 `name' and `description', respectively, and add read-only slot
330 `timestamp'. Doc fixes.
331 (frameset-copy, frameset-persistent-filter-alist)
332 (frameset-filter-alist, frameset-switch-to-gui-p)
333 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
334 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
335 (frameset-filter-iconified, frameset-keep-original-display-p):
336 Doc fixes.
337 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
338 Rename from frameset-filter-(save|restore)-param. All callers changed.
339 Doc fix.
340 (frameset-p): Adapt to change to vector and be more thorough.
341 Change arg name to OBJECT. Doc fix.
342 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
343 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
344 All callers changed.
345 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
346 All callers changed.
347 (frameset--record-minibuffer-relationships): Rename from
348 frameset--process-minibuffer-frames. All callers changed.
349 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
350 Use new default constructor (again). Doc fix.
351 (frameset--find-frame-if): Rename from `frameset--find-frame.
352 All callers changed.
353 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
354 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
355 Doc fix.
356 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
357 PARAMETERS and WINDOW-STATE, respectively.
358 (frameset-restore): Add new keyword argument PREDICATE.
359 Reset frameset--target-display to nil. Doc fix.
360
bb41480a
SM
3612013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
362
f001e98e
SM
363 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
364 (bat-mode): Use it.
365 (bat-mode-syntax-table): Mark \n as end-of-comment.
366 (bat-font-lock-keywords): Remove comment rule.
367
7679edb1
SM
368 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
369 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
370
bb41480a
SM
371 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
372 (byte-compile-callargs-warn): Use `push'.
373 (byte-compile-arglist-warn): Ignore higher-order "calls".
374 (byte-compile-file-form-autoload): Use `pcase'.
375 (byte-compile-function-form): If quoting a symbol, check that it exists.
376
cdc1ebb9
EZ
3772013-08-07 Eli Zaretskii <eliz@gnu.org>
378
379 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
380 and add a few popular commands found in batch files.
381 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
382 (dos-mode): Doc fixes.
383
312b1740
SM
3842013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
387 (dos-mode): Use setq-local. Add space after "rem".
388 (dos-mode-syntax-table): Don't use "w" for symbol chars.
389 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
390
400a3178
AM
3912013-08-07 Arni Magnusson <arnima@hafro.is>
392
393 * progmodes/dos.el: New file.
394 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
395 dos-mode.
396
3b5c03d3
GM
3972013-08-06 Glenn Morris <rgm@gnu.org>
398
399 * calendar/calendar.el: Add new faces, and day-header-array.
400 (calendar-weekday-header, calendar-weekend-header)
401 (calendar-month-header): New faces.
402 (calendar-day-header-construct): New function.
403 (calendar-day-header-width): Also :set calendar-day-header-array.
404 (calendar-american-month-header, calendar-european-month-header)
405 (calendar-iso-month-header): Use calendar- faces.
406 (calendar-generate-month):
407 Use calendar-day-header-array for day headers; apply faces to them.
408 (calendar-mode): Check calendar-font-lock-keywords non-nil.
409 (calendar-abbrev-construct): Add optional maxlen argument.
410 (calendar-day-name-array): Doc fix.
411 (calendar-day-name-array, calendar-abbrev-length)
412 (calendar-day-abbrev-array):
413 Also :set calendar-day-header-array, and maybe redraw.
414 (calendar-day-header-array): New option. (Bug#15007)
8a806f04 415 (calendar-font-lock-keywords): Set to nil and make obsolete.
3b5c03d3
GM
416 (calendar-day-name): Add option to use header array.
417
ec6a2d7a
LMI
4182013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
419
420 * net/shr.el (shr-render-td): Remove debugging.
421 (shr-render-td): Make width computation consistent by defaulting
422 all zero-width columns to 10 characters. This may not be optimal,
423 but it's at least consistent.
2122cb6d
LMI
424 (shr-make-table-1): Redo last change to fix the real problem in
425 colspan handling.
ec6a2d7a 426
ed4fd9c5
DA
4272013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
428
0ca3f70e
SM
429 * files.el (cache-long-line-scans):
430 Make obsolete alias to `cache-long-scans'.
ed4fd9c5 431
64e22afe
JB
4322013-08-06 Juanma Barranquero <lekktu@gmail.com>
433
024b38fc
JB
434 * frameset.el (frameset, frameset-filter-alist)
435 (frameset-filter-params, frameset-save, frameset--reuse-frame)
436 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
437 (frameset-compute-pos): Rename from frameset--compute-pos,
438 and add docstring.
439 (frameset-move-onscreen): Use frameset-compute-pos.
440 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
441
64e22afe
JB
442 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
443 Fix typos in docstrings.
444
c8c2aca8
DA
4452013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
446
447 * frame.el (get-other-frame): Tiny cleanup.
448
1d237bba
JB
4492013-08-06 Juanma Barranquero <lekktu@gmail.com>
450
8951efef
JB
451 * vc/vc.el (vc-default-ignore-completion-table):
452 Silence byte-compiler warning.
453
307764cc
JB
454 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
455 slot , which can indeed be nil.
456 (frameset-live-filter-alist, frameset-persistent-filter-alist):
457 Move entry for `left' from persistent to live filter alist.
458 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
459 Doc fixes.
460 (frameset-filter-params): When restoring a frame, copy items added to
461 `filtered', to avoid unwittingly modifying the original parameters.
462 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
463 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
464
1d237bba
JB
465 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
466 to use looking-at-p instead of looking-at. (Bug#15028)
467
dc6c0eda
SM
4682013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
469
470 Revert introduction of isearch-filter-predicates (bug#14714).
471 Rely on add-function instead.
472 * isearch.el (isearch-filter-predicates): Rename it back to
473 isearch-filter-predicate.
474 (isearch-message-prefix): Use advice-function-mapc and advice
475 properties to get the isearch-message-prefix.
476 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
477 instead of run-hook-with-args-until-failure.
478 (isearch-filter-visible): Not obsolete any more.
479 * loadup.el: Preload nadvice.
480 * replace.el (perform-replace): Revert to funcall
481 instead of run-hook-with-args-until-failure.
482 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
483 * dired-aux.el (dired-isearch-filenames-mode): Rename from
484 dired-isearch-filenames-toggle; make it into a proper minor mode.
485 Use add/remove-function.
486 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
487 Call the minor-mode rather than add/remove-hook.
488 (dired-isearch-filter-filenames):
489 Remove isearch-message-prefix property.
490 * info.el (Info--search-loop): New function, extracted from Info-search.
491 Funcall isearch-filter-predicate instead of
492 run-hook-with-args-until-failure isearch-filter-predicates.
493 (Info-search): Use it.
494 (Info-mode): Use isearch-filter-predicate instead of
495 isearch-filter-predicates.
496
290d5b58
DA
4972013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
498
499 Do not call to `selected-window' where it is assumed by default.
500 Affected functions are `window-minibuffer-p', `window-dedicated-p',
501 `window-hscroll', `window-width', `window-height', `window-buffer',
502 `window-frame', `window-start', `window-point', `next-window'
503 and `window-display-table'.
504 * abbrev.el (abbrev--default-expand):
505 * bs.el (bs--show-with-configuration):
506 * buff-menu.el (Buffer-menu-mouse-select):
507 * calc/calc.el (calc):
508 * calendar/calendar.el (calendar-generate-window):
509 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
510 (diary-make-entry):
511 * comint.el (send-invisible, comint-dynamic-complete-filename)
512 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
513 * completion.el (complete):
514 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
515 * disp-table.el (describe-current-display-table):
516 * doc-view.el (doc-view-insert-image):
517 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
518 * ehelp.el (with-electric-help):
519 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
520 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
521 * emacs-lisp/helper.el (Helper-help-scroller):
522 * emulation/cua-base.el (cua--post-command-handler-1):
523 * eshell/esh-mode.el (eshell-output-filter):
524 * ffap.el (ffap-gnus-wrapper):
525 * help-macro.el (make-help-screen):
526 * hilit-chg.el (highlight-compare-buffers):
527 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
528 * hl-line.el (global-hl-line-highlight):
529 * icomplete.el (icomplete-simple-completing-p):
530 * isearch.el (isearch-done):
531 * jit-lock.el (jit-lock-stealth-fontify):
532 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
533 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
534 * mpc.el (mpc-tagbrowser, mpc):
535 * net/rcirc.el (rcirc-any-buffer):
536 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
537 * play/landmark.el (landmark-max-width, landmark-max-height):
538 * play/zone.el (zone):
539 * progmodes/compile.el (compilation-goto-locus):
540 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
541 * progmodes/etags.el (find-tag-other-window):
542 * progmodes/fortran.el (fortran-column-ruler):
543 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
544 * progmodes/verilog-mode.el (verilog-point-text):
545 * reposition.el (reposition-window):
546 * rot13.el (toggle-rot13-mode):
547 * server.el (server-switch-buffer):
548 * shell.el (shell-dynamic-complete-command)
549 (shell-dynamic-complete-environment-variable):
550 * simple.el (insert-buffer, set-selective-display)
551 (delete-completion-window):
552 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
553 (speedbar-recenter):
554 * startup.el (fancy-splash-head):
555 * textmodes/ispell.el (ispell-command-loop):
556 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
557 * tutorial.el (help-with-tutorial):
558 * vc/add-log.el (add-change-log-entry):
559 * vc/compare-w.el (compare-windows):
560 * vc/ediff-help.el (ediff-indent-help-message):
561 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
562 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
563 (ediff-setup-control-frame):
564 * vc/emerge.el (emerge-position-region):
565 * vc/pcvs-util.el (cvs-bury-buffer):
566 * window.el (walk-windows, mouse-autoselect-window-select):
567 * winner.el (winner-set-conf, winner-undo): Related users changed.
568
38276e01
JB
5692013-08-05 Juanma Barranquero <lekktu@gmail.com>
570
571 * frameset.el (frameset--set-id): Doc fix.
572 (frameset-frame-id, frameset-frame-id-equal-p)
573 (frameset-locate-frame-id): New functions.
574 (frameset--process-minibuffer-frames, frameset--reuse-frame)
575 (frameset-restore): Use them.
576
12b4c0ea
DA
5772013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
578
579 Do not call to `selected-frame' where it is assumed by default.
580 Affected functions are `raise-frame', `redraw-frame',
581 `frame-first-window', `frame-terminal' and `delete-frame'.
582 * calendar/appt.el (appt-disp-window):
583 * epg.el (epg-wait-for-completion):
584 * follow.el (follow-delete-other-windows-and-split)
585 (follow-avoid-tail-recenter):
586 * international/mule.el (set-terminal-coding-system):
587 * mail/rmail.el (rmail-mail-return):
588 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
589 * progmodes/f90.el (f90-add-imenu-menu):
590 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
591 * server.el (server-switch-buffer):
592 * simple.el (delete-completion-window):
593 * talk.el (talk):
594 * term/xterm.el (terminal-init-xterm-modify-other-keys)
595 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
596 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
597 * vc/ediff.el (ediff-documentation): Related users changed.
598 * frame.el (selected-terminal): Remove the leftover.
599
17f25e76
GM
6002013-08-05 Glenn Morris <rgm@gnu.org>
601
602 * calendar/calendar.el (calendar-generate-month):
603 Fix for calendar-column-width != 1 + calendar-day-digit-width.
09e6d547
GM
604 (calendar-generate-month, calendar-font-lock-keywords):
605 Fix for calendar-day-header-width > length of any day name.
17f25e76 606
063233c3
JB
6072013-08-05 Juanma Barranquero <lekktu@gmail.com>
608
609 * desktop.el (desktop-clear): Use new name of sort predicate.
610
611 * frameset.el (frameset): Add docstring. Move :version property to its
612 own `version' slot.
613 (frameset-copy): Rename from copy-frameset.
614 (frameset-p): Check more thoroughly.
615 (frameset-prop): Do not check for :version, which is no longer a prop.
616 (frameset-live-filter-alist, frameset-persistent-filter-alist):
617 Use new :never value instead of t.
618 (frameset-filter-alist): Expand and clarify docstring.
619 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
620 (frameset-filter-minibuffer, frameset-filter-save-param)
621 (frameset-filter-restore-param, frameset-filter-iconified):
622 Add pointer to docstring of frameset-filter-alist.
623 (frameset-filter-params): Rename filter values to be more meaningful:
624 :never instead of t, and reverse the meanings of :save and :restore.
625 (frameset--process-minibuffer-frames): Clarify error message.
626 (frameset-save): Avoid unnecessary and confusing call to framep.
627 Use new BOA constructor for framesets.
628 (frameset--reuse-list): Doc fix.
629 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
630 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
631 (frameset-minibufferless-first-p): Doc fix.
632 Rename from frameset-sort-frames-for-deletion.
633 (frameset-restore): Doc fixes. Use new function names.
634 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
635
d5671a82
JB
6362013-08-04 Juanma Barranquero <lekktu@gmail.com>
637
638 * desktop.el (desktop-restore-forces-onscreen)
639 (desktop-restore-reuses-frames): Document :keyword constant values.
640 (desktop-filter-parameters-alist): Remove, now identical to
641 frameset-filter-alist.
642 (desktop--filter-tty*): Remove, moved to frameset.el.
643 (desktop-save-frameset, desktop-restore-frameset):
644 Do not pass :filters argument.
645
646 * frameset.el (frameset-live-filter-alist)
647 (frameset-persistent-filter-alist): New variables.
648 (frameset-filter-alist): Use them. Add autoload cookie.
649 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
650 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
651 `frameset--id' (it's supposed to be internal to frameset.el).
652 (frameset--process-minibuffer-frames): Ditto. Doc fix.
653 (frameset--initial-params): New function.
654 (frameset--get-frame): Use it. Doc fix.
655 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
656 Accept :all, not 'all.
657 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
658 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
659 with fbound symbols. Fix frame id matching, and remove matching ids if
660 the frame being restored is deleted. Obey :delete.
661
671d5c16
SM
6622013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
663
664 * subr.el (macrop): New function.
665 (text-clone--maintaining): New var.
666 (text-clone--maintain): Rename from text-clone-maintain. Use it
667 instead of inhibit-modification-hooks.
668
669 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
670 a proxy, so as handle autoloads and redefinitions of the target.
671 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
672
673 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
674 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
675 (pcase--mutually-exclusive-p): New function.
676 (pcase--split-consp): Use it.
677 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
678 mutually exclusive with the current predicate.
679
680 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
681 (edebug-macrop): Remove. Use `macrop' instead.
682 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
683 (ad-macro-p):
684 * eshell/esh-cmd.el (eshell-macrop):
685 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
686
1d44e9dc
SM
6872013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
690 (advice-mapc): New function, using it.
691 (advice-function-member-p): New function.
692 (advice--normalize): Store the cdr in advice--saved-rewrite since
693 that's the part that will be changed.
694 (advice--symbol-function): New function.
695 (advice-remove): Handle removal before the function is defined.
696 Adjust to new advice--saved-rewrite.
697 (advice-member-p): Use advice-function-member-p and
698 advice--symbol-function.
699
5414a283
JB
7002013-08-04 Juanma Barranquero <lekktu@gmail.com>
701
51d30f2c
JB
702 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
703 (frameset-filter-minibuffer): Doc fix.
704 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
a04d36a0
JB
705 (frameset--set-id, frameset--process-minibuffer-frames)
706 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
707 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
51d30f2c 708
5414a283
JB
709 * desktop.el (desktop-clear): Only delete frames when called
710 interactively and desktop-restore-frames is non-nil. Doc fix.
711 (desktop-read): Set desktop-saved-frameset to nil.
712
ab419665
XF
7132013-08-04 Xue Fuqiao <xfq.free@gmail.com>
714
715 * vc/vc.el (vc-ignore): Rewrite.
716 (vc-default-ignore-completion-table):
717 (vc--read-lines):
718 (vc--add-line, vc--remove-regexp): New functions.
719
720 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
721 (vc-svn-ignore-completion-table): New function.
722
723 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
724 (vc-hg-ignore-completion-table):
725 (vc-hg-find-ignore-file): New functions.
726
727 * vc/vc-git.el (vc-git-ignore): Rewrite.
728 (vc-git-ignore-completion-table):
729 (vc-git-find-ignore-file): New functions.
730
731 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
732
733 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
734 (vc-bzr-ignore-completion-table):
735 (vc-bzr-find-ignore-file): New functions.
736
2613dea2
JB
7372013-08-03 Juanma Barranquero <lekktu@gmail.com>
738
739 * frameset.el (frameset-prop): New function and setter.
740 (frameset-save): Do not modify frame list passed by the caller.
741
9c959872
SM
7422013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
745
a104f656
SM
7462013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
747
70122acf
SM
748 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
749 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
750
a104f656
SM
751 * custom.el (custom-initialize-default, custom-initialize-set)
752 (custom-initialize-reset, custom-initialize-changed): Affect the
753 toplevel-default-value (bug#6275, bug#14586).
754 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
755 for bug#6275.
756
f078d570
JB
7572013-08-02 Juanma Barranquero <lekktu@gmail.com>
758
185e3b5a
JB
759 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
760 Add cl-def* expressions.
761
f078d570
JB
762 * frameset.el (frameset-filter-params): Fix order of arguments.
763
9421876d
JB
7642013-08-02 Juanma Barranquero <lekktu@gmail.com>
765
766 Move code related to saving frames to frameset.el.
767 * desktop.el: Require frameset.
768 (desktop-restore-frames): Doc fix.
769 (desktop-restore-reuses-frames): Rename from
770 desktop-restoring-reuses-frames.
771 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
772 (desktop-clear): Clear frames too.
773 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
774 (desktop--filter-tty*, desktop-save, desktop-read):
775 Use frameset functions.
776 (desktop-before-saving-frames-functions, desktop--filter-*-color)
777 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
778 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
779 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
780 (desktop--process-minibuffer-frames, desktop-save-frames)
781 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
782 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
783 (desktop--sort-states, desktop-restoring-frames-p)
784 (desktop-restore-frames): Remove. Most code moved to frameset.el.
785 (desktop-restoring-frameset-p, desktop-restore-frameset)
786 (desktop--check-dont-save, desktop-save-frameset): New functions.
787 (desktop--app-id): New constant.
788 (desktop-first-buffer, desktop-buffer-ok-count)
789 (desktop-buffer-fail-count): Move before first use.
790 * frameset.el: New file.
791
76dc5996
SM
7922013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
793
794 * files.el: Use lexical-binding.
795 (dir-locals-read-from-file): Remove unused `err' variable.
796 (hack-dir-local-variables--warned-coding): New var.
797 (hack-dir-local-variables): Use it to avoid repeated warnings.
798 (make-backup-file-name--default-function): New function.
799 (make-backup-file-name-function): Use it as default.
800 (buffer-stale--default-function): New function.
801 (buffer-stale-function): Use it as default.
802 (revert-buffer-insert-file-contents--default-function): New function.
803 (revert-buffer-insert-file-contents-function): Use it as default.
804 (insert-directory): Avoid add-to-list.
805
806 * autorevert.el (auto-revert-handler): Simplify.
807 Use buffer-stale--default-function.
808
06d36e2b
TH
8092013-08-01 Tassilo Horn <tsdh@gnu.org>
810
5f648ab4
TH
811 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
812
06d36e2b
TH
813 * whitespace.el (whitespace-ensure-local-variables): New function.
814 (whitespace-cleanup-region): Call it.
815 (whitespace-turn-on): Call it.
816
a43dc424
MA
8172013-08-01 Michael Albinus <michael.albinus@gmx.de>
818
819 Complete file name handlers.
820
821 * net/tramp.el (tramp-handle-set-visited-file-modtime)
822 (tramp-handle-verify-visited-file-modtime)
823 (tramp-handle-file-notify-rm-watch): New functions.
824 (tramp-call-process): Do not bind `default-directory'.
825
44e18199
JB
826 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
827 Order alphabetically.
a43dc424
MA
828 [access-file, add-name-to-file, dired-call-process]:
829 [dired-compress-file, file-acl, file-notify-rm-watch]:
830 [file-ownership-preserved-p, file-selinux-context]:
831 [make-directory-internal, make-symbolic-link, set-file-acl]:
832 [set-file-selinux-context, set-visited-file-modtime]:
833 [verify-visited-file-modtime]: Add handler.
834 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
835
836 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
837 [file-notify-add-watch, file-notify-rm-watch]:
838 [set-file-times, set-visited-file-modtime]:
839 [verify-visited-file-modtime]: Add handler.
840 (with-tramp-gvfs-error-message)
841 (tramp-gvfs-handle-set-visited-file-modtime)
842 (tramp-gvfs-fuse-file-name): Remove.
843 (tramp-gvfs-handle-file-notify-add-watch)
844 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
845 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
846
44e18199
JB
847 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
848 Order alphabetically.
a43dc424
MA
849 [file-notify-rm-watch ]: Use default Tramp handler.
850 [executable-find]: Remove private handler.
851 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
852 `default-directory'.
853 (tramp-sh-handle-executable-find)
854 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
855 (tramp-sh-file-gvfs-monitor-dir-process-filter)
856 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
857 Do not use `format' in `tramp-message'.
858
859 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
860 [file-notify-rm-watch, set-visited-file-modtime]:
861 [verify-visited-file-modtime]: Add handler.
862 (tramp-smb-call-winexe): Do not bind `default-directory'.
863
7188b515
XF
8642013-08-01 Xue Fuqiao <xfq.free@gmail.com>
865
866 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
867
2412ee1a
DG
8682013-07-31 Dmitry Gutov <dgutov@yandex.ru>
869
870 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
871 use it.
872 (log-view-diff-changeset): Same.
873 (log-view-diff-common): Call backend command `previous-revision'
874 to find out the previous revision, in both cases. Swap the
875 variables `to' and `fr', so that `fr' usually refers to the
876 earlier revision (Bug#14989).
877
5002a754
KRC
8782013-07-31 Kan-Ru Chen <kanru@kanru.info>
879
880 * ibuf-ext.el (ibuffer-filter-by-filename):
881 Make it work with dired buffers too.
882
44e18199 8832013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3b734d1c
DA
884
885 * emacs-lisp/re-builder.el (reb-color-display-p):
886 * files.el (save-buffers-kill-terminal):
887 * net/browse-url.el (browse-url):
888 * server.el (server-save-buffers-kill-terminal):
889 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
890 Prefer nil to selected-frame for the first arg of frame-parameter.
891
aeca3fbb
XF
8922013-07-31 Xue Fuqiao <xfq.free@gmail.com>
893
894 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
895
158bc55c
SB
8962013-07-30 Stephen Berman <stephen.berman@gmx.net>
897
898 * minibuffer.el (completion--twq-all): Try and preserve each
899 completion's case choice (bug#14907).
900
d50fceab
LMI
9012013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
902
ac38e731
LMI
903 * net/network-stream.el (open-network-stream): Mention the new
904 :nogreeting parameter.
905 (network-stream-open-starttls): Use the :nogreeting parameter
906 (bug#14938).
907
1211de50
LMI
908 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
909
997798bf
LMI
910 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
911 more natural than popping.
912
d50fceab 913 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5a2a7735 914 (shr-urlify): Highlight under mouse.
d50fceab 915
5c09de04
XF
9162013-07-30 Xue Fuqiao <xfq.free@gmail.com>
917
207d1d04
XF
918 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
919
920 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
921
5c09de04
XF
922 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
923 buffer for output.
924
3cd51eaa
XF
925 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
926 point-min==1. Fix search string. Fix parentheses missing.
5c09de04 927
44e18199 928 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3cd51eaa 929 assume point-min==1. Fix search string. Fix parentheses missing.
5c09de04
XF
930
931 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
932
933 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
934 buffer for output.
935
35a89bdd
EZ
9362013-07-29 Eli Zaretskii <eliz@gnu.org>
937
938 * frame.el (frame-notice-user-settings): Avoid inflooping when the
939 initial frame is minibuffer-less. (Bug#14841)
940
78822e94
MA
9412013-07-29 Michael Albinus <michael.albinus@gmx.de>
942
943 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
944 option.
945
946 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
947 (tramp-maybe-open-connection): Use it.
948
9503c190
JB
9492013-07-28 Juanma Barranquero <lekktu@gmail.com>
950
951 * desktop.el (desktop--make-frame): Include `minibuffer' in the
952 minimal set of parameters passed when creating a frame, because
953 the minibuffer status of a frame cannot be changed later.
954
d5a845b4
SB
9552013-07-28 Stephen Berman <stephen.berman@gmx.net>
956
957 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
958 replace-regexp-in-string and inadvertent omissions in previous change.
959 (todo-filter-items): Ensure only file names are comma-separated in
42ee6f55 960 name of filtered items buffer.
d5a845b4 961
ddeffb17
JB
9622013-07-28 Juanma Barranquero <lekktu@gmail.com>
963
964 * desktop.el: Optionally force offscreen frames back onscreen.
965 (desktop-restoring-reuses-frames): New option.
966 (desktop--compute-pos, desktop--move-onscreen): New functions.
967 (desktop--make-frame): Use desktop--move-onscreen.
968
f5950f7a
AM
9692013-07-27 Alan Mackenzie <acm@muc.de>
970
971 Fontify a Java generic method as a function.
972 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
973 value to t.
974
ae43b66a
SB
9752013-07-27 Stephen Berman <stephen.berman@gmx.net>
976
977 * calendar/todo-mode.el: Add command to rename todo files.
978 (todo-rename-file): New command.
979 (todo-key-bindings-t): Add key binding for it. Change the
980 bindings of todo-filter-regexp-items(-multifile) to use `x'
981 instead of `r', since the latter is better suited to the new
982 renaming command.
983
5ab78d3d
AM
9842013-07-27 Alan Mackenzie <acm@muc.de>
985
986 Make Java try-with-resources statement parse properly.
987 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
988 (c-block-stmt-1-2-key): New language constants/variables.
989 * progmodes/cc-engine.el (c-beginning-of-statement-1)
990 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
991 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
44e18199 992 with c-block-stmt-1-2-key.
5ab78d3d 993
d85c4d50
JB
9942013-07-27 Juanma Barranquero <lekktu@gmail.com>
995
996 * desktop.el (desktop--make-frame): Apply most frame parameters after
997 creating the frame to force (partially or totally) offscreen frames to
998 be restored as such.
999
e4c467f9
XF
10002013-07-26 Xue Fuqiao <xfq.free@gmail.com>
1001
1002 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
742a3501 1003 (Bug#14948)
e4c467f9 1004
7ced0d04
SM
10052013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1006
1007 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
1008 `base' arg of backtrace-frame.
1009
fec92060
EZ
10102013-07-26 Eli Zaretskii <eliz@gnu.org>
1011
1012 * simple.el (list-processes): Doc fix.
1013
d58d31fb
JB
10142013-07-26 Juanma Barranquero <lekktu@gmail.com>
1015
1016 * desktop.el (desktop--select-frame):
d85c4d50 1017 Try harder to reuse existing frames.
d58d31fb 1018
53ff3e77
SM
10192013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1020
1021 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
1022 (edebug-eval): Use backtrace-eval.
1023 (edebug--display, edebug--recursive-edit): Don't let-bind the
1024 edebug-outer-* vars that keep track of variables we locally let-bind.
1025 (edebug-outside-excursion): Don't restore outside values of locally
1026 let-bound vars.
1027 (edebug--display): Use user-error.
1028 (cl-lexical-debug, cl-debug-env): Remove.
1029
045f7a53
JB
10302013-07-26 Juanma Barranquero <lekktu@gmail.com>
1031
1032 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
1033 are restored to be sure that they are visible before deleting any
1034 remaining ones.
1035
59070b32
MM
10362013-07-26 Matthias Meulien <orontee@gmail.com>
1037
742a3501
XF
1038 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
1039 vc-print-root-log. (Bug#14948)
59070b32 1040
b1fb3596
RS
10412013-07-26 Richard Stallman <rms@gnu.org>
1042
1043 Add aliases for encrypting mail.
1044 * epa.el (epa-mail-aliases): New option.
1045 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
1046 Bind inhibit-read-only so read-only text doesn't ruin everything.
1047 (epa-mail-default-recipients): New subroutine broken out.
1048 Handle epa-mail-aliases.
1049
56ea7291
SM
10502013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 Add support for lexical variables to the debugger's `e' command.
1053 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
1054 vars, except for debugger-outer-match-data.
1055 (debugger-frame-number): Move check for "on a function call" from
1056 callers into it. Add `skip-base' argument.
1057 (debugger-frame, debugger-frame-clear): Simplify accordingly.
1058 (debugger-env-macro): Only reset the state stored in non-variables,
1059 i.e. current-buffer and match-data.
1060 (debugger-eval-expression): Rewrite using backtrace-eval.
1061 * subr.el (internal--called-interactively-p--get-frame): Remove.
1062 (called-interactively-p):
1063 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
1064 `base' arg of backtrace-frame instead.
1065
15ac32d5
GM
10662013-07-26 Glenn Morris <rgm@gnu.org>
1067
8358a09d
GM
1068 * align.el (align-regexp): Doc fix. (Bug#14857)
1069 (align-region): Explicit error if subexpression missing/does not match.
1070
15ac32d5
GM
1071 * simple.el (global-visual-line-mode):
1072 Do not duplicate the mode lighter. (Bug#14858)
1073
f47ad11b
MR
10742013-07-25 Martin Rudalics <rudalics@gmx.at>
1075
1076 * window.el (display-buffer): In display-buffer bind
1077 split-window-keep-point to t, bug#14829.
1078
02530987
JB
10792013-07-25 Juanma Barranquero <lekktu@gmail.com>
1080
1081 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
1082 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
1083 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
1084 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
1085 Change accordingly.
f63ebeb5
JB
1086 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
1087 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
02530987 1088
6ccb9cab 10892013-07-25 Glenn Morris <rgm@gnu.org>
29bbcfa7 1090
6ccb9cab 1091 * dired-x.el (dired-mark-extension): Convert comment to doc string.
ce887515 1092
cb3a56d2
JB
10932013-07-25 Juanma Barranquero <lekktu@gmail.com>
1094
1095 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
1096 parameter to modify-frame-parameters if the value has not changed;
1097 this is a workaround for bug#14949.
1098 (desktop--make-frame): On cl-delete-if call, check parameter name,
1099 not full parameter.
1100
7aa7fff0
XF
11012013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1102
1103 * vc/vc.el (vc-ignore): New function.
1104
1105 * vc/vc-svn.el (vc-svn-ignore): New function.
1106
1107 * vc/vc-hg.el (vc-hg-ignore): New function.
1108
1109 * vc/vc-git.el (vc-git-ignore): New function.
1110
1111 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
1112 (vc-dir-ignore): New function.
1113
1114 * vc/vc-cvs.el (vc-cvs-ignore): New function.
1e6c6007 1115 (cvs-append-to-ignore): Move here from pcvs.el.
7aa7fff0
XF
1116
1117 * vc/vc-bzr.el (vc-bzr-ignore): New function.
1118
1119 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
1120
889acc5c
JB
11212013-07-24 Juanma Barranquero <lekktu@gmail.com>
1122
1123 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
1124 (desktop-restore-frames): Warn when deleting an existing frame failed.
1125
86c40970
GM
11262013-07-24 Glenn Morris <rgm@gnu.org>
1127
1128 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
1129
d5d3c58a
MA
11302013-07-24 Michael Albinus <michael.albinus@gmx.de>
1131
1132 * filenotify.el (file-notify-supported-p):
1133 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
1134 Remove functions.
1135
1136 * autorevert.el (auto-revert-use-notify):
1137 (auto-revert-notify-add-watch):
1138 * net/tramp.el (tramp-file-name-for-operation):
1139 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1140 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1141 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1142 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1143 Remove `file-notify-supported-p' entry.
1144
d100084b
GM
11452013-07-24 Glenn Morris <rgm@gnu.org>
1146
1147 * printing.el: Replace all uses of deleted ps-windows-system,
ff65ca0d 1148 ps-lp-system, ps-flatten-list with lpr- versions.
d100084b 1149
ac93e56b
SM
11502013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1151
249eea30
SM
1152 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
1153 checked with memq (bug#14935).
1154
ac93e56b
SM
1155 * files.el (revert-buffer-function): Use a non-nil default.
1156 (revert-buffer-preserve-modes): Declare var to
1157 provide access to the `preserve-modes' argument.
1158 (revert-buffer): Let-bind it.
1159 (revert-buffer--default): New function, extracted from revert-buffer.
1160
2cdeb903
SM
11612013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 * lpr.el: Signal print errors more prominently.
1164 (print-region-function): Don't default to nil.
1165 (lpr-print-region): New function, extracted from print-region-1.
1166 Check lpr's return value and signal an error in case of problem.
1167 (print-region-1): Use it.
1168 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
1169 versions instead.
1170 (ps-printer-name): Default to nil.
1171 (ps-printer-name-option): Default to lpr-printer-switch.
1172 (ps-print-region-function): Don't default to nil.
1173 (ps-postscript-code-directory): Simplify default.
1174 (ps-do-despool): Use lpr-print-region to properly check the outcome.
1175 (ps-string-list, ps-eval-switch, ps-flatten-list)
1176 (ps-flatten-list-1): Remove.
1177 (ps-multibyte-buffer): Avoid setq.
1178 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
1179 (print-region-function, ps-print-region-function): Don't set them here.
1180
73600831
XF
11812013-07-24 Xue Fuqiao <xfq.free@gmail.com>
1182
0e55c076
XF
1183 * ido.el (ido-fractionp):
1184 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
1185 (ido-max-file-prompt-width, ido-unc-hosts-cache)
1186 (ido-max-directory-size, ido-max-dir-file-cache)
1187 (ido-decorations): Doc fix.
1188
73600831
XF
1189 * ansi-color.el: Fix old URL.
1190
3d012865
MM
11912013-07-23 Michael R. Mauger <michael@mauger.com>
1192
1193 * progmodes/sql.el Version 3.3
1194 (sql-product-alist): Improve oracle :prompt-cont-regexp.
1195 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
1196 (sql-interactive-remove-continuation-prompt): Rewrite, use
1197 functions above. Fix continuation prompt and complete output line
1198 handling.
1199 (sql-redirect-one, sql-execute): Use `read-only-mode' on
1200 redirected output buffer.
1201 (sql-mode): Restore deleted code (Bug#13591).
1202
da77a2e2
JB
12032013-07-23 Juanma Barranquero <lekktu@gmail.com>
1204
1205 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
1206
80ff0c71
MA
12072013-07-23 Michael Albinus <michael.albinus@gmx.de>
1208
1209 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
1210
1211 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1212 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1213 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
1214
b61d71e4
JB
12152013-07-23 Juanma Barranquero <lekktu@gmail.com>
1216
1217 * desktop.el (desktop-clear): Simplify; remove useless checks
1218 against invalid buffer names.
1219 (desktop-list*): Use cl-list*.
1220 (desktop-buffer-info, desktop-create-buffer): Simplify.
1221
c3512092
LL
12222013-07-23 Leo Liu <sdl.web@gmail.com>
1223
1224 * bookmark.el (bookmark-make-record): Restore NAME as a default
1225 value. (Bug#14933)
1226
0ac26976
SM
12272013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1228
7d22ce18
SM
1229 * emacs-lisp/autoload.el (autoload--setup-output): New function,
1230 extracted from autoload--insert-text.
1231 (autoload--insert-text): Remove.
1232 (autoload--print-cookie-text): New function, extracted from
1233 autoload--insert-cookie-text.
1234 (autoload--insert-cookie-text): Remove.
1235 (autoload-generate-file-autoloads): Adjust calls accordingly.
1236
9b2607e8
SM
1237 * winner.el (winner-hook-installed-p): Remove.
1238 (winner-mode): Simplify accordingly.
1239
c43a8618
SM
1240 * subr.el (add-to-list): Fix compiler-macro when `append' is
1241 not constant. Don't use `cl-member' for the base case.
1242
0ac26976
SM
1243 * progmodes/subword.el: Fix boundary case (bug#13758).
1244 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
1245 own group.
1246 (subword-backward-regexp): Make it a constant.
1247 (subword-forward-internal): Don't treat a trailing capital as the
1248 beginning of a word.
1249
6874724a
AR
12502013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1251
1252 * emacs-lisp/package.el (package-menu-mode): Don't modify the
1253 global value of tabulated-list-revert-hook (bug#14930).
1254
70f1b5e8
JB
12552013-07-22 Juanma Barranquero <lekktu@gmail.com>
1256
a1c80d9d
JB
1257 * desktop.el: Require 'cl-lib.
1258 (desktop-before-saving-frames-functions): New hook.
1259 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
1260 for frames being saved. Rename from desktop--save-minibuffer-frames.
1261 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
0ac26976
SM
1262 Do not save frames with non-nil `desktop-dont-save' parameter.
1263 Filter out deleted frames.
a1c80d9d
JB
1264 (desktop--find-frame): Use cl-find-if.
1265 (desktop--select-frame): Use cl-(first|second|third) to access values
1266 of desktop-mini.
1267 (desktop--make-frame): Use cl-delete-if.
1268 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
1269 (desktop-restore-frames): Use cl-(first|second|third) to access values
1270 of desktop-mini. Look for visible frame at the end, not while
1271 restoring frames.
1272
70f1b5e8
JB
1273 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
1274 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
1275 Use string-match-p, looking-at-p (bug#14927).
1276
728dc3cc
JB
12772013-07-21 Juanma Barranquero <lekktu@gmail.com>
1278
56bc453c
JB
1279 * desktop.el (desktop-saved-frame-states):
1280 Rename from desktop--saved-states; all users changed.
1281 (desktop-save-frames): Rename from desktop--save-frames.
1282 Do not save state to desktop file.
1283 (desktop-save): Save desktop-saved-frame-states to desktop file
1284 and reset to nil.
1285 (desktop-restoring-frames-p): New function.
1286 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
1287 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
1288 buffer-lists when restoring frames. Suggested by Martin Rudalics.
1289
728dc3cc
JB
1290 * desktop.el: Correctly restore iconified frames.
1291 (desktop--filter-iconified-position): New function.
1292 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
1293
862f1c9c
GM
12942013-07-20 Glenn Morris <rgm@gnu.org>
1295
c4074c9f
GM
1296 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
1297 Let `message' do the formatting.
1298 (def-gdb-preempt-display-buffer): Add explicit format.
1299
d828e5f9
GM
1300 * image-dired.el (image-dired-track-original-file):
1301 Use with-current-buffer.
1302 (image-dired-track-thumbnail): Use with-current-buffer.
1303 Avoid changing point of wrong window.
1304
862f1c9c
GM
1305 * image-dired.el (image-dired-track-original-file):
1306 Avoid changing point of wrong window. (Bug#14909)
1307
f0398ec1 13082013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
188c1ae6
RC
1309
1310 * progmodes/gdb-mi.el (gdb-done-or-error):
1311 Guard against "%" in gdb output. (Bug#14127)
1312
1451928f
AS
13132013-07-20 Andreas Schwab <schwab@linux-m68k.org>
1314
763a086d
JB
1315 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
1316 (Bug#14826)
f7a03897 1317
1451928f
AS
1318 * international/mule.el (coding-system-iso-2022-flags): Fix last
1319 change.
1320
99107004
KH
13212013-07-20 Kenichi Handa <handa@gnu.org>
1322
763a086d
JB
1323 * international/mule.el (coding-system-iso-2022-flags):
1324 Add `8-bit-level-4'. (Bug#8522)
99107004 1325
48494e06
LMI
13262013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1327
8ba8eec5
LMI
1328 * net/shr.el (shr-mouse-browse-url): New command and keystroke
1329 (bug#14815).
1330
dfbc66e3
LMI
1331 * net/eww.el (eww-process-text-input): Allow inputting when the
1332 point is at the start of the line, as the properties aren't
1333 front-sticky.
1334
48494e06
LMI
1335 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
1336 degenerate widths.
1337
77c92cb9
RS
13382013-07-19 Richard Stallman <rms@gnu.org>
1339
aec7da77
RS
1340 * epa.el (epa-popup-info-window): Doc fix.
1341
77c92cb9
RS
1342 * subr.el (split-string): New arg TRIM.
1343
945c5bb1
JB
13442013-07-18 Juanma Barranquero <lekktu@gmail.com>
1345
1346 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
1347 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
1348
e06ec67f
MA
13492013-07-18 Michael Albinus <michael.albinus@gmx.de>
1350
c7064f05 1351 * filenotify.el (file-notify--library): Rename from
e06ec67f
MA
1352 `file-notify-support'. Do not autoload. Adapt all uses.
1353 (file-notify-supported-p): New defun.
1354
c7064f05
JB
1355 * autorevert.el (auto-revert-use-notify):
1356 Use `file-notify-supported-p' instead of `file-notify-support'.
1357 Adapt docstring.
e06ec67f
MA
1358 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
1359
1360 * net/tramp.el (tramp-file-name-for-operation):
1361 Add `file-notify-supported-p'.
1362
1363 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
1364 New defun.
1365 (tramp-sh-file-name-handler-alist): Add it as handler for
1366 `file-notify-supported-p '.
1367
1368 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1369 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1370 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1371 Add `ignore' as handler for `file-notify-*' functions.
1372
5dc8a629
EZ
13732013-07-17 Eli Zaretskii <eliz@gnu.org>
1374
1375 * simple.el (line-move-partial, line-move): Don't start vscroll or
1376 scroll-up if the current line is not taller than the window.
1377 (Bug#14881)
1378
77aea2fb
DG
13792013-07-16 Dmitry Gutov <dgutov@yandex.ru>
1380
1381 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
1382 highlight question marks in the method names as strings.
ac72c08d
DG
1383 (ruby-block-beg-keywords): Inline.
1384 (ruby-font-lock-keyword-beg-re): Extract from
1385 `ruby-font-lock-keywords'.
77aea2fb 1386
18c26d81
JD
13872013-07-16 Jan Djärv <jan.h.d@swipnet.se>
1388
1389 * frame.el (blink-cursor-blinks): New defcustom.
1390 (blink-cursor-blinks-done): New defvar.
1391 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
1392 (blink-cursor-timer-function): Check if number of blinks has been
1393 done on X and NS.
1394 (blink-cursor-suspend, blink-cursor-check): New defuns.
1395
da48522e
GM
13962013-07-15 Glenn Morris <rgm@gnu.org>
1397
1398 * edmacro.el (edmacro-format-keys): Fix previous change.
1399
0463c1ef
PE
14002013-07-15 Paul Eggert <eggert@cs.ucla.edu>
1401
1402 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
1403 The hack didn't work outside English locales anyway.
1404
b43f6451
JB
14052013-07-15 Juanma Barranquero <lekktu@gmail.com>
1406
1407 * simple.el (define-alternatives): Rename from alternatives-define,
1408 per RMS' suggestion.
1409
b958c0ad
JB
14102013-07-14 Juanma Barranquero <lekktu@gmail.com>
1411
1412 * desktop.el (desktop-restore-frames): Change default to t.
1413 (desktop-restore-in-current-display): Now offer more options.
1414 (desktop-restoring-reuses-frames): New customization option.
1415 (desktop--saved-states): Doc fix.
1416 (desktop-filter-parameters-alist): New variable, renamed and expanded
1417 from desktop--excluded-frame-parameters.
1418 (desktop--target-display): New variable.
1419 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
1420 (desktop--filter-tty*, desktop--filter-*-color)
1421 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
1422 (desktop--filter-save-desktop-parm)
1423 (desktop-restore-in-original-display-p): New functions.
1424 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
1425 (desktop--save-minibuffer-frames): New function, inspired by a similar
1426 function from Martin Rudalics.
1427 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
1428 (desktop--restore-in-this-display-p): Remove.
1429 (desktop--find-frame): Rename from desktop--find-frame-in-display
1430 and add predicate argument.
1431 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
1432 (desktop--reuse-list): New variable.
1433 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
1434 New functions.
1435 (desktop--restore-frames): Add support for "minibuffer-special" frames.
1436
f6dd8b36
MA
14372013-07-14 Michael Albinus <michael.albinus@gmx.de>
1438
1439 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
1440
2ce3c565
DG
14412013-07-13 Dmitry Gutov <dgutov@yandex.ru>
1442
763a086d
JB
1443 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1444 Highlight conversion methods on Kernel.
2ce3c565 1445
2cdb7698
AM
14462013-07-13 Alan Mackenzie <acm@muc.de>
1447
1448 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
1449 and comment it out. This out-commenting enables certain C++
1450 declarations to be parsed correctly.
1451
1a67b811
EZ
14522013-07-13 Eli Zaretskii <eliz@gnu.org>
1453
1b796d6b
EZ
1454 * international/mule.el (define-coding-system): Doc fix.
1455
1a67b811
EZ
1456 * simple.el (default-font-height): Don't call font-info if the
1457 frame's default font didn't change since the frame was created.
1458 (Bug#14838)
1459
58fbe886
LL
14602013-07-13 Leo Liu <sdl.web@gmail.com>
1461
1462 * ido.el (ido-read-file-name): Guard against non-symbol value.
1463
1f0480d4
FEG
14642013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1465
1466 * progmodes/python.el (python-imenu--build-tree): Fix corner case
1467 in nested defuns.
1468
97ead0e5
LL
14692013-07-13 Leo Liu <sdl.web@gmail.com>
1470
1471 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
1472 ido-set-matches call. (Bug#6852)
1473
0880a952
DG
14742013-07-12 Dmitry Gutov <dgutov@yandex.ru>
1475
1476 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
1477 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
1478 Ruby 2.0.
1479 (ruby-font-lock-keywords): Distinguish calls to functions with
1480 module-like names from module references. Highlight character
1481 literals.
1482
a7d8babb
SDJ
14832013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
1484
1485 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6741ad6c 1486 (gdb-send): Handle continued commands. (Bug#14847)
a7d8babb 1487
acfcc8c5
JB
14882013-07-12 Juanma Barranquero <lekktu@gmail.com>
1489
1490 * desktop.el (desktop--v2s): Remove unused local variable.
1491 (desktop-save-buffer): Make defvar-local; adjust docstring.
1492 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
1493 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
1494
051f2775
AS
14952013-07-12 Andreas Schwab <schwab@linux-m68k.org>
1496
1497 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
1498
f24e7572
GM
14992013-07-12 Eli Zaretskii <eliz@gnu.org>
1500
1501 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
1502 (Bug#14842)
1503
539a920c
GM
15042013-07-12 Glenn Morris <rgm@gnu.org>
1505
1506 * doc-view.el: Require cl-lib at runtime too.
1507 (doc-view-remove-if): Remove.
1508 (doc-view-search-next-match, doc-view-search-previous-match):
1509 Use cl-remove-if.
1510
1511 * edmacro.el: Require cl-lib at runtime too.
1512 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
1513 (edmacro-mismatch, edmacro-subseq): Remove.
1514
1515 * shadowfile.el: Require cl-lib.
1516 (shadow-remove-if): Remove.
1517 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
1518 Use cl-remove-if.
1519
1520 * wid-edit.el: Require cl-lib.
1521 (widget-choose): Use cl-remove-if.
1522 (widget-remove-if): Remove.
1523
1524 * progmodes/ebrowse.el: Require cl-lib at runtime too.
1525 (ebrowse-delete-if-not): Remove.
1526 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
1527 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
1528 Use cl-delete-if-not.
1529
1048af7c
JB
15302013-07-12 Juanma Barranquero <lekktu@gmail.com>
1531
1532 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
1533 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
1534
6c0674ee
LL
15352013-07-12 Leo Liu <sdl.web@gmail.com>
1536
1537 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
1538
a19b3c2d
GM
15392013-07-11 Glenn Morris <rgm@gnu.org>
1540
4582a01c
GM
1541 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
1542 (edebug-gensym-index, edebug-gensym):
1543 Remove reimplementation of cl-gensym.
1544 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
1545
1546 * thumbs.el: Require cl-lib at run-time too.
1547 (thumbs-gensym-counter, thumbs-gensym):
1548 Remove reimplementation of cl-gensym.
1549 (thumbs-temp-file): Use cl-gensym.
1550
a19b3c2d
GM
1551 * emacs-lisp/ert.el: Require cl-lib at runtime too.
1552 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
1553 (ert--intersection, ert--set-difference, ert--set-difference-eq)
1554 (ert--union, ert--gensym-counter, ert--gensym-counter)
1555 (ert--coerce-to-vector, ert--remove*, ert--string-position)
1556 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
1557 (ert-make-test-unbound, ert--expand-should-1)
1558 (ert--expand-should, ert--should-error-handle-error)
1559 (should-error, ert--explain-equal-rec)
1560 (ert--plist-difference-explanation, ert-select-tests)
1561 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
1562 Use cl-lib functions rather than reimplementations.
1563
88f6a933
MA
15642013-07-11 Michael Albinus <michael.albinus@gmx.de>
1565
1566 * net/tramp.el (tramp-methods): Extend docstring.
1567 (tramp-connection-timeout): New defcustom.
1568 (tramp-error-with-buffer): Reset timestamp only when appropriate.
1569 (with-tramp-progress-reporter): Simplify.
1570 (tramp-process-actions): Improve messages.
1571
1572 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1573 * net/tramp-sh.el (tramp-maybe-open-connection):
1574 Use `tramp-connection-timeout'.
1575 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
1576 (Bug#14808)
1577
a43d577e
LL
15782013-07-11 Leo Liu <sdl.web@gmail.com>
1579
1580 * ido.el (ido-read-file-name): Conform to the requirements of
1581 read-file-name. (Bug#11861)
1582 (ido-read-directory-name): Conform to the requirements of
1583 read-directory-name.
1584
d77974bf
JB
15852013-07-11 Juanma Barranquero <lekktu@gmail.com>
1586
1587 * subr.el (delay-warning): New function.
1588
35cb8a3e
EZ
15892013-07-10 Eli Zaretskii <eliz@gnu.org>
1590
1591 * simple.el (default-line-height): New function.
1592 (line-move-partial, line-move): Use it instead of computing the
1593 line height inline.
1594 (line-move-partial): Always compute ROWH. If the last line is
1595 partially-visible, but its text is completely visible, allow
1596 cursor to enter such a partially-visible line.
1597
525c5c77
MA
15982013-07-10 Michael Albinus <michael.albinus@gmx.de>
1599
1600 Improve error messages. (Bug#14808)
1601
1602 * net/tramp.el (tramp-current-connection): New defvar, moved from
1603 tramp-sh.el.
0ac26976 1604 (tramp-message-show-progress-reporter-message): Remove, not
525c5c77 1605 needed anymore.
0ac26976
SM
1606 (tramp-error-with-buffer): Show message in minibuffer.
1607 Discard input before waiting. Reset connection timestamp.
525c5c77
MA
1608 (with-tramp-progress-reporter): Improve messages.
1609 (tramp-process-actions): Use progress reporter. Delete process in
1610 case of error. Improve messages.
1611
763a086d
JB
1612 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
1613 Call `tramp-error-with-buffer' with vector and buffer.
0ac26976 1614 (tramp-current-connection): Remove.
525c5c77
MA
1615 (tramp-maybe-open-connection): The car of
1616 `tramp-current-connection' are the first 3 slots of the vector.
1617
c7a4d368
TZ
16182013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
1619
1620 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
1621 inside continued strings.
1622
954b166e
PE
16232013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1624
1625 Timestamp fixes for undo (Bug#14824).
1626 * files.el (clear-visited-file-modtime): Move here from fileio.c.
1627
56973319
LL
16282013-07-10 Leo Liu <sdl.web@gmail.com>
1629
1630 * files.el (require-final-newline): Allow safe local value.
1631 (Bug#14834)
1632
5550a72c
LL
16332013-07-09 Leo Liu <sdl.web@gmail.com>
1634
1635 * ido.el (ido-read-directory-name): Handle fallback.
1636 (ido-read-file-name): Update DIR to ido-current-directory.
1637 (Bug#1516)
c28b9050 1638 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5550a72c 1639
70c46b28
DG
16402013-07-09 Dmitry Gutov <dgutov@yandex.ru>
1641
1642 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
1643 "autoload". Remove "warn lower camel case" section, previously
1644 commented out. Highlight negation char. Do not highlight the
1645 target in singleton method definitions.
1646
0b64b838
SM
16472013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
1648
7fd72e2c
SM
1649 * faces.el (tty-setup-hook): Declare the hook.
1650
0b64b838
SM
1651 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
1652 and detect when a guard/pred depends on local vars (bug#14773).
1653 (pcase--u1): Adjust caller.
1654
ab49d60b
EZ
16552013-07-08 Eli Zaretskii <eliz@gnu.org>
1656
1657 * simple.el (line-move-partial, line-move): Account for
1658 line-spacing.
701d79aa
EZ
1659 (line-move-partial): Avoid setting vscroll when the last
1660 partially-visible line in window is of default height.
ab49d60b 1661
2d756ae0
LMI
16622013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1663
1664 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
1665 been used a while.
1666
ed095bd7
JB
16672013-07-07 Juanma Barranquero <lekktu@gmail.com>
1668
1669 * subr.el (read-quoted-char): Remove unused local variable `char'.
1670
f1e6674b
MK
16712013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
1672
584ee3fc
GM
1673 * ediff.el (ediff-version): Version update.
1674 (ediff-files-command, ediff3-files-command, ediff-merge-command)
1675 (ediff-merge-with-ancestor-command, ediff-directories-command)
1676 (ediff-directories3-command, ediff-merge-directories-command)
1677 (ediff-merge-directories-with-ancestor-command): New functions.
1678 All are command-line interfaces to ediff: to facilitate calling
1679 Emacs with the appropriate ediff functions invoked.
5165d44a
JB
1680
1681 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
1682 (viper-save-kill-buffer): Check if buffer is modified.
5165d44a 1683
584ee3fc
GM
1684 * viper.el (viper-version): Version update.
1685 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5165d44a 1686
584ee3fc
GM
16872013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1688
1689 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
1690 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
1691 (viper-intercept-ESC-key): Simplify.
1692 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
1693 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
1694 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
1695 (viper-setup-ESC-to-escape): New functions.
1696 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
1697 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
ed095bd7 1698
9aff9b38
EZ
16992013-07-07 Eli Zaretskii <eliz@gnu.org>
1700
5165d44a
JB
1701 * simple.el (default-font-height, window-screen-lines):
1702 New functions.
9aff9b38
EZ
1703 (line-move, line-move-partial): Use them instead of
1704 frame-char-height and window-text-height. This makes scrolling
1705 text smoother when the buffer's default face uses a font that is
1706 different from the frame's default font.
1707
1afb1d07
JD
17082013-07-06 Jan Djärv <jan.h.d@swipnet.se>
1709
1710 * files.el (write-file): Do not display confirm dialog for NS,
1711 it does its own dialog, which can't be cancelled (Bug#14578).
1712
23de972a
EZ
17132013-07-06 Eli Zaretskii <eliz@gnu.org>
1714
1715 * simple.el (line-move-partial): Adjust the row returned by
1716 posn-at-point for the current window-vscroll. (Bug#14567)
1717
54a42486
MA
17182013-07-06 Michael Albinus <michael.albinus@gmx.de>
1719
1720 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
1721 (tramp-sh-file-inotifywait-process-filter): Handle file names with
1722 spaces.
1723
34ada5f4
MR
17242013-07-06 Martin Rudalics <rudalics@gmx.at>
1725
1726 * window.el (window-state-put-stale-windows): New variable.
1727 (window--state-put-2): Save list of windows without matching buffer.
1728 (window-state-put): Remove "bufferless" windows if possible.
1729
11e03d89
JB
17302013-07-06 Juanma Barranquero <lekktu@gmail.com>
1731
1732 * simple.el (alternatives-define): Remove leftover :group keyword.
1733 Tweak docstring.
1734
3504a4be
LL
17352013-07-06 Leo Liu <sdl.web@gmail.com>
1736
1737 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
1738 (ido-enable-virtual-buffers): New variable.
1739 (ido-buffer-internal, ido-toggle-virtual-buffers)
1740 (ido-make-buffer-list): Use it.
1741 (ido-exhibit): Support turning on and off virtual buffers
1742 automatically.
1743
61e56e2c
JB
17442013-07-06 Juanma Barranquero <lekktu@gmail.com>
1745
1746 * simple.el (alternatives-define): New macro.
1747
321e1a9c
SM
17482013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
1749
1750 * subr.el (read-quoted-char): Use read-key.
1751 (sit-for): Let read-event decode tty input (bug#14782).
1752
d610f6dd
SB
17532013-07-05 Stephen Berman <stephen.berman@gmx.net>
1754
1755 * calendar/todo-mode.el: Add handling of file deletion, both by
321e1a9c
SM
1756 mode command and externally. Fix various related bugs.
1757 Clarify Commentary and improve some documentation strings and code.
d610f6dd
SB
1758 (todo-delete-file): New command.
1759 (todo-check-file): New function.
1760 (todo-show): Handle external deletion of the file we're trying to
1761 show (bug#14688). Replace called-interactively-p by an optional
1762 prefix argument to avoid problematic interaction with catch form
1763 when byte compiled (bug#14702).
1764 (todo-quit): Handle external deletion of the archive's todo file.
1765 Make sure the buffer that was visiting the archive file is still
1766 live before trying to bury it.
1767 (todo-category-completions): Handle external deletion of any
1768 category completion files.
1769 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
1770 of todo files, in case of external deletion.
1771 (todo-add-file): Replace unnecessary setq by let-binding.
1772 (todo-find-archive): Check whether there are any archives.
1773 Replace unnecessary setq by let-binding.
1774 (todo-archive-done-item): Use find-file-noselect to get the
321e1a9c
SM
1775 archive buffer whether or not the archive already exists.
1776 Remove superfluous code. Use file size instead of buffer-file-name to
d610f6dd
SB
1777 check if the archive is new; if it is, update list of archives.
1778 (todo-default-todo-file): Allow nil to be a valid value for when
1779 there are no todo files.
1780 (todo-reevaluate-default-file-defcustom): Use corrected definition
1781 of todo-default-todo-file.
1782 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
1783 (todo-delete-category, todo-show-categories-table)
1784 (todo-category-number): Clarify comment.
1785 (todo-filter-items): Clarify documentation string.
1786 (todo-show-current-file, todo-display-as-todo-file)
1787 (todo-reset-and-enable-done-separator): Tweak documentation string.
1788 (todo-done-separator): Make separator length window-width, since
1789 bug#2749 is now fixed.
1790
ddbdfd6f
MA
17912013-07-05 Michael Albinus <michael.albinus@gmx.de>
1792
321e1a9c
SM
1793 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1794 Support both "gvfs-monitor-dir" and "inotifywait".
1795 (tramp-sh-file-inotifywait-process-filter): Rename from
ddbdfd6f
MA
1796 `tramp-sh-file-notify-process-filter'.
1797 (tramp-sh-file-gvfs-monitor-dir-process-filter)
1798 (tramp-get-remote-gvfs-monitor-dir): New defuns.
1799
96eb829a
LL
18002013-07-05 Leo Liu <sdl.web@gmail.com>
1801
1802 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
1803
cf13177e
YM
18042013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1805
1806 * frame.el (display-pixel-height, display-pixel-width)
1807 (display-mm-height, display-mm-width): Mention behavior on
1808 multi-monitor setups in docstrings.
1809 (w32-display-monitor-attributes-list): Declare function.
1810 (display-monitor-attributes-list): Use it.
1811
864c58ca
MA
18122013-07-04 Michael Albinus <michael.albinus@gmx.de>
1813
1814 * filenotify.el: New package.
1815
1816 * autorevert.el (top): Require filenotify.el.
1817 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
1818 instead.
1819 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
1820 (auto-revert-notify-handler): Use `file-notify-*' functions.
1821
1822 * subr.el (file-notify-handle-event): Move function to filenotify.el.
1823
321e1a9c
SM
1824 * net/tramp.el (tramp-file-name-for-operation):
1825 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
864c58ca
MA
1826
1827 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
1828 for `file-notify-add-watch' and `file-notify-rm-watch'.
1829 (tramp-process-sentinel): Improve trace.
1830 (tramp-sh-handle-file-notify-add-watch)
1831 (tramp-sh-file-notify-process-filter)
1832 (tramp-sh-handle-file-notify-rm-watch)
1833 (tramp-get-remote-inotifywait): New defuns.
1834
96673afe
JL
18352013-07-03 Juri Linkov <juri@jurta.org>
1836
1837 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
1838 call of `occur-read-primary-args' to interactive spec.
1839
1840 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
1841 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
1842
924494f4
MM
18432013-07-03 Matthias Meulien <orontee@gmail.com>
1844
1845 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
1846 `Buffer-menu-multi-occur'. Add it to the menu.
1847 (Buffer-menu-mode): Document it in docstring.
1848 (Buffer-menu-multi-occur): New command. (Bug#14673)
1849
56f75efc
DG
18502013-07-03 Dmitry Gutov <dgutov@yandex.ru>
1851
1852 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
1853 keywords and built-ins.
1854
9b057d61
GM
18552013-07-03 Glenn Morris <rgm@gnu.org>
1856
208dee4d
GM
1857 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
1858
9b057d61
GM
1859 Make info-xref checks case-sensitive by default
1860 * info.el (Info-find-node, Info-find-in-tag-table)
1861 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
1862 Add option for exact case matching of nodes.
1863 * info-xref.el (info-xref): New custom group.
1864 (info-xref-case-fold): New option.
1865 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
1866
e01aa29c
LL
18672013-07-03 Leo Liu <sdl.web@gmail.com>
1868
1869 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
1870
3086ca2e
DG
18712013-07-03 Dmitry Gutov <dgutov@yandex.ru>
1872
1873 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
1874 middle of block statement initially, lower the depth. Remove
1875 FIXME comment, not longer valid. Remove middle of block statement
1876 detection, no need to do that anymore since we've been using
1877 `ruby-parse-region' here.
1878
a3b49114
JD
18792013-07-02 Jan Djärv <jan.h.d@swipnet.se>
1880
1881 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
1882
08e5c823 18832013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
c737dcb1
KY
1884
1885 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
1886
2addf922
JB
18872013-07-01 Juanma Barranquero <lekktu@gmail.com>
1888
1889 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
1890 (desktop-restore-in-current-display): New customization option.
1891 (desktop--excluded-frame-parameters): Add `font'.
1892 (desktop--save-frames): Rename from desktop--save-windows.
1893 (desktop--restore-in-this-display-p): New function.
1894 (desktop--make-full-frame): Remove unwanted width/height from
1895 full(width|height) frames.
1896 (desktop--restore-frames): Rename from desktop--restore-windows.
1897 Obey desktop-restore-current-display. Do not delete old frames or
1898 select a new frame unless we were able to restore at least one frame.
1899
ef099a94
MN
19002013-06-30 Michal Nazarewicz <mina86@mina86.com>
1901
1902 * files.el (find-file-noselect): Simplify conditional expression.
1903
1904 * remember.el (remember-append-to-file):
1905 Don't mix `find-buffer-visiting' and `get-file-buffer'.
1906
1907 Add `remember-notes' function to store random notes across Emacs
1908 restarts.
1909 * remember.el (remember-data-file): Add :set callback to affect
1910 notes buffer (if any).
1911 (remember-notes): New command.
1912 (remember-notes-buffer-name, bury-remember-notes-on-kill):
1913 New defcustoms for the `remember-notes' function.
1914 (remember-notes-save-and-bury-buffer): New command.
1915 (remember-notes-mode-map): New variable.
1916 (remember-mode): New minor mode.
1917 (remember-notes--kill-buffer-query): New function.
1918 * startup.el (initial-buffer-choice): Add notes to custom type.
1919
0865d506
EZ
19202013-06-30 Eli Zaretskii <eliz@gnu.org>
1921
0ba54312
EZ
1922 * bindings.el (right-char, left-char): Don't call sit-for, this is
1923 no longer needed. Use arithmetic comparison only for numerical
1924 arguments.
1925
ef099a94
MN
1926 * international/mule-cmds.el (select-safe-coding-system):
1927 Handle the case of FROM being a string correctly. (Bug#14755)
0865d506 1928
2fae38e5
LMI
19292013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1930
1931 * net/shr.el (shr-make-table-1): Add a sanity check that allows
1932 progression on degenerate tables.
ef099a94 1933 (shr-rescale-image): ImageMagick animated images currently don't work.
2fae38e5 1934
a47cbd64
JB
19352013-06-30 Juanma Barranquero <lekktu@gmail.com>
1936
1937 Some fixes and improvements for desktop frame restoration.
1938 It is still experimental and disabled by default.
1939 * desktop.el (desktop--save-windows): Put the selected frame at
1940 the head of the list.
1941 (desktop--make-full-frame): New function.
1942 (desktop--restore-windows): Try to re-select the frame that was
1943 selected upon saving. Do not abort if some frames fail to restore,
7a3518fa
JB
1944 just show an error message and continue. Set up maximized frames
1945 so they have default non-maximized dimensions.
a47cbd64 1946
6dbafa30
DG
19472013-06-30 Dmitry Gutov <dgutov@yandex.ru>
1948
ef099a94
MN
1949 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1950 Don't start heredoc inside a string or comment.
6dbafa30 1951
4c672a0f
EZ
19522013-06-29 Eli Zaretskii <eliz@gnu.org>
1953
1954 * bindings.el (visual-order-cursor-movement): New defcustom.
1955 (right-char, left-char): Provide visual-order cursor motion by
1956 calling move-point-visually. Update the doc strings.
1957
50960f36
KH
19582013-06-28 Kenichi Handa <handa@gnu.org>
1959
1960 * international/mule.el (define-coding-system): New coding system
1961 properties :inhibit-null-byte-detection,
1962 :inhibit-iso-escape-detection, and :prefer-utf-8.
1963 (set-buffer-file-coding-system): If :charset-list property of
1964 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
1965 appropriate for setting.
1966
c1ea3abf
JB
1967 * international/mule-cmds.el (select-safe-coding-system):
1968 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
1969 multibyte characters, return utf-8 (or one of its siblings).
50960f36
KH
1970
1971 * international/mule-conf.el (prefer-utf-8): New coding system.
1972 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
1973 files.
1974
75dbaf9d
IK
19752013-06-28 Ivan Kanis <ivan@kanis.fr>
1976
eadb6068
IK
1977 * net/shr.el (shr-render-region): New function.
1978
75dbaf9d
IK
1979 * net/eww.el: Autoload `eww-browse-url'.
1980
9ea5cf9f
DG
19812013-06-27 Dmitry Gutov <dgutov@yandex.ru>
1982
c1ea3abf
JB
1983 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1984 Adapt to `package-desc-version' being a list.
1985 Use `package--ac-desc-version' to retrieve version from a package
9ea5cf9f
DG
1986 archive element.
1987
39c0e36f
JB
19882013-06-27 Juanma Barranquero <lekktu@gmail.com>
1989
1990 New experimental feature to save&restore window and frame setup.
1991 * desktop.el (desktop-save-windows): New defcustom.
1992 (desktop--saved-states): New var.
1993 (desktop--excluded-frame-parameters): New defconst.
1994 (desktop--filter-frame-parms, desktop--find-frame-in-display)
1995 (desktop--restore-windows, desktop--save-windows): New functions.
1996 (desktop-save): Call `desktop--save-windows'.
1997 (desktop-read): Call `desktop--restore-windows'.
1998
7f13406b
LMI
19992013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2000
ef099a94 2001 * net/shr.el (add-face-text-property): Remove compat definition.
7f13406b 2002
1e072639
SB
20032013-06-27 Stephen Berman <stephen.berman@gmx.net>
2004
2005 * info.el (Info-try-follow-nearest-node): Move search for footnote
2006 above search for node name to prevent missing a footnote (bug#14717).
2007
f3e2cbde
SB
20082013-06-27 Stephen Berman <stephen.berman@gmx.net>
2009
2010 * obsolete/otodo-mode.el: Add obsolescence info to file header.
2011
99906aa0
LL
20122013-06-27 Leo Liu <sdl.web@gmail.com>
2013
2014 * net/eww.el (eww-read-bookmarks): Check file size.
2015
539f75f4
SM
20162013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
2019 advice--pending if newdef is nil or an autoload (bug#13820).
2020 (advice-mapc): New function.
2021
843571cb
LMI
20222013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2023
2024 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
2025 probably.
23a75d7f 2026 (eww-mode-map): Add a menu bar.
2b4f0506
LMI
2027 (eww-add-bookmark): New command.
2028 (eww-bookmark-mode): New mode and commands.
a285ce99 2029 (eww-add-bookmark): Remove newlines from the title.
47fd571b 2030 (eww-bookmark-browse): Don't bug out if it's the only window.
843571cb 2031
f2136e1e
GM
20322013-06-26 Glenn Morris <rgm@gnu.org>
2033
eab35f39
GM
2034 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
2035 (hfy-size): Handle ttys. (Bug#14668)
2036
f2136e1e
GM
2037 * info-xref.el: Update for Texinfo 5 change in *note format.
2038 (info-xref-node-re, info-xref-note-re): New constants.
2039 (info-xref-check-buffer): Use info-xref-note-re.
2040
a49ff80c
SM
20412013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2042
a343d218
SM
2043 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
2044
a49ff80c
SM
2045 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
2046 nil terminate the loop (bug#14718).
2047
8308f184
LMI
20482013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2049
2050 * net/eww.el: Rework history traversal. When going forward/back,
2051 put these actions into the history, too, so that they can be
2052 replayed.
26bf2b82 2053 (eww-render): Move the history reset to the correct buffer.
8308f184 2054
ec64c273
JL
20552013-06-25 Juri Linkov <juri@jurta.org>
2056
2057 * files-x.el (modify-dir-local-variable): Change the header comment
2058 in the file with directory local variables. (Bug#14692)
2059
e080a9d7
JL
2060 * files-x.el (read-file-local-variable-value): Add `default'.
2061 (Bug#14710)
2062
bfbc93a1
IK
20632013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2064
2065 * net/eww.el (eww-make-unique-file-name): Create a unique file
2066 name before saving to entering `y' accidentally asynchronously.
2067
20682013-06-25 Ivan Kanis <ivan@kanis.fr>
2069
2070 * net/eww.el (eww-download): New command and keystroke.
2071
16f74f10
LMI
20722013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2073
a49ff80c 2074 * net/eww.el (eww-copy-page-url): Change name of command.
16f74f10
LMI
2075
2076 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
2077 be more consistent with Info and dired.
2078
2079 * net/eww.el (eww-mode-map): Ditto.
2080
12059709
SM
20812013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2083 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
2084 packages from archives.
2085 (package-archive-contents): Change format; include obsolete packages.
2086 (package-desc): Use `dir' to mark builtin packages.
2087 (package--from-builtin): Set the `dir' field to `builtin'.
2088 (generated-autoload-file, version-control): Declare.
2089 (package-compute-transaction): Change first arg and return value to be
2090 lists of package-descs. Adjust to new package-archive-contents format.
2091 (package--add-to-archive-contents): Adjust to new
2092 package-archive-contents format.
2093 (package-download-transaction): Arg is now a list of package-descs.
2094 (package-install): If `pkg' is a package name, pass it as
2095 a requirement, so it is subject to the usual (e.g. disabled) checks.
2096 (describe-package): Accept package-desc as well.
2097 (describe-package-1): Describe a specific package-desc. Add links to
2098 other package-descs for the same package name.
2099 (package-menu-describe-package): Pass the actual package-desc.
2100 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
2101 works correctly.
2102 (package-desc-status): New function.
2103 (package-menu--refresh): New function, extracted
2104 from package-menu--generate.
2105 (package-menu--generate): Use it.
2106 (package-delete): Update package-alist.
2107 (package-menu-execute): Don't call package-initialize.
2108
2109 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
2110 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
2111 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
2112 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
2113 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
2114 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
2115
8bbdea0f
MR
21162013-06-25 Martin Rudalics <rudalics@gmx.at>
2117
2118 * window.el (window--state-get-1): Workaround for bug#14527.
2119 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
2120
e82b0991
LMI
21212013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2122
2123 * net/eww.el (eww-back-url): Implement the history by stashing all
2124 the data into a list.
d3f0f918 2125 (eww-forward-url): Allow going forward in the history, too.
e82b0991 2126
c763842b
SM
21272013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
2130 for values and use read--expression for expressions (bug#14710).
2131 (read-file-local-variable): Avoid setq.
2132 (read-file-local-variable-mode): Use minor-mode-list.
2133
bceff189
RW
21342013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2135
864c58ca 2136 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
bceff189
RW
2137 for DOI URLs.
2138
45f431c6
RW
21392013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2140
864c58ca 2141 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
45f431c6
RW
2142 Update imenu-support when dialect changes.
2143
f42d8237
LL
21442013-06-25 Leo Liu <sdl.web@gmail.com>
2145
2146 * ido.el (ido-read-internal): Allow forward slash on windows.
2147
be549ce6
LMI
21482013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2149
2150 * net/eww.el (eww): Start of strings is \\`, not ^.
2151
71d4c19d
IK
21522013-06-24 Ivan Kanis <ivan@kanis.fr>
2153
5196f88a
IK
2154 * net/shr.el (shr-browse-url): Fix interactive spec.
2155
71d4c19d
IK
2156 * net/eww.el (eww): Add a trailing slash to domain names.
2157
ae36ca55
JB
21582013-06-24 Juanma Barranquero <lekktu@gmail.com>
2159
2160 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
2161
0ebd92a3
LMI
21622013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2163
bdaa086b
LMI
2164 * net/shr.el (shr-browse-url): Use an external browser if given a
2165 prefix.
2166
c763842b 2167 * net/eww.el (eww-external-browser): Move to shr.
0ebd92a3 2168
b89fc156
IK
21692013-06-24 Ivan Kanis <ivan@kanis.fr>
2170
2171 * net/eww.el (eww): Work more correctly for file: URLs.
2172 (eww-detect-charset): Allow quoted charsets.
2173 (eww-yank-page-url): New command and keystroke.
2174
18eb4bca
DU
21752013-06-24 Daiki Ueno <ueno@gnu.org>
2176
2177 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
2178 file name of gpg executable.
2179 (epg-context-program): New function.
2180 (epg-context-home-directory): New function.
2181 (epg-context-set-program): New function.
2182 (epg-context-set-home-directory): New function.
2183 (epg--start): Use `epg-context-program' instead of
2184 'epg-gpg-program'.
2185 (epg--list-keys-1): Likewise.
2186
6c6268c8
LL
21872013-06-24 Leo Liu <sdl.web@gmail.com>
2188
2189 * ido.el (ido-read-internal): Fix bug#14620.
2190
5e400cb3
JB
21912013-06-23 Juanma Barranquero <lekktu@gmail.com>
2192
2193 * faces.el (face-documentation): Simplify.
2194 (read-face-attribute, tty-find-type, x-resolve-font-name):
2195 Use `string-match-p'.
2196 (list-faces-display): Use `string-match-p'. Simplify.
2197 (face-spec-recalc): Check face to avoid face alias loops.
2198 (read-color): Use `string-match-p' and non-capturing parenthesis.
2199
f3f9606c
LMI
22002013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2201
2202 * net/shr.el (shr-rescale-image): Use the new
2203 :max-width/:max-height functionality.
2204
a3ca09b9
IK
22052013-06-23 Ivan Kanis <ivan@kanis.fr>
2206
2207 * net/eww.el (eww-search-prefix): New variable.
2208 (eww): Use it.
f865b474
IK
2209 (eww-external-browser): New variable.
2210 (eww-mode-map): New keystroke.
2211 (eww-browse-with-external-browser): New command.
a3ca09b9 2212
e854cfc7
IK
2213 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
2214
18bb9e21
JB
22152013-06-23 Juanma Barranquero <lekktu@gmail.com>
2216
2217 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2218 Don't skip aligning the next header field when padding is 0;
2219 otherwise, field width is not respected unless the title is as
2220 wide as the field.
2221
5b165ade
SM
22222013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2223
2224 * emacs-lisp/package.el (package-el-version): Remove.
2225 (package-process-define-package): Fix inf-loop.
2226 (package-install): Allow symbols as arguments again.
2227
12adebe9
DG
22282013-06-22 Dmitry Gutov <dgutov@yandex.ru>
2229
2230 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
2231 add some more keyword-like methods.
2232 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
2233
388573ee
JB
22342013-06-22 Juanma Barranquero <lekktu@gmail.com>
2235
2236 * bs.el (bs-buffer-show-mark): Make defvar-local.
2237 (bs-mode): Use setq-local.
2238
2239 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
2240 (emacs-lock--try-unlocking): Make defvar-local.
2241
4582a01c 22422013-06-22 Glenn Morris <rgm@gnu.org>
3d94f3ad 2243
2663dd23
GM
2244 * play/cookie1.el (cookie-apropos): Minor simplification.
2245
3d94f3ad
GM
2246 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
2247
f72e2fdb
DG
22482013-06-22 Dmitry Gutov <dgutov@yandex.ru>
2249
2250 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
2251 `regexp-opt', it breaks the build during dumping.
2252
73eab938
DG
22532013-06-21 Dmitry Gutov <dgutov@yandex.ru>
2254
c763842b
SM
2255 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2256 Highlight keyword-like methods on Kernel and Module with
73eab938 2257 font-lock-builtin-face.
5cf8176d
DG
2258 (auto-mode-alist): Consolidate different entries into one regexp
2259 and add more *file-s.
73eab938 2260
d26255f6
SB
22612013-06-21 Stephen Berman <stephen.berman@gmx.net>
2262
2263 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
2264
2265 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
2266 (diary-entry): Use it in the action of this button type instead of
2267 diary-goto-entry.
2268
2269 * calendar/todo-mode.el: New version.
2270 (todo-add-category): Append new category to end of file and give
2271 it the highest number, instead of putting it at the beginning and
2272 giving it 0. Incorporate noninteractive functionality.
2273 (todo-forward-category): Adapt to 1-based category numbering.
2274 Allow skipping over archived categories.
2275 (todo-backward-category): Derive from todo-forward-category.
2276 (todo-backward-item, todo-forward-item): Make noninteractive and
2277 delegate interactive part to new commands. Make sensitive to done items.
2278 (todo-categories): Make value an alist of category names and
2279 vectors of item counts.
2280 (todo-category-beg): Make a defconst.
2281 (todo-category-number): Use 1 instead of 0 as initial value.
2282 (todo-category-select): Make sensitive to overlays, optional item
2283 highlighting and done items.
2284 (todo-delete-item): Make sensitive to overlays and marked and done items.
2285 (todo-edit-item): Make sensitive to overlays and editing of
2286 date/time header optional. Add format checks.
2287 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
2288 no-op if point is not on an item. Advertise using todo-edit-quit.
2289 (todo-edit-mode): Make sensitive to new format, font-locking, and
2290 multiple todo files.
2291 (todo-insert-item, todo-insert-item-here): Derive from
2292 todo-basic-insert-item and extend functionality.
2293 (todo-item-end, todo-item-start): Make sensitive to done items.
2294 (todo-item-string): Don't return text properties. Restore point.
2295 (todo-jump-to-category): Make sensitive to multiple todo files and
2296 todo archives. Use extended category completion.
2297 (todo-lower-item, todo-raise-item): Rename to *-priority and
2298 derive from todo-set-item-priority.
2299 (todo-mode): Derive from special-mode. Make sensitive to new
2300 format, font-locking and multiple todo files. Make read-only.
2301 (todo-mode-map): Don't suppress digit keys, so they can supply
2302 prefix arguments. Add many new key bindings.
2303 (todo-prefix): Insert as an overlay instead of file text.
2304 Change semantics from diary date expression to purely visual mark.
2305 (todo-print): Rename to todo-print-buffer. Make buffer display
2306 features printable. Remove option to restrict number of items
2307 printed. Add option to print to file.
2308 (todo-print-function): Rename to todo-print-buffer-function.
2309 (todo-quit): Extend to handle exiting new todo modes.
2310 (todo-remove-item): Make sensitive to overlays.
2311 (todo-save): Extend to buffers of filtered items.
2312 (todo-show): Make sensitive to done items, multiple todo files and
2313 new todo modes. Offer to convert legacy todo file before creating
2314 first new todo file.
2315 (todo-show-priorities): Rename to todo-top-priorities.
2316 Change semantics of value 0.
2317 (todo-top-priorities): Rename to todo-filter-top-priorities,
2318 derive from todo-filter-items and extend functionality.
2319 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
2320 and extend functionality to other types of filtered items.
2321 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
2322 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
2323 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
2324 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
2325 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
2326 (todo-edit-mode-hook, todo-entry-prefix-function)
2327 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
2328 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
2329 (todo-initials, todo-insert-threshold, todo-item-string-start)
2330 (todo-line-string, todo-menu, todo-mode-hook)
2331 (todo-more-important-p, todo-previous-answer, todo-previous-line)
2332 (todo-print-priorities, todo-remove-separator)
2333 (todo-save-top-priorities-too, todo-string-count-lines)
2334 (todo-string-multiline-p, todo-time-string-format)
2335 (todo-tmp-buffer-name): Remove.
2336 (todo-add-file, todo-archive-done-item, todo-choose-archive)
2337 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
2338 (todo-edit-category-diary-inclusion)
2339 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
2340 (todo-edit-file, todo-edit-item-date-day)
2341 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
2342 (todo-edit-item-date-month, todo-edit-item-date-to-today)
2343 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
2344 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
2345 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
2346 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
2347 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
2348 (todo-filter-top-priorities-multifile, todo-find-archive)
2349 (todo-find-filtered-items-file, todo-go-to-source-item)
2350 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
2351 (todo-jump-to-archive-category, todo-lower-category)
2352 (todo-mark-category, todo-marked-item-p, todo-merge-category)
2353 (todo-move-category, todo-move-item, todo-next-button)
2354 (todo-next-item, todo-padded-string, todo-powerset)
2355 (todo-previous-button, todo-previous-item)
2356 (todo-print-buffer-to-file, todo-raise-category)
2357 (todo-rename-category, todo-repair-categories-sexp, todo-search)
2358 (todo-set-category-number, todo-set-item-priority)
2359 (todo-set-top-priorities-in-category)
2360 (todo-set-top-priorities-in-file, todo-show-categories-table)
2361 (todo-sort-categories-alphabetically-or-numerically)
2362 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
2363 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
2364 (todo-toggle-item-header, todo-toggle-item-highlighting)
2365 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
2366 (todo-toggle-view-done-items, todo-toggle-view-done-only)
2367 (todo-unarchive-items, todo-unmark-category): New commands.
2368 (todo-absolute-file-name, todo-add-to-buffer-list)
2369 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
2370 (todo-basic-insert-item, todo-category-completions)
2371 (todo-category-number, todo-category-string-matcher-1)
2372 (todo-category-string-matcher-2, todo-check-filtered-items-file)
2373 (todo-check-format, todo-clear-matches)
2374 (todo-comment-string-matcher, todo-convert-legacy-date-time)
2375 (todo-current-category, todo-date-string-matcher)
2376 (todo-define-insertion-command, todo-diary-expired-matcher)
2377 (todo-diary-goto-entry, todo-diary-item-p)
2378 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
2379 (todo-display-categories, todo-display-sorted, todo-done-item-p)
2380 (todo-done-item-section-p, todo-done-separator)
2381 (todo-done-string-matcher, todo-files, todo-filter-items)
2382 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
2383 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
2384 (todo-insert-category-line, todo-insert-item-from-calendar)
2385 (todo-insert-sort-button, todo-insert-with-overlays)
2386 (todo-insertion-command-name, todo-insertion-key-bindings)
2387 (todo-label-to-key, todo-longest-category-name-length)
2388 (todo-make-categories-list, todo-mode-external-set)
2389 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
2390 (todo-modes-set-3, todo-multiple-filter-files)
2391 (todo-nondiary-marker-matcher, todo-prefix-overlays)
2392 (todo-read-category, todo-read-date, todo-read-dayname)
2393 (todo-read-file-name, todo-read-time)
2394 (todo-reevaluate-category-completions-files-defcustom)
2395 (todo-reevaluate-default-file-defcustom)
2396 (todo-reevaluate-filelist-defcustoms)
2397 (todo-reevaluate-filter-files-defcustom)
2398 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
2399 (todo-reset-done-separator, todo-reset-done-separator-string)
2400 (todo-reset-done-string, todo-reset-global-current-todo-file)
2401 (todo-reset-highlight-item, todo-reset-nondiary-marker)
2402 (todo-reset-prefix, todo-set-categories)
2403 (todo-set-date-from-calendar, todo-set-show-current-file)
2404 (todo-set-top-priorities, todo-short-file-name)
2405 (todo-show-current-file, todo-sort, todo-time-string-matcher)
2406 (todo-total-item-counts, todo-update-buffer-list)
2407 (todo-update-categories-display, todo-update-categories-sexp)
2408 (todo-update-count, todo-validate-name, todo-y-or-n-p):
2409 New functions.
2410 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
2411 New major modes.
2412 (todo-categories, todo-display, todo-edit, todo-faces)
2413 (todo-filtered): New defgroups.
2414 (todo-archived-only, todo-button, todo-category-string, todo-date)
2415 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
2416 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
2417 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
2418 (todo-add-item-if-new-category, todo-always-add-time-string)
2419 (todo-categories-align, todo-categories-archived-label)
2420 (todo-categories-category-label, todo-categories-diary-label)
2421 (todo-categories-done-label, todo-categories-number-separator)
2422 (todo-categories-todo-label, todo-categories-totals-label)
2423 (todo-category-completions-files, todo-completion-ignore-case)
2424 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
2425 (todo-done-separator-string, todo-done-string)
2426 (todo-files-function, todo-filter-done-items, todo-filter-files)
2427 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
2428 (todo-initial-category, todo-initial-file, todo-item-mark)
2429 (todo-legacy-date-time-regexp, todo-mode-line-function)
2430 (todo-nondiary-marker, todo-number-prefix)
2431 (todo-print-buffer-function, todo-show-current-file)
2432 (todo-show-done-only, todo-show-first, todo-show-with-done)
2433 (todo-skip-archived-categories, todo-top-priorities-overrides)
2434 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
2435 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
2436 New defcustoms.
2437 (todo-category-done, todo-date-pattern, todo-date-string-start)
2438 (todo-diary-items-buffer, todo-done-string-start)
2439 (todo-filtered-items-buffer, todo-item-start)
2440 (todo-month-abbrev-array, todo-month-name-array)
2441 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
2442 (todo-top-priorities-buffer): New defconsts.
2443 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
2444 (todo-categories-with-marks, todo-category-string-face)
2445 (todo-comment-face, todo-comment-string, todo-current-todo-file)
2446 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
2447 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
2448 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
2449 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
2450 (todo-font-lock-keywords, todo-global-current-todo-file)
2451 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
2452 (todo-insertion-commands-args)
2453 (todo-insertion-commands-args-genlist)
2454 (todo-insertion-commands-names, todo-insertion-map)
2455 (todo-key-bindings-t, todo-key-bindings-t+a)
2456 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
2457 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
2458 (todo-nondiary-face, todo-print-buffer, todo-time-face)
2459 (todo-visited): New variables.
2460
cad5d1cb
GM
24612013-06-21 Glenn Morris <rgm@gnu.org>
2462
2463 * play/cookie1.el (cookie-apropos): Add optional display argument.
2464 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
2465 (psychoanalyze-pinhead): Use cookie-doctor.
2466
9e277302
JB
24672013-06-21 Juanma Barranquero <lekktu@gmail.com>
2468
2469 * emacs-lisp/package.el (tar-get-file-descriptor)
2470 (tar--extract): Declare.
2471
c5b0993e
EW
24722013-06-21 Eduard Wiebe <usenet@pusto.de>
2473
2474 Extend flymake's warning predicate to be a function (bug#14217).
2475 * progmodes/flymake.el (flymake-warning-predicate): New.
2476 (flymake-parse-line): Use it.
2477 (flymake-warning-re): Make obsolete alias to
2478 `flymake-warning-predicate'.
2479
a7d2d465
SM
24802013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2481
2482 * emacs-lisp/package.el (package-alist): Include obsolete packages.
2483 (package-obsolete-list): Remove.
2484 (package-activate): Remove min-version argument. Add `force' argument.
2485 Adjust to new package-alist format.
2486 (package-mark-obsolete): Remove.
2487 (package-unpack): Force reload of the package's autoloads.
2488 (package-installed-p): Check builtins if the installed package is not
2489 recent enough.
2490 (package-initialize): Don't reset package-obsolete-list.
2491 Don't specify which package version to activate.
2492 (package-process-define-package, describe-package-1)
2493 (package-menu--generate): Adjust to new package-alist format.
2494
cedf5c9d
JB
24952013-06-21 Juanma Barranquero <lekktu@gmail.com>
2496
2497 * allout-widgets.el (allout-widgets-mode-off)
2498 (allout-widgets-mode-on, allout-widgets-pre-command-business)
2499 (allout-widgets-post-command-business)
2500 (allout-widgets-after-copy-or-kill-function)
2501 (allout-widgets-after-undo-function, allout-test-range-overlaps)
2502 (allout-decorate-item-and-context)
2503 (allout-graphics-modification-handler): Fix typos in docstrings.
2504 (allout-get-or-create-parent-widget): Use `looking-at-p'.
2505
2506 * cmuscheme.el (scheme-start-file): Doc fix.
2507 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
2508 (scheme-input-filter): Use `string-match-p'.
2509
2510 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
2511
2512 * dired-x.el: Use Dired consistently in docstrings.
2513
2514 * dired.el: Use Dired consistently in docstrings.
2515 (dired-readin, dired-mode): Use `setq-local'.
2516 (dired-switches-alist): Make defvar-local.
2517 (dired-buffers-for-dir): Use `zerop'.
2518 (dired-safe-switches-p, dired-switches-escape-p)
2519 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
2520 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
2521 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
2522 (dired-goto-next-nontrivial-file): Use `string-match-p'.
2523 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
2524 (dired-toggle-marks, dired-mark-files-containing-regexp)
2525 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
2526 (dired-flag-auto-save-files, dired-flag-backup-files):
2527 Use `looking-at-p'.
2528 (dired-mark-files-regexp, dired-build-subdir-alist):
2529 Use `string-match-p', `looking-at-p'.
2530
2531 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
2532 (direct-print-region-helper): Use `string-match-p'.
2533
aed838b5
LL
25342013-06-21 Leo Liu <sdl.web@gmail.com>
2535
cedf5c9d
JB
2536 * comint.el (comint-redirect-results-list-from-process):
2537 Fix infinite loop.
aed838b5 2538
d80a808f
LMI
25392013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2540
2541 * net/eww.el (eww-update-header-line-format): Quote % characters.
2542
e7a526e3
GM
25432013-06-21 Glenn Morris <rgm@gnu.org>
2544
2545 * play/cookie1.el (cookie): New custom group.
2546 (cookie-file): New option.
2547 (cookie-check-file): New function.
2548 (cookie): Make it interactive. Make start and end messages optional.
2549 Interactively, display the result. Default to cookie-file.
2550 (cookie-insert): Default to cookie-file.
2551 (cookie-snarf): Make start and end messages optional.
2552 Default to cookie-file. Use with-temp-buffer.
2553 (cookie-read): Rename from read-cookie.
2554 Make start and end messages optional. Default to cookie-file.
2555 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7f8e3b22 2556 Do not autoload it.
e7a526e3
GM
2557 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
2558 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
2559
62efb35e
LL
25602013-06-21 Leo Liu <sdl.web@gmail.com>
2561
2562 * progmodes/octave.el (octave-mode): Backward compatibility fix.
2563
21e3f963
GM
25642013-06-21 Glenn Morris <rgm@gnu.org>
2565
2566 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
2567
fd846ab4
SM
25682013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2569 Daniel Hackney <dan@haxney.org>
2570
2571 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
2572 Consolidate the single-file vs tarball code.
2573 (package-desc-suffix): New function.
2574 (package-desc-full-name): Don't bother inlining it.
2575 (package-load-descriptor): Return the new package-desc.
2576 (package-mark-obsolete): Remove unused arg `package'.
2577 (package-unpack): Make it work for single files as well.
2578 Make it update package-alist.
2579 (package--make-autoloads-and-stuff): Rename from
2580 package--make-autoloads-and-compile. Don't compile any more.
2581 (package--compile): New function.
2582 (package-generate-description-file): New function, extracted from
2583 package-unpack-single.
2584 (package-unpack-single): Remove.
2585 (package--with-work-buffer): Add indentation and debugging info.
2586 (package-download-single): Remove.
2587 (package-install-from-archive): Rename from package-download-tar, make
2588 it take a pkg-desc, and make it work for single files as well.
2589 (package-download-transaction): Simplify.
2590 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
2591 external tar program.
2592 (package-install-from-buffer): Remove `pkg-desc' argument.
2593 Use package-tar-file-info for tar-mode buffers.
2594 (package-install-file): Simplify accordingly.
2595 (package-archive-base): Change to take a pkg-desc.
2596 * tar-mode.el (tar--check-descriptor): New function, extracted from
2597 tar-get-descriptor.
2598 (tar-get-descriptor): Use it.
2599 (tar-get-file-descriptor): New function.
2600 (tar--extract): New function, extracted from tar-extract.
2601 (tar--extract): Use it.
2602 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
2603 case the summary uses non-ascii. Adjust to new calling convention of
2604 package-tar-file-info.
2605
b7deae5e
LL
26062013-06-21 Leo Liu <sdl.web@gmail.com>
2607
fd846ab4
SM
2608 * comint.el (comint-redirect-results-list-from-process):
2609 Fix random delay. (Bug#14681)
b7deae5e 2610
7a65a0b2
JB
26112013-06-21 Juanma Barranquero <lekktu@gmail.com>
2612
2613 * profiler.el (profiler-format-number): Use log, not log10.
2614
1493c2af
JB
26152013-06-20 Juanma Barranquero <lekktu@gmail.com>
2616
2617 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
2618
aff6371e
SM
26192013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2620
2621 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
2622 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
2623 yet available.
2624 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
2625 (AUTOGENEL): ... here.
2626 * emacs-lisp/cl-macs.el (cl--sublis): New function.
2627 (cl--defsubst-expand): Use it.
2628
89561f72
PE
26292013-06-20 Paul Eggert <eggert@cs.ucla.edu>
2630
2631 * subr.el (log10): Move here from C code, and declare as obsolete.
2632 All uses of (log10 X) replaced with (log X 10).
2633
47199123
JB
26342013-06-20 Juanma Barranquero <lekktu@gmail.com>
2635
2636 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
2637 Declare with `defvar-local'.
2638 (tabulated-list-use-header-line, tabulated-list-entries)
2639 (tabulated-list-padding, tabulated-list-printer)
2640 (tabulated-list-sort-key): Declare with `defvar-local'.
2641 (tabulated-list-init-header, tabulated-list-print-fake-header):
2642 Use `setq-local'.
2643
4a172eab
MA
26442013-06-20 Michael Albinus <michael.albinus@gmx.de>
2645
47199123
JB
2646 * arc-mode.el (archive-mode): Add `archive-write-file' to
2647 `write-contents-functions' also for remote files. (Bug#14652)
4a172eab 2648
5fc0acc0
JB
26492013-06-20 Juanma Barranquero <lekktu@gmail.com>
2650
d5b27848
JB
2651 * cus-edit.el (custom-commands): Fix typos.
2652 (custom-display): Fix tooltip text.
2653 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
2654 Fix typos in docstrings.
2655 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
2656 (custom-unlispify-menu-entry, custom-magic-value-create)
2657 (custom-add-see-also, custom-group-value-create): Use ?\s.
2658 (custom-guess-type, customize-apropos, editable-field)
2659 (custom-face-value-create): Use `string-match-p'.
2660 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
2661
2662 * custom.el (custom-load-symbol): Use `string-match-p'.
2663
a5c581d8
JB
2664 * ansi-color.el: Convert to lexical binding.
2665 (ansi-colors): Fix URL.
2666 (ansi-color-context, ansi-color-context-region): Use defvar-local.
2667 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
2668 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
2669
970ad972
G
26702013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2671
2672 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
2673
2674 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
2675
26762013-06-19 Tom Tromey <tromey@redhat.com>
2677
2678 * net/eww.el (eww-top-url): Remove.
2679 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2680 (eww-render): Set new variables. Don't set eww-top-url.
2681 (eww-handle-link): Handle "prev", "home", and "contents".
2682 Downcase the rel text.
2683 (eww-top-url): Choose best top URL.
2684
26852013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2686
2687 * net/eww.el: Rewrite to implement form elements "by hand" instead of
2688 relying in widget.el. Using widget.el leads to too many
2689 user interface inconsistencies.
2690 (eww-self-insert): Implement entering commands in text fields.
2691 (eww-process-text-input): New function to make text input field editing
2692 work.
2693 (eww-submit): Rewrite to use the new-style form methods.
2694 (eww-select-display): Display the correct selected item.
2695 (eww-change-select): Implement changing the select value.
2696 (eww-toggle-checkbox): Implement radio/checkboxes.
2697 (eww-update-field): Fix compilation error.
2698 (eww-tag-textarea): Implement <textarea>.
2699
2700 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
2701 we don't shadow mode-specific bindings.
2702
2703 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
2704 nothing to push.
2705
2706 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2707
4582a01c 27082013-06-19 Glenn Morris <rgm@gnu.org>
3db52056
GM
2709
2710 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
2711
15b263dc
MA
27122013-06-19 Michael Albinus <michael.albinus@gmx.de>
2713
2714 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
2715 not needed.
2716
2717 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
2718
8f5297f7
LMI
27192013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2720
2721 * net/browse-url.el (browse-url-browser-function):
2722 `eww-browse-url' has the right calling signature, `eww' does not.
2723
011c4552
GM
27242013-06-19 Glenn Morris <rgm@gnu.org>
2725
2285bd27
GM
2726 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2727 Only eval autoloaded macros.
2728 (byte-compile-autoload): Only give the macro warning for macros.
2729
1d653303
GM
2730 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
2731 (ps-underlined-faces): Declare.
2732
bdd779ec
GM
2733 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
2734 (speedbar-add-supported-extension): Declare.
2735
011c4552
GM
2736 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
2737 Don't include a date stamp in the header of the generated file;
2738 it leads to needless differences between output files.
2739
e59dfb0e
MA
27402013-06-19 Michael Albinus <michael.albinus@gmx.de>
2741
c763842b
SM
2742 * net/secrets.el (secrets-struct-secret-content-type):
2743 Replace check of introspection data by a test call of "CreateItem".
fd846ab4 2744 Some servers do not offer introspection.
e59dfb0e 2745
102626e2
SM
27462013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
2747
2748 * electric.el (electric-pair-mode): Improve interaction with
2749 electric-layout-mode.
2750 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
2751 (electric-pair-syntax): Use text-mode-syntax-table in comments
2752 and strings.
2753 (electric-pair--insert): New function.
2754 (electric-pair-post-self-insert-function): Use it and
2755 electric--after-char-pos.
2756
ad528125
LL
27572013-06-19 Leo Liu <sdl.web@gmail.com>
2758
2759 * progmodes/octave.el (octave-help): Fix regexp.
2760
924d6997
G
27612013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2762
2763 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
2764 (shr-table-horizontal-line): Allow nil as a value, and change the
2765 default.
2766 (shr-insert-table-ruler): Respect the nil value.
2767
27682013-06-18 Tom Tromey <tromey@barimba>
2769
2770 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2771 New defvars.
2772 (eww-open-file): New defun.
2773 (eww-render): Initialize new variables.
2774 (eww-display-html): Handle "link" and "a".
2775 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2776 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
2777 (eww-back-url): Rename from eww-previous-url.
102626e2
SM
2778 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2779 New defuns.
924d6997 2780
d1bbba4f
DG
27812013-06-18 Dmitry Gutov <dgutov@yandex.ru>
2782
2783 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
2784 Distinguish ternary operator tokens from slash symbol and slash
2785 char literal.
2786
14dd22d2
JB
27872013-06-18 Juanma Barranquero <lekktu@gmail.com>
2788
2789 Convert symbol prettification into minor mode and global minor mode.
2790
2791 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
2792 `prog-prettify-symbols', and make a local defvar instead of defcustom.
2793 (prettify-symbols--keywords): Rename from
2794 `prog-prettify-symbols-alist' and make a local defvar.
2795 (prettify-symbols--compose-symbol): Rename from
2796 `prog--prettify-font-lock-compose-symbol'.
2797 (prettify-symbols--make-keywords): Rename from
2798 `prog-prettify-font-lock-symbols-keywords' and simplify.
2799 (prog-prettify-install): Remove.
2800 (prettify-symbols-mode): New minor mode, based on
2801 `prog-prettify-install'.
2802 (turn-on-prettify-symbols-mode): New function.
2803 (global-prettify-symbols-mode): New globalized minor mode.
2804
2805 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2806 * progmodes/cfengine.el (cfengine3-mode):
2807 * progmodes/perl-mode.el (perl-mode): Don't call
2808 `prog-prettify-install'; set `prettify-symbols-alist' instead.
2809
292c880c
JL
28102013-06-18 Juri Linkov <juri@jurta.org>
2811
2812 * files-x.el (modify-file-local-variable-message): New function.
2813 (modify-file-local-variable)
2814 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
2815 and call `modify-file-local-variable-message' when it's non-nil.
2816 (add-file-local-variable, delete-file-local-variable)
2817 (add-file-local-variable-prop-line)
2818 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
2819 and use it. (Bug#9820)
2820
0950aa27
JL
28212013-06-18 Juri Linkov <juri@jurta.org>
2822
2823 * emulation/vi.el (vi-shell-op):
2824 * emulation/vip.el (vip-execute-com, ex-command):
2825 * emulation/viper-cmd.el (viper-exec-bang):
2826 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
2827 the call of `shell-command-on-region'. (Bug#14637)
2828
2829 * simple.el (shell-command-on-region): Doc fix.
2830
8fbcca16
SM
28312013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2832
2833 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
2834 (bug#14633).
2835
dd7426ea
GM
28362013-06-18 Glenn Morris <rgm@gnu.org>
2837
4ba54f7d
GM
2838 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
2839
dd7426ea
GM
2840 * newcomment.el (comment-search-forward, comment-search-backward):
2841 Doc fix. (Bug#14376)
2842
58aa805b
JB
28432013-06-18 Juanma Barranquero <lekktu@gmail.com>
2844
2845 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
2846 (buffer-face-mode-invoke): Doc fix.
2847
9a08a617
MM
28482013-06-18 Matthias Meulien <orontee@gmail.com>
2849
2850 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
924494f4 2851 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9a08a617 2852
f2f426ca
GM
28532013-06-18 Glenn Morris <rgm@gnu.org>
2854
9445f99b
GM
2855 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
2856 Replace obsolete function generic-make-keywords with its expansion.
2857
e0df2d14
GM
2858 * progmodes/python.el (ffap-alist): Declare.
2859
f2f426ca
GM
2860 * textmodes/reftex.el (bibtex-mode-map): Declare.
2861
f7f9a720
SM
28622013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2863
2864 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
2865 (package-unpack, package-unpack-single): Return the pkg-dir.
2866 (package-download-transaction): Use it to update package-alist.
2867
57ff04e0
LMI
28682013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2869
2870 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
2871 possible choice.
2872
c048c022
JL
28732013-06-17 Juri Linkov <juri@jurta.org>
2874
2875 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
2876
b5bcaee5
DG
28772013-06-17 Dmitry Gutov <dgutov@yandex.ru>
2878
a020afb9
JB
2879 * emacs-lisp/package.el (package-load-descriptor):
2880 Remove `with-syntax-table' call, `read' doesn't need it.
b5bcaee5
DG
2881 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
2882
551e07e5
JB
28832013-06-17 Juanma Barranquero <lekktu@gmail.com>
2884
2885 * startup.el (command-line): Expand package name returned by
2886 `package--description-file' (bug#14639).
2887
d363bffb
DG
28882013-06-17 Dmitry Gutov <dgutov@yandex.ru>
2889
2890 * emacs-lisp/package.el (package-load-descriptor): Do not call
2891 `emacs-lisp-mode', just use its syntax table.
2892
f612933b
JB
28932013-06-17 Juanma Barranquero <lekktu@gmail.com>
2894
2895 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
2896 `font-lock-extra-managed-props' if any prettifying keyword is added.
2897 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
2898 (prog-mode): Use `setq-local'.
2899
db3b7db5
SM
29002013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2901
2902 * international/characters.el (standard-case-table): Set syntax of ?»
2903 and ?« to punctuation.
2904
f3d674df
JB
29052013-06-16 Juanma Barranquero <lekktu@gmail.com>
2906
2907 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
2908 Save relevant match data before calling `syntax-ppss' (bug#14595).
2909
31489a32
JL
29102013-06-15 Juri Linkov <juri@jurta.org>
2911
2912 * files-x.el (modify-file-local-variable-prop-line): Add local
2913 variables to the end of the existing comment on the first line.
2914 Use `file-auto-mode-skip' to skip interpreter magic line,
2915 and also skip XML declaration.
2916
66bd25ab
SM
29172013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2918
2919 * startup.el (package--builtin-versions): New var.
2920 (package-subdirectory-regexp): Remove.
2921 (package--description-file): Hard code its value instead.
2922
2923 * emacs-lisp/package.el: Don't activate packages older than builtin.
2924 (package-obsolete-list): Rename from package-obsolete-alist, and make
2925 it into a simple list of package-desc.
2926 (package-strip-version): Remove.
2927 (package-built-in-p): Use package--builtin-versions.
2928 (package-mark-obsolete): Simplify.
2929 (package-process-define-package): Mark it obsolete if older than the
2930 builtin version.
2931 (package-handle-response): Use line-end-position.
2932 (package-read-archive-contents, package--download-one-archive):
2933 Simplify.
2934 (package--add-to-archive-contents): Skip if older than the builtin or
2935 installed version.
2936 (package-menu-describe-package): Fix last change.
2937 (package-list-unversioned): New var.
2938 (package-menu--generate): Use it.
2939
2940 * emacs-lisp/autoload.el: Manage package--builtin-versions.
2941 (autoload--insert-text, autoload--insert-cookie-text): New functions.
2942 (autoload-builtin-package-versions): New variable.
2943 (autoload-generate-file-autoloads): Use them.
2944 Remove the list of autoloaded functions/macros from the
2945 (autoload...) comments.
2946
2947 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
2948
9583ec36
EZ
29492013-06-15 Eli Zaretskii <eliz@gnu.org>
2950
2951 * simple.el (line-move-partial): Don't jump to the next screen
2952 line as soon as it becomes visible. Instead, continue enlarging
2953 the vscroll until the portion of a tall screen line that's left on
2954 display is about the height of the frame's default font.
2955 (Bug#14567)
2956
f0100d8a
GM
29572013-06-15 Glenn Morris <rgm@gnu.org>
2958
b86a85ca
GM
2959 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
2960 compilation-error-regexp-alist void, or local while let-bound.
2961
f0100d8a
GM
2962 * progmodes/make-mode.el (makefile-mode-syntax-table):
2963 Treat "=" as punctuation. (Bug#14614)
2964
05e7ce90
JB
29652013-06-15 Juanma Barranquero <lekktu@gmail.com>
2966
2967 * help-fns.el (describe-variable):
2968 Add extra line for permanent-local variables.
2969
12e5e86e
SH
29702013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
2971
2972 * progmodes/scheme.el (scheme-font-lock-keywords-2):
2973 Add export, import, library. (Bug#9164)
2974 (library): Set indent function.
2975
230dcbaf
GM
29762013-06-14 Glenn Morris <rgm@gnu.org>
2977
2978 * term/xterm.el (xterm--query):
2979 Stop after first matching handler. (Bug#14615)
2980
a020afb9 29812013-06-14 Ivan Kanis <ivan@kanis.fr>
d4466a91
IK
2982
2983 Add support for dired in saveplace.
2984 * dired.el (dired-initial-position-hook): New variable.
2985 (dired-initial-position): Call hook to place cursor position.
2986 * saveplace.el (save-place-to-alist): Add dired position.
2987 (save-place-dired-hook): New function.
2988
0b31660d
SM
29892013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2990
bf1e6ae8
SM
2991 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
2992 through a symbol rather than letrec.
2993
1b8dff23
SM
2994 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
2995 (package-desc): Add `dir' field.
2996 (package-desc-full-name): New function.
2997 (package-load-descriptor): Combine the two arguments. Don't use `load'.
2998 (package-maybe-load-descriptor): Remove.
2999 (package-load-all-descriptors): Just call package-load-descriptor.
3000 (package--disabled-p): New function.
3001 (package-desc-vers, package-desc-doc): Remove aliases.
3002 (package--dir): Remove function.
3003 (package-activate): Check if a package is disabled.
3004 (package-process-define-package): New function, extracted from
3005 define-package.
3006 (define-package): Turn into a place holder.
3007 (package-unpack-single, package-tar-file-info):
3008 Use package--description-file.
3009 (package-compute-transaction): Use package--disabled-p.
3010 (package-download-transaction): Don't call
3011 package-maybe-load-descriptor since they're all loaded anyway.
3012 (package-install): Change argument to be a pkg-desc.
3013 (package-delete): Use a single pkg-desc argument.
3014 (describe-package-1): Use package-desc-dir instead of package--dir.
3015 Use package-desc property instead of package-symbol.
3016 (package-install-button-action): Adjust accordingly.
3017 (package--push): Rewrite.
3018 (package-menu--print-info): Adjust accordingly. Change the ID format
3019 to be a pkg-desc.
3020 (package-menu-describe-package, package-menu-get-status)
3021 (package-menu--find-upgrades, package-menu-mark-upgrades)
3022 (package-menu-execute, package-menu--name-predicate):
3023 Adjust accordingly.
3024 * startup.el (package--description-file): New function.
3025 (command-line): Use it.
3026 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3027 Use package-desc-version.
3028
0b31660d
SM
3029 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
3030 (byte-compile-preprocess): Use it.
3031 (byte-compile-file-form-defalias): Try a bit harder to use macros we
3032 can't quite recognize.
3033 (byte-compile-add-to-list): Remove.
3034 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
3035 (cconv-closure-convert): Add assertion.
3036
3037 * emacs-lisp/map-ynp.el: Use lexical-binding.
3038 (map-y-or-n-p): Remove unused vars `tail' and `object'.
3039 Factor out some repeated code.
3040
de0503df
SM
30412013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3042
3043 * subr.el (with-eval-after-load): New macro.
3044 (eval-after-load): Allow form to be a function.
3045 take advantage of lexical-binding.
3046 (do-after-load-evaluation): Use dolist and adjust to new format.
3047 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
3048
bc5c8c5a
JL
30492013-06-13 Juri Linkov <juri@jurta.org>
3050
3051 * replace.el (perform-replace): Display "symbol " and other search
3052 modes from `isearch-message-prefix' in the *Help* buffer.
3053
3054 * isearch.el (isearch-query-replace): Add " symbol" and other
3055 possible search modes from `isearch-message-prefix' to the prompt.
3056 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
3057 when reading a regexp to collect.
3058
a22289f7
JL
30592013-06-13 Juri Linkov <juri@jurta.org>
3060
3061 * isearch.el (word-search-regexp): Match whitespace if the search
3062 string begins or ends in whitespace. The LAX arg is applied to
3063 both ends of the search string. Use `regexp-quote' and explicit
3064 \< and \> instead of \b. Use \` and \' instead of ^ and $.
3065 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
3066 boundaries are replaced with symbol boundaries, and characters
3067 between symbols match non-word non-symbol syntax. (Bug#14602)
3068
cb89acab
JL
30692013-06-13 Juri Linkov <juri@jurta.org>
3070
3071 * isearch.el (isearch-del-char): Don't exceed the length of
3072 `isearch-string' by the prefix arg. (Bug#14563)
3073
6e8cfc81
JL
30742013-06-13 Juri Linkov <juri@jurta.org>
3075
3076 * isearch.el (isearch-yank-word, isearch-yank-line)
3077 (isearch-char-by-name, isearch-quote-char)
3078 (isearch-printing-char, isearch-process-search-char):
3079 Add optional count prefix arg. (Bug#14563)
3080
3081 * international/isearch-x.el
3082 (isearch-process-search-multibyte-characters):
3083 Add optional count prefix arg.
3084
c23d55f4
VS
30852013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3086
3087 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
3088 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
3089 lexical-binding.
3090
30912013-06-13 Vitalie Spinu <spinuvit@gmail.com>
3092
3093 * subr.el (set-temporary-overlay-map): Add on-exit argument.
3094
ba947bc4
GM
30952013-06-13 Glenn Morris <rgm@gnu.org>
3096
8baeb37a
GM
3097 * startup.el (tty-handle-args):
3098 Don't just discard "--" and anything after. (Bug#14608)
3099
ba947bc4
GM
3100 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
3101
9abefce4
MA
31022013-06-13 Michael Albinus <michael.albinus@gmx.de>
3103
3104 Implement changes in Secret Service API. Make it backward compatible.
3105 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
3106 (secrets-create-item): Use it. Prefix properties with interface.
3107
5755011f
MH
31082013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
3109
3110 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
3111 (term-emulate-terminal): Respect term-suppress-hard-newline.
3112
1261d2da
S
31132013-06-13 E Sabof <esabof@gmail.com> (tiny change)
3114
3115 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
3116 Only remove a `thumb-file' overlay. (Bug#14548)
3117
868490bb
GJ
31182013-06-12 Grégoire Jadi <daimrod@gmail.com>
3119
3120 * mail/reporter.el (reporter-submit-bug-report):
3121 Handle missing package-name. (Bug#14600)
3122
79d7167f
TH
31232013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3124
3125 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
3126 (reftex-citation-prompt, reftex-default-bibliography)
3127 (reftex-bib-or-thebib, reftex-get-bibfile-list)
3128 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
3129 (reftex-bib-sort-author, reftex-bib-sort-year)
3130 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
3131 (reftex-extract-bib-entries-from-thebibliography)
3132 (reftex-get-bibkey-default, reftex-get-bib-names)
3133 (reftex-parse-bibtex-entry, reftex-get-bib-field)
3134 (reftex-format-bib-entry, reftex-parse-bibitem)
3135 (reftex-format-bibitem, reftex-do-citation)
3136 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
3137 (reftex-restrict-bib-matches, reftex-extract-bib-file)
3138 (reftex-insert-bib-matches, reftex-format-citation)
3139 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
3140 (reftex-create-bibtex-file): Add docstrings, mostly by converting
3141 existing comments into docstrings.
3142
5f9dbd7a
XF
31432013-06-12 Xue Fuqiao <xfq.free@gmail.com>
3144
3145 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
3146
94df41ab
AS
31472013-06-12 Andreas Schwab <schwab@suse.de>
3148
3149 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
3150 for auto-save files.
3151
a7f3fecc
GM
31522013-06-12 Glenn Morris <rgm@gnu.org>
3153
001809f6
GM
3154 * ido.el (ido-delete-ignored-files): Remove.
3155 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
3156 Go back to calling ido-ignore-item-p directly.
a7f3fecc 3157
834b5ded
EL
31582013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
3159
08c73ed2
EL
3160 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
3161
834b5ded
EL
3162 * ido.el (ido-delete-ignored-files): New function,
3163 split from ido-make-file-list-1.
3164 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
3165 (ido-make-file-list-1): Use ido-delete-ignored-files.
3166
daabf15a
LL
31672013-06-12 Leo Liu <sdl.web@gmail.com>
3168
3169 * progmodes/octave.el (inferior-octave-startup)
3170 (inferior-octave-completion-table)
3171 (inferior-octave-track-window-width-change)
3172 (octave-eldoc-function-signatures, octave-help)
3173 (octave-find-definition): Use single quoted strings.
3174 (inferior-octave-startup-args): Change default value.
3175 (inferior-octave-startup): Do not hard code "-i" and
3176 "--no-line-editing".
3177 (inferior-octave-resync-dirs): Add optional arg NOERROR.
3178 (inferior-octave-directory-tracker): Use it.
3179 (octave-goto-function-definition): Robustify.
3180 (octave-help): Support highlighting operators in 'See also'.
3181 (octave-find-definition): Find subfunctions only in Octave mode.
3182
cf4e5178
SM
31832013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3184
3185 * help-fns.el (help-fns--compiler-macro): If the handler function is
3186 named, then put a link to it.
3187 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
3188 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
3189 (cl-typep): Use it.
3190 (cl-eval-when): Simplify debug spec.
3191 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
3192 compiler-macro function instead of setting `compiler-macro-file'.
3193
99c81280 31942013-06-12 Xue Fuqiao <xfq.free@gmail.com>
cd0527a4
XF
3195
3196 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
3197 * vc/vc-hooks.el (vc-stay-local): Doc fix.
3198
f56be016
SM
31992013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3200 Daniel Hackney <dan@haxney.org>
3201
3202 First part of Daniel Hackney's patch to package.el.
3203 * emacs-lisp/package.el: Use defstruct.
3204 (package-desc): New, main struct.
3205 (package--bi-desc, package--ac-desc): New structs, used to describe the
3206 format in external files.
3207 (package-desc-vers): Replace with package-desc-version accessor.
3208 (package-desc-doc): Replace with package-desc-summary accessor.
3209 (package-activate-1): Remove `package' arg since the pkg-vec now
3210 includes the name.
3211 (define-package): Use package-desc-from-define.
3212 (package-unpack-single): Change file-name arg to be a symbol.
3213 (package--add-to-archive-contents): Use package-desc-create and new
3214 accessor functions to package--ac-desc.
3215 (package-buffer-info, package-tar-file-info): Return a package-desc.
3216 (package-install-from-buffer): Remove `type' argument. Change pkg-info
3217 arg to be a package-desc.
3218 (package-install-file): Adjust accordingly. Use \' to match EOS.
3219 (package--from-builtin): New function.
3220 (describe-package-1, package-menu--generate): Use it.
3221 (package--make-autoloads-and-compile): Change name arg to be a symbol.
3222 (package-generate-autoloads): Idem and return the name of the file.
3223 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3224 Change pkg-info arg to be a package-desc.
3225 Use package-make-ac-desc.
3226 (package-upload-file): Use \' to match EOS.
3227 * finder.el (finder-compile-keywords): Use package-make-builtin.
3228
31119d63
SM
32292013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3230
931a2762
SM
3231 * vc/vc.el (vc-deduce-fileset): Change error message.
3232 (vc-read-backend): New function.
3233 (vc-next-action): Use it.
3234
5a3eb0c6
SM
3235 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
3236
e3eb1bb7
SM
3237 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
3238 (prolog-font-lock-keywords): Use regexp-opt instead.
3239 Don't manually highlight strings.
3240 (prolog-mode-variables): Simplify comment-start-skip.
3241 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
3242
31119d63
SM
3243 * emacs-lisp/generic.el (generic--normalise-comments)
3244 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
3245 (generic-mode-set-comments): Use them.
3246 (generic-bracket-support): Use setq-local.
3247 (generic-make-keywords-list): Declare obsolete.
3248
7de135d0
GM
32492013-06-11 Glenn Morris <rgm@gnu.org>
3250
3251 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3252 Prettify after setting font-lock-defaults. (Bug#14574)
3253
fa6bc6fd
JB
32542013-06-11 Juanma Barranquero <lekktu@gmail.com>
3255
3256 * replace.el (query-replace, occur-read-regexp-defaults-function)
3257 (replace-search):
3258 * subr.el (declare-function, number-sequence, local-set-key)
3259 (substitute-key-definition, locate-user-emacs-file)
3260 (with-silent-modifications, split-string, eval-after-load):
3261 Fix typos, remove unneeded backslashes and reflow some docstrings.
3262
cf1f9b9a
SM
32632013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3264
3265 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
3266 default for Elisp files.
3267
56602a4b
GM
32682013-06-11 Glenn Morris <rgm@gnu.org>
3269
3270 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
3271 although define-derived-mode was doing this anyway. (Bug#14583)
3272
30ae0b2c
JB
32732013-06-10 Juanma Barranquero <lekktu@gmail.com>
3274
3275 * allout.el (allout-encryption-plaintext-sanitization-regexps):
3276 Fix make-variable-buffer-local call to refer to the correct variable.
3277
fa472906
AG
32782013-06-10 Aidan Gauland <aidalgol@amuri.net>
3279
3280 * eshell/em-term.el (eshell-visual-commands)
e7b41c4c
JB
3281 (eshell-visual-subcommands, eshell-visual-options):
3282 Add summary line to docstrings. Add cross-references.
fa472906 3283
ff4871b9
GM
32842013-06-10 Glenn Morris <rgm@gnu.org>
3285
3286 * epa.el (epa-read-file-name): New function. (Bug#14510)
3287 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
3288
04fcf1b0
AG
32892013-06-09 Aidan Gauland <aidalgol@amuri.net>
3290
3291 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
3292 output redirection to be ignored with visual commands.
3293
88b00caa
AG
32942013-06-09 Aidan Gauland <aidalgol@amuri.net>
3295
3296 * eshell/em-term.el (eshell-visual-command-p): New function.
f71b3317
AG
3297 (eshell-term-initialize): Move long lambda to separate function
3298 eshell-visual-command-p.
e7b41c4c
JB
3299 * eshell/em-dirs.el (eshell-dirs-initialise):
3300 * eshell/em-script.el (eshell-script-initialize):
3301 Add missing #' to lambda.
88b00caa 3302
fda74125
LL
33032013-06-08 Leo Liu <sdl.web@gmail.com>
3304
3305 * progmodes/octave.el (octave-add-log-current-defun): New function.
3306 (octave-mode): Set add-log-current-defun-function.
3307 (octave-goto-function-definition): Do not move point if not found.
3308 (octave-find-definition): Enhance to try subfunctions first.
3309
467f3b33
GM
33102013-06-08 Glenn Morris <rgm@gnu.org>
3311
3312 * emacs-lisp/bytecomp.el (byte-compile-char-before)
3313 (byte-compile-backward-char, byte-compile-backward-word):
3314 Improve previous change, to handle non-explicit nil.
3315
544badc3
SM
33162013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3317
3318 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
3319 (smie--opener/closer-at-point): New function.
3320 (smie--matching-block-data): Use it. Don't match from right after an
3321 opener or right before a closer. Obey smie-blink-matching-inners.
3322 Don't signal a mismatch for repeated inners like "switch..case..case".
3323
a175bf33
LL
33242013-06-07 Leo Liu <sdl.web@gmail.com>
3325
3326 * progmodes/octave.el (octave-mode): Set comment-use-global-state
3327 to t. (Bug#14303)
ce8209d4
LL
3328 (octave-function-header-regexp): Fix. (Bug#14570)
3329 (octave-help-mode-finish-hook, octave-help-mode-finish):
3330 Remove. Just use temp-buffer-show-hook.
a175bf33
LL
3331
3332 * newcomment.el (comment-search-backward): Revert last change.
3333 (Bug#14434)
3334
3335 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
3336
a822acff
EZ
33372013-06-07 Eli Zaretskii <eliz@gnu.org>
3338
3339 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
3340 through xargs, to avoid failure due to MS-Windows limitations on
3341 command-line length.
3342
961166f5
GM
33432013-06-06 Glenn Morris <rgm@gnu.org>
3344
d0341459
GM
3345 * font-lock.el (lisp-font-lock-keywords-2):
3346 Treat user-error like error.
3347
961166f5
GM
3348 * emacs-lisp/bytecomp.el (byte-compile-char-before)
3349 (byte-compile-backward-char, byte-compile-backward-word):
3350 Handle explicit nil arguments. (Bug#14565)
3351
80fa505f
AM
33522013-06-05 Alan Mackenzie <acm@muc.de>
3353
3354 * isearch.el (isearch-allow-prefix): New user option.
d2bf7a98 3355 (isearch-other-meta-char): Don't exit isearch when a prefix
80fa505f 3356 argument is typed whilst `isearch-allow-prefix' is non-nil.
d2bf7a98 3357 (Bug#9706)
80fa505f 3358
fccdc796
SM
33592013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3360
3361 * autorevert.el (auto-revert-notify-handler): Use memq.
3362 Hide assertion failure.
3363
3364 * skeleton.el: Use cl-lib.
3365 (skeleton-further-elements): Use defvar-local.
3366 (skeleton-insert): Use cl-progv.
3367
9bfff84b
TZ
33682013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
3369
3370 * progmodes/prog-mode.el (prog-prettify-symbols)
3371 (prog-prettify-install): Update docstrings.
3372
55577e7c
SM
33732013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3374
3375 * simple.el: Move all the prog-mode code to prog-mode.el.
3376 * progmodes/prog-mode.el: New file.
3377 * loadup.el: Add prog-mode.el.
3378
8fc57765
TZ
33792013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
3380
3381 * simple.el (prog-prettify-symbols): Add version.
3382 (prog-prettify-install): Add convenience function to prettify symbols.
3383
3384 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
3385 (perl--augmented-font-lock-keywords-1)
3386 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
3387 variables and use it.
3388
3389 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
3390 (cfengine3-mode): Remove unneeded variable and use it.
3391
3392 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
3393 (lisp--augmented-font-lock-keywords-1)
3394 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
3395 Remove unneeded variables and use it.
3396
650645d5 33972013-06-05 João Távora <joaotavora@gmail.com>
28f5da6d
TZ
3398
3399 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
650645d5 3400 to point when opening the connection. (Bug#14380)
28f5da6d 3401
781b4af6
SM
34022013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3403
3404 * subr.el (load-history-regexp, load-history-filename-element)
3405 (eval-after-load, after-load-functions, do-after-load-evaluation)
3406 (eval-next-after-load, display-delayed-warnings)
3407 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
3408 definition of save-match-data.
3409 (overriding-local-map): Remove accidental obsolescence declaration.
3410
3411 * emacs-lisp/edebug.el (edebug-result): Move before first use.
3412
3ca0d0b4
TZ
34132013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
3414
3415 Generalize symbol prettify support to prog-mode and implement it
3416 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
3417 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
3418 (prog--prettify-font-lock-compose-symbol)
3419 (prog-prettify-font-lock-symbols-keywords): New variables and
3420 functions to support symbol prettification.
3421 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
3422 (lisp--augmented-font-lock-keywords-1)
3423 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
3424 (lisp--prettify-symbols-alist): Implement prettify of lambda.
3425 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
781b4af6
SM
3426 (cfengine3--prettify-symbols-alist, cfengine3-mode):
3427 Implement prettify of -> => :: strings.
3ca0d0b4
TZ
3428 * progmodes/perl-mode.el (perl-prettify-symbols)
3429 (perl--font-lock-compose-symbol)
3430 (perl--font-lock-symbols-keywords): Move to prog-mode.
3431 (perl--prettify-symbols-alist): Prettify -> => :: strings.
3432 (perl-font-lock-keywords-1)
3433 (perl-font-lock-keywords-2): Remove explicit prettify support.
3434 (perl--augmented-font-lock-keywords)
3435 (perl--augmented-font-lock-keywords-1)
781b4af6
SM
3436 (perl--augmented-font-lock-keywords-2, perl-mode):
3437 Implement prettify support.
3ca0d0b4 3438
976cb066
LL
34392013-06-05 Leo Liu <sdl.web@gmail.com>
3440
3441 Re-implement smie matching block highlight using
3442 show-paren-data-function. (Bug#14395)
3443 * emacs-lisp/smie.el (smie-matching-block-highlight)
3444 (smie--highlight-matching-block-overlay)
3445 (smie--highlight-matching-block-lastpos)
3446 (smie-highlight-matching-block)
3447 (smie-highlight-matching-block-mode): Remove.
3448 (smie--matching-block-data-cache): New variable.
3449 (smie--matching-block-data): New function.
3450 (smie-setup): Use smie--matching-block-data for
3451 show-paren-data-function.
3452
3453 * progmodes/octave.el (octave-mode-menu): Fix.
3454 (octave-find-definition): Skip garbage lines.
3455
208d0342
SM
34562013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3457
3458 Fix compilation error with simultaneous dynamic+lexical scoping.
3459 Add warning when a defvar appears after the first let-binding.
3460 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
3461 (byte-compile-close-variables): Initialize it.
3462 (byte-compile--declare-var): New function.
3463 (byte-compile-file-form-defvar)
3464 (byte-compile-file-form-define-abbrev-table)
3465 (byte-compile-file-form-custom-declare-variable): Use it.
3466 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
3467 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
3468 (byte-compile-bind): Handle dynamic bindings that shadow
3469 lexical bindings.
3470 (byte-compile-unbind): Make arg non-optional.
3471 (byte-compile-let): Simplify.
3472 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
3473 (cconv--analyse-function, cconv-analyse-form): Populate it.
3474 Protect byte-compile-bound-variables to limit the scope of defvars.
3475 (cconv-analyse-form): Add missing rule for (defvar <foo>).
3476 Remove unneeded rule for `declare'.
3477
3478 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
3479 so as to avoid depending on cl-adjoin at run-time.
3480 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
3481
3482 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
3483 (macroexp--warn-and-return): Use it.
3484
2587b005
LL
34852013-06-05 Leo Liu <sdl.web@gmail.com>
3486
3487 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
3488
f1da3c88
LL
34892013-06-04 Leo Liu <sdl.web@gmail.com>
3490
3491 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
3492 (compilation-auto-jump): Suppress the "Mark set" message to give
3493 way to exit message.
3494
3caa391f
AM
34952013-06-04 Alan Mackenzie <acm@muc.de>
3496
3497 Remove faulty optimisation from indentation calculation.
3498 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
3499 search limit based on 2000 characters back from indent-point.
3500
068922a2
TH
35012013-06-03 Tassilo Horn <tsdh@gnu.org>
3502
3503 * eshell/em-term.el (cl-lib): Require `cl-lib'.
3504
1f8fdd53
SM
35052013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3506
bbcc4d97
SM
3507 * emacs-lisp/lisp.el: Use lexical-binding.
3508 (lisp--local-variables-1, lisp--local-variables): New functions.
3509 (lisp--local-variables-completion-table): New var.
208d0342 3510 (lisp-completion-at-point): Use it complete let-bound vars.
bbcc4d97 3511
1f8fdd53
SM
3512 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
3513 eagerly (bug#14422).
3514
c9628c79
MA
35152013-06-03 Michael Albinus <michael.albinus@gmx.de>
3516
3517 * autorevert.el (auto-revert-notify-enabled)
3518 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3519 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
3520 (auto-revert-notify-handler): Handle also gfilenotify.
3521
e7b41c4c 3522 * subr.el (file-notify-handle-event): New defun. Replacing ...
c9628c79 3523 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
781b4af6 3524 Remove.
c9628c79 3525
e5e4a942
JL
35262013-06-03 Juri Linkov <juri@jurta.org>
3527
3528 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
3529 `M-s h .'. (Bug#14427)
3530
3531 * hi-lock.el (highlight-symbol-at-point): New alias for the new
3532 command `hi-lock-face-symbol-at-point'.
3533 (hi-lock-face-symbol-at-point): New command.
3534 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
3535 (hi-lock-menu): Add `highlight-symbol-at-point'.
3536 (hi-lock-mode): Doc fix.
3537
3538 * isearch.el (isearch-forward-symbol-at-point): New command.
3539 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
3540 (isearch-highlight-regexp): Add a regexp which matches
3541 words/symbols for word/symbol mode.
3542
3543 * subr.el (find-tag-default-bounds): New function with the body
3544 mostly moved from `find-tag-default'.
3545 (find-tag-default): Move most code to `find-tag-default-bounds',
3546 call it and apply `buffer-substring-no-properties' afterwards.
3547
26b3353a
TH
35482013-06-03 Tassilo Horn <tsdh@gnu.org>
3549
781b4af6
SM
3550 * eshell/em-term.el (eshell-term-initialize):
3551 Use `cl-intersection' rather than `intersection'.
26b3353a 3552
51b60f53
XF
35532013-06-02 Xue Fuqiao <xfq.free@gmail.com>
3554
fe054b63 3555 * vc/log-view.el: Doc fix.
d3ffe17c 3556 (log-view-mode-map): Copy keymap from `special-mode-map'.
51b60f53 3557
a0eb10b3 35582013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
3559
3560 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
3561 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
3562 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
3563 (eieio-unbound, eieio-default-superclass)
3564 (eieio--define-field-accessors, method-static, method-before)
3565 (method-primary, method-after, method-num-lists)
3566 (method-generic-before, method-generic-primary)
3567 (method-generic-after, method-num-slots)
3568 (eieio-specialized-key-to-generic-key)
3569 (eieio--check-type, class-v, class-p)
3570 (eieio-class-name, define-obsolete-function-alias)
3571 (eieio-class-parents-fast, eieio-class-children-fast)
3572 (same-class-fast-p, class-constructor, generic-p)
3573 (generic-primary-only-p, generic-primary-only-one-p)
3574 (class-option-assoc, class-option, eieio-object-p)
3575 (class-abstract-p, class-method-invocation-order)
3576 (eieio-defclass-autoload-map, eieio-defclass-autoload)
3577 (eieio-class-un-autoload, eieio-defclass)
3578 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
3579 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
3580 (eieio--defgeneric-init-form, eieio-defgeneric-form)
3581 (eieio-defgeneric-reset-generic-form)
3582 (eieio-defgeneric-form-primary-only)
3583 (eieio-defgeneric-reset-generic-form-primary-only)
3584 (eieio-defgeneric-form-primary-only-one)
3585 (eieio-defgeneric-reset-generic-form-primary-only-one)
3586 (eieio-unbind-method-implementations)
3587 (eieio--defmethod, eieio--typep)
3588 (eieio-perform-slot-validation, eieio-validate-slot-value)
3589 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
3590 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
3591 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
3592 (eieio-slot-name-index, eieio-class-slot-name-index)
3593 (eieio-set-defaults, eieio-initarg-to-attribute)
3594 (eieio-attribute-to-initarg, eieio-c3-candidate)
3595 (eieio-c3-merge-lists, eieio-class-precedence-c3)
3596 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
3597 (eieio-class-precedence-list, eieio-generic-call-methodname)
3598 (eieio-generic-call-arglst, eieio-generic-call-key)
3599 (eieio-generic-call-next-method-list)
3600 (eieio-pre-method-execution-functions, eieio-generic-call)
3601 (eieio-generic-call-primary-only, eieiomt-method-list)
3602 (eieiomt-optimizing-obarray, eieiomt-install)
3603 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
3604 (eieio-generic-form, eieio-defmethod, make-obsolete)
4f405069 3605 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
890f7890
DE
3606 (defclass): Remove `eval-and-compile' from macro.
3607 (call-next-method, shared-initialize): Instead of using
3608 `scoped-class' variable, use new eieio--scoped-class, and
3609 eieio--with-scoped-class.
3610 (initialize-instance): Rename local variable 'scoped-class' to
3611 'this-class' to remove ambiguitity from old global.
3612
3613 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
3614 eieio.el.
4f405069
JB
3615 (eieio--scoped-class-stack): New variable.
3616 (eieio--scoped-class): New fcn.
890f7890
DE
3617 (eieio--with-scoped-class): New scoping macro.
3618 (eieio-defclass): Use pushnew instead of add-to-list.
3619 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
3620 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
3621 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
3622 `scoped-class' variable, use new eieio--scoped-class, and
3623 eieio--with-scoped-class.
3624
3625 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
3626
d105b0e2
TH
36272013-06-02 Tassilo Horn <tsdh@gnu.org>
3628
3629 * eshell/esh-ext.el (eshell-external-command): Pass args to
3630 `eshell-find-interpreter'.
3631 (eshell-find-interpreter): Add new second parameter ARGS.
3632
3633 * eshell/em-script.el (eshell-script-initialize): Add second arg
e7b41c4c 3634 to the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
3635
3636 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
e7b41c4c 3637 the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
3638
3639 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
3640 (eshell-visual-options): New defcustom.
3641 (eshell-escape-control-x): Adapt docstring.
3642 (eshell-term-initialize): Test `eshell-visual-subcommands' and
3643 `eshell-visual-options' in addition to `eshell-visual-commands'.
3644 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
3645
f46305c8 36462013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
f782d531
FEG
3647
3648 * progmodes/python.el (python-indent-block-enders): Add break,
3649 continue and raise keywords.
3650
d870df21
GM
36512013-06-01 Glenn Morris <rgm@gnu.org>
3652
9133b82e
GM
3653 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
3654
02c992ec 3655 Plain (f)boundp silences compilation warnings since Emacs 22.1.
683853b9
GM
3656 * progmodes/cc-cmds.el (delete-forward-p):
3657 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
3658 * progmodes/cc-engine.el (buffer-syntactic-context):
3659 * progmodes/cc-fonts.el (face-property-instance):
3660 * progmodes/cc-mode.el (set-keymap-parents):
3661 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
3662 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
3663 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
02c992ec
GM
3664 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
3665 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
683853b9 3666
31e7b090
GM
3667 * progmodes/cc-vars.el (other): Emacs has this widget since
3668 at least 21.1, so don't (re)define it.
3669
d870df21
GM
3670 * eshell/em-cmpl.el (eshell-cmpl-initialize):
3671 Replace the obsolete alias pcomplete-arg-quote-list.
3672
c75c93c7
LL
36732013-06-01 Leo Liu <sdl.web@gmail.com>
3674
3675 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
3676 punctuation syntax.
3677 (inferior-octave-minimal-columns)
3678 (inferior-octave-last-column-width): New variables.
3679 (inferior-octave-track-window-width-change): New function.
3680 (inferior-octave-mode): Adjust column width so that Octave output,
3681 for example from 'ls', can fit into the window nicely.
3682
973d1e12
DG
36832013-05-31 Dmitry Gutov <dgutov@yandex.ru>
3684
3685 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
3686 Highlight expansions inside regexp literals.
3687
0888c286
GM
36882013-05-31 Glenn Morris <rgm@gnu.org>
3689
e26aac1f
GM
3690 * obsolete/sym-comp.el (symbol-complete):
3691 Replace obsolete completion-annotate-function.
3692
0888c286
GM
3693 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
3694
19bb8e62
DG
36952013-05-31 Dmitry Gutov <dgutov@yandex.ru>
3696
781b4af6
SM
3697 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
3698 New function, checks if point is inside a literal that allows
19bb8e62
DG
3699 expression expansion.
3700 (ruby-syntax-propertize-expansion): Use it.
3701 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
3702 around the body.
3703
01dea85f
JL
37042013-05-30 Juri Linkov <juri@jurta.org>
3705
3706 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
3707 to "\M-si".
3708 (isearch-invisible): New variable.
3709 (isearch-forward): Doc fix.
3710 (isearch-mode): Set `isearch-invisible'
3711 to the value of `search-invisible'.
3712 (isearch-toggle-case-fold): Doc fix.
3713 (isearch-toggle-invisible): New command.
3714 (isearch-query-replace): Let-bind `search-invisible'
3715 to the value of `isearch-invisible'.
3716 (isearch-search): Use `isearch-invisible' instead of
3717 `search-invisible'. Let-bind `search-invisible'
3718 to the value of `isearch-invisible'. (Bug#11378)
3719
ab1bdce5
JL
37202013-05-30 Juri Linkov <juri@jurta.org>
3721
3722 * replace.el (perform-replace): Avoid `isearch-range-invisible'
3723 call when `query-flag' is nil and `search-invisible' is non-nil.
3724 (Bug#11746)
3725
d6d236e2
GM
37262013-05-30 Glenn Morris <rgm@gnu.org>
3727
8accd027
GM
3728 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
3729
2a8bed1c
GM
3730 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
3731 (cc-require): Suppress spurious "noruntime" warnings.
3732 (cc-require-when-compile): Use fboundp, for sake of compiler.
3733
d6d236e2
GM
3734 * progmodes/cc-mode.el: Move load of cc-vars before that of
3735 cc-langs (which in turn loads cc-vars), to quieten compiler.
3736
9190b35b
SM
37372013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * paren.el: Simplify the code.
3740 (show-paren-mode): Always start the timer.
3741 (show-paren--idle-timer): Rename from show-paren-idle-timer.
3742 (show-paren--overlay, show-paren--overlay-1): Rename from
3743 show-paren-overlay and show-paren-overlay-1, and initialize to an
3744 overlay rather than to nil.
3745 (show-paren-function): Misc cleanup and simplifications.
3746
4f8d1cf6
SM
37472013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3748
3749 * paren.el (show-paren-data-function): New hook.
3750 (show-paren--default): New function, extracted from show-paren-function.
3751 (show-paren-function): Use show-paren-data-function.
3752
02d844b5
GM
37532013-05-30 Glenn Morris <rgm@gnu.org>
3754
d209d4a9
GM
3755 * ielm.el (ielm-map, ielm-complete-symbol):
3756 Use completion-at-point rather than obsolete functions.
3757 (inferior-emacs-lisp-mode): Doc fix.
3758 Set completion-at-point-functions, rather than
3759 comint-dynamic-complete-functions.
3760
2082faa6
GM
3761 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
3762 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
3763 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
3764
dd8620de
GM
3765 * image.el (image-animated-p): Tweak definition.
3766
ceca95b1
GM
3767 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
3768 (rlogin-process-connection-type): Tweak default. Add set-after.
3769 (rlogin-host): Doc fix.
3770 (rlogin): Tweak prompt.
3771 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
3772
ee9f1acc
GM
3773 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
3774 * progmodes/tcl.el (inferior-tcl-mode-map):
3775 Use completion-at-point rather than obsolete alias.
3776
45ce222e
GM
3777 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
3778
02d844b5
GM
3779 * minibuffer.el (read-file-name-completion-ignore-case):
3780 Move before completion--in-region, for eager macro expansion.
3781
ac44d6c1
JL
37822013-05-29 Juri Linkov <juri@jurta.org>
3783
3784 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
3785 for total count of matching lines. Add `global-matches' for total
3786 count of matches. Rename `matches' to `lines' for count of
3787 matching lines. Add `matches' for count of matches.
3788 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
3789 to `prev-line' for line number of prev match endpt.
3790 Increment `matches' for every match. Print the number of
3791 matching lines in the header.
3792 (occur-context-lines): Rename `lines' to `curr-line'.
3793 Rename `prev-lines' to `prev-line'. (Bug#14017)
3794
3c9c9d38
JL
37952013-05-29 Juri Linkov <juri@jurta.org>
3796
3797 * replace.el (perform-replace): Add `skip-read-only-count',
3798 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
3799 Increment them for corresponding conditions and report the number
3800 of skipped occurrences in the final message. (Bug#11746)
3801 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3802 (replace-string, replace-regexp): Doc fix.
3803
33e249a2
SM
38042013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3805
8e399682
SM
3806 * emacs-lisp/trace.el (trace--read-args): Provide a default.
3807
33e249a2 3808 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
781b4af6 3809 prog-mode-map (bug#14504).
33e249a2 3810
f236dd84
LL
38112013-05-29 Leo Liu <sdl.web@gmail.com>
3812
3813 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
3814 (octave-help): Small simplification.
3815
3816 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
3817 off the highlight first.
3818
3694d13f
GM
38192013-05-29 Glenn Morris <rgm@gnu.org>
3820
03983bdc
GM
3821 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
3822 Handle idlwave-last-system-routine-info-cons-cell being nil.
3823
bc74a74a
GM
3824 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
3825 (idlwave-write-paths): Simplify via with-temp-buffer.
3826
8b394200
GM
3827 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
3828 * emulation/cua-rect.el: Also load cua-base at run time.
3829
3694d13f
GM
3830 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
3831 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
3832 (cperl-imenu-on-info): Require imenu.
3833
336d7284
AM
38342013-05-28 Alan Mackenzie <acm@muc.de>
3835
3836 Handle "capitalised keywords" correctly.
33e249a2 3837 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
336d7284 3838
cb29c582
AG
38392013-05-28 Aidan Gauland <aidalgol@amuri.net>
3840
781b4af6 3841 * eshell/em-unix.el: Add -r option to cp.
cb29c582 3842
690e44b2
GM
38432013-05-28 Glenn Morris <rgm@gnu.org>
3844
e658d75c
GM
3845 * vc/vc-arch.el (vc-exec-after): Declare.
3846 (vc-switches): Autoload.
3847 * vc/vc-bzr.el: No need to require vc when compiling.
3848 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
3849 (vc-resynch-buffer, vc-dir-refresh): Declare.
3850 (vc-setup-buffer, vc-switches): Autoload.
712b9732
GM
3851 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
3852 (vc-resynch-buffer): Declare.
3853 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
e658d75c 3854 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
712b9732
GM
3855 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
3856 (grep-read-regexp, grep-read-files, grep-expand-template)
3857 (vc-dir-refresh): Declare.
3858 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
3859 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
3860 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
e658d75c
GM
3861 * vc/vc-mtn.el (vc-exec-after): Declare.
3862 (vc-switches): Autoload.
3863 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
3864 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
3865 (vc-file-tree-walk): Declare.
712b9732
GM
3866 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
3867 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
3868 (vc-tag-precondition, vc-rename-master): Autoload.
e658d75c
GM
3869 * vc/vc-svn.el (vc-exec-after): Declare.
3870 (vc-switches, vc-setup-buffer): Autoload.
3871 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
3872 Autoload.
3873 (vc-resynch-buffer): Declare.
3874
98e87fb3
GM
3875 * obsolete/fast-lock.el (byte-compile-warnings):
3876 Don't warn about obsolete features in this obsolete file.
3877
f5379553
GM
3878 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
3879 Move definition before use.
3880
7a20ef83
GM
3881 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
3882 (dun-unix-verbs): Remove dun-zippy.
3883 (dun-zippy): Remove function.
3884
690e44b2
GM
3885 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
3886
3a52ccf7
JL
38872013-05-27 Juri Linkov <juri@jurta.org>
3888
3889 * replace.el (replace-search): New function with code moved out
3890 from `perform-replace'.
3891 (replace-highlight, replace-dehighlight): Move function definitions
3892 up closer to `replace-search'. (Bug#11746)
3893
d289938a
JL
38942013-05-27 Juri Linkov <juri@jurta.org>
3895
3896 * replace.el (perform-replace): Ignore invisible matches.
3897 In addition to checking `query-replace-skip-read-only', also
3898 filter out matches by calling `run-hook-with-args-until-failure'
3899 on `isearch-filter-predicates', and also check `search-invisible'
3900 for t or call `isearch-range-invisible'.
3901 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
3902
66fc57e3
JL
39032013-05-27 Juri Linkov <juri@jurta.org>
3904
3905 * isearch.el (isearch-filter-predicates): Rename from
3906 `isearch-filter-predicate'. Doc fix. (Bug#11378)
3907 (isearch-message-prefix): Display text from the property
3908 `isearch-message-prefix' of the currently active filters.
3909 (isearch-search): Don't compare `isearch-filter-predicate' with
3910 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
3911 on `isearch-filter-predicates'. Also check `search-invisible' for t
3912 or call `isearch-range-invisible'.
3913 (isearch-filter-visible): Make obsolete.
3914 (isearch-lazy-highlight-search):
3915 Call `run-hook-with-args-until-failure' on
3916 `isearch-filter-predicates' and use `isearch-range-invisible'.
3917
3918 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
3919 `isearch-filter-predicates' instead of `funcall'ing
3920 `isearch-filter-predicate'.
3921 (Info-mode): Set `Info-isearch-filter' to
3922 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
3923
3924 * dired-aux.el (dired-isearch-filter-predicate-orig):
3925 Remove variable.
3926 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
3927 (dired-isearch-filenames-end): Add and remove
3928 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
3929 instead of changing the value of `isearch-filter-predicate'.
3930 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
3931 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
3932 Put property `isearch-message-prefix' to "filename " on
3933 `dired-isearch-filter-filenames'.
3934
3935 * wdired.el (wdired-change-to-wdired-mode):
3936 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
3937 locally instead of changing `isearch-filter-predicate'.
3938 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
3939
f1a60a0f
DG
39402013-05-27 Dmitry Gutov <dgutov@yandex.ru>
3941
3942 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
3943 return the commit hash (Bug#14459). Also set the
3944 `vc-git-detached' property.
3945 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
3946 (vc-git-mode-line-string): Use the same help-echo format whether
3947 in detached mode or not, because we know the actual revision now.
3948 When in detached mode, shorten the revision to 7 chars.
3949
7f17cc40
SM
39502013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * emacs-lisp/easy-mmode.el (define-minor-mode):
3953 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
3954 mode hook and provide a docstring.
3955
25c8401c
AM
39562013-05-27 Alan Mackenzie <acm@muc.de>
3957
3958 Remove spurious syntax-table text properties inserted by C-y.
3959 * progmodes/cc-mode.el (c-after-change): Also clear hard
3960 syntax-table property with value nil.
3961
dde84790
MA
39622013-05-27 Michael Albinus <michael.albinus@gmx.de>
3963
3964 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
3965 when reading the events; the buffer layout shall not be changed.
3966
837fd9af
LL
39672013-05-27 Leo Liu <sdl.web@gmail.com>
3968
3969 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
3970 New variable.
3971 (inferior-octave-directory-tracker): Automatically re-sync
3972 default-directory.
3973 (octave-help): Improve handling of 'See also'.
3974
4fd996b3
SM
39752013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3976
416f1802
SM
3977 * doc-view.el: Minor naming convention tweaks.
3978 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
3979
4fd996b3
SM
3980 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
3981 even if there's no `display' property yet (bug#14435).
3982
a052ef3b
EZ
39832013-05-25 Eli Zaretskii <eliz@gnu.org>
3984
4fd996b3 3985 * subr.el (unmsys--file-name): Rename from reveal-filename.
a052ef3b
EZ
3986
3987 * Makefile.in (custom-deps, finder-data, autoloads)
3988 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
3989 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
3990 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
3991
c9023370
SM
39922013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3993
3994 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
3995 error-completion on the first 2 args of condition-case (bug#14446).
df76dacb 3996 Don't burp at EOB.
c9023370 3997
24d699fa
LL
39982013-05-25 Leo Liu <sdl.web@gmail.com>
3999
4000 * comint.el (comint-previous-matching-input): Do not flood the
4001 *Messages* buffer with trivial messages.
4002
17e5c0cc
SM
40032013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4004
4005 * progmodes/flymake.el (flymake-nop): Don't return a string.
4006 (flymake-set-at): Fix typo.
4007
4008 * simple.el (read--expression): New function, extracted from
4009 eval-expression. Set completion-at-point-functions (bug#14465).
4010 (eval-expression, eval-minibuffer): Use it.
4011
5d028165
XF
40122013-05-25 Xue Fuqiao <xfq.free@gmail.com>
4013
4014 * progmodes/flymake.el (flymake-save-buffer-in-file)
4015 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
4016 (flymake-selected-frame, flymake-log, flymake-ins-after)
4017 (flymake-set-at, flymake-get-buildfile-from-cache)
4018 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
4019 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
4020 Refine the doc string.
4021 (flymake-get-file-name-mode-and-masks): Reformat.
4022 (flymake-get-real-file-name-function): Fix a minor bug.
4023
7a1d7ba7
JL
40242013-05-24 Juri Linkov <juri@jurta.org>
4025
4026 * progmodes/grep.el (grep-mode-font-lock-keywords):
4027 Support =linenumber= format used by git-grep for lines with
4028 function names. (Bug#13549)
4029
650cff3d
SM
40302013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4031
4032 * progmodes/octave.el (octave-smie-rules): Return nil rather than
4033 0 after a semi-colon; it works better for smie-auto-fill.
4034 (octave--indent-new-comment-line): New function.
4035 (octave-indent-new-comment-line): Use it (indirectly).
4036 (octave-mode): Don't disable smie-auto-fill. Use add-function to
4037 modify comment-line-break-function.
4038
4039 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
4040 (smie-setup): Use add-function to set it.
4041
9631677d
SS
40422013-05-24 Sam Steingold <sds@gnu.org>
4043
4044 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
4045 argument (before the `interactive' argument).
4046
50105835
SM
40472013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4048
4049 * image-mode.el (image-mode-winprops): Add winprops to
4050 image-mode-winprops-alist before running
4051 image-mode-new-window-functions.
4052 * doc-view.el (doc-view-new-window-function): Don't delay
4053 doc-view-goto-page via timers (bug#14435).
4054
57b9823e
TH
40552013-05-24 Tassilo Horn <tsdh@gnu.org>
4056
4057 * doc-view.el: Integrate with desktop.el. (Bug#14435)
4058 (doc-view-desktop-save-buffer): New function.
4059 (doc-view-restore-desktop-buffer): New function.
50105835
SM
4060 (desktop-buffer-mode-handlers):
4061 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
57b9823e
TH
4062 handler.
4063 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
4064 `desktop-save-buffer' function.
4065
91aafa16
MA
40662013-05-24 Michael Albinus <michael.albinus@gmx.de>
4067
4068 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
4069 (tramp-gvfs-file-name-handler): Raise a user error when
4070 `tramp-gvfs-enabled' is nil.
4071 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
4072 Do not raise a user error when loading package. (Bug#14447)
4073
ec076379
MA
4074 * net/xesam.el: Move to obsolete/.
4075
db785726
GM
40762013-05-24 Glenn Morris <rgm@gnu.org>
4077
af5c7606
GM
4078 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
4079
e5d1916a
GM
4080 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
4081
ded62b08
GM
4082 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
4083 (Info-find-node, Man-getpage-in-background): Declare.
4084
9e614a3f
GM
4085 * mail/unrmail.el (unrmail):
4086 Replace obsolete detect-coding-with-priority.
4087
892f8ca3
GM
4088 * net/socks.el (socks-split-string): Use this rather than split-string.
4089 (socks-nslookup-host): Update for above change.
4090 (dynamic-choice, s5-dynamic-choice-match)
4091 (s5-dynamic-choice-match-inline, s5-widget-value-create):
4092 Comment out unused code.
4093
3c291973
GM
4094 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
4095 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
4096 (gud-tooltip-echo-area): Make obsolete.
4097 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
4098
43cc956b
GM
4099 * progmodes/js.el (js--optimize-arglist): Declare.
4100
dab49a3b
GM
4101 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
4102
36b9d085
GM
4103 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
4104 (ediff-window-C): Declare.
4105
e354ae76
GM
4106 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
4107 Tweak requires to silence compiler.
4108
b8e57bf4
GM
4109 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
4110 (he-search-string, he-tried-table, he-expand-list)
4111 (he-init-string, he-string-member, he-substitute-string)
4112 (he-reset-string): Declare.
4113
db785726
GM
4114 * obsolete/options.el (list-options): Use custom-variable-p,
4115 rather than obsolete alias.
4116
b3531901
SS
41172013-05-23 Sam Steingold <sds@gnu.org>
4118
4119 * simple.el (shell-command-on-region): Pass the `replace' argument
db785726 4120 down to `call-process-region' to comply with the doc as reported on
b3531901
SS
4121 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
4122
bdda4c66
SM
41232013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4124
4125 * emacs-lisp/smie.el (smie-indent-forward-token)
4126 (smie-indent-backward-token): Handle string tokens (bug#14381).
4127
c43d45f9
TH
41282013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4129
fe1eb856
RS
4130 * ielm.el (ielm-menu): New menu.
4131 (inferior-emacs-lisp-mode): Set comment-start.
96172128 4132
fe1eb856
RS
41332013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4134
4135 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
4136 Fix deactivate action.
4137
4138 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
4139 Add cleveref macros.
074dd971 4140
c43d45f9
TH
4141 * lisp/textmodes/reftex-parse.el
4142 (reftex-locate-bibliography-files): Accept options for
4143 bibliography commands.
4144 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
4145 Add addbibresource. Basic Biblatex support.
4146
7764286e
MA
41472013-05-23 Michael Albinus <michael.albinus@gmx.de>
4148
4149 * net/tramp-gvfs.el (top):
4150 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
4151 when loading package. (Bug#14447)
4152
d361bc10
GM
41532013-05-23 Glenn Morris <rgm@gnu.org>
4154
8fa23984
GM
4155 * progmodes/js.el: No need to load comint when compiling.
4156 (ring-insert, comint-send-string, comint-send-input)
4157 (comint-last-input-end, ido-chop): Declare.
4158
a5c7df1a
GM
4159 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
4160 * vc/ediff-mult.el: Adjust requires.
4161 (ediff-directories-internal, ediff-directory-revisions-internal)
4162 (ediff-patch-file-internal): Declare.
4163 * vc/ediff-ptch.el: Adjust requires.
4164 (ediff-use-last-dir, ediff-buffers-internal): Declare.
4165 (ediff-find-file): Autoload.
4166 * vc/ediff-util.el: No need to load ediff when compiling.
4167 (ediff-regions-internal): Declare.
4168 * vc/ediff-wind.el: Adjust requires.
4169 (ediff-compute-toolbar-width): Define when compiling.
4170 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
4171 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
4172 (dired-get-filename, dired-get-marked-files)
4173 (ediff-last-dir-patch, ediff-patch-default-directory)
4174 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
4175 (ediff-patch-buffer-internal): Declare.
4176
e2aec513
GM
4177 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
4178 (ispell-process, ispell-buffer-local-words, lm-summary)
4179 (lm-section-start, lm-section-end): Declare.
4180 (checkdoc-ispell-init): Simplify.
4181
e68bbd7c
GM
4182 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
4183 (he-string-member, he-reset-string, he-substitute-string): Declare.
4184
7efe0991
GM
4185 * eshell/em-ls.el: Adjust requires.
4186 (eshell-glob-regexp): Declare.
f87b1284
GM
4187 * eshell/em-tramp.el: Adjust requires.
4188 (eshell-parse-command): Autoload.
4189 * eshell/em-xtra.el: Adjust requires.
4190 (eshell-parse-command): Autoload.
4191 * eshell/esh-ext.el: Adjust requires.
4192 (eshell-parse-command, eshell-close-handles): Autoload.
4193 * eshell/esh-io.el: Adjust requires.
4194 (eshell-output-filter): Autoload.
4195 * eshell/esh-util.el: No need to load tramp when compiling.
4196 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
4197 Declare.
4198 (eshell-parse-ange-ls): Require ange-ftp and tramp.
4199 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4200 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
4201 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
4202 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
4203 * eshell/esh-opt.el, eshell/esh-proc.el:
4204 * eshell/esh-var.el: Adjust requires.
4205 * eshell/eshell.el: Do not require esh-util twice.
4206 (eshell-add-input-to-history): Declare.
4207 (eshell-command): Check history module is active before using it.
4208
d361bc10
GM
4209 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
4210
85d090a9
LL
42112013-05-22 Leo Liu <sdl.web@gmail.com>
4212
4213 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
4214
5d0acd9d
MA
42152013-05-22 Michael Albinus <michael.albinus@gmx.de>
4216
4217 * autorevert.el (auto-revert-notify-add-watch)
4218 (auto-revert-notify-handler): Add `attrib' for the inotify case,
4219 it indicates changes in file modification time.
4220
0cdffd7d
GM
42212013-05-22 Glenn Morris <rgm@gnu.org>
4222
ca5995ec
GM
4223 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4224 Always delete the autoloaded function from the noruntime and
4225 unresolved functions lists.
4226
6450907e
GM
4227 * allout.el: No need to load epa, epg, overlay when compiling.
4228 (epg-context-set-passphrase-callback, epg-list-keys)
4229 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
4230 (epg-key-user-id-list): Declare.
4231
9c6906f6
GM
4232 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
4233 (viper-set-parsing-style-toggling-macro)
4234 (viper-set-emacs-state-searchstyle-macros):
4235 Use called-interactively-p on Emacs.
4236 (viper-looking-back): Make it an obsolete alias. Update callers.
4237 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
4238 Use looking-back rather than viper-looking-back.
4239 (viper-tmp-insert-at-eob, viper-enlarge-region)
4240 (viper-read-string-with-history, viper-register-to-point)
4241 (viper-append-to-register, viper-change-state-to-vi)
4242 (viper-backward-char-carefully, viper-forward-char-carefully)
4243 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
4244 (viper-change-state-to-emacs): Declare.
4245 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
4246 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
4247 * emulation/viper-mous.el: Do not load viper-cmd.
4248 (viper-backward-char-carefully, viper-forward-char-carefully)
4249 (viper-forward-word, viper-adjust-window): Declare.
4250
5f70c169
GM
4251 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
4252
b1b7f300
GM
4253 * progmodes/idlw-help.el (idlwave-help-fontify):
4254 Use called-interactively-p.
4255
f6ebbb46
GM
4256 * term/w32console.el (w32-get-console-codepage)
4257 (w32-get-console-output-codepage): Declare.
4258
0cdffd7d
GM
4259 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
4260 Remove unnecessary declarations.
4261 (dframe-message): Doc fix.
4262
4263 * info.el (dframe-select-attached-frame, dframe-current-frame):
4264 Declare.
4265
4266 * speedbar.el (speedbar-message): Make it an obsolete alias.
4267 Update all callers.
4268 (speedbar-with-attached-buffer)
4269 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
4270 (speedbar-with-writable): Use backquote.
4271 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
4272 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
4273 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
4274 rather than speedbar- aliases.
4275 * mail/rmail.el: Load dframe rather than speedbar when compiling.
4276 (speedbar-make-specialized-keymap, speedbar-insert-button)
4277 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
4278 (speedbar-do-function-pointer): Declare.
4279 (rmail-speedbar-button, rmail-speedbar-find-file)
4280 (rmail-speedbar-move-message):
4281 Use dframe-with-attached-buffer rather than speedbar- alias.
4282 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
4283 (dframe-message, speedbar-make-specialized-keymap)
4284 (speedbar-add-expansion-list, speedbar-mode-functions-list)
4285 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
4286 (speedbar-insert-button, dframe-select-attached-frame)
4287 (dframe-maybee-jump-to-attached-frame)
4288 (speedbar-change-initial-expansion-list)
4289 (speedbar-previously-used-expansion-list-name): Declare.
4290 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
4291 Use dframe-message, dframe-with-attached-buffer rather than
4292 speedbar- aliases.
4293 (gud-sentinel): Silence compiler.
4294 * progmodes/vhdl-mode.el (speedbar-refresh)
4295 (speedbar-do-function-pointer, speedbar-add-supported-extension)
4296 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
4297 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
4298 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
4299 (speedbar-file-lists, speedbar-make-tag-line)
4300 (speedbar-line-directory, speedbar-goto-this-file)
4301 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
4302 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
4303 (speedbar-make-button, speedbar-reset-scanners)
4304 (speedbar-files-item-info, speedbar-line-text)
4305 (speedbar-find-file-in-frame, speedbar-set-timer)
4306 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
4307 (speedbar-with-writable): Do not (re)define it.
4308 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
4309 rather than speedbar- alias.
4310
ee44b62a
LL
43112013-05-21 Leo Liu <sdl.web@gmail.com>
4312
4313 * progmodes/octave.el (octave-mode-menu): Update and re-organize
4314 menu items.
4315 (octave-mode): Tweak fill-nobreak-predicate.
4316 (inferior-octave-startup): Check process to avoid infinite loop.
4317 (inferior-octave): Pop to buffer first to show abornmal process
4318 exit information.
4319
640f050f
GM
43202013-05-21 Glenn Morris <rgm@gnu.org>
4321
79458038
GM
4322 * printing.el (pr-menu-bar): Define when compiling.
4323
9cc3e83f
LL
43242013-05-21 Leo Liu <sdl.web@gmail.com>
4325
4326 * progmodes/octave.el (octave-auto-fill): Remove.
4327 (octave-indent-new-comment-line): Improve.
4328 (octave-mode): Use auto fill mode through
4f405069 4329 comment-line-break-function and fill-nobreak-predicate.
9cc3e83f 4330 (octave-goto-function-definition): Support DEFUN_DLD.
4f405069 4331 (octave-beginning-of-defun): Small tweak.
9cc3e83f
LL
4332 (octave-help): Show parent directory.
4333
f440830d
GM
43342013-05-21 Glenn Morris <rgm@gnu.org>
4335
4336 * files.el (dired-unmark):
4337 * progmodes/gud.el (gdb-input): Update declarations.
4338
4339 * calculator.el (electric, ehelp): No need to load when compiling.
4340 (Electric-command-loop, electric-describe-mode): Declare.
4341
4342 * doc-view.el (doc-view-current-converter-processes): Move before use.
4343
4344 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4345 Move MODE-set-explicitly definition before use.
4346
4347 * international/mule-diag.el (mule-diag):
4348 Don't use obsolete window-system-version.
4349
4350 * mail/feedmail.el (smtpmail): No need to load when compiling.
4351 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
4352
4353 * mail/mail-utils.el (rfc822): No need to load when compiling.
4354 (rfc822-addresses): Autoload it.
4355 (mail-strip-quoted-names): Trivial simplification.
4356
4357 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
4358 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
4359
4360 * net/snmp-mode.el (tempo): Don't duplicate requires.
4361
4362 * progmodes/prolog.el (info): No need to load when compiling.
4363 (comint): Require before shell requires it.
4364 (Info-goto-node): Autoload it.
4365 (Info-follow-nearest-node): Declare.
4366 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
4367
4368 * textmodes/artist.el (picture-mode-exit): Declare.
4369
4370 * textmodes/reftex-parse.el (reftex-parse-from-file):
4371 Trivial rewrite so the compiler can parse it better.
4372
b4da2cbb
LL
43732013-05-20 Leo Liu <sdl.web@gmail.com>
4374
4375 * progmodes/octave.el (octave-help-mode-map)
4376 (octave-help-mode-finish-hook): New variables.
4377 (octave-help-mode, octave-help-mode-finish): New functions.
4378 (octave-help): Use octave-help-mode.
4379
33c0f65b
GM
43802013-05-20 Glenn Morris <rgm@gnu.org>
4381
4382 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
4383
1a0a0a8a
DG
43842013-05-19 Dmitry Gutov <dgutov@yandex.ru>
4385
4386 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
4387 start at point, so that expansion starting right after opening
4388 slash in a regexp is recognized.
4389 (ruby-syntax-before-regexp-re): New defvar, extracted from
4390 ruby-syntax-propertize-function. Since the value of this regexp
4391 is looked up at runtime now, we should be able to turn
4392 `ruby-syntax-methods-before-regexp' into a defcustom later.
4393 (ruby-syntax-propertize-function): Split regexp matching into two
4394 parts, for opening and closing slashes. That allows us to skip
4395 over string interpolations and support multiline regexps.
4396 Don't call `ruby-syntax-propertize-expansions', instead use another rule
4397 for them, which calls `ruby-syntax-propertize-expansion'.
4398 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
4399 call to `ruby-syntax-propertize-function'.
4400 (ruby-syntax-propertize-expansion): Extracted from
4401 `ruby-syntax-propertize-expansions'. Handles one expansion.
1a0a0a8a
DG
4402 (ruby-syntax-propertize-percent-literal): Leave point right after
4403 the percent symbol, so that the expression expansion rule can
4404 propertize the contents.
462388b6
DG
4405 (ruby-syntax-propertize-heredoc): Leave point at bol following the
4406 heredoc openers.
4407 (ruby-syntax-propertize-expansions): Remove.
1a0a0a8a 4408
c1a6c0a4
JL
44092013-05-18 Juri Linkov <juri@jurta.org>
4410
4411 * man.el (Man-default-man-entry): Remove `-' from the end
4412 of the default value. (Bug#14400)
4413
8051fccd
GM
44142013-05-18 Glenn Morris <rgm@gnu.org>
4415
4416 * comint.el (comint-password-prompt-regexp):
4417 Allow "password for XXX" where XXX contains colons (eg https://...).
4418
5e80b74f
LL
44192013-05-18 Leo Liu <sdl.web@gmail.com>
4420
4421 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
f6f87d33 4422 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5e80b74f
LL
4423 (octave-source-directories): Don't check process.
4424 (octave-source-directories, octave-find-definition): Doc fix.
4425
521a54c5
GM
44262013-05-18 Glenn Morris <rgm@gnu.org>
4427
86a94b05
GM
4428 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
4429 Remove backspace/delete bindings. (Bug#14392)
4430
521a54c5
GM
4431 * cus-dep.el (custom-make-dependencies): Sort the output.
4432 (custom-versions-load-alist): Convert comment to doc.
4433
42caeb89
LL
44342013-05-17 Leo Liu <sdl.web@gmail.com>
4435
4436 * newcomment.el (comment-search-backward): Stricter in finding
4437 comment start. (Bug#14303)
4438
4439 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
4440 (octave-comment-start-skip): Properly anchored.
4441
e219dd97
LL
44422013-05-17 Leo Liu <sdl.web@gmail.com>
4443
fe1eb856
RS
4444 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
4445 Clean up when turned off. (Bug#14395)
e219dd97
LL
4446 (smie--highlight-matching-block-overlay): No longer buffer-local.
4447 (smie-highlight-matching-block): Adjust.
4448
dc5dcb4b
PE
44492013-05-17 Paul Eggert <eggert@cs.ucla.edu>
4450
4451 Doc string fix for "nanoseconds" (Bug#14406).
4452 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
4453 Fix doc string typo that had "nanoseconds" instead of "microseconds".
4454
1db165f0
JB
44552013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
4456
4457 * calc/calc-units.el (math-extract-units): Preserve powers
4458 of units.
4459
c7a8fcac
LL
44602013-05-17 Leo Liu <sdl.web@gmail.com>
4461
4462 * subr.el (delete-consecutive-dups): New function.
4463 * ido.el (ido-set-matches-1): Use it.
4464 * progmodes/octave.el (inferior-octave-completion-table): Use it.
4465 * ido.el (ido-remove-consecutive-dups): Remove.
4466
f678b18a
SM
44672013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4468
4469 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
4470 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
4471 regexp-opt's `words'.
4472
ebfe68e8
LL
44732013-05-16 Leo Liu <sdl.web@gmail.com>
4474
4475 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
4476 (smie--highlight-matching-block-overlay)
4477 (smie--highlight-matching-block-lastpos)
4478 (smie--highlight-matching-block-timer): New variables.
4479 (smie-highlight-matching-block): New function.
4480 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
4481 (smie-setup): Conditionally enable smie-blink-matching-open.
4482
bc8bc17d
WS
44832013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
4484
4485 Sync with upstream verilog-mode r840.
4486 * progmodes/verilog-mode.el (verilog-mode-version)
4487 (verilog-mode-release-date): Update.
4488 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
4489 (verilog-sig-tieoff): Fix string error on
4490 AUTORESET with colon define, bug594. Reported by Andrew Hou.
4491 (verilog-read-decls): Fix parameters confusing
4492 AUTOINST interfaces, bug565. Reported by Leith Johnson.
4493
df065a0b
EZ
44942013-05-16 Eli Zaretskii <eliz@gnu.org>
4495
4496 * subr.el (reveal-filename): New function.
4497
4498 * loadup.el: Compute Emacs executable versions on MS-Windows,
4499 where executables have the .exe extension. Add a hard link
4500 emacs-XX.YY.ZZ.exe on MS-Windows.
4501
4502 * Makefile.in (XARGS_LIMIT): New variable.
4503 (custom-deps, finder-data, autoloads)
4504 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
4505 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
4506 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
4507 (compile-main): Limit xargs according to $(XARGS_LIMIT).
4508
2d4bf34b
LL
45092013-05-16 Leo Liu <sdl.web@gmail.com>
4510
4511 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
4512 (octave-mode-menu, octave-mode-map): Remove its uses.
4513
6b9c2d85
RZ
45142013-05-16 Reto Zimmermann <reto@gnu.org>
4515
4516 Sync with upstream vhdl mode v3.34.2.
4517 * progmodes/vhdl-mode.el: Use `push' throughout.
4518 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
4519 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
4520 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
4521 (vhdl-actual-generic-name): New option to derive actual generic name.
4522 (vhdl-port-paste-signals): Replace formal by actual generics.
4523 (vhdl-beautify): New name for old group vhdl-align. Update users.
4524 (vhdl-beautify-options): New option.
4525 (vhdl-last-input-event): New compat alias. Use throughout.
4526 (vhdl-goto-line): Replace user level function `goto-line'.
4527 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
4528 vhdl-fix-statement-buffer.
4529 (vhdl-create-mode-menu): Add some entries.
4530 (vhdl-align-region-groups): Respect vhdl-beautify-options.
4531 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
4532 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
4533 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
4534 to force statements on one line.
4535 (vhdl-remove-trailing-spaces-region):
4536 New, split from vhdl-remove-trailing-spaces.
4537 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
4538 Respect vhdl-beautify-options.
4539 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
4540 (vhdl-update-sensitivity-list): Not add with index if exists without.
4541 Not include array index with signal. Ignore keywords in comments.
4542 (vhdl-get-visible-signals): Regexp tweaks.
4543 (vhdl-template-component-inst): Handle empty library.
4544 (vhdl-template-type): Add template for 'enum' type.
4545 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
4546 Use vhdl-replace-string.
4547 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
4548 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
4549 (vhdl-speedbar-initialize): Update for above name change.
4550 (vhdl-compose-wire-components): Fix in handling of constants.
4551 (vhdl-error-regexp-emacs-alist): New variable.
4552 (vhdl-error-regexp-add-emacs): New function;
4553 adds support for new compile.el (Emacs 22+)
4554 (vhdl-generate-makefile-1): Change target order for single lib. units.
4555 Allow use of absolute file names.
4556
9df4ec5e
LL
45572013-05-16 Leo Liu <sdl.web@gmail.com>
4558
4559 * simple.el (prog-indent-sexp): Indent enclosing defun.
4560
f5ba00a6
GM
45612013-05-15 Glenn Morris <rgm@gnu.org>
4562
ed8be7ff
GM
4563 * cus-start.el (show-trailing-whitespace): Move to editing basics.
4564 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
4565 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
4566 (whitespace-highlight): Move to whitespace group.
4567
4568 * comint.el (comint-source):
4569 * pcmpl-linux.el (pcmpl-linux):
4570 * shell.el (shell-faces):
4571 * eshell/esh-opt.el (eshell-opt):
4572 * international/ccl.el (ccl): Remove empty custom groups.
4573
4574 * completion.el (dynamic-completion-mode):
4575 * jit-lock.el (jit-lock-debug-mode):
4576 * minibuffer.el (completion-in-region-mode):
4577 * type-break.el (type-break-mode-line-message-mode)
4578 (type-break-query-mode):
4579 * emulation/tpu-edt.el (tpu-edt-mode):
4580 * progmodes/subword.el (global-subword-mode, global-superword-mode):
4581 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4582 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
4583
4584 * term/xterm.el (xterm): Change parent group to terminals.
4585
4586 * master.el (master): Remove empty custom group.
4587 (master-mode): Remove unused :group argument.
4588 * textmodes/refill.el (refill): Remove empty custom group.
4589 (refill-mode): Remove unused :group argument.
4590
4591 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
4592
82a7c41b
GM
4593 * cus-dep.el: Provide a feature.
4594 (custom-make-dependencies): Ignore dotfiles (dir-locals).
f5ba00a6
GM
4595 Don't mistakenly ignore files whose basenames match a basename
4596 from preloaded-file-list (eg cedet/ede/simple.el).
82a7c41b 4597 Add a fallback method for getting :group.
f5ba00a6 4598
6d65486d
JL
45992013-05-15 Juri Linkov <juri@jurta.org>
4600
da547b32
JL
4601 * isearch.el (isearch-char-by-name): Rename from
4602 `isearch-insert-char-by-name'. Doc fix.
4603 (isearch-forward): Mention `isearch-char-by-name' in
4604 the docstring. (Bug#13348)
4605
6d65486d
JL
4606 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
4607 `exit-minibuffer' instead of
4608 `isearch-nonincremental-exit-minibuffer'.
4609 (isearch-edit-string): Remove mention of
4610 `isearch-nonincremental-exit-minibuffer' from docstring.
4611 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
4612 (isearch-forward-exit-minibuffer)
4613 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
4614
c9990474
SM
46152013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4616
6e911150
SM
4617 * loadup.el: Just use unversioned DOC.
4618
c9990474
SM
4619 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
4620 literals as extending to EOB.
4621 (nxml-last-fontify-end): Remove unused variable.
4622 (nxml-after-change1): Use with-silent-modifications.
4623 (nxml-extend-after-change-region): Simplify.
4624 (nxml-extend-after-change-region1): Remove function.
4625 (nxml-after-change1): Don't adjust for dependent regions.
4626 (nxml-fontify-matcher): Simplify.
4627 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
4628 (xmltok-add-dependent): Remove function.
4629 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
4630 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
4631 (xmltok-scan-prolog-after-processing-instruction-open): Treat
4632 unclosed <[[, <?, comment, and other literals as extending to EOB.
4633 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
4634 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
4635 Remove functions.
4636 (rng-do-some-validation-1): Don't mark dependent regions.
4637 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
4638 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
4639 (nxml-clear-dependent-regions): Remove functions.
4640 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
4641 (nxml-ensure-scan-up-to-date):
4642 Don't clear&mark dependent regions.
4643
e3772e98
LL
46442013-05-15 Leo Liu <sdl.web@gmail.com>
4645
c9990474
SM
4646 * progmodes/octave.el (octave-goto-function-definition):
4647 Improve and fix callers.
e3772e98 4648
5ac2eb34
SM
46492013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4650
c46c57b0
SM
4651 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
4652 the setter (bug#14387).
4653
5ac2eb34
SM
4654 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
4655 surrounding group (bug#14402).
4656
180ed218
JL
46572013-05-14 Juri Linkov <juri@jurta.org>
4658
4659 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
4660 (Bug#14390)
4661
0ac0fecb
GM
46622013-05-14 Glenn Morris <rgm@gnu.org>
4663
4664 * progmodes/f90.el (f90-imenu-generic-expression):
4665 Fix typo in 2013-05-08 change. (Bug#14402)
4666
2e78e6a7
JPG
46672013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
4668
5ac2eb34
SM
4669 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
4670 Remove signals for which replies are never received.
2e78e6a7 4671
53267cca
JPG
46722013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
4673
4674 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
4675 (gdb-handler-alist, gdb-handler-number): Remove variables.
4676 (gdb-handler-list): New variable.
4677 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
4678 (gdb-pending-handler-p, gdb-handle-reply)
4679 (gdb-remove-all-pending-triggers): New functions.
4680 (gdb-discard-unordered-replies): New defcustom.
4681 (gdb-handler): New defstruct.
4682 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
4683 instead of gdb-pending-triggers. Update docstring.
4684 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
4685 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
4686 (gdb-var-update-handler, def-gdb-auto-update-trigger)
4687 (def-gdb-auto-update-handler, gdb-get-changed-registers)
4688 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
4689 (gdb-frame-handler): Pending triggers are now automatically managed.
4690 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
4691 Remove argument.
4692 (gdb-input): Automatically handles pending triggers. Update docstring.
4693 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
4694 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
4695 Update comments.
4696 (gdb-done-or-error): Now use gdb-handle-reply.
4697
d04ce803
JPG
46982013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
4699
4700 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
4701 gdb-debug-log.
4702
0114073a
GM
47032013-05-14 Glenn Morris <rgm@gnu.org>
4704
4705 * subr.el (user-emacs-directory-warning): New option.
4706 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
4707
4d25fd7e
LL
47082013-05-14 Leo Liu <sdl.web@gmail.com>
4709
4710 * progmodes/octave.el (octave-font-lock-keywords): Fix error
4711 during redisplay.
4712 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6073d8f4
LL
4713 (octave-font-lock-texinfo-comment): Fix invalid search bound
4714 error: wrong side of point.
4d25fd7e 4715
27c8b6eb
GM
47162013-05-14 Glenn Morris <rgm@gnu.org>
4717
61aaeb01
GM
4718 * progmodes/flymake.el (flymake-xml-program): New option.
4719 (flymake-xml-init): Use it.
4720
5bf90bc5
GM
4721 * term/xterm.el: Provide a feature.
4722
4723 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
27c8b6eb 4724
f4c7dfd2
GM
47252013-05-13 Glenn Morris <rgm@gnu.org>
4726
4727 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
4728 Add compat aliases as a hack workaround. (Bug#14384)
4729
2aeb3a1d
LL
47302013-05-13 Leo Liu <sdl.web@gmail.com>
4731
b0e069c2
LL
4732 * progmodes/octave.el (octave-indent-comment): Fix indentation for
4733 ###, and %!.
f5a9432f
LL
4734 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
4735 C-M-q.
b0e069c2
LL
4736 (octave-comment-start-skip): Include %!.
4737 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2aeb3a1d 4738
30ea8374
LL
47392013-05-12 Leo Liu <sdl.web@gmail.com>
4740
4741 * progmodes/octave.el (inferior-octave-startup): Store the value
4742 of __octave_srcdir__ for octave-source-directories.
4743 (inferior-octave-check-process): New function refactored out of
4744 inferior-octave-send-list-and-digest.
4745 (octave-source-directories)
4746 (octave-find-definition-filename-function): New variables.
4747 (octave-source-directories)
4748 (octave-find-definition-default-filename): New functions.
4749 (octave-find-definition): Improve to find functions implemented in C++.
4750
472a3834
GM
47512013-05-12 Glenn Morris <rgm@gnu.org>
4752
4753 * calendar/diary-lib.el (diary-outlook-format-1):
4754 Don't include dayname in the output. (Bug#14349)
4755
3191b52f
GM
47562013-05-11 Glenn Morris <rgm@gnu.org>
4757
0060ac73
GM
4758 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
4759
3191b52f
GM
4760 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
4761 Treat cc-provide like provide.
4762
e065ba74
KR
47632013-05-11 Kevin Ryde <user42@zip.com.au>
4764
4765 * cus-dep.el (custom-make-dependencies):
4766 Use generated-autoload-load-name for the sake of files such
4767 such cedet/semantic/bovine/c.el, where the base file name
4768 is not in load-path. (Bug#5277)
4769
36f84c37
GM
47702013-05-11 Glenn Morris <rgm@gnu.org>
4771
4772 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
4773 Provide features.
4774
c8730c3a
LL
47752013-05-11 Leo Liu <sdl.web@gmail.com>
4776
4777 * progmodes/octave.el (octave-indent-comment): Improve.
4778 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5ac2eb34
SM
4779 (octave-eldoc-function-signatures, octave-eldoc-function):
4780 New functions.
c8730c3a
LL
4781 (octave-mode, inferior-octave-mode): Add eldoc support.
4782
212e29f2
RS
47832013-05-11 Richard Stallman <rms@gnu.org>
4784
4785 * epa.el (epa-decrypt-file): Take output file name as argument
4786 and read it using `interactive'.
4787
083fe0d7
LL
47882013-05-11 Leo Liu <sdl.web@gmail.com>
4789
4790 * progmodes/octave.el (octave-beginning-of-line)
4791 (octave-end-of-line): Check before using up-list because it jumps
4792 out of more syntactic contructs since moving to smie.
9dbdb67e
LL
4793 (octave-indent-comment): New function.
4794 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6980b0ca
LL
4795 (octave-begin-keywords, octave-end-keywords)
4796 (octave-reserved-words, octave-smie-bnf-table)
4797 (octave-smie-rules): Add new keywords from Octave 3.6.4.
083fe0d7 4798
8582e4c4
GM
47992013-05-11 Glenn Morris <rgm@gnu.org>
4800
f20def1f
GM
4801 * faces.el (internal-face-x-get-resource):
4802 * frame.el (ns-display-monitor-attributes-list):
d78abe37 4803 * calc/calc-aent.el (math-to-radians-2):
f20def1f 4804 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
d78abe37 4805 Fix declarations.
f20def1f 4806
445f95e2
GM
4807 * calc/calc-menu.el: Make it loadable in isolation.
4808
4809 * net/eudcb-bbdb.el: Make it loadable without bbdb.
4810 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
4811 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
4812 (eudc-bbdb-query-internal): Require 'bbdb.
4813
99fb2756
GM
4814 * lpr.el (lpr-headers-switches):
4815 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
4816
4817 * progmodes/sql.el (sql-login-params): Fix and improve :type.
4818
0da7ad96
GM
4819 * emulation/edt-mapper.el: In batch mode, error rather than hang.
4820
8582e4c4
GM
4821 * term.el (term-set-escape-char): Make it idempotent.
4822
f71c50d0
LL
48232013-05-10 Leo Liu <sdl.web@gmail.com>
4824
5ac2eb34
SM
4825 * progmodes/octave.el (inferior-octave-completion-table):
4826 No longer a function and all uses changed. Use cache to speed up
f71c50d0
LL
4827 completion due to bug#11906.
4828 (octave-beginning-of-defun): Re-write to be more general.
4829
d5837773
GM
48302013-05-10 Glenn Morris <rgm@gnu.org>
4831
4832 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
4833
027c0f75
SM
48342013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4835
4836 * comint.el (comint-redirect-send-command-to-process): Use :around
4837 rather than :override for comint-redirect-filter.
4838 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
4839 Call it instead of comint-redirect-original-filter-function (which
4840 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
4841
4465bfb4
JD
48422013-05-09 Jan Djärv <jan.h.d@swipnet.se>
4843
4844 * frame.el (display-monitor-attributes-list): Add NS case.
4845 (ns-display-monitor-attributes-list): Declare.
4846
2d809ffa 48472013-05-09 Ulrich Mueller <ulm@gentoo.org>
b01682fb
UM
4848
4849 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
4850
e54eeb9b
GM
48512013-05-09 Glenn Morris <rgm@gnu.org>
4852
56cd351d
GM
4853 * international/fontset.el (vertical-centering-font-regexp):
4854 Set standard-value.
4855
d84b6108
GM
4856 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
4857
a931698a
GM
4858 * bookmark.el (bookmark-search-delay):
4859 * cus-start.el (vertical-centering-font-regexp):
4860 * ps-mule.el (ps-mule-font-info-database-default):
4861 * ps-print.el (ps-default-fg, ps-default-bg):
4862 * type-break.el (type-break-good-break-interval):
4863 * whitespace.el (whitespace-indentation-regexp)
4864 (whitespace-space-after-tab-regexp):
4865 * emacs-lisp/testcover.el (testcover-1value-functions)
4866 (testcover-noreturn-functions, testcover-progn-functions)
4867 (testcover-prog1-functions):
4868 * emulation/viper-init.el (viper-emacs-state-cursor-color):
4869 * eshell/em-glob.el (eshell-glob-translate-alist):
4870 * play/tetris.el (tetris-tty-colors):
4871 * progmodes/cpp.el (cpp-face-default-list):
4872 * progmodes/flymake.el (flymake-allowed-file-name-masks):
4873 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
4874 (idlwave-help-browser-generic-args):
4875 * progmodes/make-mode.el (makefile-special-targets-list):
4876 * progmodes/python.el (python-shell-virtualenv-path):
4877 * progmodes/verilog-mode.el (verilog-active-low-regexp)
4878 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
4879 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
4880 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
4881 * textmodes/reftex-vars.el (reftex-format-label-function):
4882 * textmodes/remember.el (remember-diary-file): Fix custom types.
4883
e54eeb9b
GM
4884 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
4885 Add :version.
4886
455851dd
LL
48872013-05-09 Leo Liu <sdl.web@gmail.com>
4888
4889 * progmodes/octave.el (inferior-octave-completion-at-point):
083fe0d7 4890 Restore file completion. (Bug#14300)
455851dd
LL
4891 (inferior-octave-startup): Fix incorrect highlighting for the
4892 first prompt.
4893
a9e4425b
SM
48942013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4895
4896 * progmodes/ruby-mode.el: First cut at SMIE support.
4897 (ruby-use-smie): New var.
4898 (ruby-smie-grammar): New constant.
4899 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
4900 (ruby-smie--forward-token, ruby-smie--backward-token)
4901 (ruby-smie-rules): New functions.
4902 (ruby-mode-variables): Setup SMIE if applicable.
4903
060ca408
EZ
49042013-05-08 Eli Zaretskii <eliz@gnu.org>
4905
4906 * simple.el (line-move-visual): Signal beginning/end of buffer
4907 only if vertical-motion moved less than it was requested. Avoids
4908 silly incorrect error messages when there are display strings with
4909 multiple newlines at EOL.
4910
1d5963cc
SM
49112013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4912
4913 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
4914 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
4915 (prolog-char-quote-workaround):
4916 * progmodes/cperl-mode.el (cperl-under-as-char):
4917 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
c7064f05
JB
4918 Mark as obsolete.
4919 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1d5963cc
SM
4920 their declaration.
4921 (vhdl-mode-syntax-table-init): Remove.
4922
c9990474
SM
4923 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
4924 last change.
1d5963cc
SM
4925
4926 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
4927 syntax for "_".
4928 (ld-script-font-lock-keywords):
4929 Change regexps to use things like \_< and \_>.
4930
4931 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
4932 Change all regexps to use things like \_< and \_>.
4933
4934 * progmodes/autoconf.el (autoconf-definition-regexp)
4935 (autoconf-font-lock-keywords, autoconf-current-defun-function):
4936 Handle a _ with symbol syntax.
4937 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
4938
c9990474
SM
4939 * progmodes/ada-mode.el (ada-mode-abbrev-table):
4940 Consolidate declaration.
1d5963cc
SM
4941 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
4942 the declaration.
4943 (ada-create-syntax-table): Remove.
4944 (ada-capitalize-word): Don't mess with the syntax of "_" since it
4945 already has the right syntax nowadays.
4946 (ada-goto-next-word): Don't change the syntax of "_".
4947
4948 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
4949 with-wrapper-hook.
4950
72d3cfca
SS
49512013-05-08 Sam Steingold <sds@gnu.org>
4952
4953 * thingatpt.el (thing-at-point): Accept optional second argument
4954 NO-PROPERTIES to strip the text properties from the return value.
4955 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
4956 to `thing-at-point' instead of stripping the properties ourselves.
4957 Also, when `thing-at-point' fails to find a url, prepend "http://"
4958 to the filename at point on the assumption that the user is
4959 pointing at something like gnu.org/gnu.
4960
5cb15713
JB
49612013-05-08 Juanma Barranquero <lekktu@gmail.com>
4962
4963 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
4964 * faces.el (crm-separator):
4965 Silence byte-compiler.
4966
4967 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
4968 (tool-bar-map): Remove unneeded defvars.
4969
ea78b95b
LL
49702013-05-08 Leo Liu <sdl.web@gmail.com>
4971
4972 Re-work a fix for bug#10994 based on Le Wang's patch.
4973 * ido.el (ido-remove-consecutive-dups): New helper.
4974 (ido-completing-read): Use it.
4975 (ido-chop): Revert fix for bug#10994.
4976
dc7466df
AS
49772013-05-08 Adam Spiers <emacs@adamspiers.org>
4978
4979 * cus-edit.el (custom-save-variables):
4980 Pretty-print long values. (Bug#14187)
4981
9ecf672a
GM
49822013-05-08 Glenn Morris <rgm@gnu.org>
4983
4984 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
4985 (m4-mode-syntax-table): Init in the defvar.
4986 (m4-mode-abbrev-table): Let define-derived-mode define it.
4987
3f555be8
TT
49882013-05-08 Tom Tromey <tromey@redhat.com>
4989
4990 * progmodes/m4-mode.el (m4-mode-syntax-table):
4991 Do not treat "_" as word constituent. (Bug#14167)
4992
7cc8ae06
GM
49932013-05-07 Glenn Morris <rgm@gnu.org>
4994
4f58bc06
GM
4995 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
4996 Remove explicit eshell-isearch-cancel-map.
4997
7cc8ae06
GM
4998 * progmodes/f90.el (f90-smart-end-names): New option.
4999 (f90-smart-end): Doc fix.
5000 (f90-end-block-optional-name): New constant.
5001 (f90-block-match): Respect f90-smart-end-names.
5002
ceb57e59
SM
50032013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * progmodes/octave.el (octave-smie-forward-token): Be more careful
5006 about implicit semi-colons (bug#14218).
5007
4e3f9230
YM
50082013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5009
5010 * frame.el (display-monitor-attributes-list)
5011 (frame-monitor-attributes): New functions.
5012
203a5572
LL
50132013-05-06 Leo Liu <sdl.web@gmail.com>
5014
5015 * progmodes/octave.el (octave-syntax-propertize-function): Change
5016 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
5017 (octave-font-lock-keywords): Use octave-operator-regexp.
5ac2eb34 5018 (octave-completion-at-point): Rename from
203a5572
LL
5019 octave-completion-at-point-function.
5020 (inferior-octave-directory-tracker): Robustify.
5021 (octave-text-functions): Remove and fix its uses. No such things
5022 any more.
5023
ee6cff99
SM
50242013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * emacs-lisp/trace.el (trace--display-buffer): New function.
5027 (trace-make-advice): Use it.
5028
32985194
JL
50292013-05-06 Juri Linkov <juri@jurta.org>
5030
5031 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
5032 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
5033 Doc fix.
5034 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
5035 in the help string. (Bug#12985)
5036
a1c700de
KD
50372013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5038
5039 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
5040
c67c0839
SM
50412013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5042
323885fd
SM
5043 * progmodes/perl-mode.el: Add support for here documents.
5044 (perl-syntax-propertize-function): Match here-doc markers.
5045 (perl-syntax-propertize-special-constructs): Find their end.
5046 (perl-imenu-generic-expression): Use [:alnum:].
5047
c67c0839
SM
5048 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
5049 (advice--add-function): Refresh the advice if already present
5050 (bug#14317).
5051
d491e7a8
IA
50522013-05-06 Ivan Andrus <darthandrus@gmail.com>
5053
5054 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
5055
ddf9925e
GM
50562013-05-06 Glenn Morris <rgm@gnu.org>
5057
7cc3af27
GM
5058 * w32-fns.el (w32-charset-info-alist): Declare.
5059
16e343d6
GM
5060 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
5061 of its defcustom properties.
5062 (eshell-cmpl-initialize): No need to load pcomplete.
5063
7d889a47
GM
5064 * generic-x.el: No need to require comint when compiling.
5065
ddf9925e
GM
5066 * net/eudc-export.el: Make it loadable without bbdb.
5067 (top-level): Use require rather than load-library.
5068 (eudc-create-bbdb-record, eudc-bbdbify-phone)
5069 (eudc-batch-export-records-to-bbdb)
5070 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
5071 Require bbdb.
5072
1e2c18df
SM
50732013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5074
5075 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
5076 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
5077 some tweaks, instead.
5078
02502a5f
LL
50792013-05-05 Leo Liu <sdl.web@gmail.com>
5080
5081 * progmodes/octave.el (octave-font-lock-keywords)
5082 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
5083 (inferior-octave-send-list-and-digest): Improve error message.
5084 (octave-mode, inferior-octave-mode): Use setq-local.
5085 (octave-help): Set info-lookup-mode.
5086
0dc04f42
RS
50872013-05-05 Richard Stallman <rms@gnu.org>
5088
6c54491c
RS
5089 * vc/compare-w.el (compare-windows-whitespace):
5090 Treat no-break space as whitespace.
5091
0dc04f42
RS
5092 * mail/rmailsum.el (rmail-summary-rmail-update):
5093 Detect empty summary and don't change selected message.
5094 (rmail-summary-goto-msg): Likewise.
5095
df8f35df
RS
5096 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
5097 Doc fixes, rename args.
5098
5356e1a3
AM
50992013-05-05 Alan Mackenzie <acm@muc.de>
5100
5101 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
5102
d44014cb
JL
51032013-05-05 Juri Linkov <juri@jurta.org>
5104
5105 * info.el (Info-read-subfile): Use (point-min) instead of (point)
5106 to not add the length of the summary segment to the return value.
5107 (Bug#14125)
5108
c129b51f
LL
51092013-05-05 Leo Liu <sdl.web@gmail.com>
5110
5111 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
5112 (inferior-octave-output-filter): Remove.
5113 (octave-send-region, inferior-octave-startup): Fix callers.
5114 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
5115 (octave-binary-file-extensions): New user variable.
5116 (octave-find-definition): Confirm if opening binary files.
5117 (octave-help-file): Use octave-find-definition to get the binary
5118 confirmation.
5119 (octave-help): Adjust for octave-help-file change.
5120
aa7dab97
SM
51212013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5122
5123 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
5124 Merge the two entries that handle function definitions.
5125 (pascal--syntax-propertize): New const.
5126 (pascal-mode): Use it. Use setq-local.
5127
fd3a9a6b
GM
51282013-05-04 Glenn Morris <rgm@gnu.org>
5129
5130 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
5131 (diary-from-outlook): Respect diary-from-outlook-function.
5132
30c7e542
SM
51332013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5134
5135 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
5136 Move the declaration from C.
5137 (read-minibuffer, eval-minibuffer): Move from C.
5138 (completion-setup-function): Avoid minibuffer-completion-contents.
5139
b54f978b
LL
51402013-05-03 Leo Liu <sdl.web@gmail.com>
5141
5142 * progmodes/octave.el (octave-font-lock-keywords): Do not
5143 dehighlight 'end' in comments or strings.
30c7e542
SM
5144 (octave-completing-read, octave-goto-function-definition):
5145 New helpers.
d4d0f9b3
LL
5146 (octave-help-buffer): New user variable.
5147 (octave-help-file, octave-help-function): New button types.
5148 (octave-help): New command and bind it to C-h ;.
5149 (octave-find-definition): New command and bind it to M-.
d74a1581 5150 (user-error): Alias to error if not defined.
b54f978b 5151
27135018
LL
51522013-05-02 Leo Liu <sdl.web@gmail.com>
5153
5154 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
5155 for \. (bug#14332)
5156 (octave-font-lock-keywords): Include [ and {.
5157
0d634d3a
LL
51582013-05-02 Leo Liu <sdl.web@gmail.com>
5159
5160 * progmodes/octave.el (inferior-octave-startup-file): Change default.
5161 (inferior-octave): Remove calling comint-mode and return the buffer.
5162 (inferior-octave-startup): Cosmetic changes.
5163
b4c8295e
LL
51642013-05-02 Leo Liu <sdl.web@gmail.com>
5165
30c7e542
SM
5166 * progmodes/octave.el (octave-syntax-propertize-function):
5167 Include the case when ' is at line beginning. (Bug#14336)
b4c8295e 5168
f12ad6ec
GM
51692013-05-02 Glenn Morris <rgm@gnu.org>
5170
5171 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
5172 * desktop.el (vc-dir-mode): Just autoload it here.
5173
30cac1e0
AM
51742013-05-02 Alan Mackenzie <acm@muc.de>
5175
5176 Eliminate variable c-standard-font-lock-fontify-region-function.
5177 * progmodes/cc-mode.el
5178 (c-standard-font-lock-fontify-region-function): Remove.
5179 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
5180
d8ef28b1
LL
51812013-05-01 Leo Liu <sdl.web@gmail.com>
5182
2640d52e 5183 * progmodes/octave.el: Compatible with older emacs-24 releases.
27135018 5184 (inferior-octave-has-built-in-variables): Remove. Built-in
2640d52e 5185 variables were removed from Octave in 2007.
d8ef28b1
LL
5186 (inferior-octave-startup): Fix uses.
5187 (comint-line-beginning-position): Remove compatibility code for
5188 emacs 21.
5189
ac63ec89
JL
51902013-05-01 Juri Linkov <juri@jurta.org>
5191
5192 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
5193
9e9be37c
JL
51942013-05-01 Juri Linkov <juri@jurta.org>
5195
5196 * comint.el (comint-previous-matching-input): Don't print message
5197 "History item: %d" when `isearch-mode' is active.
5198 (comint-history-isearch-message): Print message "History item: %d"
5199 when `comint-input-ring-index' is not empty and this function is
5200 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
5201
9b92c13b
LL
52022013-05-01 Leo Liu <sdl.web@gmail.com>
5203
5204 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
5205 definitions. Use completion-at-point to insert keywords.
5206 (octave-abbrev-start): Remove.
5207 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
5208
b12d33d7
LL
52092013-04-30 Leo Liu <sdl.web@gmail.com>
5210
5211 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
5212 change.
5213
3d1c39fa
AM
52142013-04-30 Alan Mackenzie <acm@muc.de>
5215
5216 Handle arbitrarily long C++ member initialisation lists.
30c7e542
SM
5217 * progmodes/cc-engine.el (c-back-over-member-initializers):
5218 new function.
3d1c39fa
AM
5219 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
5220 (most) member init lists.
5221
5147fc17
RS
52222013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5223
5224 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
5225 variable.
5226
5b78d7fc
LL
52272013-04-30 Leo Liu <sdl.web@gmail.com>
5228
5229 * progmodes/octave.el (octave-variables): Remove. No builtin
5230 variables any more. All converted to functions.
5231 (octave-font-lock-keywords, octave-completion-at-point-function):
5232 Fix uses.
5233 (octave-font-lock-texinfo-comment): New user variable.
5234 (octave-texinfo-font-lock-keywords): New variable for texinfo
5235 comment block.
5236 (octave-function-comment-block): New face.
5237 (octave-font-lock-texinfo-comment): New function.
5238 (octave-mode): Font lock texinfo comment block.
5239
38d8527b
LL
52402013-04-29 Leo Liu <sdl.web@gmail.com>
5241
5242 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
5243 indexing expression.
5244 (octave-continuation-string): Do not use \.
5245 (inferior-octave-complete-impossible): Remove.
5246 (inferior-octave-completion-table)
5247 (inferior-octave-completion-at-point): Remove its uses.
5248 (inferior-octave-startup): completion_matches was introduced to
5249 Octave in 1996 so safe to assume it.
5250 (octave-function-file-comment): Improve to follow how Octave does it.
5251 (octave-update-function-file-comment): Tweak.
5252
2ec12cb0
LL
52532013-04-29 Leo Liu <sdl.web@gmail.com>
5254
5255 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
5256 (inferior-octave-startup): Remove inferior-octave-startup-hook.
5257 (octave-function-file-comment): Fix typo.
5258 (octave-sync-function-file-names): Use read-char-choice.
5259
6eaed048
JB
52602013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
5261
5262 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
5263 to t for the less important warnings.
5264
3ffa2d4f
DH
52652013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
5266
5267 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
5268
685c9501
GM
52692013-04-27 Glenn Morris <rgm@gnu.org>
5270
5271 * vc/log-view.el (log-view-current-entry):
5272 Treat "---" separator lines as part of the following rev. (Bug#14169)
5273
0208ede7
JL
52742013-04-27 Juri Linkov <juri@jurta.org>
5275
5276 * subr.el (read-number): Doc fix about using it by interactive
5277 code letter `n'. (Bug#14254)
5278
5db9dace
JL
52792013-04-27 Juri Linkov <juri@jurta.org>
5280
5281 * desktop.el (desktop-auto-save-timeout): New option.
5282 (desktop-file-checksum): New variable.
5283 (desktop-save): Add optional arg `auto-save' and don't auto-save
5284 if nothing changed.
5285 (desktop-auto-save-timer): New variable.
5286 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
5287 (after-init-hook): Call `desktop-auto-save-set-timer'.
5288 Suggested by Reuben Thomas <rrt@sc3d.org> in
5289 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
5290
b7260dd4
LL
52912013-04-27 Leo Liu <sdl.web@gmail.com>
5292
5293 * progmodes/octave.el (octave-function-file-p)
5294 (octave-skip-comment-forward, octave-function-file-comment)
5295 (octave-update-function-file-comment): New functions.
5296 (octave-mode-map): Bind C-c ; to
5297 octave-update-function-file-comment.
5298 (octave-mode-menu): Add octave-update-function-file-comment.
5299 (octave-mode, inferior-octave-mode): Fix doc-string.
5300 (octave-insert-defun): Conform to Octave's coding convention.
5301 (Bug#14285)
5302
5303 * files.el (basic-save-buffer): Don't let errors in
5304 before-save-hook prevent saving buffer.
5305
c46da669
RW
53062013-04-20 Roland Winkler <winkler@gnu.org>
5307
5308 * faces.el (read-face-name): Use completing-read if arg multiple
5309 is nil.
5310
a81ee1eb
IL
53112013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
5312
5313 * ls-lisp.el (ls-lisp-insert-directory): If no files are
30c7e542
SM
5314 displayed, move point to after the totals line.
5315 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
a81ee1eb
IL
5316 for the details.
5317
4fac34ce
SM
53182013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5319
5320 * emacs-lisp/package.el (package-autoload-ensure-default-file):
5321 Add current dir to the load-path.
5322 (package-generate-autoloads): Don't rely on
5323 autoload-ensure-default-file.
5324
f6bfc063
RT
53252013-04-26 Reuben Thomas <rrt@sc3d.org>
5326
d40ab5cf
BG
5327 * textmodes/remember.el (remember-store-in-files): Document that
5328 the file name format is passed to `format-time-string'.
f6bfc063 5329
e55d3b04
LL
53302013-04-26 Leo Liu <sdl.web@gmail.com>
5331
5332 * progmodes/octave.el (octave-sync-function-file-names): New function.
5333 (octave-mode): Use it in before-save-hook.
5334
e53052d3
SM
53352013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5336
140ef50c
SM
5337 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
5338 (bug#14274).
5339
e53052d3
SM
5340 * progmodes/octave.el (octave-smie-forward-token): Properly skip
5341 \n and comment, even if it's not an implicit ; (bug#14218).
5342
af80458d 53432013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
5344
5345 * subr.el (read-number): Once more use `read' rather than
5346 `string-to-number', to trap non-numeric input. (Bug#14254)
5347
af80458d 53482013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
5349
5350 * emacs-lisp/syntax.el (syntax-propertize-multiline):
5351 Use `syntax-multiline' text property consistently instead of
8a621d53 5352 `font-lock-multiline'. (Bug#14237)
70203c2e 5353
e6ea1f6c
GM
53542013-04-26 Glenn Morris <rgm@gnu.org>
5355
5356 * emacs-lisp/shadow.el (list-load-path-shadows):
5357 No longer necessary to check for duplicate simple.el, since
5358 2012-07-07 change to init_lread to not include installation lisp
5359 directories in load-path when running uninstalled. (Bug#14270)
5360
070ccca4
LL
53612013-04-26 Leo Liu <sdl.web@gmail.com>
5362
5363 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
5364 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 5365 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
5366 octave-in-string-or-comment-p.
5367 (octave-in-comment-p, octave-in-string-p)
5368 (octave-in-string-or-comment-p): Replace defsubst with defun.
5369
9d1c5fb6
PE
53702013-04-25 Paul Eggert <eggert@cs.ucla.edu>
5371
5372 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
5373
c034abda
BG
53742013-04-25 Bastien Guerry <bzg@gnu.org>
5375
5376 * textmodes/remember.el (remember-data-directory)
5377 (remember-directory-file-name-format): Fix custom types.
5378
584ea277
LL
53792013-04-25 Leo Liu <sdl.web@gmail.com>
5380
e53052d3
SM
5381 * progmodes/octave.el (octave-completion-at-point-function):
5382 Make use of inferior octave process.
584ea277
LL
5383 (octave-initialize-completions): Remove.
5384 (inferior-octave-completion-table): New function.
5385 (inferior-octave-completion-at-point): Use it.
5386 (octave-completion-alist): Remove.
5387
1693b06a
SM
53882013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
5389
5390 * progmodes/opascal.el: Use font-lock and syntax-propertize.
5391 (opascal-mode-syntax-table): New var.
5392 (opascal-literal-kind, opascal-is-literal-end)
5393 (opascal-literal-token-at): Rewrite.
5394 (opascal--literal-start-re, opascal-font-lock-keywords)
5395 (opascal--syntax-propertize): New constants.
5396 (opascal-font-lock-defaults): Adjust.
5397 (opascal-mode): Use them. Set comment-<foo> variables as well.
5398 (delphi-comment-face, opascal-comment-face, delphi-string-face)
5399 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
5400 (delphi-other-face, opascal-other-face): Remove face variables.
5401 (opascal-save-state): Remove macro.
5402 (opascal-fontifying-progress-step): Remove constant.
5403 (opascal--ignore-changes): Remove var.
5404 (opascal-set-token-property, opascal-parse-next-literal)
5405 (opascal-is-stable-literal, opascal-complete-literal)
5406 (opascal-is-literal-start, opascal-face-of)
5407 (opascal-parse-region, opascal-parse-region-until-stable)
5408 (opascal-fontify-region, opascal-after-change)
5409 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
5410 (opascal-debug-parse-region, opascal-debug-parse-window)
5411 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
5412 (opascal-debug-fontify-buffer): Remove.
5413 (opascal-debug-mode-map): Adjust accordingly.
5414
be64c05d
LL
54152013-04-25 Leo Liu <sdl.web@gmail.com>
5416
5417 Merge octave-mod.el and octave-inf.el into octave.el with some
5418 cleanups.
5419 * progmodes/octave.el: New file renamed from octave-mod.el.
5420 * progmodes/octave-inf.el: Merged into octave.el.
5421 * progmodes/octave-mod.el: Renamed to octave.el.
5422
d79d37bd
TH
54232013-04-25 Tassilo Horn <tsdh@gnu.org>
5424
5425 * textmodes/reftex-vars.el
5426 (reftex-label-ignored-macros-and-environments): New defcustom.
5427
5428 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
5429
ced3fc5d
SM
54302013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
5431
5432 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
5433 (smie-indent-keyword): Improve the check to ensure that the next
5434 comment is really on the same line.
5435 (smie-indent-comment): Don't align with a subsequent closer (or eob).
5436
5437 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
5438 semi-colons if the line is not otherwise empty (bug#14218).
5439
1c141dad
GM
54402013-04-25 Glenn Morris <rgm@gnu.org>
5441
5442 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
5443
5058062a
SM
54442013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5445
5446 * progmodes/opascal.el (opascal-set-token-property): Rename from
5447 opascal-set-text-properties and only set `token' (bug#14134).
5448 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
5449 (opascal-literal-text-properties): Remove.
5450 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
5451 Adjust callers.
5452
5db9dace 54532013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
5454
5455 * textmodes/remember.el (remember-handler-functions): Add an
5456 option for a new handler `remember-store-in-files'.
5457 (remember-data-directory, remember-directory-file-name-format):
5458 New options.
5459 (remember-store-in-files): New function to store remember notes
5460 as separate files within a directory.
5461
4391916c
MH
54622013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
5463
5464 * progmodes/compile.el (compilation-next-error-function):
5465 Pass "formats" to compilation-find-file (bug#11777).
5466
bb7cdf58
GM
54672013-04-24 Glenn Morris <rgm@gnu.org>
5468
3b8fe752 5469 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
5470 * vc/vc-hg.el (vc-hg-print-log):
5471 * vc/vc-svn.el (vc-svn-print-log):
5472 Fix START-REVISION with LIMIT != 1. (Bug#14168)
5473
bb7cdf58
GM
5474 * vc/vc-bzr.el (vc-bzr-print-log):
5475 * vc/vc-cvs.el (vc-cvs-print-log):
5476 * vc/vc-git.el (vc-git-print-log):
5477 * vc/vc-hg.el (vc-hg-print-log):
5478 * vc/vc-mtn.el (vc-mtn-print-log):
5479 * vc/vc-rcs.el (vc-rcs-print-log):
5480 * vc/vc-sccs.el (vc-sccs-print-log):
5481 * vc/vc-svn.el (vc-svn-print-log):
5482 * vc/vc.el (vc-print-log-internal): Doc fixes.
5483
b46a056e
GM
54842013-04-23 Glenn Morris <rgm@gnu.org>
5485
5486 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
5487 Remove venerable code attempting to avoid substitute-command-keys.
5488
0aecf718
TH
54892013-04-23 Tassilo Horn <tsdh@gnu.org>
5490
4391916c
MH
5491 * textmodes/reftex-vars.el (reftex-label-regexps):
5492 Call `reftex-compile-variables' after changes to this variable.
0aecf718 5493
117f94cf
SM
54942013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5495
4391916c 5496 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
5497 Use lexical-binding.
5498 (jit-lock-force-redisplay): Use markers, check buffer's continued
5499 existence and beware narrowed buffers.
5500 (jit-lock-fontify-now): Adjust call accordingly.
5501
1d829c64
SM
55022013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
5505 to avoid misleading the user.
5506
72d548a9
LL
55072013-04-22 Leo Liu <sdl.web@gmail.com>
5508
5509 * info-look.el: Prefer latex2e.info. (Bug#14240)
5510
d0853629
MA
55112013-04-22 Michael Albinus <michael.albinus@gmx.de>
5512
5513 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
5514
5515 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4f405069 5516 * net/tramp.el (tramp-call-process): ... here.
d0853629
MA
5517 (tramp-set-completion-function, tramp-parse-putty):
5518 * net/tramp-adb.el (tramp-adb-execute-adb-command):
5519 * net/tramp-gvfs.el (tramp-gvfs-send-command):
5520 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5521 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
5522 (tramp-call-local-coding-command): Use `tramp-call-process'
5523 instead of `tramp-compat-call-process'.
5524
5525 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
5526 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
5527 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7764286e 5528 (tramp-find-inline-compress): Improve traces.
d0853629
MA
5529 (tramp-maybe-send-script): Check for Perl binary.
5530 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
5531
38cc0210
DU
55322013-04-22 Daiki Ueno <ueno@gnu.org>
5533
5534 * epg.el (epg-context-pinentry-mode): New function.
5535 (epg-context-set-pinentry-mode): New function.
5536 (epg--start): Pass --pinentry-mode option to gpg command.
5537
cc641ee1
XF
55382013-04-21 Xue Fuqiao <xfq.free@gmail.com>
5539
02d844b5 5540 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5d4e5c31 5541 `comint-dynamic-complete' is obsolete since 24.1, replaced by
e7b41c4c 5542 `completion-at-point'. (Bug#13774)
5d4e5c31 5543
cc641ee1
XF
5544 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
5545 default key binding for `describe-distribution' has been moved to
5546 `C-h C-o'. (Bug#13970)
5547
1b42ee43
GM
55482013-04-21 Glenn Morris <rgm@gnu.org>
5549
5550 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
5551 Add doc strings.
5552 (vc-print-log): Clarify interactive prompt.
5553
a6d63d97
GM
55542013-04-20 Glenn Morris <rgm@gnu.org>
5555
5556 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
5557 No longer include timestamp etc information.
5558
d7f5c16f
RW
55592013-04-20 Roland Winkler <winkler@gnu.org>
5560
5561 * faces.el (read-face-name): Bug fix, return just one face if arg
5562 multiple is nil. (Bug#14209)
5563
bcd7a0a4
SM
55642013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5565
5566 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
5567 (remove-function): Autoload.
5568
5569 * comint.el (comint-redirect-original-filter-function): Remove.
5570 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
e7b41c4c
JB
5571 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
5572 (vc-cvs-annotate-command):
bcd7a0a4
SM
5573 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
5574 * progmodes/prolog.el (prolog-consult-compile):
5575 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
5576 Use add/remove-function instead.
5577 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
5578 (gud-tooltip-process-output, gud-tooltip-tips):
5579 Use add/remove-function instead.
5580 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
5581 (scheme-interaction-mode, exit-scheme-interaction-mode):
5582 Use add/remove-function instead.
5583
5584 * vc/vc-dispatcher.el: Use lexical-binding.
5585 (vc--process-sentinel): Rename from vc-process-sentinel.
5586 Change last arg to be the code to run. Don't use vc-previous-sentinel
5587 and vc-sentinel-commands any more.
5588 (vc-exec-after): Allow code to be a function. Use add/remove-function.
5589 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
5590
4d3268ba
MY
55912013-04-19 Masatake YAMATO <yamato@redhat.com>
5592
bcd7a0a4 5593 * progmodes/sh-script.el (sh-imenu-generic-expression):
781b4af6 5594 Handle function names with a single character. (Bug#14111)
4d3268ba 5595
781b4af6 55962013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
863beb27
DK
5597
5598 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
5599 for subroutines defined in an eval (bug#14182).
5600
7d688336
TV
56012013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5602
5603 * bookmark.el (bookmark-completing-read): Improve handling of empty
5604 string (bug#14176).
5605
31dcede0
SM
56062013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5607
5608 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
5609
adc31213
FEG
56102013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
5611
5612 New faster Imenu implementation (bug#14058).
5613 * progmodes/python.el:
5614 (python-imenu-prev-index-position):
5615 (python-imenu-format-item-label-function)
5616 (python-imenu-format-parent-item-label-function)
5617 (python-imenu-format-parent-item-jump-label-function):
5618 New vars.
5619 (python-imenu-format-item-label)
5620 (python-imenu-format-parent-item-label)
5621 (python-imenu-format-parent-item-jump-label)
5622 (python-imenu--put-parent, python-imenu--build-tree)
5623 (python-imenu-create-index, python-imenu-create-flat-index)
5624 (python-util-popn): New functions.
5625 (python-mode): Set imenu-create-index-function to
5626 python-imenu-create-index.
5627
cdca8255
SM
56282013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5629
5630 * winner.el (winner-active-region): Use region-active-p, activate-mark
5631 and deactivate-mark (bug#14225).
5632
5633 * simple.el (deactivate-mark): Don't inline it.
5634
beb42340
MA
56352013-04-18 Michael Albinus <michael.albinus@gmx.de>
5636
5637 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
5638
fc7f4d7e
TH
56392013-04-18 Tassilo Horn <tsdh@gnu.org>
5640
5641 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
5642 file extensions from the archive-mode entry in order to prefer
5643 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
5644
29f47822
LL
56452013-04-18 Leo Liu <sdl.web@gmail.com>
5646
5647 * bindings.el (help-event-list): Add ?\?.
5648
d36ed1c8
SM
56492013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5650
5651 * subr.el (with-wrapper-hook): Declare obsolete.
5652 * simple.el (filter-buffer-substring-function): New hook.
5653 (filter-buffer-substring): Use it.
5654 (filter-buffer-substring-functions): Mark obsolete.
5655 * minibuffer.el (completion-in-region-function): New hook.
5656 (completion-in-region): Use it.
5657 (completion-in-region-functions): Mark obsolete.
5658 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
5659 * abbrev.el (abbrev-expand-function): New hook.
5660 (expand-abbrev): Use it.
5661 (abbrev-expand-functions): Mark obsolete.
5662 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
5663 and :filter-return.
5664
04754d36
FEG
56652013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
5666
5667 * progmodes/python.el (python-nav--syntactically): Fix cornercases
5668 and do not care about match data.
5669
dd8791e9
SM
56702013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
5671
5672 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
5673 completion tables when completing error conditions and
5674 `declare' arguments.
5675 (lisp-complete-symbol, field-complete): Mark as obsolete.
5676 (check-parens): Unmatched parens are user errors.
5677 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
5678
ffe54a13
AM
56792013-04-17 Michal Nazarewicz <mina86@mina86.com>
5680
dd8791e9
SM
5681 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
5682 command changed buffer (ie. `flyspell-pre-buffer' is not current
5683 buffer), which prevents making decisions based on invalid value of
5684 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
5685 cause an error when `flyspell-pre-point' was nil after switching
5686 buffers.
5687 (flyspell-post-command-hook): No longer needs to change buffers when
5688 checking pre-word. While at it remove unnecessary progn.
ffe54a13 5689
ec7e39f2
AM
56902013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
5691
5692 * textmodes/ispell.el (ispell-add-per-file-word-list):
5693 Fix `flyspell-correct-word-before-point' error when accepting
5694 words and `coment-padding' is an integer by using
5695 `comment-normalize-vars' (Bug #14214).
5696
083850a6
FEG
56972013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
5698
5699 New defun movement commands.
5700 * progmodes/python.el (python-nav--syntactically)
5701 (python-nav--forward-defun, python-nav-backward-defun)
5702 (python-nav-forward-defun): New functions.
5703
619ed6e1
FEG
57042013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
5705
5706 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
5707 (python-syntax-context): Use named compiler-macro for backwards
5708 compatibility with Emacs 24.x.
5709
7a1beb6c
LL
57102013-04-17 Leo Liu <sdl.web@gmail.com>
5711
5712 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
5713 octave-hide-process-buffer.
5714
2d3fa3e5
SM
57152013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
5716
5717 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
5718 (bug#14216).
5719
7ce5be54
JPG
57202013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
5721
5722 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
5723 Fix adjustment of offset when receiving incomplete responses from GDB
5724 (bug#14129).
5725
351edece
SM
57262013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5727
5728 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
5729 python-mode-abbrev-table.
5730 (python-skeleton-define): Adjust accordingly.
5731 (python-mode-abbrev-table): New table that inherits from it so that
5732 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
5733
5734 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
5735 (abbrev-symbol): Use it.
5736 (abbrev--before-point): Use it since we already handle inheritance.
5737
613f9481
LL
57382013-04-16 Leo Liu <sdl.web@gmail.com>
5739
5740 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
5741 binding to info-lookup-symbol.
5742
51646b62
JB
57432013-04-16 Juanma Barranquero <lekktu@gmail.com>
5744
5745 * minibuffer.el (completion--twq-all):
5746 * term/ns-win.el (ns-initialize-window-system):
5747 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
5748
efb3f01d
SM
57492013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5750
36c0a301
SM
5751 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
5752 global bindings.
5753
efb3f01d
SM
5754 * doc-view.el (doc-view-start-process): Handle url-handler directories.
5755
fb549d64
DG
57562013-04-15 Dmitry Gutov <dgutov@yandex.ru>
5757
5758 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
5759 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
5760 to nil.
5761 (ruby-end-of-defun): Remove the unused arg, change the docstring
5762 to reflect that this function is only used as the value of
5763 `end-of-defun-function'.
5764 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
5765 to reflect an earlier change that beginning/end-of-defun functions
5766 jump between methods in a class definition, as well as top-level
5767 functions.
5768
21e8fe2f
SM
57692013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5770
5771 * minibuffer.el (minibuffer-complete): Don't just scroll
5772 a *Completions* that's been iconified.
5773 (minibuffer-force-complete): Make sure repetitions do cycle when going
5774 through completion-in-region -> minibuffer-complete.
5775
20e527d0
AM
57762013-04-15 Alan Mackenzie <acm@muc.de>
5777
5778 Correct the placement of c-cpp-delimiters when there're #s not at
5779 col 0.
5780
5781 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
5782 place a submatch around the #.
21e8fe2f
SM
5783 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
5784 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
5785 on the #, not BOL.
5786
dabefae5
SM
57872013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * emacs-lisp/nadvice.el: Properly test names when adding advice.
5790 (advice--member-p): New arg `name'.
5791 (advice--add-function, advice-member-p): Use it (bug#14202).
5792
85c9ab64
AM
57932013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
5794
5795 Reformulate java imenu-generic-expression.
5796 The old expression contained ill formed regexps.
5797
5798 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
5799 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
5800 (cc-imenu-java-method-arg-regexp): New defconsts.
5801 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 5802 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
5803 handling of spaces in the regexp.
5804
0f821d99
AM
58052013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5806
5807 * textmodes/ispell.el (ispell-command-loop): Remove
5808 flyspell highlight of a word when ispell accepts it (bug #14178).
5809
eb922adf
MA
58102013-04-15 Michael Albinus <michael.albinus@gmx.de>
5811
5812 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
5813 uses code from the previous `ange-ftp-run-real-handler'.
5814 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
5815 only in case that function exist. This is needed for proper
5816 unloading of Tramp.
5817
4d9a0979
TH
58182013-04-15 Tassilo Horn <tsdh@gnu.org>
5819
5820 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
5821
5822 * textmodes/reftex.el (reftex-compile-variables): Use it.
5823
a829b0dc
SM
58242013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5825
91e8293c
SM
5826 * files.el (normal-mode): Only use default major-mode if no other mode
5827 was specified.
5828
830aed4d
SM
5829 * emacs-lisp/trace.el (trace-values): New function.
5830
a829b0dc
SM
5831 * files.el: Allow : in local variables (bug#14089).
5832 (hack-local-variable-regexp): New var.
5833 (hack-local-variables-prop-line, hack-local-variables): Use it.
5834
7ae9f0fb
RW
58352013-04-13 Roland Winkler <winkler@gnu.org>
5836
5837 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
5838 data before it gets modified by bibtex-beginning-of-entry.
5839
6646e848
RW
58402013-04-13 Roland Winkler <winkler@gnu.org>
5841
5842 * textmodes/bibtex.el (bibtex-url): Doc fix.
5843
58442013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
5845
5846 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
5847 does not visit a BibTeX file, exclude it from the list of buffers
5848 returned by bibtex-initialize.
5849
0aa3616e
SB
58502013-04-13 Stephen Berman <stephen.berman@gmx.net>
5851
5852 * window.el (split-window): Remove interactive form, since as a
5853 command this function is a special case of split-window-below.
5854 Correct doc string.
5855
011cddd6
RW
58562013-04-12 Roland Winkler <winkler@gnu.org>
5857
5858 * faces.el (read-face-name): Do not override value of arg default.
5859 Allow single faces and strings as default values. Remove those
5860 elements from return value that are not faces.
5861 (describe-face): Simplify.
5862 (face-at-point): New optional args thing and multiple so that this
5863 function can provide the same functionality previously provided by
5864 read-face-name.
5865 (make-face-bold, make-face-unbold, make-face-italic)
5866 (make-face-unitalic, make-face-bold-italic, invert-face)
5867 (modify-face, read-face-and-attribute): Use face-at-point.
5868
5869 * cus-edit.el (customize-face, customize-face-other-window)
5870 * cus-theme.el (custom-theme-add-face)
5871 * face-remap.el (buffer-face-set)
5872 * facemenu.el (facemenu-set-face): Use face-at-point.
5873
f24e0036
MA
58742013-04-12 Michael Albinus <michael.albinus@gmx.de>
5875
5876 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
5877
da3cda2d
TH
58782013-04-10 Tassilo Horn <tsdh@gnu.org>
5879
5880 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
5881 off leading { and trailing } from field values.
5882
15e54145
SM
58832013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5884
78ce603d
SM
5885 * emacs-lisp/timer.el (timer--check): New function.
5886 (timer--time, timer-set-function, timer-event-handler): Use it.
5887 (timer-set-idle-time): Simplify.
5888 (timer--activate): CSE.
5889 (timer-event-handler): Give more info in error message.
5890 (internal-timer-start-idle): New function, moved from C.
5891
15e54145
SM
5892 * mpc.el (mpc-proc): Add `restart' argument.
5893 (mpc-proc-cmd): Use it.
5894 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
5895 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
5896 less often.
5897
7144c627
MY
58982013-04-10 Masatake YAMATO <yamato@redhat.com>
5899
5900 * progmodes/sh-script.el: Implement `sh-mode' own
5901 `add-log-current-defun-function' (bug#14112).
5902 (sh-current-defun-name): New function.
5903 (sh-mode): Use the function.
5904
b39792eb
BG
59052013-04-09 Bastien Guerry <bzg@gnu.org>
5906
5907 * simple.el (choose-completion-string): Fix docstring (bug#14163).
5908
8acdeb71
SM
59092013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5910
6fcdab68
SM
5911 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
5912
8acdeb71
SM
5913 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
5914 timer (bug#14156).
5915
e3e7b504
NF
59162013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
5917
5918 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
5919 declaration.
5920
201bb296
LL
59212013-04-07 Leo Liu <sdl.web@gmail.com>
5922
5923 * pcmpl-x.el: New file.
5924
ebb19708
DA
59252013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
5926
5927 Do not set x-display-name until X connection is established.
5928 This is needed to prevent from weird situation described at
5929 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
5930 * frame.el (make-frame): Set x-display-name after call to
5931 window system initialization function, not before.
5932 * term/x-win.el (x-initialize-window-system): Add optional
5933 display argument and use it.
5934 * term/w32-win.el (w32-initialize-window-system):
5935 * term/ns-win.el (ns-initialize-window-system):
5936 * term/pc-win.el (msdos-initialize-window-system):
5937 Add compatible optional display argument.
5938
33bb237a
EZ
59392013-04-06 Eli Zaretskii <eliz@gnu.org>
5940
5941 * files.el (normal-backup-enable-predicate): On MS-Windows and
5942 MS-DOS compare truenames of temporary-file-directory and of the
5943 file, so that 8+3 aliases (usually found in $TEMP on Windows)
5944 don't fail comparison by compare-strings. Also, compare file
5945 names case-insensitively on MS-Windows and MS-DOS.
5946
134abf1f
SM
59472013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5948
5949 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
5950 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
5951
d695cb94
DG
59522013-04-05 Dmitry Gutov <dgutov@yandex.ru>
5953
e3e7b504
NF
5954 * whitespace.el (whitespace-color-on, whitespace-color-off):
5955 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 5956
f4ad7ea1 59572013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
5958
5959 * ispell.el (ispell-set-spellchecker-params):
5960 Really set `ispell-args' for all equivs.
5961
632556e4
SM
59622013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5963
5964 * ido.el (ido-completions): Use extra elements of ido-decorations
5965 (bug#14143).
5966 (ido-decorations): Update docstring.
5967
2a417372
MA
59682013-04-05 Michael Albinus <michael.albinus@gmx.de>
5969
5970 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5971 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
5972 nil during initialization, in order not to miss changes since the
5973 file was opened. (Bug#14140)
5974
fc164b0c
LL
59752013-04-05 Leo Liu <sdl.web@gmail.com>
5976
5977 * kmacro.el (kmacro-call-macro): Fix bug#14135.
5978
0ccecc08
JB
59792013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
5980
5981 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
5982
51af1aa2
GM
59832013-04-04 Glenn Morris <rgm@gnu.org>
5984
5985 * electric.el (electric-pair-inhibit-predicate): Add :version.
5986
b208ebc6
SM
59872013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5988
5989 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
5990 when a package is required several times (bug#14082).
5991
f3d3eaf0
RW
59922013-04-04 Roland Winkler <winkler@gnu.org>
5993
5994 * faces.el (read-face-name): Behave as promised by the docstring.
5995 Assume that arg default is a list of faces.
5996 (describe-face): Call read-face-name with list of default faces.
5997
2575da50
TV
59982013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5999
6000 * bookmark.el: Fix deletion of bookmarks (bug#13972).
6001 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
6002 (bookmark-bmenu-execute-deletions): Only skip first line if it's
6003 the header.
6004 (bookmark-exit-hook-internal): Save even if list is empty.
6005
397703b4
YH
60062013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
6007
6008 * emacs-lisp/package.el (package-pinned-packages): New var.
6009 (package--add-to-archive-contents): Obey it (bug#14118).
6010
691e26ae
AM
60112013-04-03 Alan Mackenzie <acm@muc.de>
6012
8a621d53
JB
6013 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
6014 Also adapt to the new values of element 7 of a parse state.
691e26ae
AM
6015
6016 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
6017 parameter `not-in-delimiter'. Handle being inside comment opener.
6018 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
6019 character in case we're typing a '*' after a '/'.
6020 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
6021 instead by passing the parameter to c-state-pp-to-literal.
6022
6023 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
6024 for elt. 7 of a parse state.
6025
4b725a70
PE
60262013-04-01 Paul Eggert <eggert@cs.ucla.edu>
6027
6028 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
6029 * international/latin1-disp.el, international/mule-util.el:
6030 * language/cyril-util.el, language/european.el, language/ind-util.el:
6031 * language/lao-util.el, language/thai.el, language/tibet-util.el:
6032 * language/tibetan.el, language/viet-util.el:
6033 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
6034
15c579f0
SM
60352013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6036
6037 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
6038 (electric-pair-post-self-insert-function): Use it.
6039 (electric-pair-default-inhibit): New function, extracted from
6040 electric-pair-post-self-insert-function.
6041
a77e2924
RW
60422013-03-31 Roland Winkler <winkler@gnu.org>
6043
6044 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
6045
2bd8a4a8
SM
60462013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6047
6048 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
6049
8d3655be 60502013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
6051
6052 Un-indent after "pass" and "return" statements (Bug#13888)
6053 * progmodes/python.el (python-indent-block-enders): New var.
6054 (python-indent-calculate-indentation): Use it.
6055
8d3655be 60562013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
6057
6058 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
6059 defun. Defining it as defalias could introduce too eager
6060 byte-compiler optimization. (Bug#14030)
6061
8d3655be 60622013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
6063
6064 * iswitchb.el (iswitchb-read-buffer): Fix typo.
6065
0b1619da
LL
60662013-03-30 Leo Liu <sdl.web@gmail.com>
6067
6068 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
6069 (kmacro-execute-from-register): Pass the keyboard macro to
6070 kmacro-call-macro or repeating won't work correctly.
6071
0b938190
TZ
60722013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
6073
6074 * progmodes/subword.el: Back to using `forward-symbol'.
6075
6076 * subr.el (forward-whitespace, forward-symbol)
6077 (forward-same-syntax): Move from thingatpt.el.
6078
35710234
LL
60792013-03-29 Leo Liu <sdl.web@gmail.com>
6080
6081 * kmacro.el (kmacro-to-register): New command.
6082 (kmacro-execute-from-register): New function.
6083 (kmacro-keymap): Bind to 'x'. (Bug#14071)
6084
efc0bb73
SM
60852013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6086
6087 * mpc.el: Use defvar-local and setq-local.
6088 (mpc--proc-connect): Connection failures are not bugs.
6089 (mpc-mode-map): `follow-link' only applies to the buffer's content.
6090 (mpc-volume-map): Bind to the up-events.
6091
75a2f981
TZ
60922013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6093
6094 * progmodes/subword.el (superword-mode): Use `forward-sexp'
6095 instead of `forward-symbol'.
6096
17c781d1
SM
60972013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6098
6099 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
6100 (edebug--recursive-edit): Use it.
6101 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
6102 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
6103
f67bfbcf
LL
61042013-03-28 Leo Liu <sdl.web@gmail.com>
6105
6106 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
6107
b59f639d
EZ
61082013-03-27 Eli Zaretskii <eliz@gnu.org>
6109
6110 * facemenu.el (list-colors-callback): New defvar.
6111 (list-colors-redisplay): New function.
6112 (list-colors-display): Install list-colors-redisplay as the
6113 revert-buffer-function. (Bug#14063)
6114
f557c1b1
SM
61152013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6116
b1da2957
SM
6117 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
6118 and suffixes don't overlap (bug#14061).
6119
f557c1b1
SM
6120 * case-table.el: Use lexical-binding.
6121 (case-table-get-table): New function.
6122 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
6123
002668e1
TZ
61242013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6125
6126 * progmodes/subword.el: Add `superword-mode' to do word motion
6127 over symbol_words (parallels and leverages `subword-mode' which
6128 does word motion inside MixedCaseWords).
6129
73572c72
AG
61302013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
6131
78b8f320 6132 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 6133 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 6134
69b2c07e
SM
61352013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6136
6137 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
6138 Change return value to be a sexp. Delay `get-buffer' to after
6139 restoring the desktop (bug#13951).
6140
08bb5ee2
LL
61412013-03-26 Leo Liu <sdl.web@gmail.com>
6142
6143 * register.el: Move semantic tag handling back to
6144 cedet/semantic/senator.el. (Bug#14052)
6145
8d4c974e
SM
61462013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6147
6148 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
6149 into the prompt either (bug#13963).
6150
b234d92c
SM
61512013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6152
6153 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
6154 part of "(error-foo)".
6155
ddfa3cb4
JL
61562013-03-24 Juri Linkov <juri@jurta.org>
6157
6158 * replace.el (list-matching-lines-prefix-face): New defcustom.
6159 (occur-1): Pass `list-matching-lines-prefix-face' to the function
6160 `occur-engine' if `face-differs-from-default-p' returns t.
6161 (occur-engine): Add `,' inside backquote construct to evaluate
6162 `prefix-face'. Propertize the prefix with the `prefix-face' face.
6163 Pass `prefix-face' to the functions `occur-context-lines' and
6164 `occur-engine-add-prefix'.
6165 (occur-engine-add-prefix, occur-context-lines): Add optional arg
6166 `prefix-face' and propertize the prefix with `prefix-face'.
6167 (Bug#14017)
6168
7b0e2f85
LL
61692013-03-24 Leo Liu <sdl.web@gmail.com>
6170
6171 * nxml/rng-valid.el (rng-validate-while-idle)
6172 (rng-validate-quick-while-idle): Guard against deleted buffer.
6173 (Bug#13999)
6174
6175 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
6176 is the last entry in kill-buffer-hook.
6177
6178 * files.el (kill-buffer-hook): Doc fix.
6179
b3082f49
DG
61802013-03-23 Dmitry Gutov <dgutov@yandex.ru>
6181
b234d92c
SM
6182 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
6183 Make it safe-local.
bde73d27 6184
b3082f49
DG
6185 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
6186
a320a2db
LL
61872013-03-23 Leo Liu <sdl.web@gmail.com>
6188
7e74b0fb
LL
6189 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
6190 Remove.
6191
6192 * nxml/rng-valid.el (rng-validate-mode)
6193 (rng-after-change-function, rng-do-some-validation):
6194 * nxml/rng-maint.el (rng-validate-buffer):
6195 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
6196 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
6197 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
6198 (nxml-extend-after-change-region): Use with-silent-modifications.
6199
a320a2db
LL
6200 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
6201 timer-idle-list.
6202
6203 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
6204 (rng-next-error-1, rng-previous-error-1): Do not let-bind
6205 timer-idle-list. (Bug#13999)
6206
e38e6780
JL
62072013-03-23 Juri Linkov <juri@jurta.org>
6208
6209 * info.el (info-index-match): New face.
6210 (Info-index, Info-apropos-matches): Add a nested subgroup to the
6211 main pattern and add text properties with the new face to matches
6212 in index entries relative to the beginning of the index entry.
6213 (Bug#14015)
6214
e8cc7880
DE
62152013-03-21 Eric Ludlam <zappo@gnu.org>
6216
6217 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
6218 Inhibit read only while inserting objects.
6219
9bb0d822
TZ
62202013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
6221
6222 * progmodes/cfengine.el: Update docs to mention
6223 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
6224 symbol motion. Remove "_" from the word syntax.
6225
aa703640
TZ
62262013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
6227
6228 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
6229 syntax for both `cfengine2-mode' and `cfengine3-mode'.
6230
afff09d0
JL
62312013-03-20 Juri Linkov <juri@jurta.org>
6232
6233 * info.el (Info-next-reference-or-link)
6234 (Info-prev-reference-or-link): New functions.
6235 (Info-next-reference, Info-prev-reference): Use them.
6236 (Info-try-follow-nearest-node): Handle footnote navigation.
6237 (Info-fontify-node): Fontify footnotes. (Bug#13989)
6238
9a1ff164
SM
62392013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6240
6241 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
6242 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
6243
2667d15d
PE
62442013-03-20 Paul Eggert <eggert@cs.ucla.edu>
6245
6246 Suppress unnecessary non-ASCII chatter during build process.
6247 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
6248 (batch-skkdic-convert): Suppress most of the chatter.
6249 It's not needed so much now that machines are faster,
6250 and its non-ASCII component was confusing; see Dmitry Gutov in
6251 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
6252
438b0579
LL
62532013-03-20 Leo Liu <sdl.web@gmail.com>
6254
6255 * ido.el (ido-chop): Fix bug#10994.
6256
c128ab07
DG
62572013-03-19 Dmitry Gutov <dgutov@yandex.ru>
6258
6259 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
6260 Remove vars.
9a1ff164
SM
6261 (whitespace-color-on, whitespace-color-off):
6262 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 6263
0e6008c5
SM
62642013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
6265
6266 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
6267 remapping in mode-line.
6268 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
6269
627b52b0
DG
62702013-03-19 Dmitry Gutov <dgutov@yandex.ru>
6271
6272 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
6273 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
6274 (whitespace-font-lock-keywords): Change description.
6275 (whitespace-color-on): Don't save `font-lock-keywords' value, save
6276 the constructed keywords instead.
6277 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 6278
50c3a20b
LL
62792013-03-19 Leo Liu <sdl.web@gmail.com>
6280
6281 * progmodes/compile.el (compilation-display-error): New command.
6282 (compilation-mode-map, compilation-minor-mode-map): Bind it to
6283 C-o. (Bug#13992)
6284
2aa2157b
PE
62852013-03-18 Paul Eggert <eggert@cs.ucla.edu>
6286
6287 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
6288
e477dbfa
JD
62892013-03-18 Jan Djärv <jan.h.d@swipnet.se>
6290
6291 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
6292
64ab82d1
MA
62932013-03-18 Michael Albinus <michael.albinus@gmx.de>
6294
6295 * net/tramp-compat.el (tramp-compat-user-error): New defun.
6296
6297 * net/tramp-adb.el (tramp-adb-handle-shell-command):
6298 * net/tramp-gvfs.el (top):
6299 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
6300 (tramp-handle-shell-command): Use it.
6301 (tramp-dissect-file-name): Raise an error when hostname is a
6302 method name, and neither method nor user is specified.
6303
6304 * net/trampver.el: Update release number.
6305
33cef733
LL
63062013-03-18 Leo Liu <sdl.web@gmail.com>
6307
6308 Make sure eldoc can be turned off properly.
6309 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
6310 eldoc-mode.
6311 (eldoc-display-message-p): Revert last change.
6312 (eldoc-display-message-no-interference-p)
6313 (eldoc-print-current-symbol-info): Tweak.
6314
2167b7b2
TH
63152013-03-18 Tassilo Horn <tsdh@gnu.org>
6316
6317 * doc-view.el (doc-view-new-window-function): Check the new window
6318 overlay's display property instead the char property of the
6319 buffer's first char. Use `with-selected-window' instead of
6320 `save-window-excursion' with `select-window'.
6321 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 6322 display property instead the char property of the buffer's first char.
2167b7b2 6323
982efbcd
PE
63242013-03-18 Paul Eggert <eggert@cs.ucla.edu>
6325
6326 Automate the build of ja-dic.el (Bug#13984).
6327 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
6328 from the input, rather than assume that it's been done for us by the
6329 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
6330 the current date into a ja-dic.el comment, as that complicates
6331 regression testing.
6332
2fcc7665
SM
63332013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6334
6335 * whitespace.el: Fix double evaluation.
6336 (whitespace-space, whitespace-hspace, whitespace-tab)
6337 (whitespace-newline, whitespace-trailing, whitespace-line)
6338 (whitespace-space-before-tab, whitespace-indentation)
6339 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
6340 obsolete defvars.
6341 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
6342 (whitespace-color-on): Use a single font-lock-add-keywords call.
6343 Fix double-evaluation of face variables.
6344
67c0a6e6
MA
63452013-03-17 Michael Albinus <michael.albinus@gmx.de>
6346
2fcc7665
SM
6347 * net/tramp-adb.el (tramp-adb-parse-device-names):
6348 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 6349 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 6350
69489f1d
LL
63512013-03-17 Leo Liu <sdl.web@gmail.com>
6352
6353 Extend eldoc to display info in the mode-line. (Bug#13978)
6354 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
6355 (eldoc-mode-line-string): New variable.
6356 (eldoc-minibuffer-message): New function.
6357 (eldoc-message-function): New variable.
6358 (eldoc-message): Use it.
6359 (eldoc-display-message-p)
2fcc7665
SM
6360 (eldoc-display-message-no-interference-p):
6361 Support eldoc-post-insert-mode.
69489f1d
LL
6362
6363 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
6364 (eval-expression): Run it.
6365
9c44569e
RW
63662013-03-17 Roland Winkler <winkler@gnu.org>
6367
6368 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
6369 strings in the list of return values.
6370
327f1f6f
JB
63712013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
6372
6373 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
6374 radix before checking for HMS forms.
6375
67ed8fcd
LL
63762013-03-16 Leo Liu <sdl.web@gmail.com>
6377
6378 * progmodes/scheme.el: Add indentation and font-locking for λ.
6379 (Bug#13975)
6380
78be8b64 63812013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
6382
6383 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
6384 token before point (bug#13942).
6385
78be8b64 63862013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 6387
95b43468 6388 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 6389
98e775e6
EZ
63902013-03-16 Eli Zaretskii <eliz@gnu.org>
6391
6392 * startup.el (command-line-normalize-file-name): Fix handling of
6393 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
6394 <xfq.free@gmail.com> in
6395 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
6396
2edd6029
MA
63972013-03-15 Michael Albinus <michael.albinus@gmx.de>
6398
6399 Sync with Tramp 2.2.7.
6400
6401 * net/trampver.el: Update release number.
6402
d35f5864
TH
64032013-03-14 Tassilo Horn <tsdh@gnu.org>
6404
f35ffe5e
TH
6405 * doc-view.el Fix bug#13887.
6406 (doc-view-insert-image): Don't modify overlay associated to
6407 non-live windows, and implement horizontal centering of image in
6408 case it's smaller than the window.
6409 (doc-view-new-window-function): Force redisplay of new windows on
6410 doc-view buffers.
d35f5864 6411
1c4a85ed
KF
64122013-03-13 Karl Fogel <kfogel@red-bean.com>
6413
6414 * saveplace.el (save-place-alist-to-file): Don't sort
6415 `save-place-alist', just pretty-print it (bug#13882).
6416
85b66a21
MA
64172013-03-13 Michael Albinus <michael.albinus@gmx.de>
6418
a020afb9
JB
6419 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
6420 Check whether `default-file-name-coding-system' is bound.
6421 It isn't in XEmacs.
85b66a21 6422
175600da
SM
64232013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6424
e7f7cb1a
SM
6425 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
6426 backquotes for `obsolete' (bug#13929).
6427
175600da
SM
6428 * international/mule.el (find-auto-coding): Include file name in
6429 obsolescence warning (bug#13922).
6430
ca68a22e
TZ
64312013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
6432
6433 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
6434 for CFEngine 3-specific indentation.
6435 (cfengine3-indent-line): Use it. Fix up category regex.
6436 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
6437
940e5099
SM
64382013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6439
6440 * type-break.el (type-break-file-name):
6441 * textmodes/remember.el (remember-data-file):
6442 * strokes.el (strokes-file):
6443 * shadowfile.el (shadow-initialize):
6444 * saveplace.el (save-place-file):
6445 * ps-bdf.el (bdf-cache-file):
6446 * progmodes/idlwave.el (idlwave-config-directory):
6447 * net/quickurl.el (quickurl-url-file):
6448 * international/kkc.el (kkc-init-file-name):
6449 * ido.el (ido-save-directory-list-file):
6450 * emulation/viper.el (viper-custom-file-name):
6451 * emulation/vip.el (vip-startup-file):
6452 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
6453 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
6454
cc725808
PE
64552013-03-12 Paul Eggert <eggert@cs.ucla.edu>
6456
6457 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
6458 * language/thai-word.el: Switch to UTF-8.
6459
a020afb9 6460See ChangeLog.16 for earlier changes.
e3d51b27
MR
6461
6462;; Local Variables:
6463;; coding: utf-8
e3d51b27
MR
6464;; End:
6465
ab422c4d 6466 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
6467
6468 This file is part of GNU Emacs.
6469
6470 GNU Emacs is free software: you can redistribute it and/or modify
6471 it under the terms of the GNU General Public License as published by
6472 the Free Software Foundation, either version 3 of the License, or
6473 (at your option) any later version.
6474
6475 GNU Emacs is distributed in the hope that it will be useful,
6476 but WITHOUT ANY WARRANTY; without even the implied warranty of
6477 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6478 GNU General Public License for more details.
6479
6480 You should have received a copy of the GNU General Public License
6481 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.