* lisp/epg.el (epg--process-filter): Use with-current-buffer, save-excursion
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
2d69b99e
SM
12013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
b58969f7
SM
3 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
4 and dynamic let binding.
5
4021d6a6
SM
6 * vc/smerge-mode.el: Remove redundant :group args.
7
2d69b99e
SM
8 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
9 to load-path.
10
274919fd
JL
112013-08-28 Juri Linkov <juri@jurta.org>
12
13 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
14 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
15 (isearch-other-meta-char): Handle an undefined shifted printing
16 character by downshifting it. (Bug#15200)
17
121f8c95
JL
182013-08-28 Juri Linkov <juri@jurta.org>
19
20 * isearch.el (isearch-search): Change regexp error message for
21 non-regexp searches. (Bug#15166)
22
50b13cde
PE
232013-08-28 Paul Eggert <eggert@cs.ucla.edu>
24
25 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
26 for portability to hosts where /bin/sh has problems.
27
95888bca
SM
282013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
29
30 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
31
bbe558f1
JL
322013-08-27 Juri Linkov <juri@jurta.org>
33
34 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
35 in the keyboard macro. (Bug#15126)
36
26f98a7d
JL
372013-08-27 Juri Linkov <juri@jurta.org>
38
39 * isearch.el (isearch-quote-char): Comment out converting unibyte
40 to multibyte, thus syncing with its `quoted-insert' counterpart.
41 (Bug#15166)
42
7c97d35e
MR
432013-08-27 Martin Rudalics <rudalics@gmx.at>
44
45 * window.el (display-buffer-use-some-window): Add missing
95888bca
SM
46 argument in call of get-largest-window (Bug#15185).
47 Reported by Stephen Leake.
7c97d35e 48
a0b5606e 492013-08-27 Glenn Morris <rgm@gnu.org>
d96ad422
GM
50
51 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
52
9e89d835
SM
532013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
54
55 * progmodes/python.el (python-font-lock-keywords): Don't return nil
56 from a matcher-function unless there's no more matches (bug#15161).
57
78fc2530
MA
582013-08-26 Michael Albinus <michael.albinus@gmx.de>
59
60 * minibuffer.el: Revert change from 2013-08-20.
61
62 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
63 with text property `tramp-default', if appropriate.
64 (tramp-check-proper-host): New defun.
65 (tramp-dissect-file-name): Do not check hostname. Revert change
66 of 2013-03-18.
67 (tramp-backtrace): Make VEC-OR-PROC optional.
68
69 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
70 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
71 * net/tramp-sh.el (tramp-maybe-open-connection):
95888bca
SM
72 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
73 Apply `tramp-check-proper-host'.
78fc2530 74
edca97cd
TH
752013-08-26 Tassilo Horn <tsdh@gnu.org>
76
77 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
78 lambda expression in order to have `describe-variable' display it.
79
df54bcbd
MA
802013-08-26 Michael Albinus <michael.albinus@gmx.de>
81
82 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
83 BUF can be optional. (Bug#15186)
84
eed99101
XF
852013-08-25 Xue Fuqiao <xfq.free@gmail.com>
86
87 * progmodes/flymake.el (flymake-get-real-file-name-function):
88 Fix broken customization. (Bug#15184)
89
b5eb9035
AM
902013-08-25 Alan Mackenzie <acm@muc.de>
91
8a51e842
AM
92 Improve indentation of bracelists defined by macros (without "=").
93
94 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
95 expansion begins with "{", regard it as bracelist when it doesn't
96 contain a ";".
97
869455d4
AM
98 Parse C++ inher-intro when there's a template split over 2 lines.
99
100 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
101 rigorously the search for "class" etc. followed by ":".
102
103 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
104 random languages a regexp which never matches rather than nil.
105
b5eb9035
AM
106 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
107
108 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
109 (c-awk-regexp-one-line-possibly-open-char-list-re)
110 (c-awk-one-line-possibly-open-regexp-re)
111 (c-awk-one-line-non-syn-ws*-re): Remove.
112 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
113 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
114 (c-awk-space*-unclosed-regexp-/-re): New constants.
115 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
116 aren't regexp delimiters.
117
118 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
119 handling for a rare situation in AWK Mode involving unterminated
120 strings/regexps.
121
61611d54
GM
1222013-08-23 Glenn Morris <rgm@gnu.org>
123
2d85dc34
GM
124 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
125
cb8d2612
GM
126 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
127
bb35f42f
GM
128 * files.el (create-file-buffer): If the result would begin with
129 spaces, prepend a "|" instead of removing them. (Bug#15162)
61611d54 130
b9808e77
SM
1312013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
132
e3a66363
SM
133 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
134 text-properties (bug#15155).
135
b9808e77
SM
136 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
137 exist any more.
138 (calc-keypad-redraw): Remove unused var `pad'.
139 (calc-keypad-press): Remove unused var `menu'.
140
7fd5f65e
MR
1412013-08-23 Martin Rudalics <rudalics@gmx.at>
142
b9808e77
SM
143 * window.el (display-buffer-pop-up-frame):
144 Call pop-up-frame-function with BUFFER current so `make-frame' will
7fd5f65e
MR
145 use it as the new frame's buffer (Bug#15133).
146
8352b530
SM
1472013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
148
149 * calendar/timeclock.el: Minor cleanups.
150 (timeclock-ask-before-exiting, timeclock-use-display-time):
151 Use `symbol'.
152 (timeclock-modeline-display): Define as alias before the
153 actual definition.
154 (timeclock-mode-line-display): Use define-minor-mode.
155 (timeclock-day-list-template): Make it a function, add an argument.
156 (timeclock-day-list-required, timeclock-day-list-length)
157 (timeclock-day-list-debt, timeclock-day-list-span)
158 (timeclock-day-list-break): Adjust calls accordingly.
159
9f7b1925
SM
1602013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
161
162 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
163 Use read--expression so that completion works again.
164
6e50e983
SS
1652013-08-21 Sam Steingold <sds@gnu.org>
166
167 Add rudimentary inferior shell interaction
168 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
169 (sh-set-shell): Reset it.
9f7b1925
SM
170 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
171 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6e50e983 172
dbb0d350
SM
1732013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * align.el: Use lexical-binding.
176 (align-region): Simplify accordingly.
177
c88586a9
MA
1782013-08-20 Michael Albinus <michael.albinus@gmx.de>
179
180 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
181
182 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
183 `non-essential' up.
184
f95527c8
MA
1852013-08-17 Michael Albinus <michael.albinus@gmx.de>
186
187 * net/tramp.el:
188 * net/tramp-adb.el:
189 * net/tramp-cmds.el:
190 * net/tramp-ftp.el:
191 * net/tramp-gvfs.el:
192 * net/tramp-gw.el:
193 * net/tramp-sh.el: Don't wrap external variable declarations by
194 `eval-when-compile'.
195
4b5fe4ee
LMI
1962013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
197
198 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
199 now that Emacs supports ImageMagick animations.
200
13c366c9
MA
2012013-08-16 Michael Albinus <michael.albinus@gmx.de>
202
203 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
204 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
205
3dfc5cd6
MR
2062013-08-16 Martin Rudalics <rudalics@gmx.at>
207
208 * window.el (mouse-autoselect-window-select): Do autoselect when
209 mouse pointer is on margin.
210
4bbb4381
WP
2112013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
212
213 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
214
3a2ddc2d
GM
2152013-08-16 Glenn Morris <rgm@gnu.org>
216
e8bedf5a
GM
217 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
218 Handle "Remote Directory" response of some clients. (Bug#15058)
219
58c4682f
GM
220 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
221 Tweak warning. (Bug#14926)
222
57953f49
GM
223 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
224 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
225
3a2ddc2d
GM
226 * image-mode.el (image-mode-map): Add menu items to reverse,
227 increase, decrease, reset animation speed.
228 (image--set-speed, image-increase-speed, image-decrease-speed)
229 (image-reverse-speed, image-reset-speed): New functions.
230 (image-mode-map): Add bindings for speed commands.
231
232 * image.el (image-animate-get-speed, image-animate-set-speed):
233 New functions.
234 (image-animate-timeout): Respect image :speed property.
235
10fa0ed3
SM
2362013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
237
238 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
239 previous line (bug#15101).
240 (debugger-eval-expression, debugger-record-expression):
241 Use read--expression (bug#15102).
242
5d89d9d2
MA
2432013-08-15 Michael Albinus <michael.albinus@gmx.de>
244
245 Remove byte compiler warnings, visible when compiling with
246 `byte-compile-force-lexical-warnings' set to t.
247
248 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
249 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
250 (tramp-handle-unhandled-file-name-directory)
251 (tramp-handle-file-notify-add-watch, tramp-action-login)
252 (tramp-action-succeed, tramp-action-permission-denied)
253 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
254 arguments with "_".
255
256 * net/tramp-adb.el (tramp-adb-parse-device-names)
257 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
258 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
259 (tramp-adb-handle-file-truename): Remove unused arguments.
260
261 * net/tramp-cache.el (tramp-flush-directory-property)
262 (tramp-flush-connection-property, tramp-list-connections)
263 (tramp-parse-connection-properties): Prefix unused arguments with "_".
264
10fa0ed3
SM
265 * net/tramp-compat.el (tramp-compat-make-temp-file):
266 Rename FILENAME to F.
5d89d9d2
MA
267
268 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
269 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
270 (tramp-zeroconf-parse-workstation-device-names)
271 (tramp-zeroconf-parse-webdav-device-names)
272 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
273
274 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
275 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
276
277 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
278 arguments.
279 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
280 (tramp-sh-handle-insert-file-contents-literally)
281 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
282 with "_".
283 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
284 Remove unused variables.
285
286 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
287 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
288 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
289
290 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
291 Make them a defconst.
292 (tramp-uuencode-region): Remove unused variable.
293
62f33bae
JB
2942013-08-14 Juanma Barranquero <lekktu@gmail.com>
295
296 * frameset.el (frameset--prop-setter): New function.
297 (frameset-prop): Add gv-setter declaration.
14d1e463
JB
298 (frameset-filter-minibuffer): Deal with the case that the minibuffer
299 parameter was already set in FILTERED. Doc fix.
300 (frameset--record-minibuffer-relationships): Allow saving a
301 minibufferless frame without its corresponding minibuffer frame.
302 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
303 frame, if the frame id matches.
304 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
305 frames before orphaned ones.
306 (frameset-restore): Warn about orphaned windows, instead of error out.
62f33bae 307
c660a885
MR
3082013-08-14 Martin Rudalics <rudalics@gmx.at>
309
310 * window.el (window-make-atom): Don't overwrite parameter
311 already present.
312 (display-buffer-in-atom-window): Handle special case where we
313 split an already atomic window.
314 (window--major-non-side-window, display-buffer-in-side-window)
315 (window--side-check): Ignore minibuffer window when walking
316 window tree.
317 (window-deletable-p): Return 'frame only if no other frame uses
318 our minibuffer window.
319 (record-window-buffer): Run buffer-list-update-hook.
320 (split-window): Make sure window--check-frame won't destroy an
321 existing atomic window in case the new window gets nested
322 inside.
323 (display-buffer-at-bottom): Ignore minibuffer window when
324 walking window tree. Don't split a side window.
325 (pop-to-buffer): Don't set-buffer here, the select-window call
326 should do that.
327 (mouse-autoselect-window-select): Autoselect only if we are in the
328 text portion of the window.
329
8259030d
LMI
3302013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
331
21c58ae2
LMI
332 * net/shr.el (shr-parse-image-data): New function to grab both the
333 data itself and the Content-Type.
334 (shr-put-image): Use it.
335
336 * net/eww.el (eww-display-image): Ditto.
337
8259030d
LMI
338 * image.el (image-content-type-suffixes): New variable.
339
ad756449
FEG
3402013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
341
342 * progmodes/python.el (python-imenu--build-tree)
343 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
344
f73f4ce6
XF
3452013-08-13 Xue Fuqiao <xfq.free@gmail.com>
346
347 * simple.el (backward-word): Mention the optional argument.
348
1f585e65
SM
3492013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * frameset.el (frameset--make): Rename constructor from make-frameset.
352 (frameset-p, frameset-valid-p): Don't autoload.
353 (frameset-valid-p): Use normal accessors.
354
af1c6c84
GM
3552013-08-13 Glenn Morris <rgm@gnu.org>
356
55e47f95
GM
357 * progmodes/compile.el (compile-command): Tweak example in doc.
358 * obsolete/scribe.el (scribe-mode):
359 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
360
f0024d8c
GM
361 * mail/feedmail.el (feedmail-confirm-outgoing)
362 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
363
364 * cus-start.el (truncate-partial-width-windows): Fix type.
365
366 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
367
af1c6c84
GM
368 * net/shr.el (shr-table-horizontal-line): Fix custom type.
369
5514cc4c
SM
3702013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
371
372 * emacs-lisp/timer.el (timer--time-setter): New function.
373 (timer--time): Use it as gv-setter.
374
375 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
376 setter is not a symbol.
377
7997a2f1
GJ
3782013-08-12 Grégoire Jadi <daimrod@gmail.com>
379
380 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
381 if sending fails. This makes debugging easier.
382
01f1a9ab
JB
3832013-08-12 Juanma Barranquero <lekktu@gmail.com>
384
385 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
386 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
387 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
388
594a4307
EZ
3892013-08-12 Eli Zaretskii <eliz@gnu.org>
390
391 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
392
7a22490f 3932013-08-12 Glenn Morris <rgm@gnu.org>
f26afdb0
GM
394
395 * format.el (format-annotate-function):
396 Handle read-only text properties in the source. (Bug#14887)
397
3e41a054
LMI
3982013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
399
5514cc4c
SM
400 * net/eww.el (eww-display-html): Ignore coding system errors.
401 One web site uses "utf-8lias" as the coding system.
3e41a054 402
7ec326db
JB
4032013-08-11 Juanma Barranquero <lekktu@gmail.com>
404
405 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
406
5660113b
JB
4072013-08-10 Juanma Barranquero <lekktu@gmail.com>
408
9a4ebc74
JB
409 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
410 (tutorial--detailed-help): Remove unused local variables.
411 (tutorial--save-tutorial-to): Use ignore-errors.
412 (help-with-tutorial): Use looking-at-p.
413
414 * view.el (view-buffer-other-window, view-buffer-other-frame):
415 Mark unused arguments.
416
417 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
418 (woman-select-symbol-fonts, woman, woman-find-file)
419 (woman-insert-file-contents, woman-non-underline-faces):
420 Use string-match-p.
421 (woman1-unquote): Move declaration.
422
423 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
424 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
425 argument. Remove unused local variable.
426 (xml-parse-elem-type): Use string-match-p.
427 (xml-substitute-numeric-entities): Use ignore-errors.
428
45fdb482
JB
429 * calculator.el (calculator): Mark unused argument.
430 (calculator-paste, calculator-quit, calculator-integer-p):
431 Use ignore-errors.
432 (calculator-string-to-number, calculator-decimal, calculator-exp)
433 (calculator-op-or-exp): Use string-match-p.
434
435 * dired.el (dired-buffer-more-recently-used-p): Declare.
436 (dired-insert-set-properties, dired-insert-old-subdirs):
437 Use ignore-errors.
438
439 * dired-aux.el (dired-compress): Use ignore-errors.
440 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
441 (dired-do-async-shell-command, dired-do-shell-command)
442 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
443 (dired-insert-subdir-validate): Use string-match-p.
444 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
445 (dired-add-entry): Use string-match-p, looking-at-p.
446 (dired-insert-subdir-newpos): Remove unused local variable.
447
448 * filenotify.el (file-notify-callback): Remove unused local variable.
449
450 * filesets.el (filesets-error): Mark unused argument.
451 (filesets-which-command-p, filesets-filter-dir-names)
452 (filesets-directory-files, filesets-get-external-viewer)
453 (filesets-ingroup-get-data): Use string-match-p.
454
455 * find-file.el (ff-other-file-name, ff-other-file-name)
456 (ff-find-the-other-file, ff-cc-hh-converter):
457 Remove unused local variables.
458 (ff-get-file-name): Use string-match-p.
459 (ff-all-dirs-under): Use ignore-errors.
460
461 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
462 (follow-select-if-visible): Remove unused local variable.
463
464 * forms.el (read-file-filter): Move declaration.
465 (forms--make-format, forms--make-parser, forms-insert-record):
466 Quote function with #'.
467 (forms--update): Use string-match-p. Quote function with #'.
468
469 * help-mode.el (help-dir-local-var-def): Mark unused argument.
470 (help-make-xrefs): Use looking-at-p.
471 (help-xref-on-pp): Use looking-at-p, ignore-errors.
472
473 * ibuffer.el (ibuffer-ext-visible-p): Declare.
474 (ibuffer-confirm-operation-on): Use string-match-p.
475
476 * msb.el (msb-item-handler, msb-dired-item-handler):
477 Mark unused arguments.
478
479 * ses.el (ses-decode-cell-symbol)
480 (ses-kill-override): Remove unused local variable.
481 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
482 (ses-load): Use ignore-errors, looking-at-p.
483 (ses-jump-safe): Use ignore-errors.
484 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
485
486 * tabify.el (untabify, tabify): Mark unused arguments.
487
488 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
489 Mark unused argument.
490 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
491 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
492
c880af52
JB
493 * emacs-lisp/timer.el (timer--time): Define setter with
494 gv-define-setter to avoid deprecation warning.
495
5660113b 496 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
c880af52 497 (*record-cmpl-statistics-p*): Remove (was commented out).
5660113b
JB
498 (cmpl-statistics-block): Remove (body was commented out).
499 All callers changed.
500 (add-completions-from-buffer, load-completions-from-file):
501 Remove unused variables.
502
156aab80
JB
5032013-08-09 Juanma Barranquero <lekktu@gmail.com>
504
5c5dee78
JB
505 * filecache.el (file-cache-delete-file-list):
506 Print message only when told so.
507 (file-cache-files-matching): Use #' in mapconcat argument.
508
156aab80
JB
509 * ffap.el (ffap-url-at-point): Fix reference to variable
510 thing-at-point-default-mail-uri-scheme.
511
ad9dcd70
SM
5122013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
513
54bd972f
SM
514 * subr.el (define-error): New function.
515 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
516 error-file-not-found and define with define-error.
517 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
518 and define with define-error.
519 * userlock.el (file-locked, file-supersession):
520 * simple.el (mark-inactive):
521 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
522 * progmodes/ada-mode.el (ada-mode-errors):
523 * play/life.el (life-extinct):
524 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
525 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
526 * nxml/rng-util.el (rng-error):
527 * nxml/rng-uri.el (rng-uri-error):
528 * nxml/rng-match.el (rng-compile-error):
529 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
530 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
531 * nxml/nxml-rap.el (nxml-scan-error):
532 * nxml/nxml-outln.el (nxml-outline-error):
533 * net/soap-client.el (soap-error):
534 * net/gnutls.el (gnutls-error):
535 * net/ange-ftp.el (ftp-error):
536 * mpc.el (mpc-proc-error):
537 * json.el (json-error, json-readtable-error, json-unknown-keyword)
538 (json-number-format, json-string-escape, json-string-format)
539 (json-key-format, json-object-format):
540 * jka-compr.el (compression-error):
541 * international/quail.el (quail-error):
542 * international/kkc.el (kkc-error):
543 * emacs-lisp/ert.el (ert-test-failed):
544 * calc/calc.el (calc-error, inexact-result, math-overflow)
545 (math-underflow):
546 * bookmark.el (bookmark-error-no-filename):
547 * epg.el (epg-error): Define with define-error.
548
0ea9e53a
SM
549 * time.el (display-time-event-handler)
550 (display-time-next-load-average): Don't call sit-for since it seems
551 unnecessary (bug#15045).
552
b0429158
SM
553 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
554 Use #' instead of ' to quote functions.
555 (checkdoc-output-mode): Use setq-local.
556 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
557 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
558 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
559 (checkdoc-ispell, checkdoc-ispell-current-buffer)
560 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
561 (checkdoc-ispell-message-text, checkdoc-ispell-start)
562 (checkdoc-ispell-continue, checkdoc-ispell-comments)
563 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
564
ad9dcd70
SM
565 * ido.el (ido-completion-help): Fix up compiler warning.
566
77187e6f
JB
5672013-08-09 Juanma Barranquero <lekktu@gmail.com>
568
569 * frameset.el (frameset-p): Add autoload cookie.
570 (frameset--jump-to-register): New function, based on code moved from
571 register.el.
572 (frameset-to-register): Move from register.el. Adapt to `registerv'.
573
574 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
575 (frameset-restore, frameset-save, frameset-session-filter-alist):
576 Remove declarations.
577 (register-alist): Doc fix.
578 (frameset-to-register): Move to frameset.el.
579 (jump-to-register, describe-register-1): Remove frameset-specific code.
580
9d3aa82c
JB
5812013-08-08 Juanma Barranquero <lekktu@gmail.com>
582
583 * allout-widgets.el (allout-widgets-pre-command-business)
584 (allout-widgets-post-command-business)
585 (allout-widgets-after-change-handler)
586 (allout-decorate-item-and-context, allout-set-boundary-marker)
587 (allout-body-modification-handler)
588 (allout-graphics-modification-handler): Mark ignored arguments.
589 (allout-widgets-post-command-business)
590 (allout-widgets-exposure-change-processor)
591 (allout-widgets-exposure-undo-processor)
592 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
593 (allout-parse-item-at-point, allout-decorate-item-guides)
594 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
595 * allout.el (epa-passphrase-callback-function): Declare.
596 (allout-overlay-insert-in-front-handler)
597 (allout-overlay-interior-modification-handler)
598 (allout-isearch-end-handler, allout-chart-siblings)
599 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
600 (allout-yank-processing, allout-process-exposed)
601 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5514cc4c 602 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9d3aa82c
JB
603 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
604 (lisp-indent-defform): Mark ignored arguments.
605 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
606 (calculate-lisp-indent): Remove unused variables.
607 * international/characters.el (indian-2-column, arabic-2-column)
608 (tibetan): Mark ignored arguments.
609 (use-cjk-char-width-table): Mark ignored arguments.
610 Remove unused variables.
611 * international/fontset.el (build-default-fontset-data)
612 (x-compose-font-name, create-fontset-from-fontset-spec):
613 Mark ignored arguments.
614 (fontset-plain-name): Remove unused variables.
615 * international/mule.el (charset-id, charset-bytes, generic-char-p)
616 (keyboard-coding-system): Mark ignored arguments.
617 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
618 * help.el (resize-temp-buffer-window):
619 * window.el (display-buffer-in-major-side-window)
620 (display-buffer-in-side-window, display-buffer-in-previous-window):
621 Remove unused variables.
622 * isearch.el (isearch-forward-symbol):
623 * version.el (emacs-bzr-version-bzr):
624 * international/mule-cmds.el (current-language-environment):
625 * term/common-win.el (x-handle-iconic, x-handle-geometry)
626 (x-handle-display):
627 * term/pc-win.el (x-list-fonts, x-display-planes)
628 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
629 (x-server-version, x-display-screens, x-display-mm-height)
630 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
631 (x-selection-owner-p, x-own-selection-internal)
632 (x-disown-selection-internal, x-get-selection-internal)
633 (msdos-initialize-window-system):
634 * term/tty-colors.el (tty-color-alist, tty-color-clear):
635 * term/x-win.el (x-handle-no-bitmap-icon):
636 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
637 (vc-default-find-file-hook, vc-default-extra-menu):
638 Mark ignored arguments.
639
0ca3f70e
SM
6402013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
643 break-condition in the context of the debugged code (bug#12685).
644
74c5d24c
CS
6452013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
646
647 * comint.el:
648 Do not use an overlay to highlight the last prompt. (Bug#14744)
649 (comint-mode): Make comint-last-prompt buffer local.
650 (comint-last-prompt): New variable.
651 (comint-last-prompt-overlay): Remove. Superseded by
652 comint-last-prompt.
0ca3f70e
SM
653 (comint-snapshot-last-prompt, comint-output-filter):
654 Use comint-last-prompt.
74c5d24c 655
c03c02ee
JB
6562013-08-08 Juanma Barranquero <lekktu@gmail.com>
657
a3738d20 658 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
c03c02ee
JB
659 (frameset-save): Check validity of the resulting frameset.
660
04263d23
XF
6612013-08-08 Xue Fuqiao <xfq.free@gmail.com>
662
663 * ido.el (ido-record-command): Add doc string.
664
76c5e5ab
JB
6652013-08-08 Juanma Barranquero <lekktu@gmail.com>
666
667 * frameset.el (frameset): Do not disable creation of the default
668 frameset-p predicate. Doc fix.
669 (frameset-valid-p): New function, copied from the old predicate-p.
670 Add additional checks.
671 (frameset-restore): Check with frameset-valid-p.
672 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
673 (frameset-name, frameset-description, frameset-properties)
674 (frameset-states): Add docstring.
f9dbf1cb
JB
675 (frameset-session-filter-alist, frameset-persistent-filter-alist)
676 (frameset-filter-alist): Doc fixes.
76c5e5ab 677
bd0c3c0b
JB
6782013-08-08 Juanma Barranquero <lekktu@gmail.com>
679
680 * frameset.el (frameset-p, frameset-prop): Doc fixes.
681
c735544c
SM
6822013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
683
684 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
685 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
686 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
687 (byte-compile-normal-call): Remove obsolescence check.
688
2805a651
JB
6892013-08-08 Juanma Barranquero <lekktu@gmail.com>
690
3677ffeb
JB
691 * frameset.el (frameset-restore): Doc fix.
692
2805a651
JB
693 * register.el (frameset-frame-id, frameset-frame-with-id)
694 (frameset-p, frameset-restore, frameset-save): Declare.
695 (register-alist): Document framesets.
696 (frameset-session-filter-alist): Declare.
697 (frameset-to-register): New function.
698 (jump-to-register): Implement jumping to framesets. Doc fix.
699 (describe-register-1): Describe framesets.
700
701 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
702
a912c016
JB
7032013-08-07 Juanma Barranquero <lekktu@gmail.com>
704
705 * desktop.el (desktop-save-frameset): Use new frameset-save args.
706 Use lexical-binding.
707
708 * frameset.el (frameset): Use type vector, not list (incompatible
709 change). Do not declare a new constructor, use the default one.
710 Upgrade suggested properties `app', `name' and `desc' to slots `app',
711 `name' and `description', respectively, and add read-only slot
712 `timestamp'. Doc fixes.
713 (frameset-copy, frameset-persistent-filter-alist)
714 (frameset-filter-alist, frameset-switch-to-gui-p)
715 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
716 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
717 (frameset-filter-iconified, frameset-keep-original-display-p):
718 Doc fixes.
719 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
720 Rename from frameset-filter-(save|restore)-param. All callers changed.
721 Doc fix.
722 (frameset-p): Adapt to change to vector and be more thorough.
723 Change arg name to OBJECT. Doc fix.
724 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
725 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
726 All callers changed.
727 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
728 All callers changed.
729 (frameset--record-minibuffer-relationships): Rename from
730 frameset--process-minibuffer-frames. All callers changed.
731 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
732 Use new default constructor (again). Doc fix.
733 (frameset--find-frame-if): Rename from `frameset--find-frame.
734 All callers changed.
735 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
736 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
737 Doc fix.
738 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
739 PARAMETERS and WINDOW-STATE, respectively.
740 (frameset-restore): Add new keyword argument PREDICATE.
741 Reset frameset--target-display to nil. Doc fix.
742
bb41480a
SM
7432013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
744
f001e98e
SM
745 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
746 (bat-mode): Use it.
747 (bat-mode-syntax-table): Mark \n as end-of-comment.
748 (bat-font-lock-keywords): Remove comment rule.
749
7679edb1
SM
750 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
751 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
752
bb41480a
SM
753 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
754 (byte-compile-callargs-warn): Use `push'.
755 (byte-compile-arglist-warn): Ignore higher-order "calls".
756 (byte-compile-file-form-autoload): Use `pcase'.
757 (byte-compile-function-form): If quoting a symbol, check that it exists.
758
cdc1ebb9
EZ
7592013-08-07 Eli Zaretskii <eliz@gnu.org>
760
761 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
762 and add a few popular commands found in batch files.
763 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
764 (dos-mode): Doc fixes.
765
312b1740
SM
7662013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
769 (dos-mode): Use setq-local. Add space after "rem".
770 (dos-mode-syntax-table): Don't use "w" for symbol chars.
771 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
772
400a3178
AM
7732013-08-07 Arni Magnusson <arnima@hafro.is>
774
775 * progmodes/dos.el: New file.
776 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
777 dos-mode.
778
3b5c03d3
GM
7792013-08-06 Glenn Morris <rgm@gnu.org>
780
781 * calendar/calendar.el: Add new faces, and day-header-array.
782 (calendar-weekday-header, calendar-weekend-header)
783 (calendar-month-header): New faces.
784 (calendar-day-header-construct): New function.
785 (calendar-day-header-width): Also :set calendar-day-header-array.
786 (calendar-american-month-header, calendar-european-month-header)
787 (calendar-iso-month-header): Use calendar- faces.
788 (calendar-generate-month):
789 Use calendar-day-header-array for day headers; apply faces to them.
790 (calendar-mode): Check calendar-font-lock-keywords non-nil.
791 (calendar-abbrev-construct): Add optional maxlen argument.
792 (calendar-day-name-array): Doc fix.
793 (calendar-day-name-array, calendar-abbrev-length)
794 (calendar-day-abbrev-array):
795 Also :set calendar-day-header-array, and maybe redraw.
796 (calendar-day-header-array): New option. (Bug#15007)
8a806f04 797 (calendar-font-lock-keywords): Set to nil and make obsolete.
3b5c03d3
GM
798 (calendar-day-name): Add option to use header array.
799
ec6a2d7a
LMI
8002013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
801
802 * net/shr.el (shr-render-td): Remove debugging.
803 (shr-render-td): Make width computation consistent by defaulting
804 all zero-width columns to 10 characters. This may not be optimal,
805 but it's at least consistent.
2122cb6d
LMI
806 (shr-make-table-1): Redo last change to fix the real problem in
807 colspan handling.
ec6a2d7a 808
ed4fd9c5
DA
8092013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
810
0ca3f70e
SM
811 * files.el (cache-long-line-scans):
812 Make obsolete alias to `cache-long-scans'.
ed4fd9c5 813
64e22afe
JB
8142013-08-06 Juanma Barranquero <lekktu@gmail.com>
815
024b38fc
JB
816 * frameset.el (frameset, frameset-filter-alist)
817 (frameset-filter-params, frameset-save, frameset--reuse-frame)
818 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
819 (frameset-compute-pos): Rename from frameset--compute-pos,
820 and add docstring.
821 (frameset-move-onscreen): Use frameset-compute-pos.
822 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
823
64e22afe
JB
824 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
825 Fix typos in docstrings.
826
c8c2aca8
DA
8272013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
828
829 * frame.el (get-other-frame): Tiny cleanup.
830
1d237bba
JB
8312013-08-06 Juanma Barranquero <lekktu@gmail.com>
832
8951efef
JB
833 * vc/vc.el (vc-default-ignore-completion-table):
834 Silence byte-compiler warning.
835
307764cc
JB
836 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
837 slot , which can indeed be nil.
838 (frameset-live-filter-alist, frameset-persistent-filter-alist):
839 Move entry for `left' from persistent to live filter alist.
840 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
841 Doc fixes.
842 (frameset-filter-params): When restoring a frame, copy items added to
843 `filtered', to avoid unwittingly modifying the original parameters.
844 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
845 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
846
1d237bba
JB
847 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
848 to use looking-at-p instead of looking-at. (Bug#15028)
849
dc6c0eda
SM
8502013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 Revert introduction of isearch-filter-predicates (bug#14714).
853 Rely on add-function instead.
854 * isearch.el (isearch-filter-predicates): Rename it back to
855 isearch-filter-predicate.
856 (isearch-message-prefix): Use advice-function-mapc and advice
857 properties to get the isearch-message-prefix.
858 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
859 instead of run-hook-with-args-until-failure.
860 (isearch-filter-visible): Not obsolete any more.
861 * loadup.el: Preload nadvice.
862 * replace.el (perform-replace): Revert to funcall
863 instead of run-hook-with-args-until-failure.
864 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
865 * dired-aux.el (dired-isearch-filenames-mode): Rename from
866 dired-isearch-filenames-toggle; make it into a proper minor mode.
867 Use add/remove-function.
868 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
869 Call the minor-mode rather than add/remove-hook.
870 (dired-isearch-filter-filenames):
871 Remove isearch-message-prefix property.
872 * info.el (Info--search-loop): New function, extracted from Info-search.
873 Funcall isearch-filter-predicate instead of
874 run-hook-with-args-until-failure isearch-filter-predicates.
875 (Info-search): Use it.
876 (Info-mode): Use isearch-filter-predicate instead of
877 isearch-filter-predicates.
878
290d5b58
DA
8792013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
880
881 Do not call to `selected-window' where it is assumed by default.
882 Affected functions are `window-minibuffer-p', `window-dedicated-p',
883 `window-hscroll', `window-width', `window-height', `window-buffer',
884 `window-frame', `window-start', `window-point', `next-window'
885 and `window-display-table'.
886 * abbrev.el (abbrev--default-expand):
887 * bs.el (bs--show-with-configuration):
888 * buff-menu.el (Buffer-menu-mouse-select):
889 * calc/calc.el (calc):
890 * calendar/calendar.el (calendar-generate-window):
891 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
892 (diary-make-entry):
893 * comint.el (send-invisible, comint-dynamic-complete-filename)
894 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
895 * completion.el (complete):
896 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
897 * disp-table.el (describe-current-display-table):
898 * doc-view.el (doc-view-insert-image):
899 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
900 * ehelp.el (with-electric-help):
901 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
902 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
903 * emacs-lisp/helper.el (Helper-help-scroller):
904 * emulation/cua-base.el (cua--post-command-handler-1):
905 * eshell/esh-mode.el (eshell-output-filter):
906 * ffap.el (ffap-gnus-wrapper):
907 * help-macro.el (make-help-screen):
908 * hilit-chg.el (highlight-compare-buffers):
909 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
910 * hl-line.el (global-hl-line-highlight):
911 * icomplete.el (icomplete-simple-completing-p):
912 * isearch.el (isearch-done):
913 * jit-lock.el (jit-lock-stealth-fontify):
914 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
915 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
916 * mpc.el (mpc-tagbrowser, mpc):
917 * net/rcirc.el (rcirc-any-buffer):
918 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
919 * play/landmark.el (landmark-max-width, landmark-max-height):
920 * play/zone.el (zone):
921 * progmodes/compile.el (compilation-goto-locus):
922 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
923 * progmodes/etags.el (find-tag-other-window):
924 * progmodes/fortran.el (fortran-column-ruler):
925 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
926 * progmodes/verilog-mode.el (verilog-point-text):
927 * reposition.el (reposition-window):
928 * rot13.el (toggle-rot13-mode):
929 * server.el (server-switch-buffer):
930 * shell.el (shell-dynamic-complete-command)
931 (shell-dynamic-complete-environment-variable):
932 * simple.el (insert-buffer, set-selective-display)
933 (delete-completion-window):
934 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
935 (speedbar-recenter):
936 * startup.el (fancy-splash-head):
937 * textmodes/ispell.el (ispell-command-loop):
938 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
939 * tutorial.el (help-with-tutorial):
940 * vc/add-log.el (add-change-log-entry):
941 * vc/compare-w.el (compare-windows):
942 * vc/ediff-help.el (ediff-indent-help-message):
943 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
944 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
945 (ediff-setup-control-frame):
946 * vc/emerge.el (emerge-position-region):
947 * vc/pcvs-util.el (cvs-bury-buffer):
948 * window.el (walk-windows, mouse-autoselect-window-select):
949 * winner.el (winner-set-conf, winner-undo): Related users changed.
950
38276e01
JB
9512013-08-05 Juanma Barranquero <lekktu@gmail.com>
952
953 * frameset.el (frameset--set-id): Doc fix.
954 (frameset-frame-id, frameset-frame-id-equal-p)
955 (frameset-locate-frame-id): New functions.
956 (frameset--process-minibuffer-frames, frameset--reuse-frame)
957 (frameset-restore): Use them.
958
12b4c0ea
DA
9592013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
960
961 Do not call to `selected-frame' where it is assumed by default.
962 Affected functions are `raise-frame', `redraw-frame',
963 `frame-first-window', `frame-terminal' and `delete-frame'.
964 * calendar/appt.el (appt-disp-window):
965 * epg.el (epg-wait-for-completion):
966 * follow.el (follow-delete-other-windows-and-split)
967 (follow-avoid-tail-recenter):
968 * international/mule.el (set-terminal-coding-system):
969 * mail/rmail.el (rmail-mail-return):
970 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
971 * progmodes/f90.el (f90-add-imenu-menu):
972 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
973 * server.el (server-switch-buffer):
974 * simple.el (delete-completion-window):
975 * talk.el (talk):
976 * term/xterm.el (terminal-init-xterm-modify-other-keys)
977 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
978 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
979 * vc/ediff.el (ediff-documentation): Related users changed.
980 * frame.el (selected-terminal): Remove the leftover.
981
17f25e76
GM
9822013-08-05 Glenn Morris <rgm@gnu.org>
983
984 * calendar/calendar.el (calendar-generate-month):
985 Fix for calendar-column-width != 1 + calendar-day-digit-width.
09e6d547
GM
986 (calendar-generate-month, calendar-font-lock-keywords):
987 Fix for calendar-day-header-width > length of any day name.
17f25e76 988
063233c3
JB
9892013-08-05 Juanma Barranquero <lekktu@gmail.com>
990
991 * desktop.el (desktop-clear): Use new name of sort predicate.
992
993 * frameset.el (frameset): Add docstring. Move :version property to its
994 own `version' slot.
995 (frameset-copy): Rename from copy-frameset.
996 (frameset-p): Check more thoroughly.
997 (frameset-prop): Do not check for :version, which is no longer a prop.
998 (frameset-live-filter-alist, frameset-persistent-filter-alist):
999 Use new :never value instead of t.
1000 (frameset-filter-alist): Expand and clarify docstring.
1001 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
1002 (frameset-filter-minibuffer, frameset-filter-save-param)
1003 (frameset-filter-restore-param, frameset-filter-iconified):
1004 Add pointer to docstring of frameset-filter-alist.
1005 (frameset-filter-params): Rename filter values to be more meaningful:
1006 :never instead of t, and reverse the meanings of :save and :restore.
1007 (frameset--process-minibuffer-frames): Clarify error message.
1008 (frameset-save): Avoid unnecessary and confusing call to framep.
1009 Use new BOA constructor for framesets.
1010 (frameset--reuse-list): Doc fix.
1011 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
1012 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
1013 (frameset-minibufferless-first-p): Doc fix.
1014 Rename from frameset-sort-frames-for-deletion.
1015 (frameset-restore): Doc fixes. Use new function names.
1016 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
1017
d5671a82
JB
10182013-08-04 Juanma Barranquero <lekktu@gmail.com>
1019
1020 * desktop.el (desktop-restore-forces-onscreen)
1021 (desktop-restore-reuses-frames): Document :keyword constant values.
1022 (desktop-filter-parameters-alist): Remove, now identical to
1023 frameset-filter-alist.
1024 (desktop--filter-tty*): Remove, moved to frameset.el.
1025 (desktop-save-frameset, desktop-restore-frameset):
1026 Do not pass :filters argument.
1027
1028 * frameset.el (frameset-live-filter-alist)
1029 (frameset-persistent-filter-alist): New variables.
1030 (frameset-filter-alist): Use them. Add autoload cookie.
1031 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
1032 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
1033 `frameset--id' (it's supposed to be internal to frameset.el).
1034 (frameset--process-minibuffer-frames): Ditto. Doc fix.
1035 (frameset--initial-params): New function.
1036 (frameset--get-frame): Use it. Doc fix.
1037 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
1038 Accept :all, not 'all.
1039 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
1040 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
1041 with fbound symbols. Fix frame id matching, and remove matching ids if
1042 the frame being restored is deleted. Obey :delete.
1043
671d5c16
SM
10442013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1045
1046 * subr.el (macrop): New function.
1047 (text-clone--maintaining): New var.
1048 (text-clone--maintain): Rename from text-clone-maintain. Use it
1049 instead of inhibit-modification-hooks.
1050
1051 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
1052 a proxy, so as handle autoloads and redefinitions of the target.
1053 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
1054
1055 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
1056 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
1057 (pcase--mutually-exclusive-p): New function.
1058 (pcase--split-consp): Use it.
1059 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
1060 mutually exclusive with the current predicate.
1061
1062 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
1063 (edebug-macrop): Remove. Use `macrop' instead.
1064 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
1065 (ad-macro-p):
1066 * eshell/esh-cmd.el (eshell-macrop):
1067 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
1068
1d44e9dc
SM
10692013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1070
1071 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
1072 (advice-mapc): New function, using it.
1073 (advice-function-member-p): New function.
1074 (advice--normalize): Store the cdr in advice--saved-rewrite since
1075 that's the part that will be changed.
1076 (advice--symbol-function): New function.
1077 (advice-remove): Handle removal before the function is defined.
1078 Adjust to new advice--saved-rewrite.
1079 (advice-member-p): Use advice-function-member-p and
1080 advice--symbol-function.
1081
5414a283
JB
10822013-08-04 Juanma Barranquero <lekktu@gmail.com>
1083
51d30f2c
JB
1084 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
1085 (frameset-filter-minibuffer): Doc fix.
1086 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
a04d36a0
JB
1087 (frameset--set-id, frameset--process-minibuffer-frames)
1088 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
1089 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
51d30f2c 1090
5414a283
JB
1091 * desktop.el (desktop-clear): Only delete frames when called
1092 interactively and desktop-restore-frames is non-nil. Doc fix.
1093 (desktop-read): Set desktop-saved-frameset to nil.
1094
ab419665
XF
10952013-08-04 Xue Fuqiao <xfq.free@gmail.com>
1096
1097 * vc/vc.el (vc-ignore): Rewrite.
1098 (vc-default-ignore-completion-table):
1099 (vc--read-lines):
1100 (vc--add-line, vc--remove-regexp): New functions.
1101
1102 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
1103 (vc-svn-ignore-completion-table): New function.
1104
1105 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
1106 (vc-hg-ignore-completion-table):
1107 (vc-hg-find-ignore-file): New functions.
1108
1109 * vc/vc-git.el (vc-git-ignore): Rewrite.
1110 (vc-git-ignore-completion-table):
1111 (vc-git-find-ignore-file): New functions.
1112
1113 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
1114
1115 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
1116 (vc-bzr-ignore-completion-table):
1117 (vc-bzr-find-ignore-file): New functions.
1118
2613dea2
JB
11192013-08-03 Juanma Barranquero <lekktu@gmail.com>
1120
1121 * frameset.el (frameset-prop): New function and setter.
1122 (frameset-save): Do not modify frame list passed by the caller.
1123
9c959872
SM
11242013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1125
1126 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
1127
a104f656
SM
11282013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1129
70122acf
SM
1130 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
1131 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
1132
a104f656
SM
1133 * custom.el (custom-initialize-default, custom-initialize-set)
1134 (custom-initialize-reset, custom-initialize-changed): Affect the
1135 toplevel-default-value (bug#6275, bug#14586).
1136 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
1137 for bug#6275.
1138
f078d570
JB
11392013-08-02 Juanma Barranquero <lekktu@gmail.com>
1140
185e3b5a
JB
1141 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1142 Add cl-def* expressions.
1143
f078d570
JB
1144 * frameset.el (frameset-filter-params): Fix order of arguments.
1145
9421876d
JB
11462013-08-02 Juanma Barranquero <lekktu@gmail.com>
1147
1148 Move code related to saving frames to frameset.el.
1149 * desktop.el: Require frameset.
1150 (desktop-restore-frames): Doc fix.
1151 (desktop-restore-reuses-frames): Rename from
1152 desktop-restoring-reuses-frames.
1153 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
1154 (desktop-clear): Clear frames too.
1155 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
1156 (desktop--filter-tty*, desktop-save, desktop-read):
1157 Use frameset functions.
1158 (desktop-before-saving-frames-functions, desktop--filter-*-color)
1159 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
1160 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
1161 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
1162 (desktop--process-minibuffer-frames, desktop-save-frames)
1163 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
1164 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
1165 (desktop--sort-states, desktop-restoring-frames-p)
1166 (desktop-restore-frames): Remove. Most code moved to frameset.el.
1167 (desktop-restoring-frameset-p, desktop-restore-frameset)
1168 (desktop--check-dont-save, desktop-save-frameset): New functions.
1169 (desktop--app-id): New constant.
1170 (desktop-first-buffer, desktop-buffer-ok-count)
1171 (desktop-buffer-fail-count): Move before first use.
1172 * frameset.el: New file.
1173
76dc5996
SM
11742013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * files.el: Use lexical-binding.
1177 (dir-locals-read-from-file): Remove unused `err' variable.
1178 (hack-dir-local-variables--warned-coding): New var.
1179 (hack-dir-local-variables): Use it to avoid repeated warnings.
1180 (make-backup-file-name--default-function): New function.
1181 (make-backup-file-name-function): Use it as default.
1182 (buffer-stale--default-function): New function.
1183 (buffer-stale-function): Use it as default.
1184 (revert-buffer-insert-file-contents--default-function): New function.
1185 (revert-buffer-insert-file-contents-function): Use it as default.
1186 (insert-directory): Avoid add-to-list.
1187
1188 * autorevert.el (auto-revert-handler): Simplify.
1189 Use buffer-stale--default-function.
1190
06d36e2b
TH
11912013-08-01 Tassilo Horn <tsdh@gnu.org>
1192
5f648ab4
TH
1193 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
1194
06d36e2b
TH
1195 * whitespace.el (whitespace-ensure-local-variables): New function.
1196 (whitespace-cleanup-region): Call it.
1197 (whitespace-turn-on): Call it.
1198
a43dc424
MA
11992013-08-01 Michael Albinus <michael.albinus@gmx.de>
1200
1201 Complete file name handlers.
1202
1203 * net/tramp.el (tramp-handle-set-visited-file-modtime)
1204 (tramp-handle-verify-visited-file-modtime)
1205 (tramp-handle-file-notify-rm-watch): New functions.
1206 (tramp-call-process): Do not bind `default-directory'.
1207
44e18199
JB
1208 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1209 Order alphabetically.
a43dc424
MA
1210 [access-file, add-name-to-file, dired-call-process]:
1211 [dired-compress-file, file-acl, file-notify-rm-watch]:
1212 [file-ownership-preserved-p, file-selinux-context]:
1213 [make-directory-internal, make-symbolic-link, set-file-acl]:
1214 [set-file-selinux-context, set-visited-file-modtime]:
1215 [verify-visited-file-modtime]: Add handler.
1216 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
1217
1218 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1219 [file-notify-add-watch, file-notify-rm-watch]:
1220 [set-file-times, set-visited-file-modtime]:
1221 [verify-visited-file-modtime]: Add handler.
1222 (with-tramp-gvfs-error-message)
1223 (tramp-gvfs-handle-set-visited-file-modtime)
1224 (tramp-gvfs-fuse-file-name): Remove.
1225 (tramp-gvfs-handle-file-notify-add-watch)
1226 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
1227 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
1228
44e18199
JB
1229 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1230 Order alphabetically.
a43dc424
MA
1231 [file-notify-rm-watch ]: Use default Tramp handler.
1232 [executable-find]: Remove private handler.
1233 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
1234 `default-directory'.
1235 (tramp-sh-handle-executable-find)
1236 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
1237 (tramp-sh-file-gvfs-monitor-dir-process-filter)
1238 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
1239 Do not use `format' in `tramp-message'.
1240
1241 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
1242 [file-notify-rm-watch, set-visited-file-modtime]:
1243 [verify-visited-file-modtime]: Add handler.
1244 (tramp-smb-call-winexe): Do not bind `default-directory'.
1245
7188b515
XF
12462013-08-01 Xue Fuqiao <xfq.free@gmail.com>
1247
1248 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
1249
2412ee1a
DG
12502013-07-31 Dmitry Gutov <dgutov@yandex.ru>
1251
1252 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
1253 use it.
1254 (log-view-diff-changeset): Same.
1255 (log-view-diff-common): Call backend command `previous-revision'
1256 to find out the previous revision, in both cases. Swap the
1257 variables `to' and `fr', so that `fr' usually refers to the
1258 earlier revision (Bug#14989).
1259
5002a754
KRC
12602013-07-31 Kan-Ru Chen <kanru@kanru.info>
1261
1262 * ibuf-ext.el (ibuffer-filter-by-filename):
1263 Make it work with dired buffers too.
1264
44e18199 12652013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3b734d1c
DA
1266
1267 * emacs-lisp/re-builder.el (reb-color-display-p):
1268 * files.el (save-buffers-kill-terminal):
1269 * net/browse-url.el (browse-url):
1270 * server.el (server-save-buffers-kill-terminal):
1271 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
1272 Prefer nil to selected-frame for the first arg of frame-parameter.
1273
aeca3fbb
XF
12742013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1275
1276 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
1277
158bc55c
SB
12782013-07-30 Stephen Berman <stephen.berman@gmx.net>
1279
1280 * minibuffer.el (completion--twq-all): Try and preserve each
1281 completion's case choice (bug#14907).
1282
d50fceab
LMI
12832013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1284
ac38e731
LMI
1285 * net/network-stream.el (open-network-stream): Mention the new
1286 :nogreeting parameter.
1287 (network-stream-open-starttls): Use the :nogreeting parameter
1288 (bug#14938).
1289
1211de50
LMI
1290 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
1291
997798bf
LMI
1292 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
1293 more natural than popping.
1294
d50fceab 1295 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5a2a7735 1296 (shr-urlify): Highlight under mouse.
d50fceab 1297
5c09de04
XF
12982013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1299
207d1d04
XF
1300 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
1301
1302 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
1303
5c09de04
XF
1304 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
1305 buffer for output.
1306
3cd51eaa
XF
1307 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
1308 point-min==1. Fix search string. Fix parentheses missing.
5c09de04 1309
44e18199 1310 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3cd51eaa 1311 assume point-min==1. Fix search string. Fix parentheses missing.
5c09de04
XF
1312
1313 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
1314
1315 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
1316 buffer for output.
1317
35a89bdd
EZ
13182013-07-29 Eli Zaretskii <eliz@gnu.org>
1319
1320 * frame.el (frame-notice-user-settings): Avoid inflooping when the
1321 initial frame is minibuffer-less. (Bug#14841)
1322
78822e94
MA
13232013-07-29 Michael Albinus <michael.albinus@gmx.de>
1324
1325 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
1326 option.
1327
1328 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1329 (tramp-maybe-open-connection): Use it.
1330
9503c190
JB
13312013-07-28 Juanma Barranquero <lekktu@gmail.com>
1332
1333 * desktop.el (desktop--make-frame): Include `minibuffer' in the
1334 minimal set of parameters passed when creating a frame, because
1335 the minibuffer status of a frame cannot be changed later.
1336
d5a845b4
SB
13372013-07-28 Stephen Berman <stephen.berman@gmx.net>
1338
1339 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
1340 replace-regexp-in-string and inadvertent omissions in previous change.
1341 (todo-filter-items): Ensure only file names are comma-separated in
42ee6f55 1342 name of filtered items buffer.
d5a845b4 1343
ddeffb17
JB
13442013-07-28 Juanma Barranquero <lekktu@gmail.com>
1345
1346 * desktop.el: Optionally force offscreen frames back onscreen.
1347 (desktop-restoring-reuses-frames): New option.
1348 (desktop--compute-pos, desktop--move-onscreen): New functions.
1349 (desktop--make-frame): Use desktop--move-onscreen.
1350
f5950f7a
AM
13512013-07-27 Alan Mackenzie <acm@muc.de>
1352
1353 Fontify a Java generic method as a function.
1354 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
1355 value to t.
1356
ae43b66a
SB
13572013-07-27 Stephen Berman <stephen.berman@gmx.net>
1358
1359 * calendar/todo-mode.el: Add command to rename todo files.
1360 (todo-rename-file): New command.
1361 (todo-key-bindings-t): Add key binding for it. Change the
1362 bindings of todo-filter-regexp-items(-multifile) to use `x'
1363 instead of `r', since the latter is better suited to the new
1364 renaming command.
1365
5ab78d3d
AM
13662013-07-27 Alan Mackenzie <acm@muc.de>
1367
1368 Make Java try-with-resources statement parse properly.
1369 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
1370 (c-block-stmt-1-2-key): New language constants/variables.
1371 * progmodes/cc-engine.el (c-beginning-of-statement-1)
1372 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
1373 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
44e18199 1374 with c-block-stmt-1-2-key.
5ab78d3d 1375
d85c4d50
JB
13762013-07-27 Juanma Barranquero <lekktu@gmail.com>
1377
1378 * desktop.el (desktop--make-frame): Apply most frame parameters after
1379 creating the frame to force (partially or totally) offscreen frames to
1380 be restored as such.
1381
e4c467f9
XF
13822013-07-26 Xue Fuqiao <xfq.free@gmail.com>
1383
1384 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
742a3501 1385 (Bug#14948)
e4c467f9 1386
7ced0d04
SM
13872013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1388
1389 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
1390 `base' arg of backtrace-frame.
1391
fec92060
EZ
13922013-07-26 Eli Zaretskii <eliz@gnu.org>
1393
1394 * simple.el (list-processes): Doc fix.
1395
d58d31fb
JB
13962013-07-26 Juanma Barranquero <lekktu@gmail.com>
1397
1398 * desktop.el (desktop--select-frame):
d85c4d50 1399 Try harder to reuse existing frames.
d58d31fb 1400
53ff3e77
SM
14012013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1402
1403 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
1404 (edebug-eval): Use backtrace-eval.
1405 (edebug--display, edebug--recursive-edit): Don't let-bind the
1406 edebug-outer-* vars that keep track of variables we locally let-bind.
1407 (edebug-outside-excursion): Don't restore outside values of locally
1408 let-bound vars.
1409 (edebug--display): Use user-error.
1410 (cl-lexical-debug, cl-debug-env): Remove.
1411
045f7a53
JB
14122013-07-26 Juanma Barranquero <lekktu@gmail.com>
1413
1414 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
1415 are restored to be sure that they are visible before deleting any
1416 remaining ones.
1417
59070b32
MM
14182013-07-26 Matthias Meulien <orontee@gmail.com>
1419
742a3501
XF
1420 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
1421 vc-print-root-log. (Bug#14948)
59070b32 1422
b1fb3596
RS
14232013-07-26 Richard Stallman <rms@gnu.org>
1424
1425 Add aliases for encrypting mail.
1426 * epa.el (epa-mail-aliases): New option.
1427 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
1428 Bind inhibit-read-only so read-only text doesn't ruin everything.
1429 (epa-mail-default-recipients): New subroutine broken out.
1430 Handle epa-mail-aliases.
1431
56ea7291
SM
14322013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1433
1434 Add support for lexical variables to the debugger's `e' command.
1435 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
1436 vars, except for debugger-outer-match-data.
1437 (debugger-frame-number): Move check for "on a function call" from
1438 callers into it. Add `skip-base' argument.
1439 (debugger-frame, debugger-frame-clear): Simplify accordingly.
1440 (debugger-env-macro): Only reset the state stored in non-variables,
1441 i.e. current-buffer and match-data.
1442 (debugger-eval-expression): Rewrite using backtrace-eval.
1443 * subr.el (internal--called-interactively-p--get-frame): Remove.
1444 (called-interactively-p):
1445 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
1446 `base' arg of backtrace-frame instead.
1447
15ac32d5
GM
14482013-07-26 Glenn Morris <rgm@gnu.org>
1449
8358a09d
GM
1450 * align.el (align-regexp): Doc fix. (Bug#14857)
1451 (align-region): Explicit error if subexpression missing/does not match.
1452
15ac32d5
GM
1453 * simple.el (global-visual-line-mode):
1454 Do not duplicate the mode lighter. (Bug#14858)
1455
f47ad11b
MR
14562013-07-25 Martin Rudalics <rudalics@gmx.at>
1457
1458 * window.el (display-buffer): In display-buffer bind
1459 split-window-keep-point to t, bug#14829.
1460
02530987
JB
14612013-07-25 Juanma Barranquero <lekktu@gmail.com>
1462
1463 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
1464 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
1465 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
1466 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
1467 Change accordingly.
f63ebeb5
JB
1468 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
1469 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
02530987 1470
6ccb9cab 14712013-07-25 Glenn Morris <rgm@gnu.org>
29bbcfa7 1472
6ccb9cab 1473 * dired-x.el (dired-mark-extension): Convert comment to doc string.
ce887515 1474
cb3a56d2
JB
14752013-07-25 Juanma Barranquero <lekktu@gmail.com>
1476
1477 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
1478 parameter to modify-frame-parameters if the value has not changed;
1479 this is a workaround for bug#14949.
1480 (desktop--make-frame): On cl-delete-if call, check parameter name,
1481 not full parameter.
1482
7aa7fff0
XF
14832013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1484
1485 * vc/vc.el (vc-ignore): New function.
1486
1487 * vc/vc-svn.el (vc-svn-ignore): New function.
1488
1489 * vc/vc-hg.el (vc-hg-ignore): New function.
1490
1491 * vc/vc-git.el (vc-git-ignore): New function.
1492
1493 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
1494 (vc-dir-ignore): New function.
1495
1496 * vc/vc-cvs.el (vc-cvs-ignore): New function.
1e6c6007 1497 (cvs-append-to-ignore): Move here from pcvs.el.
7aa7fff0
XF
1498
1499 * vc/vc-bzr.el (vc-bzr-ignore): New function.
1500
1501 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
1502
889acc5c
JB
15032013-07-24 Juanma Barranquero <lekktu@gmail.com>
1504
1505 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
1506 (desktop-restore-frames): Warn when deleting an existing frame failed.
1507
86c40970
GM
15082013-07-24 Glenn Morris <rgm@gnu.org>
1509
1510 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
1511
d5d3c58a
MA
15122013-07-24 Michael Albinus <michael.albinus@gmx.de>
1513
1514 * filenotify.el (file-notify-supported-p):
1515 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
1516 Remove functions.
1517
1518 * autorevert.el (auto-revert-use-notify):
1519 (auto-revert-notify-add-watch):
1520 * net/tramp.el (tramp-file-name-for-operation):
1521 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1522 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1523 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1524 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1525 Remove `file-notify-supported-p' entry.
1526
d100084b
GM
15272013-07-24 Glenn Morris <rgm@gnu.org>
1528
1529 * printing.el: Replace all uses of deleted ps-windows-system,
ff65ca0d 1530 ps-lp-system, ps-flatten-list with lpr- versions.
d100084b 1531
ac93e56b
SM
15322013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1533
249eea30
SM
1534 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
1535 checked with memq (bug#14935).
1536
ac93e56b
SM
1537 * files.el (revert-buffer-function): Use a non-nil default.
1538 (revert-buffer-preserve-modes): Declare var to
1539 provide access to the `preserve-modes' argument.
1540 (revert-buffer): Let-bind it.
1541 (revert-buffer--default): New function, extracted from revert-buffer.
1542
2cdeb903
SM
15432013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * lpr.el: Signal print errors more prominently.
1546 (print-region-function): Don't default to nil.
1547 (lpr-print-region): New function, extracted from print-region-1.
1548 Check lpr's return value and signal an error in case of problem.
1549 (print-region-1): Use it.
1550 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
1551 versions instead.
1552 (ps-printer-name): Default to nil.
1553 (ps-printer-name-option): Default to lpr-printer-switch.
1554 (ps-print-region-function): Don't default to nil.
1555 (ps-postscript-code-directory): Simplify default.
1556 (ps-do-despool): Use lpr-print-region to properly check the outcome.
1557 (ps-string-list, ps-eval-switch, ps-flatten-list)
1558 (ps-flatten-list-1): Remove.
1559 (ps-multibyte-buffer): Avoid setq.
1560 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
1561 (print-region-function, ps-print-region-function): Don't set them here.
1562
73600831
XF
15632013-07-24 Xue Fuqiao <xfq.free@gmail.com>
1564
0e55c076
XF
1565 * ido.el (ido-fractionp):
1566 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
1567 (ido-max-file-prompt-width, ido-unc-hosts-cache)
1568 (ido-max-directory-size, ido-max-dir-file-cache)
1569 (ido-decorations): Doc fix.
1570
73600831
XF
1571 * ansi-color.el: Fix old URL.
1572
3d012865
MM
15732013-07-23 Michael R. Mauger <michael@mauger.com>
1574
1575 * progmodes/sql.el Version 3.3
1576 (sql-product-alist): Improve oracle :prompt-cont-regexp.
1577 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
1578 (sql-interactive-remove-continuation-prompt): Rewrite, use
1579 functions above. Fix continuation prompt and complete output line
1580 handling.
1581 (sql-redirect-one, sql-execute): Use `read-only-mode' on
1582 redirected output buffer.
1583 (sql-mode): Restore deleted code (Bug#13591).
1584
da77a2e2
JB
15852013-07-23 Juanma Barranquero <lekktu@gmail.com>
1586
1587 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
1588
80ff0c71
MA
15892013-07-23 Michael Albinus <michael.albinus@gmx.de>
1590
1591 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
1592
1593 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1594 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1595 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
1596
b61d71e4
JB
15972013-07-23 Juanma Barranquero <lekktu@gmail.com>
1598
1599 * desktop.el (desktop-clear): Simplify; remove useless checks
1600 against invalid buffer names.
1601 (desktop-list*): Use cl-list*.
1602 (desktop-buffer-info, desktop-create-buffer): Simplify.
1603
c3512092
LL
16042013-07-23 Leo Liu <sdl.web@gmail.com>
1605
1606 * bookmark.el (bookmark-make-record): Restore NAME as a default
1607 value. (Bug#14933)
1608
0ac26976
SM
16092013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1610
7d22ce18
SM
1611 * emacs-lisp/autoload.el (autoload--setup-output): New function,
1612 extracted from autoload--insert-text.
1613 (autoload--insert-text): Remove.
1614 (autoload--print-cookie-text): New function, extracted from
1615 autoload--insert-cookie-text.
1616 (autoload--insert-cookie-text): Remove.
1617 (autoload-generate-file-autoloads): Adjust calls accordingly.
1618
9b2607e8
SM
1619 * winner.el (winner-hook-installed-p): Remove.
1620 (winner-mode): Simplify accordingly.
1621
c43a8618
SM
1622 * subr.el (add-to-list): Fix compiler-macro when `append' is
1623 not constant. Don't use `cl-member' for the base case.
1624
0ac26976
SM
1625 * progmodes/subword.el: Fix boundary case (bug#13758).
1626 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
1627 own group.
1628 (subword-backward-regexp): Make it a constant.
1629 (subword-forward-internal): Don't treat a trailing capital as the
1630 beginning of a word.
1631
6874724a
AR
16322013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1633
1634 * emacs-lisp/package.el (package-menu-mode): Don't modify the
1635 global value of tabulated-list-revert-hook (bug#14930).
1636
70f1b5e8
JB
16372013-07-22 Juanma Barranquero <lekktu@gmail.com>
1638
a1c80d9d
JB
1639 * desktop.el: Require 'cl-lib.
1640 (desktop-before-saving-frames-functions): New hook.
1641 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
1642 for frames being saved. Rename from desktop--save-minibuffer-frames.
1643 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
0ac26976
SM
1644 Do not save frames with non-nil `desktop-dont-save' parameter.
1645 Filter out deleted frames.
a1c80d9d
JB
1646 (desktop--find-frame): Use cl-find-if.
1647 (desktop--select-frame): Use cl-(first|second|third) to access values
1648 of desktop-mini.
1649 (desktop--make-frame): Use cl-delete-if.
1650 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
1651 (desktop-restore-frames): Use cl-(first|second|third) to access values
1652 of desktop-mini. Look for visible frame at the end, not while
1653 restoring frames.
1654
70f1b5e8
JB
1655 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
1656 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
1657 Use string-match-p, looking-at-p (bug#14927).
1658
728dc3cc
JB
16592013-07-21 Juanma Barranquero <lekktu@gmail.com>
1660
56bc453c
JB
1661 * desktop.el (desktop-saved-frame-states):
1662 Rename from desktop--saved-states; all users changed.
1663 (desktop-save-frames): Rename from desktop--save-frames.
1664 Do not save state to desktop file.
1665 (desktop-save): Save desktop-saved-frame-states to desktop file
1666 and reset to nil.
1667 (desktop-restoring-frames-p): New function.
1668 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
1669 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
1670 buffer-lists when restoring frames. Suggested by Martin Rudalics.
1671
728dc3cc
JB
1672 * desktop.el: Correctly restore iconified frames.
1673 (desktop--filter-iconified-position): New function.
1674 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
1675
862f1c9c
GM
16762013-07-20 Glenn Morris <rgm@gnu.org>
1677
c4074c9f
GM
1678 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
1679 Let `message' do the formatting.
1680 (def-gdb-preempt-display-buffer): Add explicit format.
1681
d828e5f9
GM
1682 * image-dired.el (image-dired-track-original-file):
1683 Use with-current-buffer.
1684 (image-dired-track-thumbnail): Use with-current-buffer.
1685 Avoid changing point of wrong window.
1686
862f1c9c
GM
1687 * image-dired.el (image-dired-track-original-file):
1688 Avoid changing point of wrong window. (Bug#14909)
1689
f0398ec1 16902013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
188c1ae6
RC
1691
1692 * progmodes/gdb-mi.el (gdb-done-or-error):
1693 Guard against "%" in gdb output. (Bug#14127)
1694
1451928f
AS
16952013-07-20 Andreas Schwab <schwab@linux-m68k.org>
1696
763a086d
JB
1697 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
1698 (Bug#14826)
f7a03897 1699
1451928f
AS
1700 * international/mule.el (coding-system-iso-2022-flags): Fix last
1701 change.
1702
99107004
KH
17032013-07-20 Kenichi Handa <handa@gnu.org>
1704
763a086d
JB
1705 * international/mule.el (coding-system-iso-2022-flags):
1706 Add `8-bit-level-4'. (Bug#8522)
99107004 1707
48494e06
LMI
17082013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1709
8ba8eec5
LMI
1710 * net/shr.el (shr-mouse-browse-url): New command and keystroke
1711 (bug#14815).
1712
dfbc66e3
LMI
1713 * net/eww.el (eww-process-text-input): Allow inputting when the
1714 point is at the start of the line, as the properties aren't
1715 front-sticky.
1716
48494e06
LMI
1717 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
1718 degenerate widths.
1719
77c92cb9
RS
17202013-07-19 Richard Stallman <rms@gnu.org>
1721
aec7da77
RS
1722 * epa.el (epa-popup-info-window): Doc fix.
1723
77c92cb9
RS
1724 * subr.el (split-string): New arg TRIM.
1725
945c5bb1
JB
17262013-07-18 Juanma Barranquero <lekktu@gmail.com>
1727
1728 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
1729 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
1730
e06ec67f
MA
17312013-07-18 Michael Albinus <michael.albinus@gmx.de>
1732
c7064f05 1733 * filenotify.el (file-notify--library): Rename from
e06ec67f
MA
1734 `file-notify-support'. Do not autoload. Adapt all uses.
1735 (file-notify-supported-p): New defun.
1736
c7064f05
JB
1737 * autorevert.el (auto-revert-use-notify):
1738 Use `file-notify-supported-p' instead of `file-notify-support'.
1739 Adapt docstring.
e06ec67f
MA
1740 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
1741
1742 * net/tramp.el (tramp-file-name-for-operation):
1743 Add `file-notify-supported-p'.
1744
1745 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
1746 New defun.
1747 (tramp-sh-file-name-handler-alist): Add it as handler for
1748 `file-notify-supported-p '.
1749
1750 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1751 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1752 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1753 Add `ignore' as handler for `file-notify-*' functions.
1754
5dc8a629
EZ
17552013-07-17 Eli Zaretskii <eliz@gnu.org>
1756
1757 * simple.el (line-move-partial, line-move): Don't start vscroll or
1758 scroll-up if the current line is not taller than the window.
1759 (Bug#14881)
1760
77aea2fb
DG
17612013-07-16 Dmitry Gutov <dgutov@yandex.ru>
1762
1763 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
1764 highlight question marks in the method names as strings.
ac72c08d
DG
1765 (ruby-block-beg-keywords): Inline.
1766 (ruby-font-lock-keyword-beg-re): Extract from
1767 `ruby-font-lock-keywords'.
77aea2fb 1768
18c26d81
JD
17692013-07-16 Jan Djärv <jan.h.d@swipnet.se>
1770
1771 * frame.el (blink-cursor-blinks): New defcustom.
1772 (blink-cursor-blinks-done): New defvar.
1773 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
1774 (blink-cursor-timer-function): Check if number of blinks has been
1775 done on X and NS.
1776 (blink-cursor-suspend, blink-cursor-check): New defuns.
1777
da48522e
GM
17782013-07-15 Glenn Morris <rgm@gnu.org>
1779
1780 * edmacro.el (edmacro-format-keys): Fix previous change.
1781
0463c1ef
PE
17822013-07-15 Paul Eggert <eggert@cs.ucla.edu>
1783
1784 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
1785 The hack didn't work outside English locales anyway.
1786
b43f6451
JB
17872013-07-15 Juanma Barranquero <lekktu@gmail.com>
1788
1789 * simple.el (define-alternatives): Rename from alternatives-define,
1790 per RMS' suggestion.
1791
b958c0ad
JB
17922013-07-14 Juanma Barranquero <lekktu@gmail.com>
1793
1794 * desktop.el (desktop-restore-frames): Change default to t.
1795 (desktop-restore-in-current-display): Now offer more options.
1796 (desktop-restoring-reuses-frames): New customization option.
1797 (desktop--saved-states): Doc fix.
1798 (desktop-filter-parameters-alist): New variable, renamed and expanded
1799 from desktop--excluded-frame-parameters.
1800 (desktop--target-display): New variable.
1801 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
1802 (desktop--filter-tty*, desktop--filter-*-color)
1803 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
1804 (desktop--filter-save-desktop-parm)
1805 (desktop-restore-in-original-display-p): New functions.
1806 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
1807 (desktop--save-minibuffer-frames): New function, inspired by a similar
1808 function from Martin Rudalics.
1809 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
1810 (desktop--restore-in-this-display-p): Remove.
1811 (desktop--find-frame): Rename from desktop--find-frame-in-display
1812 and add predicate argument.
1813 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
1814 (desktop--reuse-list): New variable.
1815 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
1816 New functions.
1817 (desktop--restore-frames): Add support for "minibuffer-special" frames.
1818
f6dd8b36
MA
18192013-07-14 Michael Albinus <michael.albinus@gmx.de>
1820
1821 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
1822
2ce3c565
DG
18232013-07-13 Dmitry Gutov <dgutov@yandex.ru>
1824
763a086d
JB
1825 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1826 Highlight conversion methods on Kernel.
2ce3c565 1827
2cdb7698
AM
18282013-07-13 Alan Mackenzie <acm@muc.de>
1829
1830 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
1831 and comment it out. This out-commenting enables certain C++
1832 declarations to be parsed correctly.
1833
1a67b811
EZ
18342013-07-13 Eli Zaretskii <eliz@gnu.org>
1835
1b796d6b
EZ
1836 * international/mule.el (define-coding-system): Doc fix.
1837
1a67b811
EZ
1838 * simple.el (default-font-height): Don't call font-info if the
1839 frame's default font didn't change since the frame was created.
1840 (Bug#14838)
1841
58fbe886
LL
18422013-07-13 Leo Liu <sdl.web@gmail.com>
1843
1844 * ido.el (ido-read-file-name): Guard against non-symbol value.
1845
1f0480d4
FEG
18462013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1847
1848 * progmodes/python.el (python-imenu--build-tree): Fix corner case
1849 in nested defuns.
1850
97ead0e5
LL
18512013-07-13 Leo Liu <sdl.web@gmail.com>
1852
1853 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
1854 ido-set-matches call. (Bug#6852)
1855
0880a952
DG
18562013-07-12 Dmitry Gutov <dgutov@yandex.ru>
1857
1858 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
1859 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
1860 Ruby 2.0.
1861 (ruby-font-lock-keywords): Distinguish calls to functions with
1862 module-like names from module references. Highlight character
1863 literals.
1864
a7d8babb
SDJ
18652013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
1866
1867 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6741ad6c 1868 (gdb-send): Handle continued commands. (Bug#14847)
a7d8babb 1869
acfcc8c5
JB
18702013-07-12 Juanma Barranquero <lekktu@gmail.com>
1871
1872 * desktop.el (desktop--v2s): Remove unused local variable.
1873 (desktop-save-buffer): Make defvar-local; adjust docstring.
1874 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
1875 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
1876
051f2775
AS
18772013-07-12 Andreas Schwab <schwab@linux-m68k.org>
1878
1879 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
1880
f24e7572
GM
18812013-07-12 Eli Zaretskii <eliz@gnu.org>
1882
1883 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
1884 (Bug#14842)
1885
539a920c
GM
18862013-07-12 Glenn Morris <rgm@gnu.org>
1887
1888 * doc-view.el: Require cl-lib at runtime too.
1889 (doc-view-remove-if): Remove.
1890 (doc-view-search-next-match, doc-view-search-previous-match):
1891 Use cl-remove-if.
1892
1893 * edmacro.el: Require cl-lib at runtime too.
1894 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
1895 (edmacro-mismatch, edmacro-subseq): Remove.
1896
1897 * shadowfile.el: Require cl-lib.
1898 (shadow-remove-if): Remove.
1899 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
1900 Use cl-remove-if.
1901
1902 * wid-edit.el: Require cl-lib.
1903 (widget-choose): Use cl-remove-if.
1904 (widget-remove-if): Remove.
1905
1906 * progmodes/ebrowse.el: Require cl-lib at runtime too.
1907 (ebrowse-delete-if-not): Remove.
1908 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
1909 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
1910 Use cl-delete-if-not.
1911
1048af7c
JB
19122013-07-12 Juanma Barranquero <lekktu@gmail.com>
1913
1914 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
1915 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
1916
6c0674ee
LL
19172013-07-12 Leo Liu <sdl.web@gmail.com>
1918
1919 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
1920
a19b3c2d
GM
19212013-07-11 Glenn Morris <rgm@gnu.org>
1922
4582a01c
GM
1923 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
1924 (edebug-gensym-index, edebug-gensym):
1925 Remove reimplementation of cl-gensym.
1926 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
1927
1928 * thumbs.el: Require cl-lib at run-time too.
1929 (thumbs-gensym-counter, thumbs-gensym):
1930 Remove reimplementation of cl-gensym.
1931 (thumbs-temp-file): Use cl-gensym.
1932
a19b3c2d
GM
1933 * emacs-lisp/ert.el: Require cl-lib at runtime too.
1934 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
1935 (ert--intersection, ert--set-difference, ert--set-difference-eq)
1936 (ert--union, ert--gensym-counter, ert--gensym-counter)
1937 (ert--coerce-to-vector, ert--remove*, ert--string-position)
1938 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
1939 (ert-make-test-unbound, ert--expand-should-1)
1940 (ert--expand-should, ert--should-error-handle-error)
1941 (should-error, ert--explain-equal-rec)
1942 (ert--plist-difference-explanation, ert-select-tests)
1943 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
1944 Use cl-lib functions rather than reimplementations.
1945
88f6a933
MA
19462013-07-11 Michael Albinus <michael.albinus@gmx.de>
1947
1948 * net/tramp.el (tramp-methods): Extend docstring.
1949 (tramp-connection-timeout): New defcustom.
1950 (tramp-error-with-buffer): Reset timestamp only when appropriate.
1951 (with-tramp-progress-reporter): Simplify.
1952 (tramp-process-actions): Improve messages.
1953
1954 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1955 * net/tramp-sh.el (tramp-maybe-open-connection):
1956 Use `tramp-connection-timeout'.
1957 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
1958 (Bug#14808)
1959
a43d577e
LL
19602013-07-11 Leo Liu <sdl.web@gmail.com>
1961
1962 * ido.el (ido-read-file-name): Conform to the requirements of
1963 read-file-name. (Bug#11861)
1964 (ido-read-directory-name): Conform to the requirements of
1965 read-directory-name.
1966
d77974bf
JB
19672013-07-11 Juanma Barranquero <lekktu@gmail.com>
1968
1969 * subr.el (delay-warning): New function.
1970
35cb8a3e
EZ
19712013-07-10 Eli Zaretskii <eliz@gnu.org>
1972
1973 * simple.el (default-line-height): New function.
1974 (line-move-partial, line-move): Use it instead of computing the
1975 line height inline.
1976 (line-move-partial): Always compute ROWH. If the last line is
1977 partially-visible, but its text is completely visible, allow
1978 cursor to enter such a partially-visible line.
1979
525c5c77
MA
19802013-07-10 Michael Albinus <michael.albinus@gmx.de>
1981
1982 Improve error messages. (Bug#14808)
1983
1984 * net/tramp.el (tramp-current-connection): New defvar, moved from
1985 tramp-sh.el.
0ac26976 1986 (tramp-message-show-progress-reporter-message): Remove, not
525c5c77 1987 needed anymore.
0ac26976
SM
1988 (tramp-error-with-buffer): Show message in minibuffer.
1989 Discard input before waiting. Reset connection timestamp.
525c5c77
MA
1990 (with-tramp-progress-reporter): Improve messages.
1991 (tramp-process-actions): Use progress reporter. Delete process in
1992 case of error. Improve messages.
1993
763a086d
JB
1994 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
1995 Call `tramp-error-with-buffer' with vector and buffer.
0ac26976 1996 (tramp-current-connection): Remove.
525c5c77
MA
1997 (tramp-maybe-open-connection): The car of
1998 `tramp-current-connection' are the first 3 slots of the vector.
1999
c7a4d368
TZ
20002013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
2001
2002 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
2003 inside continued strings.
2004
954b166e
PE
20052013-07-10 Paul Eggert <eggert@cs.ucla.edu>
2006
2007 Timestamp fixes for undo (Bug#14824).
2008 * files.el (clear-visited-file-modtime): Move here from fileio.c.
2009
56973319
LL
20102013-07-10 Leo Liu <sdl.web@gmail.com>
2011
2012 * files.el (require-final-newline): Allow safe local value.
2013 (Bug#14834)
2014
5550a72c
LL
20152013-07-09 Leo Liu <sdl.web@gmail.com>
2016
2017 * ido.el (ido-read-directory-name): Handle fallback.
2018 (ido-read-file-name): Update DIR to ido-current-directory.
2019 (Bug#1516)
c28b9050 2020 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5550a72c 2021
70c46b28
DG
20222013-07-09 Dmitry Gutov <dgutov@yandex.ru>
2023
2024 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
2025 "autoload". Remove "warn lower camel case" section, previously
2026 commented out. Highlight negation char. Do not highlight the
2027 target in singleton method definitions.
2028
0b64b838
SM
20292013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
2030
7fd72e2c
SM
2031 * faces.el (tty-setup-hook): Declare the hook.
2032
0b64b838
SM
2033 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
2034 and detect when a guard/pred depends on local vars (bug#14773).
2035 (pcase--u1): Adjust caller.
2036
ab49d60b
EZ
20372013-07-08 Eli Zaretskii <eliz@gnu.org>
2038
2039 * simple.el (line-move-partial, line-move): Account for
2040 line-spacing.
701d79aa
EZ
2041 (line-move-partial): Avoid setting vscroll when the last
2042 partially-visible line in window is of default height.
ab49d60b 2043
2d756ae0
LMI
20442013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2045
2046 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
2047 been used a while.
2048
ed095bd7
JB
20492013-07-07 Juanma Barranquero <lekktu@gmail.com>
2050
2051 * subr.el (read-quoted-char): Remove unused local variable `char'.
2052
f1e6674b
MK
20532013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
2054
584ee3fc
GM
2055 * ediff.el (ediff-version): Version update.
2056 (ediff-files-command, ediff3-files-command, ediff-merge-command)
2057 (ediff-merge-with-ancestor-command, ediff-directories-command)
2058 (ediff-directories3-command, ediff-merge-directories-command)
2059 (ediff-merge-directories-with-ancestor-command): New functions.
2060 All are command-line interfaces to ediff: to facilitate calling
2061 Emacs with the appropriate ediff functions invoked.
5165d44a
JB
2062
2063 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
2064 (viper-save-kill-buffer): Check if buffer is modified.
5165d44a 2065
584ee3fc
GM
2066 * viper.el (viper-version): Version update.
2067 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5165d44a 2068
584ee3fc
GM
20692013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2070
2071 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
2072 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
2073 (viper-intercept-ESC-key): Simplify.
2074 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
2075 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
2076 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
2077 (viper-setup-ESC-to-escape): New functions.
2078 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
2079 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
ed095bd7 2080
9aff9b38
EZ
20812013-07-07 Eli Zaretskii <eliz@gnu.org>
2082
5165d44a
JB
2083 * simple.el (default-font-height, window-screen-lines):
2084 New functions.
9aff9b38
EZ
2085 (line-move, line-move-partial): Use them instead of
2086 frame-char-height and window-text-height. This makes scrolling
2087 text smoother when the buffer's default face uses a font that is
2088 different from the frame's default font.
2089
1afb1d07
JD
20902013-07-06 Jan Djärv <jan.h.d@swipnet.se>
2091
2092 * files.el (write-file): Do not display confirm dialog for NS,
2093 it does its own dialog, which can't be cancelled (Bug#14578).
2094
23de972a
EZ
20952013-07-06 Eli Zaretskii <eliz@gnu.org>
2096
2097 * simple.el (line-move-partial): Adjust the row returned by
2098 posn-at-point for the current window-vscroll. (Bug#14567)
2099
54a42486
MA
21002013-07-06 Michael Albinus <michael.albinus@gmx.de>
2101
2102 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
2103 (tramp-sh-file-inotifywait-process-filter): Handle file names with
2104 spaces.
2105
34ada5f4
MR
21062013-07-06 Martin Rudalics <rudalics@gmx.at>
2107
2108 * window.el (window-state-put-stale-windows): New variable.
2109 (window--state-put-2): Save list of windows without matching buffer.
2110 (window-state-put): Remove "bufferless" windows if possible.
2111
11e03d89
JB
21122013-07-06 Juanma Barranquero <lekktu@gmail.com>
2113
2114 * simple.el (alternatives-define): Remove leftover :group keyword.
2115 Tweak docstring.
2116
3504a4be
LL
21172013-07-06 Leo Liu <sdl.web@gmail.com>
2118
2119 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
2120 (ido-enable-virtual-buffers): New variable.
2121 (ido-buffer-internal, ido-toggle-virtual-buffers)
2122 (ido-make-buffer-list): Use it.
2123 (ido-exhibit): Support turning on and off virtual buffers
2124 automatically.
2125
61e56e2c
JB
21262013-07-06 Juanma Barranquero <lekktu@gmail.com>
2127
2128 * simple.el (alternatives-define): New macro.
2129
321e1a9c
SM
21302013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
2131
2132 * subr.el (read-quoted-char): Use read-key.
2133 (sit-for): Let read-event decode tty input (bug#14782).
2134
d610f6dd
SB
21352013-07-05 Stephen Berman <stephen.berman@gmx.net>
2136
2137 * calendar/todo-mode.el: Add handling of file deletion, both by
321e1a9c
SM
2138 mode command and externally. Fix various related bugs.
2139 Clarify Commentary and improve some documentation strings and code.
d610f6dd
SB
2140 (todo-delete-file): New command.
2141 (todo-check-file): New function.
2142 (todo-show): Handle external deletion of the file we're trying to
2143 show (bug#14688). Replace called-interactively-p by an optional
2144 prefix argument to avoid problematic interaction with catch form
2145 when byte compiled (bug#14702).
2146 (todo-quit): Handle external deletion of the archive's todo file.
2147 Make sure the buffer that was visiting the archive file is still
2148 live before trying to bury it.
2149 (todo-category-completions): Handle external deletion of any
2150 category completion files.
2151 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
2152 of todo files, in case of external deletion.
2153 (todo-add-file): Replace unnecessary setq by let-binding.
2154 (todo-find-archive): Check whether there are any archives.
2155 Replace unnecessary setq by let-binding.
2156 (todo-archive-done-item): Use find-file-noselect to get the
321e1a9c
SM
2157 archive buffer whether or not the archive already exists.
2158 Remove superfluous code. Use file size instead of buffer-file-name to
d610f6dd
SB
2159 check if the archive is new; if it is, update list of archives.
2160 (todo-default-todo-file): Allow nil to be a valid value for when
2161 there are no todo files.
2162 (todo-reevaluate-default-file-defcustom): Use corrected definition
2163 of todo-default-todo-file.
2164 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
2165 (todo-delete-category, todo-show-categories-table)
2166 (todo-category-number): Clarify comment.
2167 (todo-filter-items): Clarify documentation string.
2168 (todo-show-current-file, todo-display-as-todo-file)
2169 (todo-reset-and-enable-done-separator): Tweak documentation string.
2170 (todo-done-separator): Make separator length window-width, since
2171 bug#2749 is now fixed.
2172
ddbdfd6f
MA
21732013-07-05 Michael Albinus <michael.albinus@gmx.de>
2174
321e1a9c
SM
2175 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
2176 Support both "gvfs-monitor-dir" and "inotifywait".
2177 (tramp-sh-file-inotifywait-process-filter): Rename from
ddbdfd6f
MA
2178 `tramp-sh-file-notify-process-filter'.
2179 (tramp-sh-file-gvfs-monitor-dir-process-filter)
2180 (tramp-get-remote-gvfs-monitor-dir): New defuns.
2181
96eb829a
LL
21822013-07-05 Leo Liu <sdl.web@gmail.com>
2183
2184 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
2185
cf13177e
YM
21862013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2187
2188 * frame.el (display-pixel-height, display-pixel-width)
2189 (display-mm-height, display-mm-width): Mention behavior on
2190 multi-monitor setups in docstrings.
2191 (w32-display-monitor-attributes-list): Declare function.
2192 (display-monitor-attributes-list): Use it.
2193
864c58ca
MA
21942013-07-04 Michael Albinus <michael.albinus@gmx.de>
2195
2196 * filenotify.el: New package.
2197
2198 * autorevert.el (top): Require filenotify.el.
2199 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
2200 instead.
2201 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2202 (auto-revert-notify-handler): Use `file-notify-*' functions.
2203
2204 * subr.el (file-notify-handle-event): Move function to filenotify.el.
2205
321e1a9c
SM
2206 * net/tramp.el (tramp-file-name-for-operation):
2207 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
864c58ca
MA
2208
2209 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
2210 for `file-notify-add-watch' and `file-notify-rm-watch'.
2211 (tramp-process-sentinel): Improve trace.
2212 (tramp-sh-handle-file-notify-add-watch)
2213 (tramp-sh-file-notify-process-filter)
2214 (tramp-sh-handle-file-notify-rm-watch)
2215 (tramp-get-remote-inotifywait): New defuns.
2216
96673afe
JL
22172013-07-03 Juri Linkov <juri@jurta.org>
2218
2219 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
2220 call of `occur-read-primary-args' to interactive spec.
2221
2222 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
2223 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
2224
924494f4
MM
22252013-07-03 Matthias Meulien <orontee@gmail.com>
2226
2227 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
2228 `Buffer-menu-multi-occur'. Add it to the menu.
2229 (Buffer-menu-mode): Document it in docstring.
2230 (Buffer-menu-multi-occur): New command. (Bug#14673)
2231
56f75efc
DG
22322013-07-03 Dmitry Gutov <dgutov@yandex.ru>
2233
2234 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
2235 keywords and built-ins.
2236
9b057d61
GM
22372013-07-03 Glenn Morris <rgm@gnu.org>
2238
208dee4d
GM
2239 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
2240
9b057d61
GM
2241 Make info-xref checks case-sensitive by default
2242 * info.el (Info-find-node, Info-find-in-tag-table)
2243 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
2244 Add option for exact case matching of nodes.
2245 * info-xref.el (info-xref): New custom group.
2246 (info-xref-case-fold): New option.
2247 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
2248
e01aa29c
LL
22492013-07-03 Leo Liu <sdl.web@gmail.com>
2250
2251 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
2252
3086ca2e
DG
22532013-07-03 Dmitry Gutov <dgutov@yandex.ru>
2254
2255 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
2256 middle of block statement initially, lower the depth. Remove
2257 FIXME comment, not longer valid. Remove middle of block statement
2258 detection, no need to do that anymore since we've been using
2259 `ruby-parse-region' here.
2260
a3b49114
JD
22612013-07-02 Jan Djärv <jan.h.d@swipnet.se>
2262
2263 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
2264
08e5c823 22652013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
c737dcb1
KY
2266
2267 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
2268
2addf922
JB
22692013-07-01 Juanma Barranquero <lekktu@gmail.com>
2270
2271 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
2272 (desktop-restore-in-current-display): New customization option.
2273 (desktop--excluded-frame-parameters): Add `font'.
2274 (desktop--save-frames): Rename from desktop--save-windows.
2275 (desktop--restore-in-this-display-p): New function.
2276 (desktop--make-full-frame): Remove unwanted width/height from
2277 full(width|height) frames.
2278 (desktop--restore-frames): Rename from desktop--restore-windows.
2279 Obey desktop-restore-current-display. Do not delete old frames or
2280 select a new frame unless we were able to restore at least one frame.
2281
ef099a94
MN
22822013-06-30 Michal Nazarewicz <mina86@mina86.com>
2283
2284 * files.el (find-file-noselect): Simplify conditional expression.
2285
2286 * remember.el (remember-append-to-file):
2287 Don't mix `find-buffer-visiting' and `get-file-buffer'.
2288
2289 Add `remember-notes' function to store random notes across Emacs
2290 restarts.
2291 * remember.el (remember-data-file): Add :set callback to affect
2292 notes buffer (if any).
2293 (remember-notes): New command.
2294 (remember-notes-buffer-name, bury-remember-notes-on-kill):
2295 New defcustoms for the `remember-notes' function.
2296 (remember-notes-save-and-bury-buffer): New command.
2297 (remember-notes-mode-map): New variable.
2298 (remember-mode): New minor mode.
2299 (remember-notes--kill-buffer-query): New function.
2300 * startup.el (initial-buffer-choice): Add notes to custom type.
2301
0865d506
EZ
23022013-06-30 Eli Zaretskii <eliz@gnu.org>
2303
0ba54312
EZ
2304 * bindings.el (right-char, left-char): Don't call sit-for, this is
2305 no longer needed. Use arithmetic comparison only for numerical
2306 arguments.
2307
ef099a94
MN
2308 * international/mule-cmds.el (select-safe-coding-system):
2309 Handle the case of FROM being a string correctly. (Bug#14755)
0865d506 2310
2fae38e5
LMI
23112013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2312
2313 * net/shr.el (shr-make-table-1): Add a sanity check that allows
2314 progression on degenerate tables.
ef099a94 2315 (shr-rescale-image): ImageMagick animated images currently don't work.
2fae38e5 2316
a47cbd64
JB
23172013-06-30 Juanma Barranquero <lekktu@gmail.com>
2318
2319 Some fixes and improvements for desktop frame restoration.
2320 It is still experimental and disabled by default.
2321 * desktop.el (desktop--save-windows): Put the selected frame at
2322 the head of the list.
2323 (desktop--make-full-frame): New function.
2324 (desktop--restore-windows): Try to re-select the frame that was
2325 selected upon saving. Do not abort if some frames fail to restore,
7a3518fa
JB
2326 just show an error message and continue. Set up maximized frames
2327 so they have default non-maximized dimensions.
a47cbd64 2328
6dbafa30
DG
23292013-06-30 Dmitry Gutov <dgutov@yandex.ru>
2330
ef099a94
MN
2331 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2332 Don't start heredoc inside a string or comment.
6dbafa30 2333
4c672a0f
EZ
23342013-06-29 Eli Zaretskii <eliz@gnu.org>
2335
2336 * bindings.el (visual-order-cursor-movement): New defcustom.
2337 (right-char, left-char): Provide visual-order cursor motion by
2338 calling move-point-visually. Update the doc strings.
2339
50960f36
KH
23402013-06-28 Kenichi Handa <handa@gnu.org>
2341
2342 * international/mule.el (define-coding-system): New coding system
2343 properties :inhibit-null-byte-detection,
2344 :inhibit-iso-escape-detection, and :prefer-utf-8.
2345 (set-buffer-file-coding-system): If :charset-list property of
2346 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
2347 appropriate for setting.
2348
c1ea3abf
JB
2349 * international/mule-cmds.el (select-safe-coding-system):
2350 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
2351 multibyte characters, return utf-8 (or one of its siblings).
50960f36
KH
2352
2353 * international/mule-conf.el (prefer-utf-8): New coding system.
2354 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
2355 files.
2356
75dbaf9d
IK
23572013-06-28 Ivan Kanis <ivan@kanis.fr>
2358
eadb6068
IK
2359 * net/shr.el (shr-render-region): New function.
2360
75dbaf9d
IK
2361 * net/eww.el: Autoload `eww-browse-url'.
2362
9ea5cf9f
DG
23632013-06-27 Dmitry Gutov <dgutov@yandex.ru>
2364
c1ea3abf
JB
2365 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2366 Adapt to `package-desc-version' being a list.
2367 Use `package--ac-desc-version' to retrieve version from a package
9ea5cf9f
DG
2368 archive element.
2369
39c0e36f
JB
23702013-06-27 Juanma Barranquero <lekktu@gmail.com>
2371
2372 New experimental feature to save&restore window and frame setup.
2373 * desktop.el (desktop-save-windows): New defcustom.
2374 (desktop--saved-states): New var.
2375 (desktop--excluded-frame-parameters): New defconst.
2376 (desktop--filter-frame-parms, desktop--find-frame-in-display)
2377 (desktop--restore-windows, desktop--save-windows): New functions.
2378 (desktop-save): Call `desktop--save-windows'.
2379 (desktop-read): Call `desktop--restore-windows'.
2380
7f13406b
LMI
23812013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2382
ef099a94 2383 * net/shr.el (add-face-text-property): Remove compat definition.
7f13406b 2384
1e072639
SB
23852013-06-27 Stephen Berman <stephen.berman@gmx.net>
2386
2387 * info.el (Info-try-follow-nearest-node): Move search for footnote
2388 above search for node name to prevent missing a footnote (bug#14717).
2389
f3e2cbde
SB
23902013-06-27 Stephen Berman <stephen.berman@gmx.net>
2391
2392 * obsolete/otodo-mode.el: Add obsolescence info to file header.
2393
99906aa0
LL
23942013-06-27 Leo Liu <sdl.web@gmail.com>
2395
2396 * net/eww.el (eww-read-bookmarks): Check file size.
2397
539f75f4
SM
23982013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2399
2400 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
2401 advice--pending if newdef is nil or an autoload (bug#13820).
2402 (advice-mapc): New function.
2403
843571cb
LMI
24042013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2405
2406 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
2407 probably.
23a75d7f 2408 (eww-mode-map): Add a menu bar.
2b4f0506
LMI
2409 (eww-add-bookmark): New command.
2410 (eww-bookmark-mode): New mode and commands.
a285ce99 2411 (eww-add-bookmark): Remove newlines from the title.
47fd571b 2412 (eww-bookmark-browse): Don't bug out if it's the only window.
843571cb 2413
f2136e1e
GM
24142013-06-26 Glenn Morris <rgm@gnu.org>
2415
eab35f39
GM
2416 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
2417 (hfy-size): Handle ttys. (Bug#14668)
2418
f2136e1e
GM
2419 * info-xref.el: Update for Texinfo 5 change in *note format.
2420 (info-xref-node-re, info-xref-note-re): New constants.
2421 (info-xref-check-buffer): Use info-xref-note-re.
2422
a49ff80c
SM
24232013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2424
a343d218
SM
2425 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
2426
a49ff80c
SM
2427 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
2428 nil terminate the loop (bug#14718).
2429
8308f184
LMI
24302013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2431
2432 * net/eww.el: Rework history traversal. When going forward/back,
2433 put these actions into the history, too, so that they can be
2434 replayed.
26bf2b82 2435 (eww-render): Move the history reset to the correct buffer.
8308f184 2436
ec64c273
JL
24372013-06-25 Juri Linkov <juri@jurta.org>
2438
2439 * files-x.el (modify-dir-local-variable): Change the header comment
2440 in the file with directory local variables. (Bug#14692)
2441
e080a9d7
JL
2442 * files-x.el (read-file-local-variable-value): Add `default'.
2443 (Bug#14710)
2444
bfbc93a1
IK
24452013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2446
2447 * net/eww.el (eww-make-unique-file-name): Create a unique file
2448 name before saving to entering `y' accidentally asynchronously.
2449
24502013-06-25 Ivan Kanis <ivan@kanis.fr>
2451
2452 * net/eww.el (eww-download): New command and keystroke.
2453
16f74f10
LMI
24542013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2455
a49ff80c 2456 * net/eww.el (eww-copy-page-url): Change name of command.
16f74f10
LMI
2457
2458 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
2459 be more consistent with Info and dired.
2460
2461 * net/eww.el (eww-mode-map): Ditto.
2462
12059709
SM
24632013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2464
2465 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
2466 packages from archives.
2467 (package-archive-contents): Change format; include obsolete packages.
2468 (package-desc): Use `dir' to mark builtin packages.
2469 (package--from-builtin): Set the `dir' field to `builtin'.
2470 (generated-autoload-file, version-control): Declare.
2471 (package-compute-transaction): Change first arg and return value to be
2472 lists of package-descs. Adjust to new package-archive-contents format.
2473 (package--add-to-archive-contents): Adjust to new
2474 package-archive-contents format.
2475 (package-download-transaction): Arg is now a list of package-descs.
2476 (package-install): If `pkg' is a package name, pass it as
2477 a requirement, so it is subject to the usual (e.g. disabled) checks.
2478 (describe-package): Accept package-desc as well.
2479 (describe-package-1): Describe a specific package-desc. Add links to
2480 other package-descs for the same package name.
2481 (package-menu-describe-package): Pass the actual package-desc.
2482 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
2483 works correctly.
2484 (package-desc-status): New function.
2485 (package-menu--refresh): New function, extracted
2486 from package-menu--generate.
2487 (package-menu--generate): Use it.
2488 (package-delete): Update package-alist.
2489 (package-menu-execute): Don't call package-initialize.
2490
2491 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
2492 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
2493 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
2494 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
2495 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
2496 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
2497
8bbdea0f
MR
24982013-06-25 Martin Rudalics <rudalics@gmx.at>
2499
2500 * window.el (window--state-get-1): Workaround for bug#14527.
2501 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
2502
e82b0991
LMI
25032013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2504
2505 * net/eww.el (eww-back-url): Implement the history by stashing all
2506 the data into a list.
d3f0f918 2507 (eww-forward-url): Allow going forward in the history, too.
e82b0991 2508
c763842b
SM
25092013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
2512 for values and use read--expression for expressions (bug#14710).
2513 (read-file-local-variable): Avoid setq.
2514 (read-file-local-variable-mode): Use minor-mode-list.
2515
bceff189
RW
25162013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2517
864c58ca 2518 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
bceff189
RW
2519 for DOI URLs.
2520
45f431c6
RW
25212013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2522
864c58ca 2523 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
45f431c6
RW
2524 Update imenu-support when dialect changes.
2525
f42d8237
LL
25262013-06-25 Leo Liu <sdl.web@gmail.com>
2527
2528 * ido.el (ido-read-internal): Allow forward slash on windows.
2529
be549ce6
LMI
25302013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2531
2532 * net/eww.el (eww): Start of strings is \\`, not ^.
2533
71d4c19d
IK
25342013-06-24 Ivan Kanis <ivan@kanis.fr>
2535
5196f88a
IK
2536 * net/shr.el (shr-browse-url): Fix interactive spec.
2537
71d4c19d
IK
2538 * net/eww.el (eww): Add a trailing slash to domain names.
2539
ae36ca55
JB
25402013-06-24 Juanma Barranquero <lekktu@gmail.com>
2541
2542 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
2543
0ebd92a3
LMI
25442013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2545
bdaa086b
LMI
2546 * net/shr.el (shr-browse-url): Use an external browser if given a
2547 prefix.
2548
c763842b 2549 * net/eww.el (eww-external-browser): Move to shr.
0ebd92a3 2550
b89fc156
IK
25512013-06-24 Ivan Kanis <ivan@kanis.fr>
2552
2553 * net/eww.el (eww): Work more correctly for file: URLs.
2554 (eww-detect-charset): Allow quoted charsets.
2555 (eww-yank-page-url): New command and keystroke.
2556
18eb4bca
DU
25572013-06-24 Daiki Ueno <ueno@gnu.org>
2558
2559 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
2560 file name of gpg executable.
2561 (epg-context-program): New function.
2562 (epg-context-home-directory): New function.
2563 (epg-context-set-program): New function.
2564 (epg-context-set-home-directory): New function.
2565 (epg--start): Use `epg-context-program' instead of
2566 'epg-gpg-program'.
2567 (epg--list-keys-1): Likewise.
2568
6c6268c8
LL
25692013-06-24 Leo Liu <sdl.web@gmail.com>
2570
2571 * ido.el (ido-read-internal): Fix bug#14620.
2572
5e400cb3
JB
25732013-06-23 Juanma Barranquero <lekktu@gmail.com>
2574
2575 * faces.el (face-documentation): Simplify.
2576 (read-face-attribute, tty-find-type, x-resolve-font-name):
2577 Use `string-match-p'.
2578 (list-faces-display): Use `string-match-p'. Simplify.
2579 (face-spec-recalc): Check face to avoid face alias loops.
2580 (read-color): Use `string-match-p' and non-capturing parenthesis.
2581
f3f9606c
LMI
25822013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2583
2584 * net/shr.el (shr-rescale-image): Use the new
2585 :max-width/:max-height functionality.
2586
a3ca09b9
IK
25872013-06-23 Ivan Kanis <ivan@kanis.fr>
2588
2589 * net/eww.el (eww-search-prefix): New variable.
2590 (eww): Use it.
f865b474
IK
2591 (eww-external-browser): New variable.
2592 (eww-mode-map): New keystroke.
2593 (eww-browse-with-external-browser): New command.
a3ca09b9 2594
e854cfc7
IK
2595 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
2596
18bb9e21
JB
25972013-06-23 Juanma Barranquero <lekktu@gmail.com>
2598
2599 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2600 Don't skip aligning the next header field when padding is 0;
2601 otherwise, field width is not respected unless the title is as
2602 wide as the field.
2603
5b165ade
SM
26042013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2605
2606 * emacs-lisp/package.el (package-el-version): Remove.
2607 (package-process-define-package): Fix inf-loop.
2608 (package-install): Allow symbols as arguments again.
2609
12adebe9
DG
26102013-06-22 Dmitry Gutov <dgutov@yandex.ru>
2611
2612 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
2613 add some more keyword-like methods.
2614 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
2615
388573ee
JB
26162013-06-22 Juanma Barranquero <lekktu@gmail.com>
2617
2618 * bs.el (bs-buffer-show-mark): Make defvar-local.
2619 (bs-mode): Use setq-local.
2620
2621 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
2622 (emacs-lock--try-unlocking): Make defvar-local.
2623
4582a01c 26242013-06-22 Glenn Morris <rgm@gnu.org>
3d94f3ad 2625
2663dd23
GM
2626 * play/cookie1.el (cookie-apropos): Minor simplification.
2627
3d94f3ad
GM
2628 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
2629
f72e2fdb
DG
26302013-06-22 Dmitry Gutov <dgutov@yandex.ru>
2631
2632 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
2633 `regexp-opt', it breaks the build during dumping.
2634
73eab938
DG
26352013-06-21 Dmitry Gutov <dgutov@yandex.ru>
2636
c763842b
SM
2637 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2638 Highlight keyword-like methods on Kernel and Module with
73eab938 2639 font-lock-builtin-face.
5cf8176d
DG
2640 (auto-mode-alist): Consolidate different entries into one regexp
2641 and add more *file-s.
73eab938 2642
d26255f6
SB
26432013-06-21 Stephen Berman <stephen.berman@gmx.net>
2644
2645 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
2646
2647 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
2648 (diary-entry): Use it in the action of this button type instead of
2649 diary-goto-entry.
2650
2651 * calendar/todo-mode.el: New version.
2652 (todo-add-category): Append new category to end of file and give
2653 it the highest number, instead of putting it at the beginning and
2654 giving it 0. Incorporate noninteractive functionality.
2655 (todo-forward-category): Adapt to 1-based category numbering.
2656 Allow skipping over archived categories.
2657 (todo-backward-category): Derive from todo-forward-category.
2658 (todo-backward-item, todo-forward-item): Make noninteractive and
2659 delegate interactive part to new commands. Make sensitive to done items.
2660 (todo-categories): Make value an alist of category names and
2661 vectors of item counts.
2662 (todo-category-beg): Make a defconst.
2663 (todo-category-number): Use 1 instead of 0 as initial value.
2664 (todo-category-select): Make sensitive to overlays, optional item
2665 highlighting and done items.
2666 (todo-delete-item): Make sensitive to overlays and marked and done items.
2667 (todo-edit-item): Make sensitive to overlays and editing of
2668 date/time header optional. Add format checks.
2669 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
2670 no-op if point is not on an item. Advertise using todo-edit-quit.
2671 (todo-edit-mode): Make sensitive to new format, font-locking, and
2672 multiple todo files.
2673 (todo-insert-item, todo-insert-item-here): Derive from
2674 todo-basic-insert-item and extend functionality.
2675 (todo-item-end, todo-item-start): Make sensitive to done items.
2676 (todo-item-string): Don't return text properties. Restore point.
2677 (todo-jump-to-category): Make sensitive to multiple todo files and
2678 todo archives. Use extended category completion.
2679 (todo-lower-item, todo-raise-item): Rename to *-priority and
2680 derive from todo-set-item-priority.
2681 (todo-mode): Derive from special-mode. Make sensitive to new
2682 format, font-locking and multiple todo files. Make read-only.
2683 (todo-mode-map): Don't suppress digit keys, so they can supply
2684 prefix arguments. Add many new key bindings.
2685 (todo-prefix): Insert as an overlay instead of file text.
2686 Change semantics from diary date expression to purely visual mark.
2687 (todo-print): Rename to todo-print-buffer. Make buffer display
2688 features printable. Remove option to restrict number of items
2689 printed. Add option to print to file.
2690 (todo-print-function): Rename to todo-print-buffer-function.
2691 (todo-quit): Extend to handle exiting new todo modes.
2692 (todo-remove-item): Make sensitive to overlays.
2693 (todo-save): Extend to buffers of filtered items.
2694 (todo-show): Make sensitive to done items, multiple todo files and
2695 new todo modes. Offer to convert legacy todo file before creating
2696 first new todo file.
2697 (todo-show-priorities): Rename to todo-top-priorities.
2698 Change semantics of value 0.
2699 (todo-top-priorities): Rename to todo-filter-top-priorities,
2700 derive from todo-filter-items and extend functionality.
2701 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
2702 and extend functionality to other types of filtered items.
2703 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
2704 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
2705 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
2706 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
2707 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
2708 (todo-edit-mode-hook, todo-entry-prefix-function)
2709 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
2710 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
2711 (todo-initials, todo-insert-threshold, todo-item-string-start)
2712 (todo-line-string, todo-menu, todo-mode-hook)
2713 (todo-more-important-p, todo-previous-answer, todo-previous-line)
2714 (todo-print-priorities, todo-remove-separator)
2715 (todo-save-top-priorities-too, todo-string-count-lines)
2716 (todo-string-multiline-p, todo-time-string-format)
2717 (todo-tmp-buffer-name): Remove.
2718 (todo-add-file, todo-archive-done-item, todo-choose-archive)
2719 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
2720 (todo-edit-category-diary-inclusion)
2721 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
2722 (todo-edit-file, todo-edit-item-date-day)
2723 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
2724 (todo-edit-item-date-month, todo-edit-item-date-to-today)
2725 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
2726 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
2727 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
2728 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
2729 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
2730 (todo-filter-top-priorities-multifile, todo-find-archive)
2731 (todo-find-filtered-items-file, todo-go-to-source-item)
2732 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
2733 (todo-jump-to-archive-category, todo-lower-category)
2734 (todo-mark-category, todo-marked-item-p, todo-merge-category)
2735 (todo-move-category, todo-move-item, todo-next-button)
2736 (todo-next-item, todo-padded-string, todo-powerset)
2737 (todo-previous-button, todo-previous-item)
2738 (todo-print-buffer-to-file, todo-raise-category)
2739 (todo-rename-category, todo-repair-categories-sexp, todo-search)
2740 (todo-set-category-number, todo-set-item-priority)
2741 (todo-set-top-priorities-in-category)
2742 (todo-set-top-priorities-in-file, todo-show-categories-table)
2743 (todo-sort-categories-alphabetically-or-numerically)
2744 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
2745 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
2746 (todo-toggle-item-header, todo-toggle-item-highlighting)
2747 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
2748 (todo-toggle-view-done-items, todo-toggle-view-done-only)
2749 (todo-unarchive-items, todo-unmark-category): New commands.
2750 (todo-absolute-file-name, todo-add-to-buffer-list)
2751 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
2752 (todo-basic-insert-item, todo-category-completions)
2753 (todo-category-number, todo-category-string-matcher-1)
2754 (todo-category-string-matcher-2, todo-check-filtered-items-file)
2755 (todo-check-format, todo-clear-matches)
2756 (todo-comment-string-matcher, todo-convert-legacy-date-time)
2757 (todo-current-category, todo-date-string-matcher)
2758 (todo-define-insertion-command, todo-diary-expired-matcher)
2759 (todo-diary-goto-entry, todo-diary-item-p)
2760 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
2761 (todo-display-categories, todo-display-sorted, todo-done-item-p)
2762 (todo-done-item-section-p, todo-done-separator)
2763 (todo-done-string-matcher, todo-files, todo-filter-items)
2764 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
2765 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
2766 (todo-insert-category-line, todo-insert-item-from-calendar)
2767 (todo-insert-sort-button, todo-insert-with-overlays)
2768 (todo-insertion-command-name, todo-insertion-key-bindings)
2769 (todo-label-to-key, todo-longest-category-name-length)
2770 (todo-make-categories-list, todo-mode-external-set)
2771 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
2772 (todo-modes-set-3, todo-multiple-filter-files)
2773 (todo-nondiary-marker-matcher, todo-prefix-overlays)
2774 (todo-read-category, todo-read-date, todo-read-dayname)
2775 (todo-read-file-name, todo-read-time)
2776 (todo-reevaluate-category-completions-files-defcustom)
2777 (todo-reevaluate-default-file-defcustom)
2778 (todo-reevaluate-filelist-defcustoms)
2779 (todo-reevaluate-filter-files-defcustom)
2780 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
2781 (todo-reset-done-separator, todo-reset-done-separator-string)
2782 (todo-reset-done-string, todo-reset-global-current-todo-file)
2783 (todo-reset-highlight-item, todo-reset-nondiary-marker)
2784 (todo-reset-prefix, todo-set-categories)
2785 (todo-set-date-from-calendar, todo-set-show-current-file)
2786 (todo-set-top-priorities, todo-short-file-name)
2787 (todo-show-current-file, todo-sort, todo-time-string-matcher)
2788 (todo-total-item-counts, todo-update-buffer-list)
2789 (todo-update-categories-display, todo-update-categories-sexp)
2790 (todo-update-count, todo-validate-name, todo-y-or-n-p):
2791 New functions.
2792 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
2793 New major modes.
2794 (todo-categories, todo-display, todo-edit, todo-faces)
2795 (todo-filtered): New defgroups.
2796 (todo-archived-only, todo-button, todo-category-string, todo-date)
2797 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
2798 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
2799 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
2800 (todo-add-item-if-new-category, todo-always-add-time-string)
2801 (todo-categories-align, todo-categories-archived-label)
2802 (todo-categories-category-label, todo-categories-diary-label)
2803 (todo-categories-done-label, todo-categories-number-separator)
2804 (todo-categories-todo-label, todo-categories-totals-label)
2805 (todo-category-completions-files, todo-completion-ignore-case)
2806 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
2807 (todo-done-separator-string, todo-done-string)
2808 (todo-files-function, todo-filter-done-items, todo-filter-files)
2809 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
2810 (todo-initial-category, todo-initial-file, todo-item-mark)
2811 (todo-legacy-date-time-regexp, todo-mode-line-function)
2812 (todo-nondiary-marker, todo-number-prefix)
2813 (todo-print-buffer-function, todo-show-current-file)
2814 (todo-show-done-only, todo-show-first, todo-show-with-done)
2815 (todo-skip-archived-categories, todo-top-priorities-overrides)
2816 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
2817 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
2818 New defcustoms.
2819 (todo-category-done, todo-date-pattern, todo-date-string-start)
2820 (todo-diary-items-buffer, todo-done-string-start)
2821 (todo-filtered-items-buffer, todo-item-start)
2822 (todo-month-abbrev-array, todo-month-name-array)
2823 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
2824 (todo-top-priorities-buffer): New defconsts.
2825 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
2826 (todo-categories-with-marks, todo-category-string-face)
2827 (todo-comment-face, todo-comment-string, todo-current-todo-file)
2828 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
2829 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
2830 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
2831 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
2832 (todo-font-lock-keywords, todo-global-current-todo-file)
2833 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
2834 (todo-insertion-commands-args)
2835 (todo-insertion-commands-args-genlist)
2836 (todo-insertion-commands-names, todo-insertion-map)
2837 (todo-key-bindings-t, todo-key-bindings-t+a)
2838 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
2839 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
2840 (todo-nondiary-face, todo-print-buffer, todo-time-face)
2841 (todo-visited): New variables.
2842
cad5d1cb
GM
28432013-06-21 Glenn Morris <rgm@gnu.org>
2844
2845 * play/cookie1.el (cookie-apropos): Add optional display argument.
2846 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
2847 (psychoanalyze-pinhead): Use cookie-doctor.
2848
9e277302
JB
28492013-06-21 Juanma Barranquero <lekktu@gmail.com>
2850
2851 * emacs-lisp/package.el (tar-get-file-descriptor)
2852 (tar--extract): Declare.
2853
c5b0993e
EW
28542013-06-21 Eduard Wiebe <usenet@pusto.de>
2855
2856 Extend flymake's warning predicate to be a function (bug#14217).
2857 * progmodes/flymake.el (flymake-warning-predicate): New.
2858 (flymake-parse-line): Use it.
2859 (flymake-warning-re): Make obsolete alias to
2860 `flymake-warning-predicate'.
2861
a7d2d465
SM
28622013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2863
2864 * emacs-lisp/package.el (package-alist): Include obsolete packages.
2865 (package-obsolete-list): Remove.
2866 (package-activate): Remove min-version argument. Add `force' argument.
2867 Adjust to new package-alist format.
2868 (package-mark-obsolete): Remove.
2869 (package-unpack): Force reload of the package's autoloads.
2870 (package-installed-p): Check builtins if the installed package is not
2871 recent enough.
2872 (package-initialize): Don't reset package-obsolete-list.
2873 Don't specify which package version to activate.
2874 (package-process-define-package, describe-package-1)
2875 (package-menu--generate): Adjust to new package-alist format.
2876
cedf5c9d
JB
28772013-06-21 Juanma Barranquero <lekktu@gmail.com>
2878
2879 * allout-widgets.el (allout-widgets-mode-off)
2880 (allout-widgets-mode-on, allout-widgets-pre-command-business)
2881 (allout-widgets-post-command-business)
2882 (allout-widgets-after-copy-or-kill-function)
2883 (allout-widgets-after-undo-function, allout-test-range-overlaps)
2884 (allout-decorate-item-and-context)
2885 (allout-graphics-modification-handler): Fix typos in docstrings.
2886 (allout-get-or-create-parent-widget): Use `looking-at-p'.
2887
2888 * cmuscheme.el (scheme-start-file): Doc fix.
2889 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
2890 (scheme-input-filter): Use `string-match-p'.
2891
2892 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
2893
2894 * dired-x.el: Use Dired consistently in docstrings.
2895
2896 * dired.el: Use Dired consistently in docstrings.
2897 (dired-readin, dired-mode): Use `setq-local'.
2898 (dired-switches-alist): Make defvar-local.
2899 (dired-buffers-for-dir): Use `zerop'.
2900 (dired-safe-switches-p, dired-switches-escape-p)
2901 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
2902 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
2903 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
2904 (dired-goto-next-nontrivial-file): Use `string-match-p'.
2905 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
2906 (dired-toggle-marks, dired-mark-files-containing-regexp)
2907 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
2908 (dired-flag-auto-save-files, dired-flag-backup-files):
2909 Use `looking-at-p'.
2910 (dired-mark-files-regexp, dired-build-subdir-alist):
2911 Use `string-match-p', `looking-at-p'.
2912
2913 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
2914 (direct-print-region-helper): Use `string-match-p'.
2915
aed838b5
LL
29162013-06-21 Leo Liu <sdl.web@gmail.com>
2917
cedf5c9d
JB
2918 * comint.el (comint-redirect-results-list-from-process):
2919 Fix infinite loop.
aed838b5 2920
d80a808f
LMI
29212013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2922
2923 * net/eww.el (eww-update-header-line-format): Quote % characters.
2924
e7a526e3
GM
29252013-06-21 Glenn Morris <rgm@gnu.org>
2926
2927 * play/cookie1.el (cookie): New custom group.
2928 (cookie-file): New option.
2929 (cookie-check-file): New function.
2930 (cookie): Make it interactive. Make start and end messages optional.
2931 Interactively, display the result. Default to cookie-file.
2932 (cookie-insert): Default to cookie-file.
2933 (cookie-snarf): Make start and end messages optional.
2934 Default to cookie-file. Use with-temp-buffer.
2935 (cookie-read): Rename from read-cookie.
2936 Make start and end messages optional. Default to cookie-file.
2937 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7f8e3b22 2938 Do not autoload it.
e7a526e3
GM
2939 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
2940 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
2941
62efb35e
LL
29422013-06-21 Leo Liu <sdl.web@gmail.com>
2943
2944 * progmodes/octave.el (octave-mode): Backward compatibility fix.
2945
21e3f963
GM
29462013-06-21 Glenn Morris <rgm@gnu.org>
2947
2948 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
2949
fd846ab4
SM
29502013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2951 Daniel Hackney <dan@haxney.org>
2952
2953 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
2954 Consolidate the single-file vs tarball code.
2955 (package-desc-suffix): New function.
2956 (package-desc-full-name): Don't bother inlining it.
2957 (package-load-descriptor): Return the new package-desc.
2958 (package-mark-obsolete): Remove unused arg `package'.
2959 (package-unpack): Make it work for single files as well.
2960 Make it update package-alist.
2961 (package--make-autoloads-and-stuff): Rename from
2962 package--make-autoloads-and-compile. Don't compile any more.
2963 (package--compile): New function.
2964 (package-generate-description-file): New function, extracted from
2965 package-unpack-single.
2966 (package-unpack-single): Remove.
2967 (package--with-work-buffer): Add indentation and debugging info.
2968 (package-download-single): Remove.
2969 (package-install-from-archive): Rename from package-download-tar, make
2970 it take a pkg-desc, and make it work for single files as well.
2971 (package-download-transaction): Simplify.
2972 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
2973 external tar program.
2974 (package-install-from-buffer): Remove `pkg-desc' argument.
2975 Use package-tar-file-info for tar-mode buffers.
2976 (package-install-file): Simplify accordingly.
2977 (package-archive-base): Change to take a pkg-desc.
2978 * tar-mode.el (tar--check-descriptor): New function, extracted from
2979 tar-get-descriptor.
2980 (tar-get-descriptor): Use it.
2981 (tar-get-file-descriptor): New function.
2982 (tar--extract): New function, extracted from tar-extract.
2983 (tar--extract): Use it.
2984 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
2985 case the summary uses non-ascii. Adjust to new calling convention of
2986 package-tar-file-info.
2987
b7deae5e
LL
29882013-06-21 Leo Liu <sdl.web@gmail.com>
2989
fd846ab4
SM
2990 * comint.el (comint-redirect-results-list-from-process):
2991 Fix random delay. (Bug#14681)
b7deae5e 2992
7a65a0b2
JB
29932013-06-21 Juanma Barranquero <lekktu@gmail.com>
2994
2995 * profiler.el (profiler-format-number): Use log, not log10.
2996
1493c2af
JB
29972013-06-20 Juanma Barranquero <lekktu@gmail.com>
2998
2999 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
3000
aff6371e
SM
30012013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3002
3003 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
3004 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
3005 yet available.
3006 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
3007 (AUTOGENEL): ... here.
3008 * emacs-lisp/cl-macs.el (cl--sublis): New function.
3009 (cl--defsubst-expand): Use it.
3010
89561f72
PE
30112013-06-20 Paul Eggert <eggert@cs.ucla.edu>
3012
3013 * subr.el (log10): Move here from C code, and declare as obsolete.
3014 All uses of (log10 X) replaced with (log X 10).
3015
47199123
JB
30162013-06-20 Juanma Barranquero <lekktu@gmail.com>
3017
3018 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
3019 Declare with `defvar-local'.
3020 (tabulated-list-use-header-line, tabulated-list-entries)
3021 (tabulated-list-padding, tabulated-list-printer)
3022 (tabulated-list-sort-key): Declare with `defvar-local'.
3023 (tabulated-list-init-header, tabulated-list-print-fake-header):
3024 Use `setq-local'.
3025
4a172eab
MA
30262013-06-20 Michael Albinus <michael.albinus@gmx.de>
3027
47199123
JB
3028 * arc-mode.el (archive-mode): Add `archive-write-file' to
3029 `write-contents-functions' also for remote files. (Bug#14652)
4a172eab 3030
5fc0acc0
JB
30312013-06-20 Juanma Barranquero <lekktu@gmail.com>
3032
d5b27848
JB
3033 * cus-edit.el (custom-commands): Fix typos.
3034 (custom-display): Fix tooltip text.
3035 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
3036 Fix typos in docstrings.
3037 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
3038 (custom-unlispify-menu-entry, custom-magic-value-create)
3039 (custom-add-see-also, custom-group-value-create): Use ?\s.
3040 (custom-guess-type, customize-apropos, editable-field)
3041 (custom-face-value-create): Use `string-match-p'.
3042 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
3043
3044 * custom.el (custom-load-symbol): Use `string-match-p'.
3045
a5c581d8
JB
3046 * ansi-color.el: Convert to lexical binding.
3047 (ansi-colors): Fix URL.
3048 (ansi-color-context, ansi-color-context-region): Use defvar-local.
3049 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
3050 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
3051
970ad972
G
30522013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3053
3054 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
3055
3056 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
3057
30582013-06-19 Tom Tromey <tromey@redhat.com>
3059
3060 * net/eww.el (eww-top-url): Remove.
3061 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
3062 (eww-render): Set new variables. Don't set eww-top-url.
3063 (eww-handle-link): Handle "prev", "home", and "contents".
3064 Downcase the rel text.
3065 (eww-top-url): Choose best top URL.
3066
30672013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3068
3069 * net/eww.el: Rewrite to implement form elements "by hand" instead of
3070 relying in widget.el. Using widget.el leads to too many
3071 user interface inconsistencies.
3072 (eww-self-insert): Implement entering commands in text fields.
3073 (eww-process-text-input): New function to make text input field editing
3074 work.
3075 (eww-submit): Rewrite to use the new-style form methods.
3076 (eww-select-display): Display the correct selected item.
3077 (eww-change-select): Implement changing the select value.
3078 (eww-toggle-checkbox): Implement radio/checkboxes.
3079 (eww-update-field): Fix compilation error.
3080 (eww-tag-textarea): Implement <textarea>.
3081
3082 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
3083 we don't shadow mode-specific bindings.
3084
3085 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
3086 nothing to push.
3087
3088 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
3089
4582a01c 30902013-06-19 Glenn Morris <rgm@gnu.org>
3db52056
GM
3091
3092 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
3093
15b263dc
MA
30942013-06-19 Michael Albinus <michael.albinus@gmx.de>
3095
3096 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
3097 not needed.
3098
3099 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
3100
8f5297f7
LMI
31012013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3102
3103 * net/browse-url.el (browse-url-browser-function):
3104 `eww-browse-url' has the right calling signature, `eww' does not.
3105
011c4552
GM
31062013-06-19 Glenn Morris <rgm@gnu.org>
3107
2285bd27
GM
3108 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
3109 Only eval autoloaded macros.
3110 (byte-compile-autoload): Only give the macro warning for macros.
3111
1d653303
GM
3112 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
3113 (ps-underlined-faces): Declare.
3114
bdd779ec
GM
3115 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
3116 (speedbar-add-supported-extension): Declare.
3117
011c4552
GM
3118 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
3119 Don't include a date stamp in the header of the generated file;
3120 it leads to needless differences between output files.
3121
e59dfb0e
MA
31222013-06-19 Michael Albinus <michael.albinus@gmx.de>
3123
c763842b
SM
3124 * net/secrets.el (secrets-struct-secret-content-type):
3125 Replace check of introspection data by a test call of "CreateItem".
fd846ab4 3126 Some servers do not offer introspection.
e59dfb0e 3127
102626e2
SM
31282013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
3129
3130 * electric.el (electric-pair-mode): Improve interaction with
3131 electric-layout-mode.
3132 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
3133 (electric-pair-syntax): Use text-mode-syntax-table in comments
3134 and strings.
3135 (electric-pair--insert): New function.
3136 (electric-pair-post-self-insert-function): Use it and
3137 electric--after-char-pos.
3138
ad528125
LL
31392013-06-19 Leo Liu <sdl.web@gmail.com>
3140
3141 * progmodes/octave.el (octave-help): Fix regexp.
3142
924d6997
G
31432013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3144
3145 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
3146 (shr-table-horizontal-line): Allow nil as a value, and change the
3147 default.
3148 (shr-insert-table-ruler): Respect the nil value.
3149
31502013-06-18 Tom Tromey <tromey@barimba>
3151
3152 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
3153 New defvars.
3154 (eww-open-file): New defun.
3155 (eww-render): Initialize new variables.
3156 (eww-display-html): Handle "link" and "a".
3157 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
3158 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
3159 (eww-back-url): Rename from eww-previous-url.
102626e2
SM
3160 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
3161 New defuns.
924d6997 3162
d1bbba4f
DG
31632013-06-18 Dmitry Gutov <dgutov@yandex.ru>
3164
3165 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
3166 Distinguish ternary operator tokens from slash symbol and slash
3167 char literal.
3168
14dd22d2
JB
31692013-06-18 Juanma Barranquero <lekktu@gmail.com>
3170
3171 Convert symbol prettification into minor mode and global minor mode.
3172
3173 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
3174 `prog-prettify-symbols', and make a local defvar instead of defcustom.
3175 (prettify-symbols--keywords): Rename from
3176 `prog-prettify-symbols-alist' and make a local defvar.
3177 (prettify-symbols--compose-symbol): Rename from
3178 `prog--prettify-font-lock-compose-symbol'.
3179 (prettify-symbols--make-keywords): Rename from
3180 `prog-prettify-font-lock-symbols-keywords' and simplify.
3181 (prog-prettify-install): Remove.
3182 (prettify-symbols-mode): New minor mode, based on
3183 `prog-prettify-install'.
3184 (turn-on-prettify-symbols-mode): New function.
3185 (global-prettify-symbols-mode): New globalized minor mode.
3186
3187 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3188 * progmodes/cfengine.el (cfengine3-mode):
3189 * progmodes/perl-mode.el (perl-mode): Don't call
3190 `prog-prettify-install'; set `prettify-symbols-alist' instead.
3191
292c880c
JL
31922013-06-18 Juri Linkov <juri@jurta.org>
3193
3194 * files-x.el (modify-file-local-variable-message): New function.
3195 (modify-file-local-variable)
3196 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
3197 and call `modify-file-local-variable-message' when it's non-nil.
3198 (add-file-local-variable, delete-file-local-variable)
3199 (add-file-local-variable-prop-line)
3200 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
3201 and use it. (Bug#9820)
3202
0950aa27
JL
32032013-06-18 Juri Linkov <juri@jurta.org>
3204
3205 * emulation/vi.el (vi-shell-op):
3206 * emulation/vip.el (vip-execute-com, ex-command):
3207 * emulation/viper-cmd.el (viper-exec-bang):
3208 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
3209 the call of `shell-command-on-region'. (Bug#14637)
3210
3211 * simple.el (shell-command-on-region): Doc fix.
3212
8fbcca16
SM
32132013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3214
3215 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
3216 (bug#14633).
3217
dd7426ea
GM
32182013-06-18 Glenn Morris <rgm@gnu.org>
3219
4ba54f7d
GM
3220 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
3221
dd7426ea
GM
3222 * newcomment.el (comment-search-forward, comment-search-backward):
3223 Doc fix. (Bug#14376)
3224
58aa805b
JB
32252013-06-18 Juanma Barranquero <lekktu@gmail.com>
3226
3227 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
3228 (buffer-face-mode-invoke): Doc fix.
3229
9a08a617
MM
32302013-06-18 Matthias Meulien <orontee@gmail.com>
3231
3232 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
924494f4 3233 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9a08a617 3234
f2f426ca
GM
32352013-06-18 Glenn Morris <rgm@gnu.org>
3236
9445f99b
GM
3237 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
3238 Replace obsolete function generic-make-keywords with its expansion.
3239
e0df2d14
GM
3240 * progmodes/python.el (ffap-alist): Declare.
3241
f2f426ca
GM
3242 * textmodes/reftex.el (bibtex-mode-map): Declare.
3243
f7f9a720
SM
32442013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3245
3246 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
3247 (package-unpack, package-unpack-single): Return the pkg-dir.
3248 (package-download-transaction): Use it to update package-alist.
3249
57ff04e0
LMI
32502013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3251
3252 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
3253 possible choice.
3254
c048c022
JL
32552013-06-17 Juri Linkov <juri@jurta.org>
3256
3257 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
3258
b5bcaee5
DG
32592013-06-17 Dmitry Gutov <dgutov@yandex.ru>
3260
a020afb9
JB
3261 * emacs-lisp/package.el (package-load-descriptor):
3262 Remove `with-syntax-table' call, `read' doesn't need it.
b5bcaee5
DG
3263 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
3264
551e07e5
JB
32652013-06-17 Juanma Barranquero <lekktu@gmail.com>
3266
3267 * startup.el (command-line): Expand package name returned by
3268 `package--description-file' (bug#14639).
3269
d363bffb
DG
32702013-06-17 Dmitry Gutov <dgutov@yandex.ru>
3271
3272 * emacs-lisp/package.el (package-load-descriptor): Do not call
3273 `emacs-lisp-mode', just use its syntax table.
3274
f612933b
JB
32752013-06-17 Juanma Barranquero <lekktu@gmail.com>
3276
3277 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
3278 `font-lock-extra-managed-props' if any prettifying keyword is added.
3279 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
3280 (prog-mode): Use `setq-local'.
3281
db3b7db5
SM
32822013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3283
3284 * international/characters.el (standard-case-table): Set syntax of ?»
3285 and ?« to punctuation.
3286
f3d674df
JB
32872013-06-16 Juanma Barranquero <lekktu@gmail.com>
3288
3289 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
3290 Save relevant match data before calling `syntax-ppss' (bug#14595).
3291
31489a32
JL
32922013-06-15 Juri Linkov <juri@jurta.org>
3293
3294 * files-x.el (modify-file-local-variable-prop-line): Add local
3295 variables to the end of the existing comment on the first line.
3296 Use `file-auto-mode-skip' to skip interpreter magic line,
3297 and also skip XML declaration.
3298
66bd25ab
SM
32992013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3300
3301 * startup.el (package--builtin-versions): New var.
3302 (package-subdirectory-regexp): Remove.
3303 (package--description-file): Hard code its value instead.
3304
3305 * emacs-lisp/package.el: Don't activate packages older than builtin.
3306 (package-obsolete-list): Rename from package-obsolete-alist, and make
3307 it into a simple list of package-desc.
3308 (package-strip-version): Remove.
3309 (package-built-in-p): Use package--builtin-versions.
3310 (package-mark-obsolete): Simplify.
3311 (package-process-define-package): Mark it obsolete if older than the
3312 builtin version.
3313 (package-handle-response): Use line-end-position.
3314 (package-read-archive-contents, package--download-one-archive):
3315 Simplify.
3316 (package--add-to-archive-contents): Skip if older than the builtin or
3317 installed version.
3318 (package-menu-describe-package): Fix last change.
3319 (package-list-unversioned): New var.
3320 (package-menu--generate): Use it.
3321
3322 * emacs-lisp/autoload.el: Manage package--builtin-versions.
3323 (autoload--insert-text, autoload--insert-cookie-text): New functions.
3324 (autoload-builtin-package-versions): New variable.
3325 (autoload-generate-file-autoloads): Use them.
3326 Remove the list of autoloaded functions/macros from the
3327 (autoload...) comments.
3328
3329 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
3330
9583ec36
EZ
33312013-06-15 Eli Zaretskii <eliz@gnu.org>
3332
3333 * simple.el (line-move-partial): Don't jump to the next screen
3334 line as soon as it becomes visible. Instead, continue enlarging
3335 the vscroll until the portion of a tall screen line that's left on
3336 display is about the height of the frame's default font.
3337 (Bug#14567)
3338
f0100d8a
GM
33392013-06-15 Glenn Morris <rgm@gnu.org>
3340
b86a85ca
GM
3341 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
3342 compilation-error-regexp-alist void, or local while let-bound.
3343
f0100d8a
GM
3344 * progmodes/make-mode.el (makefile-mode-syntax-table):
3345 Treat "=" as punctuation. (Bug#14614)
3346
05e7ce90
JB
33472013-06-15 Juanma Barranquero <lekktu@gmail.com>
3348
3349 * help-fns.el (describe-variable):
3350 Add extra line for permanent-local variables.
3351
12e5e86e
SH
33522013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
3353
3354 * progmodes/scheme.el (scheme-font-lock-keywords-2):
3355 Add export, import, library. (Bug#9164)
3356 (library): Set indent function.
3357
230dcbaf
GM
33582013-06-14 Glenn Morris <rgm@gnu.org>
3359
3360 * term/xterm.el (xterm--query):
3361 Stop after first matching handler. (Bug#14615)
3362
a020afb9 33632013-06-14 Ivan Kanis <ivan@kanis.fr>
d4466a91
IK
3364
3365 Add support for dired in saveplace.
3366 * dired.el (dired-initial-position-hook): New variable.
3367 (dired-initial-position): Call hook to place cursor position.
3368 * saveplace.el (save-place-to-alist): Add dired position.
3369 (save-place-dired-hook): New function.
3370
0b31660d
SM
33712013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3372
bf1e6ae8
SM
3373 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
3374 through a symbol rather than letrec.
3375
1b8dff23
SM
3376 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
3377 (package-desc): Add `dir' field.
3378 (package-desc-full-name): New function.
3379 (package-load-descriptor): Combine the two arguments. Don't use `load'.
3380 (package-maybe-load-descriptor): Remove.
3381 (package-load-all-descriptors): Just call package-load-descriptor.
3382 (package--disabled-p): New function.
3383 (package-desc-vers, package-desc-doc): Remove aliases.
3384 (package--dir): Remove function.
3385 (package-activate): Check if a package is disabled.
3386 (package-process-define-package): New function, extracted from
3387 define-package.
3388 (define-package): Turn into a place holder.
3389 (package-unpack-single, package-tar-file-info):
3390 Use package--description-file.
3391 (package-compute-transaction): Use package--disabled-p.
3392 (package-download-transaction): Don't call
3393 package-maybe-load-descriptor since they're all loaded anyway.
3394 (package-install): Change argument to be a pkg-desc.
3395 (package-delete): Use a single pkg-desc argument.
3396 (describe-package-1): Use package-desc-dir instead of package--dir.
3397 Use package-desc property instead of package-symbol.
3398 (package-install-button-action): Adjust accordingly.
3399 (package--push): Rewrite.
3400 (package-menu--print-info): Adjust accordingly. Change the ID format
3401 to be a pkg-desc.
3402 (package-menu-describe-package, package-menu-get-status)
3403 (package-menu--find-upgrades, package-menu-mark-upgrades)
3404 (package-menu-execute, package-menu--name-predicate):
3405 Adjust accordingly.
3406 * startup.el (package--description-file): New function.
3407 (command-line): Use it.
3408 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3409 Use package-desc-version.
3410
0b31660d
SM
3411 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
3412 (byte-compile-preprocess): Use it.
3413 (byte-compile-file-form-defalias): Try a bit harder to use macros we
3414 can't quite recognize.
3415 (byte-compile-add-to-list): Remove.
3416 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
3417 (cconv-closure-convert): Add assertion.
3418
3419 * emacs-lisp/map-ynp.el: Use lexical-binding.
3420 (map-y-or-n-p): Remove unused vars `tail' and `object'.
3421 Factor out some repeated code.
3422
de0503df
SM
34232013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3424
3425 * subr.el (with-eval-after-load): New macro.
3426 (eval-after-load): Allow form to be a function.
3427 take advantage of lexical-binding.
3428 (do-after-load-evaluation): Use dolist and adjust to new format.
3429 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
3430
bc5c8c5a
JL
34312013-06-13 Juri Linkov <juri@jurta.org>
3432
3433 * replace.el (perform-replace): Display "symbol " and other search
3434 modes from `isearch-message-prefix' in the *Help* buffer.
3435
3436 * isearch.el (isearch-query-replace): Add " symbol" and other
3437 possible search modes from `isearch-message-prefix' to the prompt.
3438 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
3439 when reading a regexp to collect.
3440
a22289f7
JL
34412013-06-13 Juri Linkov <juri@jurta.org>
3442
3443 * isearch.el (word-search-regexp): Match whitespace if the search
3444 string begins or ends in whitespace. The LAX arg is applied to
3445 both ends of the search string. Use `regexp-quote' and explicit
3446 \< and \> instead of \b. Use \` and \' instead of ^ and $.
3447 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
3448 boundaries are replaced with symbol boundaries, and characters
3449 between symbols match non-word non-symbol syntax. (Bug#14602)
3450
cb89acab
JL
34512013-06-13 Juri Linkov <juri@jurta.org>
3452
3453 * isearch.el (isearch-del-char): Don't exceed the length of
3454 `isearch-string' by the prefix arg. (Bug#14563)
3455
6e8cfc81
JL
34562013-06-13 Juri Linkov <juri@jurta.org>
3457
3458 * isearch.el (isearch-yank-word, isearch-yank-line)
3459 (isearch-char-by-name, isearch-quote-char)
3460 (isearch-printing-char, isearch-process-search-char):
3461 Add optional count prefix arg. (Bug#14563)
3462
3463 * international/isearch-x.el
3464 (isearch-process-search-multibyte-characters):
3465 Add optional count prefix arg.
3466
c23d55f4
VS
34672013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
3470 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
3471 lexical-binding.
3472
34732013-06-13 Vitalie Spinu <spinuvit@gmail.com>
3474
3475 * subr.el (set-temporary-overlay-map): Add on-exit argument.
3476
ba947bc4
GM
34772013-06-13 Glenn Morris <rgm@gnu.org>
3478
8baeb37a
GM
3479 * startup.el (tty-handle-args):
3480 Don't just discard "--" and anything after. (Bug#14608)
3481
ba947bc4
GM
3482 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
3483
9abefce4
MA
34842013-06-13 Michael Albinus <michael.albinus@gmx.de>
3485
3486 Implement changes in Secret Service API. Make it backward compatible.
3487 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
3488 (secrets-create-item): Use it. Prefix properties with interface.
3489
5755011f
MH
34902013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
3491
3492 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
3493 (term-emulate-terminal): Respect term-suppress-hard-newline.
3494
1261d2da
S
34952013-06-13 E Sabof <esabof@gmail.com> (tiny change)
3496
3497 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
3498 Only remove a `thumb-file' overlay. (Bug#14548)
3499
868490bb
GJ
35002013-06-12 Grégoire Jadi <daimrod@gmail.com>
3501
3502 * mail/reporter.el (reporter-submit-bug-report):
3503 Handle missing package-name. (Bug#14600)
3504
79d7167f
TH
35052013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3506
3507 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
3508 (reftex-citation-prompt, reftex-default-bibliography)
3509 (reftex-bib-or-thebib, reftex-get-bibfile-list)
3510 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
3511 (reftex-bib-sort-author, reftex-bib-sort-year)
3512 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
3513 (reftex-extract-bib-entries-from-thebibliography)
3514 (reftex-get-bibkey-default, reftex-get-bib-names)
3515 (reftex-parse-bibtex-entry, reftex-get-bib-field)
3516 (reftex-format-bib-entry, reftex-parse-bibitem)
3517 (reftex-format-bibitem, reftex-do-citation)
3518 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
3519 (reftex-restrict-bib-matches, reftex-extract-bib-file)
3520 (reftex-insert-bib-matches, reftex-format-citation)
3521 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
3522 (reftex-create-bibtex-file): Add docstrings, mostly by converting
3523 existing comments into docstrings.
3524
5f9dbd7a
XF
35252013-06-12 Xue Fuqiao <xfq.free@gmail.com>
3526
3527 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
3528
94df41ab
AS
35292013-06-12 Andreas Schwab <schwab@suse.de>
3530
3531 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
3532 for auto-save files.
3533
a7f3fecc
GM
35342013-06-12 Glenn Morris <rgm@gnu.org>
3535
001809f6
GM
3536 * ido.el (ido-delete-ignored-files): Remove.
3537 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
3538 Go back to calling ido-ignore-item-p directly.
a7f3fecc 3539
834b5ded
EL
35402013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
3541
08c73ed2
EL
3542 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
3543
834b5ded
EL
3544 * ido.el (ido-delete-ignored-files): New function,
3545 split from ido-make-file-list-1.
3546 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
3547 (ido-make-file-list-1): Use ido-delete-ignored-files.
3548
daabf15a
LL
35492013-06-12 Leo Liu <sdl.web@gmail.com>
3550
3551 * progmodes/octave.el (inferior-octave-startup)
3552 (inferior-octave-completion-table)
3553 (inferior-octave-track-window-width-change)
3554 (octave-eldoc-function-signatures, octave-help)
3555 (octave-find-definition): Use single quoted strings.
3556 (inferior-octave-startup-args): Change default value.
3557 (inferior-octave-startup): Do not hard code "-i" and
3558 "--no-line-editing".
3559 (inferior-octave-resync-dirs): Add optional arg NOERROR.
3560 (inferior-octave-directory-tracker): Use it.
3561 (octave-goto-function-definition): Robustify.
3562 (octave-help): Support highlighting operators in 'See also'.
3563 (octave-find-definition): Find subfunctions only in Octave mode.
3564
cf4e5178
SM
35652013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3566
3567 * help-fns.el (help-fns--compiler-macro): If the handler function is
3568 named, then put a link to it.
3569 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
3570 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
3571 (cl-typep): Use it.
3572 (cl-eval-when): Simplify debug spec.
3573 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
3574 compiler-macro function instead of setting `compiler-macro-file'.
3575
99c81280 35762013-06-12 Xue Fuqiao <xfq.free@gmail.com>
cd0527a4
XF
3577
3578 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
3579 * vc/vc-hooks.el (vc-stay-local): Doc fix.
3580
f56be016
SM
35812013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3582 Daniel Hackney <dan@haxney.org>
3583
3584 First part of Daniel Hackney's patch to package.el.
3585 * emacs-lisp/package.el: Use defstruct.
3586 (package-desc): New, main struct.
3587 (package--bi-desc, package--ac-desc): New structs, used to describe the
3588 format in external files.
3589 (package-desc-vers): Replace with package-desc-version accessor.
3590 (package-desc-doc): Replace with package-desc-summary accessor.
3591 (package-activate-1): Remove `package' arg since the pkg-vec now
3592 includes the name.
3593 (define-package): Use package-desc-from-define.
3594 (package-unpack-single): Change file-name arg to be a symbol.
3595 (package--add-to-archive-contents): Use package-desc-create and new
3596 accessor functions to package--ac-desc.
3597 (package-buffer-info, package-tar-file-info): Return a package-desc.
3598 (package-install-from-buffer): Remove `type' argument. Change pkg-info
3599 arg to be a package-desc.
3600 (package-install-file): Adjust accordingly. Use \' to match EOS.
3601 (package--from-builtin): New function.
3602 (describe-package-1, package-menu--generate): Use it.
3603 (package--make-autoloads-and-compile): Change name arg to be a symbol.
3604 (package-generate-autoloads): Idem and return the name of the file.
3605 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3606 Change pkg-info arg to be a package-desc.
3607 Use package-make-ac-desc.
3608 (package-upload-file): Use \' to match EOS.
3609 * finder.el (finder-compile-keywords): Use package-make-builtin.
3610
31119d63
SM
36112013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3612
931a2762
SM
3613 * vc/vc.el (vc-deduce-fileset): Change error message.
3614 (vc-read-backend): New function.
3615 (vc-next-action): Use it.
3616
5a3eb0c6
SM
3617 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
3618
e3eb1bb7
SM
3619 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
3620 (prolog-font-lock-keywords): Use regexp-opt instead.
3621 Don't manually highlight strings.
3622 (prolog-mode-variables): Simplify comment-start-skip.
3623 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
3624
31119d63
SM
3625 * emacs-lisp/generic.el (generic--normalise-comments)
3626 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
3627 (generic-mode-set-comments): Use them.
3628 (generic-bracket-support): Use setq-local.
3629 (generic-make-keywords-list): Declare obsolete.
3630
7de135d0
GM
36312013-06-11 Glenn Morris <rgm@gnu.org>
3632
3633 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3634 Prettify after setting font-lock-defaults. (Bug#14574)
3635
fa6bc6fd
JB
36362013-06-11 Juanma Barranquero <lekktu@gmail.com>
3637
3638 * replace.el (query-replace, occur-read-regexp-defaults-function)
3639 (replace-search):
3640 * subr.el (declare-function, number-sequence, local-set-key)
3641 (substitute-key-definition, locate-user-emacs-file)
3642 (with-silent-modifications, split-string, eval-after-load):
3643 Fix typos, remove unneeded backslashes and reflow some docstrings.
3644
cf1f9b9a
SM
36452013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
3648 default for Elisp files.
3649
56602a4b
GM
36502013-06-11 Glenn Morris <rgm@gnu.org>
3651
3652 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
3653 although define-derived-mode was doing this anyway. (Bug#14583)
3654
30ae0b2c
JB
36552013-06-10 Juanma Barranquero <lekktu@gmail.com>
3656
3657 * allout.el (allout-encryption-plaintext-sanitization-regexps):
3658 Fix make-variable-buffer-local call to refer to the correct variable.
3659
fa472906
AG
36602013-06-10 Aidan Gauland <aidalgol@amuri.net>
3661
3662 * eshell/em-term.el (eshell-visual-commands)
e7b41c4c
JB
3663 (eshell-visual-subcommands, eshell-visual-options):
3664 Add summary line to docstrings. Add cross-references.
fa472906 3665
ff4871b9
GM
36662013-06-10 Glenn Morris <rgm@gnu.org>
3667
3668 * epa.el (epa-read-file-name): New function. (Bug#14510)
3669 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
3670
04fcf1b0
AG
36712013-06-09 Aidan Gauland <aidalgol@amuri.net>
3672
3673 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
3674 output redirection to be ignored with visual commands.
3675
88b00caa
AG
36762013-06-09 Aidan Gauland <aidalgol@amuri.net>
3677
3678 * eshell/em-term.el (eshell-visual-command-p): New function.
f71b3317
AG
3679 (eshell-term-initialize): Move long lambda to separate function
3680 eshell-visual-command-p.
e7b41c4c
JB
3681 * eshell/em-dirs.el (eshell-dirs-initialise):
3682 * eshell/em-script.el (eshell-script-initialize):
3683 Add missing #' to lambda.
88b00caa 3684
fda74125
LL
36852013-06-08 Leo Liu <sdl.web@gmail.com>
3686
3687 * progmodes/octave.el (octave-add-log-current-defun): New function.
3688 (octave-mode): Set add-log-current-defun-function.
3689 (octave-goto-function-definition): Do not move point if not found.
3690 (octave-find-definition): Enhance to try subfunctions first.
3691
467f3b33
GM
36922013-06-08 Glenn Morris <rgm@gnu.org>
3693
3694 * emacs-lisp/bytecomp.el (byte-compile-char-before)
3695 (byte-compile-backward-char, byte-compile-backward-word):
3696 Improve previous change, to handle non-explicit nil.
3697
544badc3
SM
36982013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3699
3700 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
3701 (smie--opener/closer-at-point): New function.
3702 (smie--matching-block-data): Use it. Don't match from right after an
3703 opener or right before a closer. Obey smie-blink-matching-inners.
3704 Don't signal a mismatch for repeated inners like "switch..case..case".
3705
a175bf33
LL
37062013-06-07 Leo Liu <sdl.web@gmail.com>
3707
3708 * progmodes/octave.el (octave-mode): Set comment-use-global-state
3709 to t. (Bug#14303)
ce8209d4
LL
3710 (octave-function-header-regexp): Fix. (Bug#14570)
3711 (octave-help-mode-finish-hook, octave-help-mode-finish):
3712 Remove. Just use temp-buffer-show-hook.
a175bf33
LL
3713
3714 * newcomment.el (comment-search-backward): Revert last change.
3715 (Bug#14434)
3716
3717 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
3718
a822acff
EZ
37192013-06-07 Eli Zaretskii <eliz@gnu.org>
3720
3721 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
3722 through xargs, to avoid failure due to MS-Windows limitations on
3723 command-line length.
3724
961166f5
GM
37252013-06-06 Glenn Morris <rgm@gnu.org>
3726
d0341459
GM
3727 * font-lock.el (lisp-font-lock-keywords-2):
3728 Treat user-error like error.
3729
961166f5
GM
3730 * emacs-lisp/bytecomp.el (byte-compile-char-before)
3731 (byte-compile-backward-char, byte-compile-backward-word):
3732 Handle explicit nil arguments. (Bug#14565)
3733
80fa505f
AM
37342013-06-05 Alan Mackenzie <acm@muc.de>
3735
3736 * isearch.el (isearch-allow-prefix): New user option.
d2bf7a98 3737 (isearch-other-meta-char): Don't exit isearch when a prefix
80fa505f 3738 argument is typed whilst `isearch-allow-prefix' is non-nil.
d2bf7a98 3739 (Bug#9706)
80fa505f 3740
fccdc796
SM
37412013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3742
3743 * autorevert.el (auto-revert-notify-handler): Use memq.
3744 Hide assertion failure.
3745
3746 * skeleton.el: Use cl-lib.
3747 (skeleton-further-elements): Use defvar-local.
3748 (skeleton-insert): Use cl-progv.
3749
9bfff84b
TZ
37502013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
3751
3752 * progmodes/prog-mode.el (prog-prettify-symbols)
3753 (prog-prettify-install): Update docstrings.
3754
55577e7c
SM
37552013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3756
3757 * simple.el: Move all the prog-mode code to prog-mode.el.
3758 * progmodes/prog-mode.el: New file.
3759 * loadup.el: Add prog-mode.el.
3760
8fc57765
TZ
37612013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
3762
3763 * simple.el (prog-prettify-symbols): Add version.
3764 (prog-prettify-install): Add convenience function to prettify symbols.
3765
3766 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
3767 (perl--augmented-font-lock-keywords-1)
3768 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
3769 variables and use it.
3770
3771 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
3772 (cfengine3-mode): Remove unneeded variable and use it.
3773
3774 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
3775 (lisp--augmented-font-lock-keywords-1)
3776 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
3777 Remove unneeded variables and use it.
3778
650645d5 37792013-06-05 João Távora <joaotavora@gmail.com>
28f5da6d
TZ
3780
3781 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
650645d5 3782 to point when opening the connection. (Bug#14380)
28f5da6d 3783
781b4af6
SM
37842013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3785
3786 * subr.el (load-history-regexp, load-history-filename-element)
3787 (eval-after-load, after-load-functions, do-after-load-evaluation)
3788 (eval-next-after-load, display-delayed-warnings)
3789 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
3790 definition of save-match-data.
3791 (overriding-local-map): Remove accidental obsolescence declaration.
3792
3793 * emacs-lisp/edebug.el (edebug-result): Move before first use.
3794
3ca0d0b4
TZ
37952013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
3796
3797 Generalize symbol prettify support to prog-mode and implement it
3798 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
3799 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
3800 (prog--prettify-font-lock-compose-symbol)
3801 (prog-prettify-font-lock-symbols-keywords): New variables and
3802 functions to support symbol prettification.
3803 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
3804 (lisp--augmented-font-lock-keywords-1)
3805 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
3806 (lisp--prettify-symbols-alist): Implement prettify of lambda.
3807 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
781b4af6
SM
3808 (cfengine3--prettify-symbols-alist, cfengine3-mode):
3809 Implement prettify of -> => :: strings.
3ca0d0b4
TZ
3810 * progmodes/perl-mode.el (perl-prettify-symbols)
3811 (perl--font-lock-compose-symbol)
3812 (perl--font-lock-symbols-keywords): Move to prog-mode.
3813 (perl--prettify-symbols-alist): Prettify -> => :: strings.
3814 (perl-font-lock-keywords-1)
3815 (perl-font-lock-keywords-2): Remove explicit prettify support.
3816 (perl--augmented-font-lock-keywords)
3817 (perl--augmented-font-lock-keywords-1)
781b4af6
SM
3818 (perl--augmented-font-lock-keywords-2, perl-mode):
3819 Implement prettify support.
3ca0d0b4 3820
976cb066
LL
38212013-06-05 Leo Liu <sdl.web@gmail.com>
3822
3823 Re-implement smie matching block highlight using
3824 show-paren-data-function. (Bug#14395)
3825 * emacs-lisp/smie.el (smie-matching-block-highlight)
3826 (smie--highlight-matching-block-overlay)
3827 (smie--highlight-matching-block-lastpos)
3828 (smie-highlight-matching-block)
3829 (smie-highlight-matching-block-mode): Remove.
3830 (smie--matching-block-data-cache): New variable.
3831 (smie--matching-block-data): New function.
3832 (smie-setup): Use smie--matching-block-data for
3833 show-paren-data-function.
3834
3835 * progmodes/octave.el (octave-mode-menu): Fix.
3836 (octave-find-definition): Skip garbage lines.
3837
208d0342
SM
38382013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3839
3840 Fix compilation error with simultaneous dynamic+lexical scoping.
3841 Add warning when a defvar appears after the first let-binding.
3842 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
3843 (byte-compile-close-variables): Initialize it.
3844 (byte-compile--declare-var): New function.
3845 (byte-compile-file-form-defvar)
3846 (byte-compile-file-form-define-abbrev-table)
3847 (byte-compile-file-form-custom-declare-variable): Use it.
3848 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
3849 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
3850 (byte-compile-bind): Handle dynamic bindings that shadow
3851 lexical bindings.
3852 (byte-compile-unbind): Make arg non-optional.
3853 (byte-compile-let): Simplify.
3854 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
3855 (cconv--analyse-function, cconv-analyse-form): Populate it.
3856 Protect byte-compile-bound-variables to limit the scope of defvars.
3857 (cconv-analyse-form): Add missing rule for (defvar <foo>).
3858 Remove unneeded rule for `declare'.
3859
3860 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
3861 so as to avoid depending on cl-adjoin at run-time.
3862 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
3863
3864 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
3865 (macroexp--warn-and-return): Use it.
3866
2587b005
LL
38672013-06-05 Leo Liu <sdl.web@gmail.com>
3868
3869 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
3870
f1da3c88
LL
38712013-06-04 Leo Liu <sdl.web@gmail.com>
3872
3873 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
3874 (compilation-auto-jump): Suppress the "Mark set" message to give
3875 way to exit message.
3876
3caa391f
AM
38772013-06-04 Alan Mackenzie <acm@muc.de>
3878
3879 Remove faulty optimisation from indentation calculation.
3880 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
3881 search limit based on 2000 characters back from indent-point.
3882
068922a2
TH
38832013-06-03 Tassilo Horn <tsdh@gnu.org>
3884
3885 * eshell/em-term.el (cl-lib): Require `cl-lib'.
3886
1f8fdd53
SM
38872013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3888
bbcc4d97
SM
3889 * emacs-lisp/lisp.el: Use lexical-binding.
3890 (lisp--local-variables-1, lisp--local-variables): New functions.
3891 (lisp--local-variables-completion-table): New var.
208d0342 3892 (lisp-completion-at-point): Use it complete let-bound vars.
bbcc4d97 3893
1f8fdd53
SM
3894 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
3895 eagerly (bug#14422).
3896
c9628c79
MA
38972013-06-03 Michael Albinus <michael.albinus@gmx.de>
3898
3899 * autorevert.el (auto-revert-notify-enabled)
3900 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3901 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
3902 (auto-revert-notify-handler): Handle also gfilenotify.
3903
e7b41c4c 3904 * subr.el (file-notify-handle-event): New defun. Replacing ...
c9628c79 3905 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
781b4af6 3906 Remove.
c9628c79 3907
e5e4a942
JL
39082013-06-03 Juri Linkov <juri@jurta.org>
3909
3910 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
3911 `M-s h .'. (Bug#14427)
3912
3913 * hi-lock.el (highlight-symbol-at-point): New alias for the new
3914 command `hi-lock-face-symbol-at-point'.
3915 (hi-lock-face-symbol-at-point): New command.
3916 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
3917 (hi-lock-menu): Add `highlight-symbol-at-point'.
3918 (hi-lock-mode): Doc fix.
3919
3920 * isearch.el (isearch-forward-symbol-at-point): New command.
3921 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
3922 (isearch-highlight-regexp): Add a regexp which matches
3923 words/symbols for word/symbol mode.
3924
3925 * subr.el (find-tag-default-bounds): New function with the body
3926 mostly moved from `find-tag-default'.
3927 (find-tag-default): Move most code to `find-tag-default-bounds',
3928 call it and apply `buffer-substring-no-properties' afterwards.
3929
26b3353a
TH
39302013-06-03 Tassilo Horn <tsdh@gnu.org>
3931
781b4af6
SM
3932 * eshell/em-term.el (eshell-term-initialize):
3933 Use `cl-intersection' rather than `intersection'.
26b3353a 3934
51b60f53
XF
39352013-06-02 Xue Fuqiao <xfq.free@gmail.com>
3936
fe054b63 3937 * vc/log-view.el: Doc fix.
d3ffe17c 3938 (log-view-mode-map): Copy keymap from `special-mode-map'.
51b60f53 3939
a0eb10b3 39402013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
3941
3942 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
3943 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
3944 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
3945 (eieio-unbound, eieio-default-superclass)
3946 (eieio--define-field-accessors, method-static, method-before)
3947 (method-primary, method-after, method-num-lists)
3948 (method-generic-before, method-generic-primary)
3949 (method-generic-after, method-num-slots)
3950 (eieio-specialized-key-to-generic-key)
3951 (eieio--check-type, class-v, class-p)
3952 (eieio-class-name, define-obsolete-function-alias)
3953 (eieio-class-parents-fast, eieio-class-children-fast)
3954 (same-class-fast-p, class-constructor, generic-p)
3955 (generic-primary-only-p, generic-primary-only-one-p)
3956 (class-option-assoc, class-option, eieio-object-p)
3957 (class-abstract-p, class-method-invocation-order)
3958 (eieio-defclass-autoload-map, eieio-defclass-autoload)
3959 (eieio-class-un-autoload, eieio-defclass)
3960 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
3961 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
3962 (eieio--defgeneric-init-form, eieio-defgeneric-form)
3963 (eieio-defgeneric-reset-generic-form)
3964 (eieio-defgeneric-form-primary-only)
3965 (eieio-defgeneric-reset-generic-form-primary-only)
3966 (eieio-defgeneric-form-primary-only-one)
3967 (eieio-defgeneric-reset-generic-form-primary-only-one)
3968 (eieio-unbind-method-implementations)
3969 (eieio--defmethod, eieio--typep)
3970 (eieio-perform-slot-validation, eieio-validate-slot-value)
3971 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
3972 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
3973 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
3974 (eieio-slot-name-index, eieio-class-slot-name-index)
3975 (eieio-set-defaults, eieio-initarg-to-attribute)
3976 (eieio-attribute-to-initarg, eieio-c3-candidate)
3977 (eieio-c3-merge-lists, eieio-class-precedence-c3)
3978 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
3979 (eieio-class-precedence-list, eieio-generic-call-methodname)
3980 (eieio-generic-call-arglst, eieio-generic-call-key)
3981 (eieio-generic-call-next-method-list)
3982 (eieio-pre-method-execution-functions, eieio-generic-call)
3983 (eieio-generic-call-primary-only, eieiomt-method-list)
3984 (eieiomt-optimizing-obarray, eieiomt-install)
3985 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
3986 (eieio-generic-form, eieio-defmethod, make-obsolete)
4f405069 3987 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
890f7890
DE
3988 (defclass): Remove `eval-and-compile' from macro.
3989 (call-next-method, shared-initialize): Instead of using
3990 `scoped-class' variable, use new eieio--scoped-class, and
3991 eieio--with-scoped-class.
3992 (initialize-instance): Rename local variable 'scoped-class' to
3993 'this-class' to remove ambiguitity from old global.
3994
3995 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
3996 eieio.el.
4f405069
JB
3997 (eieio--scoped-class-stack): New variable.
3998 (eieio--scoped-class): New fcn.
890f7890
DE
3999 (eieio--with-scoped-class): New scoping macro.
4000 (eieio-defclass): Use pushnew instead of add-to-list.
4001 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
4002 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
4003 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
4004 `scoped-class' variable, use new eieio--scoped-class, and
4005 eieio--with-scoped-class.
4006
4007 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
4008
d105b0e2
TH
40092013-06-02 Tassilo Horn <tsdh@gnu.org>
4010
4011 * eshell/esh-ext.el (eshell-external-command): Pass args to
4012 `eshell-find-interpreter'.
4013 (eshell-find-interpreter): Add new second parameter ARGS.
4014
4015 * eshell/em-script.el (eshell-script-initialize): Add second arg
e7b41c4c 4016 to the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
4017
4018 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
e7b41c4c 4019 the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
4020
4021 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
4022 (eshell-visual-options): New defcustom.
4023 (eshell-escape-control-x): Adapt docstring.
4024 (eshell-term-initialize): Test `eshell-visual-subcommands' and
4025 `eshell-visual-options' in addition to `eshell-visual-commands'.
4026 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
4027
f46305c8 40282013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
f782d531
FEG
4029
4030 * progmodes/python.el (python-indent-block-enders): Add break,
4031 continue and raise keywords.
4032
d870df21
GM
40332013-06-01 Glenn Morris <rgm@gnu.org>
4034
9133b82e
GM
4035 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
4036
02c992ec 4037 Plain (f)boundp silences compilation warnings since Emacs 22.1.
683853b9
GM
4038 * progmodes/cc-cmds.el (delete-forward-p):
4039 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
4040 * progmodes/cc-engine.el (buffer-syntactic-context):
4041 * progmodes/cc-fonts.el (face-property-instance):
4042 * progmodes/cc-mode.el (set-keymap-parents):
4043 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
4044 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
4045 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
02c992ec
GM
4046 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
4047 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
683853b9 4048
31e7b090
GM
4049 * progmodes/cc-vars.el (other): Emacs has this widget since
4050 at least 21.1, so don't (re)define it.
4051
d870df21
GM
4052 * eshell/em-cmpl.el (eshell-cmpl-initialize):
4053 Replace the obsolete alias pcomplete-arg-quote-list.
4054
c75c93c7
LL
40552013-06-01 Leo Liu <sdl.web@gmail.com>
4056
4057 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
4058 punctuation syntax.
4059 (inferior-octave-minimal-columns)
4060 (inferior-octave-last-column-width): New variables.
4061 (inferior-octave-track-window-width-change): New function.
4062 (inferior-octave-mode): Adjust column width so that Octave output,
4063 for example from 'ls', can fit into the window nicely.
4064
973d1e12
DG
40652013-05-31 Dmitry Gutov <dgutov@yandex.ru>
4066
4067 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
4068 Highlight expansions inside regexp literals.
4069
0888c286
GM
40702013-05-31 Glenn Morris <rgm@gnu.org>
4071
e26aac1f
GM
4072 * obsolete/sym-comp.el (symbol-complete):
4073 Replace obsolete completion-annotate-function.
4074
0888c286
GM
4075 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
4076
19bb8e62
DG
40772013-05-31 Dmitry Gutov <dgutov@yandex.ru>
4078
781b4af6
SM
4079 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
4080 New function, checks if point is inside a literal that allows
19bb8e62
DG
4081 expression expansion.
4082 (ruby-syntax-propertize-expansion): Use it.
4083 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
4084 around the body.
4085
01dea85f
JL
40862013-05-30 Juri Linkov <juri@jurta.org>
4087
4088 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
4089 to "\M-si".
4090 (isearch-invisible): New variable.
4091 (isearch-forward): Doc fix.
4092 (isearch-mode): Set `isearch-invisible'
4093 to the value of `search-invisible'.
4094 (isearch-toggle-case-fold): Doc fix.
4095 (isearch-toggle-invisible): New command.
4096 (isearch-query-replace): Let-bind `search-invisible'
4097 to the value of `isearch-invisible'.
4098 (isearch-search): Use `isearch-invisible' instead of
4099 `search-invisible'. Let-bind `search-invisible'
4100 to the value of `isearch-invisible'. (Bug#11378)
4101
ab1bdce5
JL
41022013-05-30 Juri Linkov <juri@jurta.org>
4103
4104 * replace.el (perform-replace): Avoid `isearch-range-invisible'
4105 call when `query-flag' is nil and `search-invisible' is non-nil.
4106 (Bug#11746)
4107
d6d236e2
GM
41082013-05-30 Glenn Morris <rgm@gnu.org>
4109
8accd027
GM
4110 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
4111
2a8bed1c
GM
4112 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
4113 (cc-require): Suppress spurious "noruntime" warnings.
4114 (cc-require-when-compile): Use fboundp, for sake of compiler.
4115
d6d236e2
GM
4116 * progmodes/cc-mode.el: Move load of cc-vars before that of
4117 cc-langs (which in turn loads cc-vars), to quieten compiler.
4118
9190b35b
SM
41192013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4120
4121 * paren.el: Simplify the code.
4122 (show-paren-mode): Always start the timer.
4123 (show-paren--idle-timer): Rename from show-paren-idle-timer.
4124 (show-paren--overlay, show-paren--overlay-1): Rename from
4125 show-paren-overlay and show-paren-overlay-1, and initialize to an
4126 overlay rather than to nil.
4127 (show-paren-function): Misc cleanup and simplifications.
4128
4f8d1cf6
SM
41292013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4130
4131 * paren.el (show-paren-data-function): New hook.
4132 (show-paren--default): New function, extracted from show-paren-function.
4133 (show-paren-function): Use show-paren-data-function.
4134
02d844b5
GM
41352013-05-30 Glenn Morris <rgm@gnu.org>
4136
d209d4a9
GM
4137 * ielm.el (ielm-map, ielm-complete-symbol):
4138 Use completion-at-point rather than obsolete functions.
4139 (inferior-emacs-lisp-mode): Doc fix.
4140 Set completion-at-point-functions, rather than
4141 comint-dynamic-complete-functions.
4142
2082faa6
GM
4143 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
4144 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
4145 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
4146
dd8620de
GM
4147 * image.el (image-animated-p): Tweak definition.
4148
ceca95b1
GM
4149 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
4150 (rlogin-process-connection-type): Tweak default. Add set-after.
4151 (rlogin-host): Doc fix.
4152 (rlogin): Tweak prompt.
4153 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
4154
ee9f1acc
GM
4155 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
4156 * progmodes/tcl.el (inferior-tcl-mode-map):
4157 Use completion-at-point rather than obsolete alias.
4158
45ce222e
GM
4159 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
4160
02d844b5
GM
4161 * minibuffer.el (read-file-name-completion-ignore-case):
4162 Move before completion--in-region, for eager macro expansion.
4163
ac44d6c1
JL
41642013-05-29 Juri Linkov <juri@jurta.org>
4165
4166 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
4167 for total count of matching lines. Add `global-matches' for total
4168 count of matches. Rename `matches' to `lines' for count of
4169 matching lines. Add `matches' for count of matches.
4170 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
4171 to `prev-line' for line number of prev match endpt.
4172 Increment `matches' for every match. Print the number of
4173 matching lines in the header.
4174 (occur-context-lines): Rename `lines' to `curr-line'.
4175 Rename `prev-lines' to `prev-line'. (Bug#14017)
4176
3c9c9d38
JL
41772013-05-29 Juri Linkov <juri@jurta.org>
4178
4179 * replace.el (perform-replace): Add `skip-read-only-count',
4180 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
4181 Increment them for corresponding conditions and report the number
4182 of skipped occurrences in the final message. (Bug#11746)
4183 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4184 (replace-string, replace-regexp): Doc fix.
4185
33e249a2
SM
41862013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4187
8e399682
SM
4188 * emacs-lisp/trace.el (trace--read-args): Provide a default.
4189
33e249a2 4190 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
781b4af6 4191 prog-mode-map (bug#14504).
33e249a2 4192
f236dd84
LL
41932013-05-29 Leo Liu <sdl.web@gmail.com>
4194
4195 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
4196 (octave-help): Small simplification.
4197
4198 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
4199 off the highlight first.
4200
3694d13f
GM
42012013-05-29 Glenn Morris <rgm@gnu.org>
4202
03983bdc
GM
4203 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
4204 Handle idlwave-last-system-routine-info-cons-cell being nil.
4205
bc74a74a
GM
4206 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4207 (idlwave-write-paths): Simplify via with-temp-buffer.
4208
8b394200
GM
4209 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
4210 * emulation/cua-rect.el: Also load cua-base at run time.
4211
3694d13f
GM
4212 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
4213 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
4214 (cperl-imenu-on-info): Require imenu.
4215
336d7284
AM
42162013-05-28 Alan Mackenzie <acm@muc.de>
4217
4218 Handle "capitalised keywords" correctly.
33e249a2 4219 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
336d7284 4220
cb29c582
AG
42212013-05-28 Aidan Gauland <aidalgol@amuri.net>
4222
781b4af6 4223 * eshell/em-unix.el: Add -r option to cp.
cb29c582 4224
690e44b2
GM
42252013-05-28 Glenn Morris <rgm@gnu.org>
4226
e658d75c
GM
4227 * vc/vc-arch.el (vc-exec-after): Declare.
4228 (vc-switches): Autoload.
4229 * vc/vc-bzr.el: No need to require vc when compiling.
4230 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
4231 (vc-resynch-buffer, vc-dir-refresh): Declare.
4232 (vc-setup-buffer, vc-switches): Autoload.
712b9732
GM
4233 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
4234 (vc-resynch-buffer): Declare.
4235 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
e658d75c 4236 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
712b9732
GM
4237 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
4238 (grep-read-regexp, grep-read-files, grep-expand-template)
4239 (vc-dir-refresh): Declare.
4240 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
4241 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
4242 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
e658d75c
GM
4243 * vc/vc-mtn.el (vc-exec-after): Declare.
4244 (vc-switches): Autoload.
4245 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
4246 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
4247 (vc-file-tree-walk): Declare.
712b9732
GM
4248 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
4249 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
4250 (vc-tag-precondition, vc-rename-master): Autoload.
e658d75c
GM
4251 * vc/vc-svn.el (vc-exec-after): Declare.
4252 (vc-switches, vc-setup-buffer): Autoload.
4253 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
4254 Autoload.
4255 (vc-resynch-buffer): Declare.
4256
98e87fb3
GM
4257 * obsolete/fast-lock.el (byte-compile-warnings):
4258 Don't warn about obsolete features in this obsolete file.
4259
f5379553
GM
4260 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
4261 Move definition before use.
4262
7a20ef83
GM
4263 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
4264 (dun-unix-verbs): Remove dun-zippy.
4265 (dun-zippy): Remove function.
4266
690e44b2
GM
4267 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
4268
3a52ccf7
JL
42692013-05-27 Juri Linkov <juri@jurta.org>
4270
4271 * replace.el (replace-search): New function with code moved out
4272 from `perform-replace'.
4273 (replace-highlight, replace-dehighlight): Move function definitions
4274 up closer to `replace-search'. (Bug#11746)
4275
d289938a
JL
42762013-05-27 Juri Linkov <juri@jurta.org>
4277
4278 * replace.el (perform-replace): Ignore invisible matches.
4279 In addition to checking `query-replace-skip-read-only', also
4280 filter out matches by calling `run-hook-with-args-until-failure'
4281 on `isearch-filter-predicates', and also check `search-invisible'
4282 for t or call `isearch-range-invisible'.
4283 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
4284
66fc57e3
JL
42852013-05-27 Juri Linkov <juri@jurta.org>
4286
4287 * isearch.el (isearch-filter-predicates): Rename from
4288 `isearch-filter-predicate'. Doc fix. (Bug#11378)
4289 (isearch-message-prefix): Display text from the property
4290 `isearch-message-prefix' of the currently active filters.
4291 (isearch-search): Don't compare `isearch-filter-predicate' with
4292 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
4293 on `isearch-filter-predicates'. Also check `search-invisible' for t
4294 or call `isearch-range-invisible'.
4295 (isearch-filter-visible): Make obsolete.
4296 (isearch-lazy-highlight-search):
4297 Call `run-hook-with-args-until-failure' on
4298 `isearch-filter-predicates' and use `isearch-range-invisible'.
4299
4300 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
4301 `isearch-filter-predicates' instead of `funcall'ing
4302 `isearch-filter-predicate'.
4303 (Info-mode): Set `Info-isearch-filter' to
4304 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
4305
4306 * dired-aux.el (dired-isearch-filter-predicate-orig):
4307 Remove variable.
4308 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
4309 (dired-isearch-filenames-end): Add and remove
4310 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
4311 instead of changing the value of `isearch-filter-predicate'.
4312 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
4313 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
4314 Put property `isearch-message-prefix' to "filename " on
4315 `dired-isearch-filter-filenames'.
4316
4317 * wdired.el (wdired-change-to-wdired-mode):
4318 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
4319 locally instead of changing `isearch-filter-predicate'.
4320 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
4321
f1a60a0f
DG
43222013-05-27 Dmitry Gutov <dgutov@yandex.ru>
4323
4324 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
4325 return the commit hash (Bug#14459). Also set the
4326 `vc-git-detached' property.
4327 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
4328 (vc-git-mode-line-string): Use the same help-echo format whether
4329 in detached mode or not, because we know the actual revision now.
4330 When in detached mode, shorten the revision to 7 chars.
4331
7f17cc40
SM
43322013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * emacs-lisp/easy-mmode.el (define-minor-mode):
4335 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
4336 mode hook and provide a docstring.
4337
25c8401c
AM
43382013-05-27 Alan Mackenzie <acm@muc.de>
4339
4340 Remove spurious syntax-table text properties inserted by C-y.
4341 * progmodes/cc-mode.el (c-after-change): Also clear hard
4342 syntax-table property with value nil.
4343
dde84790
MA
43442013-05-27 Michael Albinus <michael.albinus@gmx.de>
4345
4346 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
4347 when reading the events; the buffer layout shall not be changed.
4348
837fd9af
LL
43492013-05-27 Leo Liu <sdl.web@gmail.com>
4350
4351 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
4352 New variable.
4353 (inferior-octave-directory-tracker): Automatically re-sync
4354 default-directory.
4355 (octave-help): Improve handling of 'See also'.
4356
4fd996b3
SM
43572013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4358
416f1802
SM
4359 * doc-view.el: Minor naming convention tweaks.
4360 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
4361
4fd996b3
SM
4362 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
4363 even if there's no `display' property yet (bug#14435).
4364
a052ef3b
EZ
43652013-05-25 Eli Zaretskii <eliz@gnu.org>
4366
4fd996b3 4367 * subr.el (unmsys--file-name): Rename from reveal-filename.
a052ef3b
EZ
4368
4369 * Makefile.in (custom-deps, finder-data, autoloads)
4370 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
4371 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
4372 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
4373
c9023370
SM
43742013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4375
4376 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
4377 error-completion on the first 2 args of condition-case (bug#14446).
df76dacb 4378 Don't burp at EOB.
c9023370 4379
24d699fa
LL
43802013-05-25 Leo Liu <sdl.web@gmail.com>
4381
4382 * comint.el (comint-previous-matching-input): Do not flood the
4383 *Messages* buffer with trivial messages.
4384
17e5c0cc
SM
43852013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4386
4387 * progmodes/flymake.el (flymake-nop): Don't return a string.
4388 (flymake-set-at): Fix typo.
4389
4390 * simple.el (read--expression): New function, extracted from
4391 eval-expression. Set completion-at-point-functions (bug#14465).
4392 (eval-expression, eval-minibuffer): Use it.
4393
5d028165
XF
43942013-05-25 Xue Fuqiao <xfq.free@gmail.com>
4395
4396 * progmodes/flymake.el (flymake-save-buffer-in-file)
4397 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
4398 (flymake-selected-frame, flymake-log, flymake-ins-after)
4399 (flymake-set-at, flymake-get-buildfile-from-cache)
4400 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
4401 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
4402 Refine the doc string.
4403 (flymake-get-file-name-mode-and-masks): Reformat.
4404 (flymake-get-real-file-name-function): Fix a minor bug.
4405
7a1d7ba7
JL
44062013-05-24 Juri Linkov <juri@jurta.org>
4407
4408 * progmodes/grep.el (grep-mode-font-lock-keywords):
4409 Support =linenumber= format used by git-grep for lines with
4410 function names. (Bug#13549)
4411
650cff3d
SM
44122013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4413
4414 * progmodes/octave.el (octave-smie-rules): Return nil rather than
4415 0 after a semi-colon; it works better for smie-auto-fill.
4416 (octave--indent-new-comment-line): New function.
4417 (octave-indent-new-comment-line): Use it (indirectly).
4418 (octave-mode): Don't disable smie-auto-fill. Use add-function to
4419 modify comment-line-break-function.
4420
4421 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
4422 (smie-setup): Use add-function to set it.
4423
9631677d
SS
44242013-05-24 Sam Steingold <sds@gnu.org>
4425
4426 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
4427 argument (before the `interactive' argument).
4428
50105835
SM
44292013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4430
4431 * image-mode.el (image-mode-winprops): Add winprops to
4432 image-mode-winprops-alist before running
4433 image-mode-new-window-functions.
4434 * doc-view.el (doc-view-new-window-function): Don't delay
4435 doc-view-goto-page via timers (bug#14435).
4436
57b9823e
TH
44372013-05-24 Tassilo Horn <tsdh@gnu.org>
4438
4439 * doc-view.el: Integrate with desktop.el. (Bug#14435)
4440 (doc-view-desktop-save-buffer): New function.
4441 (doc-view-restore-desktop-buffer): New function.
50105835
SM
4442 (desktop-buffer-mode-handlers):
4443 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
57b9823e
TH
4444 handler.
4445 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
4446 `desktop-save-buffer' function.
4447
91aafa16
MA
44482013-05-24 Michael Albinus <michael.albinus@gmx.de>
4449
4450 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
4451 (tramp-gvfs-file-name-handler): Raise a user error when
4452 `tramp-gvfs-enabled' is nil.
4453 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
4454 Do not raise a user error when loading package. (Bug#14447)
4455
ec076379
MA
4456 * net/xesam.el: Move to obsolete/.
4457
db785726
GM
44582013-05-24 Glenn Morris <rgm@gnu.org>
4459
af5c7606
GM
4460 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
4461
e5d1916a
GM
4462 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
4463
ded62b08
GM
4464 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
4465 (Info-find-node, Man-getpage-in-background): Declare.
4466
9e614a3f
GM
4467 * mail/unrmail.el (unrmail):
4468 Replace obsolete detect-coding-with-priority.
4469
892f8ca3
GM
4470 * net/socks.el (socks-split-string): Use this rather than split-string.
4471 (socks-nslookup-host): Update for above change.
4472 (dynamic-choice, s5-dynamic-choice-match)
4473 (s5-dynamic-choice-match-inline, s5-widget-value-create):
4474 Comment out unused code.
4475
3c291973
GM
4476 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
4477 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
4478 (gud-tooltip-echo-area): Make obsolete.
4479 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
4480
43cc956b
GM
4481 * progmodes/js.el (js--optimize-arglist): Declare.
4482
dab49a3b
GM
4483 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
4484
36b9d085
GM
4485 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
4486 (ediff-window-C): Declare.
4487
e354ae76
GM
4488 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
4489 Tweak requires to silence compiler.
4490
b8e57bf4
GM
4491 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
4492 (he-search-string, he-tried-table, he-expand-list)
4493 (he-init-string, he-string-member, he-substitute-string)
4494 (he-reset-string): Declare.
4495
db785726
GM
4496 * obsolete/options.el (list-options): Use custom-variable-p,
4497 rather than obsolete alias.
4498
b3531901
SS
44992013-05-23 Sam Steingold <sds@gnu.org>
4500
4501 * simple.el (shell-command-on-region): Pass the `replace' argument
db785726 4502 down to `call-process-region' to comply with the doc as reported on
b3531901
SS
4503 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
4504
bdda4c66
SM
45052013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4506
4507 * emacs-lisp/smie.el (smie-indent-forward-token)
4508 (smie-indent-backward-token): Handle string tokens (bug#14381).
4509
c43d45f9
TH
45102013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4511
fe1eb856
RS
4512 * ielm.el (ielm-menu): New menu.
4513 (inferior-emacs-lisp-mode): Set comment-start.
96172128 4514
fe1eb856
RS
45152013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4516
4517 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
4518 Fix deactivate action.
4519
4520 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
4521 Add cleveref macros.
074dd971 4522
c43d45f9
TH
4523 * lisp/textmodes/reftex-parse.el
4524 (reftex-locate-bibliography-files): Accept options for
4525 bibliography commands.
4526 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
4527 Add addbibresource. Basic Biblatex support.
4528
7764286e
MA
45292013-05-23 Michael Albinus <michael.albinus@gmx.de>
4530
4531 * net/tramp-gvfs.el (top):
4532 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
4533 when loading package. (Bug#14447)
4534
d361bc10
GM
45352013-05-23 Glenn Morris <rgm@gnu.org>
4536
8fa23984
GM
4537 * progmodes/js.el: No need to load comint when compiling.
4538 (ring-insert, comint-send-string, comint-send-input)
4539 (comint-last-input-end, ido-chop): Declare.
4540
a5c7df1a
GM
4541 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
4542 * vc/ediff-mult.el: Adjust requires.
4543 (ediff-directories-internal, ediff-directory-revisions-internal)
4544 (ediff-patch-file-internal): Declare.
4545 * vc/ediff-ptch.el: Adjust requires.
4546 (ediff-use-last-dir, ediff-buffers-internal): Declare.
4547 (ediff-find-file): Autoload.
4548 * vc/ediff-util.el: No need to load ediff when compiling.
4549 (ediff-regions-internal): Declare.
4550 * vc/ediff-wind.el: Adjust requires.
4551 (ediff-compute-toolbar-width): Define when compiling.
4552 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
4553 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
4554 (dired-get-filename, dired-get-marked-files)
4555 (ediff-last-dir-patch, ediff-patch-default-directory)
4556 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
4557 (ediff-patch-buffer-internal): Declare.
4558
e2aec513
GM
4559 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
4560 (ispell-process, ispell-buffer-local-words, lm-summary)
4561 (lm-section-start, lm-section-end): Declare.
4562 (checkdoc-ispell-init): Simplify.
4563
e68bbd7c
GM
4564 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
4565 (he-string-member, he-reset-string, he-substitute-string): Declare.
4566
7efe0991
GM
4567 * eshell/em-ls.el: Adjust requires.
4568 (eshell-glob-regexp): Declare.
f87b1284
GM
4569 * eshell/em-tramp.el: Adjust requires.
4570 (eshell-parse-command): Autoload.
4571 * eshell/em-xtra.el: Adjust requires.
4572 (eshell-parse-command): Autoload.
4573 * eshell/esh-ext.el: Adjust requires.
4574 (eshell-parse-command, eshell-close-handles): Autoload.
4575 * eshell/esh-io.el: Adjust requires.
4576 (eshell-output-filter): Autoload.
4577 * eshell/esh-util.el: No need to load tramp when compiling.
4578 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
4579 Declare.
4580 (eshell-parse-ange-ls): Require ange-ftp and tramp.
4581 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4582 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
4583 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
4584 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
4585 * eshell/esh-opt.el, eshell/esh-proc.el:
4586 * eshell/esh-var.el: Adjust requires.
4587 * eshell/eshell.el: Do not require esh-util twice.
4588 (eshell-add-input-to-history): Declare.
4589 (eshell-command): Check history module is active before using it.
4590
d361bc10
GM
4591 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
4592
85d090a9
LL
45932013-05-22 Leo Liu <sdl.web@gmail.com>
4594
4595 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
4596
5d0acd9d
MA
45972013-05-22 Michael Albinus <michael.albinus@gmx.de>
4598
4599 * autorevert.el (auto-revert-notify-add-watch)
4600 (auto-revert-notify-handler): Add `attrib' for the inotify case,
4601 it indicates changes in file modification time.
4602
0cdffd7d
GM
46032013-05-22 Glenn Morris <rgm@gnu.org>
4604
ca5995ec
GM
4605 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4606 Always delete the autoloaded function from the noruntime and
4607 unresolved functions lists.
4608
6450907e
GM
4609 * allout.el: No need to load epa, epg, overlay when compiling.
4610 (epg-context-set-passphrase-callback, epg-list-keys)
4611 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
4612 (epg-key-user-id-list): Declare.
4613
9c6906f6
GM
4614 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
4615 (viper-set-parsing-style-toggling-macro)
4616 (viper-set-emacs-state-searchstyle-macros):
4617 Use called-interactively-p on Emacs.
4618 (viper-looking-back): Make it an obsolete alias. Update callers.
4619 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
4620 Use looking-back rather than viper-looking-back.
4621 (viper-tmp-insert-at-eob, viper-enlarge-region)
4622 (viper-read-string-with-history, viper-register-to-point)
4623 (viper-append-to-register, viper-change-state-to-vi)
4624 (viper-backward-char-carefully, viper-forward-char-carefully)
4625 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
4626 (viper-change-state-to-emacs): Declare.
4627 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
4628 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
4629 * emulation/viper-mous.el: Do not load viper-cmd.
4630 (viper-backward-char-carefully, viper-forward-char-carefully)
4631 (viper-forward-word, viper-adjust-window): Declare.
4632
5f70c169
GM
4633 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
4634
b1b7f300
GM
4635 * progmodes/idlw-help.el (idlwave-help-fontify):
4636 Use called-interactively-p.
4637
f6ebbb46
GM
4638 * term/w32console.el (w32-get-console-codepage)
4639 (w32-get-console-output-codepage): Declare.
4640
0cdffd7d
GM
4641 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
4642 Remove unnecessary declarations.
4643 (dframe-message): Doc fix.
4644
4645 * info.el (dframe-select-attached-frame, dframe-current-frame):
4646 Declare.
4647
4648 * speedbar.el (speedbar-message): Make it an obsolete alias.
4649 Update all callers.
4650 (speedbar-with-attached-buffer)
4651 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
4652 (speedbar-with-writable): Use backquote.
4653 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
4654 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
4655 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
4656 rather than speedbar- aliases.
4657 * mail/rmail.el: Load dframe rather than speedbar when compiling.
4658 (speedbar-make-specialized-keymap, speedbar-insert-button)
4659 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
4660 (speedbar-do-function-pointer): Declare.
4661 (rmail-speedbar-button, rmail-speedbar-find-file)
4662 (rmail-speedbar-move-message):
4663 Use dframe-with-attached-buffer rather than speedbar- alias.
4664 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
4665 (dframe-message, speedbar-make-specialized-keymap)
4666 (speedbar-add-expansion-list, speedbar-mode-functions-list)
4667 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
4668 (speedbar-insert-button, dframe-select-attached-frame)
4669 (dframe-maybee-jump-to-attached-frame)
4670 (speedbar-change-initial-expansion-list)
4671 (speedbar-previously-used-expansion-list-name): Declare.
4672 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
4673 Use dframe-message, dframe-with-attached-buffer rather than
4674 speedbar- aliases.
4675 (gud-sentinel): Silence compiler.
4676 * progmodes/vhdl-mode.el (speedbar-refresh)
4677 (speedbar-do-function-pointer, speedbar-add-supported-extension)
4678 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
4679 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
4680 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
4681 (speedbar-file-lists, speedbar-make-tag-line)
4682 (speedbar-line-directory, speedbar-goto-this-file)
4683 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
4684 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
4685 (speedbar-make-button, speedbar-reset-scanners)
4686 (speedbar-files-item-info, speedbar-line-text)
4687 (speedbar-find-file-in-frame, speedbar-set-timer)
4688 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
4689 (speedbar-with-writable): Do not (re)define it.
4690 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
4691 rather than speedbar- alias.
4692
ee44b62a
LL
46932013-05-21 Leo Liu <sdl.web@gmail.com>
4694
4695 * progmodes/octave.el (octave-mode-menu): Update and re-organize
4696 menu items.
4697 (octave-mode): Tweak fill-nobreak-predicate.
4698 (inferior-octave-startup): Check process to avoid infinite loop.
4699 (inferior-octave): Pop to buffer first to show abornmal process
4700 exit information.
4701
640f050f
GM
47022013-05-21 Glenn Morris <rgm@gnu.org>
4703
79458038
GM
4704 * printing.el (pr-menu-bar): Define when compiling.
4705
9cc3e83f
LL
47062013-05-21 Leo Liu <sdl.web@gmail.com>
4707
4708 * progmodes/octave.el (octave-auto-fill): Remove.
4709 (octave-indent-new-comment-line): Improve.
4710 (octave-mode): Use auto fill mode through
4f405069 4711 comment-line-break-function and fill-nobreak-predicate.
9cc3e83f 4712 (octave-goto-function-definition): Support DEFUN_DLD.
4f405069 4713 (octave-beginning-of-defun): Small tweak.
9cc3e83f
LL
4714 (octave-help): Show parent directory.
4715
f440830d
GM
47162013-05-21 Glenn Morris <rgm@gnu.org>
4717
4718 * files.el (dired-unmark):
4719 * progmodes/gud.el (gdb-input): Update declarations.
4720
4721 * calculator.el (electric, ehelp): No need to load when compiling.
4722 (Electric-command-loop, electric-describe-mode): Declare.
4723
4724 * doc-view.el (doc-view-current-converter-processes): Move before use.
4725
4726 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4727 Move MODE-set-explicitly definition before use.
4728
4729 * international/mule-diag.el (mule-diag):
4730 Don't use obsolete window-system-version.
4731
4732 * mail/feedmail.el (smtpmail): No need to load when compiling.
4733 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
4734
4735 * mail/mail-utils.el (rfc822): No need to load when compiling.
4736 (rfc822-addresses): Autoload it.
4737 (mail-strip-quoted-names): Trivial simplification.
4738
4739 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
4740 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
4741
4742 * net/snmp-mode.el (tempo): Don't duplicate requires.
4743
4744 * progmodes/prolog.el (info): No need to load when compiling.
4745 (comint): Require before shell requires it.
4746 (Info-goto-node): Autoload it.
4747 (Info-follow-nearest-node): Declare.
4748 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
4749
4750 * textmodes/artist.el (picture-mode-exit): Declare.
4751
4752 * textmodes/reftex-parse.el (reftex-parse-from-file):
4753 Trivial rewrite so the compiler can parse it better.
4754
b4da2cbb
LL
47552013-05-20 Leo Liu <sdl.web@gmail.com>
4756
4757 * progmodes/octave.el (octave-help-mode-map)
4758 (octave-help-mode-finish-hook): New variables.
4759 (octave-help-mode, octave-help-mode-finish): New functions.
4760 (octave-help): Use octave-help-mode.
4761
33c0f65b
GM
47622013-05-20 Glenn Morris <rgm@gnu.org>
4763
4764 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
4765
1a0a0a8a
DG
47662013-05-19 Dmitry Gutov <dgutov@yandex.ru>
4767
4768 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
4769 start at point, so that expansion starting right after opening
4770 slash in a regexp is recognized.
4771 (ruby-syntax-before-regexp-re): New defvar, extracted from
4772 ruby-syntax-propertize-function. Since the value of this regexp
4773 is looked up at runtime now, we should be able to turn
4774 `ruby-syntax-methods-before-regexp' into a defcustom later.
4775 (ruby-syntax-propertize-function): Split regexp matching into two
4776 parts, for opening and closing slashes. That allows us to skip
4777 over string interpolations and support multiline regexps.
4778 Don't call `ruby-syntax-propertize-expansions', instead use another rule
4779 for them, which calls `ruby-syntax-propertize-expansion'.
4780 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
4781 call to `ruby-syntax-propertize-function'.
4782 (ruby-syntax-propertize-expansion): Extracted from
4783 `ruby-syntax-propertize-expansions'. Handles one expansion.
1a0a0a8a
DG
4784 (ruby-syntax-propertize-percent-literal): Leave point right after
4785 the percent symbol, so that the expression expansion rule can
4786 propertize the contents.
462388b6
DG
4787 (ruby-syntax-propertize-heredoc): Leave point at bol following the
4788 heredoc openers.
4789 (ruby-syntax-propertize-expansions): Remove.
1a0a0a8a 4790
c1a6c0a4
JL
47912013-05-18 Juri Linkov <juri@jurta.org>
4792
4793 * man.el (Man-default-man-entry): Remove `-' from the end
4794 of the default value. (Bug#14400)
4795
8051fccd
GM
47962013-05-18 Glenn Morris <rgm@gnu.org>
4797
4798 * comint.el (comint-password-prompt-regexp):
4799 Allow "password for XXX" where XXX contains colons (eg https://...).
4800
5e80b74f
LL
48012013-05-18 Leo Liu <sdl.web@gmail.com>
4802
4803 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
f6f87d33 4804 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5e80b74f
LL
4805 (octave-source-directories): Don't check process.
4806 (octave-source-directories, octave-find-definition): Doc fix.
4807
521a54c5
GM
48082013-05-18 Glenn Morris <rgm@gnu.org>
4809
86a94b05
GM
4810 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
4811 Remove backspace/delete bindings. (Bug#14392)
4812
521a54c5
GM
4813 * cus-dep.el (custom-make-dependencies): Sort the output.
4814 (custom-versions-load-alist): Convert comment to doc.
4815
42caeb89
LL
48162013-05-17 Leo Liu <sdl.web@gmail.com>
4817
4818 * newcomment.el (comment-search-backward): Stricter in finding
4819 comment start. (Bug#14303)
4820
4821 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
4822 (octave-comment-start-skip): Properly anchored.
4823
e219dd97
LL
48242013-05-17 Leo Liu <sdl.web@gmail.com>
4825
fe1eb856
RS
4826 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
4827 Clean up when turned off. (Bug#14395)
e219dd97
LL
4828 (smie--highlight-matching-block-overlay): No longer buffer-local.
4829 (smie-highlight-matching-block): Adjust.
4830
dc5dcb4b
PE
48312013-05-17 Paul Eggert <eggert@cs.ucla.edu>
4832
4833 Doc string fix for "nanoseconds" (Bug#14406).
4834 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
4835 Fix doc string typo that had "nanoseconds" instead of "microseconds".
4836
1db165f0
JB
48372013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
4838
4839 * calc/calc-units.el (math-extract-units): Preserve powers
4840 of units.
4841
c7a8fcac
LL
48422013-05-17 Leo Liu <sdl.web@gmail.com>
4843
4844 * subr.el (delete-consecutive-dups): New function.
4845 * ido.el (ido-set-matches-1): Use it.
4846 * progmodes/octave.el (inferior-octave-completion-table): Use it.
4847 * ido.el (ido-remove-consecutive-dups): Remove.
4848
f678b18a
SM
48492013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4850
4851 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
4852 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
4853 regexp-opt's `words'.
4854
ebfe68e8
LL
48552013-05-16 Leo Liu <sdl.web@gmail.com>
4856
4857 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
4858 (smie--highlight-matching-block-overlay)
4859 (smie--highlight-matching-block-lastpos)
4860 (smie--highlight-matching-block-timer): New variables.
4861 (smie-highlight-matching-block): New function.
4862 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
4863 (smie-setup): Conditionally enable smie-blink-matching-open.
4864
bc8bc17d
WS
48652013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
4866
4867 Sync with upstream verilog-mode r840.
4868 * progmodes/verilog-mode.el (verilog-mode-version)
4869 (verilog-mode-release-date): Update.
4870 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
4871 (verilog-sig-tieoff): Fix string error on
4872 AUTORESET with colon define, bug594. Reported by Andrew Hou.
4873 (verilog-read-decls): Fix parameters confusing
4874 AUTOINST interfaces, bug565. Reported by Leith Johnson.
4875
df065a0b
EZ
48762013-05-16 Eli Zaretskii <eliz@gnu.org>
4877
4878 * subr.el (reveal-filename): New function.
4879
4880 * loadup.el: Compute Emacs executable versions on MS-Windows,
4881 where executables have the .exe extension. Add a hard link
4882 emacs-XX.YY.ZZ.exe on MS-Windows.
4883
4884 * Makefile.in (XARGS_LIMIT): New variable.
4885 (custom-deps, finder-data, autoloads)
4886 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
4887 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
4888 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
4889 (compile-main): Limit xargs according to $(XARGS_LIMIT).
4890
2d4bf34b
LL
48912013-05-16 Leo Liu <sdl.web@gmail.com>
4892
4893 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
4894 (octave-mode-menu, octave-mode-map): Remove its uses.
4895
6b9c2d85
RZ
48962013-05-16 Reto Zimmermann <reto@gnu.org>
4897
4898 Sync with upstream vhdl mode v3.34.2.
4899 * progmodes/vhdl-mode.el: Use `push' throughout.
4900 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
4901 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
4902 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
4903 (vhdl-actual-generic-name): New option to derive actual generic name.
4904 (vhdl-port-paste-signals): Replace formal by actual generics.
4905 (vhdl-beautify): New name for old group vhdl-align. Update users.
4906 (vhdl-beautify-options): New option.
4907 (vhdl-last-input-event): New compat alias. Use throughout.
4908 (vhdl-goto-line): Replace user level function `goto-line'.
4909 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
4910 vhdl-fix-statement-buffer.
4911 (vhdl-create-mode-menu): Add some entries.
4912 (vhdl-align-region-groups): Respect vhdl-beautify-options.
4913 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
4914 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
4915 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
4916 to force statements on one line.
4917 (vhdl-remove-trailing-spaces-region):
4918 New, split from vhdl-remove-trailing-spaces.
4919 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
4920 Respect vhdl-beautify-options.
4921 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
4922 (vhdl-update-sensitivity-list): Not add with index if exists without.
4923 Not include array index with signal. Ignore keywords in comments.
4924 (vhdl-get-visible-signals): Regexp tweaks.
4925 (vhdl-template-component-inst): Handle empty library.
4926 (vhdl-template-type): Add template for 'enum' type.
4927 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
4928 Use vhdl-replace-string.
4929 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
4930 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
4931 (vhdl-speedbar-initialize): Update for above name change.
4932 (vhdl-compose-wire-components): Fix in handling of constants.
4933 (vhdl-error-regexp-emacs-alist): New variable.
4934 (vhdl-error-regexp-add-emacs): New function;
4935 adds support for new compile.el (Emacs 22+)
4936 (vhdl-generate-makefile-1): Change target order for single lib. units.
4937 Allow use of absolute file names.
4938
9df4ec5e
LL
49392013-05-16 Leo Liu <sdl.web@gmail.com>
4940
4941 * simple.el (prog-indent-sexp): Indent enclosing defun.
4942
f5ba00a6
GM
49432013-05-15 Glenn Morris <rgm@gnu.org>
4944
ed8be7ff
GM
4945 * cus-start.el (show-trailing-whitespace): Move to editing basics.
4946 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
4947 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
4948 (whitespace-highlight): Move to whitespace group.
4949
4950 * comint.el (comint-source):
4951 * pcmpl-linux.el (pcmpl-linux):
4952 * shell.el (shell-faces):
4953 * eshell/esh-opt.el (eshell-opt):
4954 * international/ccl.el (ccl): Remove empty custom groups.
4955
4956 * completion.el (dynamic-completion-mode):
4957 * jit-lock.el (jit-lock-debug-mode):
4958 * minibuffer.el (completion-in-region-mode):
4959 * type-break.el (type-break-mode-line-message-mode)
4960 (type-break-query-mode):
4961 * emulation/tpu-edt.el (tpu-edt-mode):
4962 * progmodes/subword.el (global-subword-mode, global-superword-mode):
4963 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4964 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
4965
4966 * term/xterm.el (xterm): Change parent group to terminals.
4967
4968 * master.el (master): Remove empty custom group.
4969 (master-mode): Remove unused :group argument.
4970 * textmodes/refill.el (refill): Remove empty custom group.
4971 (refill-mode): Remove unused :group argument.
4972
4973 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
4974
82a7c41b
GM
4975 * cus-dep.el: Provide a feature.
4976 (custom-make-dependencies): Ignore dotfiles (dir-locals).
f5ba00a6
GM
4977 Don't mistakenly ignore files whose basenames match a basename
4978 from preloaded-file-list (eg cedet/ede/simple.el).
82a7c41b 4979 Add a fallback method for getting :group.
f5ba00a6 4980
6d65486d
JL
49812013-05-15 Juri Linkov <juri@jurta.org>
4982
da547b32
JL
4983 * isearch.el (isearch-char-by-name): Rename from
4984 `isearch-insert-char-by-name'. Doc fix.
4985 (isearch-forward): Mention `isearch-char-by-name' in
4986 the docstring. (Bug#13348)
4987
6d65486d
JL
4988 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
4989 `exit-minibuffer' instead of
4990 `isearch-nonincremental-exit-minibuffer'.
4991 (isearch-edit-string): Remove mention of
4992 `isearch-nonincremental-exit-minibuffer' from docstring.
4993 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
4994 (isearch-forward-exit-minibuffer)
4995 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
4996
c9990474
SM
49972013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4998
6e911150
SM
4999 * loadup.el: Just use unversioned DOC.
5000
c9990474
SM
5001 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
5002 literals as extending to EOB.
5003 (nxml-last-fontify-end): Remove unused variable.
5004 (nxml-after-change1): Use with-silent-modifications.
5005 (nxml-extend-after-change-region): Simplify.
5006 (nxml-extend-after-change-region1): Remove function.
5007 (nxml-after-change1): Don't adjust for dependent regions.
5008 (nxml-fontify-matcher): Simplify.
5009 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
5010 (xmltok-add-dependent): Remove function.
5011 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
5012 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
5013 (xmltok-scan-prolog-after-processing-instruction-open): Treat
5014 unclosed <[[, <?, comment, and other literals as extending to EOB.
5015 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
5016 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
5017 Remove functions.
5018 (rng-do-some-validation-1): Don't mark dependent regions.
5019 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
5020 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
5021 (nxml-clear-dependent-regions): Remove functions.
5022 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
5023 (nxml-ensure-scan-up-to-date):
5024 Don't clear&mark dependent regions.
5025
e3772e98
LL
50262013-05-15 Leo Liu <sdl.web@gmail.com>
5027
c9990474
SM
5028 * progmodes/octave.el (octave-goto-function-definition):
5029 Improve and fix callers.
e3772e98 5030
5ac2eb34
SM
50312013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5032
c46c57b0
SM
5033 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
5034 the setter (bug#14387).
5035
5ac2eb34
SM
5036 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
5037 surrounding group (bug#14402).
5038
180ed218
JL
50392013-05-14 Juri Linkov <juri@jurta.org>
5040
5041 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
5042 (Bug#14390)
5043
0ac0fecb
GM
50442013-05-14 Glenn Morris <rgm@gnu.org>
5045
5046 * progmodes/f90.el (f90-imenu-generic-expression):
5047 Fix typo in 2013-05-08 change. (Bug#14402)
5048
2e78e6a7
JPG
50492013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
5050
5ac2eb34
SM
5051 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
5052 Remove signals for which replies are never received.
2e78e6a7 5053
53267cca
JPG
50542013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
5055
5056 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
5057 (gdb-handler-alist, gdb-handler-number): Remove variables.
5058 (gdb-handler-list): New variable.
5059 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
5060 (gdb-pending-handler-p, gdb-handle-reply)
5061 (gdb-remove-all-pending-triggers): New functions.
5062 (gdb-discard-unordered-replies): New defcustom.
5063 (gdb-handler): New defstruct.
5064 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
5065 instead of gdb-pending-triggers. Update docstring.
5066 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
5067 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
5068 (gdb-var-update-handler, def-gdb-auto-update-trigger)
5069 (def-gdb-auto-update-handler, gdb-get-changed-registers)
5070 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
5071 (gdb-frame-handler): Pending triggers are now automatically managed.
5072 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
5073 Remove argument.
5074 (gdb-input): Automatically handles pending triggers. Update docstring.
5075 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
5076 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
5077 Update comments.
5078 (gdb-done-or-error): Now use gdb-handle-reply.
5079
d04ce803
JPG
50802013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
5081
5082 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
5083 gdb-debug-log.
5084
0114073a
GM
50852013-05-14 Glenn Morris <rgm@gnu.org>
5086
5087 * subr.el (user-emacs-directory-warning): New option.
5088 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
5089
4d25fd7e
LL
50902013-05-14 Leo Liu <sdl.web@gmail.com>
5091
5092 * progmodes/octave.el (octave-font-lock-keywords): Fix error
5093 during redisplay.
5094 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6073d8f4
LL
5095 (octave-font-lock-texinfo-comment): Fix invalid search bound
5096 error: wrong side of point.
4d25fd7e 5097
27c8b6eb
GM
50982013-05-14 Glenn Morris <rgm@gnu.org>
5099
61aaeb01
GM
5100 * progmodes/flymake.el (flymake-xml-program): New option.
5101 (flymake-xml-init): Use it.
5102
5bf90bc5
GM
5103 * term/xterm.el: Provide a feature.
5104
5105 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
27c8b6eb 5106
f4c7dfd2
GM
51072013-05-13 Glenn Morris <rgm@gnu.org>
5108
5109 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
5110 Add compat aliases as a hack workaround. (Bug#14384)
5111
2aeb3a1d
LL
51122013-05-13 Leo Liu <sdl.web@gmail.com>
5113
b0e069c2
LL
5114 * progmodes/octave.el (octave-indent-comment): Fix indentation for
5115 ###, and %!.
f5a9432f
LL
5116 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
5117 C-M-q.
b0e069c2
LL
5118 (octave-comment-start-skip): Include %!.
5119 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2aeb3a1d 5120
30ea8374
LL
51212013-05-12 Leo Liu <sdl.web@gmail.com>
5122
5123 * progmodes/octave.el (inferior-octave-startup): Store the value
5124 of __octave_srcdir__ for octave-source-directories.
5125 (inferior-octave-check-process): New function refactored out of
5126 inferior-octave-send-list-and-digest.
5127 (octave-source-directories)
5128 (octave-find-definition-filename-function): New variables.
5129 (octave-source-directories)
5130 (octave-find-definition-default-filename): New functions.
5131 (octave-find-definition): Improve to find functions implemented in C++.
5132
472a3834
GM
51332013-05-12 Glenn Morris <rgm@gnu.org>
5134
5135 * calendar/diary-lib.el (diary-outlook-format-1):
5136 Don't include dayname in the output. (Bug#14349)
5137
3191b52f
GM
51382013-05-11 Glenn Morris <rgm@gnu.org>
5139
0060ac73
GM
5140 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
5141
3191b52f
GM
5142 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
5143 Treat cc-provide like provide.
5144
e065ba74
KR
51452013-05-11 Kevin Ryde <user42@zip.com.au>
5146
5147 * cus-dep.el (custom-make-dependencies):
5148 Use generated-autoload-load-name for the sake of files such
5149 such cedet/semantic/bovine/c.el, where the base file name
5150 is not in load-path. (Bug#5277)
5151
36f84c37
GM
51522013-05-11 Glenn Morris <rgm@gnu.org>
5153
5154 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
5155 Provide features.
5156
c8730c3a
LL
51572013-05-11 Leo Liu <sdl.web@gmail.com>
5158
5159 * progmodes/octave.el (octave-indent-comment): Improve.
5160 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5ac2eb34
SM
5161 (octave-eldoc-function-signatures, octave-eldoc-function):
5162 New functions.
c8730c3a
LL
5163 (octave-mode, inferior-octave-mode): Add eldoc support.
5164
212e29f2
RS
51652013-05-11 Richard Stallman <rms@gnu.org>
5166
5167 * epa.el (epa-decrypt-file): Take output file name as argument
5168 and read it using `interactive'.
5169
083fe0d7
LL
51702013-05-11 Leo Liu <sdl.web@gmail.com>
5171
5172 * progmodes/octave.el (octave-beginning-of-line)
5173 (octave-end-of-line): Check before using up-list because it jumps
5174 out of more syntactic contructs since moving to smie.
9dbdb67e
LL
5175 (octave-indent-comment): New function.
5176 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6980b0ca
LL
5177 (octave-begin-keywords, octave-end-keywords)
5178 (octave-reserved-words, octave-smie-bnf-table)
5179 (octave-smie-rules): Add new keywords from Octave 3.6.4.
083fe0d7 5180
8582e4c4
GM
51812013-05-11 Glenn Morris <rgm@gnu.org>
5182
f20def1f
GM
5183 * faces.el (internal-face-x-get-resource):
5184 * frame.el (ns-display-monitor-attributes-list):
d78abe37 5185 * calc/calc-aent.el (math-to-radians-2):
f20def1f 5186 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
d78abe37 5187 Fix declarations.
f20def1f 5188
445f95e2
GM
5189 * calc/calc-menu.el: Make it loadable in isolation.
5190
5191 * net/eudcb-bbdb.el: Make it loadable without bbdb.
5192 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
5193 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
5194 (eudc-bbdb-query-internal): Require 'bbdb.
5195
99fb2756
GM
5196 * lpr.el (lpr-headers-switches):
5197 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
5198
5199 * progmodes/sql.el (sql-login-params): Fix and improve :type.
5200
0da7ad96
GM
5201 * emulation/edt-mapper.el: In batch mode, error rather than hang.
5202
8582e4c4
GM
5203 * term.el (term-set-escape-char): Make it idempotent.
5204
f71c50d0
LL
52052013-05-10 Leo Liu <sdl.web@gmail.com>
5206
5ac2eb34
SM
5207 * progmodes/octave.el (inferior-octave-completion-table):
5208 No longer a function and all uses changed. Use cache to speed up
f71c50d0
LL
5209 completion due to bug#11906.
5210 (octave-beginning-of-defun): Re-write to be more general.
5211
d5837773
GM
52122013-05-10 Glenn Morris <rgm@gnu.org>
5213
5214 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
5215
027c0f75
SM
52162013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * comint.el (comint-redirect-send-command-to-process): Use :around
5219 rather than :override for comint-redirect-filter.
5220 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
5221 Call it instead of comint-redirect-original-filter-function (which
5222 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
5223
4465bfb4
JD
52242013-05-09 Jan Djärv <jan.h.d@swipnet.se>
5225
5226 * frame.el (display-monitor-attributes-list): Add NS case.
5227 (ns-display-monitor-attributes-list): Declare.
5228
2d809ffa 52292013-05-09 Ulrich Mueller <ulm@gentoo.org>
b01682fb
UM
5230
5231 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
5232
e54eeb9b
GM
52332013-05-09 Glenn Morris <rgm@gnu.org>
5234
56cd351d
GM
5235 * international/fontset.el (vertical-centering-font-regexp):
5236 Set standard-value.
5237
d84b6108
GM
5238 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
5239
a931698a
GM
5240 * bookmark.el (bookmark-search-delay):
5241 * cus-start.el (vertical-centering-font-regexp):
5242 * ps-mule.el (ps-mule-font-info-database-default):
5243 * ps-print.el (ps-default-fg, ps-default-bg):
5244 * type-break.el (type-break-good-break-interval):
5245 * whitespace.el (whitespace-indentation-regexp)
5246 (whitespace-space-after-tab-regexp):
5247 * emacs-lisp/testcover.el (testcover-1value-functions)
5248 (testcover-noreturn-functions, testcover-progn-functions)
5249 (testcover-prog1-functions):
5250 * emulation/viper-init.el (viper-emacs-state-cursor-color):
5251 * eshell/em-glob.el (eshell-glob-translate-alist):
5252 * play/tetris.el (tetris-tty-colors):
5253 * progmodes/cpp.el (cpp-face-default-list):
5254 * progmodes/flymake.el (flymake-allowed-file-name-masks):
5255 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
5256 (idlwave-help-browser-generic-args):
5257 * progmodes/make-mode.el (makefile-special-targets-list):
5258 * progmodes/python.el (python-shell-virtualenv-path):
5259 * progmodes/verilog-mode.el (verilog-active-low-regexp)
5260 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
5261 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
5262 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
5263 * textmodes/reftex-vars.el (reftex-format-label-function):
5264 * textmodes/remember.el (remember-diary-file): Fix custom types.
5265
e54eeb9b
GM
5266 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
5267 Add :version.
5268
455851dd
LL
52692013-05-09 Leo Liu <sdl.web@gmail.com>
5270
5271 * progmodes/octave.el (inferior-octave-completion-at-point):
083fe0d7 5272 Restore file completion. (Bug#14300)
455851dd
LL
5273 (inferior-octave-startup): Fix incorrect highlighting for the
5274 first prompt.
5275
a9e4425b
SM
52762013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5277
5278 * progmodes/ruby-mode.el: First cut at SMIE support.
5279 (ruby-use-smie): New var.
5280 (ruby-smie-grammar): New constant.
5281 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
5282 (ruby-smie--forward-token, ruby-smie--backward-token)
5283 (ruby-smie-rules): New functions.
5284 (ruby-mode-variables): Setup SMIE if applicable.
5285
060ca408
EZ
52862013-05-08 Eli Zaretskii <eliz@gnu.org>
5287
5288 * simple.el (line-move-visual): Signal beginning/end of buffer
5289 only if vertical-motion moved less than it was requested. Avoids
5290 silly incorrect error messages when there are display strings with
5291 multiple newlines at EOL.
5292
1d5963cc
SM
52932013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5294
5295 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
5296 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
5297 (prolog-char-quote-workaround):
5298 * progmodes/cperl-mode.el (cperl-under-as-char):
5299 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
c7064f05
JB
5300 Mark as obsolete.
5301 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1d5963cc
SM
5302 their declaration.
5303 (vhdl-mode-syntax-table-init): Remove.
5304
c9990474
SM
5305 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
5306 last change.
1d5963cc
SM
5307
5308 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
5309 syntax for "_".
5310 (ld-script-font-lock-keywords):
5311 Change regexps to use things like \_< and \_>.
5312
5313 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
5314 Change all regexps to use things like \_< and \_>.
5315
5316 * progmodes/autoconf.el (autoconf-definition-regexp)
5317 (autoconf-font-lock-keywords, autoconf-current-defun-function):
5318 Handle a _ with symbol syntax.
5319 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
5320
c9990474
SM
5321 * progmodes/ada-mode.el (ada-mode-abbrev-table):
5322 Consolidate declaration.
1d5963cc
SM
5323 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
5324 the declaration.
5325 (ada-create-syntax-table): Remove.
5326 (ada-capitalize-word): Don't mess with the syntax of "_" since it
5327 already has the right syntax nowadays.
5328 (ada-goto-next-word): Don't change the syntax of "_".
5329
5330 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
5331 with-wrapper-hook.
5332
72d3cfca
SS
53332013-05-08 Sam Steingold <sds@gnu.org>
5334
5335 * thingatpt.el (thing-at-point): Accept optional second argument
5336 NO-PROPERTIES to strip the text properties from the return value.
5337 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
5338 to `thing-at-point' instead of stripping the properties ourselves.
5339 Also, when `thing-at-point' fails to find a url, prepend "http://"
5340 to the filename at point on the assumption that the user is
5341 pointing at something like gnu.org/gnu.
5342
5cb15713
JB
53432013-05-08 Juanma Barranquero <lekktu@gmail.com>
5344
5345 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
5346 * faces.el (crm-separator):
5347 Silence byte-compiler.
5348
5349 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
5350 (tool-bar-map): Remove unneeded defvars.
5351
ea78b95b
LL
53522013-05-08 Leo Liu <sdl.web@gmail.com>
5353
5354 Re-work a fix for bug#10994 based on Le Wang's patch.
5355 * ido.el (ido-remove-consecutive-dups): New helper.
5356 (ido-completing-read): Use it.
5357 (ido-chop): Revert fix for bug#10994.
5358
dc7466df
AS
53592013-05-08 Adam Spiers <emacs@adamspiers.org>
5360
5361 * cus-edit.el (custom-save-variables):
5362 Pretty-print long values. (Bug#14187)
5363
9ecf672a
GM
53642013-05-08 Glenn Morris <rgm@gnu.org>
5365
5366 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
5367 (m4-mode-syntax-table): Init in the defvar.
5368 (m4-mode-abbrev-table): Let define-derived-mode define it.
5369
3f555be8
TT
53702013-05-08 Tom Tromey <tromey@redhat.com>
5371
5372 * progmodes/m4-mode.el (m4-mode-syntax-table):
5373 Do not treat "_" as word constituent. (Bug#14167)
5374
7cc8ae06
GM
53752013-05-07 Glenn Morris <rgm@gnu.org>
5376
4f58bc06
GM
5377 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
5378 Remove explicit eshell-isearch-cancel-map.
5379
7cc8ae06
GM
5380 * progmodes/f90.el (f90-smart-end-names): New option.
5381 (f90-smart-end): Doc fix.
5382 (f90-end-block-optional-name): New constant.
5383 (f90-block-match): Respect f90-smart-end-names.
5384
ceb57e59
SM
53852013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5386
5387 * progmodes/octave.el (octave-smie-forward-token): Be more careful
5388 about implicit semi-colons (bug#14218).
5389
4e3f9230
YM
53902013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5391
5392 * frame.el (display-monitor-attributes-list)
5393 (frame-monitor-attributes): New functions.
5394
203a5572
LL
53952013-05-06 Leo Liu <sdl.web@gmail.com>
5396
5397 * progmodes/octave.el (octave-syntax-propertize-function): Change
5398 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
5399 (octave-font-lock-keywords): Use octave-operator-regexp.
5ac2eb34 5400 (octave-completion-at-point): Rename from
203a5572
LL
5401 octave-completion-at-point-function.
5402 (inferior-octave-directory-tracker): Robustify.
5403 (octave-text-functions): Remove and fix its uses. No such things
5404 any more.
5405
ee6cff99
SM
54062013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5407
5408 * emacs-lisp/trace.el (trace--display-buffer): New function.
5409 (trace-make-advice): Use it.
5410
32985194
JL
54112013-05-06 Juri Linkov <juri@jurta.org>
5412
5413 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
5414 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
5415 Doc fix.
5416 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
5417 in the help string. (Bug#12985)
5418
a1c700de
KD
54192013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5420
5421 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
5422
c67c0839
SM
54232013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5424
323885fd
SM
5425 * progmodes/perl-mode.el: Add support for here documents.
5426 (perl-syntax-propertize-function): Match here-doc markers.
5427 (perl-syntax-propertize-special-constructs): Find their end.
5428 (perl-imenu-generic-expression): Use [:alnum:].
5429
c67c0839
SM
5430 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
5431 (advice--add-function): Refresh the advice if already present
5432 (bug#14317).
5433
d491e7a8
IA
54342013-05-06 Ivan Andrus <darthandrus@gmail.com>
5435
5436 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
5437
ddf9925e
GM
54382013-05-06 Glenn Morris <rgm@gnu.org>
5439
7cc3af27
GM
5440 * w32-fns.el (w32-charset-info-alist): Declare.
5441
16e343d6
GM
5442 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
5443 of its defcustom properties.
5444 (eshell-cmpl-initialize): No need to load pcomplete.
5445
7d889a47
GM
5446 * generic-x.el: No need to require comint when compiling.
5447
ddf9925e
GM
5448 * net/eudc-export.el: Make it loadable without bbdb.
5449 (top-level): Use require rather than load-library.
5450 (eudc-create-bbdb-record, eudc-bbdbify-phone)
5451 (eudc-batch-export-records-to-bbdb)
5452 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
5453 Require bbdb.
5454
1e2c18df
SM
54552013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5456
5457 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
5458 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
5459 some tweaks, instead.
5460
02502a5f
LL
54612013-05-05 Leo Liu <sdl.web@gmail.com>
5462
5463 * progmodes/octave.el (octave-font-lock-keywords)
5464 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
5465 (inferior-octave-send-list-and-digest): Improve error message.
5466 (octave-mode, inferior-octave-mode): Use setq-local.
5467 (octave-help): Set info-lookup-mode.
5468
0dc04f42
RS
54692013-05-05 Richard Stallman <rms@gnu.org>
5470
6c54491c
RS
5471 * vc/compare-w.el (compare-windows-whitespace):
5472 Treat no-break space as whitespace.
5473
0dc04f42
RS
5474 * mail/rmailsum.el (rmail-summary-rmail-update):
5475 Detect empty summary and don't change selected message.
5476 (rmail-summary-goto-msg): Likewise.
5477
df8f35df
RS
5478 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
5479 Doc fixes, rename args.
5480
5356e1a3
AM
54812013-05-05 Alan Mackenzie <acm@muc.de>
5482
5483 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
5484
d44014cb
JL
54852013-05-05 Juri Linkov <juri@jurta.org>
5486
5487 * info.el (Info-read-subfile): Use (point-min) instead of (point)
5488 to not add the length of the summary segment to the return value.
5489 (Bug#14125)
5490
c129b51f
LL
54912013-05-05 Leo Liu <sdl.web@gmail.com>
5492
5493 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
5494 (inferior-octave-output-filter): Remove.
5495 (octave-send-region, inferior-octave-startup): Fix callers.
5496 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
5497 (octave-binary-file-extensions): New user variable.
5498 (octave-find-definition): Confirm if opening binary files.
5499 (octave-help-file): Use octave-find-definition to get the binary
5500 confirmation.
5501 (octave-help): Adjust for octave-help-file change.
5502
aa7dab97
SM
55032013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
5506 Merge the two entries that handle function definitions.
5507 (pascal--syntax-propertize): New const.
5508 (pascal-mode): Use it. Use setq-local.
5509
fd3a9a6b
GM
55102013-05-04 Glenn Morris <rgm@gnu.org>
5511
5512 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
5513 (diary-from-outlook): Respect diary-from-outlook-function.
5514
30c7e542
SM
55152013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5516
5517 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
5518 Move the declaration from C.
5519 (read-minibuffer, eval-minibuffer): Move from C.
5520 (completion-setup-function): Avoid minibuffer-completion-contents.
5521
b54f978b
LL
55222013-05-03 Leo Liu <sdl.web@gmail.com>
5523
5524 * progmodes/octave.el (octave-font-lock-keywords): Do not
5525 dehighlight 'end' in comments or strings.
30c7e542
SM
5526 (octave-completing-read, octave-goto-function-definition):
5527 New helpers.
d4d0f9b3
LL
5528 (octave-help-buffer): New user variable.
5529 (octave-help-file, octave-help-function): New button types.
5530 (octave-help): New command and bind it to C-h ;.
5531 (octave-find-definition): New command and bind it to M-.
d74a1581 5532 (user-error): Alias to error if not defined.
b54f978b 5533
27135018
LL
55342013-05-02 Leo Liu <sdl.web@gmail.com>
5535
5536 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
5537 for \. (bug#14332)
5538 (octave-font-lock-keywords): Include [ and {.
5539
0d634d3a
LL
55402013-05-02 Leo Liu <sdl.web@gmail.com>
5541
5542 * progmodes/octave.el (inferior-octave-startup-file): Change default.
5543 (inferior-octave): Remove calling comint-mode and return the buffer.
5544 (inferior-octave-startup): Cosmetic changes.
5545
b4c8295e
LL
55462013-05-02 Leo Liu <sdl.web@gmail.com>
5547
30c7e542
SM
5548 * progmodes/octave.el (octave-syntax-propertize-function):
5549 Include the case when ' is at line beginning. (Bug#14336)
b4c8295e 5550
f12ad6ec
GM
55512013-05-02 Glenn Morris <rgm@gnu.org>
5552
5553 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
5554 * desktop.el (vc-dir-mode): Just autoload it here.
5555
30cac1e0
AM
55562013-05-02 Alan Mackenzie <acm@muc.de>
5557
5558 Eliminate variable c-standard-font-lock-fontify-region-function.
5559 * progmodes/cc-mode.el
5560 (c-standard-font-lock-fontify-region-function): Remove.
5561 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
5562
d8ef28b1
LL
55632013-05-01 Leo Liu <sdl.web@gmail.com>
5564
2640d52e 5565 * progmodes/octave.el: Compatible with older emacs-24 releases.
27135018 5566 (inferior-octave-has-built-in-variables): Remove. Built-in
2640d52e 5567 variables were removed from Octave in 2007.
d8ef28b1
LL
5568 (inferior-octave-startup): Fix uses.
5569 (comint-line-beginning-position): Remove compatibility code for
5570 emacs 21.
5571
ac63ec89
JL
55722013-05-01 Juri Linkov <juri@jurta.org>
5573
5574 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
5575
9e9be37c
JL
55762013-05-01 Juri Linkov <juri@jurta.org>
5577
5578 * comint.el (comint-previous-matching-input): Don't print message
5579 "History item: %d" when `isearch-mode' is active.
5580 (comint-history-isearch-message): Print message "History item: %d"
5581 when `comint-input-ring-index' is not empty and this function is
5582 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
5583
9b92c13b
LL
55842013-05-01 Leo Liu <sdl.web@gmail.com>
5585
5586 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
5587 definitions. Use completion-at-point to insert keywords.
5588 (octave-abbrev-start): Remove.
5589 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
5590
b12d33d7
LL
55912013-04-30 Leo Liu <sdl.web@gmail.com>
5592
5593 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
5594 change.
5595
3d1c39fa
AM
55962013-04-30 Alan Mackenzie <acm@muc.de>
5597
5598 Handle arbitrarily long C++ member initialisation lists.
30c7e542
SM
5599 * progmodes/cc-engine.el (c-back-over-member-initializers):
5600 new function.
3d1c39fa
AM
5601 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
5602 (most) member init lists.
5603
5147fc17
RS
56042013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5605
5606 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
5607 variable.
5608
5b78d7fc
LL
56092013-04-30 Leo Liu <sdl.web@gmail.com>
5610
5611 * progmodes/octave.el (octave-variables): Remove. No builtin
5612 variables any more. All converted to functions.
5613 (octave-font-lock-keywords, octave-completion-at-point-function):
5614 Fix uses.
5615 (octave-font-lock-texinfo-comment): New user variable.
5616 (octave-texinfo-font-lock-keywords): New variable for texinfo
5617 comment block.
5618 (octave-function-comment-block): New face.
5619 (octave-font-lock-texinfo-comment): New function.
5620 (octave-mode): Font lock texinfo comment block.
5621
38d8527b
LL
56222013-04-29 Leo Liu <sdl.web@gmail.com>
5623
5624 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
5625 indexing expression.
5626 (octave-continuation-string): Do not use \.
5627 (inferior-octave-complete-impossible): Remove.
5628 (inferior-octave-completion-table)
5629 (inferior-octave-completion-at-point): Remove its uses.
5630 (inferior-octave-startup): completion_matches was introduced to
5631 Octave in 1996 so safe to assume it.
5632 (octave-function-file-comment): Improve to follow how Octave does it.
5633 (octave-update-function-file-comment): Tweak.
5634
2ec12cb0
LL
56352013-04-29 Leo Liu <sdl.web@gmail.com>
5636
5637 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
5638 (inferior-octave-startup): Remove inferior-octave-startup-hook.
5639 (octave-function-file-comment): Fix typo.
5640 (octave-sync-function-file-names): Use read-char-choice.
5641
6eaed048
JB
56422013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
5643
5644 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
5645 to t for the less important warnings.
5646
3ffa2d4f
DH
56472013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
5648
5649 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
5650
685c9501
GM
56512013-04-27 Glenn Morris <rgm@gnu.org>
5652
5653 * vc/log-view.el (log-view-current-entry):
5654 Treat "---" separator lines as part of the following rev. (Bug#14169)
5655
0208ede7
JL
56562013-04-27 Juri Linkov <juri@jurta.org>
5657
5658 * subr.el (read-number): Doc fix about using it by interactive
5659 code letter `n'. (Bug#14254)
5660
5db9dace
JL
56612013-04-27 Juri Linkov <juri@jurta.org>
5662
5663 * desktop.el (desktop-auto-save-timeout): New option.
5664 (desktop-file-checksum): New variable.
5665 (desktop-save): Add optional arg `auto-save' and don't auto-save
5666 if nothing changed.
5667 (desktop-auto-save-timer): New variable.
5668 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
5669 (after-init-hook): Call `desktop-auto-save-set-timer'.
5670 Suggested by Reuben Thomas <rrt@sc3d.org> in
5671 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
5672
b7260dd4
LL
56732013-04-27 Leo Liu <sdl.web@gmail.com>
5674
5675 * progmodes/octave.el (octave-function-file-p)
5676 (octave-skip-comment-forward, octave-function-file-comment)
5677 (octave-update-function-file-comment): New functions.
5678 (octave-mode-map): Bind C-c ; to
5679 octave-update-function-file-comment.
5680 (octave-mode-menu): Add octave-update-function-file-comment.
5681 (octave-mode, inferior-octave-mode): Fix doc-string.
5682 (octave-insert-defun): Conform to Octave's coding convention.
5683 (Bug#14285)
5684
5685 * files.el (basic-save-buffer): Don't let errors in
5686 before-save-hook prevent saving buffer.
5687
c46da669
RW
56882013-04-20 Roland Winkler <winkler@gnu.org>
5689
5690 * faces.el (read-face-name): Use completing-read if arg multiple
5691 is nil.
5692
a81ee1eb
IL
56932013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
5694
5695 * ls-lisp.el (ls-lisp-insert-directory): If no files are
30c7e542
SM
5696 displayed, move point to after the totals line.
5697 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
a81ee1eb
IL
5698 for the details.
5699
4fac34ce
SM
57002013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * emacs-lisp/package.el (package-autoload-ensure-default-file):
5703 Add current dir to the load-path.
5704 (package-generate-autoloads): Don't rely on
5705 autoload-ensure-default-file.
5706
f6bfc063
RT
57072013-04-26 Reuben Thomas <rrt@sc3d.org>
5708
d40ab5cf
BG
5709 * textmodes/remember.el (remember-store-in-files): Document that
5710 the file name format is passed to `format-time-string'.
f6bfc063 5711
e55d3b04
LL
57122013-04-26 Leo Liu <sdl.web@gmail.com>
5713
5714 * progmodes/octave.el (octave-sync-function-file-names): New function.
5715 (octave-mode): Use it in before-save-hook.
5716
e53052d3
SM
57172013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5718
140ef50c
SM
5719 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
5720 (bug#14274).
5721
e53052d3
SM
5722 * progmodes/octave.el (octave-smie-forward-token): Properly skip
5723 \n and comment, even if it's not an implicit ; (bug#14218).
5724
af80458d 57252013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
5726
5727 * subr.el (read-number): Once more use `read' rather than
5728 `string-to-number', to trap non-numeric input. (Bug#14254)
5729
af80458d 57302013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
5731
5732 * emacs-lisp/syntax.el (syntax-propertize-multiline):
5733 Use `syntax-multiline' text property consistently instead of
8a621d53 5734 `font-lock-multiline'. (Bug#14237)
70203c2e 5735
e6ea1f6c
GM
57362013-04-26 Glenn Morris <rgm@gnu.org>
5737
5738 * emacs-lisp/shadow.el (list-load-path-shadows):
5739 No longer necessary to check for duplicate simple.el, since
5740 2012-07-07 change to init_lread to not include installation lisp
5741 directories in load-path when running uninstalled. (Bug#14270)
5742
070ccca4
LL
57432013-04-26 Leo Liu <sdl.web@gmail.com>
5744
5745 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
5746 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 5747 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
5748 octave-in-string-or-comment-p.
5749 (octave-in-comment-p, octave-in-string-p)
5750 (octave-in-string-or-comment-p): Replace defsubst with defun.
5751
9d1c5fb6
PE
57522013-04-25 Paul Eggert <eggert@cs.ucla.edu>
5753
5754 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
5755
c034abda
BG
57562013-04-25 Bastien Guerry <bzg@gnu.org>
5757
5758 * textmodes/remember.el (remember-data-directory)
5759 (remember-directory-file-name-format): Fix custom types.
5760
584ea277
LL
57612013-04-25 Leo Liu <sdl.web@gmail.com>
5762
e53052d3
SM
5763 * progmodes/octave.el (octave-completion-at-point-function):
5764 Make use of inferior octave process.
584ea277
LL
5765 (octave-initialize-completions): Remove.
5766 (inferior-octave-completion-table): New function.
5767 (inferior-octave-completion-at-point): Use it.
5768 (octave-completion-alist): Remove.
5769
1693b06a
SM
57702013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
5771
5772 * progmodes/opascal.el: Use font-lock and syntax-propertize.
5773 (opascal-mode-syntax-table): New var.
5774 (opascal-literal-kind, opascal-is-literal-end)
5775 (opascal-literal-token-at): Rewrite.
5776 (opascal--literal-start-re, opascal-font-lock-keywords)
5777 (opascal--syntax-propertize): New constants.
5778 (opascal-font-lock-defaults): Adjust.
5779 (opascal-mode): Use them. Set comment-<foo> variables as well.
5780 (delphi-comment-face, opascal-comment-face, delphi-string-face)
5781 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
5782 (delphi-other-face, opascal-other-face): Remove face variables.
5783 (opascal-save-state): Remove macro.
5784 (opascal-fontifying-progress-step): Remove constant.
5785 (opascal--ignore-changes): Remove var.
5786 (opascal-set-token-property, opascal-parse-next-literal)
5787 (opascal-is-stable-literal, opascal-complete-literal)
5788 (opascal-is-literal-start, opascal-face-of)
5789 (opascal-parse-region, opascal-parse-region-until-stable)
5790 (opascal-fontify-region, opascal-after-change)
5791 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
5792 (opascal-debug-parse-region, opascal-debug-parse-window)
5793 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
5794 (opascal-debug-fontify-buffer): Remove.
5795 (opascal-debug-mode-map): Adjust accordingly.
5796
be64c05d
LL
57972013-04-25 Leo Liu <sdl.web@gmail.com>
5798
5799 Merge octave-mod.el and octave-inf.el into octave.el with some
5800 cleanups.
5801 * progmodes/octave.el: New file renamed from octave-mod.el.
5802 * progmodes/octave-inf.el: Merged into octave.el.
5803 * progmodes/octave-mod.el: Renamed to octave.el.
5804
d79d37bd
TH
58052013-04-25 Tassilo Horn <tsdh@gnu.org>
5806
5807 * textmodes/reftex-vars.el
5808 (reftex-label-ignored-macros-and-environments): New defcustom.
5809
5810 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
5811
ced3fc5d
SM
58122013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
5813
5814 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
5815 (smie-indent-keyword): Improve the check to ensure that the next
5816 comment is really on the same line.
5817 (smie-indent-comment): Don't align with a subsequent closer (or eob).
5818
5819 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
5820 semi-colons if the line is not otherwise empty (bug#14218).
5821
1c141dad
GM
58222013-04-25 Glenn Morris <rgm@gnu.org>
5823
5824 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
5825
5058062a
SM
58262013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5827
5828 * progmodes/opascal.el (opascal-set-token-property): Rename from
5829 opascal-set-text-properties and only set `token' (bug#14134).
5830 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
5831 (opascal-literal-text-properties): Remove.
5832 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
5833 Adjust callers.
5834
5db9dace 58352013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
5836
5837 * textmodes/remember.el (remember-handler-functions): Add an
5838 option for a new handler `remember-store-in-files'.
5839 (remember-data-directory, remember-directory-file-name-format):
5840 New options.
5841 (remember-store-in-files): New function to store remember notes
5842 as separate files within a directory.
5843
4391916c
MH
58442013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
5845
5846 * progmodes/compile.el (compilation-next-error-function):
5847 Pass "formats" to compilation-find-file (bug#11777).
5848
bb7cdf58
GM
58492013-04-24 Glenn Morris <rgm@gnu.org>
5850
3b8fe752 5851 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
5852 * vc/vc-hg.el (vc-hg-print-log):
5853 * vc/vc-svn.el (vc-svn-print-log):
5854 Fix START-REVISION with LIMIT != 1. (Bug#14168)
5855
bb7cdf58
GM
5856 * vc/vc-bzr.el (vc-bzr-print-log):
5857 * vc/vc-cvs.el (vc-cvs-print-log):
5858 * vc/vc-git.el (vc-git-print-log):
5859 * vc/vc-hg.el (vc-hg-print-log):
5860 * vc/vc-mtn.el (vc-mtn-print-log):
5861 * vc/vc-rcs.el (vc-rcs-print-log):
5862 * vc/vc-sccs.el (vc-sccs-print-log):
5863 * vc/vc-svn.el (vc-svn-print-log):
5864 * vc/vc.el (vc-print-log-internal): Doc fixes.
5865
b46a056e
GM
58662013-04-23 Glenn Morris <rgm@gnu.org>
5867
5868 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
5869 Remove venerable code attempting to avoid substitute-command-keys.
5870
0aecf718
TH
58712013-04-23 Tassilo Horn <tsdh@gnu.org>
5872
4391916c
MH
5873 * textmodes/reftex-vars.el (reftex-label-regexps):
5874 Call `reftex-compile-variables' after changes to this variable.
0aecf718 5875
117f94cf
SM
58762013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5877
4391916c 5878 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
5879 Use lexical-binding.
5880 (jit-lock-force-redisplay): Use markers, check buffer's continued
5881 existence and beware narrowed buffers.
5882 (jit-lock-fontify-now): Adjust call accordingly.
5883
1d829c64
SM
58842013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5885
5886 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
5887 to avoid misleading the user.
5888
72d548a9
LL
58892013-04-22 Leo Liu <sdl.web@gmail.com>
5890
5891 * info-look.el: Prefer latex2e.info. (Bug#14240)
5892
d0853629
MA
58932013-04-22 Michael Albinus <michael.albinus@gmx.de>
5894
5895 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
5896
5897 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4f405069 5898 * net/tramp.el (tramp-call-process): ... here.
d0853629
MA
5899 (tramp-set-completion-function, tramp-parse-putty):
5900 * net/tramp-adb.el (tramp-adb-execute-adb-command):
5901 * net/tramp-gvfs.el (tramp-gvfs-send-command):
5902 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5903 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
5904 (tramp-call-local-coding-command): Use `tramp-call-process'
5905 instead of `tramp-compat-call-process'.
5906
5907 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
5908 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
5909 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7764286e 5910 (tramp-find-inline-compress): Improve traces.
d0853629
MA
5911 (tramp-maybe-send-script): Check for Perl binary.
5912 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
5913
38cc0210
DU
59142013-04-22 Daiki Ueno <ueno@gnu.org>
5915
5916 * epg.el (epg-context-pinentry-mode): New function.
5917 (epg-context-set-pinentry-mode): New function.
5918 (epg--start): Pass --pinentry-mode option to gpg command.
5919
cc641ee1
XF
59202013-04-21 Xue Fuqiao <xfq.free@gmail.com>
5921
02d844b5 5922 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5d4e5c31 5923 `comint-dynamic-complete' is obsolete since 24.1, replaced by
e7b41c4c 5924 `completion-at-point'. (Bug#13774)
5d4e5c31 5925
cc641ee1
XF
5926 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
5927 default key binding for `describe-distribution' has been moved to
5928 `C-h C-o'. (Bug#13970)
5929
1b42ee43
GM
59302013-04-21 Glenn Morris <rgm@gnu.org>
5931
5932 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
5933 Add doc strings.
5934 (vc-print-log): Clarify interactive prompt.
5935
a6d63d97
GM
59362013-04-20 Glenn Morris <rgm@gnu.org>
5937
5938 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
5939 No longer include timestamp etc information.
5940
d7f5c16f
RW
59412013-04-20 Roland Winkler <winkler@gnu.org>
5942
5943 * faces.el (read-face-name): Bug fix, return just one face if arg
5944 multiple is nil. (Bug#14209)
5945
bcd7a0a4
SM
59462013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5947
5948 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
5949 (remove-function): Autoload.
5950
5951 * comint.el (comint-redirect-original-filter-function): Remove.
5952 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
e7b41c4c
JB
5953 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
5954 (vc-cvs-annotate-command):
bcd7a0a4
SM
5955 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
5956 * progmodes/prolog.el (prolog-consult-compile):
5957 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
5958 Use add/remove-function instead.
5959 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
5960 (gud-tooltip-process-output, gud-tooltip-tips):
5961 Use add/remove-function instead.
5962 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
5963 (scheme-interaction-mode, exit-scheme-interaction-mode):
5964 Use add/remove-function instead.
5965
5966 * vc/vc-dispatcher.el: Use lexical-binding.
5967 (vc--process-sentinel): Rename from vc-process-sentinel.
5968 Change last arg to be the code to run. Don't use vc-previous-sentinel
5969 and vc-sentinel-commands any more.
5970 (vc-exec-after): Allow code to be a function. Use add/remove-function.
5971 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
5972
4d3268ba
MY
59732013-04-19 Masatake YAMATO <yamato@redhat.com>
5974
bcd7a0a4 5975 * progmodes/sh-script.el (sh-imenu-generic-expression):
781b4af6 5976 Handle function names with a single character. (Bug#14111)
4d3268ba 5977
781b4af6 59782013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
863beb27
DK
5979
5980 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
5981 for subroutines defined in an eval (bug#14182).
5982
7d688336
TV
59832013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5984
5985 * bookmark.el (bookmark-completing-read): Improve handling of empty
5986 string (bug#14176).
5987
31dcede0
SM
59882013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5989
5990 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
5991
adc31213
FEG
59922013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
5993
5994 New faster Imenu implementation (bug#14058).
5995 * progmodes/python.el:
5996 (python-imenu-prev-index-position):
5997 (python-imenu-format-item-label-function)
5998 (python-imenu-format-parent-item-label-function)
5999 (python-imenu-format-parent-item-jump-label-function):
6000 New vars.
6001 (python-imenu-format-item-label)
6002 (python-imenu-format-parent-item-label)
6003 (python-imenu-format-parent-item-jump-label)
6004 (python-imenu--put-parent, python-imenu--build-tree)
6005 (python-imenu-create-index, python-imenu-create-flat-index)
6006 (python-util-popn): New functions.
6007 (python-mode): Set imenu-create-index-function to
6008 python-imenu-create-index.
6009
cdca8255
SM
60102013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6011
6012 * winner.el (winner-active-region): Use region-active-p, activate-mark
6013 and deactivate-mark (bug#14225).
6014
6015 * simple.el (deactivate-mark): Don't inline it.
6016
beb42340
MA
60172013-04-18 Michael Albinus <michael.albinus@gmx.de>
6018
6019 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
6020
fc7f4d7e
TH
60212013-04-18 Tassilo Horn <tsdh@gnu.org>
6022
6023 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
6024 file extensions from the archive-mode entry in order to prefer
6025 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
6026
29f47822
LL
60272013-04-18 Leo Liu <sdl.web@gmail.com>
6028
6029 * bindings.el (help-event-list): Add ?\?.
6030
d36ed1c8
SM
60312013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6032
6033 * subr.el (with-wrapper-hook): Declare obsolete.
6034 * simple.el (filter-buffer-substring-function): New hook.
6035 (filter-buffer-substring): Use it.
6036 (filter-buffer-substring-functions): Mark obsolete.
6037 * minibuffer.el (completion-in-region-function): New hook.
6038 (completion-in-region): Use it.
6039 (completion-in-region-functions): Mark obsolete.
6040 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
6041 * abbrev.el (abbrev-expand-function): New hook.
6042 (expand-abbrev): Use it.
6043 (abbrev-expand-functions): Mark obsolete.
6044 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
6045 and :filter-return.
6046
04754d36
FEG
60472013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
6048
6049 * progmodes/python.el (python-nav--syntactically): Fix cornercases
6050 and do not care about match data.
6051
dd8791e9
SM
60522013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
6053
6054 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
6055 completion tables when completing error conditions and
6056 `declare' arguments.
6057 (lisp-complete-symbol, field-complete): Mark as obsolete.
6058 (check-parens): Unmatched parens are user errors.
6059 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
6060
ffe54a13
AM
60612013-04-17 Michal Nazarewicz <mina86@mina86.com>
6062
dd8791e9
SM
6063 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
6064 command changed buffer (ie. `flyspell-pre-buffer' is not current
6065 buffer), which prevents making decisions based on invalid value of
6066 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
6067 cause an error when `flyspell-pre-point' was nil after switching
6068 buffers.
6069 (flyspell-post-command-hook): No longer needs to change buffers when
6070 checking pre-word. While at it remove unnecessary progn.
ffe54a13 6071
ec7e39f2
AM
60722013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
6073
6074 * textmodes/ispell.el (ispell-add-per-file-word-list):
6075 Fix `flyspell-correct-word-before-point' error when accepting
6076 words and `coment-padding' is an integer by using
6077 `comment-normalize-vars' (Bug #14214).
6078
083850a6
FEG
60792013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
6080
6081 New defun movement commands.
6082 * progmodes/python.el (python-nav--syntactically)
6083 (python-nav--forward-defun, python-nav-backward-defun)
6084 (python-nav-forward-defun): New functions.
6085
619ed6e1
FEG
60862013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
6087
6088 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
6089 (python-syntax-context): Use named compiler-macro for backwards
6090 compatibility with Emacs 24.x.
6091
7a1beb6c
LL
60922013-04-17 Leo Liu <sdl.web@gmail.com>
6093
6094 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
6095 octave-hide-process-buffer.
6096
2d3fa3e5
SM
60972013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
6098
6099 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
6100 (bug#14216).
6101
7ce5be54
JPG
61022013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
6103
6104 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
6105 Fix adjustment of offset when receiving incomplete responses from GDB
6106 (bug#14129).
6107
351edece
SM
61082013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6109
6110 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
6111 python-mode-abbrev-table.
6112 (python-skeleton-define): Adjust accordingly.
6113 (python-mode-abbrev-table): New table that inherits from it so that
6114 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
6115
6116 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
6117 (abbrev-symbol): Use it.
6118 (abbrev--before-point): Use it since we already handle inheritance.
6119
613f9481
LL
61202013-04-16 Leo Liu <sdl.web@gmail.com>
6121
6122 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
6123 binding to info-lookup-symbol.
6124
51646b62
JB
61252013-04-16 Juanma Barranquero <lekktu@gmail.com>
6126
6127 * minibuffer.el (completion--twq-all):
6128 * term/ns-win.el (ns-initialize-window-system):
6129 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
6130
efb3f01d
SM
61312013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6132
36c0a301
SM
6133 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
6134 global bindings.
6135
efb3f01d
SM
6136 * doc-view.el (doc-view-start-process): Handle url-handler directories.
6137
fb549d64
DG
61382013-04-15 Dmitry Gutov <dgutov@yandex.ru>
6139
6140 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
6141 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
6142 to nil.
6143 (ruby-end-of-defun): Remove the unused arg, change the docstring
6144 to reflect that this function is only used as the value of
6145 `end-of-defun-function'.
6146 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
6147 to reflect an earlier change that beginning/end-of-defun functions
6148 jump between methods in a class definition, as well as top-level
6149 functions.
6150
21e8fe2f
SM
61512013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6152
6153 * minibuffer.el (minibuffer-complete): Don't just scroll
6154 a *Completions* that's been iconified.
6155 (minibuffer-force-complete): Make sure repetitions do cycle when going
6156 through completion-in-region -> minibuffer-complete.
6157
20e527d0
AM
61582013-04-15 Alan Mackenzie <acm@muc.de>
6159
6160 Correct the placement of c-cpp-delimiters when there're #s not at
6161 col 0.
6162
6163 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
6164 place a submatch around the #.
21e8fe2f
SM
6165 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
6166 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
6167 on the #, not BOL.
6168
dabefae5
SM
61692013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6170
6171 * emacs-lisp/nadvice.el: Properly test names when adding advice.
6172 (advice--member-p): New arg `name'.
6173 (advice--add-function, advice-member-p): Use it (bug#14202).
6174
85c9ab64
AM
61752013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
6176
6177 Reformulate java imenu-generic-expression.
6178 The old expression contained ill formed regexps.
6179
6180 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
6181 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
6182 (cc-imenu-java-method-arg-regexp): New defconsts.
6183 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 6184 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
6185 handling of spaces in the regexp.
6186
0f821d99
AM
61872013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6188
6189 * textmodes/ispell.el (ispell-command-loop): Remove
6190 flyspell highlight of a word when ispell accepts it (bug #14178).
6191
eb922adf
MA
61922013-04-15 Michael Albinus <michael.albinus@gmx.de>
6193
6194 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
6195 uses code from the previous `ange-ftp-run-real-handler'.
6196 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
6197 only in case that function exist. This is needed for proper
6198 unloading of Tramp.
6199
4d9a0979
TH
62002013-04-15 Tassilo Horn <tsdh@gnu.org>
6201
6202 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
6203
6204 * textmodes/reftex.el (reftex-compile-variables): Use it.
6205
a829b0dc
SM
62062013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6207
91e8293c
SM
6208 * files.el (normal-mode): Only use default major-mode if no other mode
6209 was specified.
6210
830aed4d
SM
6211 * emacs-lisp/trace.el (trace-values): New function.
6212
a829b0dc
SM
6213 * files.el: Allow : in local variables (bug#14089).
6214 (hack-local-variable-regexp): New var.
6215 (hack-local-variables-prop-line, hack-local-variables): Use it.
6216
7ae9f0fb
RW
62172013-04-13 Roland Winkler <winkler@gnu.org>
6218
6219 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
6220 data before it gets modified by bibtex-beginning-of-entry.
6221
6646e848
RW
62222013-04-13 Roland Winkler <winkler@gnu.org>
6223
6224 * textmodes/bibtex.el (bibtex-url): Doc fix.
6225
62262013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
6227
6228 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
6229 does not visit a BibTeX file, exclude it from the list of buffers
6230 returned by bibtex-initialize.
6231
0aa3616e
SB
62322013-04-13 Stephen Berman <stephen.berman@gmx.net>
6233
6234 * window.el (split-window): Remove interactive form, since as a
6235 command this function is a special case of split-window-below.
6236 Correct doc string.
6237
011cddd6
RW
62382013-04-12 Roland Winkler <winkler@gnu.org>
6239
6240 * faces.el (read-face-name): Do not override value of arg default.
6241 Allow single faces and strings as default values. Remove those
6242 elements from return value that are not faces.
6243 (describe-face): Simplify.
6244 (face-at-point): New optional args thing and multiple so that this
6245 function can provide the same functionality previously provided by
6246 read-face-name.
6247 (make-face-bold, make-face-unbold, make-face-italic)
6248 (make-face-unitalic, make-face-bold-italic, invert-face)
6249 (modify-face, read-face-and-attribute): Use face-at-point.
6250
6251 * cus-edit.el (customize-face, customize-face-other-window)
6252 * cus-theme.el (custom-theme-add-face)
6253 * face-remap.el (buffer-face-set)
6254 * facemenu.el (facemenu-set-face): Use face-at-point.
6255
f24e0036
MA
62562013-04-12 Michael Albinus <michael.albinus@gmx.de>
6257
6258 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
6259
da3cda2d
TH
62602013-04-10 Tassilo Horn <tsdh@gnu.org>
6261
6262 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
6263 off leading { and trailing } from field values.
6264
15e54145
SM
62652013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6266
78ce603d
SM
6267 * emacs-lisp/timer.el (timer--check): New function.
6268 (timer--time, timer-set-function, timer-event-handler): Use it.
6269 (timer-set-idle-time): Simplify.
6270 (timer--activate): CSE.
6271 (timer-event-handler): Give more info in error message.
6272 (internal-timer-start-idle): New function, moved from C.
6273
15e54145
SM
6274 * mpc.el (mpc-proc): Add `restart' argument.
6275 (mpc-proc-cmd): Use it.
6276 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
6277 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
6278 less often.
6279
7144c627
MY
62802013-04-10 Masatake YAMATO <yamato@redhat.com>
6281
6282 * progmodes/sh-script.el: Implement `sh-mode' own
6283 `add-log-current-defun-function' (bug#14112).
6284 (sh-current-defun-name): New function.
6285 (sh-mode): Use the function.
6286
b39792eb
BG
62872013-04-09 Bastien Guerry <bzg@gnu.org>
6288
6289 * simple.el (choose-completion-string): Fix docstring (bug#14163).
6290
8acdeb71
SM
62912013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6292
6fcdab68
SM
6293 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
6294
8acdeb71
SM
6295 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
6296 timer (bug#14156).
6297
e3e7b504
NF
62982013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
6299
6300 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
6301 declaration.
6302
201bb296
LL
63032013-04-07 Leo Liu <sdl.web@gmail.com>
6304
6305 * pcmpl-x.el: New file.
6306
ebb19708
DA
63072013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
6308
6309 Do not set x-display-name until X connection is established.
6310 This is needed to prevent from weird situation described at
6311 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
6312 * frame.el (make-frame): Set x-display-name after call to
6313 window system initialization function, not before.
6314 * term/x-win.el (x-initialize-window-system): Add optional
6315 display argument and use it.
6316 * term/w32-win.el (w32-initialize-window-system):
6317 * term/ns-win.el (ns-initialize-window-system):
6318 * term/pc-win.el (msdos-initialize-window-system):
6319 Add compatible optional display argument.
6320
33bb237a
EZ
63212013-04-06 Eli Zaretskii <eliz@gnu.org>
6322
6323 * files.el (normal-backup-enable-predicate): On MS-Windows and
6324 MS-DOS compare truenames of temporary-file-directory and of the
6325 file, so that 8+3 aliases (usually found in $TEMP on Windows)
6326 don't fail comparison by compare-strings. Also, compare file
6327 names case-insensitively on MS-Windows and MS-DOS.
6328
134abf1f
SM
63292013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6330
6331 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
6332 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
6333
d695cb94
DG
63342013-04-05 Dmitry Gutov <dgutov@yandex.ru>
6335
e3e7b504
NF
6336 * whitespace.el (whitespace-color-on, whitespace-color-off):
6337 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 6338
f4ad7ea1 63392013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
6340
6341 * ispell.el (ispell-set-spellchecker-params):
6342 Really set `ispell-args' for all equivs.
6343
632556e4
SM
63442013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6345
6346 * ido.el (ido-completions): Use extra elements of ido-decorations
6347 (bug#14143).
6348 (ido-decorations): Update docstring.
6349
2a417372
MA
63502013-04-05 Michael Albinus <michael.albinus@gmx.de>
6351
6352 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
6353 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
6354 nil during initialization, in order not to miss changes since the
6355 file was opened. (Bug#14140)
6356
fc164b0c
LL
63572013-04-05 Leo Liu <sdl.web@gmail.com>
6358
6359 * kmacro.el (kmacro-call-macro): Fix bug#14135.
6360
0ccecc08
JB
63612013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
6362
6363 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
6364
51af1aa2
GM
63652013-04-04 Glenn Morris <rgm@gnu.org>
6366
6367 * electric.el (electric-pair-inhibit-predicate): Add :version.
6368
b208ebc6
SM
63692013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6370
6371 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
6372 when a package is required several times (bug#14082).
6373
f3d3eaf0
RW
63742013-04-04 Roland Winkler <winkler@gnu.org>
6375
6376 * faces.el (read-face-name): Behave as promised by the docstring.
6377 Assume that arg default is a list of faces.
6378 (describe-face): Call read-face-name with list of default faces.
6379
2575da50
TV
63802013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6381
6382 * bookmark.el: Fix deletion of bookmarks (bug#13972).
6383 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
6384 (bookmark-bmenu-execute-deletions): Only skip first line if it's
6385 the header.
6386 (bookmark-exit-hook-internal): Save even if list is empty.
6387
397703b4
YH
63882013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
6389
6390 * emacs-lisp/package.el (package-pinned-packages): New var.
6391 (package--add-to-archive-contents): Obey it (bug#14118).
6392
691e26ae
AM
63932013-04-03 Alan Mackenzie <acm@muc.de>
6394
8a621d53
JB
6395 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
6396 Also adapt to the new values of element 7 of a parse state.
691e26ae
AM
6397
6398 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
6399 parameter `not-in-delimiter'. Handle being inside comment opener.
6400 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
6401 character in case we're typing a '*' after a '/'.
6402 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
6403 instead by passing the parameter to c-state-pp-to-literal.
6404
6405 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
6406 for elt. 7 of a parse state.
6407
4b725a70
PE
64082013-04-01 Paul Eggert <eggert@cs.ucla.edu>
6409
6410 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
6411 * international/latin1-disp.el, international/mule-util.el:
6412 * language/cyril-util.el, language/european.el, language/ind-util.el:
6413 * language/lao-util.el, language/thai.el, language/tibet-util.el:
6414 * language/tibetan.el, language/viet-util.el:
6415 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
6416
15c579f0
SM
64172013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6418
6419 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
6420 (electric-pair-post-self-insert-function): Use it.
6421 (electric-pair-default-inhibit): New function, extracted from
6422 electric-pair-post-self-insert-function.
6423
a77e2924
RW
64242013-03-31 Roland Winkler <winkler@gnu.org>
6425
6426 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
6427
2bd8a4a8
SM
64282013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6429
6430 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
6431
8d3655be 64322013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
6433
6434 Un-indent after "pass" and "return" statements (Bug#13888)
6435 * progmodes/python.el (python-indent-block-enders): New var.
6436 (python-indent-calculate-indentation): Use it.
6437
8d3655be 64382013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
6439
6440 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
6441 defun. Defining it as defalias could introduce too eager
6442 byte-compiler optimization. (Bug#14030)
6443
8d3655be 64442013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
6445
6446 * iswitchb.el (iswitchb-read-buffer): Fix typo.
6447
0b1619da
LL
64482013-03-30 Leo Liu <sdl.web@gmail.com>
6449
6450 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
6451 (kmacro-execute-from-register): Pass the keyboard macro to
6452 kmacro-call-macro or repeating won't work correctly.
6453
0b938190
TZ
64542013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
6455
6456 * progmodes/subword.el: Back to using `forward-symbol'.
6457
6458 * subr.el (forward-whitespace, forward-symbol)
6459 (forward-same-syntax): Move from thingatpt.el.
6460
35710234
LL
64612013-03-29 Leo Liu <sdl.web@gmail.com>
6462
6463 * kmacro.el (kmacro-to-register): New command.
6464 (kmacro-execute-from-register): New function.
6465 (kmacro-keymap): Bind to 'x'. (Bug#14071)
6466
efc0bb73
SM
64672013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6468
6469 * mpc.el: Use defvar-local and setq-local.
6470 (mpc--proc-connect): Connection failures are not bugs.
6471 (mpc-mode-map): `follow-link' only applies to the buffer's content.
6472 (mpc-volume-map): Bind to the up-events.
6473
75a2f981
TZ
64742013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6475
6476 * progmodes/subword.el (superword-mode): Use `forward-sexp'
6477 instead of `forward-symbol'.
6478
17c781d1
SM
64792013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6480
6481 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
6482 (edebug--recursive-edit): Use it.
6483 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
6484 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
6485
f67bfbcf
LL
64862013-03-28 Leo Liu <sdl.web@gmail.com>
6487
6488 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
6489
b59f639d
EZ
64902013-03-27 Eli Zaretskii <eliz@gnu.org>
6491
6492 * facemenu.el (list-colors-callback): New defvar.
6493 (list-colors-redisplay): New function.
6494 (list-colors-display): Install list-colors-redisplay as the
6495 revert-buffer-function. (Bug#14063)
6496
f557c1b1
SM
64972013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6498
b1da2957
SM
6499 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
6500 and suffixes don't overlap (bug#14061).
6501
f557c1b1
SM
6502 * case-table.el: Use lexical-binding.
6503 (case-table-get-table): New function.
6504 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
6505
002668e1
TZ
65062013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6507
6508 * progmodes/subword.el: Add `superword-mode' to do word motion
6509 over symbol_words (parallels and leverages `subword-mode' which
6510 does word motion inside MixedCaseWords).
6511
73572c72
AG
65122013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
6513
78b8f320 6514 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 6515 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 6516
69b2c07e
SM
65172013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6518
6519 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
6520 Change return value to be a sexp. Delay `get-buffer' to after
6521 restoring the desktop (bug#13951).
6522
08bb5ee2
LL
65232013-03-26 Leo Liu <sdl.web@gmail.com>
6524
6525 * register.el: Move semantic tag handling back to
6526 cedet/semantic/senator.el. (Bug#14052)
6527
8d4c974e
SM
65282013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6529
6530 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
6531 into the prompt either (bug#13963).
6532
b234d92c
SM
65332013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6534
6535 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
6536 part of "(error-foo)".
6537
ddfa3cb4
JL
65382013-03-24 Juri Linkov <juri@jurta.org>
6539
6540 * replace.el (list-matching-lines-prefix-face): New defcustom.
6541 (occur-1): Pass `list-matching-lines-prefix-face' to the function
6542 `occur-engine' if `face-differs-from-default-p' returns t.
6543 (occur-engine): Add `,' inside backquote construct to evaluate
6544 `prefix-face'. Propertize the prefix with the `prefix-face' face.
6545 Pass `prefix-face' to the functions `occur-context-lines' and
6546 `occur-engine-add-prefix'.
6547 (occur-engine-add-prefix, occur-context-lines): Add optional arg
6548 `prefix-face' and propertize the prefix with `prefix-face'.
6549 (Bug#14017)
6550
7b0e2f85
LL
65512013-03-24 Leo Liu <sdl.web@gmail.com>
6552
6553 * nxml/rng-valid.el (rng-validate-while-idle)
6554 (rng-validate-quick-while-idle): Guard against deleted buffer.
6555 (Bug#13999)
6556
6557 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
6558 is the last entry in kill-buffer-hook.
6559
6560 * files.el (kill-buffer-hook): Doc fix.
6561
b3082f49
DG
65622013-03-23 Dmitry Gutov <dgutov@yandex.ru>
6563
b234d92c
SM
6564 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
6565 Make it safe-local.
bde73d27 6566
b3082f49
DG
6567 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
6568
a320a2db
LL
65692013-03-23 Leo Liu <sdl.web@gmail.com>
6570
7e74b0fb
LL
6571 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
6572 Remove.
6573
6574 * nxml/rng-valid.el (rng-validate-mode)
6575 (rng-after-change-function, rng-do-some-validation):
6576 * nxml/rng-maint.el (rng-validate-buffer):
6577 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
6578 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
6579 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
6580 (nxml-extend-after-change-region): Use with-silent-modifications.
6581
a320a2db
LL
6582 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
6583 timer-idle-list.
6584
6585 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
6586 (rng-next-error-1, rng-previous-error-1): Do not let-bind
6587 timer-idle-list. (Bug#13999)
6588
e38e6780
JL
65892013-03-23 Juri Linkov <juri@jurta.org>
6590
6591 * info.el (info-index-match): New face.
6592 (Info-index, Info-apropos-matches): Add a nested subgroup to the
6593 main pattern and add text properties with the new face to matches
6594 in index entries relative to the beginning of the index entry.
6595 (Bug#14015)
6596
e8cc7880
DE
65972013-03-21 Eric Ludlam <zappo@gnu.org>
6598
6599 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
6600 Inhibit read only while inserting objects.
6601
9bb0d822
TZ
66022013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
6603
6604 * progmodes/cfengine.el: Update docs to mention
6605 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
6606 symbol motion. Remove "_" from the word syntax.
6607
aa703640
TZ
66082013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
6609
6610 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
6611 syntax for both `cfengine2-mode' and `cfengine3-mode'.
6612
afff09d0
JL
66132013-03-20 Juri Linkov <juri@jurta.org>
6614
6615 * info.el (Info-next-reference-or-link)
6616 (Info-prev-reference-or-link): New functions.
6617 (Info-next-reference, Info-prev-reference): Use them.
6618 (Info-try-follow-nearest-node): Handle footnote navigation.
6619 (Info-fontify-node): Fontify footnotes. (Bug#13989)
6620
9a1ff164
SM
66212013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
6624 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
6625
2667d15d
PE
66262013-03-20 Paul Eggert <eggert@cs.ucla.edu>
6627
6628 Suppress unnecessary non-ASCII chatter during build process.
6629 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
6630 (batch-skkdic-convert): Suppress most of the chatter.
6631 It's not needed so much now that machines are faster,
6632 and its non-ASCII component was confusing; see Dmitry Gutov in
6633 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
6634
438b0579
LL
66352013-03-20 Leo Liu <sdl.web@gmail.com>
6636
6637 * ido.el (ido-chop): Fix bug#10994.
6638
c128ab07
DG
66392013-03-19 Dmitry Gutov <dgutov@yandex.ru>
6640
6641 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
6642 Remove vars.
9a1ff164
SM
6643 (whitespace-color-on, whitespace-color-off):
6644 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 6645
0e6008c5
SM
66462013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
6647
6648 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
6649 remapping in mode-line.
6650 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
6651
627b52b0
DG
66522013-03-19 Dmitry Gutov <dgutov@yandex.ru>
6653
6654 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
6655 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
6656 (whitespace-font-lock-keywords): Change description.
6657 (whitespace-color-on): Don't save `font-lock-keywords' value, save
6658 the constructed keywords instead.
6659 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 6660
50c3a20b
LL
66612013-03-19 Leo Liu <sdl.web@gmail.com>
6662
6663 * progmodes/compile.el (compilation-display-error): New command.
6664 (compilation-mode-map, compilation-minor-mode-map): Bind it to
6665 C-o. (Bug#13992)
6666
2aa2157b
PE
66672013-03-18 Paul Eggert <eggert@cs.ucla.edu>
6668
6669 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
6670
e477dbfa
JD
66712013-03-18 Jan Djärv <jan.h.d@swipnet.se>
6672
6673 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
6674
64ab82d1
MA
66752013-03-18 Michael Albinus <michael.albinus@gmx.de>
6676
6677 * net/tramp-compat.el (tramp-compat-user-error): New defun.
6678
6679 * net/tramp-adb.el (tramp-adb-handle-shell-command):
6680 * net/tramp-gvfs.el (top):
6681 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
6682 (tramp-handle-shell-command): Use it.
6683 (tramp-dissect-file-name): Raise an error when hostname is a
6684 method name, and neither method nor user is specified.
6685
6686 * net/trampver.el: Update release number.
6687
33cef733
LL
66882013-03-18 Leo Liu <sdl.web@gmail.com>
6689
6690 Make sure eldoc can be turned off properly.
6691 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
6692 eldoc-mode.
6693 (eldoc-display-message-p): Revert last change.
6694 (eldoc-display-message-no-interference-p)
6695 (eldoc-print-current-symbol-info): Tweak.
6696
2167b7b2
TH
66972013-03-18 Tassilo Horn <tsdh@gnu.org>
6698
6699 * doc-view.el (doc-view-new-window-function): Check the new window
6700 overlay's display property instead the char property of the
6701 buffer's first char. Use `with-selected-window' instead of
6702 `save-window-excursion' with `select-window'.
6703 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 6704 display property instead the char property of the buffer's first char.
2167b7b2 6705
982efbcd
PE
67062013-03-18 Paul Eggert <eggert@cs.ucla.edu>
6707
6708 Automate the build of ja-dic.el (Bug#13984).
6709 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
6710 from the input, rather than assume that it's been done for us by the
6711 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
6712 the current date into a ja-dic.el comment, as that complicates
6713 regression testing.
6714
2fcc7665
SM
67152013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6716
6717 * whitespace.el: Fix double evaluation.
6718 (whitespace-space, whitespace-hspace, whitespace-tab)
6719 (whitespace-newline, whitespace-trailing, whitespace-line)
6720 (whitespace-space-before-tab, whitespace-indentation)
6721 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
6722 obsolete defvars.
6723 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
6724 (whitespace-color-on): Use a single font-lock-add-keywords call.
6725 Fix double-evaluation of face variables.
6726
67c0a6e6
MA
67272013-03-17 Michael Albinus <michael.albinus@gmx.de>
6728
2fcc7665
SM
6729 * net/tramp-adb.el (tramp-adb-parse-device-names):
6730 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 6731 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 6732
69489f1d
LL
67332013-03-17 Leo Liu <sdl.web@gmail.com>
6734
6735 Extend eldoc to display info in the mode-line. (Bug#13978)
6736 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
6737 (eldoc-mode-line-string): New variable.
6738 (eldoc-minibuffer-message): New function.
6739 (eldoc-message-function): New variable.
6740 (eldoc-message): Use it.
6741 (eldoc-display-message-p)
2fcc7665
SM
6742 (eldoc-display-message-no-interference-p):
6743 Support eldoc-post-insert-mode.
69489f1d
LL
6744
6745 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
6746 (eval-expression): Run it.
6747
9c44569e
RW
67482013-03-17 Roland Winkler <winkler@gnu.org>
6749
6750 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
6751 strings in the list of return values.
6752
327f1f6f
JB
67532013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
6754
6755 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
6756 radix before checking for HMS forms.
6757
67ed8fcd
LL
67582013-03-16 Leo Liu <sdl.web@gmail.com>
6759
6760 * progmodes/scheme.el: Add indentation and font-locking for λ.
6761 (Bug#13975)
6762
78be8b64 67632013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
6764
6765 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
6766 token before point (bug#13942).
6767
78be8b64 67682013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 6769
95b43468 6770 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 6771
98e775e6
EZ
67722013-03-16 Eli Zaretskii <eliz@gnu.org>
6773
6774 * startup.el (command-line-normalize-file-name): Fix handling of
6775 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
6776 <xfq.free@gmail.com> in
6777 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
6778
2edd6029
MA
67792013-03-15 Michael Albinus <michael.albinus@gmx.de>
6780
6781 Sync with Tramp 2.2.7.
6782
6783 * net/trampver.el: Update release number.
6784
d35f5864
TH
67852013-03-14 Tassilo Horn <tsdh@gnu.org>
6786
f35ffe5e
TH
6787 * doc-view.el Fix bug#13887.
6788 (doc-view-insert-image): Don't modify overlay associated to
6789 non-live windows, and implement horizontal centering of image in
6790 case it's smaller than the window.
6791 (doc-view-new-window-function): Force redisplay of new windows on
6792 doc-view buffers.
d35f5864 6793
1c4a85ed
KF
67942013-03-13 Karl Fogel <kfogel@red-bean.com>
6795
6796 * saveplace.el (save-place-alist-to-file): Don't sort
6797 `save-place-alist', just pretty-print it (bug#13882).
6798
85b66a21
MA
67992013-03-13 Michael Albinus <michael.albinus@gmx.de>
6800
a020afb9
JB
6801 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
6802 Check whether `default-file-name-coding-system' is bound.
6803 It isn't in XEmacs.
85b66a21 6804
175600da
SM
68052013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6806
e7f7cb1a
SM
6807 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
6808 backquotes for `obsolete' (bug#13929).
6809
175600da
SM
6810 * international/mule.el (find-auto-coding): Include file name in
6811 obsolescence warning (bug#13922).
6812
ca68a22e
TZ
68132013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
6814
6815 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
6816 for CFEngine 3-specific indentation.
6817 (cfengine3-indent-line): Use it. Fix up category regex.
6818 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
6819
940e5099
SM
68202013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6821
6822 * type-break.el (type-break-file-name):
6823 * textmodes/remember.el (remember-data-file):
6824 * strokes.el (strokes-file):
6825 * shadowfile.el (shadow-initialize):
6826 * saveplace.el (save-place-file):
6827 * ps-bdf.el (bdf-cache-file):
6828 * progmodes/idlwave.el (idlwave-config-directory):
6829 * net/quickurl.el (quickurl-url-file):
6830 * international/kkc.el (kkc-init-file-name):
6831 * ido.el (ido-save-directory-list-file):
6832 * emulation/viper.el (viper-custom-file-name):
6833 * emulation/vip.el (vip-startup-file):
6834 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
6835 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
6836
cc725808
PE
68372013-03-12 Paul Eggert <eggert@cs.ucla.edu>
6838
6839 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
6840 * language/thai-word.el: Switch to UTF-8.
6841
a020afb9 6842See ChangeLog.16 for earlier changes.
e3d51b27
MR
6843
6844;; Local Variables:
6845;; coding: utf-8
e3d51b27
MR
6846;; End:
6847
ab422c4d 6848 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
6849
6850 This file is part of GNU Emacs.
6851
6852 GNU Emacs is free software: you can redistribute it and/or modify
6853 it under the terms of the GNU General Public License as published by
6854 the Free Software Foundation, either version 3 of the License, or
6855 (at your option) any later version.
6856
6857 GNU Emacs is distributed in the hope that it will be useful,
6858 but WITHOUT ANY WARRANTY; without even the implied warranty of
6859 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6860 GNU General Public License for more details.
6861
6862 You should have received a copy of the GNU General Public License
6863 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.