Mention eww
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
8bbdea0f
MR
12013-06-25 Martin Rudalics <rudalics@gmx.at>
2
3 * window.el (window--state-get-1): Workaround for bug#14527.
4 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
5
e82b0991
LMI
62013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7
8 * net/eww.el (eww-back-url): Implement the history by stashing all
9 the data into a list.
d3f0f918 10 (eww-forward-url): Allow going forward in the history, too.
e82b0991 11
c763842b
SM
122013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
15 for values and use read--expression for expressions (bug#14710).
16 (read-file-local-variable): Avoid setq.
17 (read-file-local-variable-mode): Use minor-mode-list.
18
bceff189
RW
192013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
20
21 * lisp/textmodes/bibtex.el (bibtex-generate-url-list): Add support
22 for DOI URLs.
23
45f431c6
RW
242013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
25
26 * lisp/textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
27 Update imenu-support when dialect changes.
28
f42d8237
LL
292013-06-25 Leo Liu <sdl.web@gmail.com>
30
31 * ido.el (ido-read-internal): Allow forward slash on windows.
32
be549ce6
LMI
332013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
34
35 * net/eww.el (eww): Start of strings is \\`, not ^.
36
71d4c19d
IK
372013-06-24 Ivan Kanis <ivan@kanis.fr>
38
5196f88a
IK
39 * net/shr.el (shr-browse-url): Fix interactive spec.
40
71d4c19d
IK
41 * net/eww.el (eww): Add a trailing slash to domain names.
42
ae36ca55
JB
432013-06-24 Juanma Barranquero <lekktu@gmail.com>
44
45 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
46
0ebd92a3
LMI
472013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
48
bdaa086b
LMI
49 * net/shr.el (shr-browse-url): Use an external browser if given a
50 prefix.
51
c763842b 52 * net/eww.el (eww-external-browser): Move to shr.
0ebd92a3 53
b89fc156
IK
542013-06-24 Ivan Kanis <ivan@kanis.fr>
55
56 * net/eww.el (eww): Work more correctly for file: URLs.
57 (eww-detect-charset): Allow quoted charsets.
58 (eww-yank-page-url): New command and keystroke.
59
18eb4bca
DU
602013-06-24 Daiki Ueno <ueno@gnu.org>
61
62 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
63 file name of gpg executable.
64 (epg-context-program): New function.
65 (epg-context-home-directory): New function.
66 (epg-context-set-program): New function.
67 (epg-context-set-home-directory): New function.
68 (epg--start): Use `epg-context-program' instead of
69 'epg-gpg-program'.
70 (epg--list-keys-1): Likewise.
71
6c6268c8
LL
722013-06-24 Leo Liu <sdl.web@gmail.com>
73
74 * ido.el (ido-read-internal): Fix bug#14620.
75
5e400cb3
JB
762013-06-23 Juanma Barranquero <lekktu@gmail.com>
77
78 * faces.el (face-documentation): Simplify.
79 (read-face-attribute, tty-find-type, x-resolve-font-name):
80 Use `string-match-p'.
81 (list-faces-display): Use `string-match-p'. Simplify.
82 (face-spec-recalc): Check face to avoid face alias loops.
83 (read-color): Use `string-match-p' and non-capturing parenthesis.
84
f3f9606c
LMI
852013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
86
87 * net/shr.el (shr-rescale-image): Use the new
88 :max-width/:max-height functionality.
89
a3ca09b9
IK
902013-06-23 Ivan Kanis <ivan@kanis.fr>
91
92 * net/eww.el (eww-search-prefix): New variable.
93 (eww): Use it.
f865b474
IK
94 (eww-external-browser): New variable.
95 (eww-mode-map): New keystroke.
96 (eww-browse-with-external-browser): New command.
a3ca09b9 97
e854cfc7
IK
98 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
99
18bb9e21
JB
1002013-06-23 Juanma Barranquero <lekktu@gmail.com>
101
102 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
103 Don't skip aligning the next header field when padding is 0;
104 otherwise, field width is not respected unless the title is as
105 wide as the field.
106
5b165ade
SM
1072013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
108
109 * emacs-lisp/package.el (package-el-version): Remove.
110 (package-process-define-package): Fix inf-loop.
111 (package-install): Allow symbols as arguments again.
112
12adebe9
DG
1132013-06-22 Dmitry Gutov <dgutov@yandex.ru>
114
115 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
116 add some more keyword-like methods.
117 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
118
388573ee
JB
1192013-06-22 Juanma Barranquero <lekktu@gmail.com>
120
121 * bs.el (bs-buffer-show-mark): Make defvar-local.
122 (bs-mode): Use setq-local.
123
124 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
125 (emacs-lock--try-unlocking): Make defvar-local.
126
3d94f3ad
GM
1272013-06-22 Glenn Morris <rgm@fencepost.gnu.org>
128
2663dd23
GM
129 * play/cookie1.el (cookie-apropos): Minor simplification.
130
3d94f3ad
GM
131 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
132
f72e2fdb
DG
1332013-06-22 Dmitry Gutov <dgutov@yandex.ru>
134
135 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
136 `regexp-opt', it breaks the build during dumping.
137
73eab938
DG
1382013-06-21 Dmitry Gutov <dgutov@yandex.ru>
139
c763842b
SM
140 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
141 Highlight keyword-like methods on Kernel and Module with
73eab938 142 font-lock-builtin-face.
5cf8176d
DG
143 (auto-mode-alist): Consolidate different entries into one regexp
144 and add more *file-s.
73eab938 145
d26255f6
SB
1462013-06-21 Stephen Berman <stephen.berman@gmx.net>
147
148 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
149
150 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
151 (diary-entry): Use it in the action of this button type instead of
152 diary-goto-entry.
153
154 * calendar/todo-mode.el: New version.
155 (todo-add-category): Append new category to end of file and give
156 it the highest number, instead of putting it at the beginning and
157 giving it 0. Incorporate noninteractive functionality.
158 (todo-forward-category): Adapt to 1-based category numbering.
159 Allow skipping over archived categories.
160 (todo-backward-category): Derive from todo-forward-category.
161 (todo-backward-item, todo-forward-item): Make noninteractive and
162 delegate interactive part to new commands. Make sensitive to done items.
163 (todo-categories): Make value an alist of category names and
164 vectors of item counts.
165 (todo-category-beg): Make a defconst.
166 (todo-category-number): Use 1 instead of 0 as initial value.
167 (todo-category-select): Make sensitive to overlays, optional item
168 highlighting and done items.
169 (todo-delete-item): Make sensitive to overlays and marked and done items.
170 (todo-edit-item): Make sensitive to overlays and editing of
171 date/time header optional. Add format checks.
172 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
173 no-op if point is not on an item. Advertise using todo-edit-quit.
174 (todo-edit-mode): Make sensitive to new format, font-locking, and
175 multiple todo files.
176 (todo-insert-item, todo-insert-item-here): Derive from
177 todo-basic-insert-item and extend functionality.
178 (todo-item-end, todo-item-start): Make sensitive to done items.
179 (todo-item-string): Don't return text properties. Restore point.
180 (todo-jump-to-category): Make sensitive to multiple todo files and
181 todo archives. Use extended category completion.
182 (todo-lower-item, todo-raise-item): Rename to *-priority and
183 derive from todo-set-item-priority.
184 (todo-mode): Derive from special-mode. Make sensitive to new
185 format, font-locking and multiple todo files. Make read-only.
186 (todo-mode-map): Don't suppress digit keys, so they can supply
187 prefix arguments. Add many new key bindings.
188 (todo-prefix): Insert as an overlay instead of file text.
189 Change semantics from diary date expression to purely visual mark.
190 (todo-print): Rename to todo-print-buffer. Make buffer display
191 features printable. Remove option to restrict number of items
192 printed. Add option to print to file.
193 (todo-print-function): Rename to todo-print-buffer-function.
194 (todo-quit): Extend to handle exiting new todo modes.
195 (todo-remove-item): Make sensitive to overlays.
196 (todo-save): Extend to buffers of filtered items.
197 (todo-show): Make sensitive to done items, multiple todo files and
198 new todo modes. Offer to convert legacy todo file before creating
199 first new todo file.
200 (todo-show-priorities): Rename to todo-top-priorities.
201 Change semantics of value 0.
202 (todo-top-priorities): Rename to todo-filter-top-priorities,
203 derive from todo-filter-items and extend functionality.
204 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
205 and extend functionality to other types of filtered items.
206 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
207 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
208 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
209 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
210 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
211 (todo-edit-mode-hook, todo-entry-prefix-function)
212 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
213 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
214 (todo-initials, todo-insert-threshold, todo-item-string-start)
215 (todo-line-string, todo-menu, todo-mode-hook)
216 (todo-more-important-p, todo-previous-answer, todo-previous-line)
217 (todo-print-priorities, todo-remove-separator)
218 (todo-save-top-priorities-too, todo-string-count-lines)
219 (todo-string-multiline-p, todo-time-string-format)
220 (todo-tmp-buffer-name): Remove.
221 (todo-add-file, todo-archive-done-item, todo-choose-archive)
222 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
223 (todo-edit-category-diary-inclusion)
224 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
225 (todo-edit-file, todo-edit-item-date-day)
226 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
227 (todo-edit-item-date-month, todo-edit-item-date-to-today)
228 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
229 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
230 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
231 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
232 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
233 (todo-filter-top-priorities-multifile, todo-find-archive)
234 (todo-find-filtered-items-file, todo-go-to-source-item)
235 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
236 (todo-jump-to-archive-category, todo-lower-category)
237 (todo-mark-category, todo-marked-item-p, todo-merge-category)
238 (todo-move-category, todo-move-item, todo-next-button)
239 (todo-next-item, todo-padded-string, todo-powerset)
240 (todo-previous-button, todo-previous-item)
241 (todo-print-buffer-to-file, todo-raise-category)
242 (todo-rename-category, todo-repair-categories-sexp, todo-search)
243 (todo-set-category-number, todo-set-item-priority)
244 (todo-set-top-priorities-in-category)
245 (todo-set-top-priorities-in-file, todo-show-categories-table)
246 (todo-sort-categories-alphabetically-or-numerically)
247 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
248 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
249 (todo-toggle-item-header, todo-toggle-item-highlighting)
250 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
251 (todo-toggle-view-done-items, todo-toggle-view-done-only)
252 (todo-unarchive-items, todo-unmark-category): New commands.
253 (todo-absolute-file-name, todo-add-to-buffer-list)
254 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
255 (todo-basic-insert-item, todo-category-completions)
256 (todo-category-number, todo-category-string-matcher-1)
257 (todo-category-string-matcher-2, todo-check-filtered-items-file)
258 (todo-check-format, todo-clear-matches)
259 (todo-comment-string-matcher, todo-convert-legacy-date-time)
260 (todo-current-category, todo-date-string-matcher)
261 (todo-define-insertion-command, todo-diary-expired-matcher)
262 (todo-diary-goto-entry, todo-diary-item-p)
263 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
264 (todo-display-categories, todo-display-sorted, todo-done-item-p)
265 (todo-done-item-section-p, todo-done-separator)
266 (todo-done-string-matcher, todo-files, todo-filter-items)
267 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
268 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
269 (todo-insert-category-line, todo-insert-item-from-calendar)
270 (todo-insert-sort-button, todo-insert-with-overlays)
271 (todo-insertion-command-name, todo-insertion-key-bindings)
272 (todo-label-to-key, todo-longest-category-name-length)
273 (todo-make-categories-list, todo-mode-external-set)
274 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
275 (todo-modes-set-3, todo-multiple-filter-files)
276 (todo-nondiary-marker-matcher, todo-prefix-overlays)
277 (todo-read-category, todo-read-date, todo-read-dayname)
278 (todo-read-file-name, todo-read-time)
279 (todo-reevaluate-category-completions-files-defcustom)
280 (todo-reevaluate-default-file-defcustom)
281 (todo-reevaluate-filelist-defcustoms)
282 (todo-reevaluate-filter-files-defcustom)
283 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
284 (todo-reset-done-separator, todo-reset-done-separator-string)
285 (todo-reset-done-string, todo-reset-global-current-todo-file)
286 (todo-reset-highlight-item, todo-reset-nondiary-marker)
287 (todo-reset-prefix, todo-set-categories)
288 (todo-set-date-from-calendar, todo-set-show-current-file)
289 (todo-set-top-priorities, todo-short-file-name)
290 (todo-show-current-file, todo-sort, todo-time-string-matcher)
291 (todo-total-item-counts, todo-update-buffer-list)
292 (todo-update-categories-display, todo-update-categories-sexp)
293 (todo-update-count, todo-validate-name, todo-y-or-n-p):
294 New functions.
295 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
296 New major modes.
297 (todo-categories, todo-display, todo-edit, todo-faces)
298 (todo-filtered): New defgroups.
299 (todo-archived-only, todo-button, todo-category-string, todo-date)
300 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
301 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
302 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
303 (todo-add-item-if-new-category, todo-always-add-time-string)
304 (todo-categories-align, todo-categories-archived-label)
305 (todo-categories-category-label, todo-categories-diary-label)
306 (todo-categories-done-label, todo-categories-number-separator)
307 (todo-categories-todo-label, todo-categories-totals-label)
308 (todo-category-completions-files, todo-completion-ignore-case)
309 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
310 (todo-done-separator-string, todo-done-string)
311 (todo-files-function, todo-filter-done-items, todo-filter-files)
312 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
313 (todo-initial-category, todo-initial-file, todo-item-mark)
314 (todo-legacy-date-time-regexp, todo-mode-line-function)
315 (todo-nondiary-marker, todo-number-prefix)
316 (todo-print-buffer-function, todo-show-current-file)
317 (todo-show-done-only, todo-show-first, todo-show-with-done)
318 (todo-skip-archived-categories, todo-top-priorities-overrides)
319 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
320 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
321 New defcustoms.
322 (todo-category-done, todo-date-pattern, todo-date-string-start)
323 (todo-diary-items-buffer, todo-done-string-start)
324 (todo-filtered-items-buffer, todo-item-start)
325 (todo-month-abbrev-array, todo-month-name-array)
326 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
327 (todo-top-priorities-buffer): New defconsts.
328 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
329 (todo-categories-with-marks, todo-category-string-face)
330 (todo-comment-face, todo-comment-string, todo-current-todo-file)
331 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
332 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
333 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
334 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
335 (todo-font-lock-keywords, todo-global-current-todo-file)
336 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
337 (todo-insertion-commands-args)
338 (todo-insertion-commands-args-genlist)
339 (todo-insertion-commands-names, todo-insertion-map)
340 (todo-key-bindings-t, todo-key-bindings-t+a)
341 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
342 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
343 (todo-nondiary-face, todo-print-buffer, todo-time-face)
344 (todo-visited): New variables.
345
cad5d1cb
GM
3462013-06-21 Glenn Morris <rgm@gnu.org>
347
348 * play/cookie1.el (cookie-apropos): Add optional display argument.
349 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
350 (psychoanalyze-pinhead): Use cookie-doctor.
351
9e277302
JB
3522013-06-21 Juanma Barranquero <lekktu@gmail.com>
353
354 * emacs-lisp/package.el (tar-get-file-descriptor)
355 (tar--extract): Declare.
356
c5b0993e
EW
3572013-06-21 Eduard Wiebe <usenet@pusto.de>
358
359 Extend flymake's warning predicate to be a function (bug#14217).
360 * progmodes/flymake.el (flymake-warning-predicate): New.
361 (flymake-parse-line): Use it.
362 (flymake-warning-re): Make obsolete alias to
363 `flymake-warning-predicate'.
364
a7d2d465
SM
3652013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 * emacs-lisp/package.el (package-alist): Include obsolete packages.
368 (package-obsolete-list): Remove.
369 (package-activate): Remove min-version argument. Add `force' argument.
370 Adjust to new package-alist format.
371 (package-mark-obsolete): Remove.
372 (package-unpack): Force reload of the package's autoloads.
373 (package-installed-p): Check builtins if the installed package is not
374 recent enough.
375 (package-initialize): Don't reset package-obsolete-list.
376 Don't specify which package version to activate.
377 (package-process-define-package, describe-package-1)
378 (package-menu--generate): Adjust to new package-alist format.
379
cedf5c9d
JB
3802013-06-21 Juanma Barranquero <lekktu@gmail.com>
381
382 * allout-widgets.el (allout-widgets-mode-off)
383 (allout-widgets-mode-on, allout-widgets-pre-command-business)
384 (allout-widgets-post-command-business)
385 (allout-widgets-after-copy-or-kill-function)
386 (allout-widgets-after-undo-function, allout-test-range-overlaps)
387 (allout-decorate-item-and-context)
388 (allout-graphics-modification-handler): Fix typos in docstrings.
389 (allout-get-or-create-parent-widget): Use `looking-at-p'.
390
391 * cmuscheme.el (scheme-start-file): Doc fix.
392 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
393 (scheme-input-filter): Use `string-match-p'.
394
395 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
396
397 * dired-x.el: Use Dired consistently in docstrings.
398
399 * dired.el: Use Dired consistently in docstrings.
400 (dired-readin, dired-mode): Use `setq-local'.
401 (dired-switches-alist): Make defvar-local.
402 (dired-buffers-for-dir): Use `zerop'.
403 (dired-safe-switches-p, dired-switches-escape-p)
404 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
405 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
406 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
407 (dired-goto-next-nontrivial-file): Use `string-match-p'.
408 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
409 (dired-toggle-marks, dired-mark-files-containing-regexp)
410 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
411 (dired-flag-auto-save-files, dired-flag-backup-files):
412 Use `looking-at-p'.
413 (dired-mark-files-regexp, dired-build-subdir-alist):
414 Use `string-match-p', `looking-at-p'.
415
416 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
417 (direct-print-region-helper): Use `string-match-p'.
418
aed838b5
LL
4192013-06-21 Leo Liu <sdl.web@gmail.com>
420
cedf5c9d
JB
421 * comint.el (comint-redirect-results-list-from-process):
422 Fix infinite loop.
aed838b5 423
d80a808f
LMI
4242013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
425
426 * net/eww.el (eww-update-header-line-format): Quote % characters.
427
e7a526e3
GM
4282013-06-21 Glenn Morris <rgm@gnu.org>
429
430 * play/cookie1.el (cookie): New custom group.
431 (cookie-file): New option.
432 (cookie-check-file): New function.
433 (cookie): Make it interactive. Make start and end messages optional.
434 Interactively, display the result. Default to cookie-file.
435 (cookie-insert): Default to cookie-file.
436 (cookie-snarf): Make start and end messages optional.
437 Default to cookie-file. Use with-temp-buffer.
438 (cookie-read): Rename from read-cookie.
439 Make start and end messages optional. Default to cookie-file.
440 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7f8e3b22 441 Do not autoload it.
e7a526e3
GM
442 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
443 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
444
62efb35e
LL
4452013-06-21 Leo Liu <sdl.web@gmail.com>
446
447 * progmodes/octave.el (octave-mode): Backward compatibility fix.
448
21e3f963
GM
4492013-06-21 Glenn Morris <rgm@gnu.org>
450
451 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
452
fd846ab4
SM
4532013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
454 Daniel Hackney <dan@haxney.org>
455
456 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
457 Consolidate the single-file vs tarball code.
458 (package-desc-suffix): New function.
459 (package-desc-full-name): Don't bother inlining it.
460 (package-load-descriptor): Return the new package-desc.
461 (package-mark-obsolete): Remove unused arg `package'.
462 (package-unpack): Make it work for single files as well.
463 Make it update package-alist.
464 (package--make-autoloads-and-stuff): Rename from
465 package--make-autoloads-and-compile. Don't compile any more.
466 (package--compile): New function.
467 (package-generate-description-file): New function, extracted from
468 package-unpack-single.
469 (package-unpack-single): Remove.
470 (package--with-work-buffer): Add indentation and debugging info.
471 (package-download-single): Remove.
472 (package-install-from-archive): Rename from package-download-tar, make
473 it take a pkg-desc, and make it work for single files as well.
474 (package-download-transaction): Simplify.
475 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
476 external tar program.
477 (package-install-from-buffer): Remove `pkg-desc' argument.
478 Use package-tar-file-info for tar-mode buffers.
479 (package-install-file): Simplify accordingly.
480 (package-archive-base): Change to take a pkg-desc.
481 * tar-mode.el (tar--check-descriptor): New function, extracted from
482 tar-get-descriptor.
483 (tar-get-descriptor): Use it.
484 (tar-get-file-descriptor): New function.
485 (tar--extract): New function, extracted from tar-extract.
486 (tar--extract): Use it.
487 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
488 case the summary uses non-ascii. Adjust to new calling convention of
489 package-tar-file-info.
490
b7deae5e
LL
4912013-06-21 Leo Liu <sdl.web@gmail.com>
492
fd846ab4
SM
493 * comint.el (comint-redirect-results-list-from-process):
494 Fix random delay. (Bug#14681)
b7deae5e 495
7a65a0b2
JB
4962013-06-21 Juanma Barranquero <lekktu@gmail.com>
497
498 * profiler.el (profiler-format-number): Use log, not log10.
499
1493c2af
JB
5002013-06-20 Juanma Barranquero <lekktu@gmail.com>
501
502 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
503
aff6371e
SM
5042013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
507 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
508 yet available.
509 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
510 (AUTOGENEL): ... here.
511 * emacs-lisp/cl-macs.el (cl--sublis): New function.
512 (cl--defsubst-expand): Use it.
513
89561f72
PE
5142013-06-20 Paul Eggert <eggert@cs.ucla.edu>
515
516 * subr.el (log10): Move here from C code, and declare as obsolete.
517 All uses of (log10 X) replaced with (log X 10).
518
47199123
JB
5192013-06-20 Juanma Barranquero <lekktu@gmail.com>
520
521 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
522 Declare with `defvar-local'.
523 (tabulated-list-use-header-line, tabulated-list-entries)
524 (tabulated-list-padding, tabulated-list-printer)
525 (tabulated-list-sort-key): Declare with `defvar-local'.
526 (tabulated-list-init-header, tabulated-list-print-fake-header):
527 Use `setq-local'.
528
4a172eab
MA
5292013-06-20 Michael Albinus <michael.albinus@gmx.de>
530
47199123
JB
531 * arc-mode.el (archive-mode): Add `archive-write-file' to
532 `write-contents-functions' also for remote files. (Bug#14652)
4a172eab 533
5fc0acc0
JB
5342013-06-20 Juanma Barranquero <lekktu@gmail.com>
535
d5b27848
JB
536 * cus-edit.el (custom-commands): Fix typos.
537 (custom-display): Fix tooltip text.
538 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
539 Fix typos in docstrings.
540 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
541 (custom-unlispify-menu-entry, custom-magic-value-create)
542 (custom-add-see-also, custom-group-value-create): Use ?\s.
543 (custom-guess-type, customize-apropos, editable-field)
544 (custom-face-value-create): Use `string-match-p'.
545 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
546
547 * custom.el (custom-load-symbol): Use `string-match-p'.
548
a5c581d8
JB
549 * ansi-color.el: Convert to lexical binding.
550 (ansi-colors): Fix URL.
551 (ansi-color-context, ansi-color-context-region): Use defvar-local.
552 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
553 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
554
970ad972
G
5552013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
556
557 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
558
559 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
560
5612013-06-19 Tom Tromey <tromey@redhat.com>
562
563 * net/eww.el (eww-top-url): Remove.
564 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
565 (eww-render): Set new variables. Don't set eww-top-url.
566 (eww-handle-link): Handle "prev", "home", and "contents".
567 Downcase the rel text.
568 (eww-top-url): Choose best top URL.
569
5702013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
571
572 * net/eww.el: Rewrite to implement form elements "by hand" instead of
573 relying in widget.el. Using widget.el leads to too many
574 user interface inconsistencies.
575 (eww-self-insert): Implement entering commands in text fields.
576 (eww-process-text-input): New function to make text input field editing
577 work.
578 (eww-submit): Rewrite to use the new-style form methods.
579 (eww-select-display): Display the correct selected item.
580 (eww-change-select): Implement changing the select value.
581 (eww-toggle-checkbox): Implement radio/checkboxes.
582 (eww-update-field): Fix compilation error.
583 (eww-tag-textarea): Implement <textarea>.
584
585 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
586 we don't shadow mode-specific bindings.
587
588 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
589 nothing to push.
590
591 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
592
3db52056
GM
5932013-06-19 Glenn Morris <rgm@fencepost.gnu.org>
594
595 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
596
15b263dc
MA
5972013-06-19 Michael Albinus <michael.albinus@gmx.de>
598
599 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
600 not needed.
601
602 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
603
8f5297f7
LMI
6042013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
605
606 * net/browse-url.el (browse-url-browser-function):
607 `eww-browse-url' has the right calling signature, `eww' does not.
608
011c4552
GM
6092013-06-19 Glenn Morris <rgm@gnu.org>
610
2285bd27
GM
611 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
612 Only eval autoloaded macros.
613 (byte-compile-autoload): Only give the macro warning for macros.
614
1d653303
GM
615 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
616 (ps-underlined-faces): Declare.
617
bdd779ec
GM
618 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
619 (speedbar-add-supported-extension): Declare.
620
011c4552
GM
621 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
622 Don't include a date stamp in the header of the generated file;
623 it leads to needless differences between output files.
624
e59dfb0e
MA
6252013-06-19 Michael Albinus <michael.albinus@gmx.de>
626
c763842b
SM
627 * net/secrets.el (secrets-struct-secret-content-type):
628 Replace check of introspection data by a test call of "CreateItem".
fd846ab4 629 Some servers do not offer introspection.
e59dfb0e 630
102626e2
SM
6312013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
632
633 * electric.el (electric-pair-mode): Improve interaction with
634 electric-layout-mode.
635 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
636 (electric-pair-syntax): Use text-mode-syntax-table in comments
637 and strings.
638 (electric-pair--insert): New function.
639 (electric-pair-post-self-insert-function): Use it and
640 electric--after-char-pos.
641
ad528125
LL
6422013-06-19 Leo Liu <sdl.web@gmail.com>
643
644 * progmodes/octave.el (octave-help): Fix regexp.
645
924d6997
G
6462013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
647
648 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
649 (shr-table-horizontal-line): Allow nil as a value, and change the
650 default.
651 (shr-insert-table-ruler): Respect the nil value.
652
6532013-06-18 Tom Tromey <tromey@barimba>
654
655 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
656 New defvars.
657 (eww-open-file): New defun.
658 (eww-render): Initialize new variables.
659 (eww-display-html): Handle "link" and "a".
660 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
661 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
662 (eww-back-url): Rename from eww-previous-url.
102626e2
SM
663 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
664 New defuns.
924d6997 665
d1bbba4f
DG
6662013-06-18 Dmitry Gutov <dgutov@yandex.ru>
667
668 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
669 Distinguish ternary operator tokens from slash symbol and slash
670 char literal.
671
14dd22d2
JB
6722013-06-18 Juanma Barranquero <lekktu@gmail.com>
673
674 Convert symbol prettification into minor mode and global minor mode.
675
676 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
677 `prog-prettify-symbols', and make a local defvar instead of defcustom.
678 (prettify-symbols--keywords): Rename from
679 `prog-prettify-symbols-alist' and make a local defvar.
680 (prettify-symbols--compose-symbol): Rename from
681 `prog--prettify-font-lock-compose-symbol'.
682 (prettify-symbols--make-keywords): Rename from
683 `prog-prettify-font-lock-symbols-keywords' and simplify.
684 (prog-prettify-install): Remove.
685 (prettify-symbols-mode): New minor mode, based on
686 `prog-prettify-install'.
687 (turn-on-prettify-symbols-mode): New function.
688 (global-prettify-symbols-mode): New globalized minor mode.
689
690 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
691 * progmodes/cfengine.el (cfengine3-mode):
692 * progmodes/perl-mode.el (perl-mode): Don't call
693 `prog-prettify-install'; set `prettify-symbols-alist' instead.
694
292c880c
JL
6952013-06-18 Juri Linkov <juri@jurta.org>
696
697 * files-x.el (modify-file-local-variable-message): New function.
698 (modify-file-local-variable)
699 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
700 and call `modify-file-local-variable-message' when it's non-nil.
701 (add-file-local-variable, delete-file-local-variable)
702 (add-file-local-variable-prop-line)
703 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
704 and use it. (Bug#9820)
705
0950aa27
JL
7062013-06-18 Juri Linkov <juri@jurta.org>
707
708 * emulation/vi.el (vi-shell-op):
709 * emulation/vip.el (vip-execute-com, ex-command):
710 * emulation/viper-cmd.el (viper-exec-bang):
711 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
712 the call of `shell-command-on-region'. (Bug#14637)
713
714 * simple.el (shell-command-on-region): Doc fix.
715
8fbcca16
SM
7162013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
717
718 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
719 (bug#14633).
720
dd7426ea
GM
7212013-06-18 Glenn Morris <rgm@gnu.org>
722
4ba54f7d
GM
723 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
724
dd7426ea
GM
725 * newcomment.el (comment-search-forward, comment-search-backward):
726 Doc fix. (Bug#14376)
727
58aa805b
JB
7282013-06-18 Juanma Barranquero <lekktu@gmail.com>
729
730 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
731 (buffer-face-mode-invoke): Doc fix.
732
9a08a617
MM
7332013-06-18 Matthias Meulien <orontee@gmail.com>
734
735 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
736
f2f426ca
GM
7372013-06-18 Glenn Morris <rgm@gnu.org>
738
9445f99b
GM
739 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
740 Replace obsolete function generic-make-keywords with its expansion.
741
e0df2d14
GM
742 * progmodes/python.el (ffap-alist): Declare.
743
f2f426ca
GM
744 * textmodes/reftex.el (bibtex-mode-map): Declare.
745
f7f9a720
SM
7462013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
749 (package-unpack, package-unpack-single): Return the pkg-dir.
750 (package-download-transaction): Use it to update package-alist.
751
57ff04e0
LMI
7522013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
753
754 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
755 possible choice.
756
c048c022
JL
7572013-06-17 Juri Linkov <juri@jurta.org>
758
759 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
760
b5bcaee5
DG
7612013-06-17 Dmitry Gutov <dgutov@yandex.ru>
762
a020afb9
JB
763 * emacs-lisp/package.el (package-load-descriptor):
764 Remove `with-syntax-table' call, `read' doesn't need it.
b5bcaee5
DG
765 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
766
551e07e5
JB
7672013-06-17 Juanma Barranquero <lekktu@gmail.com>
768
769 * startup.el (command-line): Expand package name returned by
770 `package--description-file' (bug#14639).
771
d363bffb
DG
7722013-06-17 Dmitry Gutov <dgutov@yandex.ru>
773
774 * emacs-lisp/package.el (package-load-descriptor): Do not call
775 `emacs-lisp-mode', just use its syntax table.
776
f612933b
JB
7772013-06-17 Juanma Barranquero <lekktu@gmail.com>
778
779 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
780 `font-lock-extra-managed-props' if any prettifying keyword is added.
781 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
782 (prog-mode): Use `setq-local'.
783
db3b7db5
SM
7842013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
785
786 * international/characters.el (standard-case-table): Set syntax of ?»
787 and ?« to punctuation.
788
f3d674df
JB
7892013-06-16 Juanma Barranquero <lekktu@gmail.com>
790
791 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
792 Save relevant match data before calling `syntax-ppss' (bug#14595).
793
31489a32
JL
7942013-06-15 Juri Linkov <juri@jurta.org>
795
796 * files-x.el (modify-file-local-variable-prop-line): Add local
797 variables to the end of the existing comment on the first line.
798 Use `file-auto-mode-skip' to skip interpreter magic line,
799 and also skip XML declaration.
800
66bd25ab
SM
8012013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
802
803 * startup.el (package--builtin-versions): New var.
804 (package-subdirectory-regexp): Remove.
805 (package--description-file): Hard code its value instead.
806
807 * emacs-lisp/package.el: Don't activate packages older than builtin.
808 (package-obsolete-list): Rename from package-obsolete-alist, and make
809 it into a simple list of package-desc.
810 (package-strip-version): Remove.
811 (package-built-in-p): Use package--builtin-versions.
812 (package-mark-obsolete): Simplify.
813 (package-process-define-package): Mark it obsolete if older than the
814 builtin version.
815 (package-handle-response): Use line-end-position.
816 (package-read-archive-contents, package--download-one-archive):
817 Simplify.
818 (package--add-to-archive-contents): Skip if older than the builtin or
819 installed version.
820 (package-menu-describe-package): Fix last change.
821 (package-list-unversioned): New var.
822 (package-menu--generate): Use it.
823
824 * emacs-lisp/autoload.el: Manage package--builtin-versions.
825 (autoload--insert-text, autoload--insert-cookie-text): New functions.
826 (autoload-builtin-package-versions): New variable.
827 (autoload-generate-file-autoloads): Use them.
828 Remove the list of autoloaded functions/macros from the
829 (autoload...) comments.
830
831 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
832
9583ec36
EZ
8332013-06-15 Eli Zaretskii <eliz@gnu.org>
834
835 * simple.el (line-move-partial): Don't jump to the next screen
836 line as soon as it becomes visible. Instead, continue enlarging
837 the vscroll until the portion of a tall screen line that's left on
838 display is about the height of the frame's default font.
839 (Bug#14567)
840
f0100d8a
GM
8412013-06-15 Glenn Morris <rgm@gnu.org>
842
b86a85ca
GM
843 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
844 compilation-error-regexp-alist void, or local while let-bound.
845
f0100d8a
GM
846 * progmodes/make-mode.el (makefile-mode-syntax-table):
847 Treat "=" as punctuation. (Bug#14614)
848
05e7ce90
JB
8492013-06-15 Juanma Barranquero <lekktu@gmail.com>
850
851 * help-fns.el (describe-variable):
852 Add extra line for permanent-local variables.
853
12e5e86e
SH
8542013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
855
856 * progmodes/scheme.el (scheme-font-lock-keywords-2):
857 Add export, import, library. (Bug#9164)
858 (library): Set indent function.
859
230dcbaf
GM
8602013-06-14 Glenn Morris <rgm@gnu.org>
861
862 * term/xterm.el (xterm--query):
863 Stop after first matching handler. (Bug#14615)
864
a020afb9 8652013-06-14 Ivan Kanis <ivan@kanis.fr>
d4466a91
IK
866
867 Add support for dired in saveplace.
868 * dired.el (dired-initial-position-hook): New variable.
869 (dired-initial-position): Call hook to place cursor position.
870 * saveplace.el (save-place-to-alist): Add dired position.
871 (save-place-dired-hook): New function.
872
0b31660d
SM
8732013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
874
bf1e6ae8
SM
875 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
876 through a symbol rather than letrec.
877
1b8dff23
SM
878 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
879 (package-desc): Add `dir' field.
880 (package-desc-full-name): New function.
881 (package-load-descriptor): Combine the two arguments. Don't use `load'.
882 (package-maybe-load-descriptor): Remove.
883 (package-load-all-descriptors): Just call package-load-descriptor.
884 (package--disabled-p): New function.
885 (package-desc-vers, package-desc-doc): Remove aliases.
886 (package--dir): Remove function.
887 (package-activate): Check if a package is disabled.
888 (package-process-define-package): New function, extracted from
889 define-package.
890 (define-package): Turn into a place holder.
891 (package-unpack-single, package-tar-file-info):
892 Use package--description-file.
893 (package-compute-transaction): Use package--disabled-p.
894 (package-download-transaction): Don't call
895 package-maybe-load-descriptor since they're all loaded anyway.
896 (package-install): Change argument to be a pkg-desc.
897 (package-delete): Use a single pkg-desc argument.
898 (describe-package-1): Use package-desc-dir instead of package--dir.
899 Use package-desc property instead of package-symbol.
900 (package-install-button-action): Adjust accordingly.
901 (package--push): Rewrite.
902 (package-menu--print-info): Adjust accordingly. Change the ID format
903 to be a pkg-desc.
904 (package-menu-describe-package, package-menu-get-status)
905 (package-menu--find-upgrades, package-menu-mark-upgrades)
906 (package-menu-execute, package-menu--name-predicate):
907 Adjust accordingly.
908 * startup.el (package--description-file): New function.
909 (command-line): Use it.
910 * emacs-lisp/package-x.el (package-upload-buffer-internal):
911 Use package-desc-version.
912
0b31660d
SM
913 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
914 (byte-compile-preprocess): Use it.
915 (byte-compile-file-form-defalias): Try a bit harder to use macros we
916 can't quite recognize.
917 (byte-compile-add-to-list): Remove.
918 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
919 (cconv-closure-convert): Add assertion.
920
921 * emacs-lisp/map-ynp.el: Use lexical-binding.
922 (map-y-or-n-p): Remove unused vars `tail' and `object'.
923 Factor out some repeated code.
924
de0503df
SM
9252013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * subr.el (with-eval-after-load): New macro.
928 (eval-after-load): Allow form to be a function.
929 take advantage of lexical-binding.
930 (do-after-load-evaluation): Use dolist and adjust to new format.
931 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
932
bc5c8c5a
JL
9332013-06-13 Juri Linkov <juri@jurta.org>
934
935 * replace.el (perform-replace): Display "symbol " and other search
936 modes from `isearch-message-prefix' in the *Help* buffer.
937
938 * isearch.el (isearch-query-replace): Add " symbol" and other
939 possible search modes from `isearch-message-prefix' to the prompt.
940 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
941 when reading a regexp to collect.
942
a22289f7
JL
9432013-06-13 Juri Linkov <juri@jurta.org>
944
945 * isearch.el (word-search-regexp): Match whitespace if the search
946 string begins or ends in whitespace. The LAX arg is applied to
947 both ends of the search string. Use `regexp-quote' and explicit
948 \< and \> instead of \b. Use \` and \' instead of ^ and $.
949 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
950 boundaries are replaced with symbol boundaries, and characters
951 between symbols match non-word non-symbol syntax. (Bug#14602)
952
cb89acab
JL
9532013-06-13 Juri Linkov <juri@jurta.org>
954
955 * isearch.el (isearch-del-char): Don't exceed the length of
956 `isearch-string' by the prefix arg. (Bug#14563)
957
6e8cfc81
JL
9582013-06-13 Juri Linkov <juri@jurta.org>
959
960 * isearch.el (isearch-yank-word, isearch-yank-line)
961 (isearch-char-by-name, isearch-quote-char)
962 (isearch-printing-char, isearch-process-search-char):
963 Add optional count prefix arg. (Bug#14563)
964
965 * international/isearch-x.el
966 (isearch-process-search-multibyte-characters):
967 Add optional count prefix arg.
968
c23d55f4
VS
9692013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
970
971 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
972 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
973 lexical-binding.
974
9752013-06-13 Vitalie Spinu <spinuvit@gmail.com>
976
977 * subr.el (set-temporary-overlay-map): Add on-exit argument.
978
ba947bc4
GM
9792013-06-13 Glenn Morris <rgm@gnu.org>
980
8baeb37a
GM
981 * startup.el (tty-handle-args):
982 Don't just discard "--" and anything after. (Bug#14608)
983
ba947bc4
GM
984 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
985
9abefce4
MA
9862013-06-13 Michael Albinus <michael.albinus@gmx.de>
987
988 Implement changes in Secret Service API. Make it backward compatible.
989 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
990 (secrets-create-item): Use it. Prefix properties with interface.
991
5755011f
MH
9922013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
993
994 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
995 (term-emulate-terminal): Respect term-suppress-hard-newline.
996
1261d2da
S
9972013-06-13 E Sabof <esabof@gmail.com> (tiny change)
998
999 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1000 Only remove a `thumb-file' overlay. (Bug#14548)
1001
868490bb
GJ
10022013-06-12 Grégoire Jadi <daimrod@gmail.com>
1003
1004 * mail/reporter.el (reporter-submit-bug-report):
1005 Handle missing package-name. (Bug#14600)
1006
79d7167f
TH
10072013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1008
1009 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
1010 (reftex-citation-prompt, reftex-default-bibliography)
1011 (reftex-bib-or-thebib, reftex-get-bibfile-list)
1012 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1013 (reftex-bib-sort-author, reftex-bib-sort-year)
1014 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
1015 (reftex-extract-bib-entries-from-thebibliography)
1016 (reftex-get-bibkey-default, reftex-get-bib-names)
1017 (reftex-parse-bibtex-entry, reftex-get-bib-field)
1018 (reftex-format-bib-entry, reftex-parse-bibitem)
1019 (reftex-format-bibitem, reftex-do-citation)
1020 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
1021 (reftex-restrict-bib-matches, reftex-extract-bib-file)
1022 (reftex-insert-bib-matches, reftex-format-citation)
1023 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
1024 (reftex-create-bibtex-file): Add docstrings, mostly by converting
1025 existing comments into docstrings.
1026
5f9dbd7a
XF
10272013-06-12 Xue Fuqiao <xfq.free@gmail.com>
1028
1029 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
1030
94df41ab
AS
10312013-06-12 Andreas Schwab <schwab@suse.de>
1032
1033 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
1034 for auto-save files.
1035
a7f3fecc
GM
10362013-06-12 Glenn Morris <rgm@gnu.org>
1037
001809f6
GM
1038 * ido.el (ido-delete-ignored-files): Remove.
1039 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
1040 Go back to calling ido-ignore-item-p directly.
a7f3fecc 1041
834b5ded
EL
10422013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
1043
08c73ed2
EL
1044 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
1045
834b5ded
EL
1046 * ido.el (ido-delete-ignored-files): New function,
1047 split from ido-make-file-list-1.
1048 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
1049 (ido-make-file-list-1): Use ido-delete-ignored-files.
1050
daabf15a
LL
10512013-06-12 Leo Liu <sdl.web@gmail.com>
1052
1053 * progmodes/octave.el (inferior-octave-startup)
1054 (inferior-octave-completion-table)
1055 (inferior-octave-track-window-width-change)
1056 (octave-eldoc-function-signatures, octave-help)
1057 (octave-find-definition): Use single quoted strings.
1058 (inferior-octave-startup-args): Change default value.
1059 (inferior-octave-startup): Do not hard code "-i" and
1060 "--no-line-editing".
1061 (inferior-octave-resync-dirs): Add optional arg NOERROR.
1062 (inferior-octave-directory-tracker): Use it.
1063 (octave-goto-function-definition): Robustify.
1064 (octave-help): Support highlighting operators in 'See also'.
1065 (octave-find-definition): Find subfunctions only in Octave mode.
1066
cf4e5178
SM
10672013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * help-fns.el (help-fns--compiler-macro): If the handler function is
1070 named, then put a link to it.
1071 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
1072 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
1073 (cl-typep): Use it.
1074 (cl-eval-when): Simplify debug spec.
1075 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
1076 compiler-macro function instead of setting `compiler-macro-file'.
1077
99c81280 10782013-06-12 Xue Fuqiao <xfq.free@gmail.com>
cd0527a4
XF
1079
1080 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
1081 * vc/vc-hooks.el (vc-stay-local): Doc fix.
1082
f56be016
SM
10832013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1084 Daniel Hackney <dan@haxney.org>
1085
1086 First part of Daniel Hackney's patch to package.el.
1087 * emacs-lisp/package.el: Use defstruct.
1088 (package-desc): New, main struct.
1089 (package--bi-desc, package--ac-desc): New structs, used to describe the
1090 format in external files.
1091 (package-desc-vers): Replace with package-desc-version accessor.
1092 (package-desc-doc): Replace with package-desc-summary accessor.
1093 (package-activate-1): Remove `package' arg since the pkg-vec now
1094 includes the name.
1095 (define-package): Use package-desc-from-define.
1096 (package-unpack-single): Change file-name arg to be a symbol.
1097 (package--add-to-archive-contents): Use package-desc-create and new
1098 accessor functions to package--ac-desc.
1099 (package-buffer-info, package-tar-file-info): Return a package-desc.
1100 (package-install-from-buffer): Remove `type' argument. Change pkg-info
1101 arg to be a package-desc.
1102 (package-install-file): Adjust accordingly. Use \' to match EOS.
1103 (package--from-builtin): New function.
1104 (describe-package-1, package-menu--generate): Use it.
1105 (package--make-autoloads-and-compile): Change name arg to be a symbol.
1106 (package-generate-autoloads): Idem and return the name of the file.
1107 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1108 Change pkg-info arg to be a package-desc.
1109 Use package-make-ac-desc.
1110 (package-upload-file): Use \' to match EOS.
1111 * finder.el (finder-compile-keywords): Use package-make-builtin.
1112
31119d63
SM
11132013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1114
931a2762
SM
1115 * vc/vc.el (vc-deduce-fileset): Change error message.
1116 (vc-read-backend): New function.
1117 (vc-next-action): Use it.
1118
5a3eb0c6
SM
1119 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
1120
e3eb1bb7
SM
1121 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
1122 (prolog-font-lock-keywords): Use regexp-opt instead.
1123 Don't manually highlight strings.
1124 (prolog-mode-variables): Simplify comment-start-skip.
1125 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
1126
31119d63
SM
1127 * emacs-lisp/generic.el (generic--normalise-comments)
1128 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
1129 (generic-mode-set-comments): Use them.
1130 (generic-bracket-support): Use setq-local.
1131 (generic-make-keywords-list): Declare obsolete.
1132
7de135d0
GM
11332013-06-11 Glenn Morris <rgm@gnu.org>
1134
1135 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1136 Prettify after setting font-lock-defaults. (Bug#14574)
1137
fa6bc6fd
JB
11382013-06-11 Juanma Barranquero <lekktu@gmail.com>
1139
1140 * replace.el (query-replace, occur-read-regexp-defaults-function)
1141 (replace-search):
1142 * subr.el (declare-function, number-sequence, local-set-key)
1143 (substitute-key-definition, locate-user-emacs-file)
1144 (with-silent-modifications, split-string, eval-after-load):
1145 Fix typos, remove unneeded backslashes and reflow some docstrings.
1146
cf1f9b9a
SM
11472013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
1150 default for Elisp files.
1151
56602a4b
GM
11522013-06-11 Glenn Morris <rgm@gnu.org>
1153
1154 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
1155 although define-derived-mode was doing this anyway. (Bug#14583)
1156
30ae0b2c
JB
11572013-06-10 Juanma Barranquero <lekktu@gmail.com>
1158
1159 * allout.el (allout-encryption-plaintext-sanitization-regexps):
1160 Fix make-variable-buffer-local call to refer to the correct variable.
1161
fa472906
AG
11622013-06-10 Aidan Gauland <aidalgol@amuri.net>
1163
1164 * eshell/em-term.el (eshell-visual-commands)
e7b41c4c
JB
1165 (eshell-visual-subcommands, eshell-visual-options):
1166 Add summary line to docstrings. Add cross-references.
fa472906 1167
ff4871b9
GM
11682013-06-10 Glenn Morris <rgm@gnu.org>
1169
1170 * epa.el (epa-read-file-name): New function. (Bug#14510)
1171 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
1172
04fcf1b0
AG
11732013-06-09 Aidan Gauland <aidalgol@amuri.net>
1174
1175 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
1176 output redirection to be ignored with visual commands.
1177
88b00caa
AG
11782013-06-09 Aidan Gauland <aidalgol@amuri.net>
1179
1180 * eshell/em-term.el (eshell-visual-command-p): New function.
f71b3317
AG
1181 (eshell-term-initialize): Move long lambda to separate function
1182 eshell-visual-command-p.
e7b41c4c
JB
1183 * eshell/em-dirs.el (eshell-dirs-initialise):
1184 * eshell/em-script.el (eshell-script-initialize):
1185 Add missing #' to lambda.
88b00caa 1186
fda74125
LL
11872013-06-08 Leo Liu <sdl.web@gmail.com>
1188
1189 * progmodes/octave.el (octave-add-log-current-defun): New function.
1190 (octave-mode): Set add-log-current-defun-function.
1191 (octave-goto-function-definition): Do not move point if not found.
1192 (octave-find-definition): Enhance to try subfunctions first.
1193
467f3b33
GM
11942013-06-08 Glenn Morris <rgm@gnu.org>
1195
1196 * emacs-lisp/bytecomp.el (byte-compile-char-before)
1197 (byte-compile-backward-char, byte-compile-backward-word):
1198 Improve previous change, to handle non-explicit nil.
1199
544badc3
SM
12002013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
1203 (smie--opener/closer-at-point): New function.
1204 (smie--matching-block-data): Use it. Don't match from right after an
1205 opener or right before a closer. Obey smie-blink-matching-inners.
1206 Don't signal a mismatch for repeated inners like "switch..case..case".
1207
a175bf33
LL
12082013-06-07 Leo Liu <sdl.web@gmail.com>
1209
1210 * progmodes/octave.el (octave-mode): Set comment-use-global-state
1211 to t. (Bug#14303)
ce8209d4
LL
1212 (octave-function-header-regexp): Fix. (Bug#14570)
1213 (octave-help-mode-finish-hook, octave-help-mode-finish):
1214 Remove. Just use temp-buffer-show-hook.
a175bf33
LL
1215
1216 * newcomment.el (comment-search-backward): Revert last change.
1217 (Bug#14434)
1218
1219 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
1220
a822acff
EZ
12212013-06-07 Eli Zaretskii <eliz@gnu.org>
1222
1223 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
1224 through xargs, to avoid failure due to MS-Windows limitations on
1225 command-line length.
1226
961166f5
GM
12272013-06-06 Glenn Morris <rgm@gnu.org>
1228
d0341459
GM
1229 * font-lock.el (lisp-font-lock-keywords-2):
1230 Treat user-error like error.
1231
961166f5
GM
1232 * emacs-lisp/bytecomp.el (byte-compile-char-before)
1233 (byte-compile-backward-char, byte-compile-backward-word):
1234 Handle explicit nil arguments. (Bug#14565)
1235
80fa505f
AM
12362013-06-05 Alan Mackenzie <acm@muc.de>
1237
1238 * isearch.el (isearch-allow-prefix): New user option.
d2bf7a98 1239 (isearch-other-meta-char): Don't exit isearch when a prefix
80fa505f 1240 argument is typed whilst `isearch-allow-prefix' is non-nil.
d2bf7a98 1241 (Bug#9706)
80fa505f 1242
fccdc796
SM
12432013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1244
1245 * autorevert.el (auto-revert-notify-handler): Use memq.
1246 Hide assertion failure.
1247
1248 * skeleton.el: Use cl-lib.
1249 (skeleton-further-elements): Use defvar-local.
1250 (skeleton-insert): Use cl-progv.
1251
9bfff84b
TZ
12522013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
1253
1254 * progmodes/prog-mode.el (prog-prettify-symbols)
1255 (prog-prettify-install): Update docstrings.
1256
55577e7c
SM
12572013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1258
1259 * simple.el: Move all the prog-mode code to prog-mode.el.
1260 * progmodes/prog-mode.el: New file.
1261 * loadup.el: Add prog-mode.el.
1262
8fc57765
TZ
12632013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
1264
1265 * simple.el (prog-prettify-symbols): Add version.
1266 (prog-prettify-install): Add convenience function to prettify symbols.
1267
1268 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
1269 (perl--augmented-font-lock-keywords-1)
1270 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
1271 variables and use it.
1272
1273 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
1274 (cfengine3-mode): Remove unneeded variable and use it.
1275
1276 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
1277 (lisp--augmented-font-lock-keywords-1)
1278 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
1279 Remove unneeded variables and use it.
1280
650645d5 12812013-06-05 João Távora <joaotavora@gmail.com>
28f5da6d
TZ
1282
1283 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
650645d5 1284 to point when opening the connection. (Bug#14380)
28f5da6d 1285
781b4af6
SM
12862013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1287
1288 * subr.el (load-history-regexp, load-history-filename-element)
1289 (eval-after-load, after-load-functions, do-after-load-evaluation)
1290 (eval-next-after-load, display-delayed-warnings)
1291 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
1292 definition of save-match-data.
1293 (overriding-local-map): Remove accidental obsolescence declaration.
1294
1295 * emacs-lisp/edebug.el (edebug-result): Move before first use.
1296
3ca0d0b4
TZ
12972013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
1298
1299 Generalize symbol prettify support to prog-mode and implement it
1300 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
1301 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
1302 (prog--prettify-font-lock-compose-symbol)
1303 (prog-prettify-font-lock-symbols-keywords): New variables and
1304 functions to support symbol prettification.
1305 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
1306 (lisp--augmented-font-lock-keywords-1)
1307 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
1308 (lisp--prettify-symbols-alist): Implement prettify of lambda.
1309 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
781b4af6
SM
1310 (cfengine3--prettify-symbols-alist, cfengine3-mode):
1311 Implement prettify of -> => :: strings.
3ca0d0b4
TZ
1312 * progmodes/perl-mode.el (perl-prettify-symbols)
1313 (perl--font-lock-compose-symbol)
1314 (perl--font-lock-symbols-keywords): Move to prog-mode.
1315 (perl--prettify-symbols-alist): Prettify -> => :: strings.
1316 (perl-font-lock-keywords-1)
1317 (perl-font-lock-keywords-2): Remove explicit prettify support.
1318 (perl--augmented-font-lock-keywords)
1319 (perl--augmented-font-lock-keywords-1)
781b4af6
SM
1320 (perl--augmented-font-lock-keywords-2, perl-mode):
1321 Implement prettify support.
3ca0d0b4 1322
976cb066
LL
13232013-06-05 Leo Liu <sdl.web@gmail.com>
1324
1325 Re-implement smie matching block highlight using
1326 show-paren-data-function. (Bug#14395)
1327 * emacs-lisp/smie.el (smie-matching-block-highlight)
1328 (smie--highlight-matching-block-overlay)
1329 (smie--highlight-matching-block-lastpos)
1330 (smie-highlight-matching-block)
1331 (smie-highlight-matching-block-mode): Remove.
1332 (smie--matching-block-data-cache): New variable.
1333 (smie--matching-block-data): New function.
1334 (smie-setup): Use smie--matching-block-data for
1335 show-paren-data-function.
1336
1337 * progmodes/octave.el (octave-mode-menu): Fix.
1338 (octave-find-definition): Skip garbage lines.
1339
208d0342
SM
13402013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1341
1342 Fix compilation error with simultaneous dynamic+lexical scoping.
1343 Add warning when a defvar appears after the first let-binding.
1344 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
1345 (byte-compile-close-variables): Initialize it.
1346 (byte-compile--declare-var): New function.
1347 (byte-compile-file-form-defvar)
1348 (byte-compile-file-form-define-abbrev-table)
1349 (byte-compile-file-form-custom-declare-variable): Use it.
1350 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
1351 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
1352 (byte-compile-bind): Handle dynamic bindings that shadow
1353 lexical bindings.
1354 (byte-compile-unbind): Make arg non-optional.
1355 (byte-compile-let): Simplify.
1356 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
1357 (cconv--analyse-function, cconv-analyse-form): Populate it.
1358 Protect byte-compile-bound-variables to limit the scope of defvars.
1359 (cconv-analyse-form): Add missing rule for (defvar <foo>).
1360 Remove unneeded rule for `declare'.
1361
1362 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
1363 so as to avoid depending on cl-adjoin at run-time.
1364 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
1365
1366 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
1367 (macroexp--warn-and-return): Use it.
1368
2587b005
LL
13692013-06-05 Leo Liu <sdl.web@gmail.com>
1370
1371 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
1372
f1da3c88
LL
13732013-06-04 Leo Liu <sdl.web@gmail.com>
1374
1375 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
1376 (compilation-auto-jump): Suppress the "Mark set" message to give
1377 way to exit message.
1378
3caa391f
AM
13792013-06-04 Alan Mackenzie <acm@muc.de>
1380
1381 Remove faulty optimisation from indentation calculation.
1382 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
1383 search limit based on 2000 characters back from indent-point.
1384
068922a2
TH
13852013-06-03 Tassilo Horn <tsdh@gnu.org>
1386
1387 * eshell/em-term.el (cl-lib): Require `cl-lib'.
1388
1f8fdd53
SM
13892013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1390
bbcc4d97
SM
1391 * emacs-lisp/lisp.el: Use lexical-binding.
1392 (lisp--local-variables-1, lisp--local-variables): New functions.
1393 (lisp--local-variables-completion-table): New var.
208d0342 1394 (lisp-completion-at-point): Use it complete let-bound vars.
bbcc4d97 1395
1f8fdd53
SM
1396 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
1397 eagerly (bug#14422).
1398
c9628c79
MA
13992013-06-03 Michael Albinus <michael.albinus@gmx.de>
1400
1401 * autorevert.el (auto-revert-notify-enabled)
1402 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
1403 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
1404 (auto-revert-notify-handler): Handle also gfilenotify.
1405
e7b41c4c 1406 * subr.el (file-notify-handle-event): New defun. Replacing ...
c9628c79 1407 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
781b4af6 1408 Remove.
c9628c79 1409
e5e4a942
JL
14102013-06-03 Juri Linkov <juri@jurta.org>
1411
1412 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
1413 `M-s h .'. (Bug#14427)
1414
1415 * hi-lock.el (highlight-symbol-at-point): New alias for the new
1416 command `hi-lock-face-symbol-at-point'.
1417 (hi-lock-face-symbol-at-point): New command.
1418 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
1419 (hi-lock-menu): Add `highlight-symbol-at-point'.
1420 (hi-lock-mode): Doc fix.
1421
1422 * isearch.el (isearch-forward-symbol-at-point): New command.
1423 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
1424 (isearch-highlight-regexp): Add a regexp which matches
1425 words/symbols for word/symbol mode.
1426
1427 * subr.el (find-tag-default-bounds): New function with the body
1428 mostly moved from `find-tag-default'.
1429 (find-tag-default): Move most code to `find-tag-default-bounds',
1430 call it and apply `buffer-substring-no-properties' afterwards.
1431
26b3353a
TH
14322013-06-03 Tassilo Horn <tsdh@gnu.org>
1433
781b4af6
SM
1434 * eshell/em-term.el (eshell-term-initialize):
1435 Use `cl-intersection' rather than `intersection'.
26b3353a 1436
51b60f53
XF
14372013-06-02 Xue Fuqiao <xfq.free@gmail.com>
1438
fe054b63 1439 * vc/log-view.el: Doc fix.
d3ffe17c 1440 (log-view-mode-map): Copy keymap from `special-mode-map'.
51b60f53 1441
a0eb10b3 14422013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
1443
1444 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
1445 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
1446 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
1447 (eieio-unbound, eieio-default-superclass)
1448 (eieio--define-field-accessors, method-static, method-before)
1449 (method-primary, method-after, method-num-lists)
1450 (method-generic-before, method-generic-primary)
1451 (method-generic-after, method-num-slots)
1452 (eieio-specialized-key-to-generic-key)
1453 (eieio--check-type, class-v, class-p)
1454 (eieio-class-name, define-obsolete-function-alias)
1455 (eieio-class-parents-fast, eieio-class-children-fast)
1456 (same-class-fast-p, class-constructor, generic-p)
1457 (generic-primary-only-p, generic-primary-only-one-p)
1458 (class-option-assoc, class-option, eieio-object-p)
1459 (class-abstract-p, class-method-invocation-order)
1460 (eieio-defclass-autoload-map, eieio-defclass-autoload)
1461 (eieio-class-un-autoload, eieio-defclass)
1462 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
1463 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
1464 (eieio--defgeneric-init-form, eieio-defgeneric-form)
1465 (eieio-defgeneric-reset-generic-form)
1466 (eieio-defgeneric-form-primary-only)
1467 (eieio-defgeneric-reset-generic-form-primary-only)
1468 (eieio-defgeneric-form-primary-only-one)
1469 (eieio-defgeneric-reset-generic-form-primary-only-one)
1470 (eieio-unbind-method-implementations)
1471 (eieio--defmethod, eieio--typep)
1472 (eieio-perform-slot-validation, eieio-validate-slot-value)
1473 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
1474 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
1475 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
1476 (eieio-slot-name-index, eieio-class-slot-name-index)
1477 (eieio-set-defaults, eieio-initarg-to-attribute)
1478 (eieio-attribute-to-initarg, eieio-c3-candidate)
1479 (eieio-c3-merge-lists, eieio-class-precedence-c3)
1480 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
1481 (eieio-class-precedence-list, eieio-generic-call-methodname)
1482 (eieio-generic-call-arglst, eieio-generic-call-key)
1483 (eieio-generic-call-next-method-list)
1484 (eieio-pre-method-execution-functions, eieio-generic-call)
1485 (eieio-generic-call-primary-only, eieiomt-method-list)
1486 (eieiomt-optimizing-obarray, eieiomt-install)
1487 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
1488 (eieio-generic-form, eieio-defmethod, make-obsolete)
4f405069 1489 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
890f7890
DE
1490 (defclass): Remove `eval-and-compile' from macro.
1491 (call-next-method, shared-initialize): Instead of using
1492 `scoped-class' variable, use new eieio--scoped-class, and
1493 eieio--with-scoped-class.
1494 (initialize-instance): Rename local variable 'scoped-class' to
1495 'this-class' to remove ambiguitity from old global.
1496
1497 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
1498 eieio.el.
4f405069
JB
1499 (eieio--scoped-class-stack): New variable.
1500 (eieio--scoped-class): New fcn.
890f7890
DE
1501 (eieio--with-scoped-class): New scoping macro.
1502 (eieio-defclass): Use pushnew instead of add-to-list.
1503 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
1504 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
1505 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
1506 `scoped-class' variable, use new eieio--scoped-class, and
1507 eieio--with-scoped-class.
1508
1509 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
1510
d105b0e2
TH
15112013-06-02 Tassilo Horn <tsdh@gnu.org>
1512
1513 * eshell/esh-ext.el (eshell-external-command): Pass args to
1514 `eshell-find-interpreter'.
1515 (eshell-find-interpreter): Add new second parameter ARGS.
1516
1517 * eshell/em-script.el (eshell-script-initialize): Add second arg
e7b41c4c 1518 to the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
1519
1520 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
e7b41c4c 1521 the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
1522
1523 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
1524 (eshell-visual-options): New defcustom.
1525 (eshell-escape-control-x): Adapt docstring.
1526 (eshell-term-initialize): Test `eshell-visual-subcommands' and
1527 `eshell-visual-options' in addition to `eshell-visual-commands'.
1528 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
1529
f46305c8 15302013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
f782d531
FEG
1531
1532 * progmodes/python.el (python-indent-block-enders): Add break,
1533 continue and raise keywords.
1534
d870df21
GM
15352013-06-01 Glenn Morris <rgm@gnu.org>
1536
9133b82e
GM
1537 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
1538
02c992ec 1539 Plain (f)boundp silences compilation warnings since Emacs 22.1.
683853b9
GM
1540 * progmodes/cc-cmds.el (delete-forward-p):
1541 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
1542 * progmodes/cc-engine.el (buffer-syntactic-context):
1543 * progmodes/cc-fonts.el (face-property-instance):
1544 * progmodes/cc-mode.el (set-keymap-parents):
1545 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
1546 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
1547 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
02c992ec
GM
1548 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
1549 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
683853b9 1550
31e7b090
GM
1551 * progmodes/cc-vars.el (other): Emacs has this widget since
1552 at least 21.1, so don't (re)define it.
1553
d870df21
GM
1554 * eshell/em-cmpl.el (eshell-cmpl-initialize):
1555 Replace the obsolete alias pcomplete-arg-quote-list.
1556
c75c93c7
LL
15572013-06-01 Leo Liu <sdl.web@gmail.com>
1558
1559 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
1560 punctuation syntax.
1561 (inferior-octave-minimal-columns)
1562 (inferior-octave-last-column-width): New variables.
1563 (inferior-octave-track-window-width-change): New function.
1564 (inferior-octave-mode): Adjust column width so that Octave output,
1565 for example from 'ls', can fit into the window nicely.
1566
973d1e12
DG
15672013-05-31 Dmitry Gutov <dgutov@yandex.ru>
1568
1569 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
1570 Highlight expansions inside regexp literals.
1571
0888c286
GM
15722013-05-31 Glenn Morris <rgm@gnu.org>
1573
e26aac1f
GM
1574 * obsolete/sym-comp.el (symbol-complete):
1575 Replace obsolete completion-annotate-function.
1576
0888c286
GM
1577 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
1578
19bb8e62
DG
15792013-05-31 Dmitry Gutov <dgutov@yandex.ru>
1580
781b4af6
SM
1581 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
1582 New function, checks if point is inside a literal that allows
19bb8e62
DG
1583 expression expansion.
1584 (ruby-syntax-propertize-expansion): Use it.
1585 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
1586 around the body.
1587
01dea85f
JL
15882013-05-30 Juri Linkov <juri@jurta.org>
1589
1590 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
1591 to "\M-si".
1592 (isearch-invisible): New variable.
1593 (isearch-forward): Doc fix.
1594 (isearch-mode): Set `isearch-invisible'
1595 to the value of `search-invisible'.
1596 (isearch-toggle-case-fold): Doc fix.
1597 (isearch-toggle-invisible): New command.
1598 (isearch-query-replace): Let-bind `search-invisible'
1599 to the value of `isearch-invisible'.
1600 (isearch-search): Use `isearch-invisible' instead of
1601 `search-invisible'. Let-bind `search-invisible'
1602 to the value of `isearch-invisible'. (Bug#11378)
1603
ab1bdce5
JL
16042013-05-30 Juri Linkov <juri@jurta.org>
1605
1606 * replace.el (perform-replace): Avoid `isearch-range-invisible'
1607 call when `query-flag' is nil and `search-invisible' is non-nil.
1608 (Bug#11746)
1609
d6d236e2
GM
16102013-05-30 Glenn Morris <rgm@gnu.org>
1611
8accd027
GM
1612 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
1613
2a8bed1c
GM
1614 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
1615 (cc-require): Suppress spurious "noruntime" warnings.
1616 (cc-require-when-compile): Use fboundp, for sake of compiler.
1617
d6d236e2
GM
1618 * progmodes/cc-mode.el: Move load of cc-vars before that of
1619 cc-langs (which in turn loads cc-vars), to quieten compiler.
1620
9190b35b
SM
16212013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1622
1623 * paren.el: Simplify the code.
1624 (show-paren-mode): Always start the timer.
1625 (show-paren--idle-timer): Rename from show-paren-idle-timer.
1626 (show-paren--overlay, show-paren--overlay-1): Rename from
1627 show-paren-overlay and show-paren-overlay-1, and initialize to an
1628 overlay rather than to nil.
1629 (show-paren-function): Misc cleanup and simplifications.
1630
4f8d1cf6
SM
16312013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1632
1633 * paren.el (show-paren-data-function): New hook.
1634 (show-paren--default): New function, extracted from show-paren-function.
1635 (show-paren-function): Use show-paren-data-function.
1636
02d844b5
GM
16372013-05-30 Glenn Morris <rgm@gnu.org>
1638
d209d4a9
GM
1639 * ielm.el (ielm-map, ielm-complete-symbol):
1640 Use completion-at-point rather than obsolete functions.
1641 (inferior-emacs-lisp-mode): Doc fix.
1642 Set completion-at-point-functions, rather than
1643 comint-dynamic-complete-functions.
1644
2082faa6
GM
1645 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
1646 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
1647 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
1648
dd8620de
GM
1649 * image.el (image-animated-p): Tweak definition.
1650
ceca95b1
GM
1651 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
1652 (rlogin-process-connection-type): Tweak default. Add set-after.
1653 (rlogin-host): Doc fix.
1654 (rlogin): Tweak prompt.
1655 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
1656
ee9f1acc
GM
1657 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1658 * progmodes/tcl.el (inferior-tcl-mode-map):
1659 Use completion-at-point rather than obsolete alias.
1660
45ce222e
GM
1661 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
1662
02d844b5
GM
1663 * minibuffer.el (read-file-name-completion-ignore-case):
1664 Move before completion--in-region, for eager macro expansion.
1665
ac44d6c1
JL
16662013-05-29 Juri Linkov <juri@jurta.org>
1667
1668 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
1669 for total count of matching lines. Add `global-matches' for total
1670 count of matches. Rename `matches' to `lines' for count of
1671 matching lines. Add `matches' for count of matches.
1672 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
1673 to `prev-line' for line number of prev match endpt.
1674 Increment `matches' for every match. Print the number of
1675 matching lines in the header.
1676 (occur-context-lines): Rename `lines' to `curr-line'.
1677 Rename `prev-lines' to `prev-line'. (Bug#14017)
1678
3c9c9d38
JL
16792013-05-29 Juri Linkov <juri@jurta.org>
1680
1681 * replace.el (perform-replace): Add `skip-read-only-count',
1682 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
1683 Increment them for corresponding conditions and report the number
1684 of skipped occurrences in the final message. (Bug#11746)
1685 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1686 (replace-string, replace-regexp): Doc fix.
1687
33e249a2
SM
16882013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1689
8e399682
SM
1690 * emacs-lisp/trace.el (trace--read-args): Provide a default.
1691
33e249a2 1692 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
781b4af6 1693 prog-mode-map (bug#14504).
33e249a2 1694
f236dd84
LL
16952013-05-29 Leo Liu <sdl.web@gmail.com>
1696
1697 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
1698 (octave-help): Small simplification.
1699
1700 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
1701 off the highlight first.
1702
3694d13f
GM
17032013-05-29 Glenn Morris <rgm@gnu.org>
1704
03983bdc
GM
1705 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
1706 Handle idlwave-last-system-routine-info-cons-cell being nil.
1707
bc74a74a
GM
1708 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
1709 (idlwave-write-paths): Simplify via with-temp-buffer.
1710
8b394200
GM
1711 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
1712 * emulation/cua-rect.el: Also load cua-base at run time.
1713
3694d13f
GM
1714 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
1715 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
1716 (cperl-imenu-on-info): Require imenu.
1717
336d7284
AM
17182013-05-28 Alan Mackenzie <acm@muc.de>
1719
1720 Handle "capitalised keywords" correctly.
33e249a2 1721 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
336d7284 1722
cb29c582
AG
17232013-05-28 Aidan Gauland <aidalgol@amuri.net>
1724
781b4af6 1725 * eshell/em-unix.el: Add -r option to cp.
cb29c582 1726
690e44b2
GM
17272013-05-28 Glenn Morris <rgm@gnu.org>
1728
e658d75c
GM
1729 * vc/vc-arch.el (vc-exec-after): Declare.
1730 (vc-switches): Autoload.
1731 * vc/vc-bzr.el: No need to require vc when compiling.
1732 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
1733 (vc-resynch-buffer, vc-dir-refresh): Declare.
1734 (vc-setup-buffer, vc-switches): Autoload.
712b9732
GM
1735 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
1736 (vc-resynch-buffer): Declare.
1737 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
e658d75c 1738 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
712b9732
GM
1739 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
1740 (grep-read-regexp, grep-read-files, grep-expand-template)
1741 (vc-dir-refresh): Declare.
1742 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
1743 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
1744 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
e658d75c
GM
1745 * vc/vc-mtn.el (vc-exec-after): Declare.
1746 (vc-switches): Autoload.
1747 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
1748 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
1749 (vc-file-tree-walk): Declare.
712b9732
GM
1750 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
1751 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
1752 (vc-tag-precondition, vc-rename-master): Autoload.
e658d75c
GM
1753 * vc/vc-svn.el (vc-exec-after): Declare.
1754 (vc-switches, vc-setup-buffer): Autoload.
1755 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
1756 Autoload.
1757 (vc-resynch-buffer): Declare.
1758
98e87fb3
GM
1759 * obsolete/fast-lock.el (byte-compile-warnings):
1760 Don't warn about obsolete features in this obsolete file.
1761
f5379553
GM
1762 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
1763 Move definition before use.
1764
7a20ef83
GM
1765 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
1766 (dun-unix-verbs): Remove dun-zippy.
1767 (dun-zippy): Remove function.
1768
690e44b2
GM
1769 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
1770
3a52ccf7
JL
17712013-05-27 Juri Linkov <juri@jurta.org>
1772
1773 * replace.el (replace-search): New function with code moved out
1774 from `perform-replace'.
1775 (replace-highlight, replace-dehighlight): Move function definitions
1776 up closer to `replace-search'. (Bug#11746)
1777
d289938a
JL
17782013-05-27 Juri Linkov <juri@jurta.org>
1779
1780 * replace.el (perform-replace): Ignore invisible matches.
1781 In addition to checking `query-replace-skip-read-only', also
1782 filter out matches by calling `run-hook-with-args-until-failure'
1783 on `isearch-filter-predicates', and also check `search-invisible'
1784 for t or call `isearch-range-invisible'.
1785 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
1786
66fc57e3
JL
17872013-05-27 Juri Linkov <juri@jurta.org>
1788
1789 * isearch.el (isearch-filter-predicates): Rename from
1790 `isearch-filter-predicate'. Doc fix. (Bug#11378)
1791 (isearch-message-prefix): Display text from the property
1792 `isearch-message-prefix' of the currently active filters.
1793 (isearch-search): Don't compare `isearch-filter-predicate' with
1794 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
1795 on `isearch-filter-predicates'. Also check `search-invisible' for t
1796 or call `isearch-range-invisible'.
1797 (isearch-filter-visible): Make obsolete.
1798 (isearch-lazy-highlight-search):
1799 Call `run-hook-with-args-until-failure' on
1800 `isearch-filter-predicates' and use `isearch-range-invisible'.
1801
1802 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
1803 `isearch-filter-predicates' instead of `funcall'ing
1804 `isearch-filter-predicate'.
1805 (Info-mode): Set `Info-isearch-filter' to
1806 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
1807
1808 * dired-aux.el (dired-isearch-filter-predicate-orig):
1809 Remove variable.
1810 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
1811 (dired-isearch-filenames-end): Add and remove
1812 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
1813 instead of changing the value of `isearch-filter-predicate'.
1814 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
1815 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
1816 Put property `isearch-message-prefix' to "filename " on
1817 `dired-isearch-filter-filenames'.
1818
1819 * wdired.el (wdired-change-to-wdired-mode):
1820 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
1821 locally instead of changing `isearch-filter-predicate'.
1822 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
1823
f1a60a0f
DG
18242013-05-27 Dmitry Gutov <dgutov@yandex.ru>
1825
1826 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
1827 return the commit hash (Bug#14459). Also set the
1828 `vc-git-detached' property.
1829 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
1830 (vc-git-mode-line-string): Use the same help-echo format whether
1831 in detached mode or not, because we know the actual revision now.
1832 When in detached mode, shorten the revision to 7 chars.
1833
7f17cc40
SM
18342013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1835
1836 * emacs-lisp/easy-mmode.el (define-minor-mode):
1837 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
1838 mode hook and provide a docstring.
1839
25c8401c
AM
18402013-05-27 Alan Mackenzie <acm@muc.de>
1841
1842 Remove spurious syntax-table text properties inserted by C-y.
1843 * progmodes/cc-mode.el (c-after-change): Also clear hard
1844 syntax-table property with value nil.
1845
dde84790
MA
18462013-05-27 Michael Albinus <michael.albinus@gmx.de>
1847
1848 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
1849 when reading the events; the buffer layout shall not be changed.
1850
837fd9af
LL
18512013-05-27 Leo Liu <sdl.web@gmail.com>
1852
1853 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
1854 New variable.
1855 (inferior-octave-directory-tracker): Automatically re-sync
1856 default-directory.
1857 (octave-help): Improve handling of 'See also'.
1858
4fd996b3
SM
18592013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1860
416f1802
SM
1861 * doc-view.el: Minor naming convention tweaks.
1862 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
1863
4fd996b3
SM
1864 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
1865 even if there's no `display' property yet (bug#14435).
1866
a052ef3b
EZ
18672013-05-25 Eli Zaretskii <eliz@gnu.org>
1868
4fd996b3 1869 * subr.el (unmsys--file-name): Rename from reveal-filename.
a052ef3b
EZ
1870
1871 * Makefile.in (custom-deps, finder-data, autoloads)
1872 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1873 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1874 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
1875
c9023370
SM
18762013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
1879 error-completion on the first 2 args of condition-case (bug#14446).
df76dacb 1880 Don't burp at EOB.
c9023370 1881
24d699fa
LL
18822013-05-25 Leo Liu <sdl.web@gmail.com>
1883
1884 * comint.el (comint-previous-matching-input): Do not flood the
1885 *Messages* buffer with trivial messages.
1886
17e5c0cc
SM
18872013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1888
1889 * progmodes/flymake.el (flymake-nop): Don't return a string.
1890 (flymake-set-at): Fix typo.
1891
1892 * simple.el (read--expression): New function, extracted from
1893 eval-expression. Set completion-at-point-functions (bug#14465).
1894 (eval-expression, eval-minibuffer): Use it.
1895
5d028165
XF
18962013-05-25 Xue Fuqiao <xfq.free@gmail.com>
1897
1898 * progmodes/flymake.el (flymake-save-buffer-in-file)
1899 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
1900 (flymake-selected-frame, flymake-log, flymake-ins-after)
1901 (flymake-set-at, flymake-get-buildfile-from-cache)
1902 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
1903 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
1904 Refine the doc string.
1905 (flymake-get-file-name-mode-and-masks): Reformat.
1906 (flymake-get-real-file-name-function): Fix a minor bug.
1907
7a1d7ba7
JL
19082013-05-24 Juri Linkov <juri@jurta.org>
1909
1910 * progmodes/grep.el (grep-mode-font-lock-keywords):
1911 Support =linenumber= format used by git-grep for lines with
1912 function names. (Bug#13549)
1913
650cff3d
SM
19142013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1915
1916 * progmodes/octave.el (octave-smie-rules): Return nil rather than
1917 0 after a semi-colon; it works better for smie-auto-fill.
1918 (octave--indent-new-comment-line): New function.
1919 (octave-indent-new-comment-line): Use it (indirectly).
1920 (octave-mode): Don't disable smie-auto-fill. Use add-function to
1921 modify comment-line-break-function.
1922
1923 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
1924 (smie-setup): Use add-function to set it.
1925
9631677d
SS
19262013-05-24 Sam Steingold <sds@gnu.org>
1927
1928 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
1929 argument (before the `interactive' argument).
1930
50105835
SM
19312013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1932
1933 * image-mode.el (image-mode-winprops): Add winprops to
1934 image-mode-winprops-alist before running
1935 image-mode-new-window-functions.
1936 * doc-view.el (doc-view-new-window-function): Don't delay
1937 doc-view-goto-page via timers (bug#14435).
1938
57b9823e
TH
19392013-05-24 Tassilo Horn <tsdh@gnu.org>
1940
1941 * doc-view.el: Integrate with desktop.el. (Bug#14435)
1942 (doc-view-desktop-save-buffer): New function.
1943 (doc-view-restore-desktop-buffer): New function.
50105835
SM
1944 (desktop-buffer-mode-handlers):
1945 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
57b9823e
TH
1946 handler.
1947 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
1948 `desktop-save-buffer' function.
1949
91aafa16
MA
19502013-05-24 Michael Albinus <michael.albinus@gmx.de>
1951
1952 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
1953 (tramp-gvfs-file-name-handler): Raise a user error when
1954 `tramp-gvfs-enabled' is nil.
1955 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
1956 Do not raise a user error when loading package. (Bug#14447)
1957
ec076379
MA
1958 * net/xesam.el: Move to obsolete/.
1959
db785726
GM
19602013-05-24 Glenn Morris <rgm@gnu.org>
1961
af5c7606
GM
1962 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
1963
e5d1916a
GM
1964 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
1965
ded62b08
GM
1966 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
1967 (Info-find-node, Man-getpage-in-background): Declare.
1968
9e614a3f
GM
1969 * mail/unrmail.el (unrmail):
1970 Replace obsolete detect-coding-with-priority.
1971
892f8ca3
GM
1972 * net/socks.el (socks-split-string): Use this rather than split-string.
1973 (socks-nslookup-host): Update for above change.
1974 (dynamic-choice, s5-dynamic-choice-match)
1975 (s5-dynamic-choice-match-inline, s5-widget-value-create):
1976 Comment out unused code.
1977
3c291973
GM
1978 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
1979 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
1980 (gud-tooltip-echo-area): Make obsolete.
1981 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
1982
43cc956b
GM
1983 * progmodes/js.el (js--optimize-arglist): Declare.
1984
dab49a3b
GM
1985 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
1986
36b9d085
GM
1987 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
1988 (ediff-window-C): Declare.
1989
e354ae76
GM
1990 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
1991 Tweak requires to silence compiler.
1992
b8e57bf4
GM
1993 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
1994 (he-search-string, he-tried-table, he-expand-list)
1995 (he-init-string, he-string-member, he-substitute-string)
1996 (he-reset-string): Declare.
1997
db785726
GM
1998 * obsolete/options.el (list-options): Use custom-variable-p,
1999 rather than obsolete alias.
2000
b3531901
SS
20012013-05-23 Sam Steingold <sds@gnu.org>
2002
2003 * simple.el (shell-command-on-region): Pass the `replace' argument
db785726 2004 down to `call-process-region' to comply with the doc as reported on
b3531901
SS
2005 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
2006
bdda4c66
SM
20072013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2008
2009 * emacs-lisp/smie.el (smie-indent-forward-token)
2010 (smie-indent-backward-token): Handle string tokens (bug#14381).
2011
c43d45f9
TH
20122013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2013
fe1eb856
RS
2014 * ielm.el (ielm-menu): New menu.
2015 (inferior-emacs-lisp-mode): Set comment-start.
96172128 2016
fe1eb856
RS
20172013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2018
2019 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
2020 Fix deactivate action.
2021
2022 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
2023 Add cleveref macros.
074dd971 2024
c43d45f9
TH
2025 * lisp/textmodes/reftex-parse.el
2026 (reftex-locate-bibliography-files): Accept options for
2027 bibliography commands.
2028 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
2029 Add addbibresource. Basic Biblatex support.
2030
7764286e
MA
20312013-05-23 Michael Albinus <michael.albinus@gmx.de>
2032
2033 * net/tramp-gvfs.el (top):
2034 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
2035 when loading package. (Bug#14447)
2036
d361bc10
GM
20372013-05-23 Glenn Morris <rgm@gnu.org>
2038
8fa23984
GM
2039 * progmodes/js.el: No need to load comint when compiling.
2040 (ring-insert, comint-send-string, comint-send-input)
2041 (comint-last-input-end, ido-chop): Declare.
2042
a5c7df1a
GM
2043 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
2044 * vc/ediff-mult.el: Adjust requires.
2045 (ediff-directories-internal, ediff-directory-revisions-internal)
2046 (ediff-patch-file-internal): Declare.
2047 * vc/ediff-ptch.el: Adjust requires.
2048 (ediff-use-last-dir, ediff-buffers-internal): Declare.
2049 (ediff-find-file): Autoload.
2050 * vc/ediff-util.el: No need to load ediff when compiling.
2051 (ediff-regions-internal): Declare.
2052 * vc/ediff-wind.el: Adjust requires.
2053 (ediff-compute-toolbar-width): Define when compiling.
2054 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
2055 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
2056 (dired-get-filename, dired-get-marked-files)
2057 (ediff-last-dir-patch, ediff-patch-default-directory)
2058 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
2059 (ediff-patch-buffer-internal): Declare.
2060
e2aec513
GM
2061 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
2062 (ispell-process, ispell-buffer-local-words, lm-summary)
2063 (lm-section-start, lm-section-end): Declare.
2064 (checkdoc-ispell-init): Simplify.
2065
e68bbd7c
GM
2066 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
2067 (he-string-member, he-reset-string, he-substitute-string): Declare.
2068
7efe0991
GM
2069 * eshell/em-ls.el: Adjust requires.
2070 (eshell-glob-regexp): Declare.
f87b1284
GM
2071 * eshell/em-tramp.el: Adjust requires.
2072 (eshell-parse-command): Autoload.
2073 * eshell/em-xtra.el: Adjust requires.
2074 (eshell-parse-command): Autoload.
2075 * eshell/esh-ext.el: Adjust requires.
2076 (eshell-parse-command, eshell-close-handles): Autoload.
2077 * eshell/esh-io.el: Adjust requires.
2078 (eshell-output-filter): Autoload.
2079 * eshell/esh-util.el: No need to load tramp when compiling.
2080 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
2081 Declare.
2082 (eshell-parse-ange-ls): Require ange-ftp and tramp.
2083 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2084 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
2085 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
2086 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
2087 * eshell/esh-opt.el, eshell/esh-proc.el:
2088 * eshell/esh-var.el: Adjust requires.
2089 * eshell/eshell.el: Do not require esh-util twice.
2090 (eshell-add-input-to-history): Declare.
2091 (eshell-command): Check history module is active before using it.
2092
d361bc10
GM
2093 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
2094
85d090a9
LL
20952013-05-22 Leo Liu <sdl.web@gmail.com>
2096
2097 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
2098
5d0acd9d
MA
20992013-05-22 Michael Albinus <michael.albinus@gmx.de>
2100
2101 * autorevert.el (auto-revert-notify-add-watch)
2102 (auto-revert-notify-handler): Add `attrib' for the inotify case,
2103 it indicates changes in file modification time.
2104
0cdffd7d
GM
21052013-05-22 Glenn Morris <rgm@gnu.org>
2106
ca5995ec
GM
2107 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2108 Always delete the autoloaded function from the noruntime and
2109 unresolved functions lists.
2110
6450907e
GM
2111 * allout.el: No need to load epa, epg, overlay when compiling.
2112 (epg-context-set-passphrase-callback, epg-list-keys)
2113 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
2114 (epg-key-user-id-list): Declare.
2115
9c6906f6
GM
2116 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
2117 (viper-set-parsing-style-toggling-macro)
2118 (viper-set-emacs-state-searchstyle-macros):
2119 Use called-interactively-p on Emacs.
2120 (viper-looking-back): Make it an obsolete alias. Update callers.
2121 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
2122 Use looking-back rather than viper-looking-back.
2123 (viper-tmp-insert-at-eob, viper-enlarge-region)
2124 (viper-read-string-with-history, viper-register-to-point)
2125 (viper-append-to-register, viper-change-state-to-vi)
2126 (viper-backward-char-carefully, viper-forward-char-carefully)
2127 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
2128 (viper-change-state-to-emacs): Declare.
2129 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
2130 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
2131 * emulation/viper-mous.el: Do not load viper-cmd.
2132 (viper-backward-char-carefully, viper-forward-char-carefully)
2133 (viper-forward-word, viper-adjust-window): Declare.
2134
5f70c169
GM
2135 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
2136
b1b7f300
GM
2137 * progmodes/idlw-help.el (idlwave-help-fontify):
2138 Use called-interactively-p.
2139
f6ebbb46
GM
2140 * term/w32console.el (w32-get-console-codepage)
2141 (w32-get-console-output-codepage): Declare.
2142
0cdffd7d
GM
2143 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
2144 Remove unnecessary declarations.
2145 (dframe-message): Doc fix.
2146
2147 * info.el (dframe-select-attached-frame, dframe-current-frame):
2148 Declare.
2149
2150 * speedbar.el (speedbar-message): Make it an obsolete alias.
2151 Update all callers.
2152 (speedbar-with-attached-buffer)
2153 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
2154 (speedbar-with-writable): Use backquote.
2155 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
2156 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
2157 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
2158 rather than speedbar- aliases.
2159 * mail/rmail.el: Load dframe rather than speedbar when compiling.
2160 (speedbar-make-specialized-keymap, speedbar-insert-button)
2161 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
2162 (speedbar-do-function-pointer): Declare.
2163 (rmail-speedbar-button, rmail-speedbar-find-file)
2164 (rmail-speedbar-move-message):
2165 Use dframe-with-attached-buffer rather than speedbar- alias.
2166 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
2167 (dframe-message, speedbar-make-specialized-keymap)
2168 (speedbar-add-expansion-list, speedbar-mode-functions-list)
2169 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
2170 (speedbar-insert-button, dframe-select-attached-frame)
2171 (dframe-maybee-jump-to-attached-frame)
2172 (speedbar-change-initial-expansion-list)
2173 (speedbar-previously-used-expansion-list-name): Declare.
2174 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
2175 Use dframe-message, dframe-with-attached-buffer rather than
2176 speedbar- aliases.
2177 (gud-sentinel): Silence compiler.
2178 * progmodes/vhdl-mode.el (speedbar-refresh)
2179 (speedbar-do-function-pointer, speedbar-add-supported-extension)
2180 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
2181 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
2182 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
2183 (speedbar-file-lists, speedbar-make-tag-line)
2184 (speedbar-line-directory, speedbar-goto-this-file)
2185 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
2186 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
2187 (speedbar-make-button, speedbar-reset-scanners)
2188 (speedbar-files-item-info, speedbar-line-text)
2189 (speedbar-find-file-in-frame, speedbar-set-timer)
2190 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
2191 (speedbar-with-writable): Do not (re)define it.
2192 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
2193 rather than speedbar- alias.
2194
ee44b62a
LL
21952013-05-21 Leo Liu <sdl.web@gmail.com>
2196
2197 * progmodes/octave.el (octave-mode-menu): Update and re-organize
2198 menu items.
2199 (octave-mode): Tweak fill-nobreak-predicate.
2200 (inferior-octave-startup): Check process to avoid infinite loop.
2201 (inferior-octave): Pop to buffer first to show abornmal process
2202 exit information.
2203
640f050f
GM
22042013-05-21 Glenn Morris <rgm@gnu.org>
2205
79458038
GM
2206 * printing.el (pr-menu-bar): Define when compiling.
2207
9cc3e83f
LL
22082013-05-21 Leo Liu <sdl.web@gmail.com>
2209
2210 * progmodes/octave.el (octave-auto-fill): Remove.
2211 (octave-indent-new-comment-line): Improve.
2212 (octave-mode): Use auto fill mode through
4f405069 2213 comment-line-break-function and fill-nobreak-predicate.
9cc3e83f 2214 (octave-goto-function-definition): Support DEFUN_DLD.
4f405069 2215 (octave-beginning-of-defun): Small tweak.
9cc3e83f
LL
2216 (octave-help): Show parent directory.
2217
f440830d
GM
22182013-05-21 Glenn Morris <rgm@gnu.org>
2219
2220 * files.el (dired-unmark):
2221 * progmodes/gud.el (gdb-input): Update declarations.
2222
2223 * calculator.el (electric, ehelp): No need to load when compiling.
2224 (Electric-command-loop, electric-describe-mode): Declare.
2225
2226 * doc-view.el (doc-view-current-converter-processes): Move before use.
2227
2228 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2229 Move MODE-set-explicitly definition before use.
2230
2231 * international/mule-diag.el (mule-diag):
2232 Don't use obsolete window-system-version.
2233
2234 * mail/feedmail.el (smtpmail): No need to load when compiling.
2235 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
2236
2237 * mail/mail-utils.el (rfc822): No need to load when compiling.
2238 (rfc822-addresses): Autoload it.
2239 (mail-strip-quoted-names): Trivial simplification.
2240
2241 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
2242 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
2243
2244 * net/snmp-mode.el (tempo): Don't duplicate requires.
2245
2246 * progmodes/prolog.el (info): No need to load when compiling.
2247 (comint): Require before shell requires it.
2248 (Info-goto-node): Autoload it.
2249 (Info-follow-nearest-node): Declare.
2250 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
2251
2252 * textmodes/artist.el (picture-mode-exit): Declare.
2253
2254 * textmodes/reftex-parse.el (reftex-parse-from-file):
2255 Trivial rewrite so the compiler can parse it better.
2256
b4da2cbb
LL
22572013-05-20 Leo Liu <sdl.web@gmail.com>
2258
2259 * progmodes/octave.el (octave-help-mode-map)
2260 (octave-help-mode-finish-hook): New variables.
2261 (octave-help-mode, octave-help-mode-finish): New functions.
2262 (octave-help): Use octave-help-mode.
2263
33c0f65b
GM
22642013-05-20 Glenn Morris <rgm@gnu.org>
2265
2266 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
2267
1a0a0a8a
DG
22682013-05-19 Dmitry Gutov <dgutov@yandex.ru>
2269
2270 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
2271 start at point, so that expansion starting right after opening
2272 slash in a regexp is recognized.
2273 (ruby-syntax-before-regexp-re): New defvar, extracted from
2274 ruby-syntax-propertize-function. Since the value of this regexp
2275 is looked up at runtime now, we should be able to turn
2276 `ruby-syntax-methods-before-regexp' into a defcustom later.
2277 (ruby-syntax-propertize-function): Split regexp matching into two
2278 parts, for opening and closing slashes. That allows us to skip
2279 over string interpolations and support multiline regexps.
2280 Don't call `ruby-syntax-propertize-expansions', instead use another rule
2281 for them, which calls `ruby-syntax-propertize-expansion'.
2282 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
2283 call to `ruby-syntax-propertize-function'.
2284 (ruby-syntax-propertize-expansion): Extracted from
2285 `ruby-syntax-propertize-expansions'. Handles one expansion.
1a0a0a8a
DG
2286 (ruby-syntax-propertize-percent-literal): Leave point right after
2287 the percent symbol, so that the expression expansion rule can
2288 propertize the contents.
462388b6
DG
2289 (ruby-syntax-propertize-heredoc): Leave point at bol following the
2290 heredoc openers.
2291 (ruby-syntax-propertize-expansions): Remove.
1a0a0a8a 2292
c1a6c0a4
JL
22932013-05-18 Juri Linkov <juri@jurta.org>
2294
2295 * man.el (Man-default-man-entry): Remove `-' from the end
2296 of the default value. (Bug#14400)
2297
8051fccd
GM
22982013-05-18 Glenn Morris <rgm@gnu.org>
2299
2300 * comint.el (comint-password-prompt-regexp):
2301 Allow "password for XXX" where XXX contains colons (eg https://...).
2302
5e80b74f
LL
23032013-05-18 Leo Liu <sdl.web@gmail.com>
2304
2305 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
f6f87d33 2306 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5e80b74f
LL
2307 (octave-source-directories): Don't check process.
2308 (octave-source-directories, octave-find-definition): Doc fix.
2309
521a54c5
GM
23102013-05-18 Glenn Morris <rgm@gnu.org>
2311
86a94b05
GM
2312 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
2313 Remove backspace/delete bindings. (Bug#14392)
2314
521a54c5
GM
2315 * cus-dep.el (custom-make-dependencies): Sort the output.
2316 (custom-versions-load-alist): Convert comment to doc.
2317
42caeb89
LL
23182013-05-17 Leo Liu <sdl.web@gmail.com>
2319
2320 * newcomment.el (comment-search-backward): Stricter in finding
2321 comment start. (Bug#14303)
2322
2323 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
2324 (octave-comment-start-skip): Properly anchored.
2325
e219dd97
LL
23262013-05-17 Leo Liu <sdl.web@gmail.com>
2327
fe1eb856
RS
2328 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
2329 Clean up when turned off. (Bug#14395)
e219dd97
LL
2330 (smie--highlight-matching-block-overlay): No longer buffer-local.
2331 (smie-highlight-matching-block): Adjust.
2332
dc5dcb4b
PE
23332013-05-17 Paul Eggert <eggert@cs.ucla.edu>
2334
2335 Doc string fix for "nanoseconds" (Bug#14406).
2336 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
2337 Fix doc string typo that had "nanoseconds" instead of "microseconds".
2338
1db165f0
JB
23392013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
2340
2341 * calc/calc-units.el (math-extract-units): Preserve powers
2342 of units.
2343
c7a8fcac
LL
23442013-05-17 Leo Liu <sdl.web@gmail.com>
2345
2346 * subr.el (delete-consecutive-dups): New function.
2347 * ido.el (ido-set-matches-1): Use it.
2348 * progmodes/octave.el (inferior-octave-completion-table): Use it.
2349 * ido.el (ido-remove-consecutive-dups): Remove.
2350
f678b18a
SM
23512013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
2354 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
2355 regexp-opt's `words'.
2356
ebfe68e8
LL
23572013-05-16 Leo Liu <sdl.web@gmail.com>
2358
2359 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
2360 (smie--highlight-matching-block-overlay)
2361 (smie--highlight-matching-block-lastpos)
2362 (smie--highlight-matching-block-timer): New variables.
2363 (smie-highlight-matching-block): New function.
2364 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
2365 (smie-setup): Conditionally enable smie-blink-matching-open.
2366
bc8bc17d
WS
23672013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
2368
2369 Sync with upstream verilog-mode r840.
2370 * progmodes/verilog-mode.el (verilog-mode-version)
2371 (verilog-mode-release-date): Update.
2372 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
2373 (verilog-sig-tieoff): Fix string error on
2374 AUTORESET with colon define, bug594. Reported by Andrew Hou.
2375 (verilog-read-decls): Fix parameters confusing
2376 AUTOINST interfaces, bug565. Reported by Leith Johnson.
2377
df065a0b
EZ
23782013-05-16 Eli Zaretskii <eliz@gnu.org>
2379
2380 * subr.el (reveal-filename): New function.
2381
2382 * loadup.el: Compute Emacs executable versions on MS-Windows,
2383 where executables have the .exe extension. Add a hard link
2384 emacs-XX.YY.ZZ.exe on MS-Windows.
2385
2386 * Makefile.in (XARGS_LIMIT): New variable.
2387 (custom-deps, finder-data, autoloads)
2388 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
2389 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
2390 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
2391 (compile-main): Limit xargs according to $(XARGS_LIMIT).
2392
2d4bf34b
LL
23932013-05-16 Leo Liu <sdl.web@gmail.com>
2394
2395 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
2396 (octave-mode-menu, octave-mode-map): Remove its uses.
2397
6b9c2d85
RZ
23982013-05-16 Reto Zimmermann <reto@gnu.org>
2399
2400 Sync with upstream vhdl mode v3.34.2.
2401 * progmodes/vhdl-mode.el: Use `push' throughout.
2402 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
2403 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
2404 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
2405 (vhdl-actual-generic-name): New option to derive actual generic name.
2406 (vhdl-port-paste-signals): Replace formal by actual generics.
2407 (vhdl-beautify): New name for old group vhdl-align. Update users.
2408 (vhdl-beautify-options): New option.
2409 (vhdl-last-input-event): New compat alias. Use throughout.
2410 (vhdl-goto-line): Replace user level function `goto-line'.
2411 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
2412 vhdl-fix-statement-buffer.
2413 (vhdl-create-mode-menu): Add some entries.
2414 (vhdl-align-region-groups): Respect vhdl-beautify-options.
2415 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
2416 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
2417 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
2418 to force statements on one line.
2419 (vhdl-remove-trailing-spaces-region):
2420 New, split from vhdl-remove-trailing-spaces.
2421 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
2422 Respect vhdl-beautify-options.
2423 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
2424 (vhdl-update-sensitivity-list): Not add with index if exists without.
2425 Not include array index with signal. Ignore keywords in comments.
2426 (vhdl-get-visible-signals): Regexp tweaks.
2427 (vhdl-template-component-inst): Handle empty library.
2428 (vhdl-template-type): Add template for 'enum' type.
2429 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
2430 Use vhdl-replace-string.
2431 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
2432 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
2433 (vhdl-speedbar-initialize): Update for above name change.
2434 (vhdl-compose-wire-components): Fix in handling of constants.
2435 (vhdl-error-regexp-emacs-alist): New variable.
2436 (vhdl-error-regexp-add-emacs): New function;
2437 adds support for new compile.el (Emacs 22+)
2438 (vhdl-generate-makefile-1): Change target order for single lib. units.
2439 Allow use of absolute file names.
2440
9df4ec5e
LL
24412013-05-16 Leo Liu <sdl.web@gmail.com>
2442
2443 * simple.el (prog-indent-sexp): Indent enclosing defun.
2444
f5ba00a6
GM
24452013-05-15 Glenn Morris <rgm@gnu.org>
2446
ed8be7ff
GM
2447 * cus-start.el (show-trailing-whitespace): Move to editing basics.
2448 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
2449 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
2450 (whitespace-highlight): Move to whitespace group.
2451
2452 * comint.el (comint-source):
2453 * pcmpl-linux.el (pcmpl-linux):
2454 * shell.el (shell-faces):
2455 * eshell/esh-opt.el (eshell-opt):
2456 * international/ccl.el (ccl): Remove empty custom groups.
2457
2458 * completion.el (dynamic-completion-mode):
2459 * jit-lock.el (jit-lock-debug-mode):
2460 * minibuffer.el (completion-in-region-mode):
2461 * type-break.el (type-break-mode-line-message-mode)
2462 (type-break-query-mode):
2463 * emulation/tpu-edt.el (tpu-edt-mode):
2464 * progmodes/subword.el (global-subword-mode, global-superword-mode):
2465 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2466 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
2467
2468 * term/xterm.el (xterm): Change parent group to terminals.
2469
2470 * master.el (master): Remove empty custom group.
2471 (master-mode): Remove unused :group argument.
2472 * textmodes/refill.el (refill): Remove empty custom group.
2473 (refill-mode): Remove unused :group argument.
2474
2475 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
2476
82a7c41b
GM
2477 * cus-dep.el: Provide a feature.
2478 (custom-make-dependencies): Ignore dotfiles (dir-locals).
f5ba00a6
GM
2479 Don't mistakenly ignore files whose basenames match a basename
2480 from preloaded-file-list (eg cedet/ede/simple.el).
82a7c41b 2481 Add a fallback method for getting :group.
f5ba00a6 2482
6d65486d
JL
24832013-05-15 Juri Linkov <juri@jurta.org>
2484
da547b32
JL
2485 * isearch.el (isearch-char-by-name): Rename from
2486 `isearch-insert-char-by-name'. Doc fix.
2487 (isearch-forward): Mention `isearch-char-by-name' in
2488 the docstring. (Bug#13348)
2489
6d65486d
JL
2490 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
2491 `exit-minibuffer' instead of
2492 `isearch-nonincremental-exit-minibuffer'.
2493 (isearch-edit-string): Remove mention of
2494 `isearch-nonincremental-exit-minibuffer' from docstring.
2495 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
2496 (isearch-forward-exit-minibuffer)
2497 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
2498
c9990474
SM
24992013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2500
6e911150
SM
2501 * loadup.el: Just use unversioned DOC.
2502
c9990474
SM
2503 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
2504 literals as extending to EOB.
2505 (nxml-last-fontify-end): Remove unused variable.
2506 (nxml-after-change1): Use with-silent-modifications.
2507 (nxml-extend-after-change-region): Simplify.
2508 (nxml-extend-after-change-region1): Remove function.
2509 (nxml-after-change1): Don't adjust for dependent regions.
2510 (nxml-fontify-matcher): Simplify.
2511 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
2512 (xmltok-add-dependent): Remove function.
2513 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
2514 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
2515 (xmltok-scan-prolog-after-processing-instruction-open): Treat
2516 unclosed <[[, <?, comment, and other literals as extending to EOB.
2517 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
2518 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
2519 Remove functions.
2520 (rng-do-some-validation-1): Don't mark dependent regions.
2521 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
2522 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
2523 (nxml-clear-dependent-regions): Remove functions.
2524 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
2525 (nxml-ensure-scan-up-to-date):
2526 Don't clear&mark dependent regions.
2527
e3772e98
LL
25282013-05-15 Leo Liu <sdl.web@gmail.com>
2529
c9990474
SM
2530 * progmodes/octave.el (octave-goto-function-definition):
2531 Improve and fix callers.
e3772e98 2532
5ac2eb34
SM
25332013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2534
c46c57b0
SM
2535 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
2536 the setter (bug#14387).
2537
5ac2eb34
SM
2538 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
2539 surrounding group (bug#14402).
2540
180ed218
JL
25412013-05-14 Juri Linkov <juri@jurta.org>
2542
2543 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
2544 (Bug#14390)
2545
0ac0fecb
GM
25462013-05-14 Glenn Morris <rgm@gnu.org>
2547
2548 * progmodes/f90.el (f90-imenu-generic-expression):
2549 Fix typo in 2013-05-08 change. (Bug#14402)
2550
2e78e6a7
JPG
25512013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
2552
5ac2eb34
SM
2553 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
2554 Remove signals for which replies are never received.
2e78e6a7 2555
53267cca
JPG
25562013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
2557
2558 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
2559 (gdb-handler-alist, gdb-handler-number): Remove variables.
2560 (gdb-handler-list): New variable.
2561 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
2562 (gdb-pending-handler-p, gdb-handle-reply)
2563 (gdb-remove-all-pending-triggers): New functions.
2564 (gdb-discard-unordered-replies): New defcustom.
2565 (gdb-handler): New defstruct.
2566 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
2567 instead of gdb-pending-triggers. Update docstring.
2568 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
2569 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
2570 (gdb-var-update-handler, def-gdb-auto-update-trigger)
2571 (def-gdb-auto-update-handler, gdb-get-changed-registers)
2572 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
2573 (gdb-frame-handler): Pending triggers are now automatically managed.
2574 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
2575 Remove argument.
2576 (gdb-input): Automatically handles pending triggers. Update docstring.
2577 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
2578 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
2579 Update comments.
2580 (gdb-done-or-error): Now use gdb-handle-reply.
2581
d04ce803
JPG
25822013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
2583
2584 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
2585 gdb-debug-log.
2586
0114073a
GM
25872013-05-14 Glenn Morris <rgm@gnu.org>
2588
2589 * subr.el (user-emacs-directory-warning): New option.
2590 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
2591
4d25fd7e
LL
25922013-05-14 Leo Liu <sdl.web@gmail.com>
2593
2594 * progmodes/octave.el (octave-font-lock-keywords): Fix error
2595 during redisplay.
2596 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6073d8f4
LL
2597 (octave-font-lock-texinfo-comment): Fix invalid search bound
2598 error: wrong side of point.
4d25fd7e 2599
27c8b6eb
GM
26002013-05-14 Glenn Morris <rgm@gnu.org>
2601
61aaeb01
GM
2602 * progmodes/flymake.el (flymake-xml-program): New option.
2603 (flymake-xml-init): Use it.
2604
5bf90bc5
GM
2605 * term/xterm.el: Provide a feature.
2606
2607 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
27c8b6eb 2608
f4c7dfd2
GM
26092013-05-13 Glenn Morris <rgm@gnu.org>
2610
2611 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
2612 Add compat aliases as a hack workaround. (Bug#14384)
2613
2aeb3a1d
LL
26142013-05-13 Leo Liu <sdl.web@gmail.com>
2615
b0e069c2
LL
2616 * progmodes/octave.el (octave-indent-comment): Fix indentation for
2617 ###, and %!.
f5a9432f
LL
2618 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
2619 C-M-q.
b0e069c2
LL
2620 (octave-comment-start-skip): Include %!.
2621 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2aeb3a1d 2622
30ea8374
LL
26232013-05-12 Leo Liu <sdl.web@gmail.com>
2624
2625 * progmodes/octave.el (inferior-octave-startup): Store the value
2626 of __octave_srcdir__ for octave-source-directories.
2627 (inferior-octave-check-process): New function refactored out of
2628 inferior-octave-send-list-and-digest.
2629 (octave-source-directories)
2630 (octave-find-definition-filename-function): New variables.
2631 (octave-source-directories)
2632 (octave-find-definition-default-filename): New functions.
2633 (octave-find-definition): Improve to find functions implemented in C++.
2634
472a3834
GM
26352013-05-12 Glenn Morris <rgm@gnu.org>
2636
2637 * calendar/diary-lib.el (diary-outlook-format-1):
2638 Don't include dayname in the output. (Bug#14349)
2639
3191b52f
GM
26402013-05-11 Glenn Morris <rgm@gnu.org>
2641
0060ac73
GM
2642 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
2643
3191b52f
GM
2644 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
2645 Treat cc-provide like provide.
2646
e065ba74
KR
26472013-05-11 Kevin Ryde <user42@zip.com.au>
2648
2649 * cus-dep.el (custom-make-dependencies):
2650 Use generated-autoload-load-name for the sake of files such
2651 such cedet/semantic/bovine/c.el, where the base file name
2652 is not in load-path. (Bug#5277)
2653
36f84c37
GM
26542013-05-11 Glenn Morris <rgm@gnu.org>
2655
2656 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
2657 Provide features.
2658
c8730c3a
LL
26592013-05-11 Leo Liu <sdl.web@gmail.com>
2660
2661 * progmodes/octave.el (octave-indent-comment): Improve.
2662 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5ac2eb34
SM
2663 (octave-eldoc-function-signatures, octave-eldoc-function):
2664 New functions.
c8730c3a
LL
2665 (octave-mode, inferior-octave-mode): Add eldoc support.
2666
212e29f2
RS
26672013-05-11 Richard Stallman <rms@gnu.org>
2668
2669 * epa.el (epa-decrypt-file): Take output file name as argument
2670 and read it using `interactive'.
2671
083fe0d7
LL
26722013-05-11 Leo Liu <sdl.web@gmail.com>
2673
2674 * progmodes/octave.el (octave-beginning-of-line)
2675 (octave-end-of-line): Check before using up-list because it jumps
2676 out of more syntactic contructs since moving to smie.
9dbdb67e
LL
2677 (octave-indent-comment): New function.
2678 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6980b0ca
LL
2679 (octave-begin-keywords, octave-end-keywords)
2680 (octave-reserved-words, octave-smie-bnf-table)
2681 (octave-smie-rules): Add new keywords from Octave 3.6.4.
083fe0d7 2682
8582e4c4
GM
26832013-05-11 Glenn Morris <rgm@gnu.org>
2684
f20def1f
GM
2685 * faces.el (internal-face-x-get-resource):
2686 * frame.el (ns-display-monitor-attributes-list):
2687 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
2688
2689 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
2690
445f95e2
GM
2691 * calc/calc-menu.el: Make it loadable in isolation.
2692
2693 * net/eudcb-bbdb.el: Make it loadable without bbdb.
2694 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
2695 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
2696 (eudc-bbdb-query-internal): Require 'bbdb.
2697
99fb2756
GM
2698 * lpr.el (lpr-headers-switches):
2699 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
2700
2701 * progmodes/sql.el (sql-login-params): Fix and improve :type.
2702
0da7ad96
GM
2703 * emulation/edt-mapper.el: In batch mode, error rather than hang.
2704
8582e4c4
GM
2705 * term.el (term-set-escape-char): Make it idempotent.
2706
f71c50d0
LL
27072013-05-10 Leo Liu <sdl.web@gmail.com>
2708
5ac2eb34
SM
2709 * progmodes/octave.el (inferior-octave-completion-table):
2710 No longer a function and all uses changed. Use cache to speed up
f71c50d0
LL
2711 completion due to bug#11906.
2712 (octave-beginning-of-defun): Re-write to be more general.
2713
d5837773
GM
27142013-05-10 Glenn Morris <rgm@gnu.org>
2715
2716 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
2717
027c0f75
SM
27182013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2719
2720 * comint.el (comint-redirect-send-command-to-process): Use :around
2721 rather than :override for comint-redirect-filter.
2722 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
2723 Call it instead of comint-redirect-original-filter-function (which
2724 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
2725
4465bfb4
JD
27262013-05-09 Jan Djärv <jan.h.d@swipnet.se>
2727
2728 * frame.el (display-monitor-attributes-list): Add NS case.
2729 (ns-display-monitor-attributes-list): Declare.
2730
2d809ffa 27312013-05-09 Ulrich Mueller <ulm@gentoo.org>
b01682fb
UM
2732
2733 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
2734
e54eeb9b
GM
27352013-05-09 Glenn Morris <rgm@gnu.org>
2736
56cd351d
GM
2737 * international/fontset.el (vertical-centering-font-regexp):
2738 Set standard-value.
2739
d84b6108
GM
2740 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
2741
a931698a
GM
2742 * bookmark.el (bookmark-search-delay):
2743 * cus-start.el (vertical-centering-font-regexp):
2744 * ps-mule.el (ps-mule-font-info-database-default):
2745 * ps-print.el (ps-default-fg, ps-default-bg):
2746 * type-break.el (type-break-good-break-interval):
2747 * whitespace.el (whitespace-indentation-regexp)
2748 (whitespace-space-after-tab-regexp):
2749 * emacs-lisp/testcover.el (testcover-1value-functions)
2750 (testcover-noreturn-functions, testcover-progn-functions)
2751 (testcover-prog1-functions):
2752 * emulation/viper-init.el (viper-emacs-state-cursor-color):
2753 * eshell/em-glob.el (eshell-glob-translate-alist):
2754 * play/tetris.el (tetris-tty-colors):
2755 * progmodes/cpp.el (cpp-face-default-list):
2756 * progmodes/flymake.el (flymake-allowed-file-name-masks):
2757 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
2758 (idlwave-help-browser-generic-args):
2759 * progmodes/make-mode.el (makefile-special-targets-list):
2760 * progmodes/python.el (python-shell-virtualenv-path):
2761 * progmodes/verilog-mode.el (verilog-active-low-regexp)
2762 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
2763 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
2764 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
2765 * textmodes/reftex-vars.el (reftex-format-label-function):
2766 * textmodes/remember.el (remember-diary-file): Fix custom types.
2767
e54eeb9b
GM
2768 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
2769 Add :version.
2770
455851dd
LL
27712013-05-09 Leo Liu <sdl.web@gmail.com>
2772
2773 * progmodes/octave.el (inferior-octave-completion-at-point):
083fe0d7 2774 Restore file completion. (Bug#14300)
455851dd
LL
2775 (inferior-octave-startup): Fix incorrect highlighting for the
2776 first prompt.
2777
a9e4425b
SM
27782013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2779
2780 * progmodes/ruby-mode.el: First cut at SMIE support.
2781 (ruby-use-smie): New var.
2782 (ruby-smie-grammar): New constant.
2783 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
2784 (ruby-smie--forward-token, ruby-smie--backward-token)
2785 (ruby-smie-rules): New functions.
2786 (ruby-mode-variables): Setup SMIE if applicable.
2787
060ca408
EZ
27882013-05-08 Eli Zaretskii <eliz@gnu.org>
2789
2790 * simple.el (line-move-visual): Signal beginning/end of buffer
2791 only if vertical-motion moved less than it was requested. Avoids
2792 silly incorrect error messages when there are display strings with
2793 multiple newlines at EOL.
2794
1d5963cc
SM
27952013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2796
2797 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
2798 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
2799 (prolog-char-quote-workaround):
2800 * progmodes/cperl-mode.el (cperl-under-as-char):
2801 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
2802 Mark as obsolete.
2803 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
2804 their declaration.
2805 (vhdl-mode-syntax-table-init): Remove.
2806
c9990474
SM
2807 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
2808 last change.
1d5963cc
SM
2809
2810 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
2811 syntax for "_".
2812 (ld-script-font-lock-keywords):
2813 Change regexps to use things like \_< and \_>.
2814
2815 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
2816 Change all regexps to use things like \_< and \_>.
2817
2818 * progmodes/autoconf.el (autoconf-definition-regexp)
2819 (autoconf-font-lock-keywords, autoconf-current-defun-function):
2820 Handle a _ with symbol syntax.
2821 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
2822
c9990474
SM
2823 * progmodes/ada-mode.el (ada-mode-abbrev-table):
2824 Consolidate declaration.
1d5963cc
SM
2825 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
2826 the declaration.
2827 (ada-create-syntax-table): Remove.
2828 (ada-capitalize-word): Don't mess with the syntax of "_" since it
2829 already has the right syntax nowadays.
2830 (ada-goto-next-word): Don't change the syntax of "_".
2831
2832 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
2833 with-wrapper-hook.
2834
72d3cfca
SS
28352013-05-08 Sam Steingold <sds@gnu.org>
2836
2837 * thingatpt.el (thing-at-point): Accept optional second argument
2838 NO-PROPERTIES to strip the text properties from the return value.
2839 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
2840 to `thing-at-point' instead of stripping the properties ourselves.
2841 Also, when `thing-at-point' fails to find a url, prepend "http://"
2842 to the filename at point on the assumption that the user is
2843 pointing at something like gnu.org/gnu.
2844
5cb15713
JB
28452013-05-08 Juanma Barranquero <lekktu@gmail.com>
2846
2847 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
2848 * faces.el (crm-separator):
2849 Silence byte-compiler.
2850
2851 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
2852 (tool-bar-map): Remove unneeded defvars.
2853
ea78b95b
LL
28542013-05-08 Leo Liu <sdl.web@gmail.com>
2855
2856 Re-work a fix for bug#10994 based on Le Wang's patch.
2857 * ido.el (ido-remove-consecutive-dups): New helper.
2858 (ido-completing-read): Use it.
2859 (ido-chop): Revert fix for bug#10994.
2860
dc7466df
AS
28612013-05-08 Adam Spiers <emacs@adamspiers.org>
2862
2863 * cus-edit.el (custom-save-variables):
2864 Pretty-print long values. (Bug#14187)
2865
9ecf672a
GM
28662013-05-08 Glenn Morris <rgm@gnu.org>
2867
2868 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
2869 (m4-mode-syntax-table): Init in the defvar.
2870 (m4-mode-abbrev-table): Let define-derived-mode define it.
2871
3f555be8
TT
28722013-05-08 Tom Tromey <tromey@redhat.com>
2873
2874 * progmodes/m4-mode.el (m4-mode-syntax-table):
2875 Do not treat "_" as word constituent. (Bug#14167)
2876
7cc8ae06
GM
28772013-05-07 Glenn Morris <rgm@gnu.org>
2878
4f58bc06
GM
2879 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
2880 Remove explicit eshell-isearch-cancel-map.
2881
7cc8ae06
GM
2882 * progmodes/f90.el (f90-smart-end-names): New option.
2883 (f90-smart-end): Doc fix.
2884 (f90-end-block-optional-name): New constant.
2885 (f90-block-match): Respect f90-smart-end-names.
2886
ceb57e59
SM
28872013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2888
2889 * progmodes/octave.el (octave-smie-forward-token): Be more careful
2890 about implicit semi-colons (bug#14218).
2891
4e3f9230
YM
28922013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2893
2894 * frame.el (display-monitor-attributes-list)
2895 (frame-monitor-attributes): New functions.
2896
203a5572
LL
28972013-05-06 Leo Liu <sdl.web@gmail.com>
2898
2899 * progmodes/octave.el (octave-syntax-propertize-function): Change
2900 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
2901 (octave-font-lock-keywords): Use octave-operator-regexp.
5ac2eb34 2902 (octave-completion-at-point): Rename from
203a5572
LL
2903 octave-completion-at-point-function.
2904 (inferior-octave-directory-tracker): Robustify.
2905 (octave-text-functions): Remove and fix its uses. No such things
2906 any more.
2907
ee6cff99
SM
29082013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 * emacs-lisp/trace.el (trace--display-buffer): New function.
2911 (trace-make-advice): Use it.
2912
32985194
JL
29132013-05-06 Juri Linkov <juri@jurta.org>
2914
2915 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
2916 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
2917 Doc fix.
2918 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
2919 in the help string. (Bug#12985)
2920
a1c700de
KD
29212013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2922
2923 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
2924
c67c0839
SM
29252013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2926
323885fd
SM
2927 * progmodes/perl-mode.el: Add support for here documents.
2928 (perl-syntax-propertize-function): Match here-doc markers.
2929 (perl-syntax-propertize-special-constructs): Find their end.
2930 (perl-imenu-generic-expression): Use [:alnum:].
2931
c67c0839
SM
2932 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
2933 (advice--add-function): Refresh the advice if already present
2934 (bug#14317).
2935
d491e7a8
IA
29362013-05-06 Ivan Andrus <darthandrus@gmail.com>
2937
2938 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
2939
ddf9925e
GM
29402013-05-06 Glenn Morris <rgm@gnu.org>
2941
7cc3af27
GM
2942 * w32-fns.el (w32-charset-info-alist): Declare.
2943
16e343d6
GM
2944 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
2945 of its defcustom properties.
2946 (eshell-cmpl-initialize): No need to load pcomplete.
2947
7d889a47
GM
2948 * generic-x.el: No need to require comint when compiling.
2949
ddf9925e
GM
2950 * net/eudc-export.el: Make it loadable without bbdb.
2951 (top-level): Use require rather than load-library.
2952 (eudc-create-bbdb-record, eudc-bbdbify-phone)
2953 (eudc-batch-export-records-to-bbdb)
2954 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
2955 Require bbdb.
2956
1e2c18df
SM
29572013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2958
2959 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
2960 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
2961 some tweaks, instead.
2962
02502a5f
LL
29632013-05-05 Leo Liu <sdl.web@gmail.com>
2964
2965 * progmodes/octave.el (octave-font-lock-keywords)
2966 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
2967 (inferior-octave-send-list-and-digest): Improve error message.
2968 (octave-mode, inferior-octave-mode): Use setq-local.
2969 (octave-help): Set info-lookup-mode.
2970
0dc04f42
RS
29712013-05-05 Richard Stallman <rms@gnu.org>
2972
6c54491c
RS
2973 * vc/compare-w.el (compare-windows-whitespace):
2974 Treat no-break space as whitespace.
2975
0dc04f42
RS
2976 * mail/rmailsum.el (rmail-summary-rmail-update):
2977 Detect empty summary and don't change selected message.
2978 (rmail-summary-goto-msg): Likewise.
2979
df8f35df
RS
2980 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
2981 Doc fixes, rename args.
2982
5356e1a3
AM
29832013-05-05 Alan Mackenzie <acm@muc.de>
2984
2985 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
2986
d44014cb
JL
29872013-05-05 Juri Linkov <juri@jurta.org>
2988
2989 * info.el (Info-read-subfile): Use (point-min) instead of (point)
2990 to not add the length of the summary segment to the return value.
2991 (Bug#14125)
2992
c129b51f
LL
29932013-05-05 Leo Liu <sdl.web@gmail.com>
2994
2995 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
2996 (inferior-octave-output-filter): Remove.
2997 (octave-send-region, inferior-octave-startup): Fix callers.
2998 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
2999 (octave-binary-file-extensions): New user variable.
3000 (octave-find-definition): Confirm if opening binary files.
3001 (octave-help-file): Use octave-find-definition to get the binary
3002 confirmation.
3003 (octave-help): Adjust for octave-help-file change.
3004
aa7dab97
SM
30052013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3006
3007 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
3008 Merge the two entries that handle function definitions.
3009 (pascal--syntax-propertize): New const.
3010 (pascal-mode): Use it. Use setq-local.
3011
fd3a9a6b
GM
30122013-05-04 Glenn Morris <rgm@gnu.org>
3013
3014 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
3015 (diary-from-outlook): Respect diary-from-outlook-function.
3016
30c7e542
SM
30172013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3018
3019 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
3020 Move the declaration from C.
3021 (read-minibuffer, eval-minibuffer): Move from C.
3022 (completion-setup-function): Avoid minibuffer-completion-contents.
3023
b54f978b
LL
30242013-05-03 Leo Liu <sdl.web@gmail.com>
3025
3026 * progmodes/octave.el (octave-font-lock-keywords): Do not
3027 dehighlight 'end' in comments or strings.
30c7e542
SM
3028 (octave-completing-read, octave-goto-function-definition):
3029 New helpers.
d4d0f9b3
LL
3030 (octave-help-buffer): New user variable.
3031 (octave-help-file, octave-help-function): New button types.
3032 (octave-help): New command and bind it to C-h ;.
3033 (octave-find-definition): New command and bind it to M-.
d74a1581 3034 (user-error): Alias to error if not defined.
b54f978b 3035
27135018
LL
30362013-05-02 Leo Liu <sdl.web@gmail.com>
3037
3038 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
3039 for \. (bug#14332)
3040 (octave-font-lock-keywords): Include [ and {.
3041
0d634d3a
LL
30422013-05-02 Leo Liu <sdl.web@gmail.com>
3043
3044 * progmodes/octave.el (inferior-octave-startup-file): Change default.
3045 (inferior-octave): Remove calling comint-mode and return the buffer.
3046 (inferior-octave-startup): Cosmetic changes.
3047
b4c8295e
LL
30482013-05-02 Leo Liu <sdl.web@gmail.com>
3049
30c7e542
SM
3050 * progmodes/octave.el (octave-syntax-propertize-function):
3051 Include the case when ' is at line beginning. (Bug#14336)
b4c8295e 3052
f12ad6ec
GM
30532013-05-02 Glenn Morris <rgm@gnu.org>
3054
3055 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
3056 * desktop.el (vc-dir-mode): Just autoload it here.
3057
30cac1e0
AM
30582013-05-02 Alan Mackenzie <acm@muc.de>
3059
3060 Eliminate variable c-standard-font-lock-fontify-region-function.
3061 * progmodes/cc-mode.el
3062 (c-standard-font-lock-fontify-region-function): Remove.
3063 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
3064
d8ef28b1
LL
30652013-05-01 Leo Liu <sdl.web@gmail.com>
3066
2640d52e 3067 * progmodes/octave.el: Compatible with older emacs-24 releases.
27135018 3068 (inferior-octave-has-built-in-variables): Remove. Built-in
2640d52e 3069 variables were removed from Octave in 2007.
d8ef28b1
LL
3070 (inferior-octave-startup): Fix uses.
3071 (comint-line-beginning-position): Remove compatibility code for
3072 emacs 21.
3073
ac63ec89
JL
30742013-05-01 Juri Linkov <juri@jurta.org>
3075
3076 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
3077
9e9be37c
JL
30782013-05-01 Juri Linkov <juri@jurta.org>
3079
3080 * comint.el (comint-previous-matching-input): Don't print message
3081 "History item: %d" when `isearch-mode' is active.
3082 (comint-history-isearch-message): Print message "History item: %d"
3083 when `comint-input-ring-index' is not empty and this function is
3084 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
3085
9b92c13b
LL
30862013-05-01 Leo Liu <sdl.web@gmail.com>
3087
3088 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
3089 definitions. Use completion-at-point to insert keywords.
3090 (octave-abbrev-start): Remove.
3091 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
3092
b12d33d7
LL
30932013-04-30 Leo Liu <sdl.web@gmail.com>
3094
3095 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
3096 change.
3097
3d1c39fa
AM
30982013-04-30 Alan Mackenzie <acm@muc.de>
3099
3100 Handle arbitrarily long C++ member initialisation lists.
30c7e542
SM
3101 * progmodes/cc-engine.el (c-back-over-member-initializers):
3102 new function.
3d1c39fa
AM
3103 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
3104 (most) member init lists.
3105
5147fc17
RS
31062013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3107
3108 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
3109 variable.
3110
5b78d7fc
LL
31112013-04-30 Leo Liu <sdl.web@gmail.com>
3112
3113 * progmodes/octave.el (octave-variables): Remove. No builtin
3114 variables any more. All converted to functions.
3115 (octave-font-lock-keywords, octave-completion-at-point-function):
3116 Fix uses.
3117 (octave-font-lock-texinfo-comment): New user variable.
3118 (octave-texinfo-font-lock-keywords): New variable for texinfo
3119 comment block.
3120 (octave-function-comment-block): New face.
3121 (octave-font-lock-texinfo-comment): New function.
3122 (octave-mode): Font lock texinfo comment block.
3123
38d8527b
LL
31242013-04-29 Leo Liu <sdl.web@gmail.com>
3125
3126 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
3127 indexing expression.
3128 (octave-continuation-string): Do not use \.
3129 (inferior-octave-complete-impossible): Remove.
3130 (inferior-octave-completion-table)
3131 (inferior-octave-completion-at-point): Remove its uses.
3132 (inferior-octave-startup): completion_matches was introduced to
3133 Octave in 1996 so safe to assume it.
3134 (octave-function-file-comment): Improve to follow how Octave does it.
3135 (octave-update-function-file-comment): Tweak.
3136
2ec12cb0
LL
31372013-04-29 Leo Liu <sdl.web@gmail.com>
3138
3139 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
3140 (inferior-octave-startup): Remove inferior-octave-startup-hook.
3141 (octave-function-file-comment): Fix typo.
3142 (octave-sync-function-file-names): Use read-char-choice.
3143
6eaed048
JB
31442013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
3145
3146 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
3147 to t for the less important warnings.
3148
3ffa2d4f
DH
31492013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
3150
3151 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
3152
685c9501
GM
31532013-04-27 Glenn Morris <rgm@gnu.org>
3154
3155 * vc/log-view.el (log-view-current-entry):
3156 Treat "---" separator lines as part of the following rev. (Bug#14169)
3157
0208ede7
JL
31582013-04-27 Juri Linkov <juri@jurta.org>
3159
3160 * subr.el (read-number): Doc fix about using it by interactive
3161 code letter `n'. (Bug#14254)
3162
5db9dace
JL
31632013-04-27 Juri Linkov <juri@jurta.org>
3164
3165 * desktop.el (desktop-auto-save-timeout): New option.
3166 (desktop-file-checksum): New variable.
3167 (desktop-save): Add optional arg `auto-save' and don't auto-save
3168 if nothing changed.
3169 (desktop-auto-save-timer): New variable.
3170 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
3171 (after-init-hook): Call `desktop-auto-save-set-timer'.
3172 Suggested by Reuben Thomas <rrt@sc3d.org> in
3173 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
3174
b7260dd4
LL
31752013-04-27 Leo Liu <sdl.web@gmail.com>
3176
3177 * progmodes/octave.el (octave-function-file-p)
3178 (octave-skip-comment-forward, octave-function-file-comment)
3179 (octave-update-function-file-comment): New functions.
3180 (octave-mode-map): Bind C-c ; to
3181 octave-update-function-file-comment.
3182 (octave-mode-menu): Add octave-update-function-file-comment.
3183 (octave-mode, inferior-octave-mode): Fix doc-string.
3184 (octave-insert-defun): Conform to Octave's coding convention.
3185 (Bug#14285)
3186
3187 * files.el (basic-save-buffer): Don't let errors in
3188 before-save-hook prevent saving buffer.
3189
c46da669
RW
31902013-04-20 Roland Winkler <winkler@gnu.org>
3191
3192 * faces.el (read-face-name): Use completing-read if arg multiple
3193 is nil.
3194
a81ee1eb
IL
31952013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
3196
3197 * ls-lisp.el (ls-lisp-insert-directory): If no files are
30c7e542
SM
3198 displayed, move point to after the totals line.
3199 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
a81ee1eb
IL
3200 for the details.
3201
4fac34ce
SM
32022013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3203
3204 * emacs-lisp/package.el (package-autoload-ensure-default-file):
3205 Add current dir to the load-path.
3206 (package-generate-autoloads): Don't rely on
3207 autoload-ensure-default-file.
3208
f6bfc063
RT
32092013-04-26 Reuben Thomas <rrt@sc3d.org>
3210
d40ab5cf
BG
3211 * textmodes/remember.el (remember-store-in-files): Document that
3212 the file name format is passed to `format-time-string'.
f6bfc063 3213
e55d3b04
LL
32142013-04-26 Leo Liu <sdl.web@gmail.com>
3215
3216 * progmodes/octave.el (octave-sync-function-file-names): New function.
3217 (octave-mode): Use it in before-save-hook.
3218
e53052d3
SM
32192013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3220
140ef50c
SM
3221 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
3222 (bug#14274).
3223
e53052d3
SM
3224 * progmodes/octave.el (octave-smie-forward-token): Properly skip
3225 \n and comment, even if it's not an implicit ; (bug#14218).
3226
af80458d 32272013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
3228
3229 * subr.el (read-number): Once more use `read' rather than
3230 `string-to-number', to trap non-numeric input. (Bug#14254)
3231
af80458d 32322013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
3233
3234 * emacs-lisp/syntax.el (syntax-propertize-multiline):
3235 Use `syntax-multiline' text property consistently instead of
8a621d53 3236 `font-lock-multiline'. (Bug#14237)
70203c2e 3237
e6ea1f6c
GM
32382013-04-26 Glenn Morris <rgm@gnu.org>
3239
3240 * emacs-lisp/shadow.el (list-load-path-shadows):
3241 No longer necessary to check for duplicate simple.el, since
3242 2012-07-07 change to init_lread to not include installation lisp
3243 directories in load-path when running uninstalled. (Bug#14270)
3244
070ccca4
LL
32452013-04-26 Leo Liu <sdl.web@gmail.com>
3246
3247 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
3248 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 3249 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
3250 octave-in-string-or-comment-p.
3251 (octave-in-comment-p, octave-in-string-p)
3252 (octave-in-string-or-comment-p): Replace defsubst with defun.
3253
9d1c5fb6
PE
32542013-04-25 Paul Eggert <eggert@cs.ucla.edu>
3255
3256 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
3257
c034abda
BG
32582013-04-25 Bastien Guerry <bzg@gnu.org>
3259
3260 * textmodes/remember.el (remember-data-directory)
3261 (remember-directory-file-name-format): Fix custom types.
3262
584ea277
LL
32632013-04-25 Leo Liu <sdl.web@gmail.com>
3264
e53052d3
SM
3265 * progmodes/octave.el (octave-completion-at-point-function):
3266 Make use of inferior octave process.
584ea277
LL
3267 (octave-initialize-completions): Remove.
3268 (inferior-octave-completion-table): New function.
3269 (inferior-octave-completion-at-point): Use it.
3270 (octave-completion-alist): Remove.
3271
1693b06a
SM
32722013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3273
3274 * progmodes/opascal.el: Use font-lock and syntax-propertize.
3275 (opascal-mode-syntax-table): New var.
3276 (opascal-literal-kind, opascal-is-literal-end)
3277 (opascal-literal-token-at): Rewrite.
3278 (opascal--literal-start-re, opascal-font-lock-keywords)
3279 (opascal--syntax-propertize): New constants.
3280 (opascal-font-lock-defaults): Adjust.
3281 (opascal-mode): Use them. Set comment-<foo> variables as well.
3282 (delphi-comment-face, opascal-comment-face, delphi-string-face)
3283 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
3284 (delphi-other-face, opascal-other-face): Remove face variables.
3285 (opascal-save-state): Remove macro.
3286 (opascal-fontifying-progress-step): Remove constant.
3287 (opascal--ignore-changes): Remove var.
3288 (opascal-set-token-property, opascal-parse-next-literal)
3289 (opascal-is-stable-literal, opascal-complete-literal)
3290 (opascal-is-literal-start, opascal-face-of)
3291 (opascal-parse-region, opascal-parse-region-until-stable)
3292 (opascal-fontify-region, opascal-after-change)
3293 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
3294 (opascal-debug-parse-region, opascal-debug-parse-window)
3295 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
3296 (opascal-debug-fontify-buffer): Remove.
3297 (opascal-debug-mode-map): Adjust accordingly.
3298
be64c05d
LL
32992013-04-25 Leo Liu <sdl.web@gmail.com>
3300
3301 Merge octave-mod.el and octave-inf.el into octave.el with some
3302 cleanups.
3303 * progmodes/octave.el: New file renamed from octave-mod.el.
3304 * progmodes/octave-inf.el: Merged into octave.el.
3305 * progmodes/octave-mod.el: Renamed to octave.el.
3306
d79d37bd
TH
33072013-04-25 Tassilo Horn <tsdh@gnu.org>
3308
3309 * textmodes/reftex-vars.el
3310 (reftex-label-ignored-macros-and-environments): New defcustom.
3311
3312 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
3313
ced3fc5d
SM
33142013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
3317 (smie-indent-keyword): Improve the check to ensure that the next
3318 comment is really on the same line.
3319 (smie-indent-comment): Don't align with a subsequent closer (or eob).
3320
3321 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
3322 semi-colons if the line is not otherwise empty (bug#14218).
3323
1c141dad
GM
33242013-04-25 Glenn Morris <rgm@gnu.org>
3325
3326 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
3327
5058062a
SM
33282013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3329
3330 * progmodes/opascal.el (opascal-set-token-property): Rename from
3331 opascal-set-text-properties and only set `token' (bug#14134).
3332 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
3333 (opascal-literal-text-properties): Remove.
3334 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
3335 Adjust callers.
3336
5db9dace 33372013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
3338
3339 * textmodes/remember.el (remember-handler-functions): Add an
3340 option for a new handler `remember-store-in-files'.
3341 (remember-data-directory, remember-directory-file-name-format):
3342 New options.
3343 (remember-store-in-files): New function to store remember notes
3344 as separate files within a directory.
3345
4391916c
MH
33462013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
3347
3348 * progmodes/compile.el (compilation-next-error-function):
3349 Pass "formats" to compilation-find-file (bug#11777).
3350
bb7cdf58
GM
33512013-04-24 Glenn Morris <rgm@gnu.org>
3352
3b8fe752 3353 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
3354 * vc/vc-hg.el (vc-hg-print-log):
3355 * vc/vc-svn.el (vc-svn-print-log):
3356 Fix START-REVISION with LIMIT != 1. (Bug#14168)
3357
bb7cdf58
GM
3358 * vc/vc-bzr.el (vc-bzr-print-log):
3359 * vc/vc-cvs.el (vc-cvs-print-log):
3360 * vc/vc-git.el (vc-git-print-log):
3361 * vc/vc-hg.el (vc-hg-print-log):
3362 * vc/vc-mtn.el (vc-mtn-print-log):
3363 * vc/vc-rcs.el (vc-rcs-print-log):
3364 * vc/vc-sccs.el (vc-sccs-print-log):
3365 * vc/vc-svn.el (vc-svn-print-log):
3366 * vc/vc.el (vc-print-log-internal): Doc fixes.
3367
b46a056e
GM
33682013-04-23 Glenn Morris <rgm@gnu.org>
3369
3370 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
3371 Remove venerable code attempting to avoid substitute-command-keys.
3372
0aecf718
TH
33732013-04-23 Tassilo Horn <tsdh@gnu.org>
3374
4391916c
MH
3375 * textmodes/reftex-vars.el (reftex-label-regexps):
3376 Call `reftex-compile-variables' after changes to this variable.
0aecf718 3377
117f94cf
SM
33782013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3379
4391916c 3380 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
3381 Use lexical-binding.
3382 (jit-lock-force-redisplay): Use markers, check buffer's continued
3383 existence and beware narrowed buffers.
3384 (jit-lock-fontify-now): Adjust call accordingly.
3385
1d829c64
SM
33862013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3387
3388 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
3389 to avoid misleading the user.
3390
72d548a9
LL
33912013-04-22 Leo Liu <sdl.web@gmail.com>
3392
3393 * info-look.el: Prefer latex2e.info. (Bug#14240)
3394
d0853629
MA
33952013-04-22 Michael Albinus <michael.albinus@gmx.de>
3396
3397 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
3398
3399 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4f405069 3400 * net/tramp.el (tramp-call-process): ... here.
d0853629
MA
3401 (tramp-set-completion-function, tramp-parse-putty):
3402 * net/tramp-adb.el (tramp-adb-execute-adb-command):
3403 * net/tramp-gvfs.el (tramp-gvfs-send-command):
3404 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
3405 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
3406 (tramp-call-local-coding-command): Use `tramp-call-process'
3407 instead of `tramp-compat-call-process'.
3408
3409 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
3410 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
3411 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7764286e 3412 (tramp-find-inline-compress): Improve traces.
d0853629
MA
3413 (tramp-maybe-send-script): Check for Perl binary.
3414 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
3415
38cc0210
DU
34162013-04-22 Daiki Ueno <ueno@gnu.org>
3417
3418 * epg.el (epg-context-pinentry-mode): New function.
3419 (epg-context-set-pinentry-mode): New function.
3420 (epg--start): Pass --pinentry-mode option to gpg command.
3421
cc641ee1
XF
34222013-04-21 Xue Fuqiao <xfq.free@gmail.com>
3423
02d844b5 3424 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5d4e5c31 3425 `comint-dynamic-complete' is obsolete since 24.1, replaced by
e7b41c4c 3426 `completion-at-point'. (Bug#13774)
5d4e5c31 3427
cc641ee1
XF
3428 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
3429 default key binding for `describe-distribution' has been moved to
3430 `C-h C-o'. (Bug#13970)
3431
1b42ee43
GM
34322013-04-21 Glenn Morris <rgm@gnu.org>
3433
3434 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
3435 Add doc strings.
3436 (vc-print-log): Clarify interactive prompt.
3437
a6d63d97
GM
34382013-04-20 Glenn Morris <rgm@gnu.org>
3439
3440 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
3441 No longer include timestamp etc information.
3442
d7f5c16f
RW
34432013-04-20 Roland Winkler <winkler@gnu.org>
3444
3445 * faces.el (read-face-name): Bug fix, return just one face if arg
3446 multiple is nil. (Bug#14209)
3447
bcd7a0a4
SM
34482013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3449
3450 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
3451 (remove-function): Autoload.
3452
3453 * comint.el (comint-redirect-original-filter-function): Remove.
3454 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
e7b41c4c
JB
3455 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
3456 (vc-cvs-annotate-command):
bcd7a0a4
SM
3457 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
3458 * progmodes/prolog.el (prolog-consult-compile):
3459 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
3460 Use add/remove-function instead.
3461 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
3462 (gud-tooltip-process-output, gud-tooltip-tips):
3463 Use add/remove-function instead.
3464 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
3465 (scheme-interaction-mode, exit-scheme-interaction-mode):
3466 Use add/remove-function instead.
3467
3468 * vc/vc-dispatcher.el: Use lexical-binding.
3469 (vc--process-sentinel): Rename from vc-process-sentinel.
3470 Change last arg to be the code to run. Don't use vc-previous-sentinel
3471 and vc-sentinel-commands any more.
3472 (vc-exec-after): Allow code to be a function. Use add/remove-function.
3473 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
3474
4d3268ba
MY
34752013-04-19 Masatake YAMATO <yamato@redhat.com>
3476
bcd7a0a4 3477 * progmodes/sh-script.el (sh-imenu-generic-expression):
781b4af6 3478 Handle function names with a single character. (Bug#14111)
4d3268ba 3479
781b4af6 34802013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
863beb27
DK
3481
3482 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
3483 for subroutines defined in an eval (bug#14182).
3484
7d688336
TV
34852013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3486
3487 * bookmark.el (bookmark-completing-read): Improve handling of empty
3488 string (bug#14176).
3489
31dcede0
SM
34902013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3491
3492 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
3493
adc31213
FEG
34942013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
3495
3496 New faster Imenu implementation (bug#14058).
3497 * progmodes/python.el:
3498 (python-imenu-prev-index-position):
3499 (python-imenu-format-item-label-function)
3500 (python-imenu-format-parent-item-label-function)
3501 (python-imenu-format-parent-item-jump-label-function):
3502 New vars.
3503 (python-imenu-format-item-label)
3504 (python-imenu-format-parent-item-label)
3505 (python-imenu-format-parent-item-jump-label)
3506 (python-imenu--put-parent, python-imenu--build-tree)
3507 (python-imenu-create-index, python-imenu-create-flat-index)
3508 (python-util-popn): New functions.
3509 (python-mode): Set imenu-create-index-function to
3510 python-imenu-create-index.
3511
cdca8255
SM
35122013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3513
3514 * winner.el (winner-active-region): Use region-active-p, activate-mark
3515 and deactivate-mark (bug#14225).
3516
3517 * simple.el (deactivate-mark): Don't inline it.
3518
beb42340
MA
35192013-04-18 Michael Albinus <michael.albinus@gmx.de>
3520
3521 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
3522
fc7f4d7e
TH
35232013-04-18 Tassilo Horn <tsdh@gnu.org>
3524
3525 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
3526 file extensions from the archive-mode entry in order to prefer
3527 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
3528
29f47822
LL
35292013-04-18 Leo Liu <sdl.web@gmail.com>
3530
3531 * bindings.el (help-event-list): Add ?\?.
3532
d36ed1c8
SM
35332013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * subr.el (with-wrapper-hook): Declare obsolete.
3536 * simple.el (filter-buffer-substring-function): New hook.
3537 (filter-buffer-substring): Use it.
3538 (filter-buffer-substring-functions): Mark obsolete.
3539 * minibuffer.el (completion-in-region-function): New hook.
3540 (completion-in-region): Use it.
3541 (completion-in-region-functions): Mark obsolete.
3542 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
3543 * abbrev.el (abbrev-expand-function): New hook.
3544 (expand-abbrev): Use it.
3545 (abbrev-expand-functions): Mark obsolete.
3546 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
3547 and :filter-return.
3548
04754d36
FEG
35492013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
3550
3551 * progmodes/python.el (python-nav--syntactically): Fix cornercases
3552 and do not care about match data.
3553
dd8791e9
SM
35542013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
3555
3556 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
3557 completion tables when completing error conditions and
3558 `declare' arguments.
3559 (lisp-complete-symbol, field-complete): Mark as obsolete.
3560 (check-parens): Unmatched parens are user errors.
3561 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
3562
ffe54a13
AM
35632013-04-17 Michal Nazarewicz <mina86@mina86.com>
3564
dd8791e9
SM
3565 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
3566 command changed buffer (ie. `flyspell-pre-buffer' is not current
3567 buffer), which prevents making decisions based on invalid value of
3568 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
3569 cause an error when `flyspell-pre-point' was nil after switching
3570 buffers.
3571 (flyspell-post-command-hook): No longer needs to change buffers when
3572 checking pre-word. While at it remove unnecessary progn.
ffe54a13 3573
ec7e39f2
AM
35742013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
3575
3576 * textmodes/ispell.el (ispell-add-per-file-word-list):
3577 Fix `flyspell-correct-word-before-point' error when accepting
3578 words and `coment-padding' is an integer by using
3579 `comment-normalize-vars' (Bug #14214).
3580
083850a6
FEG
35812013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
3582
3583 New defun movement commands.
3584 * progmodes/python.el (python-nav--syntactically)
3585 (python-nav--forward-defun, python-nav-backward-defun)
3586 (python-nav-forward-defun): New functions.
3587
619ed6e1
FEG
35882013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
3589
3590 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
3591 (python-syntax-context): Use named compiler-macro for backwards
3592 compatibility with Emacs 24.x.
3593
7a1beb6c
LL
35942013-04-17 Leo Liu <sdl.web@gmail.com>
3595
3596 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
3597 octave-hide-process-buffer.
3598
2d3fa3e5
SM
35992013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
3600
3601 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
3602 (bug#14216).
3603
7ce5be54
JPG
36042013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
3605
3606 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
3607 Fix adjustment of offset when receiving incomplete responses from GDB
3608 (bug#14129).
3609
351edece
SM
36102013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3611
3612 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
3613 python-mode-abbrev-table.
3614 (python-skeleton-define): Adjust accordingly.
3615 (python-mode-abbrev-table): New table that inherits from it so that
3616 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
3617
3618 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
3619 (abbrev-symbol): Use it.
3620 (abbrev--before-point): Use it since we already handle inheritance.
3621
613f9481
LL
36222013-04-16 Leo Liu <sdl.web@gmail.com>
3623
3624 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
3625 binding to info-lookup-symbol.
3626
51646b62
JB
36272013-04-16 Juanma Barranquero <lekktu@gmail.com>
3628
3629 * minibuffer.el (completion--twq-all):
3630 * term/ns-win.el (ns-initialize-window-system):
3631 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
3632
efb3f01d
SM
36332013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3634
36c0a301
SM
3635 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
3636 global bindings.
3637
efb3f01d
SM
3638 * doc-view.el (doc-view-start-process): Handle url-handler directories.
3639
fb549d64
DG
36402013-04-15 Dmitry Gutov <dgutov@yandex.ru>
3641
3642 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
3643 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
3644 to nil.
3645 (ruby-end-of-defun): Remove the unused arg, change the docstring
3646 to reflect that this function is only used as the value of
3647 `end-of-defun-function'.
3648 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
3649 to reflect an earlier change that beginning/end-of-defun functions
3650 jump between methods in a class definition, as well as top-level
3651 functions.
3652
21e8fe2f
SM
36532013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3654
3655 * minibuffer.el (minibuffer-complete): Don't just scroll
3656 a *Completions* that's been iconified.
3657 (minibuffer-force-complete): Make sure repetitions do cycle when going
3658 through completion-in-region -> minibuffer-complete.
3659
20e527d0
AM
36602013-04-15 Alan Mackenzie <acm@muc.de>
3661
3662 Correct the placement of c-cpp-delimiters when there're #s not at
3663 col 0.
3664
3665 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
3666 place a submatch around the #.
21e8fe2f
SM
3667 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
3668 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
3669 on the #, not BOL.
3670
dabefae5
SM
36712013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3672
3673 * emacs-lisp/nadvice.el: Properly test names when adding advice.
3674 (advice--member-p): New arg `name'.
3675 (advice--add-function, advice-member-p): Use it (bug#14202).
3676
85c9ab64
AM
36772013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
3678
3679 Reformulate java imenu-generic-expression.
3680 The old expression contained ill formed regexps.
3681
3682 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
3683 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
3684 (cc-imenu-java-method-arg-regexp): New defconsts.
3685 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 3686 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
3687 handling of spaces in the regexp.
3688
0f821d99
AM
36892013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3690
3691 * textmodes/ispell.el (ispell-command-loop): Remove
3692 flyspell highlight of a word when ispell accepts it (bug #14178).
3693
eb922adf
MA
36942013-04-15 Michael Albinus <michael.albinus@gmx.de>
3695
3696 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
3697 uses code from the previous `ange-ftp-run-real-handler'.
3698 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
3699 only in case that function exist. This is needed for proper
3700 unloading of Tramp.
3701
4d9a0979
TH
37022013-04-15 Tassilo Horn <tsdh@gnu.org>
3703
3704 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
3705
3706 * textmodes/reftex.el (reftex-compile-variables): Use it.
3707
a829b0dc
SM
37082013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3709
91e8293c
SM
3710 * files.el (normal-mode): Only use default major-mode if no other mode
3711 was specified.
3712
830aed4d
SM
3713 * emacs-lisp/trace.el (trace-values): New function.
3714
a829b0dc
SM
3715 * files.el: Allow : in local variables (bug#14089).
3716 (hack-local-variable-regexp): New var.
3717 (hack-local-variables-prop-line, hack-local-variables): Use it.
3718
7ae9f0fb
RW
37192013-04-13 Roland Winkler <winkler@gnu.org>
3720
3721 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
3722 data before it gets modified by bibtex-beginning-of-entry.
3723
6646e848
RW
37242013-04-13 Roland Winkler <winkler@gnu.org>
3725
3726 * textmodes/bibtex.el (bibtex-url): Doc fix.
3727
37282013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
3729
3730 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
3731 does not visit a BibTeX file, exclude it from the list of buffers
3732 returned by bibtex-initialize.
3733
0aa3616e
SB
37342013-04-13 Stephen Berman <stephen.berman@gmx.net>
3735
3736 * window.el (split-window): Remove interactive form, since as a
3737 command this function is a special case of split-window-below.
3738 Correct doc string.
3739
011cddd6
RW
37402013-04-12 Roland Winkler <winkler@gnu.org>
3741
3742 * faces.el (read-face-name): Do not override value of arg default.
3743 Allow single faces and strings as default values. Remove those
3744 elements from return value that are not faces.
3745 (describe-face): Simplify.
3746 (face-at-point): New optional args thing and multiple so that this
3747 function can provide the same functionality previously provided by
3748 read-face-name.
3749 (make-face-bold, make-face-unbold, make-face-italic)
3750 (make-face-unitalic, make-face-bold-italic, invert-face)
3751 (modify-face, read-face-and-attribute): Use face-at-point.
3752
3753 * cus-edit.el (customize-face, customize-face-other-window)
3754 * cus-theme.el (custom-theme-add-face)
3755 * face-remap.el (buffer-face-set)
3756 * facemenu.el (facemenu-set-face): Use face-at-point.
3757
f24e0036
MA
37582013-04-12 Michael Albinus <michael.albinus@gmx.de>
3759
3760 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
3761
da3cda2d
TH
37622013-04-10 Tassilo Horn <tsdh@gnu.org>
3763
3764 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
3765 off leading { and trailing } from field values.
3766
15e54145
SM
37672013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3768
78ce603d
SM
3769 * emacs-lisp/timer.el (timer--check): New function.
3770 (timer--time, timer-set-function, timer-event-handler): Use it.
3771 (timer-set-idle-time): Simplify.
3772 (timer--activate): CSE.
3773 (timer-event-handler): Give more info in error message.
3774 (internal-timer-start-idle): New function, moved from C.
3775
15e54145
SM
3776 * mpc.el (mpc-proc): Add `restart' argument.
3777 (mpc-proc-cmd): Use it.
3778 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
3779 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
3780 less often.
3781
7144c627
MY
37822013-04-10 Masatake YAMATO <yamato@redhat.com>
3783
3784 * progmodes/sh-script.el: Implement `sh-mode' own
3785 `add-log-current-defun-function' (bug#14112).
3786 (sh-current-defun-name): New function.
3787 (sh-mode): Use the function.
3788
b39792eb
BG
37892013-04-09 Bastien Guerry <bzg@gnu.org>
3790
3791 * simple.el (choose-completion-string): Fix docstring (bug#14163).
3792
8acdeb71
SM
37932013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3794
6fcdab68
SM
3795 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
3796
8acdeb71
SM
3797 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
3798 timer (bug#14156).
3799
e3e7b504
NF
38002013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
3801
3802 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
3803 declaration.
3804
201bb296
LL
38052013-04-07 Leo Liu <sdl.web@gmail.com>
3806
3807 * pcmpl-x.el: New file.
3808
ebb19708
DA
38092013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
3810
3811 Do not set x-display-name until X connection is established.
3812 This is needed to prevent from weird situation described at
3813 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
3814 * frame.el (make-frame): Set x-display-name after call to
3815 window system initialization function, not before.
3816 * term/x-win.el (x-initialize-window-system): Add optional
3817 display argument and use it.
3818 * term/w32-win.el (w32-initialize-window-system):
3819 * term/ns-win.el (ns-initialize-window-system):
3820 * term/pc-win.el (msdos-initialize-window-system):
3821 Add compatible optional display argument.
3822
33bb237a
EZ
38232013-04-06 Eli Zaretskii <eliz@gnu.org>
3824
3825 * files.el (normal-backup-enable-predicate): On MS-Windows and
3826 MS-DOS compare truenames of temporary-file-directory and of the
3827 file, so that 8+3 aliases (usually found in $TEMP on Windows)
3828 don't fail comparison by compare-strings. Also, compare file
3829 names case-insensitively on MS-Windows and MS-DOS.
3830
134abf1f
SM
38312013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3832
3833 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
3834 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
3835
d695cb94
DG
38362013-04-05 Dmitry Gutov <dgutov@yandex.ru>
3837
e3e7b504
NF
3838 * whitespace.el (whitespace-color-on, whitespace-color-off):
3839 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 3840
f4ad7ea1 38412013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
3842
3843 * ispell.el (ispell-set-spellchecker-params):
3844 Really set `ispell-args' for all equivs.
3845
632556e4
SM
38462013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3847
3848 * ido.el (ido-completions): Use extra elements of ido-decorations
3849 (bug#14143).
3850 (ido-decorations): Update docstring.
3851
2a417372
MA
38522013-04-05 Michael Albinus <michael.albinus@gmx.de>
3853
3854 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3855 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
3856 nil during initialization, in order not to miss changes since the
3857 file was opened. (Bug#14140)
3858
fc164b0c
LL
38592013-04-05 Leo Liu <sdl.web@gmail.com>
3860
3861 * kmacro.el (kmacro-call-macro): Fix bug#14135.
3862
0ccecc08
JB
38632013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
3864
3865 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
3866
51af1aa2
GM
38672013-04-04 Glenn Morris <rgm@gnu.org>
3868
3869 * electric.el (electric-pair-inhibit-predicate): Add :version.
3870
b208ebc6
SM
38712013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3872
3873 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
3874 when a package is required several times (bug#14082).
3875
f3d3eaf0
RW
38762013-04-04 Roland Winkler <winkler@gnu.org>
3877
3878 * faces.el (read-face-name): Behave as promised by the docstring.
3879 Assume that arg default is a list of faces.
3880 (describe-face): Call read-face-name with list of default faces.
3881
2575da50
TV
38822013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3883
3884 * bookmark.el: Fix deletion of bookmarks (bug#13972).
3885 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
3886 (bookmark-bmenu-execute-deletions): Only skip first line if it's
3887 the header.
3888 (bookmark-exit-hook-internal): Save even if list is empty.
3889
397703b4
YH
38902013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
3891
3892 * emacs-lisp/package.el (package-pinned-packages): New var.
3893 (package--add-to-archive-contents): Obey it (bug#14118).
3894
691e26ae
AM
38952013-04-03 Alan Mackenzie <acm@muc.de>
3896
8a621d53
JB
3897 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
3898 Also adapt to the new values of element 7 of a parse state.
691e26ae
AM
3899
3900 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
3901 parameter `not-in-delimiter'. Handle being inside comment opener.
3902 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
3903 character in case we're typing a '*' after a '/'.
3904 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
3905 instead by passing the parameter to c-state-pp-to-literal.
3906
3907 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
3908 for elt. 7 of a parse state.
3909
4b725a70
PE
39102013-04-01 Paul Eggert <eggert@cs.ucla.edu>
3911
3912 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
3913 * international/latin1-disp.el, international/mule-util.el:
3914 * language/cyril-util.el, language/european.el, language/ind-util.el:
3915 * language/lao-util.el, language/thai.el, language/tibet-util.el:
3916 * language/tibetan.el, language/viet-util.el:
3917 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
3918
15c579f0
SM
39192013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3920
3921 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
3922 (electric-pair-post-self-insert-function): Use it.
3923 (electric-pair-default-inhibit): New function, extracted from
3924 electric-pair-post-self-insert-function.
3925
a77e2924
RW
39262013-03-31 Roland Winkler <winkler@gnu.org>
3927
3928 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
3929
2bd8a4a8
SM
39302013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3931
3932 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
3933
8d3655be 39342013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
3935
3936 Un-indent after "pass" and "return" statements (Bug#13888)
3937 * progmodes/python.el (python-indent-block-enders): New var.
3938 (python-indent-calculate-indentation): Use it.
3939
8d3655be 39402013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
3941
3942 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
3943 defun. Defining it as defalias could introduce too eager
3944 byte-compiler optimization. (Bug#14030)
3945
8d3655be 39462013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
3947
3948 * iswitchb.el (iswitchb-read-buffer): Fix typo.
3949
0b1619da
LL
39502013-03-30 Leo Liu <sdl.web@gmail.com>
3951
3952 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
3953 (kmacro-execute-from-register): Pass the keyboard macro to
3954 kmacro-call-macro or repeating won't work correctly.
3955
0b938190
TZ
39562013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
3957
3958 * progmodes/subword.el: Back to using `forward-symbol'.
3959
3960 * subr.el (forward-whitespace, forward-symbol)
3961 (forward-same-syntax): Move from thingatpt.el.
3962
35710234
LL
39632013-03-29 Leo Liu <sdl.web@gmail.com>
3964
3965 * kmacro.el (kmacro-to-register): New command.
3966 (kmacro-execute-from-register): New function.
3967 (kmacro-keymap): Bind to 'x'. (Bug#14071)
3968
efc0bb73
SM
39692013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3970
3971 * mpc.el: Use defvar-local and setq-local.
3972 (mpc--proc-connect): Connection failures are not bugs.
3973 (mpc-mode-map): `follow-link' only applies to the buffer's content.
3974 (mpc-volume-map): Bind to the up-events.
3975
75a2f981
TZ
39762013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
3977
3978 * progmodes/subword.el (superword-mode): Use `forward-sexp'
3979 instead of `forward-symbol'.
3980
17c781d1
SM
39812013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3982
3983 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
3984 (edebug--recursive-edit): Use it.
3985 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
3986 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
3987
f67bfbcf
LL
39882013-03-28 Leo Liu <sdl.web@gmail.com>
3989
3990 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
3991
b59f639d
EZ
39922013-03-27 Eli Zaretskii <eliz@gnu.org>
3993
3994 * facemenu.el (list-colors-callback): New defvar.
3995 (list-colors-redisplay): New function.
3996 (list-colors-display): Install list-colors-redisplay as the
3997 revert-buffer-function. (Bug#14063)
3998
f557c1b1
SM
39992013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4000
b1da2957
SM
4001 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
4002 and suffixes don't overlap (bug#14061).
4003
f557c1b1
SM
4004 * case-table.el: Use lexical-binding.
4005 (case-table-get-table): New function.
4006 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
4007
002668e1
TZ
40082013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4009
4010 * progmodes/subword.el: Add `superword-mode' to do word motion
4011 over symbol_words (parallels and leverages `subword-mode' which
4012 does word motion inside MixedCaseWords).
4013
73572c72
AG
40142013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
4015
78b8f320 4016 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 4017 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 4018
69b2c07e
SM
40192013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
4022 Change return value to be a sexp. Delay `get-buffer' to after
4023 restoring the desktop (bug#13951).
4024
08bb5ee2
LL
40252013-03-26 Leo Liu <sdl.web@gmail.com>
4026
4027 * register.el: Move semantic tag handling back to
4028 cedet/semantic/senator.el. (Bug#14052)
4029
8d4c974e
SM
40302013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4031
4032 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
4033 into the prompt either (bug#13963).
4034
b234d92c
SM
40352013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4036
4037 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
4038 part of "(error-foo)".
4039
ddfa3cb4
JL
40402013-03-24 Juri Linkov <juri@jurta.org>
4041
4042 * replace.el (list-matching-lines-prefix-face): New defcustom.
4043 (occur-1): Pass `list-matching-lines-prefix-face' to the function
4044 `occur-engine' if `face-differs-from-default-p' returns t.
4045 (occur-engine): Add `,' inside backquote construct to evaluate
4046 `prefix-face'. Propertize the prefix with the `prefix-face' face.
4047 Pass `prefix-face' to the functions `occur-context-lines' and
4048 `occur-engine-add-prefix'.
4049 (occur-engine-add-prefix, occur-context-lines): Add optional arg
4050 `prefix-face' and propertize the prefix with `prefix-face'.
4051 (Bug#14017)
4052
7b0e2f85
LL
40532013-03-24 Leo Liu <sdl.web@gmail.com>
4054
4055 * nxml/rng-valid.el (rng-validate-while-idle)
4056 (rng-validate-quick-while-idle): Guard against deleted buffer.
4057 (Bug#13999)
4058
4059 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
4060 is the last entry in kill-buffer-hook.
4061
4062 * files.el (kill-buffer-hook): Doc fix.
4063
b3082f49
DG
40642013-03-23 Dmitry Gutov <dgutov@yandex.ru>
4065
b234d92c
SM
4066 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
4067 Make it safe-local.
bde73d27 4068
b3082f49
DG
4069 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
4070
a320a2db
LL
40712013-03-23 Leo Liu <sdl.web@gmail.com>
4072
7e74b0fb
LL
4073 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
4074 Remove.
4075
4076 * nxml/rng-valid.el (rng-validate-mode)
4077 (rng-after-change-function, rng-do-some-validation):
4078 * nxml/rng-maint.el (rng-validate-buffer):
4079 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
4080 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
4081 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
4082 (nxml-extend-after-change-region): Use with-silent-modifications.
4083
a320a2db
LL
4084 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
4085 timer-idle-list.
4086
4087 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
4088 (rng-next-error-1, rng-previous-error-1): Do not let-bind
4089 timer-idle-list. (Bug#13999)
4090
e38e6780
JL
40912013-03-23 Juri Linkov <juri@jurta.org>
4092
4093 * info.el (info-index-match): New face.
4094 (Info-index, Info-apropos-matches): Add a nested subgroup to the
4095 main pattern and add text properties with the new face to matches
4096 in index entries relative to the beginning of the index entry.
4097 (Bug#14015)
4098
e8cc7880
DE
40992013-03-21 Eric Ludlam <zappo@gnu.org>
4100
4101 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
4102 Inhibit read only while inserting objects.
4103
9bb0d822
TZ
41042013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
4105
4106 * progmodes/cfengine.el: Update docs to mention
4107 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
4108 symbol motion. Remove "_" from the word syntax.
4109
aa703640
TZ
41102013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
4111
4112 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
4113 syntax for both `cfengine2-mode' and `cfengine3-mode'.
4114
afff09d0
JL
41152013-03-20 Juri Linkov <juri@jurta.org>
4116
4117 * info.el (Info-next-reference-or-link)
4118 (Info-prev-reference-or-link): New functions.
4119 (Info-next-reference, Info-prev-reference): Use them.
4120 (Info-try-follow-nearest-node): Handle footnote navigation.
4121 (Info-fontify-node): Fontify footnotes. (Bug#13989)
4122
9a1ff164
SM
41232013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4124
4125 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
4126 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
4127
2667d15d
PE
41282013-03-20 Paul Eggert <eggert@cs.ucla.edu>
4129
4130 Suppress unnecessary non-ASCII chatter during build process.
4131 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
4132 (batch-skkdic-convert): Suppress most of the chatter.
4133 It's not needed so much now that machines are faster,
4134 and its non-ASCII component was confusing; see Dmitry Gutov in
4135 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
4136
438b0579
LL
41372013-03-20 Leo Liu <sdl.web@gmail.com>
4138
4139 * ido.el (ido-chop): Fix bug#10994.
4140
c128ab07
DG
41412013-03-19 Dmitry Gutov <dgutov@yandex.ru>
4142
4143 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
4144 Remove vars.
9a1ff164
SM
4145 (whitespace-color-on, whitespace-color-off):
4146 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 4147
0e6008c5
SM
41482013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4149
4150 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
4151 remapping in mode-line.
4152 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
4153
627b52b0
DG
41542013-03-19 Dmitry Gutov <dgutov@yandex.ru>
4155
4156 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
4157 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
4158 (whitespace-font-lock-keywords): Change description.
4159 (whitespace-color-on): Don't save `font-lock-keywords' value, save
4160 the constructed keywords instead.
4161 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 4162
50c3a20b
LL
41632013-03-19 Leo Liu <sdl.web@gmail.com>
4164
4165 * progmodes/compile.el (compilation-display-error): New command.
4166 (compilation-mode-map, compilation-minor-mode-map): Bind it to
4167 C-o. (Bug#13992)
4168
2aa2157b
PE
41692013-03-18 Paul Eggert <eggert@cs.ucla.edu>
4170
4171 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
4172
e477dbfa
JD
41732013-03-18 Jan Djärv <jan.h.d@swipnet.se>
4174
4175 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
4176
64ab82d1
MA
41772013-03-18 Michael Albinus <michael.albinus@gmx.de>
4178
4179 * net/tramp-compat.el (tramp-compat-user-error): New defun.
4180
4181 * net/tramp-adb.el (tramp-adb-handle-shell-command):
4182 * net/tramp-gvfs.el (top):
4183 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
4184 (tramp-handle-shell-command): Use it.
4185 (tramp-dissect-file-name): Raise an error when hostname is a
4186 method name, and neither method nor user is specified.
4187
4188 * net/trampver.el: Update release number.
4189
33cef733
LL
41902013-03-18 Leo Liu <sdl.web@gmail.com>
4191
4192 Make sure eldoc can be turned off properly.
4193 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
4194 eldoc-mode.
4195 (eldoc-display-message-p): Revert last change.
4196 (eldoc-display-message-no-interference-p)
4197 (eldoc-print-current-symbol-info): Tweak.
4198
2167b7b2
TH
41992013-03-18 Tassilo Horn <tsdh@gnu.org>
4200
4201 * doc-view.el (doc-view-new-window-function): Check the new window
4202 overlay's display property instead the char property of the
4203 buffer's first char. Use `with-selected-window' instead of
4204 `save-window-excursion' with `select-window'.
4205 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 4206 display property instead the char property of the buffer's first char.
2167b7b2 4207
982efbcd
PE
42082013-03-18 Paul Eggert <eggert@cs.ucla.edu>
4209
4210 Automate the build of ja-dic.el (Bug#13984).
4211 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
4212 from the input, rather than assume that it's been done for us by the
4213 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
4214 the current date into a ja-dic.el comment, as that complicates
4215 regression testing.
4216
2fcc7665
SM
42172013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4218
4219 * whitespace.el: Fix double evaluation.
4220 (whitespace-space, whitespace-hspace, whitespace-tab)
4221 (whitespace-newline, whitespace-trailing, whitespace-line)
4222 (whitespace-space-before-tab, whitespace-indentation)
4223 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
4224 obsolete defvars.
4225 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
4226 (whitespace-color-on): Use a single font-lock-add-keywords call.
4227 Fix double-evaluation of face variables.
4228
67c0a6e6
MA
42292013-03-17 Michael Albinus <michael.albinus@gmx.de>
4230
2fcc7665
SM
4231 * net/tramp-adb.el (tramp-adb-parse-device-names):
4232 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 4233 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 4234
69489f1d
LL
42352013-03-17 Leo Liu <sdl.web@gmail.com>
4236
4237 Extend eldoc to display info in the mode-line. (Bug#13978)
4238 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
4239 (eldoc-mode-line-string): New variable.
4240 (eldoc-minibuffer-message): New function.
4241 (eldoc-message-function): New variable.
4242 (eldoc-message): Use it.
4243 (eldoc-display-message-p)
2fcc7665
SM
4244 (eldoc-display-message-no-interference-p):
4245 Support eldoc-post-insert-mode.
69489f1d
LL
4246
4247 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
4248 (eval-expression): Run it.
4249
9c44569e
RW
42502013-03-17 Roland Winkler <winkler@gnu.org>
4251
4252 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
4253 strings in the list of return values.
4254
327f1f6f
JB
42552013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
4256
4257 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
4258 radix before checking for HMS forms.
4259
67ed8fcd
LL
42602013-03-16 Leo Liu <sdl.web@gmail.com>
4261
4262 * progmodes/scheme.el: Add indentation and font-locking for λ.
4263 (Bug#13975)
4264
78be8b64 42652013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
4266
4267 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
4268 token before point (bug#13942).
4269
78be8b64 42702013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 4271
95b43468 4272 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 4273
98e775e6
EZ
42742013-03-16 Eli Zaretskii <eliz@gnu.org>
4275
4276 * startup.el (command-line-normalize-file-name): Fix handling of
4277 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
4278 <xfq.free@gmail.com> in
4279 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
4280
2edd6029
MA
42812013-03-15 Michael Albinus <michael.albinus@gmx.de>
4282
4283 Sync with Tramp 2.2.7.
4284
4285 * net/trampver.el: Update release number.
4286
d35f5864
TH
42872013-03-14 Tassilo Horn <tsdh@gnu.org>
4288
f35ffe5e
TH
4289 * doc-view.el Fix bug#13887.
4290 (doc-view-insert-image): Don't modify overlay associated to
4291 non-live windows, and implement horizontal centering of image in
4292 case it's smaller than the window.
4293 (doc-view-new-window-function): Force redisplay of new windows on
4294 doc-view buffers.
d35f5864 4295
1c4a85ed
KF
42962013-03-13 Karl Fogel <kfogel@red-bean.com>
4297
4298 * saveplace.el (save-place-alist-to-file): Don't sort
4299 `save-place-alist', just pretty-print it (bug#13882).
4300
85b66a21
MA
43012013-03-13 Michael Albinus <michael.albinus@gmx.de>
4302
a020afb9
JB
4303 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4304 Check whether `default-file-name-coding-system' is bound.
4305 It isn't in XEmacs.
85b66a21 4306
175600da
SM
43072013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4308
e7f7cb1a
SM
4309 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
4310 backquotes for `obsolete' (bug#13929).
4311
175600da
SM
4312 * international/mule.el (find-auto-coding): Include file name in
4313 obsolescence warning (bug#13922).
4314
ca68a22e
TZ
43152013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
4316
4317 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
4318 for CFEngine 3-specific indentation.
4319 (cfengine3-indent-line): Use it. Fix up category regex.
4320 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
4321
940e5099
SM
43222013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4323
4324 * type-break.el (type-break-file-name):
4325 * textmodes/remember.el (remember-data-file):
4326 * strokes.el (strokes-file):
4327 * shadowfile.el (shadow-initialize):
4328 * saveplace.el (save-place-file):
4329 * ps-bdf.el (bdf-cache-file):
4330 * progmodes/idlwave.el (idlwave-config-directory):
4331 * net/quickurl.el (quickurl-url-file):
4332 * international/kkc.el (kkc-init-file-name):
4333 * ido.el (ido-save-directory-list-file):
4334 * emulation/viper.el (viper-custom-file-name):
4335 * emulation/vip.el (vip-startup-file):
4336 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
4337 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
4338
cc725808
PE
43392013-03-12 Paul Eggert <eggert@cs.ucla.edu>
4340
4341 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
4342 * language/thai-word.el: Switch to UTF-8.
4343
a020afb9 4344See ChangeLog.16 for earlier changes.
e3d51b27
MR
4345
4346;; Local Variables:
4347;; coding: utf-8
e3d51b27
MR
4348;; End:
4349
ab422c4d 4350 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
4351
4352 This file is part of GNU Emacs.
4353
4354 GNU Emacs is free software: you can redistribute it and/or modify
4355 it under the terms of the GNU General Public License as published by
4356 the Free Software Foundation, either version 3 of the License, or
4357 (at your option) any later version.
4358
4359 GNU Emacs is distributed in the hope that it will be useful,
4360 but WITHOUT ANY WARRANTY; without even the implied warranty of
4361 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4362 GNU General Public License for more details.
4363
4364 You should have received a copy of the GNU General Public License
4365 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.