Auto-commit of generated files.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
0c173878
SS
12013-09-24 Sam Steingold <sds@gnu.org>
2
3 * midnight.el (clean-buffer-list-kill-regexps)
4 (clean-buffer-list-kill-buffer-names): Update for the new Man
5 buffer naming which includes the object name.
6
84998447
SM
72013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8
9 * eshell/esh-cmd.el (eshell--sep-terms): New var.
10 (eshell-parse-command, eshell-parse-pipeline): Use it since
11 eshell-separate-commands requires a dynamic scoped var.
12 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
13
33215353
LL
142013-09-23 Leo Liu <sdl.web@gmail.com>
15
16 * autoinsert.el (auto-insert-alist): Make the value of
17 lexical-binding match its file setting.
18
57b16162
JB
192013-09-23 Juanma Barranquero <lekktu@gmail.com>
20
c8af4e67
JB
21 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
22
57b16162
JB
23 * autoarg.el (autoarg-kp-digit-argument):
24 * electric.el (Electric-command-loop):
25 * kmacro.el (kmacro-step-edit-insert):
26 Do not set universal-argument-num-events.
27
7186ba60
LL
282013-09-22 Leo Liu <sdl.web@gmail.com>
29
30 * files.el (interpreter-mode-alist): Add octave.
31
ece15004
AM
322013-09-21 Alan Mackenzie <acm@muc.de>
33
34 C++: fontify identifier in declaration following "public:" correctly.
35 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
36 to match "public", etc.
37 (c-decl-prefix-re): Add ":" into the C++ value.
38 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
39 bit. Add a check for a ":" preceded by "public", etc.
40
75d83e22
EZ
412013-09-21 Eli Zaretskii <eliz@gnu.org>
42
43 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
44 recognized by GDB 7.5 and later.
45
d052d3bd
XF
462013-09-21 Xue Fuqiao <xfq.free@gmail.com>
47
48 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
49
31dca772
R
502013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * subr.el (internal--call-interactively): New const.
53 (called-interactively-p): Use it (bug#3984).
54
98ccf24e
XF
552013-09-20 Xue Fuqiao <xfq.free@gmail.com>
56
57 * vc/pcvs.el (cvs-mode-ignore):
58 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore): Rename
59 cvs-append-to-ignore to vc-cvs-append-to-ignore.
60
c39cc7d1
SM
612013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
62
63 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
64 (eshell-ls-orig-insert-directory): Remove.
65 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
66 (eshell-ls-use-in-dired): Use advice-add/remove.
67 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
68 Add `orig-fun' arg for use in :around advice.
69 Make it check (redundantly) eshell-ls-use-in-dired.
70
9a0289a2
GM
712013-09-19 Glenn Morris <rgm@gnu.org>
72
a2c501b8
GM
73 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
74
c440407a
GM
75 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
76
9a0289a2
GM
77 * emacs-lisp/eieio.el (class-parent): Undo previous change.
78
85e05915
MA
792013-09-19 Michael Albinus <michael.albinus@gmx.de>
80
81 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
82 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
83 (tramp-get-remote-python): New defuns.
84 (tramp-get-remote-uid-with-perl)
85 (tramp-get-remote-gid-with-perl): New defuns. Perl code
86 contributed by yary <not.com@gmail.com> (tiny change).
87 (tramp-get-remote-uid-with-python)
88 (tramp-get-remote-gid-with-python): New defuns. Python code
89 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
90 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
91
ce503312
GM
922013-09-19 Glenn Morris <rgm@gnu.org>
93
f7544773
GM
94 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
95
72fd2877
GM
96 * eshell/em-unix.el (eshell-remove-entries):
97 Rename argument to avoid name-clash with global `top-level'.
98
336b5a56
GM
99 * eshell/esh-proc.el (eshell-kill-process-function):
100 Remove eshell-reset-after-proc from eshell-kill-hook if present.
101 (eshell-reset-after-proc): Remove unused arg `proc'.
102
57a3a53d
GM
103 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
104 (directory-files-and-attributes): Mark unused arg.
105
3261d4af
GM
106 * eshell/em-unix.el (eshell-remove-entries):
107 Remove unused arg `path'. Update callers.
108
8e51b5d0
GM
109 * eshell/em-hist.el (eshell-hist-parse-arguments):
110 Remove unused arg `silent'. Update callers.
111
ce503312
GM
112 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
113 Fix (f)boundp mix-up.
114
115 * eshell/em-smart.el (eshell-smart-scroll-window)
116 (eshell-disable-after-change):
336b5a56 117 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
ce503312 118
ee3ce8a7
AM
1192013-09-18 Alan Mackenzie <acm@muc.de>
120
121 Fix fontification of type when followed by "const".
122 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
123 "known" types from fontification.
124
ec9177ba
GM
1252013-09-18 Glenn Morris <rgm@gnu.org>
126
7bb3e768
GM
127 * emacs-lisp/chart.el (x-display-color-cells): Declare.
128 (chart-face-list): Drop Emacsen without display-color-p.
129
5148da15
GM
130 * net/eww.el (libxml-parse-html-region): Declare.
131 (eww-display-html): Explicit error if no libxml2 support.
132
2f68e157
GM
133 * doc-view.el (doc-view-mode): Silence --without-x compilation.
134
9019d095
GM
135 * image.el (image-type-from-buffer, image-multi-frame-p):
136 Remove --without-x warning/error.
67645389 137
5f30349b 138 * mouse.el (mouse-yank-primary):
45069b2e 139 * term.el (term-mouse-paste):
5f30349b
GM
140 Reorder to silence --without-x compilation.
141
cd8edbbe
GM
142 * mpc.el (doc-view-mode): Silence --without-x compilation.
143
8a78544e
GM
144 * mail/rmailmm.el (rmail-mime-set-bulk-data):
145 Silence --without-x compilation.
146
12679bfd
GM
147 * progmodes/gud.el (gud-find-file, gud-mode):
148 Silence --without-x compilation.
149 (tooltip-mode): Declare.
30810a05 150
f0047cb9
GM
151 * wdired.el (dired-backup-overwrite): Remove declaration.
152 (wdired-mode-map): Add doc string.
153
e740f9d2
GM
154 * custom.el (x-get-resource): Declare.
155
92d77c89
GM
156 * eshell/em-glob.el (ange-cache):
157 * eshell/em-unix.el (ange-cache): Declare.
158
76e69577
GM
159 * faces.el (x-display-list, x-open-connection, x-get-resource):
160 Declare.
7e58af4b
GM
161
162 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
163 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
164 Declare.
76e69577 165
4bd4c0af 166 * frame.el (x-display-grayscale-p, x-display-name): Declare.
e740f9d2 167
ffb82dbd
GM
168 * net/gnutls.el (gnutls-log-level): Declare.
169
986ed135
GM
170 * net/shr.el (image-size, image-animate): Declare.
171
e740f9d2
GM
172 * simple.el (font-info): Declare.
173
d2f3e9f8
GM
174 * subr.el (x-popup-dialog): Declare.
175
047a1a4c
GM
176 * term/common-win.el (x-select-enable-primary)
177 (x-last-selected-text-primary, x-last-selected-text-clipboard):
178 Declare.
179
f4a1d572
GM
180 * term/ns-win.el (x-handle-args): Declare.
181
e843de77
GM
182 * term/x-win.el (x-select-enable-clipboard): Declare.
183
5fa89513
GM
184 * term/w32-win.el (create-default-fontset): Declare.
185
38702b5b
GM
186 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
187 Declare.
188
e740f9d2
GM
189 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
190 (fit-frame-to-buffer): Explicit error if --without-x.
191 (mouse-autoselect-window-select): Silence compiler.
192
49a053fc
GM
193 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
194
195 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
196 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
197 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
91c837fe 198 * eshell/esh-util.el (eshell-sublist):
49a053fc
GM
199 Remove unused local variables.
200
201 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
202
ec9177ba
GM
203 * textmodes/two-column.el: Make 2C-split work for --without-x.
204 (scroll-bar-columns): Autoload.
205 (top-level): Require fringe when compiling.
206
9f25cb77
LL
2072013-09-18 Leo Liu <sdl.web@gmail.com>
208
209 * subr.el (add-hook): Robustify to handle closure as well.
210
2b42da98
GM
2112013-09-17 Glenn Morris <rgm@gnu.org>
212
213 * simple.el (messages-buffer-mode-map): Unbind "g".
214
e8b66a6a
SM
2152013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
216
9c0ad4f7
SM
217 * help-mode.el (help-mode-finish): Use derived-mode-p.
218 Remove obsolete highlighting.
219
7a806dfb
SM
220 * play/life.el (life-mode): Use define-derived-mode. Derive from
221 special-mode.
222 (life): Let-bind inhibit-read-only.
223 (life-setup): Avoid `setq'. Use `life-mode'.
224
96dbf5a8
SM
225 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
226 which should not be needed any more.
227 (package-menu-refresh, package-menu-describe-package): Use user-error.
228
e8b66a6a
SM
229 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
230 (eshell-post-rewrite-command-hook): Make obsolete.
231 (eshell-parse-command): Simplify.
232 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
233 (eshell--cmd): Declare.
234 (eshell-parse-pipeline): Remove unused var `final-p'.
235 Pass a dynvar to eshell-post-rewrite-command-hook.
236 Implement the new eshell-post-rewrite-command-function.
237 (eshell-invoke-directly): Remove unused arg `input'.
238 * eshell/esh-io.el (eshell-io-initialize):
239 Use eshell-post-rewrite-command-function (bug#15399).
240 (eshell--apply-redirections): Rename from eshell-apply-redirections;
241 adjust to new calling convention.
242 (eshell-create-handles): Rename args to avoid clashing with dynvar
243 `standard-output'.
244
90582f05
GM
2452013-09-17 Glenn Morris <rgm@gnu.org>
246
247 * simple.el (messages-buffer-mode): New major mode.
248 (messages-buffer): New function.
249 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
250 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
f804aa63 251 (ert-run-test): Use `messages-buffer' function.
90582f05 252 (ert--force-message-log-buffer-truncation): Ignore read-only.
f804aa63
GM
253 * help.el (view-echo-area-messages): Use `messages-buffer' function.
254 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
90582f05 255
39eb0cb5 2562013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1809eef8
SM
257
258 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
259
1f1e06e2
SM
260 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
261
70568a90
SM
2622013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
263
504a0381
SM
264 * icomplete.el (icomplete-in-buffer): New var.
265 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
266 vars and replace them with functions.
267 (icomplete-minibuffer-setup): Adjust accordingly.
268 (icomplete--completion-table, icomplete--completion-predicate)
269 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
270 New functions.
271 (icomplete-forward-completions, icomplete-backward-completions)
272 (icomplete-simple-completing-p, icomplete-exhibit)
273 (icomplete-completions): Use them.
274 (icomplete--in-region-buffer): New var.
275 (icomplete--in-region-setup): New function.
276 (icomplete-mode): Use it.
277
70568a90
SM
278 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
279 (bug#15379).
280 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
281 return args and options.
282 (eshell-eval-using-options): Use the new return value of
283 eshell--do-opts to set the options's vars in their scope.
284 (eshell--set-option): Rename from eshell-set-option.
285 Add arg `opt-vals'.
286 (eshell--process-option): Rename from eshell-process-option.
287 Add arg `opt-vals'.
288 (eshell--process-args): Use an `opt-vals' alist to store the options's
289 values during their processing and return them additionally to the
290 remaining args.
291
578c21bc
DG
2922013-09-15 Dmitry Gutov <dgutov@yandex.ru>
293
294 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
295 continuation character an operator, as far as indentation is
296 concerned (Bug#15369).
297
c089653d
MR
2982013-09-15 Martin Rudalics <rudalics@gmx.at>
299
300 * window.el (window--state-put-2): Don't process buffer state
301 when buffer doesn't exist any more (Bug#15382).
302
1e53bb4b
GM
3032013-09-15 Glenn Morris <rgm@gnu.org>
304
30753242
GM
305 * eshell/em-unix.el (eshell/rm):
306 Make -f ignore missing files. (Bug#15373)
307
1e53bb4b
GM
308 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
309 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
310 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
311
0d8863b3
GM
3122013-09-14 Glenn Morris <rgm@gnu.org>
313
314 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
315
d3fc6549
GM
3162013-09-13 Glenn Morris <rgm@gnu.org>
317
318 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
319 (dired-guess-default): Make `file' available in the env. (Bug#15363)
320
fcd42c11
DA
3212013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
322
323 * frame.el (x-focus-frame): Mark as declared in frame.c.
324
7830899f
SM
3252013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * ls-lisp.el: Use advice-add.
328 (original-insert-directory): Remove.
329 (ls-lisp--insert-directory): Rename from insert-directory; add
330 `orig-fun' argument.
331 (insert-directory): Advise.
332
84387cd2
EZ
3332013-09-13 Eli Zaretskii <eliz@gnu.org>
334
335 * term.el (term-emulate-terminal): Decode the command string
336 before passing it to term-command-hook. (Bug#15337)
337
35ffc6ba
GM
3382013-09-13 Glenn Morris <rgm@gnu.org>
339
5c3f9bcc
GM
340 * eshell/esh-util.el (ange-cache): Move declaration earlier.
341
2ada368a
GM
342 * eshell/esh-ext.el (eshell-search-path): Declare.
343
fcef2e13
GM
344 * eshell/em-prompt.el (eshell/pwd): Autoload it.
345 Otherwise an error occurs if eshell-dirs module not loaded.
346
35ffc6ba
GM
347 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
348
35c3d36e
MA
3492013-09-13 Michael Albinus <michael.albinus@gmx.de>
350
351 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
352 `tramp-check-proper-host'. Check for a valid method name.
353
354 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
355 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
356 * net/tramp-sh.el (tramp-maybe-open-connection):
357 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
358
359 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
360 also for hash values.
361
ae5e4c48
SM
3622013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
363
379add74
SM
364 * term/ns-win.el (parameters): Don't declare as dynamic.
365 (before-make-frame-hook): Don't add ineffective function.
366
ae5e4c48
SM
367 * eshell/*.el: Use lexical-binding (bug#15231).
368
b5623270
KH
3692013-09-12 Kenichi Handa <handa@gnu.org>
370
ae5e4c48 371 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
b5623270 372
30213927
GM
3732013-09-12 Glenn Morris <rgm@gnu.org>
374
be94d713 375 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
aa30fa6f 376 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
be94d713 377
44915370
GM
378 * subr.el (do-after-load-evaluation): Also give compiler warnings
379 when obsolete files are used (except by obsolete files).
380
a6ae021f
GM
381 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
382 in the status output, assume `filename' is the first. (Bug#15322)
383
40e64f0c
GM
384 * vc/vc.el (vc-deduce-fileset): Doc fix.
385
16d9f896
GM
386 * calc/calc-help.el (Info-goto-node):
387 * progmodes/cperl-mode.el (Info-find-node):
388 * vc/ediff.el (Info-goto-node): Update declarations.
389
dea01c6e
GM
390 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
391
759880bf 392 * vc/vc-bzr.el (vc-compilation-mode): Declare.
96b3f75a
GM
393 (vc-bzr-pull): Require vc-dispatcher.
394 * vc/vc-git.el (vc-compilation-mode): Declare.
395 (vc-git-pull): Require vc-dispatcher.
396
08d66420
GM
397 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
398
30b626e9
GM
399 * progmodes/octave.el (help-button-action): Declare.
400
8c05cb10
GM
401 * shell.el (shell-directory-tracker): Output error as a message
402 rather than just returning it as a string.
403 (shell-process-pushd): Remove useless use of message.
404
30213927
GM
405 * dframe.el (dframe-timer-fn):
406 * files.el (dir-locals-read-from-file):
407 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
408 (mpc-format):
409 * reveal.el (reveal-post-command):
410 * saveplace.el (load-save-place-alist-from-file):
411 * shell.el (shell-resync-dirs):
412 * w32-common-fns.el (x-get-selection-value):
413 * emacs-lisp/copyright.el (copyright-find-copyright):
414 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
415 * emulation/tpu-edt.el (tpu-copy-keyfile):
416 * play/bubbles.el (bubbles--mark-neighbourhood):
417 * progmodes/executable.el
418 (executable-make-buffer-file-executable-if-script-p):
419 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
420
d3b049e6
SM
4212013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
422
170266d0
SM
423 Cleanup Eshell to rely less on dynamic scoping.
424 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
425 last-value, and ext-command here. Bind `args' closer to `body'.
426 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
427 (eshell--args): Declare new dynamic var.
428 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
429 last-value, and ext-command. Pass `args' to `body'.
430 (eshell-process-args): Bind eshell--args.
431 (eshell-set-option): Use eshell--args.
432 * eshell/eshell.el (eshell): Use derived-mode-p.
433 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
434 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
435 (eshell-glob-function): Declare.
436 * eshell/esh-util.el: Require cl-lib.
437 (eshell-read-hosts-file): Avoid add-to-list.
438 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
439 `err'.
440 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
441 Declare.
442 (eshell/diff): Remove unused var `err'.
443 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
444 `killflag'.
445 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
446 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
447 first use.
448 * eshell/em-glob.el (eshell-glob-matches, message-shown):
449 Move declaration before first use.
450 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
d3b049e6
SM
451 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
452 rely on cl-return.
453
56834f3b
GM
4542013-09-12 Glenn Morris <rgm@gnu.org>
455
456 * term/ns-win.el (global-map): Remove binding for ispell-next,
457 deleted 1999-05-29. (Bug#15357)
458
5c91a2b8
GM
4592013-09-11 Glenn Morris <rgm@gnu.org>
460
da712f22
GM
461 * echistory.el (electric-command-history): Remove call to deleted func.
462
512e4cdc
GM
463 * play/landmark.el (landmark-mode): Fix typos.
464
d3506ca5
GM
465 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
466 Check cvs-sort-ignore-file is bound.
467
5c91a2b8
GM
468 * savehist.el: No need for cl when compiling on Emacs.
469
feeff482
SM
4702013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
471
656bd483
SM
472 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
473 (bug#15338).
d3b049e6
SM
474 (eshell-self-insert-command, eshell-send-invisible):
475 Remove unused argument.
656bd483
SM
476 (eshell-handle-control-codes): Remove unused var `orig'.
477 Avoid delete-backward-char.
478
feeff482
SM
479 * files.el (set-auto-mode): Simplify a bit further.
480
2a08047a
GM
4812013-09-11 Glenn Morris <rgm@gnu.org>
482
483 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
484 (set-auto-mode): Don't regexp-quote elements.
485 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
486 * progmodes/cc-mode.el (interpreter-mode-alist):
487 * progmodes/ruby-mode.el (interpreter-mode-alist):
488 Revert previous change.
489
34675540
SM
4902013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
491
1b3b87df
SM
492 * play/snake.el (snake-mode):
493 * play/mpuz.el (mpuz-mode):
494 * play/landmark.el (lm-mode):
495 * play/blackbox.el (blackbox-mode):
496 * play/5x5.el (5x5-mode):
497 * obsolete/options.el (Edit-options-mode):
498 * net/quickurl.el (quickurl-list-mode):
499 * net/newst-treeview.el (newsticker-treeview-mode):
500 * mail/rmailsum.el (rmail-summary-mode):
501 * mail/mspools.el (mspools-mode):
502 * locate.el (locate-mode):
503 * ibuffer.el (ibuffer-mode):
504 * emulation/ws-mode.el (wordstar-mode):
505 * emacs-lisp/debug.el (debugger-mode):
506 * array.el (array-mode):
507 * net/eudc.el (eudc-mode): Use define-derived-mode.
508 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
509 Move initialization into declaration.
510 (mairix-searches-mode): Use define-derived-mode.
511 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
512 (eudc-edit-hotlist): Use dolist.
513 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
514 (Man-mode): Use define-derived-mode.
515 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
516 (Info-edit-mode): Use define-derived-mode.
517 (Info-cease-edit): Use Info-mode.
518 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
519 into declaration.
520 (eshell-mode): Use define-derived-mode.
521 * chistory.el (command-history-mode-map): Rename from
522 command-history-map.
523 (command-history-mode): Use define-derived-mode.
da712f22 524 (Command-history-setup): Remove function.
1b3b87df
SM
525 * calc/calc.el (calc-trail-mode-map): New var.
526 (calc-trail-mode): Use define-derived-mode.
527 (calc-trail-buffer): Set calc-main-buffer manually.
528 * bookmark.el (bookmark-insert-annotation): New function.
529 (bookmark-edit-annotation): Use it.
530 (bookmark-edit-annotation-mode): Make it a proper major mode.
531 (bookmark-send-edited-annotation): Use derived-mode-p.
532 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
533 closer to its ideal place. Use \' to match EOS.
534
34675540
SM
535 * profiler.el (profiler-calltree-find): Use function-equal.
536
6a5c15d9
GM
5372013-09-10 Glenn Morris <rgm@gnu.org>
538
1af4c220
GM
539 * files.el (interpreter-mode-alist): Convert to regexps.
540 (set-auto-mode): Adapt for this. (Bug#15306)
541 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
542 Comment out unused variable.
543 * progmodes/cc-mode.el (interpreter-mode-alist):
544 * progmodes/python.el (interpreter-mode-alist):
545 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
546 * progmodes/sh-script.el (sh-set-shell):
547 No longer use interpreter-mode-alist to get list of shells.
548
6a5c15d9
GM
549 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
550
8c27f5ff
SM
5512013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
552
02ef6c1a 553 * simple.el: Use set-temporary-overlay-map for universal-argument.
656bd483 554 (universal-argument-map): Don't use default-bindings (bug#15317).
02ef6c1a
SM
555 Bind switch-frame explicitly. Replace universal-argument-minus with
556 a conditional binding.
557 (universal-argument-num-events, saved-overriding-map): Remove.
558 (restore-overriding-map): Remove.
559 (universal-argument--mode): Rename from save&set-overriding-map,
560 and rewrite.
561 (universal-argument, universal-argument-more, negative-argument)
562 (digit-argument): Adjust accordingly.
563 (universal-argument-minus): Remove.
564 (universal-argument-other-key): Remove.
565
8c27f5ff
SM
566 * subr.el (with-demoted-errors): Add `format' argument.
567
6480194c
MA
5682013-09-10 Michael Albinus <michael.albinus@gmx.de>
569
570 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
571 `tramp-cleanup-connection'.
572
573 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
574 parameters KEEP-DEBUG and KEEP-PASSWORD.
575
576 * net/tramp.el (tramp-file-name-handler):
577 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
578 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
579 (tramp-maybe-open-connection):
8c27f5ff
SM
580 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
581 Use `tramp-cleanup-connection'.
6480194c 582
8c27f5ff
SM
583 * net/tramp-sh.el (tramp-maybe-open-connection):
584 Catch 'uname-changed inside the progress reporter.
6480194c 585
e5e916d8
GM
5862013-09-10 Glenn Morris <rgm@gnu.org>
587
9a2c9b47
GM
588 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
589
e5e916d8
GM
590 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
591 returns "alternate access method" in mode (eg "-rw-r--r--.").
592
144e38fe
GM
5932013-09-08 Glenn Morris <rgm@gnu.org>
594
595 * saveplace.el (load-save-place-alist-from-file):
596 Demote errors. (Bug#15305)
597
af9ff9e8
MA
5982013-09-08 Michael Albinus <michael.albinus@gmx.de>
599
600 Improve compatibility with older Emacsen, and XEmacs.
601
602 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
603 only if it is bound. It isn't for XEmacs.
8c27f5ff
SM
604 (with-tramp-progress-reporter): Do not let-bind `result'.
605 This yields to scoping errors in XEmacs.
af9ff9e8
MA
606 (tramp-handle-make-auto-save-file-name): New function, moved from
607 tramp-sh.el.
608
609 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
610 for `make-auto-save-file-name'.
8c27f5ff
SM
611 (tramp-adb--gnu-switches-to-ash):
612 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
613
614 * net/tramp-cache.el (tramp-cache-print): Call
615 `substring-no-properties' only if it is bound. It isn't for XEmacs.
616
617 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
618 bound. It isn't for XEmacs.
619
8c27f5ff
SM
620 * net/tramp-compat.el (tramp-compat-copy-file):
621 Catch `wrong-number-of-arguments' error.
af9ff9e8
MA
622 (tramp-compat-replace-regexp-in-string): New defun.
623
624 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
625 for `make-auto-save-file-name'.
626 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
627 `copy-file'.
628 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
629 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
630 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
631
8c27f5ff
SM
632 * net/tramp-gw.el (tramp-gw-open-network-stream):
633 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8 634
8c27f5ff
SM
635 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
636 Call `tramp-handle-make-auto-save-file-name'.
af9ff9e8
MA
637 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
638 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8c27f5ff
SM
639 (tramp-sh-file-inotifywait-process-filter):
640 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
641 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
642
643 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
644 for `make-auto-save-file-name'.
8c27f5ff
SM
645 (tramp-smb-handle-copy-directory):
646 Call `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
647 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
648 (tramp-smb-handle-copy-file): Improve error message.
649 (tramp-smb-handle-rename-file): Rename directly only in case
650 `newname' does not exist yet. This is a restriction of smbclient.
651 (tramp-smb-maybe-open-connection): Rerun the function only when
652 `auth-sources' is non-nil.
653
0ca754d0
KH
6542013-09-08 Kenichi Handa <handa@gnu.org>
655
656 * international/characters.el: Set category "^" (Combining) for
657 more characters.
658
e8dd0787
AM
6592013-09-07 Alan Mackenzie <acm@muc.de>
660
661 Correctly fontify Java class constructors.
662 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
663 in Java Mode.
664 (c-recognize-typeless-decls): Set the Java value to t.
8c27f5ff
SM
665 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
666 While handling a "(", add a check for, effectively, Java, and handle a
e8dd0787
AM
667 "typeless" declaration there.
668
f2f248e7
RW
6692013-09-07 Roland Winkler <winkler@gnu.org>
670
671 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
672 field subtitle for entry type book.
673
67982e2b
SM
6742013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
675
676 * minibuffer.el: Make minibuffer-complete call completion-in-region
677 rather than other way around.
678 (completion--some, completion-pcm--find-all-completions):
679 Don't delay signals when debugging.
680 (minibuffer-completion-contents): Beware fields within the
681 minibuffer contents.
682 (completion-all-sorted-completions): Use defvar-local.
683 (completion--do-completion, completion--cache-all-sorted-completions)
684 (completion-all-sorted-completions, minibuffer-force-complete):
685 Add args `beg' and `end'.
686 (completion--in-region-1): New fun, extracted from minibuffer-complete.
687 (minibuffer-complete): Use completion-in-region.
688 (completion-complete-and-exit): New fun, extracted from
689 minibuffer-complete-and-exit.
690 (minibuffer-complete-and-exit): Use it.
691 (completion--complete-and-exit): Rename from
692 minibuffer--complete-and-exit.
693 (completion-in-region--single-word): New function, extracted from
694 minibuffer-complete-word.
695 (minibuffer-complete-word): Use it.
696 (display-completion-list): Make `common-substring' argument obsolete.
697 (completion--in-region): Call completion--in-region-1 instead of
698 minibuffer-complete.
699 (completion-help-at-point): Pass boundaries to
700 minibuffer-completion-help as args rather than via an overlay.
701 (completion-pcm--string->pattern): Use `any-delim'.
702 (completion-pcm--optimize-pattern): New function.
703 (completion-pcm--pattern->regex): Handle `any-delim'.
704 * icomplete.el (icomplete-forward-completions)
705 (icomplete-backward-completions, icomplete-completions):
706 Adjust calls to completion-all-sorted-completions and
707 completion--cache-all-sorted-completions.
708 (icomplete-with-completion-tables): Default to t.
709 * emacs-lisp/crm.el (crm--current-element): Rename from
710 crm--select-current-element. Don't put an overlay but return the
711 boundaries instead.
712 (crm--completion-command): Take two new args to bind to the boundaries.
713 (crm-completion-help): Adjust accordingly.
714 (crm-complete): Use completion-in-region.
715 (crm-complete-word): Use completion-in-region--single-word.
716 (crm-complete-and-exit): Use completion-complete-and-exit.
717
e17d94a5
SM
7182013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
719
720 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
721 than dynamically.
722
96727100
JL
7232013-09-06 Juri Linkov <juri@jurta.org>
724
725 * info.el (Info-display-images-node): When image file doesn't exist
726 display text version of the image if it's provided in the Info file.
727 Otherwise, display the location of missing image from SRC attribute.
728 Add help-echo text property from ALT attribute. (Bug#15279)
729
86cf7329
SM
7302013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
731
732 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
733 (edit-abbrevs-mode): Use define-derived-mode.
734
735 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
736 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
737 that it's defined.
738 (epa-key-list-mode, epa-key-mode, epa-info-mode):
739 Use define-derived-mode.
740
741 * epg.el (epg-start-encrypt): Minor CSE simplification.
742
816244a2
WX
7432013-09-06 William Xu <william.xwl@gmail.com>
744
745 * arc-mode.el: Add support for 7za (bug#15264).
746 (archive-7z-program): New var.
747 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
748 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
749 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
750
1486fa31
MA
7512013-09-06 Michael Albinus <michael.albinus@gmx.de>
752
753 Remove URL syntax.
754
755 * net/tramp.el (tramp-syntax, tramp-prefix-format)
756 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
757 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
758 (tramp-postfix-host-format, tramp-file-name-regexp)
759 (tramp-completion-file-name-regexp)
760 (tramp-completion-dissect-file-name)
761 (tramp-handle-substitute-in-file-name): Remove 'url case.
762 (tramp-file-name-regexp-url)
763 (tramp-completion-file-name-regexp-url): Remove constants.
764
39785324
GM
7652013-09-06 Glenn Morris <rgm@gnu.org>
766
767 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
768
1f896cb7
DG
7692013-09-05 Dmitry Gutov <dgutov@yandex.ru>
770
771 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
772 keywords" below "here-doc beginnings" (Bug#15270).
773
c0458e0b
SM
7742013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 * subr.el (pop): Use `car-safe'.
777 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
778 to detect unused `pop' return value.
779
780 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
781 var `block-regexp'.
782 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
783 (python-fill-string): Remove unused var `marker'.
784 (python-skeleton-add-menu-items): Remove unused var `items'.
785
786 * international/mule-cmds.el: Require CL.
787 (find-coding-systems-for-charsets): Avoid add-to-list.
788 (sanitize-coding-system-list): New function, extracted from
789 select-safe-coding-system-interactively.
790 (select-safe-coding-system-interactively): Use it.
791 (read-input-method-name): Accept symbols for `default'.
792
793 * emacs-lisp/advice.el (defadvice): Add indent rule.
794
6c42fc3e
DH
7952013-09-05 Daniel Hackney <dan@haxney.org>
796
797 * dired-x.el:
798 * net/ange-ftp.el:
799 * net/browse-url.el:
800 * net/dbus.el:
801 * net/eudc.el:
802 * net/eudcb-ldap.el:
803 * net/eww.el:
804 * net/imap.el:
805 * printing.el:
806 * vc/ediff-diff.el:
807 * vc/ediff-init.el:
808 * vc/ediff-merg.el:
809 * vc/ediff-mult.el:
810 * vc/ediff-util.el:
811 * vc/ediff-wind.el:
812 * vc/ediff.el:
813 * vc/emerge.el:
814 * vc/pcvs.el:
815 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
816 byte compiler. Remove some unused let-bound variables.
817
4c528aab
SM
8182013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
821 a "ref-cell", since it gets better optimized (bug#14883).
822
bd15c390
GM
8232013-09-05 Glenn Morris <rgm@gnu.org>
824
825 * progmodes/cc-awk.el (c-forward-sws): Declare.
826
1c3ac2e5
GM
8272013-09-04 Glenn Morris <rgm@gnu.org>
828
829 * generic-x.el [rul-generic-mode]: Require cc-mode.
830 (c++-mode-syntax-table): Declare.
831 (rul-generic-mode-syntax-table): Init in the defvar.
832
52b1cc79
SM
8332013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
834
c828af56
SM
835 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
836 (vc-do-command, vc-set-async-update):
837 * vc/vc-mtn.el (vc-mtn-dir-status):
838 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
839 (vc-hg-pull, vc-hg-merge-branch):
840 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
841 (vc-git-merge-branch):
842 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
843 (vc-cvs-dir-status-files):
844 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
845 (vc-bzr-dir-status-files):
846 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
847 * vc/vc-annotate.el: Use lexical-binding.
848 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
849 (vc-sentinel-movepoint): Declare.
850 (vc-annotate): Don't use `goto-line'.
851 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
852 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
853 (vc-sentinel-movepoint): Declare.
854 * vc/vc-svn.el: Use lexical-binding.
855 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
856 * vc/vc-sccs.el:
857 * vc/vc-rcs.el: Use lexical-binding.
858
abae272c
SM
859 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
860 `deleted'. Don't drop errors silently.
861
52b1cc79
SM
862 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
863
63191d9f
XF
8642013-09-04 Xue Fuqiao <xfq.free@gmail.com>
865
866 * vc/vc.el (vc-ignore): Rewrite.
867 (vc-default-ignore): New function.
868 (vc-default-ignore-completion-table): Use find-ignore-file.
869
870 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
871 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
872 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
873 Remove. Most code moved to vc.el.
874
9d3f707c
SM
8752013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
876
abae272c 877 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
38726039
SM
878 * net/tramp-smb.el (tramp-smb-get-file-entries):
879 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
880 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
881
fde38d49
SM
882 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
883 Update call to it.
884 (eww-change-select): Remove unused var `properties'.
885 (eww-make-unique-file-name): Remove unused var `base'.
886
887 * finder.el (finder-compile-keywords): Don't mess with windows.
888
84032db7
SM
889 * calculator.el (calculator-funcall): Fix typo in last change.
890
724f5e41
SM
891 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
892
14b511d4
SM
893 * emacs-lisp/package.el (package-activate-1): Don't let a missing
894 <pkg>-autoloads.el file stop us.
895
9d3f707c 896 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
14b511d4 897 warnings, and factor out common code.
9d3f707c 898
88527bc0
DG
8992013-09-03 Dmitry Gutov <dgutov@yandex.ru>
900
901 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
902 two-character operators and whether the character preceding them
903 changes their meaning (Bug#15208).
904
96edb677
FEG
9052013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
906
907 Format code sent to Python shell for robustness.
9d3f707c
SM
908 * progmodes/python.el (python-shell-buffer-substring):
909 New function.
96edb677
FEG
910 (python-shell-send-region, python-shell-send-buffer): Use it.
911
95beaef3
MA
9122013-09-02 Michael Albinus <michael.albinus@gmx.de>
913
914 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
915 * net/tramp.el (tramp-user-error): ... here.
916 (tramp-find-method, tramp-check-proper-host)
917 (tramp-dissect-file-name, tramp-debug-message)
918 (tramp-handle-shell-command):
919 * net/tramp-adb.el (tramp-adb-handle-shell-command):
920 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
921
922 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
923
f167c27b
MR
9242013-09-02 Martin Rudalics <rudalics@gmx.at>
925
926 * avoid.el (mouse-avoidance-point-position)
927 (mouse-avoidance-too-close-p): Handle case where posn-at-point
928 returns nil.
929
cd16c5f1
FEG
9302013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
931
932 * progmodes/python.el (python-shell-completion-get-completions):
933 Drop use of deleted `comint-last-prompt-overlay'.
e5c144d6 934 (python-nav-if-name-main): New command.
cd16c5f1 935
e73c3a0d
GM
9362013-09-01 Glenn Morris <rgm@gnu.org>
937
f8ccce03
GM
938 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
939 Avoid leading space in $wins. Otherwise the sed command used by
940 eg compile-main ends up containing "/*.el". (Bug#15170)
941
e73c3a0d
GM
942 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
943
415f808e
GM
9442013-08-30 Glenn Morris <rgm@gnu.org>
945
946 * emacs-lisp/bytecomp.el (byte-recompile-directory):
947 Fix is-this-a-directory logic. (Bug#15220)
948
f069bba8
SM
9492013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
950
112798c1
SM
951 * textmodes/css-mode.el: Use SMIE.
952 (css-smie-grammar): New var.
953 (css-smie--forward-token, css-smie--backward-token)
954 (css-smie-rules): New functions.
955 (css-mode): Use them.
956 (css-navigation-syntax-table): Remove var.
957 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
958 (css-indent-calculate, css-indent-line): Remove functions.
959
960 Misc changes to reduce use of `(lambda...); and other cleanups.
961 * cus-edit.el: Use lexical-binding.
962 (customize-push-and-save, customize-apropos)
963 (custom-buffer-create-internal): Use closures.
964 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
965 * progmodes/ada-xref.el: Use setq.
966 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
967 * dframe.el: Use lexical-binding.
968 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
969 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
970 * descr-text.el: Use lexical-binding.
971 (describe-text-widget, describe-text-sexp, describe-property-list):
972 Use closures.
973 * comint.el (comint-history-isearch-push-state): Use a closure.
974 * calculator.el: Use lexical-binding.
975 (calculator-number-to-string): Make it work with lexical-binding.
976 (calculator-funcall): Same and use cl-letf.
977
2da4c3ab
SM
978 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
979 (lisp--company-doc-string, lisp--company-location): New functions.
980 (lisp-completion-at-point): Use them to improve Company support.
981
f069bba8
SM
982 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
983 params of lambda expressions.
984 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
985 (ruby-smie--opening-pipe-p): New function.
986 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
987 symbols and matched |...| for formal params.
988 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
989 from being treated as hanging. Handle "rescue".
990
6758b6a8
GM
9912013-08-29 Glenn Morris <rgm@gnu.org>
992
993 * progmodes/cc-engine.el (c-pull-open-brace):
994 Move definition before use.
995
e8dfd197
SM
9962013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
997
998 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
999 are immutable. Don't use `unsafe' any more.
1000 (cl--defsubst-expand): Don't substitute at the same time as keeping
1001 a residual unused let-binding. Don't use `unsafe' any more.
1002
cc585c96
GM
10032013-08-29 Glenn Morris <rgm@gnu.org>
1004
ba579ea6
GM
1005 * calendar/cal-china.el (calendar-chinese-year-cache):
1006 Recenter on 2015.
1007
8201a87e
GM
1008 * nxml/nxml-util.el (nxml-debug-clear-inside):
1009 Use cl-loop rather than loop.
1010
6ee877c7
GM
1011 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
1012
cc585c96
GM
1013 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
1014
27be8d39
GM
10152013-08-28 Glenn Morris <rgm@gnu.org>
1016
397440a1
GM
1017 * progmodes/antlr-mode.el: No need to require cc-mode twice.
1018
2bb762d4
GM
1019 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
1020
27be8d39
GM
1021 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
1022
2d69b99e
SM
10232013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1024
f663baa7
SM
1025 * simple.el (repeat-complex-command--called-interactively-skip):
1026 New function.
1027 (repeat-complex-command): Use it (bug#14136).
1028
dd4f8b74
SM
1029 * progmodes/cc-mode.el: Minor cleanup of var declarations.
1030 (c-define-abbrev-table): Add `doc' argument.
1031 (c-mode-abbrev-table, c++-mode-abbrev-table)
1032 (objc-mode-abbrev-table, java-mode-abbrev-table)
1033 (idl-mode-abbrev-table, pike-mode-abbrev-table)
1034 (awk-mode-abbrev-table): Use it.
1035 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
1036 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
1037 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
1038 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
1039 Move initialization into the declaration; and remove any
1040 autoload cookie.
1041
b58969f7
SM
1042 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
1043 and dynamic let binding.
1044
4021d6a6
SM
1045 * vc/smerge-mode.el: Remove redundant :group args.
1046
2d69b99e
SM
1047 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
1048 to load-path.
1049
274919fd
JL
10502013-08-28 Juri Linkov <juri@jurta.org>
1051
1052 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
1053 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
1054 (isearch-other-meta-char): Handle an undefined shifted printing
1055 character by downshifting it. (Bug#15200)
1056
121f8c95
JL
10572013-08-28 Juri Linkov <juri@jurta.org>
1058
1059 * isearch.el (isearch-search): Change regexp error message for
1060 non-regexp searches. (Bug#15166)
1061
50b13cde
PE
10622013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1063
1064 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1065 for portability to hosts where /bin/sh has problems.
1066
95888bca
SM
10672013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
1070
bbe558f1
JL
10712013-08-27 Juri Linkov <juri@jurta.org>
1072
1073 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
1074 in the keyboard macro. (Bug#15126)
1075
26f98a7d
JL
10762013-08-27 Juri Linkov <juri@jurta.org>
1077
1078 * isearch.el (isearch-quote-char): Comment out converting unibyte
1079 to multibyte, thus syncing with its `quoted-insert' counterpart.
1080 (Bug#15166)
1081
7c97d35e
MR
10822013-08-27 Martin Rudalics <rudalics@gmx.at>
1083
1084 * window.el (display-buffer-use-some-window): Add missing
95888bca
SM
1085 argument in call of get-largest-window (Bug#15185).
1086 Reported by Stephen Leake.
7c97d35e 1087
a0b5606e 10882013-08-27 Glenn Morris <rgm@gnu.org>
d96ad422
GM
1089
1090 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
1091
9e89d835
SM
10922013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
1093
1094 * progmodes/python.el (python-font-lock-keywords): Don't return nil
1095 from a matcher-function unless there's no more matches (bug#15161).
1096
78fc2530
MA
10972013-08-26 Michael Albinus <michael.albinus@gmx.de>
1098
1099 * minibuffer.el: Revert change from 2013-08-20.
1100
1101 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
1102 with text property `tramp-default', if appropriate.
1103 (tramp-check-proper-host): New defun.
1104 (tramp-dissect-file-name): Do not check hostname. Revert change
1105 of 2013-03-18.
1106 (tramp-backtrace): Make VEC-OR-PROC optional.
1107
1108 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1109 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1110 * net/tramp-sh.el (tramp-maybe-open-connection):
95888bca
SM
1111 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1112 Apply `tramp-check-proper-host'.
78fc2530 1113
edca97cd
TH
11142013-08-26 Tassilo Horn <tsdh@gnu.org>
1115
1116 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
1117 lambda expression in order to have `describe-variable' display it.
1118
df54bcbd
MA
11192013-08-26 Michael Albinus <michael.albinus@gmx.de>
1120
1121 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
1122 BUF can be optional. (Bug#15186)
1123
eed99101
XF
11242013-08-25 Xue Fuqiao <xfq.free@gmail.com>
1125
1126 * progmodes/flymake.el (flymake-get-real-file-name-function):
1127 Fix broken customization. (Bug#15184)
1128
b5eb9035
AM
11292013-08-25 Alan Mackenzie <acm@muc.de>
1130
8a51e842
AM
1131 Improve indentation of bracelists defined by macros (without "=").
1132
1133 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
1134 expansion begins with "{", regard it as bracelist when it doesn't
1135 contain a ";".
1136
869455d4
AM
1137 Parse C++ inher-intro when there's a template split over 2 lines.
1138
1139 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
1140 rigorously the search for "class" etc. followed by ":".
1141
1142 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
1143 random languages a regexp which never matches rather than nil.
1144
b5eb9035
AM
1145 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
1146
1147 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
1148 (c-awk-regexp-one-line-possibly-open-char-list-re)
1149 (c-awk-one-line-possibly-open-regexp-re)
1150 (c-awk-one-line-non-syn-ws*-re): Remove.
1151 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
1152 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
1153 (c-awk-space*-unclosed-regexp-/-re): New constants.
1154 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
1155 aren't regexp delimiters.
1156
1157 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
1158 handling for a rare situation in AWK Mode involving unterminated
1159 strings/regexps.
1160
61611d54
GM
11612013-08-23 Glenn Morris <rgm@gnu.org>
1162
2d85dc34
GM
1163 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
1164
cb8d2612
GM
1165 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
1166
bb35f42f
GM
1167 * files.el (create-file-buffer): If the result would begin with
1168 spaces, prepend a "|" instead of removing them. (Bug#15162)
61611d54 1169
b9808e77
SM
11702013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1171
e3a66363
SM
1172 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
1173 text-properties (bug#15155).
1174
b9808e77
SM
1175 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
1176 exist any more.
1177 (calc-keypad-redraw): Remove unused var `pad'.
1178 (calc-keypad-press): Remove unused var `menu'.
1179
7fd5f65e
MR
11802013-08-23 Martin Rudalics <rudalics@gmx.at>
1181
b9808e77
SM
1182 * window.el (display-buffer-pop-up-frame):
1183 Call pop-up-frame-function with BUFFER current so `make-frame' will
7fd5f65e
MR
1184 use it as the new frame's buffer (Bug#15133).
1185
8352b530
SM
11862013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1187
1188 * calendar/timeclock.el: Minor cleanups.
1189 (timeclock-ask-before-exiting, timeclock-use-display-time):
1190 Use `symbol'.
1191 (timeclock-modeline-display): Define as alias before the
1192 actual definition.
1193 (timeclock-mode-line-display): Use define-minor-mode.
1194 (timeclock-day-list-template): Make it a function, add an argument.
1195 (timeclock-day-list-required, timeclock-day-list-length)
1196 (timeclock-day-list-debt, timeclock-day-list-span)
1197 (timeclock-day-list-break): Adjust calls accordingly.
1198
9f7b1925
SM
11992013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1200
1201 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
1202 Use read--expression so that completion works again.
1203
6e50e983
SS
12042013-08-21 Sam Steingold <sds@gnu.org>
1205
1206 Add rudimentary inferior shell interaction
1207 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
1208 (sh-set-shell): Reset it.
9f7b1925
SM
1209 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
1210 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6e50e983 1211
dbb0d350
SM
12122013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * align.el: Use lexical-binding.
1215 (align-region): Simplify accordingly.
1216
c88586a9
MA
12172013-08-20 Michael Albinus <michael.albinus@gmx.de>
1218
1219 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
1220
1221 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
1222 `non-essential' up.
1223
f95527c8
MA
12242013-08-17 Michael Albinus <michael.albinus@gmx.de>
1225
1226 * net/tramp.el:
1227 * net/tramp-adb.el:
1228 * net/tramp-cmds.el:
1229 * net/tramp-ftp.el:
1230 * net/tramp-gvfs.el:
1231 * net/tramp-gw.el:
1232 * net/tramp-sh.el: Don't wrap external variable declarations by
1233 `eval-when-compile'.
1234
4b5fe4ee
LMI
12352013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1236
1237 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
1238 now that Emacs supports ImageMagick animations.
1239
13c366c9
MA
12402013-08-16 Michael Albinus <michael.albinus@gmx.de>
1241
1242 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
1243 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
1244
3dfc5cd6
MR
12452013-08-16 Martin Rudalics <rudalics@gmx.at>
1246
1247 * window.el (mouse-autoselect-window-select): Do autoselect when
1248 mouse pointer is on margin.
1249
4bbb4381
WP
12502013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
1251
1252 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
1253
3a2ddc2d
GM
12542013-08-16 Glenn Morris <rgm@gnu.org>
1255
e8bedf5a
GM
1256 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
1257 Handle "Remote Directory" response of some clients. (Bug#15058)
1258
58c4682f
GM
1259 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
1260 Tweak warning. (Bug#14926)
1261
57953f49
GM
1262 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
1263 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
1264
3a2ddc2d
GM
1265 * image-mode.el (image-mode-map): Add menu items to reverse,
1266 increase, decrease, reset animation speed.
1267 (image--set-speed, image-increase-speed, image-decrease-speed)
1268 (image-reverse-speed, image-reset-speed): New functions.
1269 (image-mode-map): Add bindings for speed commands.
1270
1271 * image.el (image-animate-get-speed, image-animate-set-speed):
1272 New functions.
1273 (image-animate-timeout): Respect image :speed property.
1274
10fa0ed3
SM
12752013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1276
1277 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
1278 previous line (bug#15101).
1279 (debugger-eval-expression, debugger-record-expression):
1280 Use read--expression (bug#15102).
1281
5d89d9d2
MA
12822013-08-15 Michael Albinus <michael.albinus@gmx.de>
1283
1284 Remove byte compiler warnings, visible when compiling with
1285 `byte-compile-force-lexical-warnings' set to t.
1286
1287 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
1288 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
1289 (tramp-handle-unhandled-file-name-directory)
1290 (tramp-handle-file-notify-add-watch, tramp-action-login)
1291 (tramp-action-succeed, tramp-action-permission-denied)
1292 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
1293 arguments with "_".
1294
1295 * net/tramp-adb.el (tramp-adb-parse-device-names)
1296 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
1297 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
1298 (tramp-adb-handle-file-truename): Remove unused arguments.
1299
1300 * net/tramp-cache.el (tramp-flush-directory-property)
1301 (tramp-flush-connection-property, tramp-list-connections)
1302 (tramp-parse-connection-properties): Prefix unused arguments with "_".
1303
10fa0ed3
SM
1304 * net/tramp-compat.el (tramp-compat-make-temp-file):
1305 Rename FILENAME to F.
5d89d9d2
MA
1306
1307 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1308 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
1309 (tramp-zeroconf-parse-workstation-device-names)
1310 (tramp-zeroconf-parse-webdav-device-names)
1311 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
1312
1313 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1314 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
1315
1316 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
1317 arguments.
1318 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
1319 (tramp-sh-handle-insert-file-contents-literally)
1320 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
1321 with "_".
1322 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
1323 Remove unused variables.
1324
1325 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1326 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
1327 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
1328
1329 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
1330 Make them a defconst.
1331 (tramp-uuencode-region): Remove unused variable.
1332
62f33bae
JB
13332013-08-14 Juanma Barranquero <lekktu@gmail.com>
1334
1335 * frameset.el (frameset--prop-setter): New function.
1336 (frameset-prop): Add gv-setter declaration.
14d1e463
JB
1337 (frameset-filter-minibuffer): Deal with the case that the minibuffer
1338 parameter was already set in FILTERED. Doc fix.
1339 (frameset--record-minibuffer-relationships): Allow saving a
1340 minibufferless frame without its corresponding minibuffer frame.
1341 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
1342 frame, if the frame id matches.
1343 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
1344 frames before orphaned ones.
1345 (frameset-restore): Warn about orphaned windows, instead of error out.
62f33bae 1346
c660a885
MR
13472013-08-14 Martin Rudalics <rudalics@gmx.at>
1348
1349 * window.el (window-make-atom): Don't overwrite parameter
1350 already present.
1351 (display-buffer-in-atom-window): Handle special case where we
1352 split an already atomic window.
1353 (window--major-non-side-window, display-buffer-in-side-window)
1354 (window--side-check): Ignore minibuffer window when walking
1355 window tree.
1356 (window-deletable-p): Return 'frame only if no other frame uses
1357 our minibuffer window.
1358 (record-window-buffer): Run buffer-list-update-hook.
1359 (split-window): Make sure window--check-frame won't destroy an
1360 existing atomic window in case the new window gets nested
1361 inside.
1362 (display-buffer-at-bottom): Ignore minibuffer window when
1363 walking window tree. Don't split a side window.
1364 (pop-to-buffer): Don't set-buffer here, the select-window call
1365 should do that.
1366 (mouse-autoselect-window-select): Autoselect only if we are in the
1367 text portion of the window.
1368
8259030d
LMI
13692013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1370
21c58ae2
LMI
1371 * net/shr.el (shr-parse-image-data): New function to grab both the
1372 data itself and the Content-Type.
1373 (shr-put-image): Use it.
1374
1375 * net/eww.el (eww-display-image): Ditto.
1376
8259030d
LMI
1377 * image.el (image-content-type-suffixes): New variable.
1378
ad756449
FEG
13792013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1380
1381 * progmodes/python.el (python-imenu--build-tree)
1382 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
1383
f73f4ce6
XF
13842013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1385
1386 * simple.el (backward-word): Mention the optional argument.
1387
1f585e65
SM
13882013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1389
1390 * frameset.el (frameset--make): Rename constructor from make-frameset.
1391 (frameset-p, frameset-valid-p): Don't autoload.
1392 (frameset-valid-p): Use normal accessors.
1393
af1c6c84
GM
13942013-08-13 Glenn Morris <rgm@gnu.org>
1395
55e47f95
GM
1396 * progmodes/compile.el (compile-command): Tweak example in doc.
1397 * obsolete/scribe.el (scribe-mode):
1398 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
1399
f0024d8c
GM
1400 * mail/feedmail.el (feedmail-confirm-outgoing)
1401 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
1402
1403 * cus-start.el (truncate-partial-width-windows): Fix type.
1404
1405 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
1406
af1c6c84
GM
1407 * net/shr.el (shr-table-horizontal-line): Fix custom type.
1408
5514cc4c
SM
14092013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * emacs-lisp/timer.el (timer--time-setter): New function.
1412 (timer--time): Use it as gv-setter.
1413
1414 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
1415 setter is not a symbol.
1416
7997a2f1
GJ
14172013-08-12 Grégoire Jadi <daimrod@gmail.com>
1418
1419 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
1420 if sending fails. This makes debugging easier.
1421
01f1a9ab
JB
14222013-08-12 Juanma Barranquero <lekktu@gmail.com>
1423
1424 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
1425 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
1426 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
1427
594a4307
EZ
14282013-08-12 Eli Zaretskii <eliz@gnu.org>
1429
1430 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
1431
7a22490f 14322013-08-12 Glenn Morris <rgm@gnu.org>
f26afdb0
GM
1433
1434 * format.el (format-annotate-function):
1435 Handle read-only text properties in the source. (Bug#14887)
1436
3e41a054
LMI
14372013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1438
5514cc4c
SM
1439 * net/eww.el (eww-display-html): Ignore coding system errors.
1440 One web site uses "utf-8lias" as the coding system.
3e41a054 1441
7ec326db
JB
14422013-08-11 Juanma Barranquero <lekktu@gmail.com>
1443
1444 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
1445
5660113b
JB
14462013-08-10 Juanma Barranquero <lekktu@gmail.com>
1447
9a4ebc74
JB
1448 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
1449 (tutorial--detailed-help): Remove unused local variables.
1450 (tutorial--save-tutorial-to): Use ignore-errors.
1451 (help-with-tutorial): Use looking-at-p.
1452
1453 * view.el (view-buffer-other-window, view-buffer-other-frame):
1454 Mark unused arguments.
1455
1456 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
1457 (woman-select-symbol-fonts, woman, woman-find-file)
1458 (woman-insert-file-contents, woman-non-underline-faces):
1459 Use string-match-p.
1460 (woman1-unquote): Move declaration.
1461
1462 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
1463 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
1464 argument. Remove unused local variable.
1465 (xml-parse-elem-type): Use string-match-p.
1466 (xml-substitute-numeric-entities): Use ignore-errors.
1467
45fdb482
JB
1468 * calculator.el (calculator): Mark unused argument.
1469 (calculator-paste, calculator-quit, calculator-integer-p):
1470 Use ignore-errors.
1471 (calculator-string-to-number, calculator-decimal, calculator-exp)
1472 (calculator-op-or-exp): Use string-match-p.
1473
1474 * dired.el (dired-buffer-more-recently-used-p): Declare.
1475 (dired-insert-set-properties, dired-insert-old-subdirs):
1476 Use ignore-errors.
1477
1478 * dired-aux.el (dired-compress): Use ignore-errors.
1479 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
1480 (dired-do-async-shell-command, dired-do-shell-command)
1481 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
1482 (dired-insert-subdir-validate): Use string-match-p.
1483 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
1484 (dired-add-entry): Use string-match-p, looking-at-p.
1485 (dired-insert-subdir-newpos): Remove unused local variable.
1486
1487 * filenotify.el (file-notify-callback): Remove unused local variable.
1488
1489 * filesets.el (filesets-error): Mark unused argument.
1490 (filesets-which-command-p, filesets-filter-dir-names)
1491 (filesets-directory-files, filesets-get-external-viewer)
1492 (filesets-ingroup-get-data): Use string-match-p.
1493
1494 * find-file.el (ff-other-file-name, ff-other-file-name)
1495 (ff-find-the-other-file, ff-cc-hh-converter):
1496 Remove unused local variables.
1497 (ff-get-file-name): Use string-match-p.
1498 (ff-all-dirs-under): Use ignore-errors.
1499
1500 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
1501 (follow-select-if-visible): Remove unused local variable.
1502
1503 * forms.el (read-file-filter): Move declaration.
1504 (forms--make-format, forms--make-parser, forms-insert-record):
1505 Quote function with #'.
1506 (forms--update): Use string-match-p. Quote function with #'.
1507
1508 * help-mode.el (help-dir-local-var-def): Mark unused argument.
1509 (help-make-xrefs): Use looking-at-p.
1510 (help-xref-on-pp): Use looking-at-p, ignore-errors.
1511
1512 * ibuffer.el (ibuffer-ext-visible-p): Declare.
1513 (ibuffer-confirm-operation-on): Use string-match-p.
1514
1515 * msb.el (msb-item-handler, msb-dired-item-handler):
1516 Mark unused arguments.
1517
1518 * ses.el (ses-decode-cell-symbol)
1519 (ses-kill-override): Remove unused local variable.
1520 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
1521 (ses-load): Use ignore-errors, looking-at-p.
1522 (ses-jump-safe): Use ignore-errors.
1523 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
1524
1525 * tabify.el (untabify, tabify): Mark unused arguments.
1526
1527 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
1528 Mark unused argument.
1529 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
1530 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
1531
c880af52
JB
1532 * emacs-lisp/timer.el (timer--time): Define setter with
1533 gv-define-setter to avoid deprecation warning.
1534
5660113b 1535 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
c880af52 1536 (*record-cmpl-statistics-p*): Remove (was commented out).
5660113b
JB
1537 (cmpl-statistics-block): Remove (body was commented out).
1538 All callers changed.
1539 (add-completions-from-buffer, load-completions-from-file):
1540 Remove unused variables.
1541
156aab80
JB
15422013-08-09 Juanma Barranquero <lekktu@gmail.com>
1543
5c5dee78
JB
1544 * filecache.el (file-cache-delete-file-list):
1545 Print message only when told so.
1546 (file-cache-files-matching): Use #' in mapconcat argument.
1547
156aab80
JB
1548 * ffap.el (ffap-url-at-point): Fix reference to variable
1549 thing-at-point-default-mail-uri-scheme.
1550
ad9dcd70
SM
15512013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1552
54bd972f
SM
1553 * subr.el (define-error): New function.
1554 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
1555 error-file-not-found and define with define-error.
1556 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
1557 and define with define-error.
1558 * userlock.el (file-locked, file-supersession):
1559 * simple.el (mark-inactive):
1560 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
1561 * progmodes/ada-mode.el (ada-mode-errors):
1562 * play/life.el (life-extinct):
1563 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
1564 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
1565 * nxml/rng-util.el (rng-error):
1566 * nxml/rng-uri.el (rng-uri-error):
1567 * nxml/rng-match.el (rng-compile-error):
1568 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
1569 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
1570 * nxml/nxml-rap.el (nxml-scan-error):
1571 * nxml/nxml-outln.el (nxml-outline-error):
1572 * net/soap-client.el (soap-error):
1573 * net/gnutls.el (gnutls-error):
1574 * net/ange-ftp.el (ftp-error):
1575 * mpc.el (mpc-proc-error):
1576 * json.el (json-error, json-readtable-error, json-unknown-keyword)
1577 (json-number-format, json-string-escape, json-string-format)
1578 (json-key-format, json-object-format):
1579 * jka-compr.el (compression-error):
1580 * international/quail.el (quail-error):
1581 * international/kkc.el (kkc-error):
1582 * emacs-lisp/ert.el (ert-test-failed):
1583 * calc/calc.el (calc-error, inexact-result, math-overflow)
1584 (math-underflow):
1585 * bookmark.el (bookmark-error-no-filename):
1586 * epg.el (epg-error): Define with define-error.
1587
0ea9e53a
SM
1588 * time.el (display-time-event-handler)
1589 (display-time-next-load-average): Don't call sit-for since it seems
1590 unnecessary (bug#15045).
1591
b0429158
SM
1592 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
1593 Use #' instead of ' to quote functions.
1594 (checkdoc-output-mode): Use setq-local.
1595 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
1596 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
1597 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
1598 (checkdoc-ispell, checkdoc-ispell-current-buffer)
1599 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
1600 (checkdoc-ispell-message-text, checkdoc-ispell-start)
1601 (checkdoc-ispell-continue, checkdoc-ispell-comments)
1602 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
1603
ad9dcd70
SM
1604 * ido.el (ido-completion-help): Fix up compiler warning.
1605
77187e6f
JB
16062013-08-09 Juanma Barranquero <lekktu@gmail.com>
1607
1608 * frameset.el (frameset-p): Add autoload cookie.
1609 (frameset--jump-to-register): New function, based on code moved from
1610 register.el.
1611 (frameset-to-register): Move from register.el. Adapt to `registerv'.
1612
1613 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
1614 (frameset-restore, frameset-save, frameset-session-filter-alist):
1615 Remove declarations.
1616 (register-alist): Doc fix.
1617 (frameset-to-register): Move to frameset.el.
1618 (jump-to-register, describe-register-1): Remove frameset-specific code.
1619
9d3aa82c
JB
16202013-08-08 Juanma Barranquero <lekktu@gmail.com>
1621
1622 * allout-widgets.el (allout-widgets-pre-command-business)
1623 (allout-widgets-post-command-business)
1624 (allout-widgets-after-change-handler)
1625 (allout-decorate-item-and-context, allout-set-boundary-marker)
1626 (allout-body-modification-handler)
1627 (allout-graphics-modification-handler): Mark ignored arguments.
1628 (allout-widgets-post-command-business)
1629 (allout-widgets-exposure-change-processor)
1630 (allout-widgets-exposure-undo-processor)
1631 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
1632 (allout-parse-item-at-point, allout-decorate-item-guides)
1633 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
1634 * allout.el (epa-passphrase-callback-function): Declare.
1635 (allout-overlay-insert-in-front-handler)
1636 (allout-overlay-interior-modification-handler)
1637 (allout-isearch-end-handler, allout-chart-siblings)
1638 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
1639 (allout-yank-processing, allout-process-exposed)
1640 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5514cc4c 1641 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9d3aa82c
JB
1642 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
1643 (lisp-indent-defform): Mark ignored arguments.
1644 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
1645 (calculate-lisp-indent): Remove unused variables.
1646 * international/characters.el (indian-2-column, arabic-2-column)
1647 (tibetan): Mark ignored arguments.
1648 (use-cjk-char-width-table): Mark ignored arguments.
1649 Remove unused variables.
1650 * international/fontset.el (build-default-fontset-data)
1651 (x-compose-font-name, create-fontset-from-fontset-spec):
1652 Mark ignored arguments.
1653 (fontset-plain-name): Remove unused variables.
1654 * international/mule.el (charset-id, charset-bytes, generic-char-p)
1655 (keyboard-coding-system): Mark ignored arguments.
1656 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
1657 * help.el (resize-temp-buffer-window):
1658 * window.el (display-buffer-in-major-side-window)
1659 (display-buffer-in-side-window, display-buffer-in-previous-window):
1660 Remove unused variables.
1661 * isearch.el (isearch-forward-symbol):
1662 * version.el (emacs-bzr-version-bzr):
1663 * international/mule-cmds.el (current-language-environment):
1664 * term/common-win.el (x-handle-iconic, x-handle-geometry)
1665 (x-handle-display):
1666 * term/pc-win.el (x-list-fonts, x-display-planes)
1667 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
1668 (x-server-version, x-display-screens, x-display-mm-height)
1669 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
1670 (x-selection-owner-p, x-own-selection-internal)
1671 (x-disown-selection-internal, x-get-selection-internal)
1672 (msdos-initialize-window-system):
1673 * term/tty-colors.el (tty-color-alist, tty-color-clear):
1674 * term/x-win.el (x-handle-no-bitmap-icon):
1675 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
1676 (vc-default-find-file-hook, vc-default-extra-menu):
1677 Mark ignored arguments.
1678
0ca3f70e
SM
16792013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
1682 break-condition in the context of the debugged code (bug#12685).
1683
74c5d24c
CS
16842013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
1685
1686 * comint.el:
1687 Do not use an overlay to highlight the last prompt. (Bug#14744)
1688 (comint-mode): Make comint-last-prompt buffer local.
1689 (comint-last-prompt): New variable.
1690 (comint-last-prompt-overlay): Remove. Superseded by
1691 comint-last-prompt.
0ca3f70e
SM
1692 (comint-snapshot-last-prompt, comint-output-filter):
1693 Use comint-last-prompt.
74c5d24c 1694
c03c02ee
JB
16952013-08-08 Juanma Barranquero <lekktu@gmail.com>
1696
a3738d20 1697 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
c03c02ee
JB
1698 (frameset-save): Check validity of the resulting frameset.
1699
04263d23
XF
17002013-08-08 Xue Fuqiao <xfq.free@gmail.com>
1701
1702 * ido.el (ido-record-command): Add doc string.
1703
76c5e5ab
JB
17042013-08-08 Juanma Barranquero <lekktu@gmail.com>
1705
1706 * frameset.el (frameset): Do not disable creation of the default
1707 frameset-p predicate. Doc fix.
1708 (frameset-valid-p): New function, copied from the old predicate-p.
1709 Add additional checks.
1710 (frameset-restore): Check with frameset-valid-p.
1711 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
1712 (frameset-name, frameset-description, frameset-properties)
1713 (frameset-states): Add docstring.
f9dbf1cb
JB
1714 (frameset-session-filter-alist, frameset-persistent-filter-alist)
1715 (frameset-filter-alist): Doc fixes.
76c5e5ab 1716
bd0c3c0b
JB
17172013-08-08 Juanma Barranquero <lekktu@gmail.com>
1718
1719 * frameset.el (frameset-p, frameset-prop): Doc fixes.
1720
c735544c
SM
17212013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1722
1723 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
1724 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
1725 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
1726 (byte-compile-normal-call): Remove obsolescence check.
1727
2805a651
JB
17282013-08-08 Juanma Barranquero <lekktu@gmail.com>
1729
3677ffeb
JB
1730 * frameset.el (frameset-restore): Doc fix.
1731
2805a651
JB
1732 * register.el (frameset-frame-id, frameset-frame-with-id)
1733 (frameset-p, frameset-restore, frameset-save): Declare.
1734 (register-alist): Document framesets.
1735 (frameset-session-filter-alist): Declare.
1736 (frameset-to-register): New function.
1737 (jump-to-register): Implement jumping to framesets. Doc fix.
1738 (describe-register-1): Describe framesets.
1739
1740 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
1741
a912c016
JB
17422013-08-07 Juanma Barranquero <lekktu@gmail.com>
1743
1744 * desktop.el (desktop-save-frameset): Use new frameset-save args.
1745 Use lexical-binding.
1746
1747 * frameset.el (frameset): Use type vector, not list (incompatible
1748 change). Do not declare a new constructor, use the default one.
1749 Upgrade suggested properties `app', `name' and `desc' to slots `app',
1750 `name' and `description', respectively, and add read-only slot
1751 `timestamp'. Doc fixes.
1752 (frameset-copy, frameset-persistent-filter-alist)
1753 (frameset-filter-alist, frameset-switch-to-gui-p)
1754 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
1755 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
1756 (frameset-filter-iconified, frameset-keep-original-display-p):
1757 Doc fixes.
1758 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
1759 Rename from frameset-filter-(save|restore)-param. All callers changed.
1760 Doc fix.
1761 (frameset-p): Adapt to change to vector and be more thorough.
1762 Change arg name to OBJECT. Doc fix.
1763 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
1764 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
1765 All callers changed.
1766 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
1767 All callers changed.
1768 (frameset--record-minibuffer-relationships): Rename from
1769 frameset--process-minibuffer-frames. All callers changed.
1770 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
1771 Use new default constructor (again). Doc fix.
1772 (frameset--find-frame-if): Rename from `frameset--find-frame.
1773 All callers changed.
1774 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
1775 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
1776 Doc fix.
1777 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
1778 PARAMETERS and WINDOW-STATE, respectively.
1779 (frameset-restore): Add new keyword argument PREDICATE.
1780 Reset frameset--target-display to nil. Doc fix.
1781
bb41480a
SM
17822013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
1783
f001e98e
SM
1784 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
1785 (bat-mode): Use it.
1786 (bat-mode-syntax-table): Mark \n as end-of-comment.
1787 (bat-font-lock-keywords): Remove comment rule.
1788
7679edb1
SM
1789 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
1790 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
1791
bb41480a
SM
1792 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
1793 (byte-compile-callargs-warn): Use `push'.
1794 (byte-compile-arglist-warn): Ignore higher-order "calls".
1795 (byte-compile-file-form-autoload): Use `pcase'.
1796 (byte-compile-function-form): If quoting a symbol, check that it exists.
1797
cdc1ebb9
EZ
17982013-08-07 Eli Zaretskii <eliz@gnu.org>
1799
1800 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
1801 and add a few popular commands found in batch files.
1802 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
1803 (dos-mode): Doc fixes.
1804
312b1740
SM
18052013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
1806
1807 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
1808 (dos-mode): Use setq-local. Add space after "rem".
1809 (dos-mode-syntax-table): Don't use "w" for symbol chars.
1810 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
1811
400a3178
AM
18122013-08-07 Arni Magnusson <arnima@hafro.is>
1813
1814 * progmodes/dos.el: New file.
1815 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
1816 dos-mode.
1817
3b5c03d3
GM
18182013-08-06 Glenn Morris <rgm@gnu.org>
1819
1820 * calendar/calendar.el: Add new faces, and day-header-array.
1821 (calendar-weekday-header, calendar-weekend-header)
1822 (calendar-month-header): New faces.
1823 (calendar-day-header-construct): New function.
1824 (calendar-day-header-width): Also :set calendar-day-header-array.
1825 (calendar-american-month-header, calendar-european-month-header)
1826 (calendar-iso-month-header): Use calendar- faces.
1827 (calendar-generate-month):
1828 Use calendar-day-header-array for day headers; apply faces to them.
1829 (calendar-mode): Check calendar-font-lock-keywords non-nil.
1830 (calendar-abbrev-construct): Add optional maxlen argument.
1831 (calendar-day-name-array): Doc fix.
1832 (calendar-day-name-array, calendar-abbrev-length)
1833 (calendar-day-abbrev-array):
1834 Also :set calendar-day-header-array, and maybe redraw.
1835 (calendar-day-header-array): New option. (Bug#15007)
8a806f04 1836 (calendar-font-lock-keywords): Set to nil and make obsolete.
3b5c03d3
GM
1837 (calendar-day-name): Add option to use header array.
1838
ec6a2d7a
LMI
18392013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1840
1841 * net/shr.el (shr-render-td): Remove debugging.
1842 (shr-render-td): Make width computation consistent by defaulting
1843 all zero-width columns to 10 characters. This may not be optimal,
1844 but it's at least consistent.
2122cb6d
LMI
1845 (shr-make-table-1): Redo last change to fix the real problem in
1846 colspan handling.
ec6a2d7a 1847
ed4fd9c5
DA
18482013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1849
0ca3f70e
SM
1850 * files.el (cache-long-line-scans):
1851 Make obsolete alias to `cache-long-scans'.
ed4fd9c5 1852
64e22afe
JB
18532013-08-06 Juanma Barranquero <lekktu@gmail.com>
1854
024b38fc
JB
1855 * frameset.el (frameset, frameset-filter-alist)
1856 (frameset-filter-params, frameset-save, frameset--reuse-frame)
1857 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
1858 (frameset-compute-pos): Rename from frameset--compute-pos,
1859 and add docstring.
1860 (frameset-move-onscreen): Use frameset-compute-pos.
1861 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
1862
64e22afe
JB
1863 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
1864 Fix typos in docstrings.
1865
c8c2aca8
DA
18662013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1867
1868 * frame.el (get-other-frame): Tiny cleanup.
1869
1d237bba
JB
18702013-08-06 Juanma Barranquero <lekktu@gmail.com>
1871
8951efef
JB
1872 * vc/vc.el (vc-default-ignore-completion-table):
1873 Silence byte-compiler warning.
1874
307764cc
JB
1875 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
1876 slot , which can indeed be nil.
1877 (frameset-live-filter-alist, frameset-persistent-filter-alist):
1878 Move entry for `left' from persistent to live filter alist.
1879 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
1880 Doc fixes.
1881 (frameset-filter-params): When restoring a frame, copy items added to
1882 `filtered', to avoid unwittingly modifying the original parameters.
1883 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
1884 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
1885
1d237bba
JB
1886 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
1887 to use looking-at-p instead of looking-at. (Bug#15028)
1888
dc6c0eda
SM
18892013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
1890
1891 Revert introduction of isearch-filter-predicates (bug#14714).
1892 Rely on add-function instead.
1893 * isearch.el (isearch-filter-predicates): Rename it back to
1894 isearch-filter-predicate.
1895 (isearch-message-prefix): Use advice-function-mapc and advice
1896 properties to get the isearch-message-prefix.
1897 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
1898 instead of run-hook-with-args-until-failure.
1899 (isearch-filter-visible): Not obsolete any more.
1900 * loadup.el: Preload nadvice.
1901 * replace.el (perform-replace): Revert to funcall
1902 instead of run-hook-with-args-until-failure.
1903 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
1904 * dired-aux.el (dired-isearch-filenames-mode): Rename from
1905 dired-isearch-filenames-toggle; make it into a proper minor mode.
1906 Use add/remove-function.
1907 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
1908 Call the minor-mode rather than add/remove-hook.
1909 (dired-isearch-filter-filenames):
1910 Remove isearch-message-prefix property.
1911 * info.el (Info--search-loop): New function, extracted from Info-search.
1912 Funcall isearch-filter-predicate instead of
1913 run-hook-with-args-until-failure isearch-filter-predicates.
1914 (Info-search): Use it.
1915 (Info-mode): Use isearch-filter-predicate instead of
1916 isearch-filter-predicates.
1917
290d5b58
DA
19182013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
1919
1920 Do not call to `selected-window' where it is assumed by default.
1921 Affected functions are `window-minibuffer-p', `window-dedicated-p',
1922 `window-hscroll', `window-width', `window-height', `window-buffer',
1923 `window-frame', `window-start', `window-point', `next-window'
1924 and `window-display-table'.
1925 * abbrev.el (abbrev--default-expand):
1926 * bs.el (bs--show-with-configuration):
1927 * buff-menu.el (Buffer-menu-mouse-select):
1928 * calc/calc.el (calc):
1929 * calendar/calendar.el (calendar-generate-window):
1930 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
1931 (diary-make-entry):
1932 * comint.el (send-invisible, comint-dynamic-complete-filename)
1933 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
1934 * completion.el (complete):
1935 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
1936 * disp-table.el (describe-current-display-table):
1937 * doc-view.el (doc-view-insert-image):
1938 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
1939 * ehelp.el (with-electric-help):
1940 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1941 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
1942 * emacs-lisp/helper.el (Helper-help-scroller):
1943 * emulation/cua-base.el (cua--post-command-handler-1):
1944 * eshell/esh-mode.el (eshell-output-filter):
1945 * ffap.el (ffap-gnus-wrapper):
1946 * help-macro.el (make-help-screen):
1947 * hilit-chg.el (highlight-compare-buffers):
1948 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
1949 * hl-line.el (global-hl-line-highlight):
1950 * icomplete.el (icomplete-simple-completing-p):
1951 * isearch.el (isearch-done):
1952 * jit-lock.el (jit-lock-stealth-fontify):
1953 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
1954 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
1955 * mpc.el (mpc-tagbrowser, mpc):
1956 * net/rcirc.el (rcirc-any-buffer):
1957 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
1958 * play/landmark.el (landmark-max-width, landmark-max-height):
1959 * play/zone.el (zone):
1960 * progmodes/compile.el (compilation-goto-locus):
1961 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
1962 * progmodes/etags.el (find-tag-other-window):
1963 * progmodes/fortran.el (fortran-column-ruler):
1964 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1965 * progmodes/verilog-mode.el (verilog-point-text):
1966 * reposition.el (reposition-window):
1967 * rot13.el (toggle-rot13-mode):
1968 * server.el (server-switch-buffer):
1969 * shell.el (shell-dynamic-complete-command)
1970 (shell-dynamic-complete-environment-variable):
1971 * simple.el (insert-buffer, set-selective-display)
1972 (delete-completion-window):
1973 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
1974 (speedbar-recenter):
1975 * startup.el (fancy-splash-head):
1976 * textmodes/ispell.el (ispell-command-loop):
1977 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
1978 * tutorial.el (help-with-tutorial):
1979 * vc/add-log.el (add-change-log-entry):
1980 * vc/compare-w.el (compare-windows):
1981 * vc/ediff-help.el (ediff-indent-help-message):
1982 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
1983 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
1984 (ediff-setup-control-frame):
1985 * vc/emerge.el (emerge-position-region):
1986 * vc/pcvs-util.el (cvs-bury-buffer):
1987 * window.el (walk-windows, mouse-autoselect-window-select):
1988 * winner.el (winner-set-conf, winner-undo): Related users changed.
1989
38276e01
JB
19902013-08-05 Juanma Barranquero <lekktu@gmail.com>
1991
1992 * frameset.el (frameset--set-id): Doc fix.
1993 (frameset-frame-id, frameset-frame-id-equal-p)
1994 (frameset-locate-frame-id): New functions.
1995 (frameset--process-minibuffer-frames, frameset--reuse-frame)
1996 (frameset-restore): Use them.
1997
12b4c0ea
DA
19982013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
1999
2000 Do not call to `selected-frame' where it is assumed by default.
2001 Affected functions are `raise-frame', `redraw-frame',
2002 `frame-first-window', `frame-terminal' and `delete-frame'.
2003 * calendar/appt.el (appt-disp-window):
2004 * epg.el (epg-wait-for-completion):
2005 * follow.el (follow-delete-other-windows-and-split)
2006 (follow-avoid-tail-recenter):
2007 * international/mule.el (set-terminal-coding-system):
2008 * mail/rmail.el (rmail-mail-return):
2009 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2010 * progmodes/f90.el (f90-add-imenu-menu):
2011 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
2012 * server.el (server-switch-buffer):
2013 * simple.el (delete-completion-window):
2014 * talk.el (talk):
2015 * term/xterm.el (terminal-init-xterm-modify-other-keys)
2016 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
2017 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
2018 * vc/ediff.el (ediff-documentation): Related users changed.
2019 * frame.el (selected-terminal): Remove the leftover.
2020
17f25e76
GM
20212013-08-05 Glenn Morris <rgm@gnu.org>
2022
2023 * calendar/calendar.el (calendar-generate-month):
2024 Fix for calendar-column-width != 1 + calendar-day-digit-width.
09e6d547
GM
2025 (calendar-generate-month, calendar-font-lock-keywords):
2026 Fix for calendar-day-header-width > length of any day name.
17f25e76 2027
063233c3
JB
20282013-08-05 Juanma Barranquero <lekktu@gmail.com>
2029
2030 * desktop.el (desktop-clear): Use new name of sort predicate.
2031
2032 * frameset.el (frameset): Add docstring. Move :version property to its
2033 own `version' slot.
2034 (frameset-copy): Rename from copy-frameset.
2035 (frameset-p): Check more thoroughly.
2036 (frameset-prop): Do not check for :version, which is no longer a prop.
2037 (frameset-live-filter-alist, frameset-persistent-filter-alist):
2038 Use new :never value instead of t.
2039 (frameset-filter-alist): Expand and clarify docstring.
2040 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
2041 (frameset-filter-minibuffer, frameset-filter-save-param)
2042 (frameset-filter-restore-param, frameset-filter-iconified):
2043 Add pointer to docstring of frameset-filter-alist.
2044 (frameset-filter-params): Rename filter values to be more meaningful:
2045 :never instead of t, and reverse the meanings of :save and :restore.
2046 (frameset--process-minibuffer-frames): Clarify error message.
2047 (frameset-save): Avoid unnecessary and confusing call to framep.
2048 Use new BOA constructor for framesets.
2049 (frameset--reuse-list): Doc fix.
2050 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
2051 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
2052 (frameset-minibufferless-first-p): Doc fix.
2053 Rename from frameset-sort-frames-for-deletion.
2054 (frameset-restore): Doc fixes. Use new function names.
2055 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
2056
d5671a82
JB
20572013-08-04 Juanma Barranquero <lekktu@gmail.com>
2058
2059 * desktop.el (desktop-restore-forces-onscreen)
2060 (desktop-restore-reuses-frames): Document :keyword constant values.
2061 (desktop-filter-parameters-alist): Remove, now identical to
2062 frameset-filter-alist.
2063 (desktop--filter-tty*): Remove, moved to frameset.el.
2064 (desktop-save-frameset, desktop-restore-frameset):
2065 Do not pass :filters argument.
2066
2067 * frameset.el (frameset-live-filter-alist)
2068 (frameset-persistent-filter-alist): New variables.
2069 (frameset-filter-alist): Use them. Add autoload cookie.
2070 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
2071 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
2072 `frameset--id' (it's supposed to be internal to frameset.el).
2073 (frameset--process-minibuffer-frames): Ditto. Doc fix.
2074 (frameset--initial-params): New function.
2075 (frameset--get-frame): Use it. Doc fix.
2076 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
2077 Accept :all, not 'all.
2078 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
2079 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
2080 with fbound symbols. Fix frame id matching, and remove matching ids if
2081 the frame being restored is deleted. Obey :delete.
2082
671d5c16
SM
20832013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2084
2085 * subr.el (macrop): New function.
2086 (text-clone--maintaining): New var.
2087 (text-clone--maintain): Rename from text-clone-maintain. Use it
2088 instead of inhibit-modification-hooks.
2089
2090 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
2091 a proxy, so as handle autoloads and redefinitions of the target.
2092 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
2093
2094 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
2095 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
2096 (pcase--mutually-exclusive-p): New function.
2097 (pcase--split-consp): Use it.
2098 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
2099 mutually exclusive with the current predicate.
2100
2101 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
2102 (edebug-macrop): Remove. Use `macrop' instead.
2103 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
2104 (ad-macro-p):
2105 * eshell/esh-cmd.el (eshell-macrop):
2106 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
2107
1d44e9dc
SM
21082013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2109
2110 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
2111 (advice-mapc): New function, using it.
2112 (advice-function-member-p): New function.
2113 (advice--normalize): Store the cdr in advice--saved-rewrite since
2114 that's the part that will be changed.
2115 (advice--symbol-function): New function.
2116 (advice-remove): Handle removal before the function is defined.
2117 Adjust to new advice--saved-rewrite.
2118 (advice-member-p): Use advice-function-member-p and
2119 advice--symbol-function.
2120
5414a283
JB
21212013-08-04 Juanma Barranquero <lekktu@gmail.com>
2122
51d30f2c
JB
2123 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
2124 (frameset-filter-minibuffer): Doc fix.
2125 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
a04d36a0
JB
2126 (frameset--set-id, frameset--process-minibuffer-frames)
2127 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
2128 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
51d30f2c 2129
5414a283
JB
2130 * desktop.el (desktop-clear): Only delete frames when called
2131 interactively and desktop-restore-frames is non-nil. Doc fix.
2132 (desktop-read): Set desktop-saved-frameset to nil.
2133
ab419665
XF
21342013-08-04 Xue Fuqiao <xfq.free@gmail.com>
2135
2136 * vc/vc.el (vc-ignore): Rewrite.
2137 (vc-default-ignore-completion-table):
2138 (vc--read-lines):
2139 (vc--add-line, vc--remove-regexp): New functions.
2140
2141 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
2142 (vc-svn-ignore-completion-table): New function.
2143
2144 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
2145 (vc-hg-ignore-completion-table):
2146 (vc-hg-find-ignore-file): New functions.
2147
2148 * vc/vc-git.el (vc-git-ignore): Rewrite.
2149 (vc-git-ignore-completion-table):
2150 (vc-git-find-ignore-file): New functions.
2151
2152 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
2153
2154 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
2155 (vc-bzr-ignore-completion-table):
2156 (vc-bzr-find-ignore-file): New functions.
2157
2613dea2
JB
21582013-08-03 Juanma Barranquero <lekktu@gmail.com>
2159
2160 * frameset.el (frameset-prop): New function and setter.
2161 (frameset-save): Do not modify frame list passed by the caller.
2162
9c959872
SM
21632013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2164
2165 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
2166
a104f656
SM
21672013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2168
70122acf
SM
2169 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
2170 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
2171
a104f656
SM
2172 * custom.el (custom-initialize-default, custom-initialize-set)
2173 (custom-initialize-reset, custom-initialize-changed): Affect the
2174 toplevel-default-value (bug#6275, bug#14586).
2175 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
2176 for bug#6275.
2177
f078d570
JB
21782013-08-02 Juanma Barranquero <lekktu@gmail.com>
2179
185e3b5a
JB
2180 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2181 Add cl-def* expressions.
2182
f078d570
JB
2183 * frameset.el (frameset-filter-params): Fix order of arguments.
2184
9421876d
JB
21852013-08-02 Juanma Barranquero <lekktu@gmail.com>
2186
2187 Move code related to saving frames to frameset.el.
2188 * desktop.el: Require frameset.
2189 (desktop-restore-frames): Doc fix.
2190 (desktop-restore-reuses-frames): Rename from
2191 desktop-restoring-reuses-frames.
2192 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
2193 (desktop-clear): Clear frames too.
2194 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
2195 (desktop--filter-tty*, desktop-save, desktop-read):
2196 Use frameset functions.
2197 (desktop-before-saving-frames-functions, desktop--filter-*-color)
2198 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
2199 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
2200 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
2201 (desktop--process-minibuffer-frames, desktop-save-frames)
2202 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
2203 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
2204 (desktop--sort-states, desktop-restoring-frames-p)
2205 (desktop-restore-frames): Remove. Most code moved to frameset.el.
2206 (desktop-restoring-frameset-p, desktop-restore-frameset)
2207 (desktop--check-dont-save, desktop-save-frameset): New functions.
2208 (desktop--app-id): New constant.
2209 (desktop-first-buffer, desktop-buffer-ok-count)
2210 (desktop-buffer-fail-count): Move before first use.
2211 * frameset.el: New file.
2212
76dc5996
SM
22132013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2214
2215 * files.el: Use lexical-binding.
2216 (dir-locals-read-from-file): Remove unused `err' variable.
2217 (hack-dir-local-variables--warned-coding): New var.
2218 (hack-dir-local-variables): Use it to avoid repeated warnings.
2219 (make-backup-file-name--default-function): New function.
2220 (make-backup-file-name-function): Use it as default.
2221 (buffer-stale--default-function): New function.
2222 (buffer-stale-function): Use it as default.
2223 (revert-buffer-insert-file-contents--default-function): New function.
2224 (revert-buffer-insert-file-contents-function): Use it as default.
2225 (insert-directory): Avoid add-to-list.
2226
2227 * autorevert.el (auto-revert-handler): Simplify.
2228 Use buffer-stale--default-function.
2229
06d36e2b
TH
22302013-08-01 Tassilo Horn <tsdh@gnu.org>
2231
5f648ab4
TH
2232 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
2233
06d36e2b
TH
2234 * whitespace.el (whitespace-ensure-local-variables): New function.
2235 (whitespace-cleanup-region): Call it.
2236 (whitespace-turn-on): Call it.
2237
a43dc424
MA
22382013-08-01 Michael Albinus <michael.albinus@gmx.de>
2239
2240 Complete file name handlers.
2241
2242 * net/tramp.el (tramp-handle-set-visited-file-modtime)
2243 (tramp-handle-verify-visited-file-modtime)
2244 (tramp-handle-file-notify-rm-watch): New functions.
2245 (tramp-call-process): Do not bind `default-directory'.
2246
44e18199
JB
2247 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2248 Order alphabetically.
a43dc424
MA
2249 [access-file, add-name-to-file, dired-call-process]:
2250 [dired-compress-file, file-acl, file-notify-rm-watch]:
2251 [file-ownership-preserved-p, file-selinux-context]:
2252 [make-directory-internal, make-symbolic-link, set-file-acl]:
2253 [set-file-selinux-context, set-visited-file-modtime]:
2254 [verify-visited-file-modtime]: Add handler.
2255 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
2256
2257 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2258 [file-notify-add-watch, file-notify-rm-watch]:
2259 [set-file-times, set-visited-file-modtime]:
2260 [verify-visited-file-modtime]: Add handler.
2261 (with-tramp-gvfs-error-message)
2262 (tramp-gvfs-handle-set-visited-file-modtime)
2263 (tramp-gvfs-fuse-file-name): Remove.
2264 (tramp-gvfs-handle-file-notify-add-watch)
2265 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
2266 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
2267
44e18199
JB
2268 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2269 Order alphabetically.
a43dc424
MA
2270 [file-notify-rm-watch ]: Use default Tramp handler.
2271 [executable-find]: Remove private handler.
2272 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
2273 `default-directory'.
2274 (tramp-sh-handle-executable-find)
2275 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
2276 (tramp-sh-file-gvfs-monitor-dir-process-filter)
2277 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
2278 Do not use `format' in `tramp-message'.
2279
2280 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
2281 [file-notify-rm-watch, set-visited-file-modtime]:
2282 [verify-visited-file-modtime]: Add handler.
2283 (tramp-smb-call-winexe): Do not bind `default-directory'.
2284
7188b515
XF
22852013-08-01 Xue Fuqiao <xfq.free@gmail.com>
2286
2287 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
2288
2412ee1a
DG
22892013-07-31 Dmitry Gutov <dgutov@yandex.ru>
2290
2291 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
2292 use it.
2293 (log-view-diff-changeset): Same.
2294 (log-view-diff-common): Call backend command `previous-revision'
2295 to find out the previous revision, in both cases. Swap the
2296 variables `to' and `fr', so that `fr' usually refers to the
2297 earlier revision (Bug#14989).
2298
5002a754
KRC
22992013-07-31 Kan-Ru Chen <kanru@kanru.info>
2300
2301 * ibuf-ext.el (ibuffer-filter-by-filename):
2302 Make it work with dired buffers too.
2303
44e18199 23042013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3b734d1c
DA
2305
2306 * emacs-lisp/re-builder.el (reb-color-display-p):
2307 * files.el (save-buffers-kill-terminal):
2308 * net/browse-url.el (browse-url):
2309 * server.el (server-save-buffers-kill-terminal):
2310 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
2311 Prefer nil to selected-frame for the first arg of frame-parameter.
2312
aeca3fbb
XF
23132013-07-31 Xue Fuqiao <xfq.free@gmail.com>
2314
2315 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
2316
158bc55c
SB
23172013-07-30 Stephen Berman <stephen.berman@gmx.net>
2318
2319 * minibuffer.el (completion--twq-all): Try and preserve each
2320 completion's case choice (bug#14907).
2321
d50fceab
LMI
23222013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2323
ac38e731
LMI
2324 * net/network-stream.el (open-network-stream): Mention the new
2325 :nogreeting parameter.
2326 (network-stream-open-starttls): Use the :nogreeting parameter
2327 (bug#14938).
2328
1211de50
LMI
2329 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
2330
997798bf
LMI
2331 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
2332 more natural than popping.
2333
d50fceab 2334 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5a2a7735 2335 (shr-urlify): Highlight under mouse.
d50fceab 2336
5c09de04
XF
23372013-07-30 Xue Fuqiao <xfq.free@gmail.com>
2338
207d1d04
XF
2339 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
2340
2341 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
2342
5c09de04
XF
2343 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
2344 buffer for output.
2345
3cd51eaa
XF
2346 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
2347 point-min==1. Fix search string. Fix parentheses missing.
5c09de04 2348
44e18199 2349 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3cd51eaa 2350 assume point-min==1. Fix search string. Fix parentheses missing.
5c09de04
XF
2351
2352 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
2353
2354 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
2355 buffer for output.
2356
35a89bdd
EZ
23572013-07-29 Eli Zaretskii <eliz@gnu.org>
2358
2359 * frame.el (frame-notice-user-settings): Avoid inflooping when the
2360 initial frame is minibuffer-less. (Bug#14841)
2361
78822e94
MA
23622013-07-29 Michael Albinus <michael.albinus@gmx.de>
2363
2364 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
2365 option.
2366
2367 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2368 (tramp-maybe-open-connection): Use it.
2369
9503c190
JB
23702013-07-28 Juanma Barranquero <lekktu@gmail.com>
2371
2372 * desktop.el (desktop--make-frame): Include `minibuffer' in the
2373 minimal set of parameters passed when creating a frame, because
2374 the minibuffer status of a frame cannot be changed later.
2375
d5a845b4
SB
23762013-07-28 Stephen Berman <stephen.berman@gmx.net>
2377
2378 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
2379 replace-regexp-in-string and inadvertent omissions in previous change.
2380 (todo-filter-items): Ensure only file names are comma-separated in
42ee6f55 2381 name of filtered items buffer.
d5a845b4 2382
ddeffb17
JB
23832013-07-28 Juanma Barranquero <lekktu@gmail.com>
2384
2385 * desktop.el: Optionally force offscreen frames back onscreen.
2386 (desktop-restoring-reuses-frames): New option.
2387 (desktop--compute-pos, desktop--move-onscreen): New functions.
2388 (desktop--make-frame): Use desktop--move-onscreen.
2389
f5950f7a
AM
23902013-07-27 Alan Mackenzie <acm@muc.de>
2391
2392 Fontify a Java generic method as a function.
2393 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
2394 value to t.
2395
ae43b66a
SB
23962013-07-27 Stephen Berman <stephen.berman@gmx.net>
2397
2398 * calendar/todo-mode.el: Add command to rename todo files.
2399 (todo-rename-file): New command.
2400 (todo-key-bindings-t): Add key binding for it. Change the
2401 bindings of todo-filter-regexp-items(-multifile) to use `x'
2402 instead of `r', since the latter is better suited to the new
2403 renaming command.
2404
5ab78d3d
AM
24052013-07-27 Alan Mackenzie <acm@muc.de>
2406
2407 Make Java try-with-resources statement parse properly.
2408 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
2409 (c-block-stmt-1-2-key): New language constants/variables.
2410 * progmodes/cc-engine.el (c-beginning-of-statement-1)
2411 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
2412 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
44e18199 2413 with c-block-stmt-1-2-key.
5ab78d3d 2414
d85c4d50
JB
24152013-07-27 Juanma Barranquero <lekktu@gmail.com>
2416
2417 * desktop.el (desktop--make-frame): Apply most frame parameters after
2418 creating the frame to force (partially or totally) offscreen frames to
2419 be restored as such.
2420
e4c467f9
XF
24212013-07-26 Xue Fuqiao <xfq.free@gmail.com>
2422
2423 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
742a3501 2424 (Bug#14948)
e4c467f9 2425
7ced0d04
SM
24262013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2427
2428 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
2429 `base' arg of backtrace-frame.
2430
fec92060
EZ
24312013-07-26 Eli Zaretskii <eliz@gnu.org>
2432
2433 * simple.el (list-processes): Doc fix.
2434
d58d31fb
JB
24352013-07-26 Juanma Barranquero <lekktu@gmail.com>
2436
2437 * desktop.el (desktop--select-frame):
d85c4d50 2438 Try harder to reuse existing frames.
d58d31fb 2439
53ff3e77
SM
24402013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
2443 (edebug-eval): Use backtrace-eval.
2444 (edebug--display, edebug--recursive-edit): Don't let-bind the
2445 edebug-outer-* vars that keep track of variables we locally let-bind.
2446 (edebug-outside-excursion): Don't restore outside values of locally
2447 let-bound vars.
2448 (edebug--display): Use user-error.
2449 (cl-lexical-debug, cl-debug-env): Remove.
2450
045f7a53
JB
24512013-07-26 Juanma Barranquero <lekktu@gmail.com>
2452
2453 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
2454 are restored to be sure that they are visible before deleting any
2455 remaining ones.
2456
59070b32
MM
24572013-07-26 Matthias Meulien <orontee@gmail.com>
2458
742a3501
XF
2459 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
2460 vc-print-root-log. (Bug#14948)
59070b32 2461
b1fb3596
RS
24622013-07-26 Richard Stallman <rms@gnu.org>
2463
2464 Add aliases for encrypting mail.
2465 * epa.el (epa-mail-aliases): New option.
2466 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
2467 Bind inhibit-read-only so read-only text doesn't ruin everything.
2468 (epa-mail-default-recipients): New subroutine broken out.
2469 Handle epa-mail-aliases.
2470
56ea7291
SM
24712013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2472
2473 Add support for lexical variables to the debugger's `e' command.
2474 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
2475 vars, except for debugger-outer-match-data.
2476 (debugger-frame-number): Move check for "on a function call" from
2477 callers into it. Add `skip-base' argument.
2478 (debugger-frame, debugger-frame-clear): Simplify accordingly.
2479 (debugger-env-macro): Only reset the state stored in non-variables,
2480 i.e. current-buffer and match-data.
2481 (debugger-eval-expression): Rewrite using backtrace-eval.
2482 * subr.el (internal--called-interactively-p--get-frame): Remove.
2483 (called-interactively-p):
2484 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
2485 `base' arg of backtrace-frame instead.
2486
15ac32d5
GM
24872013-07-26 Glenn Morris <rgm@gnu.org>
2488
8358a09d
GM
2489 * align.el (align-regexp): Doc fix. (Bug#14857)
2490 (align-region): Explicit error if subexpression missing/does not match.
2491
15ac32d5
GM
2492 * simple.el (global-visual-line-mode):
2493 Do not duplicate the mode lighter. (Bug#14858)
2494
f47ad11b
MR
24952013-07-25 Martin Rudalics <rudalics@gmx.at>
2496
2497 * window.el (display-buffer): In display-buffer bind
2498 split-window-keep-point to t, bug#14829.
2499
02530987
JB
25002013-07-25 Juanma Barranquero <lekktu@gmail.com>
2501
2502 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
2503 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
2504 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
2505 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
2506 Change accordingly.
f63ebeb5
JB
2507 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
2508 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
02530987 2509
6ccb9cab 25102013-07-25 Glenn Morris <rgm@gnu.org>
29bbcfa7 2511
6ccb9cab 2512 * dired-x.el (dired-mark-extension): Convert comment to doc string.
ce887515 2513
cb3a56d2
JB
25142013-07-25 Juanma Barranquero <lekktu@gmail.com>
2515
2516 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
2517 parameter to modify-frame-parameters if the value has not changed;
2518 this is a workaround for bug#14949.
2519 (desktop--make-frame): On cl-delete-if call, check parameter name,
2520 not full parameter.
2521
7aa7fff0
XF
25222013-07-30 Xue Fuqiao <xfq.free@gmail.com>
2523
2524 * vc/vc.el (vc-ignore): New function.
2525
2526 * vc/vc-svn.el (vc-svn-ignore): New function.
2527
2528 * vc/vc-hg.el (vc-hg-ignore): New function.
2529
2530 * vc/vc-git.el (vc-git-ignore): New function.
2531
2532 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
2533 (vc-dir-ignore): New function.
2534
2535 * vc/vc-cvs.el (vc-cvs-ignore): New function.
1e6c6007 2536 (cvs-append-to-ignore): Move here from pcvs.el.
7aa7fff0
XF
2537
2538 * vc/vc-bzr.el (vc-bzr-ignore): New function.
2539
2540 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
2541
889acc5c
JB
25422013-07-24 Juanma Barranquero <lekktu@gmail.com>
2543
2544 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
2545 (desktop-restore-frames): Warn when deleting an existing frame failed.
2546
86c40970
GM
25472013-07-24 Glenn Morris <rgm@gnu.org>
2548
2549 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
2550
d5d3c58a
MA
25512013-07-24 Michael Albinus <michael.albinus@gmx.de>
2552
2553 * filenotify.el (file-notify-supported-p):
2554 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
2555 Remove functions.
2556
2557 * autorevert.el (auto-revert-use-notify):
2558 (auto-revert-notify-add-watch):
2559 * net/tramp.el (tramp-file-name-for-operation):
2560 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2561 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2562 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2563 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2564 Remove `file-notify-supported-p' entry.
2565
d100084b
GM
25662013-07-24 Glenn Morris <rgm@gnu.org>
2567
2568 * printing.el: Replace all uses of deleted ps-windows-system,
ff65ca0d 2569 ps-lp-system, ps-flatten-list with lpr- versions.
d100084b 2570
ac93e56b
SM
25712013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2572
249eea30
SM
2573 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
2574 checked with memq (bug#14935).
2575
ac93e56b
SM
2576 * files.el (revert-buffer-function): Use a non-nil default.
2577 (revert-buffer-preserve-modes): Declare var to
2578 provide access to the `preserve-modes' argument.
2579 (revert-buffer): Let-bind it.
2580 (revert-buffer--default): New function, extracted from revert-buffer.
2581
2cdeb903
SM
25822013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2583
2584 * lpr.el: Signal print errors more prominently.
2585 (print-region-function): Don't default to nil.
2586 (lpr-print-region): New function, extracted from print-region-1.
2587 Check lpr's return value and signal an error in case of problem.
2588 (print-region-1): Use it.
2589 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
2590 versions instead.
2591 (ps-printer-name): Default to nil.
2592 (ps-printer-name-option): Default to lpr-printer-switch.
2593 (ps-print-region-function): Don't default to nil.
2594 (ps-postscript-code-directory): Simplify default.
2595 (ps-do-despool): Use lpr-print-region to properly check the outcome.
2596 (ps-string-list, ps-eval-switch, ps-flatten-list)
2597 (ps-flatten-list-1): Remove.
2598 (ps-multibyte-buffer): Avoid setq.
2599 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
2600 (print-region-function, ps-print-region-function): Don't set them here.
2601
73600831
XF
26022013-07-24 Xue Fuqiao <xfq.free@gmail.com>
2603
0e55c076
XF
2604 * ido.el (ido-fractionp):
2605 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
2606 (ido-max-file-prompt-width, ido-unc-hosts-cache)
2607 (ido-max-directory-size, ido-max-dir-file-cache)
2608 (ido-decorations): Doc fix.
2609
73600831
XF
2610 * ansi-color.el: Fix old URL.
2611
3d012865
MM
26122013-07-23 Michael R. Mauger <michael@mauger.com>
2613
2614 * progmodes/sql.el Version 3.3
2615 (sql-product-alist): Improve oracle :prompt-cont-regexp.
2616 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
2617 (sql-interactive-remove-continuation-prompt): Rewrite, use
2618 functions above. Fix continuation prompt and complete output line
2619 handling.
2620 (sql-redirect-one, sql-execute): Use `read-only-mode' on
2621 redirected output buffer.
2622 (sql-mode): Restore deleted code (Bug#13591).
2623
da77a2e2
JB
26242013-07-23 Juanma Barranquero <lekktu@gmail.com>
2625
2626 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
2627
80ff0c71
MA
26282013-07-23 Michael Albinus <michael.albinus@gmx.de>
2629
2630 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
2631
2632 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2633 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2634 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
2635
b61d71e4
JB
26362013-07-23 Juanma Barranquero <lekktu@gmail.com>
2637
2638 * desktop.el (desktop-clear): Simplify; remove useless checks
2639 against invalid buffer names.
2640 (desktop-list*): Use cl-list*.
2641 (desktop-buffer-info, desktop-create-buffer): Simplify.
2642
c3512092
LL
26432013-07-23 Leo Liu <sdl.web@gmail.com>
2644
2645 * bookmark.el (bookmark-make-record): Restore NAME as a default
2646 value. (Bug#14933)
2647
0ac26976
SM
26482013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
2649
7d22ce18
SM
2650 * emacs-lisp/autoload.el (autoload--setup-output): New function,
2651 extracted from autoload--insert-text.
2652 (autoload--insert-text): Remove.
2653 (autoload--print-cookie-text): New function, extracted from
2654 autoload--insert-cookie-text.
2655 (autoload--insert-cookie-text): Remove.
2656 (autoload-generate-file-autoloads): Adjust calls accordingly.
2657
9b2607e8
SM
2658 * winner.el (winner-hook-installed-p): Remove.
2659 (winner-mode): Simplify accordingly.
2660
c43a8618
SM
2661 * subr.el (add-to-list): Fix compiler-macro when `append' is
2662 not constant. Don't use `cl-member' for the base case.
2663
0ac26976
SM
2664 * progmodes/subword.el: Fix boundary case (bug#13758).
2665 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
2666 own group.
2667 (subword-backward-regexp): Make it a constant.
2668 (subword-forward-internal): Don't treat a trailing capital as the
2669 beginning of a word.
2670
6874724a
AR
26712013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2672
2673 * emacs-lisp/package.el (package-menu-mode): Don't modify the
2674 global value of tabulated-list-revert-hook (bug#14930).
2675
70f1b5e8
JB
26762013-07-22 Juanma Barranquero <lekktu@gmail.com>
2677
a1c80d9d
JB
2678 * desktop.el: Require 'cl-lib.
2679 (desktop-before-saving-frames-functions): New hook.
2680 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
2681 for frames being saved. Rename from desktop--save-minibuffer-frames.
2682 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
0ac26976
SM
2683 Do not save frames with non-nil `desktop-dont-save' parameter.
2684 Filter out deleted frames.
a1c80d9d
JB
2685 (desktop--find-frame): Use cl-find-if.
2686 (desktop--select-frame): Use cl-(first|second|third) to access values
2687 of desktop-mini.
2688 (desktop--make-frame): Use cl-delete-if.
2689 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
2690 (desktop-restore-frames): Use cl-(first|second|third) to access values
2691 of desktop-mini. Look for visible frame at the end, not while
2692 restoring frames.
2693
70f1b5e8
JB
2694 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
2695 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
2696 Use string-match-p, looking-at-p (bug#14927).
2697
728dc3cc
JB
26982013-07-21 Juanma Barranquero <lekktu@gmail.com>
2699
56bc453c
JB
2700 * desktop.el (desktop-saved-frame-states):
2701 Rename from desktop--saved-states; all users changed.
2702 (desktop-save-frames): Rename from desktop--save-frames.
2703 Do not save state to desktop file.
2704 (desktop-save): Save desktop-saved-frame-states to desktop file
2705 and reset to nil.
2706 (desktop-restoring-frames-p): New function.
2707 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
2708 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
2709 buffer-lists when restoring frames. Suggested by Martin Rudalics.
2710
728dc3cc
JB
2711 * desktop.el: Correctly restore iconified frames.
2712 (desktop--filter-iconified-position): New function.
2713 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
2714
862f1c9c
GM
27152013-07-20 Glenn Morris <rgm@gnu.org>
2716
c4074c9f
GM
2717 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
2718 Let `message' do the formatting.
2719 (def-gdb-preempt-display-buffer): Add explicit format.
2720
d828e5f9
GM
2721 * image-dired.el (image-dired-track-original-file):
2722 Use with-current-buffer.
2723 (image-dired-track-thumbnail): Use with-current-buffer.
2724 Avoid changing point of wrong window.
2725
862f1c9c
GM
2726 * image-dired.el (image-dired-track-original-file):
2727 Avoid changing point of wrong window. (Bug#14909)
2728
f0398ec1 27292013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
188c1ae6
RC
2730
2731 * progmodes/gdb-mi.el (gdb-done-or-error):
2732 Guard against "%" in gdb output. (Bug#14127)
2733
1451928f
AS
27342013-07-20 Andreas Schwab <schwab@linux-m68k.org>
2735
763a086d
JB
2736 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
2737 (Bug#14826)
f7a03897 2738
1451928f
AS
2739 * international/mule.el (coding-system-iso-2022-flags): Fix last
2740 change.
2741
99107004
KH
27422013-07-20 Kenichi Handa <handa@gnu.org>
2743
763a086d
JB
2744 * international/mule.el (coding-system-iso-2022-flags):
2745 Add `8-bit-level-4'. (Bug#8522)
99107004 2746
48494e06
LMI
27472013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2748
8ba8eec5
LMI
2749 * net/shr.el (shr-mouse-browse-url): New command and keystroke
2750 (bug#14815).
2751
dfbc66e3
LMI
2752 * net/eww.el (eww-process-text-input): Allow inputting when the
2753 point is at the start of the line, as the properties aren't
2754 front-sticky.
2755
48494e06
LMI
2756 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
2757 degenerate widths.
2758
77c92cb9
RS
27592013-07-19 Richard Stallman <rms@gnu.org>
2760
aec7da77
RS
2761 * epa.el (epa-popup-info-window): Doc fix.
2762
77c92cb9
RS
2763 * subr.el (split-string): New arg TRIM.
2764
945c5bb1
JB
27652013-07-18 Juanma Barranquero <lekktu@gmail.com>
2766
2767 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
2768 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
2769
e06ec67f
MA
27702013-07-18 Michael Albinus <michael.albinus@gmx.de>
2771
c7064f05 2772 * filenotify.el (file-notify--library): Rename from
e06ec67f
MA
2773 `file-notify-support'. Do not autoload. Adapt all uses.
2774 (file-notify-supported-p): New defun.
2775
c7064f05
JB
2776 * autorevert.el (auto-revert-use-notify):
2777 Use `file-notify-supported-p' instead of `file-notify-support'.
2778 Adapt docstring.
e06ec67f
MA
2779 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
2780
2781 * net/tramp.el (tramp-file-name-for-operation):
2782 Add `file-notify-supported-p'.
2783
2784 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
2785 New defun.
2786 (tramp-sh-file-name-handler-alist): Add it as handler for
2787 `file-notify-supported-p '.
2788
2789 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2790 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2791 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2792 Add `ignore' as handler for `file-notify-*' functions.
2793
5dc8a629
EZ
27942013-07-17 Eli Zaretskii <eliz@gnu.org>
2795
2796 * simple.el (line-move-partial, line-move): Don't start vscroll or
2797 scroll-up if the current line is not taller than the window.
2798 (Bug#14881)
2799
77aea2fb
DG
28002013-07-16 Dmitry Gutov <dgutov@yandex.ru>
2801
2802 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
2803 highlight question marks in the method names as strings.
ac72c08d
DG
2804 (ruby-block-beg-keywords): Inline.
2805 (ruby-font-lock-keyword-beg-re): Extract from
2806 `ruby-font-lock-keywords'.
77aea2fb 2807
18c26d81
JD
28082013-07-16 Jan Djärv <jan.h.d@swipnet.se>
2809
2810 * frame.el (blink-cursor-blinks): New defcustom.
2811 (blink-cursor-blinks-done): New defvar.
2812 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
2813 (blink-cursor-timer-function): Check if number of blinks has been
2814 done on X and NS.
2815 (blink-cursor-suspend, blink-cursor-check): New defuns.
2816
da48522e
GM
28172013-07-15 Glenn Morris <rgm@gnu.org>
2818
2819 * edmacro.el (edmacro-format-keys): Fix previous change.
2820
0463c1ef
PE
28212013-07-15 Paul Eggert <eggert@cs.ucla.edu>
2822
2823 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
2824 The hack didn't work outside English locales anyway.
2825
b43f6451
JB
28262013-07-15 Juanma Barranquero <lekktu@gmail.com>
2827
2828 * simple.el (define-alternatives): Rename from alternatives-define,
2829 per RMS' suggestion.
2830
b958c0ad
JB
28312013-07-14 Juanma Barranquero <lekktu@gmail.com>
2832
2833 * desktop.el (desktop-restore-frames): Change default to t.
2834 (desktop-restore-in-current-display): Now offer more options.
2835 (desktop-restoring-reuses-frames): New customization option.
2836 (desktop--saved-states): Doc fix.
2837 (desktop-filter-parameters-alist): New variable, renamed and expanded
2838 from desktop--excluded-frame-parameters.
2839 (desktop--target-display): New variable.
2840 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
2841 (desktop--filter-tty*, desktop--filter-*-color)
2842 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
2843 (desktop--filter-save-desktop-parm)
2844 (desktop-restore-in-original-display-p): New functions.
2845 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
2846 (desktop--save-minibuffer-frames): New function, inspired by a similar
2847 function from Martin Rudalics.
2848 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
2849 (desktop--restore-in-this-display-p): Remove.
2850 (desktop--find-frame): Rename from desktop--find-frame-in-display
2851 and add predicate argument.
2852 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
2853 (desktop--reuse-list): New variable.
2854 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
2855 New functions.
2856 (desktop--restore-frames): Add support for "minibuffer-special" frames.
2857
f6dd8b36
MA
28582013-07-14 Michael Albinus <michael.albinus@gmx.de>
2859
2860 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
2861
2ce3c565
DG
28622013-07-13 Dmitry Gutov <dgutov@yandex.ru>
2863
763a086d
JB
2864 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2865 Highlight conversion methods on Kernel.
2ce3c565 2866
2cdb7698
AM
28672013-07-13 Alan Mackenzie <acm@muc.de>
2868
2869 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
2870 and comment it out. This out-commenting enables certain C++
2871 declarations to be parsed correctly.
2872
1a67b811
EZ
28732013-07-13 Eli Zaretskii <eliz@gnu.org>
2874
1b796d6b
EZ
2875 * international/mule.el (define-coding-system): Doc fix.
2876
1a67b811
EZ
2877 * simple.el (default-font-height): Don't call font-info if the
2878 frame's default font didn't change since the frame was created.
2879 (Bug#14838)
2880
58fbe886
LL
28812013-07-13 Leo Liu <sdl.web@gmail.com>
2882
2883 * ido.el (ido-read-file-name): Guard against non-symbol value.
2884
1f0480d4
FEG
28852013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
2886
2887 * progmodes/python.el (python-imenu--build-tree): Fix corner case
2888 in nested defuns.
2889
97ead0e5
LL
28902013-07-13 Leo Liu <sdl.web@gmail.com>
2891
2892 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
2893 ido-set-matches call. (Bug#6852)
2894
0880a952
DG
28952013-07-12 Dmitry Gutov <dgutov@yandex.ru>
2896
2897 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
2898 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
2899 Ruby 2.0.
2900 (ruby-font-lock-keywords): Distinguish calls to functions with
2901 module-like names from module references. Highlight character
2902 literals.
2903
a7d8babb
SDJ
29042013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
2905
2906 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6741ad6c 2907 (gdb-send): Handle continued commands. (Bug#14847)
a7d8babb 2908
acfcc8c5
JB
29092013-07-12 Juanma Barranquero <lekktu@gmail.com>
2910
2911 * desktop.el (desktop--v2s): Remove unused local variable.
2912 (desktop-save-buffer): Make defvar-local; adjust docstring.
2913 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
2914 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
2915
051f2775
AS
29162013-07-12 Andreas Schwab <schwab@linux-m68k.org>
2917
2918 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
2919
f24e7572
GM
29202013-07-12 Eli Zaretskii <eliz@gnu.org>
2921
2922 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
2923 (Bug#14842)
2924
539a920c
GM
29252013-07-12 Glenn Morris <rgm@gnu.org>
2926
2927 * doc-view.el: Require cl-lib at runtime too.
2928 (doc-view-remove-if): Remove.
2929 (doc-view-search-next-match, doc-view-search-previous-match):
2930 Use cl-remove-if.
2931
2932 * edmacro.el: Require cl-lib at runtime too.
2933 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
2934 (edmacro-mismatch, edmacro-subseq): Remove.
2935
2936 * shadowfile.el: Require cl-lib.
2937 (shadow-remove-if): Remove.
2938 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
2939 Use cl-remove-if.
2940
2941 * wid-edit.el: Require cl-lib.
2942 (widget-choose): Use cl-remove-if.
2943 (widget-remove-if): Remove.
2944
2945 * progmodes/ebrowse.el: Require cl-lib at runtime too.
2946 (ebrowse-delete-if-not): Remove.
2947 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
2948 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
2949 Use cl-delete-if-not.
2950
1048af7c
JB
29512013-07-12 Juanma Barranquero <lekktu@gmail.com>
2952
2953 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
2954 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
2955
6c0674ee
LL
29562013-07-12 Leo Liu <sdl.web@gmail.com>
2957
2958 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
2959
a19b3c2d
GM
29602013-07-11 Glenn Morris <rgm@gnu.org>
2961
4582a01c
GM
2962 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
2963 (edebug-gensym-index, edebug-gensym):
2964 Remove reimplementation of cl-gensym.
2965 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
2966
2967 * thumbs.el: Require cl-lib at run-time too.
2968 (thumbs-gensym-counter, thumbs-gensym):
2969 Remove reimplementation of cl-gensym.
2970 (thumbs-temp-file): Use cl-gensym.
2971
a19b3c2d
GM
2972 * emacs-lisp/ert.el: Require cl-lib at runtime too.
2973 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
2974 (ert--intersection, ert--set-difference, ert--set-difference-eq)
2975 (ert--union, ert--gensym-counter, ert--gensym-counter)
2976 (ert--coerce-to-vector, ert--remove*, ert--string-position)
2977 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
2978 (ert-make-test-unbound, ert--expand-should-1)
2979 (ert--expand-should, ert--should-error-handle-error)
2980 (should-error, ert--explain-equal-rec)
2981 (ert--plist-difference-explanation, ert-select-tests)
2982 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
2983 Use cl-lib functions rather than reimplementations.
2984
88f6a933
MA
29852013-07-11 Michael Albinus <michael.albinus@gmx.de>
2986
2987 * net/tramp.el (tramp-methods): Extend docstring.
2988 (tramp-connection-timeout): New defcustom.
2989 (tramp-error-with-buffer): Reset timestamp only when appropriate.
2990 (with-tramp-progress-reporter): Simplify.
2991 (tramp-process-actions): Improve messages.
2992
2993 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2994 * net/tramp-sh.el (tramp-maybe-open-connection):
2995 Use `tramp-connection-timeout'.
2996 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
2997 (Bug#14808)
2998
a43d577e
LL
29992013-07-11 Leo Liu <sdl.web@gmail.com>
3000
3001 * ido.el (ido-read-file-name): Conform to the requirements of
3002 read-file-name. (Bug#11861)
3003 (ido-read-directory-name): Conform to the requirements of
3004 read-directory-name.
3005
d77974bf
JB
30062013-07-11 Juanma Barranquero <lekktu@gmail.com>
3007
3008 * subr.el (delay-warning): New function.
3009
35cb8a3e
EZ
30102013-07-10 Eli Zaretskii <eliz@gnu.org>
3011
3012 * simple.el (default-line-height): New function.
3013 (line-move-partial, line-move): Use it instead of computing the
3014 line height inline.
3015 (line-move-partial): Always compute ROWH. If the last line is
3016 partially-visible, but its text is completely visible, allow
3017 cursor to enter such a partially-visible line.
3018
525c5c77
MA
30192013-07-10 Michael Albinus <michael.albinus@gmx.de>
3020
3021 Improve error messages. (Bug#14808)
3022
3023 * net/tramp.el (tramp-current-connection): New defvar, moved from
3024 tramp-sh.el.
0ac26976 3025 (tramp-message-show-progress-reporter-message): Remove, not
525c5c77 3026 needed anymore.
0ac26976
SM
3027 (tramp-error-with-buffer): Show message in minibuffer.
3028 Discard input before waiting. Reset connection timestamp.
525c5c77
MA
3029 (with-tramp-progress-reporter): Improve messages.
3030 (tramp-process-actions): Use progress reporter. Delete process in
3031 case of error. Improve messages.
3032
763a086d
JB
3033 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
3034 Call `tramp-error-with-buffer' with vector and buffer.
0ac26976 3035 (tramp-current-connection): Remove.
525c5c77
MA
3036 (tramp-maybe-open-connection): The car of
3037 `tramp-current-connection' are the first 3 slots of the vector.
3038
c7a4d368
TZ
30392013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
3040
3041 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
3042 inside continued strings.
3043
954b166e
PE
30442013-07-10 Paul Eggert <eggert@cs.ucla.edu>
3045
3046 Timestamp fixes for undo (Bug#14824).
3047 * files.el (clear-visited-file-modtime): Move here from fileio.c.
3048
56973319
LL
30492013-07-10 Leo Liu <sdl.web@gmail.com>
3050
3051 * files.el (require-final-newline): Allow safe local value.
3052 (Bug#14834)
3053
5550a72c
LL
30542013-07-09 Leo Liu <sdl.web@gmail.com>
3055
3056 * ido.el (ido-read-directory-name): Handle fallback.
3057 (ido-read-file-name): Update DIR to ido-current-directory.
3058 (Bug#1516)
c28b9050 3059 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5550a72c 3060
70c46b28
DG
30612013-07-09 Dmitry Gutov <dgutov@yandex.ru>
3062
3063 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
3064 "autoload". Remove "warn lower camel case" section, previously
3065 commented out. Highlight negation char. Do not highlight the
3066 target in singleton method definitions.
3067
0b64b838
SM
30682013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3069
7fd72e2c
SM
3070 * faces.el (tty-setup-hook): Declare the hook.
3071
0b64b838
SM
3072 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
3073 and detect when a guard/pred depends on local vars (bug#14773).
3074 (pcase--u1): Adjust caller.
3075
ab49d60b
EZ
30762013-07-08 Eli Zaretskii <eliz@gnu.org>
3077
3078 * simple.el (line-move-partial, line-move): Account for
3079 line-spacing.
701d79aa
EZ
3080 (line-move-partial): Avoid setting vscroll when the last
3081 partially-visible line in window is of default height.
ab49d60b 3082
2d756ae0
LMI
30832013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3084
3085 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
3086 been used a while.
3087
ed095bd7
JB
30882013-07-07 Juanma Barranquero <lekktu@gmail.com>
3089
3090 * subr.el (read-quoted-char): Remove unused local variable `char'.
3091
f1e6674b
MK
30922013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
3093
584ee3fc
GM
3094 * ediff.el (ediff-version): Version update.
3095 (ediff-files-command, ediff3-files-command, ediff-merge-command)
3096 (ediff-merge-with-ancestor-command, ediff-directories-command)
3097 (ediff-directories3-command, ediff-merge-directories-command)
3098 (ediff-merge-directories-with-ancestor-command): New functions.
3099 All are command-line interfaces to ediff: to facilitate calling
3100 Emacs with the appropriate ediff functions invoked.
5165d44a
JB
3101
3102 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
3103 (viper-save-kill-buffer): Check if buffer is modified.
5165d44a 3104
584ee3fc
GM
3105 * viper.el (viper-version): Version update.
3106 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5165d44a 3107
584ee3fc
GM
31082013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3109
3110 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
3111 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
3112 (viper-intercept-ESC-key): Simplify.
3113 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
3114 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
3115 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
3116 (viper-setup-ESC-to-escape): New functions.
3117 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
3118 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
ed095bd7 3119
9aff9b38
EZ
31202013-07-07 Eli Zaretskii <eliz@gnu.org>
3121
5165d44a
JB
3122 * simple.el (default-font-height, window-screen-lines):
3123 New functions.
9aff9b38
EZ
3124 (line-move, line-move-partial): Use them instead of
3125 frame-char-height and window-text-height. This makes scrolling
3126 text smoother when the buffer's default face uses a font that is
3127 different from the frame's default font.
3128
1afb1d07
JD
31292013-07-06 Jan Djärv <jan.h.d@swipnet.se>
3130
3131 * files.el (write-file): Do not display confirm dialog for NS,
3132 it does its own dialog, which can't be cancelled (Bug#14578).
3133
23de972a
EZ
31342013-07-06 Eli Zaretskii <eliz@gnu.org>
3135
3136 * simple.el (line-move-partial): Adjust the row returned by
3137 posn-at-point for the current window-vscroll. (Bug#14567)
3138
54a42486
MA
31392013-07-06 Michael Albinus <michael.albinus@gmx.de>
3140
3141 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
3142 (tramp-sh-file-inotifywait-process-filter): Handle file names with
3143 spaces.
3144
34ada5f4
MR
31452013-07-06 Martin Rudalics <rudalics@gmx.at>
3146
3147 * window.el (window-state-put-stale-windows): New variable.
3148 (window--state-put-2): Save list of windows without matching buffer.
3149 (window-state-put): Remove "bufferless" windows if possible.
3150
11e03d89
JB
31512013-07-06 Juanma Barranquero <lekktu@gmail.com>
3152
3153 * simple.el (alternatives-define): Remove leftover :group keyword.
3154 Tweak docstring.
3155
3504a4be
LL
31562013-07-06 Leo Liu <sdl.web@gmail.com>
3157
3158 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
3159 (ido-enable-virtual-buffers): New variable.
3160 (ido-buffer-internal, ido-toggle-virtual-buffers)
3161 (ido-make-buffer-list): Use it.
3162 (ido-exhibit): Support turning on and off virtual buffers
3163 automatically.
3164
61e56e2c
JB
31652013-07-06 Juanma Barranquero <lekktu@gmail.com>
3166
3167 * simple.el (alternatives-define): New macro.
3168
321e1a9c
SM
31692013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
3170
3171 * subr.el (read-quoted-char): Use read-key.
3172 (sit-for): Let read-event decode tty input (bug#14782).
3173
d610f6dd
SB
31742013-07-05 Stephen Berman <stephen.berman@gmx.net>
3175
3176 * calendar/todo-mode.el: Add handling of file deletion, both by
321e1a9c
SM
3177 mode command and externally. Fix various related bugs.
3178 Clarify Commentary and improve some documentation strings and code.
d610f6dd
SB
3179 (todo-delete-file): New command.
3180 (todo-check-file): New function.
3181 (todo-show): Handle external deletion of the file we're trying to
3182 show (bug#14688). Replace called-interactively-p by an optional
3183 prefix argument to avoid problematic interaction with catch form
3184 when byte compiled (bug#14702).
3185 (todo-quit): Handle external deletion of the archive's todo file.
3186 Make sure the buffer that was visiting the archive file is still
3187 live before trying to bury it.
3188 (todo-category-completions): Handle external deletion of any
3189 category completion files.
3190 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
3191 of todo files, in case of external deletion.
3192 (todo-add-file): Replace unnecessary setq by let-binding.
3193 (todo-find-archive): Check whether there are any archives.
3194 Replace unnecessary setq by let-binding.
3195 (todo-archive-done-item): Use find-file-noselect to get the
321e1a9c
SM
3196 archive buffer whether or not the archive already exists.
3197 Remove superfluous code. Use file size instead of buffer-file-name to
d610f6dd
SB
3198 check if the archive is new; if it is, update list of archives.
3199 (todo-default-todo-file): Allow nil to be a valid value for when
3200 there are no todo files.
3201 (todo-reevaluate-default-file-defcustom): Use corrected definition
3202 of todo-default-todo-file.
3203 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
3204 (todo-delete-category, todo-show-categories-table)
3205 (todo-category-number): Clarify comment.
3206 (todo-filter-items): Clarify documentation string.
3207 (todo-show-current-file, todo-display-as-todo-file)
3208 (todo-reset-and-enable-done-separator): Tweak documentation string.
3209 (todo-done-separator): Make separator length window-width, since
3210 bug#2749 is now fixed.
3211
ddbdfd6f
MA
32122013-07-05 Michael Albinus <michael.albinus@gmx.de>
3213
321e1a9c
SM
3214 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
3215 Support both "gvfs-monitor-dir" and "inotifywait".
3216 (tramp-sh-file-inotifywait-process-filter): Rename from
ddbdfd6f
MA
3217 `tramp-sh-file-notify-process-filter'.
3218 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3219 (tramp-get-remote-gvfs-monitor-dir): New defuns.
3220
96eb829a
LL
32212013-07-05 Leo Liu <sdl.web@gmail.com>
3222
3223 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
3224
cf13177e
YM
32252013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3226
3227 * frame.el (display-pixel-height, display-pixel-width)
3228 (display-mm-height, display-mm-width): Mention behavior on
3229 multi-monitor setups in docstrings.
3230 (w32-display-monitor-attributes-list): Declare function.
3231 (display-monitor-attributes-list): Use it.
3232
864c58ca
MA
32332013-07-04 Michael Albinus <michael.albinus@gmx.de>
3234
3235 * filenotify.el: New package.
3236
3237 * autorevert.el (top): Require filenotify.el.
3238 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
3239 instead.
3240 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3241 (auto-revert-notify-handler): Use `file-notify-*' functions.
3242
3243 * subr.el (file-notify-handle-event): Move function to filenotify.el.
3244
321e1a9c
SM
3245 * net/tramp.el (tramp-file-name-for-operation):
3246 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
864c58ca
MA
3247
3248 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3249 for `file-notify-add-watch' and `file-notify-rm-watch'.
3250 (tramp-process-sentinel): Improve trace.
3251 (tramp-sh-handle-file-notify-add-watch)
3252 (tramp-sh-file-notify-process-filter)
3253 (tramp-sh-handle-file-notify-rm-watch)
3254 (tramp-get-remote-inotifywait): New defuns.
3255
96673afe
JL
32562013-07-03 Juri Linkov <juri@jurta.org>
3257
3258 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
3259 call of `occur-read-primary-args' to interactive spec.
3260
3261 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
3262 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
3263
924494f4
MM
32642013-07-03 Matthias Meulien <orontee@gmail.com>
3265
3266 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
3267 `Buffer-menu-multi-occur'. Add it to the menu.
3268 (Buffer-menu-mode): Document it in docstring.
3269 (Buffer-menu-multi-occur): New command. (Bug#14673)
3270
56f75efc
DG
32712013-07-03 Dmitry Gutov <dgutov@yandex.ru>
3272
3273 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
3274 keywords and built-ins.
3275
9b057d61
GM
32762013-07-03 Glenn Morris <rgm@gnu.org>
3277
208dee4d
GM
3278 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
3279
9b057d61
GM
3280 Make info-xref checks case-sensitive by default
3281 * info.el (Info-find-node, Info-find-in-tag-table)
3282 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
3283 Add option for exact case matching of nodes.
3284 * info-xref.el (info-xref): New custom group.
3285 (info-xref-case-fold): New option.
3286 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
3287
e01aa29c
LL
32882013-07-03 Leo Liu <sdl.web@gmail.com>
3289
3290 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
3291
3086ca2e
DG
32922013-07-03 Dmitry Gutov <dgutov@yandex.ru>
3293
3294 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
3295 middle of block statement initially, lower the depth. Remove
3296 FIXME comment, not longer valid. Remove middle of block statement
3297 detection, no need to do that anymore since we've been using
3298 `ruby-parse-region' here.
3299
a3b49114
JD
33002013-07-02 Jan Djärv <jan.h.d@swipnet.se>
3301
3302 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
3303
08e5c823 33042013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
c737dcb1
KY
3305
3306 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
3307
2addf922
JB
33082013-07-01 Juanma Barranquero <lekktu@gmail.com>
3309
3310 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
3311 (desktop-restore-in-current-display): New customization option.
3312 (desktop--excluded-frame-parameters): Add `font'.
3313 (desktop--save-frames): Rename from desktop--save-windows.
3314 (desktop--restore-in-this-display-p): New function.
3315 (desktop--make-full-frame): Remove unwanted width/height from
3316 full(width|height) frames.
3317 (desktop--restore-frames): Rename from desktop--restore-windows.
3318 Obey desktop-restore-current-display. Do not delete old frames or
3319 select a new frame unless we were able to restore at least one frame.
3320
ef099a94
MN
33212013-06-30 Michal Nazarewicz <mina86@mina86.com>
3322
3323 * files.el (find-file-noselect): Simplify conditional expression.
3324
3325 * remember.el (remember-append-to-file):
3326 Don't mix `find-buffer-visiting' and `get-file-buffer'.
3327
3328 Add `remember-notes' function to store random notes across Emacs
3329 restarts.
3330 * remember.el (remember-data-file): Add :set callback to affect
3331 notes buffer (if any).
3332 (remember-notes): New command.
3333 (remember-notes-buffer-name, bury-remember-notes-on-kill):
3334 New defcustoms for the `remember-notes' function.
3335 (remember-notes-save-and-bury-buffer): New command.
3336 (remember-notes-mode-map): New variable.
3337 (remember-mode): New minor mode.
3338 (remember-notes--kill-buffer-query): New function.
3339 * startup.el (initial-buffer-choice): Add notes to custom type.
3340
0865d506
EZ
33412013-06-30 Eli Zaretskii <eliz@gnu.org>
3342
0ba54312
EZ
3343 * bindings.el (right-char, left-char): Don't call sit-for, this is
3344 no longer needed. Use arithmetic comparison only for numerical
3345 arguments.
3346
ef099a94
MN
3347 * international/mule-cmds.el (select-safe-coding-system):
3348 Handle the case of FROM being a string correctly. (Bug#14755)
0865d506 3349
2fae38e5
LMI
33502013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3351
3352 * net/shr.el (shr-make-table-1): Add a sanity check that allows
3353 progression on degenerate tables.
ef099a94 3354 (shr-rescale-image): ImageMagick animated images currently don't work.
2fae38e5 3355
a47cbd64
JB
33562013-06-30 Juanma Barranquero <lekktu@gmail.com>
3357
3358 Some fixes and improvements for desktop frame restoration.
3359 It is still experimental and disabled by default.
3360 * desktop.el (desktop--save-windows): Put the selected frame at
3361 the head of the list.
3362 (desktop--make-full-frame): New function.
3363 (desktop--restore-windows): Try to re-select the frame that was
3364 selected upon saving. Do not abort if some frames fail to restore,
7a3518fa
JB
3365 just show an error message and continue. Set up maximized frames
3366 so they have default non-maximized dimensions.
a47cbd64 3367
6dbafa30
DG
33682013-06-30 Dmitry Gutov <dgutov@yandex.ru>
3369
ef099a94
MN
3370 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3371 Don't start heredoc inside a string or comment.
6dbafa30 3372
4c672a0f
EZ
33732013-06-29 Eli Zaretskii <eliz@gnu.org>
3374
3375 * bindings.el (visual-order-cursor-movement): New defcustom.
3376 (right-char, left-char): Provide visual-order cursor motion by
3377 calling move-point-visually. Update the doc strings.
3378
50960f36
KH
33792013-06-28 Kenichi Handa <handa@gnu.org>
3380
3381 * international/mule.el (define-coding-system): New coding system
3382 properties :inhibit-null-byte-detection,
3383 :inhibit-iso-escape-detection, and :prefer-utf-8.
3384 (set-buffer-file-coding-system): If :charset-list property of
3385 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
3386 appropriate for setting.
3387
c1ea3abf
JB
3388 * international/mule-cmds.el (select-safe-coding-system):
3389 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
3390 multibyte characters, return utf-8 (or one of its siblings).
50960f36
KH
3391
3392 * international/mule-conf.el (prefer-utf-8): New coding system.
3393 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
3394 files.
3395
75dbaf9d
IK
33962013-06-28 Ivan Kanis <ivan@kanis.fr>
3397
eadb6068
IK
3398 * net/shr.el (shr-render-region): New function.
3399
75dbaf9d
IK
3400 * net/eww.el: Autoload `eww-browse-url'.
3401
9ea5cf9f
DG
34022013-06-27 Dmitry Gutov <dgutov@yandex.ru>
3403
c1ea3abf
JB
3404 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3405 Adapt to `package-desc-version' being a list.
3406 Use `package--ac-desc-version' to retrieve version from a package
9ea5cf9f
DG
3407 archive element.
3408
39c0e36f
JB
34092013-06-27 Juanma Barranquero <lekktu@gmail.com>
3410
3411 New experimental feature to save&restore window and frame setup.
3412 * desktop.el (desktop-save-windows): New defcustom.
3413 (desktop--saved-states): New var.
3414 (desktop--excluded-frame-parameters): New defconst.
3415 (desktop--filter-frame-parms, desktop--find-frame-in-display)
3416 (desktop--restore-windows, desktop--save-windows): New functions.
3417 (desktop-save): Call `desktop--save-windows'.
3418 (desktop-read): Call `desktop--restore-windows'.
3419
7f13406b
LMI
34202013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3421
ef099a94 3422 * net/shr.el (add-face-text-property): Remove compat definition.
7f13406b 3423
1e072639
SB
34242013-06-27 Stephen Berman <stephen.berman@gmx.net>
3425
3426 * info.el (Info-try-follow-nearest-node): Move search for footnote
3427 above search for node name to prevent missing a footnote (bug#14717).
3428
f3e2cbde
SB
34292013-06-27 Stephen Berman <stephen.berman@gmx.net>
3430
3431 * obsolete/otodo-mode.el: Add obsolescence info to file header.
3432
99906aa0
LL
34332013-06-27 Leo Liu <sdl.web@gmail.com>
3434
3435 * net/eww.el (eww-read-bookmarks): Check file size.
3436
539f75f4
SM
34372013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3438
3439 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
3440 advice--pending if newdef is nil or an autoload (bug#13820).
3441 (advice-mapc): New function.
3442
843571cb
LMI
34432013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3444
3445 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
3446 probably.
23a75d7f 3447 (eww-mode-map): Add a menu bar.
2b4f0506
LMI
3448 (eww-add-bookmark): New command.
3449 (eww-bookmark-mode): New mode and commands.
a285ce99 3450 (eww-add-bookmark): Remove newlines from the title.
47fd571b 3451 (eww-bookmark-browse): Don't bug out if it's the only window.
843571cb 3452
f2136e1e
GM
34532013-06-26 Glenn Morris <rgm@gnu.org>
3454
eab35f39
GM
3455 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
3456 (hfy-size): Handle ttys. (Bug#14668)
3457
f2136e1e
GM
3458 * info-xref.el: Update for Texinfo 5 change in *note format.
3459 (info-xref-node-re, info-xref-note-re): New constants.
3460 (info-xref-check-buffer): Use info-xref-note-re.
3461
a49ff80c
SM
34622013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3463
a343d218
SM
3464 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
3465
a49ff80c
SM
3466 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
3467 nil terminate the loop (bug#14718).
3468
8308f184
LMI
34692013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3470
3471 * net/eww.el: Rework history traversal. When going forward/back,
3472 put these actions into the history, too, so that they can be
3473 replayed.
26bf2b82 3474 (eww-render): Move the history reset to the correct buffer.
8308f184 3475
ec64c273
JL
34762013-06-25 Juri Linkov <juri@jurta.org>
3477
3478 * files-x.el (modify-dir-local-variable): Change the header comment
3479 in the file with directory local variables. (Bug#14692)
3480
e080a9d7
JL
3481 * files-x.el (read-file-local-variable-value): Add `default'.
3482 (Bug#14710)
3483
bfbc93a1
IK
34842013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3485
3486 * net/eww.el (eww-make-unique-file-name): Create a unique file
3487 name before saving to entering `y' accidentally asynchronously.
3488
34892013-06-25 Ivan Kanis <ivan@kanis.fr>
3490
3491 * net/eww.el (eww-download): New command and keystroke.
3492
16f74f10
LMI
34932013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3494
a49ff80c 3495 * net/eww.el (eww-copy-page-url): Change name of command.
16f74f10
LMI
3496
3497 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
3498 be more consistent with Info and dired.
3499
3500 * net/eww.el (eww-mode-map): Ditto.
3501
12059709
SM
35022013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3503
3504 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
3505 packages from archives.
3506 (package-archive-contents): Change format; include obsolete packages.
3507 (package-desc): Use `dir' to mark builtin packages.
3508 (package--from-builtin): Set the `dir' field to `builtin'.
3509 (generated-autoload-file, version-control): Declare.
3510 (package-compute-transaction): Change first arg and return value to be
3511 lists of package-descs. Adjust to new package-archive-contents format.
3512 (package--add-to-archive-contents): Adjust to new
3513 package-archive-contents format.
3514 (package-download-transaction): Arg is now a list of package-descs.
3515 (package-install): If `pkg' is a package name, pass it as
3516 a requirement, so it is subject to the usual (e.g. disabled) checks.
3517 (describe-package): Accept package-desc as well.
3518 (describe-package-1): Describe a specific package-desc. Add links to
3519 other package-descs for the same package name.
3520 (package-menu-describe-package): Pass the actual package-desc.
3521 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
3522 works correctly.
3523 (package-desc-status): New function.
3524 (package-menu--refresh): New function, extracted
3525 from package-menu--generate.
3526 (package-menu--generate): Use it.
3527 (package-delete): Update package-alist.
3528 (package-menu-execute): Don't call package-initialize.
3529
3530 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
3531 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
3532 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
3533 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
3534 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
3535 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
3536
8bbdea0f
MR
35372013-06-25 Martin Rudalics <rudalics@gmx.at>
3538
3539 * window.el (window--state-get-1): Workaround for bug#14527.
3540 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
3541
e82b0991
LMI
35422013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3543
3544 * net/eww.el (eww-back-url): Implement the history by stashing all
3545 the data into a list.
d3f0f918 3546 (eww-forward-url): Allow going forward in the history, too.
e82b0991 3547
c763842b
SM
35482013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3549
3550 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
3551 for values and use read--expression for expressions (bug#14710).
3552 (read-file-local-variable): Avoid setq.
3553 (read-file-local-variable-mode): Use minor-mode-list.
3554
bceff189
RW
35552013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3556
864c58ca 3557 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
bceff189
RW
3558 for DOI URLs.
3559
45f431c6
RW
35602013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3561
864c58ca 3562 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
45f431c6
RW
3563 Update imenu-support when dialect changes.
3564
f42d8237
LL
35652013-06-25 Leo Liu <sdl.web@gmail.com>
3566
3567 * ido.el (ido-read-internal): Allow forward slash on windows.
3568
be549ce6
LMI
35692013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3570
3571 * net/eww.el (eww): Start of strings is \\`, not ^.
3572
71d4c19d
IK
35732013-06-24 Ivan Kanis <ivan@kanis.fr>
3574
5196f88a
IK
3575 * net/shr.el (shr-browse-url): Fix interactive spec.
3576
71d4c19d
IK
3577 * net/eww.el (eww): Add a trailing slash to domain names.
3578
ae36ca55
JB
35792013-06-24 Juanma Barranquero <lekktu@gmail.com>
3580
3581 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
3582
0ebd92a3
LMI
35832013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3584
bdaa086b
LMI
3585 * net/shr.el (shr-browse-url): Use an external browser if given a
3586 prefix.
3587
c763842b 3588 * net/eww.el (eww-external-browser): Move to shr.
0ebd92a3 3589
b89fc156
IK
35902013-06-24 Ivan Kanis <ivan@kanis.fr>
3591
3592 * net/eww.el (eww): Work more correctly for file: URLs.
3593 (eww-detect-charset): Allow quoted charsets.
3594 (eww-yank-page-url): New command and keystroke.
3595
18eb4bca
DU
35962013-06-24 Daiki Ueno <ueno@gnu.org>
3597
3598 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
3599 file name of gpg executable.
3600 (epg-context-program): New function.
3601 (epg-context-home-directory): New function.
3602 (epg-context-set-program): New function.
3603 (epg-context-set-home-directory): New function.
3604 (epg--start): Use `epg-context-program' instead of
3605 'epg-gpg-program'.
3606 (epg--list-keys-1): Likewise.
3607
6c6268c8
LL
36082013-06-24 Leo Liu <sdl.web@gmail.com>
3609
3610 * ido.el (ido-read-internal): Fix bug#14620.
3611
5e400cb3
JB
36122013-06-23 Juanma Barranquero <lekktu@gmail.com>
3613
3614 * faces.el (face-documentation): Simplify.
3615 (read-face-attribute, tty-find-type, x-resolve-font-name):
3616 Use `string-match-p'.
3617 (list-faces-display): Use `string-match-p'. Simplify.
3618 (face-spec-recalc): Check face to avoid face alias loops.
3619 (read-color): Use `string-match-p' and non-capturing parenthesis.
3620
f3f9606c
LMI
36212013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3622
3623 * net/shr.el (shr-rescale-image): Use the new
3624 :max-width/:max-height functionality.
3625
a3ca09b9
IK
36262013-06-23 Ivan Kanis <ivan@kanis.fr>
3627
3628 * net/eww.el (eww-search-prefix): New variable.
3629 (eww): Use it.
f865b474
IK
3630 (eww-external-browser): New variable.
3631 (eww-mode-map): New keystroke.
3632 (eww-browse-with-external-browser): New command.
a3ca09b9 3633
e854cfc7
IK
3634 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
3635
18bb9e21
JB
36362013-06-23 Juanma Barranquero <lekktu@gmail.com>
3637
3638 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3639 Don't skip aligning the next header field when padding is 0;
3640 otherwise, field width is not respected unless the title is as
3641 wide as the field.
3642
5b165ade
SM
36432013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3644
3645 * emacs-lisp/package.el (package-el-version): Remove.
3646 (package-process-define-package): Fix inf-loop.
3647 (package-install): Allow symbols as arguments again.
3648
12adebe9
DG
36492013-06-22 Dmitry Gutov <dgutov@yandex.ru>
3650
3651 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
3652 add some more keyword-like methods.
3653 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
3654
388573ee
JB
36552013-06-22 Juanma Barranquero <lekktu@gmail.com>
3656
3657 * bs.el (bs-buffer-show-mark): Make defvar-local.
3658 (bs-mode): Use setq-local.
3659
3660 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
3661 (emacs-lock--try-unlocking): Make defvar-local.
3662
4582a01c 36632013-06-22 Glenn Morris <rgm@gnu.org>
3d94f3ad 3664
2663dd23
GM
3665 * play/cookie1.el (cookie-apropos): Minor simplification.
3666
3d94f3ad
GM
3667 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
3668
f72e2fdb
DG
36692013-06-22 Dmitry Gutov <dgutov@yandex.ru>
3670
3671 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
3672 `regexp-opt', it breaks the build during dumping.
3673
73eab938
DG
36742013-06-21 Dmitry Gutov <dgutov@yandex.ru>
3675
c763842b
SM
3676 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3677 Highlight keyword-like methods on Kernel and Module with
73eab938 3678 font-lock-builtin-face.
5cf8176d
DG
3679 (auto-mode-alist): Consolidate different entries into one regexp
3680 and add more *file-s.
73eab938 3681
d26255f6
SB
36822013-06-21 Stephen Berman <stephen.berman@gmx.net>
3683
3684 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
3685
3686 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
3687 (diary-entry): Use it in the action of this button type instead of
3688 diary-goto-entry.
3689
3690 * calendar/todo-mode.el: New version.
3691 (todo-add-category): Append new category to end of file and give
3692 it the highest number, instead of putting it at the beginning and
3693 giving it 0. Incorporate noninteractive functionality.
3694 (todo-forward-category): Adapt to 1-based category numbering.
3695 Allow skipping over archived categories.
3696 (todo-backward-category): Derive from todo-forward-category.
3697 (todo-backward-item, todo-forward-item): Make noninteractive and
3698 delegate interactive part to new commands. Make sensitive to done items.
3699 (todo-categories): Make value an alist of category names and
3700 vectors of item counts.
3701 (todo-category-beg): Make a defconst.
3702 (todo-category-number): Use 1 instead of 0 as initial value.
3703 (todo-category-select): Make sensitive to overlays, optional item
3704 highlighting and done items.
3705 (todo-delete-item): Make sensitive to overlays and marked and done items.
3706 (todo-edit-item): Make sensitive to overlays and editing of
3707 date/time header optional. Add format checks.
3708 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
3709 no-op if point is not on an item. Advertise using todo-edit-quit.
3710 (todo-edit-mode): Make sensitive to new format, font-locking, and
3711 multiple todo files.
3712 (todo-insert-item, todo-insert-item-here): Derive from
3713 todo-basic-insert-item and extend functionality.
3714 (todo-item-end, todo-item-start): Make sensitive to done items.
3715 (todo-item-string): Don't return text properties. Restore point.
3716 (todo-jump-to-category): Make sensitive to multiple todo files and
3717 todo archives. Use extended category completion.
3718 (todo-lower-item, todo-raise-item): Rename to *-priority and
3719 derive from todo-set-item-priority.
3720 (todo-mode): Derive from special-mode. Make sensitive to new
3721 format, font-locking and multiple todo files. Make read-only.
3722 (todo-mode-map): Don't suppress digit keys, so they can supply
3723 prefix arguments. Add many new key bindings.
3724 (todo-prefix): Insert as an overlay instead of file text.
3725 Change semantics from diary date expression to purely visual mark.
3726 (todo-print): Rename to todo-print-buffer. Make buffer display
3727 features printable. Remove option to restrict number of items
3728 printed. Add option to print to file.
3729 (todo-print-function): Rename to todo-print-buffer-function.
3730 (todo-quit): Extend to handle exiting new todo modes.
3731 (todo-remove-item): Make sensitive to overlays.
3732 (todo-save): Extend to buffers of filtered items.
3733 (todo-show): Make sensitive to done items, multiple todo files and
3734 new todo modes. Offer to convert legacy todo file before creating
3735 first new todo file.
3736 (todo-show-priorities): Rename to todo-top-priorities.
3737 Change semantics of value 0.
3738 (todo-top-priorities): Rename to todo-filter-top-priorities,
3739 derive from todo-filter-items and extend functionality.
3740 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
3741 and extend functionality to other types of filtered items.
3742 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
3743 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
3744 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
3745 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
3746 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
3747 (todo-edit-mode-hook, todo-entry-prefix-function)
3748 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
3749 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
3750 (todo-initials, todo-insert-threshold, todo-item-string-start)
3751 (todo-line-string, todo-menu, todo-mode-hook)
3752 (todo-more-important-p, todo-previous-answer, todo-previous-line)
3753 (todo-print-priorities, todo-remove-separator)
3754 (todo-save-top-priorities-too, todo-string-count-lines)
3755 (todo-string-multiline-p, todo-time-string-format)
3756 (todo-tmp-buffer-name): Remove.
3757 (todo-add-file, todo-archive-done-item, todo-choose-archive)
3758 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
3759 (todo-edit-category-diary-inclusion)
3760 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
3761 (todo-edit-file, todo-edit-item-date-day)
3762 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
3763 (todo-edit-item-date-month, todo-edit-item-date-to-today)
3764 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
3765 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
3766 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
3767 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
3768 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
3769 (todo-filter-top-priorities-multifile, todo-find-archive)
3770 (todo-find-filtered-items-file, todo-go-to-source-item)
3771 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
3772 (todo-jump-to-archive-category, todo-lower-category)
3773 (todo-mark-category, todo-marked-item-p, todo-merge-category)
3774 (todo-move-category, todo-move-item, todo-next-button)
3775 (todo-next-item, todo-padded-string, todo-powerset)
3776 (todo-previous-button, todo-previous-item)
3777 (todo-print-buffer-to-file, todo-raise-category)
3778 (todo-rename-category, todo-repair-categories-sexp, todo-search)
3779 (todo-set-category-number, todo-set-item-priority)
3780 (todo-set-top-priorities-in-category)
3781 (todo-set-top-priorities-in-file, todo-show-categories-table)
3782 (todo-sort-categories-alphabetically-or-numerically)
3783 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
3784 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
3785 (todo-toggle-item-header, todo-toggle-item-highlighting)
3786 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
3787 (todo-toggle-view-done-items, todo-toggle-view-done-only)
3788 (todo-unarchive-items, todo-unmark-category): New commands.
3789 (todo-absolute-file-name, todo-add-to-buffer-list)
3790 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
3791 (todo-basic-insert-item, todo-category-completions)
3792 (todo-category-number, todo-category-string-matcher-1)
3793 (todo-category-string-matcher-2, todo-check-filtered-items-file)
3794 (todo-check-format, todo-clear-matches)
3795 (todo-comment-string-matcher, todo-convert-legacy-date-time)
3796 (todo-current-category, todo-date-string-matcher)
3797 (todo-define-insertion-command, todo-diary-expired-matcher)
3798 (todo-diary-goto-entry, todo-diary-item-p)
3799 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
3800 (todo-display-categories, todo-display-sorted, todo-done-item-p)
3801 (todo-done-item-section-p, todo-done-separator)
3802 (todo-done-string-matcher, todo-files, todo-filter-items)
3803 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
3804 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
3805 (todo-insert-category-line, todo-insert-item-from-calendar)
3806 (todo-insert-sort-button, todo-insert-with-overlays)
3807 (todo-insertion-command-name, todo-insertion-key-bindings)
3808 (todo-label-to-key, todo-longest-category-name-length)
3809 (todo-make-categories-list, todo-mode-external-set)
3810 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
3811 (todo-modes-set-3, todo-multiple-filter-files)
3812 (todo-nondiary-marker-matcher, todo-prefix-overlays)
3813 (todo-read-category, todo-read-date, todo-read-dayname)
3814 (todo-read-file-name, todo-read-time)
3815 (todo-reevaluate-category-completions-files-defcustom)
3816 (todo-reevaluate-default-file-defcustom)
3817 (todo-reevaluate-filelist-defcustoms)
3818 (todo-reevaluate-filter-files-defcustom)
3819 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
3820 (todo-reset-done-separator, todo-reset-done-separator-string)
3821 (todo-reset-done-string, todo-reset-global-current-todo-file)
3822 (todo-reset-highlight-item, todo-reset-nondiary-marker)
3823 (todo-reset-prefix, todo-set-categories)
3824 (todo-set-date-from-calendar, todo-set-show-current-file)
3825 (todo-set-top-priorities, todo-short-file-name)
3826 (todo-show-current-file, todo-sort, todo-time-string-matcher)
3827 (todo-total-item-counts, todo-update-buffer-list)
3828 (todo-update-categories-display, todo-update-categories-sexp)
3829 (todo-update-count, todo-validate-name, todo-y-or-n-p):
3830 New functions.
3831 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
3832 New major modes.
3833 (todo-categories, todo-display, todo-edit, todo-faces)
3834 (todo-filtered): New defgroups.
3835 (todo-archived-only, todo-button, todo-category-string, todo-date)
3836 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
3837 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
3838 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
3839 (todo-add-item-if-new-category, todo-always-add-time-string)
3840 (todo-categories-align, todo-categories-archived-label)
3841 (todo-categories-category-label, todo-categories-diary-label)
3842 (todo-categories-done-label, todo-categories-number-separator)
3843 (todo-categories-todo-label, todo-categories-totals-label)
3844 (todo-category-completions-files, todo-completion-ignore-case)
3845 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
3846 (todo-done-separator-string, todo-done-string)
3847 (todo-files-function, todo-filter-done-items, todo-filter-files)
3848 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
3849 (todo-initial-category, todo-initial-file, todo-item-mark)
3850 (todo-legacy-date-time-regexp, todo-mode-line-function)
3851 (todo-nondiary-marker, todo-number-prefix)
3852 (todo-print-buffer-function, todo-show-current-file)
3853 (todo-show-done-only, todo-show-first, todo-show-with-done)
3854 (todo-skip-archived-categories, todo-top-priorities-overrides)
3855 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
3856 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
3857 New defcustoms.
3858 (todo-category-done, todo-date-pattern, todo-date-string-start)
3859 (todo-diary-items-buffer, todo-done-string-start)
3860 (todo-filtered-items-buffer, todo-item-start)
3861 (todo-month-abbrev-array, todo-month-name-array)
3862 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
3863 (todo-top-priorities-buffer): New defconsts.
3864 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
3865 (todo-categories-with-marks, todo-category-string-face)
3866 (todo-comment-face, todo-comment-string, todo-current-todo-file)
3867 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
3868 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
3869 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
3870 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
3871 (todo-font-lock-keywords, todo-global-current-todo-file)
3872 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
3873 (todo-insertion-commands-args)
3874 (todo-insertion-commands-args-genlist)
3875 (todo-insertion-commands-names, todo-insertion-map)
3876 (todo-key-bindings-t, todo-key-bindings-t+a)
3877 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
3878 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
3879 (todo-nondiary-face, todo-print-buffer, todo-time-face)
3880 (todo-visited): New variables.
3881
cad5d1cb
GM
38822013-06-21 Glenn Morris <rgm@gnu.org>
3883
3884 * play/cookie1.el (cookie-apropos): Add optional display argument.
3885 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
3886 (psychoanalyze-pinhead): Use cookie-doctor.
3887
9e277302
JB
38882013-06-21 Juanma Barranquero <lekktu@gmail.com>
3889
3890 * emacs-lisp/package.el (tar-get-file-descriptor)
3891 (tar--extract): Declare.
3892
c5b0993e
EW
38932013-06-21 Eduard Wiebe <usenet@pusto.de>
3894
3895 Extend flymake's warning predicate to be a function (bug#14217).
3896 * progmodes/flymake.el (flymake-warning-predicate): New.
3897 (flymake-parse-line): Use it.
3898 (flymake-warning-re): Make obsolete alias to
3899 `flymake-warning-predicate'.
3900
a7d2d465
SM
39012013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * emacs-lisp/package.el (package-alist): Include obsolete packages.
3904 (package-obsolete-list): Remove.
3905 (package-activate): Remove min-version argument. Add `force' argument.
3906 Adjust to new package-alist format.
3907 (package-mark-obsolete): Remove.
3908 (package-unpack): Force reload of the package's autoloads.
3909 (package-installed-p): Check builtins if the installed package is not
3910 recent enough.
3911 (package-initialize): Don't reset package-obsolete-list.
3912 Don't specify which package version to activate.
3913 (package-process-define-package, describe-package-1)
3914 (package-menu--generate): Adjust to new package-alist format.
3915
cedf5c9d
JB
39162013-06-21 Juanma Barranquero <lekktu@gmail.com>
3917
3918 * allout-widgets.el (allout-widgets-mode-off)
3919 (allout-widgets-mode-on, allout-widgets-pre-command-business)
3920 (allout-widgets-post-command-business)
3921 (allout-widgets-after-copy-or-kill-function)
3922 (allout-widgets-after-undo-function, allout-test-range-overlaps)
3923 (allout-decorate-item-and-context)
3924 (allout-graphics-modification-handler): Fix typos in docstrings.
3925 (allout-get-or-create-parent-widget): Use `looking-at-p'.
3926
3927 * cmuscheme.el (scheme-start-file): Doc fix.
3928 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
3929 (scheme-input-filter): Use `string-match-p'.
3930
3931 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
3932
3933 * dired-x.el: Use Dired consistently in docstrings.
3934
3935 * dired.el: Use Dired consistently in docstrings.
3936 (dired-readin, dired-mode): Use `setq-local'.
3937 (dired-switches-alist): Make defvar-local.
3938 (dired-buffers-for-dir): Use `zerop'.
3939 (dired-safe-switches-p, dired-switches-escape-p)
3940 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
3941 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
3942 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
3943 (dired-goto-next-nontrivial-file): Use `string-match-p'.
3944 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
3945 (dired-toggle-marks, dired-mark-files-containing-regexp)
3946 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
3947 (dired-flag-auto-save-files, dired-flag-backup-files):
3948 Use `looking-at-p'.
3949 (dired-mark-files-regexp, dired-build-subdir-alist):
3950 Use `string-match-p', `looking-at-p'.
3951
3952 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
3953 (direct-print-region-helper): Use `string-match-p'.
3954
aed838b5
LL
39552013-06-21 Leo Liu <sdl.web@gmail.com>
3956
cedf5c9d
JB
3957 * comint.el (comint-redirect-results-list-from-process):
3958 Fix infinite loop.
aed838b5 3959
d80a808f
LMI
39602013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3961
3962 * net/eww.el (eww-update-header-line-format): Quote % characters.
3963
e7a526e3
GM
39642013-06-21 Glenn Morris <rgm@gnu.org>
3965
3966 * play/cookie1.el (cookie): New custom group.
3967 (cookie-file): New option.
3968 (cookie-check-file): New function.
3969 (cookie): Make it interactive. Make start and end messages optional.
3970 Interactively, display the result. Default to cookie-file.
3971 (cookie-insert): Default to cookie-file.
3972 (cookie-snarf): Make start and end messages optional.
3973 Default to cookie-file. Use with-temp-buffer.
3974 (cookie-read): Rename from read-cookie.
3975 Make start and end messages optional. Default to cookie-file.
3976 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7f8e3b22 3977 Do not autoload it.
e7a526e3
GM
3978 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
3979 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
3980
62efb35e
LL
39812013-06-21 Leo Liu <sdl.web@gmail.com>
3982
3983 * progmodes/octave.el (octave-mode): Backward compatibility fix.
3984
21e3f963
GM
39852013-06-21 Glenn Morris <rgm@gnu.org>
3986
3987 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
3988
fd846ab4
SM
39892013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3990 Daniel Hackney <dan@haxney.org>
3991
3992 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
3993 Consolidate the single-file vs tarball code.
3994 (package-desc-suffix): New function.
3995 (package-desc-full-name): Don't bother inlining it.
3996 (package-load-descriptor): Return the new package-desc.
3997 (package-mark-obsolete): Remove unused arg `package'.
3998 (package-unpack): Make it work for single files as well.
3999 Make it update package-alist.
4000 (package--make-autoloads-and-stuff): Rename from
4001 package--make-autoloads-and-compile. Don't compile any more.
4002 (package--compile): New function.
4003 (package-generate-description-file): New function, extracted from
4004 package-unpack-single.
4005 (package-unpack-single): Remove.
4006 (package--with-work-buffer): Add indentation and debugging info.
4007 (package-download-single): Remove.
4008 (package-install-from-archive): Rename from package-download-tar, make
4009 it take a pkg-desc, and make it work for single files as well.
4010 (package-download-transaction): Simplify.
4011 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
4012 external tar program.
4013 (package-install-from-buffer): Remove `pkg-desc' argument.
4014 Use package-tar-file-info for tar-mode buffers.
4015 (package-install-file): Simplify accordingly.
4016 (package-archive-base): Change to take a pkg-desc.
4017 * tar-mode.el (tar--check-descriptor): New function, extracted from
4018 tar-get-descriptor.
4019 (tar-get-descriptor): Use it.
4020 (tar-get-file-descriptor): New function.
4021 (tar--extract): New function, extracted from tar-extract.
4022 (tar--extract): Use it.
4023 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
4024 case the summary uses non-ascii. Adjust to new calling convention of
4025 package-tar-file-info.
4026
b7deae5e
LL
40272013-06-21 Leo Liu <sdl.web@gmail.com>
4028
fd846ab4
SM
4029 * comint.el (comint-redirect-results-list-from-process):
4030 Fix random delay. (Bug#14681)
b7deae5e 4031
7a65a0b2
JB
40322013-06-21 Juanma Barranquero <lekktu@gmail.com>
4033
4034 * profiler.el (profiler-format-number): Use log, not log10.
4035
1493c2af
JB
40362013-06-20 Juanma Barranquero <lekktu@gmail.com>
4037
4038 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
4039
aff6371e
SM
40402013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4041
4042 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
4043 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
4044 yet available.
4045 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
4046 (AUTOGENEL): ... here.
4047 * emacs-lisp/cl-macs.el (cl--sublis): New function.
4048 (cl--defsubst-expand): Use it.
4049
89561f72
PE
40502013-06-20 Paul Eggert <eggert@cs.ucla.edu>
4051
4052 * subr.el (log10): Move here from C code, and declare as obsolete.
4053 All uses of (log10 X) replaced with (log X 10).
4054
47199123
JB
40552013-06-20 Juanma Barranquero <lekktu@gmail.com>
4056
4057 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
4058 Declare with `defvar-local'.
4059 (tabulated-list-use-header-line, tabulated-list-entries)
4060 (tabulated-list-padding, tabulated-list-printer)
4061 (tabulated-list-sort-key): Declare with `defvar-local'.
4062 (tabulated-list-init-header, tabulated-list-print-fake-header):
4063 Use `setq-local'.
4064
4a172eab
MA
40652013-06-20 Michael Albinus <michael.albinus@gmx.de>
4066
47199123
JB
4067 * arc-mode.el (archive-mode): Add `archive-write-file' to
4068 `write-contents-functions' also for remote files. (Bug#14652)
4a172eab 4069
5fc0acc0
JB
40702013-06-20 Juanma Barranquero <lekktu@gmail.com>
4071
d5b27848
JB
4072 * cus-edit.el (custom-commands): Fix typos.
4073 (custom-display): Fix tooltip text.
4074 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
4075 Fix typos in docstrings.
4076 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
4077 (custom-unlispify-menu-entry, custom-magic-value-create)
4078 (custom-add-see-also, custom-group-value-create): Use ?\s.
4079 (custom-guess-type, customize-apropos, editable-field)
4080 (custom-face-value-create): Use `string-match-p'.
4081 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
4082
4083 * custom.el (custom-load-symbol): Use `string-match-p'.
4084
a5c581d8
JB
4085 * ansi-color.el: Convert to lexical binding.
4086 (ansi-colors): Fix URL.
4087 (ansi-color-context, ansi-color-context-region): Use defvar-local.
4088 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
4089 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
4090
970ad972
G
40912013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4092
4093 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
4094
4095 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
4096
40972013-06-19 Tom Tromey <tromey@redhat.com>
4098
4099 * net/eww.el (eww-top-url): Remove.
4100 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
4101 (eww-render): Set new variables. Don't set eww-top-url.
4102 (eww-handle-link): Handle "prev", "home", and "contents".
4103 Downcase the rel text.
4104 (eww-top-url): Choose best top URL.
4105
41062013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4107
4108 * net/eww.el: Rewrite to implement form elements "by hand" instead of
4109 relying in widget.el. Using widget.el leads to too many
4110 user interface inconsistencies.
4111 (eww-self-insert): Implement entering commands in text fields.
4112 (eww-process-text-input): New function to make text input field editing
4113 work.
4114 (eww-submit): Rewrite to use the new-style form methods.
4115 (eww-select-display): Display the correct selected item.
4116 (eww-change-select): Implement changing the select value.
4117 (eww-toggle-checkbox): Implement radio/checkboxes.
4118 (eww-update-field): Fix compilation error.
4119 (eww-tag-textarea): Implement <textarea>.
4120
4121 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
4122 we don't shadow mode-specific bindings.
4123
4124 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
4125 nothing to push.
4126
4127 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
4128
4582a01c 41292013-06-19 Glenn Morris <rgm@gnu.org>
3db52056
GM
4130
4131 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
4132
15b263dc
MA
41332013-06-19 Michael Albinus <michael.albinus@gmx.de>
4134
4135 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
4136 not needed.
4137
4138 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
4139
8f5297f7
LMI
41402013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4141
4142 * net/browse-url.el (browse-url-browser-function):
4143 `eww-browse-url' has the right calling signature, `eww' does not.
4144
011c4552
GM
41452013-06-19 Glenn Morris <rgm@gnu.org>
4146
2285bd27
GM
4147 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4148 Only eval autoloaded macros.
4149 (byte-compile-autoload): Only give the macro warning for macros.
4150
1d653303
GM
4151 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
4152 (ps-underlined-faces): Declare.
4153
bdd779ec
GM
4154 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
4155 (speedbar-add-supported-extension): Declare.
4156
011c4552
GM
4157 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
4158 Don't include a date stamp in the header of the generated file;
4159 it leads to needless differences between output files.
4160
e59dfb0e
MA
41612013-06-19 Michael Albinus <michael.albinus@gmx.de>
4162
c763842b
SM
4163 * net/secrets.el (secrets-struct-secret-content-type):
4164 Replace check of introspection data by a test call of "CreateItem".
fd846ab4 4165 Some servers do not offer introspection.
e59dfb0e 4166
102626e2
SM
41672013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
4168
4169 * electric.el (electric-pair-mode): Improve interaction with
4170 electric-layout-mode.
4171 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
4172 (electric-pair-syntax): Use text-mode-syntax-table in comments
4173 and strings.
4174 (electric-pair--insert): New function.
4175 (electric-pair-post-self-insert-function): Use it and
4176 electric--after-char-pos.
4177
ad528125
LL
41782013-06-19 Leo Liu <sdl.web@gmail.com>
4179
4180 * progmodes/octave.el (octave-help): Fix regexp.
4181
924d6997
G
41822013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4183
4184 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
4185 (shr-table-horizontal-line): Allow nil as a value, and change the
4186 default.
4187 (shr-insert-table-ruler): Respect the nil value.
4188
41892013-06-18 Tom Tromey <tromey@barimba>
4190
4191 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
4192 New defvars.
4193 (eww-open-file): New defun.
4194 (eww-render): Initialize new variables.
4195 (eww-display-html): Handle "link" and "a".
4196 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
4197 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
4198 (eww-back-url): Rename from eww-previous-url.
102626e2
SM
4199 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
4200 New defuns.
924d6997 4201
d1bbba4f
DG
42022013-06-18 Dmitry Gutov <dgutov@yandex.ru>
4203
4204 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
4205 Distinguish ternary operator tokens from slash symbol and slash
4206 char literal.
4207
14dd22d2
JB
42082013-06-18 Juanma Barranquero <lekktu@gmail.com>
4209
4210 Convert symbol prettification into minor mode and global minor mode.
4211
4212 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
4213 `prog-prettify-symbols', and make a local defvar instead of defcustom.
4214 (prettify-symbols--keywords): Rename from
4215 `prog-prettify-symbols-alist' and make a local defvar.
4216 (prettify-symbols--compose-symbol): Rename from
4217 `prog--prettify-font-lock-compose-symbol'.
4218 (prettify-symbols--make-keywords): Rename from
4219 `prog-prettify-font-lock-symbols-keywords' and simplify.
4220 (prog-prettify-install): Remove.
4221 (prettify-symbols-mode): New minor mode, based on
4222 `prog-prettify-install'.
4223 (turn-on-prettify-symbols-mode): New function.
4224 (global-prettify-symbols-mode): New globalized minor mode.
4225
4226 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4227 * progmodes/cfengine.el (cfengine3-mode):
4228 * progmodes/perl-mode.el (perl-mode): Don't call
4229 `prog-prettify-install'; set `prettify-symbols-alist' instead.
4230
292c880c
JL
42312013-06-18 Juri Linkov <juri@jurta.org>
4232
4233 * files-x.el (modify-file-local-variable-message): New function.
4234 (modify-file-local-variable)
4235 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
4236 and call `modify-file-local-variable-message' when it's non-nil.
4237 (add-file-local-variable, delete-file-local-variable)
4238 (add-file-local-variable-prop-line)
4239 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
4240 and use it. (Bug#9820)
4241
0950aa27
JL
42422013-06-18 Juri Linkov <juri@jurta.org>
4243
4244 * emulation/vi.el (vi-shell-op):
4245 * emulation/vip.el (vip-execute-com, ex-command):
4246 * emulation/viper-cmd.el (viper-exec-bang):
4247 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
4248 the call of `shell-command-on-region'. (Bug#14637)
4249
4250 * simple.el (shell-command-on-region): Doc fix.
4251
8fbcca16
SM
42522013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4253
4254 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
4255 (bug#14633).
4256
dd7426ea
GM
42572013-06-18 Glenn Morris <rgm@gnu.org>
4258
4ba54f7d
GM
4259 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
4260
dd7426ea
GM
4261 * newcomment.el (comment-search-forward, comment-search-backward):
4262 Doc fix. (Bug#14376)
4263
58aa805b
JB
42642013-06-18 Juanma Barranquero <lekktu@gmail.com>
4265
4266 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
4267 (buffer-face-mode-invoke): Doc fix.
4268
9a08a617
MM
42692013-06-18 Matthias Meulien <orontee@gmail.com>
4270
4271 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
924494f4 4272 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9a08a617 4273
f2f426ca
GM
42742013-06-18 Glenn Morris <rgm@gnu.org>
4275
9445f99b
GM
4276 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
4277 Replace obsolete function generic-make-keywords with its expansion.
4278
e0df2d14
GM
4279 * progmodes/python.el (ffap-alist): Declare.
4280
f2f426ca
GM
4281 * textmodes/reftex.el (bibtex-mode-map): Declare.
4282
f7f9a720
SM
42832013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4284
4285 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
4286 (package-unpack, package-unpack-single): Return the pkg-dir.
4287 (package-download-transaction): Use it to update package-alist.
4288
57ff04e0
LMI
42892013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4290
4291 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
4292 possible choice.
4293
c048c022
JL
42942013-06-17 Juri Linkov <juri@jurta.org>
4295
4296 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
4297
b5bcaee5
DG
42982013-06-17 Dmitry Gutov <dgutov@yandex.ru>
4299
a020afb9
JB
4300 * emacs-lisp/package.el (package-load-descriptor):
4301 Remove `with-syntax-table' call, `read' doesn't need it.
b5bcaee5
DG
4302 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
4303
551e07e5
JB
43042013-06-17 Juanma Barranquero <lekktu@gmail.com>
4305
4306 * startup.el (command-line): Expand package name returned by
4307 `package--description-file' (bug#14639).
4308
d363bffb
DG
43092013-06-17 Dmitry Gutov <dgutov@yandex.ru>
4310
4311 * emacs-lisp/package.el (package-load-descriptor): Do not call
4312 `emacs-lisp-mode', just use its syntax table.
4313
f612933b
JB
43142013-06-17 Juanma Barranquero <lekktu@gmail.com>
4315
4316 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
4317 `font-lock-extra-managed-props' if any prettifying keyword is added.
4318 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
4319 (prog-mode): Use `setq-local'.
4320
db3b7db5
SM
43212013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4322
4323 * international/characters.el (standard-case-table): Set syntax of ?»
4324 and ?« to punctuation.
4325
f3d674df
JB
43262013-06-16 Juanma Barranquero <lekktu@gmail.com>
4327
4328 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
4329 Save relevant match data before calling `syntax-ppss' (bug#14595).
4330
31489a32
JL
43312013-06-15 Juri Linkov <juri@jurta.org>
4332
4333 * files-x.el (modify-file-local-variable-prop-line): Add local
4334 variables to the end of the existing comment on the first line.
4335 Use `file-auto-mode-skip' to skip interpreter magic line,
4336 and also skip XML declaration.
4337
66bd25ab
SM
43382013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * startup.el (package--builtin-versions): New var.
4341 (package-subdirectory-regexp): Remove.
4342 (package--description-file): Hard code its value instead.
4343
4344 * emacs-lisp/package.el: Don't activate packages older than builtin.
4345 (package-obsolete-list): Rename from package-obsolete-alist, and make
4346 it into a simple list of package-desc.
4347 (package-strip-version): Remove.
4348 (package-built-in-p): Use package--builtin-versions.
4349 (package-mark-obsolete): Simplify.
4350 (package-process-define-package): Mark it obsolete if older than the
4351 builtin version.
4352 (package-handle-response): Use line-end-position.
4353 (package-read-archive-contents, package--download-one-archive):
4354 Simplify.
4355 (package--add-to-archive-contents): Skip if older than the builtin or
4356 installed version.
4357 (package-menu-describe-package): Fix last change.
4358 (package-list-unversioned): New var.
4359 (package-menu--generate): Use it.
4360
4361 * emacs-lisp/autoload.el: Manage package--builtin-versions.
4362 (autoload--insert-text, autoload--insert-cookie-text): New functions.
4363 (autoload-builtin-package-versions): New variable.
4364 (autoload-generate-file-autoloads): Use them.
4365 Remove the list of autoloaded functions/macros from the
4366 (autoload...) comments.
4367
4368 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
4369
9583ec36
EZ
43702013-06-15 Eli Zaretskii <eliz@gnu.org>
4371
4372 * simple.el (line-move-partial): Don't jump to the next screen
4373 line as soon as it becomes visible. Instead, continue enlarging
4374 the vscroll until the portion of a tall screen line that's left on
4375 display is about the height of the frame's default font.
4376 (Bug#14567)
4377
f0100d8a
GM
43782013-06-15 Glenn Morris <rgm@gnu.org>
4379
b86a85ca
GM
4380 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
4381 compilation-error-regexp-alist void, or local while let-bound.
4382
f0100d8a
GM
4383 * progmodes/make-mode.el (makefile-mode-syntax-table):
4384 Treat "=" as punctuation. (Bug#14614)
4385
05e7ce90
JB
43862013-06-15 Juanma Barranquero <lekktu@gmail.com>
4387
4388 * help-fns.el (describe-variable):
4389 Add extra line for permanent-local variables.
4390
12e5e86e
SH
43912013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
4392
4393 * progmodes/scheme.el (scheme-font-lock-keywords-2):
4394 Add export, import, library. (Bug#9164)
4395 (library): Set indent function.
4396
230dcbaf
GM
43972013-06-14 Glenn Morris <rgm@gnu.org>
4398
4399 * term/xterm.el (xterm--query):
4400 Stop after first matching handler. (Bug#14615)
4401
e36b2d20 44022013-06-14 Ivan Kanis <ivan@kanis.fr>
d4466a91
IK
4403
4404 Add support for dired in saveplace.
4405 * dired.el (dired-initial-position-hook): New variable.
4406 (dired-initial-position): Call hook to place cursor position.
4407 * saveplace.el (save-place-to-alist): Add dired position.
4408 (save-place-dired-hook): New function.
4409
0b31660d
SM
44102013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4411
bf1e6ae8
SM
4412 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
4413 through a symbol rather than letrec.
4414
1b8dff23
SM
4415 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
4416 (package-desc): Add `dir' field.
4417 (package-desc-full-name): New function.
4418 (package-load-descriptor): Combine the two arguments. Don't use `load'.
4419 (package-maybe-load-descriptor): Remove.
4420 (package-load-all-descriptors): Just call package-load-descriptor.
4421 (package--disabled-p): New function.
4422 (package-desc-vers, package-desc-doc): Remove aliases.
4423 (package--dir): Remove function.
4424 (package-activate): Check if a package is disabled.
4425 (package-process-define-package): New function, extracted from
4426 define-package.
4427 (define-package): Turn into a place holder.
4428 (package-unpack-single, package-tar-file-info):
4429 Use package--description-file.
4430 (package-compute-transaction): Use package--disabled-p.
4431 (package-download-transaction): Don't call
4432 package-maybe-load-descriptor since they're all loaded anyway.
4433 (package-install): Change argument to be a pkg-desc.
4434 (package-delete): Use a single pkg-desc argument.
4435 (describe-package-1): Use package-desc-dir instead of package--dir.
4436 Use package-desc property instead of package-symbol.
4437 (package-install-button-action): Adjust accordingly.
4438 (package--push): Rewrite.
4439 (package-menu--print-info): Adjust accordingly. Change the ID format
4440 to be a pkg-desc.
4441 (package-menu-describe-package, package-menu-get-status)
4442 (package-menu--find-upgrades, package-menu-mark-upgrades)
4443 (package-menu-execute, package-menu--name-predicate):
4444 Adjust accordingly.
4445 * startup.el (package--description-file): New function.
4446 (command-line): Use it.
4447 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4448 Use package-desc-version.
4449
0b31660d
SM
4450 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
4451 (byte-compile-preprocess): Use it.
4452 (byte-compile-file-form-defalias): Try a bit harder to use macros we
4453 can't quite recognize.
4454 (byte-compile-add-to-list): Remove.
4455 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
4456 (cconv-closure-convert): Add assertion.
4457
4458 * emacs-lisp/map-ynp.el: Use lexical-binding.
4459 (map-y-or-n-p): Remove unused vars `tail' and `object'.
4460 Factor out some repeated code.
4461
de0503df
SM
44622013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4463
4464 * subr.el (with-eval-after-load): New macro.
4465 (eval-after-load): Allow form to be a function.
4466 take advantage of lexical-binding.
4467 (do-after-load-evaluation): Use dolist and adjust to new format.
4468 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
4469
bc5c8c5a
JL
44702013-06-13 Juri Linkov <juri@jurta.org>
4471
4472 * replace.el (perform-replace): Display "symbol " and other search
4473 modes from `isearch-message-prefix' in the *Help* buffer.
4474
4475 * isearch.el (isearch-query-replace): Add " symbol" and other
4476 possible search modes from `isearch-message-prefix' to the prompt.
4477 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
4478 when reading a regexp to collect.
4479
a22289f7
JL
44802013-06-13 Juri Linkov <juri@jurta.org>
4481
4482 * isearch.el (word-search-regexp): Match whitespace if the search
4483 string begins or ends in whitespace. The LAX arg is applied to
4484 both ends of the search string. Use `regexp-quote' and explicit
4485 \< and \> instead of \b. Use \` and \' instead of ^ and $.
4486 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
4487 boundaries are replaced with symbol boundaries, and characters
4488 between symbols match non-word non-symbol syntax. (Bug#14602)
4489
cb89acab
JL
44902013-06-13 Juri Linkov <juri@jurta.org>
4491
4492 * isearch.el (isearch-del-char): Don't exceed the length of
4493 `isearch-string' by the prefix arg. (Bug#14563)
4494
6e8cfc81
JL
44952013-06-13 Juri Linkov <juri@jurta.org>
4496
4497 * isearch.el (isearch-yank-word, isearch-yank-line)
4498 (isearch-char-by-name, isearch-quote-char)
4499 (isearch-printing-char, isearch-process-search-char):
4500 Add optional count prefix arg. (Bug#14563)
4501
4502 * international/isearch-x.el
4503 (isearch-process-search-multibyte-characters):
4504 Add optional count prefix arg.
4505
c23d55f4
VS
45062013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4507
4508 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
4509 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
4510 lexical-binding.
4511
45122013-06-13 Vitalie Spinu <spinuvit@gmail.com>
4513
4514 * subr.el (set-temporary-overlay-map): Add on-exit argument.
4515
ba947bc4
GM
45162013-06-13 Glenn Morris <rgm@gnu.org>
4517
8baeb37a
GM
4518 * startup.el (tty-handle-args):
4519 Don't just discard "--" and anything after. (Bug#14608)
4520
ba947bc4
GM
4521 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
4522
9abefce4
MA
45232013-06-13 Michael Albinus <michael.albinus@gmx.de>
4524
4525 Implement changes in Secret Service API. Make it backward compatible.
4526 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
4527 (secrets-create-item): Use it. Prefix properties with interface.
4528
5755011f
MH
45292013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
4530
4531 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
4532 (term-emulate-terminal): Respect term-suppress-hard-newline.
4533
1261d2da
S
45342013-06-13 E Sabof <esabof@gmail.com> (tiny change)
4535
4536 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4537 Only remove a `thumb-file' overlay. (Bug#14548)
4538
868490bb
GJ
45392013-06-12 Grégoire Jadi <daimrod@gmail.com>
4540
4541 * mail/reporter.el (reporter-submit-bug-report):
4542 Handle missing package-name. (Bug#14600)
4543
79d7167f
TH
45442013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4545
4546 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
4547 (reftex-citation-prompt, reftex-default-bibliography)
4548 (reftex-bib-or-thebib, reftex-get-bibfile-list)
4549 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4550 (reftex-bib-sort-author, reftex-bib-sort-year)
4551 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
4552 (reftex-extract-bib-entries-from-thebibliography)
4553 (reftex-get-bibkey-default, reftex-get-bib-names)
4554 (reftex-parse-bibtex-entry, reftex-get-bib-field)
4555 (reftex-format-bib-entry, reftex-parse-bibitem)
4556 (reftex-format-bibitem, reftex-do-citation)
4557 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
4558 (reftex-restrict-bib-matches, reftex-extract-bib-file)
4559 (reftex-insert-bib-matches, reftex-format-citation)
4560 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
4561 (reftex-create-bibtex-file): Add docstrings, mostly by converting
4562 existing comments into docstrings.
4563
5f9dbd7a
XF
45642013-06-12 Xue Fuqiao <xfq.free@gmail.com>
4565
4566 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
4567
94df41ab
AS
45682013-06-12 Andreas Schwab <schwab@suse.de>
4569
4570 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
4571 for auto-save files.
4572
a7f3fecc
GM
45732013-06-12 Glenn Morris <rgm@gnu.org>
4574
001809f6
GM
4575 * ido.el (ido-delete-ignored-files): Remove.
4576 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
4577 Go back to calling ido-ignore-item-p directly.
a7f3fecc 4578
834b5ded
EL
45792013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
4580
08c73ed2
EL
4581 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
4582
834b5ded
EL
4583 * ido.el (ido-delete-ignored-files): New function,
4584 split from ido-make-file-list-1.
4585 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
4586 (ido-make-file-list-1): Use ido-delete-ignored-files.
4587
daabf15a
LL
45882013-06-12 Leo Liu <sdl.web@gmail.com>
4589
4590 * progmodes/octave.el (inferior-octave-startup)
4591 (inferior-octave-completion-table)
4592 (inferior-octave-track-window-width-change)
4593 (octave-eldoc-function-signatures, octave-help)
4594 (octave-find-definition): Use single quoted strings.
4595 (inferior-octave-startup-args): Change default value.
4596 (inferior-octave-startup): Do not hard code "-i" and
4597 "--no-line-editing".
4598 (inferior-octave-resync-dirs): Add optional arg NOERROR.
4599 (inferior-octave-directory-tracker): Use it.
4600 (octave-goto-function-definition): Robustify.
4601 (octave-help): Support highlighting operators in 'See also'.
4602 (octave-find-definition): Find subfunctions only in Octave mode.
4603
cf4e5178
SM
46042013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4605
4606 * help-fns.el (help-fns--compiler-macro): If the handler function is
4607 named, then put a link to it.
4608 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
4609 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
4610 (cl-typep): Use it.
4611 (cl-eval-when): Simplify debug spec.
4612 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
4613 compiler-macro function instead of setting `compiler-macro-file'.
4614
99c81280 46152013-06-12 Xue Fuqiao <xfq.free@gmail.com>
cd0527a4
XF
4616
4617 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
4618 * vc/vc-hooks.el (vc-stay-local): Doc fix.
4619
f56be016
SM
46202013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4621 Daniel Hackney <dan@haxney.org>
4622
4623 First part of Daniel Hackney's patch to package.el.
4624 * emacs-lisp/package.el: Use defstruct.
4625 (package-desc): New, main struct.
4626 (package--bi-desc, package--ac-desc): New structs, used to describe the
4627 format in external files.
4628 (package-desc-vers): Replace with package-desc-version accessor.
4629 (package-desc-doc): Replace with package-desc-summary accessor.
4630 (package-activate-1): Remove `package' arg since the pkg-vec now
4631 includes the name.
4632 (define-package): Use package-desc-from-define.
4633 (package-unpack-single): Change file-name arg to be a symbol.
4634 (package--add-to-archive-contents): Use package-desc-create and new
4635 accessor functions to package--ac-desc.
4636 (package-buffer-info, package-tar-file-info): Return a package-desc.
4637 (package-install-from-buffer): Remove `type' argument. Change pkg-info
4638 arg to be a package-desc.
4639 (package-install-file): Adjust accordingly. Use \' to match EOS.
4640 (package--from-builtin): New function.
4641 (describe-package-1, package-menu--generate): Use it.
4642 (package--make-autoloads-and-compile): Change name arg to be a symbol.
4643 (package-generate-autoloads): Idem and return the name of the file.
4644 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4645 Change pkg-info arg to be a package-desc.
4646 Use package-make-ac-desc.
4647 (package-upload-file): Use \' to match EOS.
4648 * finder.el (finder-compile-keywords): Use package-make-builtin.
4649
31119d63
SM
46502013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4651
931a2762
SM
4652 * vc/vc.el (vc-deduce-fileset): Change error message.
4653 (vc-read-backend): New function.
4654 (vc-next-action): Use it.
4655
5a3eb0c6
SM
4656 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
4657
e3eb1bb7
SM
4658 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
4659 (prolog-font-lock-keywords): Use regexp-opt instead.
4660 Don't manually highlight strings.
4661 (prolog-mode-variables): Simplify comment-start-skip.
4662 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
4663
31119d63
SM
4664 * emacs-lisp/generic.el (generic--normalise-comments)
4665 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
4666 (generic-mode-set-comments): Use them.
4667 (generic-bracket-support): Use setq-local.
4668 (generic-make-keywords-list): Declare obsolete.
4669
7de135d0
GM
46702013-06-11 Glenn Morris <rgm@gnu.org>
4671
4672 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4673 Prettify after setting font-lock-defaults. (Bug#14574)
4674
fa6bc6fd
JB
46752013-06-11 Juanma Barranquero <lekktu@gmail.com>
4676
4677 * replace.el (query-replace, occur-read-regexp-defaults-function)
4678 (replace-search):
4679 * subr.el (declare-function, number-sequence, local-set-key)
4680 (substitute-key-definition, locate-user-emacs-file)
4681 (with-silent-modifications, split-string, eval-after-load):
4682 Fix typos, remove unneeded backslashes and reflow some docstrings.
4683
cf1f9b9a
SM
46842013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4685
4686 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
4687 default for Elisp files.
4688
56602a4b
GM
46892013-06-11 Glenn Morris <rgm@gnu.org>
4690
4691 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
4692 although define-derived-mode was doing this anyway. (Bug#14583)
4693
30ae0b2c
JB
46942013-06-10 Juanma Barranquero <lekktu@gmail.com>
4695
4696 * allout.el (allout-encryption-plaintext-sanitization-regexps):
4697 Fix make-variable-buffer-local call to refer to the correct variable.
4698
fa472906
AG
46992013-06-10 Aidan Gauland <aidalgol@amuri.net>
4700
4701 * eshell/em-term.el (eshell-visual-commands)
e7b41c4c
JB
4702 (eshell-visual-subcommands, eshell-visual-options):
4703 Add summary line to docstrings. Add cross-references.
fa472906 4704
ff4871b9
GM
47052013-06-10 Glenn Morris <rgm@gnu.org>
4706
4707 * epa.el (epa-read-file-name): New function. (Bug#14510)
4708 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
4709
04fcf1b0
AG
47102013-06-09 Aidan Gauland <aidalgol@amuri.net>
4711
4712 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
4713 output redirection to be ignored with visual commands.
4714
88b00caa
AG
47152013-06-09 Aidan Gauland <aidalgol@amuri.net>
4716
4717 * eshell/em-term.el (eshell-visual-command-p): New function.
f71b3317
AG
4718 (eshell-term-initialize): Move long lambda to separate function
4719 eshell-visual-command-p.
e7b41c4c
JB
4720 * eshell/em-dirs.el (eshell-dirs-initialise):
4721 * eshell/em-script.el (eshell-script-initialize):
4722 Add missing #' to lambda.
88b00caa 4723
fda74125
LL
47242013-06-08 Leo Liu <sdl.web@gmail.com>
4725
4726 * progmodes/octave.el (octave-add-log-current-defun): New function.
4727 (octave-mode): Set add-log-current-defun-function.
4728 (octave-goto-function-definition): Do not move point if not found.
4729 (octave-find-definition): Enhance to try subfunctions first.
4730
467f3b33
GM
47312013-06-08 Glenn Morris <rgm@gnu.org>
4732
4733 * emacs-lisp/bytecomp.el (byte-compile-char-before)
4734 (byte-compile-backward-char, byte-compile-backward-word):
4735 Improve previous change, to handle non-explicit nil.
4736
544badc3
SM
47372013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
4740 (smie--opener/closer-at-point): New function.
4741 (smie--matching-block-data): Use it. Don't match from right after an
4742 opener or right before a closer. Obey smie-blink-matching-inners.
4743 Don't signal a mismatch for repeated inners like "switch..case..case".
4744
a175bf33
LL
47452013-06-07 Leo Liu <sdl.web@gmail.com>
4746
4747 * progmodes/octave.el (octave-mode): Set comment-use-global-state
4748 to t. (Bug#14303)
ce8209d4
LL
4749 (octave-function-header-regexp): Fix. (Bug#14570)
4750 (octave-help-mode-finish-hook, octave-help-mode-finish):
4751 Remove. Just use temp-buffer-show-hook.
a175bf33
LL
4752
4753 * newcomment.el (comment-search-backward): Revert last change.
4754 (Bug#14434)
4755
4756 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
4757
a822acff
EZ
47582013-06-07 Eli Zaretskii <eliz@gnu.org>
4759
4760 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
4761 through xargs, to avoid failure due to MS-Windows limitations on
4762 command-line length.
4763
961166f5
GM
47642013-06-06 Glenn Morris <rgm@gnu.org>
4765
d0341459
GM
4766 * font-lock.el (lisp-font-lock-keywords-2):
4767 Treat user-error like error.
4768
961166f5
GM
4769 * emacs-lisp/bytecomp.el (byte-compile-char-before)
4770 (byte-compile-backward-char, byte-compile-backward-word):
4771 Handle explicit nil arguments. (Bug#14565)
4772
80fa505f
AM
47732013-06-05 Alan Mackenzie <acm@muc.de>
4774
4775 * isearch.el (isearch-allow-prefix): New user option.
d2bf7a98 4776 (isearch-other-meta-char): Don't exit isearch when a prefix
80fa505f 4777 argument is typed whilst `isearch-allow-prefix' is non-nil.
d2bf7a98 4778 (Bug#9706)
80fa505f 4779
fccdc796
SM
47802013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4781
4782 * autorevert.el (auto-revert-notify-handler): Use memq.
4783 Hide assertion failure.
4784
4785 * skeleton.el: Use cl-lib.
4786 (skeleton-further-elements): Use defvar-local.
4787 (skeleton-insert): Use cl-progv.
4788
9bfff84b
TZ
47892013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
4790
4791 * progmodes/prog-mode.el (prog-prettify-symbols)
4792 (prog-prettify-install): Update docstrings.
4793
55577e7c
SM
47942013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * simple.el: Move all the prog-mode code to prog-mode.el.
4797 * progmodes/prog-mode.el: New file.
4798 * loadup.el: Add prog-mode.el.
4799
8fc57765
TZ
48002013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
4801
4802 * simple.el (prog-prettify-symbols): Add version.
4803 (prog-prettify-install): Add convenience function to prettify symbols.
4804
4805 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
4806 (perl--augmented-font-lock-keywords-1)
4807 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
4808 variables and use it.
4809
4810 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
4811 (cfengine3-mode): Remove unneeded variable and use it.
4812
4813 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
4814 (lisp--augmented-font-lock-keywords-1)
4815 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
4816 Remove unneeded variables and use it.
4817
650645d5 48182013-06-05 João Távora <joaotavora@gmail.com>
28f5da6d
TZ
4819
4820 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
650645d5 4821 to point when opening the connection. (Bug#14380)
28f5da6d 4822
781b4af6
SM
48232013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4824
4825 * subr.el (load-history-regexp, load-history-filename-element)
4826 (eval-after-load, after-load-functions, do-after-load-evaluation)
4827 (eval-next-after-load, display-delayed-warnings)
4828 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
4829 definition of save-match-data.
4830 (overriding-local-map): Remove accidental obsolescence declaration.
4831
4832 * emacs-lisp/edebug.el (edebug-result): Move before first use.
4833
3ca0d0b4
TZ
48342013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
4835
4836 Generalize symbol prettify support to prog-mode and implement it
4837 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
4838 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
4839 (prog--prettify-font-lock-compose-symbol)
4840 (prog-prettify-font-lock-symbols-keywords): New variables and
4841 functions to support symbol prettification.
4842 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
4843 (lisp--augmented-font-lock-keywords-1)
4844 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
4845 (lisp--prettify-symbols-alist): Implement prettify of lambda.
4846 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
781b4af6
SM
4847 (cfengine3--prettify-symbols-alist, cfengine3-mode):
4848 Implement prettify of -> => :: strings.
3ca0d0b4
TZ
4849 * progmodes/perl-mode.el (perl-prettify-symbols)
4850 (perl--font-lock-compose-symbol)
4851 (perl--font-lock-symbols-keywords): Move to prog-mode.
4852 (perl--prettify-symbols-alist): Prettify -> => :: strings.
4853 (perl-font-lock-keywords-1)
4854 (perl-font-lock-keywords-2): Remove explicit prettify support.
4855 (perl--augmented-font-lock-keywords)
4856 (perl--augmented-font-lock-keywords-1)
781b4af6
SM
4857 (perl--augmented-font-lock-keywords-2, perl-mode):
4858 Implement prettify support.
3ca0d0b4 4859
976cb066
LL
48602013-06-05 Leo Liu <sdl.web@gmail.com>
4861
4862 Re-implement smie matching block highlight using
4863 show-paren-data-function. (Bug#14395)
4864 * emacs-lisp/smie.el (smie-matching-block-highlight)
4865 (smie--highlight-matching-block-overlay)
4866 (smie--highlight-matching-block-lastpos)
4867 (smie-highlight-matching-block)
4868 (smie-highlight-matching-block-mode): Remove.
4869 (smie--matching-block-data-cache): New variable.
4870 (smie--matching-block-data): New function.
4871 (smie-setup): Use smie--matching-block-data for
4872 show-paren-data-function.
4873
4874 * progmodes/octave.el (octave-mode-menu): Fix.
4875 (octave-find-definition): Skip garbage lines.
4876
208d0342
SM
48772013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4878
4879 Fix compilation error with simultaneous dynamic+lexical scoping.
4880 Add warning when a defvar appears after the first let-binding.
4881 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
4882 (byte-compile-close-variables): Initialize it.
4883 (byte-compile--declare-var): New function.
4884 (byte-compile-file-form-defvar)
4885 (byte-compile-file-form-define-abbrev-table)
4886 (byte-compile-file-form-custom-declare-variable): Use it.
4887 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
4888 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
4889 (byte-compile-bind): Handle dynamic bindings that shadow
4890 lexical bindings.
4891 (byte-compile-unbind): Make arg non-optional.
4892 (byte-compile-let): Simplify.
4893 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
4894 (cconv--analyse-function, cconv-analyse-form): Populate it.
4895 Protect byte-compile-bound-variables to limit the scope of defvars.
4896 (cconv-analyse-form): Add missing rule for (defvar <foo>).
4897 Remove unneeded rule for `declare'.
4898
4899 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
4900 so as to avoid depending on cl-adjoin at run-time.
4901 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
4902
4903 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
4904 (macroexp--warn-and-return): Use it.
4905
2587b005
LL
49062013-06-05 Leo Liu <sdl.web@gmail.com>
4907
4908 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
4909
f1da3c88
LL
49102013-06-04 Leo Liu <sdl.web@gmail.com>
4911
4912 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
4913 (compilation-auto-jump): Suppress the "Mark set" message to give
4914 way to exit message.
4915
3caa391f
AM
49162013-06-04 Alan Mackenzie <acm@muc.de>
4917
4918 Remove faulty optimisation from indentation calculation.
4919 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
4920 search limit based on 2000 characters back from indent-point.
4921
068922a2
TH
49222013-06-03 Tassilo Horn <tsdh@gnu.org>
4923
4924 * eshell/em-term.el (cl-lib): Require `cl-lib'.
4925
1f8fdd53
SM
49262013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4927
bbcc4d97
SM
4928 * emacs-lisp/lisp.el: Use lexical-binding.
4929 (lisp--local-variables-1, lisp--local-variables): New functions.
4930 (lisp--local-variables-completion-table): New var.
208d0342 4931 (lisp-completion-at-point): Use it complete let-bound vars.
bbcc4d97 4932
1f8fdd53
SM
4933 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
4934 eagerly (bug#14422).
4935
c9628c79
MA
49362013-06-03 Michael Albinus <michael.albinus@gmx.de>
4937
4938 * autorevert.el (auto-revert-notify-enabled)
4939 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4940 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
4941 (auto-revert-notify-handler): Handle also gfilenotify.
4942
e7b41c4c 4943 * subr.el (file-notify-handle-event): New defun. Replacing ...
c9628c79 4944 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
781b4af6 4945 Remove.
c9628c79 4946
e5e4a942
JL
49472013-06-03 Juri Linkov <juri@jurta.org>
4948
4949 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
4950 `M-s h .'. (Bug#14427)
4951
4952 * hi-lock.el (highlight-symbol-at-point): New alias for the new
4953 command `hi-lock-face-symbol-at-point'.
4954 (hi-lock-face-symbol-at-point): New command.
4955 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
4956 (hi-lock-menu): Add `highlight-symbol-at-point'.
4957 (hi-lock-mode): Doc fix.
4958
4959 * isearch.el (isearch-forward-symbol-at-point): New command.
4960 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
4961 (isearch-highlight-regexp): Add a regexp which matches
4962 words/symbols for word/symbol mode.
4963
4964 * subr.el (find-tag-default-bounds): New function with the body
4965 mostly moved from `find-tag-default'.
4966 (find-tag-default): Move most code to `find-tag-default-bounds',
4967 call it and apply `buffer-substring-no-properties' afterwards.
4968
26b3353a
TH
49692013-06-03 Tassilo Horn <tsdh@gnu.org>
4970
781b4af6
SM
4971 * eshell/em-term.el (eshell-term-initialize):
4972 Use `cl-intersection' rather than `intersection'.
26b3353a 4973
51b60f53
XF
49742013-06-02 Xue Fuqiao <xfq.free@gmail.com>
4975
fe054b63 4976 * vc/log-view.el: Doc fix.
d3ffe17c 4977 (log-view-mode-map): Copy keymap from `special-mode-map'.
51b60f53 4978
a0eb10b3 49792013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
4980
4981 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
4982 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
4983 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
4984 (eieio-unbound, eieio-default-superclass)
4985 (eieio--define-field-accessors, method-static, method-before)
4986 (method-primary, method-after, method-num-lists)
4987 (method-generic-before, method-generic-primary)
4988 (method-generic-after, method-num-slots)
4989 (eieio-specialized-key-to-generic-key)
4990 (eieio--check-type, class-v, class-p)
4991 (eieio-class-name, define-obsolete-function-alias)
4992 (eieio-class-parents-fast, eieio-class-children-fast)
4993 (same-class-fast-p, class-constructor, generic-p)
4994 (generic-primary-only-p, generic-primary-only-one-p)
4995 (class-option-assoc, class-option, eieio-object-p)
4996 (class-abstract-p, class-method-invocation-order)
4997 (eieio-defclass-autoload-map, eieio-defclass-autoload)
4998 (eieio-class-un-autoload, eieio-defclass)
4999 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
5000 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
5001 (eieio--defgeneric-init-form, eieio-defgeneric-form)
5002 (eieio-defgeneric-reset-generic-form)
5003 (eieio-defgeneric-form-primary-only)
5004 (eieio-defgeneric-reset-generic-form-primary-only)
5005 (eieio-defgeneric-form-primary-only-one)
5006 (eieio-defgeneric-reset-generic-form-primary-only-one)
5007 (eieio-unbind-method-implementations)
5008 (eieio--defmethod, eieio--typep)
5009 (eieio-perform-slot-validation, eieio-validate-slot-value)
5010 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
5011 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
5012 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
5013 (eieio-slot-name-index, eieio-class-slot-name-index)
5014 (eieio-set-defaults, eieio-initarg-to-attribute)
5015 (eieio-attribute-to-initarg, eieio-c3-candidate)
5016 (eieio-c3-merge-lists, eieio-class-precedence-c3)
5017 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
5018 (eieio-class-precedence-list, eieio-generic-call-methodname)
5019 (eieio-generic-call-arglst, eieio-generic-call-key)
5020 (eieio-generic-call-next-method-list)
5021 (eieio-pre-method-execution-functions, eieio-generic-call)
5022 (eieio-generic-call-primary-only, eieiomt-method-list)
5023 (eieiomt-optimizing-obarray, eieiomt-install)
5024 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
5025 (eieio-generic-form, eieio-defmethod, make-obsolete)
4f405069 5026 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
890f7890
DE
5027 (defclass): Remove `eval-and-compile' from macro.
5028 (call-next-method, shared-initialize): Instead of using
5029 `scoped-class' variable, use new eieio--scoped-class, and
5030 eieio--with-scoped-class.
5031 (initialize-instance): Rename local variable 'scoped-class' to
5032 'this-class' to remove ambiguitity from old global.
5033
5034 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
5035 eieio.el.
4f405069
JB
5036 (eieio--scoped-class-stack): New variable.
5037 (eieio--scoped-class): New fcn.
890f7890
DE
5038 (eieio--with-scoped-class): New scoping macro.
5039 (eieio-defclass): Use pushnew instead of add-to-list.
5040 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
5041 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
5042 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
5043 `scoped-class' variable, use new eieio--scoped-class, and
5044 eieio--with-scoped-class.
5045
5046 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
5047
d105b0e2
TH
50482013-06-02 Tassilo Horn <tsdh@gnu.org>
5049
5050 * eshell/esh-ext.el (eshell-external-command): Pass args to
5051 `eshell-find-interpreter'.
5052 (eshell-find-interpreter): Add new second parameter ARGS.
5053
5054 * eshell/em-script.el (eshell-script-initialize): Add second arg
e7b41c4c 5055 to the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
5056
5057 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
e7b41c4c 5058 the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
5059
5060 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
5061 (eshell-visual-options): New defcustom.
5062 (eshell-escape-control-x): Adapt docstring.
5063 (eshell-term-initialize): Test `eshell-visual-subcommands' and
5064 `eshell-visual-options' in addition to `eshell-visual-commands'.
5065 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
5066
f46305c8 50672013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
f782d531
FEG
5068
5069 * progmodes/python.el (python-indent-block-enders): Add break,
5070 continue and raise keywords.
5071
d870df21
GM
50722013-06-01 Glenn Morris <rgm@gnu.org>
5073
9133b82e
GM
5074 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
5075
02c992ec 5076 Plain (f)boundp silences compilation warnings since Emacs 22.1.
683853b9
GM
5077 * progmodes/cc-cmds.el (delete-forward-p):
5078 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
5079 * progmodes/cc-engine.el (buffer-syntactic-context):
5080 * progmodes/cc-fonts.el (face-property-instance):
5081 * progmodes/cc-mode.el (set-keymap-parents):
5082 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
5083 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
5084 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
02c992ec
GM
5085 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
5086 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
683853b9 5087
31e7b090
GM
5088 * progmodes/cc-vars.el (other): Emacs has this widget since
5089 at least 21.1, so don't (re)define it.
5090
d870df21
GM
5091 * eshell/em-cmpl.el (eshell-cmpl-initialize):
5092 Replace the obsolete alias pcomplete-arg-quote-list.
5093
c75c93c7
LL
50942013-06-01 Leo Liu <sdl.web@gmail.com>
5095
5096 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
5097 punctuation syntax.
5098 (inferior-octave-minimal-columns)
5099 (inferior-octave-last-column-width): New variables.
5100 (inferior-octave-track-window-width-change): New function.
5101 (inferior-octave-mode): Adjust column width so that Octave output,
5102 for example from 'ls', can fit into the window nicely.
5103
973d1e12
DG
51042013-05-31 Dmitry Gutov <dgutov@yandex.ru>
5105
5106 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
5107 Highlight expansions inside regexp literals.
5108
0888c286
GM
51092013-05-31 Glenn Morris <rgm@gnu.org>
5110
e26aac1f
GM
5111 * obsolete/sym-comp.el (symbol-complete):
5112 Replace obsolete completion-annotate-function.
5113
0888c286
GM
5114 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
5115
19bb8e62
DG
51162013-05-31 Dmitry Gutov <dgutov@yandex.ru>
5117
781b4af6
SM
5118 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
5119 New function, checks if point is inside a literal that allows
19bb8e62
DG
5120 expression expansion.
5121 (ruby-syntax-propertize-expansion): Use it.
5122 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
5123 around the body.
5124
01dea85f
JL
51252013-05-30 Juri Linkov <juri@jurta.org>
5126
5127 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
5128 to "\M-si".
5129 (isearch-invisible): New variable.
5130 (isearch-forward): Doc fix.
5131 (isearch-mode): Set `isearch-invisible'
5132 to the value of `search-invisible'.
5133 (isearch-toggle-case-fold): Doc fix.
5134 (isearch-toggle-invisible): New command.
5135 (isearch-query-replace): Let-bind `search-invisible'
5136 to the value of `isearch-invisible'.
5137 (isearch-search): Use `isearch-invisible' instead of
5138 `search-invisible'. Let-bind `search-invisible'
5139 to the value of `isearch-invisible'. (Bug#11378)
5140
ab1bdce5
JL
51412013-05-30 Juri Linkov <juri@jurta.org>
5142
5143 * replace.el (perform-replace): Avoid `isearch-range-invisible'
5144 call when `query-flag' is nil and `search-invisible' is non-nil.
5145 (Bug#11746)
5146
d6d236e2
GM
51472013-05-30 Glenn Morris <rgm@gnu.org>
5148
8accd027
GM
5149 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
5150
2a8bed1c
GM
5151 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
5152 (cc-require): Suppress spurious "noruntime" warnings.
5153 (cc-require-when-compile): Use fboundp, for sake of compiler.
5154
d6d236e2
GM
5155 * progmodes/cc-mode.el: Move load of cc-vars before that of
5156 cc-langs (which in turn loads cc-vars), to quieten compiler.
5157
9190b35b
SM
51582013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5159
5160 * paren.el: Simplify the code.
5161 (show-paren-mode): Always start the timer.
5162 (show-paren--idle-timer): Rename from show-paren-idle-timer.
5163 (show-paren--overlay, show-paren--overlay-1): Rename from
5164 show-paren-overlay and show-paren-overlay-1, and initialize to an
5165 overlay rather than to nil.
5166 (show-paren-function): Misc cleanup and simplifications.
5167
4f8d1cf6
SM
51682013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5169
5170 * paren.el (show-paren-data-function): New hook.
5171 (show-paren--default): New function, extracted from show-paren-function.
5172 (show-paren-function): Use show-paren-data-function.
5173
02d844b5
GM
51742013-05-30 Glenn Morris <rgm@gnu.org>
5175
d209d4a9
GM
5176 * ielm.el (ielm-map, ielm-complete-symbol):
5177 Use completion-at-point rather than obsolete functions.
5178 (inferior-emacs-lisp-mode): Doc fix.
5179 Set completion-at-point-functions, rather than
5180 comint-dynamic-complete-functions.
5181
2082faa6
GM
5182 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
5183 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
5184 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
5185
dd8620de
GM
5186 * image.el (image-animated-p): Tweak definition.
5187
ceca95b1
GM
5188 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
5189 (rlogin-process-connection-type): Tweak default. Add set-after.
5190 (rlogin-host): Doc fix.
5191 (rlogin): Tweak prompt.
5192 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
5193
ee9f1acc
GM
5194 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
5195 * progmodes/tcl.el (inferior-tcl-mode-map):
5196 Use completion-at-point rather than obsolete alias.
5197
45ce222e
GM
5198 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
5199
02d844b5
GM
5200 * minibuffer.el (read-file-name-completion-ignore-case):
5201 Move before completion--in-region, for eager macro expansion.
5202
ac44d6c1
JL
52032013-05-29 Juri Linkov <juri@jurta.org>
5204
5205 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
5206 for total count of matching lines. Add `global-matches' for total
5207 count of matches. Rename `matches' to `lines' for count of
5208 matching lines. Add `matches' for count of matches.
5209 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
5210 to `prev-line' for line number of prev match endpt.
5211 Increment `matches' for every match. Print the number of
5212 matching lines in the header.
5213 (occur-context-lines): Rename `lines' to `curr-line'.
5214 Rename `prev-lines' to `prev-line'. (Bug#14017)
5215
3c9c9d38
JL
52162013-05-29 Juri Linkov <juri@jurta.org>
5217
5218 * replace.el (perform-replace): Add `skip-read-only-count',
5219 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
5220 Increment them for corresponding conditions and report the number
5221 of skipped occurrences in the final message. (Bug#11746)
5222 (query-replace, query-replace-regexp, query-replace-regexp-eval)
5223 (replace-string, replace-regexp): Doc fix.
5224
33e249a2
SM
52252013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5226
8e399682
SM
5227 * emacs-lisp/trace.el (trace--read-args): Provide a default.
5228
33e249a2 5229 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
781b4af6 5230 prog-mode-map (bug#14504).
33e249a2 5231
f236dd84
LL
52322013-05-29 Leo Liu <sdl.web@gmail.com>
5233
5234 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
5235 (octave-help): Small simplification.
5236
5237 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
5238 off the highlight first.
5239
3694d13f
GM
52402013-05-29 Glenn Morris <rgm@gnu.org>
5241
03983bdc
GM
5242 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
5243 Handle idlwave-last-system-routine-info-cons-cell being nil.
5244
bc74a74a
GM
5245 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5246 (idlwave-write-paths): Simplify via with-temp-buffer.
5247
8b394200
GM
5248 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
5249 * emulation/cua-rect.el: Also load cua-base at run time.
5250
3694d13f
GM
5251 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
5252 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
5253 (cperl-imenu-on-info): Require imenu.
5254
336d7284
AM
52552013-05-28 Alan Mackenzie <acm@muc.de>
5256
5257 Handle "capitalised keywords" correctly.
33e249a2 5258 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
336d7284 5259
cb29c582
AG
52602013-05-28 Aidan Gauland <aidalgol@amuri.net>
5261
781b4af6 5262 * eshell/em-unix.el: Add -r option to cp.
cb29c582 5263
690e44b2
GM
52642013-05-28 Glenn Morris <rgm@gnu.org>
5265
e658d75c
GM
5266 * vc/vc-arch.el (vc-exec-after): Declare.
5267 (vc-switches): Autoload.
5268 * vc/vc-bzr.el: No need to require vc when compiling.
5269 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
5270 (vc-resynch-buffer, vc-dir-refresh): Declare.
5271 (vc-setup-buffer, vc-switches): Autoload.
712b9732
GM
5272 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
5273 (vc-resynch-buffer): Declare.
5274 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
e658d75c 5275 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
712b9732
GM
5276 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
5277 (grep-read-regexp, grep-read-files, grep-expand-template)
5278 (vc-dir-refresh): Declare.
5279 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
5280 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
5281 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
e658d75c
GM
5282 * vc/vc-mtn.el (vc-exec-after): Declare.
5283 (vc-switches): Autoload.
5284 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
5285 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
5286 (vc-file-tree-walk): Declare.
712b9732
GM
5287 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
5288 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
5289 (vc-tag-precondition, vc-rename-master): Autoload.
e658d75c
GM
5290 * vc/vc-svn.el (vc-exec-after): Declare.
5291 (vc-switches, vc-setup-buffer): Autoload.
5292 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
5293 Autoload.
5294 (vc-resynch-buffer): Declare.
5295
98e87fb3
GM
5296 * obsolete/fast-lock.el (byte-compile-warnings):
5297 Don't warn about obsolete features in this obsolete file.
5298
f5379553
GM
5299 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
5300 Move definition before use.
5301
7a20ef83
GM
5302 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
5303 (dun-unix-verbs): Remove dun-zippy.
5304 (dun-zippy): Remove function.
5305
690e44b2
GM
5306 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
5307
3a52ccf7
JL
53082013-05-27 Juri Linkov <juri@jurta.org>
5309
5310 * replace.el (replace-search): New function with code moved out
5311 from `perform-replace'.
5312 (replace-highlight, replace-dehighlight): Move function definitions
5313 up closer to `replace-search'. (Bug#11746)
5314
d289938a
JL
53152013-05-27 Juri Linkov <juri@jurta.org>
5316
5317 * replace.el (perform-replace): Ignore invisible matches.
5318 In addition to checking `query-replace-skip-read-only', also
5319 filter out matches by calling `run-hook-with-args-until-failure'
5320 on `isearch-filter-predicates', and also check `search-invisible'
5321 for t or call `isearch-range-invisible'.
5322 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
5323
66fc57e3
JL
53242013-05-27 Juri Linkov <juri@jurta.org>
5325
5326 * isearch.el (isearch-filter-predicates): Rename from
5327 `isearch-filter-predicate'. Doc fix. (Bug#11378)
5328 (isearch-message-prefix): Display text from the property
5329 `isearch-message-prefix' of the currently active filters.
5330 (isearch-search): Don't compare `isearch-filter-predicate' with
5331 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
5332 on `isearch-filter-predicates'. Also check `search-invisible' for t
5333 or call `isearch-range-invisible'.
5334 (isearch-filter-visible): Make obsolete.
5335 (isearch-lazy-highlight-search):
5336 Call `run-hook-with-args-until-failure' on
5337 `isearch-filter-predicates' and use `isearch-range-invisible'.
5338
5339 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
5340 `isearch-filter-predicates' instead of `funcall'ing
5341 `isearch-filter-predicate'.
5342 (Info-mode): Set `Info-isearch-filter' to
5343 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
5344
5345 * dired-aux.el (dired-isearch-filter-predicate-orig):
5346 Remove variable.
5347 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
5348 (dired-isearch-filenames-end): Add and remove
5349 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
5350 instead of changing the value of `isearch-filter-predicate'.
5351 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
5352 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
5353 Put property `isearch-message-prefix' to "filename " on
5354 `dired-isearch-filter-filenames'.
5355
5356 * wdired.el (wdired-change-to-wdired-mode):
5357 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
5358 locally instead of changing `isearch-filter-predicate'.
5359 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
5360
f1a60a0f
DG
53612013-05-27 Dmitry Gutov <dgutov@yandex.ru>
5362
5363 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
5364 return the commit hash (Bug#14459). Also set the
5365 `vc-git-detached' property.
5366 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
5367 (vc-git-mode-line-string): Use the same help-echo format whether
5368 in detached mode or not, because we know the actual revision now.
5369 When in detached mode, shorten the revision to 7 chars.
5370
7f17cc40
SM
53712013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5372
5373 * emacs-lisp/easy-mmode.el (define-minor-mode):
5374 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
5375 mode hook and provide a docstring.
5376
25c8401c
AM
53772013-05-27 Alan Mackenzie <acm@muc.de>
5378
5379 Remove spurious syntax-table text properties inserted by C-y.
5380 * progmodes/cc-mode.el (c-after-change): Also clear hard
5381 syntax-table property with value nil.
5382
dde84790
MA
53832013-05-27 Michael Albinus <michael.albinus@gmx.de>
5384
5385 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
5386 when reading the events; the buffer layout shall not be changed.
5387
837fd9af
LL
53882013-05-27 Leo Liu <sdl.web@gmail.com>
5389
5390 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
5391 New variable.
5392 (inferior-octave-directory-tracker): Automatically re-sync
5393 default-directory.
5394 (octave-help): Improve handling of 'See also'.
5395
4fd996b3
SM
53962013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5397
416f1802
SM
5398 * doc-view.el: Minor naming convention tweaks.
5399 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
5400
4fd996b3
SM
5401 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
5402 even if there's no `display' property yet (bug#14435).
5403
a052ef3b
EZ
54042013-05-25 Eli Zaretskii <eliz@gnu.org>
5405
4fd996b3 5406 * subr.el (unmsys--file-name): Rename from reveal-filename.
a052ef3b
EZ
5407
5408 * Makefile.in (custom-deps, finder-data, autoloads)
5409 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5410 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5411 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
5412
c9023370
SM
54132013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5414
5415 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
5416 error-completion on the first 2 args of condition-case (bug#14446).
df76dacb 5417 Don't burp at EOB.
c9023370 5418
24d699fa
LL
54192013-05-25 Leo Liu <sdl.web@gmail.com>
5420
5421 * comint.el (comint-previous-matching-input): Do not flood the
5422 *Messages* buffer with trivial messages.
5423
17e5c0cc
SM
54242013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5425
5426 * progmodes/flymake.el (flymake-nop): Don't return a string.
5427 (flymake-set-at): Fix typo.
5428
5429 * simple.el (read--expression): New function, extracted from
5430 eval-expression. Set completion-at-point-functions (bug#14465).
5431 (eval-expression, eval-minibuffer): Use it.
5432
5d028165
XF
54332013-05-25 Xue Fuqiao <xfq.free@gmail.com>
5434
5435 * progmodes/flymake.el (flymake-save-buffer-in-file)
5436 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
5437 (flymake-selected-frame, flymake-log, flymake-ins-after)
5438 (flymake-set-at, flymake-get-buildfile-from-cache)
5439 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
5440 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
5441 Refine the doc string.
5442 (flymake-get-file-name-mode-and-masks): Reformat.
5443 (flymake-get-real-file-name-function): Fix a minor bug.
5444
7a1d7ba7
JL
54452013-05-24 Juri Linkov <juri@jurta.org>
5446
5447 * progmodes/grep.el (grep-mode-font-lock-keywords):
5448 Support =linenumber= format used by git-grep for lines with
5449 function names. (Bug#13549)
5450
650cff3d
SM
54512013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5452
5453 * progmodes/octave.el (octave-smie-rules): Return nil rather than
5454 0 after a semi-colon; it works better for smie-auto-fill.
5455 (octave--indent-new-comment-line): New function.
5456 (octave-indent-new-comment-line): Use it (indirectly).
5457 (octave-mode): Don't disable smie-auto-fill. Use add-function to
5458 modify comment-line-break-function.
5459
5460 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
5461 (smie-setup): Use add-function to set it.
5462
9631677d
SS
54632013-05-24 Sam Steingold <sds@gnu.org>
5464
5465 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
5466 argument (before the `interactive' argument).
5467
50105835
SM
54682013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5469
5470 * image-mode.el (image-mode-winprops): Add winprops to
5471 image-mode-winprops-alist before running
5472 image-mode-new-window-functions.
5473 * doc-view.el (doc-view-new-window-function): Don't delay
5474 doc-view-goto-page via timers (bug#14435).
5475
57b9823e
TH
54762013-05-24 Tassilo Horn <tsdh@gnu.org>
5477
5478 * doc-view.el: Integrate with desktop.el. (Bug#14435)
5479 (doc-view-desktop-save-buffer): New function.
5480 (doc-view-restore-desktop-buffer): New function.
50105835
SM
5481 (desktop-buffer-mode-handlers):
5482 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
57b9823e
TH
5483 handler.
5484 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
5485 `desktop-save-buffer' function.
5486
91aafa16
MA
54872013-05-24 Michael Albinus <michael.albinus@gmx.de>
5488
5489 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
5490 (tramp-gvfs-file-name-handler): Raise a user error when
5491 `tramp-gvfs-enabled' is nil.
5492 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
5493 Do not raise a user error when loading package. (Bug#14447)
5494
ec076379
MA
5495 * net/xesam.el: Move to obsolete/.
5496
db785726
GM
54972013-05-24 Glenn Morris <rgm@gnu.org>
5498
af5c7606
GM
5499 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
5500
e5d1916a
GM
5501 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
5502
ded62b08
GM
5503 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
5504 (Info-find-node, Man-getpage-in-background): Declare.
5505
9e614a3f
GM
5506 * mail/unrmail.el (unrmail):
5507 Replace obsolete detect-coding-with-priority.
5508
892f8ca3
GM
5509 * net/socks.el (socks-split-string): Use this rather than split-string.
5510 (socks-nslookup-host): Update for above change.
5511 (dynamic-choice, s5-dynamic-choice-match)
5512 (s5-dynamic-choice-match-inline, s5-widget-value-create):
5513 Comment out unused code.
5514
3c291973
GM
5515 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
5516 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
5517 (gud-tooltip-echo-area): Make obsolete.
5518 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
5519
43cc956b
GM
5520 * progmodes/js.el (js--optimize-arglist): Declare.
5521
dab49a3b
GM
5522 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
5523
36b9d085
GM
5524 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
5525 (ediff-window-C): Declare.
5526
e354ae76
GM
5527 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
5528 Tweak requires to silence compiler.
5529
b8e57bf4
GM
5530 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
5531 (he-search-string, he-tried-table, he-expand-list)
5532 (he-init-string, he-string-member, he-substitute-string)
5533 (he-reset-string): Declare.
5534
db785726
GM
5535 * obsolete/options.el (list-options): Use custom-variable-p,
5536 rather than obsolete alias.
5537
b3531901
SS
55382013-05-23 Sam Steingold <sds@gnu.org>
5539
5540 * simple.el (shell-command-on-region): Pass the `replace' argument
db785726 5541 down to `call-process-region' to comply with the doc as reported on
b3531901
SS
5542 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
5543
bdda4c66
SM
55442013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5545
5546 * emacs-lisp/smie.el (smie-indent-forward-token)
5547 (smie-indent-backward-token): Handle string tokens (bug#14381).
5548
c43d45f9
TH
55492013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5550
fe1eb856
RS
5551 * ielm.el (ielm-menu): New menu.
5552 (inferior-emacs-lisp-mode): Set comment-start.
96172128 5553
fe1eb856
RS
55542013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5555
5556 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
5557 Fix deactivate action.
5558
5559 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
5560 Add cleveref macros.
074dd971 5561
c43d45f9
TH
5562 * lisp/textmodes/reftex-parse.el
5563 (reftex-locate-bibliography-files): Accept options for
5564 bibliography commands.
5565 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
5566 Add addbibresource. Basic Biblatex support.
5567
7764286e
MA
55682013-05-23 Michael Albinus <michael.albinus@gmx.de>
5569
5570 * net/tramp-gvfs.el (top):
5571 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
5572 when loading package. (Bug#14447)
5573
d361bc10
GM
55742013-05-23 Glenn Morris <rgm@gnu.org>
5575
8fa23984
GM
5576 * progmodes/js.el: No need to load comint when compiling.
5577 (ring-insert, comint-send-string, comint-send-input)
5578 (comint-last-input-end, ido-chop): Declare.
5579
a5c7df1a
GM
5580 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
5581 * vc/ediff-mult.el: Adjust requires.
5582 (ediff-directories-internal, ediff-directory-revisions-internal)
5583 (ediff-patch-file-internal): Declare.
5584 * vc/ediff-ptch.el: Adjust requires.
5585 (ediff-use-last-dir, ediff-buffers-internal): Declare.
5586 (ediff-find-file): Autoload.
5587 * vc/ediff-util.el: No need to load ediff when compiling.
5588 (ediff-regions-internal): Declare.
5589 * vc/ediff-wind.el: Adjust requires.
5590 (ediff-compute-toolbar-width): Define when compiling.
5591 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
5592 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
5593 (dired-get-filename, dired-get-marked-files)
5594 (ediff-last-dir-patch, ediff-patch-default-directory)
5595 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
5596 (ediff-patch-buffer-internal): Declare.
5597
e2aec513
GM
5598 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
5599 (ispell-process, ispell-buffer-local-words, lm-summary)
5600 (lm-section-start, lm-section-end): Declare.
5601 (checkdoc-ispell-init): Simplify.
5602
e68bbd7c
GM
5603 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
5604 (he-string-member, he-reset-string, he-substitute-string): Declare.
5605
7efe0991
GM
5606 * eshell/em-ls.el: Adjust requires.
5607 (eshell-glob-regexp): Declare.
f87b1284
GM
5608 * eshell/em-tramp.el: Adjust requires.
5609 (eshell-parse-command): Autoload.
5610 * eshell/em-xtra.el: Adjust requires.
5611 (eshell-parse-command): Autoload.
5612 * eshell/esh-ext.el: Adjust requires.
5613 (eshell-parse-command, eshell-close-handles): Autoload.
5614 * eshell/esh-io.el: Adjust requires.
5615 (eshell-output-filter): Autoload.
5616 * eshell/esh-util.el: No need to load tramp when compiling.
5617 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
5618 Declare.
5619 (eshell-parse-ange-ls): Require ange-ftp and tramp.
5620 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5621 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
5622 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
5623 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
5624 * eshell/esh-opt.el, eshell/esh-proc.el:
5625 * eshell/esh-var.el: Adjust requires.
5626 * eshell/eshell.el: Do not require esh-util twice.
5627 (eshell-add-input-to-history): Declare.
5628 (eshell-command): Check history module is active before using it.
5629
d361bc10
GM
5630 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
5631
85d090a9
LL
56322013-05-22 Leo Liu <sdl.web@gmail.com>
5633
5634 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
5635
5d0acd9d
MA
56362013-05-22 Michael Albinus <michael.albinus@gmx.de>
5637
5638 * autorevert.el (auto-revert-notify-add-watch)
5639 (auto-revert-notify-handler): Add `attrib' for the inotify case,
5640 it indicates changes in file modification time.
5641
0cdffd7d
GM
56422013-05-22 Glenn Morris <rgm@gnu.org>
5643
ca5995ec
GM
5644 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
5645 Always delete the autoloaded function from the noruntime and
5646 unresolved functions lists.
5647
6450907e
GM
5648 * allout.el: No need to load epa, epg, overlay when compiling.
5649 (epg-context-set-passphrase-callback, epg-list-keys)
5650 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
5651 (epg-key-user-id-list): Declare.
5652
9c6906f6
GM
5653 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5654 (viper-set-parsing-style-toggling-macro)
5655 (viper-set-emacs-state-searchstyle-macros):
5656 Use called-interactively-p on Emacs.
5657 (viper-looking-back): Make it an obsolete alias. Update callers.
5658 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
5659 Use looking-back rather than viper-looking-back.
5660 (viper-tmp-insert-at-eob, viper-enlarge-region)
5661 (viper-read-string-with-history, viper-register-to-point)
5662 (viper-append-to-register, viper-change-state-to-vi)
5663 (viper-backward-char-carefully, viper-forward-char-carefully)
5664 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
5665 (viper-change-state-to-emacs): Declare.
5666 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
5667 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
5668 * emulation/viper-mous.el: Do not load viper-cmd.
5669 (viper-backward-char-carefully, viper-forward-char-carefully)
5670 (viper-forward-word, viper-adjust-window): Declare.
5671
5f70c169
GM
5672 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
5673
b1b7f300
GM
5674 * progmodes/idlw-help.el (idlwave-help-fontify):
5675 Use called-interactively-p.
5676
f6ebbb46
GM
5677 * term/w32console.el (w32-get-console-codepage)
5678 (w32-get-console-output-codepage): Declare.
5679
0cdffd7d
GM
5680 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
5681 Remove unnecessary declarations.
5682 (dframe-message): Doc fix.
5683
5684 * info.el (dframe-select-attached-frame, dframe-current-frame):
5685 Declare.
5686
5687 * speedbar.el (speedbar-message): Make it an obsolete alias.
5688 Update all callers.
5689 (speedbar-with-attached-buffer)
5690 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
5691 (speedbar-with-writable): Use backquote.
5692 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
5693 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
5694 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
5695 rather than speedbar- aliases.
5696 * mail/rmail.el: Load dframe rather than speedbar when compiling.
5697 (speedbar-make-specialized-keymap, speedbar-insert-button)
5698 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
5699 (speedbar-do-function-pointer): Declare.
5700 (rmail-speedbar-button, rmail-speedbar-find-file)
5701 (rmail-speedbar-move-message):
5702 Use dframe-with-attached-buffer rather than speedbar- alias.
5703 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
5704 (dframe-message, speedbar-make-specialized-keymap)
5705 (speedbar-add-expansion-list, speedbar-mode-functions-list)
5706 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
5707 (speedbar-insert-button, dframe-select-attached-frame)
5708 (dframe-maybee-jump-to-attached-frame)
5709 (speedbar-change-initial-expansion-list)
5710 (speedbar-previously-used-expansion-list-name): Declare.
5711 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
5712 Use dframe-message, dframe-with-attached-buffer rather than
5713 speedbar- aliases.
5714 (gud-sentinel): Silence compiler.
5715 * progmodes/vhdl-mode.el (speedbar-refresh)
5716 (speedbar-do-function-pointer, speedbar-add-supported-extension)
5717 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
5718 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
5719 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
5720 (speedbar-file-lists, speedbar-make-tag-line)
5721 (speedbar-line-directory, speedbar-goto-this-file)
5722 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
5723 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
5724 (speedbar-make-button, speedbar-reset-scanners)
5725 (speedbar-files-item-info, speedbar-line-text)
5726 (speedbar-find-file-in-frame, speedbar-set-timer)
5727 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
5728 (speedbar-with-writable): Do not (re)define it.
5729 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
5730 rather than speedbar- alias.
5731
ee44b62a
LL
57322013-05-21 Leo Liu <sdl.web@gmail.com>
5733
5734 * progmodes/octave.el (octave-mode-menu): Update and re-organize
5735 menu items.
5736 (octave-mode): Tweak fill-nobreak-predicate.
5737 (inferior-octave-startup): Check process to avoid infinite loop.
5738 (inferior-octave): Pop to buffer first to show abornmal process
5739 exit information.
5740
640f050f
GM
57412013-05-21 Glenn Morris <rgm@gnu.org>
5742
79458038
GM
5743 * printing.el (pr-menu-bar): Define when compiling.
5744
9cc3e83f
LL
57452013-05-21 Leo Liu <sdl.web@gmail.com>
5746
5747 * progmodes/octave.el (octave-auto-fill): Remove.
5748 (octave-indent-new-comment-line): Improve.
5749 (octave-mode): Use auto fill mode through
4f405069 5750 comment-line-break-function and fill-nobreak-predicate.
9cc3e83f 5751 (octave-goto-function-definition): Support DEFUN_DLD.
4f405069 5752 (octave-beginning-of-defun): Small tweak.
9cc3e83f
LL
5753 (octave-help): Show parent directory.
5754
f440830d
GM
57552013-05-21 Glenn Morris <rgm@gnu.org>
5756
5757 * files.el (dired-unmark):
5758 * progmodes/gud.el (gdb-input): Update declarations.
5759
5760 * calculator.el (electric, ehelp): No need to load when compiling.
5761 (Electric-command-loop, electric-describe-mode): Declare.
5762
5763 * doc-view.el (doc-view-current-converter-processes): Move before use.
5764
5765 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5766 Move MODE-set-explicitly definition before use.
5767
5768 * international/mule-diag.el (mule-diag):
5769 Don't use obsolete window-system-version.
5770
5771 * mail/feedmail.el (smtpmail): No need to load when compiling.
5772 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
5773
5774 * mail/mail-utils.el (rfc822): No need to load when compiling.
5775 (rfc822-addresses): Autoload it.
5776 (mail-strip-quoted-names): Trivial simplification.
5777
5778 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
5779 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
5780
5781 * net/snmp-mode.el (tempo): Don't duplicate requires.
5782
5783 * progmodes/prolog.el (info): No need to load when compiling.
5784 (comint): Require before shell requires it.
5785 (Info-goto-node): Autoload it.
5786 (Info-follow-nearest-node): Declare.
5787 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
5788
5789 * textmodes/artist.el (picture-mode-exit): Declare.
5790
5791 * textmodes/reftex-parse.el (reftex-parse-from-file):
5792 Trivial rewrite so the compiler can parse it better.
5793
b4da2cbb
LL
57942013-05-20 Leo Liu <sdl.web@gmail.com>
5795
5796 * progmodes/octave.el (octave-help-mode-map)
5797 (octave-help-mode-finish-hook): New variables.
5798 (octave-help-mode, octave-help-mode-finish): New functions.
5799 (octave-help): Use octave-help-mode.
5800
33c0f65b
GM
58012013-05-20 Glenn Morris <rgm@gnu.org>
5802
5803 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
5804
1a0a0a8a
DG
58052013-05-19 Dmitry Gutov <dgutov@yandex.ru>
5806
5807 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
5808 start at point, so that expansion starting right after opening
5809 slash in a regexp is recognized.
5810 (ruby-syntax-before-regexp-re): New defvar, extracted from
5811 ruby-syntax-propertize-function. Since the value of this regexp
5812 is looked up at runtime now, we should be able to turn
5813 `ruby-syntax-methods-before-regexp' into a defcustom later.
5814 (ruby-syntax-propertize-function): Split regexp matching into two
5815 parts, for opening and closing slashes. That allows us to skip
5816 over string interpolations and support multiline regexps.
5817 Don't call `ruby-syntax-propertize-expansions', instead use another rule
5818 for them, which calls `ruby-syntax-propertize-expansion'.
5819 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
5820 call to `ruby-syntax-propertize-function'.
5821 (ruby-syntax-propertize-expansion): Extracted from
5822 `ruby-syntax-propertize-expansions'. Handles one expansion.
1a0a0a8a
DG
5823 (ruby-syntax-propertize-percent-literal): Leave point right after
5824 the percent symbol, so that the expression expansion rule can
5825 propertize the contents.
462388b6
DG
5826 (ruby-syntax-propertize-heredoc): Leave point at bol following the
5827 heredoc openers.
5828 (ruby-syntax-propertize-expansions): Remove.
1a0a0a8a 5829
c1a6c0a4
JL
58302013-05-18 Juri Linkov <juri@jurta.org>
5831
5832 * man.el (Man-default-man-entry): Remove `-' from the end
5833 of the default value. (Bug#14400)
5834
8051fccd
GM
58352013-05-18 Glenn Morris <rgm@gnu.org>
5836
5837 * comint.el (comint-password-prompt-regexp):
5838 Allow "password for XXX" where XXX contains colons (eg https://...).
5839
5e80b74f
LL
58402013-05-18 Leo Liu <sdl.web@gmail.com>
5841
5842 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
f6f87d33 5843 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5e80b74f
LL
5844 (octave-source-directories): Don't check process.
5845 (octave-source-directories, octave-find-definition): Doc fix.
5846
521a54c5
GM
58472013-05-18 Glenn Morris <rgm@gnu.org>
5848
86a94b05
GM
5849 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
5850 Remove backspace/delete bindings. (Bug#14392)
5851
521a54c5
GM
5852 * cus-dep.el (custom-make-dependencies): Sort the output.
5853 (custom-versions-load-alist): Convert comment to doc.
5854
42caeb89
LL
58552013-05-17 Leo Liu <sdl.web@gmail.com>
5856
5857 * newcomment.el (comment-search-backward): Stricter in finding
5858 comment start. (Bug#14303)
5859
5860 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
5861 (octave-comment-start-skip): Properly anchored.
5862
e219dd97
LL
58632013-05-17 Leo Liu <sdl.web@gmail.com>
5864
fe1eb856
RS
5865 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
5866 Clean up when turned off. (Bug#14395)
e219dd97
LL
5867 (smie--highlight-matching-block-overlay): No longer buffer-local.
5868 (smie-highlight-matching-block): Adjust.
5869
dc5dcb4b
PE
58702013-05-17 Paul Eggert <eggert@cs.ucla.edu>
5871
5872 Doc string fix for "nanoseconds" (Bug#14406).
5873 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
5874 Fix doc string typo that had "nanoseconds" instead of "microseconds".
5875
1db165f0
JB
58762013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
5877
5878 * calc/calc-units.el (math-extract-units): Preserve powers
5879 of units.
5880
c7a8fcac
LL
58812013-05-17 Leo Liu <sdl.web@gmail.com>
5882
5883 * subr.el (delete-consecutive-dups): New function.
5884 * ido.el (ido-set-matches-1): Use it.
5885 * progmodes/octave.el (inferior-octave-completion-table): Use it.
5886 * ido.el (ido-remove-consecutive-dups): Remove.
5887
f678b18a
SM
58882013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5889
5890 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5891 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
5892 regexp-opt's `words'.
5893
ebfe68e8
LL
58942013-05-16 Leo Liu <sdl.web@gmail.com>
5895
5896 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
5897 (smie--highlight-matching-block-overlay)
5898 (smie--highlight-matching-block-lastpos)
5899 (smie--highlight-matching-block-timer): New variables.
5900 (smie-highlight-matching-block): New function.
5901 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
5902 (smie-setup): Conditionally enable smie-blink-matching-open.
5903
bc8bc17d
WS
59042013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
5905
5906 Sync with upstream verilog-mode r840.
5907 * progmodes/verilog-mode.el (verilog-mode-version)
5908 (verilog-mode-release-date): Update.
5909 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
5910 (verilog-sig-tieoff): Fix string error on
5911 AUTORESET with colon define, bug594. Reported by Andrew Hou.
5912 (verilog-read-decls): Fix parameters confusing
5913 AUTOINST interfaces, bug565. Reported by Leith Johnson.
5914
df065a0b
EZ
59152013-05-16 Eli Zaretskii <eliz@gnu.org>
5916
5917 * subr.el (reveal-filename): New function.
5918
5919 * loadup.el: Compute Emacs executable versions on MS-Windows,
5920 where executables have the .exe extension. Add a hard link
5921 emacs-XX.YY.ZZ.exe on MS-Windows.
5922
5923 * Makefile.in (XARGS_LIMIT): New variable.
5924 (custom-deps, finder-data, autoloads)
5925 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5926 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5927 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
5928 (compile-main): Limit xargs according to $(XARGS_LIMIT).
5929
2d4bf34b
LL
59302013-05-16 Leo Liu <sdl.web@gmail.com>
5931
5932 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
5933 (octave-mode-menu, octave-mode-map): Remove its uses.
5934
6b9c2d85
RZ
59352013-05-16 Reto Zimmermann <reto@gnu.org>
5936
5937 Sync with upstream vhdl mode v3.34.2.
5938 * progmodes/vhdl-mode.el: Use `push' throughout.
5939 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
5940 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
5941 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
5942 (vhdl-actual-generic-name): New option to derive actual generic name.
5943 (vhdl-port-paste-signals): Replace formal by actual generics.
5944 (vhdl-beautify): New name for old group vhdl-align. Update users.
5945 (vhdl-beautify-options): New option.
5946 (vhdl-last-input-event): New compat alias. Use throughout.
5947 (vhdl-goto-line): Replace user level function `goto-line'.
5948 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
5949 vhdl-fix-statement-buffer.
5950 (vhdl-create-mode-menu): Add some entries.
5951 (vhdl-align-region-groups): Respect vhdl-beautify-options.
5952 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
5953 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
5954 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
5955 to force statements on one line.
5956 (vhdl-remove-trailing-spaces-region):
5957 New, split from vhdl-remove-trailing-spaces.
5958 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
5959 Respect vhdl-beautify-options.
5960 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
5961 (vhdl-update-sensitivity-list): Not add with index if exists without.
5962 Not include array index with signal. Ignore keywords in comments.
5963 (vhdl-get-visible-signals): Regexp tweaks.
5964 (vhdl-template-component-inst): Handle empty library.
5965 (vhdl-template-type): Add template for 'enum' type.
5966 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
5967 Use vhdl-replace-string.
5968 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
5969 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
5970 (vhdl-speedbar-initialize): Update for above name change.
5971 (vhdl-compose-wire-components): Fix in handling of constants.
5972 (vhdl-error-regexp-emacs-alist): New variable.
5973 (vhdl-error-regexp-add-emacs): New function;
5974 adds support for new compile.el (Emacs 22+)
5975 (vhdl-generate-makefile-1): Change target order for single lib. units.
5976 Allow use of absolute file names.
5977
9df4ec5e
LL
59782013-05-16 Leo Liu <sdl.web@gmail.com>
5979
5980 * simple.el (prog-indent-sexp): Indent enclosing defun.
5981
f5ba00a6
GM
59822013-05-15 Glenn Morris <rgm@gnu.org>
5983
ed8be7ff
GM
5984 * cus-start.el (show-trailing-whitespace): Move to editing basics.
5985 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
5986 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
5987 (whitespace-highlight): Move to whitespace group.
5988
5989 * comint.el (comint-source):
5990 * pcmpl-linux.el (pcmpl-linux):
5991 * shell.el (shell-faces):
5992 * eshell/esh-opt.el (eshell-opt):
5993 * international/ccl.el (ccl): Remove empty custom groups.
5994
5995 * completion.el (dynamic-completion-mode):
5996 * jit-lock.el (jit-lock-debug-mode):
5997 * minibuffer.el (completion-in-region-mode):
5998 * type-break.el (type-break-mode-line-message-mode)
5999 (type-break-query-mode):
6000 * emulation/tpu-edt.el (tpu-edt-mode):
6001 * progmodes/subword.el (global-subword-mode, global-superword-mode):
6002 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6003 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
6004
6005 * term/xterm.el (xterm): Change parent group to terminals.
6006
6007 * master.el (master): Remove empty custom group.
6008 (master-mode): Remove unused :group argument.
6009 * textmodes/refill.el (refill): Remove empty custom group.
6010 (refill-mode): Remove unused :group argument.
6011
6012 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
6013
82a7c41b
GM
6014 * cus-dep.el: Provide a feature.
6015 (custom-make-dependencies): Ignore dotfiles (dir-locals).
f5ba00a6
GM
6016 Don't mistakenly ignore files whose basenames match a basename
6017 from preloaded-file-list (eg cedet/ede/simple.el).
82a7c41b 6018 Add a fallback method for getting :group.
f5ba00a6 6019
6d65486d
JL
60202013-05-15 Juri Linkov <juri@jurta.org>
6021
da547b32
JL
6022 * isearch.el (isearch-char-by-name): Rename from
6023 `isearch-insert-char-by-name'. Doc fix.
6024 (isearch-forward): Mention `isearch-char-by-name' in
6025 the docstring. (Bug#13348)
6026
6d65486d
JL
6027 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
6028 `exit-minibuffer' instead of
6029 `isearch-nonincremental-exit-minibuffer'.
6030 (isearch-edit-string): Remove mention of
6031 `isearch-nonincremental-exit-minibuffer' from docstring.
6032 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
6033 (isearch-forward-exit-minibuffer)
6034 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
6035
c9990474
SM
60362013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6037
6e911150
SM
6038 * loadup.el: Just use unversioned DOC.
6039
c9990474
SM
6040 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
6041 literals as extending to EOB.
6042 (nxml-last-fontify-end): Remove unused variable.
6043 (nxml-after-change1): Use with-silent-modifications.
6044 (nxml-extend-after-change-region): Simplify.
6045 (nxml-extend-after-change-region1): Remove function.
6046 (nxml-after-change1): Don't adjust for dependent regions.
6047 (nxml-fontify-matcher): Simplify.
6048 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
6049 (xmltok-add-dependent): Remove function.
6050 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
6051 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
6052 (xmltok-scan-prolog-after-processing-instruction-open): Treat
6053 unclosed <[[, <?, comment, and other literals as extending to EOB.
6054 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
6055 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
6056 Remove functions.
6057 (rng-do-some-validation-1): Don't mark dependent regions.
6058 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
6059 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
6060 (nxml-clear-dependent-regions): Remove functions.
6061 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
6062 (nxml-ensure-scan-up-to-date):
6063 Don't clear&mark dependent regions.
6064
e3772e98
LL
60652013-05-15 Leo Liu <sdl.web@gmail.com>
6066
c9990474
SM
6067 * progmodes/octave.el (octave-goto-function-definition):
6068 Improve and fix callers.
e3772e98 6069
5ac2eb34
SM
60702013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6071
c46c57b0
SM
6072 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
6073 the setter (bug#14387).
6074
5ac2eb34
SM
6075 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
6076 surrounding group (bug#14402).
6077
180ed218
JL
60782013-05-14 Juri Linkov <juri@jurta.org>
6079
6080 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
6081 (Bug#14390)
6082
0ac0fecb
GM
60832013-05-14 Glenn Morris <rgm@gnu.org>
6084
6085 * progmodes/f90.el (f90-imenu-generic-expression):
6086 Fix typo in 2013-05-08 change. (Bug#14402)
6087
2e78e6a7
JPG
60882013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
6089
5ac2eb34
SM
6090 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
6091 Remove signals for which replies are never received.
2e78e6a7 6092
53267cca
JPG
60932013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
6094
6095 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
6096 (gdb-handler-alist, gdb-handler-number): Remove variables.
6097 (gdb-handler-list): New variable.
6098 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
6099 (gdb-pending-handler-p, gdb-handle-reply)
6100 (gdb-remove-all-pending-triggers): New functions.
6101 (gdb-discard-unordered-replies): New defcustom.
6102 (gdb-handler): New defstruct.
6103 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
6104 instead of gdb-pending-triggers. Update docstring.
6105 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
6106 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
6107 (gdb-var-update-handler, def-gdb-auto-update-trigger)
6108 (def-gdb-auto-update-handler, gdb-get-changed-registers)
6109 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
6110 (gdb-frame-handler): Pending triggers are now automatically managed.
6111 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
6112 Remove argument.
6113 (gdb-input): Automatically handles pending triggers. Update docstring.
6114 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
6115 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
6116 Update comments.
6117 (gdb-done-or-error): Now use gdb-handle-reply.
6118
d04ce803
JPG
61192013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
6120
6121 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
6122 gdb-debug-log.
6123
0114073a
GM
61242013-05-14 Glenn Morris <rgm@gnu.org>
6125
6126 * subr.el (user-emacs-directory-warning): New option.
6127 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
6128
4d25fd7e
LL
61292013-05-14 Leo Liu <sdl.web@gmail.com>
6130
6131 * progmodes/octave.el (octave-font-lock-keywords): Fix error
6132 during redisplay.
6133 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6073d8f4
LL
6134 (octave-font-lock-texinfo-comment): Fix invalid search bound
6135 error: wrong side of point.
4d25fd7e 6136
27c8b6eb
GM
61372013-05-14 Glenn Morris <rgm@gnu.org>
6138
61aaeb01
GM
6139 * progmodes/flymake.el (flymake-xml-program): New option.
6140 (flymake-xml-init): Use it.
6141
5bf90bc5
GM
6142 * term/xterm.el: Provide a feature.
6143
6144 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
27c8b6eb 6145
f4c7dfd2
GM
61462013-05-13 Glenn Morris <rgm@gnu.org>
6147
6148 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
6149 Add compat aliases as a hack workaround. (Bug#14384)
6150
2aeb3a1d
LL
61512013-05-13 Leo Liu <sdl.web@gmail.com>
6152
b0e069c2
LL
6153 * progmodes/octave.el (octave-indent-comment): Fix indentation for
6154 ###, and %!.
f5a9432f
LL
6155 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
6156 C-M-q.
b0e069c2
LL
6157 (octave-comment-start-skip): Include %!.
6158 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2aeb3a1d 6159
30ea8374
LL
61602013-05-12 Leo Liu <sdl.web@gmail.com>
6161
6162 * progmodes/octave.el (inferior-octave-startup): Store the value
6163 of __octave_srcdir__ for octave-source-directories.
6164 (inferior-octave-check-process): New function refactored out of
6165 inferior-octave-send-list-and-digest.
6166 (octave-source-directories)
6167 (octave-find-definition-filename-function): New variables.
6168 (octave-source-directories)
6169 (octave-find-definition-default-filename): New functions.
6170 (octave-find-definition): Improve to find functions implemented in C++.
6171
472a3834
GM
61722013-05-12 Glenn Morris <rgm@gnu.org>
6173
6174 * calendar/diary-lib.el (diary-outlook-format-1):
6175 Don't include dayname in the output. (Bug#14349)
6176
3191b52f
GM
61772013-05-11 Glenn Morris <rgm@gnu.org>
6178
0060ac73
GM
6179 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
6180
3191b52f
GM
6181 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
6182 Treat cc-provide like provide.
6183
e065ba74
KR
61842013-05-11 Kevin Ryde <user42@zip.com.au>
6185
6186 * cus-dep.el (custom-make-dependencies):
6187 Use generated-autoload-load-name for the sake of files such
6188 such cedet/semantic/bovine/c.el, where the base file name
6189 is not in load-path. (Bug#5277)
6190
36f84c37
GM
61912013-05-11 Glenn Morris <rgm@gnu.org>
6192
6193 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
6194 Provide features.
6195
c8730c3a
LL
61962013-05-11 Leo Liu <sdl.web@gmail.com>
6197
6198 * progmodes/octave.el (octave-indent-comment): Improve.
6199 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5ac2eb34
SM
6200 (octave-eldoc-function-signatures, octave-eldoc-function):
6201 New functions.
c8730c3a
LL
6202 (octave-mode, inferior-octave-mode): Add eldoc support.
6203
212e29f2
RS
62042013-05-11 Richard Stallman <rms@gnu.org>
6205
6206 * epa.el (epa-decrypt-file): Take output file name as argument
6207 and read it using `interactive'.
6208
083fe0d7
LL
62092013-05-11 Leo Liu <sdl.web@gmail.com>
6210
6211 * progmodes/octave.el (octave-beginning-of-line)
6212 (octave-end-of-line): Check before using up-list because it jumps
6213 out of more syntactic contructs since moving to smie.
9dbdb67e
LL
6214 (octave-indent-comment): New function.
6215 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6980b0ca
LL
6216 (octave-begin-keywords, octave-end-keywords)
6217 (octave-reserved-words, octave-smie-bnf-table)
6218 (octave-smie-rules): Add new keywords from Octave 3.6.4.
083fe0d7 6219
8582e4c4
GM
62202013-05-11 Glenn Morris <rgm@gnu.org>
6221
f20def1f
GM
6222 * faces.el (internal-face-x-get-resource):
6223 * frame.el (ns-display-monitor-attributes-list):
d78abe37 6224 * calc/calc-aent.el (math-to-radians-2):
f20def1f 6225 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
d78abe37 6226 Fix declarations.
f20def1f 6227
445f95e2
GM
6228 * calc/calc-menu.el: Make it loadable in isolation.
6229
6230 * net/eudcb-bbdb.el: Make it loadable without bbdb.
6231 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
6232 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
6233 (eudc-bbdb-query-internal): Require 'bbdb.
6234
99fb2756
GM
6235 * lpr.el (lpr-headers-switches):
6236 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
6237
6238 * progmodes/sql.el (sql-login-params): Fix and improve :type.
6239
0da7ad96
GM
6240 * emulation/edt-mapper.el: In batch mode, error rather than hang.
6241
8582e4c4
GM
6242 * term.el (term-set-escape-char): Make it idempotent.
6243
f71c50d0
LL
62442013-05-10 Leo Liu <sdl.web@gmail.com>
6245
5ac2eb34
SM
6246 * progmodes/octave.el (inferior-octave-completion-table):
6247 No longer a function and all uses changed. Use cache to speed up
f71c50d0
LL
6248 completion due to bug#11906.
6249 (octave-beginning-of-defun): Re-write to be more general.
6250
d5837773
GM
62512013-05-10 Glenn Morris <rgm@gnu.org>
6252
6253 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
6254
027c0f75
SM
62552013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6256
6257 * comint.el (comint-redirect-send-command-to-process): Use :around
6258 rather than :override for comint-redirect-filter.
6259 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
6260 Call it instead of comint-redirect-original-filter-function (which
6261 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
6262
4465bfb4
JD
62632013-05-09 Jan Djärv <jan.h.d@swipnet.se>
6264
6265 * frame.el (display-monitor-attributes-list): Add NS case.
6266 (ns-display-monitor-attributes-list): Declare.
6267
2d809ffa 62682013-05-09 Ulrich Mueller <ulm@gentoo.org>
b01682fb
UM
6269
6270 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
6271
e54eeb9b
GM
62722013-05-09 Glenn Morris <rgm@gnu.org>
6273
56cd351d
GM
6274 * international/fontset.el (vertical-centering-font-regexp):
6275 Set standard-value.
6276
d84b6108
GM
6277 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
6278
a931698a
GM
6279 * bookmark.el (bookmark-search-delay):
6280 * cus-start.el (vertical-centering-font-regexp):
6281 * ps-mule.el (ps-mule-font-info-database-default):
6282 * ps-print.el (ps-default-fg, ps-default-bg):
6283 * type-break.el (type-break-good-break-interval):
6284 * whitespace.el (whitespace-indentation-regexp)
6285 (whitespace-space-after-tab-regexp):
6286 * emacs-lisp/testcover.el (testcover-1value-functions)
6287 (testcover-noreturn-functions, testcover-progn-functions)
6288 (testcover-prog1-functions):
6289 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6290 * eshell/em-glob.el (eshell-glob-translate-alist):
6291 * play/tetris.el (tetris-tty-colors):
6292 * progmodes/cpp.el (cpp-face-default-list):
6293 * progmodes/flymake.el (flymake-allowed-file-name-masks):
6294 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
6295 (idlwave-help-browser-generic-args):
6296 * progmodes/make-mode.el (makefile-special-targets-list):
6297 * progmodes/python.el (python-shell-virtualenv-path):
6298 * progmodes/verilog-mode.el (verilog-active-low-regexp)
6299 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
6300 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
6301 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
6302 * textmodes/reftex-vars.el (reftex-format-label-function):
6303 * textmodes/remember.el (remember-diary-file): Fix custom types.
6304
e54eeb9b
GM
6305 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
6306 Add :version.
6307
455851dd
LL
63082013-05-09 Leo Liu <sdl.web@gmail.com>
6309
6310 * progmodes/octave.el (inferior-octave-completion-at-point):
083fe0d7 6311 Restore file completion. (Bug#14300)
455851dd
LL
6312 (inferior-octave-startup): Fix incorrect highlighting for the
6313 first prompt.
6314
a9e4425b
SM
63152013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6316
6317 * progmodes/ruby-mode.el: First cut at SMIE support.
6318 (ruby-use-smie): New var.
6319 (ruby-smie-grammar): New constant.
6320 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
6321 (ruby-smie--forward-token, ruby-smie--backward-token)
6322 (ruby-smie-rules): New functions.
6323 (ruby-mode-variables): Setup SMIE if applicable.
6324
060ca408
EZ
63252013-05-08 Eli Zaretskii <eliz@gnu.org>
6326
6327 * simple.el (line-move-visual): Signal beginning/end of buffer
6328 only if vertical-motion moved less than it was requested. Avoids
6329 silly incorrect error messages when there are display strings with
6330 multiple newlines at EOL.
6331
1d5963cc
SM
63322013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6333
6334 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
6335 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
6336 (prolog-char-quote-workaround):
6337 * progmodes/cperl-mode.el (cperl-under-as-char):
6338 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
c7064f05
JB
6339 Mark as obsolete.
6340 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1d5963cc
SM
6341 their declaration.
6342 (vhdl-mode-syntax-table-init): Remove.
6343
c9990474
SM
6344 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
6345 last change.
1d5963cc
SM
6346
6347 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
6348 syntax for "_".
6349 (ld-script-font-lock-keywords):
6350 Change regexps to use things like \_< and \_>.
6351
6352 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
6353 Change all regexps to use things like \_< and \_>.
6354
6355 * progmodes/autoconf.el (autoconf-definition-regexp)
6356 (autoconf-font-lock-keywords, autoconf-current-defun-function):
6357 Handle a _ with symbol syntax.
6358 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
6359
c9990474
SM
6360 * progmodes/ada-mode.el (ada-mode-abbrev-table):
6361 Consolidate declaration.
1d5963cc
SM
6362 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
6363 the declaration.
6364 (ada-create-syntax-table): Remove.
6365 (ada-capitalize-word): Don't mess with the syntax of "_" since it
6366 already has the right syntax nowadays.
6367 (ada-goto-next-word): Don't change the syntax of "_".
6368
6369 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
6370 with-wrapper-hook.
6371
72d3cfca
SS
63722013-05-08 Sam Steingold <sds@gnu.org>
6373
6374 * thingatpt.el (thing-at-point): Accept optional second argument
6375 NO-PROPERTIES to strip the text properties from the return value.
6376 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
6377 to `thing-at-point' instead of stripping the properties ourselves.
6378 Also, when `thing-at-point' fails to find a url, prepend "http://"
6379 to the filename at point on the assumption that the user is
6380 pointing at something like gnu.org/gnu.
6381
5cb15713
JB
63822013-05-08 Juanma Barranquero <lekktu@gmail.com>
6383
6384 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
6385 * faces.el (crm-separator):
6386 Silence byte-compiler.
6387
6388 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
6389 (tool-bar-map): Remove unneeded defvars.
6390
ea78b95b
LL
63912013-05-08 Leo Liu <sdl.web@gmail.com>
6392
6393 Re-work a fix for bug#10994 based on Le Wang's patch.
6394 * ido.el (ido-remove-consecutive-dups): New helper.
6395 (ido-completing-read): Use it.
6396 (ido-chop): Revert fix for bug#10994.
6397
dc7466df
AS
63982013-05-08 Adam Spiers <emacs@adamspiers.org>
6399
6400 * cus-edit.el (custom-save-variables):
6401 Pretty-print long values. (Bug#14187)
6402
9ecf672a
GM
64032013-05-08 Glenn Morris <rgm@gnu.org>
6404
6405 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
6406 (m4-mode-syntax-table): Init in the defvar.
6407 (m4-mode-abbrev-table): Let define-derived-mode define it.
6408
3f555be8
TT
64092013-05-08 Tom Tromey <tromey@redhat.com>
6410
6411 * progmodes/m4-mode.el (m4-mode-syntax-table):
6412 Do not treat "_" as word constituent. (Bug#14167)
6413
7cc8ae06
GM
64142013-05-07 Glenn Morris <rgm@gnu.org>
6415
4f58bc06
GM
6416 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
6417 Remove explicit eshell-isearch-cancel-map.
6418
7cc8ae06
GM
6419 * progmodes/f90.el (f90-smart-end-names): New option.
6420 (f90-smart-end): Doc fix.
6421 (f90-end-block-optional-name): New constant.
6422 (f90-block-match): Respect f90-smart-end-names.
6423
ceb57e59
SM
64242013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6425
6426 * progmodes/octave.el (octave-smie-forward-token): Be more careful
6427 about implicit semi-colons (bug#14218).
6428
4e3f9230
YM
64292013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6430
6431 * frame.el (display-monitor-attributes-list)
6432 (frame-monitor-attributes): New functions.
6433
203a5572
LL
64342013-05-06 Leo Liu <sdl.web@gmail.com>
6435
6436 * progmodes/octave.el (octave-syntax-propertize-function): Change
6437 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
6438 (octave-font-lock-keywords): Use octave-operator-regexp.
5ac2eb34 6439 (octave-completion-at-point): Rename from
203a5572
LL
6440 octave-completion-at-point-function.
6441 (inferior-octave-directory-tracker): Robustify.
6442 (octave-text-functions): Remove and fix its uses. No such things
6443 any more.
6444
ee6cff99
SM
64452013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6446
6447 * emacs-lisp/trace.el (trace--display-buffer): New function.
6448 (trace-make-advice): Use it.
6449
32985194
JL
64502013-05-06 Juri Linkov <juri@jurta.org>
6451
6452 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
6453 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
6454 Doc fix.
6455 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
6456 in the help string. (Bug#12985)
6457
a1c700de
KD
64582013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
6459
6460 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
6461
c67c0839
SM
64622013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6463
323885fd
SM
6464 * progmodes/perl-mode.el: Add support for here documents.
6465 (perl-syntax-propertize-function): Match here-doc markers.
6466 (perl-syntax-propertize-special-constructs): Find their end.
6467 (perl-imenu-generic-expression): Use [:alnum:].
6468
c67c0839
SM
6469 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
6470 (advice--add-function): Refresh the advice if already present
6471 (bug#14317).
6472
d491e7a8
IA
64732013-05-06 Ivan Andrus <darthandrus@gmail.com>
6474
6475 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
6476
ddf9925e
GM
64772013-05-06 Glenn Morris <rgm@gnu.org>
6478
7cc3af27
GM
6479 * w32-fns.el (w32-charset-info-alist): Declare.
6480
16e343d6
GM
6481 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
6482 of its defcustom properties.
6483 (eshell-cmpl-initialize): No need to load pcomplete.
6484
7d889a47
GM
6485 * generic-x.el: No need to require comint when compiling.
6486
ddf9925e
GM
6487 * net/eudc-export.el: Make it loadable without bbdb.
6488 (top-level): Use require rather than load-library.
6489 (eudc-create-bbdb-record, eudc-bbdbify-phone)
6490 (eudc-batch-export-records-to-bbdb)
6491 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
6492 Require bbdb.
6493
1e2c18df
SM
64942013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
6497 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
6498 some tweaks, instead.
6499
02502a5f
LL
65002013-05-05 Leo Liu <sdl.web@gmail.com>
6501
6502 * progmodes/octave.el (octave-font-lock-keywords)
6503 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
6504 (inferior-octave-send-list-and-digest): Improve error message.
6505 (octave-mode, inferior-octave-mode): Use setq-local.
6506 (octave-help): Set info-lookup-mode.
6507
0dc04f42
RS
65082013-05-05 Richard Stallman <rms@gnu.org>
6509
6c54491c
RS
6510 * vc/compare-w.el (compare-windows-whitespace):
6511 Treat no-break space as whitespace.
6512
0dc04f42
RS
6513 * mail/rmailsum.el (rmail-summary-rmail-update):
6514 Detect empty summary and don't change selected message.
6515 (rmail-summary-goto-msg): Likewise.
6516
df8f35df
RS
6517 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
6518 Doc fixes, rename args.
6519
5356e1a3
AM
65202013-05-05 Alan Mackenzie <acm@muc.de>
6521
6522 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
6523
d44014cb
JL
65242013-05-05 Juri Linkov <juri@jurta.org>
6525
6526 * info.el (Info-read-subfile): Use (point-min) instead of (point)
6527 to not add the length of the summary segment to the return value.
6528 (Bug#14125)
6529
c129b51f
LL
65302013-05-05 Leo Liu <sdl.web@gmail.com>
6531
6532 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
6533 (inferior-octave-output-filter): Remove.
6534 (octave-send-region, inferior-octave-startup): Fix callers.
6535 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
6536 (octave-binary-file-extensions): New user variable.
6537 (octave-find-definition): Confirm if opening binary files.
6538 (octave-help-file): Use octave-find-definition to get the binary
6539 confirmation.
6540 (octave-help): Adjust for octave-help-file change.
6541
aa7dab97
SM
65422013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6543
6544 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
6545 Merge the two entries that handle function definitions.
6546 (pascal--syntax-propertize): New const.
6547 (pascal-mode): Use it. Use setq-local.
6548
fd3a9a6b
GM
65492013-05-04 Glenn Morris <rgm@gnu.org>
6550
6551 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
6552 (diary-from-outlook): Respect diary-from-outlook-function.
6553
30c7e542
SM
65542013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6555
6556 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
6557 Move the declaration from C.
6558 (read-minibuffer, eval-minibuffer): Move from C.
6559 (completion-setup-function): Avoid minibuffer-completion-contents.
6560
b54f978b
LL
65612013-05-03 Leo Liu <sdl.web@gmail.com>
6562
6563 * progmodes/octave.el (octave-font-lock-keywords): Do not
6564 dehighlight 'end' in comments or strings.
30c7e542
SM
6565 (octave-completing-read, octave-goto-function-definition):
6566 New helpers.
d4d0f9b3
LL
6567 (octave-help-buffer): New user variable.
6568 (octave-help-file, octave-help-function): New button types.
6569 (octave-help): New command and bind it to C-h ;.
6570 (octave-find-definition): New command and bind it to M-.
d74a1581 6571 (user-error): Alias to error if not defined.
b54f978b 6572
27135018
LL
65732013-05-02 Leo Liu <sdl.web@gmail.com>
6574
6575 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
6576 for \. (bug#14332)
6577 (octave-font-lock-keywords): Include [ and {.
6578
0d634d3a
LL
65792013-05-02 Leo Liu <sdl.web@gmail.com>
6580
6581 * progmodes/octave.el (inferior-octave-startup-file): Change default.
6582 (inferior-octave): Remove calling comint-mode and return the buffer.
6583 (inferior-octave-startup): Cosmetic changes.
6584
b4c8295e
LL
65852013-05-02 Leo Liu <sdl.web@gmail.com>
6586
30c7e542
SM
6587 * progmodes/octave.el (octave-syntax-propertize-function):
6588 Include the case when ' is at line beginning. (Bug#14336)
b4c8295e 6589
f12ad6ec
GM
65902013-05-02 Glenn Morris <rgm@gnu.org>
6591
6592 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
6593 * desktop.el (vc-dir-mode): Just autoload it here.
6594
30cac1e0
AM
65952013-05-02 Alan Mackenzie <acm@muc.de>
6596
6597 Eliminate variable c-standard-font-lock-fontify-region-function.
6598 * progmodes/cc-mode.el
6599 (c-standard-font-lock-fontify-region-function): Remove.
6600 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
6601
d8ef28b1
LL
66022013-05-01 Leo Liu <sdl.web@gmail.com>
6603
2640d52e 6604 * progmodes/octave.el: Compatible with older emacs-24 releases.
27135018 6605 (inferior-octave-has-built-in-variables): Remove. Built-in
2640d52e 6606 variables were removed from Octave in 2007.
d8ef28b1
LL
6607 (inferior-octave-startup): Fix uses.
6608 (comint-line-beginning-position): Remove compatibility code for
6609 emacs 21.
6610
ac63ec89
JL
66112013-05-01 Juri Linkov <juri@jurta.org>
6612
6613 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
6614
9e9be37c
JL
66152013-05-01 Juri Linkov <juri@jurta.org>
6616
6617 * comint.el (comint-previous-matching-input): Don't print message
6618 "History item: %d" when `isearch-mode' is active.
6619 (comint-history-isearch-message): Print message "History item: %d"
6620 when `comint-input-ring-index' is not empty and this function is
6621 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
6622
9b92c13b
LL
66232013-05-01 Leo Liu <sdl.web@gmail.com>
6624
6625 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
6626 definitions. Use completion-at-point to insert keywords.
6627 (octave-abbrev-start): Remove.
6628 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
6629
b12d33d7
LL
66302013-04-30 Leo Liu <sdl.web@gmail.com>
6631
6632 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
6633 change.
6634
3d1c39fa
AM
66352013-04-30 Alan Mackenzie <acm@muc.de>
6636
6637 Handle arbitrarily long C++ member initialisation lists.
30c7e542
SM
6638 * progmodes/cc-engine.el (c-back-over-member-initializers):
6639 new function.
3d1c39fa
AM
6640 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
6641 (most) member init lists.
6642
5147fc17
RS
66432013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6644
6645 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
6646 variable.
6647
5b78d7fc
LL
66482013-04-30 Leo Liu <sdl.web@gmail.com>
6649
6650 * progmodes/octave.el (octave-variables): Remove. No builtin
6651 variables any more. All converted to functions.
6652 (octave-font-lock-keywords, octave-completion-at-point-function):
6653 Fix uses.
6654 (octave-font-lock-texinfo-comment): New user variable.
6655 (octave-texinfo-font-lock-keywords): New variable for texinfo
6656 comment block.
6657 (octave-function-comment-block): New face.
6658 (octave-font-lock-texinfo-comment): New function.
6659 (octave-mode): Font lock texinfo comment block.
6660
38d8527b
LL
66612013-04-29 Leo Liu <sdl.web@gmail.com>
6662
6663 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
6664 indexing expression.
6665 (octave-continuation-string): Do not use \.
6666 (inferior-octave-complete-impossible): Remove.
6667 (inferior-octave-completion-table)
6668 (inferior-octave-completion-at-point): Remove its uses.
6669 (inferior-octave-startup): completion_matches was introduced to
6670 Octave in 1996 so safe to assume it.
6671 (octave-function-file-comment): Improve to follow how Octave does it.
6672 (octave-update-function-file-comment): Tweak.
6673
2ec12cb0
LL
66742013-04-29 Leo Liu <sdl.web@gmail.com>
6675
6676 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
6677 (inferior-octave-startup): Remove inferior-octave-startup-hook.
6678 (octave-function-file-comment): Fix typo.
6679 (octave-sync-function-file-names): Use read-char-choice.
6680
6eaed048
JB
66812013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
6682
6683 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
6684 to t for the less important warnings.
6685
3ffa2d4f
DH
66862013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
6687
6688 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
6689
685c9501
GM
66902013-04-27 Glenn Morris <rgm@gnu.org>
6691
6692 * vc/log-view.el (log-view-current-entry):
6693 Treat "---" separator lines as part of the following rev. (Bug#14169)
6694
0208ede7
JL
66952013-04-27 Juri Linkov <juri@jurta.org>
6696
6697 * subr.el (read-number): Doc fix about using it by interactive
6698 code letter `n'. (Bug#14254)
6699
5db9dace
JL
67002013-04-27 Juri Linkov <juri@jurta.org>
6701
6702 * desktop.el (desktop-auto-save-timeout): New option.
6703 (desktop-file-checksum): New variable.
6704 (desktop-save): Add optional arg `auto-save' and don't auto-save
6705 if nothing changed.
6706 (desktop-auto-save-timer): New variable.
6707 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
6708 (after-init-hook): Call `desktop-auto-save-set-timer'.
6709 Suggested by Reuben Thomas <rrt@sc3d.org> in
6710 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
6711
b7260dd4
LL
67122013-04-27 Leo Liu <sdl.web@gmail.com>
6713
6714 * progmodes/octave.el (octave-function-file-p)
6715 (octave-skip-comment-forward, octave-function-file-comment)
6716 (octave-update-function-file-comment): New functions.
6717 (octave-mode-map): Bind C-c ; to
6718 octave-update-function-file-comment.
6719 (octave-mode-menu): Add octave-update-function-file-comment.
6720 (octave-mode, inferior-octave-mode): Fix doc-string.
6721 (octave-insert-defun): Conform to Octave's coding convention.
6722 (Bug#14285)
6723
6724 * files.el (basic-save-buffer): Don't let errors in
6725 before-save-hook prevent saving buffer.
6726
c46da669
RW
67272013-04-20 Roland Winkler <winkler@gnu.org>
6728
6729 * faces.el (read-face-name): Use completing-read if arg multiple
6730 is nil.
6731
a81ee1eb
IL
67322013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
6733
6734 * ls-lisp.el (ls-lisp-insert-directory): If no files are
30c7e542
SM
6735 displayed, move point to after the totals line.
6736 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
a81ee1eb
IL
6737 for the details.
6738
4fac34ce
SM
67392013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6740
6741 * emacs-lisp/package.el (package-autoload-ensure-default-file):
6742 Add current dir to the load-path.
6743 (package-generate-autoloads): Don't rely on
6744 autoload-ensure-default-file.
6745
f6bfc063
RT
67462013-04-26 Reuben Thomas <rrt@sc3d.org>
6747
d40ab5cf
BG
6748 * textmodes/remember.el (remember-store-in-files): Document that
6749 the file name format is passed to `format-time-string'.
f6bfc063 6750
e55d3b04
LL
67512013-04-26 Leo Liu <sdl.web@gmail.com>
6752
6753 * progmodes/octave.el (octave-sync-function-file-names): New function.
6754 (octave-mode): Use it in before-save-hook.
6755
e53052d3
SM
67562013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6757
140ef50c
SM
6758 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
6759 (bug#14274).
6760
e53052d3
SM
6761 * progmodes/octave.el (octave-smie-forward-token): Properly skip
6762 \n and comment, even if it's not an implicit ; (bug#14218).
6763
af80458d 67642013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
6765
6766 * subr.el (read-number): Once more use `read' rather than
6767 `string-to-number', to trap non-numeric input. (Bug#14254)
6768
af80458d 67692013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
6770
6771 * emacs-lisp/syntax.el (syntax-propertize-multiline):
6772 Use `syntax-multiline' text property consistently instead of
8a621d53 6773 `font-lock-multiline'. (Bug#14237)
70203c2e 6774
e6ea1f6c
GM
67752013-04-26 Glenn Morris <rgm@gnu.org>
6776
6777 * emacs-lisp/shadow.el (list-load-path-shadows):
6778 No longer necessary to check for duplicate simple.el, since
6779 2012-07-07 change to init_lread to not include installation lisp
6780 directories in load-path when running uninstalled. (Bug#14270)
6781
070ccca4
LL
67822013-04-26 Leo Liu <sdl.web@gmail.com>
6783
6784 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
6785 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 6786 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
6787 octave-in-string-or-comment-p.
6788 (octave-in-comment-p, octave-in-string-p)
6789 (octave-in-string-or-comment-p): Replace defsubst with defun.
6790
9d1c5fb6
PE
67912013-04-25 Paul Eggert <eggert@cs.ucla.edu>
6792
6793 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
6794
c034abda
BG
67952013-04-25 Bastien Guerry <bzg@gnu.org>
6796
6797 * textmodes/remember.el (remember-data-directory)
6798 (remember-directory-file-name-format): Fix custom types.
6799
584ea277
LL
68002013-04-25 Leo Liu <sdl.web@gmail.com>
6801
e53052d3
SM
6802 * progmodes/octave.el (octave-completion-at-point-function):
6803 Make use of inferior octave process.
584ea277
LL
6804 (octave-initialize-completions): Remove.
6805 (inferior-octave-completion-table): New function.
6806 (inferior-octave-completion-at-point): Use it.
6807 (octave-completion-alist): Remove.
6808
1693b06a
SM
68092013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6810
6811 * progmodes/opascal.el: Use font-lock and syntax-propertize.
6812 (opascal-mode-syntax-table): New var.
6813 (opascal-literal-kind, opascal-is-literal-end)
6814 (opascal-literal-token-at): Rewrite.
6815 (opascal--literal-start-re, opascal-font-lock-keywords)
6816 (opascal--syntax-propertize): New constants.
6817 (opascal-font-lock-defaults): Adjust.
6818 (opascal-mode): Use them. Set comment-<foo> variables as well.
6819 (delphi-comment-face, opascal-comment-face, delphi-string-face)
6820 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
6821 (delphi-other-face, opascal-other-face): Remove face variables.
6822 (opascal-save-state): Remove macro.
6823 (opascal-fontifying-progress-step): Remove constant.
6824 (opascal--ignore-changes): Remove var.
6825 (opascal-set-token-property, opascal-parse-next-literal)
6826 (opascal-is-stable-literal, opascal-complete-literal)
6827 (opascal-is-literal-start, opascal-face-of)
6828 (opascal-parse-region, opascal-parse-region-until-stable)
6829 (opascal-fontify-region, opascal-after-change)
6830 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
6831 (opascal-debug-parse-region, opascal-debug-parse-window)
6832 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
6833 (opascal-debug-fontify-buffer): Remove.
6834 (opascal-debug-mode-map): Adjust accordingly.
6835
be64c05d
LL
68362013-04-25 Leo Liu <sdl.web@gmail.com>
6837
6838 Merge octave-mod.el and octave-inf.el into octave.el with some
6839 cleanups.
6840 * progmodes/octave.el: New file renamed from octave-mod.el.
6841 * progmodes/octave-inf.el: Merged into octave.el.
6842 * progmodes/octave-mod.el: Renamed to octave.el.
6843
d79d37bd
TH
68442013-04-25 Tassilo Horn <tsdh@gnu.org>
6845
6846 * textmodes/reftex-vars.el
6847 (reftex-label-ignored-macros-and-environments): New defcustom.
6848
6849 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
6850
ced3fc5d
SM
68512013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6852
6853 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
6854 (smie-indent-keyword): Improve the check to ensure that the next
6855 comment is really on the same line.
6856 (smie-indent-comment): Don't align with a subsequent closer (or eob).
6857
6858 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
6859 semi-colons if the line is not otherwise empty (bug#14218).
6860
1c141dad
GM
68612013-04-25 Glenn Morris <rgm@gnu.org>
6862
6863 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
6864
5058062a
SM
68652013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6866
6867 * progmodes/opascal.el (opascal-set-token-property): Rename from
6868 opascal-set-text-properties and only set `token' (bug#14134).
6869 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
6870 (opascal-literal-text-properties): Remove.
6871 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
6872 Adjust callers.
6873
5db9dace 68742013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
6875
6876 * textmodes/remember.el (remember-handler-functions): Add an
6877 option for a new handler `remember-store-in-files'.
6878 (remember-data-directory, remember-directory-file-name-format):
6879 New options.
6880 (remember-store-in-files): New function to store remember notes
6881 as separate files within a directory.
6882
4391916c
MH
68832013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
6884
6885 * progmodes/compile.el (compilation-next-error-function):
6886 Pass "formats" to compilation-find-file (bug#11777).
6887
bb7cdf58
GM
68882013-04-24 Glenn Morris <rgm@gnu.org>
6889
3b8fe752 6890 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
6891 * vc/vc-hg.el (vc-hg-print-log):
6892 * vc/vc-svn.el (vc-svn-print-log):
6893 Fix START-REVISION with LIMIT != 1. (Bug#14168)
6894
bb7cdf58
GM
6895 * vc/vc-bzr.el (vc-bzr-print-log):
6896 * vc/vc-cvs.el (vc-cvs-print-log):
6897 * vc/vc-git.el (vc-git-print-log):
6898 * vc/vc-hg.el (vc-hg-print-log):
6899 * vc/vc-mtn.el (vc-mtn-print-log):
6900 * vc/vc-rcs.el (vc-rcs-print-log):
6901 * vc/vc-sccs.el (vc-sccs-print-log):
6902 * vc/vc-svn.el (vc-svn-print-log):
6903 * vc/vc.el (vc-print-log-internal): Doc fixes.
6904
b46a056e
GM
69052013-04-23 Glenn Morris <rgm@gnu.org>
6906
6907 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
6908 Remove venerable code attempting to avoid substitute-command-keys.
6909
0aecf718
TH
69102013-04-23 Tassilo Horn <tsdh@gnu.org>
6911
4391916c
MH
6912 * textmodes/reftex-vars.el (reftex-label-regexps):
6913 Call `reftex-compile-variables' after changes to this variable.
0aecf718 6914
117f94cf
SM
69152013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6916
4391916c 6917 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
6918 Use lexical-binding.
6919 (jit-lock-force-redisplay): Use markers, check buffer's continued
6920 existence and beware narrowed buffers.
6921 (jit-lock-fontify-now): Adjust call accordingly.
6922
1d829c64
SM
69232013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
6924
6925 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
6926 to avoid misleading the user.
6927
72d548a9
LL
69282013-04-22 Leo Liu <sdl.web@gmail.com>
6929
6930 * info-look.el: Prefer latex2e.info. (Bug#14240)
6931
d0853629
MA
69322013-04-22 Michael Albinus <michael.albinus@gmx.de>
6933
6934 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
6935
6936 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4f405069 6937 * net/tramp.el (tramp-call-process): ... here.
d0853629
MA
6938 (tramp-set-completion-function, tramp-parse-putty):
6939 * net/tramp-adb.el (tramp-adb-execute-adb-command):
6940 * net/tramp-gvfs.el (tramp-gvfs-send-command):
6941 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6942 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
6943 (tramp-call-local-coding-command): Use `tramp-call-process'
6944 instead of `tramp-compat-call-process'.
6945
6946 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
6947 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
6948 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7764286e 6949 (tramp-find-inline-compress): Improve traces.
d0853629
MA
6950 (tramp-maybe-send-script): Check for Perl binary.
6951 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
6952
38cc0210
DU
69532013-04-22 Daiki Ueno <ueno@gnu.org>
6954
6955 * epg.el (epg-context-pinentry-mode): New function.
6956 (epg-context-set-pinentry-mode): New function.
6957 (epg--start): Pass --pinentry-mode option to gpg command.
6958
cc641ee1
XF
69592013-04-21 Xue Fuqiao <xfq.free@gmail.com>
6960
02d844b5 6961 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5d4e5c31 6962 `comint-dynamic-complete' is obsolete since 24.1, replaced by
e7b41c4c 6963 `completion-at-point'. (Bug#13774)
5d4e5c31 6964
cc641ee1
XF
6965 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
6966 default key binding for `describe-distribution' has been moved to
6967 `C-h C-o'. (Bug#13970)
6968
1b42ee43
GM
69692013-04-21 Glenn Morris <rgm@gnu.org>
6970
6971 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
6972 Add doc strings.
6973 (vc-print-log): Clarify interactive prompt.
6974
a6d63d97
GM
69752013-04-20 Glenn Morris <rgm@gnu.org>
6976
6977 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
6978 No longer include timestamp etc information.
6979
d7f5c16f
RW
69802013-04-20 Roland Winkler <winkler@gnu.org>
6981
6982 * faces.el (read-face-name): Bug fix, return just one face if arg
6983 multiple is nil. (Bug#14209)
6984
bcd7a0a4
SM
69852013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6986
6987 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
6988 (remove-function): Autoload.
6989
6990 * comint.el (comint-redirect-original-filter-function): Remove.
6991 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
e7b41c4c
JB
6992 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
6993 (vc-cvs-annotate-command):
bcd7a0a4
SM
6994 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
6995 * progmodes/prolog.el (prolog-consult-compile):
6996 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
6997 Use add/remove-function instead.
6998 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
6999 (gud-tooltip-process-output, gud-tooltip-tips):
7000 Use add/remove-function instead.
7001 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
7002 (scheme-interaction-mode, exit-scheme-interaction-mode):
7003 Use add/remove-function instead.
7004
7005 * vc/vc-dispatcher.el: Use lexical-binding.
7006 (vc--process-sentinel): Rename from vc-process-sentinel.
7007 Change last arg to be the code to run. Don't use vc-previous-sentinel
7008 and vc-sentinel-commands any more.
7009 (vc-exec-after): Allow code to be a function. Use add/remove-function.
7010 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
7011
e36b2d20 70122013-04-19 Masatake YAMATO <yamato@redhat.com>
4d3268ba 7013
bcd7a0a4 7014 * progmodes/sh-script.el (sh-imenu-generic-expression):
781b4af6 7015 Handle function names with a single character. (Bug#14111)
4d3268ba 7016
781b4af6 70172013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
863beb27
DK
7018
7019 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
7020 for subroutines defined in an eval (bug#14182).
7021
7d688336
TV
70222013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7023
7024 * bookmark.el (bookmark-completing-read): Improve handling of empty
7025 string (bug#14176).
7026
31dcede0
SM
70272013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7028
7029 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
7030
adc31213
FEG
70312013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
7032
7033 New faster Imenu implementation (bug#14058).
7034 * progmodes/python.el:
7035 (python-imenu-prev-index-position):
7036 (python-imenu-format-item-label-function)
7037 (python-imenu-format-parent-item-label-function)
7038 (python-imenu-format-parent-item-jump-label-function):
7039 New vars.
7040 (python-imenu-format-item-label)
7041 (python-imenu-format-parent-item-label)
7042 (python-imenu-format-parent-item-jump-label)
7043 (python-imenu--put-parent, python-imenu--build-tree)
7044 (python-imenu-create-index, python-imenu-create-flat-index)
7045 (python-util-popn): New functions.
7046 (python-mode): Set imenu-create-index-function to
7047 python-imenu-create-index.
7048
cdca8255
SM
70492013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7050
7051 * winner.el (winner-active-region): Use region-active-p, activate-mark
7052 and deactivate-mark (bug#14225).
7053
7054 * simple.el (deactivate-mark): Don't inline it.
7055
beb42340
MA
70562013-04-18 Michael Albinus <michael.albinus@gmx.de>
7057
7058 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
7059
fc7f4d7e
TH
70602013-04-18 Tassilo Horn <tsdh@gnu.org>
7061
7062 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
7063 file extensions from the archive-mode entry in order to prefer
7064 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
7065
29f47822
LL
70662013-04-18 Leo Liu <sdl.web@gmail.com>
7067
7068 * bindings.el (help-event-list): Add ?\?.
7069
d36ed1c8
SM
70702013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7071
7072 * subr.el (with-wrapper-hook): Declare obsolete.
7073 * simple.el (filter-buffer-substring-function): New hook.
7074 (filter-buffer-substring): Use it.
7075 (filter-buffer-substring-functions): Mark obsolete.
7076 * minibuffer.el (completion-in-region-function): New hook.
7077 (completion-in-region): Use it.
7078 (completion-in-region-functions): Mark obsolete.
7079 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
7080 * abbrev.el (abbrev-expand-function): New hook.
7081 (expand-abbrev): Use it.
7082 (abbrev-expand-functions): Mark obsolete.
7083 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
7084 and :filter-return.
7085
04754d36
FEG
70862013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
7087
7088 * progmodes/python.el (python-nav--syntactically): Fix cornercases
7089 and do not care about match data.
7090
dd8791e9
SM
70912013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7092
7093 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
7094 completion tables when completing error conditions and
7095 `declare' arguments.
7096 (lisp-complete-symbol, field-complete): Mark as obsolete.
7097 (check-parens): Unmatched parens are user errors.
7098 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
7099
ffe54a13
AM
71002013-04-17 Michal Nazarewicz <mina86@mina86.com>
7101
dd8791e9
SM
7102 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
7103 command changed buffer (ie. `flyspell-pre-buffer' is not current
7104 buffer), which prevents making decisions based on invalid value of
7105 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
7106 cause an error when `flyspell-pre-point' was nil after switching
7107 buffers.
7108 (flyspell-post-command-hook): No longer needs to change buffers when
7109 checking pre-word. While at it remove unnecessary progn.
ffe54a13 7110
ec7e39f2
AM
71112013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
7112
7113 * textmodes/ispell.el (ispell-add-per-file-word-list):
7114 Fix `flyspell-correct-word-before-point' error when accepting
7115 words and `coment-padding' is an integer by using
7116 `comment-normalize-vars' (Bug #14214).
7117
083850a6
FEG
71182013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
7119
7120 New defun movement commands.
7121 * progmodes/python.el (python-nav--syntactically)
7122 (python-nav--forward-defun, python-nav-backward-defun)
7123 (python-nav-forward-defun): New functions.
7124
619ed6e1
FEG
71252013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
7126
7127 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
7128 (python-syntax-context): Use named compiler-macro for backwards
7129 compatibility with Emacs 24.x.
7130
7a1beb6c
LL
71312013-04-17 Leo Liu <sdl.web@gmail.com>
7132
7133 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
7134 octave-hide-process-buffer.
7135
2d3fa3e5
SM
71362013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7137
7138 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
7139 (bug#14216).
7140
7ce5be54
JPG
71412013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
7142
7143 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
7144 Fix adjustment of offset when receiving incomplete responses from GDB
7145 (bug#14129).
7146
351edece
SM
71472013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7148
7149 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
7150 python-mode-abbrev-table.
7151 (python-skeleton-define): Adjust accordingly.
7152 (python-mode-abbrev-table): New table that inherits from it so that
7153 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
7154
7155 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
7156 (abbrev-symbol): Use it.
7157 (abbrev--before-point): Use it since we already handle inheritance.
7158
613f9481
LL
71592013-04-16 Leo Liu <sdl.web@gmail.com>
7160
7161 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
7162 binding to info-lookup-symbol.
7163
51646b62
JB
71642013-04-16 Juanma Barranquero <lekktu@gmail.com>
7165
7166 * minibuffer.el (completion--twq-all):
7167 * term/ns-win.el (ns-initialize-window-system):
7168 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
7169
efb3f01d
SM
71702013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7171
36c0a301
SM
7172 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
7173 global bindings.
7174
efb3f01d
SM
7175 * doc-view.el (doc-view-start-process): Handle url-handler directories.
7176
fb549d64
DG
71772013-04-15 Dmitry Gutov <dgutov@yandex.ru>
7178
7179 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
7180 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
7181 to nil.
7182 (ruby-end-of-defun): Remove the unused arg, change the docstring
7183 to reflect that this function is only used as the value of
7184 `end-of-defun-function'.
7185 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
7186 to reflect an earlier change that beginning/end-of-defun functions
7187 jump between methods in a class definition, as well as top-level
7188 functions.
7189
21e8fe2f
SM
71902013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7191
7192 * minibuffer.el (minibuffer-complete): Don't just scroll
7193 a *Completions* that's been iconified.
7194 (minibuffer-force-complete): Make sure repetitions do cycle when going
7195 through completion-in-region -> minibuffer-complete.
7196
20e527d0
AM
71972013-04-15 Alan Mackenzie <acm@muc.de>
7198
7199 Correct the placement of c-cpp-delimiters when there're #s not at
7200 col 0.
7201
7202 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
7203 place a submatch around the #.
21e8fe2f
SM
7204 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
7205 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
7206 on the #, not BOL.
7207
dabefae5
SM
72082013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7209
7210 * emacs-lisp/nadvice.el: Properly test names when adding advice.
7211 (advice--member-p): New arg `name'.
7212 (advice--add-function, advice-member-p): Use it (bug#14202).
7213
85c9ab64
AM
72142013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
7215
7216 Reformulate java imenu-generic-expression.
7217 The old expression contained ill formed regexps.
7218
7219 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
7220 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
7221 (cc-imenu-java-method-arg-regexp): New defconsts.
7222 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 7223 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
7224 handling of spaces in the regexp.
7225
0f821d99
AM
72262013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7227
7228 * textmodes/ispell.el (ispell-command-loop): Remove
7229 flyspell highlight of a word when ispell accepts it (bug #14178).
7230
eb922adf
MA
72312013-04-15 Michael Albinus <michael.albinus@gmx.de>
7232
7233 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
7234 uses code from the previous `ange-ftp-run-real-handler'.
7235 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
7236 only in case that function exist. This is needed for proper
7237 unloading of Tramp.
7238
4d9a0979
TH
72392013-04-15 Tassilo Horn <tsdh@gnu.org>
7240
7241 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
7242
7243 * textmodes/reftex.el (reftex-compile-variables): Use it.
7244
a829b0dc
SM
72452013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7246
91e8293c
SM
7247 * files.el (normal-mode): Only use default major-mode if no other mode
7248 was specified.
7249
830aed4d
SM
7250 * emacs-lisp/trace.el (trace-values): New function.
7251
a829b0dc
SM
7252 * files.el: Allow : in local variables (bug#14089).
7253 (hack-local-variable-regexp): New var.
7254 (hack-local-variables-prop-line, hack-local-variables): Use it.
7255
7ae9f0fb
RW
72562013-04-13 Roland Winkler <winkler@gnu.org>
7257
7258 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
7259 data before it gets modified by bibtex-beginning-of-entry.
7260
6646e848
RW
72612013-04-13 Roland Winkler <winkler@gnu.org>
7262
7263 * textmodes/bibtex.el (bibtex-url): Doc fix.
7264
72652013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
7266
7267 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
7268 does not visit a BibTeX file, exclude it from the list of buffers
7269 returned by bibtex-initialize.
7270
0aa3616e
SB
72712013-04-13 Stephen Berman <stephen.berman@gmx.net>
7272
7273 * window.el (split-window): Remove interactive form, since as a
7274 command this function is a special case of split-window-below.
7275 Correct doc string.
7276
011cddd6
RW
72772013-04-12 Roland Winkler <winkler@gnu.org>
7278
7279 * faces.el (read-face-name): Do not override value of arg default.
7280 Allow single faces and strings as default values. Remove those
7281 elements from return value that are not faces.
7282 (describe-face): Simplify.
7283 (face-at-point): New optional args thing and multiple so that this
7284 function can provide the same functionality previously provided by
7285 read-face-name.
7286 (make-face-bold, make-face-unbold, make-face-italic)
7287 (make-face-unitalic, make-face-bold-italic, invert-face)
7288 (modify-face, read-face-and-attribute): Use face-at-point.
7289
7290 * cus-edit.el (customize-face, customize-face-other-window)
7291 * cus-theme.el (custom-theme-add-face)
7292 * face-remap.el (buffer-face-set)
7293 * facemenu.el (facemenu-set-face): Use face-at-point.
7294
f24e0036
MA
72952013-04-12 Michael Albinus <michael.albinus@gmx.de>
7296
7297 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
7298
da3cda2d
TH
72992013-04-10 Tassilo Horn <tsdh@gnu.org>
7300
7301 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
7302 off leading { and trailing } from field values.
7303
15e54145
SM
73042013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7305
78ce603d
SM
7306 * emacs-lisp/timer.el (timer--check): New function.
7307 (timer--time, timer-set-function, timer-event-handler): Use it.
7308 (timer-set-idle-time): Simplify.
7309 (timer--activate): CSE.
7310 (timer-event-handler): Give more info in error message.
7311 (internal-timer-start-idle): New function, moved from C.
7312
15e54145
SM
7313 * mpc.el (mpc-proc): Add `restart' argument.
7314 (mpc-proc-cmd): Use it.
7315 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
7316 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
7317 less often.
7318
7144c627
MY
73192013-04-10 Masatake YAMATO <yamato@redhat.com>
7320
7321 * progmodes/sh-script.el: Implement `sh-mode' own
7322 `add-log-current-defun-function' (bug#14112).
7323 (sh-current-defun-name): New function.
7324 (sh-mode): Use the function.
7325
b39792eb
BG
73262013-04-09 Bastien Guerry <bzg@gnu.org>
7327
7328 * simple.el (choose-completion-string): Fix docstring (bug#14163).
7329
8acdeb71
SM
73302013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7331
6fcdab68
SM
7332 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
7333
8acdeb71
SM
7334 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
7335 timer (bug#14156).
7336
e3e7b504
NF
73372013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
7338
7339 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
7340 declaration.
7341
201bb296
LL
73422013-04-07 Leo Liu <sdl.web@gmail.com>
7343
7344 * pcmpl-x.el: New file.
7345
ebb19708
DA
73462013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
7347
7348 Do not set x-display-name until X connection is established.
7349 This is needed to prevent from weird situation described at
7350 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
7351 * frame.el (make-frame): Set x-display-name after call to
7352 window system initialization function, not before.
7353 * term/x-win.el (x-initialize-window-system): Add optional
7354 display argument and use it.
7355 * term/w32-win.el (w32-initialize-window-system):
7356 * term/ns-win.el (ns-initialize-window-system):
7357 * term/pc-win.el (msdos-initialize-window-system):
7358 Add compatible optional display argument.
7359
33bb237a
EZ
73602013-04-06 Eli Zaretskii <eliz@gnu.org>
7361
7362 * files.el (normal-backup-enable-predicate): On MS-Windows and
7363 MS-DOS compare truenames of temporary-file-directory and of the
7364 file, so that 8+3 aliases (usually found in $TEMP on Windows)
7365 don't fail comparison by compare-strings. Also, compare file
7366 names case-insensitively on MS-Windows and MS-DOS.
7367
134abf1f
SM
73682013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7369
7370 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
7371 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
7372
d695cb94
DG
73732013-04-05 Dmitry Gutov <dgutov@yandex.ru>
7374
e3e7b504
NF
7375 * whitespace.el (whitespace-color-on, whitespace-color-off):
7376 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 7377
f4ad7ea1 73782013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
7379
7380 * ispell.el (ispell-set-spellchecker-params):
7381 Really set `ispell-args' for all equivs.
7382
632556e4
SM
73832013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7384
7385 * ido.el (ido-completions): Use extra elements of ido-decorations
7386 (bug#14143).
7387 (ido-decorations): Update docstring.
7388
2a417372
MA
73892013-04-05 Michael Albinus <michael.albinus@gmx.de>
7390
7391 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7392 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
7393 nil during initialization, in order not to miss changes since the
7394 file was opened. (Bug#14140)
7395
fc164b0c
LL
73962013-04-05 Leo Liu <sdl.web@gmail.com>
7397
7398 * kmacro.el (kmacro-call-macro): Fix bug#14135.
7399
0ccecc08
JB
74002013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
7401
7402 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
7403
51af1aa2
GM
74042013-04-04 Glenn Morris <rgm@gnu.org>
7405
7406 * electric.el (electric-pair-inhibit-predicate): Add :version.
7407
b208ebc6
SM
74082013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7409
7410 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
7411 when a package is required several times (bug#14082).
7412
f3d3eaf0
RW
74132013-04-04 Roland Winkler <winkler@gnu.org>
7414
7415 * faces.el (read-face-name): Behave as promised by the docstring.
7416 Assume that arg default is a list of faces.
7417 (describe-face): Call read-face-name with list of default faces.
7418
2575da50
TV
74192013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7420
7421 * bookmark.el: Fix deletion of bookmarks (bug#13972).
7422 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
7423 (bookmark-bmenu-execute-deletions): Only skip first line if it's
7424 the header.
7425 (bookmark-exit-hook-internal): Save even if list is empty.
7426
397703b4
YH
74272013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
7428
7429 * emacs-lisp/package.el (package-pinned-packages): New var.
7430 (package--add-to-archive-contents): Obey it (bug#14118).
7431
691e26ae
AM
74322013-04-03 Alan Mackenzie <acm@muc.de>
7433
8a621d53
JB
7434 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
7435 Also adapt to the new values of element 7 of a parse state.
691e26ae
AM
7436
7437 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
7438 parameter `not-in-delimiter'. Handle being inside comment opener.
7439 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
7440 character in case we're typing a '*' after a '/'.
7441 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
7442 instead by passing the parameter to c-state-pp-to-literal.
7443
7444 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
7445 for elt. 7 of a parse state.
7446
4b725a70
PE
74472013-04-01 Paul Eggert <eggert@cs.ucla.edu>
7448
7449 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
7450 * international/latin1-disp.el, international/mule-util.el:
7451 * language/cyril-util.el, language/european.el, language/ind-util.el:
7452 * language/lao-util.el, language/thai.el, language/tibet-util.el:
7453 * language/tibetan.el, language/viet-util.el:
7454 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
7455
15c579f0
SM
74562013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7457
7458 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
7459 (electric-pair-post-self-insert-function): Use it.
7460 (electric-pair-default-inhibit): New function, extracted from
7461 electric-pair-post-self-insert-function.
7462
a77e2924
RW
74632013-03-31 Roland Winkler <winkler@gnu.org>
7464
7465 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
7466
2bd8a4a8
SM
74672013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7468
7469 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
7470
8d3655be 74712013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
7472
7473 Un-indent after "pass" and "return" statements (Bug#13888)
7474 * progmodes/python.el (python-indent-block-enders): New var.
7475 (python-indent-calculate-indentation): Use it.
7476
8d3655be 74772013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
7478
7479 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
7480 defun. Defining it as defalias could introduce too eager
7481 byte-compiler optimization. (Bug#14030)
7482
8d3655be 74832013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
7484
7485 * iswitchb.el (iswitchb-read-buffer): Fix typo.
7486
0b1619da
LL
74872013-03-30 Leo Liu <sdl.web@gmail.com>
7488
7489 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
7490 (kmacro-execute-from-register): Pass the keyboard macro to
7491 kmacro-call-macro or repeating won't work correctly.
7492
0b938190
TZ
74932013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
7494
7495 * progmodes/subword.el: Back to using `forward-symbol'.
7496
7497 * subr.el (forward-whitespace, forward-symbol)
7498 (forward-same-syntax): Move from thingatpt.el.
7499
35710234
LL
75002013-03-29 Leo Liu <sdl.web@gmail.com>
7501
7502 * kmacro.el (kmacro-to-register): New command.
7503 (kmacro-execute-from-register): New function.
7504 (kmacro-keymap): Bind to 'x'. (Bug#14071)
7505
efc0bb73
SM
75062013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7507
7508 * mpc.el: Use defvar-local and setq-local.
7509 (mpc--proc-connect): Connection failures are not bugs.
7510 (mpc-mode-map): `follow-link' only applies to the buffer's content.
7511 (mpc-volume-map): Bind to the up-events.
7512
75a2f981
TZ
75132013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
7514
7515 * progmodes/subword.el (superword-mode): Use `forward-sexp'
7516 instead of `forward-symbol'.
7517
17c781d1
SM
75182013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7519
7520 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
7521 (edebug--recursive-edit): Use it.
7522 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
7523 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
7524
f67bfbcf
LL
75252013-03-28 Leo Liu <sdl.web@gmail.com>
7526
7527 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
7528
b59f639d
EZ
75292013-03-27 Eli Zaretskii <eliz@gnu.org>
7530
7531 * facemenu.el (list-colors-callback): New defvar.
7532 (list-colors-redisplay): New function.
7533 (list-colors-display): Install list-colors-redisplay as the
7534 revert-buffer-function. (Bug#14063)
7535
f557c1b1
SM
75362013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7537
b1da2957
SM
7538 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
7539 and suffixes don't overlap (bug#14061).
7540
f557c1b1
SM
7541 * case-table.el: Use lexical-binding.
7542 (case-table-get-table): New function.
7543 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
7544
002668e1
TZ
75452013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
7546
7547 * progmodes/subword.el: Add `superword-mode' to do word motion
7548 over symbol_words (parallels and leverages `subword-mode' which
7549 does word motion inside MixedCaseWords).
7550
73572c72
AG
75512013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
7552
78b8f320 7553 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 7554 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 7555
69b2c07e
SM
75562013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7557
7558 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
7559 Change return value to be a sexp. Delay `get-buffer' to after
7560 restoring the desktop (bug#13951).
7561
08bb5ee2
LL
75622013-03-26 Leo Liu <sdl.web@gmail.com>
7563
7564 * register.el: Move semantic tag handling back to
7565 cedet/semantic/senator.el. (Bug#14052)
7566
8d4c974e
SM
75672013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7568
7569 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
7570 into the prompt either (bug#13963).
7571
b234d92c
SM
75722013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7573
7574 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
7575 part of "(error-foo)".
7576
ddfa3cb4
JL
75772013-03-24 Juri Linkov <juri@jurta.org>
7578
7579 * replace.el (list-matching-lines-prefix-face): New defcustom.
7580 (occur-1): Pass `list-matching-lines-prefix-face' to the function
7581 `occur-engine' if `face-differs-from-default-p' returns t.
7582 (occur-engine): Add `,' inside backquote construct to evaluate
7583 `prefix-face'. Propertize the prefix with the `prefix-face' face.
7584 Pass `prefix-face' to the functions `occur-context-lines' and
7585 `occur-engine-add-prefix'.
7586 (occur-engine-add-prefix, occur-context-lines): Add optional arg
7587 `prefix-face' and propertize the prefix with `prefix-face'.
7588 (Bug#14017)
7589
7b0e2f85
LL
75902013-03-24 Leo Liu <sdl.web@gmail.com>
7591
7592 * nxml/rng-valid.el (rng-validate-while-idle)
7593 (rng-validate-quick-while-idle): Guard against deleted buffer.
7594 (Bug#13999)
7595
7596 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
7597 is the last entry in kill-buffer-hook.
7598
7599 * files.el (kill-buffer-hook): Doc fix.
7600
b3082f49
DG
76012013-03-23 Dmitry Gutov <dgutov@yandex.ru>
7602
b234d92c
SM
7603 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
7604 Make it safe-local.
bde73d27 7605
b3082f49
DG
7606 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
7607
a320a2db
LL
76082013-03-23 Leo Liu <sdl.web@gmail.com>
7609
7e74b0fb
LL
7610 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
7611 Remove.
7612
7613 * nxml/rng-valid.el (rng-validate-mode)
7614 (rng-after-change-function, rng-do-some-validation):
7615 * nxml/rng-maint.el (rng-validate-buffer):
7616 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
7617 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
7618 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
7619 (nxml-extend-after-change-region): Use with-silent-modifications.
7620
a320a2db
LL
7621 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
7622 timer-idle-list.
7623
7624 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
7625 (rng-next-error-1, rng-previous-error-1): Do not let-bind
7626 timer-idle-list. (Bug#13999)
7627
e38e6780
JL
76282013-03-23 Juri Linkov <juri@jurta.org>
7629
7630 * info.el (info-index-match): New face.
7631 (Info-index, Info-apropos-matches): Add a nested subgroup to the
7632 main pattern and add text properties with the new face to matches
7633 in index entries relative to the beginning of the index entry.
7634 (Bug#14015)
7635
e8cc7880
DE
76362013-03-21 Eric Ludlam <zappo@gnu.org>
7637
7638 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
7639 Inhibit read only while inserting objects.
7640
9bb0d822
TZ
76412013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
7642
7643 * progmodes/cfengine.el: Update docs to mention
7644 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
7645 symbol motion. Remove "_" from the word syntax.
7646
aa703640
TZ
76472013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
7648
7649 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
7650 syntax for both `cfengine2-mode' and `cfengine3-mode'.
7651
afff09d0
JL
76522013-03-20 Juri Linkov <juri@jurta.org>
7653
7654 * info.el (Info-next-reference-or-link)
7655 (Info-prev-reference-or-link): New functions.
7656 (Info-next-reference, Info-prev-reference): Use them.
7657 (Info-try-follow-nearest-node): Handle footnote navigation.
7658 (Info-fontify-node): Fontify footnotes. (Bug#13989)
7659
9a1ff164
SM
76602013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7661
7662 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
7663 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
7664
2667d15d
PE
76652013-03-20 Paul Eggert <eggert@cs.ucla.edu>
7666
7667 Suppress unnecessary non-ASCII chatter during build process.
7668 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
7669 (batch-skkdic-convert): Suppress most of the chatter.
7670 It's not needed so much now that machines are faster,
7671 and its non-ASCII component was confusing; see Dmitry Gutov in
7672 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
7673
438b0579
LL
76742013-03-20 Leo Liu <sdl.web@gmail.com>
7675
7676 * ido.el (ido-chop): Fix bug#10994.
7677
c128ab07
DG
76782013-03-19 Dmitry Gutov <dgutov@yandex.ru>
7679
7680 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
7681 Remove vars.
9a1ff164
SM
7682 (whitespace-color-on, whitespace-color-off):
7683 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 7684
0e6008c5
SM
76852013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7686
7687 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
7688 remapping in mode-line.
7689 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
7690
627b52b0
DG
76912013-03-19 Dmitry Gutov <dgutov@yandex.ru>
7692
7693 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
7694 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
7695 (whitespace-font-lock-keywords): Change description.
7696 (whitespace-color-on): Don't save `font-lock-keywords' value, save
7697 the constructed keywords instead.
7698 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 7699
50c3a20b
LL
77002013-03-19 Leo Liu <sdl.web@gmail.com>
7701
7702 * progmodes/compile.el (compilation-display-error): New command.
7703 (compilation-mode-map, compilation-minor-mode-map): Bind it to
7704 C-o. (Bug#13992)
7705
2aa2157b
PE
77062013-03-18 Paul Eggert <eggert@cs.ucla.edu>
7707
7708 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
7709
e477dbfa
JD
77102013-03-18 Jan Djärv <jan.h.d@swipnet.se>
7711
7712 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
7713
64ab82d1
MA
77142013-03-18 Michael Albinus <michael.albinus@gmx.de>
7715
7716 * net/tramp-compat.el (tramp-compat-user-error): New defun.
7717
7718 * net/tramp-adb.el (tramp-adb-handle-shell-command):
7719 * net/tramp-gvfs.el (top):
7720 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
7721 (tramp-handle-shell-command): Use it.
7722 (tramp-dissect-file-name): Raise an error when hostname is a
7723 method name, and neither method nor user is specified.
7724
7725 * net/trampver.el: Update release number.
7726
33cef733
LL
77272013-03-18 Leo Liu <sdl.web@gmail.com>
7728
7729 Make sure eldoc can be turned off properly.
7730 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
7731 eldoc-mode.
7732 (eldoc-display-message-p): Revert last change.
7733 (eldoc-display-message-no-interference-p)
7734 (eldoc-print-current-symbol-info): Tweak.
7735
2167b7b2
TH
77362013-03-18 Tassilo Horn <tsdh@gnu.org>
7737
7738 * doc-view.el (doc-view-new-window-function): Check the new window
7739 overlay's display property instead the char property of the
7740 buffer's first char. Use `with-selected-window' instead of
7741 `save-window-excursion' with `select-window'.
7742 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 7743 display property instead the char property of the buffer's first char.
2167b7b2 7744
982efbcd
PE
77452013-03-18 Paul Eggert <eggert@cs.ucla.edu>
7746
7747 Automate the build of ja-dic.el (Bug#13984).
7748 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
7749 from the input, rather than assume that it's been done for us by the
7750 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
7751 the current date into a ja-dic.el comment, as that complicates
7752 regression testing.
7753
2fcc7665
SM
77542013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
7755
7756 * whitespace.el: Fix double evaluation.
7757 (whitespace-space, whitespace-hspace, whitespace-tab)
7758 (whitespace-newline, whitespace-trailing, whitespace-line)
7759 (whitespace-space-before-tab, whitespace-indentation)
7760 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
7761 obsolete defvars.
7762 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
7763 (whitespace-color-on): Use a single font-lock-add-keywords call.
7764 Fix double-evaluation of face variables.
7765
67c0a6e6
MA
77662013-03-17 Michael Albinus <michael.albinus@gmx.de>
7767
2fcc7665
SM
7768 * net/tramp-adb.el (tramp-adb-parse-device-names):
7769 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 7770 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 7771
69489f1d
LL
77722013-03-17 Leo Liu <sdl.web@gmail.com>
7773
7774 Extend eldoc to display info in the mode-line. (Bug#13978)
7775 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
7776 (eldoc-mode-line-string): New variable.
7777 (eldoc-minibuffer-message): New function.
7778 (eldoc-message-function): New variable.
7779 (eldoc-message): Use it.
7780 (eldoc-display-message-p)
2fcc7665
SM
7781 (eldoc-display-message-no-interference-p):
7782 Support eldoc-post-insert-mode.
69489f1d
LL
7783
7784 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
7785 (eval-expression): Run it.
7786
9c44569e
RW
77872013-03-17 Roland Winkler <winkler@gnu.org>
7788
7789 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
7790 strings in the list of return values.
7791
327f1f6f
JB
77922013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
7793
7794 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
7795 radix before checking for HMS forms.
7796
67ed8fcd
LL
77972013-03-16 Leo Liu <sdl.web@gmail.com>
7798
7799 * progmodes/scheme.el: Add indentation and font-locking for λ.
7800 (Bug#13975)
7801
78be8b64 78022013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
7803
7804 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
7805 token before point (bug#13942).
7806
78be8b64 78072013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 7808
95b43468 7809 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 7810
98e775e6
EZ
78112013-03-16 Eli Zaretskii <eliz@gnu.org>
7812
7813 * startup.el (command-line-normalize-file-name): Fix handling of
7814 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
7815 <xfq.free@gmail.com> in
7816 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
7817
2edd6029
MA
78182013-03-15 Michael Albinus <michael.albinus@gmx.de>
7819
7820 Sync with Tramp 2.2.7.
7821
7822 * net/trampver.el: Update release number.
7823
d35f5864
TH
78242013-03-14 Tassilo Horn <tsdh@gnu.org>
7825
f35ffe5e
TH
7826 * doc-view.el Fix bug#13887.
7827 (doc-view-insert-image): Don't modify overlay associated to
7828 non-live windows, and implement horizontal centering of image in
7829 case it's smaller than the window.
7830 (doc-view-new-window-function): Force redisplay of new windows on
7831 doc-view buffers.
d35f5864 7832
1c4a85ed
KF
78332013-03-13 Karl Fogel <kfogel@red-bean.com>
7834
7835 * saveplace.el (save-place-alist-to-file): Don't sort
7836 `save-place-alist', just pretty-print it (bug#13882).
7837
85b66a21
MA
78382013-03-13 Michael Albinus <michael.albinus@gmx.de>
7839
a020afb9
JB
7840 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7841 Check whether `default-file-name-coding-system' is bound.
7842 It isn't in XEmacs.
85b66a21 7843
175600da
SM
78442013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7845
e7f7cb1a
SM
7846 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
7847 backquotes for `obsolete' (bug#13929).
7848
175600da
SM
7849 * international/mule.el (find-auto-coding): Include file name in
7850 obsolescence warning (bug#13922).
7851
ca68a22e
TZ
78522013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
7853
7854 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
7855 for CFEngine 3-specific indentation.
7856 (cfengine3-indent-line): Use it. Fix up category regex.
7857 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
7858
940e5099
SM
78592013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7860
7861 * type-break.el (type-break-file-name):
7862 * textmodes/remember.el (remember-data-file):
7863 * strokes.el (strokes-file):
7864 * shadowfile.el (shadow-initialize):
7865 * saveplace.el (save-place-file):
7866 * ps-bdf.el (bdf-cache-file):
7867 * progmodes/idlwave.el (idlwave-config-directory):
7868 * net/quickurl.el (quickurl-url-file):
7869 * international/kkc.el (kkc-init-file-name):
7870 * ido.el (ido-save-directory-list-file):
7871 * emulation/viper.el (viper-custom-file-name):
7872 * emulation/vip.el (vip-startup-file):
7873 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
7874 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
7875
cc725808
PE
78762013-03-12 Paul Eggert <eggert@cs.ucla.edu>
7877
7878 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
7879 * language/thai-word.el: Switch to UTF-8.
7880
a020afb9 7881See ChangeLog.16 for earlier changes.
e3d51b27
MR
7882
7883;; Local Variables:
7884;; coding: utf-8
e3d51b27
MR
7885;; End:
7886
ab422c4d 7887 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
7888
7889 This file is part of GNU Emacs.
7890
7891 GNU Emacs is free software: you can redistribute it and/or modify
7892 it under the terms of the GNU General Public License as published by
7893 the Free Software Foundation, either version 3 of the License, or
7894 (at your option) any later version.
7895
7896 GNU Emacs is distributed in the hope that it will be useful,
7897 but WITHOUT ANY WARRANTY; without even the implied warranty of
7898 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7899 GNU General Public License for more details.
7900
7901 You should have received a copy of the GNU General Public License
7902 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.