eww textarea fixups
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
fec0e828
KN
12013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2
3 * net/eww.el (eww-form-textarea): Use a different face for
4 textareas than text input since they have different keymaps
5 (bug#16142).
6
89c868ad
FEG
72013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
8
9 * progmodes/python.el (python-nav-beginning-of-statement): Speed
10 up (Bug#15295).
11
eeef121a
LI
122013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
13
14 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
15 the window configuration.
16
121ea65f
EZ
172013-12-24 Eli Zaretskii <eliz@gnu.org>
18
19 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
20 we run on MS-Windows or MS-DOS.
21
18cee9ec
MR
222013-12-24 Martin Rudalics <rudalics@gmx.at>
23
24 * window.el (balance-windows-area): Call window-size instead of
25 window-height and window-width. Bug#16241.
26
58f2b9a5
LI
272013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
28
29 * net/eww.el (eww-bookmark-quit): Remove.
30 (eww-bookmark-browse): Restore the window configuration when you
31 choose a bookmark (bug#16144).
32
d64b6308
DC
332013-12-24 Daniel Colascione <dancol@dancol.org>
34
35 * icomplete.el: Remove redundant :group arguments to `defcustom'
36 throughout.
37 (icomplete-show-matches-on-no-input): New customizable variable.
38 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
39 we have something to show.
40 (icomplete-exhibit): Compute completions even if we have no user
41 input.
42
0da54898
DC
432013-12-23 Daniel Colascione <dancol@dancol.org>
44
45 * icomplete.el: Move `provide' to end of file.
46
b90aa4f4
TZ
472013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
48
49 * net/gnutls.el (gnutls-verify-error): Add version tag.
50
8cd22a08
CY
512013-12-23 Chong Yidong <cyd@gnu.org>
52
53 * subr.el (set-transient-map): Rename from
54 set-temporary-overlay-map. Doc fix.
55
56 * face-remap.el (text-scale-adjust):
57 * indent.el (indent-rigidly):
58 * kmacro.el (kmacro-call-macro):
59 * minibuffer.el (minibuffer-force-complete):
60 * repeat.el (repeat):
61 * simple.el (universal-argument--mode):
62 * calendar/todo-mode.el (todo-insert-item--next-param):
63 * progmodes/f90.el (f90-abbrev-start): Callers changed.
64
7510b021
CY
65 * indent.el (indent-rigidly): Use substitute-command-keys.
66
56890ecd
KN
672013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
68
69 * net/eww.el (eww-tag-select): Add text-property to jump to next
70 select field.
71 (eww) : Add non-supported ftp error.
72
1f87a56c
DG
732013-12-22 Dmitry Gutov <dgutov@yandex.ru>
74
75 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
76 comments. Handle electric indent after typing `?' and `!'.
77
dca38cf9
CY
782013-12-22 Chong Yidong <cyd@gnu.org>
79
80 * faces.el (face-spec-recalc): If the theme specs are not
81 applicable to a frame, fall back on the defface spec. This
82 prevents themes from obliterating faces on low-color terminals.
83
f2351498
DG
842013-12-22 Dmitry Gutov <dgutov@yandex.ru>
85
86 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
87 after `{'. We need it after block openers, and it doesn't seem
88 to hurt after hash openers.
89
6cddebc1
DG
902013-12-22 Dmitry Gutov <dgutov@yandex.ru>
91
92 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
93 extracted from `ruby-smie-rules'.
94 (ruby--electric-indent-chars): New variable.
95 (ruby--electric-indent-p): New function.
96 (ruby-mode): Use `electric-indent-functions' instead of
97 `electric-indent-chars'.
98
65a1da00
DG
992013-12-22 Dmitry Gutov <dgutov@yandex.ru>
100
101 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
102 docstring.
103 (ruby-smie-rules): Indent plus one level after `=>'.
104
b51ad4cf
RS
1052013-12-21 Richard Stallman <rms@gnu.org>
106
107 * simple.el (newline): Doc fix.
108
d49fbfd6
TZ
1092013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
110
111 * net/eww.el (eww-list-histories, eww-list-histories)
112 (eww-history-browse, eww-history-quit, eww-history-kill)
113 (eww-history-mode-map, eww-history-mode): New command and
114 functions to list browser histories.
5edcc2dc
KN
115 (eww-form-text): Support text form with disabled
116 and readonly attributes.
dde4de31 117 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
d49fbfd6 118
5e1901c1
RS
1192013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
120
121 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
122 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
123 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
124 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
125 Use `user-error'.
126 (eww-bookmark-mode-map): Add menu.
127 (eww-render, eww-mode): Use `setq-local'.
128 (eww-tool-bar-map): New variable.
129 (eww-mode): Set `tool-bar-map'.
130 (eww-view-source): Check for `html-mode' with `fboundp'.
131
073d5cfd
LMI
1322013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
133
134 * net/shr.el (shr--extract-best-source): Don't bug out on audio
135 elements with text inside. Also remove debugging.
136
41cf3d11
JD
1372013-12-21 Jan Djärv <jan.h.d@swipnet.se>
138
139 * cus-start.el (all): Add ns-use-srgb-colorspace.
140
aac2b673
CY
1412013-12-21 Chong Yidong <cyd@gnu.org>
142
143 * custom.el (custom-theme-recalc-face): Do nothing if the face is
144 undefined. Thus, theme settings for undefined faces do not take
145 effect until the faces are defined with defface, the same as with
146 theme variables.
147
148 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
149 (face-spec-reset-face): Don't assign extra properties in temacs.
150 (face-spec-recalc): Apply X resources too.
151
bacb0e77
CY
1522013-12-21 Chong Yidong <cyd@gnu.org>
153
154 * faces.el (face-spec-set):
155 * cus-face.el (custom-theme-set-faces, custom-set-faces):
156 * custom.el (defface): Doc fixes (Bug#16203).
157
77221051
CY
158 * indent.el (indent-rigidly-map): Add docstring, and move commands
159 into named functions.
160 (indent-rigidly-left, indent-rigidly-right)
161 (indent-rigidly-left-to-tab-stop)
162 (indent-rigidly-right-to-tab-stop): New functions. Decide on
163 indentation direction based on bidi direction, and accumulate
164 sequential commands in a single undo boundary.
165 (indent-rigidly--pop-undo): New utility function.
166
e0eb0550
JB
1672013-12-20 Juanma Barranquero <lekktu@gmail.com>
168
169 * faces.el (read-face-name): Require crm.el when using crm-separator.
170
3282bd2e
DC
1712013-12-20 Daniel Colascione <dancol@dancol.org>
172
173 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
174 so that we don't reflow comments into the shebang line.
175
1d42e5b6
JL
1762013-12-20 Juri Linkov <juri@jurta.org>
177
178 * saveplace.el (save-place-to-alist): Add `dired-filename' as
179 a position when `dired-directory' is non-nil. Check integer
180 positions with `integerp'.
181 (toggle-save-place, save-places-to-alist): Add check for
182 `dired-directory'.
183 (save-place-find-file-hook): Check integer positions with
184 `integerp'.
185 (save-place-dired-hook): Use `dired-goto-file' when
186 `dired-filename' is found in the assoc list. Check integer
187 positions with `integerp'.
188 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
189
190 * dired.el (dired-initial-position-hook): Rename back from
191 `dired-initial-point-hook'.
192 (dired-initial-position): Rename `dired-initial-point-hook' to
193 `dired-initial-position-hook'.
194 (dired-file-name-at-point): Doc fix. (Bug#15329)
195
24da7273
JL
1962013-12-20 Juri Linkov <juri@jurta.org>
197
198 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
199 (read-regexp-suggestions): New function.
200 (read-regexp): Use `read-regexp-defaults-function' to get default values.
201 Use `read-regexp-suggestions'. Add non-empty default to history
202 for empty input.
203 (occur-read-regexp-defaults-function): Remove function.
204 (occur-read-primary-args): Use `regexp-history-last' instead of
205 `occur-read-regexp-defaults-function'.
206
207 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
208 (hi-lock-line-face-buffer, hi-lock-face-buffer)
209 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
210 `hi-lock-read-regexp-defaults-function'. Doc fix.
211 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
212 with `find-tag-default-as-symbol-regexp'. Doc fix.
213 (hi-lock-read-regexp-defaults): Remove function.
214 (hi-lock-regexp-okay): Add check for null.
215
216 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
217 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
218
219 * subr.el (find-tag-default-as-symbol-regexp): New function.
220 (find-tag-default-as-regexp): Move symbol regexp formatting to
221 `find-tag-default-as-symbol-regexp'.
222
137f57c8
S
2232013-12-20 E Sabof <esabof@gmail.com> (tiny change)
224
225 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
226 (Bug#14179)
227
f3a66082
SB
2282013-12-20 Stephen Berman <stephen.berman@gmx.net>
229
230 * calendar/todo-mode.el: New implementation of item insertion
231 commands and key bindings.
232 (todo-key-prompt): New face.
233 (todo-insert-item): New command.
234 (todo-insert-item--parameters): New defconst, replacing defvar
235 todo-insertion-commands-args-genlist.
236 (todo-insert-item--param-key-alist): New defconst, replacing
237 defvar todo-insertion-commands-arg-key-list.
238 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
239 (todo-insert-item--argsleft, todo-insert-item--apply-args)
240 (todo-insert-item--next-param): New functions.
241 (todo-insert-item--args, todo-insert-item--argleft)
242 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
243 New variables.
244 (todo-key-bindings-t): Change binding of "i" from
245 todo-insertion-map to todo-insert-item.
246 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
247 (todo-insertion-command-name, todo-insertion-commands-names)
248 (todo-define-insertion-command, todo-insertion-commands)
249 (todo-insertion-key-bindings, todo-insertion-map): Remove.
250
2f99433b
SB
2512013-12-20 Stephen Berman <stephen.berman@gmx.net>
252
253 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
254 (todo-toggle-item-highlighting): Use eval-and-compile instead of
255 eval-when-compile.
256 (todo-move-category): Allow choosing a non-existing todo file to
257 move the category to, and create that file.
258 (todo-default-priority): New user option.
259 (todo-set-item-priority): Use it.
260 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
261 (desktop-restore-file-buffer): Declare.
262 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
263 (todo-modes-set-2): Locally set desktop-save-buffer to
264 todo-desktop-save-buffer.
265 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
266 (auto-mode-alist): Add autoload cookie.
267
131e4695
BB
2682013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
269
270 * emacs-lisp/subr-x.el: Renamed from helpers.el.
271 helpers.el was a poor choice of name.
3cbfb935
BB
272 (string-remove-prefix): New function.
273 (string-remove-suffix): New function.
131e4695 274
c44de18d
MR
2752013-12-20 Martin Rudalics <rudalics@gmx.at>
276
277 Fix assignment for new window total sizes.
278 * window.el (window--pixel-to-size): Remove function.
e0eb0550
JB
279 (window--pixel-to-total-1, window--pixel-to-total):
280 Fix calculation of new total sizes.
c44de18d 281
ca65efcc
VS
2822013-12-20 Vitalie Spinu <spinuvit@gmail.com>
283
284 * comint.el (comint-output-filter): Fix rear-nonsticky property
285 placement (Bug#16010).
286
a9574eb7
CY
2872013-12-20 Chong Yidong <cyd@gnu.org>
288
289 * faces.el (read-color): Minor fix for completion function.
290
b520f210
DG
2912013-12-20 Dmitry Gutov <dgutov@yandex.ru>
292
e0eb0550
JB
293 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
294 New option. (Bug#16182)
b520f210
DG
295 (ruby-smie--indent-to-stmt-p): Use it.
296 (ruby-smie-rules): Revert the logic in the handling of `when'.
297 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
298 (ruby-deep-arglist, ruby-deep-indent-paren)
299 (ruby-deep-indent-paren-style): Update docstrings to note that the
300 vars don't have any effect with SMIE.
301
26b75b45
JB
3022013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
303
304 * calc/calc.el (calc-enter, calc-pop): Use the variable
305 `calc-context-sensitive-enter'.
306
cf91cee7
LMI
3072013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
308
309 * net/shr.el (shr-insert): Protect against infloops in degenerate
310 tables.
311
51d971b4
RS
3122013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
313
314 * progmodes/octave.el (octave): Add link to manual and octave
315 homepage.
316 (octave-mode-menu): Link to octave-mode manual.
317
8c2e462a
LL
3182013-12-20 Leo Liu <sdl.web@gmail.com>
319
320 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
321 insertion using skeleton-end-newline. (Bug#16138)
322
501158bc
JL
3232013-12-20 Juri Linkov <juri@jurta.org>
324
325 * replace.el (occur-engine): Use `add-face-text-property'
326 to add the face property to matches and titles. (Bug#14645)
327
328 * hi-lock.el (hi-green): Use lighter color "light green" closer to
329 the palette of other hi-lock colors.
330 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
331
50ab1da6
JL
3322013-12-19 Juri Linkov <juri@jurta.org>
333
334 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
335 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
336 (minibuffer-history-symbol): Move variable declaration closer to
337 its usage.
338
339 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
340 (Bug#14785)
341
3d6e95e7
JL
3422013-12-19 Juri Linkov <juri@jurta.org>
343
344 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
345 New function.
346 (log-edit-hook): Add it to :options. (Bug#16170)
347
b41594fd
JL
3482013-12-19 Juri Linkov <juri@jurta.org>
349
350 * simple.el (eval-expression-print-format): Don't check for
351 command names and the last command. Always display additional
352 formats of the integer result in the echo area, and insert them
353 to the current buffer only with a zero prefix arg.
354 Display character when char-displayable-p is non-nil.
355 (eval-expression): With a zero prefix arg, set `print-length' and
356 `print-level' to nil, and insert the integer values from
357 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
358
359 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
360 `eval-last-sexp-arg-internal'. Doc fix.
361 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
362 `eval-last-sexp-print-value'. Doc fix.
363 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
364 Set `print-length' and `print-level' to nil when arg is zero.
365 (eval-last-sexp): Doc fix.
366 (eval-defun-2): Print the integer values from
367 `eval-expression-print-format' at the end.
368
369 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
370 values from `eval-expression-print-format' at the end.
371
372 * ielm.el (ielm-eval-input): Print the integer
373 values from `eval-expression-print-format' at the end.
374
8f2be364
TZ
3752013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
376
377 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
378 2013-12-11T19:01:44Z!tzz@lifelogs.com.
379
2230a6e3
SM
3802013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
381
382 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
383 (hl-line-highlight, global-hl-line-highlight): Use it.
384 (hl-line-overlay): Use defvar-local.
385
1269a680
JD
3862013-12-19 Jan Djärv <jan.h.d@swipnet.se>
387
388 * term/ns-win.el: Require dnd.
389 (global-map): Remove drag items.
390 (ns-insert-text, ns-set-foreground-at-mouse)
2230a6e3
SM
391 (ns-set-background-at-mouse):
392 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
393 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
394 New functions.
1269a680 395
049638ad
GM
3962013-12-19 Glenn Morris <rgm@gnu.org>
397
398 * emacs-lisp/ert.el (ert-select-tests):
399 Fix string/symbol mixup. (Bug#16121)
400
ce41edb4
DG
4012013-12-19 Dmitry Gutov <dgutov@yandex.ru>
402
403 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
404 keywords to their parent.
405
7e1549c9
DG
4062013-12-19 Dmitry Gutov <dgutov@yandex.ru>
407
408 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
409 first arg to be a string (fixed dead code), or an operator symbol.
410 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
411 operator symbols.
412 (ruby-smie-rules): Remove parent token check in the `.' clause, it
413 did nothing. Don't respond to `(:after ".")', it will be called
414 with :before anyway. Remove the ` @ ' rule, it didn't seem to
415 change anything. Only return indentation for binary operators
416 when they are hanging. De-dent opening paren when its parent is
417 `.', otherwise it looks bad when the dot is not at bol or eol
418 (bug#16182).
419
3ee4cd64
JL
4202013-12-19 Juri Linkov <juri@jurta.org>
421
422 * replace.el (query-replace-read-args): Split a non-negative arg
423 and a negative arg into separate elements.
424 (query-replace, query-replace-regexp, replace-string)
425 (replace-regexp): Add arg `backward'. Doc fix.
426 (replace-match-maybe-edit): When new arg `backward' is non-nil,
427 move point to the beginning of the match.
428 (replace-search, replace-highlight): Use new arg `backward'
429 to set the value of `isearch-forward'.
430 (perform-replace): Add arg `backward' and use it to perform
431 replacement backward. (Bug#14979)
432
433 * isearch.el (isearch-query-replace): Use a negative prefix arg
434 to call `perform-replace' with a non-nil arg `backward'.
435
0cda6b7b
JL
4362013-12-18 Juri Linkov <juri@jurta.org>
437
438 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
439 to the default list. Move `log-edit-show-files' to the end.
440 Add more available functions to options.
441 (log-edit): Move default specific settings to
442 `log-edit-insert-message-template'. Don't move point.
443 (log-edit-insert-message-template): New function.
444 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
445 (Bug#16170)
446
b216f0a6
JL
4472013-12-18 Juri Linkov <juri@jurta.org>
448
449 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
450 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
451
1d1c55dc
LL
4522013-12-18 Leo Liu <sdl.web@gmail.com>
453
454 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change. (Bug#16186)
455
64e4c76e
EZ
4562013-12-18 Eli Zaretskii <eliz@gnu.org>
457
458 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
459 formats for displaying file sizes when the -s switch is given.
460 Instead, compute a separate format for displaying the size in
461 blocks, which is displayed in addition to the "regular" size.
462 When -h is given in addition to -s, produce size in blocks in
463 human-readable form as well. (Bug#16179)
464
b2984e39
TH
4652013-12-18 Tassilo Horn <tsdh@gnu.org>
466
2230a6e3
SM
467 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
468 Reference tables with ~\ref{...} instead of only \ref{...}.
b2984e39 469
50ff2e06
CY
4702013-12-18 Chong Yidong <cyd@gnu.org>
471
0081bc84
CY
472 * cus-edit.el (custom-magic-alist): Fix "themed" description
473 (Bug#14348).
474
a7ee9424
CY
475 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
476 is non-nil, do not create a new entry in the symbol's theme-value
477 or theme-face property; update theme-settings only (Bug#14664).
18874304 478 (custom-available-themes): Doc fix.
a7ee9424 479
8f942537
CY
480 * cus-theme.el (custom-new-theme-mode-map): Add bindings
481 (Bug#15674).
482
50ff2e06
CY
483 * replace.el (occur-engine): Avoid infloop (Bug#7593).
484
83c60f60
KI
4852013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
486
487 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
488 (Bug#13914).
489
e0eb0550 4902013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
ba874b64
SF
491
492 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
493
1f41ee56
GM
4942013-12-18 Glenn Morris <rgm@gnu.org>
495
496 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
123d0143 497 * cus-start.el (load-prefer-newer): New option.
1f41ee56 498
e82134b1
LW
4992013-12-18 Le Wang <l26wang@gmail.com>
500
2230a6e3
SM
501 * comint.el (comint-previous-matching-input-from-input):
502 Retain point (Bug#13404).
e82134b1 503
33f5d4c1
CY
5042013-12-18 Chong Yidong <cyd@gnu.org>
505
506 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
507
ccc9f6dc
GM
5082013-12-18 Glenn Morris <rgm@gnu.org>
509
510 * mail/emacsbug.el (report-emacs-bug):
511 Only mention enable-multibyte-characters if non-standard.
512
33dd8e95
JL
5132013-12-17 Juri Linkov <juri@jurta.org>
514
515 * arc-mode.el (archive-extract-by-file): Check if directory exists
516 before deletion to not show irrelevant errors if it doesn't exist.
517
7a409b30
JL
5182013-12-17 Juri Linkov <juri@jurta.org>
519
520 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
521 (Bug#14751)
522
523 * net/eww.el (browse-web): Add alias to `eww'.
524 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
525 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
526
527 * net/browse-url.el (browse-url-browser-function): Move `eww'
528 closer to similar functions.
529
530 * startup.el (fancy-startup-screen, fancy-about-screen):
531 Set browse-url-browser-function to eww-browse-url locally.
532 (Bug#14751)
533
2d6b6005
SM
5342013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * window.el (window--pixel-to-total): Remove unused `mini' var.
537 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
538 (split-window): Remove unused `new' var.
539 (window--display-buffer): Remove unused `frame' and `delta' vars.
540 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
541 and display-width'.
542
cf2b7efc
MR
5432013-12-17 Martin Rudalics <rudalics@gmx.at>
544
545 * dired.el (dired-mark-pop-up):
546 * register.el (register-preview): Don't bind
547 split-height-threshold here since it's now done in
548 display-buffer-below-selected.
549
ed3af8a7 5502013-12-17 oblique <psyberbits@gmail.com> (tiny change)
551
552 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
553 xterm-rgb-convert-to-16bit.
554 (rxvt-register-default-colors): Standardize with
555 xterm-register-default-colors (Bug#14078).
556
76da3455
DK
5572013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
558
559 * simple.el (kill-region): Pass mark first, then point, so that
560 kill-append works right (Bug#12819).
561 (copy-region-as-kill, kill-ring-save): Likewise.
562
2b84d763
LL
5632013-12-17 Leo Liu <sdl.web@gmail.com>
564
565 * net/rcirc.el (rcirc-add-face):
566 * eshell/em-prompt.el (eshell-emit-prompt):
567 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
568 (Bug#16167)
569
e2f6a0bc
CY
5702013-12-17 Chong Yidong <cyd@gnu.org>
571
572 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
573 Suggested by Xue Fuqiao.
574
35b249a6
DG
5752013-12-17 Dmitry Gutov <dgutov@yandex.ru>
576
577 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
578
e9145444
SM
5792013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
580
581 * net/shr.el (shr-insert-document): Remove unused var
582 `shr-preliminary-table-render'.
583 (shr-rescale-image): Remove unused arg `force'.
584 (shr-put-image): Update calls accordingly.
585 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
586
5556c0ce
DG
5872013-12-17 Dmitry Gutov <dgutov@yandex.ru>
588
589 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
590 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
591 :close-all, to see which indentation method to use (Bug#16116).
592 (smie-rules-function): Document the method :close-all.
593
11bade0a
LMI
5942013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
595
1c4b1e61
LMI
596 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
597
11bade0a
LMI
598 * net/eww.el (eww-display-html): If we can't find the anchor we're
599 looking for, then go to point-min.
600
8fb8c4f3
PE
6012013-12-16 Paul Eggert <eggert@cs.ucla.edu>
602
603 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
604 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
605 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
606 Expand dir too, in case it's relative.
607
6c8e0ae6
JL
6082013-12-16 Juri Linkov <juri@jurta.org>
609
610 * desktop.el (desktop-auto-save-timeout): Change default to
611 `auto-save-timeout'. Doc fix.
612 (desktop-save): Skip the timestamp in desktop-saved-frameset
613 when checking for auto-save changes.
614 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
615 `desktop-auto-save' is called repeatedly by the idle timer.
616 (desktop-auto-save-set-timer): Replace `run-with-timer' with
617 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
618 (Bug#15331)
619
2178e858
JL
6202013-12-16 Juri Linkov <juri@jurta.org>
621
622 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
623 (Bug#16035)
624 (isearch-pre-command-hook): Check `this-command' for symbolp.
625
39cb42c6
SM
6262013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
627
628 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
629
5b9b750a
TZ
6302013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
631
632 * progmodes/cfengine.el (cfengine3--current-word): Remove.
633 (cfengine3--current-function): Bring in the current-function
634 functionality from `cfengine3--current-word'.
635 (cfengine3-completion-function): Bring in the
636 bounds-of-current-word functionality from
637 `cfengine3--current-word'.
638
d144ef06
MR
6392013-12-16 Martin Rudalics <rudalics@gmx.at>
640
39cb42c6
SM
641 * window.el (display-buffer-below-selected):
642 Bind split-height-threshold to 0 as suggested by Juri Linkov.
d144ef06 643
a8bbe298
LL
6442013-12-16 Leo Liu <sdl.web@gmail.com>
645
646 * progmodes/compile.el (compile-goto-error): Do not push-mark.
647 Remove NOMSG arg and all uses changed.
648
2013a2f9
SM
6492013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
650
651 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
652 (cua--deactivate-rectangle): Don't deactivate the mark.
653 (cua-set-rectangle-mark): Don't set mark-active since
654 cua--activate-rectangle already does it for us.
655 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
656 non-rectangular region.
657
658 * emulation/cua-base.el (cua-repeat-replace-region):
659 Use with-current-buffer.
660
661 * net/gnutls.el: Use cl-lib.
662 (gnutls-negotiate): `mapcan' -> cl-mapcan.
663
5ae811dd
TZ
6642013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
665
666 * emacs-lisp/package.el (package-built-in-p): Support both
667 built-in and the package.el converted package descriptions.
668 (package-show-package-list): Allow keywords.
669 (package-keyword-button-action): Use it instead of
670 `finder-list-matches'.
671 (package-menu-filter-interactive): Interactive filtering (by
672 keyword) function.
673 (package-menu--generate): Support keywords and change keymappings
674 and headers when they are given.
675 (package--has-keyword-p): Helper function.
676 (package-menu--refresh): Use it.
677 (package--mapc): Helper function.
678 (package-all-keywords): Use it.
679 (package-menu-mode-map): Set up menu items and keybindings to
680 provide a filtering UI.
681
31b4827e
TZ
6822013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
683
684 * net/gnutls.el (gnutls-verify-error): New defcustom to control
685 the behavior when a certificate fails validation. Defaults to
686 old behavior: never abort, just warn.
687 (gnutls-negotiate): Use it.
688
f93cc74f
MR
6892013-12-14 Martin Rudalics <rudalics@gmx.at>
690
691 * window.el (display-buffer-below-selected): Never split window
692 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
693
f77d7d17
TW
6942013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
695
696 * emacs-lisp/package.el (package--prepare-dependencies): New function.
697 (package-buffer-info): Use it (bug#15108).
aa2bddd7
SM
698
699 * icomplete.el (icomplete-completions): Make sure the prefix is already
700 displayed elsewhere before hiding it.
701
276bc333
DG
7022013-12-14 Dmitry Gutov <dgutov@yandex.ru>
703
704 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
705 open-paren tokens when preceded by a open-paren, too.
706 (ruby-smie-rules): Handle virtual indentation after open-paren
707 tokens specially. If there is code between it and eol, return the
708 column where is starts (Bug#16118).
709
d43957f3
TZ
7102013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
711
a5c1ac0c 712 * progmodes/cfengine.el: Fix `add-hook' doc.
aa2bddd7 713 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
d43957f3
TZ
714 (cfengine3--current-word): Fix parameters.
715 (cfengine3-make-syntax-cache): Simplify further.
aa2bddd7
SM
716 (cfengine3-completion-function, cfengine3--current-function):
717 Use `assq' for symbols.
d43957f3
TZ
718 (cfengine3--current-function): Fix `cfengine3--current-word' call.
719
06a4f110
GM
7202013-12-13 Glenn Morris <rgm@gnu.org>
721
722 * loadup.el (load-path): Warn if site-load or site-init changes it.
723 No more need to reset it when bootstrapping.
724
978a5fda
TZ
7252013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
726
727 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
728 locations for cf-promises.
729 (cfengine-mode-syntax-functions-regex): New caching variable.
730 (cfengine3-fallback-syntax): Fallback syntax for cases where
731 cf-promises doesn't run.
732 (cfengine3--current-word): Reimplement using
733 `cfengine-mode-syntax-functions-regex'.
aa2bddd7
SM
734 (cfengine3-completion-function, cfengine3--current-function):
735 Use `cfengine3-make-syntax-cache' directly.
978a5fda
TZ
736 (cfengine3-clear-syntax-cache): New function.
737 (cfengine3-make-syntax-cache): Simplify and create
738 `cfengine-mode-syntax-functions-regex' on demand.
739 (cfengine3-format-function-docstring): Don't call
740 `cfengine3-make-syntax-cache' explicitly.
741
71e6691e
MR
7422013-12-13 Martin Rudalics <rudalics@gmx.at>
743
744 Fix windmove-find-other-window broken after pixelwise resizing
745 (Bug#16017).
746 * windmove.el (windmove-other-window-loc): Revert change from
747 2013-12-04.
748 (windmove-find-other-window): Call window-in-direction.
749 * window.el (window-in-direction): New arguments SIGN, WRAP and
750 MINI to emulate original windmove-find-other-window behavior.
751
84c73ba0
DG
7522013-12-13 Dmitry Gutov <dgutov@yandex.ru>
753
754 * simple.el (blink-matching--overlay): New variable.
755 (blink-matching-open): Instead of moving point, highlight the
756 matching paren with an overlay
757 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
758
759 * faces.el (paren-showing-faces, show-paren-match)
760 (show-paren-mismatch): Move from paren.el.
761
b9e20952
LL
7622013-12-13 Leo Liu <sdl.web@gmail.com>
763
764 * indent.el (indent-region): Disable progress reporter in
765 minibuffer. (Bug#16108)
766
767 * bindings.el (visual-order-cursor-movement): Fix version.
768
ce030451
FEG
7692013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
770
771 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
772 Also match after beginning of line.
773 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
774 files. Thanks to Russell Sim. (Bug#15378)
775
4a9c6865
JL
7762013-12-13 Juri Linkov <juri@jurta.org>
777
778 * simple.el <Keypad support>: Remove key bindings duplicated
779 with bindings.el. (Bug#14397)
780
2bc170c3
JL
7812013-12-13 Juri Linkov <juri@jurta.org>
782
783 * comint.el (comint-mode-map): Replace `delete-char' with
784 `delete-forward-char'. (Bug#16109)
785
bc9222c9
FEG
7862013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
787
aa2bddd7
SM
788 * progmodes/python.el (python-indent-calculate-indentation):
789 Fix de-denters cornercase. (Bug#15731)
bc9222c9 790
cb3a1380
SM
7912013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
794 (advice--make): Pay attention to `depth'.
795 (advice--make-1): Don't autoload commands eagerly.
796 * emacs-lisp/elp.el (elp-instrument-function):
797 * emacs-lisp/trace.el (trace-function-internal):
798 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
799
800 * iswitchb.el (iswitchb-mode): Don't belittle ido.
801
01633a17
EZ
8022013-12-12 Eli Zaretskii <eliz@gnu.org>
803
804 * term/w32-win.el (w32-handle-dropped-file):
805 * startup.el (normal-top-level):
806 * net/browse-url.el (browse-url-file-url):
807 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
808 decode file names using 'utf-8' rather than
809 file-name-coding-system.
810
09faee72
FEG
8112013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
812
813 * progmodes/python.el (python-indent-context)
814 (python-indent-calculate-indentation): Fix auto-identation
815 behavior for comment blocks. (Bug#15916)
816
f4f84024 8172013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
f54de22e 818
cb3a1380
SM
819 * progmodes/python.el (python-indent-calculate-indentation):
820 When determining indentation, don't treat "return", "pass", etc., as
f54de22e
NT
821 operators when they are just string constituents. (Bug#15812)
822
d5ccb7be
JL
8232013-12-12 Juri Linkov <juri@jurta.org>
824
825 * uniquify.el (uniquify-buffer-name-style): Change default to
826 `post-forward-angle-brackets'.
827
828 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
829 `uniquify'. Change default to `post-forward-angle-brackets'.
830
7b3f5679
GM
8312013-12-11 Glenn Morris <rgm@gnu.org>
832
833 * emacs-lisp/package.el (finder-list-matches):
834 Autoload rather than falsely declaring.
835
f4fe8fdd
TZ
8362013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
837
838 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
839 (eww-mode-map): Use them.
840
3c29190f
MR
8412013-12-11 Martin Rudalics <rudalics@gmx.at>
842
843 * window.el (display-buffer-in-side-window): Fix doc-string
844 (Bug#16115).
845
0cd616a2
JB
8462013-12-11 Juanma Barranquero <lekktu@gmail.com>
847
848 * vc/vc-git.el: Silence byte-compiler warnings.
849 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
850 (log-edit-set-header): Declare.
851
3ef8e0d1
EZ
8522013-12-11 Eli Zaretskii <eliz@gnu.org>
853
854 * Makefile.in (custom-deps, finder-data): Run output file names
855 through unmsys--file-name. (Bug#16099)
856
afdadaf7
SM
8572013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
858
7ae3ae39 859 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
cb3a1380 860 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
7ae3ae39 861
5b4f37ab
SM
862 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
863 instead of deleting the selection "by hand" (bug#16098).
864 Rely on insert-for-yank to yank rectangles.
865 (cua-highlight-region-shift-only): Mark obsolete.
866 (cua-mode): Don't enable/disable transient-mark-mode,
867 shift-select-mode (cua-mode works both with and without them), and
868 pc-selection-mode (obsolete).
869 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
870 (cua--deactivate-rectangle): Deactivate it.
871
4b72c12b
SM
872 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
873 (delete-selection-helper): Make sure yank starts at the top of the
874 deleted region.
875 (minibuffer-keyboard-quit): Use region-active-p.
876
e82af72d
SM
877 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
878
afdadaf7
SM
879 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
880 to `delete' (bug#16109).
881
ed4bc201
RS
8822013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
883
884 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
885 info manual and show keybindings and set `:group' keyword.
886
bb8097b9
JL
8872013-12-11 Juri Linkov <juri@jurta.org>
888
889 * delsel.el (delete-active-region): Let-bind `this-command'
890 to prevent `kill-region' from changing its original value.
891 (delete-selection-helper): Handle `overwrite-mode' for the type
892 `kill' exactly the same way as for the type `t'.
893 (insert-char, quoted-insert, reindent-then-newline-and-indent):
894 Support more commands. (Bug#13312)
895
c1916ff5
JL
8962013-12-11 Juri Linkov <juri@jurta.org>
897
898 * bindings.el: Map kp keys to non-kp keys systematically
899 with basic modifiers control, meta and shift. (Bug#14397)
900
e0eb0550 9012013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com> (tiny change)
b68cf43c
KN
902
903 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
904 "Close browser" menu items. Fix wrong function of "List
905 bookmarks".
906
4cc51eaf
JL
9072013-12-11 Juri Linkov <juri@jurta.org>
908
909 * misearch.el (multi-isearch-buffers): Set the value of
910 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
911 arg of isearch-forward to t.
912 (multi-isearch-buffers-regexp): Set the value of
913 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
914 arg of isearch-forward-regexp to t.
915 (multi-isearch-files): Set the value of
916 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
917 arg of isearch-forward to t.
918 (multi-isearch-files-regexp): Set the value of
919 `multi-isearch-file-list globally. Set NO-RECURSIVE-EDIT
920 arg of isearch-forward-regexp to t. (Bug#16035)
921
922 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
923 arg of isearch-forward to t.
924 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
925 arg of isearch-forward-regexp to t.
926 (dired-isearch-filter-filenames): Remove unnecessary check for
927 `dired-isearch-filenames'.
928
929 * comint.el (comint-history-isearch-backward):
930 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
931 (comint-history-isearch-backward-regexp):
932 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
933
ceac12b7
EZ
9342013-12-10 Eli Zaretskii <eliz@gnu.org>
935
936 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
937 unmsys--file-name. (Bug#16099)
938
5a565782
TZ
9392013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
940
cb3a1380
SM
941 * emacs-lisp/package.el (package-keyword-button-action):
942 Remove finder.el require dependency.
5a565782 943
a81fc7ba
TZ
9442013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
945
946 * emacs-lisp/package.el: Require finder.el.
947 (describe-package-1): Add keyword buttons.
948 (package-make-button): New convenience function.
949 (package-keyword-button-action): Keyword button action using
e0eb0550 950 `finder-list-matches'.
a81fc7ba 951
6aaca951
EZ
9522013-12-09 Eli Zaretskii <eliz@gnu.org>
953
954 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
955 last commit.
956
a1099a91
MA
9572013-12-09 Michael Albinus <michael.albinus@gmx.de>
958
959 * autorevert.el (auto-revert-notify-add-watch): Do not handle
960 symlinked files.
961
8212d9c0
DG
9622013-12-09 Dmitry Gutov <dgutov@yandex.ru>
963
964 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
965 after the end of a percent literal.
966
8f48d131
CD
9672013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
968
cb3a1380
SM
969 * progmodes/ruby-mode.el (ruby-forward-string): Document.
970 Handle caret-delimited strings (Bug#16079).
8f48d131 971
ff8c9764
DG
9722013-12-09 Dmitry Gutov <dgutov@yandex.ru>
973
cb3a1380
SM
974 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
975 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
ff8c9764
DG
976 `ruby-parse-partial' (Bug#16078).
977
d64643b4
LL
9782013-12-09 Leo Liu <sdl.web@gmail.com>
979
980 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
981
47e59c66
DG
9822013-12-08 Dmitry Gutov <dgutov@yandex.ru>
983
984 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
985 (js-switch-indent-offset): New option.
986 (js--proper-indentation): Use it. And handle the case when
987 "default" is actually a key in an object literal.
988 (js--same-line): New function.
989 (js--multi-line-declaration-indentation): Use it.
cb3a1380
SM
990 (js--indent-in-array-comp, js--array-comp-indentation):
991 New functions.
47e59c66
DG
992 (js--proper-indentation): Use them, to handle array comprehension
993 continuations.
994
974ebc9c
LL
9952013-12-08 Leo Liu <sdl.web@gmail.com>
996
997 * progmodes/flymake.el (flymake-highlight-line): Re-write.
998 (flymake-make-overlay): Remove arg MOUSE-FACE.
999 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
1000
27262e39
SM
10012013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
1004 New function.
1005 (redisplay-highlight-region-function): Use it.
1006
1007 * emulation/cua-base.el (cua--explicit-region-start)
1008 (cua--last-region-shifted): Remove.
1009 (cua--deactivate): Use deactivate-mark.
1010 (cua--pre-command-handler-1): Don't handle shift-selection.
1011 (cua--post-command-handler-1): Don't change transient-mark-mode.
1012 (cua--select-keymaps): Use region-active-p rather than
1013 cua--explicit-region-start or cua--last-region-shifted.
1014 (cua-mode): Enable shift-select-mode.
1015
6407822c
LL
10162013-12-08 Leo Liu <sdl.web@gmail.com>
1017
27262e39
SM
1018 * progmodes/flymake.el (flymake-popup-current-error-menu):
1019 Rename from flymake-display-err-menu-for-current-line. Reimplement.
6407822c
LL
1020 (flymake-posn-at-point-as-event, flymake-popup-menu)
1021 (flymake-make-emacs-menu): Remove. (Bug#16077)
1022
00a2b823
SM
10232013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1024
02033d49
SM
1025 * rect.el (rectangle-mark-mode): Activate mark even if
1026 transient-mark-mode is off (bug#16066).
1027 (rectangle--highlight-for-redisplay): Fix boundary condition when point
1028 is > mark and at bolp.
1029
6f8dfccf
SM
1030 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
1031 (region-extract-function): Use it.
1032 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
1033 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
1034 Delete functions.
1035 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
1036 kill-ring-save, kill-region, delete-char, delete-forward-char.
1037 Ignore self-insert-iso.
1038
1039 * emulation/cua-gmrk.el (cua--init-global-mark):
1040 Ignore `self-insert-iso'.
1041
1042 * emulation/cua-base.el (cua--prefix-copy-handler)
1043 (cua--prefix-cut-handler): Rely on region-extract-function rather than
1044 checking cua--rectangle.
1045 (cua-delete-region): Use region-extract-function.
1046 (cua-replace-region): Delete function.
1047 (cua-copy-region, cua-cut-region): Obey region-extract-function.
1048 (cua--pre-command-handler-1): Don't do the delete-selection thing.
1049 (cua--self-insert-char-p): Ignore `self-insert-iso'.
1050 (cua--init-keymaps): Don't remap delete-selection commands.
1051 (cua-mode): Use delete-selection-mode instead of rolling our own
1052 (bug#16085).
1053
1054 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
1055 Obey region-extract-function.
1056
00a2b823
SM
1057 Make registers and delete-selection-mode work on rectangles.
1058 * register.el (describe-register-1): Don't modify the register's value.
1059 (copy-to-register): Obey region-extract-function.
1060 * delsel.el (delete-active-region): Obey region-extract-function.
1061
a92fa5f1
LL
10622013-12-08 Leo Liu <sdl.web@gmail.com>
1063
1064 * progmodes/flymake.el (flymake, flymake-error-bitmap)
1065 (flymake-warning-bitmap, flymake-fringe-indicator-position)
1066 (flymake-compilation-prevents-syntax-check)
1067 (flymake-start-syntax-check-on-newline)
1068 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
1069 (flymake-start-syntax-check-on-find-file, flymake-log-level)
1070 (flymake-xml-program, flymake-master-file-dirs)
1071 (flymake-master-file-count-limit)
1072 (flymake-allowed-file-name-masks): Relocate.
1073 (flymake-makehash, flymake-float-time)
1074 (flymake-replace-regexp-in-string, flymake-split-string)
1075 (flymake-get-temp-dir): Remove.
1076 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
1077 (flymake-current-row, flymake-selected-frame)
1078 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
1079 related functions. (Bug#16077)
1080
73c8ceea
BB
10812013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
1082
1083 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
1084
faec28d9
TH
10852013-12-07 Tassilo Horn <tsdh@gnu.org>
1086
1087 * help-fns.el (describe-function-1): Use new advice-* functions
1088 rather than old ad-* functions. Fix function type description and
1089 source links for advised functions and subrs.
1090
e330b646
LMI
10912013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1092
00a2b823 1093 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
e330b646 1094
4803595d
MA
10952013-12-06 Michael Albinus <michael.albinus@gmx.de>
1096
1097 * progmodes/compile.el (compilation-start):
1098 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
1099
1100 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1101 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
1102
fa834a93
DG
11032013-12-06 Dmitry Gutov <dgutov@yandex.ru>
1104
00a2b823
SM
1105 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1106 Touch up the last change.
fa834a93 1107
b2856a6f
LL
11082013-12-06 Leo Liu <sdl.web@gmail.com>
1109
1110 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
1111 (inferior-octave-startup): Always use "octave> " for prompt.
1112 (octave-goto-function-definition)
1113 (octave-sync-function-file-names)
1114 (octave-find-definition-default-filename): Remove redundant backquotes.
1115
af67e79a
DG
11162013-12-06 Dmitry Gutov <dgutov@yandex.ru>
1117
1118 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
1119 syntax for `?'.
1120 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
1121 where appropriate already.
1122 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
1123 end of method names (Bug#15874).
1124
bf093209
JL
11252013-12-06 Juri Linkov <juri@jurta.org>
1126
1127 * isearch.el (isearch--saved-overriding-local-map):
1128 New internal variable.
1129 (isearch-mode): Set it to the initial value of
1130 `overriding-terminal-local-map'.
1131 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
1132 with `isearch--saved-overriding-local-map'. (Bug#16035)
1133
16588fad
DG
11342013-12-06 Dmitry Gutov <dgutov@yandex.ru>
1135
00a2b823
SM
1136 * progmodes/octave.el (inferior-octave-completion-table):
1137 Turn back into function, use `completion-table-with-cache'
16588fad
DG
1138 (Bug#11906). Update all references.
1139
1140 * minibuffer.el (completion-table-with-cache): New function.
1141
bf4906d7
CD
11422013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
1143
1144 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
1145
ff69c18f
TZ
11462013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
1147
1148 * net/eww.el (eww-current-source): New variable to store page
1149 source.
1150 (eww-display-html, eww-mode, eww-save-history)
1151 (eww-restore-history): Use it.
1152 (eww-view-source): New command to view page source.
1153 Opportunistically uses `html-mode' to highlight the buffer.
1154 (eww-mode-map): Install it.
1155
b85eff45
MA
11562013-12-05 Michael Albinus <michael.albinus@gmx.de>
1157
1158 * net/dbus.el (dbus-unregister-service)
1159 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
1160 Fix docstring.
1161 (dbus-unregister-service): Skip :serial entries in
1162 `dbus-registered-objects-table'.
1163 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
1164
39eb0899
TZ
11652013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
1166
1167 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
1168 around keywords with extra `split-string' argument.
1169
456760a5
MR
11702013-12-04 Martin Rudalics <rudalics@gmx.at>
1171
1172 * windmove.el (windmove-other-window-loc): Handle navigation
1173 between windows (excluding the minibuffer window - Bug#16017).
1174
81961e4c
MA
11752013-12-04 Michael Albinus <michael.albinus@gmx.de>
1176
1177 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
1178 in D-Bus type syntax.
1179 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
1180 preserve unibyte strings. (Bug#16048)
1181
8497f938
SM
11822013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1183
1184 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1185 Call force-mode-line-update is the proper buffer (bug#16042).
1186
dda61916
DG
11872013-12-04 Dmitry Gutov <dgutov@yandex.ru>
1188
1189 * vc/log-edit.el (log-edit-add-new-comment): Rename to
1190 `log-edit-remember-comment', make argument optional. Adjust all
1191 callers.
1192 (log-edit-mode): Add `log-edit-remember-comment' to
1193 `kill-buffer-hook' locally.
1194 (log-edit-kill-buffer): Don't remember comment explicitly since
1195 the buffer is killed anyway.
1196
c085e5b9
JL
11972013-12-04 Juri Linkov <juri@jurta.org>
1198
1199 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
1200 add-hook and remove-hook for multi-buffer search. (Bug#16035)
1201
e0eb0550 12022013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
d6f2380e
TR
1203
1204 * notifications.el (notifications-close-notification): Call the
81961e4c 1205 D-Bus method with ID being a `:uint32'. (Bug#16030)
d6f2380e 1206
39fa32d6
KY
12072013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1208
1209 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
1210
9139632a
JL
12112013-12-03 Juri Linkov <juri@jurta.org>
1212
1213 * progmodes/compile.el (compilation-start): Rename window alist
1214 entry `no-display-ok' to `allow-no-window'.
1215
1216 * simple.el (shell-command): Add window alist entry
1217 `allow-no-window' to `display-buffer'.
1218 (async-shell-command): Doc fix.
1219
1220 * window.el (display-buffer-no-window): New action function.
1221 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
1222
0f457a37
DG
12232013-12-02 Dmitry Gutov <dgutov@yandex.ru>
1224
1225 * vc/log-edit.el (log-edit-set-header): Extract from
1226 `log-edit-toggle-header'.
1227 (log-edit-extract-headers): Separate the summary, when extracted
1228 from header, from the rest of the message with an empty line.
1229
1230 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
1231 line, if present, to the Summary header.
1232
0962f376
SM
12332013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1234
1235 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
1236 in current-buffer (bug#16029).
1237
f345395c
HE
12382013-12-02 Helmut Eller <eller.helmut@gmail.com>
1239
1240 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
1241 (debugger-mode-map): Bind it.
1242 (debugger--backtrace-base): New function.
1243 (debugger-eval-expression): Use it.
1244 (debugger-frame-number): Skip local vars when present.
1245 (debugger--locals-visible-p, debugger--insert-locals)
1246 (debugger--show-locals, debugger--hide-locals): New functions.
1247
a8a15d9d
MA
12482013-12-02 Michael Albinus <michael.albinus@gmx.de>
1249
1250 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
1251 "LC_ALL".
1252 (tramp-get-remote-locale): New defun.
1253 (tramp-open-connection-setup-interactive-shell): Use it.
1254
0518b057
LL
12552013-12-02 Leo Liu <sdl.web@gmail.com>
1256
1257 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
1258
1259 * progmodes/sh-script.el (sh-shell-process):
1260 * progmodes/octave.el (inferior-octave-process-live-p):
1261 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
1262 (gdb-inferior-io-sentinel):
1263 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
1264
3adc9c6d
DG
12652013-12-02 Dmitry Gutov <dgutov@yandex.ru>
1266
1267 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
1268 `save-selected-window' to `log-edit-hide-buf'. This makes
1269 `log-edit-show-files' idempotent.
1270 (log-edit-show-files): Mark the new window as dedicated.
1271
47e8b74e
DG
12722013-12-02 Dmitry Gutov <dgutov@yandex.ru>
1273
1274 * vc/log-edit.el (log-edit-mode-map): Add binding for
1275 `log-edit-kill-biffer'.
1276 (log-edit-hide-buf): Add a FIXME comment.
1277 (log-edit-add-new-comment): New function, extracted from
1278 `log-edit-done'.
1279 (log-edit-done, log-edit-add-to-changelog): Use it.
1280 (log-edit-kill-buffer): New command.
1281
1f6e1bb0
LMI
12822013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1283
1284 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
1285 instead of killing the buffer.
1286
fb651d15
SM
12872013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1288
1289 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
1290
8feacce0
RS
12912013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1292
fb651d15 1293 * net/eww.el (eww-form-checkbox-selected-symbol)
4570dd16 1294 (eww-form-checkbox-symbol): New customizable variable.
fb651d15
SM
1295 (eww-form-checkbox, eww-toggle-checkbox):
1296 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
1297
e0eb0550 1298 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
fb651d15 1299 (shr--get-media-pref, shr--extract-best-source): New function.
e0eb0550 1300 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
ad9a773c
RS
1301 no :src tag was specified.
1302
fb651d15 1303 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
b2afb3ea
RS
1304 (eww-render): Handle `eww-use-external-browser-for-content-type'.
1305 Use \\` to match beginning of string instead of ^.
1306 (eww-browse-with-external-browser): Provide optional URL parameter.
450c7b35 1307 (eww-render): Set `eww-current-title' back to "".
b2afb3ea 1308
177948a5
RS
1309 * net/shr.el (shr-tag-video): Display content for video if no
1310 poster is available.
eb2dd24d 1311 (shr-tag-audio): Add support for <audio> tag.
177948a5 1312
e0eb0550 1313 * net/eww.el (eww-text-input-types): New const.
177948a5
RS
1314 (eww-process-text-input): Treat input types in
1315 `eww-text-input-types' as text.
1316
8feacce0
RS
1317 * net/shr.el (shr-tag-table): Fix comment typo.
1318
513562a1
LMI
13192013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1320
1321 * net/eww.el (eww-follow-link): New command to avoid reloading
1322 pages when we follow #target links (bug#15243).
de8a5633 1323 (eww-quit): Special mode buffers shouldn't query before exiting.
513562a1 1324
9dd99753
KN
13252013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1326
1327 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
1328 forms.
1329
3e9876de
LMI
13302013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1331
1332 * net/eww.el (eww-restore-history): Update the window title after
1333 moving in the history.
ab6dea82 1334 (eww-current-dom): New variable used to save the current DOM.
3e9876de 1335
52789f7f
DG
13362013-12-01 Dmitry Gutov <dgutov@yandex.ru>
1337
1338 * vc/log-edit.el (log-edit-mode-map): Add binding for
1339 `log-edit-beginning-of-line'.
1340 (log-edit-setup-add-author): New user option.
1341 (log-edit-beginning-of-line): New command.
1342 (log-edit): Move major mode call above the contents setup so that
1343 the local variable values are already applied.
1344 (log-edit): Only insert "Author: " when
1345 `log-edit-setup-add-author' is non-nil.
1346 (log-edit): When SETUP is non-nil, position point after ": "
1347 instead of point-min.
1348
2e6710c3
GM
13492013-12-01 Glenn Morris <rgm@gnu.org>
1350
1351 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
1352
fadec31f
EZ
13532013-11-30 Eli Zaretskii <eliz@gnu.org>
1354
1355 * startup.el (fancy-splash-frame): On MS-Windows, trigger
0449d6cd 1356 redisplay to make sure the initial frame gets a chance to become
fadec31f
EZ
1357 visible. (Bug#16014)
1358
10634b40 13592013-11-30 Martin Rudalics <rudalics@gmx.at>
880e6158
MR
1360
1361 Support resizing frames and windows pixelwise.
1362 * cus-start.el (frame-resize-pixelwise)
1363 (window-resize-pixelwise): New entries.
1364 * emacs-lisp/debug.el (debug): Use window-total-height instead
1365 of window-total-size.
1366 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
1367 * help.el (describe-bindings-internal): Call help-buffer
1368 (temp-buffer-max-width): New option.
1369 (resize-temp-buffer-window, help-window-setup)
1370 (with-help-window): Rewrite.
1371 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
1372 dragging dividers.
1373 * window.el (frame-char-size, window-min-pixel-height)
1374 (window-safe-min-pixel-height, window-safe-min-pixel-width)
1375 (window-min-pixel-width, window-safe-min-pixel-size)
1376 (window-combination-p, window-safe-min-size)
1377 (window-resizable-p, window--size-to-pixel)
1378 (window--pixel-to-size, window--resize-apply-p): New functions.
1379 (window-safe-min-height): Fix doc-string.
1380 (window-size, window-min-size, window--min-size-1)
1381 (window-sizable, window-sizable-p, window--min-delta-1)
1382 (window-min-delta, window--max-delta-1, window-max-delta)
1383 (window--resizable, window--resizable-p, window-resizable)
1384 (window-full-height-p, window-full-width-p, window-at-side-p)
1385 (window--in-direction-2, window-in-direction)
1386 (window--resize-reset-1, window--resize-mini-window)
1387 (window-resize, window-resize-no-error)
1388 (window--resize-child-windows-normal)
1389 (window--resize-child-windows, window--resize-siblings)
1390 (window--resize-this-window, window--resize-root-window)
1391 (window--resize-root-window-vertically)
1392 (adjust-window-trailing-edge, enlarge-window, shrink-window)
1393 (maximize-window, minimize-window, delete-window)
1394 (quit-restore-window, window-split-min-size, split-window)
1395 (balance-windows-2, balance-windows)
1396 (balance-windows-area-adjust, balance-windows-area)
1397 (window--state-get-1, window-state-get, window--state-put-1)
1398 (window--state-put-2, window-state-put)
fb651d15
SM
1399 (display-buffer-record-window, window--display-buffer):
1400 Make functions handle pixelwise sizing of windows.
880e6158 1401 (display-buffer--action-function-custom-type)
fb651d15
SM
1402 (display-buffer-fallback-action):
1403 Add display-buffer-in-previous-window.
880e6158
MR
1404 (display-buffer-use-some-window): Resize window to height it had
1405 before.
1406 (fit-window-to-buffer-horizontally): New option.
1407 (fit-frame-to-buffer): Describe new values.
1408 (fit-frame-to-buffer-bottom-margin): Replace with
1409 fit-frame-to-buffer-margins.
1410 (window--sanitize-margin): New function.
1411 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
1412 using window-text-pixel-size.
1413
f9b697dd
GM
14142013-11-30 Glenn Morris <rgm@gnu.org>
1415
3e2fb4db
GM
1416 * emacs-lisp/bytecomp.el (byte-compile-form):
1417 Make the `interactive-only' warning like the `obsolete' one.
1418 * comint.el (comint-run):
1419 * files.el (insert-file-literally, insert-file):
1420 * replace.el (replace-string, replace-regexp):
1421 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
1422 (goto-line, insert-buffer, next-line, previous-line):
1423 Tweak `interactive-only' spec.
1424
f9b697dd
GM
1425 Stop keeping (most) generated cedet grammar files in the repository.
1426 * Makefile.in (semantic): New.
1427 (compile-main): Depend on semantic.
1428
da048127
SM
14292013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1430
7784b779
SM
1431 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
1432 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
1433
4e36a6a6
SM
1434 * uniquify.el (uniquify-buffer-name-style): Change default.
1435
1436 * loadup.el: Preload "uniquify".
1437
e0ba1308
SM
1438 * time.el (display-time-update): Update all mode lines (bug#15999).
1439
da048127
SM
1440 * electric.el (electric-indent-mode): Enable by default.
1441 * loadup.el: Preload "electric".
1442
015b3b3e
BB
14432013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
1444
1445 * emacs-lisp/helpers.el (string-empty-p): New function.
1446 (string-blank-p): New function.
1447
7efb806d
AP
14482013-11-29 Andreas Politz <politza@hochschule-trier.de>
1449
1450 * imenu.el (imenu--index-alist): Add missing dot to the docstring
1451 (Bug#14029).
1452
c8f0efc2
AP
14532013-11-29 Andreas Politz <politza@fh-trier.de>
1454 * imenu.el (imenu--subalist-p): Don't error on non-conses and
1455 allow non-lambda lists as functions.
1456 (imenu--in-alist): Don't recurse into non-subalists.
1457 (imenu): Don't pass function itself as an argument (Bug#14029).
1458
bd15d9d1
SM
14592013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * progmodes/python.el (python-mode-map): Remove binding for ":".
1462 (python-indent-electric-colon): Remove command.
1463 (python-indent-post-self-insert-function): Integrate the previous code
1464 of python-indent-electric-colon. Make it conditional on
1465 electric-indent-mode.
1466 (python-mode): Add ?: to electric-indent-chars.
1467 Move python-indent-post-self-insert-function to the end of
1468 post-self-insert-hook.
1469
1b10adb6
SM
14702013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1471
655ab9a3
SM
1472 * doc-view.el (doc-view-goto-page): Update mode-line.
1473
1b10adb6
SM
1474 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
1475
7e3bf78c
GM
14762013-11-27 Glenn Morris <rgm@gnu.org>
1477
1478 * international/charprop.el, international/uni-bidi.el:
1479 * international/uni-category.el, international/uni-combining.el:
1480 * international/uni-comment.el, international/uni-decimal.el:
1481 * international/uni-decomposition.el, international/uni-digit.el:
1482 * international/uni-lowercase.el, international/uni-mirrored.el:
1483 * international/uni-name.el, international/uni-numeric.el:
1484 * international/uni-old-name.el, international/uni-titlecase.el:
1485 * international/uni-uppercase.el:
1486 Remove generated files from VCS repository.
1487
fb6a5d68
EZ
14882013-11-27 Eli Zaretskii <eliz@gnu.org>
1489
1490 * filenotify.el (file-notify-add-watch): Don't special-case
1491 w32notify when computing the directory to watch.
1492
cb6c95a3
GM
14932013-11-27 Glenn Morris <rgm@gnu.org>
1494
20372d0c
GM
1495 Make bootstrap without generated uni-*.el files possible again.
1496 * loadup.el: Update command-line-args checking for unidata-gen.
1497 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
1498 * composite.el, international/characters.el:
1499 Handle unicode tables being undefined.
1500
52d6635f 1501 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
cb6c95a3
GM
1502 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
1503 (compile-main): Depend on leim rule.
1504 (leim): New rule.
1505 * loadup.el: Move leim-list.el to leim/ subdirectory.
1506 * startup.el (normal-top-level): No more leim directory.
1507 * international/ja-dic-cnv.el (skkdic-convert):
1508 Disable version-control and autoloads in output files.
1509 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
1510 Disable version-control and autoloads in output files.
1511 * leim/quail: Move here from ../leim.
1512 * leim/quail/hangul.el (hangul-input-method-activate):
1513 Add autoload cookie.
1514 (generated-autoload-load-name): Set file-local value.
1515 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
1516 (generated-autoload-load-name): Set file-local value.
1517
0449d6cd 15182013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com> (tiny change)
e47112ee 1519
e0eb0550
JB
1520 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
1521 (eww-add-bookmark): Ask confirmation when add to bookmarks
1522 (eww-quit): Ask confirmation before quitting eww.
e47112ee 1523
0e2c793f
EZ
15242013-11-26 Eli Zaretskii <eliz@gnu.org>
1525
1526 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
1527 reading output from Diff on MS-Windows and MS-DOS.
1528
447bdcb8
BB
15292013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
1530
1531 * emacs-lisp/helpers.el (string-reverse): New function.
1532
5fbf6856
MA
15332013-11-26 Michael Albinus <michael.albinus@gmx.de>
1534
1535 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
1536 names on MS Windows, like "/[::1]:".
1537
1538 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
1539 SWITCHES.
1540
624780f0
GM
15412013-11-26 Glenn Morris <rgm@gnu.org>
1542
0bf3f0fa
GM
1543 * progmodes/python.el (python-indent-guess-indent-offset):
1544 Avoid corner-case error. (Bug#15975)
1545
624780f0
GM
1546 Preload leim-list.el. (Bug#4789)
1547 * loadup.el: Load leim-list.el when found.
1548 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
1549
4301875e 15502013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
d694737a
BB
1551
1552 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
1553
4301875e
BB
1554 * emacs-lisp/helpers.el (string-join): New function.
1555
1633a815 15562013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
2bb3a748
BB
1557
1558 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1559 Mark as obsolete and replace it with a symbol property.
1560 (byte-compile-form): Use new 'interactive-only property.
1561 * comint.el, files.el, replace.el, simple.el:
1562 Apply new 'interactive-only properly.
1563
00139435
MR
15642013-11-25 Martin Rudalics <rudalics@gmx.at>
1565
1566 * window.el (display-buffer-at-bottom): Make sure that
1567 split-window-sensibly creates the new window on bottom
1568 (Bug#15961).
1569
5f5b128d
DK
15702013-11-23 David Kastrup <dak@gnu.org>
1571
1572 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
1573 on the conflict markers when available.
1574 (smerge--get-marker): New function.
1575 (smerge-end-re, smerge-base-re): Add subgroup.
1576
623891e5
SM
15772013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1578
1579 * frame.el (handle-focus-in, handle-focus-out): Add missing
1580 interactive spec.
1581
05ca27d8
MA
15822013-11-25 Michael Albinus <michael.albinus@gmx.de>
1583
1584 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
1585 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
1586
511fa0d3
SM
15872013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1588
e82ad66c
SM
1589 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
1590 (gomoku--last-pos): New var.
1591 (gomoku--intangible-chars): New const.
1592 (gomoku--intangible): New function.
1593 (gomoku-mode): Use it. Derive from special-mode.
1594 (gomoku-move-up): Adjust line count.
1595 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
1596 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
1597 Simplify accordingly.
1598
511fa0d3
SM
1599 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
1600 Remove blink-cursor code.
1601 (blink-cursor-timer-function, blink-cursor-suspend):
1602 Don't special-case GUIs.
1603 (blink-cursor-mode): Use focus-in/out-hook.
1604
6f20dd03
DG
16052013-11-25 Dmitry Gutov <dgutov@yandex.ru>
1606
1607 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
1608 work when annotation is invisible (Bug#13886).
1609
431dec31 16102013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
7c1bf12e
SS
1611
1612 * json.el (json-alist-p): Only return non-nil if the alist has
1613 simple keys (Bug#13518).
1614
431dec31 16152013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
64e41529
MR
1616
1617 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
1618 when control-statement is the first statement in a buffer (Bug#15956).
1619
ee4f0261
DG
16202013-11-24 Dmitry Gutov <dgutov@yandex.ru>
1621
1622 * imenu.el (imenu-generic-skip-comments-and-strings):
1623 New option (Bug#15560).
1624 (imenu--generic-function): Use it.
1625
c484f866
JS
16262013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
1627
1628 * minibuffer.el (completion--in-region-1): Scroll the correct
1629 window. (Bug#13898)
1630
41ce6f70
BB
16312013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
1632
b55aea38
BB
1633 * emacs-lisp/helpers.el: Add some string helpers.
1634 (string-trim-left): Removes leading whitespace.
1635 (string-trim-right): Removes trailing whitespace.
1636 (string-trim): Removes leading and trailing whitespace.
1637
41ce6f70
BB
1638 * subr.el (string-suffix-p): New function.
1639
3cfb6af3
GM
16402013-11-23 Glenn Morris <rgm@gnu.org>
1641
1642 * progmodes/python.el (python-shell-send-file):
1643 Add option to delete file when done. (Bug#15647)
1644 (python-shell-send-string, python-shell-send-region): Use it.
1645
c27924b7
IS
16462013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
1647
e1b01c7f
IS
1648 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
1649 to set buffer-read-only to t, never to nil. (Bug#15938)
1650
c27924b7
IS
1651 * textmodes/tex-mode.el (latex-noindent-environments):
1652 Add safe-local-variable property. (Bug#15936)
1653
17e0445b
GM
16542013-11-23 Glenn Morris <rgm@gnu.org>
1655
92f78ea3
GM
1656 * textmodes/enriched.el (enriched-mode): Doc fix.
1657 * emacs-lisp/authors.el (authors-renamed-files-alist):
1658 Add enriched.doc -> enriched.txt.
1659
17e0445b
GM
1660 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
1661
965bb23a
LL
16622013-11-22 Leo Liu <sdl.web@gmail.com>
1663
1664 * progmodes/octave.el (inferior-octave-startup): Spit out error
1665 message.
1666
d19ffd64
BB
16672013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
1668
1669 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
1670 Improve docstring.
15ba2182
BB
1671 Add :version.
1672 (ruby-encoding-magic-comment-style): Add :version.
d19ffd64 1673
7a7567d2
LL
16742013-11-22 Leo Liu <sdl.web@gmail.com>
1675
1676 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
1677 (Bug#15076)
8c09f64b
LL
1678 (octave-help-mode): Adapt to change to help-mode-finish to use
1679 derived-mode-p on 2013-09-17.
1680 (inferior-octave-prompt): Also match octave-gui.
2cc18f93 1681 (octave-kill-process): Don't ask twice. (Bug#10564)
7a7567d2 1682
724bc265
LL
16832013-11-22 Leo Liu <sdl.web@gmail.com>
1684
1685 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
1686 (inferior-octave-startup, inferior-octave-check-process)
1687 (inferior-octave-track-window-width-change)
1688 (octave-completion-at-point, octave-eldoc-function): Use it.
1689 (octave-kill-process): Provide confirmation. (Bug#10564)
1690
38637cca
LL
16912013-11-21 Leo Liu <sdl.web@gmail.com>
1692
511fa0d3
SM
1693 * progmodes/octave.el (octave-mode, inferior-octave-mode):
1694 Fix obsolete variable comment-use-global-state.
38637cca 1695
06e752b4
RS
16962013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1697
511fa0d3
SM
1698 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
1699 Add `octave-source-file'.
06e752b4
RS
1700 (octave-source-file): New function. (Bug#15935)
1701
0449d6cd 17022013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
604ede6c
TZ
1703
1704 * net/eww.el (eww-local-regex): New variable.
1705 (eww): Use it to detect localhost and similar.
1706
b6ffa04a
LL
17072013-11-21 Leo Liu <sdl.web@gmail.com>
1708
1709 Add completion for command `ag'.
2021a200
LL
1710 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
1711 (pcomplete/ag): New function.
1712 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
b6ffa04a 1713
d1a6bccc
SM
17142013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1715
1716 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
1717 (bug#14646).
1718 (make-obsolete): Remove interactive spec.
1719
2df10228
GM
17202013-11-21 Glenn Morris <rgm@gnu.org>
1721
1722 * startup.el (command-line-1): Use path-separator with -L.
1723
86fd16b6
TZ
17242013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
1725
1726 * emacs-lisp/package.el (describe-package-1): Add package archive
1727 to shown fields.
1728
0449d6cd 17292013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
7a12a42b
BB
1730
1731 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
1732 Change default to "# encoding: %s" to differentiate it from the
1733 default Ruby encoding comment template.
1734
dc7e8c17 17352013-11-20 era eriksson <era+emacsbugs@iki.fi>
1736
1737 * ses.el (ses-mode): Doc fix. (Bug#14748)
1738
f0cfa5fe
LL
17392013-11-20 Leo Liu <sdl.web@gmail.com>
1740
1741 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
1742
826dc7b6
DN
17432013-11-19 Dan Nicolaescu <dann@gnu.org>
1744
1745 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
1746 when rebase or bisect are in progress.
1747
a6e3a5d5
XF
17482013-11-19 Xue Fuqiao <xfq.free@gmail.com>
1749
1750 * filenotify.el (file-notify-add-watch): Doc fix.
1751
f130cb76
LL
17522013-11-19 Leo Liu <sdl.web@gmail.com>
1753
e0855d7d
LL
1754 * obsolete/rcompile.el: Mark obsolete.
1755
f130cb76 1756 * progmodes/compile.el (compilation-start)
d1a6bccc
SM
1757 (compilation-goto-locus, compilation-find-file):
1758 Pass no-display-ok and handle nil value from display-buffer.
f130cb76
LL
1759 (Bug#13594)
1760
1761 * window.el (display-buffer-alist, display-buffer): Document the
9139632a
JL
1762 new parameter no-display-ok. Return either a window or nil
1763 but never a non-window value.
f130cb76 1764
1f35d401
SM
17652013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1766
25158c76
SM
1767 * electric.el (electric-indent-mode-map): Remove.
1768 (electric-indent-mode): Change the global-map instead (bug#15915).
1769
1770 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1771 Use add-function.
1f35d401 1772
9bc67baa
SM
17732013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1774
986545b5
SM
1775 * emacs-lisp/nadvice.el (remove-function): Align with
1776 add-function's behavior.
1777
9bc67baa
SM
1778 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
1779 (gdb--string-regexp): New constant.
1780 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
1781 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
1782 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
1783 submatch 1.
1784 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
1785 Adjust use accordingly.
1786 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
1787
56cd894e
AS
17882013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
1789
1790 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
1791 interpolation curlies (Bug#15914).
1792
014690de
JB
17932013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
1794
1795 * calc/calc.el (calc-context-sensitive-enter): New variable.
1796 (calc-enter): Use `calc-context-sensitive-enter'.
1797
7e26a6c3
TZ
17982013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
1799
1800 * progmodes/cfengine.el: Version bump.
1801 (cfengine-cf-promises): New defcustom to locate cf-promises.
1802 (cfengine3-vartypes): Add new "data" type.
1803 (cfengine3--current-word): New function to get current name-like
1804 word or its bounds.
1805 (cfengine3--current-function): New function to look up a CFEngine
1806 function's definition.
1807 (cfengine3-format-function-docstring): New function.
1808 (cfengine3-make-syntax-cache): New function.
1809 (cfengine3-documentation-function): New function: ElDoc glue.
1810 (cfengine3-completion-function): New function: completion glue.
1811 (cfengine3-mode): Set `compile-command',
1812 `eldoc-documentation-function', and add to
1813 `completion-at-point-functions'.
1814
355204dd
MA
18152013-11-16 Michael Albinus <michael.albinus@gmx.de>
1816
1817 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
1818 `tramp-current-connection'.
1819
43cebc23
DG
18202013-11-15 Dmitry Gutov <dgutov@yandex.ru>
1821
1822 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
1823 nil/self/true/false with "end of symbol".
1824
a3fed6ff
BB
18252013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
1826
1827 * subr.el (version-regexp-alist): Fix a typo.
1828
e675b3e4
MA
18292013-11-15 Michael Albinus <michael.albinus@gmx.de>
1830
1831 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
1832 "en_US.utf8" and "LC_CTYPE" to "".
1833 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
1834 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
1835
a1f03e89
LL
18362013-11-15 Leo Liu <sdl.web@gmail.com>
1837
1838 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
1839
5d9d9451
SM
18402013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1841
58362662
CS
1842 * progmodes/gud.el (ctl-x-map):
1843 Remove C-x SPC binding. (Bug#12342)
5d9d9451
SM
1844 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
1845
6c1bf086
BB
18462013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
1847
0d5363c4
BB
1848 * subr.el (version-regexp-alist):
1849 Recognize hg, svn and darcs versions as snapshot versions.
1850
4e9fc48c
BB
1851 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
1852 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
1853 (ruby--encoding-comment-required-p): Extract from
1854 `ruby-mode-set-encoding'.
1855 (ruby-mode-set-encoding): Add the ability to always insert an
1856 utf-8 encoding comment. Fix and simplify coding comment update
1857 logic.
6c1bf086 1858
2f7e72f8
MA
18592013-11-14 Michael Albinus <michael.albinus@gmx.de>
1860
1861 * net/tramp-gvfs.el (top): Run init code only when
1862 `tramp-gvfs-enabled' is not nil.
1863 (tramp-gvfs-enabled): Check also :system bus.
1864
0f137a73
SM
18652013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1866
1867 Sync with upstream verilog-mode revision 78e66ba.
1868 * progmodes/verilog-mode.el (verilog-end-of-defun)
1869 (verilog-type-completion, verilog-get-list): Remove unused funcs.
1870 (verilog-get-end-of-defun): Remove unused argument.
1871 (verilog-comment-depth): Remove unused local `e'.
1872 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
1873 Don't pass arg to verilog-get-end-of-defun.
1874
1c276bdd
GM
18752013-11-14 Glenn Morris <rgm@gnu.org>
1876
1877 * obsolete/assoc.el (aget): Prefix dynamic variable.
1878
1879 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
1880
ff6ec81d
SM
18812013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * widget.el, hfy-cmap.el: Remove bogus package version number.
1884
75f777b6
GM
18852013-11-13 Glenn Morris <rgm@gnu.org>
1886
1d43dba1
GM
1887 * replace.el (replace-eval-replacement):
1888 Try to give more helpful error message. (Bug#15836)
1889
ff4b7bd5
GM
1890 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1891 (archive-7z-update): Avoid custom type mismatches.
1892
75f777b6
GM
1893 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
1894
11151a06
MA
18952013-11-13 Michael Albinus <michael.albinus@gmx.de>
1896
e675b3e4 1897 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
11151a06
MA
1898 address can be empty.
1899
1900 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
1901 Accept nil SWITCHES.
1902 (tramp-gvfs-handle-write-region): Implement APPEND.
1903
7b08f97e
DG
19042013-11-12 Dmitry Gutov <dgutov@yandex.ru>
1905
1906 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
ff6ec81d
SM
1907 binary "|" operator and closing block args delimiter.
1908 Remove FIXME comment referring to Ruby 1.8-only syntax.
7b08f97e
DG
1909 (ruby-smie--implicit-semi-p): Not after "|" operator.
1910 (ruby-smie--closing-pipe-p): New function.
1911 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
1912 (ruby-smie-rules): Indent after "|".
1913
f201cf3a
GM
19142013-11-12 Glenn Morris <rgm@gnu.org>
1915
1916 * ps-print.el (ps-face-attribute-list):
1917 Handle anonymous faces. (Bug#15827)
1918
e6f759f9
MR
19192013-11-12 Martin Rudalics <rudalics@gmx.at>
1920
1921 * window.el (display-buffer-other-frame): Fix doc-string.
1922 (Bug#15868)
1923
ecda65d4
SM
19242013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1925
1926 * subr.el (force-mode-line-update): Delete, move to buffer.c.
1927
7ce8fcc3
MA
19282013-11-11 Michael Albinus <michael.albinus@gmx.de>
1929
1930 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
1931 (tramp-sh-handle-file-local-copy): Don't write a message when
1932 saving temporary files.
1933
1934 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
1935 both directories are remote.
1936 (tramp-smb-handle-directory-files): Do not return double entries.
1937 Do not expand full file names.
1938 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
1939 (tramp-smb-handle-write-region): Implement APPEND.
1940 (tramp-smb-get-stat-capability): Fix a stupid bug.
1941
7818df11
SM
19422013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1943
1944 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
1945
608c2085
NT
19462013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1947
1948 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
1949 throwing error over malformed let/let* (bug#15814).
1950
122a7e46
SM
19512013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1952
1953 * iswitchb.el (iswitchb-mode): Mark obsolete.
1954
766284d9
GM
19552013-11-11 Glenn Morris <rgm@gnu.org>
1956
1957 * international/uni-bidi.el, international/uni-category.el:
1958 * international/uni-name.el, international/uni-numeric.el:
1959 Regenerate for Unicode 6.3.0.
1960
7072a4e9
MA
19612013-11-10 Michael Albinus <michael.albinus@gmx.de>
1962
1963 * net/tramp.el (tramp-methods):
1964 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
1965 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
1966
c9df215b
AS
19672013-11-09 Andreas Schwab <schwab@linux-m68k.org>
1968
608c2085
NT
1969 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1970 Force highlighting text after Summary keyword in doc face for rpm.
c9df215b 1971
fa47d796
DG
19722013-11-09 Dmitry Gutov <dgutov@yandex.ru>
1973
1974 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
608c2085 1975 available and the word has no wildcards, append one to the grep pattern.
fa47d796
DG
1976 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
1977 (ispell-complete-word): Call `ispell-lookup-words' with the value
1978 independent of `ispell-look-p'.
1979
1629a329
DG
19802013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1981
1982 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
1983 Not after "||".
1984 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
1985 their parent.
1986
ad16897c
SM
19872013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1988
1989 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
1990 (ruby-font-lock-keywords): Use backquote.
1991
ffa2df72
DG
19922013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1993
1994 * progmodes/ruby-mode.el (ruby-smie--forward-token)
1995 (ruby-smie--backward-token): Only consider full-string matches.
1996
5b97b4c0
JD
19972013-11-08 Jan Djärv <jan.h.d@swipnet.se>
1998
1999 * faces.el (describe-face): Add distant-foreground.
2000
71731c03
BB
20012013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
2002
4e9fc48c
BB
2003 * progmodes/ruby-mode.el: Improve encoding comment handling.
2004 (ruby-encoding-magic-comment-style): New option.
2005 (ruby-custom-encoding-magic-comment-template): New option.
655ab9a3
SM
2006 (ruby--insert-coding-comment, ruby--detect-encoding):
2007 New functions extracted from `ruby-mode-set-encoding'.
4e9fc48c
BB
2008 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
2009 to control the style of the auto-inserted encoding comment.
71731c03 2010
da3b328d
DG
20112013-11-08 Dmitry Gutov <dgutov@yandex.ru>
2012
ad16897c
SM
2013 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
2014 Use `smie-backward-sexp' with token argument.
da3b328d 2015
1606c2d3
MA
20162013-11-08 Michael Albinus <michael.albinus@gmx.de>
2017
2018 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
2019 Remove instrumentation code.
2020
b0f4c320
GM
20212013-11-08 Glenn Morris <rgm@gnu.org>
2022
2023 * progmodes/autoconf.el (autoconf-mode):
2024 Tweak comment-start-skip. (Bug#15822)
2025
43668fb1
SM
20262013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
2029 at bobp (bug#15826).
2030 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
2031
daddb3fd
DH
20322013-11-08 Darren Hoo <darren.hoo@gmail.com>
2033
2034 * man.el (Man-start-calling): New macro, extracted from
2035 Man-getpage-in-background.
2036 (Man-getpage-in-background): Use it.
2037 (Man-update-manpage): New command.
2038 (Man-mode-map): Bind it.
2039
1f923923
DG
20402013-11-08 Dmitry Gutov <dgutov@yandex.ru>
2041
2042 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
2043 of "and", "or", "&&" and "||".
2044 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
2045 argument. Prohibit opening curly brace because it could only be a
2046 block opener in that position.
daddb3fd
DH
2047 (ruby-smie--forward-token, ruby-smie--backward-token):
2048 Separate "|" from "&" or "*" going after it. That can happen in block
1f923923
DG
2049 arguments.
2050 (ruby-smie--indent-to-stmt): New function, seeks the end of
2051 previous statement or beginning of buffer.
2052 (ruby-smie-rules): Use it.
2053 (ruby-smie-rules): Check if there's a ":" before a curly block
2054 opener candidate; if there is, it's a hash.
2055
3220d527
SM
20562013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
2059 (cl--block-wrapper): Fix last accidental change.
2060
1eb1f9e0
MA
20612013-11-07 Michael Albinus <michael.albinus@gmx.de>
2062
2063 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
2064 Instrument, in order to hunt failure on hydra.
2065
e6e4db3c
NT
20662013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2067
2068 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
2069 malformed bindings form (bug#15814).
2070
b420ccfc
DG
20712013-11-07 Dmitry Gutov <dgutov@yandex.ru>
2072
2073 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
1d1c86da
DG
2074 "." compared to " @ ". This incidentally fixes some indentation
2075 examples with "do".
e6e4db3c 2076 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
1d1c86da
DG
2077 (ruby-smie-grammar): New tokens: "and" and "or".
2078 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
2079 Exclude "and" and "or". Remove "do" in order to work around token
2080 priorities.
2081 (ruby-smie-rules): Add all infix tokens. Handle the case of
2082 beginning-of-buffer.
b420ccfc 2083
6b4ac03e
GM
20842013-11-06 Glenn Morris <rgm@gnu.org>
2085
2086 * Makefile.in (setwins_almost, setwins_for_subdirs):
2087 Avoid accidental matches.
2088
5ca114d1
SM
20892013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 * menu-bar.el (popup-menu): Use key-binding.
2092
f72552bd
EZ
20932013-11-06 Eli Zaretskii <eliz@gnu.org>
2094
2095 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
2096 menus, support also the menus produced by minor modes.
2097 (Bug#15817)
2098
5d5c701e
LL
20992013-11-06 Leo Liu <sdl.web@gmail.com>
2100
2101 * thingatpt.el (thing-at-point-looking-at): Add optional arg
2102 DISTANCE to bound the search. All uses changed. (Bug#15808)
2103
0a8b75e2
GM
21042013-11-06 Glenn Morris <rgm@gnu.org>
2105
2106 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
65de43ad
GM
2107 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
2108 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
0a8b75e2 2109
a35287ea
SM
21102013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2111
feca4e2d
SM
2112 * electric.el (electric-indent-just-newline): New command.
2113 (electric-indent-mode-map): New keymap.
2114 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
2115 Re-add :group which weren't redundant.
2116
a35287ea
SM
2117 * electric.el (electric-indent-local-mode): New minor mode.
2118 (electric-indent-functions-without-reindent): New var.
2119 (electric-indent-post-self-insert-function): Use it.
2120 * emacs-lisp/gv.el (buffer-local-value): Add setter.
2121
375761b2
EZ
21222013-11-05 Eli Zaretskii <eliz@gnu.org>
2123
9a6ad735
EZ
2124 * international/quail.el (quail-help): Be more explicit about the
2125 meaning of the labels shown on the keys. (Bug#15800)
2126
375761b2
EZ
2127 * startup.el (normal-top-level): Load the subdirs.el files before
2128 setting the locale environment. (Bug#15805)
2129
520a6e4a
SM
21302013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2131
0acfafef
SM
2132 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
2133 via arguments so as to get the right ones (bug#15418).
2134
520a6e4a
SM
2135 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
2136
15826261
MA
21372013-11-05 Michael Albinus <michael.albinus@gmx.de>
2138
2139 Fix problems found while writing a test suite.
2140
2141 * net/tramp-compat.el (tramp-compat-load): New defun.
2142 * net/tramp.el (tramp-handle-load): Use it.
2143
2144 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
2145 "(numberp ok-if-already-exists)" correctly.
2146
d35f31a4
XF
21472013-11-05 Xue Fuqiao <xfq.free@gmail.com>
2148
2149 * international/characters.el (glyphless-char-display-control):
2150 Add usage note.
2151
ae93bc74
BB
21522013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
2153
520a6e4a
SM
2154 * progmodes/python.el (python-mode):
2155 * progmodes/scheme.el (scheme-mode):
2156 * progmodes/prolog.el (prolog-mode):
2157 * progmodes/ruby-mode.el (ruby-mode):
2158 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
2159 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
ae93bc74 2160
0ade65b5
SM
21612013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2162
a0d5f7a4
SM
2163 * rect.el (rectangle--highlight-for-redisplay):
2164 * emacs-lisp/smie.el (smie--next-indent-change):
2165 Use buffer-chars-modified-tick.
2166
c93f3f5c
SM
2167 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
2168
0ade65b5
SM
2169 * electric.el (electric-indent-post-self-insert-function):
2170 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
2171
ef9dd188
HE
21722013-11-04 Helmut Eller <eller.helmut@gmail.com>
2173
2174 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
2175
306e7308
NT
21762013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2177
2178 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
2179 (bug#15786).
2180
e5afbcac
SM
21812013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2182
1d01ad41
SM
2183 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
2184
e5afbcac
SM
2185 * progmodes/python.el: Fix up last change.
2186 (python-shell--save-temp-file): New function.
2187 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
2188 `string' comes from the current buffer.
2189 (python-shell-send-string-no-output): Remove `msg' arg.
2190 (python--use-fake-loc): New var.
2191 (python-shell-buffer-substring): Obey it. Try to compensate for the
2192 extra coding line added by python-shell--save-temp-file.
2193 (python-shell-send-region): Use python-shell--save-temp-file and
2194 python-shell-send-file directly. Add `nomain' argument.
2195 (python-shell-send-buffer): Use python-shell-send-region.
2196 (python-electric-pair-string-delimiter): New function.
2197 (python-mode): Use it.
2198
d0065ff1
EZ
21992013-11-04 Eli Zaretskii <eliz@gnu.org>
2200
2201 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
2202 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
2203 environment and decoding all of the default-directory's to here
2204 from command-line.
2205 (command-line): Decode also argv[0].
2206
2207 * loadup.el: Error out if default-directory is a multibyte string
2208 when we are dumping.
2209
2210 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
2211
7397c587
TZ
22122013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
2213
2214 * emacs-lisp/package.el (package-menu-mode)
e5afbcac
SM
2215 (package-menu--print-info, package-menu--archive-predicate):
2216 Add Archive column to package list.
7397c587 2217
b27cc9fc
MA
22182013-11-04 Michael Albinus <michael.albinus@gmx.de>
2219
2220 Fix problems found while writing a test suite.
2221
2222 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
2223 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
2224 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
2225 to nil when running original file name handler. Otherwise,
2226 there are problems with constructs like "$$FOO".
2227
2228 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
2229 for `localname'.
2230
d8c4f18a
BB
22312013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
2232
7b530552
BB
2233 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
2234
2235 * subr.el (version<, version<=, version=):
2236 Update docstrings with information for snapshot versions.
2237
d8c4f18a
BB
2238 * helpers.el: New library for misc helper functions.
2239 (hash-table-keys): New function returning a list of hash keys.
2240 (hash-table-values): New function returning a list of hash values.
2241
dca01b09
DG
22422013-11-04 Dmitry Gutov <dgutov@yandex.ru>
2243
2244 * progmodes/ruby-mode.el (ruby-smie--forward-token)
2245 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
2246
0a749fa0
MN
22472013-11-04 Michal Nazarewicz <mina86@mina86.com>
2248
2249 * textmodes/fill.el (fill-single-char-nobreak-p): New function
2250 checking whether point is after a 1-letter word.
2251
22522013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
ec79b92b
NT
2253
2254 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
2255 Don't infloop when expanding region over `multiline' syntax-type that
2256 begins a line (bug#15778).
2257
4aca7145
SM
22582013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2259
2260 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
2261 Make it into a proper minor mode.
2262 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
2263 (rectangle-mark-mode-map): New keymap.
2264 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
2265
a0833f62
GM
22662013-11-04 Glenn Morris <rgm@gnu.org>
2267
2268 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
2269
e61845c1
SM
22702013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2271
2272 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
2273 (ruby-smie-rules): Use smie-rule-parent instead.
2274
2275 * emacs-lisp/smie.el (smie-rule-parent): Always call
2276 smie-indent-virtual rather than only for hanging tokens.
2277 (smie--next-indent-change): New helper command.
2278
62942f89
GM
22792013-11-03 Glenn Morris <rgm@gnu.org>
2280
2281 * Makefile.in (abs_srcdir): Remove.
2282 (emacs): Unset EMACSLOADPATH.
2283
b0b9e592
GM
22842013-11-02 Glenn Morris <rgm@gnu.org>
2285
18ba6a33 2286 * Makefile.in (EMACS): Use a relative filename.
8061810d 2287 (abs_top_builddir): Remove.
18ba6a33
GM
2288 (custom-deps, finder-data, autoloads): Use --chdir.
2289
6a8b929e
GM
2290 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
2291
c617f3d0
GM
2292 Use relative filenames in TAGS files.
2293 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2294 (lisptagsfiles4, TAGS): Use relative file names.
2295 (TAGS-LISP): Remove.
2296 (maintainer-clean): No more TAGS-LISP file.
2297
b0b9e592
GM
2298 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2299 (lisptagsfiles4): Use absolute filenames again.
2300 (TAGS, TAGS-LISP): Not everything needs to run in one line.
2301 Remove all *loaddefs files, not just the first. Remove esh-groups.
2302 (maintainer-clean): Delete TAGS, TAGS-LISP.
2303
d1c0ea6a
BB
23042013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
2305
e61845c1
SM
2306 * emacs-lisp/package.el (package-version-join):
2307 Recognize snapshot versions.
d1c0ea6a 2308
684d71c6
BB
23092013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
2310
2311 * subr.el (version-regexp-alist): Add support for snapshot versions.
2312
3d42b968
DG
23132013-11-02 Dmitry Gutov <dgutov@yandex.ru>
2314
e61845c1
SM
2315 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
2316 New function, replacement for `smie-rule-parent' for when we want to
3d42b968
DG
2317 skip over our direct parent if it's an assignment token..
2318 (ruby-smie-rules): Use it.
2319
7ffd3721
DG
23202013-11-02 Dmitry Gutov <dgutov@yandex.ru>
2321
2322 * progmodes/ruby-mode.el Use `syntax-propertize-function'
2323 unconditionally. Remove now unnecessary forward declarations.
2324 Remove XEmacs-specific setup.
2325 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
2326 (ruby-font-lock-syntactic-keywords)
2327 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
2328 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
2329 (ruby-here-doc-end-syntax): Remove.
2330 (ruby-mode): Don't check whether `syntax-propertize-rules' is
2331 defined as function.
2332
a3996a2e
BB
23332013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
2334
2335 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
2336
6f9260e8
BB
23372013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
2338
2339 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
2340 table and abbrev table, `define-derived-mode' does that for us
2341 anyway.
2342
6014de84
GM
23432013-11-01 Glenn Morris <rgm@gnu.org>
2344
2345 * Makefile.in: Remove manual mh-e dependencies (writing .elc
2346 files is atomic for some time, so no parallel compilation issues).
2347
3c334c14
JD
23482013-11-01 Jan Djärv <jan.h.d@swipnet.se>
2349
2350 * faces.el (face-x-resources): Add :distant-foreground.
2351 (region): Use :distant-foreground for gtk and ns.
2352
9bc236c8
TH
23532013-11-01 Tassilo Horn <tsdh@gnu.org>
2354
5246583b 2355 Allow multiple bibliographies when BibLaTeX is used rather than
9bc236c8
TH
2356 BibTeX.
2357 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
2358 (reftex-locate-bibliography-files): Us it.
2359
d14c81ee
CB
23602013-11-01 Claudio Bley <claudio.bley@googlemail.com>
2361
0e7690de
CB
2362 * image.el (image-type-header-regexps): Fix the 'pbm' part to
2363 allow comments in pbm files.
2364
d14c81ee
CB
2365 * term/w32-win.el (dynamic-library-alist): Support newer versions
2366 of libjpeg starting with v7: look only for the DLL from the
2367 version against which Emacs was built.
ac1bf374 2368 Support versions of libpng beyond 1.4.x.
019c8218 2369 Support libtiff v4.x.
d14c81ee 2370
983d0df5
BB
23712013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
2372
2373 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
2374 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
2375 Add property :safe.
2376 (ruby-deep-arglist): Add property :type.
2377
47f58d85
GM
23782013-10-31 Glenn Morris <rgm@gnu.org>
2379
2380 * Makefile.in (custom-deps, finder-data): No need to setq the target
2381 variables, we are in the right directory and the defaults work fine.
2382
4f85b479
GM
23832013-10-30 Glenn Morris <rgm@gnu.org>
2384
ca7dd4cd
GM
2385 * Makefile.in (autoloads): Do not use abs_lisp.
2386
4f85b479
GM
2387 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2388 `newline' does not respect `standard-output', so use `princ'.
2389
cf59e41c
AA
23902013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
2391
2392 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
2393 * buff-menu.el (Buffer-menu--unmark): New function.
2394 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
2395
74cf04fb
GM
23962013-10-30 Glenn Morris <rgm@gnu.org>
2397
b040b60e
GM
2398 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
2399
f53d3815
GM
2400 * emacs-lisp/package.el (lm-homepage): Declare.
2401
5413d873
GM
2402 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
2403 Fix doc typos.
2404
cecedb36
GM
2405 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
2406
74cf04fb
GM
2407 * Makefile.in (finder-data, autoloads, update-subdirs)
2408 (compile-main, compile-clean, compile-always, bootstrap-clean):
2409 Check return value of cd.
2410 (compile-calc): Remove.
2411
195ee2f0
SM
24122013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2413
ae4002ce
SM
2414 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
2415
2416 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
2417 (byte-compile-and-folded): New function.
2418 (=, <, >, <=, >=): Use it.
2419
2420 * dos-w32.el (minibuffer-history-case-insensitive-variables)
2421 (path-separator, null-device, buffer-file-coding-system)
2422 (lpr-headers-switches): Check system-type before modifying them.
2423 (find-buffer-file-type-coding-system): Mark obsolete.
2424 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
2425 find-file-not-found-set-buffer-file-coding-system.
2426 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
2427 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
2428 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
2429 (w32-direct-print-region-helper, w32-direct-print-region-function)
2430 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
2431 * startup.el (normal-top-level-add-subdirs-to-load-path):
2432 * ps-print.el (ps-print-region-function):
2433 * lpr.el (print-region-function): Use new name.
2434
53b39e89
SM
2435 * subr.el (custom-declare-variable-early): Remove function.
2436 (custom-declare-variable-list): Remove var.
2437 (error, user-error): Remove `while' loop.
2438 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
2439 (user-emacs-directory-warning, locate-user-emacs-file):
2440 Move to files.el.
2441 * simple.el (read-quoted-char-radix, read-quoted-char):
2442 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
2443 Move from subr.el.
2444 * custom.el (custom-declare-variable-list): Don't process
2445 custom-declare-variable-list.
2446
195ee2f0
SM
2447 * progmodes/python.el (python-shell-get-buffer): New function.
2448 (python-shell-get-process): Use it.
2449 (python-shell-send-string): Always use utf-8 and add a cookie to tell
2450 Python which encoding was used. Don't split-string since we only care
2451 about the first line. Return the temp-file, if applicable.
2452 (python-shell-send-region): Tell compile.el how to turn locations in
2453 the temp-file into locations in the source buffer.
2454
7e3561ee
SM
24552013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2456
4c9797cb
SM
2457 * subr.el (undefined): Add missing behavior from the C code for
2458 unbound keys.
2459
3472b6c6
SM
2460 * rect.el: Use lexical-binding. Add new rectangular region support.
2461 (rectangle-mark): New command.
2462 (rectangle--region): New var.
2463 (deactivate-mark-hook): Reset rectangle--region.
2464 (rectangle--extract-region, rectangle--insert-for-yank)
2465 (rectangle--highlight-for-redisplay)
2466 (rectangle--unhighlight-for-redisplay): New functions.
2467 (region-extract-function, redisplay-unhighlight-region-function)
2468 (redisplay-highlight-region-function): Use them to handle
2469 rectangular region.
2470 * simple.el (region-extract-function): New var.
2471 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
2472 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
2473 (kill-region): Replace obsolete `yank-handler' arg with `region'.
2474 (copy-region-as-kill, kill-ring-save): Add `region' argument.
2475 (redisplay-unhighlight-region-function)
2476 (redisplay-highlight-region-function): New vars.
2477 (redisplay--update-region-highlight): New function.
2478 (pre-redisplay-function): Use it.
2479 (exchange-point-and-mark): Don't deactivate the mark before
2480 reactivate-it anyway.
2481 * comint.el (comint-kill-region): Remove yank-handler argument.
2482 * delsel.el (delete-backward-char, backward-delete-char-untabify)
2483 (delete-char): Remove property, since it's now part of their
2484 default behavior.
2485 (self-insert-iso): Remove property since this command doesn't exist.
2486
7e3561ee
SM
2487 * emacs-lisp/package.el (package--download-one-archive)
2488 (describe-package-1): Don't query the user about final newline.
2489
b9bef71f
DC
24902013-10-29 Daniel Colascione <dancol@dancol.org>
2491
2492 * net/tramp.el (tramp-methods): Document new functionality.
2493 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
2494 tramp-hostname-checker if method provides one instead of scanning
2495 argument list for "%h" to decide hostname acceptability.
2496
4efc33f0
MA
24972013-10-28 Michael Albinus <michael.albinus@gmx.de>
2498
2499 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
2500 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2501 Handle COPY-CONTENTS. (Bug#15737)
2502
ed42a877
DU
25032013-10-28 Daiki Ueno <ueno@gnu.org>
2504
2505 * epa-file.el
7e3561ee
SM
2506 (epa-file-cache-passphrase-for-symmetric-encryption):
2507 Document that this option has no effect with GnuPG 2.0 (bug#15552).
ed42a877 2508
18c9f8a2
XF
25092013-10-27 Xue Fuqiao <xfq.free@gmail.com>
2510
7a4bc7be
XF
2511 * image.el (defimage):
2512 (image-load-path): Doc fixes.
18c9f8a2 2513
b1e8e010
AM
25142013-10-27 Alan Mackenzie <acm@muc.de>
2515
2516 Indent statements in macros following "##" correctly.
7e3561ee
SM
2517 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2518 Modify the "#" arm of a cond form to handle "#" and "##" operators.
b1e8e010 2519
73d40d1e 25202013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
fdab3d0b
NT
2521
2522 * linum.el (linum-update-window): Fix boundary test (bug#13446).
2523
c8c605ac
DG
25242013-10-27 Dmitry Gutov <dgutov@yandex.ru>
2525
2526 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
2527 after `=' is probably a new expression.
2528
ca7e59d4
RS
25292013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2530
2531 * man.el (man-imenu-title): New option.
2532 (Man-mode-map): Add menu. (Bug#15722)
2533 (Man-mode): Add imenu to menu.
2534
bae91342
DG
25352013-10-26 Dmitry Gutov <dgutov@yandex.ru>
2536
2537 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
2538 specific in what the first arg can be: a non-keyword word,
2539 string/regexp/percent literal opener, opening paren, or unary
2540 operator followed directly by word.
2541
eb89dc14
SM
25422013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
2545 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
2546 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
2547 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
2548 Remove vars, they do not apply any more.
2549 (prolog-mode-abbrev-table): Remove redundant declaration.
2550 (prolog-upper-case-string, prolog-lower-case-string): Remove.
2551 (prolog-use-smie): Remove.
2552 (prolog-smie-rules): Add indentation rule for the if-then-else layout
2553 supported by prolog-electric-if-then-else-flag.
2554 (prolog-mode-variables, prolog-menu): Use setq-local.
2555 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
2556 Remove binding to `Backspace' since this key doesn't exist anyway.
2557 Remove bindings for electric self-inserting keys.
2558 (prog-mode): Assume it's defined.
2559 (prolog-post-self-insert): New function.
2560 (prolog-mode): Use it.
2561 (prolog-indent-line, prolog-indent-level)
2562 (prolog-find-indent-of-matching-paren)
2563 (prolog-indentation-level-of-line, prolog-goto-comment-column)
2564 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
2565 (prolog-goto-next-paren, prolog-in-string-or-comment)
2566 (prolog-tokenize, prolog-inside-mline-comment)
2567 (prolog-find-start-of-mline-comment): Remove functions.
2568 (prolog-find-unmatched-paren, prolog-clause-end)
2569 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
2570 (prolog-electric--if-then-else): Rename from
2571 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
2572 (prolog-tokenize-searchkey): Remove const.
2573 (prolog-clause-info): Use forward-sexp.
2574 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
2575 (prolog-electric-if-then-else): Remove commands.
2576 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
2577 for use in post-self-insert-hook.
2578 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
2579 for use in post-self-insert-hook.
2580 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
2581 for use in post-self-insert-hook.
2582 (prolog-electric--underscore): Rename from prolog-electric--underscore;
2583 adapt it for use in post-self-insert-hook.
2584
3dab0a83
MA
25852013-10-25 Michael Albinus <michael.albinus@gmx.de>
2586
2587 * emacs-lisp/ert.el (ert-run-tests-interactively):
2588 Use `completing-read'. (Bug#9756)
2589
fbfd0e1d
EZ
25902013-10-25 Eli Zaretskii <eliz@gnu.org>
2591
2592 * simple.el (line-move): Call line-move-1 instead of
2593 line-move-visual when the current window hscroll is zero, but
2594 temporary-goal-column indicates we will need to hscroll as result
2595 of the movement. (Bug#15712)
2596
963ce636
DG
25972013-10-25 Dmitry Gutov <dgutov@yandex.ru>
2598
2599 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
eb89dc14
SM
2600 capitalization. Use :visible instead of :active.
2601 Fix `ruby-indent-exp' reference. Add menu items for the generic
963ce636
DG
2602 commands that are used with SMIE.
2603 (ruby-do-end-to-brace): Insert space after `{'.
2604
a0be396a
JA
26052013-10-25 John Anthony <john@jo.hnanthony.com>
2606
f73754c9
JA
2607 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
2608
2609 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
a0be396a 2610
f5bf77df
GM
26112013-10-25 Glenn Morris <rgm@gnu.org>
2612
2613 * vc/vc.el (vc-print-log): Don't use a working revision unless
2614 one was explicitly specified. (Bug#15322)
2615
37241f62
SM
26162013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2617
2618 * subr.el (add-to-list): Preserve return value in compiler-macro
2619 (bug#15692).
2620
6408a65d
RS
26212013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2622
2623 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
2624 result. Ask user to retry using '-all' flag. (Bug#15701)
2625
71e3276b
SM
26262013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2627
2628 * emacs-lisp/smie.el: New smie-config system.
2629 (smie-config): New defcustom.
2630 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
2631 (smie-config-guess, smie-config-save): New commands.
2632 (smie-config--mode-local, smie-config--buffer-local)
2633 (smie-config--trace, smie-config--modefuns): New vars.
2634 (smie-config--advice, smie-config--mode-hook)
2635 (smie-config--setter, smie-config-local, smie-config--get-trace)
2636 (smie-config--guess-value, smie-config--guess): New functions.
2637 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
2638 text properties. Treat "string fence" syntax like string syntax.
2639
2640 * progmodes/sh-script.el (sh-use-smie): Change default.
2641 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
2642 (sh-var-value): Simplify by CSE.
2643 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
2644 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
2645 is used.
2646 (sh-guess-basic-offset): Use cl-incf.
2647 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
2648
60db713e
HE
26492013-10-24 Helmut Eller <eller.helmut@gmail.com>
2650
2651 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
2652 (bug#15699).
2653
8b251df6
GM
26542013-10-24 Glenn Morris <rgm@gnu.org>
2655
2656 * Makefile.in (abs_top_srcdir): Remove.
2657 (update-subdirs): Use relative path to update-subdirs.
2658
6be0e22b
EZ
26592013-10-24 Eli Zaretskii <eliz@gnu.org>
2660
2661 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
2662 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
60db713e
HE
2663 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2664 Call unmsys--file-name before expand-file-name, not after it.
6be0e22b 2665
50b5b857
MA
26662013-10-24 Michael Albinus <michael.albinus@gmx.de>
2667
2668 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
2669 (ert-test-skipped): New error.
2670 (ert-skip, ert-stats-skipped): New defuns.
2671 (ert--skip-unless): New macro.
2672 (ert-test-skipped): New struct.
2673 (ert--run-test-debugger, ert-test-result-type-p)
2674 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
2675 (ert--stats-set-test-and-result, ert-char-for-test-result)
2676 (ert-string-for-test-result, ert-run-tests-batch)
60db713e 2677 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
3dab0a83 2678 Handle skipped tests. (Bug#9803)
50b5b857 2679
6f317c2f
GM
26802013-10-24 Glenn Morris <rgm@gnu.org>
2681
e43817c1
GM
2682 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
2683
6f317c2f
GM
2684 * Makefile.in (abs_top_srcdir): New, set by configure.
2685 (update-subdirs): Correct build-aux location.
2686
369bbf71
DG
26872013-10-24 Dmitry Gutov <dgutov@yandex.ru>
2688
8297b2cf
DG
2689 * vc/vc.el (vc-print-root-log): Always set `default-directory'
2690 value, whether we could auto-deduce `backend', or not.
2691
369bbf71
DG
2692 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
2693 with parameters" example. Simplify the "is it block or is it
2694 hash" check, but also make it more thorough.
2695
d5f1282f
MF
26962013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
2697
2698 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
2699
bc4aaa31
SM
27002013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2701
03d44565
SM
2702 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
2703 { if it is hanging.
2704
bc4aaa31
SM
2705 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
2706 :before ";".
2707
f493ff19
JB
27082013-10-23 Jed Brown <jed@59A2.org> (tiny change)
2709
2710 * progmodes/compile.el (compilation-directory-matcher)
2711 (compilation-page-delimiter):
2712 Support GNU Make-4.0 directory quoting. (Bug#15678)
2713
c744a3b9
LL
27142013-10-23 Leo Liu <sdl.web@gmail.com>
2715
2716 * ido.el (ido-tidy): Handle read-only text.
2717
b8e3b0a9
GM
27182013-10-23 Glenn Morris <rgm@gnu.org>
2719
2720 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
2721 (emacs, compile, compile-always):
2722 Quote entities that might contain whitespace.
2723 (custom-deps, finder-data, autoloads): Use abs_lisp.
2724 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
2725 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
2726 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
2727
ee4282cd
DG
27282013-10-23 Dmitry Gutov <dgutov@yandex.ru>
2729
bc4aaa31
SM
2730 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
2731 Use `following-char'.
7790a270 2732
ee4282cd 27332013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7790a270
SM
2734
2735 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
2736 * progmodes/ruby-mode.el (ruby-smie-rules):
2737 Remove corresponding workaround. Fix indentation rule of ";" so it
2738 also applies when ";" is the parent.
2739
d40a46d7
XF
27402013-10-22 Xue Fuqiao <xfq.free@gmail.com>
2741
2742 * frame.el (display-screens, display-pixel-height)
2743 (display-pixel-width, display-mm-width, display-backing-store)
2744 (display-save-under, display-planes, display-color-cells)
7790a270
SM
2745 (display-visual-class, display-monitor-attributes-list):
2746 Mention the optional ‘display’ argument in doc strings.
d40a46d7 2747
a0f143c9
MG
27482013-10-22 Michael Gauland <mikelygee@amuri.net>
2749
2750 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
2751 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
2752
18cacc39
DG
27532013-10-21 Dmitry Gutov <dgutov@yandex.ru>
2754
2755 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
2756 TODO. Add "." after " @ ".
2757 (ruby-smie--at-dot-call): New function. Checks if point at method
2758 call with explicit target.
2759 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
2760 to the method name tokens when it precedes them.
2761 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
2762 (ruby-smie-rules): Add rule for indentation before and after "."
2763 token.
2764
df74c4be
SM
27652013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2766
c6dab55f
SM
2767 * textmodes/remember.el (remember-diary-extract-entries):
2768 Avoid add-to-list.
2769
df74c4be
SM
2770 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
2771 an instruction.
2772
8c1ae481
DG
27732013-10-21 Dmitry Gutov <dgutov@yandex.ru>
2774
cfef16c0
DG
2775 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
2776 (ruby-smie--implicit-semi-p): Add new operator chars.
2777
8c1ae481
DG
2778 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
2779 `smie-down-list'.
2780 (ruby-smie--args-separator-p): Check that there's no newline
2781 between method call and its arguments.
2782
87756ca9
AM
27832013-10-20 Alan Mackenzie <acm@muc.de>
2784
2785 Allow comma separated lists after Java "implements".
2786
df74c4be
SM
2787 * progmodes/cc-engine.el (c-backward-over-enum-header):
2788 Parse commas.
87756ca9
AM
2789 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
2790 from a "disallowed" list in enum fontification.
2791
c25f8957
JB
27922013-10-20 Johan Bockgård <bojohan@gnu.org>
2793
df74c4be 2794 * startup.el (default-frame-background-mode): Remove unused defvar.
4a5da22b 2795
c25f8957
JB
2796 * progmodes/verilog-mode.el (verilog-mode): Don't set
2797 comment-indent-function globally.
2798
aca5fcdc
JD
27992013-10-20 Jan Djärv <jan.h.d@swipnet.se>
2800
5f161884
JD
2801 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
2802 Move Info menu item creation to ns-win.el.
2803
2804 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
2805 in menu bar.
2806
aca5fcdc
JD
2807 * menu-bar.el: Move GNUStep specific menus...
2808
2809 * term/ns-win.el (ns-initialize-window-system): ... to here.
2810
914b7f98
SM
28112013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2812
2813 * simple.el (newline): Only run post-self-insert-hook when
2814 called interactively.
2815
846ffe77
JB
28162013-10-19 Johan Bockgård <bojohan@gnu.org>
2817
2818 * icomplete.el (icomplete-with-completion-tables): Add :version.
2819
033f22dd
AM
28202013-10-19 Alan Mackenzie <acm@muc.de>
2821
2822 Fix fontification bugs with constructors and const.
2823
2824 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
2825 CASE 2) Remove the check for the absence of a suffix construct
2826 after a function declaration with only types (no identifiers) in
2827 the parentheses. Also, accept a function declaration with just a
2828 type inside the parentheses, if this type can be positively
2829 recognised as such, or if a prefix keyword like "explicit" nails
2830 down the construct as a declaration.
2831
58ce0cfc
EZ
28322013-10-19 Eli Zaretskii <eliz@gnu.org>
2833
2834 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
2835 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
2836 the problem whereby selecting a menu item that leads to a
2837 minibuffer prompt moves the cursor out of the minibuffer window,
2838 making it hard to type at the prompt. Suggested by Stefan Monnier
2839 <monnier@iro.umontreal.ca>.
2840
50e28e7d
JD
28412013-10-19 Jan Djärv <jan.h.d@swipnet.se>
2842
2843 * menu-bar.el: Don't make Services menu.
2844
7deed4bf
RS
28452013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2846
2847 * ffap.el: Handle "/usr/include/c++/<version>" directories.
2848 (ffap-alist): Use ffap-c++-mode for c++-mode.
2849 (ffap-c++-path): New variable.
2850 (ffap-c++-mode): New function.
2851
7bcb455b
JVJ
28522013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
2853
2854 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
2855
f0ff1cd5
MA
28562013-10-18 Michael Albinus <michael.albinus@gmx.de>
2857
2858 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
2859 introduced on 2013-09-08, which results in an infinite loop
2860 requesting a password.
2861
d64da4b7
GM
28622013-10-18 Glenn Morris <rgm@gnu.org>
2863
2864 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
2865
ea89ff08
WS
28662013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
2867
2868 Sync with upstream verilog-mode revision 1a6ecec7.
2869 * progmodes/verilog-mode.el (verilog-mode-version): Update.
2870 (verilog-mode-release-date): Remove.
2871 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
2872 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
2873 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
2874 (verilog-auto-tieoff-ignore-regexp)
2875 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
2876 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
2877 (verilog-signals-with, verilog-dir-cache-preserving)
2878 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
2879 Doc fixes.
2880 (verilog-case-fold): New option, to control case folding in
2881 regexp searches, bug597.
2882 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
2883 (verilog-string-match-fold, verilog-in-paren-count)
2884 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
2885 (verilog-at-close-struct-p): New functions.
2886 (verilog-beg-block-re-ordered, verilog-extended-case-re)
2887 (verilog-forward-sexp, verilog-set-auto-endcomments):
2888 (verilog-leap-to-case-head): Handle "unique0" case.
2889 (verilog-in-constraint-re): New constant.
2890 (verilog-keywords, verilog-type-font-keywords):
2891 Add some SystemVerilog 1800-2012 keywords.
2892 (verilog-label-be): Remove unimplemented argument, bug669.
2893 (verilog-batch-execute-func): When batch expanding clear
2894 create-lockfiles to prevent spurious user locks when a file ends
2895 up not changing.
2896 (verilog-calculate-indent, verilog-calc-1)
2897 (verilog-at-close-constraint-p, verilog-at-constraint-p)
2898 (verilog-do-indent): Fix indentation of nested constraints
2899 and structures.
2900 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
2901 (verilog-auto-inst-param): Use verilog-string-match-fold.
2902 (verilog-read-inst-module-matcher):
2903 Fix AUTOINST on gate primitives with #1.
2904 (verilog-read-decls): Fix double-declaring user-defined typed signals.
2905 Reads all user-defined typed variables.
2906 (verilog-read-defines): Fix reading definitions inside comments, bug647.
2907 (verilog-signals-matching-regexp)
2908 (verilog-signals-not-matching-regexp, verilog-auto):
2909 Respect verilog-case-fold.
2910 (verilog-diff-report): Fix line count.
2911 (verilog-auto-assign-modport): Remove unused local `modi'.
2912 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
2913 better handle multidimensional arrays.
2914 Fix packed array ports misadding bit index in AUTOINST, bug637.
2915 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
2916 to not double-declare existing outputs and inputs, respectively.
2917 (verilog-template-map): Bind U to verilog-sk-uvm-component.
2918 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
2919 (verilog-sk-uvm-component): New skeleton.
2920 (verilog-submit-bug-report): Add verilog-case-fold,
2921 remove verilog-mode-release-date.
2922
ef566920
BR
29232013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
2924
2925 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
2926 as before.
2927
29df8a0b
RT
29282013-10-18 Reuben Thomas <rrt@sc3d.org>
2929
e0eb0550 2930 * textmodes/remember.el (remember): Set buffer-offer-save in
29df8a0b
RT
2931 remember buffers (bug#13566).
2932
04a19a79
DC
29332013-10-18 Daniel Colascione <dancol@dancol.org>
2934
2935 When evaluating forms in ielm, direct standard output to ielm
2936 buffer. Add new ielm-return-for-effect command. Remove trailing
2937 whitespace throughout.
2938
2939 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
2940 (ielm-return-for-effect): New command.
2941 (ielm-send-input): Accept optional `for-effect' parameter.
df74c4be
SM
2942 (ielm-eval-input): Accept optional `for-effect' parameter.
2943 Bind `standard-output' to stream we create using
04a19a79
DC
2944 `ielm-standard-output-impl'. Suppress printing result when
2945 `for-effect'.
2946 (ielm-standard-output-impl): New function.
2947 (inferior-emacs-lisp-mode): Explain new features in documentation.
2948
4c1f03ef
MA
29492013-10-17 Michael Albinus <michael.albinus@gmx.de>
2950
2951 Code cleanup.
2952
2953 * net/tramp.el (tramp-debug-message): Do not check for connection
2954 buffer.
2955 (tramp-message): Use "vector" connection property.
2956
2957 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
2958 (tramp-equal-remote, tramp-eshell-directory-change)
2959 * net/tramp-adb.el (tramp-adb-handle-copy-file)
2960 (tramp-adb-handle-rename-file)
2961 * net/tramp-cmds.el (tramp-list-remote-buffers)
2962 (tramp-cleanup-connection, tramp-cleanup-this-connection)
2963 * net/tramp-compat.el (tramp-compat-process-running-p)
2964 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
2965 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
2966 (tramp-gvfs-handle-rename-file)
2967 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
2968 (tramp-set-file-uid-gid)
2969 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2970 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
2971 of `file-remote-p'.
2972
2973 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
2974 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2975 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
2976 (tramp-gw-open-network-stream): Suppress unrelated traces.
2977
2978 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
2979 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2980 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2981 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
2982 connection property.
2983
2984 * net/tramp-cache.el (top): Suppress traces when reading
f0ff1cd5 2985 persistency file.
4c1f03ef
MA
2986
2987 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
2988 Refactor common code. Improve debug message.
2989 (tramp-maybe-open-connection)
2990 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
2991 connection buffer too early.
2992
2993 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
2994 from `tramp-smb-actions-with-acl'.
2995 (tramp-smb-actions-set-acl): New defconst.
2996 (tramp-smb-handle-copy-directory)
2997 (tramp-smb-action-get-acl): New defun, renamed from
2998 `tramp-smb-action-with-acl'.
2999 (tramp-smb-action-set-acl): New defun.
3000 (tramp-smb-handle-set-file-acl): Rewrite.
3001
642eb8b6
GM
30022013-10-17 Glenn Morris <rgm@gnu.org>
3003
3004 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
3005
85527ff3
SM
30062013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3007
921c1d62
SM
3008 * skeleton.el (skeleton-newline): Remove.
3009 (skeleton-internal-1): Use (insert "\n") instead.
3010
e333fb10
SM
3011 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
3012 let-bindings.
3013
85527ff3
SM
3014 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
3015 forward-sexp-function while we redo its job (bug#15613).
3016
c8722a97
JB
30172013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
3018
3019 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
3020 represented by lists.
3021
7a550bbb
GM
30222013-10-16 Glenn Morris <rgm@gnu.org>
3023
3024 * tmm.el (tmm--history): New dynamic variable.
3025 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
3026
f19da8ad
MA
30272013-10-16 Michael Albinus <michael.albinus@gmx.de>
3028
3029 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
3030 (tramp-smb-errors): Add error messages.
3031 (tramp-smb-actions-with-acl): New defconst.
3032 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
3033 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
3034 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
3035 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
3036 (tramp-smb-get-stat-capability): Fix tests.
3037
a24b9961
DK
30382013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
3039
3040 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
3041 (bug#15580).
3042
62ad85e6
GM
30432013-10-16 Glenn Morris <rgm@gnu.org>
3044
0283d6b0
GM
3045 * ansi-color.el (ansi-color-drop-regexp):
3046 Add 1J, 1K, 2K. (Bug#15617)
3047
012e2f9f
GM
3048 * files.el (hack-local-variables--warned-lexical): New.
3049 (hack-local-variables):
3050 Warn about misplaced lexical-binding. (Bug#15616)
3051
62ad85e6
GM
3052 * net/eww.el (eww-render): Always set eww-current-url,
3053 and update header line. (Bug#15622)
3054 (eww-display-html): ... Rather than just doing it here.
3055
6456c0ea
EZ
30562013-10-15 Eli Zaretskii <eliz@gnu.org>
3057
3058 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
3059 menu navigations commands.
3060
c2de5588
DK
30612013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
3062
3063 * progmodes/subword.el (subword-capitalize): Be careful when
3064 the search for [[:alpha:]] fails (bug#15580).
3065
ccd4a783
EZ
30662013-10-14 Eli Zaretskii <eliz@gnu.org>
3067
3068 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
3069 to commands that scroll the menu.
3070
1eda1d8d
DG
30712013-10-14 Dmitry Gutov <dgutov@yandex.ru>
3072
c2de5588
DK
3073 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
3074 Handle methods ending with `?' and `!'.
1eda1d8d 3075
e70181b8
AM
30762013-10-14 Akinori MUSHA <knu@iDaemons.org>
3077
3078 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
3079 `japanese-cp932' to `cp932' to fix the problem where saving a
3080 source file written in Shift_JIS twice would end up having
3081 `coding: japanese-cp932' which Ruby could not recognize.
3082 (ruby-mode-set-encoding): Add support for encodings mapped to nil
3083 in `ruby-encoding-map'.
3084 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
3085 doesn't need to be explicitly declared in magic comment.
3086 (ruby-encoding-map): Add type declaration for better customize UI.
3087
9148ee92
GM
30882013-10-13 Glenn Morris <rgm@gnu.org>
3089
a5d38e34
GM
3090 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
3091 Occur buffers are read-only. http://bugs.debian.org/720775
3092
9148ee92
GM
3093 * emacs-lisp/authors.el (authors-fixed-entries):
3094 Comment out old alpha stuff.
3095
a9ba094b
DG
30962013-10-13 Dmitry Gutov <dgutov@yandex.ru>
3097
3098 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
3099 to `after-save-hook' instead of `before-save-hook'.
3100 (ruby-mode-set-encoding): Use the value of coding system used to
3101 write the file. Call `basic-save-buffer-1' after modifying the
3102 buffer.
3103
7a068717
AM
31042013-10-13 Alan Mackenzie <acm@muc.de>
3105
3106 Fix indentation/fontification of Java enum with
3107 "implements"/generic.
3108
c2de5588
DK
3109 * progmodes/cc-engine.el (c-backward-over-enum-header):
3110 Extracted from the three other places and enhanced to handle generics.
7a068717
AM
3111 (c-inside-bracelist-p): Uses new function above.
3112 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
3113 function above.
3114 (c-font-lock-enum-tail): Uses new function above.
3115
85b64f02
KH
31162013-10-13 Kenichi Handa <handa@gnu.org>
3117
3118 * international/mule-cmds.el (select-safe-coding-system): Remove a
3119 superfluous condition in chekcing whether a coding system is safe
3120 or not.
3121
fc7f501b
OK
31222013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
3123
3124 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
3125
fdcb2049
AP
31262013-10-13 Andreas Politz <politza@hochschule-trier.de>
3127
3128 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
3129
8c106d17
GM
31302013-10-13 Glenn Morris <rgm@gnu.org>
3131
feab892d
GM
3132 * menu-bar.el (menu-bar-update-buffers):
3133 Unify Buffers menu prompt string. (Bug#15576)
3134
b22d0686
GM
3135 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
3136
8c106d17
GM
3137 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
3138 Add some entries.
3139 (authors-fixed-entries): Use accented form of name.
3140
1b12c797
SM
31412013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3142
650fa7bf 3143 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
e70181b8 3144 method calls (bug#15594).
650fa7bf
SM
3145 (ruby-smie--args-separator-p): New function.
3146 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
3147 recognize paren-free method calls.
3148
1b12c797
SM
3149 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
3150 internals of universal-argument.
3151
029619c8
EZ
31522013-10-11 Eli Zaretskii <eliz@gnu.org>
3153
3154 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
f747170f
EZ
3155 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
3156 dropped menu on second mouse click on the menu bar.
029619c8 3157
dd070019
SM
31582013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3159
3160 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
3161 (explicit-shell-file-name): Declare.
3162 (sh--vars-before-point, sh--cmd-completion-table): New functions.
3163 (sh-completion-at-point-function): New function.
3164 (sh-mode): Use it.
3165 (sh-smie--keyword-p): Remove unused argument.
3166 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
3167 vars.
3168 (sh-set-shell): Always setup SMIE, even if we use the
3169 old indentation code.
3170
0922b826
DG
31712013-10-11 Dmitry Gutov <dgutov@yandex.ru>
3172
b68e2926
DG
3173 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
3174 cases of ? and =.
3175 (ruby-smie-rules): Simplify the "do" rule. The cases when the
3176 predicate would return nil are almost non-existent.
3177 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
3178
0922b826
DG
3179 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
3180 cache also after commands that modify the buffer but don't move
3181 point.
3182
ee041f2d
SM
31832013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3184
3185 * env.el (substitute-env-in-file-name): New function.
3186 (substitute-env-vars): Extend the meaning of the optional arg.
3187
a5dab159
EZ
31882013-10-10 Eli Zaretskii <eliz@gnu.org>
3189
3190 * term/w32-win.el (dynamic-library-alist): Define separate lists
3191 of GIF DLLs for versions before and after 5.0.0 of giflib.
3192 (Bug#15531)
3193
0449d6cd 31942013-10-10 João Távora <joaotavora@gmail.com>
db138698
JT
3195
3196 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
3197 not locked, use last revision and current source as
3198 defaults. (Bug#15569)
3199
2f6e161e
MY
32002013-10-10 Masatake YAMATO <yamato@redhat.com>
3201
3202 * menu-bar.el (menu-bar-open): Don't use popup-menu if
3203 menu-bar is hidden.
3204
6c8413fc
MR
32052013-10-10 Martin Rudalics <rudalics@gmx.at>
3206
3207 * window.el (pop-to-buffer-same-window): Fix doc-string.
3208 (Bug#15492)
3209
20832de0
SM
32102013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3211
3212 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
3213
c6e8ae77
AC
32142013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
3215
3216 * calendar/icalendar.el (icalendar-import-file):
3217 Fix interactive spec. (Bug#15482)
3218
9db13baf
GM
32192013-10-10 Glenn Morris <rgm@gnu.org>
3220
9271e90e
GM
3221 * desktop.el (desktop-save): Default to saving in .emacs.d,
3222 since PWD is no longer in desktop-path by default. (Bug#15319)
3223
9db13baf
GM
3224 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
3225 now that text mode has a menu with the same entry.
3226 (menu-bar-text-mode-auto-fill): Remove now unused func.
3227 * textmodes/text-mode.el (text-mode-map):
3228 Use auto-fill help text from menu-bar.el.
3229
a0be396a 32302013-10-10 John Anthony <john@jo.hnanthony.com>
a066720c
JA
3231
3232 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
3233
2edcd3c7
JL
32342013-10-09 Juri Linkov <juri@jurta.org>
3235
3236 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
3237 instead of this-command-keys. Add universal-argument-more and
3238 universal-argument-minus to the list of prefix commands. (Bug#15568)
3239
574411d0
GM
32402013-10-09 Glenn Morris <rgm@gnu.org>
3241
14afa541
GM
3242 * vc/vc-svn.el (vc-svn-create-repo):
3243 Expand paths in file://... url. (Bug#15446)
3244
574411d0
GM
3245 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
3246 Add some entries.
3247 (authors): Remove unused local variables.
3248
79804536
SM
32492013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * profiler.el: Create a more coherent calltree from partial backtraces.
3252 (profiler-format): Hide the tail with `invisible' so that C-s can still
3253 find the hidden elements.
3254 (profiler-calltree-depth): Don't recurse so enthusiastically.
3255 (profiler-function-equal): New hash-table-test.
3256 (profiler-calltree-build-unified): New function.
3257 (profiler-calltree-build): Use it.
3258 (profiler-report-make-name-part): Indent the calltree less.
3259 (profiler-report-mode): Add visibility specs for profiler-format.
3260 (profiler-report-expand-entry, profiler-report-toggle-entry):
3261 Expand the whole subtree when provided with a prefix arg.
3262
238150c8
DG
32632013-10-09 Dmitry Gutov <dgutov@yandex.ru>
3264
3265 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
3266 iuwu-mod token.
3267 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
3268 hanging iuwu-mod token.
3269 (ruby-smie--forward-token): Do not include a dot after a token in
3270 that token.
3271 (ruby-smie--backward-token): Likewise.
3272
b0949cc4
JL
32732013-10-08 Juri Linkov <juri@jurta.org>
3274
3275 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
3276 to isearch-other-control-char.
3277 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
3278 and isearch-post-command-hook to post-command-hook.
3279 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
3280 and isearch-post-command-hook from post-command-hook.
3281 (isearch-unread-key-sequence)
3282 (isearch-reread-key-sequence-naturally)
3283 (isearch-lookup-scroll-key, isearch-other-control-char)
3284 (isearch-other-meta-char): Remove functions.
3285 (isearch-pre-command-hook, isearch-post-command-hook):
3286 New functions based on isearch-other-meta-char rewritten
3287 relying on the new behavior of overriding-terminal-local-map
3288 that does not replace the local keymaps any more. (Bug#15200)
3289
4ed77415
EZ
32902013-10-08 Eli Zaretskii <eliz@gnu.org>
3291
3292 Support menus on text-mode terminals.
3293 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
3294 functionality.
3295
3296 * tooltip.el (tooltip-mode): Don't error out on TTYs.
3297
c2de5588
DK
3298 * menu-bar.el (popup-menu, popup-menu-normalize-position):
3299 Move here from mouse.el.
4ed77415
EZ
3300 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
3301 and arrow keys.
3302 (tty-menu-navigation-map): New map for TTY menu navigation.
3303
3304 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
3305
3306 * frame.el (display-mouse-p): Report text-mode mouse as available
3307 on w32.
3308 (display-popup-menus-p): Report availability if mouse is
3309 available; don't condition on window-system.
3310
3311 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
3312 (tty-menu-selected-face): New faces.
3313
b7d5bd82
TL
33142013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3315
06286513
SM
3316 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
3317 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
3318 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
3319 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
3320 New constants.
3321 (lisp-mode-variables): New `elisp' argument.
3322 (emacs-lisp-mode): Use it.
3323 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
3324 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
3325
b7d5bd82
TL
3326 * indent.el: Use lexical-binding.
3327 (indent-region): Add progress reporter.
3328 (tab-stop-list): Make it implicitly extend to infinity by repeating the
3329 last step.
3330 (indent--next-tab-stop): New function to implement this behavior.
3331 (tab-to-tab-stop, move-to-tab-stop): Use it.
3332
33332013-10-08 Teemu Likonen <tlikonen@iki.fi>
3334
3335 * indent.el (indent-rigidly--current-indentation): New function.
3336 (indent-rigidly-map): New var.
3337 (indent-rigidly): Use it to provide interactive mode (bug#8196).
3338
5ea75d23
BG
33392013-10-08 Bastien Guerry <bzg@gnu.org>
3340
3341 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
3342
cc5da1ec
SM
33432013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3344
8ffa1a0b
SM
3345 * progmodes/perl-mode.el: Use lexical-binding.
3346 Remove redundant :group args.
3347 (perl-nochange): Change default to be closer to other major modes's
3348 standard behavior.
3349 (perl-indent-line): Don't consider text on current line as a
3350 valid beginning of function from which to indent.
3351
f2223371
SM
3352 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
3353 with more than one argument (bug#15538).
3354
44256060
SM
3355 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
3356
cc5da1ec
SM
3357 * vc/pcvs.el: Use lexical-binding.
3358 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
3359 environment of `eval'.
3360 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
3361 than a list of expressions. Adjust callers.
3362 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
3363
0ea1599d
DG
33642013-10-07 Dmitry Gutov <dgutov@yandex.ru>
3365
3366 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
cc5da1ec 3367 case of the dot in a chained method call being on the following line.
0ea1599d 3368
da3e5ebb
SM
33692013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3370
2abb4e65
SM
3371 * electric.el (electric-indent-inhibit): New var.
3372 (electric-indent-post-self-insert-function): Use it.
3373 * progmodes/python.el (python-mode): Set it.
3374
d2e0e795
SM
3375 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
3376 open braces.
3377
3378 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
3379
bdc6b4c8
SM
3380 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
3381 (css-mode): Use electric-indent-chars.
3382
da3e5ebb
SM
3383 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
3384 (font-lock-beg, font-lock-end): Move before first use.
3385 (nxml-mode): Use syntax-propertize-function.
3386 (nxml-after-change, nxml-after-change1): Adjust accordingly.
3387 (nxml-extend-after-change-region): Remove.
3388 * nxml/xmltok.el: Use lexical-binding.
3389 (xmltok-save): Use `declare'.
3390 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
3391 * nxml/nxml-util.el: Use lexical-binding.
3392 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
3393 Use `declare'.
3394 * nxml/nxml-ns.el: Use lexical-binding.
3395 (nxml-ns-save): Use `declare'.
3396 (nxml-ns-prefixes-for): Avoid add-to-list.
3397 * nxml/rng-match.el: Use lexical-binding.
3398 (rng--ipattern): Use cl-defstruct.
3399 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
3400 (rng-cons-group-after, rng-subst-group-after)
3401 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
3402 Use closures instead of `(lambda...).
3403
f8f91d5d
MA
34042013-10-07 Michael Albinus <michael.albinus@gmx.de>
3405
3406 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
3407 of BEG and END.
3408
da3e5ebb
SM
3409 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3410 Use `tramp-handle-insert-file-contents'.
f8f91d5d
MA
3411 (tramp-gvfs-handle-insert-file-contents): Remove function.
3412
da3e5ebb
SM
3413 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3414 Use `save-restriction' in order to keep markers.
f8f91d5d
MA
3415
3416 * net/trampver.el: Update release number.
3417
7ccae3b1
SM
34182013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3419
55ca2c0d
SM
3420 * progmodes/compile.el (compilation-parse-errors):
3421 Use compilation--put-prop.
3422 (compilation--ensure-parse): Check compilation-multiline.
3423
731fc3ae
SM
3424 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
3425
da3e5ebb
SM
3426 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
3427 lexical-binding.
a5833280 3428
2e7ba2c2
SM
3429 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
3430
7ccae3b1
SM
3431 * progmodes/ruby-mode.el: Fix recently added tests.
3432 (ruby-smie-grammar): Add - and +.
3433 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
3434 (ruby-smie--backward-id): New functions.
3435 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
3436 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
3437 any more.
3438
85698d63
LL
34392013-10-07 Leo Liu <sdl.web@gmail.com>
3440
3441 * register.el (register-preview-delay)
3442 (register-preview-functions): New variables.
3443 (register-read-with-preview, register-preview)
3444 (register-describe-oneline): New functions.
3445 (point-to-register, window-configuration-to-register)
3446 (frame-configuration-to-register, jump-to-register)
3447 (number-to-register, view-register, insert-register)
3448 (copy-to-register, append-to-register, prepend-to-register)
3449 (copy-rectangle-to-register): Use register-read-with-preview to
3450 read register. (Bug#15525)
3451
3986af6c
DS
34522013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
3453
3454 * net/network-stream.el (network-stream-open-starttls): Don't add
3455 --insecure if it's already present, because that gnutls-cli
3456 rejects getting that parameter twice.
3457
5cd9cda9
DG
34582013-10-06 Dmitry Gutov <dgutov@yandex.ru>
3459
3460 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
3461 keyword, too.
3462
da9ea6d9
DG
34632013-10-05 Dmitry Gutov <dgutov@yandex.ru>
3464
3465 * newcomment.el (comment-use-global-state): Change default value
3466 to t, mark obsolete (Bug#15251).
3467 (comment-beginning): In addition to `comment-to-syntax', check the
3468 value of `comment-use-global-state'.
3469
34d1a133
SM
34702013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3471
3472 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
3473 (ruby-comment-column): Follow the global default, by default.
3474 (ruby-smie-grammar): Add assignment syntax.
3475 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
3476 open-paren, a comma, or a \.
3477 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
3478 and line continuations.
3479 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
3480 followed by implicit semi-colons. Add rule for string concatenation
3481 and for indentation at BOB.
3482 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
3483
3484 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
3485 calling next-sexp, since next-token may have skipped chars which
3486 next-sexp doesn't know should be skipped!
3487
6f6ab820
LL
34882013-10-05 Leo Liu <sdl.web@gmail.com>
3489
34d1a133
SM
3490 * progmodes/octave.el (octave-send-region):
3491 Call compilation-forget-errors.
6f6ab820 3492
34ca0f4c
XF
34932013-10-04 Xue Fuqiao <xfq.free@gmail.com>
3494
3495 * vc/vc-svn.el (vc-svn-find-admin-dir):
3496 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
3497 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
3498 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
3499 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
3500
a27c1b72
SM
35012013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3502
3503 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
3504
258ab3bc
SM
35052013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3506
3507 * subr.el (read-passwd): Hide chars even when called within a context
3508 where after-change-functions is disabled (bug#15501).
3509 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
3510 until we removed ourself from overriding-terminal-local-map.
3511
939fb29c
LL
35122013-10-04 Leo Liu <sdl.web@gmail.com>
3513
258ab3bc
SM
3514 * progmodes/octave.el (inferior-octave-mode):
3515 Call compilation-forget-errors.
939fb29c 3516
63bd7f35
XF
35172013-10-04 Xue Fuqiao <xfq.free@gmail.com>
3518
3519 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
3520
9e6229fa
MA
35212013-10-04 Michael Albinus <michael.albinus@gmx.de>
3522
3523 * net/secrets.el (secrets-create-collection): Add optional
3524 argument ALIAS. Use proper Label keyword. Append ALIAS as
3525 dbus-call-method argument. (Bug#15516)
3526
1dab32a3
LL
35272013-10-04 Leo Liu <sdl.web@gmail.com>
3528
3529 * progmodes/octave.el (inferior-octave-error-regexp-alist)
3530 (inferior-octave-compilation-font-lock-keywords): New variables.
3531 (compilation-error-regexp-alist)
3532 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
3533 (inferior-octave-mode): Use compilation-shell-minor-mode.
3534
6cad7ba3
JS
35352013-10-04 Jorgen Schaefer <forcer@forcix.cx>
3536
3537 * minibuffer.el (completion--replace): Be careful that `end' might be
3538 a marker.
3539
acbadd00
DU
35402013-10-03 Daiki Ueno <ueno@gnu.org>
3541
3542 Add support for package signature checking.
3543 * emacs-lisp/package.el (url-http-file-exists-p)
3544 (epg-make-context, epg-context-set-home-directory)
3545 (epg-verify-string, epg-context-result-for)
3546 (epg-signature-status, epg-signature-to-string)
3547 (epg-check-configuration, epg-configuration)
3548 (epg-import-keys-from-file): Declare.
3549 (package-check-signature): New user option.
3550 (package-unsigned-archives): New user option.
3551 (package-desc): Add `signed' field.
3552 (package-load-descriptor): Set `signed' field if .signed file exists.
3553 (package--archive-file-exists-p): New function.
3554 (package--check-signature): New function.
3555 (package-install-from-archive): Check package signature.
3556 (package--download-one-archive): Check archive signature.
3557 (package-delete): Remove .signed file.
3558 (package-import-keyring): New command.
3559 (package-refresh-contents): Import default keyring.
3560 (package-desc-status): Add "unsigned" status.
3561 (describe-package-1, package-menu--print-info)
3562 (package-menu-mark-delete, package-menu--find-upgrades)
3563 (package-menu--status-predicate): Support "unsigned" status.
3564
adf2aa61
SM
35652013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3566
3567 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
3568 the new compilation scheme using the new byte-codes.
3569
3570 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
3571 (byte-pophandler): New byte codes.
3572 (byte-goto-ops): Adjust accordingly.
3573 (byte-compile--use-old-handlers): New var.
3574 (byte-compile-catch): Use new byte codes depending on
3575 byte-compile--use-old-handlers.
3576 (byte-compile-condition-case--old): Rename from
3577 byte-compile-condition-case.
3578 (byte-compile-condition-case--new): New function.
3579 (byte-compile-condition-case): New function that dispatches depending
3580 on byte-compile--use-old-handlers.
3581 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
3582 when we can.
3583
3584 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3585 Optimize under `condition-case' and `catch' if
3586 byte-compile--use-old-handlers is nil.
3587 (disassemble-offset): Handle new bytecodes.
3588
328a8179
SM
35892013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3590
3591 * subr.el (error): Use `declare'.
3592 (decode-char, encode-char): Use advertised-calling-convention instead
3593 of the docstring to discourage use of the `restriction' arg.
3594
15a1e936
DU
35952013-10-03 Daiki Ueno <ueno@gnu.org>
3596
3597 * epg.el (epg-verify-file): Add a comment saying that it does not
3598 notify verification error as a return value nor a signal.
3599 (epg-verify-string): Ditto.
3600
376f862a
KR
36012013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
3602
3603 * progmodes/compile.el (compilation-start): Try globbing the arg to
3604 `cd' (bug#15417).
3605
a2f93a5f
MA
36062013-10-02 Michael Albinus <michael.albinus@gmx.de>
3607
3608 Sync with Tramp 2.2.8.
3609
3610 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3611 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
3612 * net/trampver.el: Update release number.
3613
0daa0804
JD
36142013-10-01 Jan Djärv <jan.h.d@swipnet.se>
3615
3616 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
3617 and default-process-coding-system for darwin only.
3618
abd1ae34
SM
36192013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3620
3621 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
3622
be4e325d
MH
36232013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
3624
3625 * vc/vc-git.el (vc-git-grep): Disable pager.
3626
e9155c4a
DG
36272013-10-01 Dmitry Gutov <dgutov@yandex.ru>
3628
494e898b
DG
3629 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
3630 Use :url instead of :homepage, as per
3631 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
3632
e9155c4a
DG
3633 * newcomment.el (comment-beginning): When `comment-use-syntax' is
3634 non-nil, use `syntax-ppss' (Bug#15251).
3635
481a8e0f
RS
36362013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3637
be4e325d
MH
3638 * progmodes/octave.el (inferior-octave-startup-file):
3639 Prefer ~/.emacs.d/init_octave.m.
481a8e0f 3640
056453c6
DG
36412013-09-29 Dmitry Gutov <dgutov@yandex.ru>
3642
be4e325d
MH
3643 * emacs-lisp/package.el (package-desc-from-define):
3644 Accept additional arguments as plist, convert them to an alist and store
3645 them in the `extras' slot.
056453c6
DG
3646 (package-generate-description-file): Convert extras alist back to
3647 plist and append to the `define-package' form arguments.
3648 (package--alist-to-plist): New function.
3649 (package--ac-desc): Add `extras' slot.
3650 (package--add-to-archive-contents): Check if the archive-contents
3651 vector is long enough, and if it is, pass its `extras' slot value
3652 to `package-desc-create'.
3653 (package-buffer-info): Call `lm-homepage', pass the returned value
3654 to `package-desc-from-define'.
3655 (describe-package-1): Render the homepage button (Bug#13291).
3656
be4e325d
MH
3657 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3658 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
056453c6 3659
832966e5
JD
36602013-09-29 Jan Djärv <jan.h.d@swipnet.se>
3661
3662 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
3663 and default-process-coding-system to utf-8-unix (Bug#15402).
3664
6cfe977d
XF
36652013-09-29 Xue Fuqiao <xfq.free@gmail.com>
3666
3667 * subr.el (looking-back): Do not recommend using looking-back.
3668
38de11bd
AM
36692013-09-28 Alan Mackenzie <acm@muc.de>
3670
3671 Fix indentation/fontification of Java enum with "implements".
3672
3673 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
3674 regexp which matches "implements", etc., in Java.
3675 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
3676 specifier clauses coming after "enum".
3677 * progmodes/cc-fonts.el (c-font-lock-declarations)
3678 (c-font-lock-enum-tail): Check for extra specifier clauses coming
3679 after "enum".
3680
1610938f
JD
36812013-09-28 Jan Djärv <jan.h.d@swipnet.se>
3682
3683 * faces.el (region): Change ns_selection_color to
3684 ns_selection_fg_color, add ns_selection_bg_color.
3685
e090f499
LL
36862013-09-28 Leo Liu <sdl.web@gmail.com>
3687
4d2e94d1
LL
3688 * progmodes/octave.el (inferior-octave-completion-table)
3689 (inferior-octave-completion-at-point): Minor tweaks.
3690
e090f499
LL
3691 * textmodes/ispell.el (ispell-lookup-words): Rename from
3692 lookup-words. (Bug#15460)
3693 (lookup-words): Obsolete.
3694 (ispell-complete-word, ispell-command-loop): All uses changed.
3695
7e138a62
RS
36962013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3697
3698 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
3699 (octave-mode-menu): Add octave-send-buffer.
3700 (octave-send-buffer): New function.
3701
5af5ed08
RS
37022013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3703
3704 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
3705 octave-lookfor.
3706 (octave-mode-menu): Add octave-lookfor.
3707 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
3708 octave-lookfor.
3709 (octave-lookfor): New function.
3710
3b7b2692
SM
37112013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3712
3713 * emacs-lisp/cl-macs.el:
3714 (cl--loop-destr-temps): Remove.
3715 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
3716 its convention.
3717 (cl--loop-set-iterator-function): New function.
3718 (cl-loop): Adjust accordingly, so as not to use cl-subst.
3719 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
3720 Bind `it' with `let' instead of substituting it with `cl-subst'.
3721 (cl--unused-var-p): New function.
3722 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
3723 Eliminate some unused variable warnings (bug#15326).
3724
529fb53f
TH
37252013-09-27 Tassilo Horn <tsdh@gnu.org>
3726
3727 * doc-view.el (doc-view-scale-reset): Rename from
3728 `doc-view-reset-zoom-level'.
3729 (doc-view-scale-adjust): New command.
3730 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
3731 `doc-view-scale-adjust'.
3732
0550c95a
TH
37332013-09-26 Tassilo Horn <tsdh@gnu.org>
3734
3735 * doc-view.el (doc-view-reset-zoom-level): New command.
3736 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
3737 zoom commands (bug#15466).
3738
6950f152
KH
37392013-09-26 Kenichi Handa <handa@gnu.org>
3740
3741 * international/quail.el (quail-help): Make it not a command.
3742
39587580
LL
37432013-09-26 Leo Liu <sdl.web@gmail.com>
3744
3745 * minibuffer.el (completion-all-sorted-completions): Make args
3746 optional as they are.
3747
00578659
DC
37482013-09-25 Daniel Colascione <dancol@dancol.org>
3749
3750 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
3751 specs are and that they're not evaluated.
3752
0c173878
SS
37532013-09-24 Sam Steingold <sds@gnu.org>
3754
3755 * midnight.el (clean-buffer-list-kill-regexps)
3756 (clean-buffer-list-kill-buffer-names): Update for the new Man
3757 buffer naming which includes the object name.
3758
84998447
SM
37592013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3760
3761 * eshell/esh-cmd.el (eshell--sep-terms): New var.
3762 (eshell-parse-command, eshell-parse-pipeline): Use it since
3763 eshell-separate-commands requires a dynamic scoped var.
3764 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
3765
33215353
LL
37662013-09-23 Leo Liu <sdl.web@gmail.com>
3767
3768 * autoinsert.el (auto-insert-alist): Make the value of
3769 lexical-binding match its file setting.
3770
57b16162
JB
37712013-09-23 Juanma Barranquero <lekktu@gmail.com>
3772
c8af4e67
JB
3773 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
3774
57b16162
JB
3775 * autoarg.el (autoarg-kp-digit-argument):
3776 * electric.el (Electric-command-loop):
3777 * kmacro.el (kmacro-step-edit-insert):
3778 Do not set universal-argument-num-events.
3779
7186ba60
LL
37802013-09-22 Leo Liu <sdl.web@gmail.com>
3781
3782 * files.el (interpreter-mode-alist): Add octave.
3783
ece15004
AM
37842013-09-21 Alan Mackenzie <acm@muc.de>
3785
3786 C++: fontify identifier in declaration following "public:" correctly.
3787 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
3788 to match "public", etc.
3789 (c-decl-prefix-re): Add ":" into the C++ value.
3790 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
3791 bit. Add a check for a ":" preceded by "public", etc.
3792
75d83e22
EZ
37932013-09-21 Eli Zaretskii <eliz@gnu.org>
3794
3795 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
3796 recognized by GDB 7.5 and later.
3797
d052d3bd
XF
37982013-09-21 Xue Fuqiao <xfq.free@gmail.com>
3799
3800 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
3801
31dca772
R
38022013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3803
3804 * subr.el (internal--call-interactively): New const.
3805 (called-interactively-p): Use it (bug#3984).
3806
98ccf24e
XF
38072013-09-20 Xue Fuqiao <xfq.free@gmail.com>
3808
3809 * vc/pcvs.el (cvs-mode-ignore):
be4e325d
MH
3810 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
3811 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
98ccf24e 3812
c39cc7d1
SM
38132013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
3816 (eshell-ls-orig-insert-directory): Remove.
3817 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
3818 (eshell-ls-use-in-dired): Use advice-add/remove.
3819 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
3820 Add `orig-fun' arg for use in :around advice.
3821 Make it check (redundantly) eshell-ls-use-in-dired.
3822
9a0289a2
GM
38232013-09-19 Glenn Morris <rgm@gnu.org>
3824
a2c501b8
GM
3825 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
3826
c440407a
GM
3827 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
3828
9a0289a2
GM
3829 * emacs-lisp/eieio.el (class-parent): Undo previous change.
3830
85e05915
MA
38312013-09-19 Michael Albinus <michael.albinus@gmx.de>
3832
3833 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
3834 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
3835 (tramp-get-remote-python): New defuns.
3836 (tramp-get-remote-uid-with-perl)
3837 (tramp-get-remote-gid-with-perl): New defuns. Perl code
3838 contributed by yary <not.com@gmail.com> (tiny change).
3839 (tramp-get-remote-uid-with-python)
3840 (tramp-get-remote-gid-with-python): New defuns. Python code
3841 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
3842 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
3843
ce503312
GM
38442013-09-19 Glenn Morris <rgm@gnu.org>
3845
f7544773
GM
3846 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
3847
72fd2877
GM
3848 * eshell/em-unix.el (eshell-remove-entries):
3849 Rename argument to avoid name-clash with global `top-level'.
3850
336b5a56
GM
3851 * eshell/esh-proc.el (eshell-kill-process-function):
3852 Remove eshell-reset-after-proc from eshell-kill-hook if present.
3853 (eshell-reset-after-proc): Remove unused arg `proc'.
3854
57a3a53d
GM
3855 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
3856 (directory-files-and-attributes): Mark unused arg.
3857
3261d4af
GM
3858 * eshell/em-unix.el (eshell-remove-entries):
3859 Remove unused arg `path'. Update callers.
3860
8e51b5d0
GM
3861 * eshell/em-hist.el (eshell-hist-parse-arguments):
3862 Remove unused arg `silent'. Update callers.
3863
ce503312
GM
3864 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
3865 Fix (f)boundp mix-up.
3866
3867 * eshell/em-smart.el (eshell-smart-scroll-window)
3868 (eshell-disable-after-change):
336b5a56 3869 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
ce503312 3870
ee3ce8a7
AM
38712013-09-18 Alan Mackenzie <acm@muc.de>
3872
3873 Fix fontification of type when followed by "const".
3874 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
3875 "known" types from fontification.
3876
ec9177ba
GM
38772013-09-18 Glenn Morris <rgm@gnu.org>
3878
7bb3e768
GM
3879 * emacs-lisp/chart.el (x-display-color-cells): Declare.
3880 (chart-face-list): Drop Emacsen without display-color-p.
3881
5148da15
GM
3882 * net/eww.el (libxml-parse-html-region): Declare.
3883 (eww-display-html): Explicit error if no libxml2 support.
3884
2f68e157
GM
3885 * doc-view.el (doc-view-mode): Silence --without-x compilation.
3886
9019d095
GM
3887 * image.el (image-type-from-buffer, image-multi-frame-p):
3888 Remove --without-x warning/error.
67645389 3889
5f30349b 3890 * mouse.el (mouse-yank-primary):
45069b2e 3891 * term.el (term-mouse-paste):
5f30349b
GM
3892 Reorder to silence --without-x compilation.
3893
cd8edbbe
GM
3894 * mpc.el (doc-view-mode): Silence --without-x compilation.
3895
8a78544e
GM
3896 * mail/rmailmm.el (rmail-mime-set-bulk-data):
3897 Silence --without-x compilation.
3898
12679bfd
GM
3899 * progmodes/gud.el (gud-find-file, gud-mode):
3900 Silence --without-x compilation.
3901 (tooltip-mode): Declare.
30810a05 3902
f0047cb9
GM
3903 * wdired.el (dired-backup-overwrite): Remove declaration.
3904 (wdired-mode-map): Add doc string.
3905
e740f9d2
GM
3906 * custom.el (x-get-resource): Declare.
3907
92d77c89
GM
3908 * eshell/em-glob.el (ange-cache):
3909 * eshell/em-unix.el (ange-cache): Declare.
3910
76e69577
GM
3911 * faces.el (x-display-list, x-open-connection, x-get-resource):
3912 Declare.
7e58af4b
GM
3913
3914 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
3915 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
3916 Declare.
76e69577 3917
4bd4c0af 3918 * frame.el (x-display-grayscale-p, x-display-name): Declare.
e740f9d2 3919
ffb82dbd
GM
3920 * net/gnutls.el (gnutls-log-level): Declare.
3921
986ed135
GM
3922 * net/shr.el (image-size, image-animate): Declare.
3923
e740f9d2
GM
3924 * simple.el (font-info): Declare.
3925
d2f3e9f8
GM
3926 * subr.el (x-popup-dialog): Declare.
3927
047a1a4c
GM
3928 * term/common-win.el (x-select-enable-primary)
3929 (x-last-selected-text-primary, x-last-selected-text-clipboard):
3930 Declare.
3931
f4a1d572
GM
3932 * term/ns-win.el (x-handle-args): Declare.
3933
e843de77
GM
3934 * term/x-win.el (x-select-enable-clipboard): Declare.
3935
5fa89513
GM
3936 * term/w32-win.el (create-default-fontset): Declare.
3937
38702b5b
GM
3938 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
3939 Declare.
3940
e740f9d2
GM
3941 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
3942 (fit-frame-to-buffer): Explicit error if --without-x.
3943 (mouse-autoselect-window-select): Silence compiler.
3944
49a053fc
GM
3945 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
3946
3947 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
3948 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
3949 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
91c837fe 3950 * eshell/esh-util.el (eshell-sublist):
49a053fc
GM
3951 Remove unused local variables.
3952
3953 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
3954
ec9177ba
GM
3955 * textmodes/two-column.el: Make 2C-split work for --without-x.
3956 (scroll-bar-columns): Autoload.
3957 (top-level): Require fringe when compiling.
3958
9f25cb77
LL
39592013-09-18 Leo Liu <sdl.web@gmail.com>
3960
3961 * subr.el (add-hook): Robustify to handle closure as well.
3962
2b42da98
GM
39632013-09-17 Glenn Morris <rgm@gnu.org>
3964
3965 * simple.el (messages-buffer-mode-map): Unbind "g".
3966
e8b66a6a
SM
39672013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3968
9c0ad4f7
SM
3969 * help-mode.el (help-mode-finish): Use derived-mode-p.
3970 Remove obsolete highlighting.
3971
7a806dfb
SM
3972 * play/life.el (life-mode): Use define-derived-mode. Derive from
3973 special-mode.
3974 (life): Let-bind inhibit-read-only.
3975 (life-setup): Avoid `setq'. Use `life-mode'.
3976
96dbf5a8
SM
3977 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
3978 which should not be needed any more.
3979 (package-menu-refresh, package-menu-describe-package): Use user-error.
3980
e8b66a6a
SM
3981 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
3982 (eshell-post-rewrite-command-hook): Make obsolete.
3983 (eshell-parse-command): Simplify.
3984 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
3985 (eshell--cmd): Declare.
3986 (eshell-parse-pipeline): Remove unused var `final-p'.
3987 Pass a dynvar to eshell-post-rewrite-command-hook.
3988 Implement the new eshell-post-rewrite-command-function.
3989 (eshell-invoke-directly): Remove unused arg `input'.
3990 * eshell/esh-io.el (eshell-io-initialize):
3991 Use eshell-post-rewrite-command-function (bug#15399).
3992 (eshell--apply-redirections): Rename from eshell-apply-redirections;
3993 adjust to new calling convention.
3994 (eshell-create-handles): Rename args to avoid clashing with dynvar
3995 `standard-output'.
3996
90582f05
GM
39972013-09-17 Glenn Morris <rgm@gnu.org>
3998
3999 * simple.el (messages-buffer-mode): New major mode.
4000 (messages-buffer): New function.
4001 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
4002 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
f804aa63 4003 (ert-run-test): Use `messages-buffer' function.
90582f05 4004 (ert--force-message-log-buffer-truncation): Ignore read-only.
f804aa63
GM
4005 * help.el (view-echo-area-messages): Use `messages-buffer' function.
4006 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
90582f05 4007
39eb0cb5 40082013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1809eef8
SM
4009
4010 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
4011
1d42e5b6 4012 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
1f1e06e2 4013
70568a90
SM
40142013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4015
504a0381
SM
4016 * icomplete.el (icomplete-in-buffer): New var.
4017 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
4018 vars and replace them with functions.
4019 (icomplete-minibuffer-setup): Adjust accordingly.
4020 (icomplete--completion-table, icomplete--completion-predicate)
4021 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
4022 New functions.
4023 (icomplete-forward-completions, icomplete-backward-completions)
4024 (icomplete-simple-completing-p, icomplete-exhibit)
4025 (icomplete-completions): Use them.
4026 (icomplete--in-region-buffer): New var.
4027 (icomplete--in-region-setup): New function.
4028 (icomplete-mode): Use it.
4029
70568a90
SM
4030 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
4031 (bug#15379).
4032 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
4033 return args and options.
4034 (eshell-eval-using-options): Use the new return value of
4035 eshell--do-opts to set the options's vars in their scope.
4036 (eshell--set-option): Rename from eshell-set-option.
4037 Add arg `opt-vals'.
4038 (eshell--process-option): Rename from eshell-process-option.
4039 Add arg `opt-vals'.
4040 (eshell--process-args): Use an `opt-vals' alist to store the options's
4041 values during their processing and return them additionally to the
4042 remaining args.
4043
578c21bc
DG
40442013-09-15 Dmitry Gutov <dgutov@yandex.ru>
4045
4046 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
4047 continuation character an operator, as far as indentation is
4048 concerned (Bug#15369).
4049
c089653d
MR
40502013-09-15 Martin Rudalics <rudalics@gmx.at>
4051
4052 * window.el (window--state-put-2): Don't process buffer state
4053 when buffer doesn't exist any more (Bug#15382).
4054
1e53bb4b
GM
40552013-09-15 Glenn Morris <rgm@gnu.org>
4056
30753242
GM
4057 * eshell/em-unix.el (eshell/rm):
4058 Make -f ignore missing files. (Bug#15373)
4059
1e53bb4b
GM
4060 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
4061 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
4062 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
4063
0d8863b3
GM
40642013-09-14 Glenn Morris <rgm@gnu.org>
4065
4066 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
4067
d3fc6549
GM
40682013-09-13 Glenn Morris <rgm@gnu.org>
4069
4070 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
4071 (dired-guess-default): Make `file' available in the env. (Bug#15363)
4072
fcd42c11
DA
40732013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
4074
4075 * frame.el (x-focus-frame): Mark as declared in frame.c.
4076
7830899f
SM
40772013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4078
4079 * ls-lisp.el: Use advice-add.
4080 (original-insert-directory): Remove.
4081 (ls-lisp--insert-directory): Rename from insert-directory; add
4082 `orig-fun' argument.
4083 (insert-directory): Advise.
4084
84387cd2
EZ
40852013-09-13 Eli Zaretskii <eliz@gnu.org>
4086
4087 * term.el (term-emulate-terminal): Decode the command string
4088 before passing it to term-command-hook. (Bug#15337)
4089
35ffc6ba
GM
40902013-09-13 Glenn Morris <rgm@gnu.org>
4091
5c3f9bcc
GM
4092 * eshell/esh-util.el (ange-cache): Move declaration earlier.
4093
2ada368a
GM
4094 * eshell/esh-ext.el (eshell-search-path): Declare.
4095
fcef2e13
GM
4096 * eshell/em-prompt.el (eshell/pwd): Autoload it.
4097 Otherwise an error occurs if eshell-dirs module not loaded.
4098
35ffc6ba
GM
4099 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
4100
35c3d36e
MA
41012013-09-13 Michael Albinus <michael.albinus@gmx.de>
4102
4103 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
4104 `tramp-check-proper-host'. Check for a valid method name.
4105
4106 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4107 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4108 * net/tramp-sh.el (tramp-maybe-open-connection):
4109 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
4110
4111 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
4112 also for hash values.
4113
ae5e4c48
SM
41142013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4115
379add74
SM
4116 * term/ns-win.el (parameters): Don't declare as dynamic.
4117 (before-make-frame-hook): Don't add ineffective function.
4118
ae5e4c48
SM
4119 * eshell/*.el: Use lexical-binding (bug#15231).
4120
b5623270
KH
41212013-09-12 Kenichi Handa <handa@gnu.org>
4122
ae5e4c48 4123 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
b5623270 4124
30213927
GM
41252013-09-12 Glenn Morris <rgm@gnu.org>
4126
be94d713 4127 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
aa30fa6f 4128 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
be94d713 4129
44915370
GM
4130 * subr.el (do-after-load-evaluation): Also give compiler warnings
4131 when obsolete files are used (except by obsolete files).
4132
a6ae021f
GM
4133 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
4134 in the status output, assume `filename' is the first. (Bug#15322)
4135
40e64f0c
GM
4136 * vc/vc.el (vc-deduce-fileset): Doc fix.
4137
16d9f896
GM
4138 * calc/calc-help.el (Info-goto-node):
4139 * progmodes/cperl-mode.el (Info-find-node):
4140 * vc/ediff.el (Info-goto-node): Update declarations.
4141
dea01c6e
GM
4142 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
4143
759880bf 4144 * vc/vc-bzr.el (vc-compilation-mode): Declare.
96b3f75a
GM
4145 (vc-bzr-pull): Require vc-dispatcher.
4146 * vc/vc-git.el (vc-compilation-mode): Declare.
4147 (vc-git-pull): Require vc-dispatcher.
4148
08d66420
GM
4149 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
4150
30b626e9
GM
4151 * progmodes/octave.el (help-button-action): Declare.
4152
8c05cb10
GM
4153 * shell.el (shell-directory-tracker): Output error as a message
4154 rather than just returning it as a string.
4155 (shell-process-pushd): Remove useless use of message.
4156
30213927
GM
4157 * dframe.el (dframe-timer-fn):
4158 * files.el (dir-locals-read-from-file):
4159 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
4160 (mpc-format):
4161 * reveal.el (reveal-post-command):
4162 * saveplace.el (load-save-place-alist-from-file):
4163 * shell.el (shell-resync-dirs):
4164 * w32-common-fns.el (x-get-selection-value):
4165 * emacs-lisp/copyright.el (copyright-find-copyright):
4166 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
4167 * emulation/tpu-edt.el (tpu-copy-keyfile):
4168 * play/bubbles.el (bubbles--mark-neighbourhood):
4169 * progmodes/executable.el
4170 (executable-make-buffer-file-executable-if-script-p):
4171 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
4172
d3b049e6
SM
41732013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4174
170266d0
SM
4175 Cleanup Eshell to rely less on dynamic scoping.
4176 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
4177 last-value, and ext-command here. Bind `args' closer to `body'.
4178 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
4179 (eshell--args): Declare new dynamic var.
4180 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
4181 last-value, and ext-command. Pass `args' to `body'.
4182 (eshell-process-args): Bind eshell--args.
4183 (eshell-set-option): Use eshell--args.
4184 * eshell/eshell.el (eshell): Use derived-mode-p.
4185 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
4186 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
4187 (eshell-glob-function): Declare.
4188 * eshell/esh-util.el: Require cl-lib.
4189 (eshell-read-hosts-file): Avoid add-to-list.
4190 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
4191 `err'.
4192 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
4193 Declare.
4194 (eshell/diff): Remove unused var `err'.
4195 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
4196 `killflag'.
4197 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
4198 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
4199 first use.
4200 * eshell/em-glob.el (eshell-glob-matches, message-shown):
4201 Move declaration before first use.
4202 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
d3b049e6
SM
4203 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
4204 rely on cl-return.
4205
56834f3b
GM
42062013-09-12 Glenn Morris <rgm@gnu.org>
4207
4208 * term/ns-win.el (global-map): Remove binding for ispell-next,
4209 deleted 1999-05-29. (Bug#15357)
4210
5c91a2b8
GM
42112013-09-11 Glenn Morris <rgm@gnu.org>
4212
da712f22
GM
4213 * echistory.el (electric-command-history): Remove call to deleted func.
4214
512e4cdc
GM
4215 * play/landmark.el (landmark-mode): Fix typos.
4216
d3506ca5
GM
4217 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
4218 Check cvs-sort-ignore-file is bound.
4219
5c91a2b8
GM
4220 * savehist.el: No need for cl when compiling on Emacs.
4221
feeff482
SM
42222013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4223
656bd483
SM
4224 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
4225 (bug#15338).
d3b049e6
SM
4226 (eshell-self-insert-command, eshell-send-invisible):
4227 Remove unused argument.
656bd483
SM
4228 (eshell-handle-control-codes): Remove unused var `orig'.
4229 Avoid delete-backward-char.
4230
feeff482
SM
4231 * files.el (set-auto-mode): Simplify a bit further.
4232
2a08047a
GM
42332013-09-11 Glenn Morris <rgm@gnu.org>
4234
4235 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
4236 (set-auto-mode): Don't regexp-quote elements.
4237 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
4238 * progmodes/cc-mode.el (interpreter-mode-alist):
4239 * progmodes/ruby-mode.el (interpreter-mode-alist):
4240 Revert previous change.
4241
34675540
SM
42422013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4243
1b3b87df
SM
4244 * play/snake.el (snake-mode):
4245 * play/mpuz.el (mpuz-mode):
4246 * play/landmark.el (lm-mode):
4247 * play/blackbox.el (blackbox-mode):
4248 * play/5x5.el (5x5-mode):
4249 * obsolete/options.el (Edit-options-mode):
4250 * net/quickurl.el (quickurl-list-mode):
4251 * net/newst-treeview.el (newsticker-treeview-mode):
4252 * mail/rmailsum.el (rmail-summary-mode):
4253 * mail/mspools.el (mspools-mode):
4254 * locate.el (locate-mode):
4255 * ibuffer.el (ibuffer-mode):
4256 * emulation/ws-mode.el (wordstar-mode):
4257 * emacs-lisp/debug.el (debugger-mode):
4258 * array.el (array-mode):
4259 * net/eudc.el (eudc-mode): Use define-derived-mode.
4260 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
4261 Move initialization into declaration.
4262 (mairix-searches-mode): Use define-derived-mode.
4263 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
4264 (eudc-edit-hotlist): Use dolist.
4265 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
4266 (Man-mode): Use define-derived-mode.
4267 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
4268 (Info-edit-mode): Use define-derived-mode.
4269 (Info-cease-edit): Use Info-mode.
4270 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
4271 into declaration.
4272 (eshell-mode): Use define-derived-mode.
4273 * chistory.el (command-history-mode-map): Rename from
4274 command-history-map.
4275 (command-history-mode): Use define-derived-mode.
da712f22 4276 (Command-history-setup): Remove function.
1b3b87df
SM
4277 * calc/calc.el (calc-trail-mode-map): New var.
4278 (calc-trail-mode): Use define-derived-mode.
4279 (calc-trail-buffer): Set calc-main-buffer manually.
4280 * bookmark.el (bookmark-insert-annotation): New function.
4281 (bookmark-edit-annotation): Use it.
4282 (bookmark-edit-annotation-mode): Make it a proper major mode.
4283 (bookmark-send-edited-annotation): Use derived-mode-p.
4284 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
4285 closer to its ideal place. Use \' to match EOS.
4286
34675540
SM
4287 * profiler.el (profiler-calltree-find): Use function-equal.
4288
6a5c15d9
GM
42892013-09-10 Glenn Morris <rgm@gnu.org>
4290
1af4c220
GM
4291 * files.el (interpreter-mode-alist): Convert to regexps.
4292 (set-auto-mode): Adapt for this. (Bug#15306)
4293 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
4294 Comment out unused variable.
4295 * progmodes/cc-mode.el (interpreter-mode-alist):
4296 * progmodes/python.el (interpreter-mode-alist):
4297 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
4298 * progmodes/sh-script.el (sh-set-shell):
4299 No longer use interpreter-mode-alist to get list of shells.
4300
6a5c15d9
GM
4301 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
4302
8c27f5ff
SM
43032013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4304
02ef6c1a 4305 * simple.el: Use set-temporary-overlay-map for universal-argument.
656bd483 4306 (universal-argument-map): Don't use default-bindings (bug#15317).
02ef6c1a
SM
4307 Bind switch-frame explicitly. Replace universal-argument-minus with
4308 a conditional binding.
4309 (universal-argument-num-events, saved-overriding-map): Remove.
4310 (restore-overriding-map): Remove.
4311 (universal-argument--mode): Rename from save&set-overriding-map,
4312 and rewrite.
4313 (universal-argument, universal-argument-more, negative-argument)
4314 (digit-argument): Adjust accordingly.
4315 (universal-argument-minus): Remove.
4316 (universal-argument-other-key): Remove.
4317
8c27f5ff
SM
4318 * subr.el (with-demoted-errors): Add `format' argument.
4319
6480194c
MA
43202013-09-10 Michael Albinus <michael.albinus@gmx.de>
4321
4322 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
4323 `tramp-cleanup-connection'.
4324
4325 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
4326 parameters KEEP-DEBUG and KEEP-PASSWORD.
4327
4328 * net/tramp.el (tramp-file-name-handler):
4329 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4330 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4331 (tramp-maybe-open-connection):
8c27f5ff
SM
4332 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4333 Use `tramp-cleanup-connection'.
6480194c 4334
8c27f5ff
SM
4335 * net/tramp-sh.el (tramp-maybe-open-connection):
4336 Catch 'uname-changed inside the progress reporter.
6480194c 4337
e5e916d8
GM
43382013-09-10 Glenn Morris <rgm@gnu.org>
4339
9a2c9b47
GM
4340 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
4341
e5e916d8
GM
4342 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
4343 returns "alternate access method" in mode (eg "-rw-r--r--.").
4344
144e38fe
GM
43452013-09-08 Glenn Morris <rgm@gnu.org>
4346
4347 * saveplace.el (load-save-place-alist-from-file):
4348 Demote errors. (Bug#15305)
4349
af9ff9e8
MA
43502013-09-08 Michael Albinus <michael.albinus@gmx.de>
4351
4352 Improve compatibility with older Emacsen, and XEmacs.
4353
4354 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
4355 only if it is bound. It isn't for XEmacs.
8c27f5ff
SM
4356 (with-tramp-progress-reporter): Do not let-bind `result'.
4357 This yields to scoping errors in XEmacs.
af9ff9e8
MA
4358 (tramp-handle-make-auto-save-file-name): New function, moved from
4359 tramp-sh.el.
4360
4361 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
4362 for `make-auto-save-file-name'.
8c27f5ff
SM
4363 (tramp-adb--gnu-switches-to-ash):
4364 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
4365
4366 * net/tramp-cache.el (tramp-cache-print): Call
4367 `substring-no-properties' only if it is bound. It isn't for XEmacs.
4368
4369 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
4370 bound. It isn't for XEmacs.
4371
8c27f5ff
SM
4372 * net/tramp-compat.el (tramp-compat-copy-file):
4373 Catch `wrong-number-of-arguments' error.
af9ff9e8
MA
4374 (tramp-compat-replace-regexp-in-string): New defun.
4375
4376 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
4377 for `make-auto-save-file-name'.
4378 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
4379 `copy-file'.
4380 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
4381 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
4382 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
4383
8c27f5ff
SM
4384 * net/tramp-gw.el (tramp-gw-open-network-stream):
4385 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8 4386
8c27f5ff
SM
4387 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4388 Call `tramp-handle-make-auto-save-file-name'.
af9ff9e8
MA
4389 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
4390 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8c27f5ff
SM
4391 (tramp-sh-file-inotifywait-process-filter):
4392 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
4393 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
4394
4395 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
4396 for `make-auto-save-file-name'.
8c27f5ff
SM
4397 (tramp-smb-handle-copy-directory):
4398 Call `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
4399 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
4400 (tramp-smb-handle-copy-file): Improve error message.
4401 (tramp-smb-handle-rename-file): Rename directly only in case
4402 `newname' does not exist yet. This is a restriction of smbclient.
4403 (tramp-smb-maybe-open-connection): Rerun the function only when
4404 `auth-sources' is non-nil.
4405
0ca754d0
KH
44062013-09-08 Kenichi Handa <handa@gnu.org>
4407
e0eb0550 4408 * international/characters.el: Set category "^" (Combining) for
0ca754d0
KH
4409 more characters.
4410
e8dd0787
AM
44112013-09-07 Alan Mackenzie <acm@muc.de>
4412
4413 Correctly fontify Java class constructors.
4414 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
4415 in Java Mode.
4416 (c-recognize-typeless-decls): Set the Java value to t.
8c27f5ff
SM
4417 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
4418 While handling a "(", add a check for, effectively, Java, and handle a
e8dd0787
AM
4419 "typeless" declaration there.
4420
f2f248e7
RW
44212013-09-07 Roland Winkler <winkler@gnu.org>
4422
4423 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
4424 field subtitle for entry type book.
4425
67982e2b
SM
44262013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4427
4428 * minibuffer.el: Make minibuffer-complete call completion-in-region
4429 rather than other way around.
4430 (completion--some, completion-pcm--find-all-completions):
4431 Don't delay signals when debugging.
4432 (minibuffer-completion-contents): Beware fields within the
4433 minibuffer contents.
4434 (completion-all-sorted-completions): Use defvar-local.
4435 (completion--do-completion, completion--cache-all-sorted-completions)
4436 (completion-all-sorted-completions, minibuffer-force-complete):
4437 Add args `beg' and `end'.
4438 (completion--in-region-1): New fun, extracted from minibuffer-complete.
4439 (minibuffer-complete): Use completion-in-region.
4440 (completion-complete-and-exit): New fun, extracted from
4441 minibuffer-complete-and-exit.
4442 (minibuffer-complete-and-exit): Use it.
4443 (completion--complete-and-exit): Rename from
4444 minibuffer--complete-and-exit.
4445 (completion-in-region--single-word): New function, extracted from
4446 minibuffer-complete-word.
4447 (minibuffer-complete-word): Use it.
4448 (display-completion-list): Make `common-substring' argument obsolete.
4449 (completion--in-region): Call completion--in-region-1 instead of
4450 minibuffer-complete.
4451 (completion-help-at-point): Pass boundaries to
4452 minibuffer-completion-help as args rather than via an overlay.
4453 (completion-pcm--string->pattern): Use `any-delim'.
4454 (completion-pcm--optimize-pattern): New function.
4455 (completion-pcm--pattern->regex): Handle `any-delim'.
4456 * icomplete.el (icomplete-forward-completions)
4457 (icomplete-backward-completions, icomplete-completions):
4458 Adjust calls to completion-all-sorted-completions and
4459 completion--cache-all-sorted-completions.
4460 (icomplete-with-completion-tables): Default to t.
4461 * emacs-lisp/crm.el (crm--current-element): Rename from
4462 crm--select-current-element. Don't put an overlay but return the
4463 boundaries instead.
4464 (crm--completion-command): Take two new args to bind to the boundaries.
4465 (crm-completion-help): Adjust accordingly.
4466 (crm-complete): Use completion-in-region.
4467 (crm-complete-word): Use completion-in-region--single-word.
4468 (crm-complete-and-exit): Use completion-complete-and-exit.
4469
e17d94a5
SM
44702013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
4473 than dynamically.
4474
96727100
JL
44752013-09-06 Juri Linkov <juri@jurta.org>
4476
4477 * info.el (Info-display-images-node): When image file doesn't exist
4478 display text version of the image if it's provided in the Info file.
4479 Otherwise, display the location of missing image from SRC attribute.
4480 Add help-echo text property from ALT attribute. (Bug#15279)
4481
86cf7329
SM
44822013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4483
4484 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
4485 (edit-abbrevs-mode): Use define-derived-mode.
4486
4487 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
4488 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
4489 that it's defined.
4490 (epa-key-list-mode, epa-key-mode, epa-info-mode):
4491 Use define-derived-mode.
4492
4493 * epg.el (epg-start-encrypt): Minor CSE simplification.
4494
816244a2
WX
44952013-09-06 William Xu <william.xwl@gmail.com>
4496
4497 * arc-mode.el: Add support for 7za (bug#15264).
4498 (archive-7z-program): New var.
4499 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
4500 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
4501 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
4502
1486fa31
MA
45032013-09-06 Michael Albinus <michael.albinus@gmx.de>
4504
4505 Remove URL syntax.
4506
4507 * net/tramp.el (tramp-syntax, tramp-prefix-format)
4508 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
4509 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
4510 (tramp-postfix-host-format, tramp-file-name-regexp)
4511 (tramp-completion-file-name-regexp)
4512 (tramp-completion-dissect-file-name)
4513 (tramp-handle-substitute-in-file-name): Remove 'url case.
4514 (tramp-file-name-regexp-url)
4515 (tramp-completion-file-name-regexp-url): Remove constants.
4516
39785324
GM
45172013-09-06 Glenn Morris <rgm@gnu.org>
4518
4519 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
4520
1f896cb7
DG
45212013-09-05 Dmitry Gutov <dgutov@yandex.ru>
4522
4523 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
4524 keywords" below "here-doc beginnings" (Bug#15270).
4525
c0458e0b
SM
45262013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4527
4528 * subr.el (pop): Use `car-safe'.
4529 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
4530 to detect unused `pop' return value.
4531
4532 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
4533 var `block-regexp'.
4534 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
4535 (python-fill-string): Remove unused var `marker'.
4536 (python-skeleton-add-menu-items): Remove unused var `items'.
4537
4538 * international/mule-cmds.el: Require CL.
4539 (find-coding-systems-for-charsets): Avoid add-to-list.
4540 (sanitize-coding-system-list): New function, extracted from
4541 select-safe-coding-system-interactively.
4542 (select-safe-coding-system-interactively): Use it.
4543 (read-input-method-name): Accept symbols for `default'.
4544
4545 * emacs-lisp/advice.el (defadvice): Add indent rule.
4546
6c42fc3e
DH
45472013-09-05 Daniel Hackney <dan@haxney.org>
4548
4549 * dired-x.el:
4550 * net/ange-ftp.el:
4551 * net/browse-url.el:
4552 * net/dbus.el:
4553 * net/eudc.el:
4554 * net/eudcb-ldap.el:
4555 * net/eww.el:
4556 * net/imap.el:
4557 * printing.el:
4558 * vc/ediff-diff.el:
4559 * vc/ediff-init.el:
4560 * vc/ediff-merg.el:
4561 * vc/ediff-mult.el:
4562 * vc/ediff-util.el:
4563 * vc/ediff-wind.el:
4564 * vc/ediff.el:
4565 * vc/emerge.el:
4566 * vc/pcvs.el:
4567 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
4568 byte compiler. Remove some unused let-bound variables.
4569
4c528aab
SM
45702013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4571
4572 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
4573 a "ref-cell", since it gets better optimized (bug#14883).
4574
bd15c390
GM
45752013-09-05 Glenn Morris <rgm@gnu.org>
4576
4577 * progmodes/cc-awk.el (c-forward-sws): Declare.
4578
1c3ac2e5
GM
45792013-09-04 Glenn Morris <rgm@gnu.org>
4580
4581 * generic-x.el [rul-generic-mode]: Require cc-mode.
4582 (c++-mode-syntax-table): Declare.
4583 (rul-generic-mode-syntax-table): Init in the defvar.
4584
52b1cc79
SM
45852013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4586
c828af56
SM
4587 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
4588 (vc-do-command, vc-set-async-update):
4589 * vc/vc-mtn.el (vc-mtn-dir-status):
4590 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
4591 (vc-hg-pull, vc-hg-merge-branch):
4592 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
4593 (vc-git-merge-branch):
4594 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
4595 (vc-cvs-dir-status-files):
4596 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
4597 (vc-bzr-dir-status-files):
4598 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
4599 * vc/vc-annotate.el: Use lexical-binding.
4600 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
4601 (vc-sentinel-movepoint): Declare.
4602 (vc-annotate): Don't use `goto-line'.
4603 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
4604 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
4605 (vc-sentinel-movepoint): Declare.
4606 * vc/vc-svn.el: Use lexical-binding.
4607 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
4608 * vc/vc-sccs.el:
4609 * vc/vc-rcs.el: Use lexical-binding.
4610
abae272c
SM
4611 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
4612 `deleted'. Don't drop errors silently.
4613
52b1cc79
SM
4614 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
4615
63191d9f
XF
46162013-09-04 Xue Fuqiao <xfq.free@gmail.com>
4617
4618 * vc/vc.el (vc-ignore): Rewrite.
4619 (vc-default-ignore): New function.
4620 (vc-default-ignore-completion-table): Use find-ignore-file.
4621
4622 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
4623 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
4624 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
4625 Remove. Most code moved to vc.el.
4626
9d3f707c
SM
46272013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4628
abae272c 4629 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
38726039
SM
4630 * net/tramp-smb.el (tramp-smb-get-file-entries):
4631 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
4632 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
4633
fde38d49
SM
4634 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
4635 Update call to it.
4636 (eww-change-select): Remove unused var `properties'.
4637 (eww-make-unique-file-name): Remove unused var `base'.
4638
4639 * finder.el (finder-compile-keywords): Don't mess with windows.
4640
84032db7
SM
4641 * calculator.el (calculator-funcall): Fix typo in last change.
4642
724f5e41
SM
4643 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
4644
14b511d4
SM
4645 * emacs-lisp/package.el (package-activate-1): Don't let a missing
4646 <pkg>-autoloads.el file stop us.
4647
9d3f707c 4648 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
14b511d4 4649 warnings, and factor out common code.
9d3f707c 4650
88527bc0
DG
46512013-09-03 Dmitry Gutov <dgutov@yandex.ru>
4652
4653 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
4654 two-character operators and whether the character preceding them
4655 changes their meaning (Bug#15208).
4656
96edb677
FEG
46572013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
4658
4659 Format code sent to Python shell for robustness.
9d3f707c
SM
4660 * progmodes/python.el (python-shell-buffer-substring):
4661 New function.
96edb677
FEG
4662 (python-shell-send-region, python-shell-send-buffer): Use it.
4663
95beaef3
MA
46642013-09-02 Michael Albinus <michael.albinus@gmx.de>
4665
4666 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
4667 * net/tramp.el (tramp-user-error): ... here.
4668 (tramp-find-method, tramp-check-proper-host)
4669 (tramp-dissect-file-name, tramp-debug-message)
4670 (tramp-handle-shell-command):
4671 * net/tramp-adb.el (tramp-adb-handle-shell-command):
4672 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
4673
4674 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
4675
f167c27b
MR
46762013-09-02 Martin Rudalics <rudalics@gmx.at>
4677
4678 * avoid.el (mouse-avoidance-point-position)
4679 (mouse-avoidance-too-close-p): Handle case where posn-at-point
4680 returns nil.
4681
cd16c5f1
FEG
46822013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
4683
4684 * progmodes/python.el (python-shell-completion-get-completions):
4685 Drop use of deleted `comint-last-prompt-overlay'.
e5c144d6 4686 (python-nav-if-name-main): New command.
cd16c5f1 4687
e73c3a0d
GM
46882013-09-01 Glenn Morris <rgm@gnu.org>
4689
f8ccce03
GM
4690 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4691 Avoid leading space in $wins. Otherwise the sed command used by
4692 eg compile-main ends up containing "/*.el". (Bug#15170)
4693
e73c3a0d
GM
4694 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
4695
415f808e
GM
46962013-08-30 Glenn Morris <rgm@gnu.org>
4697
4698 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4699 Fix is-this-a-directory logic. (Bug#15220)
4700
f069bba8
SM
47012013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4702
112798c1
SM
4703 * textmodes/css-mode.el: Use SMIE.
4704 (css-smie-grammar): New var.
4705 (css-smie--forward-token, css-smie--backward-token)
4706 (css-smie-rules): New functions.
4707 (css-mode): Use them.
4708 (css-navigation-syntax-table): Remove var.
4709 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
4710 (css-indent-calculate, css-indent-line): Remove functions.
4711
4712 Misc changes to reduce use of `(lambda...); and other cleanups.
4713 * cus-edit.el: Use lexical-binding.
4714 (customize-push-and-save, customize-apropos)
4715 (custom-buffer-create-internal): Use closures.
4716 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
4717 * progmodes/ada-xref.el: Use setq.
4718 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
4719 * dframe.el: Use lexical-binding.
4720 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
4721 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
4722 * descr-text.el: Use lexical-binding.
4723 (describe-text-widget, describe-text-sexp, describe-property-list):
4724 Use closures.
4725 * comint.el (comint-history-isearch-push-state): Use a closure.
4726 * calculator.el: Use lexical-binding.
4727 (calculator-number-to-string): Make it work with lexical-binding.
4728 (calculator-funcall): Same and use cl-letf.
4729
2da4c3ab
SM
4730 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
4731 (lisp--company-doc-string, lisp--company-location): New functions.
4732 (lisp-completion-at-point): Use them to improve Company support.
4733
f069bba8
SM
4734 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
4735 params of lambda expressions.
4736 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
4737 (ruby-smie--opening-pipe-p): New function.
4738 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
4739 symbols and matched |...| for formal params.
4740 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
4741 from being treated as hanging. Handle "rescue".
4742
6758b6a8
GM
47432013-08-29 Glenn Morris <rgm@gnu.org>
4744
4745 * progmodes/cc-engine.el (c-pull-open-brace):
4746 Move definition before use.
4747
e8dfd197
SM
47482013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4749
4750 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
4751 are immutable. Don't use `unsafe' any more.
4752 (cl--defsubst-expand): Don't substitute at the same time as keeping
4753 a residual unused let-binding. Don't use `unsafe' any more.
4754
cc585c96
GM
47552013-08-29 Glenn Morris <rgm@gnu.org>
4756
ba579ea6
GM
4757 * calendar/cal-china.el (calendar-chinese-year-cache):
4758 Recenter on 2015.
4759
8201a87e
GM
4760 * nxml/nxml-util.el (nxml-debug-clear-inside):
4761 Use cl-loop rather than loop.
4762
6ee877c7
GM
4763 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
4764
cc585c96
GM
4765 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
4766
27be8d39
GM
47672013-08-28 Glenn Morris <rgm@gnu.org>
4768
397440a1
GM
4769 * progmodes/antlr-mode.el: No need to require cc-mode twice.
4770
2bb762d4
GM
4771 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
4772
27be8d39
GM
4773 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
4774
2d69b99e
SM
47752013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4776
f663baa7
SM
4777 * simple.el (repeat-complex-command--called-interactively-skip):
4778 New function.
4779 (repeat-complex-command): Use it (bug#14136).
4780
dd4f8b74
SM
4781 * progmodes/cc-mode.el: Minor cleanup of var declarations.
4782 (c-define-abbrev-table): Add `doc' argument.
4783 (c-mode-abbrev-table, c++-mode-abbrev-table)
4784 (objc-mode-abbrev-table, java-mode-abbrev-table)
4785 (idl-mode-abbrev-table, pike-mode-abbrev-table)
4786 (awk-mode-abbrev-table): Use it.
4787 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
4788 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
4789 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
4790 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
4791 Move initialization into the declaration; and remove any
4792 autoload cookie.
4793
b58969f7
SM
4794 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
4795 and dynamic let binding.
4796
4021d6a6
SM
4797 * vc/smerge-mode.el: Remove redundant :group args.
4798
2d69b99e
SM
4799 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
4800 to load-path.
4801
274919fd
JL
48022013-08-28 Juri Linkov <juri@jurta.org>
4803
4804 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
4805 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
4806 (isearch-other-meta-char): Handle an undefined shifted printing
4807 character by downshifting it. (Bug#15200)
4808
121f8c95
JL
48092013-08-28 Juri Linkov <juri@jurta.org>
4810
4811 * isearch.el (isearch-search): Change regexp error message for
4812 non-regexp searches. (Bug#15166)
4813
50b13cde
PE
48142013-08-28 Paul Eggert <eggert@cs.ucla.edu>
4815
4816 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
4817 for portability to hosts where /bin/sh has problems.
4818
95888bca
SM
48192013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4820
4821 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
4822
bbe558f1
JL
48232013-08-27 Juri Linkov <juri@jurta.org>
4824
4825 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
4826 in the keyboard macro. (Bug#15126)
4827
26f98a7d
JL
48282013-08-27 Juri Linkov <juri@jurta.org>
4829
4830 * isearch.el (isearch-quote-char): Comment out converting unibyte
4831 to multibyte, thus syncing with its `quoted-insert' counterpart.
4832 (Bug#15166)
4833
7c97d35e
MR
48342013-08-27 Martin Rudalics <rudalics@gmx.at>
4835
4836 * window.el (display-buffer-use-some-window): Add missing
95888bca
SM
4837 argument in call of get-largest-window (Bug#15185).
4838 Reported by Stephen Leake.
7c97d35e 4839
a0b5606e 48402013-08-27 Glenn Morris <rgm@gnu.org>
d96ad422
GM
4841
4842 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
4843
9e89d835
SM
48442013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4845
4846 * progmodes/python.el (python-font-lock-keywords): Don't return nil
4847 from a matcher-function unless there's no more matches (bug#15161).
4848
78fc2530
MA
48492013-08-26 Michael Albinus <michael.albinus@gmx.de>
4850
4851 * minibuffer.el: Revert change from 2013-08-20.
4852
4853 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
4854 with text property `tramp-default', if appropriate.
4855 (tramp-check-proper-host): New defun.
4856 (tramp-dissect-file-name): Do not check hostname. Revert change
4857 of 2013-03-18.
4858 (tramp-backtrace): Make VEC-OR-PROC optional.
4859
4860 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4861 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4862 * net/tramp-sh.el (tramp-maybe-open-connection):
95888bca
SM
4863 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4864 Apply `tramp-check-proper-host'.
78fc2530 4865
edca97cd
TH
48662013-08-26 Tassilo Horn <tsdh@gnu.org>
4867
4868 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
4869 lambda expression in order to have `describe-variable' display it.
4870
df54bcbd
MA
48712013-08-26 Michael Albinus <michael.albinus@gmx.de>
4872
4873 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
4874 BUF can be optional. (Bug#15186)
4875
eed99101
XF
48762013-08-25 Xue Fuqiao <xfq.free@gmail.com>
4877
4878 * progmodes/flymake.el (flymake-get-real-file-name-function):
4879 Fix broken customization. (Bug#15184)
4880
b5eb9035
AM
48812013-08-25 Alan Mackenzie <acm@muc.de>
4882
8a51e842
AM
4883 Improve indentation of bracelists defined by macros (without "=").
4884
4885 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
4886 expansion begins with "{", regard it as bracelist when it doesn't
4887 contain a ";".
4888
869455d4
AM
4889 Parse C++ inher-intro when there's a template split over 2 lines.
4890
4891 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
4892 rigorously the search for "class" etc. followed by ":".
4893
4894 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
4895 random languages a regexp which never matches rather than nil.
4896
b5eb9035
AM
4897 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
4898
4899 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
4900 (c-awk-regexp-one-line-possibly-open-char-list-re)
4901 (c-awk-one-line-possibly-open-regexp-re)
4902 (c-awk-one-line-non-syn-ws*-re): Remove.
4903 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
4904 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
4905 (c-awk-space*-unclosed-regexp-/-re): New constants.
4906 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
4907 aren't regexp delimiters.
4908
4909 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
4910 handling for a rare situation in AWK Mode involving unterminated
4911 strings/regexps.
4912
61611d54
GM
49132013-08-23 Glenn Morris <rgm@gnu.org>
4914
2d85dc34
GM
4915 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
4916
cb8d2612
GM
4917 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
4918
bb35f42f
GM
4919 * files.el (create-file-buffer): If the result would begin with
4920 spaces, prepend a "|" instead of removing them. (Bug#15162)
61611d54 4921
b9808e77
SM
49222013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4923
e3a66363
SM
4924 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
4925 text-properties (bug#15155).
4926
b9808e77
SM
4927 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
4928 exist any more.
4929 (calc-keypad-redraw): Remove unused var `pad'.
4930 (calc-keypad-press): Remove unused var `menu'.
4931
7fd5f65e
MR
49322013-08-23 Martin Rudalics <rudalics@gmx.at>
4933
b9808e77
SM
4934 * window.el (display-buffer-pop-up-frame):
4935 Call pop-up-frame-function with BUFFER current so `make-frame' will
7fd5f65e
MR
4936 use it as the new frame's buffer (Bug#15133).
4937
8352b530
SM
49382013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4939
4940 * calendar/timeclock.el: Minor cleanups.
4941 (timeclock-ask-before-exiting, timeclock-use-display-time):
4942 Use `symbol'.
4943 (timeclock-modeline-display): Define as alias before the
4944 actual definition.
4945 (timeclock-mode-line-display): Use define-minor-mode.
4946 (timeclock-day-list-template): Make it a function, add an argument.
4947 (timeclock-day-list-required, timeclock-day-list-length)
4948 (timeclock-day-list-debt, timeclock-day-list-span)
4949 (timeclock-day-list-break): Adjust calls accordingly.
4950
9f7b1925
SM
49512013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4952
4953 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
4954 Use read--expression so that completion works again.
4955
6e50e983
SS
49562013-08-21 Sam Steingold <sds@gnu.org>
4957
4958 Add rudimentary inferior shell interaction
4959 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
4960 (sh-set-shell): Reset it.
9f7b1925
SM
4961 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
4962 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6e50e983 4963
dbb0d350
SM
49642013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4965
4966 * align.el: Use lexical-binding.
4967 (align-region): Simplify accordingly.
4968
c88586a9
MA
49692013-08-20 Michael Albinus <michael.albinus@gmx.de>
4970
4971 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
4972
4973 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
4974 `non-essential' up.
4975
f95527c8
MA
49762013-08-17 Michael Albinus <michael.albinus@gmx.de>
4977
4978 * net/tramp.el:
4979 * net/tramp-adb.el:
4980 * net/tramp-cmds.el:
4981 * net/tramp-ftp.el:
4982 * net/tramp-gvfs.el:
4983 * net/tramp-gw.el:
4984 * net/tramp-sh.el: Don't wrap external variable declarations by
4985 `eval-when-compile'.
4986
4b5fe4ee
LMI
49872013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4988
4989 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
4990 now that Emacs supports ImageMagick animations.
4991
13c366c9
MA
49922013-08-16 Michael Albinus <michael.albinus@gmx.de>
4993
4994 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
4995 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
4996
3dfc5cd6
MR
49972013-08-16 Martin Rudalics <rudalics@gmx.at>
4998
4999 * window.el (mouse-autoselect-window-select): Do autoselect when
5000 mouse pointer is on margin.
5001
4bbb4381
WP
50022013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
5003
5004 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
5005
3a2ddc2d
GM
50062013-08-16 Glenn Morris <rgm@gnu.org>
5007
e8bedf5a
GM
5008 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
5009 Handle "Remote Directory" response of some clients. (Bug#15058)
5010
58c4682f
GM
5011 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
5012 Tweak warning. (Bug#14926)
5013
57953f49
GM
5014 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
5015 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
5016
3a2ddc2d
GM
5017 * image-mode.el (image-mode-map): Add menu items to reverse,
5018 increase, decrease, reset animation speed.
5019 (image--set-speed, image-increase-speed, image-decrease-speed)
5020 (image-reverse-speed, image-reset-speed): New functions.
5021 (image-mode-map): Add bindings for speed commands.
5022
5023 * image.el (image-animate-get-speed, image-animate-set-speed):
5024 New functions.
5025 (image-animate-timeout): Respect image :speed property.
5026
10fa0ed3
SM
50272013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5028
5029 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
5030 previous line (bug#15101).
5031 (debugger-eval-expression, debugger-record-expression):
5032 Use read--expression (bug#15102).
5033
5d89d9d2
MA
50342013-08-15 Michael Albinus <michael.albinus@gmx.de>
5035
5036 Remove byte compiler warnings, visible when compiling with
5037 `byte-compile-force-lexical-warnings' set to t.
5038
5039 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
5040 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
5041 (tramp-handle-unhandled-file-name-directory)
5042 (tramp-handle-file-notify-add-watch, tramp-action-login)
5043 (tramp-action-succeed, tramp-action-permission-denied)
5044 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
5045 arguments with "_".
5046
5047 * net/tramp-adb.el (tramp-adb-parse-device-names)
5048 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
5049 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
5050 (tramp-adb-handle-file-truename): Remove unused arguments.
5051
5052 * net/tramp-cache.el (tramp-flush-directory-property)
5053 (tramp-flush-connection-property, tramp-list-connections)
5054 (tramp-parse-connection-properties): Prefix unused arguments with "_".
5055
10fa0ed3
SM
5056 * net/tramp-compat.el (tramp-compat-make-temp-file):
5057 Rename FILENAME to F.
5d89d9d2
MA
5058
5059 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5060 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
5061 (tramp-zeroconf-parse-workstation-device-names)
5062 (tramp-zeroconf-parse-webdav-device-names)
5063 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
5064
5065 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5066 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
5067
5068 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
5069 arguments.
5070 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
5071 (tramp-sh-handle-insert-file-contents-literally)
5072 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
5073 with "_".
5074 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
5075 Remove unused variables.
5076
5077 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5078 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
5079 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
5080
5081 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
5082 Make them a defconst.
5083 (tramp-uuencode-region): Remove unused variable.
5084
62f33bae
JB
50852013-08-14 Juanma Barranquero <lekktu@gmail.com>
5086
5087 * frameset.el (frameset--prop-setter): New function.
5088 (frameset-prop): Add gv-setter declaration.
14d1e463
JB
5089 (frameset-filter-minibuffer): Deal with the case that the minibuffer
5090 parameter was already set in FILTERED. Doc fix.
5091 (frameset--record-minibuffer-relationships): Allow saving a
5092 minibufferless frame without its corresponding minibuffer frame.
5093 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
5094 frame, if the frame id matches.
5095 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
5096 frames before orphaned ones.
5097 (frameset-restore): Warn about orphaned windows, instead of error out.
62f33bae 5098
c660a885
MR
50992013-08-14 Martin Rudalics <rudalics@gmx.at>
5100
5101 * window.el (window-make-atom): Don't overwrite parameter
5102 already present.
5103 (display-buffer-in-atom-window): Handle special case where we
5104 split an already atomic window.
5105 (window--major-non-side-window, display-buffer-in-side-window)
5106 (window--side-check): Ignore minibuffer window when walking
5107 window tree.
5108 (window-deletable-p): Return 'frame only if no other frame uses
5109 our minibuffer window.
5110 (record-window-buffer): Run buffer-list-update-hook.
5111 (split-window): Make sure window--check-frame won't destroy an
5112 existing atomic window in case the new window gets nested
5113 inside.
5114 (display-buffer-at-bottom): Ignore minibuffer window when
5115 walking window tree. Don't split a side window.
5116 (pop-to-buffer): Don't set-buffer here, the select-window call
5117 should do that.
5118 (mouse-autoselect-window-select): Autoselect only if we are in the
5119 text portion of the window.
5120
8259030d
LMI
51212013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5122
21c58ae2
LMI
5123 * net/shr.el (shr-parse-image-data): New function to grab both the
5124 data itself and the Content-Type.
5125 (shr-put-image): Use it.
5126
5127 * net/eww.el (eww-display-image): Ditto.
5128
8259030d
LMI
5129 * image.el (image-content-type-suffixes): New variable.
5130
ad756449
FEG
51312013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5132
5133 * progmodes/python.el (python-imenu--build-tree)
5134 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
5135
f73f4ce6
XF
51362013-08-13 Xue Fuqiao <xfq.free@gmail.com>
5137
5138 * simple.el (backward-word): Mention the optional argument.
5139
1f585e65
SM
51402013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5141
5142 * frameset.el (frameset--make): Rename constructor from make-frameset.
5143 (frameset-p, frameset-valid-p): Don't autoload.
5144 (frameset-valid-p): Use normal accessors.
5145
af1c6c84
GM
51462013-08-13 Glenn Morris <rgm@gnu.org>
5147
55e47f95
GM
5148 * progmodes/compile.el (compile-command): Tweak example in doc.
5149 * obsolete/scribe.el (scribe-mode):
5150 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
5151
f0024d8c
GM
5152 * mail/feedmail.el (feedmail-confirm-outgoing)
5153 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
5154
5155 * cus-start.el (truncate-partial-width-windows): Fix type.
5156
5157 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
5158
af1c6c84
GM
5159 * net/shr.el (shr-table-horizontal-line): Fix custom type.
5160
5514cc4c
SM
51612013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5162
5163 * emacs-lisp/timer.el (timer--time-setter): New function.
5164 (timer--time): Use it as gv-setter.
5165
5166 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
5167 setter is not a symbol.
5168
7997a2f1
GJ
51692013-08-12 Grégoire Jadi <daimrod@gmail.com>
5170
5171 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
5172 if sending fails. This makes debugging easier.
5173
01f1a9ab
JB
51742013-08-12 Juanma Barranquero <lekktu@gmail.com>
5175
5176 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
5177 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
5178 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
5179
594a4307
EZ
51802013-08-12 Eli Zaretskii <eliz@gnu.org>
5181
5182 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
5183
7a22490f 51842013-08-12 Glenn Morris <rgm@gnu.org>
f26afdb0
GM
5185
5186 * format.el (format-annotate-function):
5187 Handle read-only text properties in the source. (Bug#14887)
5188
3e41a054
LMI
51892013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5190
5514cc4c
SM
5191 * net/eww.el (eww-display-html): Ignore coding system errors.
5192 One web site uses "utf-8lias" as the coding system.
3e41a054 5193
7ec326db
JB
51942013-08-11 Juanma Barranquero <lekktu@gmail.com>
5195
5196 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
5197
5660113b
JB
51982013-08-10 Juanma Barranquero <lekktu@gmail.com>
5199
9a4ebc74
JB
5200 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
5201 (tutorial--detailed-help): Remove unused local variables.
5202 (tutorial--save-tutorial-to): Use ignore-errors.
5203 (help-with-tutorial): Use looking-at-p.
5204
5205 * view.el (view-buffer-other-window, view-buffer-other-frame):
5206 Mark unused arguments.
5207
5208 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
5209 (woman-select-symbol-fonts, woman, woman-find-file)
5210 (woman-insert-file-contents, woman-non-underline-faces):
5211 Use string-match-p.
5212 (woman1-unquote): Move declaration.
5213
5214 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
5215 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
5216 argument. Remove unused local variable.
5217 (xml-parse-elem-type): Use string-match-p.
5218 (xml-substitute-numeric-entities): Use ignore-errors.
5219
45fdb482
JB
5220 * calculator.el (calculator): Mark unused argument.
5221 (calculator-paste, calculator-quit, calculator-integer-p):
5222 Use ignore-errors.
5223 (calculator-string-to-number, calculator-decimal, calculator-exp)
5224 (calculator-op-or-exp): Use string-match-p.
5225
5226 * dired.el (dired-buffer-more-recently-used-p): Declare.
5227 (dired-insert-set-properties, dired-insert-old-subdirs):
5228 Use ignore-errors.
5229
5230 * dired-aux.el (dired-compress): Use ignore-errors.
5231 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
5232 (dired-do-async-shell-command, dired-do-shell-command)
5233 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
5234 (dired-insert-subdir-validate): Use string-match-p.
5235 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
5236 (dired-add-entry): Use string-match-p, looking-at-p.
5237 (dired-insert-subdir-newpos): Remove unused local variable.
5238
5239 * filenotify.el (file-notify-callback): Remove unused local variable.
5240
5241 * filesets.el (filesets-error): Mark unused argument.
5242 (filesets-which-command-p, filesets-filter-dir-names)
5243 (filesets-directory-files, filesets-get-external-viewer)
5244 (filesets-ingroup-get-data): Use string-match-p.
5245
5246 * find-file.el (ff-other-file-name, ff-other-file-name)
5247 (ff-find-the-other-file, ff-cc-hh-converter):
5248 Remove unused local variables.
5249 (ff-get-file-name): Use string-match-p.
5250 (ff-all-dirs-under): Use ignore-errors.
5251
5252 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
5253 (follow-select-if-visible): Remove unused local variable.
5254
5255 * forms.el (read-file-filter): Move declaration.
5256 (forms--make-format, forms--make-parser, forms-insert-record):
5257 Quote function with #'.
5258 (forms--update): Use string-match-p. Quote function with #'.
5259
5260 * help-mode.el (help-dir-local-var-def): Mark unused argument.
5261 (help-make-xrefs): Use looking-at-p.
5262 (help-xref-on-pp): Use looking-at-p, ignore-errors.
5263
5264 * ibuffer.el (ibuffer-ext-visible-p): Declare.
5265 (ibuffer-confirm-operation-on): Use string-match-p.
5266
5267 * msb.el (msb-item-handler, msb-dired-item-handler):
5268 Mark unused arguments.
5269
5270 * ses.el (ses-decode-cell-symbol)
5271 (ses-kill-override): Remove unused local variable.
5272 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
5273 (ses-load): Use ignore-errors, looking-at-p.
5274 (ses-jump-safe): Use ignore-errors.
5275 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
5276
5277 * tabify.el (untabify, tabify): Mark unused arguments.
5278
5279 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
5280 Mark unused argument.
5281 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
5282 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
5283
c880af52
JB
5284 * emacs-lisp/timer.el (timer--time): Define setter with
5285 gv-define-setter to avoid deprecation warning.
5286
5660113b 5287 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
c880af52 5288 (*record-cmpl-statistics-p*): Remove (was commented out).
5660113b
JB
5289 (cmpl-statistics-block): Remove (body was commented out).
5290 All callers changed.
5291 (add-completions-from-buffer, load-completions-from-file):
5292 Remove unused variables.
5293
156aab80
JB
52942013-08-09 Juanma Barranquero <lekktu@gmail.com>
5295
5c5dee78
JB
5296 * filecache.el (file-cache-delete-file-list):
5297 Print message only when told so.
5298 (file-cache-files-matching): Use #' in mapconcat argument.
5299
156aab80
JB
5300 * ffap.el (ffap-url-at-point): Fix reference to variable
5301 thing-at-point-default-mail-uri-scheme.
5302
ad9dcd70
SM
53032013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5304
54bd972f
SM
5305 * subr.el (define-error): New function.
5306 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
5307 error-file-not-found and define with define-error.
5308 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
5309 and define with define-error.
5310 * userlock.el (file-locked, file-supersession):
5311 * simple.el (mark-inactive):
5312 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
5313 * progmodes/ada-mode.el (ada-mode-errors):
5314 * play/life.el (life-extinct):
5315 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
5316 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
5317 * nxml/rng-util.el (rng-error):
5318 * nxml/rng-uri.el (rng-uri-error):
5319 * nxml/rng-match.el (rng-compile-error):
5320 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
5321 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
5322 * nxml/nxml-rap.el (nxml-scan-error):
5323 * nxml/nxml-outln.el (nxml-outline-error):
5324 * net/soap-client.el (soap-error):
5325 * net/gnutls.el (gnutls-error):
5326 * net/ange-ftp.el (ftp-error):
5327 * mpc.el (mpc-proc-error):
5328 * json.el (json-error, json-readtable-error, json-unknown-keyword)
5329 (json-number-format, json-string-escape, json-string-format)
5330 (json-key-format, json-object-format):
5331 * jka-compr.el (compression-error):
5332 * international/quail.el (quail-error):
5333 * international/kkc.el (kkc-error):
5334 * emacs-lisp/ert.el (ert-test-failed):
5335 * calc/calc.el (calc-error, inexact-result, math-overflow)
5336 (math-underflow):
5337 * bookmark.el (bookmark-error-no-filename):
5338 * epg.el (epg-error): Define with define-error.
5339
0ea9e53a
SM
5340 * time.el (display-time-event-handler)
5341 (display-time-next-load-average): Don't call sit-for since it seems
5342 unnecessary (bug#15045).
5343
b0429158
SM
5344 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
5345 Use #' instead of ' to quote functions.
5346 (checkdoc-output-mode): Use setq-local.
5347 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
5348 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
5349 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
5350 (checkdoc-ispell, checkdoc-ispell-current-buffer)
5351 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
5352 (checkdoc-ispell-message-text, checkdoc-ispell-start)
5353 (checkdoc-ispell-continue, checkdoc-ispell-comments)
5354 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
5355
ad9dcd70
SM
5356 * ido.el (ido-completion-help): Fix up compiler warning.
5357
77187e6f
JB
53582013-08-09 Juanma Barranquero <lekktu@gmail.com>
5359
5360 * frameset.el (frameset-p): Add autoload cookie.
5361 (frameset--jump-to-register): New function, based on code moved from
5362 register.el.
5363 (frameset-to-register): Move from register.el. Adapt to `registerv'.
5364
5365 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
5366 (frameset-restore, frameset-save, frameset-session-filter-alist):
5367 Remove declarations.
5368 (register-alist): Doc fix.
5369 (frameset-to-register): Move to frameset.el.
5370 (jump-to-register, describe-register-1): Remove frameset-specific code.
5371
9d3aa82c
JB
53722013-08-08 Juanma Barranquero <lekktu@gmail.com>
5373
5374 * allout-widgets.el (allout-widgets-pre-command-business)
5375 (allout-widgets-post-command-business)
5376 (allout-widgets-after-change-handler)
5377 (allout-decorate-item-and-context, allout-set-boundary-marker)
5378 (allout-body-modification-handler)
5379 (allout-graphics-modification-handler): Mark ignored arguments.
5380 (allout-widgets-post-command-business)
5381 (allout-widgets-exposure-change-processor)
5382 (allout-widgets-exposure-undo-processor)
5383 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
5384 (allout-parse-item-at-point, allout-decorate-item-guides)
5385 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
5386 * allout.el (epa-passphrase-callback-function): Declare.
5387 (allout-overlay-insert-in-front-handler)
5388 (allout-overlay-interior-modification-handler)
5389 (allout-isearch-end-handler, allout-chart-siblings)
5390 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
5391 (allout-yank-processing, allout-process-exposed)
5392 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5514cc4c 5393 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9d3aa82c
JB
5394 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
5395 (lisp-indent-defform): Mark ignored arguments.
5396 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
5397 (calculate-lisp-indent): Remove unused variables.
5398 * international/characters.el (indian-2-column, arabic-2-column)
5399 (tibetan): Mark ignored arguments.
5400 (use-cjk-char-width-table): Mark ignored arguments.
5401 Remove unused variables.
5402 * international/fontset.el (build-default-fontset-data)
5403 (x-compose-font-name, create-fontset-from-fontset-spec):
5404 Mark ignored arguments.
5405 (fontset-plain-name): Remove unused variables.
5406 * international/mule.el (charset-id, charset-bytes, generic-char-p)
5407 (keyboard-coding-system): Mark ignored arguments.
5408 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
5409 * help.el (resize-temp-buffer-window):
5410 * window.el (display-buffer-in-major-side-window)
5411 (display-buffer-in-side-window, display-buffer-in-previous-window):
5412 Remove unused variables.
5413 * isearch.el (isearch-forward-symbol):
5414 * version.el (emacs-bzr-version-bzr):
5415 * international/mule-cmds.el (current-language-environment):
5416 * term/common-win.el (x-handle-iconic, x-handle-geometry)
5417 (x-handle-display):
5418 * term/pc-win.el (x-list-fonts, x-display-planes)
5419 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
5420 (x-server-version, x-display-screens, x-display-mm-height)
5421 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
5422 (x-selection-owner-p, x-own-selection-internal)
5423 (x-disown-selection-internal, x-get-selection-internal)
5424 (msdos-initialize-window-system):
5425 * term/tty-colors.el (tty-color-alist, tty-color-clear):
5426 * term/x-win.el (x-handle-no-bitmap-icon):
5427 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
5428 (vc-default-find-file-hook, vc-default-extra-menu):
5429 Mark ignored arguments.
5430
0ca3f70e
SM
54312013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5432
5433 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
5434 break-condition in the context of the debugged code (bug#12685).
5435
74c5d24c
CS
54362013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
5437
5438 * comint.el:
5439 Do not use an overlay to highlight the last prompt. (Bug#14744)
5440 (comint-mode): Make comint-last-prompt buffer local.
5441 (comint-last-prompt): New variable.
5442 (comint-last-prompt-overlay): Remove. Superseded by
5443 comint-last-prompt.
0ca3f70e
SM
5444 (comint-snapshot-last-prompt, comint-output-filter):
5445 Use comint-last-prompt.
74c5d24c 5446
c03c02ee
JB
54472013-08-08 Juanma Barranquero <lekktu@gmail.com>
5448
a3738d20 5449 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
c03c02ee
JB
5450 (frameset-save): Check validity of the resulting frameset.
5451
04263d23
XF
54522013-08-08 Xue Fuqiao <xfq.free@gmail.com>
5453
5454 * ido.el (ido-record-command): Add doc string.
5455
76c5e5ab
JB
54562013-08-08 Juanma Barranquero <lekktu@gmail.com>
5457
5458 * frameset.el (frameset): Do not disable creation of the default
5459 frameset-p predicate. Doc fix.
5460 (frameset-valid-p): New function, copied from the old predicate-p.
5461 Add additional checks.
5462 (frameset-restore): Check with frameset-valid-p.
5463 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
5464 (frameset-name, frameset-description, frameset-properties)
5465 (frameset-states): Add docstring.
f9dbf1cb
JB
5466 (frameset-session-filter-alist, frameset-persistent-filter-alist)
5467 (frameset-filter-alist): Doc fixes.
76c5e5ab 5468
bd0c3c0b
JB
54692013-08-08 Juanma Barranquero <lekktu@gmail.com>
5470
5471 * frameset.el (frameset-p, frameset-prop): Doc fixes.
5472
c735544c
SM
54732013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5474
5475 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
5476 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
5477 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
5478 (byte-compile-normal-call): Remove obsolescence check.
5479
2805a651
JB
54802013-08-08 Juanma Barranquero <lekktu@gmail.com>
5481
3677ffeb
JB
5482 * frameset.el (frameset-restore): Doc fix.
5483
2805a651
JB
5484 * register.el (frameset-frame-id, frameset-frame-with-id)
5485 (frameset-p, frameset-restore, frameset-save): Declare.
5486 (register-alist): Document framesets.
5487 (frameset-session-filter-alist): Declare.
5488 (frameset-to-register): New function.
5489 (jump-to-register): Implement jumping to framesets. Doc fix.
5490 (describe-register-1): Describe framesets.
5491
5492 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
5493
a912c016
JB
54942013-08-07 Juanma Barranquero <lekktu@gmail.com>
5495
5496 * desktop.el (desktop-save-frameset): Use new frameset-save args.
5497 Use lexical-binding.
5498
5499 * frameset.el (frameset): Use type vector, not list (incompatible
5500 change). Do not declare a new constructor, use the default one.
5501 Upgrade suggested properties `app', `name' and `desc' to slots `app',
5502 `name' and `description', respectively, and add read-only slot
5503 `timestamp'. Doc fixes.
5504 (frameset-copy, frameset-persistent-filter-alist)
5505 (frameset-filter-alist, frameset-switch-to-gui-p)
5506 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
5507 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
5508 (frameset-filter-iconified, frameset-keep-original-display-p):
5509 Doc fixes.
5510 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
5511 Rename from frameset-filter-(save|restore)-param. All callers changed.
5512 Doc fix.
5513 (frameset-p): Adapt to change to vector and be more thorough.
5514 Change arg name to OBJECT. Doc fix.
5515 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
5516 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
5517 All callers changed.
5518 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
5519 All callers changed.
5520 (frameset--record-minibuffer-relationships): Rename from
5521 frameset--process-minibuffer-frames. All callers changed.
5522 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
5523 Use new default constructor (again). Doc fix.
5524 (frameset--find-frame-if): Rename from `frameset--find-frame.
5525 All callers changed.
5526 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
5527 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
5528 Doc fix.
5529 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
5530 PARAMETERS and WINDOW-STATE, respectively.
5531 (frameset-restore): Add new keyword argument PREDICATE.
5532 Reset frameset--target-display to nil. Doc fix.
5533
bb41480a
SM
55342013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5535
f001e98e
SM
5536 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
5537 (bat-mode): Use it.
5538 (bat-mode-syntax-table): Mark \n as end-of-comment.
5539 (bat-font-lock-keywords): Remove comment rule.
5540
7679edb1
SM
5541 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
5542 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
5543
bb41480a
SM
5544 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
5545 (byte-compile-callargs-warn): Use `push'.
5546 (byte-compile-arglist-warn): Ignore higher-order "calls".
5547 (byte-compile-file-form-autoload): Use `pcase'.
5548 (byte-compile-function-form): If quoting a symbol, check that it exists.
5549
cdc1ebb9
EZ
55502013-08-07 Eli Zaretskii <eliz@gnu.org>
5551
5552 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
5553 and add a few popular commands found in batch files.
5554 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
5555 (dos-mode): Doc fixes.
5556
312b1740
SM
55572013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5558
5559 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
5560 (dos-mode): Use setq-local. Add space after "rem".
5561 (dos-mode-syntax-table): Don't use "w" for symbol chars.
5562 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
5563
400a3178
AM
55642013-08-07 Arni Magnusson <arnima@hafro.is>
5565
5566 * progmodes/dos.el: New file.
5567 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
5568 dos-mode.
5569
3b5c03d3
GM
55702013-08-06 Glenn Morris <rgm@gnu.org>
5571
5572 * calendar/calendar.el: Add new faces, and day-header-array.
5573 (calendar-weekday-header, calendar-weekend-header)
5574 (calendar-month-header): New faces.
5575 (calendar-day-header-construct): New function.
5576 (calendar-day-header-width): Also :set calendar-day-header-array.
5577 (calendar-american-month-header, calendar-european-month-header)
5578 (calendar-iso-month-header): Use calendar- faces.
5579 (calendar-generate-month):
5580 Use calendar-day-header-array for day headers; apply faces to them.
5581 (calendar-mode): Check calendar-font-lock-keywords non-nil.
5582 (calendar-abbrev-construct): Add optional maxlen argument.
5583 (calendar-day-name-array): Doc fix.
5584 (calendar-day-name-array, calendar-abbrev-length)
5585 (calendar-day-abbrev-array):
5586 Also :set calendar-day-header-array, and maybe redraw.
5587 (calendar-day-header-array): New option. (Bug#15007)
8a806f04 5588 (calendar-font-lock-keywords): Set to nil and make obsolete.
3b5c03d3
GM
5589 (calendar-day-name): Add option to use header array.
5590
ec6a2d7a
LMI
55912013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5592
5593 * net/shr.el (shr-render-td): Remove debugging.
5594 (shr-render-td): Make width computation consistent by defaulting
5595 all zero-width columns to 10 characters. This may not be optimal,
5596 but it's at least consistent.
2122cb6d
LMI
5597 (shr-make-table-1): Redo last change to fix the real problem in
5598 colspan handling.
ec6a2d7a 5599
ed4fd9c5
DA
56002013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
5601
0ca3f70e
SM
5602 * files.el (cache-long-line-scans):
5603 Make obsolete alias to `cache-long-scans'.
ed4fd9c5 5604
64e22afe
JB
56052013-08-06 Juanma Barranquero <lekktu@gmail.com>
5606
024b38fc
JB
5607 * frameset.el (frameset, frameset-filter-alist)
5608 (frameset-filter-params, frameset-save, frameset--reuse-frame)
5609 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
5610 (frameset-compute-pos): Rename from frameset--compute-pos,
5611 and add docstring.
5612 (frameset-move-onscreen): Use frameset-compute-pos.
5613 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
5614
64e22afe
JB
5615 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
5616 Fix typos in docstrings.
5617
c8c2aca8
DA
56182013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
5619
5620 * frame.el (get-other-frame): Tiny cleanup.
5621
1d237bba
JB
56222013-08-06 Juanma Barranquero <lekktu@gmail.com>
5623
8951efef
JB
5624 * vc/vc.el (vc-default-ignore-completion-table):
5625 Silence byte-compiler warning.
5626
307764cc
JB
5627 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
5628 slot , which can indeed be nil.
5629 (frameset-live-filter-alist, frameset-persistent-filter-alist):
5630 Move entry for `left' from persistent to live filter alist.
5631 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
5632 Doc fixes.
5633 (frameset-filter-params): When restoring a frame, copy items added to
5634 `filtered', to avoid unwittingly modifying the original parameters.
5635 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
5636 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
5637
1d237bba
JB
5638 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
5639 to use looking-at-p instead of looking-at. (Bug#15028)
5640
dc6c0eda
SM
56412013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5642
5643 Revert introduction of isearch-filter-predicates (bug#14714).
5644 Rely on add-function instead.
5645 * isearch.el (isearch-filter-predicates): Rename it back to
5646 isearch-filter-predicate.
5647 (isearch-message-prefix): Use advice-function-mapc and advice
5648 properties to get the isearch-message-prefix.
5649 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
5650 instead of run-hook-with-args-until-failure.
5651 (isearch-filter-visible): Not obsolete any more.
5652 * loadup.el: Preload nadvice.
5653 * replace.el (perform-replace): Revert to funcall
5654 instead of run-hook-with-args-until-failure.
5655 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
5656 * dired-aux.el (dired-isearch-filenames-mode): Rename from
5657 dired-isearch-filenames-toggle; make it into a proper minor mode.
5658 Use add/remove-function.
5659 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
5660 Call the minor-mode rather than add/remove-hook.
5661 (dired-isearch-filter-filenames):
5662 Remove isearch-message-prefix property.
5663 * info.el (Info--search-loop): New function, extracted from Info-search.
5664 Funcall isearch-filter-predicate instead of
5665 run-hook-with-args-until-failure isearch-filter-predicates.
5666 (Info-search): Use it.
5667 (Info-mode): Use isearch-filter-predicate instead of
5668 isearch-filter-predicates.
5669
290d5b58
DA
56702013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
5671
5672 Do not call to `selected-window' where it is assumed by default.
5673 Affected functions are `window-minibuffer-p', `window-dedicated-p',
5674 `window-hscroll', `window-width', `window-height', `window-buffer',
5675 `window-frame', `window-start', `window-point', `next-window'
5676 and `window-display-table'.
5677 * abbrev.el (abbrev--default-expand):
5678 * bs.el (bs--show-with-configuration):
5679 * buff-menu.el (Buffer-menu-mouse-select):
5680 * calc/calc.el (calc):
5681 * calendar/calendar.el (calendar-generate-window):
5682 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
5683 (diary-make-entry):
5684 * comint.el (send-invisible, comint-dynamic-complete-filename)
5685 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
5686 * completion.el (complete):
5687 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
5688 * disp-table.el (describe-current-display-table):
5689 * doc-view.el (doc-view-insert-image):
5690 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
5691 * ehelp.el (with-electric-help):
5692 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5693 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
5694 * emacs-lisp/helper.el (Helper-help-scroller):
5695 * emulation/cua-base.el (cua--post-command-handler-1):
5696 * eshell/esh-mode.el (eshell-output-filter):
5697 * ffap.el (ffap-gnus-wrapper):
5698 * help-macro.el (make-help-screen):
5699 * hilit-chg.el (highlight-compare-buffers):
5700 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
5701 * hl-line.el (global-hl-line-highlight):
5702 * icomplete.el (icomplete-simple-completing-p):
5703 * isearch.el (isearch-done):
5704 * jit-lock.el (jit-lock-stealth-fontify):
5705 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
5706 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
5707 * mpc.el (mpc-tagbrowser, mpc):
5708 * net/rcirc.el (rcirc-any-buffer):
5709 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
5710 * play/landmark.el (landmark-max-width, landmark-max-height):
5711 * play/zone.el (zone):
5712 * progmodes/compile.el (compilation-goto-locus):
5713 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
5714 * progmodes/etags.el (find-tag-other-window):
5715 * progmodes/fortran.el (fortran-column-ruler):
5716 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5717 * progmodes/verilog-mode.el (verilog-point-text):
5718 * reposition.el (reposition-window):
5719 * rot13.el (toggle-rot13-mode):
5720 * server.el (server-switch-buffer):
5721 * shell.el (shell-dynamic-complete-command)
5722 (shell-dynamic-complete-environment-variable):
5723 * simple.el (insert-buffer, set-selective-display)
5724 (delete-completion-window):
5725 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
5726 (speedbar-recenter):
5727 * startup.el (fancy-splash-head):
5728 * textmodes/ispell.el (ispell-command-loop):
5729 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
5730 * tutorial.el (help-with-tutorial):
5731 * vc/add-log.el (add-change-log-entry):
5732 * vc/compare-w.el (compare-windows):
5733 * vc/ediff-help.el (ediff-indent-help-message):
5734 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
5735 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
5736 (ediff-setup-control-frame):
5737 * vc/emerge.el (emerge-position-region):
5738 * vc/pcvs-util.el (cvs-bury-buffer):
5739 * window.el (walk-windows, mouse-autoselect-window-select):
5740 * winner.el (winner-set-conf, winner-undo): Related users changed.
5741
38276e01
JB
57422013-08-05 Juanma Barranquero <lekktu@gmail.com>
5743
5744 * frameset.el (frameset--set-id): Doc fix.
5745 (frameset-frame-id, frameset-frame-id-equal-p)
5746 (frameset-locate-frame-id): New functions.
5747 (frameset--process-minibuffer-frames, frameset--reuse-frame)
5748 (frameset-restore): Use them.
5749
12b4c0ea
DA
57502013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
5751
5752 Do not call to `selected-frame' where it is assumed by default.
5753 Affected functions are `raise-frame', `redraw-frame',
5754 `frame-first-window', `frame-terminal' and `delete-frame'.
5755 * calendar/appt.el (appt-disp-window):
5756 * epg.el (epg-wait-for-completion):
5757 * follow.el (follow-delete-other-windows-and-split)
5758 (follow-avoid-tail-recenter):
5759 * international/mule.el (set-terminal-coding-system):
5760 * mail/rmail.el (rmail-mail-return):
5761 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5762 * progmodes/f90.el (f90-add-imenu-menu):
5763 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
5764 * server.el (server-switch-buffer):
5765 * simple.el (delete-completion-window):
5766 * talk.el (talk):
5767 * term/xterm.el (terminal-init-xterm-modify-other-keys)
5768 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
5769 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
5770 * vc/ediff.el (ediff-documentation): Related users changed.
5771 * frame.el (selected-terminal): Remove the leftover.
5772
17f25e76
GM
57732013-08-05 Glenn Morris <rgm@gnu.org>
5774
5775 * calendar/calendar.el (calendar-generate-month):
5776 Fix for calendar-column-width != 1 + calendar-day-digit-width.
09e6d547
GM
5777 (calendar-generate-month, calendar-font-lock-keywords):
5778 Fix for calendar-day-header-width > length of any day name.
17f25e76 5779
063233c3
JB
57802013-08-05 Juanma Barranquero <lekktu@gmail.com>
5781
5782 * desktop.el (desktop-clear): Use new name of sort predicate.
5783
5784 * frameset.el (frameset): Add docstring. Move :version property to its
5785 own `version' slot.
5786 (frameset-copy): Rename from copy-frameset.
5787 (frameset-p): Check more thoroughly.
5788 (frameset-prop): Do not check for :version, which is no longer a prop.
5789 (frameset-live-filter-alist, frameset-persistent-filter-alist):
5790 Use new :never value instead of t.
5791 (frameset-filter-alist): Expand and clarify docstring.
5792 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
5793 (frameset-filter-minibuffer, frameset-filter-save-param)
5794 (frameset-filter-restore-param, frameset-filter-iconified):
5795 Add pointer to docstring of frameset-filter-alist.
5796 (frameset-filter-params): Rename filter values to be more meaningful:
5797 :never instead of t, and reverse the meanings of :save and :restore.
5798 (frameset--process-minibuffer-frames): Clarify error message.
5799 (frameset-save): Avoid unnecessary and confusing call to framep.
5800 Use new BOA constructor for framesets.
5801 (frameset--reuse-list): Doc fix.
5802 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
5803 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
5804 (frameset-minibufferless-first-p): Doc fix.
5805 Rename from frameset-sort-frames-for-deletion.
5806 (frameset-restore): Doc fixes. Use new function names.
5807 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
5808
d5671a82
JB
58092013-08-04 Juanma Barranquero <lekktu@gmail.com>
5810
5811 * desktop.el (desktop-restore-forces-onscreen)
5812 (desktop-restore-reuses-frames): Document :keyword constant values.
5813 (desktop-filter-parameters-alist): Remove, now identical to
5814 frameset-filter-alist.
5815 (desktop--filter-tty*): Remove, moved to frameset.el.
5816 (desktop-save-frameset, desktop-restore-frameset):
5817 Do not pass :filters argument.
5818
5819 * frameset.el (frameset-live-filter-alist)
5820 (frameset-persistent-filter-alist): New variables.
5821 (frameset-filter-alist): Use them. Add autoload cookie.
5822 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
5823 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
5824 `frameset--id' (it's supposed to be internal to frameset.el).
5825 (frameset--process-minibuffer-frames): Ditto. Doc fix.
5826 (frameset--initial-params): New function.
5827 (frameset--get-frame): Use it. Doc fix.
5828 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
5829 Accept :all, not 'all.
5830 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
5831 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
5832 with fbound symbols. Fix frame id matching, and remove matching ids if
5833 the frame being restored is deleted. Obey :delete.
5834
671d5c16
SM
58352013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
5836
5837 * subr.el (macrop): New function.
5838 (text-clone--maintaining): New var.
5839 (text-clone--maintain): Rename from text-clone-maintain. Use it
5840 instead of inhibit-modification-hooks.
5841
5842 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
5843 a proxy, so as handle autoloads and redefinitions of the target.
5844 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
5845
5846 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
5847 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
5848 (pcase--mutually-exclusive-p): New function.
5849 (pcase--split-consp): Use it.
5850 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
5851 mutually exclusive with the current predicate.
5852
5853 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
5854 (edebug-macrop): Remove. Use `macrop' instead.
5855 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
5856 (ad-macro-p):
5857 * eshell/esh-cmd.el (eshell-macrop):
5858 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
5859
1d44e9dc
SM
58602013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
5861
5862 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
5863 (advice-mapc): New function, using it.
5864 (advice-function-member-p): New function.
5865 (advice--normalize): Store the cdr in advice--saved-rewrite since
5866 that's the part that will be changed.
5867 (advice--symbol-function): New function.
5868 (advice-remove): Handle removal before the function is defined.
5869 Adjust to new advice--saved-rewrite.
5870 (advice-member-p): Use advice-function-member-p and
5871 advice--symbol-function.
5872
5414a283
JB
58732013-08-04 Juanma Barranquero <lekktu@gmail.com>
5874
51d30f2c
JB
5875 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
5876 (frameset-filter-minibuffer): Doc fix.
5877 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
a04d36a0
JB
5878 (frameset--set-id, frameset--process-minibuffer-frames)
5879 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
5880 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
51d30f2c 5881
5414a283
JB
5882 * desktop.el (desktop-clear): Only delete frames when called
5883 interactively and desktop-restore-frames is non-nil. Doc fix.
5884 (desktop-read): Set desktop-saved-frameset to nil.
5885
ab419665
XF
58862013-08-04 Xue Fuqiao <xfq.free@gmail.com>
5887
5888 * vc/vc.el (vc-ignore): Rewrite.
5889 (vc-default-ignore-completion-table):
5890 (vc--read-lines):
5891 (vc--add-line, vc--remove-regexp): New functions.
5892
5893 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
5894 (vc-svn-ignore-completion-table): New function.
5895
5896 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
5897 (vc-hg-ignore-completion-table):
5898 (vc-hg-find-ignore-file): New functions.
5899
5900 * vc/vc-git.el (vc-git-ignore): Rewrite.
5901 (vc-git-ignore-completion-table):
5902 (vc-git-find-ignore-file): New functions.
5903
5904 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
5905
5906 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
5907 (vc-bzr-ignore-completion-table):
5908 (vc-bzr-find-ignore-file): New functions.
5909
2613dea2
JB
59102013-08-03 Juanma Barranquero <lekktu@gmail.com>
5911
5912 * frameset.el (frameset-prop): New function and setter.
5913 (frameset-save): Do not modify frame list passed by the caller.
5914
9c959872
SM
59152013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
5918
a104f656
SM
59192013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5920
70122acf
SM
5921 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
5922 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
5923
a104f656
SM
5924 * custom.el (custom-initialize-default, custom-initialize-set)
5925 (custom-initialize-reset, custom-initialize-changed): Affect the
5926 toplevel-default-value (bug#6275, bug#14586).
5927 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
5928 for bug#6275.
5929
f078d570
JB
59302013-08-02 Juanma Barranquero <lekktu@gmail.com>
5931
185e3b5a
JB
5932 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5933 Add cl-def* expressions.
5934
f078d570
JB
5935 * frameset.el (frameset-filter-params): Fix order of arguments.
5936
9421876d
JB
59372013-08-02 Juanma Barranquero <lekktu@gmail.com>
5938
5939 Move code related to saving frames to frameset.el.
5940 * desktop.el: Require frameset.
5941 (desktop-restore-frames): Doc fix.
5942 (desktop-restore-reuses-frames): Rename from
5943 desktop-restoring-reuses-frames.
5944 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
5945 (desktop-clear): Clear frames too.
5946 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
5947 (desktop--filter-tty*, desktop-save, desktop-read):
5948 Use frameset functions.
5949 (desktop-before-saving-frames-functions, desktop--filter-*-color)
5950 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5951 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
5952 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
5953 (desktop--process-minibuffer-frames, desktop-save-frames)
5954 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
5955 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
5956 (desktop--sort-states, desktop-restoring-frames-p)
5957 (desktop-restore-frames): Remove. Most code moved to frameset.el.
5958 (desktop-restoring-frameset-p, desktop-restore-frameset)
5959 (desktop--check-dont-save, desktop-save-frameset): New functions.
5960 (desktop--app-id): New constant.
5961 (desktop-first-buffer, desktop-buffer-ok-count)
5962 (desktop-buffer-fail-count): Move before first use.
5963 * frameset.el: New file.
5964
76dc5996
SM
59652013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * files.el: Use lexical-binding.
5968 (dir-locals-read-from-file): Remove unused `err' variable.
5969 (hack-dir-local-variables--warned-coding): New var.
5970 (hack-dir-local-variables): Use it to avoid repeated warnings.
5971 (make-backup-file-name--default-function): New function.
5972 (make-backup-file-name-function): Use it as default.
5973 (buffer-stale--default-function): New function.
5974 (buffer-stale-function): Use it as default.
5975 (revert-buffer-insert-file-contents--default-function): New function.
5976 (revert-buffer-insert-file-contents-function): Use it as default.
5977 (insert-directory): Avoid add-to-list.
5978
5979 * autorevert.el (auto-revert-handler): Simplify.
5980 Use buffer-stale--default-function.
5981
06d36e2b
TH
59822013-08-01 Tassilo Horn <tsdh@gnu.org>
5983
5f648ab4
TH
5984 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
5985
06d36e2b
TH
5986 * whitespace.el (whitespace-ensure-local-variables): New function.
5987 (whitespace-cleanup-region): Call it.
5988 (whitespace-turn-on): Call it.
5989
a43dc424
MA
59902013-08-01 Michael Albinus <michael.albinus@gmx.de>
5991
5992 Complete file name handlers.
5993
5994 * net/tramp.el (tramp-handle-set-visited-file-modtime)
5995 (tramp-handle-verify-visited-file-modtime)
5996 (tramp-handle-file-notify-rm-watch): New functions.
5997 (tramp-call-process): Do not bind `default-directory'.
5998
44e18199
JB
5999 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6000 Order alphabetically.
a43dc424
MA
6001 [access-file, add-name-to-file, dired-call-process]:
6002 [dired-compress-file, file-acl, file-notify-rm-watch]:
6003 [file-ownership-preserved-p, file-selinux-context]:
6004 [make-directory-internal, make-symbolic-link, set-file-acl]:
6005 [set-file-selinux-context, set-visited-file-modtime]:
6006 [verify-visited-file-modtime]: Add handler.
6007 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
6008
6009 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
6010 [file-notify-add-watch, file-notify-rm-watch]:
6011 [set-file-times, set-visited-file-modtime]:
6012 [verify-visited-file-modtime]: Add handler.
6013 (with-tramp-gvfs-error-message)
6014 (tramp-gvfs-handle-set-visited-file-modtime)
6015 (tramp-gvfs-fuse-file-name): Remove.
6016 (tramp-gvfs-handle-file-notify-add-watch)
6017 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
6018 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
6019
44e18199
JB
6020 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6021 Order alphabetically.
a43dc424
MA
6022 [file-notify-rm-watch ]: Use default Tramp handler.
6023 [executable-find]: Remove private handler.
6024 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
6025 `default-directory'.
6026 (tramp-sh-handle-executable-find)
6027 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
6028 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6029 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
6030 Do not use `format' in `tramp-message'.
6031
6032 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
6033 [file-notify-rm-watch, set-visited-file-modtime]:
6034 [verify-visited-file-modtime]: Add handler.
6035 (tramp-smb-call-winexe): Do not bind `default-directory'.
6036
7188b515
XF
60372013-08-01 Xue Fuqiao <xfq.free@gmail.com>
6038
6039 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
6040
2412ee1a
DG
60412013-07-31 Dmitry Gutov <dgutov@yandex.ru>
6042
6043 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
6044 use it.
6045 (log-view-diff-changeset): Same.
6046 (log-view-diff-common): Call backend command `previous-revision'
6047 to find out the previous revision, in both cases. Swap the
6048 variables `to' and `fr', so that `fr' usually refers to the
6049 earlier revision (Bug#14989).
6050
5002a754
KRC
60512013-07-31 Kan-Ru Chen <kanru@kanru.info>
6052
6053 * ibuf-ext.el (ibuffer-filter-by-filename):
6054 Make it work with dired buffers too.
6055
44e18199 60562013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3b734d1c
DA
6057
6058 * emacs-lisp/re-builder.el (reb-color-display-p):
6059 * files.el (save-buffers-kill-terminal):
6060 * net/browse-url.el (browse-url):
6061 * server.el (server-save-buffers-kill-terminal):
6062 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
6063 Prefer nil to selected-frame for the first arg of frame-parameter.
6064
aeca3fbb
XF
60652013-07-31 Xue Fuqiao <xfq.free@gmail.com>
6066
6067 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
6068
158bc55c
SB
60692013-07-30 Stephen Berman <stephen.berman@gmx.net>
6070
6071 * minibuffer.el (completion--twq-all): Try and preserve each
6072 completion's case choice (bug#14907).
6073
d50fceab
LMI
60742013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6075
ac38e731
LMI
6076 * net/network-stream.el (open-network-stream): Mention the new
6077 :nogreeting parameter.
6078 (network-stream-open-starttls): Use the :nogreeting parameter
6079 (bug#14938).
6080
1211de50
LMI
6081 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
6082
997798bf
LMI
6083 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
6084 more natural than popping.
6085
d50fceab 6086 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5a2a7735 6087 (shr-urlify): Highlight under mouse.
d50fceab 6088
5c09de04
XF
60892013-07-30 Xue Fuqiao <xfq.free@gmail.com>
6090
207d1d04
XF
6091 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
6092
6093 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
6094
5c09de04
XF
6095 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
6096 buffer for output.
6097
3cd51eaa
XF
6098 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
6099 point-min==1. Fix search string. Fix parentheses missing.
5c09de04 6100
44e18199 6101 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3cd51eaa 6102 assume point-min==1. Fix search string. Fix parentheses missing.
5c09de04
XF
6103
6104 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
6105
6106 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
6107 buffer for output.
6108
35a89bdd
EZ
61092013-07-29 Eli Zaretskii <eliz@gnu.org>
6110
6111 * frame.el (frame-notice-user-settings): Avoid inflooping when the
6112 initial frame is minibuffer-less. (Bug#14841)
6113
78822e94
MA
61142013-07-29 Michael Albinus <michael.albinus@gmx.de>
6115
6116 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
6117 option.
6118
6119 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6120 (tramp-maybe-open-connection): Use it.
6121
9503c190
JB
61222013-07-28 Juanma Barranquero <lekktu@gmail.com>
6123
6124 * desktop.el (desktop--make-frame): Include `minibuffer' in the
6125 minimal set of parameters passed when creating a frame, because
6126 the minibuffer status of a frame cannot be changed later.
6127
d5a845b4
SB
61282013-07-28 Stephen Berman <stephen.berman@gmx.net>
6129
6130 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
6131 replace-regexp-in-string and inadvertent omissions in previous change.
6132 (todo-filter-items): Ensure only file names are comma-separated in
42ee6f55 6133 name of filtered items buffer.
d5a845b4 6134
ddeffb17
JB
61352013-07-28 Juanma Barranquero <lekktu@gmail.com>
6136
6137 * desktop.el: Optionally force offscreen frames back onscreen.
6138 (desktop-restoring-reuses-frames): New option.
6139 (desktop--compute-pos, desktop--move-onscreen): New functions.
6140 (desktop--make-frame): Use desktop--move-onscreen.
6141
f5950f7a
AM
61422013-07-27 Alan Mackenzie <acm@muc.de>
6143
6144 Fontify a Java generic method as a function.
6145 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
6146 value to t.
6147
ae43b66a
SB
61482013-07-27 Stephen Berman <stephen.berman@gmx.net>
6149
6150 * calendar/todo-mode.el: Add command to rename todo files.
6151 (todo-rename-file): New command.
6152 (todo-key-bindings-t): Add key binding for it. Change the
6153 bindings of todo-filter-regexp-items(-multifile) to use `x'
6154 instead of `r', since the latter is better suited to the new
6155 renaming command.
6156
5ab78d3d
AM
61572013-07-27 Alan Mackenzie <acm@muc.de>
6158
6159 Make Java try-with-resources statement parse properly.
6160 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
6161 (c-block-stmt-1-2-key): New language constants/variables.
6162 * progmodes/cc-engine.el (c-beginning-of-statement-1)
6163 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
6164 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
44e18199 6165 with c-block-stmt-1-2-key.
5ab78d3d 6166
d85c4d50
JB
61672013-07-27 Juanma Barranquero <lekktu@gmail.com>
6168
6169 * desktop.el (desktop--make-frame): Apply most frame parameters after
6170 creating the frame to force (partially or totally) offscreen frames to
6171 be restored as such.
6172
e4c467f9
XF
61732013-07-26 Xue Fuqiao <xfq.free@gmail.com>
6174
6175 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
742a3501 6176 (Bug#14948)
e4c467f9 6177
7ced0d04
SM
61782013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6179
6180 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
6181 `base' arg of backtrace-frame.
6182
fec92060
EZ
61832013-07-26 Eli Zaretskii <eliz@gnu.org>
6184
6185 * simple.el (list-processes): Doc fix.
6186
d58d31fb
JB
61872013-07-26 Juanma Barranquero <lekktu@gmail.com>
6188
6189 * desktop.el (desktop--select-frame):
d85c4d50 6190 Try harder to reuse existing frames.
d58d31fb 6191
53ff3e77
SM
61922013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6193
6194 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
6195 (edebug-eval): Use backtrace-eval.
6196 (edebug--display, edebug--recursive-edit): Don't let-bind the
6197 edebug-outer-* vars that keep track of variables we locally let-bind.
6198 (edebug-outside-excursion): Don't restore outside values of locally
6199 let-bound vars.
6200 (edebug--display): Use user-error.
6201 (cl-lexical-debug, cl-debug-env): Remove.
6202
045f7a53
JB
62032013-07-26 Juanma Barranquero <lekktu@gmail.com>
6204
6205 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
6206 are restored to be sure that they are visible before deleting any
6207 remaining ones.
6208
59070b32
MM
62092013-07-26 Matthias Meulien <orontee@gmail.com>
6210
742a3501
XF
6211 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
6212 vc-print-root-log. (Bug#14948)
59070b32 6213
b1fb3596
RS
62142013-07-26 Richard Stallman <rms@gnu.org>
6215
6216 Add aliases for encrypting mail.
6217 * epa.el (epa-mail-aliases): New option.
6218 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
6219 Bind inhibit-read-only so read-only text doesn't ruin everything.
6220 (epa-mail-default-recipients): New subroutine broken out.
6221 Handle epa-mail-aliases.
6222
56ea7291
SM
62232013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 Add support for lexical variables to the debugger's `e' command.
6226 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
6227 vars, except for debugger-outer-match-data.
6228 (debugger-frame-number): Move check for "on a function call" from
6229 callers into it. Add `skip-base' argument.
6230 (debugger-frame, debugger-frame-clear): Simplify accordingly.
6231 (debugger-env-macro): Only reset the state stored in non-variables,
6232 i.e. current-buffer and match-data.
6233 (debugger-eval-expression): Rewrite using backtrace-eval.
6234 * subr.el (internal--called-interactively-p--get-frame): Remove.
6235 (called-interactively-p):
6236 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
6237 `base' arg of backtrace-frame instead.
6238
15ac32d5
GM
62392013-07-26 Glenn Morris <rgm@gnu.org>
6240
8358a09d
GM
6241 * align.el (align-regexp): Doc fix. (Bug#14857)
6242 (align-region): Explicit error if subexpression missing/does not match.
6243
15ac32d5
GM
6244 * simple.el (global-visual-line-mode):
6245 Do not duplicate the mode lighter. (Bug#14858)
6246
f47ad11b
MR
62472013-07-25 Martin Rudalics <rudalics@gmx.at>
6248
6249 * window.el (display-buffer): In display-buffer bind
6250 split-window-keep-point to t, bug#14829.
6251
02530987
JB
62522013-07-25 Juanma Barranquero <lekktu@gmail.com>
6253
6254 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
6255 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
6256 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
6257 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6258 Change accordingly.
f63ebeb5
JB
6259 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6260 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
02530987 6261
6ccb9cab 62622013-07-25 Glenn Morris <rgm@gnu.org>
29bbcfa7 6263
6ccb9cab 6264 * dired-x.el (dired-mark-extension): Convert comment to doc string.
ce887515 6265
cb3a56d2
JB
62662013-07-25 Juanma Barranquero <lekktu@gmail.com>
6267
6268 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
6269 parameter to modify-frame-parameters if the value has not changed;
6270 this is a workaround for bug#14949.
6271 (desktop--make-frame): On cl-delete-if call, check parameter name,
6272 not full parameter.
6273
7aa7fff0
XF
62742013-07-30 Xue Fuqiao <xfq.free@gmail.com>
6275
6276 * vc/vc.el (vc-ignore): New function.
6277
6278 * vc/vc-svn.el (vc-svn-ignore): New function.
6279
6280 * vc/vc-hg.el (vc-hg-ignore): New function.
6281
6282 * vc/vc-git.el (vc-git-ignore): New function.
6283
6284 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
6285 (vc-dir-ignore): New function.
6286
6287 * vc/vc-cvs.el (vc-cvs-ignore): New function.
1e6c6007 6288 (cvs-append-to-ignore): Move here from pcvs.el.
7aa7fff0
XF
6289
6290 * vc/vc-bzr.el (vc-bzr-ignore): New function.
6291
6292 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
6293
889acc5c
JB
62942013-07-24 Juanma Barranquero <lekktu@gmail.com>
6295
6296 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
6297 (desktop-restore-frames): Warn when deleting an existing frame failed.
6298
86c40970
GM
62992013-07-24 Glenn Morris <rgm@gnu.org>
6300
6301 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
6302
d5d3c58a
MA
63032013-07-24 Michael Albinus <michael.albinus@gmx.de>
6304
6305 * filenotify.el (file-notify-supported-p):
6306 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6307 Remove functions.
6308
6309 * autorevert.el (auto-revert-use-notify):
6310 (auto-revert-notify-add-watch):
6311 * net/tramp.el (tramp-file-name-for-operation):
6312 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6313 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6314 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6315 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6316 Remove `file-notify-supported-p' entry.
6317
d100084b
GM
63182013-07-24 Glenn Morris <rgm@gnu.org>
6319
6320 * printing.el: Replace all uses of deleted ps-windows-system,
ff65ca0d 6321 ps-lp-system, ps-flatten-list with lpr- versions.
d100084b 6322
ac93e56b
SM
63232013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6324
249eea30
SM
6325 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
6326 checked with memq (bug#14935).
6327
ac93e56b
SM
6328 * files.el (revert-buffer-function): Use a non-nil default.
6329 (revert-buffer-preserve-modes): Declare var to
6330 provide access to the `preserve-modes' argument.
6331 (revert-buffer): Let-bind it.
6332 (revert-buffer--default): New function, extracted from revert-buffer.
6333
2cdeb903
SM
63342013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6335
6336 * lpr.el: Signal print errors more prominently.
6337 (print-region-function): Don't default to nil.
6338 (lpr-print-region): New function, extracted from print-region-1.
6339 Check lpr's return value and signal an error in case of problem.
6340 (print-region-1): Use it.
6341 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
6342 versions instead.
6343 (ps-printer-name): Default to nil.
6344 (ps-printer-name-option): Default to lpr-printer-switch.
6345 (ps-print-region-function): Don't default to nil.
6346 (ps-postscript-code-directory): Simplify default.
6347 (ps-do-despool): Use lpr-print-region to properly check the outcome.
6348 (ps-string-list, ps-eval-switch, ps-flatten-list)
6349 (ps-flatten-list-1): Remove.
6350 (ps-multibyte-buffer): Avoid setq.
6351 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
6352 (print-region-function, ps-print-region-function): Don't set them here.
6353
73600831
XF
63542013-07-24 Xue Fuqiao <xfq.free@gmail.com>
6355
0e55c076
XF
6356 * ido.el (ido-fractionp):
6357 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
6358 (ido-max-file-prompt-width, ido-unc-hosts-cache)
6359 (ido-max-directory-size, ido-max-dir-file-cache)
6360 (ido-decorations): Doc fix.
6361
73600831
XF
6362 * ansi-color.el: Fix old URL.
6363
3d012865
MM
63642013-07-23 Michael R. Mauger <michael@mauger.com>
6365
e903c210 6366 * progmodes/sql.el: Version 3.3
3d012865
MM
6367 (sql-product-alist): Improve oracle :prompt-cont-regexp.
6368 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
6369 (sql-interactive-remove-continuation-prompt): Rewrite, use
6370 functions above. Fix continuation prompt and complete output line
6371 handling.
6372 (sql-redirect-one, sql-execute): Use `read-only-mode' on
6373 redirected output buffer.
6374 (sql-mode): Restore deleted code (Bug#13591).
6375
da77a2e2
JB
63762013-07-23 Juanma Barranquero <lekktu@gmail.com>
6377
6378 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
6379
80ff0c71
MA
63802013-07-23 Michael Albinus <michael.albinus@gmx.de>
6381
6382 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
6383
6384 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6385 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6386 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
6387
b61d71e4
JB
63882013-07-23 Juanma Barranquero <lekktu@gmail.com>
6389
6390 * desktop.el (desktop-clear): Simplify; remove useless checks
6391 against invalid buffer names.
6392 (desktop-list*): Use cl-list*.
6393 (desktop-buffer-info, desktop-create-buffer): Simplify.
6394
c3512092
LL
63952013-07-23 Leo Liu <sdl.web@gmail.com>
6396
6397 * bookmark.el (bookmark-make-record): Restore NAME as a default
6398 value. (Bug#14933)
6399
0ac26976
SM
64002013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6401
7d22ce18
SM
6402 * emacs-lisp/autoload.el (autoload--setup-output): New function,
6403 extracted from autoload--insert-text.
6404 (autoload--insert-text): Remove.
6405 (autoload--print-cookie-text): New function, extracted from
6406 autoload--insert-cookie-text.
6407 (autoload--insert-cookie-text): Remove.
6408 (autoload-generate-file-autoloads): Adjust calls accordingly.
6409
9b2607e8
SM
6410 * winner.el (winner-hook-installed-p): Remove.
6411 (winner-mode): Simplify accordingly.
6412
c43a8618
SM
6413 * subr.el (add-to-list): Fix compiler-macro when `append' is
6414 not constant. Don't use `cl-member' for the base case.
6415
0ac26976
SM
6416 * progmodes/subword.el: Fix boundary case (bug#13758).
6417 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
6418 own group.
6419 (subword-backward-regexp): Make it a constant.
6420 (subword-forward-internal): Don't treat a trailing capital as the
6421 beginning of a word.
6422
6874724a
AR
64232013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
6424
6425 * emacs-lisp/package.el (package-menu-mode): Don't modify the
6426 global value of tabulated-list-revert-hook (bug#14930).
6427
70f1b5e8
JB
64282013-07-22 Juanma Barranquero <lekktu@gmail.com>
6429
a1c80d9d
JB
6430 * desktop.el: Require 'cl-lib.
6431 (desktop-before-saving-frames-functions): New hook.
6432 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
6433 for frames being saved. Rename from desktop--save-minibuffer-frames.
6434 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
0ac26976
SM
6435 Do not save frames with non-nil `desktop-dont-save' parameter.
6436 Filter out deleted frames.
a1c80d9d
JB
6437 (desktop--find-frame): Use cl-find-if.
6438 (desktop--select-frame): Use cl-(first|second|third) to access values
6439 of desktop-mini.
6440 (desktop--make-frame): Use cl-delete-if.
6441 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
6442 (desktop-restore-frames): Use cl-(first|second|third) to access values
6443 of desktop-mini. Look for visible frame at the end, not while
6444 restoring frames.
6445
70f1b5e8
JB
6446 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
6447 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
6448 Use string-match-p, looking-at-p (bug#14927).
6449
728dc3cc
JB
64502013-07-21 Juanma Barranquero <lekktu@gmail.com>
6451
56bc453c
JB
6452 * desktop.el (desktop-saved-frame-states):
6453 Rename from desktop--saved-states; all users changed.
6454 (desktop-save-frames): Rename from desktop--save-frames.
6455 Do not save state to desktop file.
6456 (desktop-save): Save desktop-saved-frame-states to desktop file
6457 and reset to nil.
6458 (desktop-restoring-frames-p): New function.
6459 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
6460 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
6461 buffer-lists when restoring frames. Suggested by Martin Rudalics.
6462
728dc3cc
JB
6463 * desktop.el: Correctly restore iconified frames.
6464 (desktop--filter-iconified-position): New function.
6465 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
6466
862f1c9c
GM
64672013-07-20 Glenn Morris <rgm@gnu.org>
6468
c4074c9f
GM
6469 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
6470 Let `message' do the formatting.
6471 (def-gdb-preempt-display-buffer): Add explicit format.
6472
d828e5f9
GM
6473 * image-dired.el (image-dired-track-original-file):
6474 Use with-current-buffer.
6475 (image-dired-track-thumbnail): Use with-current-buffer.
6476 Avoid changing point of wrong window.
6477
862f1c9c
GM
6478 * image-dired.el (image-dired-track-original-file):
6479 Avoid changing point of wrong window. (Bug#14909)
6480
f0398ec1 64812013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
188c1ae6
RC
6482
6483 * progmodes/gdb-mi.el (gdb-done-or-error):
6484 Guard against "%" in gdb output. (Bug#14127)
6485
1451928f
AS
64862013-07-20 Andreas Schwab <schwab@linux-m68k.org>
6487
763a086d
JB
6488 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
6489 (Bug#14826)
f7a03897 6490
1451928f
AS
6491 * international/mule.el (coding-system-iso-2022-flags): Fix last
6492 change.
6493
99107004
KH
64942013-07-20 Kenichi Handa <handa@gnu.org>
6495
763a086d
JB
6496 * international/mule.el (coding-system-iso-2022-flags):
6497 Add `8-bit-level-4'. (Bug#8522)
99107004 6498
48494e06
LMI
64992013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6500
8ba8eec5
LMI
6501 * net/shr.el (shr-mouse-browse-url): New command and keystroke
6502 (bug#14815).
6503
dfbc66e3
LMI
6504 * net/eww.el (eww-process-text-input): Allow inputting when the
6505 point is at the start of the line, as the properties aren't
6506 front-sticky.
6507
48494e06
LMI
6508 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
6509 degenerate widths.
6510
77c92cb9
RS
65112013-07-19 Richard Stallman <rms@gnu.org>
6512
aec7da77
RS
6513 * epa.el (epa-popup-info-window): Doc fix.
6514
77c92cb9
RS
6515 * subr.el (split-string): New arg TRIM.
6516
945c5bb1
JB
65172013-07-18 Juanma Barranquero <lekktu@gmail.com>
6518
6519 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
6520 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
6521
e06ec67f
MA
65222013-07-18 Michael Albinus <michael.albinus@gmx.de>
6523
c7064f05 6524 * filenotify.el (file-notify--library): Rename from
e06ec67f
MA
6525 `file-notify-support'. Do not autoload. Adapt all uses.
6526 (file-notify-supported-p): New defun.
6527
c7064f05
JB
6528 * autorevert.el (auto-revert-use-notify):
6529 Use `file-notify-supported-p' instead of `file-notify-support'.
6530 Adapt docstring.
e06ec67f
MA
6531 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
6532
6533 * net/tramp.el (tramp-file-name-for-operation):
6534 Add `file-notify-supported-p'.
6535
6536 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6537 New defun.
6538 (tramp-sh-file-name-handler-alist): Add it as handler for
6539 `file-notify-supported-p '.
6540
6541 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6542 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6543 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6544 Add `ignore' as handler for `file-notify-*' functions.
6545
5dc8a629
EZ
65462013-07-17 Eli Zaretskii <eliz@gnu.org>
6547
6548 * simple.el (line-move-partial, line-move): Don't start vscroll or
6549 scroll-up if the current line is not taller than the window.
6550 (Bug#14881)
6551
77aea2fb
DG
65522013-07-16 Dmitry Gutov <dgutov@yandex.ru>
6553
6554 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
6555 highlight question marks in the method names as strings.
ac72c08d
DG
6556 (ruby-block-beg-keywords): Inline.
6557 (ruby-font-lock-keyword-beg-re): Extract from
6558 `ruby-font-lock-keywords'.
77aea2fb 6559
18c26d81
JD
65602013-07-16 Jan Djärv <jan.h.d@swipnet.se>
6561
6562 * frame.el (blink-cursor-blinks): New defcustom.
6563 (blink-cursor-blinks-done): New defvar.
6564 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
6565 (blink-cursor-timer-function): Check if number of blinks has been
6566 done on X and NS.
6567 (blink-cursor-suspend, blink-cursor-check): New defuns.
6568
da48522e
GM
65692013-07-15 Glenn Morris <rgm@gnu.org>
6570
6571 * edmacro.el (edmacro-format-keys): Fix previous change.
6572
0463c1ef
PE
65732013-07-15 Paul Eggert <eggert@cs.ucla.edu>
6574
6575 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
6576 The hack didn't work outside English locales anyway.
6577
b43f6451
JB
65782013-07-15 Juanma Barranquero <lekktu@gmail.com>
6579
6580 * simple.el (define-alternatives): Rename from alternatives-define,
6581 per RMS' suggestion.
6582
b958c0ad
JB
65832013-07-14 Juanma Barranquero <lekktu@gmail.com>
6584
6585 * desktop.el (desktop-restore-frames): Change default to t.
6586 (desktop-restore-in-current-display): Now offer more options.
6587 (desktop-restoring-reuses-frames): New customization option.
6588 (desktop--saved-states): Doc fix.
6589 (desktop-filter-parameters-alist): New variable, renamed and expanded
6590 from desktop--excluded-frame-parameters.
6591 (desktop--target-display): New variable.
6592 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
6593 (desktop--filter-tty*, desktop--filter-*-color)
6594 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
6595 (desktop--filter-save-desktop-parm)
6596 (desktop-restore-in-original-display-p): New functions.
6597 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
6598 (desktop--save-minibuffer-frames): New function, inspired by a similar
6599 function from Martin Rudalics.
6600 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
6601 (desktop--restore-in-this-display-p): Remove.
6602 (desktop--find-frame): Rename from desktop--find-frame-in-display
6603 and add predicate argument.
6604 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
6605 (desktop--reuse-list): New variable.
6606 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
6607 New functions.
6608 (desktop--restore-frames): Add support for "minibuffer-special" frames.
6609
f6dd8b36
MA
66102013-07-14 Michael Albinus <michael.albinus@gmx.de>
6611
6612 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
6613
2ce3c565
DG
66142013-07-13 Dmitry Gutov <dgutov@yandex.ru>
6615
763a086d
JB
6616 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6617 Highlight conversion methods on Kernel.
2ce3c565 6618
2cdb7698
AM
66192013-07-13 Alan Mackenzie <acm@muc.de>
6620
6621 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
6622 and comment it out. This out-commenting enables certain C++
6623 declarations to be parsed correctly.
6624
1a67b811
EZ
66252013-07-13 Eli Zaretskii <eliz@gnu.org>
6626
1b796d6b
EZ
6627 * international/mule.el (define-coding-system): Doc fix.
6628
1a67b811
EZ
6629 * simple.el (default-font-height): Don't call font-info if the
6630 frame's default font didn't change since the frame was created.
6631 (Bug#14838)
6632
58fbe886
LL
66332013-07-13 Leo Liu <sdl.web@gmail.com>
6634
6635 * ido.el (ido-read-file-name): Guard against non-symbol value.
6636
1f0480d4
FEG
66372013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
6638
6639 * progmodes/python.el (python-imenu--build-tree): Fix corner case
6640 in nested defuns.
6641
97ead0e5
LL
66422013-07-13 Leo Liu <sdl.web@gmail.com>
6643
6644 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
6645 ido-set-matches call. (Bug#6852)
6646
0880a952
DG
66472013-07-12 Dmitry Gutov <dgutov@yandex.ru>
6648
6649 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
6650 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
6651 Ruby 2.0.
6652 (ruby-font-lock-keywords): Distinguish calls to functions with
6653 module-like names from module references. Highlight character
6654 literals.
6655
a7d8babb
SDJ
66562013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6657
6658 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6741ad6c 6659 (gdb-send): Handle continued commands. (Bug#14847)
a7d8babb 6660
acfcc8c5
JB
66612013-07-12 Juanma Barranquero <lekktu@gmail.com>
6662
6663 * desktop.el (desktop--v2s): Remove unused local variable.
6664 (desktop-save-buffer): Make defvar-local; adjust docstring.
6665 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
6666 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
6667
051f2775
AS
66682013-07-12 Andreas Schwab <schwab@linux-m68k.org>
6669
6670 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
6671
f24e7572
GM
66722013-07-12 Eli Zaretskii <eliz@gnu.org>
6673
6674 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
6675 (Bug#14842)
6676
539a920c
GM
66772013-07-12 Glenn Morris <rgm@gnu.org>
6678
6679 * doc-view.el: Require cl-lib at runtime too.
6680 (doc-view-remove-if): Remove.
6681 (doc-view-search-next-match, doc-view-search-previous-match):
6682 Use cl-remove-if.
6683
6684 * edmacro.el: Require cl-lib at runtime too.
6685 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
6686 (edmacro-mismatch, edmacro-subseq): Remove.
6687
6688 * shadowfile.el: Require cl-lib.
6689 (shadow-remove-if): Remove.
6690 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
6691 Use cl-remove-if.
6692
6693 * wid-edit.el: Require cl-lib.
6694 (widget-choose): Use cl-remove-if.
6695 (widget-remove-if): Remove.
6696
6697 * progmodes/ebrowse.el: Require cl-lib at runtime too.
6698 (ebrowse-delete-if-not): Remove.
6699 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
6700 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
6701 Use cl-delete-if-not.
6702
1048af7c
JB
67032013-07-12 Juanma Barranquero <lekktu@gmail.com>
6704
6705 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
6706 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
6707
6c0674ee
LL
67082013-07-12 Leo Liu <sdl.web@gmail.com>
6709
6710 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
6711
a19b3c2d
GM
67122013-07-11 Glenn Morris <rgm@gnu.org>
6713
4582a01c
GM
6714 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
6715 (edebug-gensym-index, edebug-gensym):
6716 Remove reimplementation of cl-gensym.
6717 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
6718
6719 * thumbs.el: Require cl-lib at run-time too.
6720 (thumbs-gensym-counter, thumbs-gensym):
6721 Remove reimplementation of cl-gensym.
6722 (thumbs-temp-file): Use cl-gensym.
6723
a19b3c2d
GM
6724 * emacs-lisp/ert.el: Require cl-lib at runtime too.
6725 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
6726 (ert--intersection, ert--set-difference, ert--set-difference-eq)
6727 (ert--union, ert--gensym-counter, ert--gensym-counter)
6728 (ert--coerce-to-vector, ert--remove*, ert--string-position)
6729 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
6730 (ert-make-test-unbound, ert--expand-should-1)
6731 (ert--expand-should, ert--should-error-handle-error)
6732 (should-error, ert--explain-equal-rec)
6733 (ert--plist-difference-explanation, ert-select-tests)
6734 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
6735 Use cl-lib functions rather than reimplementations.
6736
88f6a933
MA
67372013-07-11 Michael Albinus <michael.albinus@gmx.de>
6738
6739 * net/tramp.el (tramp-methods): Extend docstring.
6740 (tramp-connection-timeout): New defcustom.
6741 (tramp-error-with-buffer): Reset timestamp only when appropriate.
6742 (with-tramp-progress-reporter): Simplify.
6743 (tramp-process-actions): Improve messages.
6744
6745 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6746 * net/tramp-sh.el (tramp-maybe-open-connection):
6747 Use `tramp-connection-timeout'.
6748 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
6749 (Bug#14808)
6750
a43d577e
LL
67512013-07-11 Leo Liu <sdl.web@gmail.com>
6752
6753 * ido.el (ido-read-file-name): Conform to the requirements of
6754 read-file-name. (Bug#11861)
6755 (ido-read-directory-name): Conform to the requirements of
6756 read-directory-name.
6757
d77974bf
JB
67582013-07-11 Juanma Barranquero <lekktu@gmail.com>
6759
6760 * subr.el (delay-warning): New function.
6761
35cb8a3e
EZ
67622013-07-10 Eli Zaretskii <eliz@gnu.org>
6763
6764 * simple.el (default-line-height): New function.
6765 (line-move-partial, line-move): Use it instead of computing the
6766 line height inline.
6767 (line-move-partial): Always compute ROWH. If the last line is
6768 partially-visible, but its text is completely visible, allow
6769 cursor to enter such a partially-visible line.
6770
525c5c77
MA
67712013-07-10 Michael Albinus <michael.albinus@gmx.de>
6772
6773 Improve error messages. (Bug#14808)
6774
6775 * net/tramp.el (tramp-current-connection): New defvar, moved from
6776 tramp-sh.el.
0ac26976 6777 (tramp-message-show-progress-reporter-message): Remove, not
525c5c77 6778 needed anymore.
0ac26976
SM
6779 (tramp-error-with-buffer): Show message in minibuffer.
6780 Discard input before waiting. Reset connection timestamp.
525c5c77
MA
6781 (with-tramp-progress-reporter): Improve messages.
6782 (tramp-process-actions): Use progress reporter. Delete process in
6783 case of error. Improve messages.
6784
763a086d
JB
6785 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
6786 Call `tramp-error-with-buffer' with vector and buffer.
0ac26976 6787 (tramp-current-connection): Remove.
525c5c77
MA
6788 (tramp-maybe-open-connection): The car of
6789 `tramp-current-connection' are the first 3 slots of the vector.
6790
c7a4d368
TZ
67912013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
6792
6793 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
6794 inside continued strings.
6795
954b166e
PE
67962013-07-10 Paul Eggert <eggert@cs.ucla.edu>
6797
6798 Timestamp fixes for undo (Bug#14824).
6799 * files.el (clear-visited-file-modtime): Move here from fileio.c.
6800
56973319
LL
68012013-07-10 Leo Liu <sdl.web@gmail.com>
6802
6803 * files.el (require-final-newline): Allow safe local value.
6804 (Bug#14834)
6805
5550a72c
LL
68062013-07-09 Leo Liu <sdl.web@gmail.com>
6807
6808 * ido.el (ido-read-directory-name): Handle fallback.
6809 (ido-read-file-name): Update DIR to ido-current-directory.
6810 (Bug#1516)
c28b9050 6811 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5550a72c 6812
70c46b28
DG
68132013-07-09 Dmitry Gutov <dgutov@yandex.ru>
6814
6815 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
6816 "autoload". Remove "warn lower camel case" section, previously
6817 commented out. Highlight negation char. Do not highlight the
6818 target in singleton method definitions.
6819
0b64b838
SM
68202013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6821
7fd72e2c
SM
6822 * faces.el (tty-setup-hook): Declare the hook.
6823
0b64b838
SM
6824 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
6825 and detect when a guard/pred depends on local vars (bug#14773).
6826 (pcase--u1): Adjust caller.
6827
ab49d60b
EZ
68282013-07-08 Eli Zaretskii <eliz@gnu.org>
6829
6830 * simple.el (line-move-partial, line-move): Account for
6831 line-spacing.
701d79aa
EZ
6832 (line-move-partial): Avoid setting vscroll when the last
6833 partially-visible line in window is of default height.
ab49d60b 6834
2d756ae0
LMI
68352013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6836
6837 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
6838 been used a while.
6839
ed095bd7
JB
68402013-07-07 Juanma Barranquero <lekktu@gmail.com>
6841
6842 * subr.el (read-quoted-char): Remove unused local variable `char'.
6843
f1e6674b
MK
68442013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
6845
584ee3fc
GM
6846 * ediff.el (ediff-version): Version update.
6847 (ediff-files-command, ediff3-files-command, ediff-merge-command)
6848 (ediff-merge-with-ancestor-command, ediff-directories-command)
6849 (ediff-directories3-command, ediff-merge-directories-command)
6850 (ediff-merge-directories-with-ancestor-command): New functions.
6851 All are command-line interfaces to ediff: to facilitate calling
6852 Emacs with the appropriate ediff functions invoked.
5165d44a
JB
6853
6854 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
6855 (viper-save-kill-buffer): Check if buffer is modified.
5165d44a 6856
584ee3fc
GM
6857 * viper.el (viper-version): Version update.
6858 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5165d44a 6859
584ee3fc
GM
68602013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6861
6862 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
6863 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
6864 (viper-intercept-ESC-key): Simplify.
6865 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
6866 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
6867 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
6868 (viper-setup-ESC-to-escape): New functions.
6869 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
6870 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
ed095bd7 6871
9aff9b38
EZ
68722013-07-07 Eli Zaretskii <eliz@gnu.org>
6873
5165d44a
JB
6874 * simple.el (default-font-height, window-screen-lines):
6875 New functions.
9aff9b38
EZ
6876 (line-move, line-move-partial): Use them instead of
6877 frame-char-height and window-text-height. This makes scrolling
6878 text smoother when the buffer's default face uses a font that is
6879 different from the frame's default font.
6880
1afb1d07
JD
68812013-07-06 Jan Djärv <jan.h.d@swipnet.se>
6882
6883 * files.el (write-file): Do not display confirm dialog for NS,
6884 it does its own dialog, which can't be cancelled (Bug#14578).
6885
23de972a
EZ
68862013-07-06 Eli Zaretskii <eliz@gnu.org>
6887
6888 * simple.el (line-move-partial): Adjust the row returned by
6889 posn-at-point for the current window-vscroll. (Bug#14567)
6890
54a42486
MA
68912013-07-06 Michael Albinus <michael.albinus@gmx.de>
6892
6893 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
6894 (tramp-sh-file-inotifywait-process-filter): Handle file names with
6895 spaces.
6896
34ada5f4
MR
68972013-07-06 Martin Rudalics <rudalics@gmx.at>
6898
6899 * window.el (window-state-put-stale-windows): New variable.
6900 (window--state-put-2): Save list of windows without matching buffer.
6901 (window-state-put): Remove "bufferless" windows if possible.
6902
11e03d89
JB
69032013-07-06 Juanma Barranquero <lekktu@gmail.com>
6904
6905 * simple.el (alternatives-define): Remove leftover :group keyword.
6906 Tweak docstring.
6907
3504a4be
LL
69082013-07-06 Leo Liu <sdl.web@gmail.com>
6909
6910 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
6911 (ido-enable-virtual-buffers): New variable.
6912 (ido-buffer-internal, ido-toggle-virtual-buffers)
6913 (ido-make-buffer-list): Use it.
6914 (ido-exhibit): Support turning on and off virtual buffers
6915 automatically.
6916
61e56e2c
JB
69172013-07-06 Juanma Barranquero <lekktu@gmail.com>
6918
6919 * simple.el (alternatives-define): New macro.
6920
321e1a9c
SM
69212013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
6922
6923 * subr.el (read-quoted-char): Use read-key.
6924 (sit-for): Let read-event decode tty input (bug#14782).
6925
d610f6dd
SB
69262013-07-05 Stephen Berman <stephen.berman@gmx.net>
6927
6928 * calendar/todo-mode.el: Add handling of file deletion, both by
321e1a9c
SM
6929 mode command and externally. Fix various related bugs.
6930 Clarify Commentary and improve some documentation strings and code.
d610f6dd
SB
6931 (todo-delete-file): New command.
6932 (todo-check-file): New function.
6933 (todo-show): Handle external deletion of the file we're trying to
6934 show (bug#14688). Replace called-interactively-p by an optional
6935 prefix argument to avoid problematic interaction with catch form
6936 when byte compiled (bug#14702).
6937 (todo-quit): Handle external deletion of the archive's todo file.
6938 Make sure the buffer that was visiting the archive file is still
6939 live before trying to bury it.
6940 (todo-category-completions): Handle external deletion of any
6941 category completion files.
6942 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
6943 of todo files, in case of external deletion.
6944 (todo-add-file): Replace unnecessary setq by let-binding.
6945 (todo-find-archive): Check whether there are any archives.
6946 Replace unnecessary setq by let-binding.
6947 (todo-archive-done-item): Use find-file-noselect to get the
321e1a9c
SM
6948 archive buffer whether or not the archive already exists.
6949 Remove superfluous code. Use file size instead of buffer-file-name to
d610f6dd
SB
6950 check if the archive is new; if it is, update list of archives.
6951 (todo-default-todo-file): Allow nil to be a valid value for when
6952 there are no todo files.
6953 (todo-reevaluate-default-file-defcustom): Use corrected definition
6954 of todo-default-todo-file.
6955 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
6956 (todo-delete-category, todo-show-categories-table)
6957 (todo-category-number): Clarify comment.
6958 (todo-filter-items): Clarify documentation string.
6959 (todo-show-current-file, todo-display-as-todo-file)
6960 (todo-reset-and-enable-done-separator): Tweak documentation string.
6961 (todo-done-separator): Make separator length window-width, since
6962 bug#2749 is now fixed.
6963
ddbdfd6f
MA
69642013-07-05 Michael Albinus <michael.albinus@gmx.de>
6965
321e1a9c
SM
6966 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6967 Support both "gvfs-monitor-dir" and "inotifywait".
6968 (tramp-sh-file-inotifywait-process-filter): Rename from
ddbdfd6f
MA
6969 `tramp-sh-file-notify-process-filter'.
6970 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6971 (tramp-get-remote-gvfs-monitor-dir): New defuns.
6972
96eb829a
LL
69732013-07-05 Leo Liu <sdl.web@gmail.com>
6974
6975 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
6976
cf13177e
YM
69772013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6978
6979 * frame.el (display-pixel-height, display-pixel-width)
6980 (display-mm-height, display-mm-width): Mention behavior on
6981 multi-monitor setups in docstrings.
6982 (w32-display-monitor-attributes-list): Declare function.
6983 (display-monitor-attributes-list): Use it.
6984
864c58ca
MA
69852013-07-04 Michael Albinus <michael.albinus@gmx.de>
6986
6987 * filenotify.el: New package.
6988
6989 * autorevert.el (top): Require filenotify.el.
6990 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
6991 instead.
6992 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6993 (auto-revert-notify-handler): Use `file-notify-*' functions.
6994
6995 * subr.el (file-notify-handle-event): Move function to filenotify.el.
6996
321e1a9c
SM
6997 * net/tramp.el (tramp-file-name-for-operation):
6998 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
864c58ca
MA
6999
7000 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
7001 for `file-notify-add-watch' and `file-notify-rm-watch'.
7002 (tramp-process-sentinel): Improve trace.
7003 (tramp-sh-handle-file-notify-add-watch)
7004 (tramp-sh-file-notify-process-filter)
7005 (tramp-sh-handle-file-notify-rm-watch)
7006 (tramp-get-remote-inotifywait): New defuns.
7007
96673afe
JL
70082013-07-03 Juri Linkov <juri@jurta.org>
7009
7010 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
7011 call of `occur-read-primary-args' to interactive spec.
7012
7013 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
7014 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
7015
924494f4
MM
70162013-07-03 Matthias Meulien <orontee@gmail.com>
7017
7018 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
7019 `Buffer-menu-multi-occur'. Add it to the menu.
7020 (Buffer-menu-mode): Document it in docstring.
7021 (Buffer-menu-multi-occur): New command. (Bug#14673)
7022
56f75efc
DG
70232013-07-03 Dmitry Gutov <dgutov@yandex.ru>
7024
7025 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
7026 keywords and built-ins.
7027
9b057d61
GM
70282013-07-03 Glenn Morris <rgm@gnu.org>
7029
208dee4d
GM
7030 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
7031
9b057d61
GM
7032 Make info-xref checks case-sensitive by default
7033 * info.el (Info-find-node, Info-find-in-tag-table)
7034 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
7035 Add option for exact case matching of nodes.
7036 * info-xref.el (info-xref): New custom group.
7037 (info-xref-case-fold): New option.
7038 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
7039
e01aa29c
LL
70402013-07-03 Leo Liu <sdl.web@gmail.com>
7041
7042 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
7043
3086ca2e
DG
70442013-07-03 Dmitry Gutov <dgutov@yandex.ru>
7045
7046 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
7047 middle of block statement initially, lower the depth. Remove
7048 FIXME comment, not longer valid. Remove middle of block statement
7049 detection, no need to do that anymore since we've been using
7050 `ruby-parse-region' here.
7051
a3b49114
JD
70522013-07-02 Jan Djärv <jan.h.d@swipnet.se>
7053
7054 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
7055
08e5c823 70562013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
c737dcb1
KY
7057
7058 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
7059
2addf922
JB
70602013-07-01 Juanma Barranquero <lekktu@gmail.com>
7061
7062 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
7063 (desktop-restore-in-current-display): New customization option.
7064 (desktop--excluded-frame-parameters): Add `font'.
7065 (desktop--save-frames): Rename from desktop--save-windows.
7066 (desktop--restore-in-this-display-p): New function.
7067 (desktop--make-full-frame): Remove unwanted width/height from
7068 full(width|height) frames.
7069 (desktop--restore-frames): Rename from desktop--restore-windows.
7070 Obey desktop-restore-current-display. Do not delete old frames or
7071 select a new frame unless we were able to restore at least one frame.
7072
ef099a94
MN
70732013-06-30 Michal Nazarewicz <mina86@mina86.com>
7074
7075 * files.el (find-file-noselect): Simplify conditional expression.
7076
7077 * remember.el (remember-append-to-file):
7078 Don't mix `find-buffer-visiting' and `get-file-buffer'.
7079
7080 Add `remember-notes' function to store random notes across Emacs
7081 restarts.
7082 * remember.el (remember-data-file): Add :set callback to affect
7083 notes buffer (if any).
7084 (remember-notes): New command.
7085 (remember-notes-buffer-name, bury-remember-notes-on-kill):
7086 New defcustoms for the `remember-notes' function.
7087 (remember-notes-save-and-bury-buffer): New command.
7088 (remember-notes-mode-map): New variable.
7089 (remember-mode): New minor mode.
7090 (remember-notes--kill-buffer-query): New function.
7091 * startup.el (initial-buffer-choice): Add notes to custom type.
7092
0865d506
EZ
70932013-06-30 Eli Zaretskii <eliz@gnu.org>
7094
0ba54312
EZ
7095 * bindings.el (right-char, left-char): Don't call sit-for, this is
7096 no longer needed. Use arithmetic comparison only for numerical
7097 arguments.
7098
ef099a94
MN
7099 * international/mule-cmds.el (select-safe-coding-system):
7100 Handle the case of FROM being a string correctly. (Bug#14755)
0865d506 7101
2fae38e5
LMI
71022013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7103
7104 * net/shr.el (shr-make-table-1): Add a sanity check that allows
7105 progression on degenerate tables.
ef099a94 7106 (shr-rescale-image): ImageMagick animated images currently don't work.
2fae38e5 7107
a47cbd64
JB
71082013-06-30 Juanma Barranquero <lekktu@gmail.com>
7109
7110 Some fixes and improvements for desktop frame restoration.
7111 It is still experimental and disabled by default.
7112 * desktop.el (desktop--save-windows): Put the selected frame at
7113 the head of the list.
7114 (desktop--make-full-frame): New function.
7115 (desktop--restore-windows): Try to re-select the frame that was
7116 selected upon saving. Do not abort if some frames fail to restore,
7a3518fa
JB
7117 just show an error message and continue. Set up maximized frames
7118 so they have default non-maximized dimensions.
a47cbd64 7119
6dbafa30
DG
71202013-06-30 Dmitry Gutov <dgutov@yandex.ru>
7121
ef099a94
MN
7122 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7123 Don't start heredoc inside a string or comment.
6dbafa30 7124
4c672a0f
EZ
71252013-06-29 Eli Zaretskii <eliz@gnu.org>
7126
7127 * bindings.el (visual-order-cursor-movement): New defcustom.
7128 (right-char, left-char): Provide visual-order cursor motion by
7129 calling move-point-visually. Update the doc strings.
7130
50960f36
KH
71312013-06-28 Kenichi Handa <handa@gnu.org>
7132
7133 * international/mule.el (define-coding-system): New coding system
7134 properties :inhibit-null-byte-detection,
7135 :inhibit-iso-escape-detection, and :prefer-utf-8.
7136 (set-buffer-file-coding-system): If :charset-list property of
7137 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
7138 appropriate for setting.
7139
c1ea3abf
JB
7140 * international/mule-cmds.el (select-safe-coding-system):
7141 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
7142 multibyte characters, return utf-8 (or one of its siblings).
50960f36
KH
7143
7144 * international/mule-conf.el (prefer-utf-8): New coding system.
7145 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
7146 files.
7147
75dbaf9d
IK
71482013-06-28 Ivan Kanis <ivan@kanis.fr>
7149
eadb6068
IK
7150 * net/shr.el (shr-render-region): New function.
7151
75dbaf9d
IK
7152 * net/eww.el: Autoload `eww-browse-url'.
7153
9ea5cf9f
DG
71542013-06-27 Dmitry Gutov <dgutov@yandex.ru>
7155
c1ea3abf
JB
7156 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7157 Adapt to `package-desc-version' being a list.
7158 Use `package--ac-desc-version' to retrieve version from a package
9ea5cf9f
DG
7159 archive element.
7160
39c0e36f
JB
71612013-06-27 Juanma Barranquero <lekktu@gmail.com>
7162
7163 New experimental feature to save&restore window and frame setup.
7164 * desktop.el (desktop-save-windows): New defcustom.
7165 (desktop--saved-states): New var.
7166 (desktop--excluded-frame-parameters): New defconst.
7167 (desktop--filter-frame-parms, desktop--find-frame-in-display)
7168 (desktop--restore-windows, desktop--save-windows): New functions.
7169 (desktop-save): Call `desktop--save-windows'.
7170 (desktop-read): Call `desktop--restore-windows'.
7171
7f13406b
LMI
71722013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7173
ef099a94 7174 * net/shr.el (add-face-text-property): Remove compat definition.
7f13406b 7175
1e072639
SB
71762013-06-27 Stephen Berman <stephen.berman@gmx.net>
7177
7178 * info.el (Info-try-follow-nearest-node): Move search for footnote
7179 above search for node name to prevent missing a footnote (bug#14717).
7180
f3e2cbde
SB
71812013-06-27 Stephen Berman <stephen.berman@gmx.net>
7182
7183 * obsolete/otodo-mode.el: Add obsolescence info to file header.
7184
99906aa0
LL
71852013-06-27 Leo Liu <sdl.web@gmail.com>
7186
7187 * net/eww.el (eww-read-bookmarks): Check file size.
7188
539f75f4
SM
71892013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7190
7191 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
7192 advice--pending if newdef is nil or an autoload (bug#13820).
7193 (advice-mapc): New function.
7194
843571cb
LMI
71952013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7196
7197 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
7198 probably.
23a75d7f 7199 (eww-mode-map): Add a menu bar.
2b4f0506
LMI
7200 (eww-add-bookmark): New command.
7201 (eww-bookmark-mode): New mode and commands.
a285ce99 7202 (eww-add-bookmark): Remove newlines from the title.
47fd571b 7203 (eww-bookmark-browse): Don't bug out if it's the only window.
843571cb 7204
f2136e1e
GM
72052013-06-26 Glenn Morris <rgm@gnu.org>
7206
eab35f39
GM
7207 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
7208 (hfy-size): Handle ttys. (Bug#14668)
7209
f2136e1e
GM
7210 * info-xref.el: Update for Texinfo 5 change in *note format.
7211 (info-xref-node-re, info-xref-note-re): New constants.
7212 (info-xref-check-buffer): Use info-xref-note-re.
7213
a49ff80c
SM
72142013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7215
a343d218
SM
7216 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
7217
a49ff80c
SM
7218 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
7219 nil terminate the loop (bug#14718).
7220
8308f184
LMI
72212013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7222
7223 * net/eww.el: Rework history traversal. When going forward/back,
7224 put these actions into the history, too, so that they can be
7225 replayed.
26bf2b82 7226 (eww-render): Move the history reset to the correct buffer.
8308f184 7227
ec64c273
JL
72282013-06-25 Juri Linkov <juri@jurta.org>
7229
7230 * files-x.el (modify-dir-local-variable): Change the header comment
7231 in the file with directory local variables. (Bug#14692)
7232
e080a9d7
JL
7233 * files-x.el (read-file-local-variable-value): Add `default'.
7234 (Bug#14710)
7235
bfbc93a1
IK
72362013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7237
7238 * net/eww.el (eww-make-unique-file-name): Create a unique file
7239 name before saving to entering `y' accidentally asynchronously.
7240
72412013-06-25 Ivan Kanis <ivan@kanis.fr>
7242
7243 * net/eww.el (eww-download): New command and keystroke.
7244
16f74f10
LMI
72452013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7246
a49ff80c 7247 * net/eww.el (eww-copy-page-url): Change name of command.
16f74f10
LMI
7248
7249 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
7250 be more consistent with Info and dired.
7251
7252 * net/eww.el (eww-mode-map): Ditto.
7253
12059709
SM
72542013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7255
7256 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
7257 packages from archives.
7258 (package-archive-contents): Change format; include obsolete packages.
7259 (package-desc): Use `dir' to mark builtin packages.
7260 (package--from-builtin): Set the `dir' field to `builtin'.
7261 (generated-autoload-file, version-control): Declare.
7262 (package-compute-transaction): Change first arg and return value to be
7263 lists of package-descs. Adjust to new package-archive-contents format.
7264 (package--add-to-archive-contents): Adjust to new
7265 package-archive-contents format.
7266 (package-download-transaction): Arg is now a list of package-descs.
7267 (package-install): If `pkg' is a package name, pass it as
7268 a requirement, so it is subject to the usual (e.g. disabled) checks.
7269 (describe-package): Accept package-desc as well.
7270 (describe-package-1): Describe a specific package-desc. Add links to
7271 other package-descs for the same package name.
7272 (package-menu-describe-package): Pass the actual package-desc.
7273 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
7274 works correctly.
7275 (package-desc-status): New function.
7276 (package-menu--refresh): New function, extracted
7277 from package-menu--generate.
7278 (package-menu--generate): Use it.
7279 (package-delete): Update package-alist.
7280 (package-menu-execute): Don't call package-initialize.
7281
7282 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
7283 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
7284 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
7285 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
7286 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
7287 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
7288
8bbdea0f
MR
72892013-06-25 Martin Rudalics <rudalics@gmx.at>
7290
7291 * window.el (window--state-get-1): Workaround for bug#14527.
7292 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
7293
e82b0991
LMI
72942013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7295
7296 * net/eww.el (eww-back-url): Implement the history by stashing all
7297 the data into a list.
d3f0f918 7298 (eww-forward-url): Allow going forward in the history, too.
e82b0991 7299
c763842b
SM
73002013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7301
7302 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
7303 for values and use read--expression for expressions (bug#14710).
7304 (read-file-local-variable): Avoid setq.
7305 (read-file-local-variable-mode): Use minor-mode-list.
7306
bceff189
RW
73072013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7308
864c58ca 7309 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
bceff189
RW
7310 for DOI URLs.
7311
45f431c6
RW
73122013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7313
864c58ca 7314 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
45f431c6
RW
7315 Update imenu-support when dialect changes.
7316
f42d8237
LL
73172013-06-25 Leo Liu <sdl.web@gmail.com>
7318
7319 * ido.el (ido-read-internal): Allow forward slash on windows.
7320
be549ce6
LMI
73212013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7322
7323 * net/eww.el (eww): Start of strings is \\`, not ^.
7324
71d4c19d
IK
73252013-06-24 Ivan Kanis <ivan@kanis.fr>
7326
5196f88a
IK
7327 * net/shr.el (shr-browse-url): Fix interactive spec.
7328
71d4c19d
IK
7329 * net/eww.el (eww): Add a trailing slash to domain names.
7330
ae36ca55
JB
73312013-06-24 Juanma Barranquero <lekktu@gmail.com>
7332
7333 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
7334
0ebd92a3
LMI
73352013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7336
bdaa086b
LMI
7337 * net/shr.el (shr-browse-url): Use an external browser if given a
7338 prefix.
7339
c763842b 7340 * net/eww.el (eww-external-browser): Move to shr.
0ebd92a3 7341
b89fc156
IK
73422013-06-24 Ivan Kanis <ivan@kanis.fr>
7343
7344 * net/eww.el (eww): Work more correctly for file: URLs.
7345 (eww-detect-charset): Allow quoted charsets.
7346 (eww-yank-page-url): New command and keystroke.
7347
18eb4bca
DU
73482013-06-24 Daiki Ueno <ueno@gnu.org>
7349
7350 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
7351 file name of gpg executable.
7352 (epg-context-program): New function.
7353 (epg-context-home-directory): New function.
7354 (epg-context-set-program): New function.
7355 (epg-context-set-home-directory): New function.
7356 (epg--start): Use `epg-context-program' instead of
7357 'epg-gpg-program'.
7358 (epg--list-keys-1): Likewise.
7359
6c6268c8
LL
73602013-06-24 Leo Liu <sdl.web@gmail.com>
7361
7362 * ido.el (ido-read-internal): Fix bug#14620.
7363
5e400cb3
JB
73642013-06-23 Juanma Barranquero <lekktu@gmail.com>
7365
7366 * faces.el (face-documentation): Simplify.
7367 (read-face-attribute, tty-find-type, x-resolve-font-name):
7368 Use `string-match-p'.
7369 (list-faces-display): Use `string-match-p'. Simplify.
7370 (face-spec-recalc): Check face to avoid face alias loops.
7371 (read-color): Use `string-match-p' and non-capturing parenthesis.
7372
f3f9606c
LMI
73732013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7374
7375 * net/shr.el (shr-rescale-image): Use the new
7376 :max-width/:max-height functionality.
7377
a3ca09b9
IK
73782013-06-23 Ivan Kanis <ivan@kanis.fr>
7379
7380 * net/eww.el (eww-search-prefix): New variable.
7381 (eww): Use it.
f865b474
IK
7382 (eww-external-browser): New variable.
7383 (eww-mode-map): New keystroke.
7384 (eww-browse-with-external-browser): New command.
a3ca09b9 7385
e854cfc7
IK
7386 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
7387
18bb9e21
JB
73882013-06-23 Juanma Barranquero <lekktu@gmail.com>
7389
7390 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7391 Don't skip aligning the next header field when padding is 0;
7392 otherwise, field width is not respected unless the title is as
7393 wide as the field.
7394
5b165ade
SM
73952013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7396
7397 * emacs-lisp/package.el (package-el-version): Remove.
7398 (package-process-define-package): Fix inf-loop.
7399 (package-install): Allow symbols as arguments again.
7400
12adebe9
DG
74012013-06-22 Dmitry Gutov <dgutov@yandex.ru>
7402
7403 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
7404 add some more keyword-like methods.
7405 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
7406
388573ee
JB
74072013-06-22 Juanma Barranquero <lekktu@gmail.com>
7408
7409 * bs.el (bs-buffer-show-mark): Make defvar-local.
7410 (bs-mode): Use setq-local.
7411
7412 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
7413 (emacs-lock--try-unlocking): Make defvar-local.
7414
4582a01c 74152013-06-22 Glenn Morris <rgm@gnu.org>
3d94f3ad 7416
2663dd23
GM
7417 * play/cookie1.el (cookie-apropos): Minor simplification.
7418
3d94f3ad
GM
7419 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
7420
f72e2fdb
DG
74212013-06-22 Dmitry Gutov <dgutov@yandex.ru>
7422
7423 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
7424 `regexp-opt', it breaks the build during dumping.
7425
73eab938
DG
74262013-06-21 Dmitry Gutov <dgutov@yandex.ru>
7427
c763842b
SM
7428 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7429 Highlight keyword-like methods on Kernel and Module with
73eab938 7430 font-lock-builtin-face.
5cf8176d
DG
7431 (auto-mode-alist): Consolidate different entries into one regexp
7432 and add more *file-s.
73eab938 7433
d26255f6
SB
74342013-06-21 Stephen Berman <stephen.berman@gmx.net>
7435
7436 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
7437
7438 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
7439 (diary-entry): Use it in the action of this button type instead of
7440 diary-goto-entry.
7441
7442 * calendar/todo-mode.el: New version.
7443 (todo-add-category): Append new category to end of file and give
7444 it the highest number, instead of putting it at the beginning and
7445 giving it 0. Incorporate noninteractive functionality.
7446 (todo-forward-category): Adapt to 1-based category numbering.
7447 Allow skipping over archived categories.
7448 (todo-backward-category): Derive from todo-forward-category.
7449 (todo-backward-item, todo-forward-item): Make noninteractive and
7450 delegate interactive part to new commands. Make sensitive to done items.
7451 (todo-categories): Make value an alist of category names and
7452 vectors of item counts.
7453 (todo-category-beg): Make a defconst.
7454 (todo-category-number): Use 1 instead of 0 as initial value.
7455 (todo-category-select): Make sensitive to overlays, optional item
7456 highlighting and done items.
7457 (todo-delete-item): Make sensitive to overlays and marked and done items.
7458 (todo-edit-item): Make sensitive to overlays and editing of
7459 date/time header optional. Add format checks.
7460 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
7461 no-op if point is not on an item. Advertise using todo-edit-quit.
7462 (todo-edit-mode): Make sensitive to new format, font-locking, and
7463 multiple todo files.
7464 (todo-insert-item, todo-insert-item-here): Derive from
7465 todo-basic-insert-item and extend functionality.
7466 (todo-item-end, todo-item-start): Make sensitive to done items.
7467 (todo-item-string): Don't return text properties. Restore point.
7468 (todo-jump-to-category): Make sensitive to multiple todo files and
7469 todo archives. Use extended category completion.
7470 (todo-lower-item, todo-raise-item): Rename to *-priority and
7471 derive from todo-set-item-priority.
7472 (todo-mode): Derive from special-mode. Make sensitive to new
7473 format, font-locking and multiple todo files. Make read-only.
7474 (todo-mode-map): Don't suppress digit keys, so they can supply
7475 prefix arguments. Add many new key bindings.
7476 (todo-prefix): Insert as an overlay instead of file text.
7477 Change semantics from diary date expression to purely visual mark.
7478 (todo-print): Rename to todo-print-buffer. Make buffer display
7479 features printable. Remove option to restrict number of items
7480 printed. Add option to print to file.
7481 (todo-print-function): Rename to todo-print-buffer-function.
7482 (todo-quit): Extend to handle exiting new todo modes.
7483 (todo-remove-item): Make sensitive to overlays.
7484 (todo-save): Extend to buffers of filtered items.
7485 (todo-show): Make sensitive to done items, multiple todo files and
7486 new todo modes. Offer to convert legacy todo file before creating
7487 first new todo file.
7488 (todo-show-priorities): Rename to todo-top-priorities.
7489 Change semantics of value 0.
7490 (todo-top-priorities): Rename to todo-filter-top-priorities,
7491 derive from todo-filter-items and extend functionality.
7492 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
7493 and extend functionality to other types of filtered items.
7494 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
7495 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
7496 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
7497 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
7498 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
7499 (todo-edit-mode-hook, todo-entry-prefix-function)
7500 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
7501 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
7502 (todo-initials, todo-insert-threshold, todo-item-string-start)
7503 (todo-line-string, todo-menu, todo-mode-hook)
7504 (todo-more-important-p, todo-previous-answer, todo-previous-line)
7505 (todo-print-priorities, todo-remove-separator)
7506 (todo-save-top-priorities-too, todo-string-count-lines)
7507 (todo-string-multiline-p, todo-time-string-format)
7508 (todo-tmp-buffer-name): Remove.
7509 (todo-add-file, todo-archive-done-item, todo-choose-archive)
7510 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
7511 (todo-edit-category-diary-inclusion)
7512 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
7513 (todo-edit-file, todo-edit-item-date-day)
7514 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
7515 (todo-edit-item-date-month, todo-edit-item-date-to-today)
7516 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
7517 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
7518 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
7519 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
7520 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
7521 (todo-filter-top-priorities-multifile, todo-find-archive)
7522 (todo-find-filtered-items-file, todo-go-to-source-item)
7523 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
7524 (todo-jump-to-archive-category, todo-lower-category)
7525 (todo-mark-category, todo-marked-item-p, todo-merge-category)
7526 (todo-move-category, todo-move-item, todo-next-button)
7527 (todo-next-item, todo-padded-string, todo-powerset)
7528 (todo-previous-button, todo-previous-item)
7529 (todo-print-buffer-to-file, todo-raise-category)
7530 (todo-rename-category, todo-repair-categories-sexp, todo-search)
7531 (todo-set-category-number, todo-set-item-priority)
7532 (todo-set-top-priorities-in-category)
7533 (todo-set-top-priorities-in-file, todo-show-categories-table)
7534 (todo-sort-categories-alphabetically-or-numerically)
7535 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
7536 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
7537 (todo-toggle-item-header, todo-toggle-item-highlighting)
7538 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
7539 (todo-toggle-view-done-items, todo-toggle-view-done-only)
7540 (todo-unarchive-items, todo-unmark-category): New commands.
7541 (todo-absolute-file-name, todo-add-to-buffer-list)
7542 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
7543 (todo-basic-insert-item, todo-category-completions)
7544 (todo-category-number, todo-category-string-matcher-1)
7545 (todo-category-string-matcher-2, todo-check-filtered-items-file)
7546 (todo-check-format, todo-clear-matches)
7547 (todo-comment-string-matcher, todo-convert-legacy-date-time)
7548 (todo-current-category, todo-date-string-matcher)
7549 (todo-define-insertion-command, todo-diary-expired-matcher)
7550 (todo-diary-goto-entry, todo-diary-item-p)
7551 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
7552 (todo-display-categories, todo-display-sorted, todo-done-item-p)
7553 (todo-done-item-section-p, todo-done-separator)
7554 (todo-done-string-matcher, todo-files, todo-filter-items)
7555 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
7556 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
7557 (todo-insert-category-line, todo-insert-item-from-calendar)
7558 (todo-insert-sort-button, todo-insert-with-overlays)
7559 (todo-insertion-command-name, todo-insertion-key-bindings)
7560 (todo-label-to-key, todo-longest-category-name-length)
7561 (todo-make-categories-list, todo-mode-external-set)
7562 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
7563 (todo-modes-set-3, todo-multiple-filter-files)
7564 (todo-nondiary-marker-matcher, todo-prefix-overlays)
7565 (todo-read-category, todo-read-date, todo-read-dayname)
7566 (todo-read-file-name, todo-read-time)
7567 (todo-reevaluate-category-completions-files-defcustom)
7568 (todo-reevaluate-default-file-defcustom)
7569 (todo-reevaluate-filelist-defcustoms)
7570 (todo-reevaluate-filter-files-defcustom)
7571 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
7572 (todo-reset-done-separator, todo-reset-done-separator-string)
7573 (todo-reset-done-string, todo-reset-global-current-todo-file)
7574 (todo-reset-highlight-item, todo-reset-nondiary-marker)
7575 (todo-reset-prefix, todo-set-categories)
7576 (todo-set-date-from-calendar, todo-set-show-current-file)
7577 (todo-set-top-priorities, todo-short-file-name)
7578 (todo-show-current-file, todo-sort, todo-time-string-matcher)
7579 (todo-total-item-counts, todo-update-buffer-list)
7580 (todo-update-categories-display, todo-update-categories-sexp)
7581 (todo-update-count, todo-validate-name, todo-y-or-n-p):
7582 New functions.
7583 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
7584 New major modes.
7585 (todo-categories, todo-display, todo-edit, todo-faces)
7586 (todo-filtered): New defgroups.
7587 (todo-archived-only, todo-button, todo-category-string, todo-date)
7588 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
7589 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
7590 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
7591 (todo-add-item-if-new-category, todo-always-add-time-string)
7592 (todo-categories-align, todo-categories-archived-label)
7593 (todo-categories-category-label, todo-categories-diary-label)
7594 (todo-categories-done-label, todo-categories-number-separator)
7595 (todo-categories-todo-label, todo-categories-totals-label)
7596 (todo-category-completions-files, todo-completion-ignore-case)
7597 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
7598 (todo-done-separator-string, todo-done-string)
7599 (todo-files-function, todo-filter-done-items, todo-filter-files)
7600 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
7601 (todo-initial-category, todo-initial-file, todo-item-mark)
7602 (todo-legacy-date-time-regexp, todo-mode-line-function)
7603 (todo-nondiary-marker, todo-number-prefix)
7604 (todo-print-buffer-function, todo-show-current-file)
7605 (todo-show-done-only, todo-show-first, todo-show-with-done)
7606 (todo-skip-archived-categories, todo-top-priorities-overrides)
7607 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
7608 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
7609 New defcustoms.
7610 (todo-category-done, todo-date-pattern, todo-date-string-start)
7611 (todo-diary-items-buffer, todo-done-string-start)
7612 (todo-filtered-items-buffer, todo-item-start)
7613 (todo-month-abbrev-array, todo-month-name-array)
7614 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
7615 (todo-top-priorities-buffer): New defconsts.
7616 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
7617 (todo-categories-with-marks, todo-category-string-face)
7618 (todo-comment-face, todo-comment-string, todo-current-todo-file)
7619 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
7620 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
7621 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
7622 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
7623 (todo-font-lock-keywords, todo-global-current-todo-file)
7624 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
7625 (todo-insertion-commands-args)
7626 (todo-insertion-commands-args-genlist)
7627 (todo-insertion-commands-names, todo-insertion-map)
7628 (todo-key-bindings-t, todo-key-bindings-t+a)
7629 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
7630 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
7631 (todo-nondiary-face, todo-print-buffer, todo-time-face)
7632 (todo-visited): New variables.
7633
cad5d1cb
GM
76342013-06-21 Glenn Morris <rgm@gnu.org>
7635
7636 * play/cookie1.el (cookie-apropos): Add optional display argument.
7637 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
7638 (psychoanalyze-pinhead): Use cookie-doctor.
7639
9e277302
JB
76402013-06-21 Juanma Barranquero <lekktu@gmail.com>
7641
7642 * emacs-lisp/package.el (tar-get-file-descriptor)
7643 (tar--extract): Declare.
7644
c5b0993e
EW
76452013-06-21 Eduard Wiebe <usenet@pusto.de>
7646
7647 Extend flymake's warning predicate to be a function (bug#14217).
7648 * progmodes/flymake.el (flymake-warning-predicate): New.
7649 (flymake-parse-line): Use it.
7650 (flymake-warning-re): Make obsolete alias to
7651 `flymake-warning-predicate'.
7652
a7d2d465
SM
76532013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7654
7655 * emacs-lisp/package.el (package-alist): Include obsolete packages.
7656 (package-obsolete-list): Remove.
7657 (package-activate): Remove min-version argument. Add `force' argument.
7658 Adjust to new package-alist format.
7659 (package-mark-obsolete): Remove.
7660 (package-unpack): Force reload of the package's autoloads.
7661 (package-installed-p): Check builtins if the installed package is not
7662 recent enough.
7663 (package-initialize): Don't reset package-obsolete-list.
7664 Don't specify which package version to activate.
7665 (package-process-define-package, describe-package-1)
7666 (package-menu--generate): Adjust to new package-alist format.
7667
cedf5c9d
JB
76682013-06-21 Juanma Barranquero <lekktu@gmail.com>
7669
7670 * allout-widgets.el (allout-widgets-mode-off)
7671 (allout-widgets-mode-on, allout-widgets-pre-command-business)
7672 (allout-widgets-post-command-business)
7673 (allout-widgets-after-copy-or-kill-function)
7674 (allout-widgets-after-undo-function, allout-test-range-overlaps)
7675 (allout-decorate-item-and-context)
7676 (allout-graphics-modification-handler): Fix typos in docstrings.
7677 (allout-get-or-create-parent-widget): Use `looking-at-p'.
7678
7679 * cmuscheme.el (scheme-start-file): Doc fix.
7680 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
7681 (scheme-input-filter): Use `string-match-p'.
7682
7683 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
7684
7685 * dired-x.el: Use Dired consistently in docstrings.
7686
7687 * dired.el: Use Dired consistently in docstrings.
7688 (dired-readin, dired-mode): Use `setq-local'.
7689 (dired-switches-alist): Make defvar-local.
7690 (dired-buffers-for-dir): Use `zerop'.
7691 (dired-safe-switches-p, dired-switches-escape-p)
7692 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
7693 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
7694 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
7695 (dired-goto-next-nontrivial-file): Use `string-match-p'.
7696 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
7697 (dired-toggle-marks, dired-mark-files-containing-regexp)
7698 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
7699 (dired-flag-auto-save-files, dired-flag-backup-files):
7700 Use `looking-at-p'.
7701 (dired-mark-files-regexp, dired-build-subdir-alist):
7702 Use `string-match-p', `looking-at-p'.
7703
7704 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
7705 (direct-print-region-helper): Use `string-match-p'.
7706
aed838b5
LL
77072013-06-21 Leo Liu <sdl.web@gmail.com>
7708
cedf5c9d
JB
7709 * comint.el (comint-redirect-results-list-from-process):
7710 Fix infinite loop.
aed838b5 7711
d80a808f
LMI
77122013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7713
7714 * net/eww.el (eww-update-header-line-format): Quote % characters.
7715
e7a526e3
GM
77162013-06-21 Glenn Morris <rgm@gnu.org>
7717
7718 * play/cookie1.el (cookie): New custom group.
7719 (cookie-file): New option.
7720 (cookie-check-file): New function.
7721 (cookie): Make it interactive. Make start and end messages optional.
7722 Interactively, display the result. Default to cookie-file.
7723 (cookie-insert): Default to cookie-file.
7724 (cookie-snarf): Make start and end messages optional.
7725 Default to cookie-file. Use with-temp-buffer.
7726 (cookie-read): Rename from read-cookie.
7727 Make start and end messages optional. Default to cookie-file.
7728 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7f8e3b22 7729 Do not autoload it.
e7a526e3
GM
7730 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
7731 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
7732
62efb35e
LL
77332013-06-21 Leo Liu <sdl.web@gmail.com>
7734
7735 * progmodes/octave.el (octave-mode): Backward compatibility fix.
7736
21e3f963
GM
77372013-06-21 Glenn Morris <rgm@gnu.org>
7738
7739 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
7740
fd846ab4
SM
77412013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7742 Daniel Hackney <dan@haxney.org>
7743
7744 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
7745 Consolidate the single-file vs tarball code.
7746 (package-desc-suffix): New function.
7747 (package-desc-full-name): Don't bother inlining it.
7748 (package-load-descriptor): Return the new package-desc.
7749 (package-mark-obsolete): Remove unused arg `package'.
7750 (package-unpack): Make it work for single files as well.
7751 Make it update package-alist.
7752 (package--make-autoloads-and-stuff): Rename from
7753 package--make-autoloads-and-compile. Don't compile any more.
7754 (package--compile): New function.
7755 (package-generate-description-file): New function, extracted from
7756 package-unpack-single.
7757 (package-unpack-single): Remove.
7758 (package--with-work-buffer): Add indentation and debugging info.
7759 (package-download-single): Remove.
7760 (package-install-from-archive): Rename from package-download-tar, make
7761 it take a pkg-desc, and make it work for single files as well.
7762 (package-download-transaction): Simplify.
7763 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
7764 external tar program.
7765 (package-install-from-buffer): Remove `pkg-desc' argument.
7766 Use package-tar-file-info for tar-mode buffers.
7767 (package-install-file): Simplify accordingly.
7768 (package-archive-base): Change to take a pkg-desc.
7769 * tar-mode.el (tar--check-descriptor): New function, extracted from
7770 tar-get-descriptor.
7771 (tar-get-descriptor): Use it.
7772 (tar-get-file-descriptor): New function.
7773 (tar--extract): New function, extracted from tar-extract.
7774 (tar--extract): Use it.
7775 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
7776 case the summary uses non-ascii. Adjust to new calling convention of
7777 package-tar-file-info.
7778
b7deae5e
LL
77792013-06-21 Leo Liu <sdl.web@gmail.com>
7780
fd846ab4
SM
7781 * comint.el (comint-redirect-results-list-from-process):
7782 Fix random delay. (Bug#14681)
b7deae5e 7783
7a65a0b2
JB
77842013-06-21 Juanma Barranquero <lekktu@gmail.com>
7785
7786 * profiler.el (profiler-format-number): Use log, not log10.
7787
1493c2af
JB
77882013-06-20 Juanma Barranquero <lekktu@gmail.com>
7789
7790 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
7791
aff6371e
SM
77922013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7793
7794 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
7795 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
7796 yet available.
7797 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
7798 (AUTOGENEL): ... here.
7799 * emacs-lisp/cl-macs.el (cl--sublis): New function.
7800 (cl--defsubst-expand): Use it.
7801
89561f72
PE
78022013-06-20 Paul Eggert <eggert@cs.ucla.edu>
7803
7804 * subr.el (log10): Move here from C code, and declare as obsolete.
7805 All uses of (log10 X) replaced with (log X 10).
7806
47199123
JB
78072013-06-20 Juanma Barranquero <lekktu@gmail.com>
7808
7809 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
7810 Declare with `defvar-local'.
7811 (tabulated-list-use-header-line, tabulated-list-entries)
7812 (tabulated-list-padding, tabulated-list-printer)
7813 (tabulated-list-sort-key): Declare with `defvar-local'.
7814 (tabulated-list-init-header, tabulated-list-print-fake-header):
7815 Use `setq-local'.
7816
4a172eab
MA
78172013-06-20 Michael Albinus <michael.albinus@gmx.de>
7818
47199123
JB
7819 * arc-mode.el (archive-mode): Add `archive-write-file' to
7820 `write-contents-functions' also for remote files. (Bug#14652)
4a172eab 7821
5fc0acc0
JB
78222013-06-20 Juanma Barranquero <lekktu@gmail.com>
7823
d5b27848
JB
7824 * cus-edit.el (custom-commands): Fix typos.
7825 (custom-display): Fix tooltip text.
7826 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
7827 Fix typos in docstrings.
7828 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
7829 (custom-unlispify-menu-entry, custom-magic-value-create)
7830 (custom-add-see-also, custom-group-value-create): Use ?\s.
7831 (custom-guess-type, customize-apropos, editable-field)
7832 (custom-face-value-create): Use `string-match-p'.
7833 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
7834
7835 * custom.el (custom-load-symbol): Use `string-match-p'.
7836
a5c581d8
JB
7837 * ansi-color.el: Convert to lexical binding.
7838 (ansi-colors): Fix URL.
7839 (ansi-color-context, ansi-color-context-region): Use defvar-local.
7840 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
7841 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
7842
970ad972
G
78432013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7844
7845 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
7846
7847 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
7848
78492013-06-19 Tom Tromey <tromey@redhat.com>
7850
7851 * net/eww.el (eww-top-url): Remove.
7852 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
7853 (eww-render): Set new variables. Don't set eww-top-url.
7854 (eww-handle-link): Handle "prev", "home", and "contents".
7855 Downcase the rel text.
7856 (eww-top-url): Choose best top URL.
7857
78582013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7859
7860 * net/eww.el: Rewrite to implement form elements "by hand" instead of
7861 relying in widget.el. Using widget.el leads to too many
7862 user interface inconsistencies.
7863 (eww-self-insert): Implement entering commands in text fields.
7864 (eww-process-text-input): New function to make text input field editing
7865 work.
7866 (eww-submit): Rewrite to use the new-style form methods.
7867 (eww-select-display): Display the correct selected item.
7868 (eww-change-select): Implement changing the select value.
7869 (eww-toggle-checkbox): Implement radio/checkboxes.
7870 (eww-update-field): Fix compilation error.
7871 (eww-tag-textarea): Implement <textarea>.
7872
7873 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
7874 we don't shadow mode-specific bindings.
7875
7876 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
7877 nothing to push.
7878
7879 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
7880
4582a01c 78812013-06-19 Glenn Morris <rgm@gnu.org>
3db52056
GM
7882
7883 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
7884
15b263dc
MA
78852013-06-19 Michael Albinus <michael.albinus@gmx.de>
7886
7887 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
7888 not needed.
7889
7890 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
7891
8f5297f7
LMI
78922013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7893
7894 * net/browse-url.el (browse-url-browser-function):
7895 `eww-browse-url' has the right calling signature, `eww' does not.
7896
011c4552
GM
78972013-06-19 Glenn Morris <rgm@gnu.org>
7898
2285bd27
GM
7899 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7900 Only eval autoloaded macros.
7901 (byte-compile-autoload): Only give the macro warning for macros.
7902
1d653303
GM
7903 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
7904 (ps-underlined-faces): Declare.
7905
bdd779ec
GM
7906 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
7907 (speedbar-add-supported-extension): Declare.
7908
011c4552
GM
7909 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
7910 Don't include a date stamp in the header of the generated file;
7911 it leads to needless differences between output files.
7912
e59dfb0e
MA
79132013-06-19 Michael Albinus <michael.albinus@gmx.de>
7914
c763842b
SM
7915 * net/secrets.el (secrets-struct-secret-content-type):
7916 Replace check of introspection data by a test call of "CreateItem".
fd846ab4 7917 Some servers do not offer introspection.
e59dfb0e 7918
102626e2
SM
79192013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
7920
7921 * electric.el (electric-pair-mode): Improve interaction with
7922 electric-layout-mode.
7923 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
7924 (electric-pair-syntax): Use text-mode-syntax-table in comments
7925 and strings.
7926 (electric-pair--insert): New function.
7927 (electric-pair-post-self-insert-function): Use it and
7928 electric--after-char-pos.
7929
ad528125
LL
79302013-06-19 Leo Liu <sdl.web@gmail.com>
7931
7932 * progmodes/octave.el (octave-help): Fix regexp.
7933
924d6997
G
79342013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7935
7936 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
7937 (shr-table-horizontal-line): Allow nil as a value, and change the
7938 default.
7939 (shr-insert-table-ruler): Respect the nil value.
7940
79412013-06-18 Tom Tromey <tromey@barimba>
7942
7943 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
7944 New defvars.
7945 (eww-open-file): New defun.
7946 (eww-render): Initialize new variables.
7947 (eww-display-html): Handle "link" and "a".
7948 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
7949 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
7950 (eww-back-url): Rename from eww-previous-url.
102626e2
SM
7951 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
7952 New defuns.
924d6997 7953
d1bbba4f
DG
79542013-06-18 Dmitry Gutov <dgutov@yandex.ru>
7955
7956 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
7957 Distinguish ternary operator tokens from slash symbol and slash
7958 char literal.
7959
14dd22d2
JB
79602013-06-18 Juanma Barranquero <lekktu@gmail.com>
7961
7962 Convert symbol prettification into minor mode and global minor mode.
7963
7964 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
7965 `prog-prettify-symbols', and make a local defvar instead of defcustom.
7966 (prettify-symbols--keywords): Rename from
7967 `prog-prettify-symbols-alist' and make a local defvar.
7968 (prettify-symbols--compose-symbol): Rename from
7969 `prog--prettify-font-lock-compose-symbol'.
7970 (prettify-symbols--make-keywords): Rename from
7971 `prog-prettify-font-lock-symbols-keywords' and simplify.
7972 (prog-prettify-install): Remove.
7973 (prettify-symbols-mode): New minor mode, based on
7974 `prog-prettify-install'.
7975 (turn-on-prettify-symbols-mode): New function.
7976 (global-prettify-symbols-mode): New globalized minor mode.
7977
7978 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7979 * progmodes/cfengine.el (cfengine3-mode):
7980 * progmodes/perl-mode.el (perl-mode): Don't call
7981 `prog-prettify-install'; set `prettify-symbols-alist' instead.
7982
292c880c
JL
79832013-06-18 Juri Linkov <juri@jurta.org>
7984
7985 * files-x.el (modify-file-local-variable-message): New function.
7986 (modify-file-local-variable)
7987 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
7988 and call `modify-file-local-variable-message' when it's non-nil.
7989 (add-file-local-variable, delete-file-local-variable)
7990 (add-file-local-variable-prop-line)
7991 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
7992 and use it. (Bug#9820)
7993
0950aa27
JL
79942013-06-18 Juri Linkov <juri@jurta.org>
7995
7996 * emulation/vi.el (vi-shell-op):
7997 * emulation/vip.el (vip-execute-com, ex-command):
7998 * emulation/viper-cmd.el (viper-exec-bang):
7999 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
8000 the call of `shell-command-on-region'. (Bug#14637)
8001
8002 * simple.el (shell-command-on-region): Doc fix.
8003
8fbcca16
SM
80042013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8005
8006 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
8007 (bug#14633).
8008
dd7426ea
GM
80092013-06-18 Glenn Morris <rgm@gnu.org>
8010
4ba54f7d
GM
8011 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
8012
dd7426ea
GM
8013 * newcomment.el (comment-search-forward, comment-search-backward):
8014 Doc fix. (Bug#14376)
8015
58aa805b
JB
80162013-06-18 Juanma Barranquero <lekktu@gmail.com>
8017
8018 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
8019 (buffer-face-mode-invoke): Doc fix.
8020
9a08a617
MM
80212013-06-18 Matthias Meulien <orontee@gmail.com>
8022
8023 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
924494f4 8024 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9a08a617 8025
f2f426ca
GM
80262013-06-18 Glenn Morris <rgm@gnu.org>
8027
9445f99b
GM
8028 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
8029 Replace obsolete function generic-make-keywords with its expansion.
8030
e0df2d14
GM
8031 * progmodes/python.el (ffap-alist): Declare.
8032
f2f426ca
GM
8033 * textmodes/reftex.el (bibtex-mode-map): Declare.
8034
f7f9a720
SM
80352013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8036
8037 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
8038 (package-unpack, package-unpack-single): Return the pkg-dir.
8039 (package-download-transaction): Use it to update package-alist.
8040
57ff04e0
LMI
80412013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8042
8043 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
8044 possible choice.
8045
c048c022
JL
80462013-06-17 Juri Linkov <juri@jurta.org>
8047
8048 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
8049
b5bcaee5
DG
80502013-06-17 Dmitry Gutov <dgutov@yandex.ru>
8051
a020afb9
JB
8052 * emacs-lisp/package.el (package-load-descriptor):
8053 Remove `with-syntax-table' call, `read' doesn't need it.
b5bcaee5
DG
8054 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
8055
551e07e5
JB
80562013-06-17 Juanma Barranquero <lekktu@gmail.com>
8057
8058 * startup.el (command-line): Expand package name returned by
8059 `package--description-file' (bug#14639).
8060
d363bffb
DG
80612013-06-17 Dmitry Gutov <dgutov@yandex.ru>
8062
8063 * emacs-lisp/package.el (package-load-descriptor): Do not call
8064 `emacs-lisp-mode', just use its syntax table.
8065
f612933b
JB
80662013-06-17 Juanma Barranquero <lekktu@gmail.com>
8067
8068 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
8069 `font-lock-extra-managed-props' if any prettifying keyword is added.
8070 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
8071 (prog-mode): Use `setq-local'.
8072
db3b7db5
SM
80732013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8074
8075 * international/characters.el (standard-case-table): Set syntax of ?»
8076 and ?« to punctuation.
8077
f3d674df
JB
80782013-06-16 Juanma Barranquero <lekktu@gmail.com>
8079
8080 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
8081 Save relevant match data before calling `syntax-ppss' (bug#14595).
8082
31489a32
JL
80832013-06-15 Juri Linkov <juri@jurta.org>
8084
8085 * files-x.el (modify-file-local-variable-prop-line): Add local
8086 variables to the end of the existing comment on the first line.
8087 Use `file-auto-mode-skip' to skip interpreter magic line,
8088 and also skip XML declaration.
8089
66bd25ab
SM
80902013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8091
8092 * startup.el (package--builtin-versions): New var.
8093 (package-subdirectory-regexp): Remove.
8094 (package--description-file): Hard code its value instead.
8095
8096 * emacs-lisp/package.el: Don't activate packages older than builtin.
8097 (package-obsolete-list): Rename from package-obsolete-alist, and make
8098 it into a simple list of package-desc.
8099 (package-strip-version): Remove.
8100 (package-built-in-p): Use package--builtin-versions.
8101 (package-mark-obsolete): Simplify.
8102 (package-process-define-package): Mark it obsolete if older than the
8103 builtin version.
8104 (package-handle-response): Use line-end-position.
8105 (package-read-archive-contents, package--download-one-archive):
8106 Simplify.
8107 (package--add-to-archive-contents): Skip if older than the builtin or
8108 installed version.
8109 (package-menu-describe-package): Fix last change.
8110 (package-list-unversioned): New var.
8111 (package-menu--generate): Use it.
8112
8113 * emacs-lisp/autoload.el: Manage package--builtin-versions.
8114 (autoload--insert-text, autoload--insert-cookie-text): New functions.
8115 (autoload-builtin-package-versions): New variable.
8116 (autoload-generate-file-autoloads): Use them.
8117 Remove the list of autoloaded functions/macros from the
8118 (autoload...) comments.
8119
8120 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
8121
9583ec36
EZ
81222013-06-15 Eli Zaretskii <eliz@gnu.org>
8123
8124 * simple.el (line-move-partial): Don't jump to the next screen
8125 line as soon as it becomes visible. Instead, continue enlarging
8126 the vscroll until the portion of a tall screen line that's left on
8127 display is about the height of the frame's default font.
8128 (Bug#14567)
8129
f0100d8a
GM
81302013-06-15 Glenn Morris <rgm@gnu.org>
8131
b86a85ca
GM
8132 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
8133 compilation-error-regexp-alist void, or local while let-bound.
8134
f0100d8a
GM
8135 * progmodes/make-mode.el (makefile-mode-syntax-table):
8136 Treat "=" as punctuation. (Bug#14614)
8137
05e7ce90
JB
81382013-06-15 Juanma Barranquero <lekktu@gmail.com>
8139
8140 * help-fns.el (describe-variable):
8141 Add extra line for permanent-local variables.
8142
12e5e86e
SH
81432013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
8144
8145 * progmodes/scheme.el (scheme-font-lock-keywords-2):
8146 Add export, import, library. (Bug#9164)
8147 (library): Set indent function.
8148
230dcbaf
GM
81492013-06-14 Glenn Morris <rgm@gnu.org>
8150
8151 * term/xterm.el (xterm--query):
8152 Stop after first matching handler. (Bug#14615)
8153
e36b2d20 81542013-06-14 Ivan Kanis <ivan@kanis.fr>
d4466a91
IK
8155
8156 Add support for dired in saveplace.
8157 * dired.el (dired-initial-position-hook): New variable.
8158 (dired-initial-position): Call hook to place cursor position.
8159 * saveplace.el (save-place-to-alist): Add dired position.
8160 (save-place-dired-hook): New function.
8161
0b31660d
SM
81622013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8163
bf1e6ae8
SM
8164 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
8165 through a symbol rather than letrec.
8166
1b8dff23
SM
8167 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
8168 (package-desc): Add `dir' field.
8169 (package-desc-full-name): New function.
8170 (package-load-descriptor): Combine the two arguments. Don't use `load'.
8171 (package-maybe-load-descriptor): Remove.
8172 (package-load-all-descriptors): Just call package-load-descriptor.
8173 (package--disabled-p): New function.
8174 (package-desc-vers, package-desc-doc): Remove aliases.
8175 (package--dir): Remove function.
8176 (package-activate): Check if a package is disabled.
8177 (package-process-define-package): New function, extracted from
8178 define-package.
8179 (define-package): Turn into a place holder.
8180 (package-unpack-single, package-tar-file-info):
8181 Use package--description-file.
8182 (package-compute-transaction): Use package--disabled-p.
8183 (package-download-transaction): Don't call
8184 package-maybe-load-descriptor since they're all loaded anyway.
8185 (package-install): Change argument to be a pkg-desc.
8186 (package-delete): Use a single pkg-desc argument.
8187 (describe-package-1): Use package-desc-dir instead of package--dir.
8188 Use package-desc property instead of package-symbol.
8189 (package-install-button-action): Adjust accordingly.
8190 (package--push): Rewrite.
8191 (package-menu--print-info): Adjust accordingly. Change the ID format
8192 to be a pkg-desc.
8193 (package-menu-describe-package, package-menu-get-status)
8194 (package-menu--find-upgrades, package-menu-mark-upgrades)
8195 (package-menu-execute, package-menu--name-predicate):
8196 Adjust accordingly.
8197 * startup.el (package--description-file): New function.
8198 (command-line): Use it.
8199 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8200 Use package-desc-version.
8201
0b31660d
SM
8202 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
8203 (byte-compile-preprocess): Use it.
8204 (byte-compile-file-form-defalias): Try a bit harder to use macros we
8205 can't quite recognize.
8206 (byte-compile-add-to-list): Remove.
8207 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
8208 (cconv-closure-convert): Add assertion.
8209
8210 * emacs-lisp/map-ynp.el: Use lexical-binding.
8211 (map-y-or-n-p): Remove unused vars `tail' and `object'.
8212 Factor out some repeated code.
8213
de0503df
SM
82142013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8215
8216 * subr.el (with-eval-after-load): New macro.
8217 (eval-after-load): Allow form to be a function.
8218 take advantage of lexical-binding.
8219 (do-after-load-evaluation): Use dolist and adjust to new format.
8220 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
8221
bc5c8c5a
JL
82222013-06-13 Juri Linkov <juri@jurta.org>
8223
8224 * replace.el (perform-replace): Display "symbol " and other search
8225 modes from `isearch-message-prefix' in the *Help* buffer.
8226
8227 * isearch.el (isearch-query-replace): Add " symbol" and other
8228 possible search modes from `isearch-message-prefix' to the prompt.
8229 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
8230 when reading a regexp to collect.
8231
a22289f7
JL
82322013-06-13 Juri Linkov <juri@jurta.org>
8233
8234 * isearch.el (word-search-regexp): Match whitespace if the search
8235 string begins or ends in whitespace. The LAX arg is applied to
8236 both ends of the search string. Use `regexp-quote' and explicit
8237 \< and \> instead of \b. Use \` and \' instead of ^ and $.
8238 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
8239 boundaries are replaced with symbol boundaries, and characters
8240 between symbols match non-word non-symbol syntax. (Bug#14602)
8241
cb89acab
JL
82422013-06-13 Juri Linkov <juri@jurta.org>
8243
8244 * isearch.el (isearch-del-char): Don't exceed the length of
8245 `isearch-string' by the prefix arg. (Bug#14563)
8246
6e8cfc81
JL
82472013-06-13 Juri Linkov <juri@jurta.org>
8248
8249 * isearch.el (isearch-yank-word, isearch-yank-line)
8250 (isearch-char-by-name, isearch-quote-char)
8251 (isearch-printing-char, isearch-process-search-char):
8252 Add optional count prefix arg. (Bug#14563)
8253
8254 * international/isearch-x.el
8255 (isearch-process-search-multibyte-characters):
8256 Add optional count prefix arg.
8257
c23d55f4
VS
82582013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8259
8260 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
8261 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
8262 lexical-binding.
8263
82642013-06-13 Vitalie Spinu <spinuvit@gmail.com>
8265
8266 * subr.el (set-temporary-overlay-map): Add on-exit argument.
8267
ba947bc4
GM
82682013-06-13 Glenn Morris <rgm@gnu.org>
8269
8baeb37a
GM
8270 * startup.el (tty-handle-args):
8271 Don't just discard "--" and anything after. (Bug#14608)
8272
ba947bc4
GM
8273 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
8274
9abefce4
MA
82752013-06-13 Michael Albinus <michael.albinus@gmx.de>
8276
8277 Implement changes in Secret Service API. Make it backward compatible.
8278 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
8279 (secrets-create-item): Use it. Prefix properties with interface.
8280
5755011f
MH
82812013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
8282
8283 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
8284 (term-emulate-terminal): Respect term-suppress-hard-newline.
8285
1261d2da
S
82862013-06-13 E Sabof <esabof@gmail.com> (tiny change)
8287
8288 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8289 Only remove a `thumb-file' overlay. (Bug#14548)
8290
868490bb
GJ
82912013-06-12 Grégoire Jadi <daimrod@gmail.com>
8292
8293 * mail/reporter.el (reporter-submit-bug-report):
8294 Handle missing package-name. (Bug#14600)
8295
79d7167f
TH
82962013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8297
8298 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
8299 (reftex-citation-prompt, reftex-default-bibliography)
8300 (reftex-bib-or-thebib, reftex-get-bibfile-list)
8301 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8302 (reftex-bib-sort-author, reftex-bib-sort-year)
8303 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
8304 (reftex-extract-bib-entries-from-thebibliography)
8305 (reftex-get-bibkey-default, reftex-get-bib-names)
8306 (reftex-parse-bibtex-entry, reftex-get-bib-field)
8307 (reftex-format-bib-entry, reftex-parse-bibitem)
8308 (reftex-format-bibitem, reftex-do-citation)
8309 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
8310 (reftex-restrict-bib-matches, reftex-extract-bib-file)
8311 (reftex-insert-bib-matches, reftex-format-citation)
8312 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
8313 (reftex-create-bibtex-file): Add docstrings, mostly by converting
8314 existing comments into docstrings.
8315
5f9dbd7a
XF
83162013-06-12 Xue Fuqiao <xfq.free@gmail.com>
8317
8318 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
8319
94df41ab
AS
83202013-06-12 Andreas Schwab <schwab@suse.de>
8321
8322 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
8323 for auto-save files.
8324
a7f3fecc
GM
83252013-06-12 Glenn Morris <rgm@gnu.org>
8326
001809f6
GM
8327 * ido.el (ido-delete-ignored-files): Remove.
8328 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
8329 Go back to calling ido-ignore-item-p directly.
a7f3fecc 8330
834b5ded
EL
83312013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
8332
08c73ed2
EL
8333 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
8334
834b5ded
EL
8335 * ido.el (ido-delete-ignored-files): New function,
8336 split from ido-make-file-list-1.
8337 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
8338 (ido-make-file-list-1): Use ido-delete-ignored-files.
8339
daabf15a
LL
83402013-06-12 Leo Liu <sdl.web@gmail.com>
8341
8342 * progmodes/octave.el (inferior-octave-startup)
8343 (inferior-octave-completion-table)
8344 (inferior-octave-track-window-width-change)
8345 (octave-eldoc-function-signatures, octave-help)
8346 (octave-find-definition): Use single quoted strings.
8347 (inferior-octave-startup-args): Change default value.
8348 (inferior-octave-startup): Do not hard code "-i" and
8349 "--no-line-editing".
8350 (inferior-octave-resync-dirs): Add optional arg NOERROR.
8351 (inferior-octave-directory-tracker): Use it.
8352 (octave-goto-function-definition): Robustify.
8353 (octave-help): Support highlighting operators in 'See also'.
8354 (octave-find-definition): Find subfunctions only in Octave mode.
8355
cf4e5178
SM
83562013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8357
8358 * help-fns.el (help-fns--compiler-macro): If the handler function is
8359 named, then put a link to it.
8360 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
8361 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
8362 (cl-typep): Use it.
8363 (cl-eval-when): Simplify debug spec.
8364 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
8365 compiler-macro function instead of setting `compiler-macro-file'.
8366
99c81280 83672013-06-12 Xue Fuqiao <xfq.free@gmail.com>
cd0527a4
XF
8368
8369 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
8370 * vc/vc-hooks.el (vc-stay-local): Doc fix.
8371
f56be016
SM
83722013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8373 Daniel Hackney <dan@haxney.org>
8374
8375 First part of Daniel Hackney's patch to package.el.
8376 * emacs-lisp/package.el: Use defstruct.
8377 (package-desc): New, main struct.
8378 (package--bi-desc, package--ac-desc): New structs, used to describe the
8379 format in external files.
8380 (package-desc-vers): Replace with package-desc-version accessor.
8381 (package-desc-doc): Replace with package-desc-summary accessor.
8382 (package-activate-1): Remove `package' arg since the pkg-vec now
8383 includes the name.
8384 (define-package): Use package-desc-from-define.
8385 (package-unpack-single): Change file-name arg to be a symbol.
8386 (package--add-to-archive-contents): Use package-desc-create and new
8387 accessor functions to package--ac-desc.
8388 (package-buffer-info, package-tar-file-info): Return a package-desc.
8389 (package-install-from-buffer): Remove `type' argument. Change pkg-info
8390 arg to be a package-desc.
8391 (package-install-file): Adjust accordingly. Use \' to match EOS.
8392 (package--from-builtin): New function.
8393 (describe-package-1, package-menu--generate): Use it.
8394 (package--make-autoloads-and-compile): Change name arg to be a symbol.
8395 (package-generate-autoloads): Idem and return the name of the file.
8396 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8397 Change pkg-info arg to be a package-desc.
8398 Use package-make-ac-desc.
8399 (package-upload-file): Use \' to match EOS.
8400 * finder.el (finder-compile-keywords): Use package-make-builtin.
8401
31119d63
SM
84022013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8403
931a2762
SM
8404 * vc/vc.el (vc-deduce-fileset): Change error message.
8405 (vc-read-backend): New function.
8406 (vc-next-action): Use it.
8407
5a3eb0c6
SM
8408 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
8409
e3eb1bb7
SM
8410 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
8411 (prolog-font-lock-keywords): Use regexp-opt instead.
8412 Don't manually highlight strings.
8413 (prolog-mode-variables): Simplify comment-start-skip.
8414 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
8415
31119d63
SM
8416 * emacs-lisp/generic.el (generic--normalise-comments)
8417 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
8418 (generic-mode-set-comments): Use them.
8419 (generic-bracket-support): Use setq-local.
8420 (generic-make-keywords-list): Declare obsolete.
8421
7de135d0
GM
84222013-06-11 Glenn Morris <rgm@gnu.org>
8423
8424 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8425 Prettify after setting font-lock-defaults. (Bug#14574)
8426
fa6bc6fd
JB
84272013-06-11 Juanma Barranquero <lekktu@gmail.com>
8428
8429 * replace.el (query-replace, occur-read-regexp-defaults-function)
8430 (replace-search):
8431 * subr.el (declare-function, number-sequence, local-set-key)
8432 (substitute-key-definition, locate-user-emacs-file)
8433 (with-silent-modifications, split-string, eval-after-load):
8434 Fix typos, remove unneeded backslashes and reflow some docstrings.
8435
cf1f9b9a
SM
84362013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8437
8438 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
8439 default for Elisp files.
8440
56602a4b
GM
84412013-06-11 Glenn Morris <rgm@gnu.org>
8442
8443 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
8444 although define-derived-mode was doing this anyway. (Bug#14583)
8445
30ae0b2c
JB
84462013-06-10 Juanma Barranquero <lekktu@gmail.com>
8447
8448 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8449 Fix make-variable-buffer-local call to refer to the correct variable.
8450
fa472906
AG
84512013-06-10 Aidan Gauland <aidalgol@amuri.net>
8452
8453 * eshell/em-term.el (eshell-visual-commands)
e7b41c4c
JB
8454 (eshell-visual-subcommands, eshell-visual-options):
8455 Add summary line to docstrings. Add cross-references.
fa472906 8456
ff4871b9
GM
84572013-06-10 Glenn Morris <rgm@gnu.org>
8458
8459 * epa.el (epa-read-file-name): New function. (Bug#14510)
8460 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
8461
04fcf1b0
AG
84622013-06-09 Aidan Gauland <aidalgol@amuri.net>
8463
8464 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
8465 output redirection to be ignored with visual commands.
8466
88b00caa
AG
84672013-06-09 Aidan Gauland <aidalgol@amuri.net>
8468
8469 * eshell/em-term.el (eshell-visual-command-p): New function.
f71b3317
AG
8470 (eshell-term-initialize): Move long lambda to separate function
8471 eshell-visual-command-p.
e7b41c4c
JB
8472 * eshell/em-dirs.el (eshell-dirs-initialise):
8473 * eshell/em-script.el (eshell-script-initialize):
8474 Add missing #' to lambda.
88b00caa 8475
fda74125
LL
84762013-06-08 Leo Liu <sdl.web@gmail.com>
8477
8478 * progmodes/octave.el (octave-add-log-current-defun): New function.
8479 (octave-mode): Set add-log-current-defun-function.
8480 (octave-goto-function-definition): Do not move point if not found.
8481 (octave-find-definition): Enhance to try subfunctions first.
8482
467f3b33
GM
84832013-06-08 Glenn Morris <rgm@gnu.org>
8484
8485 * emacs-lisp/bytecomp.el (byte-compile-char-before)
8486 (byte-compile-backward-char, byte-compile-backward-word):
8487 Improve previous change, to handle non-explicit nil.
8488
544badc3
SM
84892013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8490
8491 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
8492 (smie--opener/closer-at-point): New function.
8493 (smie--matching-block-data): Use it. Don't match from right after an
8494 opener or right before a closer. Obey smie-blink-matching-inners.
8495 Don't signal a mismatch for repeated inners like "switch..case..case".
8496
a175bf33
LL
84972013-06-07 Leo Liu <sdl.web@gmail.com>
8498
8499 * progmodes/octave.el (octave-mode): Set comment-use-global-state
8500 to t. (Bug#14303)
ce8209d4
LL
8501 (octave-function-header-regexp): Fix. (Bug#14570)
8502 (octave-help-mode-finish-hook, octave-help-mode-finish):
8503 Remove. Just use temp-buffer-show-hook.
a175bf33
LL
8504
8505 * newcomment.el (comment-search-backward): Revert last change.
8506 (Bug#14434)
8507
8508 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
8509
a822acff
EZ
85102013-06-07 Eli Zaretskii <eliz@gnu.org>
8511
8512 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
8513 through xargs, to avoid failure due to MS-Windows limitations on
8514 command-line length.
8515
961166f5
GM
85162013-06-06 Glenn Morris <rgm@gnu.org>
8517
d0341459
GM
8518 * font-lock.el (lisp-font-lock-keywords-2):
8519 Treat user-error like error.
8520
961166f5
GM
8521 * emacs-lisp/bytecomp.el (byte-compile-char-before)
8522 (byte-compile-backward-char, byte-compile-backward-word):
8523 Handle explicit nil arguments. (Bug#14565)
8524
80fa505f
AM
85252013-06-05 Alan Mackenzie <acm@muc.de>
8526
8527 * isearch.el (isearch-allow-prefix): New user option.
d2bf7a98 8528 (isearch-other-meta-char): Don't exit isearch when a prefix
80fa505f 8529 argument is typed whilst `isearch-allow-prefix' is non-nil.
d2bf7a98 8530 (Bug#9706)
80fa505f 8531
fccdc796
SM
85322013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8533
8534 * autorevert.el (auto-revert-notify-handler): Use memq.
8535 Hide assertion failure.
8536
8537 * skeleton.el: Use cl-lib.
8538 (skeleton-further-elements): Use defvar-local.
8539 (skeleton-insert): Use cl-progv.
8540
9bfff84b
TZ
85412013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8542
8543 * progmodes/prog-mode.el (prog-prettify-symbols)
8544 (prog-prettify-install): Update docstrings.
8545
55577e7c
SM
85462013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8547
8548 * simple.el: Move all the prog-mode code to prog-mode.el.
8549 * progmodes/prog-mode.el: New file.
8550 * loadup.el: Add prog-mode.el.
8551
8fc57765
TZ
85522013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8553
8554 * simple.el (prog-prettify-symbols): Add version.
8555 (prog-prettify-install): Add convenience function to prettify symbols.
8556
8557 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
8558 (perl--augmented-font-lock-keywords-1)
8559 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
8560 variables and use it.
8561
8562 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
8563 (cfengine3-mode): Remove unneeded variable and use it.
8564
8565 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
8566 (lisp--augmented-font-lock-keywords-1)
8567 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
8568 Remove unneeded variables and use it.
8569
650645d5 85702013-06-05 João Távora <joaotavora@gmail.com>
28f5da6d
TZ
8571
8572 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
650645d5 8573 to point when opening the connection. (Bug#14380)
28f5da6d 8574
781b4af6
SM
85752013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8576
8577 * subr.el (load-history-regexp, load-history-filename-element)
8578 (eval-after-load, after-load-functions, do-after-load-evaluation)
8579 (eval-next-after-load, display-delayed-warnings)
8580 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
8581 definition of save-match-data.
8582 (overriding-local-map): Remove accidental obsolescence declaration.
8583
8584 * emacs-lisp/edebug.el (edebug-result): Move before first use.
8585
3ca0d0b4
TZ
85862013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8587
8588 Generalize symbol prettify support to prog-mode and implement it
8589 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
8590 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
8591 (prog--prettify-font-lock-compose-symbol)
8592 (prog-prettify-font-lock-symbols-keywords): New variables and
8593 functions to support symbol prettification.
8594 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
8595 (lisp--augmented-font-lock-keywords-1)
8596 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
8597 (lisp--prettify-symbols-alist): Implement prettify of lambda.
8598 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
781b4af6
SM
8599 (cfengine3--prettify-symbols-alist, cfengine3-mode):
8600 Implement prettify of -> => :: strings.
3ca0d0b4
TZ
8601 * progmodes/perl-mode.el (perl-prettify-symbols)
8602 (perl--font-lock-compose-symbol)
8603 (perl--font-lock-symbols-keywords): Move to prog-mode.
8604 (perl--prettify-symbols-alist): Prettify -> => :: strings.
8605 (perl-font-lock-keywords-1)
8606 (perl-font-lock-keywords-2): Remove explicit prettify support.
8607 (perl--augmented-font-lock-keywords)
8608 (perl--augmented-font-lock-keywords-1)
781b4af6
SM
8609 (perl--augmented-font-lock-keywords-2, perl-mode):
8610 Implement prettify support.
3ca0d0b4 8611
976cb066
LL
86122013-06-05 Leo Liu <sdl.web@gmail.com>
8613
8614 Re-implement smie matching block highlight using
8615 show-paren-data-function. (Bug#14395)
8616 * emacs-lisp/smie.el (smie-matching-block-highlight)
8617 (smie--highlight-matching-block-overlay)
8618 (smie--highlight-matching-block-lastpos)
8619 (smie-highlight-matching-block)
8620 (smie-highlight-matching-block-mode): Remove.
8621 (smie--matching-block-data-cache): New variable.
8622 (smie--matching-block-data): New function.
8623 (smie-setup): Use smie--matching-block-data for
8624 show-paren-data-function.
8625
8626 * progmodes/octave.el (octave-mode-menu): Fix.
8627 (octave-find-definition): Skip garbage lines.
8628
208d0342
SM
86292013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8630
8631 Fix compilation error with simultaneous dynamic+lexical scoping.
8632 Add warning when a defvar appears after the first let-binding.
8633 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
8634 (byte-compile-close-variables): Initialize it.
8635 (byte-compile--declare-var): New function.
8636 (byte-compile-file-form-defvar)
8637 (byte-compile-file-form-define-abbrev-table)
8638 (byte-compile-file-form-custom-declare-variable): Use it.
8639 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
8640 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
8641 (byte-compile-bind): Handle dynamic bindings that shadow
8642 lexical bindings.
8643 (byte-compile-unbind): Make arg non-optional.
8644 (byte-compile-let): Simplify.
8645 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
8646 (cconv--analyse-function, cconv-analyse-form): Populate it.
8647 Protect byte-compile-bound-variables to limit the scope of defvars.
8648 (cconv-analyse-form): Add missing rule for (defvar <foo>).
8649 Remove unneeded rule for `declare'.
8650
8651 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
8652 so as to avoid depending on cl-adjoin at run-time.
8653 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
8654
8655 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
8656 (macroexp--warn-and-return): Use it.
8657
1ac2891e
GM
86582013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8659
8660 * lisp/subr.el: Convert to lexical binding.
8661 (overriding-local-map): Make obsolete.
8662 (add-to-list): Doc fix. Add compiler macro.
8663 (read-key): Swap values of local maps.
8664
2587b005
LL
86652013-06-05 Leo Liu <sdl.web@gmail.com>
8666
8667 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
8668
f1da3c88
LL
86692013-06-04 Leo Liu <sdl.web@gmail.com>
8670
8671 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
8672 (compilation-auto-jump): Suppress the "Mark set" message to give
8673 way to exit message.
8674
3caa391f
AM
86752013-06-04 Alan Mackenzie <acm@muc.de>
8676
8677 Remove faulty optimisation from indentation calculation.
8678 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
8679 search limit based on 2000 characters back from indent-point.
8680
068922a2
TH
86812013-06-03 Tassilo Horn <tsdh@gnu.org>
8682
8683 * eshell/em-term.el (cl-lib): Require `cl-lib'.
8684
1f8fdd53
SM
86852013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8686
bbcc4d97
SM
8687 * emacs-lisp/lisp.el: Use lexical-binding.
8688 (lisp--local-variables-1, lisp--local-variables): New functions.
8689 (lisp--local-variables-completion-table): New var.
208d0342 8690 (lisp-completion-at-point): Use it complete let-bound vars.
bbcc4d97 8691
1f8fdd53
SM
8692 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
8693 eagerly (bug#14422).
8694
c9628c79
MA
86952013-06-03 Michael Albinus <michael.albinus@gmx.de>
8696
8697 * autorevert.el (auto-revert-notify-enabled)
8698 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8699 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
8700 (auto-revert-notify-handler): Handle also gfilenotify.
8701
e7b41c4c 8702 * subr.el (file-notify-handle-event): New defun. Replacing ...
c9628c79 8703 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
781b4af6 8704 Remove.
c9628c79 8705
e5e4a942
JL
87062013-06-03 Juri Linkov <juri@jurta.org>
8707
8708 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
8709 `M-s h .'. (Bug#14427)
8710
8711 * hi-lock.el (highlight-symbol-at-point): New alias for the new
8712 command `hi-lock-face-symbol-at-point'.
8713 (hi-lock-face-symbol-at-point): New command.
8714 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
8715 (hi-lock-menu): Add `highlight-symbol-at-point'.
8716 (hi-lock-mode): Doc fix.
8717
8718 * isearch.el (isearch-forward-symbol-at-point): New command.
8719 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
8720 (isearch-highlight-regexp): Add a regexp which matches
8721 words/symbols for word/symbol mode.
8722
8723 * subr.el (find-tag-default-bounds): New function with the body
8724 mostly moved from `find-tag-default'.
8725 (find-tag-default): Move most code to `find-tag-default-bounds',
8726 call it and apply `buffer-substring-no-properties' afterwards.
8727
26b3353a
TH
87282013-06-03 Tassilo Horn <tsdh@gnu.org>
8729
781b4af6
SM
8730 * eshell/em-term.el (eshell-term-initialize):
8731 Use `cl-intersection' rather than `intersection'.
26b3353a 8732
51b60f53
XF
87332013-06-02 Xue Fuqiao <xfq.free@gmail.com>
8734
fe054b63 8735 * vc/log-view.el: Doc fix.
d3ffe17c 8736 (log-view-mode-map): Copy keymap from `special-mode-map'.
51b60f53 8737
a0eb10b3 87382013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
8739
8740 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
8741 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
8742 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
8743 (eieio-unbound, eieio-default-superclass)
8744 (eieio--define-field-accessors, method-static, method-before)
8745 (method-primary, method-after, method-num-lists)
8746 (method-generic-before, method-generic-primary)
8747 (method-generic-after, method-num-slots)
8748 (eieio-specialized-key-to-generic-key)
8749 (eieio--check-type, class-v, class-p)
8750 (eieio-class-name, define-obsolete-function-alias)
8751 (eieio-class-parents-fast, eieio-class-children-fast)
8752 (same-class-fast-p, class-constructor, generic-p)
8753 (generic-primary-only-p, generic-primary-only-one-p)
8754 (class-option-assoc, class-option, eieio-object-p)
8755 (class-abstract-p, class-method-invocation-order)
8756 (eieio-defclass-autoload-map, eieio-defclass-autoload)
8757 (eieio-class-un-autoload, eieio-defclass)
8758 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
8759 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
8760 (eieio--defgeneric-init-form, eieio-defgeneric-form)
8761 (eieio-defgeneric-reset-generic-form)
8762 (eieio-defgeneric-form-primary-only)
8763 (eieio-defgeneric-reset-generic-form-primary-only)
8764 (eieio-defgeneric-form-primary-only-one)
8765 (eieio-defgeneric-reset-generic-form-primary-only-one)
8766 (eieio-unbind-method-implementations)
8767 (eieio--defmethod, eieio--typep)
8768 (eieio-perform-slot-validation, eieio-validate-slot-value)
8769 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
8770 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
8771 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
8772 (eieio-slot-name-index, eieio-class-slot-name-index)
8773 (eieio-set-defaults, eieio-initarg-to-attribute)
8774 (eieio-attribute-to-initarg, eieio-c3-candidate)
8775 (eieio-c3-merge-lists, eieio-class-precedence-c3)
8776 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
8777 (eieio-class-precedence-list, eieio-generic-call-methodname)
8778 (eieio-generic-call-arglst, eieio-generic-call-key)
8779 (eieio-generic-call-next-method-list)
8780 (eieio-pre-method-execution-functions, eieio-generic-call)
8781 (eieio-generic-call-primary-only, eieiomt-method-list)
8782 (eieiomt-optimizing-obarray, eieiomt-install)
8783 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
8784 (eieio-generic-form, eieio-defmethod, make-obsolete)
4f405069 8785 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
890f7890
DE
8786 (defclass): Remove `eval-and-compile' from macro.
8787 (call-next-method, shared-initialize): Instead of using
8788 `scoped-class' variable, use new eieio--scoped-class, and
8789 eieio--with-scoped-class.
8790 (initialize-instance): Rename local variable 'scoped-class' to
8791 'this-class' to remove ambiguitity from old global.
8792
8793 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
8794 eieio.el.
4f405069
JB
8795 (eieio--scoped-class-stack): New variable.
8796 (eieio--scoped-class): New fcn.
890f7890
DE
8797 (eieio--with-scoped-class): New scoping macro.
8798 (eieio-defclass): Use pushnew instead of add-to-list.
8799 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
8800 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
8801 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
8802 `scoped-class' variable, use new eieio--scoped-class, and
8803 eieio--with-scoped-class.
8804
8805 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
8806
d105b0e2
TH
88072013-06-02 Tassilo Horn <tsdh@gnu.org>
8808
8809 * eshell/esh-ext.el (eshell-external-command): Pass args to
8810 `eshell-find-interpreter'.
8811 (eshell-find-interpreter): Add new second parameter ARGS.
8812
8813 * eshell/em-script.el (eshell-script-initialize): Add second arg
e7b41c4c 8814 to the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
8815
8816 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
e7b41c4c 8817 the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
8818
8819 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
8820 (eshell-visual-options): New defcustom.
8821 (eshell-escape-control-x): Adapt docstring.
8822 (eshell-term-initialize): Test `eshell-visual-subcommands' and
8823 `eshell-visual-options' in addition to `eshell-visual-commands'.
8824 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
8825
f46305c8 88262013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
f782d531
FEG
8827
8828 * progmodes/python.el (python-indent-block-enders): Add break,
8829 continue and raise keywords.
8830
d870df21
GM
88312013-06-01 Glenn Morris <rgm@gnu.org>
8832
9133b82e
GM
8833 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
8834
02c992ec 8835 Plain (f)boundp silences compilation warnings since Emacs 22.1.
683853b9
GM
8836 * progmodes/cc-cmds.el (delete-forward-p):
8837 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
8838 * progmodes/cc-engine.el (buffer-syntactic-context):
8839 * progmodes/cc-fonts.el (face-property-instance):
8840 * progmodes/cc-mode.el (set-keymap-parents):
8841 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
8842 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
8843 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
02c992ec
GM
8844 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
8845 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
683853b9 8846
31e7b090
GM
8847 * progmodes/cc-vars.el (other): Emacs has this widget since
8848 at least 21.1, so don't (re)define it.
8849
d870df21
GM
8850 * eshell/em-cmpl.el (eshell-cmpl-initialize):
8851 Replace the obsolete alias pcomplete-arg-quote-list.
8852
c75c93c7
LL
88532013-06-01 Leo Liu <sdl.web@gmail.com>
8854
8855 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
8856 punctuation syntax.
8857 (inferior-octave-minimal-columns)
8858 (inferior-octave-last-column-width): New variables.
8859 (inferior-octave-track-window-width-change): New function.
8860 (inferior-octave-mode): Adjust column width so that Octave output,
8861 for example from 'ls', can fit into the window nicely.
8862
973d1e12
DG
88632013-05-31 Dmitry Gutov <dgutov@yandex.ru>
8864
8865 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
8866 Highlight expansions inside regexp literals.
8867
0888c286
GM
88682013-05-31 Glenn Morris <rgm@gnu.org>
8869
e26aac1f
GM
8870 * obsolete/sym-comp.el (symbol-complete):
8871 Replace obsolete completion-annotate-function.
8872
0888c286
GM
8873 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
8874
19bb8e62
DG
88752013-05-31 Dmitry Gutov <dgutov@yandex.ru>
8876
781b4af6
SM
8877 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
8878 New function, checks if point is inside a literal that allows
19bb8e62
DG
8879 expression expansion.
8880 (ruby-syntax-propertize-expansion): Use it.
8881 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
8882 around the body.
8883
01dea85f
JL
88842013-05-30 Juri Linkov <juri@jurta.org>
8885
8886 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
8887 to "\M-si".
8888 (isearch-invisible): New variable.
8889 (isearch-forward): Doc fix.
8890 (isearch-mode): Set `isearch-invisible'
8891 to the value of `search-invisible'.
8892 (isearch-toggle-case-fold): Doc fix.
8893 (isearch-toggle-invisible): New command.
8894 (isearch-query-replace): Let-bind `search-invisible'
8895 to the value of `isearch-invisible'.
8896 (isearch-search): Use `isearch-invisible' instead of
8897 `search-invisible'. Let-bind `search-invisible'
8898 to the value of `isearch-invisible'. (Bug#11378)
8899
ab1bdce5
JL
89002013-05-30 Juri Linkov <juri@jurta.org>
8901
8902 * replace.el (perform-replace): Avoid `isearch-range-invisible'
8903 call when `query-flag' is nil and `search-invisible' is non-nil.
8904 (Bug#11746)
8905
d6d236e2
GM
89062013-05-30 Glenn Morris <rgm@gnu.org>
8907
8accd027
GM
8908 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
8909
2a8bed1c
GM
8910 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
8911 (cc-require): Suppress spurious "noruntime" warnings.
8912 (cc-require-when-compile): Use fboundp, for sake of compiler.
8913
d6d236e2
GM
8914 * progmodes/cc-mode.el: Move load of cc-vars before that of
8915 cc-langs (which in turn loads cc-vars), to quieten compiler.
8916
9190b35b
SM
89172013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8918
8919 * paren.el: Simplify the code.
8920 (show-paren-mode): Always start the timer.
8921 (show-paren--idle-timer): Rename from show-paren-idle-timer.
8922 (show-paren--overlay, show-paren--overlay-1): Rename from
8923 show-paren-overlay and show-paren-overlay-1, and initialize to an
8924 overlay rather than to nil.
8925 (show-paren-function): Misc cleanup and simplifications.
8926
4f8d1cf6
SM
89272013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8928
8929 * paren.el (show-paren-data-function): New hook.
8930 (show-paren--default): New function, extracted from show-paren-function.
8931 (show-paren-function): Use show-paren-data-function.
8932
02d844b5
GM
89332013-05-30 Glenn Morris <rgm@gnu.org>
8934
d209d4a9
GM
8935 * ielm.el (ielm-map, ielm-complete-symbol):
8936 Use completion-at-point rather than obsolete functions.
8937 (inferior-emacs-lisp-mode): Doc fix.
8938 Set completion-at-point-functions, rather than
8939 comint-dynamic-complete-functions.
8940
2082faa6
GM
8941 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
8942 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
8943 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
8944
dd8620de
GM
8945 * image.el (image-animated-p): Tweak definition.
8946
ceca95b1
GM
8947 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
8948 (rlogin-process-connection-type): Tweak default. Add set-after.
8949 (rlogin-host): Doc fix.
8950 (rlogin): Tweak prompt.
8951 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
8952
ee9f1acc
GM
8953 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
8954 * progmodes/tcl.el (inferior-tcl-mode-map):
8955 Use completion-at-point rather than obsolete alias.
8956
45ce222e
GM
8957 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
8958
02d844b5
GM
8959 * minibuffer.el (read-file-name-completion-ignore-case):
8960 Move before completion--in-region, for eager macro expansion.
8961
ac44d6c1
JL
89622013-05-29 Juri Linkov <juri@jurta.org>
8963
8964 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
8965 for total count of matching lines. Add `global-matches' for total
8966 count of matches. Rename `matches' to `lines' for count of
8967 matching lines. Add `matches' for count of matches.
8968 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
8969 to `prev-line' for line number of prev match endpt.
8970 Increment `matches' for every match. Print the number of
8971 matching lines in the header.
8972 (occur-context-lines): Rename `lines' to `curr-line'.
8973 Rename `prev-lines' to `prev-line'. (Bug#14017)
8974
3c9c9d38
JL
89752013-05-29 Juri Linkov <juri@jurta.org>
8976
8977 * replace.el (perform-replace): Add `skip-read-only-count',
8978 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
8979 Increment them for corresponding conditions and report the number
8980 of skipped occurrences in the final message. (Bug#11746)
8981 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8982 (replace-string, replace-regexp): Doc fix.
8983
33e249a2
SM
89842013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8985
8e399682
SM
8986 * emacs-lisp/trace.el (trace--read-args): Provide a default.
8987
33e249a2 8988 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
781b4af6 8989 prog-mode-map (bug#14504).
33e249a2 8990
f236dd84
LL
89912013-05-29 Leo Liu <sdl.web@gmail.com>
8992
8993 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
8994 (octave-help): Small simplification.
8995
8996 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
8997 off the highlight first.
8998
3694d13f
GM
89992013-05-29 Glenn Morris <rgm@gnu.org>
9000
03983bdc
GM
9001 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
9002 Handle idlwave-last-system-routine-info-cons-cell being nil.
9003
bc74a74a
GM
9004 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9005 (idlwave-write-paths): Simplify via with-temp-buffer.
9006
8b394200
GM
9007 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
9008 * emulation/cua-rect.el: Also load cua-base at run time.
9009
3694d13f
GM
9010 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
9011 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
9012 (cperl-imenu-on-info): Require imenu.
9013
336d7284
AM
90142013-05-28 Alan Mackenzie <acm@muc.de>
9015
9016 Handle "capitalised keywords" correctly.
33e249a2 9017 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
336d7284 9018
cb29c582
AG
90192013-05-28 Aidan Gauland <aidalgol@amuri.net>
9020
781b4af6 9021 * eshell/em-unix.el: Add -r option to cp.
cb29c582 9022
690e44b2
GM
90232013-05-28 Glenn Morris <rgm@gnu.org>
9024
e658d75c
GM
9025 * vc/vc-arch.el (vc-exec-after): Declare.
9026 (vc-switches): Autoload.
9027 * vc/vc-bzr.el: No need to require vc when compiling.
9028 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
9029 (vc-resynch-buffer, vc-dir-refresh): Declare.
9030 (vc-setup-buffer, vc-switches): Autoload.
712b9732
GM
9031 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
9032 (vc-resynch-buffer): Declare.
9033 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
e658d75c 9034 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
712b9732
GM
9035 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
9036 (grep-read-regexp, grep-read-files, grep-expand-template)
9037 (vc-dir-refresh): Declare.
9038 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
9039 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
9040 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
e658d75c
GM
9041 * vc/vc-mtn.el (vc-exec-after): Declare.
9042 (vc-switches): Autoload.
9043 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
9044 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
9045 (vc-file-tree-walk): Declare.
712b9732
GM
9046 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
9047 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
9048 (vc-tag-precondition, vc-rename-master): Autoload.
e658d75c
GM
9049 * vc/vc-svn.el (vc-exec-after): Declare.
9050 (vc-switches, vc-setup-buffer): Autoload.
9051 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
9052 Autoload.
9053 (vc-resynch-buffer): Declare.
9054
98e87fb3
GM
9055 * obsolete/fast-lock.el (byte-compile-warnings):
9056 Don't warn about obsolete features in this obsolete file.
9057
f5379553
GM
9058 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
9059 Move definition before use.
9060
7a20ef83
GM
9061 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
9062 (dun-unix-verbs): Remove dun-zippy.
9063 (dun-zippy): Remove function.
9064
690e44b2
GM
9065 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9066
3a52ccf7
JL
90672013-05-27 Juri Linkov <juri@jurta.org>
9068
9069 * replace.el (replace-search): New function with code moved out
9070 from `perform-replace'.
9071 (replace-highlight, replace-dehighlight): Move function definitions
9072 up closer to `replace-search'. (Bug#11746)
9073
d289938a
JL
90742013-05-27 Juri Linkov <juri@jurta.org>
9075
9076 * replace.el (perform-replace): Ignore invisible matches.
9077 In addition to checking `query-replace-skip-read-only', also
9078 filter out matches by calling `run-hook-with-args-until-failure'
9079 on `isearch-filter-predicates', and also check `search-invisible'
9080 for t or call `isearch-range-invisible'.
9081 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
9082
66fc57e3
JL
90832013-05-27 Juri Linkov <juri@jurta.org>
9084
9085 * isearch.el (isearch-filter-predicates): Rename from
9086 `isearch-filter-predicate'. Doc fix. (Bug#11378)
9087 (isearch-message-prefix): Display text from the property
9088 `isearch-message-prefix' of the currently active filters.
9089 (isearch-search): Don't compare `isearch-filter-predicate' with
9090 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
9091 on `isearch-filter-predicates'. Also check `search-invisible' for t
9092 or call `isearch-range-invisible'.
9093 (isearch-filter-visible): Make obsolete.
9094 (isearch-lazy-highlight-search):
9095 Call `run-hook-with-args-until-failure' on
9096 `isearch-filter-predicates' and use `isearch-range-invisible'.
9097
9098 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
9099 `isearch-filter-predicates' instead of `funcall'ing
9100 `isearch-filter-predicate'.
9101 (Info-mode): Set `Info-isearch-filter' to
9102 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
9103
9104 * dired-aux.el (dired-isearch-filter-predicate-orig):
9105 Remove variable.
9106 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
9107 (dired-isearch-filenames-end): Add and remove
9108 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
9109 instead of changing the value of `isearch-filter-predicate'.
9110 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
9111 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
9112 Put property `isearch-message-prefix' to "filename " on
9113 `dired-isearch-filter-filenames'.
9114
9115 * wdired.el (wdired-change-to-wdired-mode):
9116 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
9117 locally instead of changing `isearch-filter-predicate'.
9118 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
9119
f1a60a0f
DG
91202013-05-27 Dmitry Gutov <dgutov@yandex.ru>
9121
9122 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
9123 return the commit hash (Bug#14459). Also set the
9124 `vc-git-detached' property.
9125 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
9126 (vc-git-mode-line-string): Use the same help-echo format whether
9127 in detached mode or not, because we know the actual revision now.
9128 When in detached mode, shorten the revision to 7 chars.
9129
7f17cc40
SM
91302013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9131
9132 * emacs-lisp/easy-mmode.el (define-minor-mode):
9133 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
9134 mode hook and provide a docstring.
9135
25c8401c
AM
91362013-05-27 Alan Mackenzie <acm@muc.de>
9137
9138 Remove spurious syntax-table text properties inserted by C-y.
9139 * progmodes/cc-mode.el (c-after-change): Also clear hard
9140 syntax-table property with value nil.
9141
dde84790
MA
91422013-05-27 Michael Albinus <michael.albinus@gmx.de>
9143
9144 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
9145 when reading the events; the buffer layout shall not be changed.
9146
837fd9af
LL
91472013-05-27 Leo Liu <sdl.web@gmail.com>
9148
9149 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
9150 New variable.
9151 (inferior-octave-directory-tracker): Automatically re-sync
9152 default-directory.
9153 (octave-help): Improve handling of 'See also'.
9154
4fd996b3
SM
91552013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9156
416f1802
SM
9157 * doc-view.el: Minor naming convention tweaks.
9158 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
9159
4fd996b3
SM
9160 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
9161 even if there's no `display' property yet (bug#14435).
9162
a052ef3b
EZ
91632013-05-25 Eli Zaretskii <eliz@gnu.org>
9164
4fd996b3 9165 * subr.el (unmsys--file-name): Rename from reveal-filename.
a052ef3b
EZ
9166
9167 * Makefile.in (custom-deps, finder-data, autoloads)
9168 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9169 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9170 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
9171
c9023370
SM
91722013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9173
9174 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
9175 error-completion on the first 2 args of condition-case (bug#14446).
df76dacb 9176 Don't burp at EOB.
c9023370 9177
24d699fa
LL
91782013-05-25 Leo Liu <sdl.web@gmail.com>
9179
9180 * comint.el (comint-previous-matching-input): Do not flood the
9181 *Messages* buffer with trivial messages.
9182
17e5c0cc
SM
91832013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9184
9185 * progmodes/flymake.el (flymake-nop): Don't return a string.
9186 (flymake-set-at): Fix typo.
9187
9188 * simple.el (read--expression): New function, extracted from
9189 eval-expression. Set completion-at-point-functions (bug#14465).
9190 (eval-expression, eval-minibuffer): Use it.
9191
5d028165
XF
91922013-05-25 Xue Fuqiao <xfq.free@gmail.com>
9193
9194 * progmodes/flymake.el (flymake-save-buffer-in-file)
9195 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
9196 (flymake-selected-frame, flymake-log, flymake-ins-after)
9197 (flymake-set-at, flymake-get-buildfile-from-cache)
9198 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
9199 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
9200 Refine the doc string.
9201 (flymake-get-file-name-mode-and-masks): Reformat.
9202 (flymake-get-real-file-name-function): Fix a minor bug.
9203
7a1d7ba7
JL
92042013-05-24 Juri Linkov <juri@jurta.org>
9205
9206 * progmodes/grep.el (grep-mode-font-lock-keywords):
9207 Support =linenumber= format used by git-grep for lines with
9208 function names. (Bug#13549)
9209
650cff3d
SM
92102013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9211
9212 * progmodes/octave.el (octave-smie-rules): Return nil rather than
9213 0 after a semi-colon; it works better for smie-auto-fill.
9214 (octave--indent-new-comment-line): New function.
9215 (octave-indent-new-comment-line): Use it (indirectly).
9216 (octave-mode): Don't disable smie-auto-fill. Use add-function to
9217 modify comment-line-break-function.
9218
9219 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
9220 (smie-setup): Use add-function to set it.
9221
9631677d
SS
92222013-05-24 Sam Steingold <sds@gnu.org>
9223
9224 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
9225 argument (before the `interactive' argument).
9226
50105835
SM
92272013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9228
9229 * image-mode.el (image-mode-winprops): Add winprops to
9230 image-mode-winprops-alist before running
9231 image-mode-new-window-functions.
9232 * doc-view.el (doc-view-new-window-function): Don't delay
9233 doc-view-goto-page via timers (bug#14435).
9234
57b9823e
TH
92352013-05-24 Tassilo Horn <tsdh@gnu.org>
9236
9237 * doc-view.el: Integrate with desktop.el. (Bug#14435)
9238 (doc-view-desktop-save-buffer): New function.
9239 (doc-view-restore-desktop-buffer): New function.
50105835
SM
9240 (desktop-buffer-mode-handlers):
9241 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
57b9823e
TH
9242 handler.
9243 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
9244 `desktop-save-buffer' function.
9245
91aafa16
MA
92462013-05-24 Michael Albinus <michael.albinus@gmx.de>
9247
9248 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
9249 (tramp-gvfs-file-name-handler): Raise a user error when
9250 `tramp-gvfs-enabled' is nil.
9251 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
9252 Do not raise a user error when loading package. (Bug#14447)
9253
ec076379
MA
9254 * net/xesam.el: Move to obsolete/.
9255
db785726
GM
92562013-05-24 Glenn Morris <rgm@gnu.org>
9257
af5c7606
GM
9258 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
9259
e5d1916a
GM
9260 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
9261
ded62b08
GM
9262 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
9263 (Info-find-node, Man-getpage-in-background): Declare.
9264
9e614a3f
GM
9265 * mail/unrmail.el (unrmail):
9266 Replace obsolete detect-coding-with-priority.
9267
892f8ca3
GM
9268 * net/socks.el (socks-split-string): Use this rather than split-string.
9269 (socks-nslookup-host): Update for above change.
9270 (dynamic-choice, s5-dynamic-choice-match)
9271 (s5-dynamic-choice-match-inline, s5-widget-value-create):
9272 Comment out unused code.
9273
3c291973
GM
9274 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
9275 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
9276 (gud-tooltip-echo-area): Make obsolete.
9277 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
9278
43cc956b
GM
9279 * progmodes/js.el (js--optimize-arglist): Declare.
9280
dab49a3b
GM
9281 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
9282
36b9d085
GM
9283 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
9284 (ediff-window-C): Declare.
9285
e354ae76
GM
9286 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
9287 Tweak requires to silence compiler.
9288
b8e57bf4
GM
9289 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
9290 (he-search-string, he-tried-table, he-expand-list)
9291 (he-init-string, he-string-member, he-substitute-string)
9292 (he-reset-string): Declare.
9293
db785726
GM
9294 * obsolete/options.el (list-options): Use custom-variable-p,
9295 rather than obsolete alias.
9296
b3531901
SS
92972013-05-23 Sam Steingold <sds@gnu.org>
9298
9299 * simple.el (shell-command-on-region): Pass the `replace' argument
db785726 9300 down to `call-process-region' to comply with the doc as reported on
b3531901
SS
9301 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
9302
bdda4c66
SM
93032013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9304
9305 * emacs-lisp/smie.el (smie-indent-forward-token)
9306 (smie-indent-backward-token): Handle string tokens (bug#14381).
9307
c43d45f9
TH
93082013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9309
fe1eb856
RS
9310 * ielm.el (ielm-menu): New menu.
9311 (inferior-emacs-lisp-mode): Set comment-start.
96172128 9312
fe1eb856
RS
93132013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9314
9315 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
9316 Fix deactivate action.
9317
9318 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
9319 Add cleveref macros.
074dd971 9320
c43d45f9
TH
9321 * lisp/textmodes/reftex-parse.el
9322 (reftex-locate-bibliography-files): Accept options for
9323 bibliography commands.
9324 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
9325 Add addbibresource. Basic Biblatex support.
9326
7764286e
MA
93272013-05-23 Michael Albinus <michael.albinus@gmx.de>
9328
9329 * net/tramp-gvfs.el (top):
9330 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
9331 when loading package. (Bug#14447)
9332
d361bc10
GM
93332013-05-23 Glenn Morris <rgm@gnu.org>
9334
8fa23984
GM
9335 * progmodes/js.el: No need to load comint when compiling.
9336 (ring-insert, comint-send-string, comint-send-input)
9337 (comint-last-input-end, ido-chop): Declare.
9338
a5c7df1a
GM
9339 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
9340 * vc/ediff-mult.el: Adjust requires.
9341 (ediff-directories-internal, ediff-directory-revisions-internal)
9342 (ediff-patch-file-internal): Declare.
9343 * vc/ediff-ptch.el: Adjust requires.
9344 (ediff-use-last-dir, ediff-buffers-internal): Declare.
9345 (ediff-find-file): Autoload.
9346 * vc/ediff-util.el: No need to load ediff when compiling.
9347 (ediff-regions-internal): Declare.
9348 * vc/ediff-wind.el: Adjust requires.
9349 (ediff-compute-toolbar-width): Define when compiling.
9350 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
9351 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
9352 (dired-get-filename, dired-get-marked-files)
9353 (ediff-last-dir-patch, ediff-patch-default-directory)
9354 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
9355 (ediff-patch-buffer-internal): Declare.
9356
e2aec513
GM
9357 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
9358 (ispell-process, ispell-buffer-local-words, lm-summary)
9359 (lm-section-start, lm-section-end): Declare.
9360 (checkdoc-ispell-init): Simplify.
9361
e68bbd7c
GM
9362 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
9363 (he-string-member, he-reset-string, he-substitute-string): Declare.
9364
7efe0991
GM
9365 * eshell/em-ls.el: Adjust requires.
9366 (eshell-glob-regexp): Declare.
f87b1284
GM
9367 * eshell/em-tramp.el: Adjust requires.
9368 (eshell-parse-command): Autoload.
9369 * eshell/em-xtra.el: Adjust requires.
9370 (eshell-parse-command): Autoload.
9371 * eshell/esh-ext.el: Adjust requires.
9372 (eshell-parse-command, eshell-close-handles): Autoload.
9373 * eshell/esh-io.el: Adjust requires.
9374 (eshell-output-filter): Autoload.
9375 * eshell/esh-util.el: No need to load tramp when compiling.
9376 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
9377 Declare.
9378 (eshell-parse-ange-ls): Require ange-ftp and tramp.
9379 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9380 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
9381 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
9382 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
9383 * eshell/esh-opt.el, eshell/esh-proc.el:
9384 * eshell/esh-var.el: Adjust requires.
9385 * eshell/eshell.el: Do not require esh-util twice.
9386 (eshell-add-input-to-history): Declare.
9387 (eshell-command): Check history module is active before using it.
9388
d361bc10
GM
9389 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
9390
85d090a9
LL
93912013-05-22 Leo Liu <sdl.web@gmail.com>
9392
9393 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
9394
5d0acd9d
MA
93952013-05-22 Michael Albinus <michael.albinus@gmx.de>
9396
9397 * autorevert.el (auto-revert-notify-add-watch)
9398 (auto-revert-notify-handler): Add `attrib' for the inotify case,
9399 it indicates changes in file modification time.
9400
0cdffd7d
GM
94012013-05-22 Glenn Morris <rgm@gnu.org>
9402
ca5995ec
GM
9403 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9404 Always delete the autoloaded function from the noruntime and
9405 unresolved functions lists.
9406
6450907e
GM
9407 * allout.el: No need to load epa, epg, overlay when compiling.
9408 (epg-context-set-passphrase-callback, epg-list-keys)
9409 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
9410 (epg-key-user-id-list): Declare.
9411
9c6906f6
GM
9412 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9413 (viper-set-parsing-style-toggling-macro)
9414 (viper-set-emacs-state-searchstyle-macros):
9415 Use called-interactively-p on Emacs.
9416 (viper-looking-back): Make it an obsolete alias. Update callers.
9417 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
9418 Use looking-back rather than viper-looking-back.
9419 (viper-tmp-insert-at-eob, viper-enlarge-region)
9420 (viper-read-string-with-history, viper-register-to-point)
9421 (viper-append-to-register, viper-change-state-to-vi)
9422 (viper-backward-char-carefully, viper-forward-char-carefully)
9423 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
9424 (viper-change-state-to-emacs): Declare.
9425 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
9426 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
9427 * emulation/viper-mous.el: Do not load viper-cmd.
9428 (viper-backward-char-carefully, viper-forward-char-carefully)
9429 (viper-forward-word, viper-adjust-window): Declare.
9430
5f70c169
GM
9431 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
9432
b1b7f300
GM
9433 * progmodes/idlw-help.el (idlwave-help-fontify):
9434 Use called-interactively-p.
9435
f6ebbb46
GM
9436 * term/w32console.el (w32-get-console-codepage)
9437 (w32-get-console-output-codepage): Declare.
9438
0cdffd7d
GM
9439 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
9440 Remove unnecessary declarations.
9441 (dframe-message): Doc fix.
9442
9443 * info.el (dframe-select-attached-frame, dframe-current-frame):
9444 Declare.
9445
9446 * speedbar.el (speedbar-message): Make it an obsolete alias.
9447 Update all callers.
9448 (speedbar-with-attached-buffer)
9449 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
9450 (speedbar-with-writable): Use backquote.
9451 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
9452 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
9453 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
9454 rather than speedbar- aliases.
9455 * mail/rmail.el: Load dframe rather than speedbar when compiling.
9456 (speedbar-make-specialized-keymap, speedbar-insert-button)
9457 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
9458 (speedbar-do-function-pointer): Declare.
9459 (rmail-speedbar-button, rmail-speedbar-find-file)
9460 (rmail-speedbar-move-message):
9461 Use dframe-with-attached-buffer rather than speedbar- alias.
9462 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
9463 (dframe-message, speedbar-make-specialized-keymap)
9464 (speedbar-add-expansion-list, speedbar-mode-functions-list)
9465 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
9466 (speedbar-insert-button, dframe-select-attached-frame)
9467 (dframe-maybee-jump-to-attached-frame)
9468 (speedbar-change-initial-expansion-list)
9469 (speedbar-previously-used-expansion-list-name): Declare.
9470 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
9471 Use dframe-message, dframe-with-attached-buffer rather than
9472 speedbar- aliases.
9473 (gud-sentinel): Silence compiler.
9474 * progmodes/vhdl-mode.el (speedbar-refresh)
9475 (speedbar-do-function-pointer, speedbar-add-supported-extension)
9476 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
9477 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
9478 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
9479 (speedbar-file-lists, speedbar-make-tag-line)
9480 (speedbar-line-directory, speedbar-goto-this-file)
9481 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
9482 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
9483 (speedbar-make-button, speedbar-reset-scanners)
9484 (speedbar-files-item-info, speedbar-line-text)
9485 (speedbar-find-file-in-frame, speedbar-set-timer)
9486 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
9487 (speedbar-with-writable): Do not (re)define it.
9488 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
9489 rather than speedbar- alias.
9490
ee44b62a
LL
94912013-05-21 Leo Liu <sdl.web@gmail.com>
9492
9493 * progmodes/octave.el (octave-mode-menu): Update and re-organize
9494 menu items.
9495 (octave-mode): Tweak fill-nobreak-predicate.
9496 (inferior-octave-startup): Check process to avoid infinite loop.
9497 (inferior-octave): Pop to buffer first to show abornmal process
9498 exit information.
9499
640f050f
GM
95002013-05-21 Glenn Morris <rgm@gnu.org>
9501
79458038
GM
9502 * printing.el (pr-menu-bar): Define when compiling.
9503
9cc3e83f
LL
95042013-05-21 Leo Liu <sdl.web@gmail.com>
9505
9506 * progmodes/octave.el (octave-auto-fill): Remove.
9507 (octave-indent-new-comment-line): Improve.
9508 (octave-mode): Use auto fill mode through
4f405069 9509 comment-line-break-function and fill-nobreak-predicate.
9cc3e83f 9510 (octave-goto-function-definition): Support DEFUN_DLD.
4f405069 9511 (octave-beginning-of-defun): Small tweak.
9cc3e83f
LL
9512 (octave-help): Show parent directory.
9513
f440830d
GM
95142013-05-21 Glenn Morris <rgm@gnu.org>
9515
9516 * files.el (dired-unmark):
9517 * progmodes/gud.el (gdb-input): Update declarations.
9518
9519 * calculator.el (electric, ehelp): No need to load when compiling.
9520 (Electric-command-loop, electric-describe-mode): Declare.
9521
9522 * doc-view.el (doc-view-current-converter-processes): Move before use.
9523
9524 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9525 Move MODE-set-explicitly definition before use.
9526
9527 * international/mule-diag.el (mule-diag):
9528 Don't use obsolete window-system-version.
9529
9530 * mail/feedmail.el (smtpmail): No need to load when compiling.
9531 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
9532
9533 * mail/mail-utils.el (rfc822): No need to load when compiling.
9534 (rfc822-addresses): Autoload it.
9535 (mail-strip-quoted-names): Trivial simplification.
9536
9537 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
9538 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
9539
9540 * net/snmp-mode.el (tempo): Don't duplicate requires.
9541
9542 * progmodes/prolog.el (info): No need to load when compiling.
9543 (comint): Require before shell requires it.
9544 (Info-goto-node): Autoload it.
9545 (Info-follow-nearest-node): Declare.
9546 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
9547
9548 * textmodes/artist.el (picture-mode-exit): Declare.
9549
9550 * textmodes/reftex-parse.el (reftex-parse-from-file):
9551 Trivial rewrite so the compiler can parse it better.
9552
b4da2cbb
LL
95532013-05-20 Leo Liu <sdl.web@gmail.com>
9554
9555 * progmodes/octave.el (octave-help-mode-map)
9556 (octave-help-mode-finish-hook): New variables.
9557 (octave-help-mode, octave-help-mode-finish): New functions.
9558 (octave-help): Use octave-help-mode.
9559
33c0f65b
GM
95602013-05-20 Glenn Morris <rgm@gnu.org>
9561
9562 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
9563
1a0a0a8a
DG
95642013-05-19 Dmitry Gutov <dgutov@yandex.ru>
9565
9566 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
9567 start at point, so that expansion starting right after opening
9568 slash in a regexp is recognized.
9569 (ruby-syntax-before-regexp-re): New defvar, extracted from
9570 ruby-syntax-propertize-function. Since the value of this regexp
9571 is looked up at runtime now, we should be able to turn
9572 `ruby-syntax-methods-before-regexp' into a defcustom later.
9573 (ruby-syntax-propertize-function): Split regexp matching into two
9574 parts, for opening and closing slashes. That allows us to skip
9575 over string interpolations and support multiline regexps.
9576 Don't call `ruby-syntax-propertize-expansions', instead use another rule
9577 for them, which calls `ruby-syntax-propertize-expansion'.
9578 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
9579 call to `ruby-syntax-propertize-function'.
9580 (ruby-syntax-propertize-expansion): Extracted from
9581 `ruby-syntax-propertize-expansions'. Handles one expansion.
1a0a0a8a
DG
9582 (ruby-syntax-propertize-percent-literal): Leave point right after
9583 the percent symbol, so that the expression expansion rule can
9584 propertize the contents.
462388b6
DG
9585 (ruby-syntax-propertize-heredoc): Leave point at bol following the
9586 heredoc openers.
9587 (ruby-syntax-propertize-expansions): Remove.
1a0a0a8a 9588
c1a6c0a4
JL
95892013-05-18 Juri Linkov <juri@jurta.org>
9590
9591 * man.el (Man-default-man-entry): Remove `-' from the end
9592 of the default value. (Bug#14400)
9593
8051fccd
GM
95942013-05-18 Glenn Morris <rgm@gnu.org>
9595
9596 * comint.el (comint-password-prompt-regexp):
9597 Allow "password for XXX" where XXX contains colons (eg https://...).
9598
5e80b74f
LL
95992013-05-18 Leo Liu <sdl.web@gmail.com>
9600
9601 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
f6f87d33 9602 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5e80b74f
LL
9603 (octave-source-directories): Don't check process.
9604 (octave-source-directories, octave-find-definition): Doc fix.
9605
521a54c5
GM
96062013-05-18 Glenn Morris <rgm@gnu.org>
9607
86a94b05
GM
9608 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
9609 Remove backspace/delete bindings. (Bug#14392)
9610
521a54c5
GM
9611 * cus-dep.el (custom-make-dependencies): Sort the output.
9612 (custom-versions-load-alist): Convert comment to doc.
9613
42caeb89
LL
96142013-05-17 Leo Liu <sdl.web@gmail.com>
9615
9616 * newcomment.el (comment-search-backward): Stricter in finding
9617 comment start. (Bug#14303)
9618
9619 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
9620 (octave-comment-start-skip): Properly anchored.
9621
e219dd97
LL
96222013-05-17 Leo Liu <sdl.web@gmail.com>
9623
fe1eb856
RS
9624 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
9625 Clean up when turned off. (Bug#14395)
e219dd97
LL
9626 (smie--highlight-matching-block-overlay): No longer buffer-local.
9627 (smie-highlight-matching-block): Adjust.
9628
dc5dcb4b
PE
96292013-05-17 Paul Eggert <eggert@cs.ucla.edu>
9630
9631 Doc string fix for "nanoseconds" (Bug#14406).
9632 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
9633 Fix doc string typo that had "nanoseconds" instead of "microseconds".
9634
1db165f0
JB
96352013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
9636
9637 * calc/calc-units.el (math-extract-units): Preserve powers
9638 of units.
9639
c7a8fcac
LL
96402013-05-17 Leo Liu <sdl.web@gmail.com>
9641
9642 * subr.el (delete-consecutive-dups): New function.
9643 * ido.el (ido-set-matches-1): Use it.
9644 * progmodes/octave.el (inferior-octave-completion-table): Use it.
9645 * ido.el (ido-remove-consecutive-dups): Remove.
9646
f678b18a
SM
96472013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9648
9649 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9650 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
9651 regexp-opt's `words'.
9652
ebfe68e8
LL
96532013-05-16 Leo Liu <sdl.web@gmail.com>
9654
9655 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
9656 (smie--highlight-matching-block-overlay)
9657 (smie--highlight-matching-block-lastpos)
9658 (smie--highlight-matching-block-timer): New variables.
9659 (smie-highlight-matching-block): New function.
9660 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
9661 (smie-setup): Conditionally enable smie-blink-matching-open.
9662
bc8bc17d
WS
96632013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
9664
9665 Sync with upstream verilog-mode r840.
9666 * progmodes/verilog-mode.el (verilog-mode-version)
9667 (verilog-mode-release-date): Update.
9668 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
9669 (verilog-sig-tieoff): Fix string error on
9670 AUTORESET with colon define, bug594. Reported by Andrew Hou.
9671 (verilog-read-decls): Fix parameters confusing
9672 AUTOINST interfaces, bug565. Reported by Leith Johnson.
9673
df065a0b
EZ
96742013-05-16 Eli Zaretskii <eliz@gnu.org>
9675
9676 * subr.el (reveal-filename): New function.
9677
9678 * loadup.el: Compute Emacs executable versions on MS-Windows,
9679 where executables have the .exe extension. Add a hard link
9680 emacs-XX.YY.ZZ.exe on MS-Windows.
9681
9682 * Makefile.in (XARGS_LIMIT): New variable.
9683 (custom-deps, finder-data, autoloads)
9684 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9685 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9686 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
9687 (compile-main): Limit xargs according to $(XARGS_LIMIT).
9688
2d4bf34b
LL
96892013-05-16 Leo Liu <sdl.web@gmail.com>
9690
9691 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
9692 (octave-mode-menu, octave-mode-map): Remove its uses.
9693
6b9c2d85
RZ
96942013-05-16 Reto Zimmermann <reto@gnu.org>
9695
9696 Sync with upstream vhdl mode v3.34.2.
9697 * progmodes/vhdl-mode.el: Use `push' throughout.
9698 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
9699 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
9700 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
9701 (vhdl-actual-generic-name): New option to derive actual generic name.
9702 (vhdl-port-paste-signals): Replace formal by actual generics.
9703 (vhdl-beautify): New name for old group vhdl-align. Update users.
9704 (vhdl-beautify-options): New option.
9705 (vhdl-last-input-event): New compat alias. Use throughout.
9706 (vhdl-goto-line): Replace user level function `goto-line'.
9707 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
9708 vhdl-fix-statement-buffer.
9709 (vhdl-create-mode-menu): Add some entries.
9710 (vhdl-align-region-groups): Respect vhdl-beautify-options.
9711 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
9712 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
9713 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
9714 to force statements on one line.
9715 (vhdl-remove-trailing-spaces-region):
9716 New, split from vhdl-remove-trailing-spaces.
9717 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
9718 Respect vhdl-beautify-options.
9719 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
9720 (vhdl-update-sensitivity-list): Not add with index if exists without.
9721 Not include array index with signal. Ignore keywords in comments.
9722 (vhdl-get-visible-signals): Regexp tweaks.
9723 (vhdl-template-component-inst): Handle empty library.
9724 (vhdl-template-type): Add template for 'enum' type.
9725 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
9726 Use vhdl-replace-string.
9727 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
9728 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
9729 (vhdl-speedbar-initialize): Update for above name change.
9730 (vhdl-compose-wire-components): Fix in handling of constants.
9731 (vhdl-error-regexp-emacs-alist): New variable.
9732 (vhdl-error-regexp-add-emacs): New function;
9733 adds support for new compile.el (Emacs 22+)
9734 (vhdl-generate-makefile-1): Change target order for single lib. units.
9735 Allow use of absolute file names.
9736
9df4ec5e
LL
97372013-05-16 Leo Liu <sdl.web@gmail.com>
9738
9739 * simple.el (prog-indent-sexp): Indent enclosing defun.
9740
f5ba00a6
GM
97412013-05-15 Glenn Morris <rgm@gnu.org>
9742
ed8be7ff
GM
9743 * cus-start.el (show-trailing-whitespace): Move to editing basics.
9744 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
9745 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
9746 (whitespace-highlight): Move to whitespace group.
9747
9748 * comint.el (comint-source):
9749 * pcmpl-linux.el (pcmpl-linux):
9750 * shell.el (shell-faces):
9751 * eshell/esh-opt.el (eshell-opt):
9752 * international/ccl.el (ccl): Remove empty custom groups.
9753
9754 * completion.el (dynamic-completion-mode):
9755 * jit-lock.el (jit-lock-debug-mode):
9756 * minibuffer.el (completion-in-region-mode):
9757 * type-break.el (type-break-mode-line-message-mode)
9758 (type-break-query-mode):
9759 * emulation/tpu-edt.el (tpu-edt-mode):
9760 * progmodes/subword.el (global-subword-mode, global-superword-mode):
9761 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9762 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
9763
9764 * term/xterm.el (xterm): Change parent group to terminals.
9765
9766 * master.el (master): Remove empty custom group.
9767 (master-mode): Remove unused :group argument.
9768 * textmodes/refill.el (refill): Remove empty custom group.
9769 (refill-mode): Remove unused :group argument.
9770
9771 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
9772
82a7c41b
GM
9773 * cus-dep.el: Provide a feature.
9774 (custom-make-dependencies): Ignore dotfiles (dir-locals).
f5ba00a6
GM
9775 Don't mistakenly ignore files whose basenames match a basename
9776 from preloaded-file-list (eg cedet/ede/simple.el).
82a7c41b 9777 Add a fallback method for getting :group.
f5ba00a6 9778
6d65486d
JL
97792013-05-15 Juri Linkov <juri@jurta.org>
9780
da547b32
JL
9781 * isearch.el (isearch-char-by-name): Rename from
9782 `isearch-insert-char-by-name'. Doc fix.
9783 (isearch-forward): Mention `isearch-char-by-name' in
9784 the docstring. (Bug#13348)
9785
6d65486d
JL
9786 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
9787 `exit-minibuffer' instead of
9788 `isearch-nonincremental-exit-minibuffer'.
9789 (isearch-edit-string): Remove mention of
9790 `isearch-nonincremental-exit-minibuffer' from docstring.
9791 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
9792 (isearch-forward-exit-minibuffer)
9793 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
9794
c9990474
SM
97952013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9796
6e911150
SM
9797 * loadup.el: Just use unversioned DOC.
9798
c9990474
SM
9799 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
9800 literals as extending to EOB.
9801 (nxml-last-fontify-end): Remove unused variable.
9802 (nxml-after-change1): Use with-silent-modifications.
9803 (nxml-extend-after-change-region): Simplify.
9804 (nxml-extend-after-change-region1): Remove function.
9805 (nxml-after-change1): Don't adjust for dependent regions.
9806 (nxml-fontify-matcher): Simplify.
9807 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
9808 (xmltok-add-dependent): Remove function.
9809 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
9810 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
9811 (xmltok-scan-prolog-after-processing-instruction-open): Treat
9812 unclosed <[[, <?, comment, and other literals as extending to EOB.
9813 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
9814 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
9815 Remove functions.
9816 (rng-do-some-validation-1): Don't mark dependent regions.
9817 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
9818 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
9819 (nxml-clear-dependent-regions): Remove functions.
9820 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
9821 (nxml-ensure-scan-up-to-date):
9822 Don't clear&mark dependent regions.
9823
e3772e98
LL
98242013-05-15 Leo Liu <sdl.web@gmail.com>
9825
c9990474
SM
9826 * progmodes/octave.el (octave-goto-function-definition):
9827 Improve and fix callers.
e3772e98 9828
5ac2eb34
SM
98292013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9830
c46c57b0
SM
9831 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
9832 the setter (bug#14387).
9833
5ac2eb34
SM
9834 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
9835 surrounding group (bug#14402).
9836
180ed218
JL
98372013-05-14 Juri Linkov <juri@jurta.org>
9838
9839 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
9840 (Bug#14390)
9841
0ac0fecb
GM
98422013-05-14 Glenn Morris <rgm@gnu.org>
9843
9844 * progmodes/f90.el (f90-imenu-generic-expression):
9845 Fix typo in 2013-05-08 change. (Bug#14402)
9846
2e78e6a7
JPG
98472013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
9848
5ac2eb34
SM
9849 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
9850 Remove signals for which replies are never received.
2e78e6a7 9851
53267cca
JPG
98522013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
9853
9854 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
9855 (gdb-handler-alist, gdb-handler-number): Remove variables.
9856 (gdb-handler-list): New variable.
9857 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
9858 (gdb-pending-handler-p, gdb-handle-reply)
9859 (gdb-remove-all-pending-triggers): New functions.
9860 (gdb-discard-unordered-replies): New defcustom.
9861 (gdb-handler): New defstruct.
9862 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
9863 instead of gdb-pending-triggers. Update docstring.
9864 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
9865 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
9866 (gdb-var-update-handler, def-gdb-auto-update-trigger)
9867 (def-gdb-auto-update-handler, gdb-get-changed-registers)
9868 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
9869 (gdb-frame-handler): Pending triggers are now automatically managed.
9870 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
9871 Remove argument.
9872 (gdb-input): Automatically handles pending triggers. Update docstring.
9873 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
9874 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
9875 Update comments.
9876 (gdb-done-or-error): Now use gdb-handle-reply.
9877
d04ce803
JPG
98782013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
9879
9880 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
9881 gdb-debug-log.
9882
0114073a
GM
98832013-05-14 Glenn Morris <rgm@gnu.org>
9884
9885 * subr.el (user-emacs-directory-warning): New option.
9886 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
9887
4d25fd7e
LL
98882013-05-14 Leo Liu <sdl.web@gmail.com>
9889
9890 * progmodes/octave.el (octave-font-lock-keywords): Fix error
9891 during redisplay.
9892 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6073d8f4
LL
9893 (octave-font-lock-texinfo-comment): Fix invalid search bound
9894 error: wrong side of point.
4d25fd7e 9895
27c8b6eb
GM
98962013-05-14 Glenn Morris <rgm@gnu.org>
9897
61aaeb01
GM
9898 * progmodes/flymake.el (flymake-xml-program): New option.
9899 (flymake-xml-init): Use it.
9900
5bf90bc5
GM
9901 * term/xterm.el: Provide a feature.
9902
9903 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
27c8b6eb 9904
f4c7dfd2
GM
99052013-05-13 Glenn Morris <rgm@gnu.org>
9906
9907 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
9908 Add compat aliases as a hack workaround. (Bug#14384)
9909
2aeb3a1d
LL
99102013-05-13 Leo Liu <sdl.web@gmail.com>
9911
b0e069c2
LL
9912 * progmodes/octave.el (octave-indent-comment): Fix indentation for
9913 ###, and %!.
f5a9432f
LL
9914 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
9915 C-M-q.
b0e069c2
LL
9916 (octave-comment-start-skip): Include %!.
9917 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2aeb3a1d 9918
30ea8374
LL
99192013-05-12 Leo Liu <sdl.web@gmail.com>
9920
9921 * progmodes/octave.el (inferior-octave-startup): Store the value
9922 of __octave_srcdir__ for octave-source-directories.
9923 (inferior-octave-check-process): New function refactored out of
9924 inferior-octave-send-list-and-digest.
9925 (octave-source-directories)
9926 (octave-find-definition-filename-function): New variables.
9927 (octave-source-directories)
9928 (octave-find-definition-default-filename): New functions.
9929 (octave-find-definition): Improve to find functions implemented in C++.
9930
472a3834
GM
99312013-05-12 Glenn Morris <rgm@gnu.org>
9932
9933 * calendar/diary-lib.el (diary-outlook-format-1):
9934 Don't include dayname in the output. (Bug#14349)
9935
3191b52f
GM
99362013-05-11 Glenn Morris <rgm@gnu.org>
9937
0060ac73
GM
9938 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
9939
3191b52f
GM
9940 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
9941 Treat cc-provide like provide.
9942
e065ba74
KR
99432013-05-11 Kevin Ryde <user42@zip.com.au>
9944
9945 * cus-dep.el (custom-make-dependencies):
9946 Use generated-autoload-load-name for the sake of files such
9947 such cedet/semantic/bovine/c.el, where the base file name
9948 is not in load-path. (Bug#5277)
9949
36f84c37
GM
99502013-05-11 Glenn Morris <rgm@gnu.org>
9951
9952 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
9953 Provide features.
9954
c8730c3a
LL
99552013-05-11 Leo Liu <sdl.web@gmail.com>
9956
9957 * progmodes/octave.el (octave-indent-comment): Improve.
9958 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5ac2eb34
SM
9959 (octave-eldoc-function-signatures, octave-eldoc-function):
9960 New functions.
c8730c3a
LL
9961 (octave-mode, inferior-octave-mode): Add eldoc support.
9962
212e29f2
RS
99632013-05-11 Richard Stallman <rms@gnu.org>
9964
9965 * epa.el (epa-decrypt-file): Take output file name as argument
9966 and read it using `interactive'.
9967
083fe0d7
LL
99682013-05-11 Leo Liu <sdl.web@gmail.com>
9969
9970 * progmodes/octave.el (octave-beginning-of-line)
9971 (octave-end-of-line): Check before using up-list because it jumps
9972 out of more syntactic contructs since moving to smie.
9dbdb67e
LL
9973 (octave-indent-comment): New function.
9974 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6980b0ca
LL
9975 (octave-begin-keywords, octave-end-keywords)
9976 (octave-reserved-words, octave-smie-bnf-table)
9977 (octave-smie-rules): Add new keywords from Octave 3.6.4.
083fe0d7 9978
8582e4c4
GM
99792013-05-11 Glenn Morris <rgm@gnu.org>
9980
f20def1f
GM
9981 * faces.el (internal-face-x-get-resource):
9982 * frame.el (ns-display-monitor-attributes-list):
d78abe37 9983 * calc/calc-aent.el (math-to-radians-2):
f20def1f 9984 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
d78abe37 9985 Fix declarations.
f20def1f 9986
445f95e2
GM
9987 * calc/calc-menu.el: Make it loadable in isolation.
9988
9989 * net/eudcb-bbdb.el: Make it loadable without bbdb.
9990 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
9991 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
9992 (eudc-bbdb-query-internal): Require 'bbdb.
9993
99fb2756
GM
9994 * lpr.el (lpr-headers-switches):
9995 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
9996
9997 * progmodes/sql.el (sql-login-params): Fix and improve :type.
9998
0da7ad96
GM
9999 * emulation/edt-mapper.el: In batch mode, error rather than hang.
10000
8582e4c4
GM
10001 * term.el (term-set-escape-char): Make it idempotent.
10002
f71c50d0
LL
100032013-05-10 Leo Liu <sdl.web@gmail.com>
10004
5ac2eb34
SM
10005 * progmodes/octave.el (inferior-octave-completion-table):
10006 No longer a function and all uses changed. Use cache to speed up
f71c50d0
LL
10007 completion due to bug#11906.
10008 (octave-beginning-of-defun): Re-write to be more general.
10009
d5837773
GM
100102013-05-10 Glenn Morris <rgm@gnu.org>
10011
10012 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
10013
027c0f75
SM
100142013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10015
10016 * comint.el (comint-redirect-send-command-to-process): Use :around
10017 rather than :override for comint-redirect-filter.
10018 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
10019 Call it instead of comint-redirect-original-filter-function (which
10020 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
10021
4465bfb4
JD
100222013-05-09 Jan Djärv <jan.h.d@swipnet.se>
10023
10024 * frame.el (display-monitor-attributes-list): Add NS case.
10025 (ns-display-monitor-attributes-list): Declare.
10026
2d809ffa 100272013-05-09 Ulrich Mueller <ulm@gentoo.org>
b01682fb
UM
10028
10029 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
10030
e54eeb9b
GM
100312013-05-09 Glenn Morris <rgm@gnu.org>
10032
56cd351d
GM
10033 * international/fontset.el (vertical-centering-font-regexp):
10034 Set standard-value.
10035
d84b6108
GM
10036 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
10037
a931698a
GM
10038 * bookmark.el (bookmark-search-delay):
10039 * cus-start.el (vertical-centering-font-regexp):
10040 * ps-mule.el (ps-mule-font-info-database-default):
10041 * ps-print.el (ps-default-fg, ps-default-bg):
10042 * type-break.el (type-break-good-break-interval):
10043 * whitespace.el (whitespace-indentation-regexp)
10044 (whitespace-space-after-tab-regexp):
10045 * emacs-lisp/testcover.el (testcover-1value-functions)
10046 (testcover-noreturn-functions, testcover-progn-functions)
10047 (testcover-prog1-functions):
10048 * emulation/viper-init.el (viper-emacs-state-cursor-color):
10049 * eshell/em-glob.el (eshell-glob-translate-alist):
10050 * play/tetris.el (tetris-tty-colors):
10051 * progmodes/cpp.el (cpp-face-default-list):
10052 * progmodes/flymake.el (flymake-allowed-file-name-masks):
10053 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
10054 (idlwave-help-browser-generic-args):
10055 * progmodes/make-mode.el (makefile-special-targets-list):
10056 * progmodes/python.el (python-shell-virtualenv-path):
10057 * progmodes/verilog-mode.el (verilog-active-low-regexp)
10058 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
10059 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
10060 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
10061 * textmodes/reftex-vars.el (reftex-format-label-function):
10062 * textmodes/remember.el (remember-diary-file): Fix custom types.
10063
e54eeb9b
GM
10064 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
10065 Add :version.
10066
455851dd
LL
100672013-05-09 Leo Liu <sdl.web@gmail.com>
10068
10069 * progmodes/octave.el (inferior-octave-completion-at-point):
083fe0d7 10070 Restore file completion. (Bug#14300)
455851dd
LL
10071 (inferior-octave-startup): Fix incorrect highlighting for the
10072 first prompt.
10073
a9e4425b
SM
100742013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10075
10076 * progmodes/ruby-mode.el: First cut at SMIE support.
10077 (ruby-use-smie): New var.
10078 (ruby-smie-grammar): New constant.
10079 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
10080 (ruby-smie--forward-token, ruby-smie--backward-token)
10081 (ruby-smie-rules): New functions.
10082 (ruby-mode-variables): Setup SMIE if applicable.
10083
060ca408
EZ
100842013-05-08 Eli Zaretskii <eliz@gnu.org>
10085
10086 * simple.el (line-move-visual): Signal beginning/end of buffer
10087 only if vertical-motion moved less than it was requested. Avoids
10088 silly incorrect error messages when there are display strings with
10089 multiple newlines at EOL.
10090
1d5963cc
SM
100912013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10092
10093 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
10094 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
10095 (prolog-char-quote-workaround):
10096 * progmodes/cperl-mode.el (cperl-under-as-char):
10097 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
c7064f05
JB
10098 Mark as obsolete.
10099 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1d5963cc
SM
10100 their declaration.
10101 (vhdl-mode-syntax-table-init): Remove.
10102
c9990474
SM
10103 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
10104 last change.
1d5963cc
SM
10105
10106 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
10107 syntax for "_".
10108 (ld-script-font-lock-keywords):
10109 Change regexps to use things like \_< and \_>.
10110
10111 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
10112 Change all regexps to use things like \_< and \_>.
10113
10114 * progmodes/autoconf.el (autoconf-definition-regexp)
10115 (autoconf-font-lock-keywords, autoconf-current-defun-function):
10116 Handle a _ with symbol syntax.
10117 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
10118
c9990474
SM
10119 * progmodes/ada-mode.el (ada-mode-abbrev-table):
10120 Consolidate declaration.
1d5963cc
SM
10121 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
10122 the declaration.
10123 (ada-create-syntax-table): Remove.
10124 (ada-capitalize-word): Don't mess with the syntax of "_" since it
10125 already has the right syntax nowadays.
10126 (ada-goto-next-word): Don't change the syntax of "_".
10127
10128 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
10129 with-wrapper-hook.
10130
72d3cfca
SS
101312013-05-08 Sam Steingold <sds@gnu.org>
10132
10133 * thingatpt.el (thing-at-point): Accept optional second argument
10134 NO-PROPERTIES to strip the text properties from the return value.
10135 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
10136 to `thing-at-point' instead of stripping the properties ourselves.
10137 Also, when `thing-at-point' fails to find a url, prepend "http://"
10138 to the filename at point on the assumption that the user is
10139 pointing at something like gnu.org/gnu.
10140
5cb15713
JB
101412013-05-08 Juanma Barranquero <lekktu@gmail.com>
10142
10143 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
10144 * faces.el (crm-separator):
10145 Silence byte-compiler.
10146
10147 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
10148 (tool-bar-map): Remove unneeded defvars.
10149
ea78b95b
LL
101502013-05-08 Leo Liu <sdl.web@gmail.com>
10151
10152 Re-work a fix for bug#10994 based on Le Wang's patch.
10153 * ido.el (ido-remove-consecutive-dups): New helper.
10154 (ido-completing-read): Use it.
10155 (ido-chop): Revert fix for bug#10994.
10156
dc7466df
AS
101572013-05-08 Adam Spiers <emacs@adamspiers.org>
10158
10159 * cus-edit.el (custom-save-variables):
10160 Pretty-print long values. (Bug#14187)
10161
9ecf672a
GM
101622013-05-08 Glenn Morris <rgm@gnu.org>
10163
10164 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
10165 (m4-mode-syntax-table): Init in the defvar.
10166 (m4-mode-abbrev-table): Let define-derived-mode define it.
10167
3f555be8
TT
101682013-05-08 Tom Tromey <tromey@redhat.com>
10169
10170 * progmodes/m4-mode.el (m4-mode-syntax-table):
10171 Do not treat "_" as word constituent. (Bug#14167)
10172
7cc8ae06
GM
101732013-05-07 Glenn Morris <rgm@gnu.org>
10174
4f58bc06
GM
10175 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
10176 Remove explicit eshell-isearch-cancel-map.
10177
7cc8ae06
GM
10178 * progmodes/f90.el (f90-smart-end-names): New option.
10179 (f90-smart-end): Doc fix.
10180 (f90-end-block-optional-name): New constant.
10181 (f90-block-match): Respect f90-smart-end-names.
10182
ceb57e59
SM
101832013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10184
10185 * progmodes/octave.el (octave-smie-forward-token): Be more careful
10186 about implicit semi-colons (bug#14218).
10187
4e3f9230
YM
101882013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10189
10190 * frame.el (display-monitor-attributes-list)
10191 (frame-monitor-attributes): New functions.
10192
203a5572
LL
101932013-05-06 Leo Liu <sdl.web@gmail.com>
10194
10195 * progmodes/octave.el (octave-syntax-propertize-function): Change
10196 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
10197 (octave-font-lock-keywords): Use octave-operator-regexp.
5ac2eb34 10198 (octave-completion-at-point): Rename from
203a5572
LL
10199 octave-completion-at-point-function.
10200 (inferior-octave-directory-tracker): Robustify.
10201 (octave-text-functions): Remove and fix its uses. No such things
10202 any more.
10203
ee6cff99
SM
102042013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10205
10206 * emacs-lisp/trace.el (trace--display-buffer): New function.
10207 (trace-make-advice): Use it.
10208
32985194
JL
102092013-05-06 Juri Linkov <juri@jurta.org>
10210
10211 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
10212 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
10213 Doc fix.
10214 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
10215 in the help string. (Bug#12985)
10216
a1c700de
KD
102172013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
10218
10219 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
10220
c67c0839
SM
102212013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10222
323885fd
SM
10223 * progmodes/perl-mode.el: Add support for here documents.
10224 (perl-syntax-propertize-function): Match here-doc markers.
10225 (perl-syntax-propertize-special-constructs): Find their end.
10226 (perl-imenu-generic-expression): Use [:alnum:].
10227
c67c0839
SM
10228 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
10229 (advice--add-function): Refresh the advice if already present
10230 (bug#14317).
10231
d491e7a8
IA
102322013-05-06 Ivan Andrus <darthandrus@gmail.com>
10233
10234 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
10235
ddf9925e
GM
102362013-05-06 Glenn Morris <rgm@gnu.org>
10237
7cc3af27
GM
10238 * w32-fns.el (w32-charset-info-alist): Declare.
10239
16e343d6
GM
10240 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
10241 of its defcustom properties.
10242 (eshell-cmpl-initialize): No need to load pcomplete.
10243
7d889a47
GM
10244 * generic-x.el: No need to require comint when compiling.
10245
ddf9925e
GM
10246 * net/eudc-export.el: Make it loadable without bbdb.
10247 (top-level): Use require rather than load-library.
10248 (eudc-create-bbdb-record, eudc-bbdbify-phone)
10249 (eudc-batch-export-records-to-bbdb)
10250 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
10251 Require bbdb.
10252
1e2c18df
SM
102532013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10254
10255 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
10256 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
10257 some tweaks, instead.
10258
02502a5f
LL
102592013-05-05 Leo Liu <sdl.web@gmail.com>
10260
10261 * progmodes/octave.el (octave-font-lock-keywords)
10262 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
10263 (inferior-octave-send-list-and-digest): Improve error message.
10264 (octave-mode, inferior-octave-mode): Use setq-local.
10265 (octave-help): Set info-lookup-mode.
10266
0dc04f42
RS
102672013-05-05 Richard Stallman <rms@gnu.org>
10268
6c54491c
RS
10269 * vc/compare-w.el (compare-windows-whitespace):
10270 Treat no-break space as whitespace.
10271
0dc04f42
RS
10272 * mail/rmailsum.el (rmail-summary-rmail-update):
10273 Detect empty summary and don't change selected message.
10274 (rmail-summary-goto-msg): Likewise.
10275
df8f35df
RS
10276 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
10277 Doc fixes, rename args.
10278
5356e1a3
AM
102792013-05-05 Alan Mackenzie <acm@muc.de>
10280
10281 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
10282
d44014cb
JL
102832013-05-05 Juri Linkov <juri@jurta.org>
10284
10285 * info.el (Info-read-subfile): Use (point-min) instead of (point)
10286 to not add the length of the summary segment to the return value.
10287 (Bug#14125)
10288
c129b51f
LL
102892013-05-05 Leo Liu <sdl.web@gmail.com>
10290
10291 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
10292 (inferior-octave-output-filter): Remove.
10293 (octave-send-region, inferior-octave-startup): Fix callers.
10294 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
10295 (octave-binary-file-extensions): New user variable.
10296 (octave-find-definition): Confirm if opening binary files.
10297 (octave-help-file): Use octave-find-definition to get the binary
10298 confirmation.
10299 (octave-help): Adjust for octave-help-file change.
10300
aa7dab97
SM
103012013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10302
10303 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
10304 Merge the two entries that handle function definitions.
10305 (pascal--syntax-propertize): New const.
10306 (pascal-mode): Use it. Use setq-local.
10307
fd3a9a6b
GM
103082013-05-04 Glenn Morris <rgm@gnu.org>
10309
10310 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
10311 (diary-from-outlook): Respect diary-from-outlook-function.
10312
30c7e542
SM
103132013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10314
10315 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
10316 Move the declaration from C.
10317 (read-minibuffer, eval-minibuffer): Move from C.
10318 (completion-setup-function): Avoid minibuffer-completion-contents.
10319
b54f978b
LL
103202013-05-03 Leo Liu <sdl.web@gmail.com>
10321
10322 * progmodes/octave.el (octave-font-lock-keywords): Do not
10323 dehighlight 'end' in comments or strings.
30c7e542
SM
10324 (octave-completing-read, octave-goto-function-definition):
10325 New helpers.
d4d0f9b3
LL
10326 (octave-help-buffer): New user variable.
10327 (octave-help-file, octave-help-function): New button types.
10328 (octave-help): New command and bind it to C-h ;.
10329 (octave-find-definition): New command and bind it to M-.
d74a1581 10330 (user-error): Alias to error if not defined.
b54f978b 10331
27135018
LL
103322013-05-02 Leo Liu <sdl.web@gmail.com>
10333
10334 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
10335 for \. (bug#14332)
10336 (octave-font-lock-keywords): Include [ and {.
10337
0d634d3a
LL
103382013-05-02 Leo Liu <sdl.web@gmail.com>
10339
10340 * progmodes/octave.el (inferior-octave-startup-file): Change default.
10341 (inferior-octave): Remove calling comint-mode and return the buffer.
10342 (inferior-octave-startup): Cosmetic changes.
10343
b4c8295e
LL
103442013-05-02 Leo Liu <sdl.web@gmail.com>
10345
30c7e542
SM
10346 * progmodes/octave.el (octave-syntax-propertize-function):
10347 Include the case when ' is at line beginning. (Bug#14336)
b4c8295e 10348
f12ad6ec
GM
103492013-05-02 Glenn Morris <rgm@gnu.org>
10350
10351 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
10352 * desktop.el (vc-dir-mode): Just autoload it here.
10353
30cac1e0
AM
103542013-05-02 Alan Mackenzie <acm@muc.de>
10355
10356 Eliminate variable c-standard-font-lock-fontify-region-function.
10357 * progmodes/cc-mode.el
10358 (c-standard-font-lock-fontify-region-function): Remove.
10359 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
10360
d8ef28b1
LL
103612013-05-01 Leo Liu <sdl.web@gmail.com>
10362
2640d52e 10363 * progmodes/octave.el: Compatible with older emacs-24 releases.
27135018 10364 (inferior-octave-has-built-in-variables): Remove. Built-in
2640d52e 10365 variables were removed from Octave in 2007.
d8ef28b1
LL
10366 (inferior-octave-startup): Fix uses.
10367 (comint-line-beginning-position): Remove compatibility code for
10368 emacs 21.
10369
ac63ec89
JL
103702013-05-01 Juri Linkov <juri@jurta.org>
10371
10372 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
10373
9e9be37c
JL
103742013-05-01 Juri Linkov <juri@jurta.org>
10375
10376 * comint.el (comint-previous-matching-input): Don't print message
10377 "History item: %d" when `isearch-mode' is active.
10378 (comint-history-isearch-message): Print message "History item: %d"
10379 when `comint-input-ring-index' is not empty and this function is
10380 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
10381
9b92c13b
LL
103822013-05-01 Leo Liu <sdl.web@gmail.com>
10383
10384 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
10385 definitions. Use completion-at-point to insert keywords.
10386 (octave-abbrev-start): Remove.
10387 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
10388
b12d33d7
LL
103892013-04-30 Leo Liu <sdl.web@gmail.com>
10390
10391 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
10392 change.
10393
3d1c39fa
AM
103942013-04-30 Alan Mackenzie <acm@muc.de>
10395
10396 Handle arbitrarily long C++ member initialisation lists.
30c7e542
SM
10397 * progmodes/cc-engine.el (c-back-over-member-initializers):
10398 new function.
3d1c39fa
AM
10399 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
10400 (most) member init lists.
10401
5147fc17
RS
104022013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10403
10404 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
10405 variable.
10406
5b78d7fc
LL
104072013-04-30 Leo Liu <sdl.web@gmail.com>
10408
10409 * progmodes/octave.el (octave-variables): Remove. No builtin
10410 variables any more. All converted to functions.
10411 (octave-font-lock-keywords, octave-completion-at-point-function):
10412 Fix uses.
10413 (octave-font-lock-texinfo-comment): New user variable.
10414 (octave-texinfo-font-lock-keywords): New variable for texinfo
10415 comment block.
10416 (octave-function-comment-block): New face.
10417 (octave-font-lock-texinfo-comment): New function.
10418 (octave-mode): Font lock texinfo comment block.
10419
38d8527b
LL
104202013-04-29 Leo Liu <sdl.web@gmail.com>
10421
10422 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
10423 indexing expression.
10424 (octave-continuation-string): Do not use \.
10425 (inferior-octave-complete-impossible): Remove.
10426 (inferior-octave-completion-table)
10427 (inferior-octave-completion-at-point): Remove its uses.
10428 (inferior-octave-startup): completion_matches was introduced to
10429 Octave in 1996 so safe to assume it.
10430 (octave-function-file-comment): Improve to follow how Octave does it.
10431 (octave-update-function-file-comment): Tweak.
10432
2ec12cb0
LL
104332013-04-29 Leo Liu <sdl.web@gmail.com>
10434
10435 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
10436 (inferior-octave-startup): Remove inferior-octave-startup-hook.
10437 (octave-function-file-comment): Fix typo.
10438 (octave-sync-function-file-names): Use read-char-choice.
10439
6eaed048
JB
104402013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
10441
10442 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
10443 to t for the less important warnings.
10444
3ffa2d4f
DH
104452013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
10446
10447 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
10448
685c9501
GM
104492013-04-27 Glenn Morris <rgm@gnu.org>
10450
10451 * vc/log-view.el (log-view-current-entry):
10452 Treat "---" separator lines as part of the following rev. (Bug#14169)
10453
0208ede7
JL
104542013-04-27 Juri Linkov <juri@jurta.org>
10455
10456 * subr.el (read-number): Doc fix about using it by interactive
10457 code letter `n'. (Bug#14254)
10458
5db9dace
JL
104592013-04-27 Juri Linkov <juri@jurta.org>
10460
10461 * desktop.el (desktop-auto-save-timeout): New option.
10462 (desktop-file-checksum): New variable.
10463 (desktop-save): Add optional arg `auto-save' and don't auto-save
10464 if nothing changed.
10465 (desktop-auto-save-timer): New variable.
10466 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
10467 (after-init-hook): Call `desktop-auto-save-set-timer'.
10468 Suggested by Reuben Thomas <rrt@sc3d.org> in
10469 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
10470
b7260dd4
LL
104712013-04-27 Leo Liu <sdl.web@gmail.com>
10472
10473 * progmodes/octave.el (octave-function-file-p)
10474 (octave-skip-comment-forward, octave-function-file-comment)
10475 (octave-update-function-file-comment): New functions.
10476 (octave-mode-map): Bind C-c ; to
10477 octave-update-function-file-comment.
10478 (octave-mode-menu): Add octave-update-function-file-comment.
10479 (octave-mode, inferior-octave-mode): Fix doc-string.
10480 (octave-insert-defun): Conform to Octave's coding convention.
10481 (Bug#14285)
10482
10483 * files.el (basic-save-buffer): Don't let errors in
10484 before-save-hook prevent saving buffer.
10485
c46da669
RW
104862013-04-20 Roland Winkler <winkler@gnu.org>
10487
10488 * faces.el (read-face-name): Use completing-read if arg multiple
10489 is nil.
10490
a81ee1eb
IL
104912013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
10492
10493 * ls-lisp.el (ls-lisp-insert-directory): If no files are
30c7e542
SM
10494 displayed, move point to after the totals line.
10495 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
a81ee1eb
IL
10496 for the details.
10497
4fac34ce
SM
104982013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10499
10500 * emacs-lisp/package.el (package-autoload-ensure-default-file):
10501 Add current dir to the load-path.
10502 (package-generate-autoloads): Don't rely on
10503 autoload-ensure-default-file.
10504
f6bfc063
RT
105052013-04-26 Reuben Thomas <rrt@sc3d.org>
10506
d40ab5cf
BG
10507 * textmodes/remember.el (remember-store-in-files): Document that
10508 the file name format is passed to `format-time-string'.
f6bfc063 10509
e55d3b04
LL
105102013-04-26 Leo Liu <sdl.web@gmail.com>
10511
10512 * progmodes/octave.el (octave-sync-function-file-names): New function.
10513 (octave-mode): Use it in before-save-hook.
10514
e53052d3
SM
105152013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10516
140ef50c
SM
10517 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
10518 (bug#14274).
10519
e53052d3
SM
10520 * progmodes/octave.el (octave-smie-forward-token): Properly skip
10521 \n and comment, even if it's not an implicit ; (bug#14218).
10522
af80458d 105232013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
10524
10525 * subr.el (read-number): Once more use `read' rather than
10526 `string-to-number', to trap non-numeric input. (Bug#14254)
10527
af80458d 105282013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
10529
10530 * emacs-lisp/syntax.el (syntax-propertize-multiline):
10531 Use `syntax-multiline' text property consistently instead of
8a621d53 10532 `font-lock-multiline'. (Bug#14237)
70203c2e 10533
e6ea1f6c
GM
105342013-04-26 Glenn Morris <rgm@gnu.org>
10535
10536 * emacs-lisp/shadow.el (list-load-path-shadows):
10537 No longer necessary to check for duplicate simple.el, since
10538 2012-07-07 change to init_lread to not include installation lisp
10539 directories in load-path when running uninstalled. (Bug#14270)
10540
070ccca4
LL
105412013-04-26 Leo Liu <sdl.web@gmail.com>
10542
10543 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
10544 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 10545 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
10546 octave-in-string-or-comment-p.
10547 (octave-in-comment-p, octave-in-string-p)
10548 (octave-in-string-or-comment-p): Replace defsubst with defun.
10549
9d1c5fb6
PE
105502013-04-25 Paul Eggert <eggert@cs.ucla.edu>
10551
10552 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
10553
c034abda
BG
105542013-04-25 Bastien Guerry <bzg@gnu.org>
10555
10556 * textmodes/remember.el (remember-data-directory)
10557 (remember-directory-file-name-format): Fix custom types.
10558
584ea277
LL
105592013-04-25 Leo Liu <sdl.web@gmail.com>
10560
e53052d3
SM
10561 * progmodes/octave.el (octave-completion-at-point-function):
10562 Make use of inferior octave process.
584ea277
LL
10563 (octave-initialize-completions): Remove.
10564 (inferior-octave-completion-table): New function.
10565 (inferior-octave-completion-at-point): Use it.
10566 (octave-completion-alist): Remove.
10567
1693b06a
SM
105682013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10569
10570 * progmodes/opascal.el: Use font-lock and syntax-propertize.
10571 (opascal-mode-syntax-table): New var.
10572 (opascal-literal-kind, opascal-is-literal-end)
10573 (opascal-literal-token-at): Rewrite.
10574 (opascal--literal-start-re, opascal-font-lock-keywords)
10575 (opascal--syntax-propertize): New constants.
10576 (opascal-font-lock-defaults): Adjust.
10577 (opascal-mode): Use them. Set comment-<foo> variables as well.
10578 (delphi-comment-face, opascal-comment-face, delphi-string-face)
10579 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
10580 (delphi-other-face, opascal-other-face): Remove face variables.
10581 (opascal-save-state): Remove macro.
10582 (opascal-fontifying-progress-step): Remove constant.
10583 (opascal--ignore-changes): Remove var.
10584 (opascal-set-token-property, opascal-parse-next-literal)
10585 (opascal-is-stable-literal, opascal-complete-literal)
10586 (opascal-is-literal-start, opascal-face-of)
10587 (opascal-parse-region, opascal-parse-region-until-stable)
10588 (opascal-fontify-region, opascal-after-change)
10589 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
10590 (opascal-debug-parse-region, opascal-debug-parse-window)
10591 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
10592 (opascal-debug-fontify-buffer): Remove.
10593 (opascal-debug-mode-map): Adjust accordingly.
10594
be64c05d
LL
105952013-04-25 Leo Liu <sdl.web@gmail.com>
10596
10597 Merge octave-mod.el and octave-inf.el into octave.el with some
10598 cleanups.
10599 * progmodes/octave.el: New file renamed from octave-mod.el.
10600 * progmodes/octave-inf.el: Merged into octave.el.
10601 * progmodes/octave-mod.el: Renamed to octave.el.
10602
d79d37bd
TH
106032013-04-25 Tassilo Horn <tsdh@gnu.org>
10604
10605 * textmodes/reftex-vars.el
10606 (reftex-label-ignored-macros-and-environments): New defcustom.
10607
10608 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
10609
ced3fc5d
SM
106102013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10611
10612 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
10613 (smie-indent-keyword): Improve the check to ensure that the next
10614 comment is really on the same line.
10615 (smie-indent-comment): Don't align with a subsequent closer (or eob).
10616
10617 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
10618 semi-colons if the line is not otherwise empty (bug#14218).
10619
1c141dad
GM
106202013-04-25 Glenn Morris <rgm@gnu.org>
10621
10622 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
10623
5058062a
SM
106242013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10625
10626 * progmodes/opascal.el (opascal-set-token-property): Rename from
10627 opascal-set-text-properties and only set `token' (bug#14134).
10628 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
10629 (opascal-literal-text-properties): Remove.
10630 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
10631 Adjust callers.
10632
5db9dace 106332013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
10634
10635 * textmodes/remember.el (remember-handler-functions): Add an
10636 option for a new handler `remember-store-in-files'.
10637 (remember-data-directory, remember-directory-file-name-format):
10638 New options.
10639 (remember-store-in-files): New function to store remember notes
10640 as separate files within a directory.
10641
4391916c
MH
106422013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
10643
10644 * progmodes/compile.el (compilation-next-error-function):
10645 Pass "formats" to compilation-find-file (bug#11777).
10646
bb7cdf58
GM
106472013-04-24 Glenn Morris <rgm@gnu.org>
10648
3b8fe752 10649 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
10650 * vc/vc-hg.el (vc-hg-print-log):
10651 * vc/vc-svn.el (vc-svn-print-log):
10652 Fix START-REVISION with LIMIT != 1. (Bug#14168)
10653
bb7cdf58
GM
10654 * vc/vc-bzr.el (vc-bzr-print-log):
10655 * vc/vc-cvs.el (vc-cvs-print-log):
10656 * vc/vc-git.el (vc-git-print-log):
10657 * vc/vc-hg.el (vc-hg-print-log):
10658 * vc/vc-mtn.el (vc-mtn-print-log):
10659 * vc/vc-rcs.el (vc-rcs-print-log):
10660 * vc/vc-sccs.el (vc-sccs-print-log):
10661 * vc/vc-svn.el (vc-svn-print-log):
10662 * vc/vc.el (vc-print-log-internal): Doc fixes.
10663
b46a056e
GM
106642013-04-23 Glenn Morris <rgm@gnu.org>
10665
10666 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
10667 Remove venerable code attempting to avoid substitute-command-keys.
10668
0aecf718
TH
106692013-04-23 Tassilo Horn <tsdh@gnu.org>
10670
4391916c
MH
10671 * textmodes/reftex-vars.el (reftex-label-regexps):
10672 Call `reftex-compile-variables' after changes to this variable.
0aecf718 10673
117f94cf
SM
106742013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10675
4391916c 10676 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
10677 Use lexical-binding.
10678 (jit-lock-force-redisplay): Use markers, check buffer's continued
10679 existence and beware narrowed buffers.
10680 (jit-lock-fontify-now): Adjust call accordingly.
10681
1d829c64
SM
106822013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10683
10684 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
10685 to avoid misleading the user.
10686
72d548a9
LL
106872013-04-22 Leo Liu <sdl.web@gmail.com>
10688
10689 * info-look.el: Prefer latex2e.info. (Bug#14240)
10690
d0853629
MA
106912013-04-22 Michael Albinus <michael.albinus@gmx.de>
10692
10693 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
10694
10695 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4f405069 10696 * net/tramp.el (tramp-call-process): ... here.
d0853629
MA
10697 (tramp-set-completion-function, tramp-parse-putty):
10698 * net/tramp-adb.el (tramp-adb-execute-adb-command):
10699 * net/tramp-gvfs.el (tramp-gvfs-send-command):
10700 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
10701 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
10702 (tramp-call-local-coding-command): Use `tramp-call-process'
10703 instead of `tramp-compat-call-process'.
10704
10705 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
10706 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
10707 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7764286e 10708 (tramp-find-inline-compress): Improve traces.
d0853629
MA
10709 (tramp-maybe-send-script): Check for Perl binary.
10710 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
10711
38cc0210
DU
107122013-04-22 Daiki Ueno <ueno@gnu.org>
10713
10714 * epg.el (epg-context-pinentry-mode): New function.
10715 (epg-context-set-pinentry-mode): New function.
10716 (epg--start): Pass --pinentry-mode option to gpg command.
10717
cc641ee1
XF
107182013-04-21 Xue Fuqiao <xfq.free@gmail.com>
10719
02d844b5 10720 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5d4e5c31 10721 `comint-dynamic-complete' is obsolete since 24.1, replaced by
e7b41c4c 10722 `completion-at-point'. (Bug#13774)
5d4e5c31 10723
cc641ee1
XF
10724 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
10725 default key binding for `describe-distribution' has been moved to
10726 `C-h C-o'. (Bug#13970)
10727
1b42ee43
GM
107282013-04-21 Glenn Morris <rgm@gnu.org>
10729
10730 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
10731 Add doc strings.
10732 (vc-print-log): Clarify interactive prompt.
10733
a6d63d97
GM
107342013-04-20 Glenn Morris <rgm@gnu.org>
10735
10736 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
10737 No longer include timestamp etc information.
10738
d7f5c16f
RW
107392013-04-20 Roland Winkler <winkler@gnu.org>
10740
10741 * faces.el (read-face-name): Bug fix, return just one face if arg
10742 multiple is nil. (Bug#14209)
10743
bcd7a0a4
SM
107442013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10745
10746 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
10747 (remove-function): Autoload.
10748
10749 * comint.el (comint-redirect-original-filter-function): Remove.
10750 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
e7b41c4c
JB
10751 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
10752 (vc-cvs-annotate-command):
bcd7a0a4
SM
10753 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
10754 * progmodes/prolog.el (prolog-consult-compile):
10755 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
10756 Use add/remove-function instead.
10757 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
10758 (gud-tooltip-process-output, gud-tooltip-tips):
10759 Use add/remove-function instead.
10760 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
10761 (scheme-interaction-mode, exit-scheme-interaction-mode):
10762 Use add/remove-function instead.
10763
10764 * vc/vc-dispatcher.el: Use lexical-binding.
10765 (vc--process-sentinel): Rename from vc-process-sentinel.
10766 Change last arg to be the code to run. Don't use vc-previous-sentinel
10767 and vc-sentinel-commands any more.
10768 (vc-exec-after): Allow code to be a function. Use add/remove-function.
10769 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
10770
e36b2d20 107712013-04-19 Masatake YAMATO <yamato@redhat.com>
4d3268ba 10772
bcd7a0a4 10773 * progmodes/sh-script.el (sh-imenu-generic-expression):
781b4af6 10774 Handle function names with a single character. (Bug#14111)
4d3268ba 10775
781b4af6 107762013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
863beb27
DK
10777
10778 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
10779 for subroutines defined in an eval (bug#14182).
10780
7d688336
TV
107812013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10782
10783 * bookmark.el (bookmark-completing-read): Improve handling of empty
10784 string (bug#14176).
10785
31dcede0
SM
107862013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10787
10788 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
10789
adc31213
FEG
107902013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
10791
10792 New faster Imenu implementation (bug#14058).
10793 * progmodes/python.el:
10794 (python-imenu-prev-index-position):
10795 (python-imenu-format-item-label-function)
10796 (python-imenu-format-parent-item-label-function)
10797 (python-imenu-format-parent-item-jump-label-function):
10798 New vars.
10799 (python-imenu-format-item-label)
10800 (python-imenu-format-parent-item-label)
10801 (python-imenu-format-parent-item-jump-label)
10802 (python-imenu--put-parent, python-imenu--build-tree)
10803 (python-imenu-create-index, python-imenu-create-flat-index)
10804 (python-util-popn): New functions.
10805 (python-mode): Set imenu-create-index-function to
10806 python-imenu-create-index.
10807
cdca8255
SM
108082013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10809
10810 * winner.el (winner-active-region): Use region-active-p, activate-mark
10811 and deactivate-mark (bug#14225).
10812
10813 * simple.el (deactivate-mark): Don't inline it.
10814
beb42340
MA
108152013-04-18 Michael Albinus <michael.albinus@gmx.de>
10816
10817 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
10818
fc7f4d7e
TH
108192013-04-18 Tassilo Horn <tsdh@gnu.org>
10820
10821 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
10822 file extensions from the archive-mode entry in order to prefer
10823 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
10824
29f47822
LL
108252013-04-18 Leo Liu <sdl.web@gmail.com>
10826
10827 * bindings.el (help-event-list): Add ?\?.
10828
d36ed1c8
SM
108292013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10830
10831 * subr.el (with-wrapper-hook): Declare obsolete.
10832 * simple.el (filter-buffer-substring-function): New hook.
10833 (filter-buffer-substring): Use it.
10834 (filter-buffer-substring-functions): Mark obsolete.
10835 * minibuffer.el (completion-in-region-function): New hook.
10836 (completion-in-region): Use it.
10837 (completion-in-region-functions): Mark obsolete.
10838 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
10839 * abbrev.el (abbrev-expand-function): New hook.
10840 (expand-abbrev): Use it.
10841 (abbrev-expand-functions): Mark obsolete.
10842 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
10843 and :filter-return.
10844
04754d36
FEG
108452013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10846
10847 * progmodes/python.el (python-nav--syntactically): Fix cornercases
10848 and do not care about match data.
10849
dd8791e9
SM
108502013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10851
10852 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
10853 completion tables when completing error conditions and
10854 `declare' arguments.
10855 (lisp-complete-symbol, field-complete): Mark as obsolete.
10856 (check-parens): Unmatched parens are user errors.
10857 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
10858
ffe54a13
AM
108592013-04-17 Michal Nazarewicz <mina86@mina86.com>
10860
dd8791e9
SM
10861 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
10862 command changed buffer (ie. `flyspell-pre-buffer' is not current
10863 buffer), which prevents making decisions based on invalid value of
10864 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
10865 cause an error when `flyspell-pre-point' was nil after switching
10866 buffers.
10867 (flyspell-post-command-hook): No longer needs to change buffers when
10868 checking pre-word. While at it remove unnecessary progn.
ffe54a13 10869
ec7e39f2
AM
108702013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
10871
10872 * textmodes/ispell.el (ispell-add-per-file-word-list):
10873 Fix `flyspell-correct-word-before-point' error when accepting
10874 words and `coment-padding' is an integer by using
10875 `comment-normalize-vars' (Bug #14214).
10876
083850a6
FEG
108772013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10878
10879 New defun movement commands.
10880 * progmodes/python.el (python-nav--syntactically)
10881 (python-nav--forward-defun, python-nav-backward-defun)
10882 (python-nav-forward-defun): New functions.
10883
619ed6e1
FEG
108842013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10885
10886 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
10887 (python-syntax-context): Use named compiler-macro for backwards
10888 compatibility with Emacs 24.x.
10889
7a1beb6c
LL
108902013-04-17 Leo Liu <sdl.web@gmail.com>
10891
10892 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
10893 octave-hide-process-buffer.
10894
2d3fa3e5
SM
108952013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10896
10897 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
10898 (bug#14216).
10899
7ce5be54
JPG
109002013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
10901
10902 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
10903 Fix adjustment of offset when receiving incomplete responses from GDB
10904 (bug#14129).
10905
351edece
SM
109062013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10907
10908 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
10909 python-mode-abbrev-table.
10910 (python-skeleton-define): Adjust accordingly.
10911 (python-mode-abbrev-table): New table that inherits from it so that
10912 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
10913
10914 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
10915 (abbrev-symbol): Use it.
10916 (abbrev--before-point): Use it since we already handle inheritance.
10917
613f9481
LL
109182013-04-16 Leo Liu <sdl.web@gmail.com>
10919
10920 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
10921 binding to info-lookup-symbol.
10922
51646b62
JB
109232013-04-16 Juanma Barranquero <lekktu@gmail.com>
10924
10925 * minibuffer.el (completion--twq-all):
10926 * term/ns-win.el (ns-initialize-window-system):
10927 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
10928
efb3f01d
SM
109292013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10930
36c0a301
SM
10931 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
10932 global bindings.
10933
efb3f01d
SM
10934 * doc-view.el (doc-view-start-process): Handle url-handler directories.
10935
fb549d64
DG
109362013-04-15 Dmitry Gutov <dgutov@yandex.ru>
10937
10938 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
10939 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
10940 to nil.
10941 (ruby-end-of-defun): Remove the unused arg, change the docstring
10942 to reflect that this function is only used as the value of
10943 `end-of-defun-function'.
10944 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
10945 to reflect an earlier change that beginning/end-of-defun functions
10946 jump between methods in a class definition, as well as top-level
10947 functions.
10948
21e8fe2f
SM
109492013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10950
10951 * minibuffer.el (minibuffer-complete): Don't just scroll
10952 a *Completions* that's been iconified.
10953 (minibuffer-force-complete): Make sure repetitions do cycle when going
10954 through completion-in-region -> minibuffer-complete.
10955
20e527d0
AM
109562013-04-15 Alan Mackenzie <acm@muc.de>
10957
10958 Correct the placement of c-cpp-delimiters when there're #s not at
10959 col 0.
10960
10961 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
10962 place a submatch around the #.
21e8fe2f
SM
10963 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
10964 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
10965 on the #, not BOL.
10966
dabefae5
SM
109672013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10968
10969 * emacs-lisp/nadvice.el: Properly test names when adding advice.
10970 (advice--member-p): New arg `name'.
10971 (advice--add-function, advice-member-p): Use it (bug#14202).
10972
85c9ab64
AM
109732013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
10974
10975 Reformulate java imenu-generic-expression.
10976 The old expression contained ill formed regexps.
10977
10978 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
10979 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
10980 (cc-imenu-java-method-arg-regexp): New defconsts.
10981 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 10982 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
10983 handling of spaces in the regexp.
10984
0f821d99
AM
109852013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10986
10987 * textmodes/ispell.el (ispell-command-loop): Remove
10988 flyspell highlight of a word when ispell accepts it (bug #14178).
10989
eb922adf
MA
109902013-04-15 Michael Albinus <michael.albinus@gmx.de>
10991
10992 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
10993 uses code from the previous `ange-ftp-run-real-handler'.
10994 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
10995 only in case that function exist. This is needed for proper
10996 unloading of Tramp.
10997
4d9a0979
TH
109982013-04-15 Tassilo Horn <tsdh@gnu.org>
10999
11000 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
11001
11002 * textmodes/reftex.el (reftex-compile-variables): Use it.
11003
a829b0dc
SM
110042013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11005
91e8293c
SM
11006 * files.el (normal-mode): Only use default major-mode if no other mode
11007 was specified.
11008
830aed4d
SM
11009 * emacs-lisp/trace.el (trace-values): New function.
11010
a829b0dc
SM
11011 * files.el: Allow : in local variables (bug#14089).
11012 (hack-local-variable-regexp): New var.
11013 (hack-local-variables-prop-line, hack-local-variables): Use it.
11014
7ae9f0fb
RW
110152013-04-13 Roland Winkler <winkler@gnu.org>
11016
11017 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
11018 data before it gets modified by bibtex-beginning-of-entry.
11019
6646e848
RW
110202013-04-13 Roland Winkler <winkler@gnu.org>
11021
11022 * textmodes/bibtex.el (bibtex-url): Doc fix.
11023
110242013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
11025
11026 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
11027 does not visit a BibTeX file, exclude it from the list of buffers
11028 returned by bibtex-initialize.
11029
0aa3616e
SB
110302013-04-13 Stephen Berman <stephen.berman@gmx.net>
11031
11032 * window.el (split-window): Remove interactive form, since as a
11033 command this function is a special case of split-window-below.
11034 Correct doc string.
11035
011cddd6
RW
110362013-04-12 Roland Winkler <winkler@gnu.org>
11037
11038 * faces.el (read-face-name): Do not override value of arg default.
11039 Allow single faces and strings as default values. Remove those
11040 elements from return value that are not faces.
11041 (describe-face): Simplify.
11042 (face-at-point): New optional args thing and multiple so that this
11043 function can provide the same functionality previously provided by
11044 read-face-name.
11045 (make-face-bold, make-face-unbold, make-face-italic)
11046 (make-face-unitalic, make-face-bold-italic, invert-face)
11047 (modify-face, read-face-and-attribute): Use face-at-point.
11048
11049 * cus-edit.el (customize-face, customize-face-other-window)
11050 * cus-theme.el (custom-theme-add-face)
11051 * face-remap.el (buffer-face-set)
11052 * facemenu.el (facemenu-set-face): Use face-at-point.
11053
f24e0036
MA
110542013-04-12 Michael Albinus <michael.albinus@gmx.de>
11055
11056 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
11057
da3cda2d
TH
110582013-04-10 Tassilo Horn <tsdh@gnu.org>
11059
11060 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
11061 off leading { and trailing } from field values.
11062
15e54145
SM
110632013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11064
78ce603d
SM
11065 * emacs-lisp/timer.el (timer--check): New function.
11066 (timer--time, timer-set-function, timer-event-handler): Use it.
11067 (timer-set-idle-time): Simplify.
11068 (timer--activate): CSE.
11069 (timer-event-handler): Give more info in error message.
11070 (internal-timer-start-idle): New function, moved from C.
11071
15e54145
SM
11072 * mpc.el (mpc-proc): Add `restart' argument.
11073 (mpc-proc-cmd): Use it.
11074 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
11075 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
11076 less often.
11077
7144c627
MY
110782013-04-10 Masatake YAMATO <yamato@redhat.com>
11079
11080 * progmodes/sh-script.el: Implement `sh-mode' own
11081 `add-log-current-defun-function' (bug#14112).
11082 (sh-current-defun-name): New function.
11083 (sh-mode): Use the function.
11084
b39792eb
BG
110852013-04-09 Bastien Guerry <bzg@gnu.org>
11086
11087 * simple.el (choose-completion-string): Fix docstring (bug#14163).
11088
8acdeb71
SM
110892013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11090
6fcdab68
SM
11091 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
11092
8acdeb71
SM
11093 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
11094 timer (bug#14156).
11095
e3e7b504
NF
110962013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
11097
11098 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
11099 declaration.
11100
201bb296
LL
111012013-04-07 Leo Liu <sdl.web@gmail.com>
11102
11103 * pcmpl-x.el: New file.
11104
ebb19708
DA
111052013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
11106
11107 Do not set x-display-name until X connection is established.
11108 This is needed to prevent from weird situation described at
11109 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
11110 * frame.el (make-frame): Set x-display-name after call to
11111 window system initialization function, not before.
11112 * term/x-win.el (x-initialize-window-system): Add optional
11113 display argument and use it.
11114 * term/w32-win.el (w32-initialize-window-system):
11115 * term/ns-win.el (ns-initialize-window-system):
11116 * term/pc-win.el (msdos-initialize-window-system):
11117 Add compatible optional display argument.
11118
33bb237a
EZ
111192013-04-06 Eli Zaretskii <eliz@gnu.org>
11120
11121 * files.el (normal-backup-enable-predicate): On MS-Windows and
11122 MS-DOS compare truenames of temporary-file-directory and of the
11123 file, so that 8+3 aliases (usually found in $TEMP on Windows)
11124 don't fail comparison by compare-strings. Also, compare file
11125 names case-insensitively on MS-Windows and MS-DOS.
11126
134abf1f
SM
111272013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11128
11129 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
11130 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
11131
d695cb94
DG
111322013-04-05 Dmitry Gutov <dgutov@yandex.ru>
11133
e3e7b504
NF
11134 * whitespace.el (whitespace-color-on, whitespace-color-off):
11135 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 11136
f4ad7ea1 111372013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
11138
11139 * ispell.el (ispell-set-spellchecker-params):
11140 Really set `ispell-args' for all equivs.
11141
632556e4
SM
111422013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11143
11144 * ido.el (ido-completions): Use extra elements of ido-decorations
11145 (bug#14143).
11146 (ido-decorations): Update docstring.
11147
2a417372
MA
111482013-04-05 Michael Albinus <michael.albinus@gmx.de>
11149
11150 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
11151 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
11152 nil during initialization, in order not to miss changes since the
11153 file was opened. (Bug#14140)
11154
fc164b0c
LL
111552013-04-05 Leo Liu <sdl.web@gmail.com>
11156
11157 * kmacro.el (kmacro-call-macro): Fix bug#14135.
11158
0ccecc08
JB
111592013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
11160
11161 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
11162
51af1aa2
GM
111632013-04-04 Glenn Morris <rgm@gnu.org>
11164
11165 * electric.el (electric-pair-inhibit-predicate): Add :version.
11166
b208ebc6
SM
111672013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11168
11169 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
11170 when a package is required several times (bug#14082).
11171
f3d3eaf0
RW
111722013-04-04 Roland Winkler <winkler@gnu.org>
11173
11174 * faces.el (read-face-name): Behave as promised by the docstring.
11175 Assume that arg default is a list of faces.
11176 (describe-face): Call read-face-name with list of default faces.
11177
2575da50
TV
111782013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11179
11180 * bookmark.el: Fix deletion of bookmarks (bug#13972).
11181 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
11182 (bookmark-bmenu-execute-deletions): Only skip first line if it's
11183 the header.
11184 (bookmark-exit-hook-internal): Save even if list is empty.
11185
397703b4
YH
111862013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
11187
11188 * emacs-lisp/package.el (package-pinned-packages): New var.
11189 (package--add-to-archive-contents): Obey it (bug#14118).
11190
691e26ae
AM
111912013-04-03 Alan Mackenzie <acm@muc.de>
11192
8a621d53
JB
11193 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
11194 Also adapt to the new values of element 7 of a parse state.
691e26ae
AM
11195
11196 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
11197 parameter `not-in-delimiter'. Handle being inside comment opener.
11198 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
11199 character in case we're typing a '*' after a '/'.
11200 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
11201 instead by passing the parameter to c-state-pp-to-literal.
11202
11203 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
11204 for elt. 7 of a parse state.
11205
4b725a70
PE
112062013-04-01 Paul Eggert <eggert@cs.ucla.edu>
11207
11208 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
11209 * international/latin1-disp.el, international/mule-util.el:
11210 * language/cyril-util.el, language/european.el, language/ind-util.el:
11211 * language/lao-util.el, language/thai.el, language/tibet-util.el:
11212 * language/tibetan.el, language/viet-util.el:
11213 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
11214
15c579f0
SM
112152013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11216
11217 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
11218 (electric-pair-post-self-insert-function): Use it.
11219 (electric-pair-default-inhibit): New function, extracted from
11220 electric-pair-post-self-insert-function.
11221
a77e2924
RW
112222013-03-31 Roland Winkler <winkler@gnu.org>
11223
11224 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
11225
2bd8a4a8
SM
112262013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
11229
8d3655be 112302013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
11231
11232 Un-indent after "pass" and "return" statements (Bug#13888)
11233 * progmodes/python.el (python-indent-block-enders): New var.
11234 (python-indent-calculate-indentation): Use it.
11235
8d3655be 112362013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
11237
11238 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
11239 defun. Defining it as defalias could introduce too eager
11240 byte-compiler optimization. (Bug#14030)
11241
8d3655be 112422013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
11243
11244 * iswitchb.el (iswitchb-read-buffer): Fix typo.
11245
0b1619da
LL
112462013-03-30 Leo Liu <sdl.web@gmail.com>
11247
11248 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
11249 (kmacro-execute-from-register): Pass the keyboard macro to
11250 kmacro-call-macro or repeating won't work correctly.
11251
0b938190
TZ
112522013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
11253
11254 * progmodes/subword.el: Back to using `forward-symbol'.
11255
11256 * subr.el (forward-whitespace, forward-symbol)
11257 (forward-same-syntax): Move from thingatpt.el.
11258
35710234
LL
112592013-03-29 Leo Liu <sdl.web@gmail.com>
11260
11261 * kmacro.el (kmacro-to-register): New command.
11262 (kmacro-execute-from-register): New function.
11263 (kmacro-keymap): Bind to 'x'. (Bug#14071)
11264
efc0bb73
SM
112652013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11266
11267 * mpc.el: Use defvar-local and setq-local.
11268 (mpc--proc-connect): Connection failures are not bugs.
11269 (mpc-mode-map): `follow-link' only applies to the buffer's content.
11270 (mpc-volume-map): Bind to the up-events.
11271
75a2f981
TZ
112722013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11273
11274 * progmodes/subword.el (superword-mode): Use `forward-sexp'
11275 instead of `forward-symbol'.
11276
17c781d1
SM
112772013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11278
11279 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
11280 (edebug--recursive-edit): Use it.
11281 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
11282 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
11283
f67bfbcf
LL
112842013-03-28 Leo Liu <sdl.web@gmail.com>
11285
11286 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
11287
b59f639d
EZ
112882013-03-27 Eli Zaretskii <eliz@gnu.org>
11289
11290 * facemenu.el (list-colors-callback): New defvar.
11291 (list-colors-redisplay): New function.
11292 (list-colors-display): Install list-colors-redisplay as the
11293 revert-buffer-function. (Bug#14063)
11294
f557c1b1
SM
112952013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11296
b1da2957
SM
11297 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
11298 and suffixes don't overlap (bug#14061).
11299
f557c1b1
SM
11300 * case-table.el: Use lexical-binding.
11301 (case-table-get-table): New function.
11302 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
11303
002668e1
TZ
113042013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
11305
11306 * progmodes/subword.el: Add `superword-mode' to do word motion
11307 over symbol_words (parallels and leverages `subword-mode' which
11308 does word motion inside MixedCaseWords).
11309
73572c72
AG
113102013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
11311
78b8f320 11312 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 11313 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 11314
69b2c07e
SM
113152013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11316
11317 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
11318 Change return value to be a sexp. Delay `get-buffer' to after
11319 restoring the desktop (bug#13951).
11320
08bb5ee2
LL
113212013-03-26 Leo Liu <sdl.web@gmail.com>
11322
11323 * register.el: Move semantic tag handling back to
11324 cedet/semantic/senator.el. (Bug#14052)
11325
8d4c974e
SM
113262013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11327
11328 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
11329 into the prompt either (bug#13963).
11330
b234d92c
SM
113312013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11332
11333 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
11334 part of "(error-foo)".
11335
ddfa3cb4
JL
113362013-03-24 Juri Linkov <juri@jurta.org>
11337
11338 * replace.el (list-matching-lines-prefix-face): New defcustom.
11339 (occur-1): Pass `list-matching-lines-prefix-face' to the function
11340 `occur-engine' if `face-differs-from-default-p' returns t.
11341 (occur-engine): Add `,' inside backquote construct to evaluate
11342 `prefix-face'. Propertize the prefix with the `prefix-face' face.
11343 Pass `prefix-face' to the functions `occur-context-lines' and
11344 `occur-engine-add-prefix'.
11345 (occur-engine-add-prefix, occur-context-lines): Add optional arg
11346 `prefix-face' and propertize the prefix with `prefix-face'.
11347 (Bug#14017)
11348
7b0e2f85
LL
113492013-03-24 Leo Liu <sdl.web@gmail.com>
11350
11351 * nxml/rng-valid.el (rng-validate-while-idle)
11352 (rng-validate-quick-while-idle): Guard against deleted buffer.
11353 (Bug#13999)
11354
11355 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
11356 is the last entry in kill-buffer-hook.
11357
11358 * files.el (kill-buffer-hook): Doc fix.
11359
b3082f49
DG
113602013-03-23 Dmitry Gutov <dgutov@yandex.ru>
11361
b234d92c
SM
11362 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
11363 Make it safe-local.
bde73d27 11364
b3082f49
DG
11365 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
11366
a320a2db
LL
113672013-03-23 Leo Liu <sdl.web@gmail.com>
11368
7e74b0fb
LL
11369 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
11370 Remove.
11371
11372 * nxml/rng-valid.el (rng-validate-mode)
11373 (rng-after-change-function, rng-do-some-validation):
11374 * nxml/rng-maint.el (rng-validate-buffer):
11375 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
11376 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
11377 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
11378 (nxml-extend-after-change-region): Use with-silent-modifications.
11379
a320a2db
LL
11380 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
11381 timer-idle-list.
11382
11383 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
11384 (rng-next-error-1, rng-previous-error-1): Do not let-bind
11385 timer-idle-list. (Bug#13999)
11386
e38e6780
JL
113872013-03-23 Juri Linkov <juri@jurta.org>
11388
11389 * info.el (info-index-match): New face.
11390 (Info-index, Info-apropos-matches): Add a nested subgroup to the
11391 main pattern and add text properties with the new face to matches
11392 in index entries relative to the beginning of the index entry.
11393 (Bug#14015)
11394
e8cc7880
DE
113952013-03-21 Eric Ludlam <zappo@gnu.org>
11396
11397 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
11398 Inhibit read only while inserting objects.
11399
9bb0d822
TZ
114002013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
11401
11402 * progmodes/cfengine.el: Update docs to mention
11403 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
11404 symbol motion. Remove "_" from the word syntax.
11405
aa703640
TZ
114062013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
11407
11408 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
11409 syntax for both `cfengine2-mode' and `cfengine3-mode'.
11410
afff09d0
JL
114112013-03-20 Juri Linkov <juri@jurta.org>
11412
11413 * info.el (Info-next-reference-or-link)
11414 (Info-prev-reference-or-link): New functions.
11415 (Info-next-reference, Info-prev-reference): Use them.
11416 (Info-try-follow-nearest-node): Handle footnote navigation.
11417 (Info-fontify-node): Fontify footnotes. (Bug#13989)
11418
9a1ff164
SM
114192013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11420
11421 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
11422 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
11423
2667d15d
PE
114242013-03-20 Paul Eggert <eggert@cs.ucla.edu>
11425
11426 Suppress unnecessary non-ASCII chatter during build process.
11427 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
11428 (batch-skkdic-convert): Suppress most of the chatter.
11429 It's not needed so much now that machines are faster,
11430 and its non-ASCII component was confusing; see Dmitry Gutov in
11431 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
11432
438b0579
LL
114332013-03-20 Leo Liu <sdl.web@gmail.com>
11434
11435 * ido.el (ido-chop): Fix bug#10994.
11436
c128ab07
DG
114372013-03-19 Dmitry Gutov <dgutov@yandex.ru>
11438
11439 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
11440 Remove vars.
9a1ff164
SM
11441 (whitespace-color-on, whitespace-color-off):
11442 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 11443
0e6008c5
SM
114442013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
11445
11446 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
11447 remapping in mode-line.
11448 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
11449
627b52b0
DG
114502013-03-19 Dmitry Gutov <dgutov@yandex.ru>
11451
11452 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
11453 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
11454 (whitespace-font-lock-keywords): Change description.
11455 (whitespace-color-on): Don't save `font-lock-keywords' value, save
11456 the constructed keywords instead.
11457 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 11458
50c3a20b
LL
114592013-03-19 Leo Liu <sdl.web@gmail.com>
11460
11461 * progmodes/compile.el (compilation-display-error): New command.
11462 (compilation-mode-map, compilation-minor-mode-map): Bind it to
11463 C-o. (Bug#13992)
11464
2aa2157b
PE
114652013-03-18 Paul Eggert <eggert@cs.ucla.edu>
11466
11467 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
11468
e477dbfa
JD
114692013-03-18 Jan Djärv <jan.h.d@swipnet.se>
11470
11471 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
11472
64ab82d1
MA
114732013-03-18 Michael Albinus <michael.albinus@gmx.de>
11474
11475 * net/tramp-compat.el (tramp-compat-user-error): New defun.
11476
11477 * net/tramp-adb.el (tramp-adb-handle-shell-command):
11478 * net/tramp-gvfs.el (top):
11479 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
11480 (tramp-handle-shell-command): Use it.
11481 (tramp-dissect-file-name): Raise an error when hostname is a
11482 method name, and neither method nor user is specified.
11483
11484 * net/trampver.el: Update release number.
11485
33cef733
LL
114862013-03-18 Leo Liu <sdl.web@gmail.com>
11487
11488 Make sure eldoc can be turned off properly.
11489 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
11490 eldoc-mode.
11491 (eldoc-display-message-p): Revert last change.
11492 (eldoc-display-message-no-interference-p)
11493 (eldoc-print-current-symbol-info): Tweak.
11494
2167b7b2
TH
114952013-03-18 Tassilo Horn <tsdh@gnu.org>
11496
11497 * doc-view.el (doc-view-new-window-function): Check the new window
11498 overlay's display property instead the char property of the
11499 buffer's first char. Use `with-selected-window' instead of
11500 `save-window-excursion' with `select-window'.
11501 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 11502 display property instead the char property of the buffer's first char.
2167b7b2 11503
982efbcd
PE
115042013-03-18 Paul Eggert <eggert@cs.ucla.edu>
11505
11506 Automate the build of ja-dic.el (Bug#13984).
11507 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
11508 from the input, rather than assume that it's been done for us by the
11509 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
11510 the current date into a ja-dic.el comment, as that complicates
11511 regression testing.
11512
2fcc7665
SM
115132013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11514
11515 * whitespace.el: Fix double evaluation.
11516 (whitespace-space, whitespace-hspace, whitespace-tab)
11517 (whitespace-newline, whitespace-trailing, whitespace-line)
11518 (whitespace-space-before-tab, whitespace-indentation)
11519 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
11520 obsolete defvars.
11521 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
11522 (whitespace-color-on): Use a single font-lock-add-keywords call.
11523 Fix double-evaluation of face variables.
11524
67c0a6e6
MA
115252013-03-17 Michael Albinus <michael.albinus@gmx.de>
11526
2fcc7665
SM
11527 * net/tramp-adb.el (tramp-adb-parse-device-names):
11528 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 11529 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 11530
69489f1d
LL
115312013-03-17 Leo Liu <sdl.web@gmail.com>
11532
11533 Extend eldoc to display info in the mode-line. (Bug#13978)
11534 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
11535 (eldoc-mode-line-string): New variable.
11536 (eldoc-minibuffer-message): New function.
11537 (eldoc-message-function): New variable.
11538 (eldoc-message): Use it.
11539 (eldoc-display-message-p)
2fcc7665
SM
11540 (eldoc-display-message-no-interference-p):
11541 Support eldoc-post-insert-mode.
69489f1d
LL
11542
11543 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
11544 (eval-expression): Run it.
11545
9c44569e
RW
115462013-03-17 Roland Winkler <winkler@gnu.org>
11547
11548 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
11549 strings in the list of return values.
11550
327f1f6f
JB
115512013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11552
11553 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
11554 radix before checking for HMS forms.
11555
67ed8fcd
LL
115562013-03-16 Leo Liu <sdl.web@gmail.com>
11557
11558 * progmodes/scheme.el: Add indentation and font-locking for λ.
11559 (Bug#13975)
11560
78be8b64 115612013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
11562
11563 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
11564 token before point (bug#13942).
11565
78be8b64 115662013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 11567
95b43468 11568 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 11569
98e775e6
EZ
115702013-03-16 Eli Zaretskii <eliz@gnu.org>
11571
11572 * startup.el (command-line-normalize-file-name): Fix handling of
11573 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
11574 <xfq.free@gmail.com> in
11575 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
11576
2edd6029
MA
115772013-03-15 Michael Albinus <michael.albinus@gmx.de>
11578
11579 Sync with Tramp 2.2.7.
11580
11581 * net/trampver.el: Update release number.
11582
d35f5864
TH
115832013-03-14 Tassilo Horn <tsdh@gnu.org>
11584
e903c210 11585 * doc-view.el: Fix bug#13887.
f35ffe5e
TH
11586 (doc-view-insert-image): Don't modify overlay associated to
11587 non-live windows, and implement horizontal centering of image in
11588 case it's smaller than the window.
11589 (doc-view-new-window-function): Force redisplay of new windows on
11590 doc-view buffers.
d35f5864 11591
1c4a85ed
KF
115922013-03-13 Karl Fogel <kfogel@red-bean.com>
11593
11594 * saveplace.el (save-place-alist-to-file): Don't sort
11595 `save-place-alist', just pretty-print it (bug#13882).
11596
85b66a21
MA
115972013-03-13 Michael Albinus <michael.albinus@gmx.de>
11598
a020afb9
JB
11599 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
11600 Check whether `default-file-name-coding-system' is bound.
11601 It isn't in XEmacs.
85b66a21 11602
175600da
SM
116032013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11604
e7f7cb1a
SM
11605 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
11606 backquotes for `obsolete' (bug#13929).
11607
175600da
SM
11608 * international/mule.el (find-auto-coding): Include file name in
11609 obsolescence warning (bug#13922).
11610
ca68a22e
TZ
116112013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
11612
11613 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
11614 for CFEngine 3-specific indentation.
11615 (cfengine3-indent-line): Use it. Fix up category regex.
11616 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
11617
940e5099
SM
116182013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11619
11620 * type-break.el (type-break-file-name):
11621 * textmodes/remember.el (remember-data-file):
11622 * strokes.el (strokes-file):
11623 * shadowfile.el (shadow-initialize):
11624 * saveplace.el (save-place-file):
11625 * ps-bdf.el (bdf-cache-file):
11626 * progmodes/idlwave.el (idlwave-config-directory):
11627 * net/quickurl.el (quickurl-url-file):
11628 * international/kkc.el (kkc-init-file-name):
11629 * ido.el (ido-save-directory-list-file):
11630 * emulation/viper.el (viper-custom-file-name):
11631 * emulation/vip.el (vip-startup-file):
11632 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
11633 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
11634
cc725808
PE
116352013-03-12 Paul Eggert <eggert@cs.ucla.edu>
11636
11637 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
11638 * language/thai-word.el: Switch to UTF-8.
11639
a020afb9 11640See ChangeLog.16 for earlier changes.
e3d51b27
MR
11641
11642;; Local Variables:
11643;; coding: utf-8
e3d51b27
MR
11644;; End:
11645
ab422c4d 11646 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
11647
11648 This file is part of GNU Emacs.
11649
11650 GNU Emacs is free software: you can redistribute it and/or modify
11651 it under the terms of the GNU General Public License as published by
11652 the Free Software Foundation, either version 3 of the License, or
11653 (at your option) any later version.
11654
11655 GNU Emacs is distributed in the hope that it will be useful,
11656 but WITHOUT ANY WARRANTY; without even the implied warranty of
11657 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11658 GNU General Public License for more details.
11659
11660 You should have received a copy of the GNU General Public License
11661 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.